/* HH Additions */
.float-left {
    float: left;
    margin: 1.5em;
}
.float-right {
    float: right;
    margin: 1.5em;
}
.filter-bar__filters a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    padding: 0.5em;
    margin-bottom: 0;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 900;
    font-size: 1rem;
}
@media (min-width: 768px) {
    .filter-bar__filters a {
        padding: 2em;
    }
}
.filter-bar__filters a:hover {
    color: #FF8200;
    text-decoration: none;
}
.filter-bar__filters li {
    float: left;
}
@media (max-width: 768px) {
    .filter-bar__filters {
        display: inline !important;
    }
}
@media (max-width: 992px) {
	 .site-search__trending .tag-cloud a {
		 font-size: 0.9em;
		 padding: 0.5em 1em;
		 border-width: 1px;
	}
}
.tag-cloud a {
  display: block;
  padding: 1em 2em;
  border: 2px solid #ffffff;
  border-radius: 2em;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.25s;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
}

.tag-cloud a:hover {
  background: #ffffff;
  color: #FF8200;
  text-decoration: none;
}

.tag-cloud a:hover:after {
  border-color: #FF8200;
}

/* Custom logo for seminary */
.site-header__logo-container img {
  fill: #FFFFFF;
  max-width: 100%;
}

@media (min-width: 992px) {
  .site-header__logo-container img {
    height: auto;
  }
}

.site-header__logo-small img {
  transition: all 0.25s;
  width: 100%;
}

/* Original CSS */

@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  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: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #3594D1;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #226997;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, 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:not(:root) {
  overflow: hidden;
}

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;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1rem;
  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-cancel-button,
[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;
}

/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  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.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: 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;
  }
}

.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 {
  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 {
  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;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  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: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.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;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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 screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.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.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.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 {
  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: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.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 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .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-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.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 {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.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 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.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 ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  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 {
    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;
    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;
  }
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  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 screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #3594D1;
  background-color: transparent;
}

.btn-link:hover {
  color: #226997;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.alert {
  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: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.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: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #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: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !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 {
  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-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: 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 {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::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 {
  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 {
  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;
  }
}

.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;
  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;
}

.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,
.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-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-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-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-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-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !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-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@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;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

@media (min-width: 992px) and (min-height: 600px) {
  .hidden-navbreak-up {
    display: none;
  }
}

@media (max-width: 992px), (max-height: 600px) {
  .hidden-navbreak-down {
    display: none;
  }
}

body {
  color: #57575D;
}

body,
button,
input,
select,
textarea {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  clear: both;
  margin-top: 0;
  line-height: 1.1875;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
  letter-spacing: .025em;
  margin-bottom: 0.5em;
  display: block;
}

h1.with-underline, h2.with-underline, h3.with-underline, h4.with-underline, h5.with-underline, h6.with-underline,
.h1.with-underline, .h2.with-underline, .h3.with-underline, .h4.with-underline, .h5.with-underline, .h6.with-underline {
  margin-bottom: 1em;
  position: relative;
}

h1.with-underline:after, h2.with-underline:after, h3.with-underline:after, h4.with-underline:after, h5.with-underline:after, h6.with-underline:after,
.h1.with-underline:after, .h2.with-underline:after, .h3.with-underline:after, .h4.with-underline:after, .h5.with-underline:after, .h6.with-underline:after {
  content: "";
  width: 125px;
  height: 4px;
  position: absolute;
  top: calc(100% + 0.5em);
  left: 0;
}

h1, .h1 {
  font-size: 2.5em;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
  color: #002855;
}

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 3em;
  }
}

h2, .h2 {
  font-size: 2em;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
  color: #002855;
}

h3, .h3 {
  font-size: 1.5em;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
  color: #002855;
}

h4, .h4 {
  font-size: 1em;
  text-transform: uppercase;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
  color: #002855;
  margin-bottom: 1em;
}

h5, .h5 {
  font-size: 0.875em;
  margin-bottom: 1em;
}

h6, .h6 {
  font-size: 0.875em;
  text-transform: none;
  margin-bottom: 1em;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
p + .h1,
p + .h2,
p + .h3,
p + .h4,
p + .h5,
p + .h6, ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ul + .h1,
ul + .h2,
ul + .h3,
ul + .h4,
ul + .h5,
ul + .h6, ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
ol + .h1,
ol + .h2,
ol + .h3,
ol + .h4,
ol + .h5,
ol + .h6 {
  margin-top: 1.5em;
}

p {
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 1.25em;
}

p.large {
  font-size: 1.25em;
}

@media (min-width: 992px) {
  p.large {
    font-size: 1.5em;
  }
}

p a, label a, span a {
  border: 0;
  text-decoration: underline;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
  font-style: normal;
  font-weight: 300;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.open-sans-black {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
}

.roboto-bold {
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 700;
}

hr,
.separator {
  width: 40px;
  height: 3px;
  margin: 1em auto;
}

hr.separator--left,
.separator.separator--left {
  margin-left: 0;
}

.text-centered {
  text-align: center;
}

.no-dec {
  text-decoration: none;
}

.no-dec:hover {
  text-decoration: none;
}

ul {
  list-style: square;
  padding-left: 2em;
  line-height: 1.75;
  margin-bottom: 1.25em;
}

ul li {
  margin-bottom: 0.875em;
}

ol {
  padding-left: 2em;
  line-height: 1.75;
  margin-bottom: 1.25em;
}

ol li {
  margin-bottom: 0.875em;
}

@media (min-width: 768px) {
  ol.md-2-col, ul.md-2-col {
    column-count: 2;
    column-gap: 3em;
  }
  ol.md-3-col, ul.md-3-col {
    column-count: 2;
    column-gap: 3em;
  }
}

@media (min-width: 992px) {
  ol.lg-2-col, ul.lg-2-col {
    column-count: 2;
    column-gap: 3em;
  }
  ol.lg-3-col, ul.lg-3-col {
    column-count: 2;
    column-gap: 3em;
  }
}

table.table th, table.table td {
  padding: 1.5em 1em;
}

table.table thead th {
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #002855;
  position: relative;
}

table.table thead th.sortable:before, table.table thead th.sortable:after {
  content: '';
  display: block;
  position: absolute;
  right: 1.5em;
  top: calc(50% - 10px);
  border-bottom: 5px solid #D9D9D6;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

table.table thead th.sortable:after {
  top: calc(50% + 2px);
  transform: rotate(180deg);
}

table.table thead th a {
  color: #002855;
}

table.table thead th a:hover {
  color: #002855;
}

table.table tbody td {
  border: none;
}

table.table tbody tr {
  border: none;
}

table.table tbody tr:nth-of-type(even) {
  background: #f5f5f4;
}

table.table.table--orange tr:nth-of-type(even) {
  background: rgba(255, 130, 0, 0.25);
}

table.table.table--blue tr:nth-of-type(even) {
  background: rgba(0, 40, 85, 0.15);
}

table.table.table--green tr:nth-of-type(even) {
  background: rgba(80, 166, 132, 0.25);
}

table.table.table--teal tr:nth-of-type(even) {
  background: rgba(0, 125, 138, 0.25);
}

table.table.table--red tr:nth-of-type(even) {
  background: rgba(101, 29, 50, 0.25);
}

table.table.table--brown tr:nth-of-type(even) {
  background: rgba(132, 117, 78, 0.25);
}

[data-js-anim] {
  animation-fill-mode: both;
}

@keyframes opacity-slide-up {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0);
  }
}

@keyframes opacity-slide-down {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0);
  }
}

@keyframes type-grow {
  from {
    opacity: 0;
    padding: 0;
  }
  to {
    opacity: 1;
    padding: inherit;
  }
}

[data-js-anim=opacity-slide] {
  opacity: 1;
  transition-duration: 0.25s;
  transition-property: opacity, transform;
}

[data-js-anim=opacity-slide].forward {
  opacity: 0;
  transform: translateY(-20px);
  transition-duration: 0s;
}

[data-js-anim=opacity-slide].backward {
  opacity: 0;
  transform: translateY(20px);
  transition-duration: 0s;
}

[data-js-anim=type-grow] {
  transition-duration: 0.5s;
  transition-property: opacity, padding;
}

[data-js-anim=type-grow].forward, [data-js-anim=type-grow].backward {
  opacity: 0;
  padding-top: 0;
  transition-duration: 0s;
}

[data-js-anim=height-grow] {
  transition-duration: 0.5s;
  transition-property: height;
}

[data-js-anim=height-grow].forward, [data-js-anim=height-grow].backward {
  height: 0;
  transition-duration: 0s;
}

form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="password"],
form input[type="search"],
form input[type="tel"],
form input[type="url"] {
  background: #FFF;
  padding: 0.75em 1em;
  border-width: 1px;
  border-color: #B1B3B3;
  border-radius: 4px;
}

form input[type="text"]::placeholder,
form input[type="email"]::placeholder,
form input[type="number"]::placeholder,
form input[type="password"]::placeholder,
form input[type="search"]::placeholder,
form input[type="tel"]::placeholder,
form input[type="url"]::placeholder {
  color: #8B8D8D;
}

form input[type="text"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="number"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="search"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form input[type="url"]:-ms-input-placeholder {
  color: #8B8D8D;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="password"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="url"]:focus {
  border-width: 2px;
  border-color: #002855;
  color: #000;
}

.form-text {
  color: #8B8D8D;
  font-style: italic;
}

select,
select.form-control,
select.custom-select {
  padding: 0.75em 1em;
  appearance: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: auto;
  background: none;
}

.custom-select__wrap {
  position: relative;
}

.custom-select__wrap:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  border-top: 8px solid #B1B3B3;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  transform: translateY(-50%);
  pointer-events: none;
}

label,
.pseudo-label {
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 700;
  color: #63666A;
  font-size: 0.8em;
  display: block;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}

.custom-checkbox,
.custom-radio {
  margin-bottom: 0.5em;
}

.custom-checkbox label,
.custom-radio label {
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 300;
  margin-bottom: 0;
  color: #101820;
  font-size: 1rem;
  text-transform: none;
}

.custom-checkbox .form-text,
.custom-radio .form-text {
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #8B8D8D;
  margin-top: 0;
}

.custom-checkbox .custom-control-input ~ .custom-control-label:before,
.custom-radio .custom-control-input ~ .custom-control-label:before {
  background: none;
  border: 1px solid #B1B3B3;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before,
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  border: 1px solid #002855;
  background: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after,
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23002855' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 9 2.193z'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23002855'/%3E%3C/svg%3E");
}

.form-group.is-invalid label {
  color: red;
}

input.is-invalid {
  background: rgba(255, 0, 0, 0.25);
  color: red;
}

input.is-invalid::placeholder {
  color: red;
}

input.is-invalid:-ms-input-placeholder {
  color: red;
}

button[type="submit"] {
  text-align: left;
}

button[type="submit"].btn {
  background: none;
  padding: 0.5em 2em;
  color: #002855;
  border: 2px solid #002855;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

button[type="submit"].btn:hover {
  color: #ffffff;
  background: #002855;
}

.form-group-required label:before {
  content: '*';
  margin-right: 0.25rem;
}

.row--limited {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.row--limited-wide {
  width: 100%;
  max-width: 1332px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .big-inner-gutter--lg > [class^=col] {
    padding-left: 3.5em;
    padding-right: 3.5em;
  }
  .big-inner-gutter--lg > [class^=col]:first-of-type {
    padding-left: 1em;
  }
  .big-inner-gutter--lg > [class^=col]:last-of-type:not(:nth-child(1)) {
    padding-right: 1em;
  }
}

@media (min-width: 992px) {
  .big-inner-gutter--flipped > [class^=col] {
    padding-left: 3.5em;
    padding-right: 3.5em;
  }
  .big-inner-gutter--flipped > [class^=col]:last-of-type {
    padding-left: 1em;
  }
  .big-inner-gutter--flipped > [class^=col]:first-of-type:not(:nth-child(1)) {
    padding-right: 1em;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  transition: all 0.25s;
}

.site-header__alert {
  height: 60px;
  overflow: hidden;
  position: relative;
  transition: all 0.25s;
}

.site-header__alert.closed {
  height: 0;
}

.site-header__content {
  padding: 0.75em;
  display: flex;
  height: 48px;
  justify-content: space-between;
  align-items: center;
  transition: all 0.25s;
}

@media screen and (min-width: 992px) and (min-height: 600px) {
  .site-header__content {
    height: 75px;
    padding: 1.5em;
  }
}

.site-header__logo-container {
  width: 100px;
  height: 30px;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .site-header__logo-container {
    width: 125px;
  }
}

@media (min-width: 992px) {
  .site-header__logo-container {
    width: 175px;
  }
}

.site-header__logo-container svg {
  fill: #FFFFFF;
  max-width: 100%;
  height: 75px;
}

@media (min-width: 544px) {
  .site-header__logo-container svg {
    height: 100px;
  }
}

@media (min-width: 992px) {
  .site-header__logo-container svg {
    height: auto;
  }
}

.site-header__logo-small {
  position: absolute;
  width: 200px;
  height: auto;
  top: 50%;
  transition: all 0.25s;
  transform: translateY(-500px);
}

@media (min-width: 768px) {
  .site-header__logo-small {
    width: 250px;
  }
}

@media (min-width: 992px) {
  .site-header__logo-small {
    width: 300px;
  }
}

.site-header__logo-small svg {
  transition: all 0.25s;
  height: 40px;
  width: 100%;
}

.site-header__logo-large {
  padding: 0.5em;
  background: #002855;
  transition: all 0.25s;
}

.site-header__logo-large img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 0.25rem 0.5rem;
  padding-top: 0;
}

@media (min-width: 768px) {
  .site-header__logo-large {
    padding: 1em;
  }
}

.site-header .site-header__menu-icon {
  width: 30px;
  height: 2px;
}

.site-header .site-header__menu-icon:before, .site-header .site-header__menu-icon:after {
  height: 2px;
  background: #ffffff;
}

@media screen and (min-width: 992px) and (min-height: 600px) {
  .site-header .site-header__menu-icon {
    width: 40px;
    height: 2px;
  }
}

.site-header .site-header__search-icon:before, .site-header .site-header__search-icon:after {
  border-color: #ffffff;
  border-width: 1px;
}

.site-header .site-header__search-icon:before {
  border-width: 2px;
  width: 20px;
  height: 20px;
  top: 7px;
  left: 7px;
}

.site-header .site-header__search-icon:after {
  height: 14px;
  bottom: 6px;
  right: 6px;
}

@media (max-width: 992px), (max-height: 600px) {
  .site-header .site-header__search-icon:before {
    width: 20px;
    height: 20px;
    top: 6px;
    left: 6px;
  }
  .site-header .site-header__search-icon:after {
    height: 15px;
    border-width: 1px;
    bottom: 6px;
    right: 6px;
  }
}

.site-header.beyond-threshold, .site-header.menu-active {
  background: #002855;
}

.site-header.beyond-threshold .site-header__logo-large, .site-header.menu-active .site-header__logo-large {
  transform: translateY(-500px);
}

.site-header.beyond-threshold .site-header__logo-small, .site-header.menu-active .site-header__logo-small {
  transform: translateY(-50%);
}

.site-header.beyond-threshold.retracted:not(.locked):not(.menu-active), .site-header.menu-active.retracted:not(.locked):not(.menu-active) {
  transform: translateY(-100%);
}

.site-header.beyond-threshold .site-header__alert, .site-header.menu-active .site-header__alert {
  height: 0;
}

.site-header.menu-active {
  background: #ffffff;
}

.site-header.menu-active .site-header__menu-icon:before, .site-header.menu-active .site-header__menu-icon:after {
  background: #002855;
}

.site-header.menu-active .site-header__search-icon:before, .site-header.menu-active .site-header__search-icon:after {
  border-color: #002855;
}

.site-header.menu-active .site-header__logo-container {
  display: none;
}

@media screen and (min-width: 992px) and (min-height: 600px) {
  .site-header.menu-active .site-header__content {
    height: 75px;
    background: #002855;
  }
}

@media screen and (min-width: 992px) and (min-height: 600px) and (min-height: 700px) {
  .site-header.menu-active .site-header__content {
    height: 125px;
  }
}

@media screen and (min-width: 992px) and (min-height: 600px) {
  .site-header.menu-active .site-header__menu-icon:before, .site-header.menu-active .site-header__menu-icon:after {
    background: #ffffff;
  }
  .site-header.menu-active .site-header__search-icon:before, .site-header.menu-active .site-header__search-icon:after {
    border-color: #ffffff;
  }
}

.site-header.menu-active.search-focused .site-header__content {
  background: #ffffff;
}

.site-header.menu-active.search-focused .site-header__menu-icon:before, .site-header.menu-active.search-focused .site-header__menu-icon:after {
  background: #002855;
}

.site-header.menu-active.search-focused .site-header__search-icon:before, .site-header.menu-active.search-focused .site-header__search-icon:after {
  border-color: #002855;
}

body.home .site-header.beyond-threshold:not(.menu-active) {
  background: transparent;
}

body.slider-light:not(.cards-open) .site-header:not(.menu-active) .site-header__logo-container svg {
  fill: #002855;
}

body.slider-light:not(.cards-open) .site-header:not(.menu-active) .site-header__menu-icon {
  background: #002855;
}

body.slider-light:not(.cards-open) .site-header:not(.menu-active) .site-header__menu-icon:before, body.slider-light:not(.cards-open) .site-header:not(.menu-active) .site-header__menu-icon:after {
  background: #002855;
}

body.slider-light:not(.cards-open) .site-header:not(.menu-active) .site-header__search-icon:before, body.slider-light:not(.cards-open) .site-header:not(.menu-active) .site-header__search-icon:after {
  border-color: #002855;
}

body.cards-open .site-header__logo-container {
  opacity: 0;
}

body.no-hero .site-header:not(.beyond-threshold):not(.menu-active) .site-header__menu-icon {
  background: #002855;
}

body.no-hero .site-header:not(.beyond-threshold):not(.menu-active) .site-header__menu-icon:before, body.no-hero .site-header:not(.beyond-threshold):not(.menu-active) .site-header__menu-icon:after {
  background: #002855;
}

body.no-hero .site-header:not(.beyond-threshold):not(.menu-active) .site-header__search-icon:before, body.no-hero .site-header:not(.beyond-threshold):not(.menu-active) .site-header__search-icon:after {
  border-color: #002855;
}

.site-footer {
  background: #001d49;
  position: relative;
  z-index: 1;
}

.site-footer__upper {
  padding: 4em 2em;
  text-align: center;
}

@media (min-width: 1200px) {
  .site-footer__upper {
    text-align: left;
    padding: 8em 5em;
  }
}

@media (min-width: 992px) {
  .site-footer__upper [class^='col-'] {
    padding-left: 3.5em;
    padding-right: 3.5em;
  }
  .site-footer__upper [class^='col-']:first-of-type {
    padding-left: 1em;
    padding-right: 1em;
  }
  .site-footer__upper [class^='col-']:last-of-type {
    padding-left: 1em;
  }
}

@media (min-width: 1200px) {
  .site-footer__upper [class^='col-']:first-of-type {
    padding-right: 5em;
  }
}

.site-footer__icon {
  display: block;
  fill: #FFF;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  margin-bottom: 2em;
}

@media (min-width: 1200px) {
  .site-footer__icon {
    transform: translateY(-50px) translateX(-28px);
    margin: 0;
  }
}

.site-footer__copyright {
  color: #ffffff;
  font-size: 0.9em;
  padding-top: 3em;
  margin-top: 3em;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  max-width: 100%;
}

@media (min-width: 992px) {
  .site-footer__copyright {
    padding: 0;
    margin: 0;
    border: 0;
  }
}

.site-footer__lower {
  background: #00163c;
  padding: 2em;
  padding-top: 3em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

@media (min-width: 992px) {
  .site-footer__lower {
    padding-top: 2em;
    flex-direction: row;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .site-footer__lower {
    padding: 1em 5em;
  }
}

.site-footer .icon-list {
  margin-bottom: -0.875em;
}

@media (min-width: 400px) {
  .site-footer .icon-list {
    margin-bottom: 0;
  }
}

.site-footer .icon-list li {
  margin-bottom: 0.875em;
}

@media (min-width: 400px) {
  .site-footer .icon-list li {
    margin-bottom: 0;
  }
}

.site-footer .icon-list svg {
  fill: #FFF;
  width: 20px;
  height: 20px;
}

.cta-nav-bar.stuck + .site-footer {
  margin-top: 57px;
}

@media (min-width: 992px) {
  .cta-nav-bar.stuck + .site-footer {
    margin-top: 62px;
  }
}

.site-menu {
  position: fixed;
  width: 100vw;
  height: calc(100vh - 48px);
  top: 0;
  left: 0;
  background: #001d49;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  margin-top: 48px;
}

@media screen and (min-width: 992px) and (min-height: 600px) {
  .site-menu {
    margin-top: 75px;
    height: calc(100vh - 75px);
    overflow: hidden;
    z-index: 102;
  }
}

@media screen and (min-width: 992px) and (min-height: 600px) and (min-height: 700px) {
  .site-menu {
    margin-top: 125px;
    height: calc(100vh - 125px);
  }
}

.site-menu.active {
  pointer-events: auto;
  opacity: 1;
}

.site-menu__scroll-for-more {
  position: fixed;
  bottom: 1rem;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: opacity 0.25s;
  font-size: 0.8rem;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  pointer-events: none;
  color: #FFFFFF;
  z-index: 1;
}

.site-menu__scroll-for-more:after {
  content: '';
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  border-top: 5px solid #FFF;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

@media (max-width: 992px), (max-height: 600px) {
  .site-menu__scroll-for-more.has-more {
    opacity: 1;
  }
}

.site-search {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #001d49;
  color: #ffffff;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  transition: all 0.25s;
}

.site-search.active {
  opacity: 1;
  pointer-events: auto;
}

.site-search__headline {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
  color: #ffffff;
  font-size: 1.5em;
  margin-bottom: 1em;
  text-transform: none;
}

@media screen and (min-width: 992px) and (min-height: 600px) {
  .site-search__headline {
    font-size: 2em;
  }
}

.site-search__filters {
  background: #001d49;
  padding: 1em;
  flex-grow: 0;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .site-search__filters {
    padding: 1em 2em;
  }
}

.site-search__trending {
  flex-grow: 1;
  background: #00163c;
  padding: 2em;
}

@media screen and (max-width: 992px) and (max-height: 600px) {
  .site-search__trending .tag-cloud li a {
    font-size: 0.9em;
    padding: 0.5em 1em;
    border-width: 1px;
  }
}

.site-content {
  padding: 3em 0 0 0;
  overflow-x: hidden;
}

@media (min-width: 992px) {
  .site-content {
    padding: 6em 0 0 0;
  }
}

.site-content--no-pd-bottom {
  padding-bottom: 0;
}

.site-hero-spacer {
  padding-bottom: 125px;
  width: 100%;
  display: block;
}

@media (min-width: 544px) {
  .site-hero-spacer {
    padding-bottom: 150px;
  }
}

@media (min-width: 992px) {
  .site-hero-spacer {
    padding-bottom: 200px;
  }
}

.site-header.alert-open ~ .site-hero-spacer {
  padding-bottom: 175px;
}

@media (min-width: 544px) {
  .site-header.alert-open ~ .site-hero-spacer {
    padding-bottom: 200px;
  }
}

@media (min-width: 992px) {
  .site-header.alert-open ~ .site-hero-spacer {
    padding-bottom: 250px;
  }
}

.alert-bar {
  position: absolute;
  padding: 1em 1.5em;
  background: #087EB5;
  color: #ffffff;
  height: 100%;
  width: 100%;
  left: 0;
  overflow: hidden;
}

.alert-bar:before {
  content: '';
  position: absolute;
  width: calc(100px + 1.5em);
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(to right, rgba(8, 126, 181, 0) 0%, #087EB5 50%, #087EB5 100%);
  z-index: 1;
}

.alert-bar--green {
  background: #50A684;
}

.alert-bar__icon {
  fill: #FFF;
  width: 20px;
  height: 30px;
  margin-right: 0.5em;
}

.alert-bar__close {
  position: absolute;
  right: 1em;
  top: 0;
  width: 50px;
  height: 100%;
  z-index: 2;
}

.alert-bar__close:before, .alert-bar__close:after {
  content: '';
  width: 3px;
  height: 25px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center center;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.alert-bar__close:before {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.alert-bar__content {
  white-space: nowrap;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
}

.alert-bar__label {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 0.5em;
}

.alert-bar__cta {
  text-decoration: none;
}

.full-video-loop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}

.full-video-loop__iframe-container {
  position: absolute;
  height: 100vh;
  width: 100vw;
  min-width: 178vh;
  min-height: 56.25vw;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #000;
}

.full-video-loop__iframe-container iframe {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.full-video-loop__video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.presentation-slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.presentation-slider.cards-open {
  z-index: 100;
}

.presentation-slider__slide {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  overflow: hidden;
  position: relative;
}

.presentation-slider__slide--auto-height {
  height: auto;
}

.presentation-slider__slide--top-shadow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 31%, transparent 100%);
  z-index: 0;
}

.presentation-slider__slide--bottom-gradient:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  z-index: 0;
  background: linear-gradient(to bottom, rgba(0, 40, 85, 0) 0%, rgba(0, 40, 85, 0.4) 31%, rgba(0, 40, 85, 0.8) 100%);
}

.presentation-slider__slide.cards-open {
  z-index: 4;
}

.presentation-slider__controls,
.presentation-slider__nav-container {
  position: fixed;
  left: 0;
  bottom: 0;
  height: calc(100vh - 75px);
  padding: 3em 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 5;
  display: none;
}

@media (min-width: 768px) {
  .presentation-slider__controls,
  .presentation-slider__nav-container {
    display: flex;
  }
}

@media (min-width: 1200px) {
  .presentation-slider__controls,
  .presentation-slider__nav-container {
    justify-content: space-between;
  }
}

.presentation-slider__controls {
  pointer-events: none;
  transition: all 0.25s;
}

.presentation-slider__nav-container {
  height: 100vh;
  z-index: 3;
}

@media (min-width: 1200px) {
  .presentation-slider__nav-container {
    justify-content: center;
  }
}

.presentation-slider__nav {
  list-style: none;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 0 0 2.5em;
  z-index: 3;
  margin: 1em 0;
  display: none;
}

@media (min-width: 1200px) {
  .presentation-slider__nav {
    display: block;
  }
}

.presentation-slider__nav li {
  line-height: 1;
  position: relative;
  padding-left: 2em;
  margin-bottom: 1em;
  opacity: 0.75;
  transition: all 0.25s;
}

.presentation-slider__nav li:last-of-type {
  margin-bottom: 0;
}

.presentation-slider__nav li:before, .presentation-slider__nav li:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #FFF;
  border-radius: 50%;
  transition: all 0.25s;
}

.presentation-slider__nav li:after {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #FFF;
  background: none;
  opacity: 0;
  transition: all 0.25s;
}

.presentation-slider__nav li:hover, .presentation-slider__nav li.active {
  opacity: 1;
  cursor: pointer;
}

.presentation-slider__nav li:hover:after, .presentation-slider__nav li.active:after {
  opacity: 1;
}

.presentation-slider__nav:hover .presentation-slider__nav-text {
  opacity: 1;
}

.presentation-slider__nav-text {
  transition: opacity 0.25s;
  opacity: 0;
}

.presentation-slider__up,
.presentation-slider__down {
  position: relative;
  width: 40px;
  height: 40px;
  display: none;
  pointer-events: auto;
}

@media (min-width: 768px) {
  .presentation-slider__up,
  .presentation-slider__down {
    display: block;
  }
}

@media (min-width: 1200px) {
  .presentation-slider__up,
  .presentation-slider__down {
    width: 98px;
    height: 60px;
  }
}

.presentation-slider__up:before,
.presentation-slider__down:before {
  content: '';
  position: absolute;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transition: all 0.25s;
}

.presentation-slider__up:hover,
.presentation-slider__down:hover {
  cursor: pointer;
}

.presentation-slider__up:hover:before,
.presentation-slider__down:hover:before {
  transform: translateY(-50%) translateY(-5px) translateX(-50%) rotate(45deg);
}

.presentation-slider__down {
  top: auto;
  bottom: 0;
}

.presentation-slider__down:before {
  transform: translateY(-50%) translateX(-50%) rotate(-135deg);
}

.presentation-slider__down:hover:before {
  transform: translateY(-50%) translateY(5px) translateX(-50%) rotate(-135deg);
}

.presentation-slider.light .presentation-slider__nav {
  color: #002855;
}

.presentation-slider.light .presentation-slider__nav li:before {
  background: #002855;
}

.presentation-slider.light .presentation-slider__nav li:after {
  border-color: #002855;
}

.presentation-slider.light .presentation-slider__up:before,
.presentation-slider.light .presentation-slider__down:before {
  border-color: #002855;
}

.presentation-slider.dark .presentation-slider__nav, .presentation-slider.cards-open .presentation-slider__nav {
  color: #ffffff;
}

.presentation-slider.dark .presentation-slider__nav li:before, .presentation-slider.cards-open .presentation-slider__nav li:before {
  background: #ffffff;
}

.presentation-slider.dark .presentation-slider__nav li:after, .presentation-slider.cards-open .presentation-slider__nav li:after {
  border-color: #ffffff;
}

.presentation-slider.dark .presentation-slider__controls, .presentation-slider.cards-open .presentation-slider__controls {
  height: 100vh;
}

.presentation-slider.dark .presentation-slider__up:before,
.presentation-slider.dark .presentation-slider__down:before, .presentation-slider.cards-open .presentation-slider__up:before,
.presentation-slider.cards-open .presentation-slider__down:before {
  border-color: #ffffff;
}

.presentation-slider.first-slide .presentation-slider__up:before {
  opacity: 0;
}

.presentation-slider:not(.scroll-jacking) .presentation-slider__down:before {
  opacity: 0;
}

.home-title {
    margin-top: 300px;
}

.home-title-cta {
    margin-top: 300px;
}

@media (max-width: 550px) {
  .home-title-cta {
    margin-top: 300px;
  }
}

.pres-slide {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.pres-slide--blue-screen {
  background: rgba(0, 40, 85, 0.8);
  color: #FFF;
}

.pres-slide--opaque {
  background: #ffffff;
}

.pres-slide__header {
  width: 100%;
  max-width: 1140px;
  padding: 0 1em;
  z-index: 3;
  margin: 0 auto;
  margin-bottom: 0.5em;
}

@media (min-width: 1200px) {
  .pres-slide__header {
    padding-left: 200px;
  }
}

@media (min-width: 1400px) {
  .pres-slide__header {
    padding-left: 100px;
  }
}

@media (min-width: 1700px) {
  .pres-slide__header {
    padding-left: 0;
  }
}

@media (min-height: 900px) {
  .pres-slide__header {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 7vh;
    margin-bottom: 0;
  }
}

@media only screen and (min-height: 700px) and (min-width: 768px) {
  .pres-slide__header {
    z-index: 5;
  }
}

.pres-slide__header--center {
  text-align: center;
  padding: 0 1em;
}

.pres-slide__section-label {
  opacity: 1;
}

@media (min-height: 700px) {
  .pres-slide__section-label {
    padding-top: 1.5em;
    border-top: 3px solid #B1B3B3;
  }
}

.pres-slide__section-label--white {
  border-color: #ffffff;
  color: #ffffff;
}

.pres-slide__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pres-slide__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 0;
}

.pres-slide__image:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.pres-slide__icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #EEE;
}

.pres-slide__icon img {
  position: absolute;
  height: 100%;
  width: auto;
  transform: translateX(-10%);
}

@media (min-width: 544px) {
  .pres-slide__icon img {
    transform: translateX(-5%);
  }
}

@media (min-width: 992px) {
  .pres-slide__icon img {
    transform: translateX(-15%);
  }
}

.pres-slide__content {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1em;
}

@media (min-width: 1200px) {
  .pres-slide__content {
    padding-left: 200px;
  }
}

@media (min-width: 1400px) {
  .pres-slide__content {
    padding-left: 100px;
  }
}

@media (min-width: 1700px) {
  .pres-slide__content {
    padding-left: 0;
  }
}

.pres-slide__content--centered {
  text-align: center;
}

@media (min-width: 1200px) {
  .pres-slide__content--centered {
    padding: 0 200px;
  }
}

@media (min-width: 1400px) {
  .pres-slide__content--centered {
    padding: 0 100px;
  }
}

@media (min-width: 1700px) {
  .pres-slide__content--centered {
    padding: 0;
  }
}

.pres-slide__copy {
  max-width: 80%;
}

@media (min-width: 768px) {
  .pres-slide__copy {
    max-width: 60%;
  }
}

@media (min-width: 1200px) {
  .pres-slide__copy {
    max-width: 55%;
  }
}

@media (min-width: 1400px) {
  .pres-slide__copy {
    max-width: 60%;
  }
}

.pres-slide__title {
  font-size: 1.5em;
  line-height: 1.2;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
  text-transform: none;
}

@media only screen and (min-width: 544px) and (min-height: 500px) {
  .pres-slide__title {
    font-size: 2em;
  }
}

@media only screen and (min-width: 768px) and (min-height: 700px) {
  .pres-slide__title {
    font-size: 3em;
  }
}

@media only screen and (min-width: 992px) and (min-height: 900px) {
  .pres-slide__title {
    font-size: 3em;
  }
}

@media only screen and (min-width: 1400px) and (min-height: 700px) {
  .pres-slide__title--large {
    font-size: 4.5em;
    margin-bottom: 3rem;
  }
}

.pres-slide__title--white {
  color: #FFFFFF;
}

.pres-slide__callout {
  font-size: 1em;
  margin-bottom: 2em;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
}

@media only screen and (min-width: 544px) and (min-height: 500px) {
  .pres-slide__callout {
    font-size: 1.25em;
  }
}

@media only screen and (min-width: 992px) and (min-height: 700px) {
  .pres-slide__callout {
    font-size: 1.5em;
  }
}

@media only screen and (min-width: 992px) and (min-height: 900px) {
  .pres-slide__callout {
    font-size: 2em;
  }
}

.pres-slide__callout--white {
  color: #FFFFFF;
}

.pres-slide__subhead {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
  font-size: 1.25em;
}

@media (min-width: 992px) {
  .pres-slide__subhead {
    font-size: 1.5em;
  }
}

.pres-slide__cta {
  font-size: 0.9em;
}

@media (min-width: 992px) {
  .pres-slide__cta {
    font-size: 1.25em;
  }
}

.pres-slide__outro {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  padding: 0 0 2em 0;
  z-index: 3;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
}

@media (min-height: 700px) {
  .pres-slide__outro {
    position: absolute;
    padding: 0 0 7vh 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.pres-slide__outro-line {
  position: absolute;
  height: calc(100% - 2em);
  width: 1px;
  transform: rotate(180deg) translateX(-50%);
  bottom: 0;
  left: 50%;
  transform-origin: center center;
  background: #ffffff;
}

.pres-slide__outro-text {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.25s;
}

.pres-slide__outro-text:hover {
  color: #FF8200;
  text-decoration: none;
}

.pres-slide__cards {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 40, 85, 0);
  z-index: 4;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  pointer-events: none;
}

.presentation-slider__slide.cards-open .pres-slide__section-label {
  color: #ffffff;
  border-color: #ffffff;
}

.presentation-slider__slide.cards-open .pres-slide__cards {
  background: #002855;
}

.presentation-slider__slide.cards-open .pres-slide__header {
  opacity: 0;
}

@media only screen and (min-height: 900px) and (min-width: 768px) {
  .presentation-slider__slide.cards-open .pres-slide__header {
    opacity: 1;
  }
}

header.alert-open ~ .presentation-slider #significantly .pres-slide {
  padding-top: 60px;
}

#significantly .pres-slide__content {
  transform: translateY(25px);
}

@media (min-height: 700px) {
  #significantly .pres-slide__content {
    transform: none;
  }
}

@media screen and (max-width: 544px) and (max-height: 700px) {
  #about .pres-slide__content {
    margin-bottom: 0;
  }
  #about .pres-slide__content p {
    font-size: 0.9em;
  }
}

.content-slide {
  width: 100vw;
  height: auto;
  background: #ffffff;
}

#news-events {
  padding: 0;
}

@media (min-width: 1200px) {
  #news-events {
    padding-left: 200px;
  }
}

@media (min-width: 1400px) {
  #news-events {
    padding-left: 100px;
  }
}

@media (min-width: 1700px) {
  #news-events {
    padding-left: 0;
  }
}

.video-playback__playhead {
  margin-bottom: 0.5em;
}

.video-playback__text {
  color: #ffffff;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.video-playback__content {
  position: fixed;
  background: #000000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  transition: all 0.5s;
  transition-delay: 0.1s;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

.video-playback__content--expanded {
  z-index: 1000;
  opacity: 1;
  pointer-events: auto;
}

.video-playback__video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.video-playback__video video,
.video-playback__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-playback__video .video-player {
  width: 100%;
  height: 100%;
}

.video-playback__close {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 1;
  top: 2em;
  right: 2em;
  background: #AAA;
}

.video-playback__close:before, .video-playback__close:after {
  content: '';
  display: block;
  width: 2px;
  height: 80%;
  transform-origin: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  background: #FFF;
}

.video-playback__close:after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.playhead {
  position: relative;
  display: block;
  width: 75px;
  height: 75px;
  border: 2px solid #002855;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 auto;
  margin-bottom: 1.5em;
  overflow: hidden;
  transition: all 0.25s;
}

.playhead:before {
  content: "";
  display: block;
  border-left: 20px solid #002855;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.25s;
  transform: translateY(-50%) translateX(-50%) translateX(5px);
}

@media (min-width: 992px) {
  .playhead {
    width: 100px;
    height: 100px;
  }
  .playhead:before {
    border-left: 30px solid #002855;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
}

.playhead:hover {
  background: #002855;
  cursor: pointer;
}

.playhead:hover:before {
  border-left-color: #fff;
}

.card-slider {
  height: 60vh !important;
  width: 100%;
  max-height: 600px;
  position: relative;
  pointer-events: none;
}

/*@media (min-width: 544px) {*/
/*  .card-slider {*/
/*    height: 75vh;*/
/*  }*/
/*}*/

.card-slider--spotlight .card-slider__card {
  transition: all 0.25s;
}

@media (min-width: 992px) {
  .card-slider--spotlight .card-slider__card {
    width: calc(25vw - 1.33em);
    height: 100%;
    top: 50%;
    transform: translateX(150vw) translateY(-50%);
  }
}

.card-slider--spotlight .card-slider__card.pos-9 {
  transform: translateX(-900%) translateX(-9em);
  will-change: transform;
}

@media (min-width: 992px) {
  .card-slider--spotlight .card-slider__card.pos-9 {
    transform: translateX(-900%) translateX(-9em) translateY(-50%);
  }
}

.card-slider--spotlight .card-slider__card.pos-8 {
  transform: translateX(-800%) translateX(-8em);
  will-change: transform;
}

@media (min-width: 992px) {
  .card-slider--spotlight .card-slider__card.pos-8 {
    transform: translateX(-800%) translateX(-8em) translateY(-50%);
  }
}

.card-slider--spotlight .card-slider__card.pos-7 {
  transform: translateX(-700%) translateX(-7em);
  will-change: transform;
}

@media (min-width: 992px) {
  .card-slider--spotlight .card-slider__card.pos-7 {
    transform: translateX(-700%) translateX(-7em) translateY(-50%);
  }
}

.card-slider--spotlight .card-slider__card.pos-6 {
  transform: translateX(-600%) translateX(-6em);
  will-change: transform;
}

@media (min-width: 992px) {
  .card-slider--spotlight .card-slider__card.pos-6 {
    transform: translateX(-600%) translateX(-6em) translateY(-50%);
  }
}

.card-slider--spotlight .card-slider__card.pos-5 {
  transform: translateX(-500%) translateX(-5em);
  will-change: transform;
}

@media (min-width: 992px) {
  .card-slider--spotlight .card-slider__card.pos-5 {
    transform: translateX(-500%) translateX(-5em) translateY(-50%);
  }
}

.card-slider--spotlight .card-slider__card.pos-4 {
  transform: translateX(-400%) translateX(-4em);
  will-change: transform;
}

@media (min-width: 992px) {
  .card-slider--spotlight .card-slider__card.pos-4 {
    transform: translateX(-400%) translateX(-4em) translateY(-50%);
  }
}

.card-slider--spotlight .card-slider__card.pos-3 {
  transform: translateX(-300%) translateX(-3em);
  will-change: transform;
}

@media (min-width: 992px) {
  .card-slider--spotlight .card-slider__card.pos-3 {
    transform: translateX(-300%) translateX(-3em) translateY(-50%);
  }
}

.card-slider--spotlight .card-slider__card.pos-2 {
  transform: translateX(-200%) translateX(-2em);
  will-change: transform;
}

@media (min-width: 992px) {
  .card-slider--spotlight .card-slider__card.pos-2 {
    transform: translateX(-200%) translateX(-2em) translateY(-50%);
  }
}

.card-slider--spotlight .card-slider__card.pos-1 {
  transform: translateX(-100%) translateX(-1em);
  will-change: transform;
}

@media (min-width: 992px) {
  .card-slider--spotlight .card-slider__card.pos-1 {
    transform: translateX(-100%) translateX(-1em) translateY(-50%);
  }
}

.card-slider--spotlight .card-slider__card.pos0 {
  transform: translateX(0%) translateX(0em);
  will-change: transform;
}

@media (min-width: 992px) {
  .card-slider--spotlight .card-slider__card.pos0 {
    transform: translateX(0%) translateX(0em) translateY(-50%);
  }
}

.card-slider--spotlight .card-slider__card.pos1 {
  transform: translateX(0%) translateX(1em) translateX(100vw);
  will-change: transform;
}

@media (min-width: 992px) {
  .card-slider--spotlight .card-slider__card.pos1 {
    transform: translateX(0%) translateX(1em) translateX(50vw) translateY(-50%);
  }
}

.card-slider--spotlight .card-slider__card.pos2 {
  transform: translateX(100%) translateX(2em) translateX(100vw);
  will-change: transform;
}

@media (min-width: 992px) {
  .card-slider--spotlight .card-slider__card.pos2 {
    transform: translateX(100%) translateX(2em) translateX(50vw) translateY(-50%);
  }
}

.card-slider--spotlight .card-slider__card.pos3 {
  transform: translateX(200%) translateX(3em) translateX(100vw);
  will-change: transform;
}

@media (min-width: 992px) {
  .card-slider--spotlight .card-slider__card.pos3 {
    transform: translateX(200%) translateX(3em) translateX(50vw) translateY(-50%);
  }
}

.card-slider--spotlight .card-slider__card.pos4 {
  transform: translateX(300%) translateX(4em) translateX(100vw);
  will-change: transform;
}

@media (min-width: 992px) {
  .card-slider--spotlight .card-slider__card.pos4 {
    transform: translateX(300%) translateX(4em) translateX(50vw) translateY(-50%);
  }
}

.card-slider--spotlight .card-slider__card.pos5 {
  transform: translateX(400%) translateX(5em) translateX(100vw);
  will-change: transform;
}

@media (min-width: 992px) {
  .card-slider--spotlight .card-slider__card.pos5 {
    transform: translateX(400%) translateX(5em) translateX(50vw) translateY(-50%);
  }
}

.card-slider--spotlight .card-slider__card.pos6 {
  transform: translateX(500%) translateX(6em) translateX(100vw);
  will-change: transform;
}

@media (min-width: 992px) {
  .card-slider--spotlight .card-slider__card.pos6 {
    transform: translateX(500%) translateX(6em) translateX(50vw) translateY(-50%);
  }
}

.card-slider--spotlight .card-slider__card.pos7 {
  transform: translateX(600%) translateX(7em) translateX(100vw);
  will-change: transform;
}

@media (min-width: 992px) {
  .card-slider--spotlight .card-slider__card.pos7 {
    transform: translateX(600%) translateX(7em) translateX(50vw) translateY(-50%);
  }
}

.card-slider--spotlight .card-slider__card.pos8 {
  transform: translateX(700%) translateX(8em) translateX(100vw);
  will-change: transform;
}

@media (min-width: 992px) {
  .card-slider--spotlight .card-slider__card.pos8 {
    transform: translateX(700%) translateX(8em) translateX(50vw) translateY(-50%);
  }
}

.card-slider--spotlight .card-slider__card.pos9 {
  transform: translateX(800%) translateX(9em) translateX(100vw);
  will-change: transform;
}

@media (min-width: 992px) {
  .card-slider--spotlight .card-slider__card.pos9 {
    transform: translateX(800%) translateX(9em) translateX(50vw) translateY(-50%);
  }
}

.card-slider--spotlight .card-slider__card.pos0 {
  width: calc(100vw - 2em);
  height: 100%;
}

@media (min-width: 992px) {
  .card-slider--spotlight .card-slider__card.pos0 {
    width: 50vw;
  }
}

.card-slider--spotlight .card-slider__controls {
  width: 100vw;
  transform: translateX(-1em) translateY(-50%);
}

@media (min-width: 992px) {
  .card-slider--spotlight .card-slider__controls {
    width: calc(50vw + 60px);
    transform: translateX(-30px) translateY(-50%);
  }
}

.card-slider--faculty {
  height: 80vh;
  max-height: none;
}

@media (min-width: 768px) {
  .card-slider--faculty {
    max-height: 600px;
  }
}

.card-slider__card {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 1;
  width: calc(100vw - 2rem);
  margin-right: 1em;
  background: none;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.5s;
  transform: translateX(150vw);
}

.card-slider__card--teaser {
  transform: translateX(2em) translateX(90%);
}

@media (min-width: 768px) {
  .card-slider__card--teaser {
    transform: translateX(100%) translateX(2em) translateX(90%);
  }
}

@media (min-width: 992px) {
  .card-slider__card--teaser {
    transform: translateX(100%) translateX(2em) translateX(50%);
  }
}

@media (min-width: 1200px) {
  .card-slider__card--teaser {
    transform: translateX(200%) translateX(2em);
  }
}

@media (min-width: 768px) {
  .card-slider__card {
    width: calc(50vw - 1.5rem);
  }
}

@media (min-width: 1200px) {
  .card-slider__card {
    width: calc(33.333vw - 1.33rem);
  }
}

.card-slider__card.pos-9 {
  transform: translateX(-900%) translateX(-8em);
  will-change: transform, opacity;
}

.card-slider__card.pos-8 {
  transform: translateX(-800%) translateX(-7em);
  will-change: transform, opacity;
}

.card-slider__card.pos-7 {
  transform: translateX(-700%) translateX(-6em);
  will-change: transform, opacity;
}

.card-slider__card.pos-6 {
  transform: translateX(-600%) translateX(-5em);
  will-change: transform, opacity;
}

.card-slider__card.pos-5 {
  transform: translateX(-500%) translateX(-4em);
  will-change: transform, opacity;
}

.card-slider__card.pos-4 {
  transform: translateX(-400%) translateX(-3em);
  will-change: transform, opacity;
}

.card-slider__card.pos-3 {
  transform: translateX(-300%) translateX(-2em);
  will-change: transform, opacity;
}

.card-slider__card.pos-2 {
  transform: translateX(-200%) translateX(-1em);
  will-change: transform, opacity;
}

.card-slider__card.pos-1 {
  transform: translateX(-100%) translateX(0em);
  will-change: transform, opacity;
}

.card-slider__card.pos0 {
  transform: translateX(0%) translateX(1em);
  will-change: transform, opacity;
}

.card-slider__card.pos1 {
  transform: translateX(100%) translateX(2em);
  will-change: transform, opacity;
}

.card-slider__card.pos2 {
  transform: translateX(200%) translateX(3em);
  will-change: transform, opacity;
}

.card-slider__card.pos3 {
  transform: translateX(300%) translateX(4em);
  will-change: transform, opacity;
}

.card-slider__card.pos4 {
  transform: translateX(400%) translateX(5em);
  will-change: transform, opacity;
}

.card-slider__card.pos5 {
  transform: translateX(500%) translateX(6em);
  will-change: transform, opacity;
}

.card-slider__card.pos6 {
  transform: translateX(600%) translateX(7em);
  will-change: transform, opacity;
}

.card-slider__card.pos7 {
  transform: translateX(700%) translateX(8em);
  will-change: transform, opacity;
}

.card-slider__card.pos8 {
  transform: translateX(800%) translateX(9em);
  will-change: transform, opacity;
}

.card-slider__card.pos9 {
  transform: translateX(900%) translateX(10em);
  will-change: transform, opacity;
}

.card-slider__card.switch-sides {
  transition-duration: 0s;
  opacity: 0;
}

.card-slider__controls {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2px;
  z-index: 1;
  transition: opacity 0.25s;
}

.card-slider__right,
.card-slider__left {
  pointer-events: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #002855;
  background: #ffffff;
  position: relative;
  transition: all 0.25s;
  opacity: 0;
}

.card-slider__right:after,
.card-slider__left:after {
  content: '';
  position: absolute;
  top: 23px;
  left: 21px;
  transform-origin: center center;
  width: 10px;
  height: 10px;
  border-top: 2px solid #002855;
  border-right: 2px solid #002855;
  transform: rotate(45deg);
  transition: border 0.25s;
}

.card-slider__right:hover,
.card-slider__left:hover {
  background: #002855;
  cursor: pointer;
}

.card-slider__right:hover:after,
.card-slider__left:hover:after {
  border-color: #ffffff;
}

.card-slider__right {
  opacity: 1;
  pointer-events: auto;
}

.card-slider__left:after {
  left: 24px;
  transform: rotate(-135deg);
}

.card-slider__right:hover {
  transform: translateX(-5px);
}

.card-slider__left:hover {
  transform: translateX(5px);
}

.card-slider__close {
  position: absolute;
  right: 0;
  top: -10px;
  border-radius: 50%;
  border: 2px solid #002855;
  background: #ffffff;
  pointer-events: auto;
  width: 40px;
  height: 40px;
  transition: all 0.25s;
  opacity: 0;
  z-index: 1;
}

.card-slider__close:before, .card-slider__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%) rotate(45deg);
  width: 25px;
  height: 2px;
  background-color: #002855;
  transform-origin: center;
  transition: all 0.25s;
}

.card-slider__close:after {
  transform: translateY(-50%) rotate(-45deg);
}

.card-slider__close:hover {
  background: #001d49;
  cursor: pointer;
}

.card-slider__close:hover:before, .card-slider__close:hover:after {
  background-color: #FFF;
}

.card-slider.active .card-slider__right,
.card-slider.active .card-slider__left {
  opacity: 0.5;
  pointer-events: auto;
}

.card-slider.active .card-slider__right:hover,
.card-slider.active .card-slider__left:hover {
  opacity: 1;
}

.card-slider.active .card-slider__controls {
  opacity: 0;
  pointer-events: none;
}

.card-slider.active .card-slider__close {
  opacity: 1;
}

.card-slider.active:hover .card-slider__controls {
  opacity: 1;
  pointer-events: none;
}

.card-slider.right-limit .card-slider__right {
  opacity: 0 !important;
  pointer-events: none;
}

.card-slider.sleeping .card-slider__card--teaser {
  transition-duration: 0s;
  opacity: 0;
  transform: translateX(150vw);
}

@media (min-width: 992px) {
  .card-slider.sleeping .card-slider__card--teaser {
    transform: translateX(99vw);
  }
}

@media (min-width: 1200px) {
  .card-slider.sleeping .card-slider__card--teaser {
    transform: translateX(100vw) translateX(-90%);
  }
}

.card-slider.sleeping .card-slider__right,
.card-slider.sleeping .card-slider__left {
  opacity: 0;
}

.card {
  border: none;
  border-radius: 3px;
  overflow: hidden;
  pointer-events: auto;
  background: #FFF;
}

.card--transparent {
  background: transparent;
}

.card--white {
  background: #ffffff;
  color: #002855;
}

.card--white .card__stat {
  color: #002855;
}

.card--brown {
  color: #ffffff;
  background: #84754E;
}

.card--brown .card__stat,
.card--brown .card__headline {
  color: #ffffff;
}

.card--teal {
  color: #ffffff;
  background: #007D8A;
}

.card--teal .card__stat,
.card--teal .card__headline {
  color: #ffffff;
}

.card--orange {
  color: #ffffff;
  background: #FF8200;
}

.card--orange .card__stat,
.card--orange .card__headline {
  color: #ffffff;
}

.card--red {
  color: #ffffff;
  background: #651D32;
}

.card--red .card__stat,
.card--red .card__headline {
  color: #ffffff;
}

.card--green {
  color: #ffffff;
  background: #50A684;
}

.card--green .card__stat,
.card--green .card__headline {
  color: #ffffff;
}

.card--stat {
  padding: 0.875em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 992px) {
  .card--stat {
    padding: 2em;
  }
}

.card--stat .card__headline {
  margin-bottom: 0.25rem;
}

.card__type {
  position: relative;
  padding: 2em;
  display: flex;
  color: #63666A;
  align-items: center;
  text-transform: uppercase;
  z-index: 10;
}

.card__type--white {
  color: #ffffff;
}

.card__type--white .card__type-filler {
  background: rgba(255, 255, 255, 0.75);
}

.card__type-filler {
  display: block;
  height: 1px;
  background: #D9D9D6;
  flex-grow: 1;
  margin: 0 0.5em;
}

.card__type-label {
  max-width: 75%;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.card__type-count {
  font-size: 14px;
  letter-spacing: 0.05em;
}

.card__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.card__img img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 0;
}

.card__img--full:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.card__img--full + .card__body--white .card__copy:before {
  display: none;
}

.card__img--half {
  height: 25%;
}

@media (min-height: 700px) {
  .card__img--half {
    height: 50%;
  }
}

.card__img--half:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, transparent 50%);
  z-index: 1;
}

.card__body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2em;
  padding-top: 4em;
  color: #63666A;
  z-index: 5;
  align-items: left;
}

.card__body--half {
  background: #ffffff;
  height: 75%;
  justify-content: space-between;
  padding-top: 1.5em;
}

@media (min-height: 700px) {
  .card__body--half {
    height: 50%;
  }
}

.card__body--white .card__headline,
.card__body--white .card__copy {
  color: #ffffff;
}

.card__body--white .card__headline:before,
.card__body--white .card__copy:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

.card__body--scrollable {
  overflow-y: scroll;
  padding-bottom: 2em;
}

.card__body--top {
  justify-content: space-between;
  align-items: flex-start;
}

.card__body--center {
  justify-content: center;
}

.card__content {
  max-width: 100%;
}

.card__img--full + .card__body,
.card--transparent .card__body {
  color: #ffffff;
}

.card__stat {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
  font-size: 1.5em;
  line-height: 1;
  color: #002855;
  display: block;
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 768px) and (min-height: 700px) {
  .card__stat {
    font-size: 2.5em;
  }
}

@media only screen and (min-width: 992px) and (min-height: 700px) {
  .card__stat {
    font-size: 4em;
  }
}

.card__headline {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
  color: #002855;
  margin-bottom: 0.5em;
  font-size: 1.25em;
  text-transform: none;
}

.card__headline a {
  color: #002855;
  text-decoration: none;
}

.card__headline a:hover {
  color: #FF8200;
  text-decoration: none;
}

@media only screen and (min-width: 544px) and (min-height: 500px) {
  .card__headline {
    font-size: 1.5em;
  }
}

@media only screen and (min-width: 992px) and (min-height: 700px) {
  .card__headline {
    font-size: 2em;
  }
}

.card__headline--small {
  font-size: 1em;
}

@media (min-height: 500px) {
  .card__headline--small {
    font-size: 1.25em;
  }
}

@media (min-width: 544px) {
  .card__headline--small {
    font-size: 1.25em;
  }
}

@media (min-width: 992px) {
  .card__headline--small {
    font-size: 1.5em;
  }
}

.card__headline + .card__subhead {
  margin-bottom: 1.75em;
}

.card__copy {
  color: #63666A;
  font-size: 0.85em;
  display: block;
  max-height: 75px;
  position: relative;
  overflow: hidden;
}

.card__copy:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: none;
}

@media (min-height: 500px) {
  .card__copy {
    display: block;
    font-size: 1em;
    max-height: none;
    overflow: auto;
  }
  .card__copy:before {
    display: none;
  }
}

.card__subhead {
  display: block;
  text-transform: uppercase;
  color: #63666A;
  margin-bottom: 1em;
  font-size: 0.9em;
}

@media (min-height: 500px) {
  .card__subhead {
    font-size: 1em;
  }
}

.card__quote {
  font-family: 'Playfair Display', Helvetica, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.25em;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

@media (min-height: 500px) {
  .card__quote {
    font-size: 2em;
  }
}

.card__attribution {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 2rem;
}

.card__event-date {
  margin-bottom: 1em;
}

[data-is-stateful="true"] .card .card__collapse {
  max-height: 0;
  overflow: hidden;
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-is-stateful="true"] .card .card__type-label {
  overflow: hidden;
  max-width: 0;
  white-space: nowrap;
  transition: all 0.25s;
}

@media (min-width: 992px) {
  [data-is-stateful="true"] .card.active .card__collapse {
    max-height: 1000px;
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
}

[data-is-stateful="true"] .card.active .card__type-label {
  max-width: 200px;
}

.card-grid {
  height: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 1em;
  margin: -0.5em;
  margin-bottom: -1em;
}

@supports (grid-gap: 1em) {
  .card-grid {
    margin: 0;
  }
}

.card-grid .card {
  position: relative;
  grid-column: 1/1;
  grid-row: 1/1;
  margin: 0.5em;
}

@supports (grid-gap: 1em) {
  .card-grid .card {
    margin: 0;
  }
}

.card-grid--two-one {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 2fr;
  grid-template-rows: 1fr 2fr;
}

.card-grid--two-one .card:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.card-grid--two-one .card:nth-of-type(2) {
  grid-column: 2/3;
  grid-row: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.card-grid--two-one .card:nth-of-type(3) {
  grid-column: 1/3;
  grid-row: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.card-grid--three-rows {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}

.card-grid--three-rows .card:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.card-grid--three-rows .card:nth-of-type(2) {
  grid-column: 1/2;
  grid-row: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.card-grid--three-rows .card:nth-of-type(3) {
  grid-column: 1/2;
  grid-row: 3/4;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.card-grid--two-rows {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.card-grid--two-rows .card:nth-of-type(1) {
  grid-column: 1/1;
  grid-row: 1/1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.card-grid--two-rows .card:nth-of-type(2) {
  grid-column: 1/1;
  grid-row: 2/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.cta {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.25s;
  display: inline-flex;
  align-items: center;
  flex-grow: 0;
  -ms-flex-positive: 0;
  font-size: 0.9em;
  border: none;
  padding: 0;
  background: none;
  line-height: 1.2;
}

@media (min-width: 544px) {
  .cta {
    font-size: 1em;
  }
}

.cta:after {
  content: '';
  display: inline-block;
  width: 0.575em;
  height: 0.575em;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
  transition: all 0.25s;
  margin-left: 0.875em;
  border-radius: 2px;
  flex-shrink: 0;
}

.cta:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.cta:hover:after {
  transform: translateX(5px) rotate(45deg);
}

.cta--reverse:after {
  display: none;
}

.cta--reverse:before {
  content: '';
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(-45deg);
  transition: all 0.25s;
  margin-right: 0.5em;
}

.cta--reverse:hover:before {
  transform: translateX(-5px) rotate(-45deg);
}

.cta--video {
  position: relative;
  display: flex;
  align-items: center;
}

.cta--video .video-playback {
  display: flex;
  align-items: center;
}

.cta--video .video-playback__text {
  margin-bottom: 0;
}

.cta--video:after {
  display: none;
}

.cta--video .playhead {
  width: 50px;
  height: 50px;
  background: none;
  border-color: #ffffff;
  margin-right: 1em;
  margin-bottom: 0;
}

.cta--video .playhead:before {
  border-left-color: #ffffff;
  border-left-width: 15px;
  border-top-width: 10px;
  border-bottom-width: 10px;
  transform: translateY(-50%) translateX(-50%) translateX(2px);
}

.cta--button {
  padding: 1em 2em;
  border: 2px solid #ffffff;
  border-radius: 2em;
}

.cta--button:hover {
  background: #ffffff;
  color: #FF8200;
}

.cta--button:hover:after {
  border-color: #FF8200;
}

.cta--button.cta--orange:hover {
  background: #FF8200;
  color: #ffffff;
}

.cta--button.cta--orange:hover:after {
  border-color: #ffffff;
}

.cta--orange {
  color: #FF8200;
  border-color: #FF8200;
}

.cta--orange:after, .cta--orange:before {
  border-color: #FF8200;
}

.cta--orange:hover {
  color: #FF8200;
}

.cta--button.cta--red:hover {
  background: #651D32;
  color: #ffffff;
}

.cta--button.cta--red:hover:after {
  border-color: #ffffff;
}

.cta--red {
  color: #651D32;
  border-color: #651D32;
}

.cta--red:after, .cta--red:before {
  border-color: #651D32;
}

.cta--red:hover {
  color: #651D32;
}

.cta--button.cta--green:hover {
  background: #50A684;
  color: #ffffff;
}

.cta--button.cta--green:hover:after {
  border-color: #ffffff;
}

.cta--green {
  color: #50A684;
  border-color: #50A684;
}

.cta--green:after, .cta--green:before {
  border-color: #50A684;
}

.cta--green:hover {
  color: #50A684;
}

.cta--button.cta--teal:hover {
  background: #007D8A;
  color: #ffffff;
}

.cta--button.cta--teal:hover:after {
  border-color: #ffffff;
}

.cta--button.cta--blue:hover {
  background: #002855;
  color: #ffffff;
}

.cta--button.cta--blue:hover:after {
  border-color: #ffffff;
}

.cta--blue {
  color: #002855;
  border-color: #002855;
}

.cta--blue:after, .cta--blue:before {
  border-color: #002855;
}

.cta--blue:hover {
  color: #002855;
}

.on-page-button-menu {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
}

.on-page-button {
        width: 100%;
        max-width: 360px;
        min-width: 225px;
        height: auto;
        margin: 3% auto;
        color: #ffffff;
        font-family: 'Open Sans', Helvetica, sans-serif;
        text-transform: uppercase;
        background-color: #002855;
        padding: 2.5% 1% 2.5% 1%;
        text-align: center;
        font-weight: 600;
        border: 2px solid #002855;
        border-radius: .25em;
        box-sizing: border-box;
}

.on-page-button:hover {
        transition-duration: 0.3s;
        background-color: rgba(0, 40, 85, 0.15);
        color: #002855;
        text-decoration: none;
}

.cta--teal {
  color: #007D8A;
  border-color: #007D8A;
}

.cta--teal:after, .cta--teal:before {
  border-color: #007D8A;
}

.cta--teal:hover {
  color: #007D8A;
}

.cta--icon {
  display: flex;
  align-items: center;
}

.cta--icon:after, .cta--icon:before {
  display: none;
}

.cta--icon svg {
  width: 15px;
  height: 15px;
  fill: #ffffff;
  margin-left: 0.5em;
}

.cta--icon.cta--orange svg {
  fill: #FF8200;
}

.cta__z-bump {
  position: relative;
  z-index: 1;
}

.news-collection {
  padding: 3em 1em;
}

@media (min-width: 992px) {
  .news-collection {
    padding: 6em 1em;
  }
}

.news-collection__feed {
  margin-bottom: 3em;
}

.news-spotlight {
  display: block;
  padding: 3em 0;
  border-bottom: 2px solid #D9D9D6;
}

@media (min-width: 992px) {
  .news-spotlight {
    min-height: 250px;
  }
}

.news-spotlight__subhead {
  color: #63666A;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5em;
}

.news-spotlight__headline {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
  color: #002855;
  font-size: 1.5em;
  text-transform: none;
}

.news-spotlight__headline a {
  color: #002855;
  transition: all 0.25s;
}

.news-spotlight__headline a:hover {
  color: #FF8200;
  text-decoration: none;
}

.event-spotlight {
  padding: 3em 0;
  display: flex;
  border-bottom: 2px solid #D9D9D6;
}

@media (min-width: 992px) {
  .event-spotlight {
    min-height: 250px;
  }
}

.event-spotlight__date {
  width: 90px;
  margin-right: 2em;
  flex-grow: 0;
  flex-shrink: 0;
}

.event-spotlight__subhead {
  color: #63666A;
  display: inline-block;
  margin-bottom: 0.25em;
}

.event-spotlight__headline {
  font-size: 1.5em;
  color: #002855;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
  text-transform: none;
}

.event-spotlight__headline a {
  color: #002855;
  transition: all 0.25s;
}

.event-spotlight__headline a:hover {
  color: #FF8200;
  text-decoration: none;
}

.events-collection {
  padding: 3em 1em;
  background: #EEE;
}

@media (min-width: 992px) {
  .events-collection {
    padding: 6em 1em;
    background: none;
  }
}

.events-collection__feed {
  margin-bottom: 3em;
}

.calendar-block {
  text-align: center;
}

.calendar-block__month {
  display: block;
  color: #002855;
  text-transform: uppercase;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 0.5em;
}

.calendar-block__day {
  display: block;
  padding: 0.25rem 0.75rem;
  color: #ffffff;
  background: #002855;
  font-size: 3em;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
  transition: all 0.25s;
}

.calendar-block__day:hover {
  background: #FF8200;
  color: #ffffff;
  text-decoration: none;
}

.footer-block {
  color: #ffffff;
}

.footer-block p {
  margin-bottom: 1em;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .footer-block p {
    margin-bottom: 1.5em;
  }
}

.footer-block p:last-of-type {
  margin-bottom: 0;
}

.footer-block a {
  color: #ffffff;
  transition: all 0.25s;
}

.footer-block a:hover {
  color: #FF8200;
}

.footer-block a:hover:after {
  border-color: #FF8200;
}

.footer-block__header {
  display: flex;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  padding-top: 1.5em;
  border-top: 1px solid #ffffff;
  max-width: 225px;
  margin: 0 auto;
  margin-bottom: 1em;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .footer-block__header {
    margin: 0;
    margin-bottom: 1.25em;
    max-width: none;
    justify-content: flex-start;
  }
}

.footer-block__quicklinks {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 300;
}

.footer-block__quicklinks li {
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .footer-block__quicklinks li {
    margin-bottom: 1.5em;
  }
}

.footer-block__quicklinks li:last-of-type {
  margin-bottom: 0;
}

.footer-block__quicklinks a {
  text-decoration: underline;
}

.icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  margin-bottom: 1em;
}

.icon-list li {
  display: inline-block;
  margin-right: 0.875em;
  margin-bottom: 0.875em;
}

.icon-list svg {
  width: 25px;
  height: 25px;
  fill: #B1B3B3;
  transition: all 0.25s;
}

.icon-list a:hover svg {
  fill: #FF8200;
}

.icon-menu {
  display: inline-block;
  box-sizing: content-box;
  height: 4px;
  width: 40px;
  background: #ffffff;
  position: relative;
  transition: all 0.25s;
}

.icon-menu:before, .icon-menu:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  background: #ffffff;
  transition: all 0.25s;
  transform: translateY(10px);
  transform-origin: center center;
}

.icon-menu:after {
  transform: translateY(-10px);
  opacity: 1;
}

.icon-menu.active {
  background: transparent;
}

.icon-menu.active:before {
  transform: rotate(-45deg) translateY(0);
}

.icon-menu.active:after {
  transform: rotate(45deg) translateY(0);
}

.icon-menu__container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 40px;
}

.icon-menu__container:hover {
  cursor: pointer;
}

.icon-menu__container:focus {
  outline: none;
  background: rgba(53, 148, 209, 0.5);
}

.icon-search {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
}

.icon-search:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  top: 3px;
  left: 3px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  transition: all 0.25s;
}

.icon-search:after {
  content: '';
  width: 0;
  height: 20px;
  position: absolute;
  bottom: 3px;
  right: 3px;
  transform-origin: bottom center;
  transform: rotate(-45deg);
  border: 2px solid #ffffff;
  transition: all 0.25s;
}

.icon-search:focus {
  outline: none;
  background: rgba(53, 148, 209, 0.5);
}

.primary-nav {
  display: flex;
  align-items: center;
  width: 100%;
}

form.primary-nav__searchform {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0.5em;
  position: relative;
  overflow: hidden;
}

form.primary-nav__searchform input {
  display: block;
  width: 0;
  opacity: 0;
  transition: all 0.5s;
  background: transparent;
  padding: 0;
  font-size: 1em;
  margin: 0;
  border: none;
  color: #002855;
  border-right: 1px solid #001d49;
  border-radius: 0;
}

form.primary-nav__searchform input::placeholder {
  color: #002855;
}

@media screen and (min-width: 992px) and (min-height: 600px) {
  form.primary-nav__searchform input {
    font-size: 1.5em;
    color: #ffffff;
    border-right: 1px solid #ffffff;
  }
  form.primary-nav__searchform input::placeholder {
    color: #D9D9D6;
  }
}

.primary-nav__search-clear {
  padding: 0.25rem;
  background: #8B8D8D;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  border-radius: 2px;
  display: none;
  color: #fff;
  font-size: 0.8rem;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 700;
  transition: all 0.25s;
}

@media (min-width: 992px) {
  .primary-nav__search-clear {
    right: 2em;
  }
}

.primary-nav__search-clear:hover {
  cursor: pointer;
  background: #63666A;
}

.menu-active .primary-nav__searchform input {
  padding: 0.5em;
  margin: 0 0.5em;
  flex-grow: 1;
  opacity: 1;
}

.menu-active .primary-nav__searchform input:focus + .primary-nav__search-clear, .menu-active .primary-nav__searchform input.has-input + .primary-nav__search-clear {
  display: block;
}

.search-focused .primary-nav__search {
  color: #001d49;
  border-right: 1px solid #002855;
}

.search-focused .primary-nav__search::placeholder {
  color: #002855;
}

.cta-nav-bar {
  width: 100%;
  padding: 1em 0;
  background: #002855;
  position: relative;
  z-index: 1;
}

.cta-nav-bar--absolute-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

@media (min-width: 992px) {
  .cta-nav-bar--absolute-bottom-lg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
  }
}

.cta-nav-bar.stuck {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
}

.cta-nav-bar--transparent {
  background: transparent;
}

.cta-nav-bar__items {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
  margin: 0;
}

@media screen and (min-width: 992px) and (min-height: 600px) {
  .cta-nav-bar__items {
    padding: 0 5em;
    justify-content: flex-end;
  }
}

.cta-nav-bar__item {
  display: flex;
  align-items: center;
  margin-right: 2em;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.8em;
  margin-bottom: 0;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
}

@media (min-width: 400px) {
  .cta-nav-bar__item {
    font-size: 0.9em;
  }
}

@media (min-width: 544px) {
  .cta-nav-bar__item {
    font-size: 1em;
  }
}

.cta-nav-bar__item:last-of-type {
  margin-right: 0;
}

.cta-nav-bar__item a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.25s;
}

.cta-nav-bar__item:hover a {
  color: #FF8200;
}

.cta-nav-bar__item:hover svg {
  fill: #FF8200;
}

.cta-nav-bar__icon {
  fill: #FFF;
  width: 20px;
  height: 30px;
  display: none;
  margin-right: 0.5em;
  transition: all 0.25s;
}

@media screen and (min-width: 992px) and (min-height: 600px) {
  .cta-nav-bar__icon {
    display: inline-block;
  }
}

.nav-panels {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  background: #001d49;
  flex-wrap: wrap;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  overflow-y: scroll;
  overflow-x: hidden;
}

.nav-panels.active {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (min-width: 992px) and (min-height: 600px) {
  .nav-panels {
    flex-wrap: nowrap;
    height: calc(100% - 62px);
  }
}

.nav-panels__panel {
  position: relative;
  width: 100%;
  min-height: 100%;
  transform: translateX(0);
  transition: all 0.25s;
}

@media screen and (min-width: 992px) and (min-height: 600px) {
  .nav-panels__panel {
    padding-top: 1rem;
    min-height: 600px;
    width: 33.33%;
  }
}

@media screen and (min-width: 992px) and (min-height: 900px) {
  .nav-panels__panel {
    padding-top: 3em;
  }
}

.nav-panels__panel.active .nav-panels__item {
  opacity: 1;
}

@media (max-width: 992px), (max-height: 600px) {
  .nav-panels__panel.level-1 {
    transform: translateX(-100%);
  }
  .nav-panels__panel.level-2 {
    transform: translateX(-200%);
  }
}

.nav-panels__sub {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: opacity 0.25s;
  pointer-events: none;
  background: #001d49;
  opacity: 0;
  padding-top: 0;
}

@media screen and (min-width: 992px) and (min-height: 600px) {
  .nav-panels__sub {
    padding-top: 1rem;
  }
}

@media screen and (min-width: 992px) and (min-height: 900px) {
  .nav-panels__sub {
    padding-top: 3em;
  }
}

@media (max-width: 992px), (max-height: 600px) {
  .nav-panels__sub.active {
    pointer-events: auto;
    opacity: 1;
    will-change: opacity;
  }
  .nav-panels__sub.active .nav-panels__sub-item > a {
    transform: translateX(0);
    opacity: 1;
  }
}

.nav-panels__sub .nav-panels__header {
  display: none;
}

@media screen and (min-width: 992px) and (min-height: 600px) {
  .nav-panels__sub .nav-panels__header {
    display: flex;
  }
}

.nav-panels__items {
  padding: 0;
  list-style: none;
}

.nav-panels__item {
  padding: 0 1em;
  margin: 0;
}

.nav-panels__item > a {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 0.75em 0;
  font-size: 1rem;
  border-bottom: 1px solid #D9D9D6;
  position: relative;
  transition: all 0.25s;
}

@media (min-height: 700px) {
  .nav-panels__item > a {
    font-size: 1.125rem;
    padding: 1rem 0;
  }
}

@media screen and (min-width: 992px) and (min-height: 900px) {
  .nav-panels__item > a {
    font-size: 1.25rem;
    padding: 1.25rem 0;
  }
}

@media screen and (min-width: 992px) and (min-height: 1200px) {
  .nav-panels__item > a {
    font-size: 1.5rem;
    padding: 1.5rem 0;
  }
}

.nav-panels__item:hover > a {
  background: #00163c;
}

@media (min-width: 992px) {
  .nav-panels__item:hover > a {
    padding-left: 1rem;
  }
}

.nav-panels__item:last-of-type > a {
  border-bottom: none;
}

@media screen and (min-width: 768px) and (min-height: 900px) {
  .nav-panels__item {
    padding: 0 2em;
  }
}

.nav-panels__sub-items {
  padding: 0;
  list-style: none;
}

.nav-panels__sub-item {
  padding: 0 1em;
  margin: 0;
}

.nav-panels__sub-item > a {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 0.5rem 0;
  opacity: 0;
  transform: translateX(-15px);
  transition: all 0.25s;
  font-size: 1rem;
}

@media (min-height: 700px) {
  .nav-panels__sub-item > a {
    font-size: 1.125rem;
    padding: 1rem 0;
  }
}

@media screen and (min-width: 992px) and (min-height: 900px) {
  .nav-panels__sub-item > a {
    font-size: 1.25rem;
    padding: 1.25rem 0;
  }
}

@media screen and (min-width: 992px) and (min-height: 1200px) {
  .nav-panels__sub-item > a {
    font-size: 1.5rem;
    padding: 1.5rem 0;
  }
}

.nav-panels__sub-item:hover > a {
  background: #00163c;
}

@media (min-width: 992px) {
  .nav-panels__sub-item:hover > a {
    padding-left: 1rem;
  }
}

@media screen and (min-width: 768px) and (min-height: 900px) {
  .nav-panels__sub-item {
    padding: 0 2em;
  }
}

.nav-panels__header {
  flex-grow: 0;
  font-size: 0.9em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.nav-panels__header--padded {
  padding: 1rem;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) and (min-height: 900px) {
  .nav-panels__header--padded {
    padding: 2rem;
    padding-bottom: 0;
  }
}

.nav-panels__header--camel {
  text-transform: none;
}

.nav-panels__mobile-header {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
  display: block;
  color: #ffffff;
  font-size: 1.5em;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.5);
  padding: 1rem;
  padding-bottom: 0.25em;
  transition: all 0.25s;
}

@media screen and (min-width: 992px) and (min-height: 600px) {
  .nav-panels__mobile-header {
    display: none;
  }
}

.nav-panels__mobile-header:hover {
  color: #ffffff;
  background: #00163c;
}

.nav-panels__cta-section {
  background: #00163c;
  width: 100%;
  height: 100%;
  padding: 1.5em 1em;
  display: flex;
  flex-direction: column;
}

@media screen and (min-height: 600px) and (min-width: 992px) {
  .nav-panels__cta-section {
    width: 33%;
    padding: 1.5em;
  }
}

@media screen and (min-height: 900px) and (min-width: 992px) {
  .nav-panels__cta-section {
    min-height: 600px;
    padding: 3em;
  }
}

.nav-panels__btn {
  padding: 2em;
  flex-grow: 1;
  margin-bottom: 2em;
  text-transform: uppercase;
  text-align: left;
  white-space: normal;
}

@media screen and (min-height: 600px) and (min-width: 992px) {
  .nav-panels__btn {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-height: 900px) and (min-width: 992px) {
  .nav-panels__btn {
    padding: 2rem;
    margin-bottom: 2em;
  }
}

.nav-panels__btn:last-of-type {
  margin-bottom: 0;
}

.nav-panels__btn svg {
  margin-left: 1rem;
  flex-shrink: 0;
}

.nav-panels__btn:hover {
  background: #ffffff;
  color: #002855;
}

.nav-panels__btn:hover svg {
  fill: #002855;
}

.nav-panels__item:hover > .nav-panels__sub, .nav-panels__item.focused > .nav-panels__sub,
.nav-panels__sub-item:hover > .nav-panels__sub,
.nav-panels__sub-item.focused > .nav-panels__sub {
  pointer-events: auto;
  opacity: 1;
  will-change: opacity;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(1) a, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(1) a,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(1) a,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(1) a {
  transition-delay: 0.125s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(1) a:hover, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(1) a:hover,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(1) a:hover,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(1) a:hover {
  transition-delay: 0s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(2) a, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(2) a,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(2) a,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(2) a {
  transition-delay: 0.15s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(2) a:hover, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(2) a:hover,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(2) a:hover,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(2) a:hover {
  transition-delay: 0s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(3) a, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(3) a,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(3) a,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(3) a {
  transition-delay: 0.175s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(3) a:hover, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(3) a:hover,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(3) a:hover,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(3) a:hover {
  transition-delay: 0s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(4) a, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(4) a,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(4) a,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(4) a {
  transition-delay: 0.2s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(4) a:hover, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(4) a:hover,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(4) a:hover,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(4) a:hover {
  transition-delay: 0s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(5) a, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(5) a,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(5) a,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(5) a {
  transition-delay: 0.225s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(5) a:hover, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(5) a:hover,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(5) a:hover,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(5) a:hover {
  transition-delay: 0s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(6) a, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(6) a,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(6) a,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(6) a {
  transition-delay: 0.25s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(6) a:hover, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(6) a:hover,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(6) a:hover,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(6) a:hover {
  transition-delay: 0s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(7) a, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(7) a,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(7) a,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(7) a {
  transition-delay: 0.275s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(7) a:hover, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(7) a:hover,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(7) a:hover,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(7) a:hover {
  transition-delay: 0s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(8) a, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(8) a,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(8) a,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(8) a {
  transition-delay: 0.3s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(8) a:hover, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(8) a:hover,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(8) a:hover,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(8) a:hover {
  transition-delay: 0s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(9) a, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(9) a,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(9) a,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(9) a {
  transition-delay: 0.325s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(9) a:hover, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(9) a:hover,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(9) a:hover,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(9) a:hover {
  transition-delay: 0s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(10) a, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(10) a,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(10) a,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(10) a {
  transition-delay: 0.35s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(10) a:hover, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(10) a:hover,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(10) a:hover,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(10) a:hover {
  transition-delay: 0s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(11) a, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(11) a,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(11) a,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(11) a {
  transition-delay: 0.375s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(11) a:hover, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(11) a:hover,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(11) a:hover,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(11) a:hover {
  transition-delay: 0s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(12) a, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(12) a,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(12) a,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(12) a {
  transition-delay: 0.4s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(12) a:hover, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(12) a:hover,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(12) a:hover,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(12) a:hover {
  transition-delay: 0s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(13) a, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(13) a,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(13) a,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(13) a {
  transition-delay: 0.425s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(13) a:hover, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(13) a:hover,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(13) a:hover,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(13) a:hover {
  transition-delay: 0s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(14) a, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(14) a,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(14) a,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(14) a {
  transition-delay: 0.45s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(14) a:hover, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(14) a:hover,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(14) a:hover,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(14) a:hover {
  transition-delay: 0s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(15) a, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(15) a,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(15) a,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(15) a {
  transition-delay: 0.475s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(15) a:hover, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(15) a:hover,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(15) a:hover,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(15) a:hover {
  transition-delay: 0s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(16) a, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(16) a,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(16) a,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(16) a {
  transition-delay: 0.5s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(16) a:hover, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(16) a:hover,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(16) a:hover,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(16) a:hover {
  transition-delay: 0s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(17) a, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(17) a,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(17) a,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(17) a {
  transition-delay: 0.525s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(17) a:hover, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(17) a:hover,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(17) a:hover,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(17) a:hover {
  transition-delay: 0s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(18) a, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(18) a,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(18) a,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(18) a {
  transition-delay: 0.55s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(18) a:hover, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(18) a:hover,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(18) a:hover,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(18) a:hover {
  transition-delay: 0s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(19) a, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(19) a,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(19) a,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(19) a {
  transition-delay: 0.575s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(19) a:hover, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(19) a:hover,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(19) a:hover,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(19) a:hover {
  transition-delay: 0s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(20) a, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(20) a,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(20) a,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(20) a {
  transition-delay: 0.6s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(20) a:hover, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(20) a:hover,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(20) a:hover,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item:nth-of-type(20) a:hover {
  transition-delay: 0s;
}

.nav-panels__item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item > a, .nav-panels__item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item > a,
.nav-panels__sub-item:hover > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item > a,
.nav-panels__sub-item.focused > .nav-panels__sub > .nav-panels__sub-items > .nav-panels__sub-item > a {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.nav-panels__item--has-sub > a:before,
.nav-panels__sub-item--has-sub > a:before {
  content: '';
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  height: 10px;
  width: 10px;
}

.btn {
  display: inline-block;
  background: #000;
  color: #ffffff;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
  background: #001d49;
}

.btn--sidebar {
  background: #ffffff;
  color: #002855;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 1.5em;
  text-align: center;
  border: 2px solid #002855;
  padding: 0.75em 1em;
  white-space: normal;
}

@media (min-width: 992px) {
  .btn--sidebar {
    margin-bottom: 3em;
  }
}

.btn--sidebar:hover {
  background: #002855;
  color: #ffffff;
}

/* NAV SIDEBAR ANIMATION */
.folder_children {
  height: fit-content;
  opacity: 1;
  transition: height 1s, opacity 1s ;
  animation: show 0.5s ease both;
}
.collapsed-nav_bar {
  height: 0px;
  opacity: 0;
  z-index: -999;
  pointer-events: none;
  animation: hide 0.5s ease-in-out both;
}

@keyframes hide {
  from {
    height: 100%;
    opacity: 1;
  }
  to {
    height: 0px;
    opacity: 0;
  }
}
@keyframes show {
  from {
    height: 0px;
    opacity: 0;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}

/*END NAV SIDEBAR ANIMATION*/
.btn--icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn--icon svg {
  width: 15px;
  height: 15px;
  fill: #FFF;
}

.line-header {
  display: flex;
  color: #D9D9D6;
  align-items: center;
}

.line-header--white {
  color: #ffffff;
}

.line-header--white .line-header__filler {
  background: rgba(255, 255, 255, 0.7);
}

.line-header__filler {
  display: block;
  height: 2px;
  background: rgba(150, 150, 150, 0.7);
  flex-grow: 1;
  margin-left: 0.5em;
}

.mobile-nav-bar {
  position: fixed;
  width: 100%;
  height: 48px;
  padding: 0.75em;
  background: #002855;
  top: 0;
  transition: all 0.25s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
  color: #FFF;
  opacity: 0;
  pointer-events: none;
  z-index: 101;
}

.mobile-nav-bar.active {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (min-width: 992px) and (min-height: 600px) {
  .mobile-nav-bar.active {
    opacity: 0;
    pointer-events: none;
  }
}

.mobile-nav-bar__back {
  position: relative;
  padding-left: 1em;
  margin-left: 1em;
  text-transform: uppercase;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 400;
}

.mobile-nav-bar__back:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: rotate(-45deg) translateY(-50%);
}

.mobile-nav-bar__back:hover {
  cursor: pointer;
}

.mobile-nav-bar__close {
  width: 30px;
  height: 30px;
  position: relative;
}

.mobile-nav-bar__close:before, .mobile-nav-bar__close:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  left: calc(50% - 1px);
  top: 0;
  transform-origin: center center;
  background: #ffffff;
  transform: rotate(45deg);
}

.mobile-nav-bar__close:after {
  transform: rotate(-45deg);
}

.filter-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .filter-bar {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}

.filter-bar__filter-by {
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .filter-bar__filter-by {
    margin-bottom: 0;
  }
}

.filter-bar__filters {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  text-transform: uppercase;
  color: #ffffff;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .filter-bar__filters {
    margin: 0;
    margin-left: 2em;
    margin-right: auto;
  }
}

.filter-bar__filters label {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  padding: 0.5em;
  margin-bottom: 0;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .filter-bar__filters label {
    padding: 2em;
  }
}

.filter-bar__filters label:hover {
  cursor: pointer;
}

.filter-bar__filters li {
  margin-bottom: 0;
}

.filter-bar__filters input {
  display: none;
}

.filter-bar__filters input:checked + span {
  color: #ffffff;
}

.filter-bar__clear {
  height: 100%;
  text-transform: uppercase;
  background: #00163c;
}

@media (min-width: 768px) {
  .filter-bar__clear {
    padding: 2em;
  }
}

.filter-bar__clear:hover {
  background: #ffffff;
  color: #FF8200;
}

.tag-cloud {
  padding: 0;
  margin: 0;
  margin-bottom: 1.25em;
  display: flex;
  flex-wrap: wrap;
}

.tag-cloud li {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em;
  flex-grow: 0;
}

.tag-cloud li a {
  display: block;
  padding: 1em 2em;
  border: 2px solid #ffffff;
  border-radius: 2em;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.25s;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
}

.tag-cloud li a:hover {
  background: #ffffff;
  color: #FF8200;
  text-decoration: none;
}

.tag-cloud li a:hover:after {
  border-color: #FF8200;
}

.section-label {
  display: inline-block;
  width: 250px;
  max-width: 100%;
  text-transform: uppercase;
  color: #8B8D8D;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
  font-size: 1em;
  opacity: 1;
  margin-bottom: 1.5em;
  border-top: 1px solid #8B8D8D;
  padding-top: 1.5em;
}

@media (min-width: 992px) {
  .section-label {
    margin-bottom: 2.5em;
  }
}

.section-label--white {
  border-color: #ffffff;
  color: #ffffff;
}

.section-label--cta {
  color: #FF8200;
}

.section-label--cta:after {
  content: '';
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border-top: 3px solid #FF8200;
  border-right: 3px solid #FF8200;
  transform: rotate(45deg);
  transition: all 0.25s;
  margin-left: 0.5em;
}

.section-label--cta:hover {
  color: #FF8200;
  text-decoration: none;
}

.section-label--cta:hover:after {
  transform: translateX(5px) rotate(45deg);
}

.section-label--thin {
  border-width: 1px;
}

.section-label--full {
  display: block;
  width: 100%;
}

.section-label--split {
  display: flex;
  justify-content: space-between;
}

.section-label--empty {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .section-label--empty {
    margin-bottom: 3em;
  }
}

.section-label--arrow {
  border: none;
  position: relative;
}

.section-label--arrow:before {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #8B8D8D;
  border-top: 2px solid #8B8D8D;
  transform: rotate(45deg);
  top: 0;
  left: 2px;
}

.section-label--program {
  border-width: 1px;
  color: #002855;
  margin-bottom: 1em;
}

.section-label__date {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
  text-transform: none;
  color: #63666A;
}

.section-label__link {
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.headline-top-bar {
  position: relative;
  padding-top: 1.5em;
}

.headline-top-bar:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #63666A;
}

@media (min-width: 992px) {
  .headline-top-bar {
    padding-top: 2em;
  }
}

@media (max-width: 768px) {
  .headline-top-bar--centered-medium-down:before {
    left: 50%;
    transform: translateY(-50%);
  }
}

.headline-top-bar--limited:before {
  max-width: 250px;
}

.offering-list {
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 400;
  color: #002855;
}

.offering-list .faded {
  opacity: 0.25;
}

.offering-list a {
  transition: all 0.25s;
  color: #002855;
  text-decoration: none;
}

.offering-list a:hover {
  color: #FF8200;
}

.stat-block {
  display: block;
  text-align: left;
  color: #002855;
  width: 100%;
  margin-bottom: 2.5em;
}

@media (min-width: 992px) {
  .stat-block {
    max-width: 300px;
  }
}

.stat-block--white {
  color: #ffffff;
}

.stat-block--white .stat-block__description {
  color: #ffffff;
}

.stat-block:last-of-type {
  margin-bottom: 0;
}

.stat-block__description {
  color: #63666A;
}

.stat-block__stat {
  display: block;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
  line-height: 1;
  font-size: 3em;
  margin-bottom: 1rem;
}

.stat-block__stat--large {
  font-size: 4.5rem;
}

.stat-block__title {
  display: block;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.stat-block__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -1em;
}

@media (min-width: 992px) {
  .stat-block__row {
    flex-wrap: nowrap;
  }
}

.stat-block__row .stat-block {
  margin: 0 1em 2.5rem;
}

@media (min-width: 768px) {
  .stat-block__row .stat-block {
    margin: 0 auto 2rem;
    width: 55%;
  }
}

@media (min-width: 992px) {
  .stat-block__row .stat-block {
    margin: 0 1em 0;
    width: 50%;
  }
}

.stat-block__row .stat-block:last-of-type {
  margin-bottom: 0;
}

.stat-block__row--stacked-large {
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .stat-block__row--stacked-large {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.stat-block__row--stacked-large .stat-block {
  width: 50%;
  margin: 0 1em 0;
}

@media (min-width: 992px) {
  .stat-block__row--stacked-large .stat-block {
    width: 100%;
    flex-wrap: nowrap;
    margin-bottom: 2.5em;
  }
}

.faculty-card {
  border: none;
  border-radius: 3px;
  overflow: hidden;
  pointer-events: auto;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: height 0.5s;
}

@media (min-width: 992px) {
  .faculty-card {
    height: calc(100% - 1.75em);
  }
}

.faculty-card__internal {
  width: calc(100vw - 2em);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .faculty-card__internal {
    top: 50%;
    transform: translateY(-50%);
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .faculty-card__internal {
    width: 50vw;
  }
}

.faculty-card__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 75%;
  display: none;
}

.faculty-card__image img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media (min-height: 700px) {
  .faculty-card__image {
    display: block;
  }
}

@media (min-width: 544px) {
  .faculty-card__image {
    padding-bottom: 50%;
  }
}

@media (min-width: 768px) {
  .faculty-card__image {
    display: block;
  }
}

@media (min-width: 992px) {
  .faculty-card__image {
    width: 50%;
    padding: 0;
  }
}

.faculty-card__copy {
  width: 100%;
  height: 100%;
  padding: 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .faculty-card__copy {
    width: 50%;
  }
}

.faculty-card__title {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  color: #63666A;
  padding-bottom: 1em;
  position: relative;
  display: block;
  margin-bottom: 1em;
}

.faculty-card__title:after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #63666A;
  position: absolute;
  bottom: 0;
  left: 0;
}

.faculty-card__count {
  display: flex;
  width: 100%;
  align-items: center;
  color: #63666A;
  margin-top: 0.5rem;
}

.faculty-card__count:after {
  content: '';
  display: block;
  height: 1px;
  background: #B1B3B3;
  flex-grow: 1;
  margin-left: 1em;
}

.faculty-card__count--bottom {
  position: absolute;
  bottom: 0;
}

.faculty-card__description {
  display: none;
}

@media (min-height: 500px) {
  .faculty-card__description {
    display: block;
  }
}

@media (min-height: 700px) {
  .faculty-card__description {
    display: none;
  }
}

@media (min-height: 900px) {
  .faculty-card__description {
    display: block;
  }
}

@media (min-width: 768px) {
  .faculty-card__description {
    display: block;
  }
}

.card-slider--spotlight .pos0 .faculty-card {
  height: 100%;
}

.quote {
  quotes: "“" "”" "‘" "’";
  font-family: 'Playfair Display', Helvetica, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 2em;
  margin-bottom: 0.5em;
  position: relative;
  line-height: 1.4;
}

@media (min-width: 992px) {
  .quote {
    font-size: 3em;
  }
}

.quote:before {
  content: open-quote;
  position: absolute;
  top: 0;
  left: -3.5rem;
  font-size: 6rem;
  line-height: 0.5;
  font-family: 'Playfair Display', Helvetica, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.quote:after {
  content: close-quote;
}

.quote--small {
  font-size: 2em;
}

.quote--blue {
  color: #002855;
}

.quote--no-marks:before, .quote--no-marks:after {
  content: '';
}

.quote--uniform-marks:before {
  position: static;
  font-size: inherit;
  line-height: inherit;
}

.quote__attribution {
  padding-left: 1.5em;
  border-left: 1px solid #ffffff;
  margin-bottom: 1em;
}

.quote__attribution--blue {
  border-color: #B1B3B3;
}

.quote__attribution--blue .quote__name {
  color: #002855;
}

.quote__attribution--blue .quote__person-description {
  color: #63666A;
}

.quote__name {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.9em;
  display: block;
}

.quote__person-description {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 0.9em;
  display: block;
}

@media (min-width: 992px) {
  .zippers--tabs .zipper__content {
    transition: none;
    max-height: none;
    display: none;
    border: none;
  }
  .zippers--tabs .zipper__content.tab-active {
    display: block;
  }
}

@media (min-width: 992px) {
  .zippers--tabs .zipper__content-inner {
    padding: 2em 0;
  }
}

.zippers--tabs .zipper__trigger {
  display: block;
}

@media (min-width: 992px) {
  .zippers--tabs .zipper__trigger {
    display: none;
  }
}

.zippers__tab-buttons {
  display: none;
  flex-wrap: nowrap;
  border-bottom: 2px solid #B1B3B3;
  overflow-x: scroll;
  overflow-y: hidden;
}

@media (min-width: 992px) {
  .zippers__tab-buttons {
    overflow: inherit;
    display: flex;
  }
}

.zippers__tab {
  padding: 1em 2em;
  margin-right: 1em;
  flex-grow: 1;
  background: #f5f5f4;
  color: #8B8D8D;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.5s;
  position: relative;
  border-radius: 5px 5px 0 0;
  border: 2px solid transparent;
  z-index: 1;
  white-space: nowrap;
}

.zippers__tab:last-of-type {
  margin-right: 0;
}

.zippers__tab:after {
  content: '';
  height: 4px;
  width: 100%;
  background: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
  z-index: 2;
}

.zippers__tab:hover, .zippers__tab.tab-active {
  background: #ffffff;
  color: #002855;
  cursor: pointer;
  border: 2px solid #B1B3B3;
}

.zippers__tab:hover:after, .zippers__tab.tab-active:after {
  opacity: 1;
}

.zipper + .zipper .zipper__trigger {
  border-top: none;
}

.zipper__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-bottom: 1px solid #D9D9D6;
}

.zipper__content.active {
  max-height: 2000px;
  transition: max-height 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.zipper__content-inner {
  padding: 2em 1em;
}

.zipper__trigger {
  padding: 1em 0;
  border-top: 1px solid #D9D9D6;
  margin: 0;
  position: relative;
}

.zipper__trigger:hover {
  cursor: pointer;
}

.zipper__trigger:hover:after {
  border-top-color: #002855;
}

.zipper__trigger:after {
  content: '';
  position: absolute;
  right: 0.5em;
  top: calc(50% - 8px);
  border-top: 10px solid #D9D9D6;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transform-origin: center center;
  transition: all 0.25s;
}

.zipper__trigger.active {
  border-bottom: none;
}

.zipper__trigger.active:after {
  transform: rotate(180deg);
  border-top-color: #002855;
}

.zipper__text {
  display: block;
  max-width: 90%;
}

.program-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1em;
}

.program-list__program {
  padding: 1em 0 2em 0;
  margin: 0 1em;
  border-top: 1px solid #B1B3B3;
  width: calc(100% - 2em);
}

.program-list__program:last-child {
  border-bottom: 1px solid #B1B3B3;
}

@media (min-width: 992px) {
  .program-list__program {
    width: calc(50% - 2em);
  }
  .program-list__program:nth-last-child(2) {
    border-bottom: 1px solid #B1B3B3;
  }
}

.program-list__title {
  display: flex;
  margin-bottom: 0.5em;
  align-items: flex-start;
}

.program-list__title:after {
  position: relative;
  top: 5px;
  right: 1px;
}

.program-list__description {
  font-size: 0.9em;
  color: #B1B3B3;
  text-transform: uppercase;
}

.filter-search-bar {
  display: flex;
  margin-bottom: 3em;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .filter-search-bar {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.filter-search-bar .filter-search-bar__icon {
  position: absolute;
  left: 1em;
  width: 20px;
  height: 20px;
  fill: #B1B3B3;
  top: 50%;
  transform: translateY(-50%);
}

.filter-search-bar__input-wrap {
  position: relative;
  flex-grow: 1;
}

.filter-search-bar input.filter-search-bar__input {
  width: 100%;
  padding: 1.5em 1em;
  padding-left: 2.5em;
  border: 1px solid #D9D9D6;
  font-size: 1.25em;
  color: #63666A;
  border-radius: 3px 3px 0 0;
}

@media (min-width: 768px) {
  .filter-search-bar input.filter-search-bar__input {
    border-radius: 3px 0 0 3px;
  }
}

.filter-search-bar input.filter-search-bar__input::placeholder {
  color: #8B8D8D;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 300;
}

.filter-search-bar input.filter-search-bar__input:-ms-input-placeholder {
  color: #8B8D8D;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 300;
}

.filter-search-bar input.filter-search-bar__input:focus {
  border: 1px solid #D9D9D6;
}

.filter-search-bar__filter {
  position: relative;
  width: 100%;
  margin-top: 1rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .filter-search-bar__filter {
    width: auto;
    margin-top: 0;
    max-width: 200px;
  }
}

.filter-search-bar__filter:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  border-top: 6px solid #B1B3B3;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  pointer-events: none;
  z-index: 2;
}

.filter-search-bar__filter:before {
  /*content: '';*/
  /*position: absolute;*/
  top: 1px;
  right: 2px;
  width: 2em;
  height: calc(100% - 2px);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  z-index: 1;
}

.filter-search-bar__filter select {
  display: block;
  appearance: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: 1px solid #D9D9D6;
  border-radius: 3px;
  padding: 1.5em 1em;
  height: 100%;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
  color: #B1B3B3;
  min-width: 200px;
  width: 100%;
}

.filter-search-bar__filter select::-ms-expand {
  display: none;
}

.filter-search-bar__filter select:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  .filter-search-bar__filter select {
    border-left: 0;
    border-radius: 0;
  }
}

@media (min-width: 768px) {
  .filter-search-bar__filter:last-of-type select {
    border-radius: 0 3px 3px 0;
  }
}

.pagination {
  display: flex;
  padding: 2em 1em;
  justify-content: space-between;
  border-top: 1px solid #B1B3B3;
  border-bottom: 1px solid #B1B3B3;
  flex-direction: row;
  align-items: center;
}

.pagination__back,
.pagination__forward,
.pagination__current {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
  color: #FF8200;
  font-size: 1em;
  margin: 0;
  text-transform: uppercase;
  transition: all 0.25s;
  display: flex;
  align-items: center;
}

.pagination__back:hover,
.pagination__forward:hover,
.pagination__current:hover {
  text-decoration: none;
}

.pagination__back:hover:before, .pagination__back:hover:after,
.pagination__forward:hover:before,
.pagination__forward:hover:after,
.pagination__current:hover:before,
.pagination__current:hover:after {
  border-color: #63666A;
}

.pagination__back.inactive,
.pagination__forward.inactive,
.pagination__current.inactive {
  color: #D9D9D6;
}

.pagination__back.inactive:before, .pagination__back.inactive:after,
.pagination__forward.inactive:before,
.pagination__forward.inactive:after,
.pagination__current.inactive:before,
.pagination__current.inactive:after {
  border-color: #D9D9D6;
}

.pagination__forward {
  margin-bottom: 0;
}

.pagination__forward:after {
  content: '';
  display: inline-block;
  width: 0.575em;
  height: 0.575em;
  border-top: 3px solid #FF8200;
  border-right: 3px solid #FF8200;
  transform: rotate(45deg);
  transition: all 0.25s;
  margin-left: 0.875em;
  border-radius: 2px;
}

.pagination__forward:not(.inactive):hover {
  color: #FF8200;
}

.pagination__forward:not(.inactive):hover:after {
  transform: translateX(5px) rotate(45deg);
  border-color: #FF8200;
}

.pagination__back:before {
  content: '';
  display: inline-block;
  width: 0.575em;
  height: 0.575em;
  border-top: 3px solid #FF8200;
  border-left: 3px solid #FF8200;
  transform: rotate(-45deg);
  transition: all 0.25s;
  margin-right: 0.875em;
  border-radius: 2px;
}

.pagination__back:not(.inactive):hover {
  color: #FF8200;
}

.pagination__back:not(.inactive):hover:before {
  transform: translateX(-5px) rotate(-45deg);
  border-color: #FF8200;
}

.pagination__numbers {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination__numbers li {
  display: inline-block;
  padding: 0 0.25em;
  margin: 0;
}

.pagination__numbers li a {
  text-decoration: underline;
}

.pagination__numbers li.active {
  color: #63666A;
}

.full-image-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}

.full-image-bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.full-image-bg__image {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.builder-section {
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .builder-section {
    padding: 6rem 0;
  }
}

.builder-section--no-pd-top {
  padding-top: 0;
}

.builder-section--blue {
  color: #ffffff;
  background: #002855;
}

.builder-section--blue .builder-section__headline {
  color: #ffffff;
}

.builder-section--blue .builder-section__callout {
  color: #ffffff;
}

.builder-section--gray {
  background: #f5f5f4;
}

.builder-section--teal {
  color: #ffffff;
  background: #007D8A;
}

.builder-section--teal .builder-section__headline {
  color: #ffffff;
}

.builder-section--teal .builder-section__callout {
  color: #ffffff;
}

.builder-section--teal .builder-section__overlay {
  background: rgba(0, 125, 138, 0.6);
}

.builder-section--teal .builder-section__image-container:after {
  background: linear-gradient(to bottom, transparent 75%, #007D8A 100%);
}

.builder-section--green {
  color: #ffffff;
  background: #50A684;
}

.builder-section--green .builder-section__headline {
  color: #ffffff;
}

.builder-section--green .builder-section__callout {
  color: #ffffff;
}

.builder-section--green .builder-section__overlay {
  background: rgba(80, 166, 132, 0.6);
}

.builder-section--green .builder-section__image-container:after {
  background: linear-gradient(to bottom, transparent 75%, #50A684 100%);
}

.builder-section--orange {
  color: #ffffff;
  background: #FF8200;
}

.builder-section--orange .builder-section__headline {
  color: #ffffff;
}

.builder-section--orange .builder-section__callout {
  color: #ffffff;
}

.builder-section--orange .builder-section__overlay {
  background: rgba(255, 130, 0, 0.6);
}

.builder-section--orange .builder-section__image-container:after {
  background: linear-gradient(to bottom, transparent 75%, #FF8200 100%);
}

.builder-section--brown {
  color: #ffffff;
  background: #84754E;
}

.builder-section--brown .builder-section__headline {
  color: #ffffff;
}

.builder-section--brown .builder-section__callout {
  color: #ffffff;
}

.builder-section--brown .builder-section__overlay {
  background: rgba(132, 117, 78, 0.6);
}

.builder-section--brown .builder-section__image-container:after {
  background: linear-gradient(to bottom, transparent 75%, #84754E 100%);
}

.builder-section--red {
  color: #ffffff;
  background: #651D32;
}

.builder-section--red .builder-section__headline {
  color: #ffffff;
}

.builder-section--red .builder-section__callout {
  color: #ffffff;
}

.builder-section--red .builder-section__overlay {
  background: rgba(101, 29, 50, 0.6);
}

.builder-section--red .builder-section__image-container:after {
  background: linear-gradient(to bottom, transparent 75%, #651D32 100%);
}

.builder-section__headline {
  color: #002855;
  margin-bottom: 0.5em;
}

.builder-section__callout {
  font-size: 1.3rem;
  margin-bottom: 1.25em;
  color: #63666A;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
}

@media (min-width: 992px) {
  .builder-section__callout {
    font-size: 1.5em;
  }
}

/* inside the image container, the image does not span full height on mobile */
.builder-section__image-container {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}

.builder-section__image-container:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 75%, #002855 100%);
}

.builder-section__image-container .builder-section__image {
  position: relative;
  min-width: 100%;
  min-height: 250px;
  height: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .builder-section__image-container {
    height: 100%;
  }
  .builder-section__image-container:after {
    display: none;
  }
  .builder-section__image-container .builder-section__image {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
  }
}

.builder-section__image {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}

.builder-section__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 40, 85, 0.6);
  z-index: 1;
}

.builder-section__overlay + .builder-section__image,
.builder-section__overlay + .builder-section__image-container .builder-section__image {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.builder-section__content {
  position: relative;
  z-index: 2;
}

.builder-section__group {
  margin-bottom: 3rem;
}

.builder-section__group *:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .builder-section__group--lg {
    margin-bottom: 0;
  }
}

.hero-banner {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .hero-banner {
    height: 600px;
    max-height: 75vh;
  }
}

.hero-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}

.hero-banner--generic {
  background: #002855;
}

.hero-banner--generic:before {
  display: none;
}

.hero-banner__image {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}

.hero-banner__content {
  position: absolute;
  bottom: 50%;
  width: 100%;
  text-align: center;
  z-index: 1;
  padding: 0 1em;
  max-width: 1140px;
  left: 50%;
  transform: translateX(-50%) translateY(50%) translateY(25px);
}

.hero-banner__header {
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 0.5em;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
  color: #ffffff;
}

@media (min-width: 992px) {
  .hero-banner__header {
    font-size: 1.5rem;
  }
}

.hero-banner__subhead {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
  font-size: 2em;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 0;
  letter-spacing: 0;
}

@media (min-width: 992px) {
  .hero-banner__subhead {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .hero-banner__subhead {
    font-size: 3.5rem;
  }
}

@media (min-width: 1400px) {
  .hero-banner__subhead {
    font-size: 4rem;
  }
}

.callout-copy {
  font-size: 1.25em;
  line-height: 1.5;
  color: #002855;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
  margin-bottom: 0;
}

.callout-copy--centered {
  text-align: center;
}

@media (min-width: 768px) {
  .callout-copy {
    font-size: 1.5em;
  }
}

@media (min-width: 992px) {
  .callout-copy {
    font-size: 2em;
  }
}

.internal-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.internal-nav__item {
  padding: 2em 0;
  border-top: 1px solid #D9D9D6;
  margin: 0;
}

.internal-nav__item:last-of-type {
  border-bottom: 1px solid #D9D9D6;
}

.internal-nav__cta {
  display: block;
}

.internal-nav__cta + .internal-nav__description {
  margin-top: 1rem;
}

.internal-nav__cta--block {
  display: flex;
  align-items: flex-start;
}

.internal-nav__cta--block:after {
  position: relative;
  top: 5px;
  right: 1px;
}

.internal-nav__title {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
  color: #8B8D8D;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 1.2;
  margin: 0;
  letter-spacing: 0;
}

@media (min-width: 544px) {
  .internal-nav__title {
    font-size: 1em;
  }
}

.internal-nav__title--white {
  color: #ffffff;
}

.internal-nav__title + .internal-nav__description {
  margin-top: 1rem;
}

.internal-nav__description {
  margin-bottom: 0;
}

.quote-block {
  display: flex;
  padding: 0 1em;
  padding-left: 3em;
  justify-content: flex-start;
  width: 100%;
}

.quote-block--right {
  justify-content: flex-end;
}

@media (min-width: 992px) {
  .quote-block__content {
    max-width: 70%;
  }
}

.image-section {
  padding: 1em;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.image-section--gray {
  background: #f5f5f4;
}

.image-section--gray .section-label {
  color: #63666A;
}

.image-section--right {
  flex-direction: row-reverse;
}

@media (min-width: 992px) {
  .image-section--right .image-section__image {
    margin-right: 0;
    margin-left: 5em;
  }
}

@media (min-width: 992px) {
  .image-section {
    flex-wrap: nowrap;
  }
}

.image-section__image {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.image-section__image img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .image-section__image {
    max-width: 60%;
    position: relative;
    margin-right: 5em;
    min-height: 50vh;
  }
  .image-section__image img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: auto;
  }
}

.image-section__content {
  padding: 2em 0;
  text-align: center;
}

@media (min-width: 992px) {
  .image-section__content {
    max-width: 450px;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }
}

.image-section__headline {
  position: relative;
  margin-bottom: 1em;
}

.image-section .section-label--empty {
  padding: 0;
  margin-bottom: 0.5em;
}

@media (min-width: 992px) {
  .image-section .section-label--empty {
    margin-bottom: 3em;
  }
}

.image-overlay-section {
  position: relative;
  background: #002855;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.image-overlay-section--orange {
  background: #FF8200;
}

.image-overlay-section--orange .image-overlay-section__image:before {
  background: linear-gradient(to bottom, transparent 0%, #ff8200 100%);
}

.image-overlay-section--teal {
  background: #007D8A;
}

.image-overlay-section--teal .image-overlay-section__image:before {
  background: linear-gradient(to bottom, transparent 0%, #007d8a 100%);
}

.image-overlay-section--green {
  background: #50A684;
}

.image-overlay-section--green .image-overlay-section__image:before {
  background: linear-gradient(to bottom, transparent 0%, #50a684 100%);
}

.image-overlay-section--brown {
  background: #84754E;
}

.image-overlay-section--brown .image-overlay-section__image:before {
  background: linear-gradient(to bottom, transparent 0%, #84754e 100%);
}

.image-overlay-section--red {
  background: #651D32;
}

.image-overlay-section--red .image-overlay-section__image:before {
  background: linear-gradient(to bottom, transparent 0%, #651d32 100%);
}

.image-overlay-section__headline {
  color: #ffffff;
}

.image-overlay-section__image {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  top: 0;
}

.image-overlay-section__image:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, #002855 100%);
  z-index: 2;
}

.image-overlay-section__image img {
  display: block;
  width: 100%;
  height: auto;
}

.image-overlay-section__content {
  padding: 200px 1em 3em;
  text-align: center;
  color: #FFF;
  position: relative;
  z-index: 3;
  max-width: 1140px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .image-overlay-section__content {
    padding: 200px 1em 6em;
  }
}

.image-overlay-section__headline {
  font-size: 2.5em;
}

@media (min-width: 992px) {
  .image-overlay-section__headline {
    font-size: 3em;
  }
}

.image-overlay-section__callout {
  font-size: 1.3em;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
}

@media (min-width: 992px) {
  .image-overlay-section__callout {
    font-size: 1.5em;
  }
}

.video-section {
  position: relative;
  padding: 1em;
  margin: 1em;
  min-height: 300px;
  background: #002855;
}

.video-section:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 0%, #002855 100%);
  z-index: 2;
}

.video-section--orange {
  background: #FF8200;
}

.video-section--orange:before {
  background: linear-gradient(to bottom, transparent 0%, #ff8200 100%);
}

.video-section--teal {
  background: #007D8A;
}

.video-section--teal:before {
  background: linear-gradient(to bottom, transparent 0%, #007d8a 100%);
}

.video-section--green {
  background: #50A684;
}

.video-section--green:before {
  background: linear-gradient(to bottom, transparent 0%, #50a684 100%);
}

.video-section--brown {
  background: #84754E;
}

.video-section--brown:before {
  background: linear-gradient(to bottom, transparent 0%, #84754e 100%);
}

.video-section--red {
  background: #651D32;
}

.video-section--red:before {
  background: linear-gradient(to bottom, transparent 0%, #651d32 100%);
}

.video-section .video-playback {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}

@media (min-width: 544px) {
  .video-section .video-playback {
    top: 20%;
  }
}

@media (min-width: 992px) {
  .video-section .video-playback {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}

.video-section .playhead {
  width: 75px;
  height: 75px;
}

.video-section .playhead:before {
  border-left: 20px solid #002855;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.video-section__content {
  position: relative;
  width: 100%;
  color: #ffffff;
  text-align: center;
  bottom: 0;
  left: 0;
  padding: 250px 1em 3em;
  padding-top: 70%;
  z-index: 3;
}

@media (min-width: 544px) {
  .video-section__content {
    padding-top: 50%;
  }
}

@media (min-width: 768px) {
  .video-section__content {
    padding-top: 30%;
  }
}

@media (min-width: 992px) {
  .video-section__content {
    padding-top: 40%;
    padding-bottom: 6em;
  }
}

.video-section__poster-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-section__poster-image img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.video-section__headline {
  color: #ffffff;
  font-size: 2.5em;
}

@media (min-width: 992px) {
  .video-section__headline {
    font-size: 3em;
  }
}

.video-section__callout {
  font-size: 1.3em;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .video-section__callout {
    font-size: 1.5em;
  }
}

.video-section__cta {
  margin-top: 1.5rem;
}

.lives-of-significance {
  position: relative;
  background: #f5f5f4;
  padding-bottom: 1em;
}

@media (min-width: 992px) {
  .lives-of-significance {
    max-height: 800px;
    padding: 2em;
    margin: 1em;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  .lives-of-significance--left {
    justify-content: flex-start;
  }
}

.lives-of-significance__image {
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
}

.lives-of-significance__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translateY(-50%) translateX(-50%);
}

@media (min-width: 992px) {
  .lives-of-significance__image {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
  }
}

.lives-of-significance__card {
  position: relative;
  z-index: 1;
  background: #ffffff;
  padding: 2em;
  width: calc(100% - 2em);
  margin: 0 1em;
  margin-top: -1em;
  border-radius: 3px;
  text-align: center;
}

@media (min-width: 992px) {
  .lives-of-significance__card {
    position: relative;
    min-width: 40%;
    width: 50%;
    margin: 0;
    text-align: left;
  }
}

.lives-of-significance__quote {
  margin-bottom: 1.5em;
  color: #002855;
}

@media (min-width: 992px) {
  .lives-of-significance__quote {
    margin-bottom: 3em;
  }
}

@media (max-width: 992px) {
  .lives-of-significance__quote .quote__attribution {
    padding-left: 0;
    padding-top: 1em;
    margin-top: 1em;
    position: relative;
    border-left: 0;
  }
  .lives-of-significance__quote .quote__attribution:before {
    content: '';
    position: absolute;
    width: 50px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: #002855;
  }
}

.profile-spotlight {
  max-width: 1140px;
  margin: 0 auto;
  margin-top: -2em;
}

@media (min-width: 768px) {
  .profile-spotlight {
    margin: 0 auto;
  }
}

.profile-spotlight__image {
  position: relative;
  width: 100%;
  margin-bottom: 2.5rem;
  overflow: hidden;
  height: 400px;
}

@media (min-width: 768px) {
  .profile-spotlight__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .profile-spotlight__image {
    width: 40%;
  }
}

.profile-spotlight__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  transform: translateY(-50%) translateX(-50%);
}

.profile-spotlight__content {
  width: 100%;
  padding: 0 1em;
}

@media (min-width: 768px) {
  .profile-spotlight__content {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .profile-spotlight__content {
    width: 60%;
  }
}

.generic-media--with-bg {
  position: relative;
  z-index: 0;
}

.generic-media--with-bg:after {
  content: '';
  position: absolute;
  height: calc(100% + 4em);
  width: 100vw;
  top: -2em;
  left: 50%;
  background: #f5f5f4;
  z-index: -1;
  display: none;
}

@media (min-width: 992px) {
  .generic-media--with-bg:after {
    display: block;
  }
}

@media (min-width: 992px) {
  .generic-media--with-bg .section-label {
    color: #63666A;
  }
}

.generic-media__image img {
  width: 100%;
  height: auto;
}

.generic-media__video {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.generic-media__video img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.25s;
}

.generic-media__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.generic-media__video.active img {
  pointer-events: none;
  opacity: 0;
}

.generic-media__video.active .playhead {
  display: none;
}

.generic-media__video .video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.generic-media__playhead {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  z-index: 2;
}

.generic-media__playhead:before {
  border-left-width: 15px;
  border-bottom-width: 10px;
  border-top-width: 10px;
  transform: translateY(-50%) translateX(-50%) translateX(2px);
}

.generic-media__caption-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.generic-media__caption-block .section-label {
  border-width: 0;
  padding-top: 1em;
}

@media (min-width: 992px) {
  .generic-media__caption-block .section-label {
    border-width: 1px;
    padding-top: 1.5rem;
  }
}

.generic-media__caption {
  font-size: 0.875em;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #B1B3B3;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .generic-media__caption {
    padding-bottom: 0;
    border: 0;
  }
}

.generic-page__quote-title {
  font-family: 'Playfair Display', Helvetica, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.75rem;
  color: #002855;
}

@media (min-width: 992px) {
  .generic-page__quote-title {
    font-size: 3em;
  }
}

.generic-page__playfair-title {
  font-family: 'Playfair Display', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  color: #002855;
  line-height: 1.4;
}

@media (min-width: 992px) {
  .generic-page__playfair-title {
    font-size: 3em;
  }
}

.generic-page__title {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
  font-size: 2rem;
  color: #002855;
}

@media (min-width: 992px) {
  .generic-page__title {
    font-size: 3em;
  }
}

.generic-page__block-headline {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
  font-size: 2.25em;
  color: #002855;
  margin-bottom: 1.5rem;
  letter-spacing: 0;
}

.generic-page__block-headline--small {
  font-size: 1.5em;
}

@media (min-width: 768px) {
  .generic-page__block-headline {
    font-size: 3em;
    margin-bottom: 0.5em;
  }
}

@media (min-width: 992px) {
  .generic-page__block-headline {
    font-size: 4em;
  }
}

.generic-page__callout {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
  font-size: 1.3rem;
  line-height: 1.4;
}

@media (min-width: 992px) {
  .generic-page__callout {
    font-size: 1.5em;
    line-height: 1.6;
  }
}

.generic-page__section {
  margin-bottom: 3em;
}

@media (min-width: 992px) {
  .generic-page__section {
    margin-bottom: 6em;
  }
}

.generic-page__section--lg {
  margin-bottom: 3em;
}

@media (min-width: 992px) {
  .generic-page__section--lg {
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  .generic-page__section--lg > *:last-child {
    margin-bottom: 0;
  }
}

.generic-page__section--mb3 {
  margin-bottom: 3em;
}

.generic-page__section--mb4 {
  margin-bottom: 3em;
}

@media (min-width: 992px) {
  .generic-page__section--mb4 {
    margin-bottom: 4em;
  }
}

.generic-page__pop-out {
  padding: 3em 0;
  border-top: 1px solid #B1B3B3;
}

@media (min-width: 992px) {
  .generic-page__pop-out {
    padding: 6em 0;
  }
}

.generic-page__pop-out:last-of-type {
  border-bottom: 1px solid #B1B3B3;
}

.generic-page__pop-out--no-border-bottom {
  border-bottom: none !important;
}

.generic-page__line-spacer {
  display: block;
  width: 100%;
  border-bottom: 1px solid #B1B3B3;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .generic-page__line-spacer {
    margin-bottom: 6rem;
  }
}

.image-list {
  width: 100%;
}

.image-list__section {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.image-list__section:last-of-type {
  margin-bottom: 0;
}

.image-list__section:last-of-type .image-list__content {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .image-list__section {
    flex-wrap: nowrap;
    margin-bottom: 2rem;
  }
}

.image-list__image {
  margin-bottom: 1em;
  width: 100%;
}

.image-list__image img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .image-list__image {
    width: 50%;
    margin-bottom: 0;
  }
}

.image-list__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #B1B3B3;
}

@media (min-width: 992px) {
  .image-list__content {
    width: 50%;
    margin-left: 1.5em;
    border-top: 1px solid;
    padding-bottom: 0;
    padding-top: 1rem;
    border-bottom: 0;
  }
}

table.responsive-table td:before {
  display: none;
}

@media (max-width: 992px) {
  table.responsive-table table, table.responsive-table thead, table.responsive-table tbody, table.responsive-table th, table.responsive-table td, table.responsive-table tr {
    display: block;
  }
  table.responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.responsive-table tbody td {
    border: none;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 0.5em;
    padding-left: 50%;
    min-height: 41px;
  }
  table.responsive-table tbody td:before {
    position: absolute;
    width: 45%;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    margin-right: 0.5rem;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 900;
    color: #002855;
    text-transform: uppercase;
    vertical-align: top;
    padding: 0.5rem;
    line-height: inherit;
  }
}

.float-block {
  float: right;
  width: 100%;
  padding: 0;
  margin: 1.5em 0;
}

@media (min-width: 768px) {
  .float-block {
    margin: 0;
    padding: 1.5em;
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  .float-block {
    position: relative;
    left: 6em;
    margin-left: -4em;
  }
}

@media (min-width: 1400px) {
  .float-block {
    max-width: 50%;
  }
}

.float-block--left {
  float: left;
  right: 6em;
  margin-right: -4em;
}

p + .float-block {
  margin-top: 0.5em;
}

@media (min-width: 768px) {
  p + .float-block {
    margin: 0;
  }
}

@media (min-width: 992px) {
  p + .float-block {
    margin-left: -4em;
  }
}

p + .float-block--left {
  margin-right: -4em;
}

.inline-caption-block {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

@media (min-width: 768px) {
  .inline-caption-block {
    flex-direction: row;
  }
}

@media (min-width: 1400px) {
  .inline-caption-block {
    display: block;
  }
}

.inline-caption-block__caption {
  max-width: 100%;
}

@media (min-width: 768px) {
  .inline-caption-block__caption {
    margin-left: 1em;
  }
}

@media (min-width: 1400px) {
  .inline-caption-block__caption {
    position: absolute;
    bottom: 0;
    left: calc(100% + 2em);
    margin-left: 0;
  }
}

.inline-caption-block__caption p {
  margin-bottom: 0;
}

.inline-caption-block__caption .section-label {
  border-width: 0;
  padding-top: 1em;
}

@media (min-width: 768px) {
  .inline-caption-block__caption .section-label {
    border-width: 1px;
    padding-top: 1.5rem;
  }
}

.inline-caption-block__caption-text {
  font-size: 0.875em;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #B1B3B3;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .inline-caption-block__caption-text {
    padding-bottom: 0;
    border: 0;
  }
}

.inline-caption-block__image {
  width: 100%;
  flex-shrink: 0;
  margin-bottom: 0;
}

.inline-caption-block__image img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .inline-caption-block__image {
    width: 50%;
  }
  .inline-caption-block__image img {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1400px) {
  .inline-caption-block__image {
    width: 100%;
  }
}

.tag-list {
  margin: 0;
  padding: 0;
}

.tag-list li {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em;
}

.tag-list li a {
  display: block;
  padding: 0.5em;
  background: #f5f5f4;
  color: #63666A;
  transition: all 0.25s;
  text-decoration: none;
  border-radius: 3px;
}

.tag-list li a:hover {
  background: #FF8200;
  color: #ffffff;
  text-decoration: none;
}

.faculty-table {
  margin-bottom: 4em;
}

@media (min-width: 992px) {
  .faculty-table {
    margin-bottom: 3em;
  }
}

.faculty-table__headers {
  list-style: none;
  margin: 0 -0.75em;
  padding: 0;
  display: none;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 700;
  color: #002855;
  justify-content: space-between;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
}

.faculty-table__headers li {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 0.75em;
  padding-bottom: 1em;
  border-bottom: 1px solid #B1B3B3;
  position: relative;
}

.faculty-table__headers li.sortable:before, .faculty-table__headers li.sortable:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  border-bottom: 5px solid #D9D9D6;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.faculty-table__headers li.sortable:after {
  top: 14px;
  transform: rotate(180deg);
}

.faculty-table__headers li.sortable a {
  display: block;
  color: #002855;
  transition: all 0.25s;
}

.faculty-table__headers li.sortable a:hover {
  color: #FF8200;
  text-decoration: none;
}

@media (min-width: 992px) {
  .faculty-table__headers {
    display: flex;
  }
}

.faculty-table__headers .faculty-table__profile-header {
  width: 100px;
  flex-grow: 0;
}

.faculty-table__headers .faculty-table__name-header {
  width: calc(40% - 100px - 3rem);
}

.faculty-table__headers .faculty-table__department-header,
.faculty-table__headers .faculty-table__office-header,
.faculty-table__headers .faculty-table__contact-header {
  width: calc(20% - 1.5rem);
}

.faculty-table__list {
  padding: 0;
  margin: 0;
}

.faculty-table__person {
  display: block;
  padding: 1.5rem 0 3em 0;
  border-top: 1px solid #B1B3B3;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .faculty-table__person {
    padding: 0;
    border: 0;
  }
  .faculty-table__person:nth-child(even) {
    background: #f5f5f4;
  }
}

.faculty-table__person:last-of-type {
  padding-bottom: 0;
}

.faculty-table__person:last-of-type .faculty-member {
  margin-bottom: 0;
}

.faculty-member {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

@media (min-width: 992px) {
  .faculty-member {
    display: flex;
    margin: 0 -0.75rem;
    margin-bottom: 1.5rem;
  }
}

.faculty-member li {
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .faculty-member li {
    margin: 0 0.75em;
    padding: 1.5rem 0;
  }
}

.faculty-member p {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .faculty-member p {
    margin-bottom: 1rem;
  }
}

.faculty-member .faculty-member__profile {
  padding: 0;
}

.faculty-member .faculty-member__contact {
  padding-right: 0.75rem;
  margin-bottom: 0;
}

.faculty-member__profile {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: flex-start;
}

@media (min-width: 400px) {
  .faculty-member__profile {
    align-items: flex-end;
  }
}

@media (min-width: 992px) {
  .faculty-member__profile {
    width: calc(40% - 1.5rem);
    align-items: center;
  }
}

.faculty-member__photo {
  width: 100px;
  height: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 1rem;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
}

@media (min-width: 992px) {
  .faculty-member__photo {
    margin-right: 1.5rem;
  }
}

.faculty-member__photo img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .faculty-member__photo img {
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

.faculty-member__name {
  flex-grow: 1;
}

@media (min-width: 992px) {
  .faculty-member__name {
    padding: 1.5rem 0;
  }
}

.faculty-member__name p {
  margin-bottom: 0;
}

.faculty-member__name a {
  color: #002855;
  text-decoration: none;
  transition: all 0.25s;
}

.faculty-member__name a:hover {
  color: #FF8200;
  text-decoration: none;
}

.faculty-member__department,
.faculty-member__office,
.faculty-member__contact {
  flex-shrink: 0;
  flex-grow: 0;
}

@media (min-width: 992px) {
  .faculty-member__department,
  .faculty-member__office,
  .faculty-member__contact {
    width: calc(20% - 1.5rem);
  }
}

.faculty-member__contact-link {
  text-decoration: none;
}

.faculty-member__mobile-label {
  font-size: 0.7rem;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 700;
  color: #002855;
  margin-bottom: 0.25rem;
  display: block;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .faculty-member__mobile-label {
    display: none;
  }
}

.faculty-profile__header {
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .faculty-profile__header {
    margin-bottom: 3rem;
  }
}

.faculty-profile__callout {
  font-size: 1.5em;
  color: #8B8D8D;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 992px) {
  .faculty-profile__callout {
    line-height: 1.6;
  }
}

.faculty-profile__headline {
  margin-bottom: 1rem;
}

.faculty-profile__section {
  margin-bottom: 3em;
  color: #101820;
}

.faculty-profile__section > *:last-child p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .faculty-profile__section {
    margin-bottom: 6rem;
  }
}

.faculty-profile-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2em;
}

@media (min-width: 992px) {
  .faculty-profile-block {
    flex-direction: row;
    margin-bottom: 0;
  }
}

.faculty-profile-block__image {
  margin-bottom: 1.5rem;
  width: 100%;
}

.faculty-profile-block__image img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .faculty-profile-block__image {
    margin-bottom: 0;
    margin-right: 3em;
    width: 37%;
  }
}

.faculty-profile-block__name {
  font-size: 2.5em;
  color: #002855;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .faculty-profile-block__name {
    font-size: 3em;
    margin-bottom: 2rem;
  }
}

.faculty-profile-block__title {
  font-size: 1.5em;
  color: #63666A;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
  line-height: 1.4;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .faculty-profile-block__title {
    margin-bottom: 2rem;
  }
}

.faculty-profile-block__department {
  text-transform: uppercase;
  font-size: 0.9em;
  display: block;
  text-decoration: underline;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .faculty-profile-block__department {
    font-size: 1rem;
    margin-bottom: 0;
  }
}

.accolade-list {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.accolade-list__item {
  margin-bottom: 2em;
}

.accolade-list__item:last-of-type {
  margin-bottom: 0;
}

.accolade-list__title {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.5em;
  text-transform: none;
  color: #63666A;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 300;
}

.news-hero__grid {
  display: flex;
  margin: -0.5em;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 992px) {
  .news-hero__grid {
    flex-wrap: wrap;
    margin: -1em;
    overflow: auto;
  }
}

.news-hero {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin: 0.5em;
  flex-basis: calc(90% - 2em);
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .news-hero {
    flex-basis: calc(50% - 2em);
    margin: 1em;
  }
}

.news-hero--spotlight .news-hero__image-container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}

@media (min-width: 544px) {
  .news-hero--spotlight .news-hero__image-container {
    padding-bottom: 56.25%;
  }
}

@media (min-width: 992px) {
  .news-hero--spotlight {
    flex-basis: calc(100% - 2em);
  }
  .news-hero--spotlight .news-hero__content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 50%;
  }
  .news-hero--spotlight .news-hero__headline,
  .news-hero--spotlight .news-hero__headline a {
    color: #ffffff;
  }
  .news-hero--spotlight .news-hero__date {
    color: #ffffff;
  }
}

.news-hero__image-container {
  position: relative;
  padding-bottom: 56.25%;
  z-index: 0;
  overflow: hidden;
}

.news-hero__image-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, transparent 40%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}

.news-hero__image {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.news-hero__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5em;
  color: #ffffff;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.9em;
  z-index: 2;
}

.news-hero__label-filler {
  height: 1px;
  background: #ffffff;
  display: block;
  flex-grow: 1;
  margin-left: 1em;
  margin-right: 1em;
}

@media (min-width: 992px) {
  .news-hero__label-filler {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .news-hero__label-count {
    display: none;
  }
}

.news-hero__content {
  width: 100%;
  padding: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .news-hero__content {
    padding: 1.5rem;
  }
}

.news-hero__headline {
  color: #002855;
  font-size: 1.5em;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
}

.news-hero__headline a {
  color: #002855;
  text-decoration: none;
}

.news-hero__headline a:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  .news-hero__headline {
    font-size: 2em;
  }
}

.news-hero__date {
  color: #B1B3B3;
  font-size: 0.9em;
  text-transform: uppercase;
}

.news-grid {
  display: flex;
  margin: 0 -0.5rem;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .news-grid .news-grid-item:nth-child(2n+1):nth-last-child(-n+2),
  .news-grid .news-grid-item:nth-child(2n+1):nth-last-child(-n+2) ~ .news-grid-item {
    margin-bottom: 0;
    border-bottom: 0;
  }
}

@media (min-width: 992px) {
  .news-grid .news-grid-item:nth-child(3n+1):nth-last-child(-n+3),
  .news-grid .news-grid-item:nth-child(3n+1):nth-last-child(-n+3) ~ .news-grid-item {
    margin-bottom: 0;
    border-bottom: 0;
  }
}

.news-grid-item {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 0.5rem;
  flex-basis: calc(100% - 1em);
  border-bottom: 1px solid #B1B3B3;
  flex-grow: 1;
  padding: 3rem 0;
}

.news-grid-item:last-of-type {
  border-bottom: none;
}

.news-grid-item:first-of-type {
  padding-top: 0;
}

@media (min-width: 768px) {
  .news-grid-item {
    padding: 0;
    margin-bottom: 3rem;
    flex-basis: calc(50% - 1rem);
    max-width: 50%;
  }
  .news-grid-item:last-of-type {
    border-bottom: 1px solid #B1B3B3;
  }
}

@media (min-width: 992px) {
  .news-grid-item {
    flex-basis: calc(33% - 1rem);
    max-width: 32%;
  }
}

.news-grid-item__image-container {
  display: none;
  position: relative;
  padding-bottom: 56.25%;
  z-index: 0;
  overflow: hidden;
  border-radius: 3px;
}

@media (min-width: 992px) {
  .news-grid-item__image-container {
    display: block;
  }
}

.news-grid-item__image-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, transparent 40%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}

.news-grid-item__image {
  display: block;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.news-grid-item__label {
  color: #B1B3B3;
  text-transform: uppercase;
  font-size: 0.9em;
  z-index: 2;
}

@media (min-width: 992px) {
  .news-grid-item__label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem;
    color: #ffffff;
    display: flex;
    align-items: center;
  }
  .news-grid-item__label:after {
    content: '';
    height: 1px;
    background: #ffffff;
    display: block;
    flex-grow: 1;
    margin-left: 1em;
  }
}

.news-grid-item__content {
  width: 100%;
  padding: 1rem 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .news-grid-item__content {
    padding: 1rem 0;
  }
}

@media (min-width: 992px) {
  .news-grid-item__content {
    padding: 1.5rem 0;
  }
}

.news-grid-item__headline {
  color: #002855;
  font-size: 1.5rem;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
}

.news-grid-item__headline a {
  color: #002855;
  text-decoration: none;
}

.news-grid-item__headline a:hover {
  text-decoration: none;
}

.news-grid-item__date {
  color: #B1B3B3;
  font-size: 0.9em;
  text-transform: uppercase;
}

.news-single__author {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: #63666A;
  transition: all 0.25s;
}

.news-single__author:hover {
  color: #FF8200;
  text-decoration: none;
}

.news-single__featured-image {
  margin-bottom: 3rem;
}

.news-single__content {
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .news-single__content {
    margin-bottom: 4rem;
  }
}

.news-single__content *:last-child {
  margin-bottom: 0;
}

.news-single__tags {
  margin-bottom: 4rem;
}

.news-single__category-label {
  margin-bottom: 3rem;
}

.news-archive__header {
  margin-bottom: 3rem;
}

.news-archive__featured-stories {
  margin-bottom: 2rem;
}

.news-archive__filter-search-bar {
  margin-bottom: 1.5rem;
}

.story-highlight {
  margin-bottom: 3em;
  padding-bottom: 3em;
  border-bottom: 1px solid #B1B3B3;
}

@media (min-width: 992px) {
  .story-highlight {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.story-highlight__quote {
  font-family: 'Playfair Display', Helvetica, sans-serif;
  font-weight: 400;
  color: #002855;
  font-size: 1.5em;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

@media (min-width: 992px) {
  .story-highlight__quote {
    font-size: 2em;
  }
}

.story-highlight__name {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 0.9em;
  display: block;
}

.story-highlight__label {
  margin-bottom: 1.5rem;
}

.story-block {
  margin: 0 0.75em 3em 0.75em;
  flex-basis: 100%;
  flex-grow: 1;
  position: relative;
  border-bottom: 1px solid #B1B3B3;
}

.story-block:last-of-type {
  border-bottom: 0;
}

@media (min-width: 992px) {
  .story-block {
    flex-basis: calc(50% - 1.5em);
    border-bottom: 0;
  }
}

.story-block__image {
  position: relative;
  padding-bottom: 56.25%;
  border-radius: 3px;
  overflow: hidden;
}

.story-block__image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}

.story-block__image img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 0;
}

.story-block__content {
  padding: 1.5rem 0.5rem;
}

@media (min-width: 992px) {
  .story-block__content {
    padding: 1.5rem;
  }
}

.story-block__title {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
  font-size: 1.5em;
  margin-bottom: 1rem;
  line-height: 1.4;
}

@media (min-width: 992px) {
  .story-block__title {
    font-size: 2em;
  }
}

.story-block__title a {
  color: #002855;
  transition: all 0.25s;
}

.story-block__title a:hover {
  text-decoration: none;
  color: #fd7e14;
}

.story-block__subtitle {
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  color: #8B8D8D;
  margin-bottom: 1.5rem;
}

.story-block__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.9em;
  z-index: 2;
}

.story-block__label:after {
  content: '';
  height: 1px;
  background: #ffffff;
  display: block;
  flex-grow: 1;
  margin-left: 1em;
}

@media (min-width: 992px) {
  .story-block__label {
    padding: 1.5rem;
  }
}

.stories-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75em;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .stories-grid {
    margin-bottom: 3em;
  }
}

.event-single__headline {
  margin-bottom: 3rem;
}

.event-single__category {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
  color: #8B8D8D;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid #8B8D8D;
  display: block;
}

@media (min-width: 992px) {
  .event-single__category {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    padding-top: 0;
    border-top: 0;
  }
}

.event-single__featured-image {
  margin-bottom: 1.5rem;
}

.event-single__featured-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.event-single__section-header {
  font-size: 1rem;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 900;
  margin-bottom: 0.5rem;
  color: #8B8D8D;
  text-transform: uppercase;
}

.event-single__details {
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .event-single__details {
    margin-bottom: 6rem;
  }
}

@media (min-width: 992px) {
  .event-single__upcoming {
    margin-bottom: 6rem;
  }
}

.event-single__contact {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: #63666A;
  transition: all 0.25s;
}

.event-single__contact:hover {
  color: #FF8200;
  text-decoration: none;
}

.event-single__phone {
  text-decoration: none;
}

.event-grid {
  display: flex;
  margin: 0 -1.5rem;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .event-grid .event-grid-item:nth-child(2n+1):nth-last-child(-n+2),
  .event-grid .event-grid-item:nth-child(2n+1):nth-last-child(-n+2) ~ .event-grid-item {
    margin-bottom: 0;
    border-bottom: 0;
  }
}

@media (min-width: 992px) {
  .event-grid .event-grid-item:nth-child(3n+1):nth-last-child(-n+3),
  .event-grid .event-grid-item:nth-child(3n+1):nth-last-child(-n+3) ~ .event-grid-item {
    margin-bottom: 0;
  }
}

.event-grid-item {
  margin: 0 1.5rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  flex-basis: calc(100% - 3rem);
  border-bottom: 1px solid #B1B3B3;
}

.event-grid-item:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}

@media (min-width: 768px) {
  .event-grid-item {
    flex-basis: calc(50% - 3rem);
    max-width: 50%;
  }
  .event-grid-item:last-of-type {
    border-bottom: 1px solid #B1B3B3;
  }
}

@media (min-width: 992px) {
  .event-grid-item {
    flex-basis: calc(33% - 3rem);
    max-width: 33%;
  }
}

.event-grid-item__title {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
  text-transform: none;
  color: #002855;
  margin-bottom: 1rem;
}

.event-grid-item__category,
.event-grid-item__date {
  display: block;
  color: #8B8D8D;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.event-grid-item__date {
  margin-bottom: 0;
}

.event-meta {
  display: flex;
  margin: 0 -0.5rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.event-meta > div {
  margin: 0 0.5rem;
  flex-grow: 1;
  flex-basis: calc(100% - 1rem);
  padding-bottom: 3rem;
}

@media (min-width: 992px) {
  .event-meta > div {
    flex-basis: calc(50% - 1rem);
  }
}

.event-meta > div:last-of-type {
  border-bottom: 1px solid #8B8D8D;
}

@media (min-width: 992px) {
  .event-meta {
    margin-bottom: 2rem;
  }
}

.event-meta__detail {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
  color: #002855;
  font-size: 2rem;
}

.event-list-page__header {
  margin-bottom: 3rem;
}

.event-list {
  margin-bottom: 3rem;
}

.event-list .event-list__item:first-of-type {
  border-top: 1px solid #D9D9D6;
}

@media (min-width: 992px) {
  .event-list {
    margin-bottom: 0;
  }
}

.event-list__item {
  padding: 3em 0;
  display: flex;
  border-bottom: 1px solid #D9D9D6;
}

.event-list__events {
  flex-grow: 1;
}

.event-list__details + .event-list__details {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid #D9D9D6;
}

.event-list__headline {
  font-size: 1.5em;
  color: #002855;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 200;
  text-transform: none;
  margin-bottom: 0.5rem;
}

.event-list__headline a {
  color: #002855;
  transition: all 0.25s;
}

.event-list__headline a:hover {
  color: #FF8200;
  text-decoration: none;
}

.event-list__category {
  display: block;
  text-transform: uppercase;
  color: #8B8D8D;
  margin-bottom: 0.5rem;
}

.event-list__date {
  width: 50px;
  margin-right: 2em;
  flex-grow: 0;
  flex-shrink: 0;
}

.event-list__date .calendar-block__day {
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  .event-list__date {
    width: 90px;
  }
  .event-list__date .calendar-block__day {
    font-size: 3rem;
  }
}

.event-list__subhead {
  color: #63666A;
  display: inline-block;
  margin-bottom: 0.25em;
}

.event-list-filters {
  list-style: none;
  padding: 1.5rem 0;
  margin: 1.5rem 0;
  border-top: 1px solid #D9D9D6;
  border-bottom: 1px solid #D9D9D6;
}

.event-list-filters .event-list-filters__group:last-of-type {
  margin-bottom: 0;
}

.event-list-filters__group {
  position: relative;
}

.event-list-filters__checkbox {
  display: none;
}

.event-list-filters__checkbox:checked + .event-list-filters__label:after {
  display: block;
}

.event-list-filters__label {
  display: block;
  position: relative;
  padding-left: 1.875rem;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 300;
  text-transform: none;
  font-size: 1rem;
}

.event-list-filters__label:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: #002855;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 3px;
}

.event-list-filters__label:after {
  content: '';
  position: absolute;
  left: 7px;
  top: 50%;
  width: 5px;
  height: 10px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translateY(-55%) rotate(45deg);
  display: none;
}

.event-list-filters__label.red:before {
  background: #651D32;
}

.event-list-filters__label.green:before {
  background: #50A684;
}

.event-list-filters__label.teal:before {
  background: #007D8A;
}

.event-list-filters__label.orange:before {
  background: #FF8200;
}

.event-list-filters__label.brown:before {
  background: #84754E;
}

.event-list-filters__label.robin:before {
  background: #3594D1;
}

.event-list-buttons {
  margin-bottom: 3rem;
}

.event-list-buttons__button {
  display: block;
  margin-bottom: 1rem;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.9rem;
  width: 100%;
}

.event-list-controls {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .event-list-controls {
    flex-wrap: wrap;
  }
}

.event-list-controls button {
  -webkit-appearance: none;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #8B8D8D;
  border: 1px solid #D9D9D6;
  display: block;
  padding: 0.5rem 1rem;
  transition: all 0.25s;
  background: none;
}

.event-list-controls button:hover, .event-list-controls button.active {
  cursor: pointer;
  background: #002855;
  color: #ffffff;
}

.event-list-controls button:hover:before, .event-list-controls button.active:before {
  border-color: #ffffff;
}

.event-list-controls__date {
  font-size: 2rem;
  order: 1;
  width: 100%;
  margin-bottom: 1rem;
  text-align: center;
}

@media (min-width: 992px) {
  .event-list-controls__date {
    margin-bottom: 0;
    order: 2;
    width: auto;
  }
}

.event-list-controls__lr {
  width: 100%;
  align-items: center;
  order: 2;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .event-list-controls__lr {
    order: 1;
    width: auto;
  }
}

.event-list-controls__view {
  justify-content: center;
  margin-bottom: 1rem;
  order: 3;
  width: 100%;
}

@media (min-width: 992px) {
  .event-list-controls__view {
    width: auto;
    margin-bottom: 0;
  }
}

.event-list-controls__button-group {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.event-list-controls__button-group button {
  border-right-width: 0;
}

.event-list-controls__button-group button:first-of-type {
  border-radius: 3px 0 0 3px;
}

.event-list-controls__button-group button:last-of-type {
  border-radius: 0 3px 3px 0;
  border-right-width: 1px;
}

button.event-list-controls__left,
button.event-list-controls__right {
  position: relative;
  padding: 0 1.25rem;
  display: block;
}

button.event-list-controls__left:before,
button.event-list-controls__right:before {
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  border-top: 2px solid #8B8D8D;
  border-right: 2px solid #8B8D8D;
  border-right: 2px solid #8B8D8D;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: all 0.25s;
}

button.event-list-controls__left:before {
  border-right: 0;
  border-left: 2px solid #8B8D8D;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
