@charset "UTF-8";
/*!
Theme Name: aero-astro
Author: 
Description: Custom theme: opus wp theme
*/
@font-face {
  font-family: "Barlow Condensed";
  src: url("assets/fonts/barlow/BarlowCondensed-Regular.woff2") format("woff2"), url("assets/fonts/barlow/BarlowCondensed-Regular.woff") format("woff");
  font-weight: regular;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("assets/fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("assets/fonts/roboto/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("assets/fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("assets/fonts/roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("assets/fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("assets/fonts/roboto/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Mono";
  src: url("assets/fonts/robotomono/RobotoMono-Light.woff2") format("woff2"), url("assets/fonts/robotomono/RobotoMono-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Mono";
  src: url("assets/fonts/robotomono/RobotoMono-Bold.woff2") format("woff2"), url("assets/fonts/robotomono/RobotoMono-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Mono";
  src: url("assets/fonts/robotomono/RobotoMono-Regular.woff2") format("woff2"), url("assets/fonts/robotomono/RobotoMono-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Bootstrap variables */
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #004d90;
  --indigo: #6610f2;
  --purple: #5234a5;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #f57e20;
  --yellow: #fed41e;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #004d90;
  --secondary: #00a4d5;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #fed41e;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1080px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto", 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: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #ffffff;
}

[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: #004d90;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #002444;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):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;
}

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;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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;
}

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;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

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: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-weight: 400;
  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: 80%;
  font-weight: 400;
}

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

.list-unstyled {
  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: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.4rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.4rem;
  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: #ffffff;
  background-color: #212529;
  border-radius: 0.32rem;
}
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 {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1080px) {
  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  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-xl, .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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.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, .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: 20px;
  padding-left: 20px;
}

.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.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

.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.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.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.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.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.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

.col-12 {
  -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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

@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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .col-md-6 {
    -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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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) {
  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: #b8cde0;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7aa2c5;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #b8e6f3;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #7ad0e9;
}

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

.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: #fff3c0;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fee98a;
}

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

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

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

.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,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark: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: #ffffff;
  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 {
  color: #ffffff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #ffffff;
  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: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
  -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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #1190ff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(0, 77, 144, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(0, 77, 144, 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;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

.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.32rem;
}

.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.48rem;
}

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: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  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: #ffffff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.4rem;
}

.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);
  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 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);
  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") no-repeat right 1.2rem center/8px 10px, 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") #ffffff no-repeat center right 2.8rem/calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}
.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: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  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: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.4rem;
}

.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: #dc3545;
  padding-right: calc(1.5em + 1.2rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' 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: #dc3545;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(220, 53, 69, 0.25);
}

.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: #dc3545;
  padding-right: calc(0.75em + 3.7rem);
  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") no-repeat right 1.2rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e") #ffffff no-repeat center right 2.8rem/calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.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: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.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(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(220, 53, 69, 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: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(220, 53, 69, 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, #tribe-community-events form .tribe-events-community-footer .submit, .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -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.4rem;
  -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, #tribe-community-events form .tribe-events-community-footer .submit, .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover, #tribe-community-events form .tribe-events-community-footer .submit:hover, .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, #tribe-community-events form .tribe-events-community-footer .submit:focus, .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit:focus, .btn.focus, #tribe-community-events form .tribe-events-community-footer .focus.submit, .frm_style_formidable-style.with_frm_style.frm_forms button.focus.frm_button_submit.frm_final_submit {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(0, 77, 144, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(0, 77, 144, 0.25);
}
.btn.disabled, #tribe-community-events form .tribe-events-community-footer .disabled.submit, .frm_style_formidable-style.with_frm_style.frm_forms button.disabled.frm_button_submit.frm_final_submit, .btn:disabled, #tribe-community-events form .tribe-events-community-footer .submit:disabled, .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit:disabled {
  opacity: 0.65;
}
a.btn.disabled, #tribe-community-events form .tribe-events-community-footer a.disabled.submit,
fieldset:disabled a.btn,
fieldset:disabled #tribe-community-events form .tribe-events-community-footer a.submit,
#tribe-community-events form .tribe-events-community-footer fieldset:disabled a.submit {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #004d90;
  border-color: #004d90;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #00396a;
  border-color: #00325d;
}
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #00396a;
  border-color: #00325d;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(38, 104, 161, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(38, 104, 161, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #004d90;
  border-color: #004d90;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #00325d;
  border-color: #002b50;
}
.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, 104, 161, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(38, 104, 161, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #00a4d5;
  border-color: #00a4d5;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #0087af;
  border-color: #007da2;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #ffffff;
  background-color: #0087af;
  border-color: #007da2;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(38, 178, 219, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(38, 178, 219, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #00a4d5;
  border-color: #00a4d5;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #007da2;
  border-color: #007395;
}
.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(38, 178, 219, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(38, 178, 219, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #fed41e;
  border-color: #fed41e;
}
.btn-warning:hover {
  color: #212529;
  background-color: #f5c701;
  border-color: #e8bd01;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #f5c701;
  border-color: #e8bd01;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(221, 186, 32, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(221, 186, 32, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #fed41e;
  border-color: #fed41e;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #e8bd01;
  border-color: #dbb201;
}
.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(221, 186, 32, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(221, 186, 32, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.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(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(225, 83, 97, 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: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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, #tribe-community-events form .tribe-events-community-footer .submit, .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit {
  color: #004d90;
  border-color: #004d90;
}
.btn-outline-primary:hover, #tribe-community-events form .tribe-events-community-footer .submit:hover, .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit:hover {
  color: #ffffff;
  background-color: #004d90;
  border-color: #004d90;
}
.btn-outline-primary:focus, #tribe-community-events form .tribe-events-community-footer .submit:focus, .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit:focus, .btn-outline-primary.focus, #tribe-community-events form .tribe-events-community-footer .focus.submit, .frm_style_formidable-style.with_frm_style.frm_forms button.focus.frm_button_submit.frm_final_submit {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(0, 77, 144, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(0, 77, 144, 0.5);
}
.btn-outline-primary.disabled, #tribe-community-events form .tribe-events-community-footer .disabled.submit, .frm_style_formidable-style.with_frm_style.frm_forms button.disabled.frm_button_submit.frm_final_submit, .btn-outline-primary:disabled, #tribe-community-events form .tribe-events-community-footer .submit:disabled, .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit:disabled {
  color: #004d90;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, #tribe-community-events form .tribe-events-community-footer .submit:not(:disabled):not(.disabled):active, .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, #tribe-community-events form .tribe-events-community-footer .submit:not(:disabled):not(.disabled).active, .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle, #tribe-community-events form .tribe-events-community-footer .show > .dropdown-toggle.submit, .frm_style_formidable-style.with_frm_style.frm_forms .show > button.dropdown-toggle.frm_button_submit.frm_final_submit {
  color: #ffffff;
  background-color: #004d90;
  border-color: #004d90;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, #tribe-community-events form .tribe-events-community-footer .submit:not(:disabled):not(.disabled):active:focus, .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, #tribe-community-events form .tribe-events-community-footer .submit:not(:disabled):not(.disabled).active:focus, .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus, #tribe-community-events form .tribe-events-community-footer .show > .dropdown-toggle.submit:focus, .frm_style_formidable-style.with_frm_style.frm_forms .show > button.dropdown-toggle.frm_button_submit.frm_final_submit:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(0, 77, 144, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(0, 77, 144, 0.5);
}

.btn-outline-secondary {
  color: #00a4d5;
  border-color: #00a4d5;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #00a4d5;
  border-color: #00a4d5;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(0, 164, 213, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(0, 164, 213, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #00a4d5;
  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: #ffffff;
  background-color: #00a4d5;
  border-color: #00a4d5;
}
.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(0, 164, 213, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(0, 164, 213, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #fed41e;
  border-color: #fed41e;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #fed41e;
  border-color: #fed41e;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(254, 212, 30, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(254, 212, 30, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fed41e;
  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: #fed41e;
  border-color: #fed41e;
}
.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(254, 212, 30, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(254, 212, 30, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  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: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.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(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(220, 53, 69, 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: #ffffff;
  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: #ffffff;
  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: #004d90;
  text-decoration: none;
}
.btn-link:hover {
  color: #002444;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, #tribe-community-events form .tribe-events-community-footer .btn-group-lg > .submit, .frm_style_formidable-style.with_frm_style.frm_forms .btn-group-lg > button.frm_button_submit.frm_final_submit {
  padding: 0.8rem 1.6rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0.48rem;
}

.btn-sm, .btn-group-sm > .btn, #tribe-community-events form .tribe-events-community-footer .btn-group-sm > .submit, .frm_style_formidable-style.with_frm_style.frm_forms .btn-group-sm > button.frm_button_submit.frm_final_submit {
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.32rem;
}

.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;
  }
}

.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: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.4rem;
}

.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: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #004d90;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  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, #tribe-community-events form .tribe-events-community-footer .btn-group > .submit, .frm_style_formidable-style.with_frm_style.frm_forms .btn-group > button.frm_button_submit.frm_final_submit,
.btn-group-vertical > .btn,
#tribe-community-events form .tribe-events-community-footer .btn-group-vertical > .submit,
.frm_style_formidable-style.with_frm_style.frm_forms .btn-group-vertical > button.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, #tribe-community-events form .tribe-events-community-footer .btn-group > .submit:hover, .frm_style_formidable-style.with_frm_style.frm_forms .btn-group > button.frm_button_submit.frm_final_submit:hover,
.btn-group-vertical > .btn:hover,
#tribe-community-events form .tribe-events-community-footer .btn-group-vertical > .submit:hover,
.frm_style_formidable-style.with_frm_style.frm_forms .btn-group-vertical > button.frm_button_submit.frm_final_submit:hover {
  z-index: 1;
}
.btn-group > .btn:focus, #tribe-community-events form .tribe-events-community-footer .btn-group > .submit:focus, .frm_style_formidable-style.with_frm_style.frm_forms .btn-group > button.frm_button_submit.frm_final_submit:focus, .btn-group > .btn:active, #tribe-community-events form .tribe-events-community-footer .btn-group > .submit:active, .frm_style_formidable-style.with_frm_style.frm_forms .btn-group > button.frm_button_submit.frm_final_submit:active, .btn-group > .btn.active, #tribe-community-events form .tribe-events-community-footer .btn-group > .active.submit, .frm_style_formidable-style.with_frm_style.frm_forms .btn-group > button.active.frm_button_submit.frm_final_submit,
.btn-group-vertical > .btn:focus,
#tribe-community-events form .tribe-events-community-footer .btn-group-vertical > .submit:focus,
.frm_style_formidable-style.with_frm_style.frm_forms .btn-group-vertical > button.frm_button_submit.frm_final_submit:focus,
.btn-group-vertical > .btn:active,
#tribe-community-events form .tribe-events-community-footer .btn-group-vertical > .submit:active,
.frm_style_formidable-style.with_frm_style.frm_forms .btn-group-vertical > button.frm_button_submit.frm_final_submit:active,
.btn-group-vertical > .btn.active,
#tribe-community-events form .tribe-events-community-footer .btn-group-vertical > .active.submit,
.frm_style_formidable-style.with_frm_style.frm_forms .btn-group-vertical > button.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), #tribe-community-events form .tribe-events-community-footer .btn-group > .submit:not(:first-child), .frm_style_formidable-style.with_frm_style.frm_forms .btn-group > button.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), #tribe-community-events form .tribe-events-community-footer .btn-group > .submit:not(:last-child):not(.dropdown-toggle), .frm_style_formidable-style.with_frm_style.frm_forms .btn-group > button.frm_button_submit.frm_final_submit:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
#tribe-community-events form .tribe-events-community-footer .btn-group > .btn-group:not(:last-child) > .submit,
.frm_style_formidable-style.with_frm_style.frm_forms .btn-group > .btn-group:not(:last-child) > button.frm_button_submit.frm_final_submit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), #tribe-community-events form .tribe-events-community-footer .btn-group > .submit:not(:first-child), .frm_style_formidable-style.with_frm_style.frm_forms .btn-group > button.frm_button_submit.frm_final_submit:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
#tribe-community-events form .tribe-events-community-footer .btn-group > .btn-group:not(:first-child) > .submit,
.frm_style_formidable-style.with_frm_style.frm_forms .btn-group > .btn-group:not(:first-child) > button.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, #tribe-community-events form .tribe-events-community-footer .btn-group-sm > .submit + .dropdown-toggle-split, .frm_style_formidable-style.with_frm_style.frm_forms .btn-group-sm > button.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, #tribe-community-events form .tribe-events-community-footer .btn-group-lg > .submit + .dropdown-toggle-split, .frm_style_formidable-style.with_frm_style.frm_forms .btn-group-lg > button.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, #tribe-community-events form .tribe-events-community-footer .btn-group-vertical > .submit, .frm_style_formidable-style.with_frm_style.frm_forms .btn-group-vertical > button.frm_button_submit.frm_final_submit,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), #tribe-community-events form .tribe-events-community-footer .btn-group-vertical > .submit:not(:first-child), .frm_style_formidable-style.with_frm_style.frm_forms .btn-group-vertical > button.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), #tribe-community-events form .tribe-events-community-footer .btn-group-vertical > .submit:not(:last-child):not(.dropdown-toggle), .frm_style_formidable-style.with_frm_style.frm_forms .btn-group-vertical > button.frm_button_submit.frm_final_submit:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
#tribe-community-events form .tribe-events-community-footer .btn-group-vertical > .btn-group:not(:last-child) > .submit,
.frm_style_formidable-style.with_frm_style.frm_forms .btn-group-vertical > .btn-group:not(:last-child) > button.frm_button_submit.frm_final_submit {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), #tribe-community-events form .tribe-events-community-footer .btn-group-vertical > .submit:not(:first-child), .frm_style_formidable-style.with_frm_style.frm_forms .btn-group-vertical > button.frm_button_submit.frm_final_submit:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
#tribe-community-events form .tribe-events-community-footer .btn-group-vertical > .btn-group:not(:first-child) > .submit,
.frm_style_formidable-style.with_frm_style.frm_forms .btn-group-vertical > .btn-group:not(:first-child) > button.frm_button_submit.frm_final_submit {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, #tribe-community-events form .tribe-events-community-footer .btn-group-toggle > .submit, .frm_style_formidable-style.with_frm_style.frm_forms .btn-group-toggle > button.frm_button_submit.frm_final_submit,
.btn-group-toggle > .btn-group > .btn,
#tribe-community-events form .tribe-events-community-footer .btn-group-toggle > .btn-group > .submit,
.frm_style_formidable-style.with_frm_style.frm_forms .btn-group-toggle > .btn-group > button.frm_button_submit.frm_final_submit {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], #tribe-community-events form .tribe-events-community-footer .btn-group-toggle > .submit input[type=radio], .frm_style_formidable-style.with_frm_style.frm_forms .btn-group-toggle > button.frm_button_submit.frm_final_submit input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
#tribe-community-events form .tribe-events-community-footer .btn-group-toggle > .submit input[type=checkbox],
.frm_style_formidable-style.with_frm_style.frm_forms .btn-group-toggle > button.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 0%;
          flex: 1 1 0%;
  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(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.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-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend #tribe-community-events form .tribe-events-community-footer .submit, #tribe-community-events form .tribe-events-community-footer .input-group-prepend .submit, .input-group-prepend .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit, .frm_style_formidable-style.with_frm_style.frm_forms .input-group-prepend button.frm_button_submit.frm_final_submit,
.input-group-append .btn,
.input-group-append #tribe-community-events form .tribe-events-community-footer .submit,
#tribe-community-events form .tribe-events-community-footer .input-group-append .submit,
.input-group-append .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit,
.frm_style_formidable-style.with_frm_style.frm_forms .input-group-append button.frm_button_submit.frm_final_submit {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend #tribe-community-events form .tribe-events-community-footer .submit:focus, #tribe-community-events form .tribe-events-community-footer .input-group-prepend .submit:focus, .input-group-prepend .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit:focus, .frm_style_formidable-style.with_frm_style.frm_forms .input-group-prepend button.frm_button_submit.frm_final_submit:focus,
.input-group-append .btn:focus,
.input-group-append #tribe-community-events form .tribe-events-community-footer .submit:focus,
#tribe-community-events form .tribe-events-community-footer .input-group-append .submit:focus,
.input-group-append .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit:focus,
.frm_style_formidable-style.with_frm_style.frm_forms .input-group-append button.frm_button_submit.frm_final_submit:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend #tribe-community-events form .tribe-events-community-footer .submit + .btn, #tribe-community-events form .tribe-events-community-footer .input-group-prepend .submit + .btn, .input-group-prepend #tribe-community-events form .tribe-events-community-footer .btn + .submit, #tribe-community-events form .tribe-events-community-footer .input-group-prepend .btn + .submit, .input-group-prepend #tribe-community-events form .tribe-events-community-footer .submit + .submit, #tribe-community-events form .tribe-events-community-footer .input-group-prepend .submit + .submit, .input-group-prepend .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit + .btn, .input-group-prepend .frm_style_formidable-style.with_frm_style.frm_forms #tribe-community-events form .tribe-events-community-footer button.frm_button_submit.frm_final_submit + .submit, #tribe-community-events form .tribe-events-community-footer .input-group-prepend .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit + .submit, .frm_style_formidable-style.with_frm_style.frm_forms .input-group-prepend button.frm_button_submit.frm_final_submit + .btn, .frm_style_formidable-style.with_frm_style.frm_forms .input-group-prepend #tribe-community-events form .tribe-events-community-footer button.frm_button_submit.frm_final_submit + .submit, #tribe-community-events form .tribe-events-community-footer .frm_style_formidable-style.with_frm_style.frm_forms .input-group-prepend button.frm_button_submit.frm_final_submit + .submit, .input-group-prepend .frm_style_formidable-style.with_frm_style.frm_forms .btn + button.frm_button_submit.frm_final_submit, .input-group-prepend .frm_style_formidable-style.with_frm_style.frm_forms #tribe-community-events form .tribe-events-community-footer .submit + button.frm_button_submit.frm_final_submit, #tribe-community-events form .tribe-events-community-footer .input-group-prepend .frm_style_formidable-style.with_frm_style.frm_forms .submit + button.frm_button_submit.frm_final_submit, .frm_style_formidable-style.with_frm_style.frm_forms .input-group-prepend .btn + button.frm_button_submit.frm_final_submit, .frm_style_formidable-style.with_frm_style.frm_forms .input-group-prepend #tribe-community-events form .tribe-events-community-footer .submit + button.frm_button_submit.frm_final_submit, #tribe-community-events form .tribe-events-community-footer .frm_style_formidable-style.with_frm_style.frm_forms .input-group-prepend .submit + button.frm_button_submit.frm_final_submit, .input-group-prepend .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit + button.frm_button_submit.frm_final_submit, .frm_style_formidable-style.with_frm_style.frm_forms .input-group-prepend button.frm_button_submit.frm_final_submit + button.frm_button_submit.frm_final_submit,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend #tribe-community-events form .tribe-events-community-footer .submit + .input-group-text,
#tribe-community-events form .tribe-events-community-footer .input-group-prepend .submit + .input-group-text,
.input-group-prepend .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit + .input-group-text,
.frm_style_formidable-style.with_frm_style.frm_forms .input-group-prepend button.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 #tribe-community-events form .tribe-events-community-footer .input-group-text + .submit,
#tribe-community-events form .tribe-events-community-footer .input-group-prepend .input-group-text + .submit,
.input-group-prepend .frm_style_formidable-style.with_frm_style.frm_forms .input-group-text + button.frm_button_submit.frm_final_submit,
.frm_style_formidable-style.with_frm_style.frm_forms .input-group-prepend .input-group-text + button.frm_button_submit.frm_final_submit,
.input-group-append .btn + .btn,
.input-group-append #tribe-community-events form .tribe-events-community-footer .submit + .btn,
#tribe-community-events form .tribe-events-community-footer .input-group-append .submit + .btn,
.input-group-append #tribe-community-events form .tribe-events-community-footer .btn + .submit,
#tribe-community-events form .tribe-events-community-footer .input-group-append .btn + .submit,
.input-group-append #tribe-community-events form .tribe-events-community-footer .submit + .submit,
#tribe-community-events form .tribe-events-community-footer .input-group-append .submit + .submit,
.input-group-append .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit + .btn,
.input-group-append .frm_style_formidable-style.with_frm_style.frm_forms #tribe-community-events form .tribe-events-community-footer button.frm_button_submit.frm_final_submit + .submit,
#tribe-community-events form .tribe-events-community-footer .input-group-append .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit + .submit,
.frm_style_formidable-style.with_frm_style.frm_forms .input-group-append button.frm_button_submit.frm_final_submit + .btn,
.frm_style_formidable-style.with_frm_style.frm_forms .input-group-append #tribe-community-events form .tribe-events-community-footer button.frm_button_submit.frm_final_submit + .submit,
#tribe-community-events form .tribe-events-community-footer .frm_style_formidable-style.with_frm_style.frm_forms .input-group-append button.frm_button_submit.frm_final_submit + .submit,
.input-group-append .frm_style_formidable-style.with_frm_style.frm_forms .btn + button.frm_button_submit.frm_final_submit,
.input-group-append .frm_style_formidable-style.with_frm_style.frm_forms #tribe-community-events form .tribe-events-community-footer .submit + button.frm_button_submit.frm_final_submit,
#tribe-community-events form .tribe-events-community-footer .input-group-append .frm_style_formidable-style.with_frm_style.frm_forms .submit + button.frm_button_submit.frm_final_submit,
.frm_style_formidable-style.with_frm_style.frm_forms .input-group-append .btn + button.frm_button_submit.frm_final_submit,
.frm_style_formidable-style.with_frm_style.frm_forms .input-group-append #tribe-community-events form .tribe-events-community-footer .submit + button.frm_button_submit.frm_final_submit,
#tribe-community-events form .tribe-events-community-footer .frm_style_formidable-style.with_frm_style.frm_forms .input-group-append .submit + button.frm_button_submit.frm_final_submit,
.input-group-append .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit + button.frm_button_submit.frm_final_submit,
.frm_style_formidable-style.with_frm_style.frm_forms .input-group-append button.frm_button_submit.frm_final_submit + button.frm_button_submit.frm_final_submit,
.input-group-append .btn + .input-group-text,
.input-group-append #tribe-community-events form .tribe-events-community-footer .submit + .input-group-text,
#tribe-community-events form .tribe-events-community-footer .input-group-append .submit + .input-group-text,
.input-group-append .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit + .input-group-text,
.frm_style_formidable-style.with_frm_style.frm_forms .input-group-append button.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 #tribe-community-events form .tribe-events-community-footer .input-group-text + .submit,
#tribe-community-events form .tribe-events-community-footer .input-group-append .input-group-text + .submit,
.input-group-append .frm_style_formidable-style.with_frm_style.frm_forms .input-group-text + button.frm_button_submit.frm_final_submit,
.frm_style_formidable-style.with_frm_style.frm_forms .input-group-append .input-group-text + button.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.4rem;
}
.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,
#tribe-community-events form .tribe-events-community-footer .input-group-lg > .input-group-prepend > .submit,
.frm_style_formidable-style.with_frm_style.frm_forms .input-group-lg > .input-group-prepend > button.frm_button_submit.frm_final_submit,
.input-group-lg > .input-group-append > .btn,
#tribe-community-events form .tribe-events-community-footer .input-group-lg > .input-group-append > .submit,
.frm_style_formidable-style.with_frm_style.frm_forms .input-group-lg > .input-group-append > button.frm_button_submit.frm_final_submit {
  padding: 0.8rem 1.6rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0.48rem;
}

.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,
#tribe-community-events form .tribe-events-community-footer .input-group-sm > .input-group-prepend > .submit,
.frm_style_formidable-style.with_frm_style.frm_forms .input-group-sm > .input-group-prepend > button.frm_button_submit.frm_final_submit,
.input-group-sm > .input-group-append > .btn,
#tribe-community-events form .tribe-events-community-footer .input-group-sm > .input-group-append > .submit,
.frm_style_formidable-style.with_frm_style.frm_forms .input-group-sm > .input-group-append > button.frm_button_submit.frm_final_submit {
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.32rem;
}

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

.input-group > .input-group-prepend > .btn, #tribe-community-events form .tribe-events-community-footer .input-group > .input-group-prepend > .submit, .frm_style_formidable-style.with_frm_style.frm_forms .input-group > .input-group-prepend > button.frm_button_submit.frm_final_submit,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
#tribe-community-events form .tribe-events-community-footer .input-group > .input-group-append:not(:last-child) > .submit,
.frm_style_formidable-style.with_frm_style.frm_forms .input-group > .input-group-append:not(:last-child) > button.frm_button_submit.frm_final_submit,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
#tribe-community-events form .tribe-events-community-footer .input-group > .input-group-append:last-child > .submit:not(:last-child):not(.dropdown-toggle),
.frm_style_formidable-style.with_frm_style.frm_forms .input-group > .input-group-append:last-child > button.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, #tribe-community-events form .tribe-events-community-footer .input-group > .input-group-append > .submit, .frm_style_formidable-style.with_frm_style.frm_forms .input-group > .input-group-append > button.frm_button_submit.frm_final_submit,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
#tribe-community-events form .tribe-events-community-footer .input-group > .input-group-prepend:not(:first-child) > .submit,
.frm_style_formidable-style.with_frm_style.frm_forms .input-group > .input-group-prepend:not(:first-child) > button.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),
#tribe-community-events form .tribe-events-community-footer .input-group > .input-group-prepend:first-child > .submit:not(:first-child),
.frm_style_formidable-style.with_frm_style.frm_forms .input-group > .input-group-prepend:first-child > button.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;
  display: block;
  min-height: 2.4rem;
  padding-left: 2.4rem;
}

.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: #ffffff;
  border-color: #004d90;
  background-color: #004d90;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(0, 77, 144, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(0, 77, 144, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #1190ff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #44a8ff;
  border-color: #44a8ff;
}
.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: #ffffff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.4rem;
  left: -2.4rem;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.4rem;
}
.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='%23ffffff' 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: #004d90;
  background-color: #004d90;
}
.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='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 77, 144, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 77, 144, 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='%23ffffff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 77, 144, 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: #ffffff;
  -webkit-transform: translateX(1.2rem);
          transform: translateX(1.2rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 77, 144, 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: #ffffff 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") no-repeat right 1.2rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #1190ff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(0, 77, 144, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(0, 77, 144, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}
.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;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #1190ff;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(0, 77, 144, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(0, 77, 144, 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;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
}
.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.4rem 0.4rem 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: none;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.32rem rgba(0, 77, 144, 0.25);
          box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.32rem rgba(0, 77, 144, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.32rem rgba(0, 77, 144, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.32rem rgba(0, 77, 144, 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: #004d90;
  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: #44a8ff;
}
.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: #004d90;
  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: #44a8ff;
}
.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: #004d90;
  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: #44a8ff;
}
.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-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  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: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.4rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #004d90;
}

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

.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.4rem;
}
.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: no-repeat center center;
  background-size: 100% 100%;
}

@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-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-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-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-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-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(0, 0, 0, 0.5)' 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: #ffffff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.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: #ffffff;
}
.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(255, 255, 255, 0.5)' 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: #ffffff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.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: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.4rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}

.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: calc(0.4rem - 1px) calc(0.4rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 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 calc(0.4rem - 1px) calc(0.4rem - 1px);
}

.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;
}

.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: calc(0.4rem - 1px);
  border-top-right-radius: calc(0.4rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.4rem - 1px);
  border-bottom-left-radius: calc(0.4rem - 1px);
}

.card-deck .card {
  margin-bottom: 20px;
}
@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: -20px;
    margin-left: -20px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 20px;
  }
}

.card-group > .card {
  margin-bottom: 20px;
}
@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 > .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.4rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  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.4rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.8rem 1.2rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #004d90;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #002444;
  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, 77, 144, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(0, 77, 144, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #004d90;
  border-color: #004d90;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  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.48rem;
  border-bottom-left-radius: 0.48rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.48rem;
  border-bottom-right-radius: 0.48rem;
}

.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.32rem;
  border-bottom-left-radius: 0.32rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.32rem;
  border-bottom-right-radius: 0.32rem;
}

.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.4rem;
  -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, #tribe-community-events form .tribe-events-community-footer .submit .badge, .frm_style_formidable-style.with_frm_style.frm_forms button.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: #ffffff;
  background-color: #004d90;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #ffffff;
  background-color: #00325d;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(0, 77, 144, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(0, 77, 144, 0.5);
}

.badge-secondary {
  color: #ffffff;
  background-color: #00a4d5;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #ffffff;
  background-color: #007da2;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(0, 164, 213, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(0, 164, 213, 0.5);
}

.badge-success {
  color: #ffffff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #ffffff;
  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: #ffffff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #ffffff;
  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: #fed41e;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #e8bd01;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(254, 212, 30, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(254, 212, 30, 0.5);
}

.badge-danger {
  color: #ffffff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #ffffff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(220, 53, 69, 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: #ffffff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #ffffff;
  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.48rem;
}
@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.4rem;
}

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #00284b;
  background-color: #ccdbe9;
  border-color: #b8cde0;
}
.alert-primary hr {
  border-top-color: #a6c1d8;
}
.alert-primary .alert-link {
  color: #000d18;
}

.alert-secondary {
  color: #00556f;
  background-color: #ccedf7;
  border-color: #b8e6f3;
}
.alert-secondary hr {
  border-top-color: #a2deef;
}
.alert-secondary .alert-link {
  color: #002e3c;
}

.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: #846e10;
  background-color: #fff6d2;
  border-color: #fff3c0;
}
.alert-warning hr {
  border-top-color: #ffeea7;
}
.alert-warning .alert-link {
  color: #57480a;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.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;
  font-size: 1.2rem;
  background-color: #e9ecef;
  border-radius: 0.4rem;
}

.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: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #004d90;
  -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: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}
@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;
}

.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: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #004d90;
  border-color: #004d90;
}
.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.4rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.4rem;
  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.4rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.4rem;
    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.4rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.4rem;
    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.4rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.4rem;
    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.4rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.4rem;
    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 .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #00284b;
  background-color: #b8cde0;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #00284b;
  background-color: #a6c1d8;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #00284b;
  border-color: #00284b;
}

.list-group-item-secondary {
  color: #00556f;
  background-color: #b8e6f3;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #00556f;
  background-color: #a2deef;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #00556f;
  border-color: #00556f;
}

.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: #ffffff;
  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: #ffffff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #846e10;
  background-color: #fff3c0;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #846e10;
  background-color: #ffeea7;
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #846e10;
  border-color: #846e10;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #721c24;
  border-color: #721c24;
}

.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: #ffffff;
  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: #ffffff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}
.close:hover {
  color: #000000;
  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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.toast {
  max-width: 350px;
  overflow: hidden;
  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);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  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);
}

.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);
  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: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.48rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.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: calc(0.48rem - 1px);
  border-top-right-radius: calc(0.48rem - 1px);
}
.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: calc(0.48rem - 1px);
  border-bottom-left-radius: calc(0.48rem - 1px);
}
.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);
  }

  .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: "Roboto", 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;
  word-spacing: normal;
  white-space: 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: #000000;
}

.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: #000000;
}

.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: #000000;
}

.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: #000000;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", 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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.48rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1.6rem;
  height: 0.8rem;
  margin: 0 0.48rem;
}
.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: #ffffff;
}

.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.48rem 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: #ffffff;
}

.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: #ffffff;
}
.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.48rem 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: #ffffff;
}

.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: calc(0.48rem - 1px);
  border-top-right-radius: calc(0.48rem - 1px);
}
.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%;
  color: #ffffff;
  text-align: center;
  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: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' 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='%23ffffff' 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: #ffffff;
  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: #ffffff;
  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: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

.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;
  }
}

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

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

.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: #004d90 !important;
}

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

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #007da2 !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: #fed41e !important;
}

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

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !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: #ffffff !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: #004d90 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::after, .home-faculty-spotlight-region__research-area::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.8571428571%;
}

.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;
  }
}
.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: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only, .search-landing-page__header label, .people__contact-social-media span, .utility-navigation nav .searchform .screen-reader-text, .query-wrangler__form .dropdown .dropdown-menu input[type=checkbox], .query-wrangler__form .dropdown .dropdown-menu .query-exposed-label, .query-wrangler__form .text-box-filter label, .frm_style_formidable-style.with_frm_style.frm_forms input[type=radio],
.frm_style_formidable-style.with_frm_style.frm_forms 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;
}

.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);
}

.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;
  }
}
.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: #ffffff !important;
}

.text-primary {
  color: #004d90 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #002444 !important;
}

.text-secondary {
  color: #00a4d5 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #006989 !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: #fed41e !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #cfa801 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !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;
  overflow-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;
  }

  thead {
    display: table-header-group;
  }

  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 #000000;
  }

  .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: #ffffff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th, .wp-block-table table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.icon-default-image {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='683' height='762'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectangle 3058' transform='translate(775 2029.679)' fill='%2300a4d5' d='M0 0h504v644H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Group 13554'%3E%3Cpath data-name='Rectangle 3057' fill='%2300a4d5' d='M0 0h683v762H0z'/%3E%3Cg data-name='Mask Group 19' transform='translate(-596 -1911.679)' clip-path='url(%23a)'%3E%3Cg data-name='Group 4057'%3E%3Cg data-name='Ellipse 353' transform='rotate(-45 3442.628 404.73)' fill='none' stroke='%23fff' stroke-dasharray='4 4'%3E%3Cellipse cx='360.118' cy='359.544' rx='360.118' ry='359.544' stroke='none'/%3E%3Cellipse cx='360.118' cy='359.544' rx='359.618' ry='359.044'/%3E%3C/g%3E%3Cg data-name='Group 4032'%3E%3Cpath data-name='Path 522' d='M1247.616 2359.45a374.138 374.138 0 00-209.172 209.172 791.489 791.489 0 00-221.93-431.124 791.236 791.236 0 00431.101 221.953' fill='%2300a4d5' stroke='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-aeroastro-linkedin-footer-hover, a.icon-linkedin:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cg transform='translate(-.248)'%3E%3Ccircle data-name='Ellipse 358' cx='20' cy='20' r='20' transform='translate(.248)' fill='%23fff'/%3E%3Cpath data-name='Path 53060' d='M15.679 28.267h-3.427V17.232h3.427zm-1.714-12.545a1.995 1.995 0 111.986-2 2 2 0 01-1.986 2zm14.55 12.545h-3.422v-5.374c0-1.281-.026-2.923-1.783-2.923-1.783 0-2.056 1.391-2.056 2.831v5.466h-3.425V17.232h3.289v1.5h.048a3.6 3.6 0 013.244-1.783c3.469 0 4.108 2.285 4.108 5.252v6.064z' fill='%23002748'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-aeroastro-linkedin-footer, a.icon-linkedin {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cg transform='translate(-.248)'%3E%3Ccircle data-name='Ellipse 358' cx='20' cy='20' r='20' transform='translate(.248)' fill='%23fff'/%3E%3Cpath data-name='Path 53060' d='M15.679 28.267h-3.427V17.232h3.427zm-1.714-12.545a1.995 1.995 0 111.986-2 2 2 0 01-1.986 2zm14.55 12.545h-3.422v-5.374c0-1.281-.026-2.923-1.783-2.923-1.783 0-2.056 1.391-2.056 2.831v5.466h-3.425V17.232h3.289v1.5h.048a3.6 3.6 0 013.244-1.783c3.469 0 4.108 2.285 4.108 5.252v6.064z' fill='%2300a4d5'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-basic-page-header-bg--md {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='363.455' height='363.455'%3E%3Cg data-name='Ellipse 713' fill='none' stroke='%231aa5d3' stroke-dasharray='4 4'%3E%3Ccircle cx='181.728' cy='181.728' r='181.728' stroke='none'/%3E%3Ccircle cx='181.728' cy='181.728' r='181.228'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-basic-page-header-bg, .basic-page__header-image {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='495.782' height='495.782'%3E%3Cg data-name='Ellipse 713' fill='none' stroke='%231aa5d3' stroke-dasharray='4 4'%3E%3Ccircle cx='247.891' cy='247.891' r='247.891' stroke='none'/%3E%3Ccircle cx='247.891' cy='247.891' r='247.391'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-bullet, .gutenberg-body ul li:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='36.881' height='24'%3E%3Cg data-name='Group 6437'%3E%3Cg data-name='Group 4468'%3E%3Cg data-name='Group 4032'%3E%3Cpath data-name='Path 522' d='M11.12 20.5a20.872 20.872 0 000-16.5 44.155 44.155 0 0025.761 8.252A44.141 44.141 0 0011.12 20.5' fill='%2300a4d5'/%3E%3C/g%3E%3C/g%3E%3Cg data-name='Ellipse 714' fill='none' stroke='%231aa4d5'%3E%3Ccircle cx='12' cy='12' r='12' stroke='none'/%3E%3Ccircle cx='12' cy='12' r='11.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-calendar-view-icon, .page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-common-c-svgicon--month, .page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-events-c-view-selector__button .tribe-common-c-svgicon--month {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='21.274' height='21.274'%3E%3Cg data-name='Group 13557'%3E%3Cpath data-name='Line 606' fill='none' stroke='%2348a2d0' stroke-miterlimit='10' stroke-width='1.25' d='M.725 4.968h20.288'/%3E%3Cpath data-name='Rectangle 3952' fill='none' stroke='%2348a2d0' stroke-miterlimit='10' stroke-width='1.25' d='M.625.625h20.024v20.024H.625z'/%3E%3Cpath data-name='Rectangle 3954' fill='%2348a2d0' d='M15.672 7.572h1.931v1.931h-1.931z'/%3E%3Cpath data-name='Rectangle 4465' fill='%2348a2d0' d='M15.672 11.638h1.931v1.931h-1.931z'/%3E%3Cpath data-name='Rectangle 4468' fill='%2348a2d0' d='M11.672 15.638h1.931v1.931h-1.931z'/%3E%3Cpath data-name='Rectangle 4461' fill='%2348a2d0' d='M11.672 7.572h1.931v1.931h-1.931z'/%3E%3Cpath data-name='Rectangle 4464' fill='%2348a2d0' d='M11.672 11.638h1.931v1.931h-1.931z'/%3E%3Cpath data-name='Rectangle 4467' fill='%2348a2d0' d='M7.672 15.638h1.931v1.931H7.672z'/%3E%3Cpath data-name='Rectangle 4462' fill='%2348a2d0' d='M7.672 7.572h1.931v1.931H7.672z'/%3E%3Cpath data-name='Rectangle 4463' fill='%2348a2d0' d='M7.672 11.638h1.931v1.931H7.672z'/%3E%3Cpath data-name='Rectangle 4469' fill='%2348a2d0' d='M3.672 11.638h1.931v1.931H3.672z'/%3E%3Cpath data-name='Rectangle 4466' fill='%2348a2d0' d='M3.672 15.638h1.931v1.931H3.672z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-checkbox-checked, .page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-filter__container .tribe-filter-bar-c-checkbox .tribe-common-form-control-checkbox__input:checked, .frm_style_formidable-style.with_frm_style.frm_forms input[type=checkbox]:checked + label:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35'%3E%3Cg data-name='Group 6534'%3E%3Cg data-name='Rectangle 3061' fill='none' stroke='%2348a2d0'%3E%3Cpath stroke='none' d='M0 0h35v35H0z'/%3E%3Cpath d='M.5.5h34v34H.5z'/%3E%3C/g%3E%3Cpath data-name='Rectangle 3062' fill='%2300a4d5' d='M9.493 9h17v17h-17z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-checkbox-unchecked, .frm_style_formidable-style.with_frm_style.frm_forms input[type=checkbox] + label:before,
.frm_style_formidable-style.with_frm_style.frm_forms input[type=radio] + label:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35'%3E%3Cg data-name='Rectangle 3061' fill='none' stroke='%2348a2d0'%3E%3Cpath stroke='none' d='M0 0h35v35H0z'/%3E%3Cpath d='M.5.5h34v34H.5z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-contact-facebook--hover, .people__contact-social-media--facebook:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='6.514' height='12.474'%3E%3Cpath data-name='Path 38' d='M4.227 12.474V6.792h1.94l.277-2.218H4.227V3.188c0-.624.208-1.109 1.109-1.109h1.178V.069C6.237.069 5.544 0 4.781 0A2.675 2.675 0 001.94 2.911v1.663H0v2.218h1.94v5.683z' fill='%2300a4d5' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-contact-facebook, .people__contact-social-media--facebook {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='6.514' height='12.474'%3E%3Cpath data-name='Path 38' d='M4.227 12.474V6.792h1.94l.277-2.218H4.227V3.188c0-.624.208-1.109 1.109-1.109h1.178V.069C6.237.069 5.544 0 4.781 0A2.675 2.675 0 001.94 2.911v1.663H0v2.218h1.94v5.683z' fill='%23002748' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-contact-instagram--hover, .people__contact-social-media--instagram:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='12.474' height='12.474'%3E%3Cpath data-name='Path 40' d='M6.237 1.109a19.125 19.125 0 012.495.069 3.214 3.214 0 011.178.208 2.434 2.434 0 011.178 1.178 3.214 3.214 0 01.212 1.178c0 .624.069.832.069 2.495a19.124 19.124 0 01-.069 2.495 3.214 3.214 0 01-.208 1.178 2.434 2.434 0 01-1.182 1.178 3.214 3.214 0 01-1.178.208c-.624 0-.832.069-2.495.069a19.124 19.124 0 01-2.495-.065 3.214 3.214 0 01-1.178-.208A2.434 2.434 0 011.386 9.91a3.214 3.214 0 01-.208-1.178c0-.624-.069-.832-.069-2.495a19.125 19.125 0 01.069-2.495 3.214 3.214 0 01.208-1.178 2.489 2.489 0 01.485-.693 1.172 1.172 0 01.693-.485 3.214 3.214 0 011.178-.208 19.125 19.125 0 012.495-.069m0-1.109a20.477 20.477 0 00-2.564.069 4.278 4.278 0 00-1.525.278 2.713 2.713 0 00-1.108.693 2.713 2.713 0 00-.693 1.108 3.158 3.158 0 00-.278 1.525A20.477 20.477 0 000 6.237 20.477 20.477 0 00.069 8.8a4.278 4.278 0 00.277 1.525 2.713 2.713 0 00.693 1.109 2.713 2.713 0 001.109.693 4.278 4.278 0 001.525.277 20.477 20.477 0 002.564.069 20.477 20.477 0 002.563-.068 4.278 4.278 0 001.525-.277 2.908 2.908 0 001.8-1.8 4.278 4.278 0 00.28-1.528c0-.693.069-.9.069-2.564a20.477 20.477 0 00-.069-2.564 4.278 4.278 0 00-.277-1.525 2.713 2.713 0 00-.693-1.109 2.713 2.713 0 00-1.109-.691A4.278 4.278 0 008.8.069 20.477 20.477 0 006.237 0m0 3.049a3.137 3.137 0 00-3.188 3.188 3.188 3.188 0 103.188-3.188m0 5.267a2.042 2.042 0 01-2.079-2.079 2.042 2.042 0 012.079-2.079 2.042 2.042 0 012.079 2.079 2.042 2.042 0 01-2.079 2.079m3.327-6.168a.762.762 0 10.762.762.769.769 0 00-.762-.762' fill='%2300a4d5' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-contact-instagram, .people__contact-social-media--instagram {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='12.474' height='12.474'%3E%3Cpath data-name='Path 40' d='M6.237 1.109a19.125 19.125 0 012.495.069 3.214 3.214 0 011.178.208 2.434 2.434 0 011.178 1.178 3.214 3.214 0 01.212 1.178c0 .624.069.832.069 2.495a19.124 19.124 0 01-.069 2.495 3.214 3.214 0 01-.208 1.178 2.434 2.434 0 01-1.182 1.178 3.214 3.214 0 01-1.178.208c-.624 0-.832.069-2.495.069a19.124 19.124 0 01-2.495-.065 3.214 3.214 0 01-1.178-.208A2.434 2.434 0 011.386 9.91a3.214 3.214 0 01-.208-1.178c0-.624-.069-.832-.069-2.495a19.125 19.125 0 01.069-2.495 3.214 3.214 0 01.208-1.178 2.489 2.489 0 01.485-.693 1.172 1.172 0 01.693-.485 3.214 3.214 0 011.178-.208 19.125 19.125 0 012.495-.069m0-1.109a20.477 20.477 0 00-2.564.069 4.278 4.278 0 00-1.525.278 2.713 2.713 0 00-1.108.693 2.713 2.713 0 00-.693 1.108 3.158 3.158 0 00-.278 1.525A20.477 20.477 0 000 6.237 20.477 20.477 0 00.069 8.8a4.278 4.278 0 00.277 1.525 2.713 2.713 0 00.693 1.109 2.713 2.713 0 001.109.693 4.278 4.278 0 001.525.277 20.477 20.477 0 002.564.069 20.477 20.477 0 002.563-.068 4.278 4.278 0 001.525-.277 2.908 2.908 0 001.8-1.8 4.278 4.278 0 00.28-1.528c0-.693.069-.9.069-2.564a20.477 20.477 0 00-.069-2.564 4.278 4.278 0 00-.277-1.525 2.713 2.713 0 00-.693-1.109 2.713 2.713 0 00-1.109-.691A4.278 4.278 0 008.8.069 20.477 20.477 0 006.237 0m0 3.049a3.137 3.137 0 00-3.188 3.188 3.188 3.188 0 103.188-3.188m0 5.267a2.042 2.042 0 01-2.079-2.079 2.042 2.042 0 012.079-2.079 2.042 2.042 0 012.079 2.079 2.042 2.042 0 01-2.079 2.079m3.327-6.168a.762.762 0 10.762.762.769.769 0 00-.762-.762' fill='%23002748' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-contact-linkedin--hover, .people__contact-social-media--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='%2300a4d5'/%3E%3C/svg%3E");
}

.icon-contact-linkedin, .people__contact-social-media--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='%23002748'/%3E%3C/svg%3E");
}

.icon-contact-twitter--hover, .people__contact-social-media--twitter:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='12.574' height='10.199'%3E%3Cpath data-name='Path 39' d='M3.982 10.2a7.27 7.27 0 007.335-7.335v-.35a5.678 5.678 0 001.257-1.327 5.8 5.8 0 01-1.467.419 2.718 2.718 0 001.118-1.4 6.407 6.407 0 01-1.607.629A2.5 2.5 0 008.732 0a2.625 2.625 0 00-2.585 2.585 1.362 1.362 0 00.07.559A7.222 7.222 0 01.908.42a2.675 2.675 0 00-.349 1.327 2.775 2.775 0 001.118 2.166 2.355 2.355 0 01-1.188-.349 2.553 2.553 0 002.1 2.515 2.154 2.154 0 01-.7.07 1.189 1.189 0 01-.489-.07 2.646 2.646 0 002.445 1.816A5.274 5.274 0 01.632 9.013a1.934 1.934 0 01-.629-.07A6.594 6.594 0 003.982 10.2' fill='%2300a4d5' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-contact-twitter, .people__contact-social-media--twitter {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='12.574' height='10.199'%3E%3Cpath data-name='Path 39' d='M3.982 10.2a7.27 7.27 0 007.335-7.335v-.35a5.678 5.678 0 001.257-1.327 5.8 5.8 0 01-1.467.419 2.718 2.718 0 001.118-1.4 6.407 6.407 0 01-1.607.629A2.5 2.5 0 008.732 0a2.625 2.625 0 00-2.585 2.585 1.362 1.362 0 00.07.559A7.222 7.222 0 01.908.42a2.675 2.675 0 00-.349 1.327 2.775 2.775 0 001.118 2.166 2.355 2.355 0 01-1.188-.349 2.553 2.553 0 002.1 2.515 2.154 2.154 0 01-.7.07 1.189 1.189 0 01-.489-.07 2.646 2.646 0 002.445 1.816A5.274 5.274 0 01.632 9.013a1.934 1.934 0 01-.629-.07A6.594 6.594 0 003.982 10.2' fill='%23002748' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-contact-youtube--hover, .people__contact-social-media--youtube:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='13.883' height='9.723'%3E%3Cpath data-name='Path 570' d='M13.577 1.523A1.744 1.744 0 0012.348.294 40.786 40.786 0 006.934 0 41.106 41.106 0 001.52.3 1.744 1.744 0 00.291 1.529 18.979 18.979 0 00.3 8.198a1.744 1.744 0 001.229 1.229 40.778 40.778 0 005.414.294 40.778 40.778 0 005.414-.294A1.744 1.744 0 0013.583 8.2a18.676 18.676 0 00-.006-6.677zM5.555 6.945V2.778l3.6 2.083z' fill='%2300a4d5'/%3E%3C/svg%3E");
}

.icon-contact-youtube, .people__contact-social-media--youtube {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='13.883' height='9.723'%3E%3Cpath data-name='Path 570' d='M13.577 1.523A1.744 1.744 0 0012.348.294 40.786 40.786 0 006.934 0 41.106 41.106 0 001.52.3 1.744 1.744 0 00.291 1.529 18.979 18.979 0 00.3 8.198a1.744 1.744 0 001.229 1.229 40.778 40.778 0 005.414.294 40.778 40.778 0 005.414-.294A1.744 1.744 0 0013.583 8.2a18.676 18.676 0 00-.006-6.677zM5.555 6.945V2.778l3.6 2.083z' fill='%23002748'/%3E%3C/svg%3E");
}

.icon-diversity-bg--md {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='685.023' height='714.682'%3E%3Cg data-name='Group 4384'%3E%3Cg data-name='Group 4057'%3E%3Cg data-name='Ellipse 353' transform='rotate(39 111.164 447.595)' fill='none' stroke='%2348a2d0' stroke-dasharray='4 4'%3E%3Cellipse cx='243.7' cy='243.312' rx='243.7' ry='243.312' stroke='none'/%3E%3Cellipse cx='243.7' cy='243.312' rx='243.2' ry='242.812'/%3E%3C/g%3E%3Cg data-name='Group 4032'%3E%3Cpath data-name='Path 522' d='M473.62 369.597A253.108 253.108 0 00318.077 243.68a535.45 535.45 0 00274.34-179.85A535.28 535.28 0 00473.62 369.597' fill='%23fff' stroke='%2348a2d0' stroke-width='.99968'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-diversity-bg, .home-diversity-region:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='1248.665' height='1284.75'%3E%3Cg data-name='Design Element'%3E%3Cg data-name='Group 4057'%3E%3Cg data-name='Ellipse 353' transform='rotate(39 -23.685 787.051)' fill='none' stroke='%2348a2d0' stroke-dasharray='4 4'%3E%3Cellipse cx='389.29' cy='388.669' rx='389.29' ry='388.669' stroke='none'/%3E%3Cellipse cx='389.29' cy='388.669' rx='388.79' ry='388.169'/%3E%3C/g%3E%3Cg data-name='Group 4032'%3E%3Cpath data-name='Path 522' d='M757.077 733.032a404.318 404.318 0 00-248.466-201.14 855.33 855.33 0 00438.234-287.285 855.06 855.06 0 00-189.768 488.425' fill='%23fff' stroke='%2348a2d0' stroke-width='.99968'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-dropdown-toggle, .page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-pill__pill:before, .page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-filter__toggle:before, .query-wrangler__form .dropdown-toggle:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14.132' height='7.773'%3E%3Cpath data-name='Path 1509' d='M.353.353l6.712 6.712L13.778.353' fill='none' stroke='%2348a2d0'/%3E%3C/svg%3E");
}

.icon-dropdown, .frm_style_formidable-style.with_frm_style.frm_forms select {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='54'%3E%3Cg data-name='Group 6534' fill='none' stroke='%2348a2d0'%3E%3Cg data-name='Rectangle 3065'%3E%3Cpath stroke='none' d='M0 0h54v54H0z'/%3E%3Cpath d='M.5.5h53v53H.5z'/%3E%3C/g%3E%3Cpath data-name='Path 1481' d='M18 22.501l9.476 9.477 9.476-9.477'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-email--share, .a2a_button_email {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24.292' height='18.447'%3E%3Cpath d='M.8 0h22.687a.79.79 0 01.8.8v16.842a.79.79 0 01-.8.8H.8a.79.79 0 01-.8-.8V.805a.79.79 0 01.8-.8zm20.756 16.891L14.049 9.33l-1.394 1.179a.887.887 0 01-1.019 0L10.242 9.33l-7.56 7.561zM1.608 15.769l7.346-7.4-7.346-5.9zM3.056 1.608l9.063 7.239 9.116-7.239zm19.625.858l-7.346 5.9 7.346 7.4z' fill='%23002748'/%3E%3C/svg%3E");
}

.icon-facebook--navy, a.icon-facebook:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='9.05' height='17.329'%3E%3Cpath data-name='Path 38' d='M5.873 17.329V9.435h2.7l.385-3.081H5.873V4.429c0-.866.289-1.54 1.54-1.54H9.05V.1C8.665.1 7.7 0 6.643 0A3.716 3.716 0 002.7 4.043v2.311H0v3.081h2.7v7.894z' fill='%23002748' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-facebook--share, .a2a_button_facebook {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg data-name='facebook dark' xmlns='http://www.w3.org/2000/svg' width='10.356' height='19.83'%3E%3Cpath data-name='Path 1' d='M6.72 19.83V10.8H9.8l.441-3.525H6.72v-2.2c0-.991.331-1.763 1.763-1.763h1.873V.11C9.915.11 8.813 0 7.6 0a4.253 4.253 0 00-4.517 4.627v2.644H0V10.8h3.085v9.03z' fill='%23002748' 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='9.05' height='17.329'%3E%3Cpath data-name='Path 38' d='M5.873 17.329V9.435h2.7l.385-3.081H5.873V4.429c0-.866.289-1.54 1.54-1.54H9.05V.1C8.665.1 7.7 0 6.643 0A3.716 3.716 0 002.7 4.043v2.311H0v3.081h2.7v7.894z' fill='%2300a4d5' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-faculty-spotlight-bg--blue--tablet {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg data-name='Group 4025' xmlns='http://www.w3.org/2000/svg' width='364' height='364'%3E%3Cg data-name='Ellipse 341' fill='none' stroke='%2348a2d0' stroke-dasharray='4 4'%3E%3Ccircle cx='182' cy='182' r='182' stroke='none'/%3E%3Ccircle cx='182' cy='182' r='181.5'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-faculty-spotlight-bg--blue, .lab-home__our-people--white .lab-home__our-people-image, .lab-home__our-people--blue .lab-home__our-people-image, .lab-home__what-we-work-on--white .lab-home__our-people-image, .lab-home__what-we-work-on--navy .lab-home__our-people-image,
.lab-home__our-people--white .lab-home__what-we-work-on-image,
.lab-home__our-people--blue .lab-home__what-we-work-on-image,
.lab-home__what-we-work-on--white .lab-home__what-we-work-on-image,
.lab-home__what-we-work-on--navy .lab-home__what-we-work-on-image, .home-our-programs-region .home-our-programs-region__image {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg data-name='Dotted Circle' xmlns='http://www.w3.org/2000/svg' width='518' height='518'%3E%3Cg data-name='Group 4096'%3E%3Cg data-name='Group 4025'%3E%3Cg data-name='Ellipse 341' fill='none' stroke='%2348a2d0' stroke-dasharray='4 4'%3E%3Ccircle cx='259' cy='259' r='259' stroke='none'/%3E%3Ccircle cx='259' cy='259' r='258.5'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-faculty-spotlight-bg--tablet {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg data-name='Group 4025' xmlns='http://www.w3.org/2000/svg' width='390' height='390'%3E%3Cg data-name='Ellipse 341' fill='none' stroke='%23fff' stroke-dasharray='4 4'%3E%3Ccircle cx='195' cy='195' r='195' stroke='none'/%3E%3Ccircle cx='195' cy='195' r='194.5'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-faculty-spotlight-bg, .research-area__faculty-spotlight__image, .lab-home__our-people-image,
.lab-home__what-we-work-on-image, .home-our-programs-region__image, .home-faculty-spotlight-region__image {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg data-name='Dotted Circle' xmlns='http://www.w3.org/2000/svg' width='518' height='518'%3E%3Cg data-name='Group 4096'%3E%3Cg data-name='Group 4025'%3E%3Cg data-name='Ellipse 341' fill='none' stroke='%23fff' stroke-dasharray='4 4'%3E%3Ccircle cx='259' cy='259' r='259' stroke='none'/%3E%3Ccircle cx='259' cy='259' r='258.5'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-faculty-spotlight-satellite--blue, .lab-home__our-people--white .lab-home__our-people-image:after, .lab-home__our-people--blue .lab-home__our-people-image:after, .lab-home__what-we-work-on--white .lab-home__our-people-image:after, .lab-home__what-we-work-on--navy .lab-home__our-people-image:after,
.lab-home__our-people--white .lab-home__what-we-work-on-image:after,
.lab-home__our-people--blue .lab-home__what-we-work-on-image:after,
.lab-home__what-we-work-on--white .lab-home__what-we-work-on-image:after,
.lab-home__what-we-work-on--navy .lab-home__what-we-work-on-image:after, .home-our-programs-region .home-our-programs-region__image:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg data-name='Dotted Circle' xmlns='http://www.w3.org/2000/svg' width='518' height='518'%3E%3Cg data-name='Group 4096'%3E%3Ccircle data-name='Ellipse 342' cx='6.5' cy='6.5' r='6.5' transform='translate(359 17)' fill='%2348a2d0'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-faculty-spotlight-satellite, .research-area__faculty-spotlight__image:after, .lab-home__our-people-image:after,
.lab-home__what-we-work-on-image:after, .home-our-programs-region__image:after, .home-faculty-spotlight-region__image:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg data-name='Dotted Circle' xmlns='http://www.w3.org/2000/svg' width='518' height='518'%3E%3Cg data-name='Group 4096'%3E%3Ccircle data-name='Ellipse 342' cx='6.5' cy='6.5' r='6.5' transform='translate(359 17)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-filter-checkbox-on, .query-wrangler__form .dropdown .dropdown-menu input[type=checkbox]:checked + label:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg data-name='Group 6547'%3E%3Cg data-name='Rectangle 3785' fill='none' stroke='%2348a2d0'%3E%3Cpath stroke='none' d='M0 0h15v15H0z'/%3E%3Cpath d='M.5.5h14v14H.5z'/%3E%3C/g%3E%3Cpath data-name='Rectangle 3938' fill='%2348a2d0' d='M4.032 4h7v7h-7z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-filter-checkbox, .query-wrangler__form .dropdown .dropdown-menu label.query-checkbox:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg data-name='Rectangle 3785' fill='none' stroke='%2348a2d0'%3E%3Cpath stroke='none' d='M0 0h15v15H0z'/%3E%3Cpath d='M.5.5h14v14H.5z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-filter-icon, .page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-events-c-events-bar__filter-button svg {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20.114' height='20.561'%3E%3Cg data-name='Group 13556' fill='none' stroke='%2348a2d0' stroke-width='1.25'%3E%3Cpath data-name='Line 605' stroke-miterlimit='10' d='M0 4.338h20.114'/%3E%3Cpath data-name='Line 609' stroke-miterlimit='10' d='M20.114 16.223H0'/%3E%3Cpath data-name='Line 604' stroke-miterlimit='10' d='M4.076 0v8.676'/%3E%3Cpath data-name='Path 18377' d='M16.038 20.561v-8.676'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-filter-sort, .people-directory figure.wp-block-table table th a:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='13.333' height='7.374'%3E%3Cpath data-name='Path 18239' d='M12.976.352L6.663 6.665.35.352' fill='none' stroke='%230b2646'/%3E%3C/svg%3E");
}

.icon-home-our-research-bg {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='1280' height='521'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='.5' x2='.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath data-name='Rectangle 2994' fill='url(%23a)' d='M0 0h1280v521H0z'/%3E%3C/svg%3E");
}

.icon-homepage-bg-mobile {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='2157.541' height='806.457'%3E%3Cg data-name='Group 4343' fill='none' stroke='%2348a2d0' stroke-miterlimit='10' stroke-dasharray='4 4'%3E%3Cpath data-name='Path 1383' d='M6.31 464.92c77.386-12.9 152.975 25.07 223.986 58.423 134.522 63.18 278.208 114.124 426.804 116.879s303.553-48.424 400.243-161.29c52.331-61.087 86.179-137.691 145.982-191.484 103.188-92.816 267.904-106.42 398.62-59.778 97.498 34.792 394.059 18.962 519.851-39.68'/%3E%3Cpath data-name='Path 1384' d='M11.033 455.87c78.574-12.971 155.594 24.066 227.81 57.618 131.76 61.517 271.804 110.602 416.502 117.657 153.243 7.474 315.891-33.006 419.948-143.572 53.917-57.29 88.746-131.3 147.917-184.35 103.754-92.943 257.859-116.448 385.783-80.475 95.627 26.525 379.524 7.875 504.578-45.376'/%3E%3Cpath data-name='Path 1385' d='M15.755 446.819c79.763-13.038 158.215 23.062 231.64 56.814C376.389 563.491 512.856 611.06 653.593 622.07c158.008 12.358 327.912-17.574 439.654-125.857 55.285-53.574 91.313-124.899 149.852-177.216 104.319-93.07 247.728-126.025 372.944-101.173 93.688 18.595 364.992-3.211 489.306-51.073'/%3E%3Cpath data-name='Path 1386' d='M20.477 437.769c80.952-13.113 160.92 21.872 235.461 56.01 126.375 57.876 259.16 104.58 395.897 119.214 162.86 17.432 339.621-2.183 459.358-108.138 56.456-49.96 93.881-118.505 151.787-170.083 104.885-93.198 237.698-135.845 360.108-121.87 91.826 10.483 350.456-14.3 474.032-56.767'/%3E%3Cpath data-name='Path 1387' d='M25.2 428.719c82.14-13.184 163.56 20.82 239.282 55.207 123.64 56.145 252.88 102.03 385.594 119.991 167.777 22.71 351.034 13.105 479.062-90.42 57.45-46.459 96.45-112.11 153.722-162.953 105.452-93.324 227.713-145.693 347.273-142.568 89.994 2.35 335.922-25.384 458.76-62.462'/%3E%3Cpath data-name='Path 1388' d='M29.921 419.663c83.328-13.255 166.198 19.774 243.113 54.403 120.897 54.43 246.604 99.75 375.29 120.769 172.73 28.21 362.167 28.232 498.768-72.703 58.291-43.07 99.019-105.715 155.658-155.818 106.018-93.45 217.743-155.577 334.434-163.264 88.186-5.807 321.387-36.47 443.486-68.157'/%3E%3Cpath data-name='Path 1389' d='M34.643 410.611c84.516-13.325 168.832 18.738 246.938 53.6 118.146 52.734 240.32 97.727 364.99 121.547 177.69 33.952 373.042 43.147 518.471-54.983 58.999-39.811 101.587-99.32 157.594-148.684 106.583-93.579 208.17-163.414 321.596-183.96 86.12-15.602 306.853-47.559 428.214-73.854'/%3E%3Cpath data-name='Path 1390' d='M39.366 401.56c85.704-13.396 171.46 17.709 250.763 52.796 115.388 51.053 234.01 95.925 354.686 122.321 182.63 39.952 383.68 57.799 538.177-37.268 59.603-36.676 104.153-92.925 159.529-141.55 107.148-93.707 197.88-175.51 308.758-204.66 84.611-22.244 292.318-58.644 412.94-79.548'/%3E%3Cpath data-name='Path 1391' d='M44.088 392.51c86.893-13.467 174.086 16.69 254.59 51.992 112.623 49.39 227.659 94.326 344.382 123.102 187.524 46.234 394.116 72.144 557.882-19.55 60.125-33.665 106.722-86.53 161.461-134.414 107.715-93.833 187.942-185.558 295.921-225.355 82.82-30.526 277.784-69.732 397.668-85.245'/%3E%3Cpath data-name='Path 1392' d='M48.81 383.458c88.082-13.537 176.707 15.682 258.415 51.188 109.85 47.738 221.272 92.91 334.08 123.88 192.341 52.808 404.379 86.145 577.587-1.831 60.588-30.774 109.29-80.136 163.4-127.286 108.28-93.96 177.984-195.656 283.083-246.053 81.012-38.845 263.25-80.817 382.395-90.94'/%3E%3Cpath data-name='Path 1393' d='M53.532 374.407c89.27-13.608 179.323 14.684 262.24 50.385 107.073 46.1 214.825 91.65 323.779 124.658 197.053 59.697 414.5 99.765 597.29 15.885 61.01-27.998 111.858-73.74 165.34-120.153 108.847-94.086 167.986-205.794 270.246-266.75 79.178-47.196 248.717-91.904 367.123-96.635'/%3E%3Cpath data-name='Path 1394' d='M58.254 365.356c90.459-13.678 181.933 13.699 266.066 49.58 104.29 44.478 208.313 90.535 313.475 125.437 201.63 66.92 424.52 112.982 616.997 33.602 61.414-25.329 114.425-67.345 167.27-113.019 109.408-94.213 157.949-215.958 257.408-287.447 77.31-55.568 234.182-102.991 351.85-102.33'/%3E%3Cpath data-name='Path 1395' d='M62.976 356.305c91.647-13.75 184.539 12.727 269.892 48.78 101.5 42.87 201.728 89.537 303.177 126.213 206.036 74.486 434.468 125.783 636.701 51.32 61.815-22.761 116.993-60.952 169.205-105.886 109.978-94.34 147.871-226.137 244.572-308.144 75.41-63.952 219.646-114.078 336.577-108.026'/%3E%3Cpath data-name='Path 1396' d='M67.698 347.255c92.836-13.821 187.14 11.77 273.718 47.971C440.12 436.5 536.477 483.87 634.287 522.218c210.242 82.425 444.384 138.16 656.405 69.037 62.228-20.284 119.561-54.555 171.141-98.753 110.544-94.468 137.753-236.319 231.734-328.84 73.478-72.34 205.112-125.165 321.304-113.723'/%3E%3Cpath data-name='Path 1397' d='M72.42 338.203c94.025-13.891 189.73 10.83 277.543 47.169 95.907 39.69 188.308 87.839 282.567 127.77 214.21 90.745 454.3 150.103 676.11 86.754 62.672-17.898 122.129-48.16 173.077-91.62 111.108-94.595 127.598-246.495 218.895-349.539 71.52-80.722 190.58-136.25 306.032-119.417'/%3E%3Cpath data-name='Path 1398' d='M77.143 329.152c95.212-13.966 192.277 10.006 281.368 46.365 93.06 38.224 181.46 87.101 272.261 128.549 217.907 99.457 464.25 161.622 695.816 104.472 63.14-15.582 124.696-41.764 175.01-84.486 111.68-94.724 117.258-256.789 206.064-370.237 69.411-89.198 176.045-147.337 290.759-125.113'/%3E%3Cpath data-name='Path 1399' d='M81.865 320.101c96.401-14.033 194.897 9.001 285.193 45.562s174.505 86.416 261.964 129.325c221.29 108.571 474.266 172.73 715.524 122.19 63.663-13.338 127.264-35.37 176.945-77.354 112.244-94.85 107.212-266.811 193.224-390.934 67.538-97.465 161.51-158.424 275.486-130.806'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-instagram--navy, a.icon-instagram:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='17.329' height='17.329'%3E%3Cpath data-name='Path 40' d='M8.665 1.54a26.568 26.568 0 013.466.1 4.465 4.465 0 011.637.289A3.381 3.381 0 0115.4 3.562a4.465 4.465 0 01.293 1.638c0 .866.1 1.155.1 3.466a26.567 26.567 0 01-.1 3.466 4.465 4.465 0 01-.289 1.637 3.381 3.381 0 01-1.637 1.631 4.465 4.465 0 01-1.637.289c-.866 0-1.155.1-3.466.1a26.567 26.567 0 01-3.466-.1 4.465 4.465 0 01-1.636-.289 3.381 3.381 0 01-1.637-1.637 4.465 4.465 0 01-.289-1.637c0-.866-.1-1.155-.1-3.466a26.567 26.567 0 01.1-3.466 4.465 4.465 0 01.289-1.637A3.458 3.458 0 012.6 2.6a1.628 1.628 0 01.963-.674A4.465 4.465 0 015.2 1.637a26.567 26.567 0 013.466-.1m0-1.54A28.446 28.446 0 005.1.1a5.944 5.944 0 00-2.116.381 3.769 3.769 0 00-1.54.963 3.769 3.769 0 00-.963 1.54A4.387 4.387 0 00.1 5.1 28.446 28.446 0 000 8.665a28.446 28.446 0 00.1 3.562 5.944 5.944 0 00.385 2.118 3.769 3.769 0 00.963 1.54 3.769 3.769 0 001.54.963 5.944 5.944 0 002.118.385 28.445 28.445 0 003.562.1 28.445 28.445 0 003.562-.1 5.944 5.944 0 002.118-.385 4.039 4.039 0 002.5-2.5 5.943 5.943 0 00.385-2.118c0-.963.1-1.252.1-3.562a28.445 28.445 0 00-.1-3.562 5.944 5.944 0 00-.385-2.118 3.769 3.769 0 00-.963-1.54 3.769 3.769 0 00-1.54-.963A5.944 5.944 0 0012.227.1 28.446 28.446 0 008.665 0m0 4.236a4.357 4.357 0 00-4.429 4.429 4.429 4.429 0 104.429-4.429m0 7.317a2.837 2.837 0 01-2.889-2.888 2.837 2.837 0 012.889-2.889 2.837 2.837 0 012.888 2.888 2.837 2.837 0 01-2.888 2.888m4.621-8.568a1.059 1.059 0 101.059 1.059 1.068 1.068 0 00-1.059-1.059' fill='%23002748' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-instagram {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='17.329' height='17.329'%3E%3Cpath data-name='Path 40' d='M8.665 1.54a26.568 26.568 0 013.466.1 4.465 4.465 0 011.637.289A3.381 3.381 0 0115.4 3.562a4.465 4.465 0 01.293 1.638c0 .866.1 1.155.1 3.466a26.567 26.567 0 01-.1 3.466 4.465 4.465 0 01-.289 1.637 3.381 3.381 0 01-1.637 1.631 4.465 4.465 0 01-1.637.289c-.866 0-1.155.1-3.466.1a26.567 26.567 0 01-3.466-.1 4.465 4.465 0 01-1.636-.289 3.381 3.381 0 01-1.637-1.637 4.465 4.465 0 01-.289-1.637c0-.866-.1-1.155-.1-3.466a26.567 26.567 0 01.1-3.466 4.465 4.465 0 01.289-1.637A3.458 3.458 0 012.6 2.6a1.628 1.628 0 01.963-.674A4.465 4.465 0 015.2 1.637a26.567 26.567 0 013.466-.1m0-1.54A28.446 28.446 0 005.1.1a5.944 5.944 0 00-2.116.381 3.769 3.769 0 00-1.54.963 3.769 3.769 0 00-.963 1.54A4.387 4.387 0 00.1 5.1 28.446 28.446 0 000 8.665a28.446 28.446 0 00.1 3.562 5.944 5.944 0 00.385 2.118 3.769 3.769 0 00.963 1.54 3.769 3.769 0 001.54.963 5.944 5.944 0 002.118.385 28.445 28.445 0 003.562.1 28.445 28.445 0 003.562-.1 5.944 5.944 0 002.118-.385 4.039 4.039 0 002.5-2.5 5.943 5.943 0 00.385-2.118c0-.963.1-1.252.1-3.562a28.445 28.445 0 00-.1-3.562 5.944 5.944 0 00-.385-2.118 3.769 3.769 0 00-.963-1.54 3.769 3.769 0 00-1.54-.963A5.944 5.944 0 0012.227.1 28.446 28.446 0 008.665 0m0 4.236a4.357 4.357 0 00-4.429 4.429 4.429 4.429 0 104.429-4.429m0 7.317a2.837 2.837 0 01-2.889-2.888 2.837 2.837 0 012.889-2.889 2.837 2.837 0 012.888 2.888 2.837 2.837 0 01-2.888 2.888m4.621-8.568a1.059 1.059 0 101.059 1.059 1.068 1.068 0 00-1.059-1.059' fill='%2300a4d5' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-lab-home-header, .lab-home__header:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='683.004' height='681.915'%3E%3Cg data-name='Ellipse 740' fill='none' stroke='%2300a4d5' stroke-dasharray='4 4'%3E%3Cellipse cx='341.502' cy='340.957' rx='341.502' ry='340.957' stroke='none'/%3E%3Cellipse cx='341.502' cy='340.957' rx='341.002' ry='340.457'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-link-arrow--navy, .lab-home__announcements-announcement a span:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='15.917' height='10.196'%3E%3Cg data-name='Group 4642'%3E%3Cg data-name='Group 4032'%3E%3Cpath data-name='Path 522' d='M0 10.2A12.9 12.9 0 000 0a27.281 27.281 0 0015.917 5.1A27.272 27.272 0 000 10.2' fill='%23002748'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-link-arrow, .research-area__related-faculty-wrapper li a span:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='15.917' height='10.196'%3E%3Cg data-name='Group 4642'%3E%3Cg data-name='Group 4032'%3E%3Cpath data-name='Path 522' d='M0 10.2A12.9 12.9 0 000 0a27.281 27.281 0 0015.917 5.1A27.272 27.272 0 000 10.2' fill='%2300a4d5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-linkedin--red {
  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='%23FC3C43'/%3E%3C/svg%3E");
}

.icon-linkedin--share, .a2a_button_linkedin {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='19.735' height='19.731'%3E%3Cpath data-name='Path 495' d='M4.417 19.731H.326V6.558h4.091zM2.369 4.761a2.38 2.38 0 112.37-2.392 2.389 2.389 0 01-2.37 2.392zm17.361 14.97h-4.082v-6.413c0-1.528-.031-3.488-2.127-3.488-2.127 0-2.453 1.66-2.453 3.378v6.523H6.981V6.558H10.9v1.8h.057a4.3 4.3 0 013.871-2.127c4.14 0 4.9 2.726 4.9 6.267v7.236z' fill='%23002748'/%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='%23531096'/%3E%3C/svg%3E");
}

.icon-list-view-icon, .page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-common-c-svgicon--list, .page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-events-c-view-selector__button .tribe-common-c-svgicon--list {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='21.274' height='21.274'%3E%3Cg data-name='Group 6630'%3E%3Cpath data-name='Line 606' fill='none' stroke='%2348a2d0' stroke-miterlimit='10' stroke-width='1.25' d='M4.231 6.968h7.014'/%3E%3Cpath data-name='Line 607' fill='none' stroke='%2348a2d0' stroke-miterlimit='10' stroke-width='1.25' d='M4.231 13.537h7.014'/%3E%3Cpath data-name='Rectangle 3952' fill='none' stroke='%2348a2d0' stroke-miterlimit='10' stroke-width='1.25' d='M.625.625h20.024v20.024H.625z'/%3E%3Cpath data-name='Rectangle 3953' fill='%2348a2d0' d='M13.333 5.002h3.931v3.931h-3.931z'/%3E%3Cpath data-name='Rectangle 3954' fill='%2348a2d0' d='M13.333 11.572h3.931v3.931h-3.931z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-logo, .navbar-brand:not(.navbar-brand--lab), .footer--lab .aa-logo a {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='206.128' height='57.822'%3E%3Cg data-name='Group 506'%3E%3Cpath data-name='Path 510' d='M77.829 46.267l-2.1-5.541h-7.38l-2.021 5.361h-2.457l6.991-17.942h2.433l6.889 17.6zm-5.8-15.224l-2.847 7.535h5.724z' fill='%23004d90'/%3E%3Cpath data-name='Path 511' d='M82.704 46.087V28.222h9.633v2.227h-7.2v5.177h5.591l.365 2.227h-5.956v6.007h7.457v2.227z' fill='%23004d90'/%3E%3Cpath data-name='Path 512' d='M108.275 45.722l-2.461.545-5.46-7.715h-1.842v7.535h-2.431V28.222h4.866a6.643 6.643 0 014.337 1.306 4.592 4.592 0 011.595 3.77 4.7 4.7 0 01-1.076 3.231 5.724 5.724 0 01-2.837 1.712zm-3.832-12.3a2.852 2.852 0 00-.909-2.266 4.006 4.006 0 00-2.688-.789h-2.334v6.136h2.074a4.591 4.591 0 002.821-.777 2.7 2.7 0 001.037-2.301z' fill='%23004d90'/%3E%3Cpath data-name='Path 513' d='M126.473 37.128a11.54 11.54 0 01-.584 3.778 8.555 8.555 0 01-1.656 2.94 7.323 7.323 0 01-2.6 1.9 8.4 8.4 0 01-3.422.674 8.286 8.286 0 01-3.4-.674 7.349 7.349 0 01-2.574-1.888 8.606 8.606 0 01-1.644-2.912 11.551 11.551 0 01-.584-3.768 11.767 11.767 0 01.584-3.792 8.418 8.418 0 011.656-2.938 7.362 7.362 0 012.6-1.89 8.319 8.319 0 013.418-.674 8.23 8.23 0 013.4.674 7.411 7.411 0 012.587 1.89 8.361 8.361 0 011.648 2.91 11.78 11.78 0 01.571 3.77zm-2.514.026a10.006 10.006 0 00-.4-2.914 6.635 6.635 0 00-1.143-2.225 4.947 4.947 0 00-1.8-1.413 6.017 6.017 0 00-4.763 0 5.015 5.015 0 00-1.8 1.413 6.588 6.588 0 00-1.137 2.225 10.71 10.71 0 000 5.829 6.588 6.588 0 001.137 2.225 4.987 4.987 0 001.8 1.411 6.017 6.017 0 004.763 0 4.92 4.92 0 001.8-1.411 6.635 6.635 0 001.143-2.225 9.987 9.987 0 00.4-2.915z' fill='%23004d90'/%3E%3Cpath data-name='Path 514' d='M141.774 46.267l-2.1-5.541H132.3l-2.021 5.361h-2.461l6.992-17.942h2.435l6.883 17.6zm-5.8-15.224l-2.843 7.535h5.722z' fill='%237a7574'/%3E%3Cpath data-name='Path 515' d='M156.897 41.268a5 5 0 01-.418 2.086 4.659 4.659 0 01-1.149 1.579 5.024 5.024 0 01-1.789 1.008 7.181 7.181 0 01-2.29.351 11.084 11.084 0 01-2.744-.325 10.061 10.061 0 01-2.251-.84l.363-2.488a10.921 10.921 0 002.122 1.064 7.1 7.1 0 002.562.468 3.622 3.622 0 002.294-.7 2.426 2.426 0 00.893-2.021 3.27 3.27 0 00-.158-1.074 2.16 2.16 0 00-.543-.842 4.93 4.93 0 00-1.048-.765q-.663-.371-1.672-.842a20.446 20.446 0 01-2.148-1.1 6.852 6.852 0 01-1.434-1.115 3.448 3.448 0 01-.8-1.308 5.261 5.261 0 01-.246-1.682 4.709 4.709 0 01.388-1.953 4.085 4.085 0 011.113-1.476 5.3 5.3 0 011.722-.945 6.831 6.831 0 012.215-.337 8.247 8.247 0 012.3.285 8.12 8.12 0 011.759.725l-.386 2.433a7.115 7.115 0 00-1.71-.945 5.558 5.558 0 00-2.043-.375 3.05 3.05 0 00-2.253.711 2.333 2.333 0 00-.7 1.7 2.685 2.685 0 00.145.917 1.9 1.9 0 00.529.763 5.6 5.6 0 001.048.737q.663.377 1.668.842a22.05 22.05 0 012.191 1.139 6.135 6.135 0 011.434 1.165 3.881 3.881 0 01.79 1.385 5.72 5.72 0 01.246 1.775z' fill='%237a7574'/%3E%3Cpath data-name='Path 516' d='M166.787 30.449v15.638h-2.437V30.449h-5.7v-2.227h13.621l.363 2.227z' fill='%237a7574'/%3E%3Cpath data-name='Path 517' d='M188.182 45.722l-2.457.545-5.464-7.715h-1.839v7.535h-2.434V28.222h4.868a6.643 6.643 0 014.337 1.306 4.6 4.6 0 011.591 3.77 4.7 4.7 0 01-1.072 3.231 5.724 5.724 0 01-2.837 1.712zm-3.832-12.3a2.849 2.849 0 00-.905-2.266 4.014 4.014 0 00-2.692-.789h-2.33v6.136h2.07a4.608 4.608 0 002.825-.777 2.7 2.7 0 001.033-2.301z' fill='%237a7574'/%3E%3Cpath data-name='Path 518' d='M206.128 37.128a11.54 11.54 0 01-.584 3.778 8.583 8.583 0 01-1.654 2.94 7.348 7.348 0 01-2.6 1.9 8.379 8.379 0 01-3.418.674 8.259 8.259 0 01-3.4-.674 7.327 7.327 0 01-2.578-1.888 8.672 8.672 0 01-1.644-2.912 11.605 11.605 0 01-.581-3.768 11.822 11.822 0 01.581-3.792 8.481 8.481 0 011.656-2.938 7.434 7.434 0 012.6-1.89 8.976 8.976 0 016.823 0 7.447 7.447 0 012.587 1.89 8.385 8.385 0 011.644 2.91 11.78 11.78 0 01.568 3.77zm-2.51.026a10 10 0 00-.4-2.914 6.59 6.59 0 00-1.139-2.225 4.98 4.98 0 00-1.8-1.413 6.017 6.017 0 00-4.763 0 4.964 4.964 0 00-1.8 1.413 6.666 6.666 0 00-1.141 2.225 10.812 10.812 0 000 5.829 6.666 6.666 0 001.141 2.225 4.936 4.936 0 001.8 1.411 6.017 6.017 0 004.763 0 4.953 4.953 0 001.8-1.411 6.59 6.59 0 001.139-2.225 9.986 9.986 0 00.4-2.915z' fill='%237a7574'/%3E%3Cg data-name='Group 505'%3E%3Cpath data-name='Path 519' d='M50.683 19.653c-.658-1.841-13.231-1.767-16.016-.909a53.026 53.026 0 005.274 1.607c1.973.83 3.58 1.458 4.242 3.206.816 2.16-.135 4.791-1.014 7.862-.089.287-1.884 4.824-1.88 4.836 2.258-2.263 10.06-14.781 9.394-16.602z' fill='none'/%3E%3Cpath data-name='Path 520' d='M28.912 0a28.911 28.911 0 00-16.274 52.807c.46-.676.759-1.115.8-1.183 3.275-5.534 6.025-10.469 6.391-15.041.474-5.672-2.635-8.117-5.779-12.018-.3-.347-5.89-5.09-5.878-5.121 5.339-.418 26.019 6.891 25.679 11.612-.22 3.035-9.894 14.518-18.322 23.481A28.911 28.911 0 1028.916 0zm12.377 36.252c0-.012 1.791-4.549 1.88-4.836.88-3.071 1.831-5.7 1.014-7.861-.662-1.747-2.269-2.375-4.242-3.206a53.019 53.019 0 01-5.274-1.607c2.786-.858 15.358-.931 16.016.909.666 1.823-7.136 14.341-9.394 16.601z' fill='%23004d90'/%3E%3Cg data-name='Group 504'%3E%3Cg data-name='Group 503'%3E%3Cg data-name='Group 502'%3E%3Cpath data-name='Path 521' d='M64.251 10.451a28.331 28.331 0 002.918-1.547c.474-.287.947-.59 1.4-.905.168-.115 1.113-.929 1.26-.838-.073.224-.369.4-.539.555-.2.188-.4.378-.594.571-.4.392-.791.79-1.169 1.2q-1.129 1.224-2.132 2.552a36.129 36.129 0 00-2.07 3.047 34.03 34.03 0 00-.931 1.613c-.149.273-.293.551-.44.83-.051.1-.317.741-.414.624a5.216 5.216 0 00-.321-3.873 3.4 3.4 0 00-1.355-1.3 3.557 3.557 0 00-.9-.321 4.2 4.2 0 00-.47-.075 1.7 1.7 0 01-.45-.024c-.04-.182 1.25-.386 1.448-.436q.808-.205 1.6-.458a27.546 27.546 0 003.159-1.215z' fill='%23004d90'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-main-menu-dropdown, .mobile-menu-wrapper .navbar-nav a.caret, #main-nav .has-submenu button {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='10.927'%3E%3Cpath data-name='Path 522' d='M0 0a8.853 8.853 0 007 0 18.729 18.729 0 00-3.5 10.927A18.723 18.723 0 000 0' fill='%2300a4d5'/%3E%3C/svg%3E");
}

.icon-mit-logo, .utility-navigation nav a.mit-logo, .mobile-menu-wrapper__utility-nav a.mit-logo, .footer--lab .mit-logo a {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='24'%3E%3Cpath d='M26 24h5.333V8.667H26zm8.667 0H40V8.667h-5.334zm0-18.662H48V0H34.666zM0 24h5.333V0H0zm8.667-5.333H14V0H8.667zM17.333 24h5.333V0h-5.333zM26 5.333h5.333V0H26z'/%3E%3C/svg%3E");
}

.icon-mit-micro-logo-white {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='22.666'%3E%3Cpath d='M0 0v5.333h24V0zm5.333 8.667V14H24V8.667zM0 17.333v5.333h24v-5.333z' opacity='.1'/%3E%3C/svg%3E");
}

.icon-mit-school-of-engineering-logo {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='143.128' height='30.787'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectangle 4321' fill='none' d='M0 0h143.128v30.787H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cpath data-name='Path 8868' d='M27.747 27.958h6.166v-18.5h-6.166zm9.249 0h6.166v-18.5H37zm-37 0h6.17V.211H0zm9.253-6.166h6.166V.211H9.249zm9.251 6.166h6.166V.211H18.5zm9.249-21.581h6.166V.211h-6.168zm9.249 0h15.413V.211H37z'/%3E%3Cpath data-name='Path 8869' d='M59.468 16.396h8.505v1.973h-6.161v2.587h5.4v1.924h-5.4v3.121h6.209v1.957h-8.554z'/%3E%3Cg data-name='Group 12311'%3E%3Cg data-name='Group 12310' clip-path='url(%23a)'%3E%3Cpath data-name='Path 8870' d='M71.448 20.799h.049a2.7 2.7 0 012.458-1.358 2.854 2.854 0 012.862 3.1v5.417h-2.2v-5.094a1.38 1.38 0 00-1.439-1.52 1.734 1.734 0 00-1.682 1.908v4.705h-2.2v-8.3h2.151v1.142z'/%3E%3Cpath data-name='Path 8871' d='M77.948 28.199h2.183c.178.517.647.922 1.665.922 1.245 0 1.844-.6 1.844-1.73v-.905h-.049a2.681 2.681 0 01-2.167.97 3.728 3.728 0 01-3.655-3.962c0-2.474 1.488-4.059 3.59-4.059a2.673 2.673 0 012.3 1.1h.032v-.873h2.118v7.665a3.219 3.219 0 01-.986 2.522 4.34 4.34 0 01-2.991.938c-2.264 0-3.654-.97-3.881-2.587m5.8-4.754a2 2 0 00-1.973-2.248c-1.116 0-1.859.873-1.859 2.264 0 1.407.744 2.231 1.876 2.231 1.391 0 1.957-1.019 1.957-2.248'/%3E%3Cpath data-name='Path 8872' d='M87.23 16.396h2.2v1.973h-2.2zm0 3.266h2.2v8.3h-2.2z'/%3E%3Cpath data-name='Path 8873' d='M93.002 20.799h.049a2.7 2.7 0 012.458-1.358 2.854 2.854 0 012.862 3.1v5.417h-2.2v-5.094a1.38 1.38 0 00-1.439-1.52 1.734 1.734 0 00-1.682 1.908v4.705h-2.2v-8.3H93v1.142z'/%3E%3Cpath data-name='Path 8874' d='M99.324 23.799a4.1 4.1 0 014.091-4.366c2.668 0 4.091 2.037 4.091 5h-6.015a2.062 2.062 0 002.118 2.07 1.548 1.548 0 001.6-1.019h2.167a3.559 3.559 0 01-3.751 2.717 4.106 4.106 0 01-4.3-4.4m2.2-.889h3.687a1.75 1.75 0 00-1.763-1.779 1.847 1.847 0 00-1.924 1.779'/%3E%3Cpath data-name='Path 8875' d='M108.121 23.799a4.1 4.1 0 014.091-4.366c2.668 0 4.091 2.037 4.091 5h-6.015a2.062 2.062 0 002.118 2.07 1.548 1.548 0 001.6-1.019h2.167a3.56 3.56 0 01-3.751 2.717 4.106 4.106 0 01-4.3-4.4m2.2-.889h3.687a1.75 1.75 0 00-1.762-1.779 1.847 1.847 0 00-1.924 1.779'/%3E%3Cpath data-name='Path 8876' d='M119.439 20.988h.048a2.176 2.176 0 012.038-1.423 1.433 1.433 0 01.517.065v1.924h-.048a2.09 2.09 0 00-2.474 2.361v4.042h-2.2v-8.3h2.118v1.326z'/%3E%3Cpath data-name='Path 8877' d='M122.997 16.396h2.2v1.973h-2.2zm0 3.266h2.2v8.3h-2.2z'/%3E%3Cpath data-name='Path 8878' d='M128.769 20.799h.048a2.7 2.7 0 012.458-1.358 2.854 2.854 0 012.862 3.1v5.417h-2.2v-5.094a1.38 1.38 0 00-1.439-1.52 1.734 1.734 0 00-1.682 1.908v4.705h-2.2v-8.3h2.151v1.142z'/%3E%3Cpath data-name='Path 8879' d='M135.269 28.199h2.183c.178.517.647.922 1.666.922 1.245 0 1.843-.6 1.843-1.73v-.905h-.049a2.681 2.681 0 01-2.167.97 3.728 3.728 0 01-3.655-3.962c0-2.474 1.488-4.059 3.59-4.059a2.674 2.674 0 012.3 1.1h.032v-.873h2.118v7.665a3.219 3.219 0 01-.986 2.522 4.341 4.341 0 01-2.991.938c-2.264 0-3.655-.97-3.881-2.587m5.8-4.754a2 2 0 00-1.973-2.248c-1.115 0-1.86.873-1.86 2.264 0 1.407.744 2.231 1.876 2.231 1.39 0 1.956-1.019 1.956-2.248'/%3E%3Cpath data-name='Path 8880' d='M58.949 8.2h2.3c.162 1.391.954 1.94 2.6 1.94 1.2 0 2.248-.42 2.248-1.488 0-1.132-1.1-1.358-2.862-1.762-2.07-.469-3.962-1.019-3.962-3.428 0-2.28 1.86-3.46 4.431-3.46 2.6 0 4.285 1.277 4.463 3.606h-2.248a1.994 1.994 0 00-2.231-1.746c-1.261 0-2.086.534-2.086 1.358 0 .938.808 1.213 2.522 1.585 2.377.517 4.318 1.083 4.318 3.574 0 2.345-1.892 3.654-4.5 3.654-3.137 0-4.916-1.391-5-3.832'/%3E%3Cpath data-name='Path 8881' d='M69.265 7.632a4.091 4.091 0 014.139-4.382 3.521 3.521 0 013.768 3.04h-2.15a1.52 1.52 0 00-1.52-1.277c-1.326 0-2.005 1.019-2.005 2.62 0 1.568.63 2.62 1.973 2.62a1.548 1.548 0 001.665-1.407h2.118a3.475 3.475 0 01-3.731 3.167 4.125 4.125 0 01-4.253-4.382'/%3E%3Cpath data-name='Path 8882' d='M80.407 4.555h.049a2.644 2.644 0 012.409-1.31 2.854 2.854 0 012.862 3.1v5.417h-2.2V6.678a1.381 1.381 0 00-1.439-1.52 1.734 1.734 0 00-1.682 1.908v4.705h-2.2V.21h2.2v4.345z'/%3E%3Cpath data-name='Path 8883' d='M86.68 7.632a4.334 4.334 0 114.333 4.382 4.217 4.217 0 01-4.333-4.382m6.436 0c0-1.617-.76-2.717-2.1-2.717-1.358 0-2.1 1.1-2.1 2.717s.744 2.7 2.1 2.7c1.342 0 2.1-1.083 2.1-2.7'/%3E%3Cpath data-name='Path 8884' d='M95.961 7.632a4.334 4.334 0 114.338 4.381 4.217 4.217 0 01-4.333-4.382m6.436 0c0-1.617-.76-2.717-2.1-2.717-1.358 0-2.1 1.1-2.1 2.717s.744 2.7 2.1 2.7c1.342 0 2.1-1.083 2.1-2.7'/%3E%3Cpath data-name='Rectangle 4320' d='M105.679.21h2.199v11.561h-2.199z'/%3E%3Cpath data-name='Path 8885' d='M111.646 7.632a4.334 4.334 0 114.334 4.382 4.218 4.218 0 01-4.334-4.382m6.436 0c0-1.617-.76-2.717-2.1-2.717-1.359 0-2.1 1.1-2.1 2.717s.744 2.7 2.1 2.7c1.342 0 2.1-1.083 2.1-2.7'/%3E%3Cpath data-name='Path 8886' d='M120.684 3.477h1.132v-.744c0-2.021 1.568-2.733 3.687-2.506v1.7c-1.035-.049-1.488.081-1.488.938v.614h1.488v1.52h-1.488v6.775h-2.2V4.996h-1.132z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-mit-soe-logo {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 377.199 54'%3E%3Cpath fill='%23888b8d' d='M52 8.007h20v8H52zM13 8.007h8v26h-8zM26 8.007h8v38.001h-8zM0 8.007h8v38.001H0zM52 21.007h8v25h-8zM39 8.007h8v8h-8z'/%3E%3Cpath fill='%23c2c0bf' d='M39 21.007h8v25h-8z'/%3E%3Cpath fill='%23888b8d' d='M88 0h1v54h-1zM119.86 31.074c0 5.396-3.394 7.34-8.528 7.34-2.35 0-5.221-.406-6.787-1.335v-4.757a13.473 13.473 0 006.323 1.682c3.278 0 4.235-1.015 4.235-2.494 0-1.654-.725-2.205-2.93-2.494-5.512-.726-7.629-2.35-7.629-6.615 0-3.944 2.407-6.555 8.151-6.555a14.282 14.282 0 016.15 1.073v4.497a15.15 15.15 0 00-5.802-1.161c-2.408 0-3.742.754-3.742 2.146 0 1.567.841 2.06 3.104 2.38 4.815.666 7.455 1.653 7.455 6.293zM129.282 34.41a7.861 7.861 0 003.22-.667v3.945a8.144 8.144 0 01-3.684.726c-5.366 0-7.339-2.727-7.339-7.658s1.973-7.659 7.34-7.659a8.143 8.143 0 013.683.726v3.945a7.86 7.86 0 00-3.22-.668c-1.914 0-3.22.9-3.22 3.656s1.306 3.654 3.22 3.654zM139.46 16.252v7.774a7.855 7.855 0 013.771-.928c3.945 0 5.076 2.088 5.076 4.873v10.037h-4.64v-9.341c0-1.073-.378-1.798-1.625-1.798a5.045 5.045 0 00-2.582.754v10.385h-4.641V16.252zM150.189 30.756c0-4.526 1.45-7.658 6.817-7.658s6.816 3.133 6.816 7.658-1.45 7.658-6.816 7.658-6.817-3.133-6.817-7.658zm4.641 0c0 2.9.58 3.945 2.176 3.945s2.175-1.045 2.175-3.945-.58-3.945-2.175-3.945-2.176 1.044-2.176 3.945zM165.268 30.756c0-4.526 1.45-7.658 6.817-7.658s6.817 3.133 6.817 7.658-1.45 7.658-6.817 7.658-6.817-3.133-6.817-7.658zm4.642 0c0 2.9.58 3.945 2.175 3.945s2.176-1.045 2.176-3.945-.58-3.945-2.176-3.945-2.175 1.044-2.175 3.945zM186.875 38.123a7.964 7.964 0 01-1.335.116c-2.494 0-4.467-1.276-4.467-4.09V16.252h4.613v17.26c0 .55.26.87 1.19.87zM194.123 30.756c0-4.526 1.45-7.658 6.816-7.658s6.816 3.133 6.816 7.658-1.449 7.658-6.816 7.658-6.816-3.133-6.816-7.658zm4.64 0c0 2.9.58 3.945 2.176 3.945s2.176-1.045 2.176-3.945-.58-3.945-2.176-3.945-2.176 1.044-2.176 3.945zM219.935 20.226a4.828 4.828 0 00-2.263-.522 1.677 1.677 0 00-1.915 1.798v2.002h3.743v3.858h-3.742v10.646h-4.64V27.362h-2.35v-3.075l2.35-.638V20.95c0-3.423 1.884-5.105 6.091-5.105a8.114 8.114 0 012.727.493zM239.945 28.842h-8.383v4.93h9.225v4.236H226.92V16.252h13.866v4.235h-9.225v4.206h8.383zM245.917 23.504l.58 1.044a9.94 9.94 0 015.047-1.45c3.945 0 5.077 2.088 5.077 4.873v10.037h-4.642v-9.341c0-1.073-.377-1.798-1.624-1.798a5.048 5.048 0 00-2.582.754v10.385h-4.64V23.504zM265.029 23.098a10.276 10.276 0 013.392.406h4.729v3.103l-1.74.465a9.234 9.234 0 01.144 1.595c0 3.655-2.029 5.57-6.525 5.57a12.024 12.024 0 01-1.48-.06.895.895 0 00-.204.553c0 .29.174.463.58.522l5.6.725c3.045.406 3.916 1.914 3.916 4.263 0 3.916-4.496 5.425-8.935 5.425-3.654 0-6.874-1.132-6.874-3.944a3.653 3.653 0 013.016-3.51 2.537 2.537 0 01-1.333-2.35 3.441 3.441 0 011.537-2.495c-1.596-.93-2.35-2.466-2.35-4.7 0-3.654 2.03-5.568 6.527-5.568zm-2.002 15.896a1.687 1.687 0 00-1.103 1.479c0 1.045.783 1.71 3.075 1.71 2.206 0 3.858-.753 3.858-1.71 0-.464-.233-.754-.813-.841zm2.002-8.18a1.885 1.885 0 002.117-2.147 2.118 2.118 0 10-4.235 0 1.885 1.885 0 002.118 2.146zM277.207 16.542a2.756 2.756 0 110 5.512 2.756 2.756 0 010-5.512zm3.482 21.581a7.97 7.97 0 01-1.336.116c-2.494 0-4.467-1.276-4.467-4.09V23.504h4.614v10.008c0 .55.26.869 1.19.869zM285.502 23.504l.58 1.044a9.94 9.94 0 015.046-1.45c3.946 0 5.077 2.088 5.077 4.873v10.037h-4.641v-9.341c0-1.073-.377-1.798-1.625-1.798a5.048 5.048 0 00-2.582.754v10.385h-4.64V23.504zM302.67 32.293c-.118 1.885.869 2.437 3.132 2.437a10.995 10.995 0 004.844-.957v3.625a14.907 14.907 0 01-5.453 1.016c-4.787 0-7.108-2.437-7.108-7.658s2.291-7.658 6.787-7.658c6.21 0 6.643 4.64 6.266 9.195zm0-2.843h4.119c.26-1.595-.088-2.871-1.858-2.871-1.566 0-2.262 1.044-2.262 2.871zM317.43 32.293c-.116 1.885.87 2.437 3.132 2.437a10.983 10.983 0 004.844-.957v3.625a14.9 14.9 0 01-5.453 1.016c-4.786 0-7.106-2.437-7.106-7.658s2.291-7.658 6.787-7.658c6.207 0 6.643 4.64 6.266 9.195zm0-2.843h4.118c.262-1.595-.088-2.871-1.855-2.871-1.566 0-2.264 1.044-2.264 2.871zM337.324 27.043a7.426 7.426 0 00-1.42-.116 5.412 5.412 0 00-3.077.841v10.24h-4.64V23.504h2.785l.58 1.044a6.615 6.615 0 014.467-1.45 3.901 3.901 0 011.305.203zM341.382 16.542a2.756 2.756 0 110 5.512 2.756 2.756 0 010-5.512zm3.48 21.581a7.961 7.961 0 01-1.333.116c-2.494 0-4.467-1.276-4.467-4.09V23.504h4.611v10.008c0 .55.262.869 1.19.869zM349.675 23.504l.58 1.044a9.946 9.946 0 015.05-1.45c3.942 0 5.075 2.088 5.075 4.873v10.037h-4.642v-9.341c0-1.073-.377-1.798-1.623-1.798a5.042 5.042 0 00-2.582.754v10.385h-4.641V23.504zM368.787 23.098a10.295 10.295 0 013.394.406h4.729v3.103l-1.742.465a9.22 9.22 0 01.146 1.595c0 3.655-2.031 5.57-6.527 5.57a11.99 11.99 0 01-1.479-.06.883.883 0 00-.203.553c0 .29.174.463.58.522l5.598.725c3.047.406 3.916 1.914 3.916 4.263 0 3.916-4.496 5.425-8.934 5.425-3.654 0-6.875-1.132-6.875-3.944a3.652 3.652 0 013.018-3.51 2.535 2.535 0 01-1.336-2.35 3.438 3.438 0 011.54-2.495c-1.597-.93-2.35-2.466-2.35-4.7 0-3.654 2.029-5.568 6.525-5.568zm-2.002 15.896a1.686 1.686 0 00-1.102 1.479c0 1.045.783 1.71 3.074 1.71 2.205 0 3.86-.753 3.86-1.71 0-.464-.233-.754-.813-.841zm2.002-8.18a1.884 1.884 0 002.117-2.147 2.117 2.117 0 10-4.235 0 1.884 1.884 0 002.118 2.146z'/%3E%3C/svg%3E");
}

.icon-news-fallback--square {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='399' height='399'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectangle 3937' transform='translate(659 1190)' fill='%23fff' d='M0 0h399v397H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Group 6562'%3E%3Cg data-name='Group 6545'%3E%3Cpath data-name='Rectangle 3936' fill='%23004d90' d='M0 0h399v399H0z'/%3E%3Cg data-name='Mask Group 42' transform='translate(-659 -1188)' clip-path='url(%23a)'%3E%3Cg data-name='Group 6544' opacity='.399'%3E%3Cpath data-name='Path 520' d='M798.885 1297.184c-95.78 0-173.414 81.351-173.414 181.744 0 62.421 30.053 117.481 75.8 150.211 2.757-4.247 4.552-7.012 4.777-7.435 19.643-34.785 36.137-65.808 38.336-94.553 2.84-35.657-15.8-51.025-34.663-75.547-1.806-2.18-35.329-32-35.258-32.194 32.026-2.628 156.064 43.316 154.02 72.994-1.319 19.08-59.345 91.265-109.9 147.608a166.55 166.55 0 0080.3 20.649c95.768 0 173.4-81.376 173.4-181.732.004-100.394-77.63-181.745-173.398-181.745zm74.236 227.887c-.024-.075 10.742-28.6 11.277-30.4 5.276-19.3 10.98-35.844 6.084-49.418-3.969-10.985-13.607-14.933-25.442-20.151-.868-.349-31.812-8.83-31.634-10.1 16.708-5.393 92.12-5.853 96.065 5.717 3.993 11.456-42.804 90.142-56.35 104.352z' fill='%23002748'/%3E%3Cg data-name='Group 504'%3E%3Cg data-name='Group 503'%3E%3Cg data-name='Group 502'%3E%3Cpath data-name='Path 521' d='M1010.848 1359.869a169.927 169.927 0 0017.5-9.281 175.9 175.9 0 008.426-5.43c1.01-.689 6.678-5.574 7.557-5.027-.44 1.343-2.211 2.4-3.232 3.327a326.596 326.596 0 00-3.565 3.423c-2.389 2.353-4.742 4.741-7.011 7.225q-6.773 7.344-12.787 15.306a216.711 216.711 0 00-12.418 18.276 205.384 205.384 0 00-5.585 9.673c-.891 1.64-1.759 3.3-2.639 4.979-.309.583-1.9 4.444-2.483 3.743 1.746-7.855 2.305-15.971-1.926-23.232a20.385 20.385 0 00-8.128-7.807 21.339 21.339 0 00-5.4-1.925 25.245 25.245 0 00-2.817-.452 10.176 10.176 0 01-2.7-.142c-.237-1.094 7.5-2.317 8.686-2.614q4.849-1.23 9.626-2.745a165.212 165.212 0 0018.896-7.297z' fill='%23002748'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-news-fallback {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='476' height='316'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectangle 3937' transform='translate(659 1190)' fill='%23fff' d='M0 0h476v316H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Group 6545'%3E%3Cpath data-name='Rectangle 3936' fill='%23004d90' d='M0 0h476v316H0z'/%3E%3Cg data-name='Mask Group 42' transform='translate(-659 -1190)' clip-path='url(%23a)'%3E%3Cg data-name='Group 6544' opacity='.399'%3E%3Cpath data-name='Path 520' d='M792.414 1224.184a173.408 173.408 0 00-97.61 316.739c2.757-4.052 4.552-6.69 4.777-7.094 19.646-33.186 36.137-62.792 38.336-90.219 2.84-34.022-15.8-48.686-34.663-72.084-1.806-2.08-35.329-30.529-35.258-30.718 32.026-2.508 156.064 41.33 154.02 69.648-1.319 18.205-59.345 87.081-109.9 140.842a173.41 173.41 0 1080.3-327.113zm74.236 217.441c-.024-.071 10.742-27.284 11.277-29.007 5.276-18.419 10.98-34.2 6.084-47.153-3.969-10.481-13.607-14.248-25.442-19.227-.868-.333-31.812-8.425-31.634-9.637 16.708-5.146 92.12-5.585 96.065 5.455 3.993 10.932-42.804 86.01-56.35 99.569z' fill='%23002748'/%3E%3Cg data-name='Group 504'%3E%3Cg data-name='Group 503'%3E%3Cg data-name='Group 502'%3E%3Cpath data-name='Path 521' d='M1004.377 1286.869a169.927 169.927 0 0017.5-9.281 175.9 175.9 0 008.426-5.43c1.01-.689 6.678-5.574 7.557-5.027-.44 1.343-2.211 2.4-3.232 3.327a326.596 326.596 0 00-3.565 3.423c-2.389 2.353-4.742 4.741-7.011 7.225q-6.773 7.344-12.787 15.306a216.711 216.711 0 00-12.418 18.276 205.384 205.384 0 00-5.585 9.673c-.891 1.64-1.759 3.3-2.639 4.979-.309.583-1.9 4.444-2.483 3.743 1.746-7.855 2.305-15.971-1.926-23.232a20.385 20.385 0 00-8.128-7.807 21.339 21.339 0 00-5.4-1.925 25.245 25.245 0 00-2.817-.452 10.176 10.176 0 01-2.7-.142c-.237-1.094 7.5-2.317 8.686-2.614q4.849-1.23 9.626-2.745a165.212 165.212 0 0018.896-7.297z' fill='%23002748'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-pager--white {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='7.374' height='13.333'%3E%3Cpath data-name='Path 1516' d='M.354.354l6.313 6.313L.354 12.98' fill='none' stroke='%23FFF'/%3E%3C/svg%3E");
}

.icon-pager, .page-events .tribe-events .tribe-events-calendar-list-nav .tribe-events-c-nav__next:after, .page-events .tribe-events .tribe-events-calendar-month-nav .tribe-events-c-nav__next:after, .page-events .tribe-events .tribe-events-calendar-list-nav .tribe-events-c-nav__prev:before, .page-events .tribe-events .tribe-events-calendar-month-nav .tribe-events-c-nav__prev:before, .page-events .tribe-events .tribe-events-header .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-button:after, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-right:after, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-left:after, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-right:disabled:after, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-left:disabled:after, .query-wrangler__pager .query-pager a.next span:after, .query-wrangler__pager .query-pager a.prev span:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='7.374' height='13.333'%3E%3Cpath data-name='Path 1516' d='M.354.354l6.313 6.313L.354 12.98' fill='none' stroke='%2348a2d0'/%3E%3C/svg%3E");
}

.icon-people-header-bg--small, .person-header--small-image {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='1280' height='690'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectangle 3806' transform='translate(0 110)' fill='%23fff' stroke='%23707070' d='M0 0h1280v690H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Mask Group 32' transform='translate(0 -110)' clip-path='url(%23a)'%3E%3Cg data-name='Group 6158' fill='none' stroke='%2348a2d0' stroke-miterlimit='10' stroke-dasharray='4 4'%3E%3Cpath data-name='Path 1383' d='M985.79-473.593C920.396-430.25 891.01-350.93 861.82-278.107 806.527-140.157 736.185-4.904 629.388 98.453s-255.03 171.607-402.72 155.004c-79.933-8.986-156.93-41.927-237.355-40.482-138.767 2.492-268.51 104.88-332.3 228.14-47.578 91.938-275.265 282.615-407.257 325.516'/%3E%3Cpath data-name='Path 1387' d='M947.284-487.188c-69.065 46.377-105.421 126.774-137.348 203.566C757.797-158.235 694.57-36.536 609.76 67.111 502.543 198.144 361.967 316.1 197.73 327.701c-73.702 5.204-146.998-16.213-223.56-14.338-140.769 3.665-265.9 48.747-351.21 132.572-64.214 63.095-262.99 210.534-378.114 267.192'/%3E%3Cpath data-name='Path 1391' d='M908.778-500.785c-72.733 49.413-115.936 130.933-150.736 211.655-48.684 112.93-102.169 224.25-167.91 324.9-105.615 161.704-239.036 321.549-421.343 366.176-66.931 16.385-137.064 9.5-209.754 11.813-142.772 4.835-264.003-7.533-370.115 37.002-81.39 34.159-250.715 138.45-348.973 208.865'/%3E%3Cpath data-name='Path 1395' d='M870.273-514.381c-76.404 52.448-126.283 135.163-164.12 219.741C661.16-194.064 619.685-91.578 570.503 4.433c-99.886 194.992-231.966 388.298-430.654 471.762-60.73 25.511-127.132 35.211-195.963 37.958-144.772 6.004-262.37-64.543-389.017-58.566-98.767 4.658-238.44 66.367-319.83 150.54'/%3E%3Cpath data-name='Path 1399' d='M831.768-527.977c-80.075 55.483-136.4 139.503-177.505 227.824S585.574-117.94 550.873-26.916C463.079 203.411 321.82 422.864 110.91 550.435 55.253 584.1-6.286 611.365-71.256 614.54c-146.778 7.18-260.374-122.016-407.93-154.133-115.866-25.22-226.167-5.714-290.688 92.216'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-people-header-bg--tablet {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='768' height='690'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectangle 3806' transform='translate(0 110)' fill='%23fff' stroke='%23707070' d='M0 0h768v690H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Mask Group 32' transform='translate(0 -110)' clip-path='url(%23a)'%3E%3Cg data-name='Group 6158' fill='none' stroke='%2348a2d0' stroke-miterlimit='10' stroke-dasharray='4 4'%3E%3Cpath data-name='Path 1383' d='M824.792-498.593c-65.394 43.343-94.78 122.664-123.969 195.486-55.294 137.95-125.636 273.203-232.433 376.56S213.36 245.06 65.67 228.456c-79.933-8.986-156.93-41.927-237.355-40.482-138.767 2.492-268.51 104.88-332.3 228.14-47.578 91.938-275.265 282.615-407.257 325.516'/%3E%3Cpath data-name='Path 1387' d='M786.286-512.188c-69.065 46.377-105.421 126.774-137.348 203.566C596.799-183.235 533.572-61.536 448.762 42.111 341.545 173.144 200.969 291.1 36.732 302.701c-73.702 5.204-146.998-16.213-223.56-14.338-140.769 3.665-265.9 48.747-351.21 132.572-64.214 63.095-262.99 210.534-378.114 267.192'/%3E%3Cpath data-name='Path 1391' d='M747.78-525.785c-72.733 49.413-115.936 130.933-150.736 211.655C548.36-201.2 494.875-89.88 429.134 10.77 323.519 172.474 190.098 332.319 7.791 376.946c-66.931 16.385-137.064 9.5-209.754 11.813-142.772 4.835-264.003-7.533-370.115 37.002-81.39 34.159-250.715 138.45-348.973 208.865'/%3E%3Cpath data-name='Path 1395' d='M709.275-539.381c-76.404 52.448-126.283 135.163-164.12 219.741-44.994 100.576-86.469 203.062-135.651 299.073C309.618 174.425 177.538 367.731-21.15 451.195c-60.73 25.511-127.132 35.211-195.963 37.958-144.772 6.004-262.37-64.543-389.017-58.566-98.767 4.658-238.44 66.367-319.83 150.54'/%3E%3Cpath data-name='Path 1399' d='M670.77-552.977c-80.075 55.483-136.4 139.503-177.505 227.824S424.576-142.94 389.875-51.916C302.08 178.411 160.823 397.864-50.087 525.435c-55.658 33.665-117.197 60.93-182.167 64.104-146.778 7.18-260.374-122.016-407.93-154.133-115.866-25.22-226.167-5.714-290.688 92.216'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-people-header-bg, .person-header--large-image {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='1280' height='690'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectangle 3806' transform='translate(0 110)' fill='%23fff' stroke='%23707070' d='M0 0h1280v690H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Mask Group 32' transform='translate(0 -110)' clip-path='url(%23a)'%3E%3Cg data-name='Group 6158' fill='none' stroke='%2348a2d0' stroke-miterlimit='10' stroke-dasharray='4 4'%3E%3Cpath data-name='Path 1383' d='M202.463 959.62c61.428-48.827 145.964-52.287 224.256-57.566 148.313-10.002 298.705-35.151 430.012-104.832S1098.745 607.6 1128.56 461.97c16.136-78.819 8.577-162.242 34.787-238.306C1208.572 92.422 1346.044.611 1483.004-22.009c102.157-16.87 353.868-174.59 435.443-286.91' stroke-width='1.0002'/%3E%3Cpath data-name='Path 1387' d='M201.423 918.792c65.448-51.381 153.16-61.14 236.075-67.799 135.384-10.872 270.683-33.443 395.477-82.118 157.766-61.533 313.394-158.84 375.15-311.502 27.711-68.508 29.972-144.85 55.4-217.106C1310.482 107.48 1392.012 2.36 1498.104-52.91c79.854-41.604 281.503-185.174 370.956-277.198' stroke-width='1.0002'/%3E%3Cpath data-name='Path 1391' d='M200.38 877.962c69.47-53.934 160.364-69.859 247.904-78.037 122.468-11.44 244.887-27.944 360.94-59.403 186.451-50.538 379.72-128.102 478.474-287.754 36.257-58.614 51.366-127.46 76.014-195.898 48.691-134.33 74.363-253.48 149.5-340.675 57.631-66.88 209.137-195.757 306.47-267.487' stroke-width='1.0002'/%3E%3Cpath data-name='Path 1395' d='M199.336 837.132c73.49-56.488 167.584-78.396 259.73-88.271 109.577-11.746 219.882-19.553 326.41-36.691 216.348-34.807 441.035-100.763 581.796-264.005 43.024-49.898 72.758-110.071 96.627-174.704 50.424-135.871 19.627-269.532 64.422-388.175 34.933-92.521 136.772-206.34 241.983-257.775' stroke-width='1.0002'/%3E%3Cpath data-name='Path 1399' d='M198.294 796.302c77.51-59.045 174.836-86.68 271.554-98.507s194.555-9.078 291.869-13.977c246.227-12.395 498.621-79.007 685.121-240.258 49.214-42.552 94.154-92.68 117.24-153.503 52.16-137.417-35.669-285.383-20.655-435.677 11.789-118.015 64.409-216.923 177.498-248.062' stroke-width='1.0002'/%3E%3C/g%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='10.584' height='10.584'%3E%3Cg data-name='Group 6537' fill='none' stroke='%2300a4d5'%3E%3Cpath data-name='Path 18352' d='M.354.353l9.877 9.876'/%3E%3Cpath data-name='Path 18353' d='M10.231.353L.354 10.23'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-publication-link--hover, .lab-publication a > span:after, .key-publication__link a > span:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18.748' height='18.748'%3E%3Cg data-name='Group 6554' fill='none'%3E%3Cg data-name='Ellipse 722'%3E%3Ccircle cx='9.374' cy='9.374' r='9.374'/%3E%3Ccircle cx='9.374' cy='9.374' r='8.874'/%3E%3C/g%3E%3Cpath data-name='Path 1516' d='M7.481 5.581l3.945 3.945-3.945 3.945' stroke='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-publication-link, .lab-publication a > span, .key-publication__link a > span {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18.748' height='18.748'%3E%3Cg data-name='Group 6554' stroke='%2348a2d0'%3E%3Cg data-name='Ellipse 722' fill='%23fff'%3E%3Ccircle cx='9.374' cy='9.374' r='9.374' stroke='none'/%3E%3Ccircle cx='9.374' cy='9.374' r='8.874' fill='none'/%3E%3C/g%3E%3Cpath data-name='Path 1516' d='M7.481 5.581l3.945 3.945-3.945 3.945' fill='none'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-quote-bg--blue, blockquote.wp-block-quote.is-style-blue-quote {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='505' height='556'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectangle 3058' transform='translate(775 2030)' fill='%235234a5' d='M0 0h505v556H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Mask Group 19' transform='translate(-775 -2030)' clip-path='url(%23a)'%3E%3Cg data-name='Group 4057'%3E%3Cg data-name='Ellipse 353' transform='rotate(-45 3398.317 377.343)' fill='none' stroke='%23fff' stroke-dasharray='4 4'%3E%3Cellipse cx='341.502' cy='340.957' rx='341.502' ry='340.957' stroke='none'/%3E%3Cellipse cx='341.502' cy='340.957' rx='341.002' ry='340.457'/%3E%3C/g%3E%3Cg data-name='Group 4032'%3E%3Cpath data-name='Path 522' d='M1226.838 2330.094a354.8 354.8 0 00-198.359 198.36 750.573 750.573 0 00-210.456-408.837 750.333 750.333 0 00408.815 210.477' fill='%2300a4d5' stroke='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-quote-bg--orange, blockquote.wp-block-quote.is-style-orange-quote {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='505' height='556'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectangle 3058' transform='translate(775 2030)' fill='%235234a5' d='M0 0h505v556H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Mask Group 19' transform='translate(-775 -2030)' clip-path='url(%23a)'%3E%3Cg data-name='Group 4057'%3E%3Cg data-name='Ellipse 353' transform='rotate(-45 3398.317 377.343)' fill='none' stroke='%23fff' stroke-dasharray='4 4'%3E%3Cellipse cx='341.502' cy='340.957' rx='341.502' ry='340.957' stroke='none'/%3E%3Cellipse cx='341.502' cy='340.957' rx='341.002' ry='340.457'/%3E%3C/g%3E%3Cg data-name='Group 4032'%3E%3Cpath data-name='Path 522' d='M1226.838 2330.094a354.8 354.8 0 00-198.359 198.36 750.573 750.573 0 00-210.456-408.837 750.333 750.333 0 00408.815 210.477' fill='%23f57e20' stroke='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-quote-bg--yellow, .home-alert-region__wrapper, blockquote.wp-block-quote.is-style-yellow-quote {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='505' height='556'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectangle 3058' transform='translate(775 2030)' fill='%235234a5' d='M0 0h505v556H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Mask Group 19' transform='translate(-775 -2030)' clip-path='url(%23a)'%3E%3Cg data-name='Group 4057'%3E%3Cg data-name='Ellipse 353' transform='rotate(-45 3398.317 377.343)' fill='none' stroke='%23002748' stroke-dasharray='4 4'%3E%3Cellipse cx='341.502' cy='340.957' rx='341.502' ry='340.957' stroke='none'/%3E%3Cellipse cx='341.502' cy='340.957' rx='341.002' ry='340.457'/%3E%3C/g%3E%3Cg data-name='Group 4032'%3E%3Cpath data-name='Path 522' d='M1226.838 2330.094a354.8 354.8 0 00-198.359 198.36 750.573 750.573 0 00-210.456-408.837 750.333 750.333 0 00408.815 210.477' fill='%23fed41e' stroke='%23002748'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-quote-bg, blockquote.wp-block-quote {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='505' height='556'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectangle 3058' transform='translate(775 2030)' fill='%235234a5' d='M0 0h505v556H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Mask Group 19' transform='translate(-775 -2030)' clip-path='url(%23a)'%3E%3Cg data-name='Group 4057'%3E%3Cg data-name='Ellipse 353' transform='rotate(-45 3398.317 377.343)' fill='none' stroke='%23fff' stroke-dasharray='4 4'%3E%3Cellipse cx='341.502' cy='340.957' rx='341.502' ry='340.957' stroke='none'/%3E%3Cellipse cx='341.502' cy='340.957' rx='341.002' ry='340.457'/%3E%3C/g%3E%3Cg data-name='Group 4032'%3E%3Cpath data-name='Path 522' d='M1226.838 2330.094a354.8 354.8 0 00-198.359 198.36 750.573 750.573 0 00-210.456-408.837 750.333 750.333 0 00408.815 210.477' fill='%235234a5' stroke='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-radio-selected, .frm_style_formidable-style.with_frm_style.frm_forms input[type=radio]:checked + label:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35'%3E%3Cg data-name='Group 6535' transform='translate(-247 -5877)'%3E%3Cg data-name='Ellipse 707' transform='translate(247 5877)' fill='none' stroke='%2348a2d0'%3E%3Ccircle cx='17.5' cy='17.5' r='17.5' stroke='none'/%3E%3Ccircle cx='17.5' cy='17.5' r='17'/%3E%3C/g%3E%3Ccircle data-name='Ellipse 711' cx='8.5' cy='8.5' r='8.5' transform='translate(256 5886)' fill='%2300a4d5'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-radio-unselected, .frm_style_formidable-style.with_frm_style.frm_forms input[type=radio] + label:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35'%3E%3Cg data-name='Ellipse 708' fill='none' stroke='%2348a2d0'%3E%3Ccircle cx='17.5' cy='17.5' r='17.5' stroke='none'/%3E%3Ccircle cx='17.5' cy='17.5' r='17'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-scroll, .scroll-cue:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16.503' height='25.761'%3E%3Cg data-name='Group 4034'%3E%3Cg data-name='Group 4032'%3E%3Cpath data-name='Path 522' d='M.003 0a20.872 20.872 0 0016.5 0 44.155 44.155 0 00-8.252 25.761A44.141 44.141 0 00.003 0' fill='%23fed41e'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-search-bg, .search-landing-page__header {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='505' height='556'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectangle 3058' transform='translate(775 2030)' fill='%235234a5' d='M0 0h505v556H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Mask Group 19' transform='translate(-775 -2030)' clip-path='url(%23a)'%3E%3Cg data-name='Group 4057'%3E%3Cg data-name='Ellipse 353' transform='rotate(-45 3439.03 381.479)' fill='none' stroke='%2348a2d0' stroke-dasharray='4 4'%3E%3Cellipse cx='341.502' cy='340.957' rx='341.502' ry='340.957' stroke='none'/%3E%3Cellipse cx='341.502' cy='340.957' rx='341.002' ry='340.457'/%3E%3C/g%3E%3Cg data-name='Group 4032'%3E%3Cpath data-name='Path 522' d='M1235.838 2360.094a354.8 354.8 0 00-198.359 198.36 750.573 750.573 0 00-210.456-408.837 750.333 750.333 0 00408.815 210.477' fill='%23004d90' stroke='%2348a2d0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-search-icon, .page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-button svg {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='19.713' height='19.713'%3E%3Cg data-name='Group 13555' transform='translate(-10490.375 9934.174)' fill='none' stroke='%2348a2d0' stroke-miterlimit='10' stroke-width='1.25'%3E%3Cpath data-name='Line 603' d='M10502.765-9921.784l6.881 6.881'/%3E%3Ccircle data-name='Ellipse 784' cx='6.891' cy='6.891' r='6.891' transform='translate(10491 -9933.549)'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-slider-next {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35'%3E%3Cg data-name='Group 4671' fill='none' stroke='%2348a2d0'%3E%3Cg data-name='Ellipse 722' transform='rotate(180 17.5 17.5)'%3E%3Ccircle cx='17.5' cy='17.5' r='17.5' stroke='none'/%3E%3Ccircle cx='17.5' cy='17.5' r='17'/%3E%3C/g%3E%3Cpath data-name='Path 1516' d='M20.5 23.499l-6.313-6.313 6.313-6.313'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-slider-prev, .carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35'%3E%3Cg data-name='Group 4670' fill='none' stroke='%2348a2d0'%3E%3Cg data-name='Ellipse 722'%3E%3Ccircle cx='17.5' cy='17.5' r='17.5' stroke='none'/%3E%3Ccircle cx='17.5' cy='17.5' r='17'/%3E%3C/g%3E%3Cpath data-name='Path 1516' d='M14.5 11.501l6.313 6.313-6.313 6.313'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-twitter--navy, a.icon-twitter:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='17.468' height='14.168'%3E%3Cpath data-name='Path 39' d='M5.531 14.168a10.1 10.1 0 0010.19-10.189v-.485a7.888 7.888 0 001.747-1.844 8.056 8.056 0 01-2.038.582A3.776 3.776 0 0016.983.291a8.9 8.9 0 01-2.232.873A3.466 3.466 0 0012.13 0a3.646 3.646 0 00-3.59 3.591 1.892 1.892 0 00.1.776A10.033 10.033 0 011.265.582 3.716 3.716 0 00.78 2.426a3.856 3.856 0 001.553 3.008 3.271 3.271 0 01-1.65-.485 3.547 3.547 0 002.911 3.494 2.992 2.992 0 01-.97.1 1.651 1.651 0 01-.679-.1 3.676 3.676 0 003.4 2.523 7.327 7.327 0 01-4.464 1.553 2.687 2.687 0 01-.873-.1 9.16 9.16 0 005.531 1.747' fill='%23002748' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-twitter--share, .a2a_button_twitter {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg data-name='twitter dark' xmlns='http://www.w3.org/2000/svg' width='22' height='17.844'%3E%3Cpath data-name='Path 2' d='M6.967 17.844A12.719 12.719 0 0019.8 5.011V4.4A9.935 9.935 0 0022 2.078a10.146 10.146 0 01-2.567.733A4.755 4.755 0 0021.389.367a11.21 11.21 0 01-2.811 1.1A4.365 4.365 0 0015.278 0a4.592 4.592 0 00-4.522 4.522 2.383 2.383 0 00.122.978A12.636 12.636 0 011.589.733a4.681 4.681 0 00-.611 2.322 4.856 4.856 0 001.956 3.789 4.12 4.12 0 01-2.078-.611 4.467 4.467 0 003.667 4.4 3.768 3.768 0 01-1.222.122 2.08 2.08 0 01-.856-.122 4.63 4.63 0 004.278 3.178A9.228 9.228 0 011.1 15.767a3.384 3.384 0 01-1.1-.122 11.536 11.536 0 006.967 2.2' fill='%23002748' 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='17.468' height='14.168'%3E%3Cpath data-name='Path 39' d='M5.531 14.168a10.1 10.1 0 0010.19-10.189v-.485a7.888 7.888 0 001.747-1.844 8.056 8.056 0 01-2.038.582A3.776 3.776 0 0016.983.291a8.9 8.9 0 01-2.232.873A3.466 3.466 0 0012.13 0a3.646 3.646 0 00-3.59 3.591 1.892 1.892 0 00.1.776A10.033 10.033 0 011.265.582 3.716 3.716 0 00.78 2.426a3.856 3.856 0 001.553 3.008 3.271 3.271 0 01-1.65-.485 3.547 3.547 0 002.911 3.494 2.992 2.992 0 01-.97.1 1.651 1.651 0 01-.679-.1 3.676 3.676 0 003.4 2.523 7.327 7.327 0 01-4.464 1.553 2.687 2.687 0 01-.873-.1 9.16 9.16 0 005.531 1.747' fill='%2300a4d5' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-youtube--navy, a.icon-youtube:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='19.286' height='13.507'%3E%3Cpath data-name='Path 570' d='M18.86 2.115A2.423 2.423 0 0017.153.408C15.657 0 9.633 0 9.633 0s-6.024.012-7.52.421A2.423 2.423 0 00.406 2.128a26.365 26.365 0 00.012 9.264A2.423 2.423 0 002.125 13.1c1.5.408 7.52.408 7.52.408s6.024 0 7.52-.408a2.423 2.423 0 001.707-1.707 25.945 25.945 0 00-.012-9.278zM7.715 9.648V3.859l5 2.894z' fill='%23002748'/%3E%3C/svg%3E");
}

.icon-youtube {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='19.286' height='13.507'%3E%3Cpath data-name='Path 570' d='M18.86 2.115A2.423 2.423 0 0017.153.408C15.657 0 9.633 0 9.633 0s-6.024.012-7.52.421A2.423 2.423 0 00.406 2.128a26.365 26.365 0 00.012 9.264A2.423 2.423 0 002.125 13.1c1.5.408 7.52.408 7.52.408s6.024 0 7.52-.408a2.423 2.423 0 001.707-1.707 25.945 25.945 0 00-.012-9.278zM7.715 9.648V3.859l5 2.894z' fill='%2300a4d5'/%3E%3C/svg%3E");
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.8rem;
  color: #002748;
}
@media (max-width: 767.98px) {
  body {
    font-size: 1.5rem;
  }
}

img {
  max-width: 100%;
}

hr {
  border-top-color: #48a2d0;
  margin: 6.5rem 0;
}
@media (max-width: 1079.98px) {
  hr {
    margin: 6.5rem 0 4.6rem;
  }
}
@media (max-width: 767.98px) {
  hr {
    margin: 4.8rem 0;
  }
}

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

p {
  line-height: 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  p {
    line-height: 2.3rem;
  }
}

h1 {
  margin-top: 5rem;
}

h2 {
  font-size: 4rem;
  line-height: 5rem;
  color: #004d90;
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 3rem;
    line-height: 3.8rem;
  }
}

h3 {
  font-size: 3rem;
  line-height: 3.9rem;
  color: #5234a5;
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
}

h4 {
  color: #004d90;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 3.6rem;
  letter-spacing: 2.7px;
  line-height: 4rem;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}

h5 {
  color: #5234a5;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
@media (max-width: 767.98px) {
  h5 {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}

h6 {
  color: #004d90;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  letter-spacing: 1.8px;
  line-height: 2.9rem;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  h6 {
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: 1.5px;
  }
}

dl {
  font-size: 1.8rem;
  line-height: 3rem;
}
@media (max-width: 767.98px) {
  dl {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}
dl dt {
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-weight: 700;
  margin-top: 3rem;
}
@media (max-width: 767.98px) {
  dl dt {
    margin-top: 2rem;
  }
}
dl dd {
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  dl dd {
    margin-bottom: 2.5rem;
  }
}

.gutenberg-body > .container > .row > .col-12 > *:first-child {
  margin-top: 0 !important;
}
.gutenberg-body > .container > .row > .col-12 > h2:last-child,
.gutenberg-body > .container > .row > .col-12 > h3:last-child,
.gutenberg-body > .container > .row > .col-12 > h4:last-child,
.gutenberg-body > .container > .row > .col-12 > h5:last-child,
.gutenberg-body > .container > .row > .col-12 > h6:last-child,
.gutenberg-body > .container > .row > .col-12 blockquote.wp-block-quote:last-child,
.gutenberg-body > .container > .row > .col-12 > ul:last-child,
.gutenberg-body > .container > .row > .col-12 > ol:last-child,
.gutenberg-body > .container > .row > .col-12 > p:last-child,
.gutenberg-body > .container > .row > .col-12 .wp-block-opus-core-block-rewrite-oa:last-child,
.gutenberg-body > .container > .row > .col-12 .wp-block-opus-core-block-rewrite-o3c:last-child,
.gutenberg-body > .container > .row > .col-12 .wp-block-opus-core-block-rewrite-o2c:last-child {
  margin-bottom: 12.5rem;
}
@media (max-width: 1079.98px) {
  .gutenberg-body > .container > .row > .col-12 > h2:last-child,
.gutenberg-body > .container > .row > .col-12 > h3:last-child,
.gutenberg-body > .container > .row > .col-12 > h4:last-child,
.gutenberg-body > .container > .row > .col-12 > h5:last-child,
.gutenberg-body > .container > .row > .col-12 > h6:last-child,
.gutenberg-body > .container > .row > .col-12 blockquote.wp-block-quote:last-child,
.gutenberg-body > .container > .row > .col-12 > ul:last-child,
.gutenberg-body > .container > .row > .col-12 > ol:last-child,
.gutenberg-body > .container > .row > .col-12 > p:last-child,
.gutenberg-body > .container > .row > .col-12 .wp-block-opus-core-block-rewrite-oa:last-child,
.gutenberg-body > .container > .row > .col-12 .wp-block-opus-core-block-rewrite-o3c:last-child,
.gutenberg-body > .container > .row > .col-12 .wp-block-opus-core-block-rewrite-o2c:last-child {
    margin-bottom: 11.5rem;
  }
}
@media (max-width: 767.98px) {
  .gutenberg-body > .container > .row > .col-12 > h2:last-child,
.gutenberg-body > .container > .row > .col-12 > h3:last-child,
.gutenberg-body > .container > .row > .col-12 > h4:last-child,
.gutenberg-body > .container > .row > .col-12 > h5:last-child,
.gutenberg-body > .container > .row > .col-12 > h6:last-child,
.gutenberg-body > .container > .row > .col-12 blockquote.wp-block-quote:last-child,
.gutenberg-body > .container > .row > .col-12 > ul:last-child,
.gutenberg-body > .container > .row > .col-12 > ol:last-child,
.gutenberg-body > .container > .row > .col-12 > p:last-child,
.gutenberg-body > .container > .row > .col-12 .wp-block-opus-core-block-rewrite-oa:last-child,
.gutenberg-body > .container > .row > .col-12 .wp-block-opus-core-block-rewrite-o3c:last-child,
.gutenberg-body > .container > .row > .col-12 .wp-block-opus-core-block-rewrite-o2c:last-child {
    margin-bottom: 9rem;
  }
}
.gutenberg-body a:not(.btn):hover {
  color: #5234a5;
}
.gutenberg-body h2 {
  margin-top: 6.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .gutenberg-body h2 {
    margin-top: 4rem;
    margin-bottom: 1.8rem;
  }
}
.gutenberg-body h3 {
  margin-top: 6.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 1079.98px) {
  .gutenberg-body h3 {
    margin-top: 4.6rem;
  }
}
@media (max-width: 767.98px) {
  .gutenberg-body h3 {
    margin-bottom: 2.5rem;
  }
}
.gutenberg-body h4 {
  margin-top: 6.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 1079.98px) {
  .gutenberg-body h4 {
    margin-bottom: 2.6rem;
  }
}
@media (max-width: 767.98px) {
  .gutenberg-body h4 {
    margin-top: 5.5rem;
  }
}
.gutenberg-body h5 {
  margin-top: 6rem;
  margin-bottom: 2.7rem;
}
@media (max-width: 767.98px) {
  .gutenberg-body h5 {
    margin-top: 5.5rem;
    margin-bottom: 1.8rem;
  }
}
.gutenberg-body h6 {
  margin-top: 6rem;
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .gutenberg-body h6 {
    margin-top: 5.4rem;
    margin-bottom: 2rem;
  }
}
.gutenberg-body a:not(.btn) {
  text-decoration: underline;
}
.gutenberg-body ol:not(.footnotes) {
  padding-left: 6.5rem;
  margin: 4rem 0;
}
@media (max-width: 767.98px) {
  .gutenberg-body ol:not(.footnotes) {
    padding-left: 4.5rem;
    margin: 2.5rem 0;
  }
}
.gutenberg-body ol:not(.footnotes) li {
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 3.2rem;
  list-style-type: none;
  counter-increment: item;
  position: relative;
}
@media (max-width: 767.98px) {
  .gutenberg-body ol:not(.footnotes) li {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}
.gutenberg-body ol:not(.footnotes) li:before {
  display: inline-block;
  color: #004d90;
  border: solid 1px #48a2d0;
  border-radius: 50%;
  width: 4.2rem;
  height: 4.2rem;
  font-weight: bold;
  text-align: left;
  content: "0" counter(item) ".";
  position: absolute;
  left: -5.5rem;
  top: -0.5rem;
  text-align: center;
  padding: 0 0 0 0.3rem;
  line-height: 4rem;
}
@media (max-width: 767.98px) {
  .gutenberg-body ol:not(.footnotes) li:before {
    top: -0.7rem;
    left: -5.2rem;
    font-size: 1.6rem;
    line-height: 3.5rem;
    width: 3.8rem;
    height: 3.8rem;
  }
}
.gutenberg-body ul {
  padding-left: 6.5rem;
  margin: 4rem 0;
}
@media (max-width: 1079.98px) {
  .gutenberg-body ul {
    margin: 2.6rem 0;
  }
}
@media (max-width: 767.98px) {
  .gutenberg-body ul {
    padding-left: 5rem;
  }
}
.gutenberg-body ul li {
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 3.2rem;
  list-style-type: none;
  position: relative;
}
@media (max-width: 1079.98px) {
  .gutenberg-body ul li {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  .gutenberg-body ul li {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}
.gutenberg-body ul li:before {
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 4.2rem;
  height: 4.2rem;
  position: absolute;
  left: -5rem;
  top: 0.2rem;
}

.opus-icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.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);
}

p.smaller-text {
  font-size: 1.5rem;
  line-height: 2.3rem;
}

.frm_style_formidable-style.with_frm_style.frm_forms {
  margin-bottom: 10rem;
}
@media (max-width: 1079.98px) {
  .frm_style_formidable-style.with_frm_style.frm_forms {
    margin-bottom: 9rem;
  }
}
@media (max-width: 767.98px) {
  .frm_style_formidable-style.with_frm_style.frm_forms {
    margin-bottom: 7rem;
  }
}
.frm_style_formidable-style.with_frm_style.frm_forms .form-field {
  margin-bottom: 4.3rem;
}
@media (max-width: 767.98px) {
  .frm_style_formidable-style.with_frm_style.frm_forms .form-field {
    margin-bottom: 3.5rem;
  }
}
.frm_style_formidable-style.with_frm_style.frm_forms label.frm_primary_label,
.frm_style_formidable-style.with_frm_style.frm_forms div.frm_primary_label {
  color: #004d90;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2.9rem;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
}
@media (max-width: 767.98px) {
  .frm_style_formidable-style.with_frm_style.frm_forms label.frm_primary_label,
.frm_style_formidable-style.with_frm_style.frm_forms div.frm_primary_label {
    font-size: 2rem;
    letter-spacing: 1.5px;
    line-height: 2.4rem;
    margin-bottom: 1rem;
  }
}
.frm_style_formidable-style.with_frm_style.frm_forms span.frm_required {
  color: #004d90;
}
.frm_style_formidable-style.with_frm_style.frm_forms .frm_opt_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.frm_style_formidable-style.with_frm_style.frm_forms .frm_radio,
.frm_style_formidable-style.with_frm_style.frm_forms .frm_checkbox {
  width: 25%;
  padding-right: 2rem;
}
@media (max-width: 1079.98px) {
  .frm_style_formidable-style.with_frm_style.frm_forms .frm_radio,
.frm_style_formidable-style.with_frm_style.frm_forms .frm_checkbox {
    width: auto;
    padding-right: 4.5rem;
  }
  .frm_style_formidable-style.with_frm_style.frm_forms .frm_radio label,
.frm_style_formidable-style.with_frm_style.frm_forms .frm_checkbox label {
    white-space: nowrap;
  }
}
@media (max-width: 767.98px) {
  .frm_style_formidable-style.with_frm_style.frm_forms .frm_radio,
.frm_style_formidable-style.with_frm_style.frm_forms .frm_checkbox {
    width: 100%;
  }
}
.frm_style_formidable-style.with_frm_style.frm_forms input[type=text],
.frm_style_formidable-style.with_frm_style.frm_forms input[type=password],
.frm_style_formidable-style.with_frm_style.frm_forms input[type=email],
.frm_style_formidable-style.with_frm_style.frm_forms input[type=number],
.frm_style_formidable-style.with_frm_style.frm_forms input[type=url],
.frm_style_formidable-style.with_frm_style.frm_forms input[type=tel],
.frm_style_formidable-style.with_frm_style.frm_forms input[type=file],
.frm_style_formidable-style.with_frm_style.frm_forms input[type=search],
.frm_style_formidable-style.with_frm_style.frm_forms select {
  border: solid 1px #48a2d0;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  color: #002748;
  font-size: 1.8rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 3rem;
  height: 5.4rem;
  padding: 0 2.3rem;
}
@media (max-width: 767.98px) {
  .frm_style_formidable-style.with_frm_style.frm_forms input[type=text],
.frm_style_formidable-style.with_frm_style.frm_forms input[type=password],
.frm_style_formidable-style.with_frm_style.frm_forms input[type=email],
.frm_style_formidable-style.with_frm_style.frm_forms input[type=number],
.frm_style_formidable-style.with_frm_style.frm_forms input[type=url],
.frm_style_formidable-style.with_frm_style.frm_forms input[type=tel],
.frm_style_formidable-style.with_frm_style.frm_forms input[type=file],
.frm_style_formidable-style.with_frm_style.frm_forms input[type=search],
.frm_style_formidable-style.with_frm_style.frm_forms select {
    font-size: 1.5rem;
  }
}
.frm_style_formidable-style.with_frm_style.frm_forms select {
  margin-bottom: 1.5rem;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-position: right -1px center;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  padding-right: 7rem;
}
.frm_style_formidable-style.with_frm_style.frm_forms textarea {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  border: solid 1px #48a2d0;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}
.frm_style_formidable-style.with_frm_style.frm_forms input[type=checkbox] + label,
.frm_style_formidable-style.with_frm_style.frm_forms input[type=radio] + label {
  color: #002748;
  cursor: pointer;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 0.8rem;
  padding: 0.5rem 0 1rem 4rem;
  position: relative;
  text-indent: 0;
}
@media (max-width: 767.98px) {
  .frm_style_formidable-style.with_frm_style.frm_forms input[type=checkbox] + label,
.frm_style_formidable-style.with_frm_style.frm_forms input[type=radio] + label {
    font-size: 1.5rem;
    margin-bottom: 0.4rem;
  }
}
.frm_style_formidable-style.with_frm_style.frm_forms input[type=checkbox] + label:before,
.frm_style_formidable-style.with_frm_style.frm_forms input[type=radio] + label:before {
  background-size: contain;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  float: left;
  margin: 0 1rem 0 0;
  width: 3rem;
  height: 3rem;
}
.frm_style_formidable-style.with_frm_style.frm_forms input[type=radio] + label:before {
  height: 3.2rem;
  width: 3.2rem;
  border-radius: 50%;
}
.frm_style_formidable-style.with_frm_style.frm_forms input[type=radio]:checked + label:before {
  background-position: center;
  background-repeat: no-repeat;
}
.frm_style_formidable-style.with_frm_style.frm_forms input[type=checkbox]:checked + label:before {
  background-position: center;
  background-repeat: no-repeat;
}
.frm_style_formidable-style.with_frm_style.frm_forms input[type=radio],
.frm_style_formidable-style.with_frm_style.frm_forms input[type=checkbox] {
  position: absolute !important;
}
.frm_style_formidable-style.with_frm_style.frm_forms input[type=radio]:focus + label:before,
.frm_style_formidable-style.with_frm_style.frm_forms input[type=checkbox]:focus + label:before {
  outline: #3b99fc auto 5px;
}
.frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit {
  min-width: 20.6rem;
}
.frm_style_formidable-style.with_frm_style.frm_forms .frm_message,
.frm_style_formidable-style.with_frm_style.frm_forms .frm_success_style {
  background: #5234a5;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  width: calc((((100% - 28rem) / 8) * 12) + 44rem);
  margin-left: calc((((100% - 28rem) / 8) * -2) - 8rem);
  padding-top: 2.5rem;
  padding-bottom: 8rem;
  padding-left: calc((((100% - 28rem) / 8) * 2) + 8rem);
  padding-right: calc((((100% - 28rem) / 8) * 2) + 8rem);
}
@media (max-width: 1079.98px) {
  .frm_style_formidable-style.with_frm_style.frm_forms .frm_message,
.frm_style_formidable-style.with_frm_style.frm_forms .frm_success_style {
    width: 100%;
    padding: 2.5rem 6rem 8rem;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .frm_style_formidable-style.with_frm_style.frm_forms .frm_message,
.frm_style_formidable-style.with_frm_style.frm_forms .frm_success_style {
    padding: 1.8rem 3rem 4.5rem;
  }
}
.frm_style_formidable-style.with_frm_style.frm_forms .frm_message h2,
.frm_style_formidable-style.with_frm_style.frm_forms .frm_success_style h2 {
  color: #ffffff;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.9rem;
  margin-bottom: 2.6rem;
}
@media (max-width: 767.98px) {
  .frm_style_formidable-style.with_frm_style.frm_forms .frm_message h2,
.frm_style_formidable-style.with_frm_style.frm_forms .frm_success_style h2 {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
}
.frm_style_formidable-style.with_frm_style.frm_forms .frm_message p,
.frm_style_formidable-style.with_frm_style.frm_forms .frm_success_style p {
  color: #ffffff;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.8rem;
}
@media (max-width: 767.98px) {
  .frm_style_formidable-style.with_frm_style.frm_forms .frm_message p,
.frm_style_formidable-style.with_frm_style.frm_forms .frm_success_style p {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}

.gutenberg-body .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text],
.gutenberg-body .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password],
.gutenberg-body .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url],
.gutenberg-body .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel],
.gutenberg-body .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number],
.gutenberg-body .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email],
.gutenberg-body .frm_style_formidable-style.with_frm_style .frm_blank_field textarea,
.gutenberg-body .frm_style_formidable-style.with_frm_style .frm_blank_field .mce-edit-area iframe,
.gutenberg-body .frm_style_formidable-style.with_frm_style .frm_blank_field select,
.gutenberg-body .frm_form_fields_error_style,
.gutenberg-body .frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe,
.gutenberg-body .frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe,
.gutenberg-body .frm_style_formidable-style.with_frm_style .frm_blank_field .frm-card-element.StripeElement,
.gutenberg-body .frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-multi .chosen-choices,
.gutenberg-body .frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-single .chosen-single,
.gutenberg-body .frm_style_formidable-style.with_frm_style .frm_form_field :invalid {
  border-color: #48a2d0;
  color: #002748;
}
.gutenberg-body .frm_style_formidable-style.with_frm_style .frm_error,
.gutenberg-body .frm_style_formidable-style.with_frm_style .frm_error_style {
  background: transparent;
  border: 0;
  color: #e66025;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 1.2rem 0 5.8rem;
}
.gutenberg-body .frm_style_formidable-style.with_frm_style .frm_blank_field label {
  color: #004d90;
}

*:not(.wp-block-opus-core-block-rewrite-oa) + .wp-block-opus-core-block-rewrite-oa {
  margin-top: 8rem;
}
@media (max-width: 1079.98px) {
  *:not(.wp-block-opus-core-block-rewrite-oa) + .wp-block-opus-core-block-rewrite-oa {
    margin-top: 4rem;
  }
}
@media (max-width: 767.98px) {
  *:not(.wp-block-opus-core-block-rewrite-oa) + .wp-block-opus-core-block-rewrite-oa {
    margin-top: 2rem;
  }
}

.wp-block-opus-core-block-rewrite-oa + *:not(.wp-block-opus-core-block-rewrite-oa) {
  margin-top: 12rem !important;
}
@media (max-width: 1079.98px) {
  .wp-block-opus-core-block-rewrite-oa + *:not(.wp-block-opus-core-block-rewrite-oa) {
    margin-top: 8rem !important;
  }
}
@media (max-width: 767.98px) {
  .wp-block-opus-core-block-rewrite-oa + *:not(.wp-block-opus-core-block-rewrite-oa) {
    margin-top: 6.5rem !important;
  }
}

.wp-block-opus-core-block-rewrite-oa {
  width: calc((((100% - 28rem) / 8) * 12) + 44rem);
  margin-left: calc((((100% - 28rem) / 8) * -2) - 8rem);
  border-top: solid 1px #cecece;
  border-bottom: solid 1px #cecece;
  margin-bottom: -1px;
  padding: 2rem 0 1rem;
}
@media (max-width: 1079.98px) {
  .wp-block-opus-core-block-rewrite-oa {
    width: 100%;
    margin-left: unset;
  }
}
@media (max-width: 767.98px) {
  .wp-block-opus-core-block-rewrite-oa {
    padding: 1.2rem 0 0.5rem;
  }
}
.wp-block-opus-core-block-rewrite-oa > * {
  display: block;
  width: calc((((100% - 44rem) / 12) * 8) + 28rem);
  margin-left: calc((((100% - 44rem) / 12) * 2) + 8rem);
}
@media (max-width: 1079.98px) {
  .wp-block-opus-core-block-rewrite-oa > * {
    width: calc(100% - 4.5rem);
    margin-left: 4.5rem;
  }
}
@media (max-width: 767.98px) {
  .wp-block-opus-core-block-rewrite-oa > * {
    width: calc(100% - 3.5rem);
    margin-left: 3.5rem;
  }
}
.wp-block-opus-core-block-rewrite-oa h3 {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.wp-block-opus-core-block-rewrite-oa .caret {
  position: absolute;
  width: 3rem;
  height: 3rem;
  background: transparent;
  border: 0;
  left: -5rem;
  top: 0.7rem;
}
@media (max-width: 767.98px) {
  .wp-block-opus-core-block-rewrite-oa .caret {
    left: -4rem;
    top: 0.4rem;
  }
}
.wp-block-opus-core-block-rewrite-oa .caret:before {
  background-color: #5234a5;
  width: 2px;
  height: 16px;
  left: 1px;
}
.wp-block-opus-core-block-rewrite-oa .caret:after {
  background-color: #5234a5;
  width: 16px;
  height: 2px;
  left: 1px;
}

.accordion-content {
  display: none;
}
.accordion-content p {
  margin-bottom: 0;
  padding-bottom: 1.6rem;
}

button.accordion-title {
  text-align: left;
  border: 0;
  background: transparent;
  color: #5234a5;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3.2rem;
  margin: 0 0 1.2rem;
  padding: 0;
}
button.accordion-title:hover {
  color: #004d90;
}
button.accordion-title:hover .caret:before, button.accordion-title:hover .caret:after {
  background-color: #004d90;
}
@media (max-width: 767.98px) {
  button.accordion-title {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}

.gutenberg-body .alignfull {
  width: 100vw;
  margin-left: calc((100vw - 100%) / -2);
}
.gutenberg-body .wp-block-embed,
.gutenberg-body .wp-block-image:not(.aligncenter):not(.alignleft):not(.alignright) {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
@media (max-width: 1079.98px) {
  .gutenberg-body .wp-block-embed,
.gutenberg-body .wp-block-image:not(.aligncenter):not(.alignleft):not(.alignright) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media (max-width: 767.98px) {
  .gutenberg-body .wp-block-embed,
.gutenberg-body .wp-block-image:not(.aligncenter):not(.alignleft):not(.alignright) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.gutenberg-body .wp-block-embed,
.gutenberg-body .wp-block-image {
  display: table;
}
.gutenberg-body .wp-block-embed .wp-block-embed__wrapper,
.gutenberg-body .wp-block-image .wp-block-embed__wrapper {
  overflow: hidden;
}
.gutenberg-body .wp-block-embed.alignleft, .gutenberg-body .wp-block-embed.alignright,
.gutenberg-body .wp-block-image.alignleft,
.gutenberg-body .wp-block-image.alignright {
  margin: 0.5em 0;
}
@media (min-width: 768px) {
  .gutenberg-body .wp-block-embed.alignleft,
.gutenberg-body .wp-block-image.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
  }
}
@media (min-width: 768px) {
  .gutenberg-body .wp-block-embed.alignright,
.gutenberg-body .wp-block-image.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
  }
}
.gutenberg-body .wp-block-embed.aligncenter,
.gutenberg-body .wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.gutenberg-body .wp-block-embed.alignwide,
.gutenberg-body .wp-block-image.alignwide {
  width: 100%;
}
.gutenberg-body .wp-block-embed figcaption,
.gutenberg-body .wp-block-image figcaption {
  margin-top: -1px;
  background: #fed41e;
  color: #002748;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.9rem;
  padding: 2rem;
  display: table-caption;
  caption-side: bottom;
}
@media (max-width: 767.98px) {
  .gutenberg-body .wp-block-embed figcaption,
.gutenberg-body .wp-block-image figcaption {
    font-size: 1.1rem;
    line-height: 1.6rem;
    padding: 1rem;
  }
}
.gutenberg-body .wp-block-embed img,
.gutenberg-body .wp-block-image img {
  height: auto;
}
@media (max-width: 1079.98px) {
  .gutenberg-body .wp-block-image.is-resized {
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .gutenberg-body .wp-block-image.is-resized {
    max-width: 100%;
  }
}
.gutenberg-body .wp-block-embed:not(.alignfull) {
  width: 100%;
}
@media (max-width: 767.98px) {
  .gutenberg-body .wp-block-embed.alignleft, .gutenberg-body .wp-block-embed.alignright {
    max-width: 100%;
  }
}
.gutenberg-body .wp-block-opus-core-block-rewrite-o2c,
.gutenberg-body .wp-block-opus-core-block-rewrite-o3c {
  margin-bottom: 4rem;
}
@media (max-width: 767.98px) {
  .gutenberg-body .wp-block-opus-core-block-rewrite-o2c .row,
.gutenberg-body .wp-block-opus-core-block-rewrite-o3c .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.gutenberg-body .wp-button-block {
  margin: 8.5rem 0;
}
@media (max-width: 1079.98px) {
  .gutenberg-body .wp-button-block {
    margin: 5.5rem 0;
  }
}
@media (max-width: 767.98px) {
  .gutenberg-body .wp-button-block {
    margin: 4.5rem 0;
  }
}

.btn, #tribe-community-events form .tribe-events-community-footer .submit, .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit,
.btn-outline-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #002748;
  border: solid 1px #48a2d0;
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 5.4rem;
  letter-spacing: 0.8px;
  line-height: 1.2;
  height: 5.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 30.9rem;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .btn, #tribe-community-events form .tribe-events-community-footer .submit, .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit,
.btn-outline-primary {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
    width: 100%;
    min-width: unset;
  }
}
.btn:before, #tribe-community-events form .tribe-events-community-footer .submit:before, .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit:before,
.btn-outline-primary:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #002748;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .btn:before, #tribe-community-events form .tribe-events-community-footer .submit:before, .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit:before,
.btn-outline-primary:before {
    display: none;
  }
}
.btn span, #tribe-community-events form .tribe-events-community-footer .submit span, .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit span,
.btn-outline-primary span {
  margin: auto;
  padding: 0 4rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .btn span, #tribe-community-events form .tribe-events-community-footer .submit span, .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit span,
.btn-outline-primary span {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .btn:hover, #tribe-community-events form .tribe-events-community-footer .submit:hover, .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit:hover,
.btn-outline-primary:hover {
    background-color: transparent;
    border: solid 1px #002748;
  }
  .btn:hover:before, #tribe-community-events form .tribe-events-community-footer .submit:hover:before, .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit:hover:before,
.btn-outline-primary:hover:before {
    padding-bottom: calc(100% + 2rem);
    width: calc(100% + 2rem);
    left: -1rem;
    margin-top: calc(-50% - 1rem);
    opacity: 1;
  }
}

.btn-primary {
  color: #ffffff;
  background-color: #002748;
  border: 0;
}
.btn-primary:before {
  background-color: white;
}
@media (min-width: 768px) {
  .btn-primary:hover {
    background-color: #002748;
  }
  .btn-primary:hover span {
    color: #002748;
  }
}

.btn-outline-light {
  color: #ffffff;
  border: solid 1px #ffffff;
}
.btn-outline-light:before {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .btn-outline-light:hover {
    border: solid 1px #ffffff;
    color: #002748;
  }
}

nav.breadcrumb {
  background-color: transparent;
  color: #002748;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 2.6rem;
  margin: 0;
  padding-top: 0.3rem;
  padding-left: 0;
}
@media (max-width: 767.98px) {
  nav.breadcrumb {
    font-size: 1.3rem;
  }
}

.breadcrumb-spacer {
  color: #004d90;
}

.tiles-container {
  margin-bottom: 1rem;
}
.tiles-container:first-child {
  margin-top: 0 !important;
}
@media (max-width: 1180px) {
  .tiles-container {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .tiles-container > .container {
    padding: 0 !important;
  }
  .tiles-container .offset-lg-1 {
    margin-left: 0;
  }
}
.tiles-container h2 {
  color: #5234a5;
  font-size: 3rem;
  line-height: 3.9rem;
  border-bottom: solid 1px #48a2d0;
  padding-bottom: 1.4rem;
  margin-bottom: 4.2rem;
}
@media (max-width: 1180px) {
  .tiles-container h2 {
    font-size: 2.6rem;
    line-height: 3.4rem;
    margin-top: 2rem;
    margin-bottom: 3.2rem;
  }
}
.tiles-container .col-md-6 {
  margin-bottom: 6rem;
}
@media (max-width: 1180px) {
  .tiles-container .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  .tiles-container .col-md-6 {
    margin-bottom: 0;
  }
}
@media (max-width: 1180px) {
  .tiles-container + .tiles-container h2 {
    margin-top: 4.5rem;
  }
}

.tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 1180px) {
  .tile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding-top: 0.5rem;
  }
}

.tile__wrapper {
  margin-bottom: 6rem;
  width: calc((((100% - 24rem) / 6) * 5) + 16rem);
  margin-left: calc(((100% - 24rem) / 6) + 4rem);
  overflow: hidden;
  position: absolute;
  height: 100%;
}
@media (max-width: 1180px) {
  .tile__wrapper {
    display: none;
  }
}
.tile__wrapper:after, .tile__wrapper:before {
  content: "";
  background-color: #efefef;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}
.tile__wrapper:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fed41e;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.tile__link:hover .tile__wrapper:after {
  padding-bottom: calc(100% + 20rem);
  width: calc(100% + 20rem);
  left: -10rem;
  margin-top: calc(-50% - 10rem);
  opacity: 1;
}

.tile__image {
  margin-right: 2rem;
  min-width: 26.9rem;
}
.tile__image img {
  border-radius: 50%;
}
.tile__image svg {
  height: auto;
  max-width: 100%;
}
@media (max-width: 1180px) {
  .tile__image {
    min-width: 23.9rem;
    margin: 0 auto;
    padding: 0 4.5rem;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 767.98px) {
  .tile__image {
    min-width: unset;
    padding: 0;
    width: 50%;
  }
}

.tile__image,
.tile__content {
  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: 1180px) {
  .tile__image,
.tile__content {
    display: block;
  }
}

.tile__content {
  padding-right: 2.5rem;
}
@media (max-width: 1180px) {
  .tile__content {
    background-color: #efefef;
    margin-top: calc((100% - 9rem) / -2);
    padding-top: calc(((100% - 9rem) / 2) + 4.7rem);
    padding-bottom: 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .tile__content {
    margin-top: calc(-25%);
    padding-top: calc(25% + 2rem);
    padding-bottom: 3rem;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.tile__image-wrapper,
.tile__content-wrapper {
  margin: auto 0;
}
@media (max-width: 1180px) {
  .tile__image-wrapper,
.tile__content-wrapper {
    margin: 0 auto;
  }
}

a.tile__link {
  color: #002748;
  text-decoration: none !important;
}

.tile__title h3 {
  color: #002748;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin: 0 0 1rem;
  word-break: break-word;
}
a.tile__link .tile__title h3 {
  color: #002748;
  text-decoration: underline;
}
@media (max-width: 1180px) {
  .tile__title h3 {
    margin: 0 0 3.2rem;
  }
}
@media (max-width: 767.98px) {
  .tile__title h3 {
    font-size: 2.2rem;
    line-height: 2.9rem;
    margin: 0 0 1.3rem;
  }
}

.tile__description {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
a.tile__link .tile__description {
  color: #002748;
}
@media (max-width: 767.98px) {
  .tile__description {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}

blockquote.wp-block-quote {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #5234a5;
  border: 0;
  width: 100vw;
  margin-top: 15rem;
  margin-bottom: 12.5rem;
  margin-left: calc((100vw - 100%) / -2);
}
@media (max-width: 1079.98px) {
  blockquote.wp-block-quote {
    background-position: right -14rem bottom;
    margin-top: 12rem;
    margin-bottom: 8rem;
  }
}
@media (max-width: 767.98px) {
  blockquote.wp-block-quote {
    background: #5234a5;
    margin-top: 5.5rem;
    margin-bottom: 5.6rem;
  }
}
blockquote.wp-block-quote .container {
  padding-right: 4rem;
  padding-left: 4rem;
}
@media (max-width: 1079.98px) {
  blockquote.wp-block-quote .container {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
@media (max-width: 767.98px) {
  blockquote.wp-block-quote .container {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
blockquote.wp-block-quote .col-12 {
  min-height: 56rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 7rem 0;
}
blockquote.wp-block-quote .col-12 > *:first-child {
  margin-top: auto;
  padding-top: 0.5rem;
}
blockquote.wp-block-quote .col-12 > *:last-child {
  margin-bottom: auto;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  blockquote.wp-block-quote .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 10.2rem 0 8.5rem;
  }
}
@media (max-width: 767.98px) {
  blockquote.wp-block-quote .col-12 {
    padding: 7rem 0 7.6rem;
    min-height: unset;
  }
}
blockquote.wp-block-quote p {
  color: #fff;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 3rem;
  line-height: 4.2rem;
}
@media (max-width: 767.98px) {
  blockquote.wp-block-quote p {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
blockquote.wp-block-quote cite {
  color: #00a4d5;
  font-style: normal;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 2.5rem;
  letter-spacing: 1.2px;
  margin-top: 2rem;
  text-transform: uppercase;
}
@media (max-width: 1079.98px) {
  blockquote.wp-block-quote cite {
    margin-top: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  blockquote.wp-block-quote cite {
    font-size: 1.9rem;
    line-height: 2.5rem;
    letter-spacing: 0.95px;
  }
}
blockquote.wp-block-quote.is-style-orange-quote {
  background-color: #f57e20;
}
@media (max-width: 767.98px) {
  blockquote.wp-block-quote.is-style-orange-quote {
    background: #f57e20;
  }
}
blockquote.wp-block-quote.is-style-orange-quote p, blockquote.wp-block-quote.is-style-orange-quote cite {
  color: #002748;
}
blockquote.wp-block-quote.is-style-yellow-quote {
  background-color: #fed41e;
}
blockquote.wp-block-quote.is-style-yellow-quote p, blockquote.wp-block-quote.is-style-yellow-quote cite {
  color: #002748;
}
@media (max-width: 767.98px) {
  blockquote.wp-block-quote.is-style-yellow-quote {
    background: #fed41e;
  }
}
blockquote.wp-block-quote.is-style-blue-quote {
  background-color: #00a4d5;
}
@media (max-width: 767.98px) {
  blockquote.wp-block-quote.is-style-blue-quote {
    background: #00a4d5;
  }
}
blockquote.wp-block-quote.is-style-blue-quote p, blockquote.wp-block-quote.is-style-blue-quote cite {
  color: #004d90;
}

.wp-block-opus-core-block-rewrite-opq {
  width: calc((((100% - 28rem) / 8) * 12) + 44rem);
  margin-left: calc((((100% - 28rem) / 8) * -2) - 8rem);
  border-top: solid 1px #cecece;
  border-bottom: solid 1px #cecece;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media (max-width: 1079.98px) {
  .wp-block-opus-core-block-rewrite-opq {
    width: auto;
    margin-left: unset;
    margin-top: 7.8rem;
    margin-bottom: 7.8rem;
  }
}
@media (max-width: 767.98px) {
  .wp-block-opus-core-block-rewrite-opq {
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
  }
}
.wp-block-opus-core-block-rewrite-opq blockquote {
  padding: 7rem 0 7.5rem;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .wp-block-opus-core-block-rewrite-opq blockquote {
    padding: 2.6rem 0 2.5rem;
  }
}
.wp-block-opus-core-block-rewrite-opq blockquote p {
  color: #e66025;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 3rem;
  line-height: 4.2rem;
}
@media (max-width: 767.98px) {
  .wp-block-opus-core-block-rewrite-opq blockquote p {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
.wp-block-opus-core-block-rewrite-opq blockquote p:last-child {
  margin-bottom: 0;
}

.blockquote-wrapper {
  width: calc((((100% - 44rem) / 12) * 10) + 36rem);
  margin-left: calc((((100% - 44rem) / 12)) + 4rem);
  border-left: solid 1px #cecece;
  border-right: solid 1px #cecece;
}
@media (max-width: 1079.98px) {
  .blockquote-wrapper {
    width: calc((((100% - 22rem) / 12) * 10) + 22rem);
    margin-left: calc((100% - 22rem) / 12);
  }
}
@media (max-width: 767.98px) {
  .blockquote-wrapper {
    border: 0;
    margin-left: unset;
    width: 100%;
  }
}

.blockquote-wrapper-inner {
  width: calc((((100% - 36rem) / 10) * 8) + 28rem);
  margin-left: calc((((100% - 36rem) / 10)) + 4rem);
}
@media (max-width: 1079.98px) {
  .blockquote-wrapper-inner {
    width: 100%;
    margin-left: unset;
    padding: 0 2rem;
  }
}
@media (max-width: 767.98px) {
  .blockquote-wrapper-inner {
    padding: 0;
  }
}

.block__cover {
  background-position: center;
  background-size: cover;
  background-blend-mode: luminosity;
  display: block;
  height: 56rem;
  margin: 15rem 0 12rem;
  position: relative;
  width: 100%;
}
@media (max-width: 1079.98px) {
  .block__cover {
    margin: 7rem 0 8rem;
  }
}
@media (max-width: 767.98px) {
  .block__cover {
    background: #002748 !important;
    margin: 6.5rem 0 5.4rem;
    height: unset;
    padding: 8.3rem 0;
  }
}
.block__cover:before {
  background-color: #003379;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .block__cover:before {
    display: none;
  }
}
.block__cover:after {
  background-color: #002748;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.65;
}
@media (max-width: 767.98px) {
  .block__cover:after {
    display: none;
  }
}
.block__cover .container,
.block__cover .row {
  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 {
  color: #ffffff;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 4.8rem;
  line-height: 5.8rem;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  margin-top: -3.5rem;
}
.block__cover h2:after {
  content: "";
  background-color: #fed41e;
  height: 0.4rem;
  width: 9rem;
  display: block;
  margin: 5.5rem auto;
}
@media (max-width: 1079.98px) {
  .block__cover h2 {
    margin-top: 1.5rem;
  }
  .block__cover h2:after {
    margin: 4.5rem auto;
  }
}
@media (max-width: 767.98px) {
  .block__cover h2 {
    font-size: 3.9rem;
    line-height: 4.3rem;
    letter-spacing: 3.9px;
  }
}
.block__cover a.btn, .block__cover #tribe-community-events form .tribe-events-community-footer a.submit, #tribe-community-events form .tribe-events-community-footer .block__cover a.submit {
  min-width: 31rem;
}
@media (min-width: 768px) {
  .block__cover a.btn, .block__cover #tribe-community-events form .tribe-events-community-footer a.submit, #tribe-community-events form .tribe-events-community-footer .block__cover a.submit {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .block__cover--purple {
    background: #793c81;
  }
}
.block__cover--purple:before {
  background-color: #003379;
}
.block__cover--purple:after {
  background-color: #793c81;
}

.block__cover--light-blue h2 {
  color: #002748;
}
.block__cover--light-blue a.btn.btn-outline-primary, .block__cover--light-blue #tribe-community-events form .tribe-events-community-footer a.submit, #tribe-community-events form .tribe-events-community-footer .block__cover--light-blue a.submit {
  border-color: #002748;
}
@media (max-width: 767.98px) {
  .block__cover--light-blue {
    background: #00C4FF !important;
  }
}
.block__cover--light-blue:before {
  background-color: #00a4d5 !important;
}
.block__cover--light-blue:after {
  background-color: #00C4FF !important;
}

.wp-block-table {
  margin: 12.5rem 0;
}
@media (max-width: 1079.98px) {
  .wp-block-table {
    margin: 8.2rem 0;
  }
}
@media (max-width: 767.98px) {
  .wp-block-table {
    margin: 5.2rem 0 3.7rem;
  }
}

.wp-block-table table {
  margin-bottom: 0;
}
.wp-block-table table thead th {
  background-color: #fed41e;
  border: solid 1px #fed41e;
  border-right: 1px white solid;
  color: #002748;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding: 1.7rem 1.2rem;
}
.wp-block-table table thead th:last-child {
  border-right-color: yellow;
}
.wp-block-table table td {
  border: solid 1px #cecece;
  color: #002748;
  font-size: 1.6rem;
  line-height: 3rem;
}
@media (max-width: 767.98px) {
  .wp-block-table table tr {
    border-bottom: 1.5rem solid #fff;
  }
}

/* 
* Responsive tables CSS
* https://github.com/jerrylow/basictable 
*/
table.bt:not(.directory) thead,
table.bt:not(.directory) tbody th {
  display: none;
}

table.bt:not(.directory) tfoot th,
table.bt:not(.directory) tfoot td,
table.bt:not(.directory) tbody td {
  border: none;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  padding: 0;
}
table.bt:not(.directory) tfoot th:before,
table.bt:not(.directory) tfoot td:before,
table.bt:not(.directory) tbody td:before {
  background-color: #fed41e;
  border-bottom: 1px solid #ffffff;
  content: attr(data-th);
  display: inline-block;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.9rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13rem;
  padding: 1.2rem;
}
table.bt:not(.directory) tfoot th.bt-hide,
table.bt:not(.directory) tfoot td.bt-hide,
table.bt:not(.directory) tbody td.bt-hide {
  display: none;
}
table.bt:not(.directory) tfoot th span.bt-content,
table.bt:not(.directory) tfoot td span.bt-content,
table.bt:not(.directory) tbody td span.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;
  width: 100%;
  border-bottom: solid 1px #cecece;
  border-right: solid 1px #cecece;
}
table.bt:not(.directory) tfoot th:first-child:before,
table.bt:not(.directory) tfoot td:first-child:before,
table.bt:not(.directory) tbody td:first-child:before {
  border-top: solid 1px #fed41e;
}
table.bt:not(.directory) tfoot th:first-child span.bt-content,
table.bt:not(.directory) tfoot td:first-child span.bt-content,
table.bt:not(.directory) tbody td:first-child span.bt-content {
  border-top: solid 1px #cecece;
}
table.bt:not(.directory) tfoot th:last-child:before,
table.bt:not(.directory) tfoot td:last-child:before,
table.bt:not(.directory) tbody td:last-child:before {
  border-bottom: solid 1px #fed41e;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

table.bt.bt--no-header:not(.directory) tfoot td::before,
table.bt.bt--no-header:not(.directory) tbody td::before {
  display: none;
}

.wp-block-opus-core-block-rewrite-o3c .col > *:first-child,
.wp-block-opus-core-block-rewrite-o2c .col > *:first-child {
  margin-top: 0 !important;
}

.wp-block-opus-core-block-rewrite-omt {
  margin: 7.7rem 0;
}
@media (max-width: 767.98px) {
  .wp-block-opus-core-block-rewrite-omt {
    margin: 7rem 0;
  }
  .wp-block-opus-core-block-rewrite-omt + .wp-block-opus-core-block-rewrite-omt {
    margin: 5rem 0;
  }
}
@media (min-width: 768px) {
  .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;
  }
}

.media-and-text__text {
  border-top: solid 1px #48a2d0;
  padding-top: 3.1rem;
}
@media (max-width: 767.98px) {
  .media-and-text__text {
    border-top: 0;
    border-bottom: solid 1px #48a2d0;
    padding-top: 2.5rem;
    padding-bottom: 2.6rem;
  }
}
.media-and-text__text > *:first-child {
  margin-top: 0 !important;
}

a.featured-news-region__new-item-title {
  font-size: 2.4rem;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-weight: 400;
  line-height: 3.2rem;
  color: #002748;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
@media (max-width: 767.98px) {
  a.featured-news-region__new-item-title {
    font-size: 1.7rem;
    line-height: 2.3rem;
    width: 100%;
  }
}
a.featured-news-region__new-item-title span {
  margin: auto 5.9rem 5.8rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  a.featured-news-region__new-item-title span {
    margin: 3rem;
  }
}
a.featured-news-region__new-item-title:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #002748;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.featured-news-region__new-item-title:hover {
  color: #ffffff;
}
.bg-color-yellow a.featured-news-region__new-item-title:hover, .bg-color-orange a.featured-news-region__new-item-title:hover {
  color: navy;
}
a.featured-news-region__new-item-title:hover:before {
  padding-bottom: 150%;
  width: 150%;
  left: -25%;
  margin-top: -75%;
  opacity: 1;
}

.bg-color-yellow a.featured-news-region__new-item-title {
  background-color: #fed41e;
}
.bg-color-yellow a.featured-news-region__new-item-title:before {
  background-color: #f57e20;
}

.bg-color-orange a.featured-news-region__new-item-title {
  background-color: #f57e20;
}
.bg-color-orange a.featured-news-region__new-item-title:before {
  background-color: #fed41e;
}

.bg-color-blue a.featured-news-region__new-item-title {
  background-color: #00a4d5;
}
.bg-color-blue a.featured-news-region__new-item-title:before {
  background-color: #004d90;
}

.bg-color-navy a.featured-news-region__new-item-title {
  background-color: #002748;
  color: #ffffff;
}
.bg-color-navy a.featured-news-region__new-item-title:before {
  background-color: #004d90;
}

.featured-news-region img {
  max-width: unset;
  width: 100%;
}
.featured-news-region .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .featured-news-region .row:first-child .col-12:nth-child(2),
.featured-news-region .row:first-child .col-12:nth-child(3) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767.98px) {
  .featured-news-region .row:first-child {
    margin-bottom: 2.5rem;
  }
}
.featured-news-region h2 {
  color: #002748;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 4.3rem;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin: auto 8.3rem;
}
@media (max-width: 1079.98px) {
  .featured-news-region h2 {
    margin: 0 0 4.8rem;
  }
}
@media (max-width: 767.98px) {
  .featured-news-region h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    letter-spacing: 2.4px;
    margin: 0 0 3.4rem;
  }
}

.featured-news-region__see-all {
  margin: auto;
}
@media (max-width: 1079.98px) {
  .featured-news-region__see-all {
    margin: 0 0 3.8rem auto;
  }
}
@media (max-width: 767.98px) {
  .featured-news-region__see-all {
    margin: 3rem 0 0;
    min-width: 100%;
  }
}

.query-wrangler__pager .query-pager {
  color: #002748;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .query-wrangler__pager .query-pager {
    font-size: 2.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.query-wrangler__pager .query-pager a {
  color: #004d90;
  text-decoration: none;
}
.query-wrangler__pager .query-pager a:hover {
  color: #5234a5;
}
.query-wrangler__pager .query-pager a.next span, .query-wrangler__pager .query-pager a.prev span {
  border: solid 1px #48a2d0;
  border-radius: 50%;
  display: inline-block;
  height: 3.5rem;
  width: 3.5rem;
  margin: 0 2.8rem -0.8rem;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-transition: none;
  transition: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .query-wrangler__pager .query-pager a.next span, .query-wrangler__pager .query-pager a.prev span {
    height: 3rem;
    width: 3rem;
    margin: 0 0 -0.8rem;
  }
}
.query-wrangler__pager .query-pager a.next span:before, .query-wrangler__pager .query-pager a.prev span:before {
  border: solid 1px #002748;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  top: 50%;
  left: 50%;
  opacity: 0;
  background-color: #002748;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-property: height, width, opacity, top, left;
  transition-property: height, width, opacity, top, left;
}
.query-wrangler__pager .query-pager a.next span:after, .query-wrangler__pager .query-pager a.prev span:after {
  background-repeat: no-repeat;
  background-position: 1.5rem 1.1rem;
  content: "";
  height: 3.5rem;
  width: 3.5rem;
  position: absolute;
  top: -1px;
  left: -1px;
}
@media (max-width: 767.98px) {
  .query-wrangler__pager .query-pager a.next span:after, .query-wrangler__pager .query-pager a.prev span:after {
    background-size: 6.4px;
    background-position: 1.3rem 0.9rem;
  }
}
@media (min-width: 768px) {
  .query-wrangler__pager .query-pager a.next span:hover, .query-wrangler__pager .query-pager a.prev span:hover {
    border-color: #002748;
    text-decoration: none;
  }
  .query-wrangler__pager .query-pager a.next span:hover:after, .query-wrangler__pager .query-pager a.prev span:hover:after {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='7.374' height='13.333'%3E%3Cpath data-name='Path 1516' d='M.354.354l6.313 6.313L.354 12.98' fill='none' stroke='%23FFF'/%3E%3C/svg%3E");
  }
  .query-wrangler__pager .query-pager a.next span:hover:before, .query-wrangler__pager .query-pager a.prev span:hover:before {
    height: 3.5rem;
    width: 3.5rem;
    top: -1px;
    left: -1px;
    opacity: 1;
  }
}
.query-wrangler__pager .query-pager a.prev span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.query-wrangler__pager .query-pager > a, .query-wrangler__pager .query-pager > span {
  margin: 0 1.4rem;
}
@media (max-width: 767.98px) {
  .query-wrangler__pager .query-pager > a, .query-wrangler__pager .query-pager > span {
    margin: 0;
  }
}
.query-wrangler__pager .query-pager span:not(.dots) {
  text-decoration: underline;
}

h2.query-wrangler__filter-header {
  color: #002748;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 0 0.3rem;
}
@media (max-width: 767.98px) {
  h2.query-wrangler__filter-header {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}

.query-wrangler__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1079.98px) {
  .query-wrangler__form form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.query-wrangler__form .text-box-filter,
.query-wrangler__form .btn-group {
  width: calc((((100% - 44rem) / 12) * 3) + 8rem);
  margin-right: 4rem;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .query-wrangler__form .text-box-filter,
.query-wrangler__form .btn-group {
    margin: 0 0 4rem;
    width: calc(50% - 1rem);
    padding-bottom: 0.5rem;
  }
  .query-wrangler__form .text-box-filter:nth-child(odd),
.query-wrangler__form .btn-group:nth-child(odd) {
    margin-right: 1rem;
  }
  .query-wrangler__form .text-box-filter:nth-child(even),
.query-wrangler__form .btn-group:nth-child(even) {
    margin-left: 1rem;
  }
}
@media (max-width: 767.98px) {
  .query-wrangler__form .text-box-filter,
.query-wrangler__form .btn-group {
    width: 100%;
    margin: 0 0 0.9rem;
  }
}
.query-wrangler__form .text-box-filter ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #002748;
  opacity: 1;
  /* Firefox */
}
.query-wrangler__form .text-box-filter ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #002748;
  opacity: 1;
  /* Firefox */
}
.query-wrangler__form .text-box-filter :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #002748;
  opacity: 1;
  /* Firefox */
}
.query-wrangler__form .text-box-filter ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #002748;
  opacity: 1;
  /* Firefox */
}
.query-wrangler__form .text-box-filter ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #002748;
  opacity: 1;
  /* Firefox */
}
.query-wrangler__form .text-box-filter :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #002748;
}
.query-wrangler__form .text-box-filter ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #002748;
}
.query-wrangler__form .text-box-filter input {
  border: solid 1px #48a2d0;
  color: #002748;
  height: 5.4rem;
  width: 100%;
  padding: 0 1.8rem;
}
.query-wrangler__form .dropdown {
  width: 100%;
}
.query-wrangler__form .dropdown .dropdown-menu {
  background-color: #efefef;
  border: 0;
  border-radius: 0;
  margin: 3rem 0 0 0;
  width: 100%;
}
@media (max-width: 1079.98px) {
  .query-wrangler__form .dropdown .dropdown-menu {
    margin: 2rem 0 0 0;
    padding: 0.8rem 0 0;
  }
}
@media (max-width: 767.98px) {
  .query-wrangler__form .dropdown .dropdown-menu {
    width: 100vw;
    padding-top: 3.5rem;
    margin-top: 0;
    margin-left: calc((100vw - 100%) / -2);
    padding-left: calc((100vw - 100%) / 2);
    padding-right: calc((100vw - 100%) / 2);
  }
}
.query-wrangler__form .dropdown .dropdown-menu .form-check {
  padding: 0;
}
.query-wrangler__form .dropdown .dropdown-menu .form-check > *:first-child {
  padding: 0.5rem 3.2rem 2.5rem;
}
@media (max-width: 767.98px) {
  .query-wrangler__form .dropdown .dropdown-menu .form-check > *:first-child {
    padding: 0.5rem 0 2.5rem;
  }
}
.query-wrangler__form .dropdown .dropdown-menu label.query-checkbox {
  display: block;
  color: #002748;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-right: 1rem;
  margin-bottom: 1.2rem;
  padding-left: 3rem;
  position: relative;
}
.query-wrangler__form .dropdown .dropdown-menu label.query-checkbox:before {
  background-size: contain;
  content: "";
  display: block;
  float: left;
  margin: 0.1rem 0.7rem 0 0;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 0;
  top: 0;
}
.query-wrangler__form .dropdown .dropdown-menu input[type=checkbox]:focus + label:before {
  outline: #3b99fc auto 5px;
}
.query-wrangler__form .query-exposed-taxonomy_lab_or_center {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  padding: 2.8rem 3.2rem 2.5rem !important;
  width: 66.1rem;
}
@media (max-width: 1079.98px) {
  .query-wrangler__form .query-exposed-taxonomy_lab_or_center {
    padding: 0 3.2rem 2.5rem !important;
  }
}
@media (max-width: 767.98px) {
  .query-wrangler__form .query-exposed-taxonomy_lab_or_center {
    padding: 0 0 2.5rem !important;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    width: 100%;
  }
}
@media (min-width: 1080px) {
  .query-wrangler__form .btn-group--taxonomy_lab_or_center .dropdown .dropdown-menu {
    width: 66.1rem;
  }
}
.query-wrangler__form .dropdown-toggle {
  color: #002748;
  text-align: left;
  width: 100%;
  text-align: left;
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: solid 1px #48a2d0;
  height: 5.4rem;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1079.98px) {
  .query-wrangler__form .dropdown-toggle[aria-expanded=true] {
    border-bottom-color: transparent;
  }
}
.query-wrangler__form .dropdown-toggle:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  height: 0.7rem;
  width: 1.7rem;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.query-wrangler__form .dropdown-toggle[aria-expanded=true]:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.query-wrangler__form .dropdown-toggle:after {
  background-color: #efefef;
  border: 0;
  content: "";
  display: none;
  width: 100%;
  height: 3rem;
  position: absolute;
  left: 0;
  bottom: -3.1rem;
  margin: 0;
}
.query-wrangler__form .dropdown-toggle[aria-expanded=true]:after {
  display: block;
}

button.submit-search,
button.clear-search {
  width: 12.6rem;
  min-width: unset;
}
button.submit-search span,
button.clear-search span {
  padding: 1.4rem 0;
}
@media (max-width: 767.98px) {
  button.submit-search,
button.clear-search {
    width: 100%;
    margin: 2.7rem 0 0;
  }
}

@media (min-width: 768px) and (max-width: 1079.98px) {
  button.submit-search {
    margin-left: 1rem;
  }
}

button.clear-search {
  margin-left: 1.7rem;
}
@media (max-width: 1079.98px) {
  button.clear-search {
    margin-left: 3.1rem;
  }
}
@media (max-width: 767.98px) {
  button.clear-search {
    margin-left: 0;
  }
}

.query-pills h2 {
  color: #004d90;
  display: inline-block;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: 0;
  margin-right: 2.2rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 1079.98px) {
  .query-pills h2 {
    margin-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .query-pills h2 {
    margin-top: 4rem;
  }
}
.query-pills a {
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: right 1.3rem center;
  border-radius: 2.7rem;
  color: #004d90;
  display: inline-block;
  padding: 0.6rem 3.5rem 0.7rem 1.1rem;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  text-decoration: none !important;
  margin-right: 1.1rem;
  margin-bottom: 2rem;
}
.query-pills a:hover {
  color: #ffffff !important;
}

a.research-area-link {
  display: block;
  position: relative;
  width: 6.7rem;
  height: 6.7rem;
  border: solid 2px #fff;
  border-radius: 50%;
  margin-right: 2.8rem;
  margin-bottom: 2.8rem;
  float: left;
}
@media (min-width: 768px) {
  a.research-area-link:hover .research-area-link__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  a.research-area-link {
    width: 5.8rem;
    height: 5.8rem;
    margin-right: 1.4rem;
  }
}

.research-area-link__title {
  position: absolute;
  left: -6.2rem;
  bottom: -6.8rem;
  display: none;
  height: 5.6rem;
  width: 19.1rem;
  background-color: #ffffff;
  border-radius: 5.6rem;
  text-align: center;
  padding: 0 1.5rem;
  z-index: 2;
}
.research-area-link__title:after {
  content: "";
  position: absolute;
  top: -1.2rem;
  left: calc(50% - 2px);
  height: 1.2rem;
  width: 0.1rem;
  background-color: #fff;
}
.research-area-link__title span {
  margin: auto;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #002748;
}

.scroll-cue {
  display: block;
  float: right;
  height: 4rem;
  width: 4rem;
  border: solid 1px #f7d54e;
  border-radius: 50%;
  position: relative;
  margin-bottom: -2rem;
}
.scroll-cue:after {
  background-position: center;
  content: "";
  display: block;
  width: 1.7rem;
  height: 2.6rem;
  position: absolute;
  top: -0.7rem;
  left: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.scroll-cue:hover:after {
  top: -1.4rem;
}

.lab-detail__people {
  margin: 11.8rem 0 7.2rem;
}
@media (min-width: 1080px) {
  .lab-detail__people + .lab-detail__people {
    margin: 7.8rem 0 11.8rem;
  }
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .lab-detail__people .col-12.odd {
    padding-right: 1rem;
  }
  .lab-detail__people .col-12.even {
    padding-left: 1rem;
  }
  .lab-detail__people + .lab-detail__people {
    margin: 3.4rem 0 0;
  }
}
@media (max-width: 1079.98px) {
  .lab-detail__people {
    margin: 8.4rem 0 5.4rem;
  }
}
@media (max-width: 767.98px) {
  .lab-detail__people {
    margin: 5.2rem 0 4.4rem;
  }
}
.lab-detail__people .col-lg-4 {
  margin-bottom: 6rem;
}
@media (max-width: 1079.98px) {
  .lab-detail__people .col-lg-4 {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767.98px) {
  .lab-detail__people .col-lg-4 {
    margin-bottom: 2rem;
  }
}
.lab-detail__people:last-child {
  margin-bottom: 19rem;
}
@media (max-width: 1079.98px) {
  .lab-detail__people:last-child {
    margin-bottom: 4.5rem;
  }
}
.lab-detail__people h2 {
  color: #5234a5;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.9rem;
  border-bottom: solid 1px #48a2d0;
  padding-bottom: 1.3rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 1079.98px) {
  .lab-detail__people h2 {
    margin-bottom: 6.5rem;
  }
}
@media (max-width: 767.98px) {
  .lab-detail__people h2 {
    font-size: 2.6rem;
    line-height: 3.4rem;
    margin-bottom: 3.5rem;
  }
}

.lab-person-tile {
  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%;
}

.lab-person-tile__image {
  text-align: center;
  padding: 0 5rem;
  margin-bottom: calc((100% - 10rem) / -2);
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .lab-person-tile__image {
    padding: 0 7.2rem;
    margin-bottom: calc((100% - 14.4rem)/-2);
  }
}
.lab-person-tile__image img {
  border-radius: 50%;
}
.lab-person-tile__image svg {
  height: auto;
  max-width: 100%;
}

.lab-person-tile__content {
  background-color: #002748;
  color: #ffffff;
  height: 100%;
  padding: calc(((100% - 10rem) / 2) + 4.4rem) 6.3rem 6.6rem;
}
@media (max-width: 1079.98px) {
  .lab-person-tile__content {
    padding: calc(((100% - 10rem)/2) + 4.4rem) 4rem 5rem;
  }
}
@media (max-width: 767.98px) {
  .lab-person-tile__content {
    padding: calc(((100% - 14.4rem)/2) + 2rem) 3rem 3rem;
  }
}

h3.lab-person-tile__name {
  color: #ffffff;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3.2rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 767.98px) {
  h3.lab-person-tile__name {
    font-size: 2.2rem;
    line-height: 2.9rem;
    margin-bottom: 1.2rem;
  }
}

.lab-person-tile__title {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (max-width: 767.98px) {
  .lab-person-tile__title {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}

a.lab-person-tile__content {
  color: #ffffff;
  overflow: hidden;
  position: relative;
}
a.lab-person-tile__content h3 {
  color: #ffffff;
  text-decoration: underline;
  position: relative;
  z-index: 2;
}
a.lab-person-tile__content .lab-person-tile__title {
  position: relative;
  z-index: 2;
}
a.lab-person-tile__content:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  background-color: #004d90;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.lab-person-tile__content:hover {
  color: #ffffff;
  text-decoration: none;
}
a.lab-person-tile__content:hover h3 {
  color: #ffffff;
  text-decoration: underline;
}
a.lab-person-tile__content:hover .lab-person-tile__title {
  text-decoration: none;
}
a.lab-person-tile__content:hover:before {
  padding-bottom: 180%;
  width: 180%;
  left: -40%;
  margin-top: -90%;
  opacity: 1;
}

footer {
  background: #efefef;
}
footer p {
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.01px;
  color: #004d90;
  margin-bottom: 3rem;
}
footer p.footer__copyright {
  font-size: 1.2rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1.5rem;
  margin: 0;
}
footer p.footer__copyright .divider {
  margin: 0 0.3rem;
}
@media (max-width: 767.98px) {
  footer p {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}

.footer__menu {
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .footer__menu {
    margin-bottom: 2.8rem;
  }
}
.footer__menu a.nav-link {
  padding: 0;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-weight: 300;
  font-size: 3.6rem;
  letter-spacing: 0.02px;
  color: #004d90;
  text-decoration: underline;
}
.footer__menu a.nav-link:hover {
  color: #002748;
}
@media (max-width: 767.98px) {
  .footer__menu a.nav-link {
    font-size: 2.4rem;
    letter-spacing: 0.02px;
  }
}

.footer {
  padding: 4rem 0 6rem 0;
}
@media (min-width: 768px) {
  .footer {
    padding: 7rem 0;
  }
}
@media (min-width: 1080px) {
  .footer {
    padding: 8rem 0 7rem 0;
  }
}
@media (max-width: 767.98px) {
  .footer__info span {
    display: block;
  }
}
.footer__info a {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .footer__social {
    margin-bottom: 4.5rem;
  }
}
.footer__soe {
  display: block;
  max-width: 23.6rem;
  margin-bottom: 3rem;
}
.footer__soe:hover {
  opacity: 0.9;
}

@media (min-width: 768px) and (max-width: 1079.98px) {
  .footer__right {
    float: right;
  }
}

.footer--lab .footer__info {
  padding-top: 6.5rem;
  padding-bottom: 5.8rem;
}
@media (max-width: 767.98px) {
  .footer--lab .footer__info {
    padding-top: 4.5rem;
    padding-bottom: 2rem;
  }
}
.footer--lab .footer__info span {
  display: inline !important;
}
.footer--lab .aa-logo,
.footer--lab .footer__soe {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .footer--lab .aa-logo,
.footer--lab .footer__soe {
    margin-bottom: 3.5rem;
  }
}
.footer--lab .aa-logo a {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  display: block;
  height: 5.8rem;
  width: 21.2rem;
}
@media (max-width: 767.98px) {
  .footer--lab .aa-logo a {
    width: 18rem;
  }
}
.footer--lab .mit-logo {
  margin-top: 8rem;
}
@media (max-width: 767.98px) {
  .footer--lab .mit-logo {
    margin-top: 2.5rem;
  }
}
.footer--lab .mit-logo a {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  display: block;
  height: 3.4rem;
  width: 6.3rem;
}
@media (max-width: 767.98px) {
  .footer--lab .mit-logo a {
    height: 2.8rem;
  }
}
.footer--lab .footer__copyright {
  margin-top: 3.5rem;
}

.skip-link:focus {
  z-index: 1000001;
  position: absolute;
  left: 4rem;
}

#wpadminbar {
  position: fixed !important;
}

@media (min-width: 1080px) {
  .header__wrapper {
    margin-bottom: 3.7rem;
  }
}

.navbar-brand:not(.navbar-brand--lab) {
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  height: 5.8rem;
  width: 22rem;
  margin-top: -3.8rem;
  margin-right: 0;
}
@media (max-width: 1079.98px) {
  .navbar-brand:not(.navbar-brand--lab) {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .navbar-brand:not(.navbar-brand--lab) {
    background-size: contain;
    height: 3.4rem;
    width: 13rem;
  }
}

.navbar-brand--lab {
  color: #002748;
  line-height: 2.8rem;
  font-weight: 500;
  max-width: 37rem;
  white-space: normal;
}
.navbar-brand--lab img {
  max-height: 7.5rem;
  width: auto;
}
@media (max-width: 767.98px) {
  .navbar-brand--lab {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

#content {
  margin-top: 10.8rem;
}
@media (max-width: 1079.98px) {
  #content {
    margin-top: 11rem;
  }
}
@media (max-width: 767.98px) {
  #content {
    margin-top: 8.2rem;
  }
}

.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: #ffffff;
  position: fixed;
  z-index: 10000;
  top: 0;
  width: 100%;
}
.main-nav--wrapper.fixed-top {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.admin-bar .main-nav--wrapper {
  top: 3.2rem;
}

#main-nav {
  width: 100%;
  padding: 0;
  margin-top: 5.2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.fixed-top #main-nav {
  margin-top: 3.4rem;
}
#main-nav > ul {
  margin: 0.5rem 0 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main-nav > ul > li:last-child:not(.has-submenu) a {
  padding-right: 0;
}
#main-nav > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#main-nav ul li {
  margin-bottom: 0;
  list-style: none;
  margin-left: 1.8rem;
}
@media (max-width: 1140px) {
  #main-nav ul li {
    margin-left: 1.4rem;
  }
}
@media (max-width: 1110px) {
  #main-nav ul li {
    margin-left: 1rem;
  }
}
#main-nav li h2, #main-nav li h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #002748;
  margin: 0;
  padding: 1.2rem 0.6rem 2.3rem;
  display: inline;
  line-height: 2.1rem;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
#main-nav li a {
  background: transparent;
  color: #002748;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  letter-spacing: 0.7px;
  padding: 1.2rem 0.6rem 2.3rem;
  text-transform: uppercase;
}
#main-nav li a h2, #main-nav li a h3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #002748;
  margin: 0;
  padding: 0;
  display: inline;
  line-height: 1;
}
#main-nav li a:hover {
  text-decoration: underline;
}
#main-nav li.has-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main-nav ul > li.open > ul {
  display: block;
}
#main-nav .has-submenu > ul {
  background-color: #efefef;
  display: none;
  position: absolute;
  left: -1.3rem;
  right: 0;
  top: 100%;
  padding: 3rem 0 1.2rem;
  margin: 0;
  width: 100%;
  min-width: 278px;
}
#main-nav .has-submenu > ul li {
  margin: 0;
  padding: 0 2rem 1.5rem;
}
#main-nav .has-submenu > ul li a, #main-nav .has-submenu > ul li h2, #main-nav .has-submenu > ul li h3 {
  color: #004d90;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0;
}
#main-nav .has-submenu > ul li button {
  margin: 0.4rem 0 0 1rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#main-nav .has-submenu > ul .has-submenu > ul {
  background-color: #fed41e;
  padding: 2.2rem 0 0.7rem;
}
#main-nav .has-submenu > ul .has-submenu > ul li a {
  color: #002748;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01px;
  line-height: 2rem;
  text-transform: none;
}
#main-nav > ul > li.has-submenu:last-child > ul {
  left: unset;
  right: -2rem;
}
#main-nav .has-submenu .has-submenu > ul {
  left: initial;
  right: -100%;
  top: -0.5rem;
}
#main-nav .has-submenu button {
  background-color: transparent;
  background-repeat: no-repeat;
  content: "";
  display: inline;
  border: 0;
  padding: 0;
  line-height: 1;
  height: 1.1rem;
  width: 0.7rem;
  margin: 1.8rem 0 0;
}

#main-nav.lab {
  margin-top: 0;
}
#main-nav.lab > ul {
  margin-top: 5.2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.main-nav--wrapper.fixed-top #main-nav.lab > ul {
  margin-top: 3.2rem;
}

.navbar--mobile {
  background-color: #ffffff;
  height: 11rem;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100000;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.admin-bar .navbar--mobile {
  top: 3.2rem;
}
@media (max-width: 782px) {
  .admin-bar .navbar--mobile {
    top: 4.6rem;
  }
}
@media (max-width: 767.98px) {
  .navbar--mobile {
    height: 8.2rem;
    padding: 1.6rem 1.2rem 1.6rem 2rem;
  }
}

#mobile-navigation {
  position: fixed;
  width: 100%;
  top: 11rem;
  z-index: 100000;
}
.admin-bar #mobile-navigation {
  top: 14.2rem;
}
@media (max-width: 782px) {
  .admin-bar #mobile-navigation {
    top: 15.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  #mobile-navigation.show:before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100vw + 7rem);
    background: #0b2646;
    position: absolute;
    right: 40rem;
    top: -11rem;
  }
}

.mobile-menu-wrapper {
  font-size: 2.8rem;
  width: 40rem;
  background-color: #ffffff;
  position: fixed;
  right: 0;
  z-index: 50;
  padding-top: rem(30);
  overflow-y: scroll;
  overflow-x: hidden;
  top: 11rem;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (max-width: 767.98px) {
  .mobile-menu-wrapper {
    top: 8.2rem;
  }
}
.admin-bar .mobile-menu-wrapper {
  top: 14.2rem;
}
@media (max-width: 782px) {
  .admin-bar .mobile-menu-wrapper {
    top: 15.6rem;
  }
}
.mobile-menu-wrapper .navbar-nav {
  padding: 0 !important;
  margin-top: 2rem;
}
.mobile-menu-wrapper .navbar-nav .dropdown-menu {
  position: relative !important;
  border: 0;
}
.mobile-menu-wrapper .navbar-nav a.caret {
  background-repeat: no-repeat;
  background-size: 0.7rem;
  background-position: center;
  width: 2rem;
  height: 2rem;
  margin: 0.9rem 3rem 0 0;
  padding: 0;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
}
@media (max-width: 767.98px) {
  .mobile-menu-wrapper .navbar-nav a.caret {
    right: -1.5rem;
  }
}
.mobile-menu-wrapper .navbar-nav a.caret:before, .mobile-menu-wrapper .navbar-nav a.caret:after {
  display: none;
}
.mobile-menu-wrapper .navbar-nav a.caret[aria-expanded=true] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mobile-menu-wrapper .navbar-nav li {
  line-height: 4rem;
}
.mobile-menu-wrapper .navbar-nav li.has-submenu {
  position: relative;
}
.mobile-menu-wrapper .navbar-nav li h2, .mobile-menu-wrapper .navbar-nav li h3, .mobile-menu-wrapper .navbar-nav li a {
  color: #002748;
  display: inline;
  font-size: 1.4rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding-left: 4rem;
  margin-bottom: 0;
}
.mobile-menu-wrapper .navbar-nav ul {
  padding: 0;
}
.mobile-menu-wrapper .navbar-nav ul.dropdown-menu {
  background-color: #efefef;
  padding: 2rem 0;
  margin: 2rem 0;
}
.mobile-menu-wrapper .navbar-nav ul.dropdown-menu li {
  line-height: 3.4rem;
}
.mobile-menu-wrapper .navbar-nav ul.dropdown-menu li h2, .mobile-menu-wrapper .navbar-nav ul.dropdown-menu li h3, .mobile-menu-wrapper .navbar-nav ul.dropdown-menu li a {
  color: #004d90;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.32px;
}
.mobile-menu-wrapper .navbar-nav ul.dropdown-menu li h2.caret, .mobile-menu-wrapper .navbar-nav ul.dropdown-menu li h3.caret, .mobile-menu-wrapper .navbar-nav ul.dropdown-menu li a.caret {
  top: -0.2rem;
}
.mobile-menu-wrapper .navbar-nav ul.dropdown-menu ul.dropdown-menu {
  background-color: #fed41e;
  padding: 1.4rem 0;
}
.mobile-menu-wrapper .navbar-nav ul.dropdown-menu ul.dropdown-menu li h2, .mobile-menu-wrapper .navbar-nav ul.dropdown-menu ul.dropdown-menu li h3, .mobile-menu-wrapper .navbar-nav ul.dropdown-menu ul.dropdown-menu li a {
  color: #002748;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.01px;
}
@media (max-width: 767.98px) {
  .mobile-menu-wrapper {
    width: 100%;
  }
}

.mobile-menu-wrapper__utility-nav {
  border-top: solid 1px #0b2646;
  margin-top: 3rem;
}
.mobile-menu-wrapper__utility-nav ul.mobile-menu.navbar-nav {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  display: block;
}
.mobile-menu-wrapper__utility-nav ul.mobile-menu.navbar-nav li {
  line-height: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.5rem;
}
.mobile-menu-wrapper__utility-nav ul.mobile-menu.navbar-nav li a {
  font-size: 1.1rem;
  letter-spacing: 0.55px;
}
.mobile-menu-wrapper__utility-nav a.mit-logo {
  background-size: contain;
  background-repeat: no-repeat;
  height: 2.1rem;
  width: 4rem;
  margin-top: 2.5rem;
  margin-left: 4rem;
  display: block;
}

.mobile-navigation.show .mobile-menu-wrapper {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.menu-btn {
  padding: 10px 10px 2px 10px !important;
  border: none;
  border-radius: 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .menu-btn {
    padding: 8px 8px 2px !important;
  }
}

.menu-btn__line {
  display: block;
  width: 28px;
  height: 1px;
  margin-bottom: 7px;
  background-color: #084d90;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media (max-width: 767.98px) {
  .menu-btn__line {
    width: 21px;
    margin-bottom: 5px;
  }
}

.menu-btn__line:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.menu-btn__line:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.menu-btn__line:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.menu-btn__line:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.menu-btn__close {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(-45deg) translateX(-50%) translateY(-50%);
          transform: rotate(-45deg) translateX(-50%) translateY(-50%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.menu-btn__close::before, .menu-btn__close::after {
  content: "";
  display: block;
  background-color: #084d90;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.menu-btn__close::before {
  width: 1px;
  height: 25px;
  top: 0;
  left: 50%;
  margin-left: -1px;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
}
.menu-btn__close::after {
  width: 25px;
  height: 1px;
  top: 50%;
  left: 0;
  margin-top: -1px;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.menu-btn:not(.collapsed) .menu-btn__line {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.menu-btn:not(.collapsed) .menu-btn__close::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.menu-btn:not(.collapsed) .menu-btn__close::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

.menu-btn.is-active .menu-btn__line:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.menu-btn.is-active .menu-btn__line:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.menu-btn.is-active .menu-btn__line:nth-child(3) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.menu-btn.is-active .menu-btn__line:nth-child(4) {
  -webkit-transition-delay: -0.1s;
          transition-delay: -0.1s;
}

.footer__social nav {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.footer__social a {
  background-color: #fff;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  margin-right: 2rem;
  -webkit-transition: none;
  transition: none;
  padding: 0;
  margin: 0 2.2rem 0 0;
}
.footer__social a:last-child {
  margin-right: 0;
}

.utility-navigation {
  position: absolute;
  width: 100%;
  padding-top: 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 3;
}
.utility-navigation a {
  color: #002748;
  font-size: 1.1rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  padding: 0.8rem 1rem;
}
.utility-navigation a:hover {
  text-decoration: underline;
}
.fixed-top .utility-navigation {
  height: 0;
  opacity: 0;
}

#search-form-toggle {
  background-color: transparent;
  border: 0;
  color: #002748;
  font-size: 1.1rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  padding: 0.8rem 1rem;
}
#search-form-toggle:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  #search-form-toggle {
    z-index: 10;
    position: relative;
    display: block;
    float: left;
  }
}

.utility-navigation nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.utility-navigation nav a.mit-logo {
  background-size: contain;
  background-repeat: no-repeat;
  height: 2.4rem;
  width: 4.6rem;
  margin-left: 3rem;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  position: relative;
  padding: 0;
}
@media (min-width: 768px) {
  .utility-navigation nav .searchform {
    display: none;
    opacity: 0;
    position: absolute;
    overflow: hidden;
    margin-top: -1rem;
    float: right;
  }
  .utility-navigation nav .searchform.active {
    opacity: 1;
    position: relative;
    display: block;
  }
}
.utility-navigation nav .searchform label {
  margin: 0;
}
.utility-navigation nav .searchform #searchsubmit {
  background-color: transparent;
  border: 0;
  color: #002748;
  display: none;
  font-size: 1.1rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  padding: 0.8rem 1rem;
  min-width: unset !important;
}
.utility-navigation nav .searchform #searchsubmit span {
  padding: 0;
}
.utility-navigation nav .searchform #searchsubmit:hover {
  text-decoration: underline;
}
.utility-navigation nav .searchform.active input[type=submit] {
  display: block;
}
.utility-navigation nav .searchform input.search-field {
  border: #002748 solid 1px;
  color: #002748;
  font-weight: 400;
  font-size: 1.4rem;
  padding: 0 1rem;
  height: 2.2rem;
  margin-right: -135px;
  text-transform: none;
}
.utility-navigation nav .searchform input.search-field::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
.utility-navigation nav .searchform input.search-field:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
.utility-navigation nav .searchform input.search-field::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
.utility-navigation nav .searchform input.search-field:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}

.home-hero-region {
  position: relative;
  min-height: 73rem;
  margin-bottom: -8rem;
}
@media (max-width: 1079.98px) {
  .home-hero-region {
    overflow: hidden;
    margin-bottom: 0;
    min-height: 63rem;
  }
  .home-hero-region:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='2157.541' height='806.457'%3E%3Cg data-name='Group 4343' fill='none' stroke='%2348a2d0' stroke-miterlimit='10' stroke-dasharray='4 4'%3E%3Cpath data-name='Path 1383' d='M6.31 464.92c77.386-12.9 152.975 25.07 223.986 58.423 134.522 63.18 278.208 114.124 426.804 116.879s303.553-48.424 400.243-161.29c52.331-61.087 86.179-137.691 145.982-191.484 103.188-92.816 267.904-106.42 398.62-59.778 97.498 34.792 394.059 18.962 519.851-39.68'/%3E%3Cpath data-name='Path 1384' d='M11.033 455.87c78.574-12.971 155.594 24.066 227.81 57.618 131.76 61.517 271.804 110.602 416.502 117.657 153.243 7.474 315.891-33.006 419.948-143.572 53.917-57.29 88.746-131.3 147.917-184.35 103.754-92.943 257.859-116.448 385.783-80.475 95.627 26.525 379.524 7.875 504.578-45.376'/%3E%3Cpath data-name='Path 1385' d='M15.755 446.819c79.763-13.038 158.215 23.062 231.64 56.814C376.389 563.491 512.856 611.06 653.593 622.07c158.008 12.358 327.912-17.574 439.654-125.857 55.285-53.574 91.313-124.899 149.852-177.216 104.319-93.07 247.728-126.025 372.944-101.173 93.688 18.595 364.992-3.211 489.306-51.073'/%3E%3Cpath data-name='Path 1386' d='M20.477 437.769c80.952-13.113 160.92 21.872 235.461 56.01 126.375 57.876 259.16 104.58 395.897 119.214 162.86 17.432 339.621-2.183 459.358-108.138 56.456-49.96 93.881-118.505 151.787-170.083 104.885-93.198 237.698-135.845 360.108-121.87 91.826 10.483 350.456-14.3 474.032-56.767'/%3E%3Cpath data-name='Path 1387' d='M25.2 428.719c82.14-13.184 163.56 20.82 239.282 55.207 123.64 56.145 252.88 102.03 385.594 119.991 167.777 22.71 351.034 13.105 479.062-90.42 57.45-46.459 96.45-112.11 153.722-162.953 105.452-93.324 227.713-145.693 347.273-142.568 89.994 2.35 335.922-25.384 458.76-62.462'/%3E%3Cpath data-name='Path 1388' d='M29.921 419.663c83.328-13.255 166.198 19.774 243.113 54.403 120.897 54.43 246.604 99.75 375.29 120.769 172.73 28.21 362.167 28.232 498.768-72.703 58.291-43.07 99.019-105.715 155.658-155.818 106.018-93.45 217.743-155.577 334.434-163.264 88.186-5.807 321.387-36.47 443.486-68.157'/%3E%3Cpath data-name='Path 1389' d='M34.643 410.611c84.516-13.325 168.832 18.738 246.938 53.6 118.146 52.734 240.32 97.727 364.99 121.547 177.69 33.952 373.042 43.147 518.471-54.983 58.999-39.811 101.587-99.32 157.594-148.684 106.583-93.579 208.17-163.414 321.596-183.96 86.12-15.602 306.853-47.559 428.214-73.854'/%3E%3Cpath data-name='Path 1390' d='M39.366 401.56c85.704-13.396 171.46 17.709 250.763 52.796 115.388 51.053 234.01 95.925 354.686 122.321 182.63 39.952 383.68 57.799 538.177-37.268 59.603-36.676 104.153-92.925 159.529-141.55 107.148-93.707 197.88-175.51 308.758-204.66 84.611-22.244 292.318-58.644 412.94-79.548'/%3E%3Cpath data-name='Path 1391' d='M44.088 392.51c86.893-13.467 174.086 16.69 254.59 51.992 112.623 49.39 227.659 94.326 344.382 123.102 187.524 46.234 394.116 72.144 557.882-19.55 60.125-33.665 106.722-86.53 161.461-134.414 107.715-93.833 187.942-185.558 295.921-225.355 82.82-30.526 277.784-69.732 397.668-85.245'/%3E%3Cpath data-name='Path 1392' d='M48.81 383.458c88.082-13.537 176.707 15.682 258.415 51.188 109.85 47.738 221.272 92.91 334.08 123.88 192.341 52.808 404.379 86.145 577.587-1.831 60.588-30.774 109.29-80.136 163.4-127.286 108.28-93.96 177.984-195.656 283.083-246.053 81.012-38.845 263.25-80.817 382.395-90.94'/%3E%3Cpath data-name='Path 1393' d='M53.532 374.407c89.27-13.608 179.323 14.684 262.24 50.385 107.073 46.1 214.825 91.65 323.779 124.658 197.053 59.697 414.5 99.765 597.29 15.885 61.01-27.998 111.858-73.74 165.34-120.153 108.847-94.086 167.986-205.794 270.246-266.75 79.178-47.196 248.717-91.904 367.123-96.635'/%3E%3Cpath data-name='Path 1394' d='M58.254 365.356c90.459-13.678 181.933 13.699 266.066 49.58 104.29 44.478 208.313 90.535 313.475 125.437 201.63 66.92 424.52 112.982 616.997 33.602 61.414-25.329 114.425-67.345 167.27-113.019 109.408-94.213 157.949-215.958 257.408-287.447 77.31-55.568 234.182-102.991 351.85-102.33'/%3E%3Cpath data-name='Path 1395' d='M62.976 356.305c91.647-13.75 184.539 12.727 269.892 48.78 101.5 42.87 201.728 89.537 303.177 126.213 206.036 74.486 434.468 125.783 636.701 51.32 61.815-22.761 116.993-60.952 169.205-105.886 109.978-94.34 147.871-226.137 244.572-308.144 75.41-63.952 219.646-114.078 336.577-108.026'/%3E%3Cpath data-name='Path 1396' d='M67.698 347.255c92.836-13.821 187.14 11.77 273.718 47.971C440.12 436.5 536.477 483.87 634.287 522.218c210.242 82.425 444.384 138.16 656.405 69.037 62.228-20.284 119.561-54.555 171.141-98.753 110.544-94.468 137.753-236.319 231.734-328.84 73.478-72.34 205.112-125.165 321.304-113.723'/%3E%3Cpath data-name='Path 1397' d='M72.42 338.203c94.025-13.891 189.73 10.83 277.543 47.169 95.907 39.69 188.308 87.839 282.567 127.77 214.21 90.745 454.3 150.103 676.11 86.754 62.672-17.898 122.129-48.16 173.077-91.62 111.108-94.595 127.598-246.495 218.895-349.539 71.52-80.722 190.58-136.25 306.032-119.417'/%3E%3Cpath data-name='Path 1398' d='M77.143 329.152c95.212-13.966 192.277 10.006 281.368 46.365 93.06 38.224 181.46 87.101 272.261 128.549 217.907 99.457 464.25 161.622 695.816 104.472 63.14-15.582 124.696-41.764 175.01-84.486 111.68-94.724 117.258-256.789 206.064-370.237 69.411-89.198 176.045-147.337 290.759-125.113'/%3E%3Cpath data-name='Path 1399' d='M81.865 320.101c96.401-14.033 194.897 9.001 285.193 45.562s174.505 86.416 261.964 129.325c221.29 108.571 474.266 172.73 715.524 122.19 63.663-13.338 127.264-35.37 176.945-77.354 112.244-94.85 107.212-266.811 193.224-390.934 67.538-97.465 161.51-158.424 275.486-130.806'/%3E%3C/g%3E%3C/svg%3E");
    background-position: left -44rem bottom -12rem;
    background-repeat: no-repeat;
    background-size: 2157.541px;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
@media (max-width: 767.98px) {
  .home-hero-region {
    min-height: unset;
    padding-bottom: 3.6rem;
  }
  .home-hero-region:after {
    background-position: left -74rem bottom -12rem;
  }
}

#home-hero-region__air-stream {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 1079.98px) {
  #home-hero-region__air-stream {
    display: none;
  }
}

.home-hero-region__content {
  position: relative;
  z-index: 3;
}
.home-hero-region__content h2 {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 6.6rem;
  line-height: 7.4rem;
  letter-spacing: 4.95px;
  color: #004d90;
  text-transform: uppercase;
  margin-top: 13rem;
  margin-bottom: 2.9rem;
}
@media (max-width: 1079.98px) {
  .home-hero-region__content h2 {
    margin-top: 3.4rem;
    margin-bottom: 2.5rem;
    width: 51.1rem;
  }
}
@media (max-width: 767.98px) {
  .home-hero-region__content h2 {
    font-size: 4.2rem;
    line-height: 5rem;
    letter-spacing: 3.15px;
    max-width: 47rem;
    margin-top: 2rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 1079.98px) {
  .home-hero-region__content {
    position: relative;
    z-index: 3;
  }
}
.home-hero-region__content .scroll-cue {
  margin: 3rem 0 0 -3px;
  float: none;
}

.home-hero-region__description {
  color: #002748;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 35rem;
}
@media (max-width: 1079.98px) {
  .home-hero-region__description {
    max-width: unset;
    width: calc(100% + 1rem);
  }
}
@media (max-width: 767.98px) {
  .home-hero-region__description {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
}

.home-hero-region__image {
  width: 100%;
  padding-bottom: 100%;
  background-color: #004d90;
  border-radius: 50%;
  margin-top: 4.8rem;
  background-image: url("/wp-content/themes/aero-astro/assets/images/home-hero-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
@media (min-width: 1080px) {
  .home-hero-region__image {
    -webkit-transition: 40s;
    transition: 40s;
  }
}
@media (max-width: 1079.98px) {
  .home-hero-region__image {
    margin-top: 17rem;
    width: 40rem;
    height: 40rem;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 767.98px) {
  .home-hero-region__image {
    height: calc((100vw / 2) + 8rem);
    margin-top: 1.5rem;
    margin-left: calc(50% - 4rem);
    padding: 0;
    width: calc((100vw / 2) + 8rem);
  }
}
.home-hero-region__image.scroll-bg {
  background-position: center top;
}

.home__scroll-cue {
  margin: 4.5rem 0;
}

.home-alert-region__wrapper {
  background-repeat: no-repeat;
  background-color: #fed41e;
  background-position: right -12rem top -18.5rem;
  padding: 4.5rem 0 2.8rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 1079.98px) {
  .home-alert-region__wrapper {
    background: #fed41e;
    margin-bottom: 3.6rem;
  }
}
@media (max-width: 767.98px) {
  .home-alert-region__wrapper {
    padding: 2.6rem 0 3.8rem;
  }
}
.home-alert-region__wrapper h2 {
  color: #002748;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 4.3rem;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
@media (max-width: 1079.98px) {
  .home-alert-region__wrapper h2 {
    margin-left: 4rem;
  }
}
@media (max-width: 767.98px) {
  .home-alert-region__wrapper h2 {
    margin: 0 3rem 0.7rem;
    font-size: 2.4rem;
    line-height: 2.9rem;
    letter-spacing: 2.4px;
  }
}

.home-alert-region__description {
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
}
@media (max-width: 767.98px) {
  .home-alert-region__description {
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin: 0 3rem;
  }
}

.home-alert-region__button {
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
  .home-alert-region__button {
    margin: 1.4rem 3rem 0;
  }
  .home-alert-region__button a.btn, .home-alert-region__button #tribe-community-events form .tribe-events-community-footer a.submit, #tribe-community-events form .tribe-events-community-footer .home-alert-region__button a.submit {
    width: 100%;
  }
}

.home-our-programs-region {
  background-size: cover;
  position: relative;
}
@media (max-width: 767.98px) {
  .home-our-programs-region {
    background: #5234a5 !important;
  }
}
.home-our-programs-region:before {
  background-color: #004d90;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .home-our-programs-region:before {
    display: none;
  }
}
.home-our-programs-region:after {
  background-color: #793c81;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}
@media (max-width: 767.98px) {
  .home-our-programs-region:after {
    display: none;
  }
}
.home-our-programs-region .col-12 {
  min-height: 80rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}
@media (max-width: 1079.98px) {
  .home-our-programs-region .col-12 {
    min-height: 54rem;
    padding-bottom: 1.8rem;
  }
  .home-our-programs-region .col-12.order-md-first {
    padding: 7rem 0;
  }
}
@media (max-width: 767.98px) {
  .home-our-programs-region .col-12 {
    min-height: unset;
    padding-bottom: 0;
  }
}

.home-our-programs-region__content {
  margin: auto 0;
}
@media (max-width: 767.98px) {
  .home-our-programs-region__content {
    padding-top: 3rem;
    padding-bottom: 4.6rem;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
  }
}
.home-our-programs-region__content h2 {
  color: #ffffff;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 3.6rem;
  line-height: 4.3rem;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
@media (max-width: 1079.98px) {
  .home-our-programs-region__content h2 {
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 767.98px) {
  .home-our-programs-region__content h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    letter-spacing: 2.4px;
  }
}
.home-our-programs-region__content .home-our-programs-region__description {
  color: #ffffff;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
  margin-bottom: 6rem;
}
@media (max-width: 1079.98px) {
  .home-our-programs-region__content .home-our-programs-region__description {
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 767.98px) {
  .home-our-programs-region__content .home-our-programs-region__description {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
}
.home-our-programs-region__content .home-our-programs-region__link {
  margin-bottom: 3rem;
}
@media (max-width: 1079.98px) {
  .home-our-programs-region__content .home-our-programs-region__link {
    margin-bottom: 1.8rem;
  }
}
.home-our-programs-region__content .home-our-programs-region__link:last-child {
  margin-bottom: 0;
}
.home-our-programs-region__content .home-our-programs-region__link a.btn, .home-our-programs-region__content .home-our-programs-region__link #tribe-community-events form .tribe-events-community-footer a.submit, #tribe-community-events form .tribe-events-community-footer .home-our-programs-region__content .home-our-programs-region__link a.submit {
  min-width: 30.9rem;
}

.home-our-programs-region__image-wrapper {
  margin: auto 0;
}
@media (max-width: 767.98px) {
  .home-our-programs-region__image-wrapper {
    padding-top: 3.5rem;
  }
}

@media (max-width: 1079.98px) {
  .home-our-programs-region__image {
    width: calc(100% + 10.1rem) !important;
    margin: 0 -1rem 0 0 !important;
  }
  .home-our-programs-region .home-our-programs-region__image {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg data-name='Group 4025' xmlns='http://www.w3.org/2000/svg' width='364' height='364'%3E%3Cg data-name='Ellipse 341' fill='none' stroke='%2348a2d0' stroke-dasharray='4 4'%3E%3Ccircle cx='182' cy='182' r='182' stroke='none'/%3E%3Ccircle cx='182' cy='182' r='181.5'/%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (max-width: 767.98px) {
  .home-our-programs-region__image {
    width: 100% !important;
    margin: 0 !important;
  }
}

.home-diversity-region {
  padding: 20rem 0 40rem;
  margin-bottom: -20rem;
  position: relative;
}
@media (max-width: 1079.98px) {
  .home-diversity-region {
    padding: 9.2rem 0 10rem;
    margin-bottom: 0;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .home-diversity-region {
    padding: 4.1rem 0 5.5rem;
  }
}
.home-diversity-region:before {
  background-repeat: no-repeat;
  background-position: left 5.2rem top -13.8rem;
  content: "";
  display: block;
  height: 100rem;
  width: 100rem;
  position: absolute;
  top: 0;
  left: calc(50% - 116rem);
  -webkit-transition: 2s;
  transition: 2s;
  z-index: 2;
}
@media (max-width: 1079.98px) {
  .home-diversity-region:before {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='685.023' height='714.682'%3E%3Cg data-name='Group 4384'%3E%3Cg data-name='Group 4057'%3E%3Cg data-name='Ellipse 353' transform='rotate(39 111.164 447.595)' fill='none' stroke='%2348a2d0' stroke-dasharray='4 4'%3E%3Cellipse cx='243.7' cy='243.312' rx='243.7' ry='243.312' stroke='none'/%3E%3Cellipse cx='243.7' cy='243.312' rx='243.2' ry='242.812'/%3E%3C/g%3E%3Cg data-name='Group 4032'%3E%3Cpath data-name='Path 522' d='M473.62 369.597A253.108 253.108 0 00318.077 243.68a535.45 535.45 0 00274.34-179.85A535.28 535.28 0 00473.62 369.597' fill='%23fff' stroke='%2348a2d0' stroke-width='.99968'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: right top;
    left: calc(50% - 100rem);
  }
}
@media (max-width: 767.98px) {
  .home-diversity-region:before {
    display: none;
  }
}
@media (min-width: 1080px) {
  .home-diversity-region.rotate:before {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
}
.home-diversity-region h2 {
  color: #002748;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 4.3rem;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .home-diversity-region h2 {
    width: calc(100% + 1rem);
    margin-left: -1rem;
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .home-diversity-region h2 {
    width: 100%;
    font-size: 2.4rem;
    line-height: 3.2rem;
    letter-spacing: 2.4px;
    margin-bottom: 3.5rem;
  }
}
.home-diversity-region .home-diversity-region__description {
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
  margin-bottom: 6rem;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .home-diversity-region .home-diversity-region__description {
    width: calc(100% + 1rem);
    margin-left: -1rem;
    margin-bottom: 3.4rem;
  }
}
@media (max-width: 767.98px) {
  .home-diversity-region .home-diversity-region__description {
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-bottom: 2.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .home-diversity-region .home-diversity-region__link {
    width: calc(100% + 1rem);
    margin-left: -1rem;
  }
  .home-diversity-region .home-diversity-region__link a.btn, .home-diversity-region .home-diversity-region__link #tribe-community-events form .tribe-events-community-footer a.submit, #tribe-community-events form .tribe-events-community-footer .home-diversity-region .home-diversity-region__link a.submit {
    padding: 1.4rem 5.3rem;
  }
}
@media (max-width: 767.98px) {
  .home-diversity-region .home-diversity-region__link a.btn, .home-diversity-region .home-diversity-region__link #tribe-community-events form .tribe-events-community-footer a.submit, #tribe-community-events form .tribe-events-community-footer .home-diversity-region .home-diversity-region__link a.submit {
    padding: 1.4rem 1rem;
    width: 100%;
  }
}

.home-research-areas-region-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (max-width: 767.98px) {
  .home-research-areas-region-wrapper {
    overflow: hidden;
  }
}

.home-research-areas-region-wrapper__spacer {
  display: block;
  width: 100%;
  padding-bottom: calc(100% / 6);
}
@media (max-width: 1079.98px) {
  .home-research-areas-region-wrapper__spacer {
    padding-bottom: 5.7rem;
  }
}

.home-research-areas-region h2 {
  color: #002748;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 9rem;
  line-height: 10.8rem;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  position: -webkit-sticky;
  position: sticky;
  top: calc(50% - 9rem);
  margin-top: calc(50vh - 9rem);
  margin-bottom: calc(50vh - 9rem);
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .home-research-areas-region h2 {
    position: absolute;
    -webkit-transform: rotate(-90deg) translateX(calc(-100% - 10rem));
            transform: rotate(-90deg) translateX(calc(-100% - 10rem));
    -webkit-transform-origin: top left;
            transform-origin: top left;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .home-research-areas-region h2 {
    position: relative;
    text-align: center;
    top: unset;
    margin-top: unset;
    margin-bottom: 2.7rem;
    font-size: 5rem;
    line-height: 6rem;
    letter-spacing: 2.5px;
  }
}

a.home-research-areas-region__research-area {
  width: 27.7rem;
  text-align: center;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #002748;
  display: block;
  position: relative;
}
@media (min-width: 1080px) {
  a.home-research-areas-region__research-area {
    max-width: 45%;
  }
}
@media (max-width: 1079.98px) {
  a.home-research-areas-region__research-area {
    width: 26rem;
  }
}
@media (max-width: 767.98px) {
  a.home-research-areas-region__research-area {
    width: 100%;
    margin: 0 auto 4.4rem;
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
}
a.home-research-areas-region__research-area:hover .home-research-areas-region__research-area-title {
  text-decoration: underline;
}
a.home-research-areas-region__research-area:nth-child(even) {
  margin: -4rem 0 -4rem auto;
}
@media (max-width: 1079.98px) {
  a.home-research-areas-region__research-area:nth-child(even) {
    margin: -4rem 0 3rem auto;
  }
}
@media (max-width: 767.98px) {
  a.home-research-areas-region__research-area:nth-child(even) {
    margin: 0 auto 4.4rem;
  }
}
a.home-research-areas-region__research-area:last-child {
  margin-bottom: 16rem;
}
@media (max-width: 767.98px) {
  a.home-research-areas-region__research-area:last-child {
    margin-bottom: 6.5rem;
  }
}

.home-research-areas-region__research-area-icon {
  display: block;
  height: 22.6rem;
  width: 22.6rem;
  margin: auto;
}
@media (max-width: 1079.98px) {
  .home-research-areas-region__research-area-icon {
    height: 18rem;
    width: 18rem;
  }
}
@media (max-width: 767.98px) {
  .home-research-areas-region__research-area-icon {
    width: 50%;
    height: auto;
  }
}

.home-research-areas-region__research-area-title {
  position: absolute;
  margin-top: 2.5rem;
}
@media (max-width: 1079.98px) {
  .home-research-areas-region__research-area-title {
    margin-top: 1.7rem;
  }
}
@media (max-width: 767.98px) {
  .home-research-areas-region__research-area-title {
    margin-top: 1rem;
    position: relative;
  }
}

.home-grid-bg-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home-grid-bg-wrapper .container,
.home-grid-bg-wrapper .row,
.home-grid-bg-wrapper .col-12 {
  height: 100%;
}

.home-grid-bg {
  position: relative;
  padding-bottom: calc(100% / 6);
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1079.98px) {
  .home-grid-bg {
    width: calc(100% + 4rem);
    margin-left: -4rem;
    height: 130rem;
    position: absolute;
    bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .home-grid-bg {
    height: 0;
    bottom: -0.6rem;
    padding-top: 530%;
  }
}
.home-grid-bg .grid-img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 8rem);
  max-width: unset;
  height: auto;
  margin-left: -4rem;
}
.home-grid-bg .grid-line {
  background-color: #EFEFEF;
  position: absolute;
  z-index: 0;
}
.home-grid-bg .grid-line--v {
  left: calc(100% / 6);
  bottom: 0;
  height: 100%;
  width: 1px;
}
.home-grid-bg .grid-line--v-2 {
  left: calc((100% / 6) * 2);
}
.home-grid-bg .grid-line--v-3 {
  left: calc((100% / 6) * 3);
}
.home-grid-bg .grid-line--v-4 {
  left: calc((100% / 6) * 4);
}
.home-grid-bg .grid-line--v-5 {
  left: calc((100% / 6) * 5);
}
.home-grid-bg .grid-line--h {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin-bottom: calc(100% / 6);
}
.home-grid-bg .grid-line--h-2 {
  margin-bottom: calc((100% / 6) * 2);
}
.home-grid-bg .grid-line--h-3 {
  margin-bottom: calc((100% / 6) * 3);
}
.home-grid-bg .grid-line--h-4 {
  margin-bottom: calc((100% / 6) * 4);
}
.home-grid-bg .grid-line--h-5 {
  margin-bottom: calc((100% / 6) * 5);
}
.home-grid-bg .grid-line--h-6 {
  margin-bottom: calc((100% / 6) * 6);
}
.home-grid-bg .grid-line--h-7 {
  margin-bottom: calc((100% / 6) * 7);
}
.home-grid-bg .grid-line--h-8 {
  margin-bottom: calc((100% / 6) * 8);
}
.home-grid-bg .grid-line--h-9 {
  margin-bottom: calc((100% / 6) * 9);
}
.home-grid-bg .grid-line--h-10 {
  margin-bottom: calc((100% / 6) * 10);
}
.home-grid-bg .grid-line--h-11 {
  margin-bottom: calc((100% / 6) * 11);
}
.home-grid-bg .grid-line--h-12 {
  margin-bottom: calc((100% / 6) * 12);
}
.home-grid-bg .grid-line--h-13 {
  margin-bottom: calc((100% / 6) * 13);
}
.home-grid-bg .grid-line--h-14 {
  margin-bottom: calc((100% / 6) * 14);
}
.home-grid-bg .grid-line--h-15 {
  margin-bottom: calc((100% / 6) * 15);
}
.home-grid-bg .grid-line--h-16 {
  margin-bottom: calc((100% / 6) * 16);
}
.home-grid-bg .grid-line--h-17 {
  margin-bottom: calc((100% / 6) * 17);
}
.home-grid-bg .grid-line--h-18 {
  margin-bottom: calc((100% / 6) * 18);
}
.home-grid-bg .grid-line--h-19 {
  margin-bottom: calc((100% / 6) * 19);
}
.home-grid-bg .grid-line--h-20 {
  margin-bottom: calc((100% / 6) * 20);
}
.home-grid-bg .grid-line--h-21 {
  margin-bottom: calc((100% / 6) * 21);
}
.home-grid-bg .grid-line--h-22 {
  margin-bottom: calc((100% / 6) * 22);
}
.home-grid-bg .grid-line--h-23 {
  margin-bottom: calc((100% / 6) * 23);
}
.home-grid-bg .grid-line--h-24 {
  margin-bottom: calc((100% / 6) * 24);
}
.home-grid-bg .grid-line--h-25 {
  margin-bottom: calc((100% / 6) * 25);
}
.home-grid-bg .grid-line--h-26 {
  margin-bottom: calc((100% / 6) * 26);
}
.home-grid-bg .grid-line--h-27 {
  margin-bottom: calc((100% / 6) * 27);
}
.home-grid-bg .grid-line--h-28 {
  margin-bottom: calc((100% / 6) * 28);
}
.home-grid-bg .grid-line--h-29 {
  margin-bottom: calc((100% / 6) * 29);
}
.home-grid-bg .grid-line--h-30 {
  margin-bottom: calc((100% / 6) * 30);
}

@media (max-width: 1079.98px) {
  .featured-news-region--home {
    margin-bottom: 5.5rem;
  }
}
@media (max-width: 1079.98px) {
  .featured-news-region--home {
    margin-bottom: 0;
  }
}
.featured-news-region--home h2 {
  margin: auto -1.7rem auto 8.3rem;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media (max-width: 1079.98px) {
  .featured-news-region--home h2 {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .featured-news-region--home h2 {
    margin-bottom: 3.6rem;
  }
}

.featured-news-region__see-all a.btn, .featured-news-region__see-all #tribe-community-events form .tribe-events-community-footer a.submit, #tribe-community-events form .tribe-events-community-footer .featured-news-region__see-all a.submit {
  background-color: #ffffff;
}
@media (max-width: 767.98px) {
  .featured-news-region__see-all {
    margin-bottom: 3.8rem;
  }
}

.home-faculty-spotlight-region {
  background-size: cover;
  color: #ffffff;
  position: relative;
  padding: 16.5rem 0 16rem 0;
}
@media (max-width: 1079.98px) {
  .home-faculty-spotlight-region {
    padding: 7rem 0 7.5rem;
  }
}
@media (max-width: 767.98px) {
  .home-faculty-spotlight-region {
    background: #004d90 !important;
    padding: 3.5rem 0 4.7rem;
  }
}
.home-faculty-spotlight-region h2 {
  color: #ffffff;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 4.3rem;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-bottom: 2.8rem;
}
@media (max-width: 1079.98px) {
  .home-faculty-spotlight-region h2 {
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 767.98px) {
  .home-faculty-spotlight-region h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    letter-spacing: 2.4px;
    margin-bottom: 0.8rem;
  }
}
.home-faculty-spotlight-region .col-12 {
  position: relative;
  z-index: 2;
}
.home-faculty-spotlight-region:before {
  background-color: #003379;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .home-faculty-spotlight-region:before {
    display: none;
  }
}
.home-faculty-spotlight-region:after {
  background-color: #003379;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}
@media (max-width: 767.98px) {
  .home-faculty-spotlight-region:after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .home-faculty-spotlight-region__image {
    margin: 0 0 1.5rem !important;
  }
}

.home-faculty-spotlight-region__name {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.6rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.home-faculty-spotlight-region__name a {
  color: #ffffff;
}
.home-faculty-spotlight-region__name a:hover {
  color: #ffffff;
  text-decoration: underline;
}
@media (max-width: 1079.98px) {
  .home-faculty-spotlight-region__name {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .home-faculty-spotlight-region__name {
    font-size: 1.5rem;
    line-height: 2.1rem;
    letter-spacing: 0.38px;
  }
}

.home-faculty-spotlight-region__description {
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .home-faculty-spotlight-region__description {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
}

.home-faculty-spotlight-region__see-all {
  margin-top: 2rem;
}
@media (max-width: 1079.98px) {
  .home-faculty-spotlight-region__see-all {
    margin-top: 0.5rem;
  }
}

.basic-page__tile-header {
  text-align: center;
  padding-bottom: 9rem;
}
@media (max-width: 767.98px) {
  .basic-page__tile-header {
    padding-bottom: 6.8rem;
  }
}
.basic-page__tile-header h1 {
  font-size: 6.6rem;
  font-weight: 400;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  letter-spacing: 4.95px;
  line-height: 7.4rem;
  text-transform: uppercase;
  margin-top: 8.5rem;
}
.basic-page__tile-header h1:after {
  content: "";
  background-color: #fed41e;
  height: 0.4rem;
  width: 9rem;
  display: block;
  margin: 5.1rem auto 3.8rem;
}
@media (max-width: 767.98px) {
  .basic-page__tile-header h1 {
    font-size: 4.2rem;
    line-height: 5rem;
    letter-spacing: 3.15px;
    margin-top: 6.8rem;
  }
  .basic-page__tile-header h1:after {
    margin: 3rem auto;
  }
}

.basic-page__tile-header--navy {
  background-color: #002748;
  color: #ffffff;
}

.basic-page__tile-header--purple {
  background-color: #5234a5;
  color: #ffffff;
}

.basic-page__tile-header--blue {
  background-color: #00a4d5;
  color: #002748;
}

.basic-page__tile-header-description {
  font-size: 1.8rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 3rem;
}
@media (max-width: 767.98px) {
  .basic-page__tile-header-description {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}

.gutenberg-body--tile-layout {
  margin-bottom: 14rem;
  margin-top: 8rem;
}
@media (max-width: 1079.98px) {
  .gutenberg-body--tile-layout {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767.98px) {
  .gutenberg-body--tile-layout {
    margin-bottom: 4rem;
    margin-top: 3rem;
  }
}

.single-post-header {
  margin-bottom: 12rem;
}
@media (max-width: 1079.98px) {
  .single-post-header {
    margin-bottom: 11.8rem;
  }
}
@media (max-width: 767.98px) {
  .single-post-header {
    border-bottom: solid 1px #0b2646;
    margin-bottom: 2.2rem;
  }
}

@media (min-width: 1080px) {
  .news__gallery,
.news__featured-image {
    height: 100%;
    position: relative;
  }
  .news__gallery:after,
.news__featured-image:after {
    content: "";
    background: #002748;
    height: 1px;
    width: calc(100% + 4rem);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.news__featured-image-image--fallback img {
  width: 100%;
  max-width: unset;
}

.carousel-inner,
.news__featured-image-image {
  width: calc((((100% - 8rem) / 3) * 7) + 24rem);
  margin-left: calc((((100% - 8rem) / -3) * 2) - 8rem);
  position: relative;
  z-index: 2;
}
.carousel-inner img,
.news__featured-image-image img {
  max-width: unset;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .carousel-inner,
.news__featured-image-image {
    width: calc(((100vw - ((((100% - 40rem) / 11) * 12) + 44rem)) / 2) + 100%);
    margin-left: calc((100vw - ((((100% - 40rem) / 11) * 12) + 44rem)) / -2);
    margin-bottom: -10rem;
  }
}
@media (max-width: 767.98px) {
  .carousel-inner,
.news__featured-image-image {
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2);
    margin-bottom: 0;
  }
}

.news__header-copy-wrapper {
  background-color: #002748;
  color: #ffffff;
  height: 100%;
  position: relative;
  z-index: 1;
}
.news__header-copy-wrapper h1 {
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .news__header-copy-wrapper {
    padding-right: calc((100vw - ((((100% - 28rem) / 8) * 12) + 44rem)) / 2);
    width: calc(((100vw - ((((100% - 28rem) / 8) * 12) + 44rem)) / 2) + 100%);
  }
}
@media (max-width: 767.98px) {
  .news__header-copy-wrapper {
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2);
    padding-left: calc((100vw - 100%) / 2);
    padding-right: calc((100vw - 100%) / 2);
  }
}

.news__header-copy {
  padding-top: 22.8rem;
  padding-bottom: 8rem;
  margin-left: calc((((100% - 24rem) / 7) * 2) + 8rem);
  margin-right: calc(((100% - 24rem) / 7) + 4rem);
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .news__header-copy {
    padding-top: 17.7rem;
    padding-bottom: 9.6rem;
    margin-left: 6rem;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .news__header-copy {
    padding: 5rem 0;
    margin: 0;
  }
}
.news__header-copy .news__header-dateline {
  color: #fed41e;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  letter-spacing: 1.5px;
  line-height: 2.7rem;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
@media (max-width: 1079.98px) {
  .news__header-copy .news__header-dateline {
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 1.2px;
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 767.98px) {
  .news__header-copy .news__header-dateline {
    font-size: 1.4rem;
    letter-spacing: 1.05px;
    margin-bottom: 1.4rem;
  }
}
.news__header-copy .news__header-dateline span.divider {
  margin: 0 0.8rem;
}
.news__header-copy h1 {
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 3.6rem;
  line-height: 4.8rem;
}
@media (max-width: 1079.98px) {
  .news__header-copy h1 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 767.98px) {
  .news__header-copy h1 {
    font-size: 2.1rem;
    line-height: 2.9rem;
  }
}
.news__header-copy .news__header-categories {
  color: white;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-top: 5.5rem;
}
@media (max-width: 1079.98px) {
  .news__header-copy .news__header-categories {
    margin-top: 4rem;
  }
}
@media (max-width: 767.98px) {
  .news__header-copy .news__header-categories {
    font-size: 1.4rem;
    line-height: 1.9rem;
    margin-top: 2rem;
  }
}
.news__header-copy .news__header-categories a {
  color: #ffffff;
  text-decoration: underline;
}
.news__header-copy .news__header-categories a:hover {
  text-decoration: none;
}

.post-header__image-details-lg-wrapper {
  position: relative;
}
.post-header__image-details-lg-wrapper .post-header__image-details {
  display: none;
}
.post-header__image-details-lg-wrapper .post-header__image-details:first-child {
  display: block;
}

@media (min-width: 768px) and (max-width: 1079.98px) {
  .col-md-4.d-none.d-md-block.d-lg-none {
    position: relative;
  }
  .col-md-4.d-none.d-md-block.d-lg-none:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #0b2646;
    position: absolute;
    bottom: 0;
    left: 2rem;
  }
}

@media (max-width: 1079.98px) {
  .carousel-control--md {
    margin-top: 6.8rem;
    margin-bottom: -11rem;
  }
}

.carousel-control-prev,
.carousel-control-next {
  right: calc((((100% - 8rem) / -3) * 2) - 15.5rem);
  left: unset;
  top: 6.6rem;
  height: 35px;
  width: 35px;
  display: block;
  z-index: 3;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .carousel-control-prev,
.carousel-control-next {
    right: unset;
  }
}

.carousel-control-next {
  right: calc((((100% - 8rem) / -3) * 2) - 20.5rem);
}
@media (max-width: 767.98px) {
  .carousel-control-next {
    right: unset;
  }
}

@media (min-width: 768px) and (max-width: 1079.98px) {
  .carousel-control-prev,
.carousel-control-next {
    position: relative;
    right: unset;
    left: unset;
    display: inline-block;
    margin-right: 2rem;
  }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 3.5rem;
  width: 3.5rem;
  background-repeat: no-repeat;
  background-position: center;
}

.carousel-control-prev-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.post-header__image-details {
  color: #004d90;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.9rem;
  padding: 6.6rem 0 7rem;
}
.post-header__image-details .post-header__credit {
  margin-bottom: 1.3rem;
}
.post-header__image-details .post-header__credit:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .post-header__image-details {
    padding-top: 19rem;
  }
}
@media (max-width: 767.98px) {
  .post-header__image-details {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 2.3rem 0;
  }
}

.share-this {
  position: absolute;
  width: 100%;
}
@media (max-width: 1079.98px) {
  .share-this {
    position: relative;
    margin-bottom: 4.1rem;
  }
}
@media (max-width: 767.98px) {
  .share-this {
    margin-bottom: 5.3rem;
  }
}

.addtoany_list a {
  display: block !important;
  height: 4.2rem !important;
  width: 4.2rem !important;
  border: solid #48a2d0 1px !important;
  border-radius: 50% !important;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 2.2rem;
  margin-bottom: 0.8rem;
}
.addtoany_list a:hover {
  border-color: #004d90 !important;
}
@media (max-width: 1079.98px) {
  .addtoany_list a {
    display: inline-block !important;
    margin: 0 1.4rem 0 0;
  }
}
@media (max-width: 767.98px) {
  .addtoany_list a {
    height: 3.6rem !important;
    width: 3.6rem !important;
  }
}

.a2a_svg {
  display: none !important;
}

@media (max-width: 767.98px) {
  .a2a_button_linkedin {
    background-size: 17px;
  }
}

@media (max-width: 767.98px) {
  .a2a_button_facebook {
    background-size: 9px;
  }
}

@media (max-width: 767.98px) {
  .a2a_button_twitter {
    background-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .a2a_button_email {
    background-size: 20px;
  }
}

.gutenberg-body--news {
  margin-bottom: 10.4rem;
}
@media (max-width: 1079.98px) {
  .gutenberg-body--news {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767.98px) {
  .gutenberg-body--news {
    margin-bottom: 2.6rem;
  }
}

.featured-news-region--news {
  margin: 0 0 10.4rem;
  padding-top: 10.4rem;
  border-top: solid 1px #48a2d0;
}
@media (max-width: 1079.98px) {
  .featured-news-region--news {
    margin: 0 0 7rem;
    padding-top: 6.4rem;
    border: 0;
  }
  body.single-post .featured-news-region--news {
    border-top: solid 1px #48a2d0;
    padding-top: 8.2rem;
    margin: 0 0 11rem;
  }
}
@media (max-width: 767.98px) {
  .featured-news-region--news {
    margin: 0 0 5rem;
    padding-top: 3.8rem;
  }
  body.single-post .featured-news-region--news {
    margin: 0 0 5.8rem;
    padding-top: 6.2rem;
  }
}

.basic-page__header--blue {
  background-color: #004d90;
  padding: 14.2rem 0 0;
}
@media (max-width: 1079.98px) {
  .basic-page__header--blue {
    padding: 4.8rem 0;
    overflow: hidden;
  }
  .basic-page__header--blue .col-12:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .basic-page__header--blue:not(.basic-page__header--no-img) {
    padding-bottom: 0;
    overflow: unset;
  }
  .basic-page__header--blue:not(.basic-page__header--no-img) + .basic-page__breadcrumbs nav.breadcrumb {
    margin-top: calc(((100% - 10rem) / 2) + 2.2rem);
  }
}
.basic-page__header--blue h1 {
  color: #ffffff;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 6.6rem;
  line-height: 7.4rem;
  text-transform: uppercase;
  letter-spacing: 4.95px;
  margin: 0 0 5rem;
}
@media (max-width: 1079.98px) {
  .basic-page__header--blue h1 {
    margin: auto;
  }
}
@media (max-width: 767.98px) {
  .basic-page__header--blue h1 {
    font-size: 4.2rem;
    line-height: 5rem;
    letter-spacing: 3.15px;
    margin-bottom: 2rem;
    text-align: center;
  }
}

.basic-page__header--no-img {
  padding: 13.7rem 0 13.9rem;
}
@media (max-width: 767.98px) {
  .basic-page__header--no-img {
    padding: 11rem 0;
  }
}
.basic-page__header--no-img h1 {
  margin: 0;
}

.basic-page__header-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: -6rem 0 -12rem -6.6rem;
  padding: 2.5rem;
  position: relative;
  width: calc(100% + 13rem);
  z-index: 2;
}
.basic-page__header-image img {
  border-radius: 50%;
}
@media (max-width: 1079.98px) {
  .basic-page__header-image {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='363.455' height='363.455'%3E%3Cg data-name='Ellipse 713' fill='none' stroke='%231aa5d3' stroke-dasharray='4 4'%3E%3Ccircle cx='181.728' cy='181.728' r='181.728' stroke='none'/%3E%3Ccircle cx='181.728' cy='181.728' r='181.228'/%3E%3C/g%3E%3C/svg%3E");
    margin: 0 -7.3rem 0 0;
    padding: 1.8rem;
    width: calc(100% + 10.3rem);
  }
}
@media (max-width: 767.98px) {
  .basic-page__header-image {
    margin-left: 5rem;
    margin-bottom: calc((100% - 10rem) / -2);
    padding: 1.2rem;
    width: calc(100% - 10rem);
  }
}

.gutenberg-body--basic-page {
  margin-top: 13.6rem;
}
@media (max-width: 1079.98px) {
  .gutenberg-body--basic-page {
    margin-top: 5.5rem;
  }
}
@media (max-width: 767.98px) {
  .gutenberg-body--basic-page {
    margin-top: 0.1rem;
  }
}

#contact-map {
  height: 47.6rem;
  width: calc(100% + 4rem);
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  #contact-map {
    height: 0;
    padding-bottom: calc((4rem + 100% + ((100vw - ((((100% - 24rem)/7)*12) + 44rem))/2)) * 0.66);
    width: calc(4rem + 100% + ((100vw - ((((100% - 24rem) / 7) * 12) + 44rem)) / 2));
    margin-left: calc((100vw - ((((100% - 24rem) / 7) * 12) + 44rem)) / -2);
  }
}
@media (max-width: 767.98px) {
  #contact-map {
    padding-bottom: 66%;
    width: 100%;
    height: 0;
    margin: 0;
  }
}

.contact-content .col-lg-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) and (max-width: 1079.98px) {
  .contact-content__map {
    padding: 5.5rem 0;
  }
}
@media (max-width: 767.98px) {
  .contact-content__map {
    padding: 0;
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2);
  }
}

.contact-content__map-content {
  background-color: #fed41e;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-content__map-content h2 {
  font-size: 3rem;
  line-height: 3.9rem;
  color: #002748;
  margin: 2rem 0 3rem;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .contact-content__map-content {
    width: calc(4rem + 100% + ((100% - 16rem) / 5) + ((100vw - ((((100% - 16rem) / 5) * 12) + 44rem)) / 2));
    margin-left: calc(((100% - 16rem) / -5) - 4rem);
  }
}
@media (max-width: 767.98px) {
  .contact-content__map-content {
    width: 100vw;
    margin: 0 calc((100vw - 100%) / -2);
    padding: 0 calc((100vw - 100%) / 2) 2.6rem;
  }
  .contact-content__map-content h2 {
    font-size: 2.6rem;
    line-height: 3.4rem;
    margin: 4rem 0 2rem;
  }
}

.contact-content__map-content-wrapper {
  padding-left: calc((100% - 16rem) / 5);
  padding-right: calc((100% - 16rem) / 5);
  margin: auto 0;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .contact-content__map-content-wrapper {
    padding: 0;
    margin-left: 8rem;
    max-width: 24rem;
  }
}
@media (max-width: 767.98px) {
  .contact-content__map-content-wrapper {
    margin: 0;
    padding: 0;
  }
}

.gutenberg-body--contact {
  margin-top: 10.2rem;
}
@media (max-width: 767.98px) {
  .gutenberg-body--contact {
    margin-top: 4.4rem;
  }
}

#field_t2e3p_label + .frm_opt_container .frm_checkbox {
  width: 26%;
}

.single-tribe_events #tribe-events-pg-template,
.single-tribe_events .tribe-events-pg-template {
  max-width: none;
  padding: 0;
  margin: 0;
}
#tribe-events-pg-template .addtoany_share_save_container,
.tribe-events-pg-template .addtoany_share_save_container {
  display: none;
}

.event-private-link {
  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;
}
.event-private-link a {
  color: #ffffff;
  text-decoration: underline;
}
.event-private-link a:hover {
  color: #ffffff;
  text-decoration: none;
}

/*.page-events.public-events {
    .tribe-events-calendar-list__event-row.private {
        display: none;
    }
    .tribe-events-calendar-month__calendar-event.private {
        display: none;
    }
    .tribe-events-calendar-month-mobile-events__mobile-event.private {
        display: none;
    }
}*/
.tribe-theme-aero-astro .page-events .tribe-events .tribe-events-l-container {
  padding: 0;
}

.tribe-events-tooltip-theme .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper {
  display: none;
}
.tribe-events-tooltip-theme .tribe-events-calendar-month__calendar-event-tooltip-datetime {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif !important;
  font-size: 1.6rem !important;
  line-height: 1.8rem !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  color: #004d90 !important;
  margin-bottom: 0.5rem !important;
}
.tribe-events-tooltip-theme .tribe-events-calendar-month__calendar-event-tooltip-title a {
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif !important;
  font-size: 1.8rem !important;
  line-height: 2.6rem !important;
  font-weight: 400 !important;
  color: #002748 !important;
  text-decoration: underline !important;
}
.tribe-events-tooltip-theme .tribe-events-calendar-month__calendar-event-tooltip-title a:hover {
  text-decoration: none !important;
  border-bottom: unset !important;
}
.tribe-events-tooltip-theme .tribe-events-calendar-month__calendar-event-tooltip-description {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  font-size: 1.2rem !important;
  line-height: 1.8rem !important;
  font-weight: 400 !important;
  color: #002748 !important;
}
.tribe-events-tooltip-theme .tribe-events-calendar-month__calendar-event-tooltip-description p {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  font-size: 1.2rem !important;
  line-height: 1.8rem !important;
  font-weight: 400 !important;
  color: #002748 !important;
}

.page-events {
  padding-top: 7.5rem;
}
@media (max-width: 1079.98px) {
  .page-events {
    padding-top: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .page-events {
    padding-top: 0;
  }
}
.page-events .tribe-events-c-messages__message {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
}
.page-events .tribe-events-c-nav__today {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background-color: transparent !important;
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  font-weight: 500 !important;
  font-size: 1.6rem !important;
  text-transform: uppercase !important;
  color: #002748 !important;
  border: solid 1px #48a2d0 !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: 5.4rem !important;
  letter-spacing: 0.8px !important;
  line-height: 1.2 !important;
  height: 5.4rem !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  z-index: 1 !important;
  padding: 0 4rem !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  text-align: center !important;
}
@media (max-width: 767.98px) {
  .page-events .tribe-events-c-nav__today {
    margin-left: 1rem !important;
    padding: 0 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .page-events .tribe-events-c-nav__today:hover {
    background-color: #002748;
    border: solid 1px #002748;
    padding: 0 4rem;
    border-radius: 5.4rem;
    border: solid 1px #002748;
    color: #ffffff;
    font-size: 1.6rem;
  }
  .page-events .tribe-events-c-nav__today:hover:before {
    padding-bottom: calc(100% + 2rem);
    width: calc(100% + 2rem);
    left: -1rem;
    margin-top: calc(-50% - 1rem);
    opacity: 1;
    z-index: -1;
  }
}
.page-events .tribe-events-calendar-month__day--other-month {
  opacity: 0.5;
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events-calendar-month__body {
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
  }
  .page-events .tribe-events-calendar-month__body .tribe-events-calendar-month__day {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #cecece;
    border-radius: 0;
  }
  .page-events .tribe-events-calendar-month__body .tribe-events-calendar-month__day h3 {
    padding: 4px 0 !important;
  }
  .page-events .tribe-events-calendar-month__body .tribe-events-calendar-month__mobile-events-icon {
    background-color: #004d90;
  }
  .page-events .tribe-events-calendar-month__body .tribe-events-calendar-month__day-cell--selected, .page-events .tribe-events-calendar-month__body .tribe-events-calendar-month__day-cell--selected:hover {
    background-color: #00a4d5;
  }
  .page-events .tribe-events-calendar-month__body .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon, .page-events .tribe-events-calendar-month__body .tribe-events-calendar-month__day-cell--selected:hover .tribe-events-calendar-month__mobile-events-icon {
    background-color: #ffffff;
  }
}
@media (max-width: 767.98px) {
  .page-events .tribe-events-calendar-month__body .tribe-events-calendar-month__day h3 {
    padding: 2px 0 !important;
  }
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events-calendar-month__header .tribe-events-calendar-month__header-column {
    padding-bottom: 0.5rem !important;
  }
  .page-events .tribe-events-calendar-month__header .tribe-events-calendar-month__header-column .tribe-events-calendar-month__header-column-title-mobile {
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
    font-size: 2rem !important;
    line-height: 3rem !important;
    font-weight: 700 !important;
    color: #002748 !important;
  }
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-c-day-marker time {
    font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
    color: #5234a5;
    font-size: 2.6rem;
    line-height: 3.4rem;
    font-weight: 400;
  }
  .page-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-c-day-marker:after {
    background-color: #48a2d0;
    margin-left: 3rem;
  }
  .page-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__mobile-event {
    padding: 4rem 0 !important;
  }
  .page-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-datetime time {
    font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 2.5rem;
    letter-spacing: 0.075rem;
    text-transform: uppercase;
    font-weight: 500;
  }
  .page-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-title a {
    font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 400;
    color: #004d90 !important;
    text-decoration: underline;
  }
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events-calendar-month-nav {
    border-top: unset !important;
  }
}
.page-events__login {
  padding-bottom: 7rem;
}
.page-events__login .btn, .page-events__login #tribe-community-events form .tribe-events-community-footer .submit, #tribe-community-events form .tribe-events-community-footer .page-events__login .submit, .page-events__login .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit, .frm_style_formidable-style.with_frm_style.frm_forms .page-events__login button.frm_button_submit.frm_final_submit {
  padding: 0 4rem !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  min-width: unset !important;
}
@media (min-width: 768px) {
  .page-events__login .btn:hover:before, .page-events__login #tribe-community-events form .tribe-events-community-footer .submit:hover:before, #tribe-community-events form .tribe-events-community-footer .page-events__login .submit:hover:before, .page-events__login .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit:hover:before, .frm_style_formidable-style.with_frm_style.frm_forms .page-events__login button.frm_button_submit.frm_final_submit:hover:before {
    z-index: -1;
  }
}
.page-events__login .buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .page-events__login .buttons-wrap {
    -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;
  }
}
.page-events__login .buttons-wrap .login-link {
  display: block;
  color: #002748;
  margin-left: 3rem;
  font-size: 1.6rem;
  line-height: 2rem;
}
@media (max-width: 767.98px) {
  .page-events__login .buttons-wrap .login-link {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.page-events__login .buttons-wrap .login-link a {
  color: #002748;
  font-size: 1.6rem;
  line-height: 2rem;
  text-decoration: underline;
  text-transform: uppercase;
}
.page-events__login .buttons-wrap .login-link a:hover {
  text-decoration: none;
}
.page-events .tribe-events-calendar-month {
  padding: 1.5rem 0 6.5rem;
}
@media (max-width: 767.98px) {
  .page-events .tribe-events-calendar-month {
    padding: 1.5rem 0 1.5rem;
  }
}
.page-events .tribe-events-calendar-month .tribe-events-calendar-month__header-column .tribe-events-calendar-month__header-column-title-desktop {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  color: #002748;
  text-transform: capitalize;
}
.page-events .tribe-events-calendar-month .tribe-events-calendar-month__day {
  border-color: #cecece !important;
}
.page-events .tribe-events-calendar-month .tribe-events-calendar-month__day:hover:after {
  background-color: #004d90 !important;
}
.page-events .tribe-events-calendar-month .tribe-events-calendar-month__day-date-daynum {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  color: #002748;
}
.page-events .tribe-events-calendar-month .tribe-events-calendar-month__day-date {
  padding-bottom: 0 !important;
}
.page-events .tribe-events-calendar-month .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date-link {
  color: #002748;
}
.page-events .tribe-events-calendar-month .tribe-events-calendar-month__calendar-event-details .tribe-events-calendar-month__calendar-event-datetime {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #004d90;
  margin-bottom: 0.5rem;
}
.page-events .tribe-events-calendar-month .tribe-events-calendar-month__calendar-event-details .tribe-events-calendar-month__calendar-event-title a {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #002748;
}
.page-events .tribe-events .tribe-events-header .filter-by {
  display: block;
  margin-bottom: 1rem;
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events .tribe-events-header .filter-by {
    display: none;
  }
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events .tribe-events-header .tribe-events-c-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-events .tribe-events .tribe-events-header .tribe-events-c-search__input-group {
  -webkit-box-flex: unset !important;
      -ms-flex: unset !important;
          flex: unset !important;
}
.page-events .tribe-events .tribe-events-header .tribe-events-c-top-bar__nav-list-item {
  padding: 0;
}
.page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-left:disabled, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-right:disabled {
  display: none !important;
}
.page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-left:after, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-left:disabled:after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-right, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-left, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-right:disabled, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-left:disabled {
  border: solid 1px #48a2d0;
  border-radius: 50%;
  display: inline-block;
  height: 3.5rem;
  width: 3.5rem;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-transition: none;
  transition: none;
  position: relative;
  z-index: 1;
  margin-right: 1.5rem;
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-right, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-left, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-right:disabled, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-left:disabled {
    height: 3rem;
    width: 3rem;
  }
}
.page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-right:before, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-left:before, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-right:disabled:before, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-left:disabled:before {
  border: solid 1px #002748;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  top: 50%;
  left: 50%;
  opacity: 0;
  background-color: #002748;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-property: height, width, opacity, top, left;
  transition-property: height, width, opacity, top, left;
}
.page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-right:after, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-left:after, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-right:disabled:after, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-left:disabled:after {
  background-repeat: no-repeat;
  background-position: 1.5rem 1.1rem;
  content: "";
  height: 3.5rem;
  width: 3.5rem;
  position: absolute;
  top: -1px;
  left: -1px;
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-right:after, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-left:after, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-right:disabled:after, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-left:disabled:after {
    height: 3rem;
    width: 3rem;
  }
}
@media (max-width: 767.98px) {
  .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-right:after, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-left:after, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-right:disabled:after, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-left:disabled:after {
    background-size: 6.4px;
    background-position: 1.3rem 0.9rem;
  }
}
@media (min-width: 768px) {
  .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-right:hover, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-left:hover, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-right:disabled:hover, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-left:disabled:hover {
    border-color: #002748;
    text-decoration: none;
  }
  .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-right:hover:after, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-left:hover:after, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-right:disabled:hover:after, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-left:disabled:hover:after {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='7.374' height='13.333'%3E%3Cpath data-name='Path 1516' d='M.354.354l6.313 6.313L.354 12.98' fill='none' stroke='%23FFF'/%3E%3C/svg%3E");
  }
  .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-right:hover:before, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-left:hover:before, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-right:disabled:hover:before, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-left:disabled:hover:before {
    height: 3.5rem;
    width: 3.5rem;
    top: -1px;
    left: -1px;
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-right:hover:before, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-left:hover:before, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-right:disabled:hover:before, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-left:disabled:hover:before {
    height: 3rem;
    width: 3rem;
  }
}
@media (max-width: 767.98px) {
  .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-right, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-left, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-right:disabled, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-left:disabled {
    height: 3rem;
    width: 3rem;
    margin: 0 0 -0.8rem;
  }
}
.page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-right svg, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-left svg, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-right:disabled svg, .page-events .tribe-events .tribe-events-header .tribe-common-c-btn-icon--caret-left:disabled svg {
  display: none;
}
.page-events .tribe-events .tribe-events-header .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-time {
  text-transform: uppercase;
  font-size: 3.6rem;
  line-height: 4.3rem;
  color: #002748;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events .tribe-events-header .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-time {
    font-size: 2.6rem;
    line-height: 3.1rem;
  }
}
.page-events .tribe-events .tribe-events-header .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-button {
  margin: 0 1rem !important;
  opacity: unset;
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events .tribe-events-header .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-button {
    margin: 0 1rem 0 0 !important;
  }
}
.page-events .tribe-events .tribe-events-header .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-button svg {
  display: none !important;
}
.page-events .tribe-events .tribe-events-header .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-button:after {
  content: "";
  border: solid 1px #48a2d0;
  border-radius: 50%;
  display: inline-block;
  height: 3.5rem;
  width: 3.5rem;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-transition: none;
  transition: none;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 1.5rem 1rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 1rem;
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events .tribe-events-header .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-button:after {
    height: 3rem;
    width: 3rem;
    background-position: 1.2rem 0.8rem;
  }
}
@media (min-width: 768px) {
  .page-events .tribe-events .tribe-events-header .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-button:hover, .page-events .tribe-events .tribe-events-header .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-button:active, .page-events .tribe-events .tribe-events-header .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-button:focus {
    border: unset !important;
    text-decoration: none !important;
    outline: unset !important;
  }
  .page-events .tribe-events .tribe-events-header .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-button:hover:after, .page-events .tribe-events .tribe-events-header .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-button:active:after, .page-events .tribe-events .tribe-events-header .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-button:focus:after {
    border: solid 1px #002748;
    background-color: #002748;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='7.374' height='13.333'%3E%3Cpath data-name='Path 1516' d='M.354.354l6.313 6.313L.354 12.98' fill='none' stroke='%23FFF'/%3E%3C/svg%3E");
  }
}
.page-events .tribe-events .tribe-events-header .tribe-events-c-top-bar__today-button {
  margin-left: 0 !important;
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events .tribe-events-header .tribe-events-c-top-bar__today-button {
    display: none !important;
  }
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events .tribe-events-header .tribe-events-c-search__button {
    margin-top: unset !important;
  }
}
.page-events .tribe-events .tribe-events-header .tribe-events-c-search__button, .page-events .tribe-events .tribe-events-header .tribe-events-c-top-bar__today-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #002748;
  border: solid 1px #48a2d0;
  position: relative;
  overflow: hidden;
  border-radius: 5.4rem;
  letter-spacing: 0.8px;
  line-height: 1.2;
  height: 5.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  margin-left: 4rem;
  padding: 0 4rem !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
@media (max-width: 767.98px) {
  .page-events .tribe-events .tribe-events-header .tribe-events-c-search__button, .page-events .tribe-events .tribe-events-header .tribe-events-c-top-bar__today-button {
    margin-left: 1rem !important;
    padding: 0 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .page-events .tribe-events .tribe-events-header .tribe-events-c-search__button:hover, .page-events .tribe-events .tribe-events-header .tribe-events-c-top-bar__today-button:hover {
    background-color: #002748;
    border: solid 1px #002748;
    padding: 0 4rem;
    border-radius: 5.4rem;
    border: solid 1px #002748;
    color: #ffffff;
    font-size: 1.6rem;
  }
  .page-events .tribe-events .tribe-events-header .tribe-events-c-search__button:hover:before, .page-events .tribe-events .tribe-events-header .tribe-events-c-top-bar__today-button:hover:before {
    padding-bottom: calc(100% + 2rem);
    width: calc(100% + 2rem);
    left: -1rem;
    margin-top: calc(-50% - 1rem);
    opacity: 1;
    z-index: -1;
  }
}
.page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-filter {
  width: 47.5rem;
}
@media (max-width: 767.98px) {
  .page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-filter {
    width: 100% !important;
  }
}
.page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-pill__pill, .page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-filter__toggle {
  width: 47.5rem !important;
  font-size: 1.8rem !important;
  line-height: 3rem !important;
  background-color: #ffffff !important;
  color: #002748 !important;
  border-radius: 0 !important;
  border: unset !important;
  border-bottom: 1px solid #48a2d0 !important;
  padding: 1rem 0 !important;
  font-weight: 400 !important;
  height: 5.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
@media (max-width: 767.98px) {
  .page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-pill__pill, .page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-filter__toggle {
    width: 100% !important;
  }
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-pill__pill .tribe-filter-bar-c-filter__toggle-icon, .page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-filter__toggle .tribe-filter-bar-c-filter__toggle-icon {
    display: none;
  }
}
.page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-pill__pill:hover, .page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-pill__pill:active, .page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-pill__pill:focus, .page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-filter__toggle:hover, .page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-filter__toggle:active, .page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-filter__toggle:focus {
  outline: unset !important;
  border: unset !important;
  border-bottom: 1px solid #48a2d0 !important;
  background-color: #ffffff !important;
}
.page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-pill__pill:before, .page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-filter__toggle:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  height: 0.7rem;
  width: 1.7rem;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-pill__pill:before, .page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-filter__toggle:before {
    top: 27px;
  }
}
.page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-pill__pill[aria-expanded=true]:before, .page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-filter__toggle[aria-expanded=true]:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.page-events .tribe-events .tribe-events-header .tribe-events-c-top-bar {
  margin-bottom: 4rem;
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events .tribe-events-header .tribe-events-c-top-bar {
    margin-bottom: 1.5rem;
  }
}
.page-events .tribe-events .tribe-events-header .tribe-filter-bar {
  margin-bottom: 6.5rem;
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events .tribe-events-header .tribe-filter-bar {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events .tribe-events-header .tribe-filter-bar__filters {
    border-bottom: unset;
  }
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events .tribe-events-header .tribe-filter-bar .tribe-filter-bar-c-filter {
    border-top: unset;
  }
}
.page-events .tribe-events .tribe-events-header .tribe-filter-bar__actions {
  padding: 0 !important;
}
.page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-clear-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #002748;
  border: solid 1px #48a2d0;
  position: relative;
  overflow: hidden;
  border-radius: 5.4rem;
  letter-spacing: 0.8px;
  line-height: 1.2;
  height: 5.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  margin-left: 4rem;
  padding: 0 4rem !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-clear-button svg {
  display: none;
}
@media (min-width: 768px) {
  .page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-clear-button:hover {
    background-color: #002748;
    border: solid 1px #002748;
    padding: 0 4rem;
    border-radius: 5.4rem;
    border: solid 1px #002748;
    color: #ffffff;
    font-size: 1.6rem;
  }
  .page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-clear-button:hover:before {
    padding-bottom: calc(100% + 2rem);
    width: calc(100% + 2rem);
    left: -1rem;
    margin-top: calc(-50% - 1rem);
    opacity: 1;
    z-index: -1;
  }
}
.page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-pill__remove-button {
  display: none !important;
}
.page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-filter__container {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0 !important;
  margin-top: 0 !important;
  border-radius: 0 !important;
  width: 100% !important;
  background-color: #efefef !important;
  padding: 4.2rem 0 2.5rem !important;
  -webkit-transform: unset !important;
          transform: unset !important;
  bottom: unset !important;
}
.page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-filter__container .tribe-filter-bar-c-filter__filters-close {
  display: none !important;
}
.page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-filter__container .select2-container .selection {
  display: none;
}
.page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-filter__container .select2-results__option {
  color: #002748;
  padding: 0 3.2rem 1.2rem;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 0 !important;
}
.page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-filter__container .select2-results__option.select2-results__option--highlighted {
  opacity: unset;
  -webkit-transition: unset;
  transition: unset;
}
.page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-filter__container .tribe-filter-bar-c-filter__filters-legend {
  display: none;
}
.page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-filter__container .tribe-filter-bar-c-filter__filter-fields {
  margin-top: 0 !important;
}
.page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-filter__container .tribe-filter-bar-c-checkbox {
  padding: 0 3.2rem 1.2rem;
  margin-top: 0;
  margin-bottom: 0;
}
.page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-filter__container .tribe-filter-bar-c-checkbox .tribe-common-form-control-checkbox__input {
  background-size: contain;
  content: "";
  display: block;
  float: left;
  margin: 0.1rem 0.7rem 0 0;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  border-color: #48a2d0;
  border-radius: 0;
}
.page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-filter__container .tribe-filter-bar-c-checkbox .tribe-common-form-control-checkbox__input:checked {
  background-color: unset;
  background-repeat: no-repeat;
}
.page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-filter__container .tribe-filter-bar-c-checkbox .tribe-common-form-control-checkbox__input:checked:before {
  display: none;
}
.page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-filter__container .tribe-filter-bar-c-checkbox .tribe-common-form-control-checkbox__label {
  display: block;
  color: #002748;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-right: 1rem;
  position: relative;
}
.page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-filter__container .tribe-filter-bar-c-checkbox .tribe-common-form-control-checkbox__input:hover, .page-events .tribe-events .tribe-events-header .tribe-filter-bar-c-filter__container .tribe-filter-bar-c-checkbox .tribe-common-form-control-checkbox__label:hover {
  opacity: 1;
}
.page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border {
  border: unset !important;
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border {
    margin-bottom: 1.5rem;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-button {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4px;
    margin-right: 1rem;
  }
  .page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-button:active, .page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-button:hover, .page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-button:focus {
    outline: unset;
  }
}
.page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-button svg {
  background-repeat: no-repeat;
  background-size: 100%;
}
.page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-button svg path {
  display: none;
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-events-c-events-bar__filter-button {
    padding: 4px !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-events-c-events-bar__filter-button svg {
  background-repeat: no-repeat;
  background-size: 100%;
}
.page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-events-c-events-bar__filter-button svg path {
  display: none;
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-events-c-view-selector {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-events-c-view-selector__button {
    padding: 0 0 6px 6px !important;
  }
  .page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-events-c-view-selector__button:active, .page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-events-c-view-selector__button:hover, .page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-events-c-view-selector__button:focus {
    outline: unset;
  }
  .page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-events-c-view-selector__button:active:before, .page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-events-c-view-selector__button:hover:before, .page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-events-c-view-selector__button:focus:before {
    background-color: unset;
  }
}
.page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-events-c-view-selector__button .tribe-common-c-svgicon--list {
  background-repeat: no-repeat;
  background-size: 100%;
}
.page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-events-c-view-selector__button .tribe-common-c-svgicon--list path {
  display: none;
}
.page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-events-c-view-selector__button .tribe-common-c-svgicon--month {
  background-repeat: no-repeat;
  background-size: 100%;
}
.page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-events-c-view-selector__button .tribe-common-c-svgicon--month path {
  display: none;
}
.page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-common-c-svgicon--list {
  background-repeat: no-repeat;
  background-size: 100%;
}
.page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-common-c-svgicon--list path {
  display: none;
}
.page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-common-c-svgicon--month {
  background-repeat: no-repeat;
  background-size: 100%;
}
.page-events .tribe-events .tribe-events-header .tribe-events-c-events-bar--border .tribe-common-c-svgicon--month path {
  display: none;
}
.page-events .tribe-events .tribe-events-header .tribe-events-c-search__input-control input {
  height: 5.4rem;
  border: 1px solid #48a2d0;
  color: #002748;
  padding: 0 2rem;
  font-size: 1.8rem;
  line-height: 3rem;
  width: 47.5rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
@media (max-width: 767.98px) {
  .page-events .tribe-events .tribe-events-header .tribe-events-c-search__input-control input {
    width: 100% !important;
  }
}
.page-events .tribe-events .tribe-events-header .tribe-events-c-search__input-control input::-webkit-input-placeholder {
  color: #002748;
}
.page-events .tribe-events .tribe-events-header .tribe-events-c-search__input-control input::-moz-placeholder {
  color: #002748;
}
.page-events .tribe-events .tribe-events-header .tribe-events-c-search__input-control input:-ms-input-placeholder {
  color: #002748;
}
.page-events .tribe-events .tribe-events-header .tribe-events-c-search__input-control input::-ms-input-placeholder {
  color: #002748;
}
.page-events .tribe-events .tribe-events-header .tribe-events-c-search__input-control input::placeholder {
  color: #002748;
}
.page-events .tribe-events .tribe-events-header .tribe-events-c-search__input-control svg {
  display: none;
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events .tribe-events-calendar-list__month-separator {
    padding: 8rem 0 4rem 0;
  }
  .page-events .tribe-events .tribe-events-calendar-list__month-separator:first-child {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .page-events .tribe-events .tribe-events-calendar-list__month-separator {
    padding: 1rem 0 1.5rem;
    border-bottom: 0.1rem solid #48a2d0;
  }
  .page-events .tribe-events .tribe-events-calendar-list__month-separator:first-child {
    padding: 0 0 1.8rem 0;
  }
}
.page-events .tribe-events .tribe-events-calendar-list__month-separator:after {
  background-color: #48a2d0;
  margin-left: 3rem;
}
@media (max-width: 767.98px) {
  .page-events .tribe-events .tribe-events-calendar-list__month-separator:after {
    display: none;
  }
}
.page-events .tribe-events .tribe-events-calendar-list__month-separator time {
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  color: #5234a5;
  font-size: 3rem;
  line-height: 3.9rem;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .page-events .tribe-events .tribe-events-calendar-list__month-separator time {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events .tribe-events-calendar-list__event-row {
    margin: 4rem 0;
  }
}
@media (max-width: 767.98px) {
  .page-events .tribe-events .tribe-events-calendar-list__event-row {
    margin: 2rem 0;
  }
}
.page-events .tribe-events .tribe-events-calendar-series-archive__container {
  display: none;
}
.page-events .tribe-events .tribe-events-calendar-list__event-details {
  width: 100% !important;
}
.page-events .tribe-events .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-title {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .page-events .tribe-events .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-title {
    margin-bottom: 1rem;
  }
}
.page-events .tribe-events .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-datetime, .page-events .tribe-events .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-venue-address, .page-events .tribe-events .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-venue-title {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.5rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  font-weight: 500;
}
.page-events .tribe-events .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.page-events .tribe-events .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-venue-title {
  font-weight: 700;
}
.page-events .tribe-events .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-title-link {
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 400;
  color: #004d90 !important;
  text-decoration: underline;
  border-bottom: unset !important;
}
@media (max-width: 767.98px) {
  .page-events .tribe-events .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-title-link {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}
.page-events .tribe-events .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-title-link:hover, .page-events .tribe-events .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-title-link:active, .page-events .tribe-events .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-title-link:focus {
  border-bottom: unset !important;
  outline: unset !important;
  color: #5234a5 !important;
}
.page-events .tribe-events .tribe-events-calendar-list__event-date-tag {
  min-width: 20rem !important;
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events .tribe-events-calendar-list__event-date-tag {
    min-width: 10rem !important;
  }
}
@media (max-width: 767.98px) {
  .page-events .tribe-events .tribe-events-calendar-list__event-date-tag {
    min-width: unset !important;
  }
}
.page-events .tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
  text-align: left;
}
.page-events .tribe-events .tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-weekday {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.5rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .page-events .tribe-events .tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-weekday {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
}
.page-events .tribe-events .tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-daynum {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 2.8rem;
  line-height: 3.7rem;
  font-weight: 700;
  color: #002748;
}
@media (max-width: 767.98px) {
  .page-events .tribe-events .tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-daynum {
    font-size: 2rem;
  }
}
.page-events .tribe-events .tribe-events-calendar-list-nav, .page-events .tribe-events .tribe-events-calendar-month-nav {
  border-top: unset;
  margin-bottom: 8rem;
}
@media (max-width: 767.98px) {
  .page-events .tribe-events .tribe-events-calendar-list-nav, .page-events .tribe-events .tribe-events-calendar-month-nav {
    margin-bottom: 5rem;
  }
}
.page-events .tribe-events .tribe-events-calendar-list-nav .tribe-events-c-nav__list-item button:disabled, .page-events .tribe-events .tribe-events-calendar-month-nav .tribe-events-c-nav__list-item button:disabled {
  display: none;
}
.page-events .tribe-events .tribe-events-calendar-list-nav .tribe-events-c-nav__prev, .page-events .tribe-events .tribe-events-calendar-month-nav .tribe-events-c-nav__prev {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 400;
  color: #002748;
}
@media (max-width: 767.98px) {
  .page-events .tribe-events .tribe-events-calendar-list-nav .tribe-events-c-nav__prev .tribe-events-c-nav__prev-label, .page-events .tribe-events .tribe-events-calendar-month-nav .tribe-events-c-nav__prev .tribe-events-c-nav__prev-label {
    display: none;
  }
}
.page-events .tribe-events .tribe-events-calendar-list-nav .tribe-events-c-nav__prev svg, .page-events .tribe-events .tribe-events-calendar-month-nav .tribe-events-c-nav__prev svg {
  display: none;
}
.page-events .tribe-events .tribe-events-calendar-list-nav .tribe-events-c-nav__prev:before, .page-events .tribe-events .tribe-events-calendar-month-nav .tribe-events-c-nav__prev:before {
  content: "";
  border: solid 1px #48a2d0;
  border-radius: 50%;
  display: inline-block;
  height: 3.5rem;
  width: 3.5rem;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-transition: none;
  transition: none;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 1.5rem 1rem;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-right: 1.5rem;
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events .tribe-events-calendar-list-nav .tribe-events-c-nav__prev:before, .page-events .tribe-events .tribe-events-calendar-month-nav .tribe-events-c-nav__prev:before {
    height: 3rem;
    width: 3rem;
    background-position: 1.2rem 0.8rem;
  }
}
@media (min-width: 768px) {
  .page-events .tribe-events .tribe-events-calendar-list-nav .tribe-events-c-nav__prev:hover, .page-events .tribe-events .tribe-events-calendar-list-nav .tribe-events-c-nav__prev:active, .page-events .tribe-events .tribe-events-calendar-list-nav .tribe-events-c-nav__prev:focus, .page-events .tribe-events .tribe-events-calendar-month-nav .tribe-events-c-nav__prev:hover, .page-events .tribe-events .tribe-events-calendar-month-nav .tribe-events-c-nav__prev:active, .page-events .tribe-events .tribe-events-calendar-month-nav .tribe-events-c-nav__prev:focus {
    border: unset !important;
    text-decoration: none !important;
    outline: unset !important;
  }
  .page-events .tribe-events .tribe-events-calendar-list-nav .tribe-events-c-nav__prev:hover:before, .page-events .tribe-events .tribe-events-calendar-list-nav .tribe-events-c-nav__prev:active:before, .page-events .tribe-events .tribe-events-calendar-list-nav .tribe-events-c-nav__prev:focus:before, .page-events .tribe-events .tribe-events-calendar-month-nav .tribe-events-c-nav__prev:hover:before, .page-events .tribe-events .tribe-events-calendar-month-nav .tribe-events-c-nav__prev:active:before, .page-events .tribe-events .tribe-events-calendar-month-nav .tribe-events-c-nav__prev:focus:before {
    border: solid 1px #002748;
    background-color: #002748;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='7.374' height='13.333'%3E%3Cpath data-name='Path 1516' d='M.354.354l6.313 6.313L.354 12.98' fill='none' stroke='%23FFF'/%3E%3C/svg%3E");
  }
}
.page-events .tribe-events .tribe-events-calendar-list-nav .tribe-events-c-nav__next, .page-events .tribe-events .tribe-events-calendar-month-nav .tribe-events-c-nav__next {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 400;
  color: #002748;
}
@media (max-width: 767.98px) {
  .page-events .tribe-events .tribe-events-calendar-list-nav .tribe-events-c-nav__next .tribe-events-c-nav__next-label, .page-events .tribe-events .tribe-events-calendar-month-nav .tribe-events-c-nav__next .tribe-events-c-nav__next-label {
    display: none;
  }
}
.page-events .tribe-events .tribe-events-calendar-list-nav .tribe-events-c-nav__next svg, .page-events .tribe-events .tribe-events-calendar-month-nav .tribe-events-c-nav__next svg {
  display: none;
}
.page-events .tribe-events .tribe-events-calendar-list-nav .tribe-events-c-nav__next:after, .page-events .tribe-events .tribe-events-calendar-month-nav .tribe-events-c-nav__next:after {
  content: "";
  border: solid 1px #48a2d0;
  border-radius: 50%;
  display: inline-block;
  height: 3.5rem;
  width: 3.5rem;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-transition: none;
  transition: none;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 1.5rem 1rem;
  margin-left: 1.5rem;
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events .tribe-events-calendar-list-nav .tribe-events-c-nav__next:after, .page-events .tribe-events .tribe-events-calendar-month-nav .tribe-events-c-nav__next:after {
    height: 3rem;
    width: 3rem;
    background-position: 1.2rem 0.8rem;
  }
}
@media (min-width: 768px) {
  .page-events .tribe-events .tribe-events-calendar-list-nav .tribe-events-c-nav__next:hover, .page-events .tribe-events .tribe-events-calendar-list-nav .tribe-events-c-nav__next:active, .page-events .tribe-events .tribe-events-calendar-list-nav .tribe-events-c-nav__next:focus, .page-events .tribe-events .tribe-events-calendar-month-nav .tribe-events-c-nav__next:hover, .page-events .tribe-events .tribe-events-calendar-month-nav .tribe-events-c-nav__next:active, .page-events .tribe-events .tribe-events-calendar-month-nav .tribe-events-c-nav__next:focus {
    border: unset !important;
    text-decoration: none !important;
    outline: unset !important;
  }
  .page-events .tribe-events .tribe-events-calendar-list-nav .tribe-events-c-nav__next:hover:after, .page-events .tribe-events .tribe-events-calendar-list-nav .tribe-events-c-nav__next:active:after, .page-events .tribe-events .tribe-events-calendar-list-nav .tribe-events-c-nav__next:focus:after, .page-events .tribe-events .tribe-events-calendar-month-nav .tribe-events-c-nav__next:hover:after, .page-events .tribe-events .tribe-events-calendar-month-nav .tribe-events-c-nav__next:active:after, .page-events .tribe-events .tribe-events-calendar-month-nav .tribe-events-c-nav__next:focus:after {
    border: solid 1px #002748;
    background-color: #002748;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='7.374' height='13.333'%3E%3Cpath data-name='Path 1516' d='M.354.354l6.313 6.313L.354 12.98' fill='none' stroke='%23FFF'/%3E%3C/svg%3E");
  }
}
.page-events__feature_event > .container {
  position: relative;
}
.page-events h1 {
  text-transform: uppercase;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 6.6rem;
  line-height: 7.5rem;
  color: #002748;
  letter-spacing: 0.75rem;
  margin-block: 1rem 6.5rem;
}
@media (max-width: 1079.98px) {
  .page-events h1 {
    margin-block: 8rem 17rem;
  }
}
@media (max-width: 767.98px) {
  .page-events h1 {
    font-size: 4.2rem;
    line-height: 5rem;
    margin-block: 0rem 3.5rem;
  }
}
.page-events .feature_event__header-image-inner {
  position: absolute;
  height: 100%;
  width: 68rem;
  top: 0;
  right: 4rem;
  z-index: -1;
}
@media (max-width: 1079.98px) {
  .page-events .feature_event__header-image-inner {
    width: unset;
    height: unset;
  }
}
@media (max-width: 767.98px) {
  .page-events .feature_event__header-image-inner {
    position: relative;
    right: 0;
  }
}
.page-events .feature_event__header-image-inner picture {
  height: 100%;
  width: 100%;
}
.page-events .feature_event__header-image-inner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-events .feature_event {
  margin-bottom: 5rem;
}
@media (max-width: 1079.98px) {
  .page-events .feature_event {
    margin-bottom: 0.5rem;
  }
}
.page-events .feature_event__header-content-inner {
  background-color: #002748;
  padding: 9rem 10rem;
}
@media (max-width: 1079.98px) {
  .page-events .feature_event__header-content-inner {
    margin-right: 5.5rem;
    padding: 5.5rem 6rem;
  }
}
@media (max-width: 767.98px) {
  .page-events .feature_event__header-content-inner {
    margin-right: unset;
    padding: 3rem 3rem 4rem 3rem;
  }
}
.page-events .feature_event__header-content-inner > *:last-child {
  margin-bottom: 0;
}
.page-events .feature_event__header-title-link {
  text-decoration: underline;
  color: #48a2d0;
}
.page-events .feature_event__header-title-link:hover {
  text-decoration: unset;
}
.page-events .feature_event__header-title {
  margin-bottom: 2rem !important;
}
.page-events .feature_event__date-time {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.13rem;
  font-weight: 400;
  margin-bottom: 0;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .page-events .feature_event__date-time {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
.page-events .feature_event__header-location {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 3.5rem;
  letter-spacing: 0.13rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.page-events .tribe-events-c-events-bar__filter-button-container {
  border-right: unset !important;
  margin: 0 4.5rem 0 0 !important;
  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;
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events-c-events-bar__filter-button-container {
    margin-right: 1rem !important;
  }
}
.page-events .tribe-events-c-events-bar__filter-button-container .tribe-events-c-events-bar__filter-button {
  padding: 1rem 0 1.16rem 0 !important;
  height: 5.4rem !important;
}
@media (min-width: 1080px) {
  .page-events .tribe-events-c-events-bar__filter-button-container .tribe-events-c-events-bar__filter-button svg {
    display: none;
  }
}
@media (min-width: 1080px) {
  .page-events .tribe-events-c-events-bar__filter-button-container .tribe-events-c-events-bar__filter-button .tribe-events-c-events-bar__filter-button-text {
    margin: 0 !important;
  }
}
.page-events .tribe-events-c-events-bar__filter-button-container .tribe-events-c-events-bar__filter-button .tribe-events-c-events-bar__filter-button-text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #002748;
  text-decoration: underline;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 400;
  color: #002748;
}
.page-events .tribe-events-c-events-bar__filter-button-container .tribe-events-c-events-bar__filter-button:active, .page-events .tribe-events-c-events-bar__filter-button-container .tribe-events-c-events-bar__filter-button:hover, .page-events .tribe-events-c-events-bar__filter-button-container .tribe-events-c-events-bar__filter-button:focus {
  outline: unset;
}
.page-events .tribe-events-c-events-bar__filter-button-container .tribe-events-c-events-bar__filter-button:active .tribe-events-c-events-bar__filter-button-text, .page-events .tribe-events-c-events-bar__filter-button-container .tribe-events-c-events-bar__filter-button:hover .tribe-events-c-events-bar__filter-button-text, .page-events .tribe-events-c-events-bar__filter-button-container .tribe-events-c-events-bar__filter-button:focus .tribe-events-c-events-bar__filter-button-text {
  text-decoration: unset;
  color: #002748;
}
.page-events .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item .tribe-events-c-view-selector__list-item-text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #002748;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 400;
  color: #002748;
  padding: 1rem 0 1.16rem !important;
  text-decoration: underline;
}
.page-events .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item:hover, .page-events .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item:active, .page-events .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item:focus {
  background-color: unset !important;
}
.page-events .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item:hover .tribe-events-c-view-selector__list-item-text, .page-events .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item:active .tribe-events-c-view-selector__list-item-text, .page-events .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item:focus .tribe-events-c-view-selector__list-item-text {
  text-decoration: none;
}
.page-events .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-text {
  font-weight: 600;
}
.page-events .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item .tribe-events-c-view-selector__list-item-link:hover, .page-events .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item .tribe-events-c-view-selector__list-item-link:active, .page-events .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item .tribe-events-c-view-selector__list-item-link:focus {
  color: #002748;
}
.page-events .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
  content: unset !important;
}
.page-events .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-text {
  font-weight: 700;
  text-decoration: none;
}
.page-events .tribe-events-c-view-selector__content {
  padding: 0 !important;
  width: 100% !important;
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events-c-view-selector__content {
    width: unset !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: 0 !important;
    margin-top: 0.5rem 0 0 0 !important;
    border-radius: 0 !important;
    background-color: #efefef !important;
    padding: 0 !important;
  }
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #efefef !important;
    padding: 2.5rem 0 1.2rem !important;
    height: unset !important;
    padding: 0 !important;
  }
}
.page-events .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.page-events .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item .tribe-events-c-view-selector__list-item-link {
  padding: 0 !important;
  color: #002748 !important;
  padding: 0 2rem 1.2rem !important;
}
.page-events .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item .tribe-events-c-view-selector__list-item-link .tribe-events-c-view-selector__list-item-text {
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.4rem !important;
  line-height: 1.8rem !important;
}
@media (min-width: 1080px) {
  .page-events .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item .tribe-events-c-view-selector__list-item-link .tribe-events-c-view-selector__list-item-text {
    font-size: 1.8rem !important;
    line-height: 3rem !important;
  }
}
@media (max-width: 1079.98px) {
  .page-events .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item .tribe-events-c-view-selector__list-item-link .tribe-events-c-view-selector__list-item-text {
    padding-bottom: 0.1rem !important;
  }
}
@media (min-width: 1080px) {
  .page-events .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item .tribe-events-c-view-selector__list-item-link {
    padding: 1rem 1rem !important;
  }
}
.page-events .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item .tribe-events-c-view-selector__list-item-link:after {
  content: unset !important;
}

.events-single__header > .container > .row, .feature_event__header > .container > .row {
  padding: 5.7rem 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(2rem, transparent), color-stop(2rem, #002748), color-stop(73%, transparent));
  background: linear-gradient(to right, transparent 2rem, #002748 2rem 73%, transparent 73% 100%);
}
@media (max-width: 1079.98px) {
  .events-single__header > .container > .row, .feature_event__header > .container > .row {
    background: unset;
    padding: 0;
  }
}
.events-single__header-content, .feature_event__header-content {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.events-single__header-image-inner, .feature_event__header-image-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  background: #002748;
}
.events-single__header-image-inner picture, .feature_event__header-image-inner picture {
  width: 100%;
}
@media (min-width: 1023px) and (max-width: 1080px) {
  .events-single__header-image-inner picture, .feature_event__header-image-inner picture {
    width: 39rem !important;
  }
}
.events-single__header-image-inner picture img, .feature_event__header-image-inner picture img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .events-single__header-image-inner picture, .feature_event__header-image-inner picture {
    height: 29rem;
  }
  .events-single__header-image-inner picture img, .feature_event__header-image-inner picture img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1079.98px) {
  .events-single__header-image-inner, .feature_event__header-image-inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 5rem;
    background: none;
  }
}
@media (max-width: 767.98px) {
  .events-single__header-image-inner, .feature_event__header-image-inner {
    background: #002748;
    padding-left: 0;
  }
}
.events-single__header-title, .feature_event__header-title {
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  color: #00a4d5;
  font-size: 3.6rem;
  line-height: 4.8rem;
  margin: 0 0 1.8rem 0 !important;
}
@media (max-width: 767.98px) {
  .events-single__header-title, .feature_event__header-title {
    font-size: 2.1rem;
    line-height: 2.9rem;
  }
}
.events-single__header-content-inner, .feature_event__header-content-inner {
  padding: 1rem 0 1rem 10.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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) {
  .events-single__header-content-inner, .feature_event__header-content-inner {
    padding: 10rem 6rem 5rem 6rem;
    background-color: #002748;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .events-single__header-content-inner, .feature_event__header-content-inner {
    padding: 5rem 3rem 5rem 3rem;
  }
}
.events-single__date-time, .feature_event__date-time {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 0.13rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.events-single__header-location, .feature_event__header-location {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 0.13rem;
  font-weight: 400;
  margin-bottom: 4rem;
}
@media (max-width: 767.98px) {
  .events-single__header-location, .feature_event__header-location {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
.events-single__short-summary, .feature_event__short-summary {
  font-size: 1.6rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 767.98px) {
  .events-single__short-summary, .feature_event__short-summary {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.events-single__register_link, .feature_event__register_link {
  margin-right: 2rem !important;
}
.events-single__register_link a, .feature_event__register_link a {
  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;
  min-width: unset;
  padding: 0 4rem;
  font-size: 1.4rem;
  font-weight: 400;
}
.events-single__register_link a:before, .feature_event__register_link a:before {
  z-index: -1;
}
.events-single__buttons, .feature_event__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.events-single__header-subscribe, .feature_event__header-subscribe {
  position: relative;
}
.events-single__header-subscribe .btn, .events-single__header-subscribe #tribe-community-events form .tribe-events-community-footer .submit, #tribe-community-events form .tribe-events-community-footer .events-single__header-subscribe .submit, .events-single__header-subscribe .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit, .frm_style_formidable-style.with_frm_style.frm_forms .events-single__header-subscribe button.frm_button_submit.frm_final_submit, .feature_event__header-subscribe .btn, .feature_event__header-subscribe #tribe-community-events form .tribe-events-community-footer .submit, #tribe-community-events form .tribe-events-community-footer .feature_event__header-subscribe .submit, .feature_event__header-subscribe .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit, .frm_style_formidable-style.with_frm_style.frm_forms .feature_event__header-subscribe button.frm_button_submit.frm_final_submit {
  background-color: #00a4d5;
  border-color: #00a4d5;
  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;
  min-width: unset;
  padding: 0 4rem;
  font-size: 1.4rem;
  font-weight: 400;
}
.events-single__header-subscribe .btn:before, .events-single__header-subscribe #tribe-community-events form .tribe-events-community-footer .submit:before, #tribe-community-events form .tribe-events-community-footer .events-single__header-subscribe .submit:before, .events-single__header-subscribe .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit:before, .frm_style_formidable-style.with_frm_style.frm_forms .events-single__header-subscribe button.frm_button_submit.frm_final_submit:before, .feature_event__header-subscribe .btn:before, .feature_event__header-subscribe #tribe-community-events form .tribe-events-community-footer .submit:before, #tribe-community-events form .tribe-events-community-footer .feature_event__header-subscribe .submit:before, .feature_event__header-subscribe .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit:before, .frm_style_formidable-style.with_frm_style.frm_forms .feature_event__header-subscribe button.frm_button_submit.frm_final_submit:before {
  z-index: -1;
}
.events-single__header-subscribe .btn:hover, .events-single__header-subscribe #tribe-community-events form .tribe-events-community-footer .submit:hover, #tribe-community-events form .tribe-events-community-footer .events-single__header-subscribe .submit:hover, .events-single__header-subscribe .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit:hover, .frm_style_formidable-style.with_frm_style.frm_forms .events-single__header-subscribe button.frm_button_submit.frm_final_submit:hover, .feature_event__header-subscribe .btn:hover, .feature_event__header-subscribe #tribe-community-events form .tribe-events-community-footer .submit:hover, #tribe-community-events form .tribe-events-community-footer .feature_event__header-subscribe .submit:hover, .feature_event__header-subscribe .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit:hover, .frm_style_formidable-style.with_frm_style.frm_forms .feature_event__header-subscribe button.frm_button_submit.frm_final_submit:hover {
  color: #00a4d5 !important;
}
.events-single__header-subscribe .dropdown-btn, .feature_event__header-subscribe .dropdown-btn {
  background-color: transparent;
  color: var(--color-link);
  text-transform: uppercase;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .events-single__header-subscribe .dropdown-btn, .feature_event__header-subscribe .dropdown-btn {
    padding-left: 0;
  }
}
.events-single__header-subscribe .dropdown-menu, .feature_event__header-subscribe .dropdown-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  margin-top: 0.5rem 0 0 0;
  border-radius: 0;
  width: 100%;
  background-color: #efefef;
  padding: 3rem 0 1.2rem;
}
.events-single__header-subscribe .dropdown-menu.show, .feature_event__header-subscribe .dropdown-menu.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.events-single__header-subscribe .dropdown-menu a, .feature_event__header-subscribe .dropdown-menu a {
  color: #002748;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  padding: 0 2rem 1.2rem;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.events-single__header-subscribe .dropdown-menu a:hover, .events-single__header-subscribe .dropdown-menu a:active, .feature_event__header-subscribe .dropdown-menu a:hover, .feature_event__header-subscribe .dropdown-menu a:active {
  text-decoration: none;
  color: var(--color-link);
}
.events-single .gutenberg-body-inner, .feature_event .gutenberg-body-inner {
  padding-top: 9.5rem;
}
@media (max-width: 767.98px) {
  .events-single .gutenberg-body-inner, .feature_event .gutenberg-body-inner {
    padding-top: 5rem;
  }
}

.tribe-community-events.form .my-events-header .tribe-button-secondary,
.tribe-community-events.form .tribe-section.tribe-section-image-uploader,
.tribe-community-events.form .tribe-section.tribe-section-taxonomy.tribe-section-taxonomy--post_tag,
.tribe-community-events.form .tribe-section.tribe-section-event-status,
.tribe-community-events.form .tribe-section.tribe-section-organizer.ui-sortable,
.tribe-community-events.form .tribe-section.tribe-section-website,
.tribe-community-events.form .tribe-section.tribe-section-cost {
  display: none;
}

#tribe-community-events form {
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif !important;
}
#tribe-community-events form .tribe-events-community-footer .submit {
  min-width: 20.6rem;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  margin-bottom: 0 !important;
}
#tribe-community-events form .tribe-events-community-footer .submit:hover {
  background-color: #002748;
  border: solid 1px #002748;
  padding: 0 4rem;
  border-radius: 5.4rem;
  border: solid 1px #002748;
  color: #ffffff;
  font-size: 1.6rem;
}
#tribe-community-events h2 {
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif !important;
  font-size: 3rem;
  line-height: 3.9rem;
  color: #5234a5;
}
#tribe-community-events .tribe-section-header h3 {
  color: #004d90;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2.9rem;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  #tribe-community-events .tribe-section-header h3 {
    font-size: 2rem;
    letter-spacing: 1.5px;
    line-height: 2.4rem;
  }
}

.gutenberg-body--news-landing {
  margin-bottom: 14.7rem;
}
@media (max-width: 1079.98px) {
  .gutenberg-body--news-landing {
    margin-bottom: 8.7rem;
  }
}
@media (max-width: 767.98px) {
  .gutenberg-body--news-landing {
    margin-bottom: 5rem;
  }
}

.news-item,
.news-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news-item__date,
.news-item__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.news-item__content,
h2.news-item__title,
.news-item__categories {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.news__header h1 {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 6.6rem;
  font-weight: 400;
  line-height: 7.4rem;
  letter-spacing: 4.95px;
  text-transform: uppercase;
  margin: 7.5rem 0 7.8rem;
}
@media (max-width: 1079.98px) {
  .news__header h1 {
    margin: 3rem 0 4rem;
  }
}
@media (max-width: 767.98px) {
  .news__header h1 {
    font-size: 4.2rem;
    line-height: 5rem;
    letter-spacing: 3.15px;
    margin: 1.5rem 0 1.7rem;
  }
}

.news__header-news-item {
  margin-bottom: 5rem;
}
@media (max-width: 1079.98px) {
  .news__header-news-item {
    margin-bottom: 3rem;
  }
}
.news__header-news-item .news-item__image {
  position: relative;
  z-index: 1;
}
@media (max-width: 1079.98px) {
  .news__header-news-item .news-item__image {
    width: calc(((100vw - ((((100% - 20rem) / 6) * 12) + 44rem)) / 2) + 100%);
    margin-left: calc((100vw - ((((100% - 20rem) / 6) * 12) + 44rem)) / -2);
  }
}
@media (max-width: 767.98px) {
  .news__header-news-item .news-item__image {
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2);
  }
}
.news__header-news-item .news-item__content {
  height: 100%;
  background-color: #f57e20;
  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: calc((((100% - 16rem) / 5) * 2) + 8rem);
  margin-left: calc((((100% - 16rem) / -5) * 2) - 8rem);
}
@media (max-width: 1079.98px) {
  .news__header-news-item .news-item__content {
    margin-left: calc(((100% - 20rem) / -6) - 8rem);
    padding-left: calc(((100% - 20rem) / 6) + 8rem);
    padding-right: calc((100vw - ((((100% - 20rem) / 6) * 12) + 44rem)) / 2);
    width: calc(((100vw - ((((100% - 20rem) / 6) * 12) + 44rem)) / 2) + (((100% - 20rem) / 6) + 8rem) + 100%);
  }
}
@media (max-width: 767.98px) {
  .news__header-news-item .news-item__content {
    margin-left: calc((100vw - 100%) / -2);
    margin-top: -1px;
    padding-top: 5.2rem;
    padding-bottom: 5.5rem;
    padding-left: calc((100vw - 100%) / 2);
    padding-right: calc((100vw - 100%) / 2);
    width: 100vw;
  }
}
.news__header-news-item .news-item__content-wrapper {
  margin: auto 4rem auto 0;
  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: 767.98px) {
  .news__header-news-item .news-item__content-wrapper {
    margin: 0;
  }
}
.news__header-news-item .news-item__date {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #002748;
}
@media (max-width: 767.98px) {
  .news__header-news-item .news-item__date {
    font-size: 1.4rem;
    line-height: 2.5rem;
    letter-spacing: 1.05px;
  }
}
.news__header-news-item h2.news-item__title {
  font-size: 3.6rem;
  line-height: 4.8rem;
  margin: 2.7rem 0 7.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 1079.98px) {
  .news__header-news-item h2.news-item__title {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin: 2rem 0 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .news__header-news-item h2.news-item__title {
    font-size: 2.1rem;
    line-height: 2.9rem;
    margin: 1.5rem 0 2rem;
  }
}
.news__header-news-item h2.news-item__title a:hover {
  color: #002748;
}
.news__header-news-item h2.news-item__title a:hover:hover {
  text-decoration: none;
}
.news__header-news-item .news-item__categories {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (max-width: 767.98px) {
  .news__header-news-item .news-item__categories {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
}
.news__header-news-item .news-item__categories a:hover {
  color: #002748;
}
.news__header-news-item .news-item__categories a:hover:hover {
  text-decoration: none;
}

.news-item {
  margin-bottom: 6.2rem;
}
@media (max-width: 767.98px) {
  .news-item {
    margin-bottom: 3.2rem;
  }
}

.news-item__content {
  padding: 5.2rem 0;
}
@media (max-width: 1079.98px) {
  .news-item__content {
    padding: 3.4rem 0;
  }
}
@media (max-width: 767.98px) {
  .news-item__content {
    padding: 1.6rem 0;
  }
}

.news-item__date {
  color: #5234a5;
  font-size: 1.6rem;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .news-item__date {
    font-size: 1.4rem;
    line-height: 2.5rem;
    letter-spacing: 1.05px;
  }
}

h2.news-item__title {
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3.2rem;
  margin: 0.8rem 0 3.8rem;
}
@media (max-width: 1079.98px) {
  h2.news-item__title {
    margin: 0.8rem 0 0;
  }
}
@media (max-width: 767.98px) {
  h2.news-item__title {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
h2.news-item__title a {
  color: #002748;
  text-decoration: underline;
}
h2.news-item__title a:hover {
  color: #e66025;
  text-decoration: none;
}

.news-item__categories {
  font-size: 1.6rem;
  line-height: 2rem;
}
@media (max-width: 1079.98px) {
  .news-item__categories {
    margin-top: 3.8rem;
  }
}
@media (max-width: 767.98px) {
  .news-item__categories {
    font-size: 1.4rem;
    line-height: 1.9rem;
    margin-top: 1.8rem;
  }
}
.news-item__categories a {
  color: #002748;
  text-decoration: underline;
}
.news-item__categories a:hover {
  color: #e66025;
  text-decoration: none;
}

.news-item--wide {
  margin-bottom: 10rem;
}
@media (max-width: 1079.98px) {
  .news-item--wide {
    margin-bottom: 14rem;
    margin-top: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .news-item--wide .col-lg-7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .news-item--wide {
    margin-bottom: 3.5rem;
  }
  .news-item--wide .col-12:last-child {
    margin-bottom: 0;
  }
}
.news-item--wide .news-item__image {
  width: calc(100% + 4rem);
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .news-item--wide .news-item__image {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: calc((100vw - ((((100% - 20rem) / 6) * 12 ) + 44rem)) / -2);
    margin-right: -4rem;
    width: calc(100% + 4rem + ((100vw - ((((100% - 20rem) / 6) * 12 ) + 44rem)) / 2));
  }
}
@media (max-width: 767.98px) {
  .news-item--wide .news-item__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2);
  }
}
.news-item--wide .news-item__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #002748;
  color: #ffffff;
}
@media (max-width: 1079.98px) {
  .news-item--wide .news-item__content {
    height: calc(100% + 11rem);
    margin-top: -5.5rem;
    margin-left: -4rem;
    padding-left: 8rem;
    padding-right: 4rem;
    width: calc(100% + 4rem);
  }
  .news-item--wide .news-item__content h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .news-item--wide .news-item__content {
    height: unset;
    padding: 4rem calc((100vw - 100%) / 2);
    margin-top: 0;
    margin-left: calc((100vw - 100%) / -2);
    width: 100vw;
  }
}
.news-item--wide .news-item__content a {
  color: #ffffff;
}
.news-item--wide .news-item__content a:hover {
  color: #ffffff;
}
.news-item--wide .news-item__date {
  color: #ffffff;
}
.news-item--wide .news-item__content-wrapper {
  margin: auto 6.3rem auto;
  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) {
  .news-item--wide .news-item__content-wrapper {
    margin: auto 0;
  }
}
.news-item--wide .news-item__content-wrapper .news-item__date {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.news-item--wide .news-item__content-wrapper h2.news-item__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.news-item--wide .news-item__content-wrapper .news-item__categories {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 768px) {
  .news-item--wide.news-item--yellow .news-item__image {
    margin-left: -4rem;
  }
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .news-item--wide.news-item--yellow .news-item__image {
    margin-right: calc((100vw - ((((100% - 20rem) / 6) * 12 ) + 44rem)) / -2);
    margin-left: -4rem;
    width: calc(100% + 4rem + ((100vw - ((((100% - 20rem) / 6) * 12 ) + 44rem)) / 2));
  }
}
.news-item--wide.news-item--yellow .news-item__content {
  background-color: #fed41e;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .news-item--wide.news-item--yellow .news-item__content {
    margin-left: 0;
    padding-left: 4rem;
    padding-right: 8rem;
  }
}
.news-item--wide.news-item--yellow h2.news-item__title a {
  color: #002748;
}
.news-item--wide.news-item--yellow h2.news-item__title a:hover {
  color: #002748;
}
.news-item--wide.news-item--yellow .news-item__date {
  color: #002748;
}
.news-item--wide.news-item--yellow .news-item__categories {
  color: #002748;
}
.news-item--wide.news-item--yellow .news-item__categories a {
  color: #002748;
}
.news-item--wide.news-item--yellow .news-item__categories a:hover {
  color: #002748;
}
.news-item--wide.news-item--purple .news-item__content {
  background-color: #5234a5;
}
.news-item--wide.news-item--purple h2.news-item__title a:hover {
  color: #ffffff;
}
.news-item--wide.news-item--purple .news-item__date {
  color: #ffffff;
}

.query-news-impact-wrapper .query-wrangler__content {
  margin-top: 7rem;
}
@media (max-width: 1079.98px) {
  .query-news-impact-wrapper .query-wrangler__content {
    margin-top: 5rem;
  }
}
@media (max-width: 767.98px) {
  .query-news-impact-wrapper .query-wrangler__content {
    margin-top: 4rem;
  }
}
.query-news-impact-wrapper .query-wrangler__content--pills {
  margin-top: 5rem;
}
.query-news-impact-wrapper h2.query-wrangler__filter-header {
  margin: 0;
}
.query-news-impact-wrapper .query-pills h2 {
  margin-top: 5.8rem;
}
@media (max-width: 1079.98px) {
  .query-news-impact-wrapper .query-pills h2 {
    margin-top: 2.8rem;
  }
}
.query-news-impact-wrapper .form-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc((((100% - 36rem) / 10) * 8) + 28rem);
}
@media (max-width: 1079.98px) {
  .query-news-impact-wrapper .form-filters {
    width: 100%;
  }
}
.query-news-impact-wrapper .form-filters .text-box-filter {
  margin: 0 0 3rem;
  width: 100%;
}
@media (max-width: 1079.98px) {
  .query-news-impact-wrapper .form-filters .text-box-filter {
    margin: 0;
  }
}
.query-news-impact-wrapper .form-filters .btn-group {
  margin: 0;
  width: calc((100% - 8rem) / 3);
}
@media (max-width: 1079.98px) {
  .query-news-impact-wrapper .form-filters .btn-group {
    width: 100%;
  }
}
@media (min-width: 1080px) {
  .query-news-impact-wrapper .form-filters .btn-group:nth-child(2), .query-news-impact-wrapper .form-filters .btn-group:nth-child(3) {
    margin-right: 4rem;
  }
}
@media (max-width: 1079.98px) {
  .query-news-impact-wrapper .form-filters .dropdown .dropdown-menu {
    position: relative;
    top: unset;
  }
}
.query-news-impact-wrapper .submit-buttons {
  width: calc((((100% - 36rem) / 10) * 2) + 8rem);
}
@media (max-width: 1079.98px) {
  .query-news-impact-wrapper .submit-buttons {
    width: 100%;
  }
}
.query-news-impact-wrapper .submit-buttons button {
  float: right;
}
.query-news-impact-wrapper .submit-buttons button.submit-search {
  background-color: #ffffff;
}
.query-news-impact-wrapper .submit-buttons button.clear-search {
  margin-top: 1.9rem;
}
@media (max-width: 1079.98px) {
  .query-news-impact-wrapper .submit-buttons button {
    float: none;
    width: 100%;
    margin-top: 3rem;
    margin-left: 0;
  }
  .query-news-impact-wrapper .submit-buttons button.clear-search {
    margin-left: 0;
  }
}
.query-news-impact-wrapper .query-wrangler__pager {
  padding-top: 6rem;
}
@media (max-width: 767.98px) {
  .query-news-impact-wrapper .query-wrangler__pager {
    padding-top: 1.2rem;
  }
}
@media (max-width: 1079.98px) {
  .query-news-impact-wrapper .query-wrangler__form {
    display: none;
  }
  .query-news-impact-wrapper .query-wrangler__form.show {
    display: block;
  }
}

@media (max-width: 1079.98px) {
  .mobile-filter-toggle-wrapper {
    text-align: center;
  }
  .mobile-filter-toggle-wrapper button {
    margin-top: 2rem;
    width: 33.4rem;
  }
}
@media (max-width: 767.98px) {
  .mobile-filter-toggle-wrapper button {
    margin-top: 1rem;
    width: 100%;
  }
}

.basic-page__tile-header--directory {
  padding-bottom: 7.6rem;
}
@media (max-width: 767.98px) {
  .basic-page__tile-header--directory {
    padding-bottom: 6rem;
  }
}

.btn-group--opus_directory_sort {
  display: none !important;
}

.query-people-directory-wrapper {
  margin-bottom: 8.7rem;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .query-people-directory-wrapper .text-box-filter {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .query-people-directory-wrapper .btn-group.btn-group--taxonomy_lab_or_center {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 0;
    margin-right: 1rem;
  }
  .query-people-directory-wrapper .btn-group.btn-group--taxonomy_lab_or_center .dropdown .dropdown-menu {
    width: calc(200% + 2rem);
    padding-top: 4rem;
  }
  .query-people-directory-wrapper .btn-group.btn-group--taxonomy_directory_person_role {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    margin-left: 1rem;
  }
  .query-people-directory-wrapper .submit-search {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .query-people-directory-wrapper .clear-search {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.people-directory figure.wp-block-table {
  margin: 8.4rem 0 13rem;
}
@media (max-width: 767.98px) {
  .people-directory figure.wp-block-table {
    margin: 3.5rem 0 5.6rem;
  }
}
.query-wrangler__content--pills .people-directory figure.wp-block-table {
  margin-top: 5rem;
}
@media (max-width: 767.98px) {
  .query-wrangler__content--pills .people-directory figure.wp-block-table {
    margin-top: 2rem;
  }
}
.people-directory figure.wp-block-table tr > *:first-child {
  border-left: 0;
}
.people-directory figure.wp-block-table tr > *:last-child {
  border-right: 0;
}
.people-directory figure.wp-block-table table th,
.people-directory figure.wp-block-table table td {
  font-size: 1.8rem;
  line-height: 3rem;
  padding: 2.5rem 2rem;
}
@media (max-width: 767.98px) {
  .people-directory figure.wp-block-table table th,
.people-directory figure.wp-block-table table td {
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-bottom: 0.4rem;
  }
  .people-directory figure.wp-block-table table th:last-child,
.people-directory figure.wp-block-table table td:last-child {
    margin-bottom: 0;
  }
  .people-directory figure.wp-block-table table th:last-child div,
.people-directory figure.wp-block-table table td:last-child div {
    margin-bottom: 0.4rem;
  }
  .people-directory figure.wp-block-table table th:last-child div:last-child,
.people-directory figure.wp-block-table table td:last-child div:last-child {
    margin-bottom: 0;
  }
}
.people-directory figure.wp-block-table table th {
  padding: 1.3rem 2rem;
  width: 20%;
}
.people-directory figure.wp-block-table table th a {
  color: #002748;
  text-decoration: none;
  display: block;
  position: relative;
}
.people-directory figure.wp-block-table table th a:after {
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: block;
  height: 2rem;
  width: 2rem;
  position: absolute;
  right: 0;
  top: 0.8rem;
}
.people-directory figure.wp-block-table table th a[data-qw-sort=name_asc]:after {
  top: 0.6rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.people-directory figure.wp-block-table table td a {
  color: #002748;
  text-decoration: underline;
}
.people-directory figure.wp-block-table table td a:hover {
  color: #5234a5;
}
@media (max-width: 1079.98px) {
  .people-directory figure.wp-block-table thead {
    display: none;
  }
  .people-directory figure.wp-block-table tbody, .people-directory figure.wp-block-table tr, .people-directory figure.wp-block-table td {
    display: block;
  }
  .people-directory figure.wp-block-table td {
    border: 0;
    padding: 0 !important;
  }
  .people-directory figure.wp-block-table tr {
    border-bottom: solid 1px #cecece;
    padding: 4rem 0;
  }
  .people-directory figure.wp-block-table tr:first-child {
    border-top: solid 1px #cecece;
  }
}
@media (max-width: 767.98px) {
  .people-directory figure.wp-block-table tr {
    padding: 2.6rem 0;
  }
}

.research-area__header {
  background-size: cover;
  min-height: 69rem;
  position: relative;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .research-area__header {
    background: #004d90 !important;
    min-height: unset;
    padding: 3.5rem 0 2rem;
  }
}
.research-area__header:before {
  background-color: #003379;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .research-area__header:before {
    display: none;
  }
}
.research-area__header:after {
  background-color: #003379;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.65;
}
@media (max-width: 767.98px) {
  .research-area__header:after {
    display: none;
  }
}
.research-area__header .container {
  margin: auto;
  position: relative;
  z-index: 1;
}
.research-area__header h1 {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 6.6rem;
  line-height: 7.9rem;
  letter-spacing: 6.6px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .research-area__header h1 {
    font-size: 4.2rem;
    line-height: 5rem;
    margin-top: 2rem;
  }
}
.research-area__header .research-area__header-icon {
  opacity: 0;
  margin-bottom: -225px;
}
@media (min-width: 1080px) {
  .research-area__header .research-area__header-icon {
    -webkit-transition: 1.5s;
    transition: 1.5s;
  }
}
@media (max-width: 1079.98px) {
  .research-area__header .research-area__header-icon {
    margin-bottom: 0;
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .research-area__header .research-area__header-icon {
    width: 50%;
    margin: auto;
  }
}
.research-area__header .research-area__header-icon.show {
  margin-bottom: 0;
  opacity: 1;
}

.research-area__scroll-cue {
  position: absolute;
  width: 100%;
  margin-top: -2rem;
}

.research-area__breadcrumbs {
  margin-top: 1rem;
}
@media (max-width: 1079.98px) {
  .research-area__breadcrumbs {
    margin-top: 0;
  }
  .research-area__breadcrumbs nav.breadcrumb {
    margin-top: 0.1rem;
  }
}

.gutenberg-body--research-area {
  margin-top: 13.5rem;
}
@media (max-width: 1079.98px) {
  .gutenberg-body--research-area {
    margin-top: 6rem;
  }
}
@media (max-width: 767.98px) {
  .gutenberg-body--research-area {
    margin-top: 5.6rem;
  }
}
.gutenberg-body--research-area > .container > .row > .col-12 > *:first-child {
  margin-top: 0 !important;
}

.research-area__affiliated-labs, .lab-home__affiliations, .people__affiliated-labs {
  background-color: #efefef;
  padding: 10rem 0 14.3rem;
  margin-top: 7rem;
}
@media (max-width: 1079.98px) {
  .research-area__affiliated-labs, .lab-home__affiliations, .people__affiliated-labs {
    padding: 8.3rem 0 10.3rem;
    margin-top: 4.5rem;
  }
}
@media (max-width: 767.98px) {
  .research-area__affiliated-labs, .lab-home__affiliations, .people__affiliated-labs {
    padding: 5rem 0 3.5rem;
    margin-top: 2.5rem;
  }
}
.research-area__affiliated-labs h2, .lab-home__affiliations h2, .people__affiliated-labs h2 {
  color: #002748;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 4.3rem;
  letter-spacing: 3.6px;
  margin-bottom: 5.3rem;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .research-area__affiliated-labs h2, .lab-home__affiliations h2, .people__affiliated-labs h2 {
    color: #004d90;
    font-size: 2.4rem;
    line-height: 3rem;
    letter-spacing: 1.8px;
    margin-bottom: 2.4rem;
  }
}
.research-area__affiliated-labs .research-area__affiliated-labs-lab a, .lab-home__affiliations .research-area__affiliated-labs-lab a, .people__affiliated-labs .research-area__affiliated-labs-lab a, .research-area__affiliated-labs .research-area__affiliated-labs-lab div, .lab-home__affiliations .research-area__affiliated-labs-lab div, .people__affiliated-labs .research-area__affiliated-labs-lab div,
.research-area__affiliated-labs .people__affiliated-labs-lab a,
.lab-home__affiliations .people__affiliated-labs-lab a,
.people__affiliated-labs .people__affiliated-labs-lab a,
.research-area__affiliated-labs .people__affiliated-labs-lab div,
.lab-home__affiliations .people__affiliated-labs-lab div,
.people__affiliated-labs .people__affiliated-labs-lab div,
.research-area__affiliated-labs .lab-home__affiliations-affiliation a,
.lab-home__affiliations .lab-home__affiliations-affiliation a,
.people__affiliated-labs .lab-home__affiliations-affiliation a,
.research-area__affiliated-labs .lab-home__affiliations-affiliation div,
.lab-home__affiliations .lab-home__affiliations-affiliation div,
.people__affiliated-labs .lab-home__affiliations-affiliation div {
  background-color: #ffffff;
  color: #002748;
  display: block;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-weight: 400;
  line-height: 2.4rem;
  padding: 1.8rem 1.6rem;
  position: relative;
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .research-area__affiliated-labs .research-area__affiliated-labs-lab a, .lab-home__affiliations .research-area__affiliated-labs-lab a, .people__affiliated-labs .research-area__affiliated-labs-lab a, .research-area__affiliated-labs .research-area__affiliated-labs-lab div, .lab-home__affiliations .research-area__affiliated-labs-lab div, .people__affiliated-labs .research-area__affiliated-labs-lab div,
.research-area__affiliated-labs .people__affiliated-labs-lab a,
.lab-home__affiliations .people__affiliated-labs-lab a,
.people__affiliated-labs .people__affiliated-labs-lab a,
.research-area__affiliated-labs .people__affiliated-labs-lab div,
.lab-home__affiliations .people__affiliated-labs-lab div,
.people__affiliated-labs .people__affiliated-labs-lab div,
.research-area__affiliated-labs .lab-home__affiliations-affiliation a,
.lab-home__affiliations .lab-home__affiliations-affiliation a,
.people__affiliated-labs .lab-home__affiliations-affiliation a,
.research-area__affiliated-labs .lab-home__affiliations-affiliation div,
.lab-home__affiliations .lab-home__affiliations-affiliation div,
.people__affiliated-labs .lab-home__affiliations-affiliation div {
    font-size: 1.4rem;
    padding: 1.3rem 1.2rem;
  }
}
.research-area__affiliated-labs .research-area__affiliated-labs-lab a span, .lab-home__affiliations .research-area__affiliated-labs-lab a span, .people__affiliated-labs .research-area__affiliated-labs-lab a span, .research-area__affiliated-labs .research-area__affiliated-labs-lab div span, .lab-home__affiliations .research-area__affiliated-labs-lab div span, .people__affiliated-labs .research-area__affiliated-labs-lab div span,
.research-area__affiliated-labs .people__affiliated-labs-lab a span,
.lab-home__affiliations .people__affiliated-labs-lab a span,
.people__affiliated-labs .people__affiliated-labs-lab a span,
.research-area__affiliated-labs .people__affiliated-labs-lab div span,
.lab-home__affiliations .people__affiliated-labs-lab div span,
.people__affiliated-labs .people__affiliated-labs-lab div span,
.research-area__affiliated-labs .lab-home__affiliations-affiliation a span,
.lab-home__affiliations .lab-home__affiliations-affiliation a span,
.people__affiliated-labs .lab-home__affiliations-affiliation a span,
.research-area__affiliated-labs .lab-home__affiliations-affiliation div span,
.lab-home__affiliations .lab-home__affiliations-affiliation div span,
.people__affiliated-labs .lab-home__affiliations-affiliation div span {
  position: relative;
  z-index: 2;
}
.research-area__affiliated-labs .research-area__affiliated-labs-lab a, .lab-home__affiliations .research-area__affiliated-labs-lab a, .people__affiliated-labs .research-area__affiliated-labs-lab a,
.research-area__affiliated-labs .people__affiliated-labs-lab a,
.lab-home__affiliations .people__affiliated-labs-lab a,
.people__affiliated-labs .people__affiliated-labs-lab a,
.research-area__affiliated-labs .lab-home__affiliations-affiliation a,
.lab-home__affiliations .lab-home__affiliations-affiliation a,
.people__affiliated-labs .lab-home__affiliations-affiliation a {
  text-decoration: underline;
}
.research-area__affiliated-labs .research-area__affiliated-labs-lab a:before, .lab-home__affiliations .research-area__affiliated-labs-lab a:before, .people__affiliated-labs .research-area__affiliated-labs-lab a:before,
.research-area__affiliated-labs .people__affiliated-labs-lab a:before,
.lab-home__affiliations .people__affiliated-labs-lab a:before,
.people__affiliated-labs .people__affiliated-labs-lab a:before,
.research-area__affiliated-labs .lab-home__affiliations-affiliation a:before,
.lab-home__affiliations .lab-home__affiliations-affiliation a:before,
.people__affiliated-labs .lab-home__affiliations-affiliation a:before {
  background: #fed41e;
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.research-area__affiliated-labs .research-area__affiliated-labs-lab a:hover:before, .lab-home__affiliations .research-area__affiliated-labs-lab a:hover:before, .people__affiliated-labs .research-area__affiliated-labs-lab a:hover:before,
.research-area__affiliated-labs .people__affiliated-labs-lab a:hover:before,
.lab-home__affiliations .people__affiliated-labs-lab a:hover:before,
.people__affiliated-labs .people__affiliated-labs-lab a:hover:before,
.research-area__affiliated-labs .lab-home__affiliations-affiliation a:hover:before,
.lab-home__affiliations .lab-home__affiliations-affiliation a:hover:before,
.people__affiliated-labs .lab-home__affiliations-affiliation a:hover:before {
  width: 100%;
  left: 0;
}

.research-area__featured-project, .people__featured-post {
  background-size: cover;
  position: relative;
  min-height: 80rem;
}
@media (max-width: 1079.98px) {
  .research-area__featured-project, .people__featured-post {
    min-height: 75rem;
  }
}
@media (max-width: 767.98px) {
  .research-area__featured-project, .people__featured-post {
    background: transparent !important;
    min-height: unset;
    padding-bottom: 7.4rem;
  }
}
.research-area__featured-project:after, .people__featured-post:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.2;
  z-index: 1;
}
.research-area__featured-project:before, .people__featured-post:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(271deg, #5234a5, transparent);
  z-index: 2;
}
@media (max-width: 767.98px) {
  .research-area__featured-project:before, .people__featured-post:before {
    background: linear-gradient(181deg, #482e9b, rgba(72, 46, 155, 0.5));
  }
}

.research-area__featured-project-content-wrapper, .people__featured-post-content-wrapper {
  color: #ffffff;
  position: relative;
  z-index: 3;
}
.research-area__featured-project-content-wrapper h2, .people__featured-post-content-wrapper h2 {
  color: #002748;
  height: 24.6rem;
  width: 24.6rem;
  background-color: #fed41e;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 4.3rem;
  letter-spacing: 3.6px;
  margin-top: -5rem;
  text-transform: uppercase;
}
.research-area__featured-project-content-wrapper h2 span, .people__featured-post-content-wrapper h2 span {
  display: block;
  margin: auto 4.3rem;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .research-area__featured-project-content-wrapper h2, .people__featured-post-content-wrapper h2 {
    margin-top: -7rem;
    margin-left: auto;
  }
}
@media (max-width: 767.98px) {
  .research-area__featured-project-content-wrapper h2, .people__featured-post-content-wrapper h2 {
    height: 13.7rem;
    width: 13.7rem;
    font-size: 2.4rem;
    line-height: 3rem;
    letter-spacing: 1.8px;
    margin-top: -4rem;
  }
  .research-area__featured-project-content-wrapper h2 span, .people__featured-post-content-wrapper h2 span {
    margin: auto 2rem;
  }
}

.research-area__featured-project-title, .people__featured-post-title {
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin: 3rem 0 4rem;
}
@media (max-width: 767.98px) {
  .research-area__featured-project-title, .people__featured-post-title {
    font-size: 1.7rem;
    line-height: 2.3rem;
    margin: 1.5rem 0 2.4rem;
  }
}
.research-area__featured-project-title a, .people__featured-post-title a {
  color: #ffffff;
  text-decoration: underline;
}
.research-area__featured-project-title a:hover, .people__featured-post-title a:hover {
  text-decoration: none;
}

.research-area__featured-project-description, .people__featured-post-description {
  font-size: 1.8rem;
  line-height: 3rem;
}
@media (max-width: 767.98px) {
  .research-area__featured-project-description, .people__featured-post-description {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}

.research-area__faculty-spotlight {
  background-color: #004d90;
  color: #ffffff;
  padding: 10.2rem 0 33.7rem;
}
.research-area__faculty-spotlight h2 {
  color: #ffffff;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 3.6rem;
  line-height: 4.3rem;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-bottom: 8.4rem;
}
@media (max-width: 1079.98px) {
  .research-area__faculty-spotlight {
    padding: 6.8rem 0 33.7rem;
  }
  .research-area__faculty-spotlight h2 {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767.98px) {
  .research-area__faculty-spotlight {
    padding: 3.3rem 0 4.8rem;
  }
  .research-area__faculty-spotlight h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    letter-spacing: 2.4px;
    margin-bottom: 2rem;
  }
}

.research-area__faculty-spotlight__image, .lab-home__our-people-image,
.lab-home__what-we-work-on-image, .home-our-programs-region__image, .home-faculty-spotlight-region__image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 2.1rem;
  margin: -2.1rem;
  position: relative;
}
.research-area__faculty-spotlight__image img, .lab-home__our-people-image img,
.lab-home__what-we-work-on-image img, .home-our-programs-region__image img, .home-faculty-spotlight-region__image img {
  border-radius: 50%;
  max-width: unset;
  width: 100%;
}
@media (max-width: 1079.98px) {
  .research-area__faculty-spotlight__image, .lab-home__our-people-image,
.lab-home__what-we-work-on-image, .home-our-programs-region__image, .home-faculty-spotlight-region__image {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg data-name='Group 4025' xmlns='http://www.w3.org/2000/svg' width='390' height='390'%3E%3Cg data-name='Ellipse 341' fill='none' stroke='%23fff' stroke-dasharray='4 4'%3E%3Ccircle cx='195' cy='195' r='195' stroke='none'/%3E%3Ccircle cx='195' cy='195' r='194.5'/%3E%3C/g%3E%3C/svg%3E");
    padding: 1.6rem;
    margin: 4.5rem -1rem 0 -12.7rem;
    width: calc(100% + 12.7rem);
  }
}
@media (max-width: 767.98px) {
  .research-area__faculty-spotlight__image, .lab-home__our-people-image,
.lab-home__what-we-work-on-image, .home-our-programs-region__image, .home-faculty-spotlight-region__image {
    margin: 0 0 2.5rem;
    width: 100%;
  }
}
.research-area__faculty-spotlight__image:after, .lab-home__our-people-image:after,
.lab-home__what-we-work-on-image:after, .home-our-programs-region__image:after, .home-faculty-spotlight-region__image:after {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 12s;
  transition: 12s;
}
@media (min-width: 1080px) {
  .research-area__faculty-spotlight__image.rotate:after, .rotate.lab-home__our-people-image:after,
.rotate.lab-home__what-we-work-on-image:after, .rotate.home-our-programs-region__image:after, .rotate.home-faculty-spotlight-region__image:after {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.research-area__faculty-spotlight__name {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.6rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.research-area__faculty-spotlight__name a {
  color: #ffffff;
}
.research-area__faculty-spotlight__name a:hover {
  color: #ffffff;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .research-area__faculty-spotlight__name {
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-bottom: 2rem;
  }
}

.research-area__faculty-spotlight__titles {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin: 6.5rem 0 1.5rem;
}
.research-area__faculty-spotlight__titles span {
  display: block;
  margin-bottom: 1rem;
}
@media (max-width: 1079.98px) {
  .research-area__faculty-spotlight__titles {
    margin: 1.5rem 0;
  }
}
@media (max-width: 767.98px) {
  .research-area__faculty-spotlight__titles {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
  .research-area__faculty-spotlight__titles span {
    margin-bottom: 0.3rem;
  }
}

.research-area__faculty-spotlight__description {
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.8rem;
}
@media (max-width: 767.98px) {
  .research-area__faculty-spotlight__description {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
}

.research-area__faculty-spotlight__divider:before {
  content: "";
  display: block;
  width: 9.1rem;
  height: 0.4rem;
  background-color: #48a2d0;
  margin: 3.9rem 0;
}
@media (max-width: 1079.98px) {
  .research-area__faculty-spotlight__divider:before {
    margin: 3.5rem 0;
  }
}
@media (max-width: 767.98px) {
  .research-area__faculty-spotlight__divider:before {
    margin: 2.4rem 0;
  }
}

.research-area__faculty-spotlight__research-area {
  margin: 2.4rem 0;
}
@media (max-width: 1079.98px) {
  .research-area__faculty-spotlight__research-area {
    margin: 4.4rem 0 0;
  }
}
@media (max-width: 767.98px) {
  .research-area__faculty-spotlight__research-area {
    display: none;
  }
}

.research-area__related-faculty-wrapper {
  background-color: #ffffff;
  margin-top: -28rem;
  margin-left: -4rem;
  padding: 5.5rem 4rem 11rem;
  width: calc(100% + 8rem);
}
@media (max-width: 1079.98px) {
  .research-area__related-faculty-wrapper {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .research-area__related-faculty-wrapper {
    margin: 0 0 5rem;
    padding: 4.3rem 0 0;
  }
}
.research-area__related-faculty-wrapper img {
  border-radius: 50%;
  width: 6.3rem;
  margin: auto 4rem auto 0;
}
@media (max-width: 1079.98px) {
  .research-area__related-faculty-wrapper img {
    margin: auto 2.6rem auto 0;
  }
}
@media (max-width: 767.98px) {
  .research-area__related-faculty-wrapper img {
    margin: auto 1.7rem auto 0;
  }
}
.research-area__related-faculty-wrapper h2 {
  color: #002748;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 4.3rem;
  letter-spacing: 3.6px;
  margin-bottom: 6rem;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .research-area__related-faculty-wrapper h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    letter-spacing: 2.4px;
    margin-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .research-area__related-faculty-wrapper ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
.research-area__related-faculty-wrapper li {
  margin-bottom: 2.6rem;
  min-height: 10rem;
}
@media (max-width: 1079.98px) {
  .research-area__related-faculty-wrapper li {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .research-area__related-faculty-wrapper li {
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-bottom: 1.8rem;
  }
}
.research-area__related-faculty-wrapper li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: underline;
  color: #002748;
}
.research-area__related-faculty-wrapper li a span {
  display: inline-block;
  position: relative;
  margin: auto 0;
}
.research-area__related-faculty-wrapper li a span:after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.1rem;
  right: -2rem;
  bottom: calc(50% - 0.5rem);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
}
.research-area__related-faculty-wrapper li a:hover {
  color: #5234a5;
}
.research-area__related-faculty-wrapper li a:hover span:after {
  opacity: 1;
  right: -3rem;
}

.person-header {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #004d90;
  color: #ffffff;
  overflow: hidden;
}
@media (max-width: 1079.98px) {
  .person-header .col-md-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.person-header h1 {
  font-size: 6.6rem;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  line-height: 7.4rem;
  letter-spacing: 4.95px;
  margin-top: 7.5rem;
  text-transform: uppercase;
}
.person-header h1:after {
  content: "";
  background-color: #fed41e;
  height: 0.4rem;
  width: 9rem;
  display: block;
  margin: 5rem 0 4.6rem;
}
@media (max-width: 1079.98px) {
  .person-header h1 {
    margin-top: 5.5rem;
  }
  .person-header h1:after {
    margin: 3.5rem 0 4.2rem;
  }
}
@media (max-width: 767.98px) {
  .person-header h1 {
    font-size: 4.2rem;
    line-height: 5rem;
    margin-top: 1.4rem;
  }
  .person-header h1:after {
    margin: 2.1rem 0;
  }
}

@media (max-width: 1079.98px) {
  .person-header--large-image {
    background-position: left top;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='768' height='690'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectangle 3806' transform='translate(0 110)' fill='%23fff' stroke='%23707070' d='M0 0h768v690H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Mask Group 32' transform='translate(0 -110)' clip-path='url(%23a)'%3E%3Cg data-name='Group 6158' fill='none' stroke='%2348a2d0' stroke-miterlimit='10' stroke-dasharray='4 4'%3E%3Cpath data-name='Path 1383' d='M824.792-498.593c-65.394 43.343-94.78 122.664-123.969 195.486-55.294 137.95-125.636 273.203-232.433 376.56S213.36 245.06 65.67 228.456c-79.933-8.986-156.93-41.927-237.355-40.482-138.767 2.492-268.51 104.88-332.3 228.14-47.578 91.938-275.265 282.615-407.257 325.516'/%3E%3Cpath data-name='Path 1387' d='M786.286-512.188c-69.065 46.377-105.421 126.774-137.348 203.566C596.799-183.235 533.572-61.536 448.762 42.111 341.545 173.144 200.969 291.1 36.732 302.701c-73.702 5.204-146.998-16.213-223.56-14.338-140.769 3.665-265.9 48.747-351.21 132.572-64.214 63.095-262.99 210.534-378.114 267.192'/%3E%3Cpath data-name='Path 1391' d='M747.78-525.785c-72.733 49.413-115.936 130.933-150.736 211.655C548.36-201.2 494.875-89.88 429.134 10.77 323.519 172.474 190.098 332.319 7.791 376.946c-66.931 16.385-137.064 9.5-209.754 11.813-142.772 4.835-264.003-7.533-370.115 37.002-81.39 34.159-250.715 138.45-348.973 208.865'/%3E%3Cpath data-name='Path 1395' d='M709.275-539.381c-76.404 52.448-126.283 135.163-164.12 219.741-44.994 100.576-86.469 203.062-135.651 299.073C309.618 174.425 177.538 367.731-21.15 451.195c-60.73 25.511-127.132 35.211-195.963 37.958-144.772 6.004-262.37-64.543-389.017-58.566-98.767 4.658-238.44 66.367-319.83 150.54'/%3E%3Cpath data-name='Path 1399' d='M670.77-552.977c-80.075 55.483-136.4 139.503-177.505 227.824S424.576-142.94 389.875-51.916C302.08 178.411 160.823 397.864-50.087 525.435c-55.658 33.665-117.197 60.93-182.167 64.104-146.778 7.18-260.374-122.016-407.93-154.133-115.866-25.22-226.167-5.714-290.688 92.216'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (max-width: 767.98px) {
  .person-header--large-image {
    background-image: none;
  }
}

@media (min-width: 768px) and (max-width: 1079.98px) {
  .person-header__content {
    width: calc(100% + 2rem);
    margin-left: -2rem;
  }
}

.person-header__titles,
.person-header__pronouns {
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .person-header__titles,
.person-header__pronouns {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.person-header__titles {
  margin-bottom: 3.4rem;
  line-height: 2.3rem;
}
.person-header__titles div {
  margin-bottom: 1rem;
}

.person-header__image {
  width: calc(100% + 10rem);
  padding: 5.7rem 0;
}
.person-header__image img {
  border-radius: 50%;
}
@media (max-width: 1079.98px) {
  .person-header__image {
    width: calc(100% + 6rem);
    margin: auto 0 auto -6rem;
  }
  .person-header__image img {
    max-width: unset;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .person-header__image {
    width: 100%;
    margin: 0;
    padding: 3.9rem 0 0;
  }
}

.person-header--small-image {
  background-position: left top;
}
@media (max-width: 767.98px) {
  .person-header--small-image {
    background-image: none;
  }
}
@media (min-width: 1080px) {
  .person-header--small-image .col-lg-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .person-header--small-image .person-header__image {
    margin: auto;
    padding-top: 7.5rem;
  }
  .person-header--small-image h1 {
    margin-top: 11.7rem;
  }
  .person-header--small-image h1:after {
    margin: 4rem 0 4.3rem;
  }
  .person-header--small-image .person-header__research-areas {
    padding-bottom: 7rem;
  }
}

.person-header__research-areas {
  margin-top: 3rem;
  padding-bottom: 4.8rem;
}
@media (max-width: 767.98px) {
  .person-header__research-areas {
    margin-top: 1.8rem;
    padding-bottom: 1.2rem;
  }
}

.people__scroll-cue {
  position: absolute;
  width: 100%;
  margin-top: -2rem;
}

.people__breadcrumbs {
  padding-top: 1rem;
}
@media (max-width: 1079.98px) {
  .people__breadcrumbs {
    padding: 0;
  }
}

.people__short-description {
  color: #002748;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  padding: 7.6rem 0 10rem;
}
@media (max-width: 1079.98px) {
  .people__short-description {
    padding: 6.7rem 0 8.2rem;
  }
}
@media (max-width: 767.98px) {
  .people__short-description {
    font-size: 1.5rem;
    line-height: 2.3rem;
    padding: 3.5rem 0 5.2rem;
  }
}

.people__contact-wrapper-outer {
  border-top: solid 1px #48a2d0;
  border-bottom: solid 1px #48a2d0;
}
@media (max-width: 1079.98px) {
  .people__contact-wrapper-outer {
    padding-left: calc((100% - 22rem) / 12);
    padding-right: calc((100% - 22rem) / 12);
  }
}
@media (max-width: 767.98px) {
  .people__contact-wrapper-outer {
    border: 0;
    padding: 0;
  }
}

.people__contact-wrapper-inner {
  background-color: #00a4d5;
  color: #002748;
  padding: 7.3rem calc(((100% - 36rem) / 10) + 4rem) 4.5rem;
}
.people__contact-wrapper-inner h2 {
  color: #002748;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 4.3rem;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-bottom: 3.4rem;
}
@media (max-width: 767.98px) {
  .people__contact-wrapper-inner h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 1079.98px) {
  .people__contact-wrapper-inner {
    padding: 5.6rem 2rem 3rem;
  }
}
@media (max-width: 767.98px) {
  .people__contact-wrapper-inner {
    padding: 3.3rem 3rem 0.8rem;
  }
}

.people__contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .people__contact-details {
    display: block;
  }
}

.people__contact-details-col {
  width: 50%;
}
.people__contact-details-col:first-child {
  padding-right: 2rem;
}
.people__contact-details-col:last-child {
  padding-left: 2rem;
}
@media (max-width: 767.98px) {
  .people__contact-details-col {
    width: 100%;
  }
  .people__contact-details-col:first-child {
    padding: 0;
  }
  .people__contact-details-col:last-child {
    padding: 0;
  }
}
.people__contact-details-col h3.people__contact-details-label {
  color: #002748;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.9rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
@media (max-width: 767.98px) {
  .people__contact-details-col h3.people__contact-details-label {
    font-size: 1.4rem;
    line-height: 1.7rem;
    letter-spacing: 1.05px;
  }
}
.people__contact-details-col .people__contact-details-value {
  color: #002748;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .people__contact-details-col .people__contact-details-value {
    font-size: 1.8rem;
    line-height: 2.1rem;
    margin-bottom: 2.6rem;
  }
}
.people__contact-details-col .people__contact-details-value + .people__contact-details-value {
  margin-top: -3rem;
}
@media (max-width: 767.98px) {
  .people__contact-details-col .people__contact-details-value + .people__contact-details-value {
    margin-top: -2.5rem;
  }
}
.people__contact-details-col .people__contact-details-value a {
  color: #002748;
  text-decoration: underline;
}
.people__contact-details-col .people__contact-details-value a:hover {
  text-decoration: none;
}

.people__contact-social-media {
  background-repeat: no-repeat;
  background-position: center;
  border: solid 1px #0b2646;
  border-radius: 50%;
  display: inline-block;
  height: 3rem;
  width: 3rem;
  margin: 0.5rem 1.5rem 1.5rem 0;
  -webkit-transition: none;
  transition: none;
}
.people__contact-social-media:hover {
  border: solid 1px #002748;
  background-color: #002748;
}
@media (max-width: 767.98px) {
  .people__contact-social-media {
    margin: 0.5rem 1.1rem 1.5rem 0;
  }
}
.people__contact-social-media--linkedin {
  background-size: 40%;
}
.people__contact-social-media--facebook {
  background-position: 1rem 0.8rem;
}
.people__contact + .gutenberg-body--person {
  margin-top: 14.2rem;
}
@media (max-width: 1079.98px) {
  .people__contact + .gutenberg-body--person {
    margin-top: 10rem;
  }
}
@media (max-width: 767.98px) {
  .people__contact + .gutenberg-body--person {
    margin-top: 4rem;
  }
}

.people__affiliated-labs {
  padding: 10rem 0 9.3rem;
}
@media (max-width: 1079.98px) {
  .people__affiliated-labs {
    margin-top: 9rem;
    padding: 8.2rem 0 10rem;
  }
}
@media (max-width: 767.98px) {
  .people__affiliated-labs {
    margin-top: 6rem;
    padding: 5rem 0 4rem;
  }
}

@media (max-width: 767.98px) {
  .people__featured-post {
    padding-bottom: 4.4rem;
  }
}

.people__featured-post-see-all {
  margin-top: 4.6rem;
}
.people__featured-post-see-all .btn, .people__featured-post-see-all .frm_style_formidable-style.with_frm_style.frm_forms button.frm_button_submit.frm_final_submit, .frm_style_formidable-style.with_frm_style.frm_forms .people__featured-post-see-all button.frm_button_submit.frm_final_submit, .people__featured-post-see-all #tribe-community-events form .tribe-events-community-footer .submit, #tribe-community-events form .tribe-events-community-footer .people__featured-post-see-all .submit {
  min-width: 30.9rem;
}

.people__awards {
  background-color: #fed41e;
  padding: 9.2rem 0 7rem;
}
@media (max-width: 1079.98px) {
  .people__awards {
    padding: 9.6rem 0 5rem;
  }
}
@media (max-width: 767.98px) {
  .people__awards {
    padding: 5.2rem 0 4rem;
  }
}
.people__awards h2 {
  color: #002748;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 4.3rem;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-bottom: 7.5rem;
}
@media (max-width: 1079.98px) {
  .people__awards h2 {
    margin-bottom: 5.5rem;
  }
}
@media (max-width: 767.98px) {
  .people__awards h2 {
    font-size: 2.4rem;
    line-height: 3rem;
    letter-spacing: 1.8px;
    margin-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .people__awards-wrapper {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}

.people__awards-award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.3rem;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
@media (max-width: 767.98px) {
  .people__awards-award {
    margin-bottom: 1.8rem;
  }
}

.people__awards-award-year {
  color: #004d90;
  display: block;
  float: left;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 2rem;
  letter-spacing: 1.5px;
  margin-right: 1rem;
}
@media (max-width: 767.98px) {
  .people__awards-award-year {
    font-size: 1.8rem;
    letter-spacing: 1.35px;
  }
}
.people__awards-award-year span {
  background-color: #ffffff;
  padding: 0 0.5rem;
}
@media (max-width: 767.98px) {
  .people__awards-award-year span {
    padding: 0.2rem 0.5rem;
  }
}

.people__awards-award-title {
  font-size: 2rem;
  line-height: 2.8rem;
}
@media (max-width: 767.98px) {
  .people__awards-award-title {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}

.people__publications {
  padding-bottom: 14.5rem;
}
@media (max-width: 1079.98px) {
  .people__publications {
    padding-bottom: 11rem;
  }
}
@media (max-width: 767.98px) {
  .people__publications {
    padding-bottom: 8rem;
  }
}
.people__publications h2 {
  color: #002748;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 4.3rem;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  padding: 11.3rem 0 7rem;
}
@media (max-width: 1079.98px) {
  .people__publications h2 {
    padding: 7.6rem 0 3rem;
  }
}
@media (max-width: 767.98px) {
  .people__publications h2 {
    font-size: 2.4rem;
    line-height: 3rem;
    letter-spacing: 1.8px;
    padding: 5.4rem 0 2.4rem;
  }
}

.key-publication, .lab-publication {
  border-bottom: solid 1px #cecece;
  color: #002748;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 3rem;
  padding: 3.2rem calc((((100% - 44rem) / 12) * 2) + 8rem) 2.9rem;
}
@media (max-width: 1079.98px) {
  .key-publication, .lab-publication {
    padding: 3.2rem 0 2.9rem;
  }
}
@media (max-width: 767.98px) {
  .key-publication, .lab-publication {
    font-size: 1.5rem;
    line-height: 2.3rem;
    padding: 1.8rem 0 1.4rem;
  }
}
.key-publication a, .lab-publication a {
  color: #004d90;
  font-weight: bold;
  text-decoration: underline;
}
.key-publication a:hover, .lab-publication a:hover {
  text-decoration: none;
}
li:first-child .key-publication, li:first-child .lab-publication {
  border-top: solid 1px #cecece;
}

.key-publication__link a {
  text-decoration: underline;
}
.key-publication__link a > span {
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 1.9rem;
  width: 1.9rem;
  margin-left: 0.4rem;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  position: relative;
  overflow: hidden;
}
.key-publication__link a > span:before {
  content: "";
  background-color: #002748;
  border-radius: 50%;
  height: 0;
  width: 0;
  position: absolute;
  top: 1rem;
  left: 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.key-publication__link a > span:after {
  content: "";
  position: absolute;
  height: 1.9rem;
  width: 1.9rem;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.key-publication__link a:hover {
  text-decoration: underline;
}
.key-publication__link a:hover span:before {
  height: 1.9rem;
  width: 1.9rem;
  top: 0;
  left: 0;
}
.key-publication__link a:hover span:after {
  opacity: 1;
}

.people__publications-all-publications {
  padding-top: 4.6rem;
}

.search-landing-page__header {
  background-color: #004d90;
  background-repeat: no-repeat;
  background-position: right bottom;
  color: #ffffff;
  height: 46rem;
}
@media (max-width: 1079.98px) {
  .search-landing-page__header {
    height: 53.4rem;
    background-position: right -12rem bottom;
  }
}
@media (max-width: 767.98px) {
  .search-landing-page__header {
    height: 39rem;
    background: #004d90;
  }
}
.search-landing-page__header h1 {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 6.6rem;
  letter-spacing: 4.95px;
  text-transform: uppercase;
  margin: 13.4rem 0 4.8rem;
}
@media (max-width: 767.98px) {
  .search-landing-page__header h1 {
    font-size: 4.2rem;
    line-height: 5rem;
    letter-spacing: 3.15px;
    margin: 5rem 0 3.5rem;
  }
}
.search-landing-page__header .search-landing-page__searched-for {
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .search-landing-page__header .search-landing-page__searched-for {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}
.search-landing-page__header form {
  position: relative;
}
.search-landing-page__header form ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}
.search-landing-page__header form ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}
.search-landing-page__header form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}
.search-landing-page__header form ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}
.search-landing-page__header form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}
.search-landing-page__header form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
.search-landing-page__header form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}
.search-landing-page__header input[type=text] {
  background-color: #004d90;
  border: solid 1px #ffffff;
  border-right: 0;
  color: #ffffff;
  height: 5.4rem;
  font-size: 1.8rem;
  line-height: 3rem;
  padding: 0 3.5rem 0 2.3rem;
  width: calc(100% - 16.6rem + 2.7rem);
}
@media (max-width: 767.98px) {
  .search-landing-page__header input[type=text] {
    border: solid 1px #fff;
    font-size: 1.5rem;
    width: 100%;
  }
}
.search-landing-page__header button[type=submit].btn-outline-light {
  background-color: #004d90;
  padding: 1.4rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 16.6rem;
}
@media (max-width: 767.98px) {
  .search-landing-page__header button[type=submit].btn-outline-light {
    position: relative;
    margin-top: 2rem;
    width: 100%;
  }
}

.search-landing-page__results {
  padding: 1.8rem 0 4rem;
}

.search-landing-page_search-result {
  border-bottom: solid 1px #cecece;
  padding: 5rem 0 2.5rem;
}
@media (max-width: 767.98px) {
  .search-landing-page_search-result {
    padding: 2.5rem 0 1rem;
  }
}
.search-landing-page_search-result:last-child {
  border-bottom: 0;
}
.search-landing-page_search-result h2 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 1.4rem;
}
@media (max-width: 767.98px) {
  .search-landing-page_search-result h2 {
    margin: 0.2rem 0 2rem;
  }
}
.search-landing-page_search-result h2 a {
  color: #5234a5;
  text-decoration: underline;
}
.search-landing-page_search-result h2 a:hover {
  color: #e66025;
}

.search-landing-page .query-wrangler__pager {
  padding-bottom: 9.6rem;
}

.search-landing-page__no-results {
  margin: 5rem 0;
}

.content-wrapper.lab-home {
  overflow: hidden;
}

.lab-home__header {
  position: relative;
  padding: 5.5rem 0 10.5rem;
}
@media (max-width: 1079.98px) {
  .lab-home__header {
    padding: 5.5rem 0 12rem;
  }
}
@media (max-width: 767.98px) {
  .lab-home__header {
    padding: 0 0 5.5rem;
  }
}
.lab-home__header .col-12.order-md-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lab-home__header:after {
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: block;
  height: 86.3rem;
  width: 86.3rem;
  position: absolute;
  bottom: -32rem;
  right: -40rem;
  z-index: 1;
  margin-top: -7rem;
}
@media (max-width: 1079.98px) {
  .lab-home__header:after {
    top: 9rem;
    bottom: unset;
    left: calc(50% + 10rem);
    right: unset;
    margin-top: unset;
    background-size: 60rem;
    height: 60rem;
    width: 60rem;
  }
}
@media (max-width: 767.98px) {
  .lab-home__header:after {
    display: none;
  }
}

.lab-home__header--navy {
  background-color: #002748;
  color: #ffffff;
}

.lab-home__header-image {
  z-index: 2;
  position: relative;
}
@media (max-width: 1079.98px) {
  .lab-home__header-image {
    margin-top: 9rem;
    width: calc(((100vw - ((((100% - 16rem) / 5) * 12) + 44rem)) / 2) + 100%);
  }
}
@media (max-width: 767.98px) {
  .lab-home__header-image {
    margin-top: 2rem;
    width: 100%;
  }
}

.lab-home__header-content {
  margin: auto;
}
.lab-home__header-content h2.lab-home__header_statement {
  color: #004d90;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 6rem;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin: -3rem 0 3.2rem;
}
.lab-home__header--navy .lab-home__header-content h2.lab-home__header_statement {
  color: #ffffff;
}
@media (max-width: 1079.98px) {
  .lab-home__header-content h2.lab-home__header_statement {
    margin: 1.5rem 0 3rem;
  }
}
@media (max-width: 767.98px) {
  .lab-home__header-content h2.lab-home__header_statement {
    font-size: 3.2rem;
    line-height: 4rem;
    letter-spacing: 2.4px;
    margin: 1.5rem 0 2rem;
  }
}

.lab-home__detail_statement {
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
}
@media (max-width: 767.98px) {
  .lab-home__detail_statement {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
}

.lab-home__header-button-link {
  margin-top: 6.5rem;
}
@media (max-width: 1079.98px) {
  .lab-home__header-button-link {
    margin-top: 2.8rem;
  }
}

.lab-home__scroll-cue {
  margin-top: -7rem;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.lab-home__our-people,
.lab-home__what-we-work-on {
  background-color: #004d90;
  color: #ffffff;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.8rem;
  padding: 11.7rem 0 10.5rem;
}
.lab-home__our-people .col-12.col-lg-4,
.lab-home__what-we-work-on .col-12.col-lg-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lab-home__our-people .lab-home__our-people-content,
.lab-home__our-people .lab-home__what-we-work-on-content,
.lab-home__what-we-work-on .lab-home__our-people-content,
.lab-home__what-we-work-on .lab-home__what-we-work-on-content {
  margin: auto;
}
@media (max-width: 767.98px) {
  .lab-home__our-people .lab-home__our-people-content,
.lab-home__our-people .lab-home__what-we-work-on-content,
.lab-home__what-we-work-on .lab-home__our-people-content,
.lab-home__what-we-work-on .lab-home__what-we-work-on-content {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
}
.lab-home__our-people h2,
.lab-home__what-we-work-on h2 {
  color: #ffffff;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 3.6rem;
  line-height: 4.3rem;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin: -2rem 0 3rem;
}
@media (max-width: 767.98px) {
  .lab-home__our-people h2,
.lab-home__what-we-work-on h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    letter-spacing: 2.4px;
    margin: 0 0 0.6rem;
  }
}
.lab-home__our-people .lab-home__our-people-link,
.lab-home__our-people .lab-home__what-we-work-on-link,
.lab-home__what-we-work-on .lab-home__our-people-link,
.lab-home__what-we-work-on .lab-home__what-we-work-on-link {
  margin-top: 7rem;
}
@media (max-width: 1079.98px) {
  .lab-home__our-people .lab-home__our-people-link,
.lab-home__our-people .lab-home__what-we-work-on-link,
.lab-home__what-we-work-on .lab-home__our-people-link,
.lab-home__what-we-work-on .lab-home__what-we-work-on-link {
    margin-top: 4rem;
  }
}
@media (max-width: 767.98px) {
  .lab-home__our-people .lab-home__our-people-link,
.lab-home__our-people .lab-home__what-we-work-on-link,
.lab-home__what-we-work-on .lab-home__our-people-link,
.lab-home__what-we-work-on .lab-home__what-we-work-on-link {
    margin-top: 1.5rem;
  }
  .lab-home__our-people .lab-home__our-people-link a.btn, .lab-home__our-people .lab-home__our-people-link #tribe-community-events form .tribe-events-community-footer a.submit, #tribe-community-events form .tribe-events-community-footer .lab-home__our-people .lab-home__our-people-link a.submit,
.lab-home__our-people .lab-home__what-we-work-on-link a.btn,
.lab-home__our-people .lab-home__what-we-work-on-link #tribe-community-events form .tribe-events-community-footer a.submit,
#tribe-community-events form .tribe-events-community-footer .lab-home__our-people .lab-home__what-we-work-on-link a.submit,
.lab-home__what-we-work-on .lab-home__our-people-link a.btn,
.lab-home__what-we-work-on .lab-home__our-people-link #tribe-community-events form .tribe-events-community-footer a.submit,
#tribe-community-events form .tribe-events-community-footer .lab-home__what-we-work-on .lab-home__our-people-link a.submit,
.lab-home__what-we-work-on .lab-home__what-we-work-on-link a.btn,
.lab-home__what-we-work-on .lab-home__what-we-work-on-link #tribe-community-events form .tribe-events-community-footer a.submit,
#tribe-community-events form .tribe-events-community-footer .lab-home__what-we-work-on .lab-home__what-we-work-on-link a.submit {
    width: 100%;
  }
}

.lab-home__what-we-work-on {
  background-color: #002748;
}

.lab-home__our-people--white,
.lab-home__what-we-work-on--white {
  background-color: #ffffff;
  color: #002748;
}
.lab-home__our-people--white h2,
.lab-home__what-we-work-on--white h2 {
  color: #5234a5;
}

@media (max-width: 1079.98px) {
  .lab-home__our-people--white .lab-home__our-people-image, .lab-home__our-people--blue .lab-home__our-people-image, .lab-home__what-we-work-on--white .lab-home__our-people-image, .lab-home__what-we-work-on--navy .lab-home__our-people-image,
.lab-home__our-people--white .lab-home__what-we-work-on-image,
.lab-home__our-people--blue .lab-home__what-we-work-on-image,
.lab-home__what-we-work-on--white .lab-home__what-we-work-on-image,
.lab-home__what-we-work-on--navy .lab-home__what-we-work-on-image {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg data-name='Group 4025' xmlns='http://www.w3.org/2000/svg' width='364' height='364'%3E%3Cg data-name='Ellipse 341' fill='none' stroke='%2348a2d0' stroke-dasharray='4 4'%3E%3Ccircle cx='182' cy='182' r='182' stroke='none'/%3E%3Ccircle cx='182' cy='182' r='181.5'/%3E%3C/g%3E%3C/svg%3E");
  }
}

@media (max-width: 1079.98px) {
  .lab-home__our-people {
    padding: 6rem 0 8rem;
  }
  .lab-home__our-people .lab-home__our-people-image {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .lab-home__our-people {
    padding: 4rem 0 6rem;
  }
  .lab-home__our-people .lab-home__our-people-image {
    margin: 0 0 1.5rem;
  }
}

@media (max-width: 1079.98px) {
  .lab-home__what-we-work-on {
    padding: 7.5rem 0 8.5rem;
  }
  .lab-home__what-we-work-on .lab-home__what-we-work-on-image {
    margin: 0 -12.7rem 0 -1rem;
  }
}
@media (max-width: 767.98px) {
  .lab-home__what-we-work-on {
    padding: 3.5rem 0 6.2rem;
  }
  .lab-home__what-we-work-on .lab-home__what-we-work-on-image {
    margin: 0;
  }
  .lab-home__what-we-work-on h2 {
    margin: 2rem 0 0.6rem;
  }
}

.lab-home__announcements {
  background-color: #efefef;
  padding: 8.7rem 0 4rem;
}
.lab-home__announcements:last-child {
  margin-bottom: 0.8rem;
}
@media (max-width: 767.98px) {
  .lab-home__announcements {
    padding: 3.8rem 0 0.5rem;
  }
}

h2.lab-home__announcements-title {
  color: #002748;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 4.3rem;
  letter-spacing: 3.6px;
  margin-bottom: 1.8rem;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  h2.lab-home__announcements-title {
    font-size: 2.4rem;
    line-height: 3rem;
    letter-spacing: 1.8px;
    margin-bottom: 0.3rem;
  }
}

.lab-home__announcements-announcement {
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #002748;
  border-bottom: solid 1px #ffffff;
  padding: 4rem 0;
}
@media (max-width: 767.98px) {
  .lab-home__announcements-announcement {
    font-size: 1.5rem;
    line-height: 2.1rem;
    padding: 3.8rem 0;
  }
}
.lab-home__announcements-announcement:last-child {
  border-bottom: 0;
}
.lab-home__announcements-announcement a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: underline;
  color: #002748;
}
.lab-home__announcements-announcement a span {
  display: inline-block;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.4rem;
  margin: auto 4rem auto 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .lab-home__announcements-announcement a span {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
}
.lab-home__announcements-announcement a span:after {
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.1rem;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lab-home__announcements-announcement a:hover span:after {
  opacity: 1;
  margin-left: 2rem;
}

.lab-home__projects {
  padding: 10.8rem 0 13rem;
}
@media (max-width: 1079.98px) {
  .lab-home__projects {
    padding: 8.4rem 0 8.5rem;
  }
}
@media (max-width: 767.98px) {
  .lab-home__projects {
    padding: 4rem 0 6.2rem;
  }
  .lab-home__projects .col-12.col-md-4 {
    margin-bottom: 3rem;
  }
}
.lab-home__projects h2 {
  color: #5234a5;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 3.6rem;
  line-height: 4.3rem;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-bottom: 4rem;
}

.lab-home__projects--blue {
  background-color: #004d90;
}
.lab-home__projects--blue h2 {
  color: #ffffff;
}

.lab-home__projects-project {
  background-color: #efefef;
  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%;
}
.lab-home__projects--blue .lab-home__projects-project {
  background-color: #ffffff;
}

.lab-home__projects-project-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.lab-home__projects-link {
  margin-top: 5.4rem;
}
@media (max-width: 1079.98px) {
  .lab-home__projects-link {
    margin-top: 4.4rem;
  }
}
@media (max-width: 767.98px) {
  .lab-home__projects-link {
    margin-top: 0.2rem;
  }
  .lab-home__projects-link a.btn, .lab-home__projects-link #tribe-community-events form .tribe-events-community-footer a.submit, #tribe-community-events form .tribe-events-community-footer .lab-home__projects-link a.submit {
    width: 100%;
  }
}

h3.lab-home__projects-project-title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #002748;
  padding: 6.9rem 3.9rem 5.2rem;
  margin: 0;
}
@media (max-width: 1079.98px) {
  h3.lab-home__projects-project-title {
    padding: 4.2rem 2.1rem 2.2rem;
  }
}
@media (max-width: 767.98px) {
  h3.lab-home__projects-project-title {
    font-size: 1.5rem;
    line-height: 2.1rem;
    padding: 3rem;
  }
}
h3.lab-home__projects-project-title a {
  color: #002748;
  text-decoration: underline;
}
h3.lab-home__projects-project-title a:hover {
  color: #004d90;
}

.lab-home__news {
  margin: 9rem 0 11rem;
}
@media (max-width: 1079.98px) {
  .lab-home__news {
    margin: 4.8rem 0 7rem;
  }
}
@media (max-width: 767.98px) {
  .lab-home__news {
    margin: 4.8rem 0 0;
  }
  .lab-home__news .featured-news-region__see-all {
    width: 100%;
  }
  .lab-home__news a.btn, .lab-home__news #tribe-community-events form .tribe-events-community-footer a.submit, #tribe-community-events form .tribe-events-community-footer .lab-home__news a.submit {
    width: 100%;
  }
}

.lab-home__affiliations {
  margin-bottom: 0.8rem;
  padding-bottom: 8rem;
}
@media (max-width: 767.98px) {
  .lab-home__affiliations {
    margin-top: 0;
    padding-bottom: 3rem;
  }
}

.lab-detail__header {
  background-color: #002748;
  margin-bottom: 10rem;
}
@media (max-width: 1079.98px) {
  .lab-detail__header {
    margin-bottom: 7.8rem;
  }
}
@media (max-width: 767.98px) {
  .lab-detail__header {
    margin-bottom: 4rem;
  }
}
.lab-detail__header .col-12 {
  min-height: 35rem;
  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: 767.98px) {
  .lab-detail__header .col-12 {
    min-height: 27rem;
  }
}
.lab-detail__header h1 {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 6.6rem;
  line-height: 7.4rem;
  letter-spacing: 4.95px;
  color: #ffffff;
  text-transform: uppercase;
  margin: auto 0;
  padding-top: 2.3rem;
}
@media (max-width: 767.98px) {
  .lab-detail__header h1 {
    font-size: 4.2rem;
    line-height: 5rem;
    letter-spacing: 3.15px;
    padding-top: 0;
  }
}

.lab-home__detail--blue {
  background-color: #00a4d5;
}
.lab-home__detail--blue h1 {
  color: #002748;
}

.lab-home__detail--navy {
  background-color: #002748;
}

.lab-home__detail--purple {
  background-color: #5234a5;
}

.lab-detail__people--project {
  margin-bottom: 7.6rem;
}
@media (max-width: 1079.98px) {
  .lab-detail__people--project {
    margin: 5.4rem 0 4rem;
  }
}
@media (max-width: 767.98px) {
  .lab-detail__people--project {
    margin: 1.6rem 0 4rem;
  }
}

.lab-detail__announcements {
  background-color: #efefef;
  padding-top: 12.2rem;
  padding-bottom: 8rem;
}
@media (max-width: 1079.98px) {
  .lab-detail__announcements {
    padding-top: 7.2rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 767.98px) {
  .lab-detail__announcements {
    padding: 4.7rem 0;
  }
}
.lab-detail__announcements:last-child {
  margin-bottom: 0.8rem;
}
.lab-detail__announcements .col-md-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lab-detail__announcements h2 {
  color: #004d90;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 4.3rem;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-bottom: 5rem;
}
@media (max-width: 767.98px) {
  .lab-detail__announcements h2 {
    font-size: 2.4rem;
    line-height: 3rem;
    letter-spacing: 1.8px;
    margin-bottom: 3rem;
  }
}
.lab-detail__announcements h3 {
  color: #002748;
  font-family: "Roboto Mono", "Courier New", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
  margin: auto;
  padding: 2rem 0 2rem 4rem;
}
@media (max-width: 767.98px) {
  .lab-detail__announcements h3 {
    font-size: 1.5rem;
    line-height: 2.1rem;
    padding: 3rem 3rem 3.5rem;
  }
}
.lab-detail__announcements h3 a {
  color: #002748;
  text-decoration: underline;
}
.lab-detail__announcements h3 a:hover {
  color: #004d90;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .lab-detail__announcements .order-md-last h3 {
    padding: 2rem 4rem 2rem 0;
  }
}
.lab-detail__announcements .lab-detail__announcements-announcement {
  background-color: #ffffff;
  margin-bottom: 4rem;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .lab-detail__announcements .lab-detail__announcements-announcement {
    width: calc(((100vw - 100%) / 2) + 100%);
    padding-right: calc((100vw - 100%) / 2);
  }
  .lab-detail__announcements .lab-detail__announcements-announcement:nth-child(odd) {
    width: calc(((100vw - 100%) / 2) + 100%);
    padding-left: calc((100vw - 100%) / 2);
    padding-right: 0;
    margin-left: calc((100vw - 100%) / -2);
  }
}
@media (max-width: 767.98px) {
  .lab-detail__announcements .lab-detail__announcements-announcement {
    margin-bottom: 3.3rem;
  }
}
.lab-detail__announcements .lab-detail__announcements-image {
  text-align: right;
}
.lab-detail__announcements .col-lg-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lab-detail__announcements .col-lg-6.order-lg-last h3 {
  padding-left: 0;
}
.lab-detail__announcements .col-lg-6.order-lg-last + .col-lg-6 .lab-detail__announcements-image {
  text-align: left;
}

.lab-detail__announcements.lab-detail__announcements--blue {
  background-color: #004d90;
}
.lab-detail__announcements.lab-detail__announcements--blue h2 {
  color: #ffffff;
}

.lab-detail__publications {
  padding: 15.4rem 0;
}
@media (max-width: 1079.98px) {
  .lab-detail__publications {
    padding: 10rem 0 15rem;
  }
}
@media (max-width: 767.98px) {
  .lab-detail__publications {
    padding: 5.5rem 0 11rem;
  }
}
.lab-detail__publications h2 {
  color: #002748;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 4.3rem;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-bottom: 6.2rem;
}
@media (max-width: 767.98px) {
  .lab-detail__publications h2 {
    color: #004d90;
    font-size: 2.4rem;
    line-height: 3rem;
    letter-spacing: 1.8px;
    margin-bottom: 4.2rem;
  }
}

.lab-publication a {
  color: #002748;
  font-weight: normal;
  display: inline-block;
  text-decoration: none;
}
.lab-publication a > span {
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 1.9rem;
  width: 1.9rem;
  margin-left: 0.4rem;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  position: relative;
  overflow: hidden;
}
.lab-publication a > span:before {
  content: "";
  background-color: #002748;
  border-radius: 50%;
  height: 0;
  width: 0;
  position: absolute;
  top: 1rem;
  left: 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.lab-publication a > span:after {
  content: "";
  position: absolute;
  height: 1.9rem;
  width: 1.9rem;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.lab-publication a:hover {
  text-decoration: underline;
}
.lab-publication a:hover span:before {
  height: 1.9rem;
  width: 1.9rem;
  top: 0;
  left: 0;
}
.lab-publication a:hover span:after {
  opacity: 1;
}

.lab-detail__publications-all-publications {
  padding-top: 5.2rem;
}
@media (max-width: 767.98px) {
  .lab-detail__publications-all-publications {
    padding-top: 3.8rem;
  }
  .lab-detail__publications-all-publications a.btn, .lab-detail__publications-all-publications #tribe-community-events form .tribe-events-community-footer a.submit, #tribe-community-events form .tribe-events-community-footer .lab-detail__publications-all-publications a.submit {
    padding: 1.4rem 3rem;
    width: 100%;
  }
}

.gutenberg-body--lab-people {
  margin-top: 10rem;
}
@media (max-width: 1079.98px) {
  .gutenberg-body--lab-people {
    margin-top: 7rem;
  }
}
@media (max-width: 767.98px) {
  .gutenberg-body--lab-people {
    margin-top: 5rem;
  }
}
.gutenberg-body--lab-people > .container > .row > .col-12 *:last-child {
  margin-bottom: 0 !important;
}

.lab-publications .lab-detail__header {
  margin-bottom: 5rem;
}
@media (max-width: 767.98px) {
  .lab-publications .lab-detail__header {
    margin-bottom: 2.5rem;
  }
}
.lab-publications .query-wrangler__content {
  margin: 6.5rem 0 9.2rem;
}
@media (max-width: 1079.98px) {
  .lab-publications .query-wrangler__content {
    margin: 0 0 9.2rem;
  }
}
@media (max-width: 767.98px) {
  .lab-publications .query-wrangler__content {
    margin: 0 0 7.2rem;
  }
}
.lab-publications .query-wrangler__pager {
  margin-top: 9.5rem;
}
@media (max-width: 1079.98px) {
  .lab-publications .query-wrangler__pager {
    margin-top: 7.5rem;
  }
}
@media (max-width: 767.98px) {
  .lab-publications .query-wrangler__pager {
    margin-top: 5rem;
  }
}
.lab-publications .query-pills {
  margin-top: 3rem;
}
/*# sourceMappingURL=style.css.map */
