@charset "UTF-8";
/*!
    Theme Name: Florida Board of Governors
    Theme URI: https://www.flbog.edu/
    Description: Theme for Florida Board of Governors
    Author: The Taproot Agency
    Author URI: https://taproot.agency
    Version: 1.0
    Tags: SASS, Boostrap 4, WordPress 5

    License: CC-BY-NC-ND-4.0
    License URI: https://creativecommons.org/licenses/by-nc-nd/4.0/
*/
/*------------  Rems  ------------*/
/*----------  Bootstrap  ----------*/
/*==============================================
=    Bootstrap Overrides + Custom Variables    =
==============================================*/
/*=================================
=            Bootstrap            =
=================================*/
:root {
  --blue: #002e4f;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #f8a03a;
  --yellow: #ffd420;
  --green: #619081;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #002e4f;
  --secondary: #f8a03a;
  --success: #619081;
  --info: #17a2b8;
  --warning: #ffd420;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: proxima-nova, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table, .entry-content table,
  .entry-content .wp-block-table {
    border-collapse: collapse !important;
  }
  .table td, .entry-content table td,
  .entry-content .wp-block-table td,
  .table th,
  .entry-content table th,
  .entry-content .wp-block-table th {
    background-color: #fff !important;
  }
  .table-bordered th, .entry-content table th,
  .entry-content .wp-block-table th,
  .table-bordered td,
  .entry-content table td,
  .entry-content .wp-block-table 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, .entry-content table .thead-dark th,
  .entry-content .wp-block-table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
*,
*::before,
*::after {
  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: proxima-nova, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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: #002e4f;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 1.4556962025, 2.5);
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: proxima-nova, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

hr {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  border: 0;
  border-top: 1px solid #ccc;
}

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

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

.list-unstyled, .gform_wrapper .gform_fields, .breadcrumb {
  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.5rem;
}

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.40625rem;
}

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

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

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

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  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.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

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

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  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: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row, .college-rankings-intro, .entry-content .wp-block-latest-posts.is-grid, .entry-content .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.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, .entry-content .wp-block-latest-posts.columns-5 > li, .entry-content .wp-block-columns .wp-block-column,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .college-rankings-intro > div, .entry-content .wp-block-latest-posts.columns-2 > li, .col-md-5, .col-md-4, .entry-content .wp-block-latest-posts.columns-3 > li, .col-md-3, .entry-content .wp-block-latest-posts.columns-4 > li, .col-md-2, .entry-content .wp-block-latest-posts.columns-6 > li, .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, .entry-content .wp-block-latest-posts.columns-1 > li, .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: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-12, .college-rankings-intro > div, .entry-content .wp-block-latest-posts.columns-6 > li, .entry-content .wp-block-latest-posts.columns-5 > li, .entry-content .wp-block-latest-posts.columns-4 > li, .entry-content .wp-block-latest-posts.columns-3 > li, .entry-content .wp-block-latest-posts.columns-2 > li, .entry-content .wp-block-latest-posts.columns-1 > li, .entry-content .wp-block-columns .wp-block-column {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md, .entry-content .wp-block-latest-posts.columns-5 > li, .entry-content .wp-block-columns .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2, .entry-content .wp-block-latest-posts.columns-6 > li {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3, .entry-content .wp-block-latest-posts.columns-4 > li {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4, .entry-content .wp-block-latest-posts.columns-3 > li {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6, .college-rankings-intro > div, .entry-content .wp-block-latest-posts.columns-2 > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table, .entry-content table,
.entry-content .wp-block-table {
  width: 100%;
  margin-bottom: 1rem;
  color: #333;
}
.table th, .entry-content table th,
.entry-content .wp-block-table th,
.table td,
.entry-content table td,
.entry-content .wp-block-table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th, .entry-content table thead th,
.entry-content .wp-block-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody, .entry-content table tbody + tbody,
.entry-content .wp-block-table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.table-bordered, .entry-content table,
.entry-content .wp-block-table {
  border: 1px solid #dee2e6;
}
.table-bordered th, .entry-content table th,
.entry-content .wp-block-table th,
.table-bordered td,
.entry-content table td,
.entry-content .wp-block-table td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th, .entry-content table thead th,
.entry-content .wp-block-table thead th,
.table-bordered thead td,
.entry-content table thead td,
.entry-content .wp-block-table 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: #333;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 196.48, 205.72);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 146.32, 163.48);
}

.table-hover .table-primary:hover {
  background-color: rgb(168.5129930394, 184.1145707657, 195.3070069606);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(168.5129930394, 184.1145707657, 195.3070069606);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(253.04, 228.4, 199.84);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(251.36, 205.6, 152.56);
}

.table-hover .table-secondary:hover {
  background-color: rgb(252.165, 216.525, 175.215);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(252.165, 216.525, 175.215);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(210.76, 223.92, 219.72);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(172.84, 197.28, 189.48);
}

.table-hover .table-success:hover {
  background-color: rgb(195.7823048327, 213.3976951673, 207.7757620818);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(195.7823048327, 213.3976951673, 207.7757620818);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 242.96, 192.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 232.64, 139.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 238.0429596413, 167.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 238.0429596413, 167.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.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, .entry-content table .thead-dark th,
.entry-content .wp-block-table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th, .entry-content table .thead-light th,
.entry-content .wp-block-table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered, .entry-content table.table-dark,
.entry-content .table-dark.wp-block-table {
  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: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered, .entry-content .table-responsive-sm > table,
  .entry-content .table-responsive-sm > .wp-block-table {
    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, .entry-content .table-responsive-md > table,
  .entry-content .table-responsive-md > .wp-block-table {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered, .entry-content .table-responsive-lg > table,
  .entry-content .table-responsive-lg > .wp-block-table {
    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, .entry-content .table-responsive-xl > table,
  .entry-content .table-responsive-xl > .wp-block-table {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered, .entry-content .table-responsive > table,
.entry-content .table-responsive > .wp-block-table {
  border: 0;
}

.form-control, .gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper textarea,
.gform_wrapper select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .gform_wrapper input[type=text],
  .gform_wrapper input[type=url],
  .gform_wrapper input[type=email],
  .gform_wrapper input[type=tel],
  .gform_wrapper input[type=number],
  .gform_wrapper input[type=password],
  .gform_wrapper textarea,
  .gform_wrapper select {
    transition: none;
  }
}
.form-control::-ms-expand, .gform_wrapper input[type=text]::-ms-expand,
.gform_wrapper input[type=url]::-ms-expand,
.gform_wrapper input[type=email]::-ms-expand,
.gform_wrapper input[type=tel]::-ms-expand,
.gform_wrapper input[type=number]::-ms-expand,
.gform_wrapper input[type=password]::-ms-expand,
.gform_wrapper textarea::-ms-expand,
.gform_wrapper select::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=password]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(0, 120.2405063291, 206.5);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 46, 79, 0.25);
}
.form-control::-moz-placeholder, .gform_wrapper input[type=text]::-moz-placeholder, .gform_wrapper input[type=url]::-moz-placeholder, .gform_wrapper input[type=email]::-moz-placeholder, .gform_wrapper input[type=tel]::-moz-placeholder, .gform_wrapper input[type=number]::-moz-placeholder, .gform_wrapper input[type=password]::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder, .gform_wrapper select::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, .gform_wrapper input[type=text]::placeholder,
.gform_wrapper input[type=url]::placeholder,
.gform_wrapper input[type=email]::placeholder,
.gform_wrapper input[type=tel]::placeholder,
.gform_wrapper input[type=number]::placeholder,
.gform_wrapper input[type=password]::placeholder,
.gform_wrapper textarea::placeholder,
.gform_wrapper select::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .gform_wrapper input[type=text]:disabled,
.gform_wrapper input[type=url]:disabled,
.gform_wrapper input[type=email]:disabled,
.gform_wrapper input[type=tel]:disabled,
.gform_wrapper input[type=number]:disabled,
.gform_wrapper input[type=password]:disabled,
.gform_wrapper textarea:disabled,
.gform_wrapper select:disabled, .form-control[readonly], .gform_wrapper input[readonly][type=text],
.gform_wrapper input[readonly][type=url],
.gform_wrapper input[readonly][type=email],
.gform_wrapper input[readonly][type=tel],
.gform_wrapper input[readonly][type=number],
.gform_wrapper input[readonly][type=password],
.gform_wrapper textarea[readonly],
.gform_wrapper select[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control, .gform_wrapper input[type=date][type=text],
.gform_wrapper input[type=date][type=url],
.gform_wrapper input[type=date][type=email],
.gform_wrapper input[type=date][type=tel],
.gform_wrapper input[type=date][type=number],
.gform_wrapper input[type=date][type=password],
input[type=time].form-control,
.gform_wrapper input[type=time][type=text],
.gform_wrapper input[type=time][type=url],
.gform_wrapper input[type=time][type=email],
.gform_wrapper input[type=time][type=tel],
.gform_wrapper input[type=time][type=number],
.gform_wrapper input[type=time][type=password],
input[type=datetime-local].form-control,
.gform_wrapper input[type=datetime-local][type=text],
.gform_wrapper input[type=datetime-local][type=url],
.gform_wrapper input[type=datetime-local][type=email],
.gform_wrapper input[type=datetime-local][type=tel],
.gform_wrapper input[type=datetime-local][type=number],
.gform_wrapper input[type=datetime-local][type=password],
input[type=month].form-control,
.gform_wrapper input[type=month][type=text],
.gform_wrapper input[type=month][type=url],
.gform_wrapper input[type=month][type=email],
.gform_wrapper input[type=month][type=tel],
.gform_wrapper input[type=month][type=number],
.gform_wrapper input[type=month][type=password] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #333;
  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.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

textarea.form-control,
.gform_wrapper textarea {
  height: auto;
}

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

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

.form-row {
  display: flex;
  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: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.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: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

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

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

.was-validated .form-control:valid, .was-validated .gform_wrapper input[type=text]:valid, .gform_wrapper .was-validated input[type=text]:valid,
.was-validated .gform_wrapper input[type=url]:valid,
.gform_wrapper .was-validated input[type=url]:valid,
.was-validated .gform_wrapper input[type=email]:valid,
.gform_wrapper .was-validated input[type=email]:valid,
.was-validated .gform_wrapper input[type=tel]:valid,
.gform_wrapper .was-validated input[type=tel]:valid,
.was-validated .gform_wrapper input[type=number]:valid,
.gform_wrapper .was-validated input[type=number]:valid,
.was-validated .gform_wrapper input[type=password]:valid,
.gform_wrapper .was-validated input[type=password]:valid,
.was-validated .gform_wrapper textarea:valid,
.gform_wrapper .was-validated textarea:valid,
.was-validated .gform_wrapper select:valid,
.gform_wrapper .was-validated select:valid, .form-control.is-valid, .gform_wrapper input.is-valid[type=text],
.gform_wrapper input.is-valid[type=url],
.gform_wrapper input.is-valid[type=email],
.gform_wrapper input.is-valid[type=tel],
.gform_wrapper input.is-valid[type=number],
.gform_wrapper input.is-valid[type=password],
.gform_wrapper textarea.is-valid,
.gform_wrapper select.is-valid {
  border-color: #619081;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23619081' 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.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .gform_wrapper input[type=text]:valid:focus, .gform_wrapper .was-validated input[type=text]:valid:focus,
.was-validated .gform_wrapper input[type=url]:valid:focus,
.gform_wrapper .was-validated input[type=url]:valid:focus,
.was-validated .gform_wrapper input[type=email]:valid:focus,
.gform_wrapper .was-validated input[type=email]:valid:focus,
.was-validated .gform_wrapper input[type=tel]:valid:focus,
.gform_wrapper .was-validated input[type=tel]:valid:focus,
.was-validated .gform_wrapper input[type=number]:valid:focus,
.gform_wrapper .was-validated input[type=number]:valid:focus,
.was-validated .gform_wrapper input[type=password]:valid:focus,
.gform_wrapper .was-validated input[type=password]:valid:focus,
.was-validated .gform_wrapper textarea:valid:focus,
.gform_wrapper .was-validated textarea:valid:focus,
.was-validated .gform_wrapper select:valid:focus,
.gform_wrapper .was-validated select:valid:focus, .form-control.is-valid:focus, .gform_wrapper input.is-valid[type=text]:focus,
.gform_wrapper input.is-valid[type=url]:focus,
.gform_wrapper input.is-valid[type=email]:focus,
.gform_wrapper input.is-valid[type=tel]:focus,
.gform_wrapper input.is-valid[type=number]:focus,
.gform_wrapper input.is-valid[type=password]:focus,
.gform_wrapper textarea.is-valid:focus,
.gform_wrapper select.is-valid:focus {
  border-color: #619081;
  box-shadow: 0 0 0 0.2rem rgba(97, 144, 129, 0.25);
}

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

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

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #619081;
}
.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: #619081;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #619081;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(124.7427385892, 167.2572614108, 153.6887966805);
  background-color: rgb(124.7427385892, 167.2572614108, 153.6887966805);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(97, 144, 129, 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: #619081;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #619081;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #619081;
  box-shadow: 0 0 0 0.2rem rgba(97, 144, 129, 0.25);
}

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

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

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

.was-validated .form-control:invalid, .was-validated .gform_wrapper input[type=text]:invalid, .gform_wrapper .was-validated input[type=text]:invalid,
.was-validated .gform_wrapper input[type=url]:invalid,
.gform_wrapper .was-validated input[type=url]:invalid,
.was-validated .gform_wrapper input[type=email]:invalid,
.gform_wrapper .was-validated input[type=email]:invalid,
.was-validated .gform_wrapper input[type=tel]:invalid,
.gform_wrapper .was-validated input[type=tel]:invalid,
.was-validated .gform_wrapper input[type=number]:invalid,
.gform_wrapper .was-validated input[type=number]:invalid,
.was-validated .gform_wrapper input[type=password]:invalid,
.gform_wrapper .was-validated input[type=password]:invalid,
.was-validated .gform_wrapper textarea:invalid,
.gform_wrapper .was-validated textarea:invalid,
.was-validated .gform_wrapper select:invalid,
.gform_wrapper .was-validated select:invalid, .form-control.is-invalid, .gform_wrapper input.is-invalid[type=text],
.gform_wrapper input.is-invalid[type=url],
.gform_wrapper input.is-invalid[type=email],
.gform_wrapper input.is-invalid[type=tel],
.gform_wrapper input.is-invalid[type=number],
.gform_wrapper input.is-invalid[type=password],
.gform_wrapper textarea.is-invalid,
.gform_wrapper select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  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.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .gform_wrapper input[type=text]:invalid:focus, .gform_wrapper .was-validated input[type=text]:invalid:focus,
.was-validated .gform_wrapper input[type=url]:invalid:focus,
.gform_wrapper .was-validated input[type=url]:invalid:focus,
.was-validated .gform_wrapper input[type=email]:invalid:focus,
.gform_wrapper .was-validated input[type=email]:invalid:focus,
.was-validated .gform_wrapper input[type=tel]:invalid:focus,
.gform_wrapper .was-validated input[type=tel]:invalid:focus,
.was-validated .gform_wrapper input[type=number]:invalid:focus,
.gform_wrapper .was-validated input[type=number]:invalid:focus,
.was-validated .gform_wrapper input[type=password]:invalid:focus,
.gform_wrapper .was-validated input[type=password]:invalid:focus,
.was-validated .gform_wrapper textarea:invalid:focus,
.gform_wrapper .was-validated textarea:invalid:focus,
.was-validated .gform_wrapper select:invalid:focus,
.gform_wrapper .was-validated select:invalid:focus, .form-control.is-invalid:focus, .gform_wrapper input.is-invalid[type=text]:focus,
.gform_wrapper input.is-invalid[type=url]:focus,
.gform_wrapper input.is-invalid[type=email]:focus,
.gform_wrapper input.is-invalid[type=tel]:focus,
.gform_wrapper input.is-invalid[type=number]:focus,
.gform_wrapper input.is-invalid[type=password]:focus,
.gform_wrapper textarea.is-invalid:focus,
.gform_wrapper select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem 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: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem 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;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline .gform_wrapper input[type=text], .gform_wrapper .form-inline input[type=text],
  .form-inline .gform_wrapper input[type=url],
  .gform_wrapper .form-inline input[type=url],
  .form-inline .gform_wrapper input[type=email],
  .gform_wrapper .form-inline input[type=email],
  .form-inline .gform_wrapper input[type=tel],
  .gform_wrapper .form-inline input[type=tel],
  .form-inline .gform_wrapper input[type=number],
  .gform_wrapper .form-inline input[type=number],
  .form-inline .gform_wrapper input[type=password],
  .gform_wrapper .form-inline input[type=password],
  .form-inline .gform_wrapper textarea,
  .gform_wrapper .form-inline textarea,
  .form-inline .gform_wrapper select,
  .gform_wrapper .form-inline select {
    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: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

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

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

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #002e4f;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 1.4556962025, 2.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 46, 79, 0.25);
}

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

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.40625rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.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.25rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

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

.badge-primary {
  color: #fff;
  background-color: #002e4f;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 16.3037974684, 28);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 46, 79, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #f8a03a;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: rgb(246.25, 136.25, 8.75);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 160, 58, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #619081;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(76.4730290456, 113.5269709544, 101.7012448133);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(97, 144, 129, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffd420;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(236, 190.4932735426, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 212, 32, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem 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: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.alert, .gform_wrapper .validation_error, .gform_confirmation_wrapper .gform_confirmation_message {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(0, 23.92, 41.08);
  background-color: rgb(204, 213.2, 219.8);
  border-color: rgb(183.6, 196.48, 205.72);
}
.alert-primary hr {
  border-top-color: rgb(168.5129930394, 184.1145707657, 195.3070069606);
}
.alert-primary .alert-link {
  color: black;
}

.alert-secondary {
  color: rgb(128.96, 83.2, 30.16);
  background-color: rgb(253.6, 236, 215.6);
  border-color: rgb(253.04, 228.4, 199.84);
}
.alert-secondary hr {
  border-top-color: rgb(252.165, 216.525, 175.215);
}
.alert-secondary .alert-link {
  color: rgb(87.6266666667, 56.5333333333, 20.4933333333);
}

.alert-success, .gform_confirmation_wrapper .gform_confirmation_message {
  color: rgb(50.44, 74.88, 67.08);
  background-color: rgb(223.4, 232.8, 229.8);
  border-color: rgb(210.76, 223.92, 219.72);
}
.alert-success hr, .gform_confirmation_wrapper .gform_confirmation_message hr {
  border-top-color: rgb(195.7823048327, 213.3976951673, 207.7757620818);
}
.alert-success .alert-link, .gform_confirmation_wrapper .gform_confirmation_message .alert-link {
  color: rgb(29.9130290456, 44.4069709544, 39.7812448133);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 110.24, 16.64);
  background-color: rgb(255, 246.4, 210.4);
  border-color: rgb(255, 242.96, 192.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 238.0429596413, 167.06);
}
.alert-warning .alert-link {
  color: rgb(87.2864111498, 72.5675261324, 10.9535888502);
}

.alert-danger, .gform_wrapper .validation_error {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr, .gform_wrapper .validation_error hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link, .gform_wrapper .validation_error .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 16.3037974684, 28) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(246.25, 136.25, 8.75) !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(76.4730290456, 113.5269709544, 101.7012448133) !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: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(236, 190.4932735426, 0) !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: rgb(189.2151898734, 32.7848101266, 47.7721518987) !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: rgb(218.25, 223.5, 228.75) !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: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #002e4f !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::after, .gform_wrapper .gf_list_inline .gfield_radio::after, .gform_wrapper .clear-multi::after, .gform_wrapper .ginput_complex::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, .mc-field-group.input-group ul li {
  display: flex !important;
}

.d-inline-flex {
  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: flex !important;
  }
  .d-sm-inline-flex {
    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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .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: flex !important;
  }
  .d-lg-inline-flex {
    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: flex !important;
  }
  .d-xl-inline-flex {
    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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive, .entry-content .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before, .entry-content .wp-block-embed.is-type-video .wp-block-embed__wrapper::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item, .entry-content .wp-block-embed.is-type-video .wp-block-embed__wrapper .embed-responsive-item,
.embed-responsive iframe,
.entry-content .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe,
.embed-responsive embed,
.entry-content .wp-block-embed.is-type-video .wp-block-embed__wrapper embed,
.embed-responsive object,
.entry-content .wp-block-embed.is-type-video .wp-block-embed__wrapper object,
.embed-responsive video,
.entry-content .wp-block-embed.is-type-video .wp-block-embed__wrapper video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

.embed-responsive-16by9::before, .entry-content .wp-block-embed.is-type-video .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center, .college-rankings-intro {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

.align-items-center, .mc-field-group.input-group ul li {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    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: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  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 {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .college-rankings-intro,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !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.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !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.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !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.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !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: 992px) {
  .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.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !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.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #002e4f !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 1.4556962025, 2.5) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(221.625, 122.625, 7.875) !important;
}

.text-success {
  color: #619081 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(66.2095435685, 98.2904564315, 88.0518672199) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #ffd420 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(210.5, 169.9103139013, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #333 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*----------  Vendors  ----------*/
/*
 * DOM element rendering detection
 * https://davidwalsh.name/detect-node-insertion
 */
@keyframes chartjs-render-animation {
  from {
    opacity: 0.99;
  }
  to {
    opacity: 1;
  }
}
.chartjs-render-monitor {
  animation: chartjs-render-animation 0.001s;
}

/*
 * DOM element resizing detection
 * https://github.com/marcj/css-element-queries
 */
.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
  position: absolute;
  direction: ltr;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  z-index: -1;
}

.chartjs-size-monitor-expand > div {
  position: absolute;
  width: 1000000px;
  height: 1000000px;
  left: 0;
  top: 0;
}

.chartjs-size-monitor-shrink > div {
  position: absolute;
  width: 200%;
  height: 200%;
  left: 0;
  top: 0;
}

/*----------  Theme  ----------*/
/*==============================
=            Mixins            =
==============================*/
/*=============================
=          Typography         =
=============================*/
::-moz-selection {
  background: #002e4f;
  color: #fff;
}
::selection {
  background: #002e4f;
  color: #fff;
}

a {
  color: #002e4f;
  transition: all 0.25s ease;
}
a:hover, a:focus {
  color: #f8a03a;
  text-decoration: none;
}
a:focus > span {
  outline: 1px dotted #6caedf;
}
a:hover, a:active, a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  margin: 0 0 1.875rem 0;
}

h1 {
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 3.125rem;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

h2 {
  font-size: 2.5rem;
  line-height: 2.625rem;
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 1.875rem;
    line-height: 2.125rem;
  }
}

h3 {
  font-size: 1.875rem;
  line-height: 2rem;
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}

h4 {
  font-size: 1.5rem;
  line-height: 1.625rem;
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 1.375rem;
}
@media (max-width: 767.98px) {
  h5 {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}

.header-label {
  color: #6caedf;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.text-900 {
  color: #212529;
}

.text-800 {
  color: #343a40;
}

.text-700 {
  color: #495057;
}

.text-600 {
  color: #6c757d;
}

.text-500 {
  color: #adb5bd;
}

.text-400 {
  color: #ced4da;
}

.text-300 {
  color: #dee2e6;
}

.text-200 {
  color: #e9ecef;
}

.text-100 {
  color: #f8f9fa;
}

.text-alternate {
  color: #6caedf;
}

.js-regulations-timer {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.25rem;
}

.entry-content {
  /*====================================
  =             WP Blocks             =
  ====================================*/
}
.entry-content .wp-block-embed {
  margin-bottom: 1.875rem;
}
.entry-content .wp-block-embed .wp-block-embed__wrapper {
  text-align: center;
}
.entry-content .wp-block-embed .twitter-tweet,
.entry-content .wp-block-embed .instagram-media {
  margin: 0 auto !important;
}
.entry-content .wp-block-button__link {
  background: #002e4f;
  border: 0 none;
  border-radius: 0;
  color: white;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.9375rem 1.875rem;
  text-decoration: none;
}
.entry-content .wp-block-button__link:hover {
  background: #f8a03a;
}
.entry-content table.is-style-stripes,
.entry-content .wp-block-table.is-style-stripes {
  border: 0 none;
}
.entry-content blockquote,
.entry-content .wp-block-quote {
  border: none;
  margin-bottom: 1.875rem;
  padding: 0 2.8125rem;
}
@media (max-width: 767.98px) {
  .entry-content blockquote,
  .entry-content .wp-block-quote {
    padding: 0 0.9375rem;
  }
}
.entry-content blockquote p,
.entry-content .wp-block-quote p {
  color: #adb5bd;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin: 0;
}
@media (max-width: 767.98px) {
  .entry-content blockquote p,
  .entry-content .wp-block-quote p {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.entry-content blockquote p a,
.entry-content .wp-block-quote p a {
  color: #adb5bd;
  text-decoration: underline;
}
.entry-content blockquote p a:hover,
.entry-content .wp-block-quote p a:hover {
  color: #f8a03a;
}
.entry-content blockquote cite,
.entry-content .wp-block-quote cite {
  color: #adb5bd;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.9375rem;
}
.entry-content blockquote cite:before,
.entry-content .wp-block-quote cite:before {
  content: "- ";
}
.entry-content blockquote cite a,
.entry-content .wp-block-quote cite a {
  color: #adb5bd;
}
.entry-content blockquote cite a:hover,
.entry-content .wp-block-quote cite a:hover {
  color: #f8a03a;
}
.entry-content .wp-block-pullquote cite {
  color: #adb5bd;
}
.entry-content .alignleft {
  float: left;
}
.entry-content .alignleft.wp-block-button, .entry-content .alignleft.wp-block-cover {
  margin: 0.375rem 1.25rem 0.375rem 0;
}
.entry-content .alignright {
  float: right;
}
.entry-content .alignright.wp-block-button, .entry-content .alignright.wp-block-cover {
  margin: 0.375rem 0 0.375rem 1.25rem;
}
.entry-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}
.entry-content .alignwide {
  margin-left: -100px;
  margin-right: -100px;
  min-width: 1140px;
}
.entry-content .wp-block-separator {
  border-top: 0.3125rem #002e4f solid;
  margin: 3.75rem auto;
  width: 100px;
}
@media (max-width: 767.98px) {
  .entry-content .wp-block-separator {
    margin: 1.875rem auto;
  }
}
.entry-content .wp-block-separator.is-style-wide {
  border-top: 0.0625rem #ccc solid;
  width: 100%;
}
.entry-content .wp-block-separator.is-style-dots {
  border-top: 0 none;
}
.entry-content .wp-block-separator.is-style-dots:before {
  font-size: 2.125rem;
  letter-spacing: 0.9375rem;
  padding: 0;
}
.entry-content .wp-block-preformatted {
  background: #f8f9fa;
  line-height: 1.5rem;
  padding: 1.25rem 1.875rem;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.entry-content .wp-block-columns .wp-block-column {
  margin: 0;
}
.entry-content .wp-block-latest-posts > li {
  margin: 0;
}
.entry-content .wp-block-image .aligncenter > figcaption {
  display: block;
}
.entry-content .block-placeholder .placeholder-wrapper {
  background: #fef8ee;
}
.entry-content .block-placeholder .placeholder-wrapper h6 {
  color: rgba(0, 0, 0, 0.1);
}
.entry-content .block-placeholder .placeholder-wrapper .placeholder-description {
  color: rgba(0, 0, 0, 0.4);
}
.entry-content .scoreboard-preview-admin {
  box-shadow: -4px 0 0 0 #6caedf;
  padding-left: 1.875rem;
}

/*==================================
=            Navigation            =
==================================*/
.hamburger-btn {
  align-items: center;
  background: #002e4f;
  color: white;
  cursor: pointer;
  display: flex;
  height: 3.75rem;
  justify-content: center;
  margin: 0;
  padding: 0 1.875rem;
  position: relative;
  transition: all 0.25s ease;
}
@media (max-width: 767.98px) {
  .hamburger-btn {
    background: transparent;
    padding: 0;
    width: 3.75rem;
  }
}
.hamburger-btn:hover {
  background: #f8a03a;
}
@media (max-width: 767.98px) {
  .hamburger-btn:hover {
    background: transparent;
  }
}
.hamburger-btn:hover span {
  background: white;
}
@media (max-width: 767.98px) {
  .hamburger-btn:hover span {
    background: #002e4f;
  }
}
.hamburger-btn div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hamburger-btn div span {
  background: white;
  display: block;
  height: 0.125rem;
  margin: 0.125rem 0;
  transition: background 0.25s ease, transform 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
  width: 1.25rem;
}
@media (max-width: 767.98px) {
  .hamburger-btn div span {
    background: #002e4f;
  }
}
.hamburger-btn p {
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0 0 0 10px;
}

#nav-drawer {
  background: #005d7e;
  box-shadow: 0 0 0 0 black;
  height: 100vh;
  left: 0;
  overflow-x: hidden;
  padding: 0.9375rem 3.75rem 3.75rem 3.75rem;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  transition: all 0.7s cubic-bezier(0.64, 0.045, 0.35, 1);
  width: 28.125rem;
  z-index: 1001;
}
@media (max-width: 575.98px) {
  #nav-drawer {
    padding: 1.25rem 2.8125rem 5.625rem 2.8125rem;
    width: 100%;
  }
}
.customize-support #nav-drawer {
  height: calc(100vh - 32px);
  top: 2rem;
}
@media (max-width: 575.98px) {
  .customize-support #nav-drawer {
    height: calc(100vh - 46px);
    top: 2.875rem;
  }
}
#nav-drawer .nav-drawer-logo {
  display: block;
}
#nav-drawer .nav-drawer-logo img {
  margin: 0 auto;
  width: 12.5rem;
}
#nav-drawer .close {
  align-items: center;
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 1.375rem;
  height: 3.125rem;
  justify-content: center;
  margin: 0.625rem -0.9375rem 0 0;
  transition: all 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995);
  width: 3.125rem;
}
#nav-drawer .close:hover {
  color: #f8a03a;
  transform: rotate(180deg);
}
#nav-drawer a:focus > span {
  outline: none !important;
}
#nav-drawer > ul {
  border-bottom: 0.0625rem rgba(255, 255, 255, 0.2) solid;
  margin: 0;
}
#nav-drawer > ul > li:first-child > a {
  border-top: 0 none;
}
#nav-drawer > ul > li > a {
  border-top: 0.0625rem rgba(255, 255, 255, 0.2) solid;
  color: white;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
  padding: 0.9375rem 0.375rem;
}
#nav-drawer > ul > li > a:hover {
  color: #f8a03a;
}
#nav-drawer > ul > li.parent > a {
  position: relative;
}
#nav-drawer > ul > li.parent > a:before {
  color: #f8a03a;
  content: "\e145";
  font-family: "Material Icons";
  font-size: 1rem;
  line-height: 1em;
  position: absolute;
  right: 0.375rem;
  top: 0.875rem;
  transition: all 0.35s cubic-bezier(0.405, 0.07, 0.575, 0.995);
}
#nav-drawer > ul > li.open.parent > a:before {
  transform: rotate(135deg);
}
#nav-drawer > ul > li.open ul {
  display: block;
  opacity: 1;
}
#nav-drawer > ul > li ul {
  display: none;
  list-style: none;
  margin: -0.375rem 0 0 0;
  opacity: 0;
  padding: 0 0.625rem 0.9375rem 0.625rem;
}
#nav-drawer > ul > li ul a {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 0.375rem 0;
  position: relative;
}
#nav-drawer > ul > li ul a:before {
  content: "- ";
}
#nav-drawer > ul > li ul a:hover {
  color: #f8a03a;
}
#nav-drawer > ul > li ul ul {
  margin: 0.375rem 0 1.25rem 0;
  padding-bottom: 0;
  padding-left: 0.46875rem;
  position: relative;
}
#nav-drawer > ul > li ul ul:before {
  background: #6caedf;
  content: "";
  height: 92%;
  left: 0.46875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1875rem;
}
#nav-drawer > ul > li ul ul li {
  padding-left: 1.25rem;
}
#nav-drawer > ul > li ul ul a {
  font-size: 0.875rem;
}
#nav-drawer > ul > li ul ul a:before {
  display: none;
}
#nav-drawer #menu-social-1 {
  border-bottom: 0 none;
  display: flex;
  margin: 1.875rem 0 0 -0.625rem;
}
#nav-drawer #menu-social-1 li a {
  border: 0 none;
  display: block;
  padding: 0.9375rem;
}
#nav-drawer #menu-social-1 li a span {
  display: none;
}
#nav-drawer #menu-social-1 li a:hover {
  color: #f8a03a;
}

.is-active {
  box-shadow: 0 0 2.5rem 0.625rem rgba(0, 0, 0, 0.25);
  transform: translateX(0) !important;
}

/*==================================
=              Search              =
==================================*/
.search-bar {
  background: #005d7e;
  display: none;
}
.search-bar .search-close {
  align-items: center;
  color: white;
  cursor: pointer;
  display: flex;
  height: 3.125rem;
  justify-content: center;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.1s ease;
  width: 3.125rem;
}
@media (max-width: 767.98px) {
  .search-bar .search-close {
    display: none;
  }
}
.search-bar.search-open form,
.search-bar.search-open .search-close {
  opacity: 1;
  transition: opacity 0.75s ease 0.25s;
}
.search-bar form {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 3.75rem 0;
  opacity: 0;
  transition: opacity 0.15s ease;
}
@media (max-width: 767.98px) {
  .search-bar form {
    padding: 1.875rem;
  }
}
@media (max-width: 575.98px) {
  .search-bar form {
    padding: 1.875rem 0.9375rem;
  }
}
.search-bar input[type=text] {
  border: 0 none;
  height: 3.75rem;
  padding: 0 1.25rem;
  width: 100%;
}
.search-bar .link-block {
  flex: 0 1 100px;
  height: 3.75rem;
  margin-left: 1.875rem;
  padding: 0 1.875rem;
}
@media (max-width: 575.98px) {
  .search-bar .link-block {
    display: none;
  }
}

.gsc-control-cse {
  font-family: proxima-nova, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}
.gsc-control-cse .gsc-webResult {
  border-bottom: 1px #ccc solid !important;
  padding: 1.875rem 0 !important;
}
.gsc-control-cse .gsc-resultsRoot > .gsc-webResult {
  border-bottom: 0 none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.gsc-control-cse .gs-title,
.gsc-control-cse .gs-title b {
  color: #002e4f !important;
  font-size: 1.25rem !important;
}
.gsc-control-cse .gs-visibleUrl {
  color: #6caedf !important;
  font-size: 0.875rem;
  margin: 0.3125rem 0 0.625rem 0;
}
.gsc-control-cse .gs-snippet {
  font-family: proxima-nova, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
  font-size: 1rem;
}
.gsc-control-cse .gsc-cursor-box {
  margin: 0 !important;
}
.gsc-control-cse .gsc-cursor-page {
  color: #002e4f !important;
  display: inline-block !important;
  font-size: 1rem !important;
  margin: 0 !important;
  padding: 0.625rem;
  transition: all 0.25s ease;
}
.gsc-control-cse .gsc-cursor-page:hover {
  color: #f8a03a !important;
  text-decoration: none !important;
}
.gsc-control-cse .gcsc-more-maybe-branding-root {
  display: none;
}

/*==================================
=           Breadcrumbs           =
==================================*/
.breadcrumb {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 1.25rem 0 0 0;
}
@media (max-width: 767.98px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb li {
  color: #63656a;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1em;
  padding: 0 1.25rem;
  position: relative;
  text-align: left;
}
.breadcrumb li:first-child:before {
  display: none;
}
.breadcrumb li:before {
  border-bottom: 0.25rem transparent solid;
  border-left: 0.25rem #6caedf solid;
  border-top: 0.25rem transparent solid;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.25rem;
}
.breadcrumb li a {
  display: block;
  color: #002e4f;
}
.breadcrumb li a:hover {
  color: #f8a03a;
}
.breadcrumb li i {
  font-size: 1.125rem;
  line-height: 1em;
  position: relative;
  top: 0.125rem;
}

/*==================================
=             Elements             =
==================================*/
.link-liner {
  background: #6caedf;
  display: block;
  height: 0.1875rem;
  margin-right: 0.625rem;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  width: 1.25rem;
}
.link-liner:after {
  background: #002e4f;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995) 0.1s;
  width: 100%;
  z-index: 1;
}

.link-block {
  align-items: center;
  background: #002e4f;
  border: 0 none;
  color: white;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  height: 6.25rem;
  justify-content: center;
  text-decoration: none !important;
  transition: all 0.3s ease;
  width: 28.125rem;
}
.link-block.link-block-small {
  height: auto;
  min-height: 3.125rem;
  padding: 0.625rem 1.25rem;
  width: auto;
}
.link-block:hover, .link-block:focus {
  background: #f8a03a;
  color: white;
}
.link-block:hover .link-liner, .link-block:focus .link-liner {
  background: white;
}
.link-block:hover .link-liner:after, .link-block:focus .link-liner:after {
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995);
}

.link-text {
  align-items: center;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25em;
  text-decoration: none !important;
}
.link-text:hover {
  color: #f8a03a;
}
.link-text:hover .link-liner:after {
  transform: translateX(0);
  transition: transform 0.3s cubic-bezier(0.405, 0.07, 0.575, 0.995);
}

.gform_button {
  background: #002e4f;
  border: 0 none;
  color: white;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.9375rem 1.875rem;
  text-decoration: none !important;
  transition: all 0.3s ease;
}
.gform_button:hover {
  background: #f8a03a;
}

/*==================================
=             Facets             =
==================================*/
.facetwp-facet.facetwp-type-fselect .fs-wrap,
.facetwp-facet.facetwp-type-fselect .fs-dropdown {
  width: 100% !important;
}
.facetwp-facet.facetwp-facet-departments .fs-wrap,
.facetwp-facet.facetwp-facet-departments .fs-dropdown {
  width: 350px !important;
}
.facetwp-facet .fs-wrap {
  display: block;
  position: relative;
}
.facetwp-facet .fs-dropdown {
  margin-top: -0.0625rem;
}
.facetwp-facet .fs-option.selected .fs-checkbox i {
  background-color: #f8a03a !important;
}

.facetwp-pager .facetwp-pagination {
  border-bottom: 1px #ccc solid;
  margin-bottom: 2.8125rem;
  padding-bottom: 2.8125rem;
}
.facetwp-pager .facetwp-page {
  margin: 0;
  padding: 0 0.625rem;
}
.facetwp-pager .facetwp-page:not(.active):hover {
  color: #f8a03a !important;
}
.facetwp-pager:last-child .facetwp-pagination {
  border-bottom: 0 none;
  border-top: 1px #ccc solid;
  padding-top: 2.8125rem !important;
  padding-bottom: 0;
  margin-bottom: 0;
}

.facetwp-type-date_range {
  display: flex;
  justify-content: space-between;
}
.facetwp-type-date_range input {
  width: 45%;
}
.facetwp-type-date_range .facetwp-date {
  padding: 0.375rem 0.625rem;
  width: 48%;
}

/*====================================
=            Theme Styles            =
====================================*/
* {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

html,
body {
  overflow-x: hidden;
}

body {
  padding-top: 160px;
}
body.alert-bar-active {
  padding-top: 210px;
}
@media (max-width: 767.98px) {
  body {
    padding-top: 0 !important;
  }
}

.container-max {
  margin: 0 auto;
  max-width: 1600px;
}

.container-full {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  right: 50%;
  width: 100vw;
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media (max-width: 767.98px) {
  #header {
    position: relative;
    top: auto;
  }
}
.customize-support #header {
  top: 32px;
}
@media (max-width: 767.98px) {
  .customize-support #header {
    top: auto;
  }
}
#header .top-bar {
  background: #002e4f;
  color: white;
  height: 3.125rem;
  padding: 0 3.75rem;
}
#header .top-bar > div {
  display: -ms-flexbox;
}
#header .top-bar .search-btn {
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 3.125rem;
  padding: 0 0.625rem;
  transition: all 0.25s ease;
}
#header .top-bar .search-btn:hover {
  color: #f8a03a;
}
#header .top-bar #menu-top-navigation,
#header .top-bar #menu-social {
  display: flex;
  display: -ms-flexbox;
  margin: 0;
}
#header .top-bar #menu-top-navigation > li > a,
#header .top-bar #menu-social > li > a {
  color: white;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 3.125rem;
  padding: 0 0.75rem;
  text-transform: uppercase;
}
#header .top-bar #menu-top-navigation > li:hover > a,
#header .top-bar #menu-social > li:hover > a {
  color: #f8a03a;
}
#header .top-bar #menu-top-navigation {
  margin: 0 1.875rem;
}
@media (max-width: 991.98px) {
  #header .top-bar #menu-top-navigation {
    display: none;
  }
}
#header .top-bar #menu-social {
  margin-right: -0.625rem;
}
#header .top-bar #menu-social a {
  font-size: 1rem;
  padding: 0 0.625rem !important;
}
#header .top-bar #menu-social span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#menu-top-navigation > li {
  position: relative;
}
#menu-top-navigation > li.parent {
  padding-right: 0.625rem;
}
#menu-top-navigation > li.parent:after {
  content: "\e145";
  font-family: "Material Icons";
  font-size: 1rem;
  line-height: 1em;
  margin-top: -0.5625rem;
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transition: all 0.4s ease;
}
#menu-top-navigation > li.parent a {
  cursor: default;
}
#menu-top-navigation > li > ul {
  background: #005d7e;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 100%;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 80%;
  transition: all 0.4s ease;
  z-index: 1001;
}
#menu-top-navigation > li > ul > li {
  position: relative;
}
#menu-top-navigation > li > ul > li.sub-parent {
  padding-right: 1.875rem;
}
#menu-top-navigation > li > ul > li.sub-parent:after {
  color: #f8a03a;
  content: "\e145";
  font-family: "Material Icons";
  font-size: 1.125rem;
  line-height: 1em;
  margin-top: -0.5625rem;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transition: all 0.4s ease;
}
#menu-top-navigation > li > ul > li:hover ul {
  opacity: 1;
  pointer-events: auto;
}
#menu-top-navigation > li > ul a {
  color: white;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1em;
  padding: 0.9375rem;
  white-space: nowrap;
}
#menu-top-navigation > li > ul a:hover {
  color: #f8a03a;
}
#menu-top-navigation > li > ul ul {
  background: #005d7e;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  left: 100%;
  list-style: none;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 200px;
}
#menu-top-navigation > li > ul ul a {
  white-space: normal !important;
}
#menu-top-navigation > li:hover.parent:after {
  color: #f8a03a;
  transform: rotate(90deg);
}
#menu-top-navigation > li:hover > ul {
  opacity: 1;
  pointer-events: auto;
  top: 100%;
}

.main-bar {
  background: white;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  height: 110px;
  padding: 0 3.75rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .main-bar {
    padding: 0 1.875rem;
  }
}
.main-bar > div {
  display: -ms-flexbox;
  height: 100%;
}

.search-btn-mobile {
  color: #002e4f;
  cursor: pointer;
  padding: 0.9375rem;
}
.search-btn-mobile.search-active span {
  display: none;
}
.search-btn-mobile.search-active:before {
  content: "\e5cd";
}

.custom-logo-link {
  display: block;
}
.custom-logo-link img {
  transform: translateY(-0.9375rem);
}
@media (max-width: 767.98px) {
  .custom-logo-link img {
    transform: translateY(-0.75rem);
    width: 18.75rem;
  }
}
@media (max-width: 575.98px) {
  .custom-logo-link img {
    transform: translateY(-0.5rem);
    width: 12.5rem;
  }
}

.main-nav-wrapper {
  padding-left: 10%;
  width: 100%;
}

#menu-main-navigation {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  margin: 0;
}
#menu-main-navigation > li {
  position: relative;
}
#menu-main-navigation > li.parent > a span {
  position: relative;
}
#menu-main-navigation > li.parent > a span:before {
  color: #f8a03a;
  content: "\e145";
  font-family: "Material Icons";
  font-size: 1rem;
  line-height: 1em;
  opacity: 0;
  position: absolute;
  right: -1.25rem;
  top: 0.25rem;
  transition: all 0.25s cubic-bezier(0.405, 0.07, 0.575, 0.995);
}
#menu-main-navigation > li > a {
  display: block;
  font-family: proxima-nova-condensed, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  height: 100%;
  line-height: 6.875rem;
  position: relative;
  text-transform: uppercase;
}
#menu-main-navigation > li > a:focus {
  color: inherit;
}
#menu-main-navigation > li > a:after {
  border-bottom: 0.5rem #005d7e solid;
  border-left: 0.5rem transparent solid;
  border-right: 0.5rem transparent solid;
  bottom: 0.9375rem;
  content: "";
  left: 50%;
  margin-left: -0.25rem;
  opacity: 0;
  position: absolute;
  z-index: 2;
}
#menu-main-navigation > li:hover > a, #menu-main-navigation > li.open > a {
  color: #f8a03a;
}
#menu-main-navigation > li:hover.parent > a span:before, #menu-main-navigation > li.open.parent > a span:before {
  opacity: 1;
  top: 0.0625rem;
}
#menu-main-navigation > li.open > a:after {
  opacity: 1;
}
#menu-main-navigation > li.open > a span:before {
  transform: rotate(135deg);
}
#menu-main-navigation > li.open > ul {
  left: 0;
  opacity: 1;
  pointer-events: auto;
}
#menu-main-navigation .sub-wrapper {
  background: #005d7e;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  left: -624.9375rem;
  list-style: none;
  margin: 0;
  max-height: calc(100vh - 50px - 110px);
  opacity: 0;
  overflow-y: auto;
  padding: 1.875rem 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% - 15px);
  width: 70vw;
  z-index: 1000;
}
#menu-main-navigation .sub-wrapper .sub-menu-container {
  display: flex;
}
#menu-main-navigation .sub-wrapper .sub-menu-container > ul {
  border-left: 1px rgba(255, 255, 255, 0.2) solid;
  padding: 0 2.8125rem !important;
  width: 35%;
}
#menu-main-navigation .sub-wrapper .sub-menu-container .sub-menu-title {
  border: 0 none;
  width: 30%;
}
#menu-main-navigation .sub-wrapper .sub-menu-container .sub-menu-title li {
  color: white;
  font-size: 1.875rem;
}
#menu-main-navigation .sub-wrapper .sub-menu-container > .sub-menu {
  list-style: none;
}
#menu-main-navigation .sub-wrapper .sub-menu-container > .sub-menu .sub-parent a {
  position: relative;
}
#menu-main-navigation .sub-wrapper .sub-menu-container > .sub-menu .sub-parent a:after {
  color: #f8a03a;
  content: "\e145";
  font-family: "Material Icons";
  font-size: 1.25rem;
  left: 0.375rem;
  line-height: 1em;
  position: relative;
  top: 0.375rem;
  transition: all 0.25s cubic-bezier(0.405, 0.07, 0.575, 0.995);
}
#menu-main-navigation .sub-wrapper .sub-menu-container > .sub-menu .sub-parent.active a {
  color: #f8a03a;
}
#menu-main-navigation .sub-wrapper .sub-menu-container > .sub-menu .sub-parent.active a:after {
  content: "\e5c8";
}
#menu-main-navigation .sub-wrapper .sub-menu-container > .sub-menu .sub-parent.active span:after {
  width: 0%;
}
#menu-main-navigation .sub-wrapper .sub-menu-container > .sub-menu .sub-parent .children {
  display: none;
}
#menu-main-navigation .sub-wrapper a {
  color: white;
  display: block;
  font-weight: 700;
  line-height: 1.25em;
  padding: 0.9375rem 0;
}
#menu-main-navigation .sub-wrapper a span {
  position: relative;
}
#menu-main-navigation .sub-wrapper a span:after {
  background: #f8a03a;
  bottom: -5px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transition: width 0.4s cubic-bezier(0.52, 0.01, 0.16, 1);
  width: 0%;
}
#menu-main-navigation .sub-wrapper a:hover span:after {
  width: 100%;
}

.masthead-banner,
.masthead-interior {
  max-height: 37.5rem;
  overflow: hidden;
  position: relative;
  transition: all 0.35s ease;
  z-index: 1;
}
@media (min-width: 1600px) {
  .masthead-banner,
  .masthead-interior {
    padding: 1.875rem 1.875rem 0 1.875rem;
  }
}
.masthead-banner img,
.masthead-interior img {
  height: auto;
  max-width: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.masthead-banner {
  margin-bottom: -15rem;
}
@media (max-width: 1199.98px) {
  .masthead-banner {
    margin-bottom: -8.75rem;
  }
}
@media (max-width: 991.98px) {
  .masthead-banner {
    margin-bottom: -3.75rem;
  }
}
@media (max-width: 767.98px) {
  .masthead-banner {
    margin-bottom: 0;
    max-height: 25rem;
  }
}
.masthead-banner:before {
  background: linear-gradient(transparent 0%, black 100%);
  bottom: 0;
  height: 70%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .masthead-banner:before {
    content: "";
  }
}

.masthead-interior {
  margin-bottom: 3.75rem;
}
@media (max-width: 991.98px) {
  .masthead-interior {
    padding: 0 2.8125rem;
  }
}
@media (max-width: 767.98px) {
  .masthead-interior {
    margin-bottom: 0;
    padding: 0 1.875rem;
  }
}
.masthead-interior > div {
  max-height: 37.5rem;
  overflow: hidden;
  position: relative;
}
.masthead-interior .masthead-title {
  bottom: 3.75rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .masthead-interior .masthead-title {
    bottom: -1.875rem;
  }
}
@media (max-width: 991.98px) {
  .masthead-interior .masthead-title {
    bottom: auto;
    left: auto;
    position: relative;
  }
}
.masthead-interior .masthead-title .masthead-title-inner {
  background: white;
  padding: 2.8125rem;
}
@media (max-width: 991.98px) {
  .masthead-interior .masthead-title .masthead-title-inner {
    padding: 2.8125rem 0;
  }
}
@media (max-width: 767.98px) {
  .masthead-interior .masthead-title .masthead-title-inner {
    padding: 1.875rem 0;
  }
}
.masthead-interior .masthead-title h1 {
  margin-bottom: 0;
}
.masthead-interior.masthead-interior-basic {
  padding-top: 3.75rem;
}
@media (max-width: 767.98px) {
  .masthead-interior.masthead-interior-basic {
    padding-top: 1.875rem;
  }
}

.link-tag {
  align-items: center;
  background: #002e4f;
  color: white;
  display: flex;
  justify-content: space-between;
  max-width: 25rem;
  position: absolute;
  right: 0;
  text-decoration: none !important;
  top: 3.125rem;
  z-index: 3;
}
@media (min-width: 1600px) {
  .link-tag {
    right: 1.875rem;
    top: 3.75rem;
  }
}
.link-tag:hover {
  color: white;
}
.link-tag:hover span {
  padding-right: 4.6875rem;
}
@media (max-width: 991.98px) {
  .link-tag:hover span {
    padding-right: 2.8125rem;
  }
}
@media (max-width: 767.98px) {
  .link-tag:hover span {
    padding-right: 0.9375rem;
  }
}
.link-tag:hover i {
  transform: rotate(0deg);
}
.link-tag span {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 1.875rem 3.75rem;
  transition: all 0.3s cubic-bezier(0.52, 0.01, 0.16, 1);
}
.link-tag span strong {
  display: block;
  font-weight: 700;
}
.link-tag em {
  align-self: flex-end;
  background: white;
  color: #002e4f;
  font-style: normal;
  height: 2.1875rem;
  width: 2.1875rem;
}
.link-tag em i {
  font-size: 2.125rem;
  line-height: 1em;
  transform: rotate(45deg);
  transition: transform 0.4s cubic-bezier(0.52, 0.01, 0.16, 1);
}
@media (max-width: 767.98px) {
  .link-tag.link-tag-home {
    background: transparent;
    bottom: 0;
    top: auto;
  }
}
@media (max-width: 991.98px) {
  .link-tag.link-tag-home span {
    padding: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .link-tag.link-tag-home span {
    font-size: 0.75rem;
    padding: 0.625rem 0.9375rem;
  }
}
@media (max-width: 767.98px) {
  .link-tag.link-tag-home em {
    display: none;
  }
}

.recent-news {
  margin: 2.5rem auto;
  position: relative;
  transition: margin 0.3s ease;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .recent-news {
    margin: 0.9375rem auto 1.875rem auto;
    z-index: 0;
  }
}

.recent-news-block {
  background: #eee;
  padding: 5rem 5rem 5.625rem 5rem;
}
@media (max-width: 767.98px) {
  .recent-news-block {
    padding: 2.8125rem;
  }
}
.recent-news-block > div {
  position: relative;
}
.recent-news-block > div:before {
  background: #ccc;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 0.0625rem;
}
@media (max-width: 1199.98px) {
  .recent-news-block > div:before {
    display: none;
  }
}

.featured-news > div {
  padding-right: 5rem;
}
@media (max-width: 1199.98px) {
  .featured-news > div {
    border-bottom: 0.0625rem #ccc solid;
    margin-bottom: 2.8125rem;
    padding: 0 0 2.8125rem 0;
  }
}
.featured-news .featured-news-content {
  line-height: 2rem;
}

.other-news > div {
  padding-left: 5rem;
}
@media (max-width: 1199.98px) {
  .other-news > div {
    padding-left: 0;
  }
}
.other-news article {
  display: flex;
  margin-bottom: 1.875rem;
}
@media (max-width: 767.98px) {
  .other-news article {
    margin-bottom: 0.9375rem;
  }
}
.other-news article:last-child {
  margin-bottom: 0;
}
.other-news article time {
  flex: 1 0 5rem;
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .other-news article time {
    flex: 1 0 4.0625rem;
    font-size: 0.875rem;
  }
}
.other-news article h3 {
  flex: 0 1 100%;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin: 0;
}
@media (max-width: 767.98px) {
  .other-news article h3 {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.read-all-btn {
  margin-top: -3.125rem;
}
@media (max-width: 767.98px) {
  .read-all-btn {
    margin-top: 0;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .col-fact {
    margin-bottom: 5.625rem;
  }
}
@media (max-width: 767.98px) {
  .col-fact {
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .col-tabs {
    margin-bottom: 1.875rem;
  }
}

.accomplishment {
  align-items: center;
  background: #005d7e;
  color: white;
  display: flex;
  font-family: proxima-nova-condensed, sans-serif;
  font-size: 1.875rem;
  height: 100%;
  justify-content: center;
  line-height: 2.5rem;
  padding: 12%;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .accomplishment {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}
@media (max-width: 767.98px) {
  .accomplishment {
    font-size: 1.5rem;
    height: auto;
    line-height: 2.125rem;
  }
}
.accomplishment.size-small {
  font-size: 1.5rem;
  line-height: 2.125rem;
}
@media (max-width: 767.98px) {
  .accomplishment.size-small {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.accomplishment p {
  margin-bottom: 0;
}

.refresh-link {
  margin-top: -3.125rem;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .refresh-link {
    margin-top: 0;
    width: 100%;
  }
}
.refresh-link:hover i, .refresh-link:focus i {
  color: white;
}
.refresh-link i {
  color: #6caedf;
  margin-right: 0.9375rem;
  transition: all 0.3s ease;
}

.quick-links {
  margin-bottom: 7.5rem;
  padding: 0 2.5rem;
}
@media (min-width: 1600px) {
  .quick-links {
    padding: 0 1.875rem;
  }
}
@media (max-width: 991.98px) {
  .quick-links {
    margin-bottom: 1.875rem;
    padding: 0 0.9375rem;
  }
}
.quick-links .tabs {
  background: #eee;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.quick-links label {
  align-items: center;
  background: #ddd;
  color: #002e4f;
  cursor: pointer;
  display: flex;
  font-family: proxima-nova-condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  height: 6.25rem;
  justify-content: center;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
  transition: all 0.3s ease;
  width: 50%;
}
@media (max-width: 1199.98px) {
  .quick-links label {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .quick-links label {
    font-size: 1rem;
    height: 4.375rem;
  }
}
.quick-links label:hover {
  color: #f8a03a;
}
.quick-links input {
  display: none;
}
.quick-links input:checked + label {
  background: #eee;
}
.quick-links input:checked + label:hover {
  color: #002e4f;
}
.quick-links input#board-tab:checked ~ #board-content, .quick-links input#parent-tab:checked ~ #parent-content {
  height: auto;
}
.quick-links input#board-tab:checked ~ #board-content > div, .quick-links input#parent-tab:checked ~ #parent-content > div {
  opacity: 1;
  top: 0;
}
.quick-links section {
  grid-column: span 2;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.quick-links section > div {
  opacity: 0;
  padding: 2.8125rem 5.625rem 3.75rem 5.625rem;
  position: relative;
  top: 1.875rem;
  transition: all 0.6s cubic-bezier(0.52, 0.01, 0.16, 1) 0.05s;
}
@media (max-width: 767.98px) {
  .quick-links section > div {
    padding: 1.875rem 2.8125rem;
  }
}
.quick-links section .header-label {
  margin-bottom: 0.375rem;
}
.quick-links section ul {
  margin: 0;
}
.quick-links section ul li:last-child a {
  border-bottom: 0 none;
}
.quick-links section ul a {
  align-items: center;
  border-bottom: 1px #ccc solid;
  display: flex;
  font-size: 1.5rem;
  justify-content: space-between;
  line-height: 1.25em;
  padding: 1.25rem 0;
}
@media (max-width: 767.98px) {
  .quick-links section ul a {
    font-size: 1.25rem;
  }
}
.quick-links section ul a:hover i {
  transform: translateX(0.625rem);
}
.quick-links section ul a i {
  color: #f8a03a;
  transition: all 0.4s cubic-bezier(0.52, 0.01, 0.16, 1);
}

.universities-list {
  margin-bottom: 5.625rem;
  padding: 0 1.875rem;
}
@media (max-width: 767.98px) {
  .universities-list {
    margin-bottom: 2.8125rem;
  }
}
.universities-list header {
  margin-bottom: 3.75rem;
}
@media (max-width: 767.98px) {
  .universities-list header {
    margin-bottom: 1.875rem;
  }
}
.universities-list header p {
  margin: 0;
}

.universities-grid {
  display: flex;
  flex-wrap: wrap;
}
.universities-grid li {
  border-right: 1px #ddd solid;
  border-top: 1px #ddd solid;
  overflow: hidden;
  width: 25%;
}
@media (min-width: 1200px) {
  .universities-grid li:nth-child(-n+4) {
    border-top: 0 none;
  }
  .universities-grid li:nth-child(4n) {
    border-right: 0 none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .universities-grid li {
    width: 33.333%;
  }
  .universities-grid li:nth-child(-n+3) {
    border-top: 0 none;
  }
  .universities-grid li:nth-child(3n) {
    border-right: 0 none;
  }
}
@media (max-width: 991.98px) {
  .universities-grid li {
    width: 50%;
  }
  .universities-grid li:nth-child(-n+2) {
    border-top: 0 none;
  }
  .universities-grid li:nth-child(2n) {
    border-right: 0 none;
  }
}
.universities-grid li.unf img {
  position: relative;
  top: -0.5rem;
}
.universities-grid li a {
  align-items: center;
  display: flex;
  height: 14.0625rem;
  justify-content: center;
  padding: 0 1.875rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .universities-grid li a {
    height: 11.25rem;
  }
}
@media (max-width: 767.98px) {
  .universities-grid li a {
    height: 8.75rem;
  }
}
.universities-grid li a em {
  bottom: -1.25rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  left: 0;
  line-height: 1em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s cubic-bezier(0.52, 0.01, 0.16, 1);
  white-space: nowrap;
  width: 100%;
}
@media (max-width: 991.98px) {
  .universities-grid li a em {
    display: none;
  }
}
.universities-grid li a:hover {
  color: #002e4f;
}
.universities-grid li a:hover em {
  bottom: 20px;
  opacity: 1;
}
.universities-grid li img {
  max-width: 100%;
}

.did-u-know {
  background: #005d7e;
}
.did-u-know .col-duk-logo > div {
  padding: 3.75rem;
}
@media (max-width: 1199.98px) {
  .did-u-know .col-duk-logo > div {
    padding: 3.75rem 1.875rem;
  }
}
@media (max-width: 991.98px) {
  .did-u-know .col-duk-logo > div {
    padding: 1.875rem 1.875rem 0 1.875rem;
  }
}
.did-u-know .col-duk-logo span {
  color: #6caedf;
  font-weight: 700;
}
.did-u-know .col-duk-logo img {
  max-width: 100%;
  width: 100%;
}
.did-u-know .duk-title {
  color: white;
  padding: 1.875rem 2.8125rem 1.875rem 1.875rem;
}
@media (max-width: 991.98px) {
  .did-u-know .duk-title {
    padding-top: 0.625rem;
  }
}
@media (max-width: 767.98px) {
  .did-u-know .duk-title {
    padding-right: 0;
  }
}
.did-u-know .duk-title h3 {
  align-items: center;
  display: flex;
  font-weight: 900;
  margin: 0;
}
@media (max-width: 767.98px) {
  .did-u-know .duk-title h3 {
    font-size: 1.5rem;
    line-height: 1.25em;
  }
}
.did-u-know .duk-title h3 span {
  padding-right: 1.875rem;
}
.did-u-know .duk-title i {
  color: #f8a03a;
  font-size: 3.75rem;
  transition: transform 0.4s cubic-bezier(0.52, 0.01, 0.16, 1);
}
@media (max-width: 767.98px) {
  .did-u-know .duk-title i {
    font-size: 2.5rem;
  }
}
.did-u-know .duk-title i.content-active {
  transform: rotate(-225deg);
}
.did-u-know .js-toggle {
  cursor: pointer;
}
.did-u-know .js-toggle:hover i {
  transform: rotate(180deg);
}
.did-u-know .js-toggle:hover i.content-active {
  transform: rotate(-225deg);
}
.did-u-know .duk-content {
  color: white;
  display: none;
  padding: 0 9.375rem 3.75rem 1.875rem;
}
@media (max-width: 767.98px) {
  .did-u-know .duk-content {
    padding: 0 1.875rem 1.875rem 1.875rem;
  }
}
.did-u-know .duk-content.content-open > div {
  opacity: 1;
  top: 0;
  transition: all 0.4s ease 0.15s;
}
.did-u-know .duk-content > div {
  margin-top: -1.875rem;
  opacity: 0;
  position: relative;
  top: 1.25rem;
  transition: opacity 0.15s ease;
}
@media (max-width: 991.98px) {
  .did-u-know .duk-content > div {
    margin-top: 0;
  }
}
.did-u-know .duk-content > div a {
  color: white;
  text-decoration: underline;
}
.did-u-know .duk-content > div a:hover {
  color: #f8a03a;
}

#footer {
  position: relative;
}

.footer-mid {
  background: #002e4f;
  color: white;
  padding-bottom: 4.6875rem;
  padding-top: 4.6875rem;
}
@media (max-width: 767.98px) {
  .footer-mid {
    padding-bottom: 2.8125rem;
    padding-top: 2.8125rem;
  }
}
.footer-mid a {
  color: white;
}
.footer-mid .row-footer-content {
  margin-bottom: 3.75rem;
}
@media (max-width: 767.98px) {
  .footer-mid .row-footer-content {
    margin-bottom: 0.9375rem;
  }
}
.footer-mid .footer-badge {
  display: flex;
  justify-content: flex-end;
  width: 25%;
}
@media (max-width: 991.98px) {
  .footer-mid .footer-badge {
    display: block;
    margin-bottom: 3.75rem;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .footer-mid .footer-badge {
    margin-bottom: 1.875rem;
  }
}
.footer-mid .footer-badge img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .footer-mid .footer-badge img {
    margin: 0 auto;
    max-width: 15.625rem;
  }
}
@media (max-width: 767.98px) {
  .footer-mid .footer-badge img {
    width: 12.5rem;
  }
}
.footer-mid .footer-content {
  width: 75%;
}
@media (max-width: 991.98px) {
  .footer-mid .footer-content {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .footer-mid .footer-content {
    padding: 0 1.875rem;
  }
}
.footer-mid .footer-content > p {
  font-size: 1.125rem;
  line-height: 1.25em;
  margin-bottom: 2.8125rem;
}
.footer-mid .footer-content > p span {
  padding: 0 0.75rem;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .footer-mid .footer-content > p span {
    display: block;
    padding: 0.1875rem 0;
  }
}
.footer-mid .footer-content > p span:first-child {
  padding-left: 0;
}
.footer-mid .footer-content > p span:first-child:before {
  display: none;
}
.footer-mid .footer-content > p span:before {
  background: #6caedf;
  border-radius: 100%;
  content: "";
  height: 0.25rem;
  left: -0.125rem;
  margin-top: -0.125rem;
  position: absolute;
  top: 50%;
  width: 0.25rem;
}
@media (max-width: 991.98px) {
  .footer-mid .footer-content > p span:before {
    display: none;
  }
}
.footer-mid .footer-content ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.1875rem;
}
@media (max-width: 991.98px) {
  .footer-mid .footer-content ul {
    justify-content: space-between;
  }
}
@media (max-width: 991.98px) {
  .footer-mid .footer-content ul {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .footer-mid .footer-content ul {
    display: block;
    margin-left: 0;
  }
}
.footer-mid .footer-content ul li {
  width: 35%;
}
@media (max-width: 1199.98px) {
  .footer-mid .footer-content ul li {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .footer-mid .footer-content ul li {
    width: auto;
  }
}
.footer-mid .footer-content ul a {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.1875rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.footer-mid .footer-content ul a:hover {
  color: #f8a03a;
}

.footer-bottom {
  position: relative;
}
@media (max-width: 991.98px) {
  .footer-bottom {
    border-top: 1px rgba(255, 255, 255, 0.2) solid;
    padding-top: 1.875rem;
  }
}
.footer-bottom:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .footer-bottom:before {
    display: none;
  }
}

.footer-nav-wrapper {
  display: inline-block;
}
@media (max-width: 991.98px) {
  .footer-nav-wrapper {
    display: block;
  }
}
.footer-nav-wrapper ul {
  background: #002e4f;
  display: flex;
  margin: 0 0 0 -0.9375rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .footer-nav-wrapper ul {
    display: block;
    text-align: center;
  }
}
.footer-nav-wrapper ul li {
  padding: 0 0.9375rem;
  position: relative;
}
.footer-nav-wrapper ul li:first-child:before {
  display: none;
}
.footer-nav-wrapper ul li:before {
  background: #6caedf;
  border-radius: 100%;
  content: "";
  height: 0.25rem;
  left: -0.125rem;
  margin-top: -0.125rem;
  position: absolute;
  top: 50%;
  width: 0.25rem;
}
@media (max-width: 991.98px) {
  .footer-nav-wrapper ul li:before {
    display: none;
  }
}
.footer-nav-wrapper ul a {
  font-size: 1rem;
}
.footer-nav-wrapper ul a:hover {
  color: #f8a03a;
}

#page-container {
  padding-bottom: 3.75rem;
  padding-top: 3.75rem;
}
@media (max-width: 767.98px) {
  #page-container {
    padding: 1.875rem;
  }
}

@media (max-width: 991.98px) {
  #single-container {
    padding: 0 2.8125rem;
  }
}
@media (max-width: 767.98px) {
  #single-container {
    padding: 0 1.875rem 1.875rem 1.875rem;
  }
}

.entry-header {
  margin-bottom: 3.75rem;
}
@media (max-width: 767.98px) {
  .entry-header {
    margin-bottom: 1.875rem;
  }
}
.entry-header h1 {
  font-weight: 900;
  margin: 0;
}

.entry-content a {
  text-decoration: underline;
}
.entry-content ul,
.entry-content ol {
  margin-top: -0.625rem;
  padding-left: 1.875rem;
}
.entry-content ul li,
.entry-content ol li {
  margin-bottom: 0.625rem;
}
.entry-content ul li ul,
.entry-content ul li ol,
.entry-content ol li ul,
.entry-content ol li ol {
  margin-top: 0.625rem;
}
.entry-content ul.list-small,
.entry-content ol.list-small {
  margin-bottom: 1.875rem;
}
.entry-content ul.list-small li,
.entry-content ol.list-small li {
  margin-bottom: 0;
}
.entry-content ul.list-small li ul,
.entry-content ul.list-small li ol,
.entry-content ol.list-small li ul,
.entry-content ol.list-small li ol {
  margin-bottom: 0.625rem;
}

.entry-sidebar {
  padding-right: 3.75rem;
}
@media (max-width: 1199.98px) {
  .entry-sidebar {
    padding-right: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .entry-sidebar {
    padding-right: 0.9375rem;
  }
}
.entry-sidebar > div {
  background: #eee;
  padding: 12% 14%;
}
@media (max-width: 767.98px) {
  .entry-sidebar > div {
    padding: 1.875rem;
  }
}
.entry-sidebar > div h4 {
  margin-bottom: 0.9375rem;
}
.entry-sidebar > div > ul > li.current_page_item > a {
  color: #6caedf;
  cursor: auto;
  pointer-events: none;
}
.entry-sidebar > div > ul > li.page_item_has_children > a {
  padding-right: 1.875rem;
}
.entry-sidebar > div > ul > li.page_item_has_children > a:after {
  color: #f8a03a;
  content: "\e145";
  font-family: "Material Icons";
  font-size: 1.25rem;
  line-height: 1em;
  margin-top: -0.625rem;
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.25s cubic-bezier(0.405, 0.07, 0.575, 0.995);
}
.entry-sidebar > div > ul > li.page_item_has_children:not(.current_page_item):not(.current_page_ancestor) ul {
  display: none;
}
.entry-sidebar > div > ul > li > a {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25em;
  padding: 0.75rem 0 0.75rem 1.875rem;
  position: relative;
}
.entry-sidebar > div > ul > li > a:before {
  background: #6caedf;
  content: "";
  height: 0.1875rem;
  left: 0;
  margin-top: -0.125rem;
  position: absolute;
  top: 50%;
  width: 1.25rem;
}
.entry-sidebar > div > ul > li ul {
  list-style: none;
  margin: 0 0 0.9375rem 0;
  padding: 0 0 0 1.875rem;
}
.entry-sidebar > div > ul > li ul li.current_page_item a {
  color: #6caedf;
  cursor: auto;
  font-weight: 700;
  pointer-events: none;
}
.entry-sidebar > div > ul > li ul a {
  display: block;
  font-size: 1rem;
  line-height: 1.25em;
  padding: 0.3125rem 0;
}

.entry-sidebar-posts li:last-child h5 {
  margin-bottom: 0;
}
.entry-sidebar-posts h5 {
  font-size: 1rem;
  line-height: 1.25em;
}

.entry-preview {
  border-bottom: 1px #ddd solid;
  margin-bottom: 2.8125rem;
  padding-bottom: 2.8125rem;
}
.entry-preview:last-child {
  border-bottom: 0 none;
  padding-bottom: 0;
}
.entry-preview h2 {
  margin-bottom: 1.25rem;
}

.entry-date {
  color: #63656a;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
}

.uni-details {
  margin-bottom: 4.6875rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .uni-details {
    margin-bottom: 1.875rem;
  }
}
.uni-details > div {
  background: #005d7e;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2.8125rem;
}
.uni-details > div .uni-primary-phone {
  width: 100%;
}
.uni-details p {
  font-size: 1.875rem;
  line-height: 1em;
  margin-bottom: 0.9375rem;
}
@media (max-width: 991.98px) {
  .uni-details p {
    font-size: 1.5rem;
  }
}
.uni-details p a {
  color: white;
  text-decoration: none;
}
.uni-details p strong {
  display: block;
  font-size: 0.875rem;
}
.uni-details .link-tag {
  bottom: -2.8125rem;
  right: 0;
  top: auto;
}
@media (max-width: 1199.98px) {
  .uni-details .link-tag {
    bottom: -3.75rem;
  }
}
@media (max-width: 991.98px) {
  .uni-details .link-tag {
    bottom: auto;
    max-width: none;
    position: relative;
    right: auto;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .uni-details .link-tag span {
    font-size: 1rem;
  }
}

.uni-contact {
  border-top: 1px #ccc solid;
  display: flex;
  justify-content: space-between;
  margin-top: 2.8125rem;
  padding-top: 2.8125rem;
}
@media (max-width: 991.98px) {
  .uni-contact {
    flex-wrap: wrap;
  }
}
.uni-contact a {
  text-decoration: none;
  white-space: nowrap;
}
.uni-contact h3 {
  margin-bottom: 1.25rem;
}
.uni-contact h5 {
  margin-bottom: 0.3125rem;
}
.uni-contact p {
  margin-bottom: 1.25rem;
}
.uni-contact .uni-numbers p {
  margin-bottom: 0.3125rem;
}
@media (max-width: 991.98px) {
  .uni-contact .uni-links {
    display: flex;
    justify-content: space-between;
    margin-top: 1.875rem;
    width: 100%;
  }
}
.uni-contact .uni-links a {
  margin-bottom: 0.9375rem;
}

.uni-resources {
  border-top: 1px #ccc solid;
  margin: 2.8125rem 0 5.625rem 0;
  padding-top: 2.8125rem;
}
@media (max-width: 767.98px) {
  .uni-resources {
    margin-bottom: 1.875rem;
  }
}
.uni-resources > div {
  display: flex;
}
@media (max-width: 767.98px) {
  .uni-resources > div {
    display: block;
  }
}
.uni-resources ul {
  width: 50%;
}
@media (max-width: 767.98px) {
  .uni-resources ul {
    width: 100%;
  }
}
.uni-resources ul li {
  margin-bottom: 0;
}
.uni-resources ul li a {
  padding: 0.625rem 0.625rem 0.625rem 0;
}

.resources-list {
  padding-left: 0 !important;
}
.resources-list li {
  margin: 0 !important;
}
.resources-list li:last-child a {
  border-bottom: 0 none;
}
.resources-list a {
  align-items: center;
  border-bottom: 1px #ccc solid;
  display: flex;
  font-size: 1.25rem;
  justify-content: space-between;
  line-height: 1.25em;
  padding: 0.9375rem;
  text-decoration: none;
}
.resources-list a:hover {
  background-color: #f8f8f8;
}
.resources-list a:hover i {
  transform: translateX(0.625rem);
}
.resources-list a i {
  color: #f8a03a;
  transition: all 0.4s cubic-bezier(0.52, 0.01, 0.16, 1);
}

.session-date {
  border-bottom: 1px #ccc solid;
  font-size: 1.25rem;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
}
.session-date span {
  display: block;
  font-size: 0.875rem;
  font-style: italic;
}

.session-attendees {
  border-bottom: 1px #ccc solid;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
}

.session-attendee-list {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
  margin-bottom: 1.875rem;
}
.session-attendee-list:last-child {
  margin-bottom: 0;
}
.session-attendee-list li {
  margin-bottom: 0 !important;
}

.agenda-item ul {
  margin-top: 0;
}
.agenda-item li {
  margin-bottom: 0.9375rem !important;
}

.meeting-details {
  margin-bottom: 1.875rem;
}
.meeting-details .meeting-date {
  font-size: 1.5rem;
  line-height: 1.25em;
  margin-bottom: 1.875rem;
}

.meeting-sessions-group {
  margin-bottom: 2.8125rem;
}

.meeting-sessions th,
.meeting-sessions td,
.regulations-list th,
.regulations-list td {
  vertical-align: middle !important;
}
.meeting-sessions th,
.regulations-list th {
  font-size: 1rem;
  padding: 0.9375rem !important;
  width: 30%;
}
.meeting-sessions td,
.regulations-list td {
  padding: 0;
}
.meeting-sessions td a,
.regulations-list td a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.9375rem;
  text-decoration: none;
}
.meeting-sessions td a:hover i,
.regulations-list td a:hover i {
  transform: translateX(0.625rem);
}
.meeting-sessions td a i,
.regulations-list td a i {
  color: #f8a03a;
  transition: all 0.4s cubic-bezier(0.52, 0.01, 0.16, 1);
}

.regulations-list td a {
  padding: 0;
  text-decoration: underline;
}

.meeting-entry > div > div {
  border-bottom: 1px #ccc solid;
  margin-bottom: 2.8125rem;
  padding-bottom: 2.8125rem;
}
.meeting-entry:last-child > div > div {
  border-bottom: 0 none;
  padding-bottom: 0;
}
.meeting-entry a {
  text-decoration: none;
}

.members-list {
  border-bottom: 1px #ccc solid;
  margin-bottom: 2.8125rem !important;
}
.members-list li {
  align-items: center;
  border-top: 1px #ccc solid;
  display: flex;
  justify-content: space-between;
  padding: 1.875rem 0;
}
.members-list .member-name h4 {
  color: #002e4f;
  margin: 0 0 0.1875rem 0;
  transition: all 0.35s ease;
}
.members-list .member-name h4 a {
  text-decoration: none;
}
.members-list .member-name em {
  font-size: 1rem;
}
.members-list .member-name > a {
  margin-top: 0.375rem;
}
.members-list .member-term {
  font-size: 1rem;
}
@media (max-width: 1199.98px) {
  .members-list .member-term {
    margin-top: 0.9375rem;
  }
  .members-list .member-term:before {
    content: "Term: ";
    font-weight: 700;
  }
}
.members-list .member-dept p {
  margin: 0;
}
@media (max-width: 991.98px) {
  .members-list .member-dept p {
    margin: 0.375rem 0;
  }
  .members-list .member-dept p:before {
    content: "Dept: ";
    font-weight: 700;
  }
}
.members-list .member-contact > span {
  display: block;
  margin-bottom: 0.375rem;
}
.members-list .member-contact > span:last-child {
  margin-bottom: 0;
}

.member-sidebar img {
  margin-bottom: 1.875rem;
  width: 100%;
}

.download-asset {
  margin-bottom: 2.8125rem;
}
.download-asset .download-details {
  background: #eee;
  padding: 1.875rem;
}
@media (max-width: 991.98px) {
  .download-asset .download-details {
    text-align: center;
  }
}
.download-asset .download-details li:last-child {
  margin-bottom: 0 !important;
}
.download-asset .download-preview {
  width: 50%;
}
@media (max-width: 991.98px) {
  .download-asset .download-preview {
    width: auto;
  }
}
.download-asset img {
  height: auto;
  max-height: 9.375rem;
  max-width: 100%;
  width: auto;
}

.proposed-regulations-comments_container {
  height: 100vh;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(120%);
  transition: all 0.4s cubic-bezier(0.52, 0.01, 0.16, 1);
  width: 40%;
  z-index: 10000;
}
.proposed-regulations-comments_container > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0.9375rem 0;
}
.proposed-regulations-comments_container .proposed-regulations-comments_wrapper {
  background: white;
  box-shadow: 0 0.9375rem 3.75rem rgba(0, 0, 0, 0.25);
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1.875rem;
}
.proposed-regulations-comments_container .proposed-regulations-comments {
  position: relative;
}
.proposed-regulations-comments_container .regulations-comments_header {
  display: flex;
  justify-content: space-between;
}
.proposed-regulations-comments_container .regulations-comments_header h3 {
  margin: 0;
}
.proposed-regulations-comments_container .regulations-comments_header .close-proposed-comments {
  align-items: center;
  background: #002e4f;
  color: white;
  display: flex;
  font-size: 0.75rem;
  font-weight: bold;
  gap: 0.25rem;
  height: 1.875rem;
  justify-content: flex-end;
  padding: 0 0.9375rem;
  text-decoration: none;
  text-transform: uppercase;
}
.proposed-regulations-comments_container .regulations-comments_header .close-proposed-comments > span {
  font-size: 1.25rem;
}
.proposed-regulations-comments_container form {
  margin: 0 !important;
}
.proposed-regulations-comments_container.open {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 1199.98px) {
  .proposed-regulations-comments_container {
    width: 75%;
  }
}
@media (max-width: 991.98px) {
  .proposed-regulations-comments_container {
    width: 100%;
  }
}

.filter-columns {
  background: #eee;
  margin-bottom: 3.75rem;
  padding: 1.875rem 10%;
}
.filter-columns .wp-block-column {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .filter-columns .wp-block-column {
    margin-bottom: 1.875rem;
  }
  .filter-columns .wp-block-column:last-child {
    margin-bottom: 0.625rem;
  }
}
.filter-columns .facetwp-facet {
  margin-bottom: 0;
}

.uni-filtered-item {
  margin-bottom: 3.75rem;
}
.uni-filtered-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .uni-filtered-item .uni-filtered-details {
    text-align: center;
  }
  .uni-filtered-item .uni-filtered-details > div:first-child {
    margin-bottom: 1.875rem;
  }
}
.uni-filtered-item .uni-filtered-logo img {
  max-height: 150px;
  width: 75%;
}
.uni-filtered-item .uni-filtered-resources {
  background: #eee;
  padding: 3.75rem;
}
@media (max-width: 767.98px) {
  .uni-filtered-item .uni-filtered-resources {
    padding: 1.875rem;
  }
}
.uni-filtered-item .uni-filtered-resources li:last-child a {
  border-bottom: 0 none;
  padding-bottom: 0;
}
.uni-filtered-item .uni-filtered-resources a {
  align-items: center;
  border-bottom: 1px #ccc solid;
  display: flex;
  font-size: 1.125rem;
  justify-content: space-between;
  line-height: 1.25em;
  padding: 0.625rem 0;
}
@media (max-width: 767.98px) {
  .uni-filtered-item .uni-filtered-resources a {
    font-size: 1.25rem;
  }
}
.uni-filtered-item .uni-filtered-resources a:hover i {
  transform: translateX(0.625rem);
}
.uni-filtered-item .uni-filtered-resources a i {
  color: #f8a03a;
  transition: all 0.4s cubic-bezier(0.52, 0.01, 0.16, 1);
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper textarea,
.gform_wrapper select {
  border: 1px #ccc solid;
  transition: all 0.25s ease;
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=password]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
  border-color: #002e4f;
}

.gform_confirmation_wrapper {
  margin: 30px 0;
}
.gform_confirmation_wrapper .gform_confirmation_message {
  border: 0 none;
  border-radius: 0;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

.session-entry {
  border-bottom: 1px #ccc solid;
}
.session-entry:last-child {
  border-bottom: 0 none;
}
.session-entry .session-entry-meeting-details {
  background: #eee;
  margin-bottom: 2.8125rem;
  padding: 3.75rem;
}
@media (max-width: 767.98px) {
  .session-entry .session-entry-meeting-details {
    padding: 2.8125rem;
  }
}
.session-entry .session-entry-agenda .session-committee {
  font-size: 1.875rem;
  line-height: 1.25em;
  margin-bottom: 0.375rem !important;
}
.session-entry .session-entry-agenda .session-date {
  border-bottom: 0 none;
  font-size: 1rem;
  padding-bottom: 0;
}
.session-entry .session-entry-agenda .session-agenda {
  position: relative;
}
.session-entry .session-entry-agenda .session-agenda:before {
  background: #6caedf;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
  z-index: 1;
}
.session-entry .session-entry-agenda .session-agenda h2 {
  background: white;
  font-size: 1.5625rem;
  line-height: 1.25em;
  margin-bottom: 0;
  padding-bottom: 1.875rem;
  position: relative;
  z-index: 2;
}
.session-entry .session-entry-agenda .session-agenda .agenda-item {
  font-size: 1rem;
  padding-left: 2.8125rem;
}
@media (max-width: 767.98px) {
  .session-entry .session-entry-agenda .session-agenda .agenda-item {
    padding-left: 1.875rem;
  }
}
.session-entry .session-entry-agenda .session-agenda .agenda-item h4 {
  font-size: 1.25rem;
}

.complaint-entry {
  border-bottom: 1px #ccc solid;
  margin-bottom: 1.875rem;
}

.plans-callout {
  margin-bottom: 5.625rem;
}
@media (max-width: 767.98px) {
  .plans-callout {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .plans-callout {
    padding: 0 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .plans-callout .plans-entry {
    margin-bottom: 0.9375rem;
  }
}
.plans-callout .plans-entry > div {
  background: #eee;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  height: 100%;
  padding: 3.75rem;
}
@media (max-width: 767.98px) {
  .plans-callout .plans-entry > div {
    padding: 2.8125rem;
  }
}
.plans-callout .plans-entry > div > div {
  margin-top: auto;
}

.sitemap-list {
  padding: 0;
}
.sitemap-list > li > a {
  font-size: 1.5rem;
  font-weight: 700;
}

.event-entry {
  border-bottom: 1px #ccc solid;
  margin-bottom: 2.8125rem;
  padding-bottom: 2.8125rem;
}
.event-entry:last-child {
  border-bottom: 0 none;
  padding-bottom: 0;
}

.uni-label {
  display: flex;
  margin-bottom: 1.25rem;
}
.uni-label a {
  background: #005d7e;
  border-radius: 0.1875rem;
  color: white;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1em;
  padding: 0.375rem 0.625rem;
  text-decoration: none;
}
.uni-label a:hover {
  background: #f8a03a;
}

.pagination .page-link.current {
  background: #002e4f;
  border-color: #002e4f;
  color: white;
}

sas-report {
  height: 31.25rem;
  width: 100%;
}

.custom-select {
  position: relative;
}
.custom-select::before, .custom-select::after {
  --size: 0.3rem;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 1rem;
}
.custom-select::before {
  border-bottom: var(--size) solid black;
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  top: 40%;
}
.custom-select::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid black;
  top: 55%;
}
.custom-select > select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  color: #000;
  cursor: pointer;
  font-size: 1.15rem;
  padding: 0.675em 6em 0.675em 1em;
  width: 100%;
}

.td-h {
  height: 1px;
  min-height: 1px;
}

/*==================================
=            Alert Bar            =
==================================*/
.alert-bar {
  background: #ffd420;
  color: #333;
  height: 50px;
}
@media (max-width: 767.98px) {
  .alert-bar {
    height: auto;
    padding: 1.25rem 0;
  }
}
.alert-bar a {
  align-items: center;
  color: #333;
  display: flex;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  line-height: 1em;
  text-align: center;
  width: 100%;
}
.alert-bar a:hover em {
  background: rgb(87.0928571429, 30.5142857143, 1.9071428571);
  color: white;
}
.alert-bar a > span {
  display: block;
  max-width: 90%;
}
@media (max-width: 767.98px) {
  .alert-bar a > span {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
.alert-bar a > span em {
  background: rgb(236, 190.4932735426, 0);
  display: inline-block;
  font-style: normal;
  height: 50px;
  margin-left: 0.625rem;
  padding: 0.9375rem;
  transition: all 0.35s ease;
}
@media (max-width: 767.98px) {
  .alert-bar a > span em {
    display: block;
    margin: 0.9375rem 0 0 0;
  }
}

.mc-field-group.input-group ul li {
  min-height: 1.25rem;
}
.mc-field-group.input-group ul li input {
  margin: 0 0.375rem 0 0;
  position: relative;
  top: -0.125rem;
}
.mc-field-group.input-group ul li label {
  display: block;
  line-height: 1em;
}

/*==================================
=          Choose Florida          =
==================================*/
.choose-florida {
  overflow-x: visible;
  padding-top: 0;
}
.choose-florida #main .cf-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  overflow: hidden;
  position: sticky;
  top: 0;
}
.choose-florida #main .cf-header:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
  content: "";
  display: block;
  height: 30%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.choose-florida #main .cf-header .cf-flame {
  left: -5%;
  opacity: 0.8;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 110%;
  z-index: 10;
}
.choose-florida #main .cf-header .cf-logo {
  margin: 1.875rem 3.75rem;
  max-width: 18.75rem;
  position: relative;
  z-index: 15;
}
.choose-florida #main .cf-content {
  background: white;
  min-height: 100vh;
  padding: 15%;
}
.choose-florida .btn-lg a {
  background: #002e4f;
  border-radius: 0;
  display: block;
  font-weight: 700;
  padding: 1.25rem;
}
.choose-florida .btn-lg a:hover {
  background: #f8a03a;
}

/*
----------------------------------------------------------------

Gravity Forms Date Picker Styles
http: //www.gravityforms.com
updated: October 15, 2013 11:05 AM

Customized styles for the jQuery UI Datepicker 1.9.2
copyright 2012 jQuery Foundation and other contributors
Released under the MIT license.
http://jquery.org/license
some styles courtesty of http://www.hongkiat.com/

Gravity Forms is a Rocketgenius project
copyright 2013 Rocketgenius Inc.
http: //www.rocketgenius.com

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.

----------------------------------------------------------------
*/
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}

.ui-datepicker-header {
  background-color: #666; /* set the header background color */
  color: #e0e0e0;
  font-weight: bold;
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px #000;
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-title select {
  margin-top: 2.5%;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("images/datepicker/arrow.png");
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}

.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}

.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}

.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f7f7", endColorstr="#f1f1f1",GradientType=0 );
  border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
  color: #666666;
  font-size: 8px;
  line-height: 1.75em;
  padding: 5px 0;
  text-align: center;
  text-shadow: 1px 0px 0px #fff;
  text-transform: uppercase;
  filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  padding: 0;
  line-height: 1em;
}

.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ededed", endColorstr="#dedede",GradientType=0 );
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
}

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA; /* set the active date background color */
  color: #666; /* set the active date font color */
  text-shadow: 0px 1px 0px #FFF;
  position: relative;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}

body div#ui-datepicker-div[style] {
  z-index: 9999 !important;
}

.gform_wrapper {
  margin-bottom: 30px;
}
.gform_wrapper .gform_fields {
  margin: 0 0 30px 0;
}
.gform_wrapper .gfield {
  margin-bottom: 20px;
}
.gform_wrapper .gfield_label {
  margin: 0;
}
.gform_wrapper .gfield_label .gfield_required {
  color: #dc3545;
  padding-left: 5px;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper textarea,
.gform_wrapper select {
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  margin: 12px 0 5px 0;
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=password]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
  border-color: #002e4f;
  box-shadow: none;
}
.gform_wrapper input[type=text].small,
.gform_wrapper input[type=url].small,
.gform_wrapper input[type=email].small,
.gform_wrapper input[type=tel].small,
.gform_wrapper input[type=number].small,
.gform_wrapper input[type=password].small,
.gform_wrapper textarea.small,
.gform_wrapper select.small {
  width: 25%;
}
@media (max-width: 767.98px) {
  .gform_wrapper input[type=text].small,
  .gform_wrapper input[type=url].small,
  .gform_wrapper input[type=email].small,
  .gform_wrapper input[type=tel].small,
  .gform_wrapper input[type=number].small,
  .gform_wrapper input[type=password].small,
  .gform_wrapper textarea.small,
  .gform_wrapper select.small {
    width: 100%;
  }
}
.gform_wrapper input[type=text].medium,
.gform_wrapper input[type=url].medium,
.gform_wrapper input[type=email].medium,
.gform_wrapper input[type=tel].medium,
.gform_wrapper input[type=number].medium,
.gform_wrapper input[type=password].medium,
.gform_wrapper textarea.medium,
.gform_wrapper select.medium {
  width: 48%;
}
@media (max-width: 767.98px) {
  .gform_wrapper input[type=text].medium,
  .gform_wrapper input[type=url].medium,
  .gform_wrapper input[type=email].medium,
  .gform_wrapper input[type=tel].medium,
  .gform_wrapper input[type=number].medium,
  .gform_wrapper input[type=password].medium,
  .gform_wrapper textarea.medium,
  .gform_wrapper select.medium {
    width: 100%;
  }
}
.gform_wrapper textarea,
.gform_wrapper select {
  line-height: 24px !important;
}
.gform_wrapper textarea,
.gform_wrapper select[multiple=multiple] {
  height: auto;
  resize: none;
  width: 100%;
}
.gform_wrapper textarea.small,
.gform_wrapper select[multiple=multiple].small {
  height: 80px;
  width: 100%;
}
.gform_wrapper textarea.medium,
.gform_wrapper select[multiple=multiple].medium {
  height: 150px;
  width: 100%;
}
.gform_wrapper textarea.large,
.gform_wrapper select[multiple=multiple].large {
  height: 250px;
}
.gform_wrapper input[type=file] {
  background-color: rgb(103.9258536585, 106.0253658537, 111.2741463415);
  border: 2px rgb(74.3707317073, 75.8731707317, 79.6292682927) dashed;
  line-height: 1em;
  margin-top: 8px;
  padding: 15px;
}
.gform_wrapper .ginput_complex label {
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}
@media (max-width: 575.98px) {
  .gform_wrapper .ginput_complex span {
    float: none;
    width: 100%;
  }
}
.gform_wrapper .ginput_full {
  display: block;
}
.gform_wrapper .ginput_left,
.gform_wrapper .ginput_right,
.gform_wrapper .name_first,
.gform_wrapper .name_last {
  width: 48%;
}
.gform_wrapper .ginput_left,
.gform_wrapper .name_first {
  float: left;
}
.gform_wrapper .ginput_right,
.gform_wrapper .name_last {
  float: right;
}
.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio {
  margin: 10px 0 0 0;
}
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  align-items: center;
  display: flex;
  min-height: 1.25rem;
}
.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_radio li input {
  margin: 0 0.375rem 0 0 !important;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  line-height: 1em !important;
}
.gform_wrapper .gsection {
  clear: both;
  margin: 60px 0;
  position: relative;
  text-align: center;
}
@media (max-width: 575.98px) {
  .gform_wrapper .gsection {
    margin: 30px 0;
  }
}
.gform_wrapper .gsection h2 {
  background: white;
  color: #ccc;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 30px;
  margin: 0;
  padding: 0 30px;
  position: static !important;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .gform_wrapper .gsection h2 {
    color: rgb(204.5, 204.5, 204.5);
    display: block;
    padding: 0;
  }
}
.gform_wrapper .gsection h2:before {
  background: #ced4da;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  width: 300%;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .gform_wrapper .gsection h2:before {
    display: none;
  }
}
.gform_wrapper .gfield_description {
  color: #6c757d;
  font-size: 12px;
  font-style: italic;
  line-height: 20px;
  margin: 4px 0 8px 0;
}
.gform_wrapper .button {
  transition: all 0.25s ease !important;
}
.gform_wrapper .button:hover {
  background: #63656a;
}
.gform_wrapper .gfield_price .ginput_product_price_label {
  display: inline-block;
  margin: 5px 2px 0 0;
}
.gform_wrapper .gfield_price .ginput_product_price {
  color: #619081;
}
.gform_wrapper .gfield_price .ginput_quantity_label {
  margin-left: 10px;
}
.gform_wrapper .gfield_price .ginput_quantity {
  margin-top: 5px;
  width: 80px;
}
.gform_wrapper .ginput_total {
  color: #619081;
  font-size: 24px;
}
.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute,
.gform_wrapper .gfield_time_ampm,
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
  float: left;
  margin-right: 15px;
  width: 60px;
}
.gform_wrapper .gfield_date_year {
  width: 90px;
}
.gform_wrapper .ginput_list table {
  margin: 0;
}
.gform_wrapper .ginput_list table td {
  border: 0 none;
  padding: 0;
  width: 90%;
}
@media (max-width: 575.98px) {
  .gform_wrapper .ginput_list table td {
    width: 85%;
  }
}
.gform_wrapper .ginput_list table .gfield_list_icons {
  padding: 0 5px;
  vertical-align: middle;
}
.gform_wrapper .gfield_password_strength {
  background-color: rgb(103.9258536585, 106.0253658537, 111.2741463415);
  border: 1px #ced4da solid;
  font-size: 16px;
  margin: 15px 0;
  padding: 5px 10px;
  text-align: center;
  width: 48%;
}
.gform_wrapper .gfield_password_strength.bad {
  background-color: #ffb78c;
  border-color: #ff853c;
}
.gform_wrapper .gfield_password_strength.good {
  background-color: #ffec8b;
  border-color: #fc0;
}
.gform_wrapper .gfield_password_strength.short, .gform_wrapper .gfield_password_strength.mismatch {
  background-color: #ffa0a0;
  border-color: #f04040;
}
.gform_wrapper .gfield_password_strength.strong {
  background-color: #c3ff88;
  border-color: #8dff1c;
}
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .gfield_error .validation_message {
  color: #dc3545;
}
.gform_wrapper .gfield_error .validation_message {
  margin-top: 5px;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  border-color: #dc3545;
  color: #dc3545;
}
.gform_wrapper .validation_error {
  border-radius: 1px;
  font-weight: bold;
}
.gform_wrapper .gf_left_half,
.gform_wrapper .gf_right_half {
  width: 48%;
}
@media (max-width: 575.98px) {
  .gform_wrapper .gf_left_half,
  .gform_wrapper .gf_right_half {
    width: 100%;
  }
}
.gform_wrapper .gf_left_half input,
.gform_wrapper .gf_right_half input {
  width: 100% !important;
}
.gform_wrapper .gf_left_half {
  float: left;
}
.gform_wrapper .gf_right_half {
  float: right;
}
.gform_wrapper .gf_list_inline .gfield_radio li {
  float: left;
  padding-left: 30px;
}
@media (max-width: 575.98px) {
  .gform_wrapper .gf_list_inline .gfield_radio li {
    float: none;
    font-size: 16px;
    padding-left: 0;
  }
}
.gform_wrapper .gf_list_inline .gfield_radio li:first-child {
  padding-left: 0;
}

.gform_confirmation_wrapper {
  margin: 30px 0;
}
.gform_confirmation_wrapper .gform_confirmation_message {
  border-radius: 1px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

/*==================================
=          The Score Card          =
==================================*/
.scoreboard-container {
  background: #f5f5fb;
}

.data-date {
  color: #555;
  font-size: 0.9375rem;
  margin: 0;
}
.data-date span {
  color: #6caedf;
}

.data-trend {
  align-items: center;
  display: flex;
  margin-top: 1.25rem;
}
.data-trend.data-trend-up i {
  transform: rotate(-45deg);
}
.data-trend.data-trend-down i {
  transform: rotate(135deg);
}
.data-trend.data-trend-pos {
  color: #12a778;
}
.data-trend.data-trend-pos .data-arrow {
  background: #9df4dd;
}
.data-trend.data-trend-pos .data-arrow i {
  color: #12a778;
}
.data-trend.data-trend-neg {
  color: #e35958;
}
.data-trend.data-trend-neg .data-arrow {
  background: #ffe2e2;
}
.data-trend.data-trend-neg .data-arrow i {
  color: #e35958;
}
.data-trend .data-arrow {
  align-items: center;
  background: #e2efff;
  border-radius: 100%;
  display: flex;
  flex: 1 0 2.75rem;
  height: 2.75rem;
  justify-content: center;
  margin-right: 0.625rem;
  max-width: 2.75rem;
}
.data-trend p {
  font-size: 0.875rem;
  line-height: 1.25em;
  margin-bottom: 0;
}

.data-value {
  align-items: baseline;
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.data-value span {
  display: block;
  font-size: 5rem;
  font-weight: 300;
  letter-spacing: -0.125rem;
  line-height: 1em;
}
.data-value sup,
.data-value sub {
  color: #6caedf;
  display: block;
  font-size: 1.875rem;
  line-height: 1.75em;
}
.data-value sup {
  align-self: flex-start;
}
.data-value sub {
  line-height: 1em;
  position: relative;
  top: 0;
}

.data-chart {
  align-items: center;
  background: transparent;
  border-radius: 10px;
  display: flex;
  height: 200px;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .data-chart {
    height: auto;
  }
}

.data-module, .ranking-item, .scoreboard-chart .data-university, .scoreboard-chart .data-selector-wrapper, .scoreboard-overview, .data-point {
  background-image: linear-gradient(180deg, #ffffff 0%, #f5f5fb 100%);
  border-radius: 1.25rem;
  box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.15);
}

.col-data-point {
  margin-bottom: 2.8125rem;
}

.data-point {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
.data-point.data-point-simple {
  justify-content: flex-start;
}
.data-point.data-point-simple .data-link {
  margin-top: auto;
}
.data-point .data-content {
  padding: 2.5rem 2.5rem 1.25rem 2.5rem;
}
.data-point .data-content header {
  text-align: center;
  margin-bottom: 1.25rem;
}
.data-point .data-content header h3 {
  color: #002e4f;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25em;
  margin-bottom: 0.3125rem;
}
.data-point .data-link {
  box-shadow: 0 -1px 0 0 #dfdfdf;
}
.data-point .data-link a {
  align-items: center;
  border-radius: 0 0 1.25rem 1.25rem;
  display: flex;
  justify-content: center;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1em;
  padding: 1.25rem;
}
.data-point .data-link a:hover {
  background: #002e4f;
  color: white;
}
.data-point .data-link i {
  font-size: 1.25rem;
  margin-left: 0.3125rem;
  transform: rotate(180deg);
}

.scoreboard-overview-container {
  position: relative;
}
.scoreboard-overview-container:before {
  background: #002e4f;
  bottom: 0;
  content: "";
  height: 5.625rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.scoreboard-overview {
  align-items: center;
  display: flex;
  padding: 3.75rem 1.875rem;
  position: relative;
  z-index: 2;
}
.scoreboard-overview > div {
  padding: 0 1.875rem;
}
.scoreboard-overview .data-value span {
  font-size: 9vw;
  letter-spacing: -0.1875rem;
  line-height: 0.85em;
}
@media (min-width: 1600px) {
  .scoreboard-overview .data-value span {
    font-size: 9.375rem;
  }
}
@media (max-width: 767.98px) {
  .scoreboard-overview .data-value span {
    font-size: 16vw;
  }
}
.scoreboard-overview .data-trend {
  justify-content: center;
  position: relative;
  left: -0.9375rem;
}

.scoreboard-preview-container {
  background: #002e4f;
}
.scoreboard-preview-container .scoreboard-preview {
  color: white;
  padding: 5.625rem 0 7.5rem 0;
}
.scoreboard-preview-container .scoreboard-preview > div {
  box-shadow: -4px 0 0 0 #6caedf;
  padding-left: 1.875rem;
}
.scoreboard-preview-container .scoreboard-preview p:last-child {
  margin: 0;
}

.scoreboard-chart-container {
  position: relative;
  margin-bottom: 5.625rem;
}
@media (max-width: 767.98px) {
  .scoreboard-chart-container {
    margin-bottom: 3.75rem;
  }
}
.scoreboard-chart-container:before {
  background-image: linear-gradient(#f5f5fb 0%, #eaeaf3 100%);
  bottom: 0;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  pointer-events: none;
  width: 100%;
  z-index: 1;
}

.scoreboard-chart {
  padding: 5.625rem 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .scoreboard-chart {
    padding: 2.8125rem 0;
  }
}
.scoreboard-chart .data-selector-label {
  color: #555;
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
}
.scoreboard-chart .data-selector-wrapper {
  border-radius: 0.625rem;
  cursor: pointer;
  height: 3.75rem;
  margin-bottom: 2.8125rem;
  position: relative;
}
.scoreboard-chart .data-selector-wrapper:after {
  box-shadow: -1px 0 0 0 #ededf2;
  content: "\e313";
  font-family: "Material Icons";
  font-size: 1.875rem;
  line-height: 3.75rem;
  padding: 0 1.25rem;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
}
.scoreboard-chart .data-selector-wrapper #data-selector {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0 none;
  color: #002e4f;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 700;
  height: 100%;
  padding: 0 5.625rem 0 1.875rem;
  width: 100%;
}
.scoreboard-chart .data-university {
  padding: 3.75rem 1.875rem;
}
@media (max-width: 991.98px) {
  .scoreboard-chart .data-university {
    margin-bottom: 2.8125rem;
  }
}
.scoreboard-chart .data-university img {
  margin-bottom: 2.8125rem;
  width: 60%;
}
.scoreboard-chart .data-university h5 {
  margin-bottom: 0.3125rem;
}
.scoreboard-chart .data-university .data-date {
  margin-bottom: 1.25rem;
}
.scoreboard-chart .data-university .data-value {
  margin-bottom: 0;
}
.scoreboard-chart .data-chart {
  margin-top: 11.25rem;
}

.ranking-item {
  overflow: hidden;
}
.ranking-item header {
  padding: 0 1.875rem;
}
.ranking-item .ranking-logo {
  align-items: center;
  display: flex;
  height: 9.375rem;
  justify-content: center;
  padding: 1.25rem 0;
}
.ranking-item .ranking-logo img {
  max-height: 100%;
  width: auto;
}
.ranking-item .ranking-list {
  background-color: #e9ecef;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding-right: 1.875rem;
}
@media (max-width: 575.98px) {
  .ranking-item .ranking-list {
    background-color: transparent;
    flex-wrap: wrap;
    padding: 0 1.25rem;
  }
}
.ranking-item .ranking-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.9375rem;
  text-align: center;
}
@media (max-width: 575.98px) {
  .ranking-item .ranking-list li {
    flex: 0 0 50%;
  }
}
.ranking-item .ranking-list li:first-child {
  background: #002e4f;
  color: white;
  padding: 0.9375rem 1.875rem;
}
@media (max-width: 575.98px) {
  .ranking-item .ranking-list li:first-child {
    border-radius: 0.625rem;
    flex: 0 0 100%;
  }
}
.ranking-item .ranking-list li:first-child strong {
  color: rgba(255, 255, 255, 0.7);
}
.ranking-item .ranking-list li:first-child span {
  font-size: 1.875rem;
  left: 0.1875rem;
  position: relative;
}
@media (max-width: 575.98px) {
  .ranking-item .ranking-list li:first-child span {
    font-size: 10vw;
  }
}
.ranking-item .ranking-list li:first-child span sup {
  font-size: 0.875rem;
  top: -0.8em;
}
.ranking-item .ranking-list li strong {
  display: block;
  font-size: 0.875rem;
}
.ranking-item .ranking-list li span {
  white-space: nowrap;
}
.ranking-item .ranking-list li span sup {
  font-size: inherit;
  top: auto;
}

.ranking-notes {
  padding: 1.25rem 2.8125rem;
  padding-bottom: 0;
  text-align: center;
}
@media (max-width: 575.98px) {
  .ranking-notes {
    padding: 1.25rem;
  }
}
.ranking-notes p {
  font-size: 1rem;
  line-height: 1.25em;
  margin: 0;
}

.rankings-module img {
  max-width: 6.25rem;
  width: 100%;
}

.sb-callout {
  margin-bottom: 3.75rem;
}
.sb-callout .sb-item {
  color: white;
  display: flex;
}
@media (max-width: 991.98px) {
  .sb-callout .sb-item {
    display: block;
  }
}
.sb-callout a.sb-item:hover i {
  transform: rotate(0deg);
}
.sb-callout .sb-header {
  align-items: center;
  background: #002e4f;
  display: flex;
  font-size: 1.875rem;
  align-self: stretch;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  position: relative;
}
.sb-callout .sb-header .sb-flame {
  position: absolute;
  top: -15px;
  left: 40px;
  width: 70px;
}
.sb-callout .sb-header .sb-img {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 1.25rem 2.8125rem 1.25rem 7.5rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.sb-callout .sb-header .sb-img .sb-handle {
  position: absolute;
  top: 55px;
  left: 25px;
  width: 65px;
}
.sb-callout .sb-header .sb-title > span {
  display: block;
  white-space: nowrap;
}
.sb-callout .sb-desc {
  align-items: center;
  background: #005d7e;
  display: flex;
  align-self: stretch;
  padding: 1.25rem 3.75rem 1.25rem 1.875rem;
  position: relative;
}
.sb-callout .sb-desc p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1em;
  margin: 0;
}
.sb-callout .sb-desc em {
  align-self: flex-end;
  background: white;
  bottom: 0;
  color: #002e4f;
  font-style: normal;
  height: 2.1875rem;
  position: absolute;
  right: 0;
  width: 2.1875rem;
}
.sb-callout .sb-desc em i {
  font-size: 2.125rem;
  line-height: 1em;
  transform: rotate(45deg);
  transition: transform 0.4s cubic-bezier(0.52, 0.01, 0.16, 1);
}
