@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital@0;1&family=Montserrat:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap");
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: 0; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: #fff;
  cursor: pointer; }

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f; }

.flickity-button:active {
  opacity: .6; }

.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #FD5D27;
  --orange: #fd7e14;
  --yellow: #FFD800;
  --green: #28a745;
  --teal: #37969A;
  --cyan: #17a2b8;
  --white: #FEFEFE;
  --gray: #F2F7F7;
  --gray-dark: #343434;
  --primary: #003E45;
  --secondary: #003E45;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #FFD800;
  --danger: #FD5D27;
  --light: #F4F4F4;
  --dark: #313131;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1367px;
  --font-family-sans-serif: "Montserrat", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #313131;
  text-align: left;
  background-color: #FEFEFE; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 600; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #003E45;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: black;
    text-decoration: none; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #F2F7F7;
  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; }

select {
  word-wrap: normal; }

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

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

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

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

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: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #003E45; }

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

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

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

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

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

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

.lead {
  font-size: 1.625rem;
  font-weight: 400; }

.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: 0;
  margin-bottom: 0;
  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: 2.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #F2F7F7; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

.figure {
  display: inline-block; }

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FEFEFE;
  background-color: #313131; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 600; }

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

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

.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: 1367px) {
    .container {
      max-width: 1300px; } }

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }
@media (min-width: 1367px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1300px; } }
.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%;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1367px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #313131; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e7efef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e7efef; }
  .table tbody + tbody {
    border-top: 2px solid #e7efef; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c5c5c5; }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #939393; }

.table-hover .table-dark:hover {
  background-color: #b8b8b8; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b8b8b8; }

.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: #FEFEFE;
  background-color: #343434;
  border-color: #474747; }
.table .thead-light th {
  color: #495057;
  background-color: #E5E4E5;
  border-color: #e7efef; }

.table-dark {
  color: #FEFEFE;
  background-color: #343434; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #474747; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(254, 254, 254, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #FEFEFE;
    background-color: rgba(254, 254, 254, 0.075); }

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.7em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #495057;
  background-color: #FEFEFE;
  background-clip: padding-box;
  border: 1px solid #C7C7C7;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #FEFEFE;
    border-color: #00b1c5;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 62, 69, 0.25); }
  .form-control::placeholder {
    color: #F2F7F7;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #E5E4E5;
    opacity: 1; }

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

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

.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: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #313131;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    color: #F2F7F7; }

.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: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #FEFEFE;
  background-color: rgba(40, 167, 69, 0.9); }

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

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

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343434' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #FEFEFE no-repeat center right 1.75rem/calc(0.85em + 0.375rem) calc(0.85em + 0.375rem); }
  .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-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

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

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  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: #FD5D27; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #FEFEFE;
  background-color: rgba(253, 93, 39, 0.9); }

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

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

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #FD5D27;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343434' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FD5D27' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FD5D27' stroke='none'/%3e%3c/svg%3e") #FEFEFE no-repeat center right 1.75rem/calc(0.85em + 0.375rem) calc(0.85em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #FD5D27;
    box-shadow: 0 0 0 0.2rem rgba(253, 93, 39, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #FD5D27; }
.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: #FD5D27; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #FD5D27; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #fd835a;
  background-color: #fd835a; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(253, 93, 39, 0.25); }
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #FD5D27; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #FD5D27; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #FD5D27;
  box-shadow: 0 0 0 0.2rem rgba(253, 93, 39, 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;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #313131;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.7;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #313131;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 62, 69, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #FEFEFE;
  background-color: #003E45;
  border-color: #003E45; }
  .btn-primary:hover {
    color: #FEFEFE;
    background-color: #001c1f;
    border-color: #001012; }
  .btn-primary:focus, .btn-primary.focus {
    color: #FEFEFE;
    background-color: #001c1f;
    border-color: #001012;
    box-shadow: 0 0 0 0.2rem rgba(38, 91, 97, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #FEFEFE;
    background-color: #003E45;
    border-color: #003E45; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #FEFEFE;
    background-color: #001012;
    border-color: #000505; }
    .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(38, 91, 97, 0.5); }

.btn-secondary {
  color: #FEFEFE;
  background-color: #003E45;
  border-color: #003E45; }
  .btn-secondary:hover {
    color: #FEFEFE;
    background-color: #001c1f;
    border-color: #001012; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #FEFEFE;
    background-color: #001c1f;
    border-color: #001012;
    box-shadow: 0 0 0 0.2rem rgba(38, 91, 97, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #FEFEFE;
    background-color: #003E45;
    border-color: #003E45; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #FEFEFE;
    background-color: #001012;
    border-color: #000505; }
    .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(38, 91, 97, 0.5); }

.btn-success {
  color: #FEFEFE;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #FEFEFE;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #FEFEFE;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #FEFEFE;
    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: #FEFEFE;
    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(72, 180, 97, 0.5); }

.btn-info {
  color: #FEFEFE;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #FEFEFE;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #FEFEFE;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #FEFEFE;
    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: #FEFEFE;
    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(58, 176, 195, 0.5); }

.btn-warning {
  color: #313131;
  background-color: #FFD800;
  border-color: #FFD800; }
  .btn-warning:hover {
    color: #313131;
    background-color: #d9b800;
    border-color: #ccad00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #313131;
    background-color: #d9b800;
    border-color: #ccad00;
    box-shadow: 0 0 0 0.2rem rgba(224, 191, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #313131;
    background-color: #FFD800;
    border-color: #FFD800; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #313131;
    background-color: #ccad00;
    border-color: #bfa200; }
    .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(224, 191, 7, 0.5); }

.btn-danger {
  color: #FEFEFE;
  background-color: #FD5D27;
  border-color: #FD5D27; }
  .btn-danger:hover {
    color: #FEFEFE;
    background-color: #fb4102;
    border-color: #ef3e02; }
  .btn-danger:focus, .btn-danger.focus {
    color: #FEFEFE;
    background-color: #fb4102;
    border-color: #ef3e02;
    box-shadow: 0 0 0 0.2rem rgba(253, 117, 71, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #FEFEFE;
    background-color: #FD5D27;
    border-color: #FD5D27; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #FEFEFE;
    background-color: #ef3e02;
    border-color: #e23b02; }
    .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(253, 117, 71, 0.5); }

.btn-light {
  color: #313131;
  background-color: #F4F4F4;
  border-color: #F4F4F4; }
  .btn-light:hover {
    color: #313131;
    background-color: #e1e1e1;
    border-color: #dbdbdb; }
  .btn-light:focus, .btn-light.focus {
    color: #313131;
    background-color: #e1e1e1;
    border-color: #dbdbdb;
    box-shadow: 0 0 0 0.2rem rgba(215, 215, 215, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #313131;
    background-color: #F4F4F4;
    border-color: #F4F4F4; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #313131;
    background-color: #dbdbdb;
    border-color: #d4d4d4; }
    .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(215, 215, 215, 0.5); }

.btn-dark {
  color: #FEFEFE;
  background-color: #313131;
  border-color: #313131; }
  .btn-dark:hover {
    color: #FEFEFE;
    background-color: #1e1e1e;
    border-color: #181818; }
  .btn-dark:focus, .btn-dark.focus {
    color: #FEFEFE;
    background-color: #1e1e1e;
    border-color: #181818;
    box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #FEFEFE;
    background-color: #313131;
    border-color: #313131; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #FEFEFE;
    background-color: #181818;
    border-color: #111111; }
    .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(80, 80, 80, 0.5); }

.btn-outline-primary {
  color: #003E45;
  border-color: #003E45; }
  .btn-outline-primary:hover {
    color: #FEFEFE;
    background-color: #003E45;
    border-color: #003E45; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 62, 69, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #003E45;
    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: #FEFEFE;
    background-color: #003E45;
    border-color: #003E45; }
    .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, 62, 69, 0.5); }

.btn-outline-secondary {
  color: #003E45;
  border-color: #003E45; }
  .btn-outline-secondary:hover {
    color: #FEFEFE;
    background-color: #003E45;
    border-color: #003E45; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 62, 69, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #003E45;
    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: #FEFEFE;
    background-color: #003E45;
    border-color: #003E45; }
    .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(0, 62, 69, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #FEFEFE;
    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: #FEFEFE;
    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;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #FEFEFE;
    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: #FEFEFE;
    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: #FFD800;
  border-color: #FFD800; }
  .btn-outline-warning:hover {
    color: #313131;
    background-color: #FFD800;
    border-color: #FFD800; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 216, 0, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #FFD800;
    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: #313131;
    background-color: #FFD800;
    border-color: #FFD800; }
    .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, 216, 0, 0.5); }

.btn-outline-danger {
  color: #FD5D27;
  border-color: #FD5D27; }
  .btn-outline-danger:hover {
    color: #FEFEFE;
    background-color: #FD5D27;
    border-color: #FD5D27; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 93, 39, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #FD5D27;
    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: #FEFEFE;
    background-color: #FD5D27;
    border-color: #FD5D27; }
    .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(253, 93, 39, 0.5); }

.btn-outline-light {
  color: #F4F4F4;
  border-color: #F4F4F4; }
  .btn-outline-light:hover {
    color: #313131;
    background-color: #F4F4F4;
    border-color: #F4F4F4; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #F4F4F4;
    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: #313131;
    background-color: #F4F4F4;
    border-color: #F4F4F4; }
    .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(244, 244, 244, 0.5); }

.btn-outline-dark {
  color: #313131;
  border-color: #313131; }
  .btn-outline-dark:hover {
    color: #FEFEFE;
    background-color: #313131;
    border-color: #313131; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #313131;
    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: #FEFEFE;
    background-color: #313131;
    border-color: #313131; }
    .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(49, 49, 49, 0.5); }

.btn-link {
  font-weight: 400;
  color: #003E45;
  text-decoration: none; }
  .btn-link:hover {
    color: black;
    text-decoration: none; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #F2F7F7;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

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

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

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

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

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #313131;
  text-align: left;
  list-style: none;
  background-color: #FEFEFE;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15); }

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #313131;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #242424;
    text-decoration: none;
    background-color: #F4F4F4; }
  .dropdown-item.active, .dropdown-item:active {
    color: #FEFEFE;
    text-decoration: none;
    background-color: #003E45; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #F2F7F7;
    pointer-events: none;
    background-color: transparent; }

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #F2F7F7;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #313131; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

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

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }

.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:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .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.7;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #E5E4E5;
  border: 1px solid #C7C7C7; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5; }

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

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

.custom-control {
  position: relative;
  display: block;
  min-height: 1.7rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.35rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #FEFEFE;
    border-color: #003E45;
    background-color: #003E45; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 62, 69, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #00b1c5; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #FEFEFE;
    background-color: #00def8;
    border-color: #00def8; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #F2F7F7; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #E5E4E5; }

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

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

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

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.35rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #b1c7c7;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #FEFEFE;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 62, 69, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.7em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #495057;
  vertical-align: middle;
  background: #FEFEFE url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343434' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #C7C7C7;
  border-radius: 0;
  appearance: none; }
  .custom-select:focus {
    border-color: #00b1c5;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 62, 69, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #FEFEFE; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #F2F7F7;
    background-color: #E5E4E5; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.7em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #00b1c5;
    box-shadow: 0 0 0 0.2rem rgba(0, 62, 69, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
    background-color: #E5E4E5; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.7em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.7;
  color: #495057;
  background-color: #FEFEFE;
  border: 1px solid #C7C7C7; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.7em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.7;
    color: #495057;
    content: "Browse";
    background-color: #E5E4E5;
    border-left: inherit; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #FEFEFE, 0 0 0 0.2rem rgba(0, 62, 69, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #FEFEFE, 0 0 0 0.2rem rgba(0, 62, 69, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #FEFEFE, 0 0 0 0.2rem rgba(0, 62, 69, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #003E45;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #00def8; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #e7efef;
    border-color: transparent; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #003E45;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #00def8; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #e7efef;
    border-color: transparent; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #003E45;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #00def8; }
  .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: #e7efef; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #e7efef; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #b1c7c7; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #b1c7c7; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #b1c7c7; }

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #F2F7F7;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #e7efef; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #E5E4E5 #E5E4E5 #e7efef; }
    .nav-tabs .nav-link.disabled {
      color: #F2F7F7;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #FEFEFE;
    border-color: #e7efef #e7efef #FEFEFE; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FEFEFE;
  background-color: #003E45; }

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

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid,
  .navbar .container-sm,
  .navbar .container-md,
  .navbar .container-lg,
  .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.2875rem;
  padding-bottom: 0.2875rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

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

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.8125rem;
        padding-left: 0.8125rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.8125rem;
        padding-left: 0.8125rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.8125rem;
        padding-left: 0.8125rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }
@media (max-width: 1366.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1367px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.8125rem;
        padding-left: 0.8125rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-md,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.8125rem;
      padding-left: 0.8125rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-md,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

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

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FEFEFE;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  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 + .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-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,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-deck .card {
  margin-bottom: 15px; }
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }
@media (min-width: 576px) {
  .card-group {
    display: flex;
    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-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 {
  overflow: hidden; }
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0; }
  .accordion > .card > .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #E5E4E5; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #F2F7F7;
    content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }
.breadcrumb-item.active {
  color: #F2F7F7; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #003E45;
  background-color: #FEFEFE;
  border: 1px solid #e7efef; }
  .page-link:hover {
    z-index: 2;
    color: black;
    text-decoration: none;
    background-color: #E5E4E5;
    border-color: #e7efef; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 62, 69, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0; }
.page-item.active .page-link {
  z-index: 3;
  color: #FEFEFE;
  background-color: #003E45;
  border-color: #003E45; }
.page-item.disabled .page-link {
  color: #F2F7F7;
  pointer-events: none;
  cursor: auto;
  background-color: #FEFEFE;
  border-color: #e7efef; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

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

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em; }

.badge-primary {
  color: #FEFEFE;
  background-color: #003E45; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #FEFEFE;
    background-color: #001012; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 62, 69, 0.5); }

.badge-secondary {
  color: #FEFEFE;
  background-color: #003E45; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #FEFEFE;
    background-color: #001012; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 62, 69, 0.5); }

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

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

.badge-warning {
  color: #313131;
  background-color: #FFD800; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #313131;
    background-color: #ccad00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 216, 0, 0.5); }

.badge-danger {
  color: #FEFEFE;
  background-color: #FD5D27; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #FEFEFE;
    background-color: #ef3e02; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(253, 93, 39, 0.5); }

.badge-light {
  color: #313131;
  background-color: #F4F4F4; }
  a.badge-light:hover, a.badge-light:focus {
    color: #313131;
    background-color: #dbdbdb; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5); }

.badge-dark {
  color: #FEFEFE;
  background-color: #313131; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #FEFEFE;
    background-color: #181818; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.5); }

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

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

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent; }

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #002024;
  background-color: #cbd8d9;
  border-color: #b7c8ca; }
  .alert-primary hr {
    border-top-color: #a8bdbf; }
  .alert-primary .alert-link {
    color: black; }

.alert-secondary {
  color: #002024;
  background-color: #cbd8d9;
  border-color: #b7c8ca; }
  .alert-secondary hr {
    border-top-color: #a8bdbf; }
  .alert-secondary .alert-link {
    color: black; }

.alert-success {
  color: #155724;
  background-color: #d3edd9;
  border-color: #c2e6ca; }
  .alert-success hr {
    border-top-color: #b0dfba; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d0ecf0;
  border-color: #bde4ea; }
  .alert-info hr {
    border-top-color: #aadce4; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #857000;
  background-color: #fef6cb;
  border-color: #fef3b7; }
  .alert-warning hr {
    border-top-color: #feef9e; }
  .alert-warning .alert-link {
    color: #524500; }

.alert-danger {
  color: #843014;
  background-color: #feded3;
  border-color: #fed1c2; }
  .alert-danger hr {
    border-top-color: #febea9; }
  .alert-danger .alert-link {
    color: #58200d; }

.alert-light {
  color: #7f7f7f;
  background-color: #fcfcfc;
  border-color: #fbfbfb; }
  .alert-light hr {
    border-top-color: #eeeeee; }
  .alert-light .alert-link {
    color: #666666; }

.alert-dark {
  color: #191919;
  background-color: #d5d5d5;
  border-color: #c5c5c5; }
  .alert-dark hr {
    border-top-color: #b8b8b8; }
  .alert-dark .alert-link {
    color: black; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #E5E4E5; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #FEFEFE;
  text-align: center;
  white-space: nowrap;
  background-color: #003E45;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

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

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

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #FEFEFE;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #F2F7F7;
    pointer-events: none;
    background-color: #FEFEFE; }
  .list-group-item.active {
    z-index: 2;
    color: #FEFEFE;
    background-color: #003E45;
    border-color: #003E45; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 1367px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0; }
  .list-group-flush .list-group-item:first-child {
    border-top-width: 0; }
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0; }

.list-group-item-primary {
  color: #002024;
  background-color: #b7c8ca; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #002024;
    background-color: #a8bdbf; }
  .list-group-item-primary.list-group-item-action.active {
    color: #FEFEFE;
    background-color: #002024;
    border-color: #002024; }

.list-group-item-secondary {
  color: #002024;
  background-color: #b7c8ca; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #002024;
    background-color: #a8bdbf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #FEFEFE;
    background-color: #002024;
    border-color: #002024; }

.list-group-item-success {
  color: #155724;
  background-color: #c2e6ca; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b0dfba; }
  .list-group-item-success.list-group-item-action.active {
    color: #FEFEFE;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bde4ea; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #aadce4; }
  .list-group-item-info.list-group-item-action.active {
    color: #FEFEFE;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #857000;
  background-color: #fef3b7; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #857000;
    background-color: #feef9e; }
  .list-group-item-warning.list-group-item-action.active {
    color: #FEFEFE;
    background-color: #857000;
    border-color: #857000; }

.list-group-item-danger {
  color: #843014;
  background-color: #fed1c2; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #843014;
    background-color: #febea9; }
  .list-group-item-danger.list-group-item-action.active {
    color: #FEFEFE;
    background-color: #843014;
    border-color: #843014; }

.list-group-item-light {
  color: #7f7f7f;
  background-color: #fbfbfb; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #7f7f7f;
    background-color: #eeeeee; }
  .list-group-item-light.list-group-item-action.active {
    color: #FEFEFE;
    background-color: #7f7f7f;
    border-color: #7f7f7f; }

.list-group-item-dark {
  color: #191919;
  background-color: #c5c5c5; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #191919;
    background-color: #b8b8b8; }
  .list-group-item-dark.list-group-item-action.active {
    color: #FEFEFE;
    background-color: #191919;
    border-color: #191919; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #FEFEFE;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

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

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

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(254, 254, 254, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #F2F7F7;
  background-color: rgba(254, 254, 254, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

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

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

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

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

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

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

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e7efef; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #e7efef; }
  .modal-footer > * {
    margin: 0.25rem; }

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

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

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

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }

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

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FEFEFE;
  text-align: center;
  background-color: #000; }

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

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

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #003E45;
  background-color: #f6f6f6;
  border-bottom: 1px solid #eaeaea; }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #313131; }

.carousel {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #e7efef !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: #003E45 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::after {
  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: 1367px) {
  .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.8571428571%; }

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

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

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

.flex-row {
  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: 1367px) {
  .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: 1367px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
.overflow-auto {
  overflow: auto !important; }

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

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

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

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

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

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

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

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

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

.m-1 {
  margin: 0.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-n1 {
  margin: -0.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-auto {
    margin: auto !important; }

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

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

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

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-auto {
    margin: auto !important; }

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

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

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

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-lg-auto {
    margin: auto !important; }

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

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

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

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1367px) {
  .m-xl-0 {
    margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xl-auto {
    margin: auto !important; }

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

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

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

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

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

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

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

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

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

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1367px) {
  .text-xl-left {
    text-align: left !important; }

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

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #003E45 !important; }

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: black !important; }

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

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

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

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

a.text-danger:hover, a.text-danger:focus {
  color: #d63702 !important; }

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

a.text-light:hover, a.text-light:focus {
  color: #cecece !important; }

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

a.text-dark:hover, a.text-dark:focus {
  color: #0b0b0b !important; }

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    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 #b1c7c7;
    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: #FEFEFE !important; }

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

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

  .table .thead-dark th {
    color: inherit;
    border-color: #e7efef; } }
#content:focus {
  box-shadow: none;
  outline: 0 none; }

/* Scss Document */
H1, H2, H3, H4, H5, H6, .h1, .h2, .h3, .h4, .h5, .h6, .eyebrow {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

H1, .h1 {
  letter-spacing: 0px;
  font-size: 3rem;
  line-height: 1.25em;
  font-weight: 600; }

H2, .h2 {
  font-size: 2.5rem;
  margin-bottom: 28px;
  letter-spacing: 0px;
  line-height: 1.3em;
  font-weight: 600; }

h3, .h3 {
  font-size: 2.25rem;
  line-height: 1.167em;
  margin-bottom: 28px;
  font-weight: 600; }

h4, .h4 {
  font-size: 1.875rem;
  line-height: 1.333em;
  font-weight: 600; }

H5, .h5 {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-bottom: 16px; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: bold; }

H5, .h5, H6, .h6 {
  font-family: "Montserrat", sans-serif; }

P + H4, P + H5, P + H6 {
  margin-top: 42px; }

p a, MAIN li a {
  color: #00A7FF; }
  p a:hover, MAIN li a:hover {
    color: #00A7FF; }

.copy UL {
  list-style: none;
  padding-left: 36px;
  text-indent: -36px; }
  .copy UL LI:before {
    content: "•";
    font-size: 15px;
    padding-left: 11px;
    padding-right: 20px;
    vertical-align: 1px; }
  .copy UL LI {
    margin-bottom: 18px; }

BLOCKQUOTE {
  font-family: "Montserrat", sans-serif;
  font-size: 43px;
  font-weight: 500;
  letter-spacing: 2.13px;
  line-height: 53px; }

.figure {
  color: #007bff;
  margin-bottom: 75px; }

.number {
  font-family: "Montserrat", sans-serif;
  font-size: 61px;
  font-weight: 500;
  letter-spacing: 1.3px;
  line-height: 70px; }

.num-label {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 1.34px;
  line-height: 28px; }

.eyebrow {
  color: #007bff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1.15px;
  line-height: 34px;
  margin-bottom: 20px; }

.big-p {
  color: #313131;
  font-size: 18.5px;
  font-size: 18.5px;
  letter-spacing: 1px;
  line-height: 37px; }

.lead {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.444em; }

.person-line {
  opacity: 0.8;
  color: #313131;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 32px;
  margin-bottom: 48px; }

.small-quote {
  color: #313131;
  font-family: "Montserrat", sans-serif;
  font-size: 18.5px;
  letter-spacing: 1px;
  line-height: 37px; }

ul.ULblue {
  list-style: none;
  padding-left: 1.9rem; }
  ul.ULblue li {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 24px; }
  ul.ULblue li:last-child {
    margin-bottom: 0; }
  ul.ULblue li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -21px;
    width: 5px;
    height: 5px;
    background-color: #65989A;
    border-radius: 50%; }

.tagline {
  font-size: .875rem;
  line-height: 1.714em; }

@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1.16; }
    h1.mb-84, .h1.mb-84 {
      margin-bottom: 42px; }

  h2, .h2 {
    font-size: 2.250rem;
    line-height: 1.167em; }

  h3, .h3 {
    font-size: 1.875rem;
    line-height: 1.333em;
    margin-bottom: 14px; }

  h4, .h4 {
    font-size: 1.875rem;
    line-height: 1.5em; }

  h5, .h5 {
    font-size: 1.125rem;
    line-height: 1.5em; }

  h6, .h6 {
    font-size: 1rem;
    line-height: 1.5em; }

  .eyebrow {
    font-size: 1.09375rem;
    letter-spacing: 1px;
    line-height: 1.71; }

  .big-p {
    font-size: 0.9375rem;
    letter-spacing: 0.81px;
    line-height: 1.8; }

  .figure {
    margin-bottom: 28px; }

  .number {
    font-size: 3.25rem;
    letter-spacing: 1.11px; }

  .num-label {
    font-size: 18px;
    letter-spacing: 1.14px;
    line-height: 25px; } }
/* Scss Document */
.text-light H1, .text-light H2, .text-light H3, .text-light H4, .text-light H5, .text-light H6, .text-light .h1, .text-light .h2, .text-light .h3, .text-light .h4, .text-light .h5, .text-light .h6, .text-light .eyebrow, .text-light .figure {
  color: #FFF; }

.img-third {
  width: calc(50vw - 300px);
  height: auto; }

.half-fluid {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 80px auto 0; }
  @media (min-width: 768px) {
    .half-fluid {
      max-width: 421px; } }

@media (min-width: 768px) {
  .line-vertical-center:after {
    content: " ";
    display: block;
    position: absolute;
    left: calc(50% - 48px );
    top: 10px;
    height: calc(100% - 84px);
    width: 1.5px;
    background-color: #34517C; }

  #columns .line-vertical-center {
    position: relative; }

  #columns .line-vertical-center:after {
    left: calc(50% - 24px);
    height: 100%; } }
/* Scss Document */
.jumbotron + section {
  padding-top: 70px; }

.stripe {
  position: relative;
  padding: 40px 0;
  overflow: hidden; }
  @media (min-width: 768px) {
    .stripe {
      padding: 60px 0; } }

.py-20p {
  padding-top: 20%; }

.py-15p {
  padding-top: 15%; }

.py-8p {
  padding-top: 8%; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.mt-45 {
  margin-top: 40px; }

.mb-45 {
  margin-bottom: 40px; }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.mt-65 {
  margin-top: 65px; }

.mb-65 {
  margin-bottom: 65px; }

.mt-70 {
  margin-top: 70px; }

.mb-70 {
  margin-bottom: 70px; }

.mt-75 {
  margin-top: 75px; }

.mb-75 {
  margin-bottom: 75px; }

.mt-80 {
  margin-top: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.mt-85 {
  margin-top: 85px; }

.mb-85 {
  margin-bottom: 85px; }

.mt-90 {
  margin-top: 90px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-84 {
  margin-bottom: 84px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-110 {
  margin-bottom: 110px; }

.mb-150 {
  margin-bottom: 150px; }

@media (min-width: 768px) {
  .img-85 {
    max-width: 88%;
    float: right; } }
@media (max-width: 767.98px) {
  .img-85 {
    margin-bottom: 1.5rem !important; }

  .mb-84 {
    margin-bottom: 24px; } }
.bg-blue {
  background-color: #015270 !important; }

.bg-green {
  background-color: #003E45 !important; }

.bg-light-green {
  background-color: #65989A !important; }

.navCont {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%; }
  @media (max-width: 991.98px) {
    .navCont {
      background-color: #FEFEFE;
      box-shadow: 0px 3px 6px #00000029; } }
  @media (min-width: 992px) {
    .navCont:after {
      z-index: 2;
      content: "";
      width: 100%;
      height: 6px;
      position: absolute;
      top: 118px;
      left: 0;
      box-shadow: 0px 3px 6px #00000029; } }

nav .dropdown-heading {
  display: none; }
@media (max-width: 991.98px) {
  nav.navbar {
    padding: .1rem 20px 0 20px;
    overflow-x: hidden;
    padding-bottom: 1px; }
    nav.navbar:after {
      content: "";
      position: absolute;
      top: 0px;
      left: -50vw;
      height: 54px;
      width: 200vw;
      z-index: 1;
      pointer-events: none;
      box-shadow: 0px 3px 6px #00000029; }
  nav .icon-bar {
    width: 22px;
    height: 2px;
    background-color: #222222;
    display: block;
    transition: all 0.2s;
    margin-top: 4px; }
  nav .navbar-toggler {
    border: none;
    background: transparent !important;
    transform: translate(20px, 0);
    transition: all .2s ease-out;
    width: 46px; }
    nav .navbar-toggler .top-bar {
      transform: rotate(45deg);
      transform-origin: 10% 10%; }
    nav .navbar-toggler .middle-bar {
      opacity: 0; }
    nav .navbar-toggler .bottom-bar {
      transform: rotate(-45deg);
      transform-origin: 10% 90%; }
    nav .navbar-toggler.collapsed .icon-bar {
      width: 17px; }
    nav .navbar-toggler.collapsed .top-bar {
      transform: rotate(0); }
    nav .navbar-toggler.collapsed .middle-bar {
      opacity: 1; }
    nav .navbar-toggler.collapsed .bottom-bar {
      transform: rotate(0); }
  nav .navbar-brand {
    padding-bottom: .45rem; }
    nav .navbar-brand img {
      max-height: 40px;
      width: auto; }
  nav #main-navigation {
    height: calc(100vh - 52px);
    max-height: calc(100vh - 52px); }
    nav #main-navigation .dropdown {
      position: static; }
  nav .nav-link, nav .dropdown-item {
    font-size: 26px;
    line-height: 1.313em;
    color: #343434;
    padding: 24px 0 22px 0;
    position: relative;
    top: 0;
    left: 0;
    transition: color .2s ease-out;
    border-bottom: 1px solid #E5E4E5;
    white-space: normal; }
  nav .dropdown-heading {
    display: block;
    padding-top: 52px !important;
    padding-bottom: 36px;
    border-bottom: 0 none; }
    nav .dropdown-heading:before {
      content: '';
      display: inline-block;
      width: 12px;
      height: 12px;
      border-color: inherit;
      border-left: 2px solid;
      border-bottom: 2px solid;
      border-right: none;
      border-top: none;
      transform: rotate(45deg);
      transform-origin: center center;
      vertical-align: 3px;
      margin-right: 8px;
      background-color: #FFF !important; }
  nav .dropdown .dropdown-toggle:after {
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    width: 12px;
    height: 12px;
    border-color: inherit;
    border-left: 2px solid;
    border-bottom: 2px solid;
    border-right: none;
    border-top: none;
    transform: rotate(-135deg);
    transform-origin: center center; }
  nav .dropdown .dropdown-menu {
    position: absolute;
    top: 52px;
    left: 100vw;
    width: 100vw;
    height: calc(100vh - 52px);
    padding: 10px 20px;
    border: none;
    background-color: #FFF;
    margin: 0;
    overflow: hidden;
    display: block;
    transition: all 0.3s ease-out; }
    nav .dropdown .dropdown-menu:before {
      content: "";
      position: absolute;
      top: -4px;
      left: -50vw;
      height: 6px;
      width: 200vw;
      z-index: 1;
      pointer-events: none;
      box-shadow: 0px 3px 6px #00000029; }
    nav .dropdown .dropdown-menu .dropdown-item {
      padding-top: 1.2rem; }
      nav .dropdown .dropdown-menu .dropdown-item:before {
        background-color: #F4F4F4; }
      nav .dropdown .dropdown-menu .dropdown-item:hover {
        background-color: transparent; }
  nav .dropdown.show .dropdown-menu, nav .dropdown.showForced .dropdown-menu {
    left: 0; }
  nav .dropdown-menu.showForced {
    display: block; }
  nav #menu-main-menu li:last-child a:before {
    border-bottom: none !important; }
  nav#navDrop {
    display: none !important; } }
@media (min-width: 992px) {
  nav .nav-link {
    color: #343434; }
    nav .nav-link:hover {
      color: #37969A; }
  nav #main-navigation .nav-link {
    font-size: 0.75rem;
    line-height: 1.357em;
    font-weight: 500; }
  nav #utility-navigation .nav-link {
    font-size: .75rem;
    line-height: 1.333em;
    text-transform: uppercase;
    padding-left: .9rem;
    padding-right: .9rem;
    font-weight: 500; }
  nav.navbar {
    background: rgba(255, 255, 255, 0.9); }
  nav.navbar.secondaryNav {
    padding-top: 30px;
    padding-bottom: 0px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3; }
  nav.navbar.main-nav {
    padding-top: 0;
    padding-bottom: 1px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3; }
    nav.navbar.main-nav .container {
      position: relative;
      left: 0; }
  nav.navbar.main-nav:after, nav#navDrop:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0; }
  nav .navbar-brand {
    padding-top: 0;
    padding-bottom: 3px;
    position: relative;
    top: -14px;
    left: 0;
    margin-right: 2.7rem; }
  nav #menu-main-menu {
    width: 100%;
    justify-content: space-between; }
    nav #menu-main-menu > .menu-item > A {
      padding-bottom: 16px;
      margin-top: 12px; }
    nav #menu-main-menu .menu-item .dropdown-menu.show, nav #menu-main-menu .menu-item .dropdown-menu {
      display: block;
      visibility: hidden;
      opacity: 0;
      transition: all 0.4s ease-out;
      top: calc( 100% - 7px ); }
      nav #menu-main-menu .menu-item .dropdown-menu.show A, nav #menu-main-menu .menu-item .dropdown-menu A {
        font-size: 0.875rem; }
      nav #menu-main-menu .menu-item .dropdown-menu.show A:hover, nav #menu-main-menu .menu-item .dropdown-menu A:hover {
        background-color: transparent;
        color: #37969A; }
    nav #menu-main-menu .menu-item:hover .dropdown-menu.show, nav #menu-main-menu .menu-item:hover .dropdown-menu {
      visibility: visible;
      opacity: 1;
      top: calc( 100% - 1px ); }
    nav #menu-main-menu #menu-item-14 .dropdown-menu {
      right: -40px;
      left: inherit; }
  nav .dropdown-toggle:after {
    display: none;
    /*	
    width:6px;
    height:6px;
    border-color:inherit;
    border-left:1px solid; border-bottom:1px solid; border-right:none; border-top:none;
    transform:rotate(-45deg);
    margin-left:11px;
    */ }
  nav #social-navigation {
    flex-grow: unset;
    padding-left: 10px; }
    nav #social-navigation li:last-child a {
      padding-right: 0; }
    nav #social-navigation .nav-link {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: .35rem; }
  nav#navDrop {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    transform: translate(0, -100%);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    box-shadow: 0px 3px 6px #00000029; }
    nav#navDrop .carousel-cell {
      width: 100%; }
      nav#navDrop .carousel-cell.is-selected {
        z-index: 3 !important; }
    nav#navDrop .row {
      display: flex;
      justify-content: space-between;
      padding-top: 48px;
      padding-bottom: 40px; }
      nav#navDrop .row a, nav#navDrop .row p {
        font-size: 0.875rem;
        line-height: 1.429em;
        color: #003E45; }
      nav#navDrop .row .NStext strong {
        font-family: "Montserrat", sans-serif;
        display: block;
        font-size: 1.25rem;
        font-weight: normal;
        line-height: 1.350em;
        color: #003E45;
        margin-bottom: 12px; }
      nav#navDrop .row .NStext p {
        line-height: 1.714em; }
      nav#navDrop .row .NSlinks {
        padding-left: 0 !important; }
        nav#navDrop .row .NSlinks a:first-child {
          padding-top: 4px; }
        nav#navDrop .row .NSlinks a {
          margin-bottom: 11px;
          display: block;
          transition: color .2s ease-out;
          font-weight: 500; }
          nav#navDrop .row .NSlinks a:hover, nav#navDrop .row .NSlinks a.sel {
            color: #37969A; }
          nav#navDrop .row .NSlinks a.sel {
            font-weight: bold; }
      nav#navDrop .row .NSimage img {
        margin-bottom: 22px; }
      nav#navDrop .row .NStext {
        opacity: 1;
        transition: opacity .2s ease-out; }
    nav#navDrop.changing .NStext {
      opacity: 0; }
    nav#navDrop.open {
      opacity: 1;
      transform: translate(0, 0);
      pointer-events: initial;
      transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s cubic-bezier(0.16, 1, 0.3, 1); } }
@media (min-width: 1367px) {
  nav #main-navigation .nav-link {
    font-size: 0.875rem;
    line-height: 1.357em;
    padding-left: 0.8125rem;
    padding-right: 0.8125rem; } }
@media (max-width: 1366.98px) {
  nav .navbar-brand {
    margin-right: 1.7rem; }
  nav #main-navigation .nav-link {
    padding-right: 0;
    padding-left: 0; }
  nav .dropdown-toggle::after {
    margin-left: 7px; } }

#block-intro {
  margin-bottom: 80px;
  text-align: center; }
  #block-intro.left-align {
    text-align: left; }
  #block-intro P {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0.26px;
    color: #343434;
    text-align: center;
    font-weight: 600; }
  #block-intro h1 {
    margin-bottom: 16px; }
  #block-intro h1 + p {
    font-size: 1.125rem;
    line-height: 1.667em;
    max-width: none; }
  @media (max-width: 767.98px) {
    #block-intro {
      margin-bottom: 50px; } }
  @media (min-width: 768px) {
    #block-intro.left-align {
      padding-top: 50px; }
    #block-intro P {
      font-size: 1.625rem; } }

#block-stats .row .row div img {
  width: 100%;
  height: auto; }
#block-stats .statImage {
  overflow: hidden;
  background-color: #BDD4D4; }
#block-stats .statText {
  background-color: #015270;
  display: flex;
  align-items: center;
  justify-content: space-around; }
  #block-stats .statText p {
    text-align: center;
    color: #FEFEFE;
    font-size: 1.375rem;
    line-height: 1.318em;
    width: 90%;
    margin-bottom: 0;
    font-weight: 500; }
    #block-stats .statText p strong {
      font-family: "Montserrat", sans-serif;
      font-size: 2.500rem;
      line-height: .85em;
      margin-bottom: 11px;
      display: block;
      font-weight: 600; }
@media (max-width: 767.98px) {
  #block-stats .row.no-gutters {
    padding-left: 36px;
    padding-right: 36px; }
  #block-stats .row .row {
    padding-top: 32px; }
    #block-stats .row .row div:nth-child(1) {
      order: 1; }
    #block-stats .row .row div:nth-child(5) {
      order: 2; }
    #block-stats .row .row div:nth-child(2) {
      order: 3;
      width: 100%; }
    #block-stats .row .row div:nth-child(3) {
      order: 4; }
    #block-stats .row .row div:nth-child(9) {
      order: 5; }
    #block-stats .row .row div:nth-child(4) {
      order: 6;
      background-color: #65989A; }
    #block-stats .row .row div:nth-child(6) {
      order: 7; }
    #block-stats .row .row div:nth-child(7) {
      order: 8;
      width: 100%;
      overflow: hidden; }
      #block-stats .row .row div:nth-child(7) img {
        transform: translate(0, -25%); }
    #block-stats .row .row div:nth-child(8) {
      order: 9; }
    #block-stats .row .row .statImage {
      width: 50%; }
    #block-stats .row .row div.statText {
      width: 100%; }
      #block-stats .row .row div.statText p {
        font-size: 1rem;
        line-height: 1.313em; }
    #block-stats .row .row div:nth-child(7), #block-stats .row .row div.statText {
      height: calc((100vw - 30px) / 2);
      max-height: 255px; } }
@media (min-width: 768px) {
  #block-stats .row .row {
    box-shadow: 0px 3px 16px #000000; }
  #block-stats .row .row div {
    width: calc(100% / 3);
    min-height: 230px; }
  #block-stats .statText p {
    text-align: center;
    color: #FEFEFE;
    font-size: 1.375rem;
    line-height: 1.318em;
    width: 90%;
    max-width: 210px; }
    #block-stats .statText p strong {
      font-size: 3.750rem;
      line-height: 1em;
      margin-bottom: 9px; } }
@media (min-width: 992px) {
  #block-stats.statsBlockAbout .row .row {
    padding-top: 51px; } }
@media (max-width: 767.98px) {
  #block-stats.statsBlockAbout .row .row {
    padding-top: 32px; }
    #block-stats.statsBlockAbout .row .row div:nth-child(1) {
      order: 1; }
    #block-stats.statsBlockAbout .row .row div:nth-child(2) {
      order: 2; }
    #block-stats.statsBlockAbout .row .row div:nth-child(3) {
      order: 3; }
    #block-stats.statsBlockAbout .row .row div:nth-child(4) {
      order: 4; }
    #block-stats.statsBlockAbout .row .row div:nth-child(5) {
      order: 5; }
    #block-stats.statsBlockAbout .row .row div:nth-child(6) {
      order: 6; }
    #block-stats.statsBlockAbout .row .row .statImage {
      width: 100%; }
      #block-stats.statsBlockAbout .row .row .statImage img {
        height: 100%;
        object-fit: cover; }
    #block-stats.statsBlockAbout .row .row div.statText {
      width: 100%; }
      #block-stats.statsBlockAbout .row .row div.statText p {
        font-size: 1rem;
        line-height: 1.313em; }
    #block-stats.statsBlockAbout .row .row div.statText, #block-stats.statsBlockAbout .row .row div.statImage {
      height: calc((100vw - 30px) / 2);
      max-height: 255px; } }

#block-sectors h2, #block-sectors p {
  text-align: center; }
#block-sectors p {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0); }
#block-sectors .row {
  justify-content: center; }
  #block-sectors .row div {
    position: relative;
    left: 0;
    top: 0; }
#block-sectors img {
  width: 100%;
  height: auto; }
#block-sectors a {
  display: block;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 30px; }
  #block-sectors a:after {
    content: " ";
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #015270;
    opacity: 0.34; }
  #block-sectors a span {
    position: absolute;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #FEFEFE;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
    text-align: center;
    z-index: 1;
    text-shadow: 0px 3px 6px #00000029;
    text-transform: uppercase; }
@media (min-width: 768px) {
  #block-sectors .row div {
    margin-bottom: 27px !important; }
  #block-sectors a span {
    font-size: 1.125rem;
    line-height: 1.3em; } }
@media (max-width: 767.98px) {
  #block-sectors {
    padding-top: 10px; }
    #block-sectors .row {
      padding-top: 10px; }
    #block-sectors a span {
      font-size: 1.125rem;
      line-height: 1.3em; }
    #block-sectors .circles:nth-child(odd) {
      padding-right: 15px; }
    #block-sectors .circles:nth-child(even) {
      padding-left: 15px; } }
@media (max-width: 575.98px) {
  #block-sectors a span {
    font-size: .875rem;
    line-height: 1em; } }
@media (min-width: 768px) {
  #block-sectors p {
    max-width: calc(100% * (2/3)); }
  #block-sectors .row {
    padding-top: 32px; }
    #block-sectors .row div {
      margin-bottom: 51px; } }
@media (min-width: 1367px) {
  #block-sectors a span {
    font-size: 24px;
    line-height: 1.2; } }
@media (min-width: 1367px) {
  #block-sectors a span {
    font-size: 30px;
    line-height: 1.2; } }

#block-properties .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center; }
#block-properties h2 {
  width: 100%; }
#block-properties .propertyImages img {
  width: 100%;
  height: auto; }
#block-properties .propertyDetail h2, #block-properties .propertyDetail p {
  color: #FFF; }
@media (max-width: 767.98px) {
  #block-properties {
    padding-top: 10px; }
    #block-properties .propertyImages {
      padding-top: 5px;
      padding-left: 0;
      padding-right: 0; }
      #block-properties .propertyImages .row div {
        display: none; }
      #block-properties .propertyImages .row div:first-child {
        display: block; }
    #block-properties .propertyDetail {
      padding-top: 36px;
      padding-bottom: 60px; }
      #block-properties .propertyDetail h2 {
        margin-bottom: 12px; } }
@media (min-width: 768px) {
  #block-properties h2 + p {
    max-width: calc(100% * (2/3)); }
  #block-properties .propertyImages {
    padding-top: 22px; }
  #block-properties .propertyDetail {
    padding-top: 63px;
    padding-bottom: 69px; }
    #block-properties .propertyDetail h2 {
      margin-bottom: 18px; }
    #block-properties .propertyDetail p {
      margin-left: 15%;
      margin-right: 15%; }
    #block-properties .propertyDetail a {
      align-self: baseline;
      margin-top: 21px; } }

#block-contact-banner .container {
  position: relative;
  top: 0;
  left: 0; }
  #block-contact-banner .container:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(15px + 8.3333%);
    width: calc(83.3334% - 30px);
    height: 100%;
    background: #F4F7F7 url(../img/moduleCurves/contact-banner.svg) no-repeat left bottom;
    background-size: cover;
    box-shadow: 0px 3px 6px #00000029; }
@media (max-width: 767.98px) {
  #block-contact-banner .row {
    padding-top: 32px;
    padding-bottom: 40px;
    text-align: center; }
  #block-contact-banner h4 {
    margin-bottom: 27px;
    padding-left: 36px;
    padding-right: 36px; }
  #block-contact-banner .container:before {
    left: 36px;
    width: calc(100% - 72px); } }
@media (min-width: 768px) {
  #block-contact-banner .row {
    align-items: center;
    padding-top: 45px;
    padding-bottom: 54px; }
  #block-contact-banner h4 {
    padding-left: 7%;
    margin-bottom: 0; }
  #block-contact-banner a {
    position: relative;
    top: 0;
    left: 83%;
    transform: translate(-100%, 0); } }

.block-business-spotlight {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0; }
  .block-business-spotlight h4 {
    text-transform: initial; }
  .block-business-spotlight .img-fluid {
    width: 100%; }
  .block-business-spotlight .row [class*='col-']:nth-child(1) {
    padding-top: 29px; }
    .block-business-spotlight .row [class*='col-']:nth-child(1) h3 {
      margin-bottom: 16px; }
    .block-business-spotlight .row [class*='col-']:nth-child(1) img {
      margin-bottom: 76px; }
  .block-business-spotlight .row [class*='col-']:nth-child(2) {
    position: relative;
    top: 0;
    left: 0;
    padding-top: 69px; }
    .block-business-spotlight .row [class*='col-']:nth-child(2):before, .block-business-spotlight .row [class*='col-']:nth-child(2):after {
      content: "";
      position: absolute;
      right: 15px;
      width: 100%;
      z-index: -1; }
    .block-business-spotlight .row [class*='col-']:nth-child(2):before {
      top: 0;
      height: 100%;
      background: #015270 url("../img/moduleCurves/Inmoduletexture_9column_Template8_summarytabletexture-01.svg") center/cover no-repeat;
      background-color: #015270;
      box-shadow: 0px 3px 16px #00000029; }
    .block-business-spotlight .row [class*='col-']:nth-child(2):after {
      bottom: 0;
      height: 12px;
      background-color: #b1c7c7; }
    .block-business-spotlight .row [class*='col-']:nth-child(2) p.tagline {
      padding-bottom: 13px; }
    .block-business-spotlight .row [class*='col-']:nth-child(2) a {
      margin-bottom: 76px; }
  .block-business-spotlight.BSandJobs .row [class*='col-']:nth-child(3) {
    overflow: hidden; }
    .block-business-spotlight.BSandJobs .row [class*='col-']:nth-child(3) h6, .block-business-spotlight.BSandJobs .row [class*='col-']:nth-child(3) p, .block-business-spotlight.BSandJobs .row [class*='col-']:nth-child(3) a {
      margin-left: 25px;
      margin-right: 25px; }
    .block-business-spotlight.BSandJobs .row [class*='col-']:nth-child(3) h6, .block-business-spotlight.BSandJobs .row [class*='col-']:nth-child(3) p {
      color: #FEFEFE; }
    .block-business-spotlight.BSandJobs .row [class*='col-']:nth-child(3) a {
      margin-bottom: 63px; }
    .block-business-spotlight.BSandJobs .row [class*='col-']:nth-child(3) h6 {
      padding-top: 34px;
      margin-bottom: 0px; }
    .block-business-spotlight.BSandJobs .row [class*='col-']:nth-child(3) div {
      position: relative;
      top: 0;
      left: 0; }
      .block-business-spotlight.BSandJobs .row [class*='col-']:nth-child(3) div:after {
        content: "";
        position: absolute;
        top: -50vh;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh;
        background-color: #003E45;
        box-shadow: 0px 3px 16px #00000029; }
  @media (max-width: 991.98px) {
    .block-business-spotlight h3 {
      font-size: 1rem;
      line-height: 1.5em; }
    .block-business-spotlight .row [class*='col-']:nth-child(1) {
      width: 43%;
      max-width: 43%;
      flex: 0 0 43%; }
      .block-business-spotlight .row [class*='col-']:nth-child(1) img {
        margin-bottom: 54px; }
      .block-business-spotlight .row [class*='col-']:nth-child(1) img, .block-business-spotlight .row [class*='col-']:nth-child(1) h3 {
        padding-left: 25px; }
    .block-business-spotlight .row [class*='col-']:nth-child(2) {
      width: 57%;
      max-width: 57%;
      flex: 0 0 57%; }
      .block-business-spotlight .row [class*='col-']:nth-child(2) a {
        margin-bottom: 54px; }
      .block-business-spotlight .row [class*='col-']:nth-child(2) h4, .block-business-spotlight .row [class*='col-']:nth-child(2) p {
        padding-right: 20px; }
      .block-business-spotlight .row [class*='col-']:nth-child(2) p.tagline {
        padding-bottom: 13px; }
      .block-business-spotlight .row [class*='col-']:nth-child(2):before, .block-business-spotlight .row [class*='col-']:nth-child(2):after {
        width: calc(((100 / 57) * (100%)) - 30px); }
    .block-business-spotlight.BSandJobs .row [class*='col-']:nth-child(3) {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
      margin-top: 80px; }
      .block-business-spotlight.BSandJobs .row [class*='col-']:nth-child(3) a {
        margin-bottom: 42px; } }
  @media (max-width: 767.98px) {
    .block-business-spotlight .row [class*='col-']:nth-child(1) {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%; }
      .block-business-spotlight .row [class*='col-']:nth-child(1) img, .block-business-spotlight .row [class*='col-']:nth-child(1) h3 {
        padding-right: 25px; }
      .block-business-spotlight .row [class*='col-']:nth-child(1) h3 {
        margin-bottom: 20px; }
      .block-business-spotlight .row [class*='col-']:nth-child(1) img {
        margin-bottom: 0; }
    .block-business-spotlight .row [class*='col-']:nth-child(2) {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
      padding-top: 22px; }
      .block-business-spotlight .row [class*='col-']:nth-child(2):before, .block-business-spotlight .row [class*='col-']:nth-child(2):after {
        width: calc(100% - 72px);
        right: 36px; }
      .block-business-spotlight .row [class*='col-']:nth-child(2):before {
        height: 2000px;
        top: auto;
        bottom: 0; }
      .block-business-spotlight .row [class*='col-']:nth-child(2) p, .block-business-spotlight .row [class*='col-']:nth-child(2) h4 {
        padding-left: 0;
        padding-right: 0; }
      .block-business-spotlight .row [class*='col-']:nth-child(2) p, .block-business-spotlight .row [class*='col-']:nth-child(2) a, .block-business-spotlight .row [class*='col-']:nth-child(2) h4 {
        margin-left: 25px;
        margin-right: 25px; }
      .block-business-spotlight .row [class*='col-']:nth-child(2) p:first-child {
        margin-bottom: 13px; }
      .block-business-spotlight .row [class*='col-']:nth-child(2) p.tagline {
        padding-bottom: 23px; } }
  @media (min-width: 992px) {
    .block-business-spotlight .row [class*='col-']:nth-child(1) {
      padding-top: 29px; }
      .block-business-spotlight .row [class*='col-']:nth-child(1) h3 {
        margin-bottom: 27px; }
      .block-business-spotlight .row [class*='col-']:nth-child(1) img {
        margin-bottom: 50px; }
    .block-business-spotlight .row [class*='col-']:nth-child(2) {
      padding-top: 81px; }
      .block-business-spotlight .row [class*='col-']:nth-child(2):before, .block-business-spotlight .row [class*='col-']:nth-child(2):after {
        right: 15px;
        width: 75vw; }
      .block-business-spotlight .row [class*='col-']:nth-child(2) h4 {
        margin-bottom: 14px;
        padding-right: 20px; }
      .block-business-spotlight .row [class*='col-']:nth-child(2) p {
        margin-bottom: 13px;
        padding-right: 20px; }
        .block-business-spotlight .row [class*='col-']:nth-child(2) p.tagline {
          padding-bottom: 27px;
          padding-top: 12px; }
      .block-business-spotlight .row [class*='col-']:nth-child(2) a {
        margin-bottom: 38px; }
    .block-business-spotlight.BSandJobs .row [class*='col-']:nth-child(3) h6, .block-business-spotlight.BSandJobs .row [class*='col-']:nth-child(3) p, .block-business-spotlight.BSandJobs .row [class*='col-']:nth-child(3) a {
      margin-left: 3.8vw;
      margin-right: 3.8vw; }
    .block-business-spotlight.BSandJobs .row [class*='col-']:nth-child(3) a {
      margin-bottom: 63px; }
    .block-business-spotlight.BSandJobs .row [class*='col-']:nth-child(3) h6 {
      padding-top: 34px; }
    .block-business-spotlight.BSFull .row {
      overflow: hidden; }
    .block-business-spotlight.BSFull .row [class*='col-']:nth-child(1) {
      margin-left: 8.3333333333%; }
      .block-business-spotlight.BSFull .row [class*='col-']:nth-child(1) img {
        margin-bottom: 62px; }
    .block-business-spotlight.BSFull .row [class*='col-']:nth-child(2) p {
      padding-right: 5vw; }
    .block-business-spotlight.BSFull .row [class*='col-']:nth-child(2):before, .block-business-spotlight.BSFull .row [class*='col-']:nth-child(2):after {
      width: calc((100% * 1.5) - 30px); }
    .block-business-spotlight.BSFull .row [class*='col-']:nth-child(2) a {
      margin-bottom: 62px; }
    .block-business-spotlight.BSHalf .row [class*='col-']:nth-child(2) p {
      padding-right: 5vw; } }
  @media (min-width: 1367px) {
    .block-business-spotlight .row [class*='col-']:nth-child(2) p.tagline {
      padding-bottom: 21px; } }

#block-latest-news h2, #block-latest-news .intro-text {
  text-align: center;
  margin-bottom: 31px; }
#block-latest-news .intro-text {
  letter-spacing: 0.26px;
  color: #343434; }
#block-latest-news .newsCarousel {
  width: 100%; }
#block-latest-news a.btn {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 90px; }
#block-latest-news .carousel-cell div {
  position: relative;
  top: 0;
  left: 0;
  min-height: 300px;
  padding-top: 92px;
  padding-bottom: 42px;
  margin-bottom: 24px;
  background-color: #FFF;
  box-shadow: 0px 3px 16px #00000029; }
  #block-latest-news .carousel-cell div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #015270 url(../img/moduleCurves/Inmoduletexture_4column_latestnews_r2.svg) -12px -8px/104% no-repeat; }
  #block-latest-news .carousel-cell div > * {
    padding-left: 32px;
    padding-right: 32px; }
  #block-latest-news .carousel-cell div a {
    font-weight: bold;
    color: #003E45;
    font-size: 1rem;
    line-height: 1.5em;
    display: inline-block;
    margin-top: 7px;
    transition: color .2s ease-out; }
    #block-latest-news .carousel-cell div a:hover {
      color: #65989A; }
  #block-latest-news .carousel-cell div > A {
    color: #37969A; }
    #block-latest-news .carousel-cell div > A:after {
      content: " ";
      width: 16px;
      height: 16px;
      display: inline-block;
      background: url("../img/SLCIDA_tealarrow.svg") center/contain no-repeat;
      position: relative;
      top: 3px;
      left: 4px; }
#block-latest-news h6 {
  margin-bottom: 36px; }
#block-latest-news .flickity-page-dots {
  bottom: -53px; }
  #block-latest-news .flickity-page-dots .dot {
    width: 15px;
    height: 15px;
    margin: 0 6px; }
@media (max-width: 767.98px) {
  #block-latest-news {
    overflow: hidden;
    padding-left: 36px;
    padding-right: 36px; }
    #block-latest-news .flickity-viewport {
      overflow: visible; }
    #block-latest-news .flickity-slider .carousel-cell {
      padding-left: 6px;
      padding-right: 6px;
      width: calc(100vw - 72px);
      min-height: 100%;
      display: flex; }
      #block-latest-news .flickity-slider .carousel-cell div:after {
        display: none; }
      #block-latest-news .flickity-slider .carousel-cell:first-child {
        padding-left: 0; }
      #block-latest-news .flickity-slider .carousel-cell:last-child {
        padding-right: 0; } }
@media (min-width: 768px) {
  #block-latest-news .intro-text {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 72px; }
  #block-latest-news .newsCarousel .flickity-viewport {
    touch-action: none !important;
    cursor: initial; }
    #block-latest-news .newsCarousel .flickity-viewport.is-pointer-down {
      pointer-events: none !important; }
  #block-latest-news .newsCarousel .flickity-slider {
    transform: translateX(0) !important; }
  #block-latest-news .newsCarousel .flickity-page-dots {
    display: none !important; }
  #block-latest-news .carousel-cell div > * {
    padding-left: 2.5vw;
    padding-right: 2.5vw; }
  #block-latest-news .carousel-cell div a {
    margin-top: 11px; }
  #block-latest-news .carousel-cell div > A {
    position: absolute;
    bottom: 30px; }
  #block-latest-news .carousel-cell div:before {
    background-position: 2px -26px;
    background-size: 70%; }
  #block-latest-news h6 {
    margin-bottom: 21px; }
  #block-latest-news a.btn {
    margin-top: 55px; } }
@media (min-width: 992px) {
  #block-latest-news .carousel-cell div > {
    padding-left: 3.33vw;
    padding-right: 3.33vw; }
  #block-latest-news .carousel-cell DIV {
    min-height: 436px; }
  #block-latest-news .carousel-cell div:before {
    background-position: -12px -15px;
    background-size: 124%; } }
@media (min-width: 1367px) {
  #block-latest-news .carousel-cell div:before {
    background-position: -12px -20px;
    background-size: 104%; } }

#block-signup-banner .row [class*="col-"]:first-child {
  padding-top: 30px;
  padding-bottom: 57px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0; }
  #block-signup-banner .row [class*="col-"]:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/moduleCurves/subscribe.svg) no-repeat left top;
    background-size: cover; }
  #block-signup-banner .row [class*="col-"]:first-child h2, #block-signup-banner .row [class*="col-"]:first-child p {
    color: #FEFEFE; }
  #block-signup-banner .row [class*="col-"]:first-child .bg-holder {
    position: relative;
    top: 0;
    left: 0;
    z-index: -1; }
    #block-signup-banner .row [class*="col-"]:first-child .bg-holder:before {
      content: "";
      position: absolute;
      top: -100px;
      left: 0;
      width: 100%;
      height: 1000px;
      background-color: #37969A; }
  #block-signup-banner .row [class*="col-"]:first-child > h2, #block-signup-banner .row [class*="col-"]:first-child > p, #block-signup-banner .row [class*="col-"]:first-child form {
    margin-left: 20px;
    margin-right: 20px; }
  #block-signup-banner .row [class*="col-"]:first-child form {
    margin-top: 36px; }
    #block-signup-banner .row [class*="col-"]:first-child form BR {
      display: none !important; }
    #block-signup-banner .row [class*="col-"]:first-child form P {
      display: flex; }
    #block-signup-banner .row [class*="col-"]:first-child form .wpcf7-response-output {
      color: #FFF; }
    #block-signup-banner .row [class*="col-"]:first-child form input[type="email"] {
      color: #313131;
      font-size: 1rem;
      line-height: 20px;
      border: none !important;
      padding: 12px 14px;
      height: auto; }
      #block-signup-banner .row [class*="col-"]:first-child form input[type="email"]::placeholder {
        color: #C7C7C7; }
#block-signup-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
@media (max-width: 767.98px) {
  #block-signup-banner {
    margin-bottom: 40px;
    margin-top: 50px; }
    #block-signup-banner .row [class*="col-"]:first-child {
      order: 2; }
    #block-signup-banner h2 {
      font-size: 1.5rem;
      line-height: 1.5em;
      margin-bottom: 13px; }
    #block-signup-banner form .btn {
      padding-left: .7rem;
      padding-right: .7rem; } }
@media (min-width: 768px) {
  #block-signup-banner .row {
    position: relative;
    top: 0;
    left: 0; }
  #block-signup-banner .row:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/moduleCurves/subscribe.svg) no-repeat left top;
    background-size: cover; }
  #block-signup-banner .row [class*="col-"]:first-child {
    padding-top: 45px;
    padding-bottom: 72px; }
    #block-signup-banner .row [class*="col-"]:first-child:before {
      content: none; }
  #block-signup-banner .row [class*="col-"]:last-child {
    position: relative;
    top: 0;
    left: 0; }
    #block-signup-banner .row [class*="col-"]:last-child:before {
      content: "";
      position: absolute;
      top: 0;
      left: -15px;
      width: 30px;
      height: 100%;
      background-color: #37969A;
      z-index: -1; } }
@media (min-width: 992px) {
  #block-signup-banner .row [class*="col-"]:first-child > h2, #block-signup-banner .row [class*="col-"]:first-child > p, #block-signup-banner .row [class*="col-"]:first-child form {
    margin-left: 4.1vw;
    margin-right: 14.3vw; }
  #block-signup-banner form .btn {
    margin-left: 20px; } }

#block-search-results + #block-signup-banner {
  margin-top: 44px; }

@media (max-width: 767.98px) {
  #block-intro + #block-signup-banner {
    margin-top: 20px; } }
#inner-hero {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden; }
  #inner-hero .floating-h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; }
    #inner-hero .floating-h1 H1 {
      font-weight: 600;
      font-size: 32px;
      line-height: 1.25;
      color: #FFF;
      text-align: center; }
      #inner-hero .floating-h1 H1:after {
        content: " ";
        display: block;
        width: 180px;
        height: 5px;
        margin: 24px auto 0;
        background-color: #FFF; }
    @media (min-width: 768px) {
      #inner-hero .floating-h1 H1 {
        font-size: 48px; }
        #inner-hero .floating-h1 H1:after {
          height: 10px;
          margin: 36px auto 0; } }
    @media (min-width: 992px) {
      #inner-hero .floating-h1 H1 {
        font-size: 64px; } }
    @media (min-width: 1367px) {
      #inner-hero .floating-h1 H1 {
        font-size: 90px;
        line-height: 110px; } }
  #inner-hero.jumbotron {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent; }
  #inner-hero img {
    width: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 38% 100%, 0% 96%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 38% 100%, 0% 96%);
    object-fit: cover;
    filter: brightness(60%); }
  #inner-hero #theaterBackground {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: calc((100vw * .304) * .08); }
    #inner-hero #theaterBackground .collar {
      background-image: url(../img/SLCIDA_secondarypages_artwork.svg);
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: contain;
      z-index: 5;
      pointer-events: none;
      position: absolute;
      top: 0;
      left: -4px;
      width: calc(100% + 6px);
      height: 100%; }
  @media (max-width: 767.98px) {
    #inner-hero #theaterBackground {
      height: calc((100vw * .8667) - 55px); }
    #inner-hero img {
      height: 100%; } }
  @media (max-width: 991.98px) {
    #inner-hero.jumbotron {
      padding-top: 55px; } }
  @media (min-width: 1367px) {
    #inner-hero #theaterBackground img {
      max-height: 70vh; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #inner-hero .collar {
      display: none; } }

.text-block-one.stripeGrayGlobal + .stripeGrayGlobal {
  margin-top: -65px; }
@media (max-width: 767.98px) {
  .text-block-one {
    margin-bottom: 40px;
    margin-top: 50px; }
    .text-block-one h6 {
      margin-bottom: 21px; } }
@media (min-width: 768px) {
  .text-block-one h2 {
    margin-bottom: 34px; }
  .text-block-one h4 + p {
    margin-top: 28px; }
  .text-block-one h6 {
    margin-top: 78px; }
  .text-block-one h6 {
    margin-bottom: 34px; } }

.quoteBlock + .text-block-two .row div {
  margin-left: calc(100% / 6); }
@media (max-width: 991.98px) {
  .quoteBlock + .text-block-two .row div {
    margin-left: 0; } }

.quoteBlock {
  position: relative;
  top: 0;
  left: 0; }
  .quoteBlock .blockquote {
    position: relative;
    top: 0;
    left: 0;
    padding-top: 81px;
    padding-bottom: 41px;
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: 0px 3px 16px #00000029;
    background: url(../img/moduleCurves/Inmoduletexture_12column_testimonial-01.svg) no-repeat right bottom;
    background-size: auto 180%; }
    .quoteBlock .blockquote:before, .quoteBlock .blockquote:after {
      content: '';
      position: absolute;
      height: 40px;
      width: 49px;
      pointer-events: none; }
    .quoteBlock .blockquote:before {
      top: 45px;
      left: 40px;
      background: url(../img/SLCIDA_Pullquote_open.svg) no-repeat center center; }
    .quoteBlock .blockquote:after {
      right: 35px;
      bottom: 34px;
      background: url(../img/SLCIDA_Pullquote_closed.svg) no-repeat center center; }
  .quoteBlock h4:before, .quoteBlock h4:after {
    content: "";
    display: block;
    width: 100%;
    height: 10px; }
  .quoteBlock h4:before {
    margin-bottom: 32px; }
  .quoteBlock h4:after {
    margin-top: 42px; }
  .quoteBlock .quoteBackground {
    position: absolute;
    top: 0;
    left: 0; }
  .quoteBlock h4 {
    margin-bottom: 19px; }
  .quoteBlock h4, .quoteBlock p {
    width: 71%;
    margin-left: auto;
    margin-right: auto; }
  .quoteBlock.quoteDarkBlue .blockquote {
    background-color: #015270; }
    .quoteBlock.quoteDarkBlue .blockquote * {
      color: #FEFEFE; }
  .quoteBlock.quoteDarkBlue h4:before, .quoteBlock.quoteDarkBlue h4:after {
    background-color: #FEFEFE; }
  .quoteBlock.quoteLight .blockquote {
    background-color: #BDD4D4; }
    .quoteBlock.quoteLight .blockquote * {
      color: #015270; }
  .quoteBlock.quoteLight h4:before, .quoteBlock.quoteLight h4:after {
    background-color: #015270; }
  .quoteBlock.quoteLight .row [class*="col-"] div {
    background-color: #F2F7F7; }
    .quoteBlock.quoteLight .row [class*="col-"] div:before {
      background-color: #003E45; }
    .quoteBlock.quoteLight .row [class*="col-"] div * {
      color: #003E45; }
  @media (max-width: 767.98px) {
    .quoteBlock h4, .quoteBlock p {
      width: 100%; }
    .quoteBlock .blockquote:before {
      left: 24px;
      top: 21px; }
    .quoteBlock .blockquote:after {
      right: 20px;
      bottom: 21px; } }
  @media (max-width: 575.98px) {
    .quoteBlock h4 {
      font-size: 1.5rem; } }

#block-fullimage-slider.noArrows .flickity-prev-next-button {
  opacity: 0 !important;
  pointer-events: none !important; }
#block-fullimage-slider .carousel-cell {
  width: 100%; }
  #block-fullimage-slider .carousel-cell img {
    width: 100%;
    height: auto; }
#block-fullimage-slider .flickity-button {
  background: none !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 0; }
  #block-fullimage-slider .flickity-button svg {
    opacity: 0; }
  #block-fullimage-slider .flickity-button.flickity-prev-next-button.previous {
    left: 0;
    transform: translate(-50%, -50%) rotateY(180deg); }
    #block-fullimage-slider .flickity-button.flickity-prev-next-button.previous:after {
      background-image: url(../img/Carousel_Arrow.svg); }
    #block-fullimage-slider .flickity-button.flickity-prev-next-button.previous:before {
      background-image: url(../img/Carousel_Arrow_light.svg); }
  #block-fullimage-slider .flickity-button.flickity-prev-next-button.next {
    right: 0;
    transform: translate(50%, -50%); }
    #block-fullimage-slider .flickity-button.flickity-prev-next-button.next:after {
      background-image: url(../img/Carousel_Arrow.svg); }
    #block-fullimage-slider .flickity-button.flickity-prev-next-button.next:before {
      background-image: url(../img/Carousel_Arrow_light.svg); }
  #block-fullimage-slider .flickity-button:disabled {
    opacity: 1; }
    #block-fullimage-slider .flickity-button:disabled:after {
      background-image: url(../img/Carousel_Arrow_gray.svg) !important; }
    #block-fullimage-slider .flickity-button:disabled:before {
      background-image: url(../img/Carousel_Arrow_gray.svg) !important; }
  #block-fullimage-slider .flickity-button:before, #block-fullimage-slider .flickity-button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }
  #block-fullimage-slider .flickity-button:before {
    opacity: 0;
    z-index: 0;
    transition: opacity .2s ease-out 0s, z-index 0s linear .2s; }
  #block-fullimage-slider .flickity-button:hover:before {
    opacity: 1;
    z-index: 1;
    transition: opacity .2s ease-out 0s, z-index 0s linear 0s; }
@media (min-width: 992px) {
  #block-fullimage-slider .flickity-button {
    width: 90px;
    height: 90px; } }

.twoImageFullWidth.stripeGray {
  padding-top: 54px;
  padding-bottom: 54px;
  position: relative;
  top: 0;
  left: 0; }
  .twoImageFullWidth.stripeGray:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: #F2F7F7; }
@media (max-width: 767.98px) {
  .twoImageFullWidth .row div:first-child {
    padding-bottom: 25px; } }
@media (min-width: 768px) {
  .twoImageFullWidth img {
    object-fit: cover;
    width: 100%; } }

#block-embedModule h2, #block-embedModule p {
  text-align: center; }
#block-embedModule .row [class*='col-'] {
  margin-bottom: 30px;
  height: 23.5vw; }
  #block-embedModule .row [class*='col-']:first-child {
    margin-bottom: 0;
    height: auto; }
  #block-embedModule .row [class*='col-'] img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
#block-embedModule iframe {
  width: 100%;
  height: 100%; }
#block-embedModule .ht-short {
  height: 400px !important; }
#block-embedModule .ht-med {
  height: 600px !important; }
#block-embedModule .ht-tall {
  height: 800px !important; }
@media (max-width: 767.98px) {
  #block-embedModule {
    margin-top: 50px;
    margin-bottom: 40px; }
    #block-embedModule .row [class*='col-'] {
      margin-bottom: 20px;
      min-height: 36vw; }
      #block-embedModule .row [class*='col-']:first-child {
        min-height: 0; } }

#block-tabModule h2, #block-tabModule p {
  text-align: center; }
#block-tabModule img {
  width: 100%; }

.block-textAndImageHalf .row [class*='col-'] .buttons {
  padding-top: 10px; }
  .block-textAndImageHalf .row [class*='col-'] .buttons a {
    margin-left: 21px;
    background-color: #37969A;
    border-color: #37969A; }
  .block-textAndImageHalf .row [class*='col-'] .buttons a:first-child {
    margin-left: 0; }
.block-textAndImageHalf h4 {
  color: #015270;
  margin-bottom: 2px;
  transform: translate(0, -11px); }
.block-textAndImageHalf img {
  width: 100%; }
.block-textAndImageHalf.stripeGray {
  padding-top: 54px;
  padding-bottom: 54px;
  position: relative;
  top: 0;
  left: 0; }
  .block-textAndImageHalf.stripeGray:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: #F2F7F7; }
  .block-textAndImageHalf.stripeGray + .stripeGray {
    margin-top: -80px !important; }
.block-textAndImageHalf.contentValign .row {
  align-items: center; }
  .block-textAndImageHalf.contentValign .row .my-auto {
    margin-bottom: 0 !important; }
@media (max-width: 991.98px) {
  .block-textAndImageHalf .row {
    flex-flow: column-reverse; }
  .block-textAndImageHalf img {
    margin-bottom: 22px; }
  .block-textAndImageHalf h4 {
    margin-top: 36px; }
  .block-textAndImageHalf .row [class*='col-'] .buttons {
    margin-bottom: -14px; }
    .block-textAndImageHalf .row [class*='col-'] .buttons a {
      margin-left: 0;
      margin-right: 14px;
      margin-bottom: 14px; }
      .block-textAndImageHalf .row [class*='col-'] .buttons a:last-child {
        margin-right: 0; }
  .block-textAndImageHalf.imageLeft .row {
    flex-direction: column-reverse; } }
@media (max-width: 767.98px) {
  .block-textAndImageHalf {
    margin-top: 50px;
    margin-bottom: 50px; } }
@media (min-width: 992px) {
  .block-textAndImageHalf.imageLeft .row {
    flex-flow: row-reverse; } }
@media (min-width: 992px) {
  .block-textAndImageHalf.stripeGray {
    padding-top: 80px;
    padding-bottom: 80px; }
  .block-textAndImageHalf .row [class*='col-'] .buttons {
    padding-top: 30px; }
    .block-textAndImageHalf .row [class*='col-'] .buttons a {
      margin-left: 31px; } }

.block-programBanner .row [class*='col-'] div {
  padding-top: 10px; }
  .block-programBanner .row [class*='col-'] div a {
    margin-left: 21px; }
  .block-programBanner .row [class*='col-'] div a:first-child {
    margin-left: 0; }
.block-programBanner h4 {
  color: #015270;
  margin-bottom: 12px; }
.block-programBanner img {
  width: 100%;
  height: auto; }
.block-programBanner.imageLeft .row {
  flex-direction: row-reverse; }
.block-programBanner.stripeGray {
  padding-top: 54px;
  padding-bottom: 54px;
  background-color: #F2F7F7; }
.block-programBanner.stripeGray + .stripeGray {
  margin-top: -80px !important; }
@media (max-width: 575.98px) {
  .block-programBanner .row [class*='col-'] div a {
    margin-top: 14px;
    margin-left: 0;
    margin-right: 21%; }
    .block-programBanner .row [class*='col-'] div a:first-child {
      margin-top: 0; } }
@media (max-width: 767.98px) {
  .block-programBanner {
    margin-top: 50px;
    margin-bottom: 50px; }
    .block-programBanner .row {
      flex-flow: column-reverse; }
    .block-programBanner img {
      margin-bottom: 22px; }
    .block-programBanner.imageLeft .row {
      flex-direction: column-reverse; } }
@media (min-width: 992px) {
  .block-programBanner.stripeGray {
    padding-top: 80px;
    padding-bottom: 80px; }
  .block-programBanner .row [class*='col-'] div {
    padding-top: 30px; }
    .block-programBanner .row [class*='col-'] div a {
      margin-left: 31px; } }

#block-testimonial-module .cont {
  background-color: #015270;
  position: relative;
  top: 0;
  left: 0;
  padding-top: 45px;
  padding-bottom: 12px;
  background-image: url(../img/moduleCurves/testimonial.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain; }
  #block-testimonial-module .cont:before, #block-testimonial-module .cont:after {
    content: "";
    position: absolute;
    left: 0;
    height: 12px;
    width: 100%;
    background-color: #BDD4D4; }
  #block-testimonial-module .cont:before {
    top: 0; }
  #block-testimonial-module .cont:after {
    bottom: 0; }
#block-testimonial-module h2 {
  margin-bottom: 26px; }
#block-testimonial-module img {
  width: 100%;
  height: auto; }
#block-testimonial-module * {
  color: #FEFEFE; }
#block-testimonial-module .row:nth-child(2) p {
  margin-bottom: 0; }
#block-testimonial-module .row:nth-child(3) {
  padding-top: 66px;
  padding-bottom: 6px; }
  #block-testimonial-module .row:nth-child(3) h4 {
    margin-bottom: 31px; }
@media (min-width: 768px) {
  #block-testimonial-module .cont {
    padding-top: 45px; } }
@media (min-width: 992px) {
  #block-testimonial-module .cont {
    padding-top: 65px; }
  #block-testimonial-module .two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding-left: 20px;
    padding-right: 27px; } }
@media (max-width: 991.98px) {
  #block-testimonial-module h2, #block-testimonial-module .row:nth-child(2) img, #block-testimonial-module .row:nth-child(3) div * {
    padding-left: 20px;
    padding-right: 20px; }
  #block-testimonial-module .row:nth-child(2) img {
    padding-right: 0; }
  #block-testimonial-module .row:nth-child(2) div:not(.two-column):first-child {
    flex: 0 0 40%;
    max-width: 40%; }
  #block-testimonial-module .row:nth-child(2) div:not(.two-column):last-child {
    flex: 0 0 60%;
    max-width: 60%; }
  #block-testimonial-module .two-column {
    padding-right: 20px;
    padding-left: 0; }
  #block-testimonial-module .row:nth-child(3) {
    padding-top: 45px; } }
@media (max-width: 767.98px) {
  #block-testimonial-module {
    margin-top: 50px;
    margin-bottom: 50px; }
    #block-testimonial-module .cont {
      padding-top: 36px; }
    #block-testimonial-module .row:nth-child(2) img {
      padding-right: 20px;
      margin-bottom: 36px; }
    #block-testimonial-module .row:nth-child(2) div:first-child {
      flex: 0 0 100% !important;
      max-width: 100% !important; }
    #block-testimonial-module .row:nth-child(2) div:last-child {
      flex: 0 0 100% !important;
      max-width: 100% !important; }
    #block-testimonial-module .two-column {
      padding-left: 20px; } }

#block-video-module .container div {
  position: relative;
  top: 0;
  left: 0; }
  #block-video-module .container div a {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 220px;
    height: 220px;
    transform: translate(-50%, -50%);
    background: url(../img/Video_Play_Button.svg) no-repeat center center;
    background-size: contain;
    z-index: 3;
    opacity: 1;
    transition: opacity .3s ease-out; }
#block-video-module img, #block-video-module video {
  width: 100%;
  height: auto; }
#block-video-module img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
  transition: opacity .3s ease-out;
  object-fit: cover; }
#block-video-module.playing div a, #block-video-module.playing img {
  opacity: 0;
  pointer-events: none; }
@media (max-width: 767.98px) {
  #block-video-module .container div a {
    width: 100px;
    height: 100px; } }

#block-caseStudyIntro + #block-video-module {
  margin-top: 45px; }
  @media (max-width: 767.98px) {
    #block-caseStudyIntro + #block-video-module {
      margin-top: 25px; } }

footer {
  background-color: #343434;
  padding-top: 56px;
  padding-bottom: 36px; }
  footer p {
    color: #FEFEFE;
    font-size: .875rem;
    line-height: 1.714em;
    margin-bottom: 15px; }
    footer p a {
      color: #BFBFBF;
      transition: color .2s ease-out; }
      footer p a:hover {
        color: #FFD800; }
  footer .footerRight p {
    font-size: .75rem;
    line-height: 1.667em; }
    footer .footerRight p:last-child {
      color: #BFBFBF; }
  @media (max-width: 767.98px) {
    footer p {
      text-align: center; }
    footer .socialLinks {
      display: flex;
      justify-content: space-evenly;
      padding-top: 27px;
      padding-bottom: 37px;
      border-bottom: 2px solid #B7B7B7;
      margin-bottom: 39px; }
      footer .socialLinks img {
        width: 33px;
        height: 33px;
        opacity: .4; } }
  @media (min-width: 768px) {
    footer footer {
      padding-top: 45px;
      padding-bottom: 43px; }
    footer .socialLinks {
      padding-top: 33px; }
    footer a img {
      width: 16px;
      height: 16px;
      max-height: none;
      margin-left: 16px;
      opacity: .4; }
    footer a:first-child img {
      margin-left: 0; }
    footer .footerRight {
      position: relative;
      top: 0;
      left: 0; }
      footer .footerRight:after {
        content: "";
        position: absolute;
        top: -21px;
        left: -18%;
        width: 2px;
        height: 100%;
        background-color: #B7B7B7; }
      footer .footerRight p:last-child {
        margin-top: 26px; } }

#block-caseStudy-intro h6 {
  padding-top: 5px;
  margin-bottom: 6px; }
#block-caseStudy-intro h2 {
  border-bottom: 1px solid #003E45;
  padding-bottom: 15px;
  margin-bottom: 22px;
  padding-right: 150px; }
#block-caseStudy-intro .row div {
  position: relative;
  top: 0;
  left: 0; }
#block-caseStudy-intro a {
  position: absolute;
  top: 50px;
  right: 15px;
  color: #65989A; }
  #block-caseStudy-intro a:after {
    background: url(../img/download-arrow-gray.svg) no-repeat center center; }
#block-caseStudy-intro p {
  font-size: 1.125rem;
  line-height: 1.667em;
  padding-right: 9%; }
@media (max-width: 767.98px) {
  #block-caseStudy-intro {
    margin-bottom: 25px; }
    #block-caseStudy-intro h2 {
      margin-bottom: 13px;
      padding-right: 0; }
    #block-caseStudy-intro a {
      position: relative;
      top: 0;
      right: auto;
      margin-bottom: 18px; } }

#block-caseStudy-stats .row > div {
  display: flex;
  flex-wrap: wrap; }
#block-caseStudy-stats h2 {
  width: 100%;
  flex: 0 100%;
  padding-bottom: 5px; }
#block-caseStudy-stats .statLeft p {
  color: inherit;
  font-size: 1.375rem;
  line-height: 1.318em;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(0, -50%); }
  #block-caseStudy-stats .statLeft p strong {
    display: block;
    font-size: 3rem;
    line-height: 1.2em;
    font-family: "Montserrat", sans-serif; }
#block-caseStudy-stats .statLeft > div {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 40px;
  box-shadow: 0px 3px 16px #00000029; }
  #block-caseStudy-stats .statLeft > div:after {
    content: "";
    display: block;
    padding-bottom: 100%; }
  #block-caseStudy-stats .statLeft > div div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
#block-caseStudy-stats .statLeft > div.stat {
  background-color: #003E45;
  color: #FEFEFE; }
#block-caseStudy-stats .statLeft > div.half {
  background-color: #BDD4D4;
  color: #015270; }
  #block-caseStudy-stats .statLeft > div.half img {
    height: 50%;
    width: 100%;
    object-fit: cover; }
  #block-caseStudy-stats .statLeft > div.half p {
    top: 25%; }
#block-caseStudy-stats .statLeft > div.overlay {
  background-color: #003E45;
  color: #FEFEFE; }
  #block-caseStudy-stats .statLeft > div.overlay img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: .75; }
  #block-caseStudy-stats .statLeft > div.overlay p {
    z-index: 1; }
#block-caseStudy-stats .statLeft > div:nth-child(1) {
  margin-top: 0; }
@media (max-width: 767.98px) {
  #block-caseStudy-stats .statLeft, #block-caseStudy-stats .statRight {
    flex: 0 100%; }
  #block-caseStudy-stats .statLeft {
    padding-bottom: 54px; }
  #block-caseStudy-stats .statLeft p strong {
    line-height: 1.55em;
    font-size: 3.750rem; } }
@media (max-width: 575.98px) {
  #block-caseStudy-stats .statLeft p {
    font-size: 1.2rem; }
    #block-caseStudy-stats .statLeft p strong {
      font-size: 3rem;
      line-height: 1.2em; } }
@media (min-width: 768px) {
  #block-caseStudy-stats h6 {
    padding-bottom: 3px; }
  #block-caseStudy-stats .statLeft {
    flex: 0 40%;
    padding-right: 15px; }
  #block-caseStudy-stats .statRight {
    flex: 0 60%;
    padding-left: 15px; } }
@media (min-width: 992px) {
  #block-caseStudy-stats .statLeft p strong {
    font-size: 3.750rem; } }
@media (min-width: 1367px) {
  #block-caseStudy-stats .statLeft > div {
    width: 88%; }
  #block-caseStudy-stats .statLeft p strong {
    line-height: 1.55em; } }

#tertiary-hero.jumbotron {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent; }
#tertiary-hero #theaterBackground {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: calc((100vw * .160322108)); }
  #tertiary-hero #theaterBackground .collar {
    background-image: url(../img/SLCIDA_tertiarypages_artwork.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    z-index: 5;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
@media (max-width: 767.98px) {
  #tertiary-hero {
    padding-top: 55px !important; } }
@media (min-width: 768px) {
  #tertiary-hero + section {
    padding-top: 90px; } }

.block-list-and-checkboxes#block-jobs .announcements-block div:first-child {
  margin-top: 0; }
.block-list-and-checkboxes #jobUpdatedDate {
  margin-bottom: 0; }
.block-list-and-checkboxes .text-input {
  height: 47px;
  margin-right: 8px; }
.block-list-and-checkboxes .btn-primary {
  padding: 9px 12px; }
.block-list-and-checkboxes .jobsAdditionalResources {
  order: 2;
  padding-top: 105px; }
  .block-list-and-checkboxes .jobsAdditionalResources h2 {
    padding-bottom: 10px; }
  .block-list-and-checkboxes .jobsAdditionalResources h2, .block-list-and-checkboxes .jobsAdditionalResources div, .block-list-and-checkboxes .jobsAdditionalResources p {
    padding-left: 21px; }
  .block-list-and-checkboxes .jobsAdditionalResources div {
    padding-top: 15px; }
  .block-list-and-checkboxes .jobsAdditionalResources h5 {
    font-size: 1.375em;
    line-height: 1.364em; }
.block-list-and-checkboxes .announcements-block div {
  background-color: #e7efef;
  padding: 39px 45px 32px 45px;
  margin-top: 39px; }
  .block-list-and-checkboxes .announcements-block div h6 {
    color: #343434;
    margin-bottom: 0; }
  .block-list-and-checkboxes .announcements-block div h5 {
    color: #015270;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0; }
  .block-list-and-checkboxes .announcements-block div a {
    color: #003E45;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    transform: translate(0, -4px);
    transition: color .2s ease-out; }
    .block-list-and-checkboxes .announcements-block div a:hover {
      color: #65989A; }
  .block-list-and-checkboxes .announcements-block div.internal {
    background-color: #015270; }
    .block-list-and-checkboxes .announcements-block div.internal h5, .block-list-and-checkboxes .announcements-block div.internal h6, .block-list-and-checkboxes .announcements-block div.internal p {
      color: #FFF; }
    .block-list-and-checkboxes .announcements-block div.internal A {
      color: #FFD800; }
.block-list-and-checkboxes .announcements-block .load-more {
  position: relative;
  left: 50%;
  transform: translateX(-50%); }
.block-list-and-checkboxes .announcements-block.jobs-block > div:first-child {
  margin-top: 32px !important; }
.block-list-and-checkboxes .announcements-block.jobs-block a {
  display: block; }
.block-list-and-checkboxes .announcements-block.jobs-block > div {
  padding: 0 15px;
  background-color: transparent;
  margin-top: 32px;
  margin-bottom: 0; }
  .block-list-and-checkboxes .announcements-block.jobs-block > div a {
    margin-top: 0; }
.block-list-and-checkboxes .announcements-block.jobs-block > div .job-entry.internal {
  margin-top: 0 !important;
  height: 100%;
  border-right: 10px solid #C8DADB;
  position: relative; }
.block-list-and-checkboxes .announcements-block.jobs-block > div .job-entry {
  padding: 24px 25px 24px 25px; }
  .block-list-and-checkboxes .announcements-block.jobs-block > div .job-entry:hover {
    background-color: #297099; }
.block-list-and-checkboxes .announcements-block.jobs-block > div .job-entry h6 {
  font-size: .75rem;
  line-height: 2em;
  font-weight: 600;
  padding-top: 5px;
  margin-bottom: 18px; }
.block-list-and-checkboxes .announcements-block.jobs-block > div .job-entry h5 {
  font-size: 1rem;
  line-height: 2em;
  font-weight: 600;
  text-transform: initial; }
.block-list-and-checkboxes .announcements-block.jobs-block > div .job-entry p {
  font-size: 1rem;
  line-height: 1.688em;
  text-transform: initial;
  font-weight: 400;
  margin-bottom: 0; }
  .block-list-and-checkboxes .announcements-block.jobs-block > div .job-entry p br {
    display: none !important; }
.block-list-and-checkboxes .announcements-block.jobs-block > div .job-entry.internal A:last-child {
  position: absolute;
  bottom: 24px; }
.block-list-and-checkboxes .announcements-block.jobs-block > div .job-entry:not(.internal) {
  background-color: transparent;
  padding: 0; }
  .block-list-and-checkboxes .announcements-block.jobs-block > div .job-entry:not(.internal) H5 {
    margin-bottom: 10px; }
  .block-list-and-checkboxes .announcements-block.jobs-block > div .job-entry:not(.internal) P {
    margin-bottom: 10px; }
  .block-list-and-checkboxes .announcements-block.jobs-block > div .job-entry:not(.internal) A {
    margin-top: 0; }
.block-list-and-checkboxes .announcements-block.jobs-block .cj-separator {
  border-top: 1px solid #707070;
  padding-top: 32px;
  margin-top: 32px; }
.block-list-and-checkboxes .row > div:last-child h2, .block-list-and-checkboxes .row > div:last-child h2 + a {
  display: none; }
.block-list-and-checkboxes form {
  padding-top: 80px;
  /*
  		input {
  			opacity:0;
  			cursor:pointer;
  		}
  		& > div {
  			margin-top:53px;
  		}
  		& > div:first-child {
  			margin-top:0;
  		}
  		div > div {
  			position:relative;
  			top:0;
  			left:0;
  			transform:translate(0,3px);
  			padding-bottom:15px;
  			display:flex;
  			&:after, &:before {
  				content:"";
  				position:absolute;
  				pointer-events:none;
  			}
  			&:after {
  				top:5px;
  				left:0;
  				width:15px;
  				height:15px;
  				border:1px solid #ADADAD;
  				background-color:$white;
  
  			}
  			&:before {
  				background:$dark-blue;
  				width:9px;
  				height:8px;
  				background-color:white;
  				z-index:2;
  				top:8px;
  				left:3px;
  			}
  			&.sel {
  				&:after {
  					background-color:$dark-blue;
  				}
  			}
  		}
  */ }
  .block-list-and-checkboxes form h6 {
    font-weight: bold;
    color: #65989A;
    padding-bottom: 5px; }
  .block-list-and-checkboxes form label {
    color: #6C6C6C;
    font-size: 0.875rem;
    line-height: 1.714em;
    margin-left: 9px;
    position: relative;
    top: 0;
    left: 0; }
    .block-list-and-checkboxes form label:after, .block-list-and-checkboxes form label:before {
      content: "";
      position: absolute;
      pointer-events: none; }
    .block-list-and-checkboxes form label:after {
      top: 3px;
      left: -24px;
      width: 15px;
      height: 15px;
      border: 1px solid #ADADAD;
      background-color: #FEFEFE; }
    .block-list-and-checkboxes form label:before {
      display: block;
      width: 5px;
      height: 9px;
      border-right: 2px solid white;
      border-bottom: 2px solid white;
      z-index: 2;
      top: 5px;
      left: -19px;
      transform: rotate(45deg);
      transform-origin: center center; }
  .block-list-and-checkboxes form input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    margin-left: -15px;
    width: 15px;
    height: 15px;
    margin-top: 3px; }
    .block-list-and-checkboxes form input[type="checkbox"]:checked + label:after {
      background-color: #003E45; }
  .block-list-and-checkboxes form > div {
    margin-top: 53px; }
  .block-list-and-checkboxes form > div:first-child {
    margin-top: 0; }
  .block-list-and-checkboxes form div > div {
    padding-bottom: 15px;
    display: flex; }
@media (max-width: 1366.98px) {
  .block-list-and-checkboxes .jobsAdditionalResources {
    padding-top: 85px; }
    .block-list-and-checkboxes .jobsAdditionalResources h2, .block-list-and-checkboxes .jobsAdditionalResources div, .block-list-and-checkboxes .jobsAdditionalResources p {
      padding-left: 0; }
  .block-list-and-checkboxes .announcements-block.jobs-block > div {
    margin-top: 28px;
    margin-bottom: 0; }
    .block-list-and-checkboxes .announcements-block.jobs-block > div .job-entry {
      padding: 32px 32px 24px 32px; }
      .block-list-and-checkboxes .announcements-block.jobs-block > div .job-entry h6 {
        font-size: 1rem;
        line-height: 1.5em;
        padding-top: 11px;
        margin-bottom: 10px; }
      .block-list-and-checkboxes .announcements-block.jobs-block > div .job-entry h5 {
        font-size: 1.5rem;
        line-height: 1.5em; } }
@media (max-width: 991.98px) {
  .block-list-and-checkboxes {
    overflow-x: hidden;
    margin-bottom: 30px; }
    .block-list-and-checkboxes .row > div:first-child h2 {
      display: none; }
    .block-list-and-checkboxes .row > div:last-child h2, .block-list-and-checkboxes .row > div:last-child h2 + a {
      display: block; }
    .block-list-and-checkboxes .row > div:last-child h2 + a {
      text-transform: uppercase;
      font-weight: bold;
      color: #003E45;
      letter-spacing: .8px;
      border-bottom: 1px solid #d0d0d0;
      padding-bottom: 30px;
      padding-top: 11px;
      position: relative;
      top: 0;
      left: 0; }
      .block-list-and-checkboxes .row > div:last-child h2 + a:before, .block-list-and-checkboxes .row > div:last-child h2 + a:after {
        content: "";
        display: block;
        width: 24px;
        height: 2px;
        background-color: #313131;
        transform-origin: center center;
        position: absolute;
        right: -4px;
        top: calc(50% - 11px);
        transition: all .3s ease-out; }
      .block-list-and-checkboxes .row > div:last-child h2 + a:before {
        transform: translate(0, -50%) rotate(45deg); }
      .block-list-and-checkboxes .row > div:last-child h2 + a:after {
        transform: translate(0, -50%) rotate(-45deg); }
      .block-list-and-checkboxes .row > div:last-child h2 + a.closed:before {
        transform: translate(0, -50%) rotate(0deg); }
      .block-list-and-checkboxes .row > div:last-child h2 + a.closed:after {
        transform: translate(0, -50%) rotate(90deg); }
    .block-list-and-checkboxes .filter-checks {
      position: relative;
      top: 0;
      left: 0;
      height: 30px;
      overflow: hidden;
      padding-top: 39px;
      border-bottom: 1px solid #d0d0d0;
      transition: padding .3s ease-out; }
      .block-list-and-checkboxes .filter-checks:after {
        content: "";
        display: block;
        height: 1px;
        width: 200%;
        position: absolute;
        bottom: -1px;
        left: -50%;
        background-color: #d0d0d0; }
      .block-list-and-checkboxes .filter-checks.active {
        padding-top: 55px; }
        .block-list-and-checkboxes .filter-checks.active h6:after {
          height: 0; }
      .block-list-and-checkboxes .filter-checks h6 {
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
        z-index: 1;
        letter-spacing: .8px;
        width: 100%; }
        .block-list-and-checkboxes .filter-checks h6:before, .block-list-and-checkboxes .filter-checks h6:after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          background-color: #003E45;
          transform: translate(0, -50%);
          transition: all .3s ease-out; }
        .block-list-and-checkboxes .filter-checks h6:before {
          right: 0;
          width: 16px;
          height: 2px; }
        .block-list-and-checkboxes .filter-checks h6:after {
          right: 7px;
          height: 16px;
          width: 2px; }
    .block-list-and-checkboxes form {
      padding-top: 18px; }
      .block-list-and-checkboxes form > div {
        margin-top: 21px; }
      .block-list-and-checkboxes form input[type="checkbox"] {
        width: 30px;
        height: 30px;
        margin-top: -5px !important;
        margin-right: 0 !important;
        position: absolute !important; }
        .block-list-and-checkboxes form input[type="checkbox"]:checked + label:after {
          border-color: #003E45; }
      .block-list-and-checkboxes form label {
        color: #313131;
        font-size: 1rem;
        line-height: 1.5em;
        margin-left: 35px; }
        .block-list-and-checkboxes form label:after {
          width: 30px;
          height: 30px;
          border: 2px solid #ADADAD;
          border-radius: 50%;
          top: -5px;
          left: -50px; }
        .block-list-and-checkboxes form label:before {
          left: -39px;
          top: 2px;
          width: 8px;
          height: 14px; }
      .block-list-and-checkboxes form .form-check {
        padding-left: 16px;
        padding-top: 7px;
        padding-bottom: 43px; }
    .block-list-and-checkboxes + #block-signup-banner {
      margin-top: 30px; }
    .block-list-and-checkboxes .announcements-block div {
      padding: 27px 20px 23px 20px; } }
@media (max-width: 575.98px) {
  .block-list-and-checkboxes .row:not(.outer-row) > div:last-child {
    padding-left: 0;
    padding-right: 0; }
    .block-list-and-checkboxes .row:not(.outer-row) > div:last-child h2, .block-list-and-checkboxes .row:not(.outer-row) > div:last-child h2 + a {
      padding-left: 36px;
      padding-right: 36px; }
    .block-list-and-checkboxes .row:not(.outer-row) > div:last-child h2 + a:before, .block-list-and-checkboxes .row:not(.outer-row) > div:last-child h2 + a:after {
      right: 32px; }
  .block-list-and-checkboxes .jobs-block {
    margin-left: -15px !important;
    margin-right: -15px !important; }
  .block-list-and-checkboxes .filter-checks h6 {
    padding-left: 36px;
    padding-right: 36px; }
  .block-list-and-checkboxes .filter-checks h6:before {
    right: 36px; }
  .block-list-and-checkboxes .filter-checks h6:after {
    right: 43px; }
  .block-list-and-checkboxes form .form-check {
    margin-left: 36px;
    margin-right: 36px; }
  .block-list-and-checkboxes .keyword-input {
    margin-bottom: 42px; } }
@media (min-width: 992px) {
  .block-list-and-checkboxes .filter-checks {
    height: auto !important; }
    .block-list-and-checkboxes .filter-checks a:first-child {
      cursor: text;
      pointer-events: none; }
  .block-list-and-checkboxes form div > div.form-check-inline {
    display: inline-flex !important;
    margin-right: 0 !important; }
    .block-list-and-checkboxes form div > div.form-check-inline + .form-check-inline {
      margin-left: 36px; }
    .block-list-and-checkboxes form div > div.form-check-inline input[type="checkbox"] {
      margin-right: 0;
      margin-top: -3px; } }

#contactPanel {
  position: fixed;
  top: 55px;
  right: 0;
  z-index: 9;
  background-color: rgba(55, 150, 154, 0.9);
  padding-left: 36px;
  width: 100%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  margin-top: 0 !important; }
  #contactPanel:not(.active) {
    transition: right 0.3s ease-out; }
    #contactPanel:not(.active):hover {
      right: 10px; }
  #contactPanel.active {
    transform: translate(0, 0); }
  #contactPanel.mailSent .contactForm {
    padding-bottom: 0;
    height: 100vh; }
    #contactPanel.mailSent .contactForm h2.h3 {
      font-size: 1.875rem;
      line-height: 1.333em;
      margin-bottom: 21px;
      display: block; }
    #contactPanel.mailSent .contactForm div {
      display: none !important; }
    #contactPanel.mailSent .contactForm p {
      color: white;
      max-width: 550px; }
  #contactPanel .button {
    position: absolute;
    top: 40vh;
    left: 0;
    transform: translate(-100%, -50%);
    text-transform: uppercase;
    font-weight: bold;
    font-size: .875rem;
    line-height: 1.714em;
    color: white;
    background-color: #37969A;
    border-radius: 10px 10px 0px 0px;
    transform: rotate(-90deg);
    transform-origin: left bottom;
    padding: 11px 19px 11px 15px;
    overflow: hidden;
    cursor: pointer; }
    #contactPanel .button span {
      display: inline-block;
      width: 27px;
      height: 19px;
      background: url(../img/mail.svg) no-repeat center center;
      background-size: contain;
      transform: translate(0, 4px);
      position: relative;
      top: 0;
      left: 0;
      margin-right: 32px; }
      #contactPanel .button span:before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 1px;
        height: 100px;
        background-color: white;
        left: 45px;
        top: -20px; }
  #contactPanel .contactForm {
    padding-right: 36px;
    padding-bottom: 50px;
    overflow-y: scroll; }
  #contactPanel #closeContactPanel {
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
    top: 0;
    left: 100%;
    transform: translate(-100%, 0);
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 6px; }
    #contactPanel #closeContactPanel:before, #contactPanel #closeContactPanel:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      background-color: white;
      height: 3px;
      width: 130%;
      transform-origin: center center; }
    #contactPanel #closeContactPanel:before {
      transform: translate(-50%, -50%) rotate(45deg); }
    #contactPanel #closeContactPanel:after {
      transform: translate(-50%, -50%) rotate(-45deg); }
  #contactPanel h2 {
    color: white;
    display: none; }
  #contactPanel label {
    color: white; }
  #contactPanel form {
    padding-bottom: 50px; }
  #contactPanel .wpcf7-submit {
    background-color: #FFD800;
    color: #003E45;
    border: none; }
  #contactPanel .wpcf7-response-output {
    color: #FEFEFE; }
  @media (max-width: 767.98px) {
    #contactPanel .contactForm .form-group {
      margin-bottom: 33px; }
    #contactPanel .button {
      top: auto;
      bottom: 60px;
      font-size: 0;
      transform: translate(-100%, 0) rotate(0deg);
      padding: 15px 12px 15px 15px;
      border-radius: 10px 0px 0px 10px; }
      #contactPanel .button span {
        margin-right: 0;
        transform: translate(0, 0); }
        #contactPanel .button span:before {
          display: none; } }
  @media (min-width: 768px) {
    #contactPanel {
      padding-left: 0; }
      #contactPanel .contactForm {
        padding-right: calc((100vw - 720px) / 2 + 15px);
        padding-left: calc((100vw - 720px) / 2 + 15px); } }
  @media (min-width: 992px) {
    #contactPanel {
      width: calc(100% * (2/3));
      padding-left: 81px; }
      #contactPanel .contactForm {
        padding-right: calc((100vw - 960px) / 2 + 15px);
        padding-left: 0; }
      #contactPanel #closeContactPanel {
        margin-top: 30px;
        margin-bottom: 20px; }
      #contactPanel h2 {
        display: block;
        margin-bottom: 30px; }
      #contactPanel .messageGroup + p {
        margin-top: 40px !important; } }
  @media (min-width: 1367px) {
    #contactPanel .contactForm {
      padding-right: calc((100vw - 1300px) / 2 + 9px); }
    #contactPanel #closeContactPanel {
      margin-top: 50px;
      margin-bottom: 100px; }
    #contactPanel h2 {
      margin-bottom: 58px; } }

#searchform {
  transform: translate(0, -1px); }
  #searchform label {
    display: none; }
  #searchform input[type="text"] {
    width: 0;
    border: 0;
    opacity: 0;
    transition: all .4s ease-out;
    border: 1px solid #d0d0d0;
    background-color: white;
    position: relative;
    top: 4px;
    left: 0;
    font-size: 14px;
    color: #d0d0d0;
    transform: translate(0, 1px);
    padding-top: 4px;
    padding-bottom: 3px; }
  #searchform #searchsubmit {
    width: 16px;
    height: 16px;
    font-size: 0px;
    border: none;
    background: url(../img/slcida_searchicon.svg) no-repeat center center;
    background-size: contain;
    position: relative;
    top: 0;
    left: 0; }
  #searchform.active input[type="text"] {
    opacity: 1;
    width: 100px;
    padding-left: 13px;
    padding-right: 30px;
    margin-right: -27px;
    width: 190px; }

.alert-banner {
  display: none; }

body.has-alert .alert-banner {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11; }
  body.has-alert .alert-banner p {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    padding-left: 48px; }
  body.has-alert .alert-banner p {
    margin-bottom: 0;
    font-weight: bold;
    color: #FFD800;
    font-size: .875rem;
    line-height: 1.429em;
    padding-top: 18px;
    padding-bottom: 18px; }
  body.has-alert .alert-banner a {
    font-weight: bold;
    text-decoration: underline;
    color: inherit; }
  body.has-alert .alert-banner p:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: url("../img/SLCIDA_alerticon_yellow.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%); }
  @media (max-width: 767.98px) {
    body.has-alert .alert-banner p {
      text-align: left;
      padding-top: 10px;
      padding-bottom: 8px; } }
  @media (min-width: 768px) {
    body.has-alert .alert-banner p, body.has-alert .alert-banner p a {
      font-size: 1rem;
      line-height: 1.5em; } }

.other-projects .row > div > div {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  padding-top: 40px;
  padding-left: 25px;
  padding-right: 25px; }
  .other-projects .row > div > div:before, .other-projects .row > div > div:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1; }
  .other-projects .row > div > div:before {
    height: 100%;
    background: #003E45 url(../img/moduleCurves/downloadBlock.svg) no-repeat right bottom;
    background-size: contain; }
  .other-projects .row > div > div:after {
    height: 13px;
    background-color: #BDD4D4; }
  .other-projects .row > div > div * {
    color: #FEFEFE; }
  .other-projects .row > div > div h3 {
    margin-bottom: 10px; }
    .other-projects .row > div > div h3 A {
      color: #FFD800;
      font-weight: 500;
      font-size: 1rem;
      text-transform: initial;
      float: right; }
  .other-projects .row > div > div h4 {
    font-size: 1.5rem;
    line-height: 1.5em;
    margin-bottom: 7px; }
  .other-projects .row > div > div .btn {
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 45px; }
    .other-projects .row > div > div .btn:hover {
      color: #FFD800;
      font-weight: bold; }
@media (min-width: 768px) {
  .other-projects .row > div > div {
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px; }
    .other-projects .row > div > div h3, .other-projects .row > div > div h4, .other-projects .row > div > div p {
      padding-left: 6px; }
    .other-projects .row > div > div h3 {
      margin-bottom: 17px; }
    .other-projects .row > div > div h4 {
      margin-bottom: 13px; }
    .other-projects .row > div > div .btn {
      margin-top: 18px;
      margin-bottom: 66px; } }

.block-fwstats {
  padding: 0 0 100px 0;
  background-color: #37969a;
  position: relative;
  overflow: hidden;
  background-image: url(../img/moduleCurves/quoteshortWhite.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain; }
  .block-fwstats.blue {
    background-color: #015270; }
  .block-fwstats.smallerHeaderNoBar {
    background-image: url("../img/moduleCurves/full-width-stats-elipses.png");
    background-size: contain;
    background-position: right bottom;
    margin-bottom: 80px; }
    .block-fwstats.smallerHeaderNoBar h3 {
      padding-top: 0; }
      .block-fwstats.smallerHeaderNoBar h3:before {
        content: "";
        display: none; }
  .block-fwstats H3 {
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-top: 36px; }
    .block-fwstats H3:before {
      position: absolute;
      content: " ";
      display: block;
      width: 182px;
      height: 10px;
      background-color: #FFF;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
  .block-fwstats H4 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #FFFFFF; }
  .block-fwstats img {
    width: 100%;
    height: auto;
    margin-bottom: 45px; }
  @media (min-width: 768px) {
    .block-fwstats {
      padding: 80px 0;
      background-image: none; }
      .block-fwstats IMG {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: auto;
        max-width: 44vw;
        object-fit: cover;
        margin-bottom: 0; }
      .block-fwstats.imageLeft .row {
        flex-direction: row-reverse; }
      .block-fwstats.imageLeft IMG {
        right: auto;
        left: 0; } }
  @media (min-width: 992px) {
    .block-fwstats H3 {
      font-size: 55px;
      line-height: 70px;
      padding-top: 50px; }
    .block-fwstats.smallerHeaderNoBar h3 {
      padding-top: 0;
      font-size: 40px;
      line-height: 50px; } }
  .block-fwstats + .stripeGray {
    margin-top: 0 !important; }

.stripeGray + .block-fwstats {
  margin-top: -50px; }
  @media (min-width: 768px) {
    .stripeGray + .block-fwstats {
      margin-top: -80px; } }

.icons-block {
  padding-top: 40px;
  padding-bottom: 80px; }
  .icons-block .icon-card {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .icons-block .icon-image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #015270;
    margin: 0 auto 18px;
    text-align: center; }
    .icons-block .icon-image IMG {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      max-width: 64%; }
  .icons-block H5 {
    font-size: 14px;
    line-height: 1.5;
    color: #003E45;
    text-transform: uppercase;
    font-weight: 600;
    hyphens: auto; }
  @media (min-width: 768px) {
    .icons-block .icon-image {
      width: 90px;
      height: 90px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .icons-block .icon-image IMG {
      width: 50%;
      height: auto; } }
  @media (min-width: 1367px) {
    .icons-block .icon-image {
      width: 78px;
      height: 78px; } }

.text-block-one + .icons-block {
  padding-top: 0; }

.block-text-image-grid .gridRow {
  padding-top: 20px; }
.block-text-image-grid .gridRow [class*='col-'] {
  display: flex;
  flex-flow: column; }
.block-text-image-grid img {
  width: 100%;
  height: auto; }
.block-text-image-grid .buttons a {
  background-color: #37969A;
  border-color: #37969A; }
.block-text-image-grid .grid-content {
  background-color: #F2F7F7;
  padding: 32px 36px 25px 36px;
  height: 100%; }
.block-text-image-grid h3, .block-text-image-grid h4 {
  color: #015270; }
.block-text-image-grid h4 {
  margin-bottom: 12px; }
@media (max-width: 991.98px) {
  .block-text-image-grid .grid-content {
    margin-bottom: 30px; }
  .block-text-image-grid .gridRow {
    padding-top: 10px; } }
@media (max-width: 767.98px) {
  .block-text-image-grid {
    margin-top: 50px;
    margin-bottom: 50px; } }
@media (min-width: 992px) {
  .block-text-image-grid .gridRow [class*='col-'] + [class*='col-']:not(:nth-of-type(2)) {
    margin-top: 30px; } }

.block-accordion .acc_title {
  background-color: #015270;
  border: none;
  display: block;
  padding: 20px 80px 20px 30px;
  width: 100%;
  color: white;
  text-align: left;
  margin: 0;
  position: relative;
  top: 0;
  left: 0; }
  .block-accordion .acc_title:nth-of-type(odd) {
    background-color: #37969A; }
  .block-accordion .acc_title span {
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%) scaleY(-1);
    height: 12px;
    width: 30px;
    background: url(../img/arrow-up-white.svg) no-repeat center center;
    background-size: contain;
    pointer-events: none;
    transition: transform .2s ease-out; }
  .block-accordion .acc_title.down span {
    transform: translate(0, -50%) scaleY(1); }
.block-accordion .acc_content {
  background-color: #F2F7F7;
  padding: 30px 30px 45px 30px; }
  .block-accordion .acc_content:not(:first-of-type) {
    display: none; }
.block-accordion .images_and_links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .block-accordion .images_and_links .ial_item {
    margin-top: 36px; }
    .block-accordion .images_and_links .ial_item img {
      width: auto;
      max-width: 100%;
      height: auto;
      max-height: 143px; }
    .block-accordion .images_and_links .ial_item a {
      font-weight: bold;
      display: block;
      text-align: center;
      margin-top: 12px; }
@media (max-width: 767.98px) {
  .block-accordion {
    margin-top: 50px;
    margin-bottom: 50px; } }
@media (min-width: 992px) {
  .block-accordion .images_and_links .ial_item {
    width: calc((100% / 3) - (40px / 3)); }
    .block-accordion .images_and_links .ial_item + .ial_item:not(:nth-child(3n+1)) {
      margin-left: 20px; }
    .block-accordion .images_and_links .ial_item:nth-child(1), .block-accordion .images_and_links .ial_item:nth-child(2), .block-accordion .images_and_links .ial_item:nth-child(3) {
      margin-top: 0; } }

.block-mapWithSidebar h2 {
  text-align: center;
  margin-bottom: 52px; }
.block-mapWithSidebar .flexParent {
  display: flex;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0px 0px 7.3247px rgba(0, 0, 0, 0.05), 0px 36.6235px 51.2729px rgba(0, 0, 0, 0.03);
  max-height: 624px; }
.block-mapWithSidebar .map-holder {
  width: 69%; }
  .block-mapWithSidebar .map-holder .acf-map {
    height: 100%; }
  .block-mapWithSidebar .map-holder .gm-style-mtc, .block-mapWithSidebar .map-holder .gm-style-cc, .block-mapWithSidebar .map-holder button.gm-ui-hover-effect {
    display: none !important; }
  .block-mapWithSidebar .map-holder .gm-style .gm-style-iw-c {
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15) !important;
    border: 3px solid #489DE7;
    border-radius: 0 !important;
    padding: 24px 18px 27px 18px;
    width: 280px;
    top: 26px !important; }
  .block-mapWithSidebar .map-holder .gm-style .gm-style-iw-t:after {
    border-left: 3px solid #489DE7;
    border-bottom: 3px solid #489DE7;
    top: 25px !important;
    width: 20px !important;
    height: 20px !important; }
  .block-mapWithSidebar .map-holder .subLocation + .subLocation {
    padding-top: 18px; }
  .block-mapWithSidebar .map-holder .subLocation p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: black;
    text-transform: uppercase;
    margin-bottom: 0; }
  .block-mapWithSidebar .map-holder .subLocation .subLocationLinks {
    display: flex;
    padding-top: 4px; }
    .block-mapWithSidebar .map-holder .subLocation .subLocationLinks a {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 12px;
      line-height: 20px;
      color: #489EE9; }
    .block-mapWithSidebar .map-holder .subLocation .subLocationLinks a + a {
      padding-left: 10px; }
.block-mapWithSidebar .location-list {
  width: 31%;
  display: flex;
  flex-flow: column;
  position: relative;
  top: 0;
  left: 0; }
  .block-mapWithSidebar .location-list:after {
    content: "";
    background: linear-gradient(181.28deg, rgba(255, 255, 255, 0) 17.39%, rgba(133, 139, 142, 0.53) 98.91%);
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 15%;
    pointer-events: none; }
  .block-mapWithSidebar .location-list h5 {
    font-size: 23px;
    letter-spacing: 0;
    padding-top: 34px;
    padding-bottom: 3px; }
  .block-mapWithSidebar .location-list h5, .block-mapWithSidebar .location-list .location {
    padding-left: 35px;
    padding-right: 35px; }
  .block-mapWithSidebar .location-list .location {
    display: block;
    width: 100%;
    border: none;
    border-top: 1px solid #EFEFEF;
    background-color: transparent;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: left;
    padding-top: 22px;
    padding-bottom: 22px; }
    .block-mapWithSidebar .location-list .location:hover, .block-mapWithSidebar .location-list .location.active {
      background-color: #EFEFEF; }
    .block-mapWithSidebar .location-list .location span {
      color: #20516D;
      font-size: 23.44px;
      line-height: 29.3px;
      display: block;
      padding-bottom: 7px; }
  .block-mapWithSidebar .location-list .location-list-scroll {
    position: relative;
    top: 0;
    left: 0;
    overflow-y: scroll; }
@media (max-width: 991.98px) {
  .block-mapWithSidebar .flexParent {
    flex-flow: column;
    max-height: 740px; }
  .block-mapWithSidebar .map-holder, .block-mapWithSidebar .location-list {
    width: 100%; }
  .block-mapWithSidebar .map-holder .acf-map {
    height: 400px; }
  .block-mapWithSidebar .location-list {
    height: 340px; }
    .block-mapWithSidebar .location-list:after {
      display: none; }
    .block-mapWithSidebar .location-list h5 {
      margin-bottom: 12px;
      padding-bottom: 0; }
    .block-mapWithSidebar .location-list .location {
      font-size: 16px;
      line-height: 22px;
      padding-top: 11px;
      padding-bottom: 11px; }
      .block-mapWithSidebar .location-list .location span {
        font-size: 20px;
        line-height: 1.2em;
        padding-bottom: 5px; } }
@media (max-width: 767.98px) {
  .block-mapWithSidebar {
    margin-bottom: 50px !important; }
    .block-mapWithSidebar h2 {
      font-size: 1.25rem;
      line-height: 1.2em;
      margin-bottom: 24px; }
    .block-mapWithSidebar .flexParent {
      max-height: 690px; }
    .block-mapWithSidebar .map-holder .acf-map {
      height: 395px; }
    .block-mapWithSidebar .location-list {
      height: 295px; }
      .block-mapWithSidebar .location-list h5 {
        font-size: 18px;
        line-height: 20px;
        padding: 28px 16px 0px 16px; }
      .block-mapWithSidebar .location-list .location {
        font-size: 14px;
        line-height: 20px;
        padding: 16px; }
        .block-mapWithSidebar .location-list .location span {
          font-size: 16px;
          line-height: 20px; } }

.block-image-cards h2 {
  margin-bottom: 52px; }
.block-image-cards h5 {
  color: #000; }
@media (max-width: 767.98px) {
  .block-image-cards {
    margin-bottom: 50px !important; }
    .block-image-cards h2 {
      font-size: 1.25rem;
      line-height: 1.2em;
      margin-bottom: 24px; }
    .block-image-cards .container .row > [class*="col-"] {
      text-align: center; }
    .block-image-cards img {
      margin-bottom: 0 !important; }
    .block-image-cards .d-block {
      margin-bottom: 27px !important; }
    .block-image-cards h5 {
      margin-top: 11px; } }

.grid-columns--three {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3; }

.grid-columns--four {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 40px);
  margin-left: -20px; }
  .grid-columns--four > div {
    width: calc(25% - 40px);
    margin-right: 20px;
    margin-left: 20px; }

.block-bullet-columns h4 {
  color: #20516D;
  margin-bottom: 24px; }
.block-bullet-columns .fake-bullet {
  font-size: 12px;
  line-height: 20px;
  padding-left: 20px;
  margin-bottom: 32px;
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%; }
  .block-bullet-columns .fake-bullet:before {
    content: '';
    background-color: #313131;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 10px;
    left: 0; }
  .block-bullet-columns .fake-bullet A {
    font-size: 16px;
    line-height: 27px;
    color: #489EE9;
    font-weight: 500; }
    .block-bullet-columns .fake-bullet A:hover {
      color: #266386; }
  .block-bullet-columns .fake-bullet > div {
    text-indent: 0;
    font-weight: 500; }

@media (max-width: 1366.98px) {
  .grid-columns--three {
    column-count: 2; } }
@media (max-width: 991.98px) {
  .grid-columns--four > div {
    width: calc(50% - 40px); } }
@media (max-width: 767.98px) {
  .grid-columns--four {
    width: 100%;
    margin-left: 0; }
    .grid-columns--four > div {
      width: 100%; }

  .block-bullet-columns {
    margin-top: 50px;
    margin-bottom: 50px !important;
    padding-top: 0 !important; }
    .block-bullet-columns h2 {
      font-size: 1.25rem;
      line-height: 1.2em;
      margin-bottom: 12px !important; }
    .block-bullet-columns h4 {
      margin-bottom: 24px;
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 20px;
      margin-top: 24px;
      text-align: center; }
    .block-bullet-columns .fake-bullet {
      margin: 12px 0 0 0; }

  .grid-columns--three {
    column-count: unset; } }
.block-iconSlider h2 {
  margin-bottom: 63px;
  text-align: center; }
.block-iconSlider .imageCont, .block-iconSlider .imageCont a {
  height: 110px;
  display: flex;
  width: 100%; }
.block-iconSlider img {
  margin: auto;
  max-width: calc(100% - 40px);
  filter: grayscale(1);
  transition: filter 0.15s ease-in-out; }
.block-iconSlider h5 {
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: normal;
  text-align: center;
  padding: 20px 0 0 0;
  margin: 0;
  transition: color 0.15s ease-in-out;
  font-weight: 500; }
.block-iconSlider .carousel-cell {
  width: 25%; }
  .block-iconSlider .carousel-cell:hover img {
    filter: grayscale(0); }
  .block-iconSlider .carousel-cell:hover a h5 {
    color: #20516D; }
.block-iconSlider .flickity-button-icon {
  display: none; }
.block-iconSlider .flickity-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 46px;
  background: url(../img/arrow-iconSlider.svg) no-repeat center center;
  background-size: contain; }
.block-iconSlider .flickity-button.previous {
  transform: translate(calc(-100% - 20px), -50%); }
  .block-iconSlider .flickity-button.previous:after {
    transform: translate(-50%, -50%) scaleX(-1); }
.block-iconSlider .flickity-button.next {
  transform: translate(calc(100% + 20px), -50%); }
@media (max-width: 991.98px) {
  .block-iconSlider h2 {
    margin-bottom: 54px; }
  .block-iconSlider .carousel-cell {
    width: 50%; } }
@media (max-width: 767.98px) {
  .block-iconSlider {
    margin-bottom: 50px !important; }
    .block-iconSlider h2 {
      font-size: 1.25rem;
      line-height: 1.2em;
      margin-bottom: 15px; } }
@media (max-width: 575.98px) {
  .block-iconSlider .carousel-cell {
    width: 100%; }
  .block-iconSlider .flickity-enabled {
    width: calc(100% - 24px);
    margin-left: 12px; }
  .block-iconSlider .flickity-button.previous {
    transform: translate(-100%, -90%); }
  .block-iconSlider .flickity-button.next {
    transform: translate(100%, -90%); } }

#home-hero {
  position: relative;
  top: 0;
  left: 0; }
  #home-hero .video-trigger:after {
    content: " ";
    background: url("../img/play-button.svg") center/contain no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: -9px; }
  #home-hero img {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    z-index: 2;
    object-fit: cover; }
  #home-hero #homeTheaterVideo {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    height: calc(100% - 55px);
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease-out, z-index .3s linear; }
    #home-hero #homeTheaterVideo.show {
      opacity: 1;
      z-index: 4;
      transition: opacity .3s ease-out, z-index 0s linear; }
    #home-hero #homeTheaterVideo .close {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      color: #FEFEFE;
      padding: 1rem; }
    #home-hero #homeTheaterVideo video {
      width: 100%;
      height: 100%;
      position: relative;
      top: 0;
      left: 0;
      background-color: black;
      object-fit: cover; }
  #home-hero .btn-link {
    padding: 0; }
  #home-hero.jumbotron {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
    left: 0; }
    #home-hero.jumbotron:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 20vw;
      background-color: #b0ddfe; }
  #home-hero img, #home-hero #homeTheaterVideo {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 6vw), 84% calc(100% - 4vw), 50% 98%, 16% calc(100% - 4vw), 0% calc(100% - 6vw));
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 6vw), 84% calc(100% - 4vw), 50% 98%, 16% calc(100% - 4vw), 0% calc(100% - 6vw)); }
  #home-hero #theaterBackground .collar {
    background-image: url(../img/SLCIDA_homepage_artwork.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    z-index: 5;
    pointer-events: none; }
  @media (max-width: 575.98px) {
    #home-hero .collar {
      height: 92vw; }
    #home-hero img {
      height: calc((100vw * .8667) - 0px); }
    #home-hero #homeTheaterVideo {
      height: calc((100vw * .8667) - 55px); }
    #home-hero #theaterBackground {
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    #home-hero .collar {
      position: relative;
      top: 0;
      left: -2px;
      width: calc(100% + 5px); }
    #home-hero .container {
      padding-top: 33px; }
    #home-hero .lead {
      padding-top: 8px;
      margin-bottom: 14px; }
    #home-hero .video-trigger {
      border: none; } }
  @media (min-width: 576px) {
    #home-hero {
      height: 102vh;
      margin-bottom: 104px !important; }
    #home-hero #theaterBackground, #home-hero #theaterBackground .collar {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    #home-hero .container {
      position: relative;
      top: 50%;
      left: 0;
      transform: translate(0, -50%);
      z-index: 3; }
    #home-hero h1, #home-hero .lead, #home-hero .btn-link {
      color: #FFF;
      text-shadow: 0px 3px 6px #00000029; }
    #home-hero h1 {
      margin-bottom: 8px; }
    #home-hero .lead {
      margin-bottom: 22px; }
    #home-hero img {
      top: 15px;
      height: calc(100% - 15px); }
    #home-hero video {
      height: calc(100% - 55px);
      top: 55px; } }
@media only screen and (min-width: 768px) and (min-height: 700px) {
  #home-hero {
    height: calc(100vh - 100px); } }
@media only screen and (min-width: 768px) and (max-height: 699px) {
  #home-hero {
    height: calc(100vh - 50px); } }
  @media (min-width: 768px) {
    #home-hero img {
      object-position: center -4vw; }
    #home-hero .lead {
      font-size: 30px; }
    #home-hero .btn-link {
      font-size: 16px;
      color: #FFF;
      font-weight: 600; }
    #home-hero .container {
      top: 54%; } }
  @media (min-width: 992px) {
    #home-hero #homeTheaterVideo {
      height: calc(100% - 122px);
      top: 122px; }
    #home-hero img {
      object-position: center 3vw; }
    #home-hero h1 {
      font-size: 70px; } }
@media only screen and (min-width: 992px) and (max-height: 800px) {
  #home-hero .container {
    top: calc(50% + 5vw); } }

  @media (min-width: 1367px) {
    #home-hero img {
      object-position: center top; }
    #home-hero .container {
      top: 54%; } }
@media only screen and (min-width: 1367px) and (max-height: 850px) {
  #home-hero .container {
    top: calc(47% + 4vw); } }

#block-intro-home h1, #block-intro-home p {
  text-align: center; }
#block-intro-home h1 {
  margin-bottom: 35px; }
@media (min-width: 992px) {
  #block-intro-home p {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.26px;
    color: #343434;
    font-weight: 500; } }

.block-downloads {
  position: relative;
  top: 0;
  left: 0;
  padding-top: 10px;
  background: #003E45;
  padding: 38px 20px 16px 20px;
  margin-bottom: 49px; }
  .block-downloads:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #BDD4D4; }
  .block-downloads h3 {
    color: #FEFEFE;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif; }
  .block-downloads div {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: -16px;
    margin-right: -16px; }
    .block-downloads div a {
      color: #FFD800;
      padding-left: 16px;
      padding-right: 16px; }
      .block-downloads div a:after {
        background: url(../img/download-arrow-yellow.svg) no-repeat center center; }
  @media (min-width: 768px) {
    .block-downloads {
      padding: 38px 33px 16px 33px; }
      .block-downloads h3 {
        margin-bottom: 40px; } }
  @media (min-width: 1367px) {
    .block-downloads div {
      justify-content: space-between; } }

#block-contact .row > div:first-child p a, #contactPanel .row > div:first-child p a {
  color: inherit; }
#block-contact form, #contactPanel form {
  padding-top: 27px; }
  #block-contact form label, #contactPanel form label {
    margin-bottom: 3px; }
    #block-contact form label:after, #contactPanel form label:after {
      content: "*";
      color: #FD5D27;
      padding-left: 4px; }
  #block-contact form p, #contactPanel form p {
    margin-bottom: 0; }
#block-contact .form-control, #contactPanel .form-control {
  border: 1px solid #DDDDDD;
  color: #313131; }
  #block-contact .form-control[type='text'], #block-contact .form-control[type='email'], #contactPanel .form-control[type='text'], #contactPanel .form-control[type='email'] {
    height: calc(1.5em + 0.75rem + 4px); }
  #block-contact .form-control.wpcf7-not-valid, #contactPanel .form-control.wpcf7-not-valid {
    background: rgba(255, 29, 0, 0.14);
    border-color: #FF1D00; }
#block-contact .wpcf7-form-control-wrap, #contactPanel .wpcf7-form-control-wrap {
  top: 0;
  left: 0;
  display: block; }
#block-contact .wpcf7-not-valid-tip, #contactPanel .wpcf7-not-valid-tip {
  color: #FF1D00;
  line-height: 1.188em;
  display: block;
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  margin-top: 7px;
  padding-bottom: 2px; }
#block-contact .wpcf7-not-valid, #contactPanel .wpcf7-not-valid {
  color: #FEFEFE !important; }
#block-contact .messageGroup, #contactPanel .messageGroup {
  margin-bottom: 20px !important; }
#block-contact textarea + .wpcf7-not-valid-tip, #contactPanel textarea + .wpcf7-not-valid-tip {
  position: relative;
  top: 9px;
  padding-bottom: 12px; }
#block-contact input[type='submit'], #contactPanel input[type='submit'] {
  margin-bottom: 0 !important; }
@media (max-width: 991.98px) {
  #block-contact, #contactPanel {
    margin-top: 50px; }
  #block-contact .form, #contactPanel .form {
    padding-top: 21px; } }
@media (max-width: 767.98px) {
  #block-contact, #contactPanel {
    margin-top: 27px; } }
@media (max-width: 575.98px) {
  #block-contact .col, #contactPanel .col {
    flex: 0 100%; } }
@media (min-width: 768px) {
  #block-contact .form-group, #contactPanel .form-group {
    margin-bottom: 43px; }
  #block-contact .form-row, #contactPanel .form-row {
    margin-right: -15px;
    margin-left: -15px; }
    #block-contact .form-row .col, #contactPanel .form-row .col {
      padding-right: 15px;
      padding-left: 15px; }
  #block-contact .wpcf7-not-valid-tip, #contactPanel .wpcf7-not-valid-tip {
    position: absolute;
    top: 48px;
    margin-top: 0;
    padding-bottom: 0; } }
@media (min-width: 992px) {
  #block-contact form, #contactPanel form {
    padding-top: 0; }
  #block-contact .row > div:first-child p:first-child, #contactPanel .row > div:first-child p:first-child {
    margin-bottom: 56px; } }

#block-address {
  margin-top: 8px;
  margin-bottom: 40px; }
  #block-address .row > div p a {
    color: inherit; }
  @media (min-width: 768px) {
    #block-address {
      margin-top: 35px;
      margin-bottom: 70px; }
      #block-address .row > div:first-child p:first-child {
        margin-bottom: 56px; } }

#block-sector-intro h2 {
  margin-bottom: 16px; }
#block-sector-intro p {
  font-size: 1.125rem;
  line-height: 1.667em;
  letter-spacing: 0.26px;
  color: #343434;
  text-align: center;
  font-weight: 600; }
#block-sector-intro .container .row:last-child {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding-top: 24px; }
@media (max-width: 767.98px) {
  #block-sector-intro {
    margin-top: 0px;
    margin-bottom: 0px; }
    #block-sector-intro .container .row:first-child {
      padding-bottom: 13px; }
    #block-sector-intro .container .row:last-child {
      flex-wrap: wrap;
      overflow: hidden;
      position: relative;
      top: 0;
      left: 0;
      padding-top: 56px;
      height: 56px; }
      #block-sector-intro .container .row:last-child.active a.active:after {
        transform: translate(0, 50%) rotate(45deg); }
    #block-sector-intro a {
      display: block;
      width: 100%;
      color: #343434;
      font-size: 1rem;
      line-height: 1.313em;
      border-bottom: 1px solid #E5E4E5;
      background-color: #F4F4F4;
      padding: 20px 0 15px 36px; }
      #block-sector-intro a.active {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #65989A;
        border-bottom: none;
        color: #FEFEFE; }
        #block-sector-intro a.active:after {
          content: "";
          position: absolute;
          right: 36px;
          top: calc(50% - 2px);
          width: 7px;
          height: 7px;
          transform: translate(0, 0) rotate(225deg);
          transform-origin: center center;
          border-top: 1px solid #FEFEFE;
          border-left: 1px solid #FEFEFE; } }
@media (min-width: 768px) {
  #block-sector-intro p {
    font-size: 26px;
    line-height: 40px; }
  #block-sector-intro .row {
    height: auto !important; }
  #block-sector-intro a {
    color: #003E45;
    border: 1px solid #003E45;
    font-size: 1.125rem;
    line-height: 1.3em;
    padding: 12px 31px;
    border-radius: 24px;
    transition: all .2s ease-out;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px; }
    #block-sector-intro a:hover, #block-sector-intro a.active {
      font-weight: bold;
      color: #FEFEFE;
      background-color: #003E45; } }

#block-sector-fullImage {
  position: relative;
  top: 0;
  left: 0; }
  #block-sector-fullImage img {
    width: 100%;
    height: auto; }
  #block-sector-fullImage div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    #block-sector-fullImage div:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      background-color: #015270;
      opacity: .2; }
  #block-sector-fullImage h3 {
    color: #FEFEFE;
    font-size: 2.5rem;
    line-height: 1.2em;
    padding: 0 36px;
    text-align: center;
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0, -50%); }
  @media (max-width: 767.98px) {
    #block-sector-fullImage {
      margin-top: 50px; } }
  @media (min-width: 576px) {
    #block-sector-fullImage h3 {
      font-size: 4rem; } }
  @media (min-width: 768px) {
    #block-sector-fullImage img {
      max-height: 70vh;
      object-fit: cover; } }
  @media (min-width: 992px) {
    #block-sector-fullImage h3 {
      font-size: 5rem; } }
  @media (min-width: 1367px) {
    #block-sector-fullImage h3 {
      font-size: 6.250rem; } }

#block-sector-detail {
  margin-top: 30px; }
  #block-sector-detail .row.statsImages {
    margin-bottom: 77px; }
    #block-sector-detail .row.statsImages div {
      position: relative;
      top: 0;
      left: 0; }
      #block-sector-detail .row.statsImages div:before {
        content: "";
        padding-bottom: 100%;
        display: block;
        box-shadow: 0px 3px 16px #00000029; }
      #block-sector-detail .row.statsImages div img {
        width: calc(100% - 72px);
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 36px; }
      #block-sector-detail .row.statsImages div p {
        text-align: center;
        position: absolute;
        padding-left: 36px;
        padding-right: 36px;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.375rem;
        line-height: 1.318em; }
        #block-sector-detail .row.statsImages div p strong {
          display: block;
          font-size: 3rem;
          line-height: 1.250em;
          font-family: "Montserrat", sans-serif;
          font-weight: 600;
          padding-top: 9px; }
  #block-sector-detail .row.statsImages div.bg-light-green:before {
    background-color: #BDD4D4; }
  #block-sector-detail .row.statsImages div.bg-light-green p {
    color: #015270; }
  #block-sector-detail .row.statsImages div.bg-blue:before {
    background-color: #015270; }
  #block-sector-detail .row.statsImages div.bg-blue p {
    color: #FEFEFE; }
  #block-sector-detail .row.statsImages div.bg-green:before {
    background-color: #003E45; }
  #block-sector-detail .row.statsImages div.bg-green p {
    color: #FEFEFE; }
  #block-sector-detail .row.statsImages div {
    background: none !important; }
  @media (max-width: 991.98px) {
    #block-sector-detail .row.statsImages {
      margin-bottom: 10px; }
      #block-sector-detail .row.statsImages div {
        width: 100%;
        flex: 0 0 50%;
        margin-bottom: 36px; } }
  @media (max-width: 767.98px) {
    #block-sector-detail {
      margin-bottom: 35px; }
      #block-sector-detail + #block-signup-banner {
        margin-top: 35px; }
      #block-sector-detail .row.statsImages div {
        width: 100%;
        flex: 0 0 100%; } }
  @media (min-width: 768px) {
    #block-sector-detail .row.statsImages {
      margin-top: calc(-100vw * .1); }
      #block-sector-detail .row.statsImages div img {
        width: calc(100% - 30px);
        left: 15px; } }
  @media (min-width: 992px) and (max-width: 1366.98px) {
    #block-sector-detail .row.statsImages div p strong {
      font-size: 2rem; } }

#block-facts-and-figures-intro h2 {
  margin-bottom: 16px; }
#block-facts-and-figures-intro p {
  font-size: 1.125rem;
  line-height: 1.667em; }

#block-facts-and-figures {
  background-color: #F2F7F7;
  padding-top: 40px;
  padding-bottom: 0px; }
  #block-facts-and-figures .row [class*='col-'] {
    margin-bottom: 40px; }
    #block-facts-and-figures .row [class*='col-'] div {
      box-shadow: 0px 3px 6px #00000029; }
    #block-facts-and-figures .row [class*='col-'] img {
      width: 100%;
      height: auto; }
  @media (min-width: 768px) {
    #block-facts-and-figures {
      padding-top: 80px;
      padding-bottom: 40px; } }

#block-search-results h1 {
  color: #015270;
  margin-bottom: 21px; }
#block-search-results .row > div > div {
  padding-top: 29px;
  padding-bottom: 9px;
  border-bottom: 1px solid #d0d0d0; }
  #block-search-results .row > div > div:last-child {
    border-bottom: 0; }
#block-search-results h3 {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  line-height: 1.3em; }
@media (max-width: 767.98px) {
  #block-search-results h3 {
    margin-bottom: 7px; } }
@media (min-width: 768px) {
  #block-search-results h1 {
    margin-bottom: 50px; }
  #block-search-results .row > div > div {
    padding-top: 42px;
    padding-bottom: 17px; } }

@media (max-width: 991.98px) {
  #block-agency-nav {
    background-color: #003E45;
    padding-top: 52px; }
    #block-agency-nav.sticky {
      position: fixed;
      left: 0;
      width: 100%;
      z-index: 5; }
      #block-agency-nav.sticky.stop {
        position: absolute; }
    #block-agency-nav .rowX {
      width: 100vw !important;
      overflow-x: scroll; }
    #block-agency-nav .row div {
      display: block !important;
      overflow: visible !important; }
    #block-agency-nav a {
      width: auto;
      font-size: 1rem;
      color: #FEFEFE;
      text-transform: uppercase;
      margin-left: 27px;
      text-align: center;
      padding-bottom: 16px;
      position: relative;
      top: 0;
      left: 0;
      white-space: nowrap; }
      #block-agency-nav a:first-child {
        margin-left: 0 !important; }
      #block-agency-nav a:after {
        content: "";
        display: block;
        transform: translate(-50%, 0);
        height: 3px;
        background-color: #FFD800;
        width: 0;
        position: absolute;
        bottom: 0;
        left: 50%;
        transition: all .2s ease-out; }
      #block-agency-nav a.lock {
        color: #FFD800; }
        #block-agency-nav a.lock:after {
          width: 100%; }
    #block-agency-nav #agencyCarousel:not(.lock) a.is-selected {
      color: #FFD800; }
      #block-agency-nav #agencyCarousel:not(.lock) a.is-selected:after {
        width: 100%; } }
@media (min-width: 576px) {
  #block-agency-nav a {
    font-size: 1rem; }
  #block-agency-nav .row #agencyCarousel {
    width: 100%;
    display: flex;
    justify-content: space-between; } }
@media (min-width: 992px) {
  #block-agency-nav {
    margin-top: 41px;
    margin-bottom: 69px; }
    #block-agency-nav + #agencyScrollSpy {
      padding-top: 0 !important; }
    #block-agency-nav a {
      font-size: 1rem;
      line-height: 1.1em;
      text-transform: uppercase;
      color: #003E45;
      position: relative;
      top: 0;
      left: 0;
      text-align: center;
      padding-left: 8px;
      padding-right: 8px; }
      #block-agency-nav a:before {
        content: "";
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 0;
        height: 3px;
        background-color: #003E45;
        transition: all .2s ease-out; }
      #block-agency-nav a:hover:before, #block-agency-nav a:first-child:before {
        width: 100%; } }

#who-we-are {
  /*z-index:3;*/ }

#block-who-we-are, .block-text_blocks, .block-files_section {
  position: relative;
  top: 0;
  left: 0;
  padding-top: 36px;
  padding-bottom: 40px; }
  #block-who-we-are h4, .block-text_blocks h4, .block-files_section h4 {
    margin-top: 30px; }
  #block-who-we-are p + h4, .block-text_blocks p + h4, .block-files_section p + h4 {
    margin-top: 36px; }
  #block-who-we-are a, .block-text_blocks a, .block-files_section a {
    color: #003E45;
    font-weight: 500; }
  #block-who-we-are.stripeGray:before, .block-text_blocks.stripeGray:before, .block-files_section.stripeGray:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: #F2F7F7; }
  #block-who-we-are #sideNav, .block-text_blocks #sideNav, .block-files_section #sideNav {
    position: absolute;
    top: 0;
    background-color: transparent;
    z-index: 3; }
    #block-who-we-are #sideNav A, .block-text_blocks #sideNav A, .block-files_section #sideNav A {
      font-size: 16px;
      line-height: 2;
      color: #6C6C6C;
      padding: 6px 0; }
      #block-who-we-are #sideNav A.top, .block-text_blocks #sideNav A.top, .block-files_section #sideNav A.top {
        text-transform: uppercase;
        margin-top: 20px; }
      #block-who-we-are #sideNav A.top:first-of-type, .block-text_blocks #sideNav A.top:first-of-type, .block-files_section #sideNav A.top:first-of-type {
        margin-top: 0; }
      #block-who-we-are #sideNav A.sub, .block-text_blocks #sideNav A.sub, .block-files_section #sideNav A.sub {
        font-weight: 400; }
      #block-who-we-are #sideNav A:hover, #block-who-we-are #sideNav A.active, .block-text_blocks #sideNav A:hover, .block-text_blocks #sideNav A.active, .block-files_section #sideNav A:hover, .block-files_section #sideNav A.active {
        color: #003E45; }
  @media (min-width: 768px) {
    #block-who-we-are, .block-text_blocks, .block-files_section {
      padding-top: 36px;
      padding-bottom: 66px; }
      #block-who-we-are h4, .block-text_blocks h4, .block-files_section h4 {
        margin-top: 30px; }
      #block-who-we-are p + h4, .block-text_blocks p + h4, .block-files_section p + h4 {
        margin-top: 77px; } }
  @media (min-width: 1367px) {
    #block-who-we-are #sideNav, .block-text_blocks #sideNav, .block-files_section #sideNav {
      max-width: 300px; } }
  @media (max-width: 1366.98px) {
    #block-who-we-are #sideNav, .block-text_blocks #sideNav, .block-files_section #sideNav {
      max-width: 225px; } }
  @media (max-width: 991.98px) {
    #block-who-we-are #sideNav, .block-text_blocks #sideNav, .block-files_section #sideNav {
      display: none; } }

.agency-block-head a {
  color: #003E45; }
  .agency-block-head a:after {
    background: url(../img/download-arrow-dark-blue.svg) no-repeat center center; }
@media (max-width: 767.98px) {
  .agency-block-head {
    padding-bottom: 21px; } }
@media (min-width: 768px) {
  .agency-block-head {
    display: flex;
    justify-content: space-between;
    padding-bottom: 22px; } }

#block-legislature {
  padding-top: 36px;
  padding-bottom: 40px; }
  #block-legislature a {
    color: #003E45;
    font-weight: 500; }
  #block-legislature .row > div:first-child a {
    color: #003E45; }
    #block-legislature .row > div:first-child a:after {
      background: url(../img/download-arrow-dark-blue.svg) no-repeat center center; }
  @media (max-width: 767.98px) {
    #block-legislature .row > div:first-child {
      padding-bottom: 21px; } }
  @media (min-width: 768px) {
    #block-legislature {
      padding-top: 72px;
      padding-bottom: 81px; }
      #block-legislature .row > div:first-child {
        display: flex;
        justify-content: space-between;
        padding-bottom: 22px; } }

#block-team, .block-people {
  position: relative;
  top: 0;
  left: 0; }
  #block-team .stripe, .block-people .stripe {
    padding-top: 36px;
    padding-bottom: 40px; }
  #block-team .stripe:first-child + .stripe, .block-people .stripe:first-child + .stripe {
    padding-top: 0; }
  #block-team .stripe:nth-child(even):before, #block-team .stripe:first-child:before, .block-people .stripe:nth-child(even):before, .block-people .stripe:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: #F2F7F7; }
  #block-team h3, .block-people h3 {
    font-family: "Montserrat", sans-serif;
    color: #015270;
    margin-bottom: 9px; }
  @media (max-width: 767.98px) {
    #block-team h3, .block-people h3 {
      font-size: 1.5rem; } }
  @media (min-width: 768px) {
    #block-team .stripe, .block-people .stripe {
      padding-top: 51px;
      padding-bottom: 40px; } }

.team-section > div a {
  margin-bottom: 0; }
  .team-section > div a:hover {
    color: inherit; }
.team-section > div div {
  position: relative;
  top: 0;
  left: 0; }
  .team-section > div div:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: #003E45;
    z-index: 3;
    transition: all .2s ease-out; }
.team-section > div img {
  width: 100%;
  height: auto; }
.team-section > div h4 {
  font-size: 1.125rem;
  line-height: 1.333em;
  margin-bottom: 0;
  padding-top: 14px;
  transition: color .2s ease-out; }
.team-section > div p {
  margin-bottom: 0; }
@media (min-width: 768px) {
  .team-section > div h4 {
    padding-top: 21px; }
  .team-section > div:hover div:after {
    opacity: .65; }
  .team-section > div:hover h4 {
    color: #65989A; } }

#block-officers-and-staff {
  padding-top: 42px; }
  #block-officers-and-staff .team-section {
    padding-bottom: 76px; }
  #block-officers-and-staff h3 {
    font-family: "Montserrat", sans-serif;
    color: #015270; }
  #block-officers-and-staff h3 + p {
    margin-bottom: 0; }
  @media (max-width: 767.98px) {
    #block-officers-and-staff h3 {
      font-size: 1.5rem; }
    #block-officers-and-staff .team-section + h3 {
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    #block-officers-and-staff .team-section {
      padding-bottom: 76px; }
    #block-officers-and-staff h3 + p {
      margin-bottom: 54px; } }

#block-meetings-bylaws-financials, .block-downloads_section {
  overflow: hidden;
  padding-bottom: 39px; }
  #block-meetings-bylaws-financials h2, .block-downloads_section h2 {
    text-align: center;
    margin-bottom: 36px; }
  #block-meetings-bylaws-financials .mbfNav, .block-downloads_section .mbfNav {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: nowrap; }
    #block-meetings-bylaws-financials .mbfNav:after, #block-meetings-bylaws-financials .mbfNav:before, .block-downloads_section .mbfNav:after, .block-downloads_section .mbfNav:before {
      content: "";
      position: absolute;
      left: -50%;
      width: 200%; }
    #block-meetings-bylaws-financials .mbfNav:after, .block-downloads_section .mbfNav:after {
      top: 0;
      height: 100%;
      background-color: #E5E4E5;
      box-shadow: 0px 3px 6px #00000029;
      z-index: -1; }
    #block-meetings-bylaws-financials .mbfNav:before, .block-downloads_section .mbfNav:before {
      background-color: #F4F4F4;
      top: 100%;
      height: 300vh;
      z-index: -2; }
    #block-meetings-bylaws-financials .mbfNav a, .block-downloads_section .mbfNav a {
      position: relative;
      top: 0;
      left: 0;
      font-size: 1.25rem;
      line-height: 1.2em;
      text-transform: uppercase;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 27px;
      padding-bottom: 27px;
      text-align: center; }
      #block-meetings-bylaws-financials .mbfNav a:after, .block-downloads_section .mbfNav a:after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 50%;
        width: 0;
        height: 3px;
        transform: translate(-50%, 0);
        background-color: #003E45;
        transition: all .2s ease-out; }
      #block-meetings-bylaws-financials .mbfNav a:hover, #block-meetings-bylaws-financials .mbfNav a.active, .block-downloads_section .mbfNav a:hover, .block-downloads_section .mbfNav a.active {
        font-weight: bold; }
        #block-meetings-bylaws-financials .mbfNav a:hover:after, #block-meetings-bylaws-financials .mbfNav a.active:after, .block-downloads_section .mbfNav a:hover:after, .block-downloads_section .mbfNav a.active:after {
          width: 100%; }
  #block-meetings-bylaws-financials .mbfContent .accordion-btn, .block-downloads_section .mbfContent .accordion-btn {
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: bold;
    display: block;
    color: #FEFEFE;
    background-color: #003E45;
    position: relative;
    top: 0;
    left: 0;
    padding: 18px 50px 16px 30px;
    margin-top: 41px; }
    #block-meetings-bylaws-financials .mbfContent .accordion-btn:after, #block-meetings-bylaws-financials .mbfContent .accordion-btn:before, .block-downloads_section .mbfContent .accordion-btn:after, .block-downloads_section .mbfContent .accordion-btn:before {
      content: "";
      position: absolute;
      top: 50%;
      background-color: #FEFEFE; }
    #block-meetings-bylaws-financials .mbfContent .accordion-btn:after, .block-downloads_section .mbfContent .accordion-btn:after {
      right: 16px;
      height: 3px;
      transform: translate(0, -1px);
      width: 17px; }
    #block-meetings-bylaws-financials .mbfContent .accordion-btn:before, .block-downloads_section .mbfContent .accordion-btn:before {
      width: 3px;
      height: 17px;
      right: 23px;
      transform: translate(0, -50%);
      transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1); }
    #block-meetings-bylaws-financials .mbfContent .accordion-btn.active:before, #block-meetings-bylaws-financials .mbfContent .accordion-btn[aria-expanded="true"]:before, .block-downloads_section .mbfContent .accordion-btn.active:before, .block-downloads_section .mbfContent .accordion-btn[aria-expanded="true"]:before {
      height: 0; }
    #block-meetings-bylaws-financials .mbfContent .accordion-btn:first-child, .block-downloads_section .mbfContent .accordion-btn:first-child {
      margin-top: 33px; }
    #block-meetings-bylaws-financials .mbfContent .accordion-btn + div, .block-downloads_section .mbfContent .accordion-btn + div {
      padding: 0 49px 0 49px; }
      #block-meetings-bylaws-financials .mbfContent .accordion-btn + div.collapse:not(.show), .block-downloads_section .mbfContent .accordion-btn + div.collapse:not(.show) {
        max-height: 0px;
        opacity: 0; }
      #block-meetings-bylaws-financials .mbfContent .accordion-btn + div a, .block-downloads_section .mbfContent .accordion-btn + div a {
        color: #65989A;
        text-decoration: underline;
        display: block;
        margin-bottom: 0;
        padding-bottom: 25px; }
        #block-meetings-bylaws-financials .mbfContent .accordion-btn + div a:nth-child(1), .block-downloads_section .mbfContent .accordion-btn + div a:nth-child(1) {
          padding-top: 45px; }
      @media (max-width: 575.98px) {
        #block-meetings-bylaws-financials .mbfContent .accordion-btn + div, .block-downloads_section .mbfContent .accordion-btn + div {
          padding: 0 10px; }
          #block-meetings-bylaws-financials .mbfContent .accordion-btn + div A, .block-downloads_section .mbfContent .accordion-btn + div A {
            width: 100%; } }
  @media (max-width: 991.98px) {
    #block-meetings-bylaws-financials .mbfNav a, .block-downloads_section .mbfNav a {
      font-size: 1rem; } }
  @media (min-width: 768px) {
    #block-meetings-bylaws-financials, .block-downloads_section {
      margin-top: 54px; }
      .page-template-custom-projects #block-meetings-bylaws-financials, .page-template-custom-projects .block-downloads_section {
        margin-top: inherit; } }
  @media (min-width: 992px) {
    #block-meetings-bylaws-financials, .block-downloads_section {
      margin-top: 116px; }
      .page-template-custom-projects #block-meetings-bylaws-financials, .page-template-custom-projects .block-downloads_section {
        margin-top: inherit; }
      #block-meetings-bylaws-financials .mbfNav a, .block-downloads_section .mbfNav a {
        padding-left: 20px;
        padding-right: 20px; } }
  @media (min-width: 1367px) {
    #block-meetings-bylaws-financials .mbfNav a, .block-downloads_section .mbfNav a {
      padding-left: 32px;
      padding-right: 32px; } }

@media (max-width: 991.98px) {
  .block-downloads_section {
    margin-top: 36px; } }
@media (min-width: 768px) {
  .page-template-custom-agency-nonavs #block-meetings-bylaws-financials, .page-template-custom-agency-nonavs .block-downloads_section {
    margin-top: 40px; } }
@media (min-width: 992px) {
  .page-template-custom-agency-nonavs #block-meetings-bylaws-financials, .page-template-custom-agency-nonavs .block-downloads_section {
    margin-top: 40px; } }
.page-template-custom-agency-nonavs #inner-hero.jumbotron {
  margin-bottom: 42px; }

#teamDetail {
  position: fixed;
  top: 55px;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 55px);
  z-index: 5;
  overflow-y: scroll;
  overflow-x: hidden;
  transform: translate(100%, 0);
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1); }
  #teamDetail * {
    color: #FEFEFE; }
  #teamDetail.active {
    transform: translate(0, 0); }
  #teamDetail .row div > div:first-child {
    position: relative;
    top: 0;
    left: 0;
    padding-top: 66px;
    padding-left: 12.5%; }
    #teamDetail .row div > div:first-child:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 200%;
      height: 100%;
      background-color: rgba(0, 62, 69, 0.9);
      z-index: -1; }
  #teamDetail a {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 52px;
    right: 0;
    cursor: pointer; }
    #teamDetail a:after, #teamDetail a:before {
      content: "";
      position: absolute;
      display: block !important;
      top: 50%;
      left: 50%;
      background: #FEFEFE !important;
      height: 3px !important;
      width: 42px !important;
      transform-origin: center center;
      margin: 0 !important; }
    #teamDetail a:after {
      transform: translate(-50%, -50%) rotate(45deg) !important; }
    #teamDetail a:before {
      transform: translate(-50%, -50%) rotate(-45deg) !important; }
  #teamDetail h4 {
    margin-bottom: 6px; }
  #teamDetail h4 + p {
    font-weight: bold;
    margin-bottom: 18px; }
  #teamDetail img {
    max-width: 359px; }
  #teamDetail img + div {
    border-top: 1px solid #FEFEFE;
    padding: 23px 17% 20px 0;
    margin-top: 39px; }
    #teamDetail img + div:after {
      content: none; }
  @media (max-width: 767.98px) {
    #teamDetail .row div > div:first-child {
      padding-left: 0; }
      #teamDetail .row div > div:first-child:after {
        left: -50%; }
    #teamDetail img + div {
      padding-right: 0; } }

.popup {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 90vw;
  max-width: 888px;
  max-height: 90vh;
  z-index: 13;
  background-color: white; }
  .popup.show {
    display: block; }
  .popup .btn-close {
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    top: 35px;
    right: 35px; }
    .popup .btn-close:after, .popup .btn-close:before {
      content: "";
      position: absolute;
      top: 12px;
      left: -4px;
      width: 32px;
      height: 2px;
      background-color: black; }
    .popup .btn-close:after {
      transform: rotate(45deg); }
    .popup .btn-close:before {
      transform: rotate(-45deg); }
  .popup .jobPostFormCont {
    max-height: calc(90vh - 200px - 81px);
    overflow-y: scroll;
    margin-bottom: 81px;
    padding-right: 20px;
    padding-top: 32px; }
  .popup h4 {
    color: #015270;
    margin-top: 27px; }
  .popup h4, .popup h4 + p {
    text-align: center; }

#postSuccess {
  padding: 68px 65px 60px 65px;
  text-align: center; }
  #postSuccess img {
    width: 130px;
    max-width: 80%;
    height: auto; }
  #postSuccess h4 + p {
    margin-top: 12px; }
  #postSuccess p {
    margin-bottom: 1rem; }
  #postSuccess button {
    width: 150px;
    margin-top: 6px; }

#postPop {
  padding: 45px 25px 0 45px; }
  #postPop .acf-field {
    padding-left: 0;
    padding-right: 0; }
  #postPop .twoCol {
    display: flex;
    width: 100%;
    justify-content: space-between; }
  #postPop .twoCol .acf-field, #postPop .twoCol .hideLabel {
    width: calc(50% - 18px); }
  #postPop label {
    font-size: 1.25rem;
    line-height: 1em; }
    #postPop label span.acf-required {
      color: #297099; }
  #postPop .acf-field input {
    font-size: 1rem !important;
    line-height: 1.25em;
    border: none;
    border-bottom: 1px solid #DBDDDC;
    padding-left: 0 !important; }
    #postPop .acf-field input:placeholder {
      color: #ABAAAA !important; }
  #postPop .acf-field textarea {
    line-height: 1.714em !important;
    border: 1px solid #DBDDDC;
    resize: none !important;
    padding: 13px 14px !important;
    height: 102px;
    margin-top: 10px !important;
    resize: none !important; }
  #postPop .hideLabels .acf-label {
    display: none !important; }
  #postPop .hideLabel .acf-field {
    width: 100% !important; }
  #postPop .hideLabel .acf-label {
    display: none !important; }
  #postPop .hideLabel .acf-input {
    margin-top: 45px; }
  #postPop .acf-field-checkbox {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    transform: translate(0, -3px); }
    #postPop .acf-field-checkbox label {
      font-size: 1rem; }
      #postPop .acf-field-checkbox label:after, #postPop .acf-field-checkbox label:before {
        content: "";
        display: block;
        position: absolute;
        top: -1px;
        left: 0;
        pointer-events: none; }
      #postPop .acf-field-checkbox label:after {
        width: 20px;
        height: 20px;
        border: 2px solid #297099;
        background-color: white; }
      #postPop .acf-field-checkbox label:before {
        background: url(../img/check.png) no-repeat center center;
        width: 20px;
        height: 20px;
        background-size: 13px auto;
        opacity: 0;
        z-index: 2; }
      #postPop .acf-field-checkbox label.selected:after {
        background-color: #297099; }
      #postPop .acf-field-checkbox label.selected:before {
        opacity: 1; }
    #postPop .acf-field-checkbox input {
      width: 20px;
      height: 20px;
      transform: translate(0, -2px);
      opacity: 0;
      cursor: pointer; }
  #postPop .acf-field-select .acf-input {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    display: inline-block; }
    #postPop .acf-field-select .acf-input .customSelect {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 2;
      background-color: white; }
      #postPop .acf-field-select .acf-input .customSelect:after {
        content: "";
        width: 10px;
        height: 5px;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translate(0, -50%);
        background: url(../img/selectDown.png) no-repeat center center;
        background-size: contain; }
    #postPop .acf-field-select .acf-input select {
      width: auto;
      cursor: pointer;
      padding-right: 32px; }
  #postPop .radioCont > .acf-field {
    margin-bottom: 0; }
    #postPop .radioCont > .acf-field .acf-radio-list li:last-child {
      opacity: 0;
      height: 0;
      overflow: hidden; }
  #postPop .radios {
    padding: 0 30px; }
    #postPop .radios .acf-field:first-child {
      margin-top: 15px; }
    #postPop .radios .acf-field-radio {
      display: flex;
      border-bottom: 1px solid #DBDDDC;
      margin: 0; }
    #postPop .radios .acf-label label, #postPop .radios .acf-input label {
      font-weight: 400;
      font-size: 1rem;
      line-height: 38px;
      margin-bottom: 0; }
    #postPop .radios .acf-label {
      margin-bottom: 0;
      width: calc(100% - (117px*2) - 2px); }
    #postPop .radios .acf-input ul li {
      border-left: 1px solid #DBDDDC;
      margin: 0;
      width: 117px;
      text-align: center; }
    #postPop .radios .acf-field-text {
      margin: 10px 0 20px 0 !important; }
      #postPop .radios .acf-field-text label {
        display: none; }
  #postPop .oneCol > .acf-field-radio .acf-input ul li label, #postPop .oneCol > .acf-field-radio .customNo label, #postPop .radios .acf-input ul li label, #postPop .radios .customNo label, #postPop .customNoCont .acf-input ul li label, #postPop .customNoCont .customNo label {
    position: relative;
    top: 0;
    left: 0; }
    #postPop .oneCol > .acf-field-radio .acf-input ul li label:before, #postPop .oneCol > .acf-field-radio .customNo label:before, #postPop .radios .acf-input ul li label:before, #postPop .radios .customNo label:before, #postPop .customNoCont .acf-input ul li label:before, #postPop .customNoCont .customNo label:before {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      display: block;
      border: 2px solid #297099;
      border-radius: 50%;
      pointer-events: none; }
    #postPop .oneCol > .acf-field-radio .acf-input ul li label.selected:after, #postPop .oneCol > .acf-field-radio .customNo label.selected:after, #postPop .radios .acf-input ul li label.selected:after, #postPop .radios .customNo label.selected:after, #postPop .customNoCont .acf-input ul li label.selected:after, #postPop .customNoCont .customNo label.selected:after {
      content: " ";
      position: absolute;
      top: 5px;
      left: 5px;
      width: 10px;
      height: 10px;
      background: #297099;
      border-radius: 50%; }
    #postPop .oneCol > .acf-field-radio .acf-input ul li label input, #postPop .oneCol > .acf-field-radio .customNo label input, #postPop .radios .acf-input ul li label input, #postPop .radios .customNo label input, #postPop .customNoCont .acf-input ul li label input, #postPop .customNoCont .customNo label input {
      width: 20px;
      height: 20px;
      cursor: pointer;
      margin-right: 8px;
      opacity: 0; }
  #postPop .oneCol > .acf-field-radio .acf-input label {
    font-weight: 400;
    font-size: 1rem;
    line-height: 38px;
    margin-bottom: 0; }
  #postPop .customNoCont label {
    font-weight: 400;
    font-size: 1rem;
    line-height: 38px;
    margin-bottom: 0;
    display: inline; }
  #postPop .acf-form-submit {
    margin-top: 10px; }
    #postPop .acf-form-submit .btn-secondary {
      display: inline-block;
      max-width: 240px; }
      #postPop .acf-form-submit .btn-secondary + .btn-secondary {
        margin-left: 20px; }
    #postPop .acf-form-submit .acf-spinner {
      margin-left: 14px; }
  #postPop .oneCol, #postPop .twoCol {
    padding-bottom: 12px; }

@media (max-width: 991.98px) {
  #postPop .radios {
    padding: 0; } }
@media (max-width: 767.98px) {
  .popup h4 {
    font-size: 1.5rem; }
  .popup .jobPostFormCont {
    padding-top: 0;
    padding-right: 10px; }

  #postPop {
    padding: 45px 15px 0 25px; }
    #postPop .twoCol {
      display: block; }
      #postPop .twoCol.hideLabels .acf-field:nth-child(2) {
        padding-top: 0; }
    #postPop .oneCol, #postPop .twoCol {
      padding-bottom: 27px; }
      #postPop .oneCol .acf-field:nth-child(2), #postPop .twoCol .acf-field:nth-child(2) {
        padding-top: 27px; }
      #postPop .oneCol .acf-field, #postPop .oneCol .hideLabel, #postPop .twoCol .acf-field, #postPop .twoCol .hideLabel {
        width: 100%;
        margin: 0; }
      #postPop .oneCol .radios .acf-field:first-child, #postPop .twoCol .radios .acf-field:first-child {
        margin-top: 25px; }
      #postPop .oneCol .radios .acf-label, #postPop .twoCol .radios .acf-label {
        width: calc(100% - (99px*2) - 2px); }
      #postPop .oneCol .radios .acf-field-radio:nth-child(2), #postPop .twoCol .radios .acf-field-radio:nth-child(2) {
        padding-top: 0; }
      #postPop .oneCol .radios .acf-input ul li, #postPop .twoCol .radios .acf-input ul li {
        width: 99px; }
    #postPop label {
      font-size: 1rem;
      line-height: 1.25em; } }
@media (max-width: 575.98px) {
  #postPop .acf-form-submit {
    margin-top: 0; }
    #postPop .acf-form-submit .btn-secondary {
      display: block;
      width: 100%;
      max-width: 100%; }
      #postPop .acf-form-submit .btn-secondary + .btn-secondary {
        margin: 20px 0 0 0; }
  #postPop .oneCol .radios .acf-field-radio, #postPop .twoCol .radios .acf-field-radio {
    flex-wrap: wrap;
    border-bottom: 0; }
  #postPop .oneCol .radios .acf-label, #postPop .twoCol .radios .acf-label {
    width: 100%; }
    #postPop .oneCol .radios .acf-label label, #postPop .twoCol .radios .acf-label label {
      line-height: 30px; }
  #postPop .oneCol .radios .acf-input, #postPop .twoCol .radios .acf-input {
    padding-bottom: 14px; }
    #postPop .oneCol .radios .acf-input ul li, #postPop .twoCol .radios .acf-input ul li {
      border-left: none;
      width: auto; }
      #postPop .oneCol .radios .acf-input ul li + li, #postPop .twoCol .radios .acf-input ul li + li {
        padding-left: 20px; }
  #postPop .customNoCont {
    margin-bottom: 14px; } }
#block-job-detail h6 {
  text-transform: initial;
  font-size: 21px;
  line-height: 32px;
  color: #015270;
  font-weight: 500;
  margin-bottom: 20px; }
#block-job-detail .h3 {
  color: #015270;
  margin-bottom: 32px; }
#block-job-detail .jobTopLinks {
  display: flex;
  margin-bottom: 90px; }
  #block-job-detail .jobTopLinks p {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    padding: 11px 20px;
    color: #015270;
    background-color: #EDF2F5;
    font-weight: 500;
    cursor: default; }
    #block-job-detail .jobTopLinks p:before {
      content: "";
      display: inline-block;
      background-size: contain !important;
      transform: translate(0, 3px); }
    #block-job-detail .jobTopLinks p + p {
      margin-left: 16px; }
    #block-job-detail .jobTopLinks p.fullTime:before {
      margin-right: 10px;
      width: 22px;
      height: 19px;
      background: url(../img/calendar.svg) no-repeat center center; }
    #block-job-detail .jobTopLinks p.location:before {
      margin-right: 14px;
      width: 14px;
      height: 21px;
      background: url(../img/pin.svg) no-repeat center center; }
    #block-job-detail .jobTopLinks p.type:before {
      margin-right: 10px;
      width: 22px;
      height: 22px;
      background: url(../img/suitcase.svg) no-repeat center center; }
#block-job-detail .h5 {
  font-weight: 600; }
#block-job-detail .jobContactInfo {
  display: flex; }
  #block-job-detail .jobContactInfo a {
    display: block; }
    #block-job-detail .jobContactInfo a + a {
      margin-left: 28px; }
    #block-job-detail .jobContactInfo a:before {
      content: "";
      display: inline-block;
      width: 22px;
      height: 22px;
      background-size: contain !important;
      margin-right: 10px;
      position: relative;
      top: 3px;
      left: 0; }
  #block-job-detail .jobContactInfo .jobPhone:before {
    background: url(../img/phone.svg) no-repeat center center; }
  #block-job-detail .jobContactInfo .jobEmail:before {
    background: url(../img/email.svg) no-repeat center center; }
  #block-job-detail .jobContactInfo .jobSite:before {
    background: url(../img/globe.svg) no-repeat center center; }
#block-job-detail .jobDetailHeader {
  padding-bottom: 81px; }
  #block-job-detail .jobDetailHeader a {
    color: #489EE9;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    display: block; }
    #block-job-detail .jobDetailHeader a.share:before {
      content: "";
      width: 22px;
      height: 20px;
      background: url(../img/right_arrow.svg) no-repeat center center;
      background-size: contain;
      margin-right: 10px;
      display: inline-block;
      transform: translate(0, 3px); }
    #block-job-detail .jobDetailHeader a.back:before {
      content: "";
      width: 25px;
      height: 25px;
      background: url(../img/arrow-left-blue.svg) no-repeat center center;
      background-size: contain;
      margin-right: 4px;
      display: inline-block;
      transform: translate(0, 6px); }
@media (max-width: 1366.98px) {
  #block-job-detail .jobTopLinks {
    flex-flow: column;
    align-items: flex-start; }
    #block-job-detail .jobTopLinks p {
      margin: 0; }
      #block-job-detail .jobTopLinks p + p {
        margin: 14px 0 0 0; }
  #block-job-detail .jobContactInfo {
    flex-flow: column;
    align-items: flex-start; }
    #block-job-detail .jobContactInfo a {
      margin: 0; }
      #block-job-detail .jobContactInfo a + a {
        margin: 14px 0 0 0; } }
@media (max-width: 991.98px) {
  #block-job-detail .jobDetailHeader {
    padding-bottom: 24px; }
    #block-job-detail .jobDetailHeader > div:last-child {
      text-align: right; }
    #block-job-detail .jobDetailHeader a {
      margin-bottom: 24px; } }
@media (max-width: 767.98px) {
  #block-job-detail .jobDetailHeader > div:last-child {
    text-align: left; } }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .2px;
  opacity: 0; }
  body.show {
    opacity: 1; }
  body.noOverflow {
    max-height: 100vh;
    overflow: hidden; }

#cover {
  display: none;
  background: rgba(15, 30, 39, 0.68);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 12; }
  #cover.show {
    display: block; }

.grecaptcha-badge {
  display: none !important; }

.intro-text {
  letter-spacing: 0.26px;
  color: #343434; }

@media (min-width: 768px) {
  .intro-text {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 72px; } }
.block-round {
  padding-top: 40px;
  padding-bottom: 42px; }
  .block-round h5 {
    font-size: 14px;
    line-height: 1.5;
    color: #003E45;
    text-transform: uppercase;
    font-weight: 600; }
  @media (min-width: 768px) {
    .block-round {
      padding-top: 70px;
      padding-bottom: 72px; } }

#block-intro + .block-round {
  margin-top: -90px; }

.card-round {
  width: 132px;
  margin-bottom: 16px; }
  .card-round img {
    display: block;
    max-width: 96px;
    height: auto;
    margin: 0 auto 20px; }

main#content {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden; }
  main#content:before {
    content: "";
    position: absolute;
    top: 74vh;
    left: -40%;
    width: 200%;
    height: 100%;
    background-image: url(../img/background-texture.svg);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: cover;
    z-index: -1; }

.page-template-contact-page-success main#content:before {
  top: 0; }

#social-navigation IMG {
  width: 16px;
  height: auto; }

.btn-wide {
  min-width: 240px; }

.btn-no-border {
  border: none !important; }

.btn-primary {
  border: 1px solid #FFF;
  font-weight: bold;
  padding: 9px 32px; }
  .btn-primary:hover, .btn-primary.active {
    border: 1px solid #FFD800;
    background-color: #003E45;
    color: #FFD800; }
  .btn-primary.btn-yellow {
    color: #003E45;
    background-color: #FFD800;
    border-color: #FFD800;
    font-weight: 400; }
    .btn-primary.btn-yellow:hover, .btn-primary.btn-yellow.active {
      color: #FFD800;
      border-color: #FFD800;
      background-color: transparent; }

.btn-secondary {
  border-color: inherit;
  background-color: transparent;
  padding: 9px 32px; }
  .btn-secondary.btn-blue {
    color: #003E45; }
    .btn-secondary.btn-blue:hover, .btn-secondary.btn-blue.active {
      background-color: #003E45; }
  .btn-secondary.btn-bluer {
    color: #FFF;
    font-weight: 600;
    background-color: #015270; }
    .btn-secondary.btn-bluer:hover, .btn-secondary.btn-bluer.active {
      color: #015270;
      background-color: transparent;
      border-color: #015270; }
  .btn-secondary.btn-even-bluer {
    color: #FFF;
    font-weight: 600;
    background-color: #297099;
    border: 2px solid transparent; }
    .btn-secondary.btn-even-bluer:hover, .btn-secondary.btn-even-bluer.active {
      color: #297099;
      background-color: transparent;
      border-color: #297099; }
    .btn-secondary.btn-even-bluer.btn-close-form {
      color: #297099;
      background-color: transparent;
      border-color: #297099; }
      .btn-secondary.btn-even-bluer.btn-close-form:hover, .btn-secondary.btn-even-bluer.btn-close-form.active {
        color: #FFF;
        font-weight: 600;
        background-color: #297099;
        border: 2px solid transparent; }
  .btn-secondary.btn-white {
    color: #003E45;
    background-color: #FEFEFE;
    border-color: #FEFEFE; }
    .btn-secondary.btn-white:hover, .btn-secondary.btn-white.active {
      border-color: #FEFEFE;
      color: #FEFEFE;
      font-weight: inherit; }
  .btn-secondary:hover, .btn-secondary.active {
    color: #FFD800;
    background-color: transparent;
    font-weight: 600; }

.stripeGrayGlobal {
  padding-top: 54px;
  padding-bottom: 54px;
  position: relative;
  top: 0;
  left: 0; }
  .stripeGrayGlobal:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F2F7F7;
    z-index: -2; }

.block-downloads div a, #block-caseStudy-intro a, #block-legislature .row > div:first-child a, #block-team .container > .row > div:first-child a, .agency-block-head A, .media-link:not(.video) .description {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 14px; }
  .block-downloads div a:after, #block-caseStudy-intro a:after, #block-legislature .row > div:first-child a:after, #block-team .container > .row > div:first-child a:after, .agency-block-head A:after, .media-link:not(.video) .description:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    transform: translate(0, 2px);
    margin-left: 14px;
    background-size: contain; }

.media-link.video .description {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 14px; }
  .media-link.video .description:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    transform: translate(0, 4px);
    margin-left: 12px;
    background-size: contain; }

.detailContainer {
  background: #F2F7F7 url(../img/moduleCurves/summaryTableTexture.svg) no-repeat left bottom;
  background-size: cover; }

.glance-figure {
  border: 1px solid #ccc;
  border-top: 0 none; }
  .glance-figure h4, .glance-figure p {
    margin: 0; }
  .glance-figure h4 {
    padding: 18px 40px;
    border-right: 1px solid #ccc;
    width: calc(33% - 15px); }
    @media (min-width: 576px) {
      .glance-figure h4 {
        min-width: 225px; } }
  .glance-figure p {
    padding: 18px 32px; }
  .glance-figure.status {
    border-top: 9px solid #003E45; }
  .glance-figure:last-child {
    margin-bottom: 36px; }

@media (max-width: 767.98px) {
  #block-detail-intro h2.h4 {
    font-size: 1.5rem;
    line-height: 1.5em;
    margin-top: 24px;
    margin-bottom: 31px; }

  .detailContainer {
    background-size: 300%; }
    .detailContainer div {
      flex-wrap: wrap; }
    .detailContainer div:first-child {
      padding-top: 23px; }

  .glance-figure {
    border: none; }
    .glance-figure:last-child {
      margin-bottom: 0; }
    .glance-figure h4, .glance-figure p {
      border-right: none;
      width: 100%;
      padding: 0px 21px; }
    .glance-figure h4 {
      margin-bottom: 3px; }
    .glance-figure p {
      padding-bottom: 22px; } }
.single H1 + H2 {
  margin-top: 48px;
  margin-bottom: 24px; }

.media-link {
  margin-top: 40px;
  background: #015270 url(../img/moduleCurves/downloadBlock.svg) no-repeat left bottom;
  background-size: cover;
  border-top: 9px solid #BDD4D4;
  padding-top: 20px;
  padding-bottom: 18px;
  display: block;
  height: calc(100% - 40px); }
  .media-link .head {
    color: #FFFFFF;
    font-family: "Noto Serif", serif;
    font-size: 24px;
    margin-bottom: 18px; }
  .media-link .description {
    font-weight: 500;
    color: #FFD800;
    padding-left: 16px;
    padding-right: 16px; }
    .media-link .description:after {
      background: url(../img/download-arrow-yellow.svg) no-repeat center center; }
  .media-link.video .description:after {
    background: url(../img/play-yellow.svg) no-repeat center center;
    margin-top: 5px; }

#videoModal .modal-header {
  position: absolute;
  z-index: 1;
  width: 100%;
  border-bottom: 0; }
#videoModal .modal-body {
  padding: 0; }

.block-table H2 {
  margin-bottom: 40px; }
.block-table H3 {
  margin-bottom: 25px; }
.block-table .glance-figure {
  border: 1px solid #BDD4D4;
  border-top: 0 none; }
  .block-table .glance-figure H4 {
    width: 40%;
    max-width: 40%;
    min-width: 0; }
  .block-table .glance-figure p {
    width: 60%; }
.block-table .table-set {
  margin-bottom: 42px;
  border-top: 1px solid #BDD4D4; }
  .block-table .table-set .glance-figure:nth-child(even) {
    background-color: #E7EFEF; }
  .block-table .table-set .glance-figure:nth-child(odd) {
    background-color: #FEFEFE; }

@media (max-width: 767.98px) {
  .container {
    padding-right: 36px;
    padding-left: 36px; }
    .container .row {
      margin-right: -36px;
      margin-left: -36px; }
      .container .row > [class*="col-"] {
        padding-right: 36px;
        padding-left: 36px; } }
@media (min-width: 768px) {
  .alignright {
    float: right;
    margin-left: 10px; }

  .alignleft {
    float: left;
    margin-right: 10px; }

  .glance-figure p {
    width: 66.7%; } }
@media (min-width: 992px) {
  .mobile-only {
    display: none; } }
.properties_embed #zpepropertiesframecontainer, .properties_embed iframe {
  border: none !important; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  #home-hero #theaterBackground .collar {
    display: none; } }

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