@charset "UTF-8";
/* ----------------------------------------------------------

CORE BOOTSTRAP FUNCTION SCSS

Import ahead of custom variables for color transforms.

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

VARIABLE CUSTOMIZATION

---------------------------------------------------------- */
/* 5% darken equivalent */
/* darker navy */
/* logo navy */
/* PA Sky Blue */
/* accessible wcag AA */
/* teal */
/*calculated version for WCAG AA */
/* yellow */
/* in this case lighten casts a better blue-ish tint */
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400,400i,600,600i,700,700i,800,800i");
/* Test Script Font */
/* no way to have tb different from lr so override below */
/* then override to go to 3 at larger break */
/* ----------------------------------------------------------

CORE BOOTSTRAP SCSS

---------------------------------------------------------- */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --breakpoint-xxxl: 1800px;
  --font-family-sans-serif: "Nunito Sans", 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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(21, 22, 26, 0); }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #15161A;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #15161A;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #15161A;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

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

figure {
  margin: 0 0 1rem; }

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

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 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-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 80%;
  font-weight: 400; }

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block; }

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

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

/* @import "../bootstrap/scss/code"; */
.container {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 732px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 956px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 1164px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1280px; } }
  @media (min-width: 1440px) {
    .container {
      max-width: 1360px; } }
  @media (min-width: 1800px) {
    .container {
      max-width: 1440px; } }
.container-fluid {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem; }

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

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

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

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

.col-1 {
  flex: 0 0 8.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%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .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%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .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%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .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: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.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%; } }

@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.3333333333%; }
  .offset-xxl-2 {
    margin-left: 16.6666666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.3333333333%; }
  .offset-xxl-5 {
    margin-left: 41.6666666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.3333333333%; }
  .offset-xxl-8 {
    margin-left: 66.6666666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.3333333333%; }
  .offset-xxl-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1800px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxxl-first {
    order: -1; }
  .order-xxxl-last {
    order: 13; }
  .order-xxxl-0 {
    order: 0; }
  .order-xxxl-1 {
    order: 1; }
  .order-xxxl-2 {
    order: 2; }
  .order-xxxl-3 {
    order: 3; }
  .order-xxxl-4 {
    order: 4; }
  .order-xxxl-5 {
    order: 5; }
  .order-xxxl-6 {
    order: 6; }
  .order-xxxl-7 {
    order: 7; }
  .order-xxxl-8 {
    order: 8; }
  .order-xxxl-9 {
    order: 9; }
  .order-xxxl-10 {
    order: 10; }
  .order-xxxl-11 {
    order: 11; }
  .order-xxxl-12 {
    order: 12; }
  .offset-xxxl-0 {
    margin-left: 0; }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%; }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%; }
  .offset-xxxl-3 {
    margin-left: 25%; }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%; }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%; }
  .offset-xxxl-6 {
    margin-left: 50%; }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%; }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%; }
  .offset-xxxl-9 {
    margin-left: 75%; }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%; }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

@media (max-width: 1799.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xxxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

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

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

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

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

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

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

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.2;
  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 screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn.active:not(:disabled):not(.disabled) {
    background-image: none; }

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

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

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

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

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

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

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

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

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

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

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

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

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

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

.btn-link {
  font-weight: 400;
  color: #15161A;
  background-color: transparent; }
  .btn-link:hover {
    color: #15161A;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

.btn-sm {
  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.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (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 screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }
/* @import "../bootstrap/scss/dropdown"; */
/* @import "../bootstrap/scss/button-group"; 
/* @import "../bootstrap/scss/input-group";
@import "../bootstrap/scss/custom-forms";
@import "../bootstrap/scss/nav";
@import "../bootstrap/scss/navbar"; */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

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

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

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

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: 0 0 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

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

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

.card-img {
  width: 100%;
  border-radius: 0; }

.card-img-top {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 3rem; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -3rem;
      margin-left: -3rem; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 3rem;
        margin-bottom: 0;
        margin-left: 3rem; } }
.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 3rem; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0;
            border-top-right-radius: 0; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }
.card-columns .card {
  margin-bottom: 0.75rem; }

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

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* @import "../bootstrap/scss/breadcrumb";
@import "../bootstrap/scss/pagination";
@import "../bootstrap/scss/badge"; */
.jumbotron {
  padding: 1rem 0.5rem;
  margin-bottom: 1rem;
  background-color: transparent;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 2rem 1rem; } }
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

/* @import "../bootstrap/scss/alert";
@import "../bootstrap/scss/progress"; */
.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: #ffffff;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #3DCBFF;
    text-decoration: none;
    background-color: transparent; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 1.5rem 1.5rem;
  margin-bottom: -1px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid none; }
  .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #15161A;
    background-color: #ffffff;
    border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #0a4b91;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #0a4b91;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #0a4b91;
    border-color: #0a4b91; }

.list-group-item-secondary {
  color: #42474d;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #42474d;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #42474d;
    border-color: #42474d; }

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

.list-group-item-info {
  color: #165f6c;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #165f6c;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #165f6c;
    border-color: #165f6c; }

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

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

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

.list-group-item-dark {
  color: #25292e;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #25292e;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #25292e;
    border-color: #25292e; }

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

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

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.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, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: transparent; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.99; }

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

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1000px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 400px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 1300px; } }

/* @import "../bootstrap/scss/tooltip";
@import "../bootstrap/scss/popover"; */
.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .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: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  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 {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

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

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

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid rgba(94, 117, 115, 0.125) !important; }

.border-top {
  border-top: 1px solid rgba(94, 117, 115, 0.125) !important; }

.border-right {
  border-right: 1px solid rgba(94, 117, 115, 0.125) !important; }

.border-bottom {
  border-bottom: 1px solid rgba(94, 117, 115, 0.125) !important; }

.border-left {
  border-left: 1px solid rgba(94, 117, 115, 0.125) !important; }

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

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

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

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

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

.border-primary {
  border-color: #007bff !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1800px) {
  .d-xxxl-none {
    display: none !important; }
  .d-xxxl-inline {
    display: inline !important; }
  .d-xxxl-inline-block {
    display: inline-block !important; }
  .d-xxxl-block {
    display: block !important; }
  .d-xxxl-table {
    display: table !important; }
  .d-xxxl-table-row {
    display: table-row !important; }
  .d-xxxl-table-cell {
    display: table-cell !important; }
  .d-xxxl-flex {
    display: flex !important; }
  .d-xxxl-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: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1440px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1800px) {
  .flex-xxxl-row {
    flex-direction: row !important; }
  .flex-xxxl-column {
    flex-direction: column !important; }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxxl-center {
    justify-content: center !important; }
  .justify-content-xxxl-between {
    justify-content: space-between !important; }
  .justify-content-xxxl-around {
    justify-content: space-around !important; }
  .align-items-xxxl-start {
    align-items: flex-start !important; }
  .align-items-xxxl-end {
    align-items: flex-end !important; }
  .align-items-xxxl-center {
    align-items: center !important; }
  .align-items-xxxl-baseline {
    align-items: baseline !important; }
  .align-items-xxxl-stretch {
    align-items: stretch !important; }
  .align-content-xxxl-start {
    align-content: flex-start !important; }
  .align-content-xxxl-end {
    align-content: flex-end !important; }
  .align-content-xxxl-center {
    align-content: center !important; }
  .align-content-xxxl-between {
    align-content: space-between !important; }
  .align-content-xxxl-around {
    align-content: space-around !important; }
  .align-content-xxxl-stretch {
    align-content: stretch !important; }
  .align-self-xxxl-auto {
    align-self: auto !important; }
  .align-self-xxxl-start {
    align-self: flex-start !important; }
  .align-self-xxxl-end {
    align-self: flex-end !important; }
  .align-self-xxxl-center {
    align-self: center !important; }
  .align-self-xxxl-baseline {
    align-self: baseline !important; }
  .align-self-xxxl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

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

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1440px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

@media (min-width: 1800px) {
  .float-xxxl-left {
    float: left !important; }
  .float-xxxl-right {
    float: right !important; }
  .float-xxxl-none {
    float: none !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

@media (min-width: 1800px) {
  .m-xxxl-0 {
    margin: 0 !important; }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important; }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important; }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important; }
  .m-xxxl-1 {
    margin: 0.25rem !important; }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxxl-2 {
    margin: 0.5rem !important; }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxxl-3 {
    margin: 1rem !important; }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important; }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important; }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important; }
  .m-xxxl-4 {
    margin: 1.5rem !important; }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxxl-5 {
    margin: 3rem !important; }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important; }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important; }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important; }
  .p-xxxl-0 {
    padding: 0 !important; }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important; }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important; }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important; }
  .p-xxxl-1 {
    padding: 0.25rem !important; }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxxl-2 {
    padding: 0.5rem !important; }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxxl-3 {
    padding: 1rem !important; }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important; }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important; }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important; }
  .p-xxxl-4 {
    padding: 1.5rem !important; }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxxl-5 {
    padding: 3rem !important; }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important; }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important; }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important; }
  .m-xxxl-auto {
    margin: auto !important; }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important; }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important; }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important; }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important; } }

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1800px) {
  .text-xxxl-left {
    text-align: left !important; }
  .text-xxxl-right {
    text-align: right !important; }
  .text-xxxl-center {
    text-align: center !important; } }

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

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

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

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

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

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

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

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

.text-primary {
  color: #007bff !important; }

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

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

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

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

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

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

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

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

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #15161A; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #ffffff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

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

GENERAL CUSTOMIZATION

---------------------------------------------------------- */
body {
  text-rendering: optimizeLegibility;
  /* safari */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0;
  /* 	background-color: $white;
	background-color: #EDF1F4; */ }

a.skip-to-main {
  font-family: "Nunito Sans", sans-serif;
  padding: 0.25rem; }

#main {
  position: relative; }

.print-only-logo {
  display: none; }

/* Responsive Typography - 
	General increase in font size with breakpoint. 
	Not handled universally by Bootstrap
--------------------------------------------- */
html {
  font-size: 1.083333rem;
  font-size: 108.3333%; }
  @media (min-width: 576px) {
    html {
      font-size: 1.083333rem;
      font-size: 108.3333%; } }
  @media (min-width: 768px) {
    html {
      font-size: 1.16667rem;
      font-size: 116.667%; } }
  @media (min-width: 992px) {
    html {
      font-size: 1.25rem;
      font-size: 125%; } }
/* ----------------------------------------------------------

GENERIC FONT STYLES

---------------------------------------------------------- */
/* Headers */
h1, .h1,
.resources-logo p {
  opacity: 1;
  font-weight: 400;
  line-height: 0.9;
  position: relative;
  margin-bottom: 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  letter-spacing: -.1rem;
  color: #406583;
  font-size: 2.887rem; }
  h1 a, .h1 a,
  .resources-logo p a {
    color: #314D64; }
  @media (min-width: 768px) {
    h1, .h1,
    .resources-logo p {
      font-size: 4.624rem; } }
  @media (min-width: 992px) {
    h1, .h1,
    .resources-logo p {
      font-size: 4.624rem; } }
  @media (min-width: 1200px) {
    h1, .h1,
    .resources-logo p {
      font-size: 5.202rem; } }
  @media (min-width: 1800px) {
    h1, .h1,
    .resources-logo p {
      font-size: 5.202rem; } }
h2, .h2 {
  margin-top: 3rem;
  margin-bottom: 0.75rem;
  line-height: 1.0;
  position: relative;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  letter-spacing: -0.05rem;
  color: #406583;
  font-size: 2.281rem;
  position: relative;
  padding-bottom: 1.75rem;
  display: inline-flex; }
  h2::after, .h2::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 25%;
    height: 1px;
    border-bottom: 0.5rem solid rgba(94, 117, 115, 0.25);
    z-index: 1; }
  h2.text-white::after, .h2.text-white::after {
    border-bottom: 0.5rem solid rgba(200, 200, 194, 0.5); }

h2.h2-subhead {
  font-size: 2.281rem;
  font-style: italic;
  color: #1D5C6E;
  font-weight: 600;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.375);
  display: block; }

h2.h2-offset {
  color: #406583;
  font-size: 7.406rem;
  margin-bottom: -4.5rem;
  position: relative;
  z-index: 99; }
  h2.h2-offset span {
    display: block;
    font-size: 75%; }
  @media (min-width: 768px) {
    h2.h2-offset {
      font-size: 8.332rem; } }
h2.no-underline:after,
.h2.no-underline:after {
  content: none; }

h2.text-center::after,
.text-center h2::after {
  left: 0;
  right: 0;
  margin: auto; }

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 2.887rem; }
  h2, .h2 {
    font-size: 2.887rem; }
    h2.h2-subhead, .h2.h2-subhead {
      font-size: 2.887rem; } }

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 3.653rem; }
  h2.h2-subhead, .h2.h2-subhead {
    font-size: 2.887rem; } }

@media (min-width: 1440px) {
  h1 {
    font-size: 4.624rem; }
  h2.h2-subhead, .h2.h2-subhead {
    font-size: 2.887rem; } }

h2.h1::after {
  content: none; }

h3, .h3 {
  margin: 3rem 0 0.5rem 0;
  letter-spacing: -0.005em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-family: "rift-soft", sans-serif;
  color: #406583; }

.text-white h3 {
  color: #ffffff; }

.requirements h3 {
  font-size: 1.424rem; }

h4, .h4 {
  font-family: "Nunito Sans", sans-serif;
  color: #525665; }

h5, .h5 {
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 0;
  color: #406583; }

h6, .h6 {
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 0;
  color: #406583; }

/* Paragraphs
--------------------------------------------- */
p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 0.25rem;
  margin-bottom: 1.25rem;
  color: #525665; }

.text-white p {
  color: #ffffff; }

p.lead {
  line-height: 1.6;
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 400; }

@media (min-width: 992px) {
  p.lead {
    font-size: 2.281rem; } }

p.small,
.grief-subpage main p.small {
  font-size: 0.889rem;
  line-height: 1.4;
  margin-top: 0.25rem; }

.grief-subpage main p.disclaimer,
.grief-subpage main .grief-resources-content .post-wrap.webinar-wrap p.disclaimer {
  font-size: 0.79rem;
  line-height: 1.6;
  border-top: 1px solid rgba(94, 117, 115, 0.125);
  padding-top: 0.75rem;
  margin-top: 0.75rem; }

/* Section Crumb -
	Utility for adding date 
	or category above a header
--------------------------------------------- */
p.section-crumb {
  margin-bottom: 0;
  padding-bottom: 0.25rem;
  position: relative;
  margin-top: 0;
  color: #314D64;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: 0.889rem; }
  p.section-crumb + p.h2, p.section-crumb + p.h3 {
    margin-top: 0; }

/* Links
--------------------------------------------- */
a {
  transition: all 0.2s ease-in-out; }

ul a,
ol a {
  border-bottom: 1px solid transparent; }

article ul a:link,
article ul a:visited,
ul.file-list a:link,
ul.file-list a:visited,
article ol a:link,
article ol a:visited,
p a:link:not(.btn),
p a:visited:not(.btn) {
  text-decoration: none;
  color: #823329;
  border-bottom: 2px solid rgba(130, 51, 41, 0.25); }
  article ul a:link:hover,
  article ul a:visited:hover,
  ul.file-list a:link:hover,
  ul.file-list a:visited:hover,
  article ol a:link:hover,
  article ol a:visited:hover,
  p a:link:not(.btn):hover,
  p a:visited:not(.btn):hover {
    color: #5b241d;
    border-bottom: 2px solid rgba(130, 51, 41, 0.5);
    background: rgba(255, 255, 255, 0.25); }

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

TEXT WHITE - Generic Container Class to Reverse Color
Already a Bootstrap Class - 
These are additional customizations

---------------------------------------------------------- */
.text-white h2.h1 {
  text-shadow: 2px 4px 4px rgba(21, 22, 26, 0.75); }

.text-white a:link:not(.btn),
.text-white a:visited:not(.btn) {
  text-decoration: none; }
  .text-white a:link:not(.btn):link,
  .text-white a:visited:not(.btn):link {
    color: #ffffff; }
  .text-white a:link:not(.btn):hover:not(.btn), .text-white a:link:not(.btn):visited:hover:not(.btn),
  .text-white a:visited:not(.btn):hover:not(.btn),
  .text-white a:visited:not(.btn):visited:hover:not(.btn) {
    color: #C0D9D5; }
  .text-white a:link:not(.btn):active,
  .text-white a:visited:not(.btn):active {
    color: #3DCBFF; }
  .text-white a:link:not(.btn):visited,
  .text-white a:visited:not(.btn):visited {
    color: #ffffff; }
  .text-white a:link:not(.btn):focus,
  .text-white a:visited:not(.btn):focus {
    color: #ffffff; }

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

PARTIALS

---------------------------------------------------------- */
.grief-subpage main .jumbotron p {
  font-size: 1.266rem;
  font-family: "Nunito Sans", sans-serif;
  color: #525665;
  padding-bottom: 1rem;
  font-weight: 400;
  width: 100%;
  /* to break inline block h1 */
  margin-top: 0;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .grief-subpage main .jumbotron p {
      font-size: 1.125rem; } }
  @media (min-width: 1200px) {
    .grief-subpage main .jumbotron p {
      font-size: 1.266rem; } }
  @media (min-width: 1440px) {
    .grief-subpage main .jumbotron p {
      font-size: 1.802rem; } }
  .grief-subpage main .jumbotron p.section-crumb {
    line-height: 1; }

.grief-subpage main .jumbotron.jumbotron-family .callout-box {
  border: none; }

.grief-subpage main .jumbotron.jumbotron-family p.town-name {
  font-weight: 600;
  font-style: italic; }
  .grief-subpage main .jumbotron.jumbotron-family p.town-name i {
    color: #A24421; }

.grief-subpage main .jumbotron.jumbotron-family p {
  font-size: 0.79rem;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .grief-subpage main .jumbotron.jumbotron-family p {
      font-size: 0.889rem; } }
  @media (min-width: 1200px) {
    .grief-subpage main .jumbotron.jumbotron-family p {
      font-size: 0.889rem; } }
  @media (min-width: 1440px) {
    .grief-subpage main .jumbotron.jumbotron-family p {
      font-size: 0.889rem; } }
.grief-subpage main .jumbotron.jumbotron-family .jumbotron-img {
  top: 0; }

.grief-subpage main .jumbotron img {
  min-height: 100%;
  min-width: 100%; }

.grief-subpage main p {
  font-size: 1.125rem; }

.grief-subpage main p.section-crumb {
  color: #525147;
  font-weight: 700;
  font-size: 1.266rem; }

.grief-subpage main p.callout {
  margin-top: 1rem;
  display: inline-block;
  margin-left: 20px;
  /* 	background: #F3E6B4;
		border: 0.5rem solid #E2C044;
		padding: 2.5rem 1.5rem;
		margin-left: 1.5rem;
		margin-right: 1.5rem;
		font-size: $h4-font-size;
		font-weight: $font-weight-bolder;
		text-align: center;
		margin-top: 3rem;
		line-height: $line-height-sm;
		
		@include media-breakpoint-up(xl) {
			margin-left: 2.5rem;
		margin-right: 2.5rem;
			*/ }
  .grief-subpage main p.callout span {
    background-color: #F3E6B4;
    line-height: 1.5;
    margin-top: 1em;
    left: 20px;
    box-sizing: content-box;
    font-size: 1.802rem;
    font-weight: 700;
    box-shadow: -20px 0px 0px #F3E6B4, 20px 0px 0px #F3E6B4; }

.grief-subpage main h2 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.grief-subpage main .bios .fa-dot-circle {
  font-size: 0.702rem;
  color: rgba(94, 117, 115, 0.5);
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  position: relative;
  top: -.1rem; }

.grief-subpage main .bios p {
  font-size: 1rem;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid rgba(94, 117, 115, 0.25);
  padding-top: 1rem;
  padding-bottom: 1rem; }

.grief-subpage main .bios p.bio-position {
  padding: 0;
  margin-left: 0.25rem;
  border-left: none;
  color: rgba(82, 81, 71, 0.85);
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.4;
  font-weight: 600;
  font-size: 110%; }
  .grief-subpage main .bios p.bio-position span {
    display: block;
    font-style: italic;
    font-weight: 400; }

.grief-subpage main h3 {
  margin-bottom: 0.25rem;
  font-family: "rift-soft", sans-serif;
  font-weight: 400;
  font-size: 2.281rem; }

.faded-jumbo-background {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%; }
  .faded-jumbo-background img {
    opacity: 0.25;
    position: absolute; }

.section-divided {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(94, 117, 115, 0.25); }
  @media (min-width: 768px) {
    .section-divided {
      margin-top: 4rem;
      padding-top: 2rem; } }
.bios h3:first-of-type {
  margin-top: 0; }

.bios p {
  font-size: 1rem; }

.grief-subpage main p.very-large-intro {
  font-family: "rift-soft", sans-serif;
  font-size: 2.281rem; }

.grief-subpage main p.very-large,
p.very-large,
.grief-subpage .expert-intro p {
  font-size: 1.125rem;
  color: rgba(82, 81, 71, 0.85);
  font-weight: 400; }
  @media (min-width: 768px) {
    .grief-subpage main p.very-large,
    p.very-large,
    .grief-subpage .expert-intro p {
      font-size: 1.424rem;
      line-height: 1.8; } }
  @media (min-width: 1440px) {
    .grief-subpage main p.very-large,
    p.very-large,
    .grief-subpage .expert-intro p {
      font-size: 1.6rem; } }
.audio-story-text {
  background-color: #C8C8C2;
  margin-top: -1.5rem;
  padding-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .audio-story-text {
      margin-top: -4rem; } }
  .audio-story-text p {
    color: rgba(82, 81, 71, 0.85); }

.grief-subpage .expert-intro p {
  margin-top: 0;
  margin-bottom: 0; }

.grief-subpage .expert-intro audio {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 0; }

h2 + p.very-large {
  margin-top: 1rem; }

.grief-subpage main p.large {
  font-size: 110%; }
  @media (min-width: 768px) {
    .grief-subpage main p.large {
      font-size: 120%;
      line-height: 1.8; } }
ul.project-team {
  list-style-type: none;
  text-align: center;
  font-size: 1.802rem;
  padding-left: 0;
  font-family: "rift-soft", sans-serif; }
  ul.project-team li {
    color: #406583;
    margin-bottom: 2rem;
    break-inside: avoid-column;
    position: relative;
    padding-bottom: 1rem; }
    ul.project-team li::after {
      content: "";
      position: absolute;
      display: block;
      bottom: 0;
      left: 25%;
      width: 50%;
      height: 1px;
      border-bottom: 1px solid rgba(94, 117, 115, 0.25);
      z-index: 1;
      padding-top: 1.5rem; }
    ul.project-team li span {
      padding: 0;
      margin-left: 0.25rem;
      border-left: none;
      color: rgba(82, 81, 71, 0.85);
      margin-top: 0;
      margin-bottom: 1rem;
      line-height: 1.4;
      font-family: "Nunito Sans", sans-serif;
      margin-top: 0.25rem;
      display: block;
      font-size: 50%; }

.requirements .row {
  margin-top: 0; }
  @media (min-width: 768px) {
    .requirements .row {
      margin-top: 3rem; }
      .requirements .row .col-xl-3 {
        border-right: 1px solid rgba(94, 117, 115, 0.25); } }
dl {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  color: #525665; }
  dl dt {
    margin-top: 1.5rem;
    margin-bottom: 0.25rem; }

.wufoo header .info {
  display: none !important; }

@media (min-width: 768px) {
  .height-md-100 {
    height: 100%; }
  .shift-top-left {
    position: relative;
    top: -1.5rem;
    left: -0.75rem; }
  .shift-right {
    position: relative;
    right: -0.75rem; }
  .shift-bottom-right {
    position: relative;
    right: -0.75rem;
    bottom: -1.5rem; }
  .shift-top-right {
    position: relative;
    top: -1.5rem;
    right: -0.75rem; }
  .shift-left {
    position: relative;
    left: -0.75rem; }
  .shift-bottom-left {
    position: relative;
    left: -0.75rem;
    bottom: -1.5rem; } }

.container-photo-grid img {
  object-fit: cover; }

.container-photo-grid .h-50 img {
  min-height: 100%; }

/* Element Invisible - 
	Replacement for Bootstrap "invisible" which
	hides element but takes up space and 
	is not off canvas
--------------------------------------------- */
.element-invisible,
.element-invisible.btn,
.pfgHidden,
.icons-social-media span {
  position: absolute;
  top: auto;
  left: -10000px;
  overflow: hidden;
  width: 0px;
  height: 0px;
  margin: 0; }
  .element-invisible:active, .element-invisible:focus,
  .element-invisible.btn:active,
  .element-invisible.btn:focus,
  .pfgHidden:active,
  .pfgHidden:focus,
  .icons-social-media span:active,
  .icons-social-media span:focus {
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    z-index: 999999; }

a.element-invisible:focus {
  background-color: #FFD100;
  color: #15161A; }

@media (min-width: 576px) {
  .d-invisible-sm {
    position: absolute;
    top: auto;
    left: -10000px;
    overflow: hidden;
    width: 0px;
    height: 0px;
    margin: 0; } }

@media (min-width: 768px) {
  .d-invisible-md {
    position: absolute;
    top: auto;
    left: -10000px;
    overflow: hidden;
    width: 0px;
    height: 0px;
    margin: 0; } }

@media (min-width: 992px) {
  .d-invisible-lg {
    position: absolute;
    top: auto;
    left: -10000px;
    overflow: hidden;
    width: 0px;
    height: 0px;
    margin: 0; } }

@media (min-width: 1200px) {
  .d-invisible-xl {
    position: absolute;
    top: auto;
    left: -10000px;
    overflow: hidden;
    width: 0px;
    height: 0px;
    margin: 0; } }

/* Fade In - 
	Replace stock Bootstrap fade and scale
--------------------------------------------- */
.fade-in {
  transition: opacity 0.25s linear; }

@media screen and (prefers-reduced-motion: reduce) {
  /* for users with vestibular disoreders */
  .fade-in {
    transition: none; } }

.fade-in:not(.show) {
  opacity: 0; }

/* Margin - Too late to add to spacer map - so just adding
	a couple of generica utilities
--------------------------------------------- */
.mb-2rem {
  margin-bottom: 2rem; }

.pb-2rem {
  padding-bottom: 2rem; }

/* Border - 
	Top and Bottom Utility Class
--------------------------------------------- */
.border-t {
  border-top: 1px solid rgba(94, 117, 115, 0.125); }

.border-b {
  border-bottom: 1px solid rgba(94, 117, 115, 0.125); }

.border-r {
  border-right: 1px solid rgba(94, 117, 115, 0.125); }

.border-l {
  border-left: 1px solid rgba(94, 117, 115, 0.125); }

/* Translate Center
	- Move absolute positioned element center/center
--------------------------------------------- */
.translate-center-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.translate-left {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.translate-right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0 -50%); }

.translate-right-bottom {
  bottom: 0;
  right: 0; }

.translate-right-top {
  top: 0;
  right: 0; }

.translate-left-top {
  top: 0;
  left: 0; }

.translate-center-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.translate-center-top {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

/* Overflow - 
	Hidden Utility
--------------------------------------------- */
.overflow-hidden {
  overflow: hidden; }

/* Border Overlay -
	Semi-transparent creek border inset
	image overlay
--------------------------------------------- */
.img-border-overlay {
  position: relative;
  outline: 0.25rem solid rgba(62, 163, 158, 0.5);
  outline-offset: -1rem; }
  .img-border-overlay img::before {
    content: " ";
    position: absolute;
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    border: 0.5rem solid rgba(62, 163, 158, 0.5);
    z-index: 1; }

/* Box Shadow
	General Box Shadow 
	and boxh shadow hover state for links
--------------------------------------------- */
.box-shadow {
  box-shadow: 0 0.25rem 1rem rgba(21, 22, 26, 0.2);
  margin-bottom: 3rem; }

a.box-shadow {
  box-shadow: 0 0.25rem 1rem rgba(21, 22, 26, 0.2); }
  a.box-shadow:hover {
    /* change body on hover only if wrapped in a */
    box-shadow: 0.25rem 0.5rem 1.5rem rgba(21, 22, 26, 0.35); }

.box-shadow-medium {
  box-shadow: 0.25rem 0.5rem 1.5rem rgba(21, 22, 26, 0.35); }

.box-shadow-prominent {
  box-shadow: 0.25rem 0.25rem 1rem rgba(21, 22, 26, 0.75);
  margin-bottom: 1rem; }

.img-inset-border {
  position: relative;
  display: block; }

.img-inset-border::before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0.75rem;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  border: 0.5rem solid rgba(94, 117, 115, 0.25); }

span.highlighter {
  background: rgba(226, 192, 68, 0.75);
  padding: 0 0.375rem;
  display: inline-block; }

span.highlighter-underline {
  padding: 0;
  display: inline-block;
  position: relative; }
  span.highlighter-underline::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 0.35rem;
    background: rgba(226, 192, 68, 0.5);
    background-size: .25rem 100%; }

.z-index-higher {
  z-index: 9; }

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

HIGHLIGHTER

---------------------------------------------------------- */
.highlighter {
  padding: 0 .25rem;
  display: inline-block;
  background-color: #FFFF99; }

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

COLOR Utility Classes

---------------------------------------------------------- */
.white {
  color: #ffffff;
  font-weight: 300;
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif;
  line-height: 2.5; }

.black {
  color: #15161A;
  font-weight: 300;
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif;
  line-height: 2.5; }

.nittany-navy {
  color: #001E44; }

.beaver-blue {
  color: #1E417B; }

.slate-gray {
  color: #314D64; }

.creek {
  color: #2f7a77; }

.limestone-gray {
  color: #91959C; }

.coaly-gray {
  color: #54585A; }

.perpetual-purple {
  color: #491d70; }

.future-green {
  color: #608000; }

.invent-orange {
  color: #9d5800; }

.keystone {
  color: #806900; }

.bg-nittany-navy {
  background: #001E44; }

.bg-slate {
  background: #314D64; }

.bg-white {
  background: #ffffff; }

.bg-light-gray {
  background: #f6f6f7; }

.bg-lightish-gray {
  background: #dcddde; }

.bg-future-green {
  background: #99CC00; }

.bg-dark-future-green {
  background: #739900; }

.bg-dark-orange {
  background: #b66600; }

.bg-orange {
  background: #ff9c1d; }

.bg-dark-purple {
  background: #491d70; }

.bg-light-creek {
  background-color: #e7f4f3; }

.bg-creek {
  background-color: #3EA39E; }

.bg-keystone-yellow {
  background-color: #FFD100; }

.bg-dark-creek {
  background: #296c68; }

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

FIGURES

---------------------------------------------------------- */
figure {
  margin: 0 0 1.5rem 0; }
  figure.add-img-border img {
    border: 0.5rem solid #B7C9D7; }
  figure img {
    width: 100%;
    height: auto; }
    figure img.blue-border {
      border: 0.5rem solid #B7C9D7; }
  figure a {
    color: #266EC0;
    font-weight: 600; }
    figure a img {
      border: .5rem solid #B7C9D7; }

figcaption {
  font-size: 0.79rem;
  font-family: "Nunito Sans", sans-serif;
  padding: 0.5rem;
  line-height: 1.4; }

.grief-resources-content figcaption p {
  font-size: 0.79rem;
  margin-top: 0;
  margin-bottom: 0; }
  .grief-resources-content figcaption p a:link:not(.btn) {
    color: #266EC0;
    font-weight: 600; }

.float-half,
.float-third {
  width: 100%;
  margin-top: 1rem; }

.float-left,
.float-right {
  float: none; }

figure.overflow-scroll {
  overflow: hidden;
  overflow-x: auto; }
  figure.overflow-scroll img {
    height: 360px;
    width: auto; }
    @media (min-width: 768px) {
      figure.overflow-scroll img {
        width: 100%;
        height: auto; } }
@media (min-width: 576px) {
  .float-left {
    float: left;
    margin-right: 1.5rem;
    margin-top: 0.5rem; }
  .float-right {
    float: right;
    margin-left: 1.5rem;
    margin-top: 0.5rem; }
  section.float-left,
  section.float-right {
    /* required for generic content page with visual header and sidenav - need to float in order to insert side nav after header */
    margin-right: 0;
    margin-left: 0; }
  figure.float-left figcaption {
    text-align: left; }
  figure.float-right figcaption {
    text-align: right; }
  .float-half,
  .float-third {
    width: 50%; }
  .float-half.float-with-columns {
    width: 100%; } }

@media (min-width: 1200px) {
  .float-third {
    width: 33.3333%; }
  .float-half.float-with-columns {
    width: 50%; }
  .float-left {
    margin-right: 2.5rem; }
  .float-right {
    margin-left: 2.5rem; } }

/* @import "_general-address"; */
button {
  cursor: pointer; }
  button.disabled {
    pointer-events: none; }

.btn {
  position: relative;
  padding: 0.5rem 1rem;
  border: transparent;
  font-weight: 600;
  font-size: 0.889rem;
  font-family: "Nunito Sans", sans-serif;
  transition: all 0.2s ease-in-out; }

.btn {
  white-space: normal;
  /* override bootstrap default so button text can break - otherwise it can fix width and add scrollbars */ }

.btn-large {
  padding: 1rem 3rem;
  font-size: 1rem;
  font-weight: 700; }

.btn.btn-sm {
  padding: 0.25rem 0.75rem;
  font-size: 0.702rem; }

button.btn.btn-primary,
.btn.btn-primary {
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  background-color: #A24421;
  color: #ffffff; }
  button.btn.btn-primary:hover,
  .btn.btn-primary:hover {
    background-color: #783218; }

/* .btn.btn-primary.btn-toggle-mobile-nav {
	border: 1px solid transparent;
	background-color: transparent;
	}
	*/
.btn.btn-watch {
  padding: 0.5rem 1rem;
  border: 1px solid #009CDE;
  background-color: #009CDE;
  color: #ffffff; }

.btn.btn-college-nav {
  font-size: 0.702rem; }

button.btn-link,
.btn-link a,
a.btn-link,
a.card .btn-link {
  padding: 0;
  border: 1px solid transparent;
  color: #2f7a77; }
  button.btn-link::after,
  .btn-link a::after,
  a.btn-link::after,
  a.card .btn-link::after {
    content: "\f061";
    display: inline-block;
    margin-left: 0.25rem;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Free';
    line-height: 1.4; }

button.btn-link:hover,
a:hover .btn-link,
a.btn-link:hover {
  border-bottom: 1px solid #2f7a77; }

.btn.btn-light-gray {
  background: #e2e3e4;
  color: #15161A; }
  .btn.btn-light-gray:hover {
    background: #eff0f1; }

.btn.btn-light-creek-outline {
  background: #ffffff;
  border: 1px solid #cfe8e7;
  color: #2f7a77; }
  .btn.btn-light-creek-outline:hover {
    background: #3EA39E;
    color: #ffffff; }

.btn.btn-creek {
  background: #2f7a77;
  color: #ffffff; }
  .btn.btn-creek:hover {
    background: #3EA39E; }

.form-inline .btn.btn-creek {
  box-shadow: none; }

.btn.btn-cta {
  display: block;
  background: #001E44;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  word-break: normal; }

.btn.btn-orange {
  background: #b66600;
  color: #ffffff; }
  .btn.btn-orange:hover {
    background: #E98300; }

.btn.btn-green {
  background: #739900;
  color: #ffffff; }
  .btn.btn-green:hover {
    background: #86b300; }

.btn.btn-purple {
  background: #632799;
  color: #ffffff; }
  .btn.btn-purple:hover {
    background: #7e32c1; }

.btn.btn-slate {
  background: #426786;
  color: #ffffff; }
  .btn.btn-slate:hover {
    background: #5382a8; }

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

FORM - BASIC

---------------------------------------------------------- */
.pfg-form {
  padding: 1rem;
  background: #e9eaea; }
  .pfg-form fieldset {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
    padding: 1rem;
    background-color: #f6f6f7;
    border: 1px solid #cfd1d2; }
  .pfg-form legend {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 1rem 0;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: -0.005em;
    font-family: "Nunito Sans", sans-serif; }
  .pfg-form .formHelp {
    font-style: italic;
    font-family: "Nunito Sans", sans-serif; }
  .pfg-form .formQuestion {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.875rem; }
  .pfg-form .ArchetypesMultiSelectionValue {
    display: flex;
    align-items: baseline;
    margin-bottom: 0.5rem; }
    .pfg-form .ArchetypesMultiSelectionValue input {
      margin-right: 0.25rem;
      margin-left: 0.5rem; }
    .pfg-form .ArchetypesMultiSelectionValue label {
      margin-bottom: 0; }
  .pfg-form label {
    display: block;
    margin-bottom: 0.25rem;
    color: #525665;
    font-size: 0.79rem;
    font-family: "Nunito Sans", sans-serif; }
  .pfg-form input[type=checkbox] + label {
    display: inline-block; }
  .pfg-form div.field {
    margin-top: 1rem; }
  .pfg-form input[type=text],
  .pfg-form textarea {
    padding: 0.25rem;
    border: 1px solid #cfd1d2;
    color: #15161A;
    font-size: 0.702rem;
    font-family: "Nunito Sans", sans-serif; }
  .pfg-form textarea {
    width: 100%; }
  .pfg-form select {
    max-width: 100%;
    /* prevent scroll on moblie with wide select menu */
    font-size: 0.79rem;
    font-family: "Nunito Sans", sans-serif; }
  .pfg-form .btn {
    margin-top: 1rem; }

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

Standard Block Quote 

---------------------------------------------------------- */
blockquote {
  font-size: 1rem;
  line-height: 1.8;
  border-left: 1px solid rgba(64, 101, 131, 0.375);
  margin-left: 0;
  color: #406583;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem 1rem 1rem 1.5rem;
  text-align: left;
  font-weight: 400;
  font-family: "farnham-headline", serif; }
  @media (min-width: 992px) {
    blockquote {
      margin-left: 1.5rem;
      margin-right: 1.5rem;
      font-size: 1.424rem; } }
  @media (min-width: 1440px) {
    blockquote {
      margin-left: 3rem;
      margin-right: 3rem; } }
  blockquote.border-none {
    border-left: none;
    margin-left: 0; }

.grief-resources-content blockquote p {
  font-size: 1rem;
  line-height: 1.4;
  color: #406583;
  font-weight: 400;
  font-family: "farnham-headline", serif; }
  @media (min-width: 992px) {
    .grief-resources-content blockquote p {
      font-size: 1.424rem; } }
.swiper-container {
  position: relative;
  padding-bottom: 10px;
  margin-top: -2.5rem;
  margin-top: 1.5rem;
  overflow: hidden;
  /* matching # of slide break to 2 in swiper */
  /* 
	@media (min-width: 640px) { 
		 
		&::before {
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			background: linear-gradient(to right, rgba(200,200,194,1) 0%,rgba(200,200,194,0) 100%);
			width: 3rem;
			height: 100%;
			z-index: 9;
			}
	
		&::after {
			content: '';
			position: absolute;
			right: 0;
			top: 0;
			background: linear-gradient(to right, rgba(200,200,194,0) 0%,rgba(200,200,194,1) 100%);
			width: 3rem;
			height: 100%;
			z-index: 9;
			}
	}
	*/ }
  .swiper-container .swiper-slide {
    opacity: 0.35;
    filter: blur(5px); }
  .swiper-container .swiper-slide-active {
    opacity: 1;
    filter: blur(0); }

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  color: rgba(38, 110, 192, 0.5) !important; }

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #A24421 !important; }

.swiper-container::before {
  /*content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 25%;
    width: 50%;
    height: 1px;
    border-bottom: 0.25rem solid rgba(#525147,.25);	
    z-index: 1;
    padding-top: 1.5rem;
	*/ }

.swiper-testimonials blockquote,
.swiper-testimonials a.webinar-preview {
  border-left: none;
  margin-top: 0;
  /* used bc  img divider */
  padding: 1rem 0 0 0;
  padding: 0.5rem 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  position: relative;
  font-style: italic;
  line-height: 1.4;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  text-indent: -0.5rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.5);
  background: white;
  box-shadow: 0 0.25rem 1rem rgba(21, 22, 26, 0.2); }
  .swiper-testimonials blockquote.blockquote-small-type,
  .swiper-testimonials a.webinar-preview.blockquote-small-type {
    font-size: 0.889rem; }
  .swiper-testimonials blockquote cite,
  .swiper-testimonials a.webinar-preview cite {
    margin-top: 1rem;
    font-size: 0.889rem; }
  @media (min-width: 992px) {
    .swiper-testimonials blockquote,
    .swiper-testimonials a.webinar-preview {
      font-size: 1.266rem; }
      .swiper-testimonials blockquote.blockquote-small-type,
      .swiper-testimonials a.webinar-preview.blockquote-small-type {
        font-size: 1.125rem; } }
.swiper-testimonials a.webinar-preview {
  display: block;
  margin-bottom: 2rem;
  text-align: left;
  text-indent: 0;
  font-style: normal;
  background: rgba(255, 255, 255, 0.75); }
  .swiper-testimonials a.webinar-preview:hover {
    background: white; }
  .swiper-testimonials a.webinar-preview p {
    font-size: 1.125rem; }
    .swiper-testimonials a.webinar-preview p span {
      font-size: 90%; }

.testimonial-divider {
  /* swiper */
  width: 240px;
  height: 57px;
  margin-top: 1rem;
  margin-bottom: -1rem;
  position: relative; }
  @media (min-width: 992px) {
    .testimonial-divider {
      width: 360px;
      height: 85px;
      margin-top: 0; } }
.expert-quote blockquote {
  font-size: 1.125rem; }
  @media (min-width: 768px) {
    .expert-quote blockquote {
      font-size: 1.424rem; } }
  @media (min-width: 1440px) {
    .expert-quote blockquote {
      font-size: 1.6rem; } }
cite {
  display: block;
  margin-top: 1.5rem;
  margin-right: 1rem;
  text-align: right;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.2;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  /*	&::before { THIS WAS ADDED ALREADY IN CONTENT BUILDER
			content: '—';
			}
		*/ }
  cite span {
    font-style: italic; }

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

Set Off Gradient BG Blockquotes

---------------------------------------------------------- */
.gradient-bg blockquote {
  font-family: "Nunito Sans", sans-serif; }

.gradient-bg {
  padding: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background: linear-gradient(135deg, #d5d5d1 0%, rgba(213, 213, 209, 0) 50%); }
  .gradient-bg.gradient-alert {
    background: radial-gradient(circle at bottom right, #F9F2DA 0%, #EED98F 100%);
    background: radial-gradient(circle at bottom right, #D86940 0%, #5B241D 100%); }
  .gradient-bg blockquote {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-right: 0;
    line-height: 1.8;
    font-size: 1rem;
    border-left: transparent; }
    @media (min-width: 1200px) {
      .gradient-bg blockquote {
        font-size: 1.266rem; } }
    .gradient-bg blockquote p {
      /* in case of p inside blockquote - match blockquote style */
      line-height: 1.8;
      font-size: 1rem;
      color: #406583; }
      @media (min-width: 1200px) {
        .gradient-bg blockquote p {
          font-size: 1.266rem; } }
  .gradient-bg cite {
    font-size: 1rem;
    margin-right: 0; }
  .gradient-bg.text-white a:link:not(.btn),
  .gradient-bg.text-white a:visited:not(.btn) {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5); }
  @media (min-width: 1200px) {
    .gradient-bg {
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media (min-width: 1440px) {
    .gradient-bg {
      padding-left: 6rem;
      padding-right: 6rem; } }
.gradient-bg.gradient-bg-yellow {
  background: radial-gradient(circle at bottom right, #F9F2DA 0%, #EED98F 100%); }

.offset-photos {
  background-color: #C8C8C2;
  margin-top: -2rem; }

.expert-video + .offset-photos {
  padding-top: 3rem;
  margin-top: 0; }

.expert-blocks {
  margin-bottom: 0.25rem; }
  .expert-blocks p a:link:not(.btn),
  .expert-blocks p a:visited:not(.btn) {
    color: rgba(82, 81, 71, 0.85); }
    .expert-blocks p a:link:not(.btn):hover,
    .expert-blocks p a:visited:not(.btn):hover {
      color: #5b241d; }

.expert-video {
  background: #525147; }

.expert-video .wrap-video {
  background-color: transparent; }
  @media (min-width: 576px) {
    .expert-video .wrap-video {
      padding: 0; } }
.expert-quote {
  background: #C8C8C2;
  margin-top: -2.5rem; }

.expert-video + .expert-quote {
  padding-top: 3rem;
  margin-top: 0; }

.blockquote-wrap {
  position: relative;
  width: 100%;
  background-color: #DBE4EB;
  padding: 2rem; }
  @media (min-width: 992px) {
    .blockquote-wrap {
      position: absolute;
      left: auto;
      margin-top: 0;
      margin-bottom: 0;
      right: 2rem;
      width: 50%;
      z-index: 9;
      background-color: transparent;
      padding: 0; } }
@media (min-width: 992px) {
  .blockquote-wrap.blockquote-wrap-left {
    margin-top: 0;
    left: 2rem;
    right: auto; } }

.expert-img-wrap {
  background: #4B779A; }
  .expert-img-wrap img {
    opacity: 0.85; }

.img-expert {
  overflow: hidden;
  height: 90vh; }

.img-expert img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

.grief-subpage main p.expert-name {
  margin-bottom: 0;
  margin-top: 0;
  color: #406583;
  font-family: "rift-soft", sans-serif;
  font-size: 4vmax;
  line-height: 1.0;
  margin-bottom: 0.25rem; }

.grief-subpage main p.expert-title {
  margin-bottom: 0;
  line-height: 1.2;
  color: rgba(82, 81, 71, 0.85);
  margin-top: 0;
  margin-bottom: .375rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(94, 117, 115, 0.25); }

/* @import "_content-knockout"; */
/* @import "_offset-content-previews"; */
/* ----------------------------------------------------------

HEADER

---------------------------------------------------------- */
/* Affix
--------------------------------------------- */
.affix-placeholder {
  display: none; }

@media (min-width: 992px) {
  .affix-placeholder {
    display: block; } }

.show-affix {
  display: none; }

.hide-affix {
  display: block; }

.btn.hide-affix,
.hide-affix-inline-block {
  display: inline-block; }

/* General Header 
--------------------------------------------- */
header {
  transition: all 0.375s ease-in-out;
  z-index: 99;
  position: relative; }

header.affix {
  position: fixed;
  /* this breaks scrolling of nav on mobile - this needs to be remedied  */
  top: 0;
  left: 0;
  box-shadow: 0 0 1rem rgba(84, 88, 90, 0.85); }

@media (min-width: 992px) {
  header {
    position: relative; }
  header.affix {
    position: fixed; } }

/* Brand - Logo
--------------------------------------------- */
header .test-logo {
  position: absolute;
  top: 0;
  left: 1rem;
  width: 120px;
  display: block; }
  header .test-logo img {
    width: 100%;
    height: auto; }

header .flex-header .test-logo {
  position: relative;
  top: 0.75rem;
  left: 0;
  width: 180px; }

header .flex-header .project-logo {
  position: relative;
  top: 0;
  left: 0; }

header .project-logo {
  position: absolute;
  top: 1rem;
  padding: 0.25rem 0.5rem 0.25rem 1rem;
  z-index: 9;
  font-family: "rift-soft", sans-serif;
  color: #525665;
  font-size: 2rem;
  background-color: rgba(94, 117, 115, 0.18755); }
  header .project-logo span {
    font-family: "Nunito Sans", sans-serif;
    font-size: 35%;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-left: 0.25rem;
    color: #757a8f; }
  @media (min-width: 768px) {
    header .project-logo {
      top: 0.75rem;
      font-size: 2.281rem; } }
  @media (min-width: 992px) {
    header .project-logo {
      font-size: 2.887rem; } }
header .project-logo-test {
  position: absolute;
  top: .75rem;
  z-index: 9;
  font-family: "rift-soft", sans-serif;
  color: #406583;
  font-size: 2.281rem; }
  @media (min-width: 768px) {
    header .project-logo-test {
      font-size: 2.281rem; } }
  @media (min-width: 992px) {
    header .project-logo-test {
      font-size: 2.027rem; } }
header .project-logo-hinting {
  position: absolute;
  top: .75rem;
  z-index: 9;
  font-family: "rift-soft", sans-serif;
  color: #406583;
  font-size: 2.281rem;
  z-index: 9;
  font-family: "rift-soft", sans-serif;
  color: #406583; }
  @media (min-width: 768px) {
    header .project-logo-hinting {
      height: 56px;
      /* match hinting menu */
      position: relative;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      margin-top: 0.25rem;
      top: 0;
      font-size: 1.802rem; } }
  @media (min-width: 992px) {
    header .project-logo-hinting {
      font-size: 2.027rem; } }
header .project-logo.project-logo-2 {
  background-color: #406583;
  color: #DBE4EB;
  transform: rotate(-4deg);
  top: 1.5rem; }
  header .project-logo.project-logo-2 span {
    color: #DBE4EB; }

header .project-logo.project-logo-3 {
  background-color: #406583;
  color: #DBE4EB; }
  header .project-logo.project-logo-3 span {
    color: #DBE4EB; }

/* Mobile Hamburger Button
--------------------------------------------- */
.btn.btn-primary.btn-toggle-mobile-nav {
  position: fixed;
  top: 0.75rem;
  right: 0.75rem;
  margin-bottom: 0;
  font-size: 0.889rem;
  background: #A24421;
  color: rgba(255, 255, 255, 0.9);
  padding: 0.375rem 0.75rem;
  font-weight: 600;
  z-index: 9;
  white-space: nowrap;
  /* so hamburger does not bounce down */ }
  .btn.btn-primary.btn-toggle-mobile-nav .fas {
    font-size: 0.79rem;
    vertical-align: middle;
    margin-right: 0.125rem;
    line-height: 1.2;
    position: relative;
    top: -.1rem; }
  .btn.btn-primary.btn-toggle-mobile-nav:hover {
    background-color: #783218; }

/* Search Box
--------------------------------------------- */
header .form-control,
header form .btn.btn-primary {
  padding: 0.5rem 0.5rem;
  border-radius: 0;
  font-size: 0.79rem; }

header .form-control {
  margin-left: 0.5rem;
  background: #ffffff;
  border: 1px solid rgba(49, 77, 100, 0.25);
  line-height: 1.2; }
  header .form-control:hover, header .form-control:active {
    background: #ffffff; }

header .form-inline .form-control {
  width: 12rem;
  margin-left: 0.75rem;
  /* match toggle margin in mobile */ }

@media (min-width: 992px) {
  header .form-inline .form-control {
    width: 8rem;
    margin-left: 1rem; }
  header .form-control,
  header form .btn.btn-primary {
    padding: 0.25rem 0.5rem;
    font-size: 0.702rem; } }

@media (min-width: 1200px) {
  header .form-inline .form-control {
    width: auto;
    margin-left: 1.75rem; } }

.menu-hinting-block {
  height: 56px;
  /* then wehn ul wraps, items get hidden */
  display: flex; }
  .menu-hinting-block ul {
    list-style-type: none;
    font-size: 0.889rem;
    margin: 0;
    padding: 0;
    overflow: hidden;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    font-weight: 700; }
    @media (min-width: 576px) {
      .menu-hinting-block ul {
        font-size: 1rem; } }
  .menu-hinting-block li {
    height: 100%;
    margin: 0 0.625rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1.2; }
    .menu-hinting-block li span {
      display: none;
      border-bottom: 1px solid transparent;
      margin-left: 0.25rem; }
      @media (min-width: 768px) {
        .menu-hinting-block li span {
          display: flex; } }
    .menu-hinting-block li a,
    .menu-hinting-block li button {
      display: inline-block;
      color: #525665;
      padding: 0.5rem 0;
      border-bottom: 2px solid transparent;
      background: transparent;
      border-left: none;
      border-right: none;
      border-top: none; }
      .menu-hinting-block li a:hover, .menu-hinting-block li a.active,
      .menu-hinting-block li button:hover,
      .menu-hinting-block li button.active {
        color: #525665;
        border-bottom: 2px solid #3DCBFF; }
  .menu-hinting-block.text-white ul li a:link:not(.btn), .menu-hinting-block.text-white ul li a:visited:not(.btn) {
    color: #ffffff; }
    .menu-hinting-block.text-white ul li a:link:not(.btn):hover, .menu-hinting-block.text-white ul li a:visited:not(.btn):hover {
      color: #ffffff; }

.menu-hinting.text-white a:link:not(.btn):hover:not(.btn),
.menu-hinting.text-white a:link:not(.btn):visited:hover:not(.btn),
.menu-hinting.text-white a:visited:not(.btn):hover:not(.btn),
.menu-hinting.text-white a:visited:not(.btn):visited:hover:not(.btn) {
  color: #ffffff; }

/* Mobile Hamburger Button - Duplication from Header to Alter for Menu Hinting
--------------------------------------------- */
.menu-hinting-block .btn.btn-toggle-mobile-nav {
  /* position: fixed;
		top: 0.75rem;
		right: 0.75rem; */
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #525665;
  background: transparent;
  z-index: 9;
  white-space: nowrap;
  /* so hamburger does not bounce down */
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0 0 0.625rem; }
  .menu-hinting-block .btn.btn-toggle-mobile-nav span {
    padding: 0.5rem 0;
    border-bottom: 2px solid transparent; }
  .menu-hinting-block .btn.btn-toggle-mobile-nav:hover span {
    border-bottom: 2px solid #3DCBFF; }
  .menu-hinting-block .btn.btn-toggle-mobile-nav .fas {
    font-size: 1rem;
    margin-left: 0.25rem;
    display: inline-block;
    color: #525665; }

.menu-hinting-block.text-white .btn.btn-toggle-mobile-nav {
  color: #ffffff; }
  .menu-hinting-block.text-white .btn.btn-toggle-mobile-nav .fas {
    color: #ffffff; }

/* List Group Tab Panel - 
	Make this component responsive. 
	It's not in the default Bootstrap setup.
--------------------------------------------- */
.list-group {
  display: block; }

.list-group-item {
  display: inline;
  /* remove if you don't want it inline! */ }

@media (min-width: 768px) {
  .list-group {
    display: flex; }
  .list-group-item {
    display: block; } }

/* List Inline - 
	Simply adding to ul level so we don't need 
	list-inline-item on all sub li 
--------------------------------------------- */
.list-inline {
  margin-bottom: 0; }
  .list-inline li {
    display: inline-block; }

.list-inline-not-mobile li {
  display: block; }

@media (min-width: 992px) {
  .list-inline-not-mobile li {
    display: inline-block; } }

/* General UL/OL
--------------------------------------------- */
ul, ol {
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif; }

.container-text ul,
.container-text ol {
  color: #525665;
  text-align: left;
  font-size: 1rem; }
  .container-text ul li,
  .container-text ol li {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    line-height: 1.6; }
  .container-text ul li:nth-of-type(even) p,
  .container-text ol li:nth-of-type(even) p {
    background-color: rgba(255, 255, 255, 0.15); }

.container-text ul,
.container-text ol {
  padding-left: 3rem; }

.container-text ol {
  margin-right: 2rem; }

.container-text ul {
  margin-bottom: 1rem;
  text-indent: -0.25rem; }
  .container-text ul li {
    margin-bottom: 0.375rem; }

.container-text .card ul {
  font-size: 0.79rem; }

/* List with Check Marks
--------------------------------------------- */
ul.list-checked {
  padding-left: 2.25rem;
  list-style-type: none; }
  ul.list-checked li::before {
    content: "\f058";
    display: inline-block;
    margin-right: 0.25rem;
    color: #3EA39E;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Free';
    line-height: 1; }

/* Offset List with Left Border
	e.g. Utilized on Major Pages - Alumni Lists
--------------------------------------------- */
.list-offset-bordered {
  display: block;
  overflow: visible;
  margin-bottom: 0;
  padding: 1rem 0.5rem 0.5rem 0.5rem;
  background: #ffffff;
  border-left: 1px solid rgba(94, 117, 115, 0.125); }
  .list-offset-bordered ul {
    margin-bottom: 0;
    padding-left: 1.5rem; }
  .list-offset-bordered p.offset-left {
    position: relative;
    display: inline-block;
    left: -1.25rem;
    margin-bottom: 0.5rem;
    padding: 0.25rem 0.75rem;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
    line-height: 1.2; }

@media (min-width: 768px) {
  ul.list-three-col {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    margin-bottom: 0.5rem;
    padding-right: 2rem;
    padding-left: 2rem; }
  ul.list-two-col {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem; } }

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

SOCIAL MEDIA LISTS

---------------------------------------------------------- */
a i.fa-facebook-square {
  color: #4267b2; }
  a i.fa-facebook-square:hover {
    color: #4267b2; }

a i.fa-twitter:hover {
  color: #38A1F3; }

a i.fa-twitter-square:hover {
  color: #38A1F3; }

a i.fa-instagram:hover {
  color: #000; }

a i.fa-linkedin:hover {
  color: #2867B2; }

a i.fa-envelope-square {
  color: #007c89; }
  a i.fa-envelope-square:hover {
    color: #007c89; }

a i.fa-youtube-square:hover {
  color: #FF0000; }

a i.fa-file-video {
  color: #A24421; }
  a i.fa-file-video:hover {
    color: #783218; }

a.email,
a.phone,
a.pdf,
a.full-bio,
span.fax {
  display: block;
  margin: 0.25rem 0.75rem 0.25rem 0; }
  a.email .fas,
  a.phone .fas,
  a.pdf .fas,
  a.full-bio .fas,
  span.fax .fas {
    color: #949798; }

/* List Social
	Vertical List - e.g. sidebar
	with link hover on name (not icon)
--------------------------------------------- */
ul.list-social {
  width: 100%;
  padding-left: 1rem;
  list-style-type: none;
  text-align: left;
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif; }
  ul.list-social i {
    color: rgba(64, 101, 131, 0.75); }
  ul.list-social.text-white i {
    color: #ffffff; }
  ul.list-social.text-white:hover {
    color: rgba(255, 255, 255, 0.75); }
  ul.list-social li {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    line-height: 1; }
    ul.list-social li span, ul.list-social li i {
      display: inline-block;
      vertical-align: middle; }

ul.list-social.text-white li:hover i {
  color: rgba(255, 255, 255, 0.75); }

/* List Social - Inline
--------------------------------------------- */
ul.list-inline.list-inline-social {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0; }
  ul.list-inline.list-inline-social li {
    padding-bottom: 0; }

address ul.list-inline.list-inline-social {
  margin-top: 0.75rem; }

/* List Social - Inline - Video Sharing on /documentary
--------------------------------------------- */
.social-links ul.list-social.list-social-video-platforms {
  font-size: 1.266rem; }
  .social-links ul.list-social.list-social-video-platforms li {
    font-weight: 800;
    color: #406583; }
  .social-links ul.list-social.list-social-video-platforms a i.fa-youtube {
    color: #FF0000; }
    .social-links ul.list-social.list-social-video-platforms a i.fa-youtube:hover {
      color: #cc0000; }
  .social-links ul.list-social.list-social-video-platforms a i.fa-vimeo {
    color: #1ab7ea; }
    .social-links ul.list-social.list-social-video-platforms a i.fa-vimeo:hover {
      color: #1295bf; }

/* Override border hover
--------------------------------------------- */
address ul.list-inline-social li a,
address ul.list-inline-social li a:hover,
.container-text ul.list-inline-social li a,
.container-text ul.list-inline-social li a:hover,
.directory-more ul.list-inline-social li a,
.directory-more ul.list-inline-social li a:hover {
  border-bottom: transparent; }

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

JUMBOTRON HOME STYLE

---------------------------------------------------------- */
.resource-intro {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  overflow: visible; }
  .resource-intro .jumbotron-img {
    height: 100%; }

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

New Multiple CTAs

---------------------------------------------------------- */
.new-multiple-ctas {
  margin-left: 0.75rem; }
  .new-multiple-ctas .btn {
    background-color: rgba(255, 255, 255, 0.75);
    margin: 0.25rem 0;
    font-size: 0.79rem;
    padding: 0.375rem 0.75rem; }
    @media (min-width: 576px) {
      .new-multiple-ctas .btn {
        font-size: 0.889rem;
        padding: 0.5rem 1rem; } }
    .new-multiple-ctas .btn.trailer-button {
      background-color: rgba(226, 192, 68, 0.875); }
      .new-multiple-ctas .btn.trailer-button:hover {
        background-color: #E2C044; }
    .new-multiple-ctas .btn.survey-button {
      background-color: rgba(47, 131, 117, 0.875);
      display: inline-block;
      color: #ffffff; }
      @media (min-width: 768px) {
        .new-multiple-ctas .btn.survey-button {
          display: none; } }
      .new-multiple-ctas .btn.survey-button:hover {
        background-color: #2F8375; }
    .new-multiple-ctas .btn:hover {
      background-color: #ffffff; }

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

JUMBOTRON HOME STYLE

---------------------------------------------------------- */
.grief-home .jumbotron {
  padding-top: 4rem;
  background-color: #274053; }
  .grief-home .jumbotron.jumbotron-img-based {
    padding-top: 0; }
  @media (min-width: 576px) {
    .grief-home .jumbotron {
      padding-top: 0; } }
.jumbotron-variable-height .intro-copy {
  padding-top: 3rem; }
  @media (min-width: 768px) {
    .jumbotron-variable-height .intro-copy {
      padding-top: 6rem; } }
.intro-copy {
  padding-top: 6rem;
  padding-bottom: 1rem; }
  .intro-copy.intro-copy-vid-layout {
    padding-top: 0;
    padding-bottom: 0; }
    .intro-copy.intro-copy-vid-layout h1 {
      border-bottom: none;
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .intro-copy.intro-copy-vid-layout {
        padding-top: 0; } }
  @media (min-width: 768px) {
    .intro-copy {
      padding-bottom: 3rem; } }
  @media (min-width: 992px) {
    .intro-copy {
      padding-top: 0;
      padding-bottom: 0; } }
@media (min-width: 992px) {
  .jumbotron-variable-height .intro-copy {
    padding-top: 6rem; } }

.jumbotron {
  height: 75vh;
  /* setting to fixed height so bg image can be absolute */
  margin-bottom: 0;
  /* override bs default */
  padding: 0;
  border-radius: 0;
  /* full height in this case is variable until md break */ }
  .jumbotron h1, .jumbotron h2 {
    margin-bottom: 0; }
  .jumbotron.jumbotron-img-based {
    overflow: hidden; }
  .jumbotron.jumbotron-variable-height .jumbotron-img {
    height: 100%;
    background-size: cover; }
  .jumbotron.jumbotron-full-height, .jumbotron.jumbotron-full-height .jumbotron-img, .jumbotron.jumbotron-full-height .jumbotron-header {
    height: auto;
    height: 96vh;
    height: 86vh;
    /* shorter to account for safari mobile Sep 2020 */ }
    @media (min-width: 992px) {
      .jumbotron.jumbotron-full-height, .jumbotron.jumbotron-full-height .jumbotron-img, .jumbotron.jumbotron-full-height .jumbotron-header {
        height: 96vh; } }
  .jumbotron.jumbotron-full-height.with-mobile-auto, .jumbotron.jumbotron-full-height.with-mobile-auto .jumbotron-img {
    height: 100%;
    width: 100%; }
    @media (min-width: 768px) {
      .jumbotron.jumbotron-full-height.with-mobile-auto, .jumbotron.jumbotron-full-height.with-mobile-auto .jumbotron-img {
        height: 96vh; } }
  .jumbotron.jumbotron-mid {
    height: 60vh; }
  .jumbotron.jumbotron-short-header {
    height: 40vh; }

@media (min-aspect-ratio: 12/7) {
  .jumbotron.jumbotron-full-height {
    height: auto;
    height: 96vh;
    /* padding-top: 5rem;	commented out 4/21/20
		padding-bottom: 5rem; */ }
  .jumbotron.jumbotron-full-height.with-short-auto {
    height: auto; } }

.jumbotron.jumbotron-variable-height {
  height: auto;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem; }
  .jumbotron.jumbotron-variable-height.variable-min {
    min-height: 90vh; }
  .jumbotron.jumbotron-variable-height h1 {
    text-shadow: none; }
  .jumbotron.jumbotron-variable-height p.lead {
    margin-left: 0;
    line-height: 1.4; }
    .jumbotron.jumbotron-variable-height p.lead span {
      padding: 0;
      background: none;
      box-shadow: none; }

.article .jumbotron,
.article .jumbotron .row,
.article.jumbotron.jumbotron-img-based {
  min-height: 75vh; }

.jumbotron-img {
  position: absolute;
  width: 100%;
  height: 75vh;
  opacity: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  left: 0; }
  .jumbotron-img.fix-img-top {
    background-position-y: top;
    background-position-y: 20%; }
  .jumbotron-img.fix-img-bottom {
    background-position-y: bottom;
    background-position-y: 80%; }
  .jumbotron-img.fix-img-right {
    background-position-x: right;
    background-position-x: 80%; }
  .jumbotron-img.fix-img-left {
    background-position-x: left;
    background-position-x: 20%; }

.jumbotron-img.jumbotron-img-full-screen {
  position: fixed; }

@media (min-aspect-ratio: 6/5) {
  .jumbotron-img.fix-img-right,
  .jumbotron-img.fix-img-left {
    /* background-position-x: initial; */ } }

.jumbotron p.section-callout {
  font-size: 2.281rem; }

.jumbotron.jumbotron-variable-height h1 {
  color: #314D64;
  color: #406583; }

.jumbotron {
  overflow: hidden;
  /* background: #DBE4EB; */ }
  .jumbotron h1 {
    color: #406583;
    text-shadow: none;
    font-size: 2.887rem;
    margin-left: -.125rem;
    display: inline-block;
    border-bottom: 0.5rem solid rgba(94, 117, 115, 0.125);
    line-height: 0.8;
    padding: 0.75rem 0 1rem 0;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .jumbotron h1 {
        font-size: 4.624rem; }
        .jumbotron h1 span {
          display: block; } }
    @media (min-width: 992px) {
      .jumbotron h1 {
        font-size: 4.624rem; } }
    @media (min-width: 1200px) {
      .jumbotron h1 {
        font-size: 5.202rem; } }
    @media (min-width: 1800px) {
      .jumbotron h1 {
        font-size: 5.202rem; }
        .jumbotron h1 span {
          display: block; } }
    .jumbotron h1.family-name {
      border-bottom: none;
      color: #ffffff;
      mix-blend-mode: overlay;
      padding-bottom: 0;
      margin-bottom: 0; }
    .jumbotron h1.family-name {
      text-shadow: 2px 4px 4px rgba(21, 22, 26, 0.75);
      mix-blend-mode: unset; }
  .jumbotron p.tagline {
    font-size: 3.247rem;
    font-weight: 700;
    margin-top: 0;
    line-height: 0.9;
    font-family: "rift-soft", sans-serif;
    font-weight: 300;
    font-family: "farnham-headline", serif;
    font-weight: 300; }
    @media (min-width: 768px) {
      .jumbotron p.tagline {
        font-size: 4.624rem; } }
    @media (min-width: 992px) {
      .jumbotron p.tagline {
        font-size: 4.624rem; } }
    @media (min-width: 1200px) {
      .jumbotron p.tagline {
        font-size: 5.202rem; } }
    @media (min-width: 1440px) {
      .jumbotron p.tagline {
        font-size: 5.202rem; } }
    @media (min-width: 1800px) {
      .jumbotron p.tagline {
        font-size: 5.852rem; } }
  .jumbotron .announce {
    font-family: "farnham-headline", serif;
    font-weight: 400;
    /* font-style: italic; */
    text-transform: none;
    font-size: 1.125rem;
    margin-bottom: 1rem;
    position: relative;
    margin-top: 0; }
    .jumbotron .announce::after {
      content: "";
      position: absolute;
      display: block;
      bottom: -0.5rem;
      /* margin: 0 auto; */
      left: 0;
      right: 0;
      width: 5rem;
      height: 1px;
      border-bottom: 0.25rem solid rgba(94, 117, 115, 0.25);
      z-index: 1; }
  .jumbotron p.section-crumb {
    font-size: 1.266rem;
    font-family: "rift-soft", sans-serif;
    padding-bottom: 1rem;
    font-weight: 600;
    width: 100%;
    /* to break inline block h1 */
    color: #A24421;
    margin-top: 0;
    line-height: 1.1; }
    .jumbotron p.section-crumb.section-crumb-lg {
      font-size: 1.802rem;
      font-weight: 400; }
      @media (min-width: 768px) {
        .jumbotron p.section-crumb.section-crumb-lg {
          font-size: 2.281rem; } }
    .jumbotron p.section-crumb .fas {
      font-size: 0.702rem;
      vertical-align: middle;
      color: rgba(94, 117, 115, 0.5);
      margin-left: 0.125rem;
      margin-right: 0.125rem; }
    .jumbotron p.section-crumb span {
      display: block;
      color: #406583; }
      @media (min-width: 768px) {
        .jumbotron p.section-crumb span {
          display: inline; } }
    @media (min-width: 576px) {
      .jumbotron p.section-crumb.section-crumb-lg {
        font-size: 1.802rem; } }
    @media (min-width: 768px) {
      .jumbotron p.section-crumb {
        font-size: 1.125rem; } }
    @media (min-width: 1200px) {
      .jumbotron p.section-crumb {
        font-size: 1.266rem; }
        .jumbotron p.section-crumb.section-crumb-lg {
          font-size: 2.281rem; } }
    @media (min-width: 1440px) {
      .jumbotron p.section-crumb {
        font-size: 2.281rem; }
        .jumbotron p.section-crumb.section-crumb-lg {
          font-size: 2.027rem; } }
.jumbotron-video-overlay .fas {
  color: #A24421; }

ul.list-inline.documentary-actions {
  margin-top: 1rem; }
  ul.list-inline.documentary-actions li {
    font-weight: 600;
    font-family: "rift-soft", sans-serif;
    margin: 0.5rem;
    font-size: 1.424rem; }
    ul.list-inline.documentary-actions li a {
      color: #A24421;
      padding: 0.5rem 1rem;
      background: rgba(255, 255, 255, 0.75);
      border: 1px solid rgba(162, 68, 33, 0.25); }
      ul.list-inline.documentary-actions li a:hover {
        background: #ffffff;
        color: #783218; }

p.pbs-callout {
  font-weight: 800;
  font-style: italic;
  margin-bottom: 1rem;
  color: #ffffff;
  line-height: 1.1;
  text-align: left;
  font-size: 1.125rem;
  margin-top: 0;
  display: inline-block; }
  p.pbs-callout span {
    box-shadow: inset 0 -4px 0 0 rgba(226, 192, 68, 0.75); }
  @media (min-width: 768px) {
    p.pbs-callout {
      font-size: 1.424rem; } }
button.trailer-button.trailer-button-smaller,
.btn.trailer-button.trailer-button-smaller,
.btn.meet-families-button {
  border: none;
  margin: 0.25rem 0.5rem;
  font-size: 1rem;
  padding: 0.75rem;
  font-family: "Nunito Sans", sans-serif;
  color: #2B4C68;
  background: #ACCDC8;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  border-radius: .5rem;
  opacity: 0.85; }
  button.trailer-button.trailer-button-smaller:hover,
  .btn.trailer-button.trailer-button-smaller:hover,
  .btn.meet-families-button:hover {
    background: #cce0dd; }
  @media (min-width: 768px) {
    button.trailer-button.trailer-button-smaller,
    .btn.trailer-button.trailer-button-smaller,
    .btn.meet-families-button {
      padding: 1rem 2rem; } }
.btn.airdates-button {
  border: none;
  font-family: "Nunito Sans", sans-serif;
  margin: 0.25rem 0.5rem;
  font-size: 1rem;
  padding: 1rem;
  color: #2B4C68;
  background: #A7C7D0;
  line-height: 1;
  border-radius: .5rem;
  opacity: 0.85; }
  .btn.airdates-button:hover {
    background: #c8dce2; }
  @media (min-width: 768px) {
    .btn.airdates-button {
      padding: 1rem 2rem; } }
.jumbotron .new-intro-copy {
  /* replaced with above sep 2020
	h1 {
		color: #525665;
		font-family: $font-family-sans-serif;
		font-weight: $font-weight-boldest;
		letter-spacing: -.1rem;
		mix-blend-mode: saturation;
		padding-bottom: 1rem;
		font-size: 3.247rem;
		
							
			@include media-breakpoint-up(md) {
				letter-spacing: -.15rem;
				padding-bottom: 2rem;
				font-size: $display5-size;	
				}

		@include media-breakpoint-up(lg) {
				font-size: $display4-size;
				}
					
							
			@include media-breakpoint-up(xxxl) {
				font-size: $display4-size;
				}
				
		span {
			display: inline;
			font-style: italic;
			}
		}
		*/ }
  .jumbotron .new-intro-copy h1 {
    color: #525665;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    letter-spacing: -.1rem;
    mix-blend-mode: saturation;
    padding-bottom: 0.75rem;
    font-size: 2.281rem; }
    .jumbotron .new-intro-copy h1 span {
      display: block; }
    @media (min-width: 576px) {
      .jumbotron .new-intro-copy h1 {
        letter-spacing: -.15rem;
        padding-bottom: 1.5rem;
        font-size: 3.653rem; } }
    @media (min-width: 576px) {
      .jumbotron .new-intro-copy h1 span {
        display: inline; } }
    @media (min-width: 992px) {
      .jumbotron .new-intro-copy h1 {
        font-size: 4.624rem; } }
    @media (min-width: 1800px) {
      .jumbotron .new-intro-copy h1 {
        font-size: 5.202rem; } }
  .jumbotron .new-intro-copy p {
    margin-left: 0.75rem;
    margin-top: 0.75rem;
    line-height: 1.4; }
  .jumbotron .new-intro-copy p a:link:not(.btn),
  .jumbotron .new-intro-copy p a:visited:not(.btn) {
    color: #ffffff;
    font-weight: 700;
    border-bottom: 1px solid transparent;
    padding: 0.5rem 1rem;
    background-color: #4267b2;
    display: inline-block;
    border-radius: 0.5rem; }
    .jumbotron .new-intro-copy p a:link:not(.btn):hover,
    .jumbotron .new-intro-copy p a:visited:not(.btn):hover {
      background-color: #34518d;
      border-bottom: 1px solid transparent; }

/* set blend mode for grants and newsletter text overlays */
.mix-this-color {
  mix-blend-mode: hue; }

/* Experts BG */
.grief-subpage main .jumbotron.jumbotron-color-experts h1 {
  color: #4B779A; }

.grief-subpage main .jumbotron.jumbotron-color-experts .faded-jumbo-background {
  background-color: #4B779A; }
  .grief-subpage main .jumbotron.jumbotron-color-experts .faded-jumbo-background img {
    opacity: 0.75; }

/* Community Grant BG */
.grief-subpage main .jumbotron.jumbotron-color-community p.section-crumb {
  color: #ADACA3; }

.grief-subpage main .jumbotron.jumbotron-color-community h1 {
  color: #DBE4EB; }

.grief-subpage main .jumbotron.jumbotron-color-community .mix-this-color {
  mix-blend-mode: screen; }

.grief-subpage main .jumbotron.jumbotron-color-community .faded-jumbo-background {
  background-color: #247289; }
  .grief-subpage main .jumbotron.jumbotron-color-community .faded-jumbo-background img {
    opacity: 0.25;
    mix-blend-mode: luminosity;
    filter: contrast(1.75); }

/* Public Media Grant BG */
.grief-subpage main .jumbotron.jumbotron-color-media p.section-crumb {
  color: #ADACA3; }

.grief-subpage main .jumbotron.jumbotron-color-media h1 {
  color: #DBE4EB; }

.grief-subpage main .jumbotron.jumbotron-color-media .mix-this-color {
  mix-blend-mode: color-dodge; }

.grief-subpage main .jumbotron.jumbotron-color-media .faded-jumbo-background {
  background-color: #5B241D; }
  .grief-subpage main .jumbotron.jumbotron-color-media .faded-jumbo-background img {
    opacity: 0.5;
    mix-blend-mode: overlay; }

.opacity-dimmer {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 101%;
  background-position: center center, right center;
  background-color: rgba(21, 22, 26, 0.5);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.65) 100%);
  transition: all 0.2s ease-in-out; }

.opacity-dimmer-dark {
  background-position: center center, right center;
  background-color: rgba(21, 22, 26, 0.5);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.85) 100%); }

.opacity-dimmer-light-top-left {
  z-index: 1;
  background: linear-gradient(170deg, rgba(219, 228, 235, 0.85) 5%, rgba(219, 228, 235, 0) 33.33%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

@media (min-width: 992px) {
  /* don't apply when quote stacked below image */
  .opacity-dimmer-light-bio-top-left {
    z-index: 1;
    background: linear-gradient(135deg, rgba(219, 228, 235, 0.75) 5%, rgba(219, 228, 235, 0) 60%);
    height: 100%; }
  .opacity-dimmer-light-bio-bottom-left {
    z-index: 1;
    background: linear-gradient(45deg, rgba(219, 228, 235, 0.75) 5%, rgba(219, 228, 235, 0) 60%);
    height: 100%; }
  .opacity-dimmer-light-bio-top-right {
    z-index: 1;
    background: linear-gradient(225deg, rgba(219, 228, 235, 0.75) 5%, rgba(219, 228, 235, 0) 60%);
    height: 100%; }
  .opacity-dimmer-light-bio-bottom-right {
    z-index: 1;
    background: linear-gradient(315deg, rgba(219, 228, 235, 0.75) 5%, rgba(219, 228, 235, 0) 60%);
    height: 100%; } }

/*
.opacity-dimmer-texture {
	 position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 101%;
	background: url(../images/texture-rough.jpg);
	background-size: cover;
	mix-blend-mode: luminosity;
	
	&.opacity-dimmer-texture-dark {
			mix-blend-mode: multiply;
		}
	
	}

*/
.opacity-dimmer-video {
  position: absolute;
  z-index: 0;
  top: 3vh;
  left: 3%;
  bottom: 3vh;
  right: 3%;
  width: 94%;
  height: 90vh;
  overflow: hidden;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 96vh; }
  .opacity-dimmer-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -100;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.25; }
  .opacity-dimmer-video img {
    opacity: 0.25;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .opacity-dimmer-video.dark-img img {
    opacity: 0.75; }

.video-dark .opacity-dimmer-video video {
  opacity: 0.9; }

.video-dark .jumbotron .new-intro-copy h1 {
  color: #ffffff;
  opacity: 0.9;
  mix-blend-mode: normal; }
  @media (min-width: 768px) {
    .video-dark .jumbotron .new-intro-copy h1 {
      mix-blend-mode: overlay; } }
.opacity-dimmer.faded-dimmer {
  background: #009CDE;
  mix-blend-mode: screen;
  opacity: 0.2; }

.opacity-dimmer.faded-dimmer-video {
  background: #B7C9D7;
  mix-blend-mode: screen;
  /* mix-blend-mode: hue; */
  opacity: .85; }

.opacity-dimmer-top-right {
  background: linear-gradient(to top right, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.85) 100%); }

.opacity-dimmer-bottom-right {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.85) 100%); }

.opacity-dimmer-bottom-left {
  background: linear-gradient(to bottom left, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%); }

.opacity-dimmer-bottom-left-short {
  background: linear-gradient(to bottom left, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.9) 100%); }

.opacity-dimmer-bottom {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.85) 100%); }

.opacity-dimmer-bottom-light {
  background: linear-gradient(to bottom, rgba(219, 228, 235, 0) 33.33%, #dbe4eb 100%); }

.opacity-dimmer-bottom-heavy {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, black 100%); }

/* @import "_breadcrumbs"; */
.centered-callout {
  padding-bottom: 1.5rem;
  text-align: center; }
  .centered-callout h2::after {
    right: 0;
    left: 0;
    margin: auto; }
  .centered-callout p {
    font-weight: 400;
    font-size: 1rem; }

/* masonry card columns */
/* default bootstrap re-set to 2 */
@media (min-width: 992px) {
  .card-columns {
    column-count: 3; } }

.card-deck.card-deck-3up-logos {
  flex-direction: row;
  flex-wrap: wrap; }

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

CARD DECK GENERAL CONFIG

---------------------------------------------------------- */
/* card decks build equal height style cards */
/*  number of cards per line for each breakpoint */
@media (min-width: 0) {
  .card-deck .card {
    flex: 0 0 calc(100% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

@media (min-width: 0) {
  .card-deck.card-deck-1up .card {
    flex: 0 0 calc(100% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ }
  .card-deck.card-deck-1up.no-margin .card {
    flex: 0 0 100%; } }

@media (min-width: 0) {
  .card-deck.card-deck-1up-2up-1up .card {
    flex: 0 0 calc(100% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

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

2 UP

---------------------------------------------------------- */
.card-deck.card-deck-2up .card {
  flex: 0 0 100%; }
  @media (min-width: 576px) {
    .card-deck.card-deck-2up .card {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 768px) {
    .card-deck.card-deck-2up .card {
      flex: 0 0 50%;
      margin-left: 0;
      margin-right: 0; }
      .card-deck.card-deck-2up .card .card-body {
        margin-left: 1.5rem;
        /* add padding to card on first break to more than one card up */
        margin-right: 1.5rem; } }
/* ----------------------------------------------------------

3 UP

---------------------------------------------------------- */
.card-deck.card-deck-3up .card {
  flex: 0 0 100%; }
  @media (min-width: 576px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 50%;
      margin-left: 0;
      margin-right: 0; }
      .card-deck.card-deck-3up .card .card-body {
        margin-left: 1.5rem;
        margin-right: 1.5rem; } }
  @media (min-width: 768px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 50%; } }
  @media (min-width: 992px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 50%; } }
  @media (min-width: 1200px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 33.3333%; } }
  @media (min-width: 1440px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 33.3333%; } }
@media (min-width: 0) {
  .card-deck.card-deck-3up-logos .card {
    flex: 0 0 calc(50% - 3rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

@media (min-width: 0) {
  .card-deck.card-deck-4up .card {
    flex: 0 0 calc(100% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ }
  .card-deck.no-margin.card-deck-4up .card {
    flex: 0 0 25%; } }

@media (min-width: 0) {
  .card-deck.card-deck-4up-2min .card {
    flex: 0 0 calc(50% - 3rem);
    /* $card-group-margin is half of $grid-gutter-width */ }
  .card-deck.no-margin.card-deck-4up-2min .card {
    flex: 0 0 25%; } }

/* statistics cards */
@media (min-width: 0) {
  .card-deck.card-deck-5up .card {
    flex: 0 0 calc(100% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

@media (min-width: 0) {
  .card-deck.card-deck-6up .card {
    flex: 0 0 calc(50% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ }
  .card-deck.no-margin.card-deck-6up .card {
    flex: 0 0 calc(50% - 0rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

@media (min-width: 576px) {
  .card-deck .card {
    flex: 0 0 calc(100% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

@media (min-width: 576px) {
  .card-deck.card-deck-1up .card {
    flex: 0 0 calc(100% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ }
  .card-deck.card-deck-1up.no-margin .card {
    flex: 0 0 100%; } }

@media (min-width: 576px) {
  .card-deck.card-deck-1up-2up-1up .card {
    flex: 0 0 calc(50% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

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

2 UP

---------------------------------------------------------- */
.card-deck.card-deck-2up .card {
  flex: 0 0 100%; }
  @media (min-width: 576px) {
    .card-deck.card-deck-2up .card {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 768px) {
    .card-deck.card-deck-2up .card {
      flex: 0 0 50%;
      margin-left: 0;
      margin-right: 0; }
      .card-deck.card-deck-2up .card .card-body {
        margin-left: 1.5rem;
        /* add padding to card on first break to more than one card up */
        margin-right: 1.5rem; } }
/* ----------------------------------------------------------

3 UP

---------------------------------------------------------- */
.card-deck.card-deck-3up .card {
  flex: 0 0 100%; }
  @media (min-width: 576px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 50%;
      margin-left: 0;
      margin-right: 0; }
      .card-deck.card-deck-3up .card .card-body {
        margin-left: 1.5rem;
        margin-right: 1.5rem; } }
  @media (min-width: 768px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 50%; } }
  @media (min-width: 992px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 50%; } }
  @media (min-width: 1200px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 33.3333%; } }
  @media (min-width: 1440px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 33.3333%; } }
@media (min-width: 576px) {
  .card-deck.card-deck-3up-logos .card {
    flex: 0 0 calc(33.3333333333% - 3rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

@media (min-width: 576px) {
  .card-deck.card-deck-4up .card {
    flex: 0 0 calc(50% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ }
  .card-deck.no-margin.card-deck-4up .card {
    flex: 0 0 25%; } }

@media (min-width: 576px) {
  .card-deck.card-deck-4up-2min .card {
    flex: 0 0 calc(50% - 3rem);
    /* $card-group-margin is half of $grid-gutter-width */ }
  .card-deck.no-margin.card-deck-4up-2min .card {
    flex: 0 0 25%; } }

/* statistics cards */
@media (min-width: 576px) {
  .card-deck.card-deck-5up .card {
    flex: 0 0 calc(50% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

@media (min-width: 576px) {
  .card-deck.card-deck-6up .card {
    flex: 0 0 calc(50% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ }
  .card-deck.no-margin.card-deck-6up .card {
    flex: 0 0 calc(50% - 0rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

@media (min-width: 768px) {
  .card-deck .card {
    flex: 0 0 calc(50% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

@media (min-width: 768px) {
  .card-deck.card-deck-1up .card {
    flex: 0 0 calc(100% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ }
  .card-deck.card-deck-1up.no-margin .card {
    flex: 0 0 100%; } }

@media (min-width: 768px) {
  .card-deck.card-deck-1up-2up-1up .card {
    flex: 0 0 calc(100% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

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

2 UP

---------------------------------------------------------- */
.card-deck.card-deck-2up .card {
  flex: 0 0 100%; }
  @media (min-width: 576px) {
    .card-deck.card-deck-2up .card {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 768px) {
    .card-deck.card-deck-2up .card {
      flex: 0 0 50%;
      margin-left: 0;
      margin-right: 0; }
      .card-deck.card-deck-2up .card .card-body {
        margin-left: 1.5rem;
        /* add padding to card on first break to more than one card up */
        margin-right: 1.5rem; } }
/* ----------------------------------------------------------

3 UP

---------------------------------------------------------- */
.card-deck.card-deck-3up .card {
  flex: 0 0 100%; }
  @media (min-width: 576px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 50%;
      margin-left: 0;
      margin-right: 0; }
      .card-deck.card-deck-3up .card .card-body {
        margin-left: 1.5rem;
        margin-right: 1.5rem; } }
  @media (min-width: 768px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 50%; } }
  @media (min-width: 992px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 50%; } }
  @media (min-width: 1200px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 33.3333%; } }
  @media (min-width: 1440px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 33.3333%; } }
@media (min-width: 768px) {
  .card-deck.card-deck-3up-logos .card {
    flex: 0 0 calc(33.3333333333% - 3rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

@media (min-width: 768px) {
  .card-deck.card-deck-4up .card {
    flex: 0 0 calc(50% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ }
  .card-deck.no-margin.card-deck-4up .card {
    flex: 0 0 25%; } }

@media (min-width: 768px) {
  .card-deck.card-deck-4up-2min .card {
    flex: 0 0 calc(50% - 3rem);
    /* $card-group-margin is half of $grid-gutter-width */ }
  .card-deck.no-margin.card-deck-4up-2min .card {
    flex: 0 0 25%; } }

/* statistics cards */
@media (min-width: 768px) {
  .card-deck.card-deck-5up .card {
    flex: 0 0 calc(33.3333333333% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

@media (min-width: 768px) {
  .card-deck.card-deck-6up .card {
    flex: 0 0 calc(33.3333333333% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ }
  .card-deck.no-margin.card-deck-6up .card {
    flex: 0 0 calc(33.3333333333% - 0rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

@media (min-width: 992px) {
  .card-deck .card {
    flex: 0 0 calc(50% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

@media (min-width: 992px) {
  .card-deck.card-deck-1up .card {
    flex: 0 0 calc(100% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ }
  .card-deck.card-deck-1up.no-margin .card {
    flex: 0 0 100%; } }

@media (min-width: 992px) {
  .card-deck.card-deck-1up-2up-1up .card {
    flex: 0 0 calc(100% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

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

2 UP

---------------------------------------------------------- */
.card-deck.card-deck-2up .card {
  flex: 0 0 100%; }
  @media (min-width: 576px) {
    .card-deck.card-deck-2up .card {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 768px) {
    .card-deck.card-deck-2up .card {
      flex: 0 0 50%;
      margin-left: 0;
      margin-right: 0; }
      .card-deck.card-deck-2up .card .card-body {
        margin-left: 1.5rem;
        /* add padding to card on first break to more than one card up */
        margin-right: 1.5rem; } }
/* ----------------------------------------------------------

3 UP

---------------------------------------------------------- */
.card-deck.card-deck-3up .card {
  flex: 0 0 100%; }
  @media (min-width: 576px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 50%;
      margin-left: 0;
      margin-right: 0; }
      .card-deck.card-deck-3up .card .card-body {
        margin-left: 1.5rem;
        margin-right: 1.5rem; } }
  @media (min-width: 768px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 50%; } }
  @media (min-width: 992px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 50%; } }
  @media (min-width: 1200px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 33.3333%; } }
  @media (min-width: 1440px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 33.3333%; } }
@media (min-width: 992px) {
  .card-deck.card-deck-3up-logos .card {
    flex: 0 0 calc(33.3333333333% - 3rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

@media (min-width: 992px) {
  .card-deck.card-deck-4up .card {
    flex: 0 0 calc(33.3333333333% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ }
  .card-deck.no-margin.card-deck-4up .card {
    flex: 0 0 25%; } }

@media (min-width: 992px) {
  .card-deck.card-deck-4up-2min .card {
    flex: 0 0 calc(33.3333333333% - 3rem);
    /* $card-group-margin is half of $grid-gutter-width */ }
  .card-deck.no-margin.card-deck-4up-2min .card {
    flex: 0 0 25%; } }

/* statistics cards */
@media (min-width: 992px) {
  .card-deck.card-deck-5up .card {
    flex: 0 0 calc(25% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

@media (min-width: 992px) {
  .card-deck.card-deck-6up .card {
    flex: 0 0 calc(33.3333333333% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ }
  .card-deck.no-margin.card-deck-6up .card {
    flex: 0 0 calc(33.3333333333% - 0rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

@media (min-width: 1200px) {
  .card-deck .card {
    flex: 0 0 calc(50% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

@media (min-width: 1200px) {
  .card-deck.card-deck-1up .card {
    flex: 0 0 calc(100% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ }
  .card-deck.card-deck-1up.no-margin .card {
    flex: 0 0 100%; } }

@media (min-width: 1200px) {
  .card-deck.card-deck-1up-2up-1up .card {
    flex: 0 0 calc(100% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

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

2 UP

---------------------------------------------------------- */
.card-deck.card-deck-2up .card {
  flex: 0 0 100%; }
  @media (min-width: 576px) {
    .card-deck.card-deck-2up .card {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 768px) {
    .card-deck.card-deck-2up .card {
      flex: 0 0 50%;
      margin-left: 0;
      margin-right: 0; }
      .card-deck.card-deck-2up .card .card-body {
        margin-left: 1.5rem;
        /* add padding to card on first break to more than one card up */
        margin-right: 1.5rem; } }
/* ----------------------------------------------------------

3 UP

---------------------------------------------------------- */
.card-deck.card-deck-3up .card {
  flex: 0 0 100%; }
  @media (min-width: 576px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 50%;
      margin-left: 0;
      margin-right: 0; }
      .card-deck.card-deck-3up .card .card-body {
        margin-left: 1.5rem;
        margin-right: 1.5rem; } }
  @media (min-width: 768px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 50%; } }
  @media (min-width: 992px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 50%; } }
  @media (min-width: 1200px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 33.3333%; } }
  @media (min-width: 1440px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 33.3333%; } }
@media (min-width: 1200px) {
  .card-deck.card-deck-3up-logos .card {
    flex: 0 0 calc(33.3333333333% - 3rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

@media (min-width: 1200px) {
  .card-deck.card-deck-4up .card {
    flex: 0 0 calc(25% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ }
  .card-deck.no-margin.card-deck-4up .card {
    flex: 0 0 25%; } }

@media (min-width: 1200px) {
  .card-deck.card-deck-4up-2min .card {
    flex: 0 0 calc(25% - 3rem);
    /* $card-group-margin is half of $grid-gutter-width */ }
  .card-deck.no-margin.card-deck-4up-2min .card {
    flex: 0 0 25%; } }

/* statistics cards */
@media (min-width: 1200px) {
  .card-deck.card-deck-5up .card {
    flex: 0 0 calc(25% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

@media (min-width: 1200px) {
  .card-deck.card-deck-6up .card {
    flex: 0 0 calc(16.6666666667% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ }
  .card-deck.no-margin.card-deck-6up .card {
    flex: 0 0 calc(16.6666666667% - 0rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

@media (min-width: 1440px) {
  .card-deck .card {
    flex: 0 0 calc(33.3333333333% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

@media (min-width: 1440px) {
  .card-deck.card-deck-1up .card {
    flex: 0 0 calc(100% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ }
  .card-deck.card-deck-1up.no-margin .card {
    flex: 0 0 100%; } }

@media (min-width: 1440px) {
  .card-deck.card-deck-1up-2up-1up .card {
    flex: 0 0 calc(100% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

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

2 UP

---------------------------------------------------------- */
.card-deck.card-deck-2up .card {
  flex: 0 0 100%; }
  @media (min-width: 576px) {
    .card-deck.card-deck-2up .card {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 768px) {
    .card-deck.card-deck-2up .card {
      flex: 0 0 50%;
      margin-left: 0;
      margin-right: 0; }
      .card-deck.card-deck-2up .card .card-body {
        margin-left: 1.5rem;
        /* add padding to card on first break to more than one card up */
        margin-right: 1.5rem; } }
/* ----------------------------------------------------------

3 UP

---------------------------------------------------------- */
.card-deck.card-deck-3up .card {
  flex: 0 0 100%; }
  @media (min-width: 576px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 50%;
      margin-left: 0;
      margin-right: 0; }
      .card-deck.card-deck-3up .card .card-body {
        margin-left: 1.5rem;
        margin-right: 1.5rem; } }
  @media (min-width: 768px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 50%; } }
  @media (min-width: 992px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 50%; } }
  @media (min-width: 1200px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 33.3333%; } }
  @media (min-width: 1440px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 33.3333%; } }
@media (min-width: 1440px) {
  .card-deck.card-deck-3up-logos .card {
    flex: 0 0 calc(33.3333333333% - 3rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

@media (min-width: 1440px) {
  .card-deck.card-deck-4up .card {
    flex: 0 0 calc(25% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ }
  .card-deck.no-margin.card-deck-4up .card {
    flex: 0 0 25%; } }

@media (min-width: 1440px) {
  .card-deck.card-deck-4up-2min .card {
    flex: 0 0 calc(25% - 3rem);
    /* $card-group-margin is half of $grid-gutter-width */ }
  .card-deck.no-margin.card-deck-4up-2min .card {
    flex: 0 0 25%; } }

/* statistics cards */
@media (min-width: 1440px) {
  .card-deck.card-deck-5up .card {
    flex: 0 0 calc(20% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

@media (min-width: 1440px) {
  .card-deck.card-deck-6up .card {
    flex: 0 0 calc(16.6666666667% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ }
  .card-deck.no-margin.card-deck-6up .card {
    flex: 0 0 calc(16.6666666667% - 0rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

@media (min-width: 1800px) {
  .card-deck .card {
    flex: 0 0 calc(33.3333333333% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

@media (min-width: 1800px) {
  .card-deck.card-deck-1up .card {
    flex: 0 0 calc(100% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ }
  .card-deck.card-deck-1up.no-margin .card {
    flex: 0 0 100%; } }

@media (min-width: 1800px) {
  .card-deck.card-deck-1up-2up-1up .card {
    flex: 0 0 calc(100% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

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

2 UP

---------------------------------------------------------- */
.card-deck.card-deck-2up .card {
  flex: 0 0 100%; }
  @media (min-width: 576px) {
    .card-deck.card-deck-2up .card {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 768px) {
    .card-deck.card-deck-2up .card {
      flex: 0 0 50%;
      margin-left: 0;
      margin-right: 0; }
      .card-deck.card-deck-2up .card .card-body {
        margin-left: 1.5rem;
        /* add padding to card on first break to more than one card up */
        margin-right: 1.5rem; } }
/* ----------------------------------------------------------

3 UP

---------------------------------------------------------- */
.card-deck.card-deck-3up .card {
  flex: 0 0 100%; }
  @media (min-width: 576px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 50%;
      margin-left: 0;
      margin-right: 0; }
      .card-deck.card-deck-3up .card .card-body {
        margin-left: 1.5rem;
        margin-right: 1.5rem; } }
  @media (min-width: 768px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 50%; } }
  @media (min-width: 992px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 50%; } }
  @media (min-width: 1200px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 33.3333%; } }
  @media (min-width: 1440px) {
    .card-deck.card-deck-3up .card {
      flex: 0 0 33.3333%; } }
@media (min-width: 1800px) {
  .card-deck.card-deck-3up-logos .card {
    flex: 0 0 calc(33.3333333333% - 3rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

@media (min-width: 1800px) {
  .card-deck.card-deck-4up .card {
    flex: 0 0 calc(25% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ }
  .card-deck.no-margin.card-deck-4up .card {
    flex: 0 0 25%; } }

@media (min-width: 1800px) {
  .card-deck.card-deck-4up-2min .card {
    flex: 0 0 calc(25% - 3rem);
    /* $card-group-margin is half of $grid-gutter-width */ }
  .card-deck.no-margin.card-deck-4up-2min .card {
    flex: 0 0 25%; } }

/* statistics cards */
@media (min-width: 1800px) {
  .card-deck.card-deck-5up .card {
    flex: 0 0 calc(20% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

@media (min-width: 1800px) {
  .card-deck.card-deck-6up .card {
    flex: 0 0 calc(16.6666666667% - 6rem);
    /* $card-group-margin is half of $grid-gutter-width */ }
  .card-deck.no-margin.card-deck-6up .card {
    flex: 0 0 calc(16.6666666667% - 0rem);
    /* $card-group-margin is half of $grid-gutter-width */ } }

@media (max-width: 575px) {
  .card-deck.card-deck-3up-logos .card {
    flex: 0 0 calc(50%);
    /* overide 3rem from card deck config */ } }

.card-deck {
  margin-left: 0;
  margin-right: 0; }
  .card-deck.no-margin {
    margin: 0; }
  .card-deck .card {
    padding-bottom: 1.5rem;
    margin: 0; }

.card-body {
  background: #ffffff; }

@media (min-width: 576px) {
  .card-deck .card {
    margin-right: 1.5rem;
    margin-left: 1.5rem; }
  .card-deck.no-margin .card {
    margin-right: 0;
    margin-left: 0; } }

.card {
  overflow: hidden; }
  .card h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    transition: all 0.375s ease-in-out; }
  .card img {
    transition: all 0.375s ease-in-out;
    transform-origin: top right; }
  .card .card-body {
    transition: all 0.375s ease-in-out; }
  .card:hover a {
    text-decoration: none; }

.card-title p {
  position: relative;
  margin-bottom: 0.75rem;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.2; }

.card-text p {
  margin-bottom: 0;
  font-size: 0.889rem;
  line-height: 1.6; }

@media (min-width: 768px) {
  .card-text p {
    font-size: 0.702rem; }
  .card-deck-2up .card-text p {
    font-size: 0.889rem; } }

/*@import "_cards-news";  */
.card-deck-text-only {
  position: relative; }

.card.card-text-only {
  margin-top: 1rem;
  margin-bottom: 1rem;
  transition: all 0.2s ease-in-out; }
  .card.card-text-only .card-body {
    padding: 1.5rem;
    background: #f6f6f7;
    box-shadow: 0 0.25rem 1rem rgba(21, 22, 26, 0.2); }

.grief-subpage main .card.card-text-only h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.802rem;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 1rem; }
  @media (min-width: 768px) {
    .grief-subpage main .card.card-text-only h2 {
      font-size: 2.281rem; } }
  .grief-subpage main .card.card-text-only h2::after {
    content: none; }

div.card.card-text-only .card-text p {
  font-size: 0.889rem; }
  @media (min-width: 768px) {
    div.card.card-text-only .card-text p {
      font-size: 0.889rem; } }
.visual-cards .card-body {
  flex: 0 0 auto; }

.card-body {
  padding: 0; }

.no-margin.card-deck {
  padding-bottom: 1.5rem; }
  .no-margin.card-deck .card.card-visual {
    margin-top: 0;
    margin-bottom: 0; }

.card.card-visual {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0;
  /* when full card is not a link, option for links inside text */ }
  .card.card-visual .card-image-top {
    position: relative;
    overflow: hidden;
    background: #15161A;
    transition: all 0.375s ease-in-out; }
    .card.card-visual .card-image-top figure {
      margin: 0; }
  .card.card-visual img {
    position: relative; }
  .card.card-visual .card-body .card-image-top {
    background-color: #f6f6f7; }
  .card.card-visual:hover .card-image-top::before {
    opacity: 1; }
  .card.card-visual:hover .card-image-top .card-body {
    background-color: #ffffff; }
  .card.card-visual p.section-crumb {
    margin-top: 0; }
  .card.card-visual p.h3 {
    margin-top: 0;
    font-size: 2.281rem;
    line-height: 1.2; }
  .card.card-visual:hover {
    transform: scale(1.05);
    z-index: 9; }
    .card.card-visual:hover .opacity-dimmer-bottom {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); }
  .card.card-visual a {
    border-bottom: 1px solid rgba(94, 117, 115, 0.125);
    text-decoration: none;
    color: #307e7a; }
    .card.card-visual a:hover {
      border-bottom: 1px solid rgba(94, 117, 115, 0.125); }

.text-white p.town-name {
  color: #DBE4EB; }

div.card .card-text p {
  margin-bottom: 0.5rem; }
  @media (min-width: 768px) {
    div.card .card-text p {
      font-size: 0.79rem; } }
div.card .card-text ul {
  font-size: 0.79rem; }
  div.card .card-text ul li {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 600; }
    div.card .card-text ul li a {
      border-bottom: 1px solid rgba(94, 117, 115, 0.125);
      color: #15161A; }
    div.card .card-text ul li ul {
      padding-left: 1.25rem; }
    div.card .card-text ul li li {
      margin-top: 0.5rem;
      font-weight: 400; }

.card-image-top .opacity-dimmer {
  z-index: 1; }

.visual-cards-imgs-cropped .card-image-top {
  height: 8rem;
  overflow: hidden; }

.card-img-crop {
  /* more than square */
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 120%; }
  .card-img-crop img {
    position: absolute;
    top: -10%;
    width: 100%; }

.card .card-img-overlay {
  z-index: 2;
  padding: 0.5rem 0.75rem; }
  .card .card-img-overlay h3.card-title {
    position: relative;
    margin-bottom: 0;
    text-shadow: 2px 2px 6px rgba(21, 22, 26, 0.875);
    line-height: 1;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-size: 1.424rem;
    font-size: 1.266rem; }
    .card .card-img-overlay h3.card-title + p {
      font-size: 0.702rem;
      margin-top: 0.25rem;
      margin-bottom: 0;
      line-height: 1.1;
      font-weight: 600; }

@media (min-width: 992px) {
  .card-deck-2up .card .card-img-overlay h3.card-title {
    font-size: 1.424rem; }
    .card-deck-2up .card .card-img-overlay h3.card-title + p {
      font-size: 0.79rem; } }

@media (min-width: 1200px) {
  .card-deck-2up .card .card-img-overlay h3.card-title + p {
    font-size: 0.889rem; } }

.card.card-visual.card-horizontal .row {
  background-color: #f6f6f7; }

.card.card-visual.card-horizontal:hover .row {
  background-color: #ffffff; }

.card.card-visual.card-horizontal h3.card-title {
  position: relative; }

.card.card-visual.card-horizontal p {
  margin-bottom: 0;
  padding-top: .125rem;
  font-size: 0.889rem;
  line-height: 1.6; }
  @media (min-width: 768px) {
    .card.card-visual.card-horizontal p {
      font-size: 0.702rem; } }
/* @import "_back-to-top-button"; */
/* ----------------------------------------------------------

FOOTER

---------------------------------------------------------- */
footer.footer-new {
  background: linear-gradient(to bottom, #dbe4eb 0%, white 100%);
  padding-top: 1.5rem; }
  footer.footer-new p.tagline {
    font-family: "rift-soft", sans-serif;
    font-size: 3.247rem;
    font-weight: 400;
    position: relative;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 0; }
    footer.footer-new p.tagline.tagline-sans {
      font-family: "Nunito Sans", sans-serif;
      font-weight: 800;
      letter-spacing: -.1rem; }
      footer.footer-new p.tagline.tagline-sans span {
        font-style: italic;
        display: inline;
        margin-left: 0.25rem; }
    @media (min-width: 576px) {
      footer.footer-new p.tagline {
        font-size: 3.653rem;
        margin-right: 1rem;
        display: inline-flex; } }
    @media (min-width: 1200px) {
      footer.footer-new p.tagline {
        font-size: 3.653rem; }
        footer.footer-new p.tagline.tagline-sans {
          font-size: 3.653rem; } }
    footer.footer-new p.tagline::before {
      content: "";
      position: absolute;
      display: block;
      top: -2.25rem;
      left: 0;
      width: 50%;
      height: 1px;
      border-bottom: 0.5rem solid rgba(94, 117, 115, 0.25);
      z-index: 1; }
    footer.footer-new p.tagline.tagline-speaking::before {
      border-bottom: 0; }
  footer.footer-new ul.list-social {
    margin-bottom: 0;
    margin-top: 0; }
    @media (min-width: 576px) {
      footer.footer-new ul.list-social {
        display: inline-flex;
        width: auto; } }
p.initiative span {
  display: inline-block;
  border-bottom: 1px solid rgba(94, 117, 115, 0.25);
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 600;
  font-size: 0.889rem;
  font-style: italic; }

ul.list-inline.list-contact {
  font-size: 0.79rem;
  margin-top: 0.75rem; }
  ul.list-inline.list-contact li {
    display: inline-block;
    margin-bottom: 0.125rem; }
    ul.list-inline.list-contact li span {
      font-family: "Nunito Sans", sans-serif;
      font-size: 0.702rem; }
    ul.list-inline.list-contact li a {
      border-bottom: transparent;
      padding: 0.5rem; }
      ul.list-inline.list-contact li a:hover {
        background: #ffffff; }
  ul.list-inline.list-contact li.contact-heading {
    text-transform: uppercase; }

.social-links ul.list-social {
  /* width: 100%; need if centering */
  margin-bottom: 1.5rem;
  list-style-type: none;
  text-align: left;
  font-size: 1.802rem;
  font-family: "Nunito Sans", sans-serif;
  padding-left: 0; }
  .social-links ul.list-social li {
    padding: 0.375rem 0.5rem;
    transition: all 0.375s ease-in-out;
    border-radius: 0.25rem; }
    .social-links ul.list-social li:hover {
      background: rgba(255, 255, 255, 0.5); }
    .social-links ul.list-social li.newsletter:hover span {
      color: #007c89; }
    .social-links ul.list-social li.newsletter:hover .fas {
      color: #007c89; }
    .social-links ul.list-social li span {
      font-size: 0.79rem; }
  .social-links ul.list-social .fas, .social-links ul.list-social .fab {
    vertical-align: middle; }

.grief-home footer.footer-new {
  margin-top: 0; }

footer {
  /* relative and high z-index to mask any affixed nav */
  position: relative;
  /* background-color: $color-ps-nittany-navy; */
  z-index: 9; }
  footer .footer-content {
    padding-top: 0.75rem; }
  footer img.penn-state-logo {
    width: 172px;
    height: 54px;
    margin-top: 1rem; }
  footer p.outreach-tagline {
    margin-top: 0.5rem; }
  footer img.nylf-logo,
  footer img.logo-footer-wpsu,
  footer img.apt-logo {
    width: auto;
    height: 36px;
    margin: 0;
    transition: all 0.375s ease-in-out;
    display: inline-block; }
    footer img.nylf-logo:hover,
    footer img.logo-footer-wpsu:hover,
    footer img.apt-logo:hover {
      opacity: 0.75; }
    @media (min-width: 768px) {
      footer img.nylf-logo,
      footer img.logo-footer-wpsu,
      footer img.apt-logo {
        height: 40px; } }
    @media (min-width: 1200px) {
      footer img.nylf-logo,
      footer img.logo-footer-wpsu,
      footer img.apt-logo {
        height: 50px;
        margin: 0; } }
  footer p.small {
    font-size: 0.702rem; }
    @media (min-width: 768px) {
      footer p.small {
        font-size: 0.79rem; } }
  footer .fa-stack {
    text-align: center; }
  footer li.footer-list-head {
    display: block;
    font-weight: 400;
    font-size: 0.875rem;
    font-family: "Nunito Sans", sans-serif; }
  footer .footer-details-block {
    padding-bottom: 0.5rem; }
  footer ul.list-inline.list-legal {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 0.702rem;
    font-family: "Nunito Sans", sans-serif;
    line-height: 1.2; }
    footer ul.list-inline.list-legal li {
      padding: 0.125rem 0.25rem; }
      footer ul.list-inline.list-legal li::after {
        content: '/';
        margin-left: 0.75rem; }
      footer ul.list-inline.list-legal li:last-of-type::after {
        content: none; }
  footer ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    font-size: 1rem;
    font-family: "Nunito Sans", sans-serif; }
    footer ul li {
      margin-left: 0.25rem;
      margin-right: 0.25rem;
      padding-bottom: 0.125rem;
      padding-top: 0.125rem; }
  footer ul.list-inline li {
    margin-left: 0;
    margin-right: 0; }
  footer ul.list-inline.list-inline-contact {
    margin-bottom: 0;
    font-size: 0.702rem; }
  footer abbr[title] {
    text-decoration: none; }
  footer abbr:hover {
    cursor: default; }

footer ul.list-inline-social {
  text-align: center; }

@media (min-width: 576px) {
  footer ul.list-inline-social {
    text-align: left; } }

@media (min-width: 992px) {
  footer ul.list-inline-social {
    border-left: transparent; } }

li.li-separator::after {
  content: '|';
  margin-right: 0.25rem;
  margin-left: 0.5rem;
  vertical-align: baseline;
  color: #3EA39E;
  font-weight: 300;
  font-size: 1rem; }

p.crisis-new span {
  display: block;
  color: #a31418;
  font-weight: 700;
  font-size: 115%; }

p.crisis-new a:link:not(.btn) {
  color: #15161A;
  border-bottom: none; }

p.crisis-new a:hover span {
  color: #760e11; }

.crisis-alert {
  background: #a41318;
  padding: 0.25rem 1rem;
  color: white;
  text-align: center;
  display: block; }
  .crisis-alert p a:link:not(.btn):hover,
  .crisis-alert p a:visited:not(.btn):hover {
    background: transparent;
    border-bottom: 1px solid #fff; }
  .crisis-alert p a.logo-link:link:not(.btn):hover,
  .crisis-alert p a.logo-link:not(.btn):visited:hover {
    background: transparent;
    border-bottom: transparent; }
  .crisis-alert p {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0; }
    .crisis-alert p span {
      display: block;
      margin-top: 1rem; }
      @media (min-width: 768px) {
        .crisis-alert p span {
          display: inline-block;
          margin-top: 0; } }
  .crisis-alert img {
    margin-left: 1rem;
    border: 0.25rem solid transparent;
    border-radius: 1rem;
    transition: all 0.375s ease-in-out; }
    .crisis-alert img:hover {
      border: 0.25rem solid rgba(255, 255, 255, 0.75);
      border-radius: 1rem; }
  .crisis-alert:hover {
    background: #760e11; }

.project-logos {
  background-color: #406583;
  background-color: #2f4b61;
  background-color: #C8C8C2;
  background-color: transparent; }

.logo-legal {
  background-color: #2f4b61; }

.simple-crisis ul {
  margin-bottom: 1rem; }
  .simple-crisis ul li a {
    color: #a31418;
    font-weight: 600; }
    .simple-crisis ul li a:hover {
      color: #760e11; }

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

NEW FOOTER NAV - SEPT 2020

---------------------------------------------------------- */
footer.footer-nav .card {
  display: inline-block; }
  @media (min-width: 768px) {
    footer.footer-nav .card {
      display: block; } }
footer.footer-nav p.tagline {
  font-family: "rift-soft", sans-serif;
  font-size: 3.247rem;
  font-weight: 400;
  position: relative;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 3rem;
  border-bottom: none;
  font-size: 2.281rem; }
  @media (min-width: 576px) {
    footer.footer-nav p.tagline {
      margin-right: 1rem;
      display: inline-flex; } }
  @media (min-width: 1200px) {
    footer.footer-nav p.tagline {
      font-size: 2.887rem; } }
footer.footer-nav p.footer-nav-category {
  font-weight: 700;
  margin-top: 1rem;
  border-bottom: 1px solid rgba(94, 117, 115, 0.125);
  margin-bottom: 0.5rem; }

footer.footer-nav ul.footer-nav-list {
  font-size: 0.79rem; }
  footer.footer-nav ul.footer-nav-list li {
    margin-bottom: 0.25rem;
    line-height: 1.4; }
    footer.footer-nav ul.footer-nav-list li a {
      border-bottom: 2px solid transparent; }
    footer.footer-nav ul.footer-nav-list li a:hover {
      color: #5b241d;
      border-bottom: 2px solid rgba(130, 51, 41, 0.5); }
  footer.footer-nav ul.footer-nav-list li span.crisis {
    display: block;
    font-weight: 700;
    color: #a31418; }
  footer.footer-nav ul.footer-nav-list.list-legal li {
    margin-bottom: 0; }

footer.footer-nav ul.list-social {
  margin-bottom: 0;
  margin-top: 0; }
  @media (min-width: 576px) {
    footer.footer-nav ul.list-social {
      display: inline-flex;
      width: auto; } }
footer.footer-nav p.initiative span {
  display: inline-block;
  border-bottom: 1px solid rgba(94, 117, 115, 0.25);
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 600;
  font-size: 0.889rem;
  font-style: italic; }

footer.footer-nav p.small {
  margin-top: 1.5rem; }

footer.footer-nav .footer-nav-logos .card {
  width: 33.33%;
  float: left; }
  @media (min-width: 992px) {
    footer.footer-nav .footer-nav-logos .card {
      width: 100%;
      float: none; } }
footer.footer-nav img.nylf-logo,
footer.footer-nav img.logo-footer-wpsu,
footer.footer-nav img.apt-logo {
  width: 82.5%;
  height: auto;
  display: inline-block; }
  @media (min-width: 576px) {
    footer.footer-nav img.nylf-logo,
    footer.footer-nav img.logo-footer-wpsu,
    footer.footer-nav img.apt-logo {
      width: 70%; } }
  @media (min-width: 992px) {
    footer.footer-nav img.nylf-logo,
    footer.footer-nav img.logo-footer-wpsu,
    footer.footer-nav img.apt-logo {
      height: 35px;
      width: auto; } }
  @media (min-width: 1200px) {
    footer.footer-nav img.nylf-logo,
    footer.footer-nav img.logo-footer-wpsu,
    footer.footer-nav img.apt-logo {
      height: 40px; } }
footer.footer-nav ul.list-contact {
  margin-top: 1rem;
  display: inline-block;
  font-size: 0.79rem; }
  footer.footer-nav ul.list-contact a:hover {
    color: #5b241d;
    border-bottom: 2px solid rgba(130, 51, 41, 0.5); }
  footer.footer-nav ul.list-contact li {
    margin-bottom: 0.5rem; }
  footer.footer-nav ul.list-contact li span {
    font-weight: 600; }

.modal {
  -webkit-overflow-scrolling: touch;
  /* smooth mobile scroll */ }
  .modal button.close {
    position: fixed;
    float: none;
    font-weight: 400;
    padding: 0.25rem;
    top: 0.75rem;
    right: 0.75rem;
    opacity: 1;
    z-index: 99; }
    .modal button.close .fas {
      font-size: 1.125rem;
      color: #ffffff;
      vertical-align: middle;
      margin-right: 0.125rem;
      line-height: 1.2; }
    .modal button.close span {
      color: white;
      font-size: 1.125rem; }
  .modal .modal-body {
    padding: 0 1rem 0.5rem 1rem; }
  .modal ul {
    list-style-type: none;
    font-family: "Nunito Sans", sans-serif;
    font-size: 1.424rem;
    font-weight: 800;
    padding-left: 0;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .modal ul {
        font-size: 1.424rem; } }
  .modal li a {
    color: #ffffff; }
    .modal li a:focus {
      outline: 5px auto #EFC900;
      outline-offset: -2px;
      box-shadow: inset 0 0 3px 2px #EFC900; }
  .modal .nav-link {
    display: inline-block;
    padding: 0.25rem 0 0.25rem 0;
    margin: 0.625rem 0 0.5rem 0; }
  .modal ul.sub-nav {
    font-family: "Nunito Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400; }
    @media (min-width: 768px) {
      .modal ul.sub-nav {
        font-size: 1.125rem;
        /* -moz-column-count: 2;
			    -webkit-column-count: 2;
			    column-count: 2;
			    -webkit-column-gap: 1.5rem;
			     -moz-column-gap: 1.5rem;
		          column-gap: 1.5rem; */
        padding: 0.5rem 0; } }
    .modal ul.sub-nav li {
      padding: 0.75rem;
      display: inline-block;
      width: 100%;
      -webkit-column-break-inside: avoid; }
      @media (min-width: 768px) {
        .modal ul.sub-nav li {
          display: block; } }
.modal .nav-item-w-sub-nav .nav-link {
  margin-bottom: 0.25rem; }

.modal ul li a {
  display: inline-block; }

.modal ul.list-social {
  width: 100%;
  list-style-type: none;
  text-align: left;
  font-size: 1.802rem;
  font-family: "Nunito Sans", sans-serif; }
  .modal ul.list-social li {
    margin: 0.375rem; }
    .modal ul.list-social li span {
      font-size: 0.889rem; }
  .modal ul.list-social .fas, .modal ul.list-social .fab {
    vertical-align: middle; }

/* .modal ul li a::before {
	content: "";
	position: absolute;
	width: 40%;
	height: 3px;
	bottom: 0;
	left: 30%;
	background: $color-ps-creek-light20;
	visibility: hidden;
	border-radius: 5px;
	transform: scaleX(0);
	transition: .25s linear;
	}

.modal ul li a:hover::before {
	visibility: visible;
	transform: scaleX(1);
	}
*/
/*
$total-items: 6;
*/
.modal-nav li.nav-item {
  position: relative;
  display: block;
  text-align: left;
  /*  animation: fadeIn 0.25s linear; 
  animation-fill-mode: both; */
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0.5rem 0; }
  .modal-nav li.nav-item:last-of-type {
    border-bottom: transparent; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    top: 100px; }
  75% {
    opacity: 0.5;
    top: 0px; }
  100% {
    opacity: 1; } }

@-webkit-keyframes backdropAnim {
  0% {
    opacity: 1;
    transform: scale(0); }
  33% {
    background-color: #2f7a77;
    background-color: #2F8375; }
  50% {
    transform: scale(1); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@-webkit-keyframes backdropAnim {
  0% {
    opacity: 0.99;
    transform: scale(0.25); }
  25% {
    background-color: #2f7a77;
    background-color: #2F8375;
    transform: scale(1); }
  100% {
    opacity: 0.99;
    transform: scale(1); } }

.modal-dialog {
  background: transparent;
  border: transparent;
  box-shadow: none; }

.modal.fade-in {
  /* animation: backdropAnim 2s ease-in-out;    */
  background-color: #406583;
  /*   background-image: $color-grief-blue url(/assets/images/texture-rough.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: multiply; */ }

.modal-video-bg {
  /*  animation: backdropAnim 2s ease-in-out;    */
  background-image: url(/assets/images/bg-texture-brick.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: difference;
  background-color: #15161A;
  opacity: 1; }

.modal.fade-vid {
  transform: scale(1.1);
  opacity: 0;
  transition: all .75s ease-in-out;
  /*   display: block !important; */ }
  .modal.fade-vid.show {
    opacity: 1;
    transform: scale(1); }

.modal.fade-in {
  transform: scale(0.7);
  opacity: 0;
  transition: all .75s ease-in-out;
  /*   display: block !important; */ }
  .modal.fade-in.show {
    opacity: 1;
    transform: scale(1); }

.modal .btn:focus {
  outline: 5px auto #EFC900;
  outline-offset: -2px;
  box-shadow: inset 0 0 3px 2px #EFC900; }

.modal .nav-item .btn {
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
  margin: .25rem 0; }
  .modal .nav-item .btn:hover {
    color: #C0D9D5; }

.modal ul,
.modal .nav-item .btn {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.266rem;
  font-weight: 400;
  padding-left: 0;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .modal ul,
    .modal .nav-item .btn {
      font-size: 1.602rem; } }
.modal ul {
  list-style-type: none; }

.modal li a {
  color: #ffffff;
  transition: all 0.2s ease-in-out; }
  .modal li a:hover {
    color: #ffffff; }

.modal .dropdown-item:hover, .modal .dropdown-item:focus {
  background: transparent;
  color: #BDD6EF; }
  .modal .dropdown-item:hover:hover, .modal .dropdown-item:focus:hover {
    color: #ffffff; }

.dropdown-toggle::after {
  content: none; }

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

JUMBOTRON

---------------------------------------------------------- */
.viewer-survey-btn {
  position: fixed;
  bottom: 0.5rem;
  right: 0.25rem;
  z-index: 9999;
  display: none; }
  .viewer-survey-btn img {
    width: 80px;
    height: 80px;
    opacity: 0.85;
    transition: all 0.25s ease-in; }
  @media (min-width: 768px) {
    .viewer-survey-btn {
      display: block; }
      .viewer-survey-btn img {
        width: 100px;
        height: 100px; } }
  .viewer-survey-btn:hover img {
    opacity: 1; }

body.grief-home,
body.grief-subpage {
  background-color: #DBE4EB; }

.grief-home h2 {
  line-height: 1.0; }

.quote-container {
  background-color: rgba(94, 117, 115, 0.25); }

blockquote.offset-blockquote {
  margin-left: -5rem;
  margin-top: 3rem; }

video {
  opacity: 0.2; }

.form-wrap {
  background: rgba(255, 255, 255, 0.25);
  padding: 1rem;
  border: 0.5rem solid rgba(94, 117, 115, 0.25);
  margin-bottom: 1.5rem; }
  @media (min-width: 992px) {
    .form-wrap {
      padding: 2rem; } }
.landing-intro-copy {
  background-color: #406583;
  opacity: 0.9; }

.opacity-reset {
  opacity: 1; }

.conversation-starters {
  padding-top: 4rem;
  padding-bottom: 1rem; }
  .conversation-starters .col-lg-4:last-of-type {
    border-right: none;
    border-bottom: none; }
  .conversation-starters .col-lg-4 a {
    background: rgba(255, 255, 255, 0.375);
    display: block;
    padding-top: 1rem;
    border: 0.5rem solid rgba(94, 117, 115, 0.125); }
    .conversation-starters .col-lg-4 a img {
      opacity: 0.75;
      max-width: 50%; }
    .conversation-starters .col-lg-4 a:hover {
      background: rgba(255, 255, 255, 0.625);
      border: 0.5rem solid rgba(94, 117, 115, 0.375); }
      .conversation-starters .col-lg-4 a:hover img {
        opacity: 1; }
  .conversation-starters .h6 {
    line-height: 1.2;
    padding-bottom: 1rem;
    margin-top: 0;
    color: #406583;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300; }
  .conversation-starters .h6 span {
    line-height: 0.9;
    font-size: 200%;
    display: block;
    position: relative;
    font-family: "rift-soft", sans-serif;
    margin-bottom: 0.75rem;
    font-weight: 400; }
  .conversation-starters .h3 {
    line-height: 1;
    padding-bottom: 2rem;
    margin-top: 0;
    color: #406583;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300; }
  .conversation-starters .h3 span {
    font-size: 140%;
    display: block;
    position: relative;
    font-family: "rift-soft", sans-serif; }

.conversation-starters a.card {
  background: rgba(255, 255, 255, 0.375);
  display: block;
  padding-top: 1rem;
  border: 0.5rem solid rgba(94, 117, 115, 0.125); }
  .conversation-starters a.card img {
    opacity: 0.75;
    max-width: 50%;
    mix-blend-mode: multiply; }
    @media (min-width: 768px) {
      .conversation-starters a.card img {
        max-width: 60%; } }
  .conversation-starters a.card:hover {
    background: rgba(255, 255, 255, 0.625);
    border: 0.5rem solid rgba(94, 117, 115, 0.375); }
    .conversation-starters a.card:hover img {
      opacity: 1; }

.conversation-starters .card-deck {
  width: 100%; }

.overview-text {
  background: rgba(255, 255, 255, 0.35);
  padding: 2.5rem; }

.callout-box-rust {
  background: rgba(130, 51, 41, 0.9);
  padding: 2.5rem 1.5rem 1.5rem 1.5rem; }
  .callout-box-rust:hover {
    background: #5b241d; }

.callout-box-blue {
  background: rgba(64, 101, 131, 0.9);
  padding: 2.5rem 1.5rem 1.5rem 1.5rem; }
  .callout-box-blue:hover {
    background: #2f4b61; }

.callout-box {
  position: relative;
  background: #ffffff;
  padding: 1.5rem;
  border: 0.5rem solid #93adc2;
  opacity: 0.85; }
  .callout-box h2 {
    font-size: 2.566rem;
    padding-bottom: 1.5rem; }
  .callout-box p {
    font-size: 1rem; }
    .callout-box p:last-of-type {
      margin-bottom: 0; }
    .callout-box p span {
      display: block;
      font-size: 0.79rem;
      line-height: 1.2;
      margin-top: 0.25rem; }

p.intro-copy,
p.big-text {
  font-size: 1.266rem; }
  @media (min-width: 1200px) {
    p.intro-copy,
    p.big-text {
      font-size: 1.802rem; } }
ul.big-components {
  list-style-type: none;
  font-weight: 200;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.25rem;
  position: relative;
  color: #DFE3E3; }
  ul.big-components.big-components-dark {
    color: #525665; }
    ul.big-components.big-components-dark::after {
      content: none; }
  ul.big-components li {
    font-size: 1.424rem;
    font-family: "farnham-headline", serif;
    margin-bottom: 1.5rem; }
    @media (min-width: 768px) {
      ul.big-components li {
        font-size: 1.802rem;
        margin-bottom: 2rem; } }
p.large {
  font-size: 110%; }
  @media (min-width: 768px) {
    p.large {
      font-size: 120%;
      line-height: 1.8; } }
ul.social-vertical {
  list-style-type: none;
  padding-left: 0.5rem;
  margin-top: 1.25rem;
  font-size: 1.125rem;
  margin-bottom: 0; }
  ul.social-vertical i {
    margin-right: 0.25rem; }
  ul.social-vertical li {
    margin-bottom: 1rem;
    text-indent: -0.75rem;
    margin-left: 0.75rem; }
    ul.social-vertical li:last-of-type {
      margin-bottom: 0; }
    ul.social-vertical li a:hover {
      color: #5b241d;
      text-decoration: underline; }

.grief-twenty-twenty p.announce {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  line-height: 1;
  color: #ffffff;
  text-transform: none;
  font-size: 2.887rem;
  margin-bottom: 2.5rem;
  position: relative;
  margin-top: 0;
  /* mix-blend-mode: soft-light; */ }
  .grief-twenty-twenty p.announce::after {
    content: "";
    position: absolute;
    display: block;
    bottom: -1.5rem;
    left: 0;
    width: 50%;
    height: 1px;
    border-bottom: 0.5rem solid rgba(200, 200, 194, 0.25);
    z-index: 1; }
  @media (min-width: 768px) {
    .grief-twenty-twenty p.announce {
      font-size: 3.653rem; } }
.list-bg {
  background-color: #406583;
  opacity: 0.9; }
  @media (min-width: 768px) {
    .list-bg {
      background-color: #274053; } }
.intro-text-only {
  background: #C8C8C2;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .intro-text-only {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
/* @import "_swiper";
@import "_follow-the-nudge"; 
@import "_mock-only";
@import "_glide"; */
/* ----------------------------------------------------------

Video Transcript

---------------------------------------------------------- */
.accordion.accordion-transcript .btn {
  margin: 0;
  border-radius: 0; }

.accordion.accordion-transcript .btn-transcript {
  width: 100%;
  background-color: #ffffff;
  text-align: left; }

.accordion.accordion-transcript .accordion-content {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.75); }
  .accordion.accordion-transcript .accordion-content p {
    font-size: 0.889rem; }

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

Read More Collapse Toggles

---------------------------------------------------------- */
.btn.btn-collapse-toggle {
  font-size: 1.125rem;
  background-color: transparent;
  font-weight: 600;
  color: #783218;
  display: block;
  padding: 0.75rem; }

p + .btn.btn-collapse-toggle {
  /* just for first collapse */
  padding-top: 0; }

.read-more-content {
  padding: 0.75rem 0 0.75rem 1.5rem;
  border-left: 1px solid rgba(94, 117, 115, 0.125); }
  @media (min-width: 992px) {
    .read-more-content {
      margin-left: 2rem; } }
/* ----------------------------------------------------------

Toggle Indicators for carat and +/x

---------------------------------------------------------- */
[aria-expanded="false"] .fa-angle-up {
  display: none; }

[aria-expanded="false"] .fa-angle-down {
  display: inline-block;
  margin-left: .25rem; }

[aria-expanded="false"] .fa-times {
  display: none; }

[aria-expanded="false"] .fa-plus {
  display: inline-block;
  margin-left: .25rem; }

[aria-expanded="true"] .fa-angle-down {
  display: none; }

[aria-expanded="true"] .fa-angle-up {
  display: inline-block;
  margin-left: .25rem; }

[aria-expanded="true"] .fa-plus {
  display: none; }

[aria-expanded="true"] .fa-times {
  display: inline-block;
  margin-left: .25rem; }

/* Mail Chimp */
#mc_embed_signup {
  background: transparent;
  clear: left;
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif; }

/* WuFoo */
.timeline-container {
  width: 800px;
  padding: 0;
  margin: 50px auto;
  position: relative;
  overflow: hidden; }

@media (min-width: 768px) {
  .timeline-container {
    padding: 50px 0; } }

.timeline-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #CCD1D9;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(204, 209, 217, 0) 0%, rgba(204, 209, 217, 0.75) 25%, rgba(204, 209, 217, 0.75) 75%, rgba(204, 209, 217, 0) 100%); }

.timeline-block {
  /*    width: -webkit-calc(50% + 8px);
	width: -moz-calc(50% + 8px);
	width: calc(50% + 8px); */
  width: 408px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  clear: both; }

.timeline-block-right {
  float: right; }
  .timeline-block-right .timeline-content {
    text-align: left; }

.timeline-block-left {
  float: left;
  direction: rtl; }
  .timeline-block-left .timeline-content {
    direction: ltr; }

.marker {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #F5F7FA;
  background: #D86940;
  margin-top: 20px;
  z-index: 9999; }

@media (min-width: 768px) {
  .marker {
    margin-top: 25px; } }

.timeline-content {
  width: 95%;
  padding: 0.5rem 1rem 1rem 1rem;
  background-color: rgba(255, 255, 255, 0.75);
  margin-left: 0.5rem; }

@media (min-width: 768px) {
  .timeline-content {
    margin-left: 0; } }

.timeline-content ul {
  color: #525665;
  margin-top: 1rem;
  padding-left: 1.5rem; }
  .timeline-content ul li {
    margin-bottom: 0.75rem;
    line-height: 1.3rem; }

.timeline-content h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.75rem;
  font-weight: 500; }

@media (min-width: 768px) {
  .timeline-content h3 {
    font-size: 2rem; } }

.timeline-content span {
  font-size: 1rem;
  color: #1E417B; }

.timeline-content p {
  font-size: 0.889rem;
  line-height: 1.5;
  word-spacing: 1px;
  margin-bottom: 0; }

@media (max-width: 991.98px) {
  .timeline-container {
    width: 100%; }
  .timeline-container:before {
    left: 8px;
    width: 2px; }
  .timeline-block {
    width: 100%;
    margin-bottom: 30px; }
  .timeline-block-right {
    float: none; }
    .timeline-block-right .timeline-content {
      text-align: left; }
  .timeline-block-left {
    float: none;
    direction: ltr; }
    .timeline-block-left .timeline-content {
      text-align: left; } }

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

previews

-------------------------------- */
.grief-resources-landing {
  background-color: #DBE4EB;
  /* background-color: #EDF1F4;	
	background: linear-gradient(135deg, #C0D0DC 0, #F6F8FA 66.66%); blue
	background: linear-gradient(135deg, #D5D5D1 0, #F8F8F7 66.66%); tan
	*/ }
  @media (min-width: 768px) {
    .grief-resources-landing {
      background-image: url(/assets/images/test-generic-bg.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed; } }
.resource-intro-blocks h2 {
  font-size: 2.281rem; }
  @media (min-width: 1200px) {
    .resource-intro-blocks h2 {
      font-size: 2.887rem; } }
.resource-intro-blocks a {
  margin-bottom: 2.5rem;
  background: rgba(255, 255, 255, 0.5); }

@media (min-width: 768px) {
  .resource-intro-blocks a {
    margin-bottom: 3.5rem;
    border: 0.5rem solid rgba(94, 117, 115, 0.125);
    background: transparent; } }

.resource-intro-blocks .row:hover {
  background: #ffffff; }

@media (min-width: 768px) {
  .resource-intro-blocks .row:nth-of-type(even) {
    flex-direction: row-reverse; } }

.grief-resource-previews .card-body::after {
  content: "\f061";
  display: block;
  position: absolute;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: 'Font Awesome 5 Free';
  line-height: 1.2;
  color: rgba(38, 110, 192, 0.375);
  right: 1.5rem;
  bottom: 1rem;
  font-size: 2.281rem;
  font-weight: 800; }

.grief-resource-previews .card-body {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  background: white;
  position: relative;
  padding: 0.75rem;
  box-shadow: 0.375rem 0.375rem 0 rgba(64, 101, 131, 0.25); }
  .grief-resource-previews .card-body img {
    opacity: 1;
    transition: all 0.2s ease-in-out; }
  .grief-resource-previews .card-body:hover {
    box-shadow: 0.375rem 0.375rem 0 #a24421; }
    .grief-resource-previews .card-body:hover::after {
      color: #266EC0; }
    .grief-resource-previews .card-body:hover img {
      opacity: 1; }

.grief-resource-previews .resource-text {
  position: relative;
  /* 	display: inline-flex; */
  padding: 1rem;
  transition: all 0.2s ease-in-out; }
  .grief-resource-previews .resource-text .fas {
    margin-left: 0.75rem; }
  .grief-resource-previews .resource-text h2 {
    /* font-family: $font-family-serif; */
    font-weight: 800;
    font-size: 1.802rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.75rem;
    align-self: center;
    letter-spacing: 0;
    color: #406583;
    border-bottom: 0.125rem solid rgba(82, 86, 101, 0.125);
    /*	@include media-breakpoint-up(lg) {
				font-size: $font-size-xl;
				}
					
			@include media-breakpoint-up(xxl) {
				font-size: $h5-font-size;
				} */ }
    @media (min-width: 576px) {
      .grief-resource-previews .resource-text h2 {
        font-size: 1.802rem; } }
    .grief-resource-previews .resource-text h2::after {
      content: none; }

.grief-resources-landing .intro-copy {
  background: transparent; }

@media (min-width: 768px) {
  .grief-resources-landing .intro-copy {
    padding-bottom: 0; } }

.grief-resources-intro .intro-copy {
  margin-top: 6.5vh;
  padding: 1.5rem; }
  @media (min-width: 992px) {
    .grief-resources-intro .intro-copy {
      margin-top: 8vh;
      padding: 3rem; } }
.grief-resources-intro .intro-copy {
  background: rgba(255, 255, 255, 0.875); }
  .grief-resources-intro .intro-copy.intro-copy-bg ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0.5rem;
    border-top: 1px solid rgba(82, 86, 101, 0.125); }
  .grief-resources-intro .intro-copy.intro-copy-bg a {
    color: #266EC0;
    text-indent: -.5rem;
    display: block;
    padding: .625rem 1rem;
    border-bottom: 1px solid rgba(82, 86, 101, 0.125);
    margin-bottom: 2px; }
    .grief-resources-intro .intro-copy.intro-copy-bg a:hover {
      text-decoration: underline;
      color: #1e5695; }

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

Loading Animation

-------------------------------- */
body.grief-resources-intro {
  background-color: #93ADC2; }
  body.grief-resources-intro h1 {
    font-family: "farnham-headline", serif;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 0;
    padding-bottom: .5rem;
    display: inline-flex; }
    body.grief-resources-intro h1.h1-sans {
      font-family: "Nunito Sans", sans-serif;
      font-weight: 800;
      letter-spacing: -0.015em; }
  body.grief-resources-intro .text-white h1 {
    color: #DBE4EB; }

p.sg-logo {
  font-family: "rift-soft", sans-serif;
  font-size: 1.424rem;
  margin-bottom: 0;
  line-height: 1.2; }

@media (min-width: 992px) {
  .narrow-lg-p {
    width: 80%; } }

.grief-resources-landing p.sg-logo {
  color: #406583; }

.animation-loading-screen {
  width: 100%;
  height: 100vh;
  background-color: #823329;
  z-index: 9;
  animation-name: loadMeFirst;
  -webkit-animation-name: loadMeFirst;
  animation-duration: 5s;
  -webkit-animation-duration: 5;
  animation-fill-mode: both;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none; }
  .animation-loading-screen .container-fluid {
    width: 100%;
    height: 100vh; }
  .animation-loading-screen h1 {
    color: #C8C8C2; }

@keyframes loadMeFirst {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

p.resource-intro-copy {
  margin: 1.5rem 0 0.5rem 0;
  font-size: 1rem; }
  @media (min-width: 992px) {
    p.resource-intro-copy {
      margin-left: 1rem;
      margin-right: 1rem;
      font-size: 1.125rem; } }
.btn.btn-start-resources {
  font-size: 1.424rem;
  font-weight: 700;
  color: #406583;
  display: inline-block;
  position: relative;
  z-index: 9;
  padding: 0.5rem;
  margin-left: 1rem;
  margin-right: 2rem;
  font-family: "farnham-headline", serif;
  mix-blend-mode: multiply;
  border-bottom: 1px solid #A24421; }
  .btn.btn-start-resources .fas {
    transition: all 0.375s ease-in-out; }
  .btn.btn-start-resources:hover .fas {
    margin-left: 0.25rem; }

.text-white .btn.btn-start-resources {
  mix-blend-mode: normal;
  color: #DBE4EB; }

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

Mix Modes

-------------------------------- */
.mix-mode-multiply {
  mix-blend-mode: multiply; }

.mix-mode-overlay {
  mix-blend-mode: overlay; }

.mix-mode-soft-light {
  mix-blend-mode: soft-light; }

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

Wrap Video

-------------------------------- */
.wrap-video {
  background-color: #B7C9D7;
  margin-top: 1rem;
  margin-bottom: 2rem; }
  @media (min-width: 576px) {
    .wrap-video {
      padding: 1rem; } }
.expert-video.text-white .accordion.accordion-transcript .accordion-content p {
  color: #15161A; }

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

Pagination

-------------------------------- */
.resource-pagination {
  padding: 1.5rem 1rem;
  margin: 1.5rem 0;
  border: 1px solid rgba(94, 117, 115, 0.125);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0.25rem 1rem rgba(21, 22, 26, 0.2); }
  @media (min-width: 1440px) {
    .resource-pagination {
      padding: 2rem 1.5rem; } }
  .resource-pagination a {
    width: auto;
    color: #266EC0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    font-size: 1rem;
    border-radius: 1rem;
    font-weight: 700;
    background: #cdd4d3;
    padding: 1rem;
    margin: 1rem 0; }
    @media (min-width: 768px) {
      .resource-pagination a {
        width: 45%;
        font-size: 0.889rem; } }
    @media (min-width: 1440px) {
      .resource-pagination a {
        width: 35%; } }
    .resource-pagination a:hover {
      background: #e8ebeb;
      color: #1e5695; }
      @media (min-width: 1440px) {
        .resource-pagination a:hover {
          -webkit-transform: translate(-2.5%, 0);
          transform: translate(-2.5%, 0); } }
  .resource-pagination a span {
    font-size: 1.424rem;
    color: #525665;
    letter-spacing: -.025rem;
    display: block;
    margin-bottom: 0.25rem;
    font-weight: 800; }
  .resource-pagination a.resource-next {
    background: #efdc95; }
    .resource-pagination a.resource-next:hover {
      background: #f6eac1; }
      @media (min-width: 1440px) {
        .resource-pagination a.resource-next:hover {
          -webkit-transform: translate(2.5%, 0);
          transform: translate(2.5%, 0); } }
/* -------------------------------- 

Footer

-------------------------------- */
.grief-resources .footer-content {
  max-width: 1040px; }

.grief-resources footer.footer-new {
  padding-top: 0;
  background: transparent; }

.grief-resources img.nylf-logo,
.grief-resources img.logo-footer-wpsu,
.grief-resources img.apt-logo {
  width: auto;
  height: 36px;
  margin: 0;
  transition: all 0.375s ease-in-out; }
  .grief-resources img.nylf-logo:hover,
  .grief-resources img.logo-footer-wpsu:hover,
  .grief-resources img.apt-logo:hover {
    opacity: 0.75; }
  @media (min-width: 768px) {
    .grief-resources img.nylf-logo,
    .grief-resources img.logo-footer-wpsu,
    .grief-resources img.apt-logo {
      height: 40px; } }
  @media (min-width: 1200px) {
    .grief-resources img.nylf-logo,
    .grief-resources img.logo-footer-wpsu,
    .grief-resources img.apt-logo {
      height: 50px;
      margin: 0 1rem; } }
.grief-resources .footer-resources .card-deck .card {
  padding-bottom: 0.75rem; }

.grief-resources .footer-resources img.nylf-logo,
.grief-resources .footer-resources img.logo-footer-wpsu,
.grief-resources .footer-resources img.apt-logo {
  width: auto;
  height: 36px; }
  @media (min-width: 1200px) {
    .grief-resources .footer-resources img.nylf-logo,
    .grief-resources .footer-resources img.logo-footer-wpsu,
    .grief-resources .footer-resources img.apt-logo {
      margin: 0 1rem; } }
.grief-resources .crisis-alert {
  background: transparent;
  padding: 1rem;
  color: white;
  text-align: center;
  display: block; }
  .grief-resources .crisis-alert p a:link:not(.btn),
  .grief-resources .crisis-alert p a:visited:not(.btn) {
    background: transparent;
    border-bottom: transparent;
    background: #a41318; }
  .grief-resources .crisis-alert p a:link:not(.btn):hover,
  .grief-resources .crisis-alert p a:visited:not(.btn):hover {
    background: transparent;
    border-bottom: transparent;
    background: #760e11; }
  .grief-resources .crisis-alert p a.logo-link:link,
  .grief-resources .crisis-alert p a.logo-link:visited,
  .grief-resources .crisis-alert p a.logo-link:link:not(.btn):hover,
  .grief-resources .crisis-alert p a.logo-link:not(.btn):visited:hover {
    background: transparent;
    border-bottom: transparent; }
  .grief-resources .crisis-alert p {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0; }
    .grief-resources .crisis-alert p span {
      display: block;
      margin-top: 1rem; }
      @media (min-width: 768px) {
        .grief-resources .crisis-alert p span {
          display: inline-block; } }
  .grief-resources .crisis-alert img {
    margin-left: 1rem;
    border: 0.25rem solid transparent;
    border-radius: 1rem;
    transition: all 0.375s ease-in-out; }
    .grief-resources .crisis-alert img:hover {
      border: 0.25rem solid rgba(255, 255, 255, 0.75);
      border-radius: 1rem; }

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

Bootstrap Modal Test

-------------------------------- */
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  display: block;
  top: 0px; }

.btn.btn-bootstrap-slide {
  padding: 0;
  background: transparent;
  position: relative;
  margin: 0.5rem 0 0 0;
  color: #266EC0;
  width: 100%;
  background-color: #F6F8FA;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0) 100%);
  background: #ffffff;
  text-align: left;
  padding: 0.875rem;
  font-size: 0.889rem; }
  .btn.btn-bootstrap-slide img {
    height: 30px;
    width: 26px; }

@media (min-width: 768px) {
  .modal-dialog.modal-dialog-slideout {
    width: 80%; } }

.modal .modal-dialog-slideout {
  min-height: 100%;
  margin: 0 auto 0 0;
  background: #EDF1F4;
  background: #ffffff; }
  .modal .modal-dialog-slideout button.close {
    z-index: 999; }
    .modal .modal-dialog-slideout button.close span {
      color: #15161A;
      font-size: 2.281rem; }
  .modal .modal-dialog-slideout ul {
    font-size: 1rem;
    font-weight: 400; }

.modal.fade {
  background-color: rgba(64, 101, 131, 0.99); }

.modal.fade .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

.modal.fade.show .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  flex-flow: column; }

.modal-dialog-slideout .modal-content {
  border: 0;
  background: transparent; }

.btn-bootstrap-slide {
  position: relative;
  left: 0;
  top: 0;
  z-index: 9; }

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

Logo and Section for Resources Pages

-------------------------------- */
.grief-resources-content {
  padding-top: 0;
  /*	.gradient-bg {
		border: 1px solid rgba($color-grief-blue,0.5);
		padding: 1.5rem;
		margin-top: 3rem;
		margin-bottom: 2rem;

		&.gradient-alert {
			background: radial-gradient(circle at bottom right, #F9F2DA 0%,#EED98F 100%);
			background: radial-gradient(circle at bottom right, #D86940 0%,#5B241D 100%);
			
			
			}

		p {
			line-height: $line-height-lg;
			font-size: $font-size-base;
			
		@include media-breakpoint-up(lg) {
			font-size: $font-size-xl;
			}
			
			
			}

		&.text-white {
			
			a:link:not(.btn),
			a:visited:not(.btn) {
				border-bottom: 2px solid rgba($white,0.5);
				}
			}


		
		@include media-breakpoint-up(xxl) {	
			padding-left: 3rem;
			padding-right: 3rem;
			}
					
		@include media-breakpoint-up(xxxl) {

			margin-top: 3rem;
			margin-bottom: 3rem;

			}
		
		blockquote {
			margin-top: 0;
			padding-left: 0;
			padding-right: 0;
			margin-bottom: 0;
			}
			
			
		}
	*/ }
  @media (min-width: 992px) {
    .grief-resources-content {
      padding-top: 3.5rem; } }
  .grief-resources-content .article-wrap {
    width: 100%;
    max-width: 1040px; }
  .grief-resources-content h1, .grief-resources-content .h1 {
    font-size: 2.281rem;
    margin-bottom: 1rem;
    color: #525665;
    line-height: 1.1; }
    @media (min-width: 1200px) {
      .grief-resources-content h1, .grief-resources-content .h1 {
        font-size: 3.25rem; } }
  .grief-resources-content h2, .grief-resources-content .h2 {
    font-size: 1.875rem;
    padding-bottom: 0;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(94, 117, 115, 0.125);
    color: #525665; }
    @media (min-width: 1200px) {
      .grief-resources-content h2, .grief-resources-content .h2 {
        font-size: 2.25rem; } }
    .grief-resources-content h2::after, .grief-resources-content .h2::after {
      content: none; }
  .grief-resources-content h3, .grief-resources-content .h3 {
    font-family: "Nunito Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    color: #406583;
    letter-spacing: -.05rem; }
    @media (min-width: 1200px) {
      .grief-resources-content h3, .grief-resources-content .h3 {
        font-size: 1.625rem; } }
  .grief-resources-content h4, .grief-resources-content .h4 {
    letter-spacing: -.025em;
    font-size: 1.25rem;
    margin-top: 1.5rem;
    font-style: italic;
    font-weight: 600;
    padding-top: 1rem; }
  .grief-resources-content h3 + h4 {
    padding-top: 0; }
  .grief-resources-content p {
    font-size: 1.05rem;
    line-height: 1.8; }
  .grief-resources-content p.lead {
    font-size: 1.424rem;
    line-height: 1.4;
    border-top: 1px solid rgba(94, 117, 115, 0.125);
    border-bottom: 1px solid rgba(94, 117, 115, 0.125);
    text-align: center;
    color: #783218;
    font-weight: 600;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-style: italic;
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .grief-resources-content p.lead + h2 {
    border-top: transparent;
    margin-top: 0; }
  .grief-resources-content ul,
  .grief-resources-content ol {
    color: #525665;
    margin-bottom: 2rem;
    font-size: 1.05rem; }
    @media (min-width: 992px) {
      .grief-resources-content ul,
      .grief-resources-content ol {
        padding-left: 3rem; } }
    .grief-resources-content ul li,
    .grief-resources-content ol li {
      margin: 1rem 0;
      line-height: 1.4; }
  .grief-resources-content hr {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid rgba(94, 117, 115, 0.125); }

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

Centered Icon Headers

-------------------------------- */
h2 + ul.colored-quotes {
  margin-top: 1.5rem; }

ul.colored-quotes {
  margin-top: 1rem;
  list-style-type: none;
  padding-left: 0;
  margin-top: 2.5rem; }
  ul.colored-quotes li {
    margin: 0 1.5rem 2rem 1.5rem;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
    @media (min-width: 1800px) {
      ul.colored-quotes li {
        margin: 0 2.5rem 2rem 2.5rem; } }
  ul.colored-quotes p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.266rem;
    line-height: 1.5;
    font-weight: 700;
    position: relative;
    color: #F8F8F7; }
  ul.colored-quotes li:nth-of-type(1n) span {
    background-color: #247289;
    box-shadow: -10px 0px 0px  #247289, 10px 0px 0px  #247289;
    box-sizing: content-box;
    left: 10px;
    padding: 0;
    position: relative; }
  ul.colored-quotes li:nth-of-type(2n) span {
    background-color: #35546C;
    box-shadow: -10px 0px 0px  #35546C, 10px 0px 0px  #35546C; }
  ul.colored-quotes li:nth-of-type(3n) span {
    background-color: #2F8375;
    box-shadow: -10px 0px 0px  #2F8375, 10px 0px 0px  #2F8375; }
  ul.colored-quotes li:nth-of-type(4n) span {
    background-color: #A24421;
    box-shadow: -10px 0px 0px  #A24421, 10px 0px 0px  #A24421; }
  ul.colored-quotes li:nth-of-type(5n) span {
    background-color: #534760;
    box-shadow: -10px 0px 0px  #534760, 10px 0px 0px  #534760; }

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

More Button

-------------------------------- */
.more-content-hint {
  width: 100%;
  text-align: center;
  padding: 1rem 0; }
  .more-content-hint .btn {
    background: #A7C7D0;
    border-radius: 3rem;
    font-size: 1rem;
    font-weight: 600;
    color: #15161A;
    padding: 2rem;
    position: relative;
    border: 2px solid #EDF1F4; }
    .more-content-hint .btn:hover {
      background: #efdc95; }

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

Centered Icon Headers

-------------------------------- */
.divider-line {
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 1rem; }

.divider-line .fas {
  font-size: 2.281rem;
  color: rgba(162, 68, 33, 0.5); }

.divider-line img {
  width: 160px;
  height: auto; }

.divider-line figure {
  margin-bottom: 0; }

.divider-line::before,
.divider-line::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid rgba(64, 101, 131, 0.375);
  width: 100%; }

.text-white .divider-line::before,
.text-white .divider-line::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%; }

.text-white .divider-line .fas {
  font-size: 2.281rem;
  color: rgba(255, 255, 255, 0.5); }

.divider-line::before {
  margin-right: .75rem; }

.divider-line::after {
  margin-left: .75rem; }

/* 	
	
	Turn back on to background resource content
.article-wrap {
	background-color: $white;
	}
	
	*/
/* -------------------------------- 

Logo and Section for Resources Pages

-------------------------------- */
.resources-logo {
  padding: 1rem 0; }
  @media (min-width: 992px) {
    .resources-logo {
      padding: 1rem 0 0 0; } }
  @media (min-width: 1440px) {
    .resources-logo {
      padding: 1rem 1rem 0 0.75rem; } }
  .resources-logo a {
    position: relative;
    display: inline-flex;
    z-index: 9;
    font-family: "rift-soft", sans-serif;
    color: #406583;
    font-size: 1.424rem;
    vertical-align: middle; }
    @media (min-width: 992px) {
      .resources-logo a {
        font-size: 1.125rem;
        display: inline-flex; } }
    @media (min-width: 1440px) {
      .resources-logo a {
        font-size: 1.266rem; } }
  .resources-logo p {
    font-size: 1.802rem;
    margin-top: 0;
    font-family: "farnham-headline", serif;
    font-weight: 400;
    letter-spacing: 0; }
    @media (min-width: 992px) {
      .resources-logo p {
        font-size: 1.6rem;
        border-bottom: 1px solid rgba(94, 117, 115, 0.125);
        padding-bottom: 1rem;
        margin-top: 0.5rem; } }
    @media (min-width: 1440px) {
      .resources-logo p {
        font-size: 1.802rem; } }
    @media (min-width: 1800px) {
      .resources-logo p {
        font-size: 2.281rem; } }
/* -------------------------------- 

Panel Navigation

-------------------------------- */
.panel-nav {
  height: 94vh;
  margin-top: 3vh;
  margin-bottom: 3vh;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 99;
  overflow-y: auto;
  padding-top: 1vh; }
  @media (min-width: 992px) {
    .panel-nav {
      border-width: 0;
      padding-left: 0.75rem;
      padding-right: 0.75rem; } }
  @media (min-width: 1800px) {
    .panel-nav {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .panel-nav ul {
    list-style-type: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1.5rem;
    margin-top: 0; }
    @media (min-width: 992px) {
      .panel-nav ul {
        font-size: .85rem; } }
    @media (min-width: 1200px) {
      .panel-nav ul {
        font-size: .9rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem; } }
    @media (min-width: 1440px) {
      .panel-nav ul {
        padding-left: 1rem;
        padding-right: 1rem; } }
    .panel-nav ul li {
      margin: 0; }
      .panel-nav ul li.panel-nav-sections {
        font-weight: 800; }
      .panel-nav ul li a {
        color: #266EC0;
        text-indent: -.5rem;
        display: block;
        padding: .625rem .75rem .625rem 1.5em;
        /* background-color: rgba($white,0.5); */
        border-bottom: 1px solid rgba(94, 117, 115, 0.125);
        margin-bottom: 2px; }
        .panel-nav ul li a.crisis-text-line {
          color: #b30910; }
        .panel-nav ul li a:hover {
          color: #1e5695;
          text-decoration: underline; }
        .panel-nav ul li a::before {
          content: "\f061";
          display: inline-block;
          position: relative;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          font-family: 'Font Awesome 5 Free';
          line-height: 1.2;
          color: transparent;
          left: -.25rem;
          top: 0;
          margin-right: 0.25rem;
          font-weight: 800; }
      .panel-nav ul li.active a {
        color: #406583;
        font-weight: 800;
        /* background: $white; */ }
        .panel-nav ul li.active a:hover {
          text-decoration: none;
          color: #406583; }
        .panel-nav ul li.active a::before {
          content: "\f061";
          display: inline-block;
          position: relative;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          font-family: 'Font Awesome 5 Free';
          line-height: 1.2;
          color: #A24421;
          left: -.25rem;
          top: 0;
          margin-right: 0.25rem;
          font-weight: 800; }

body.grief-resources {
  background-color: #EDF1F4;
  background: linear-gradient(135deg, #C0D0DC 0, #F6F8FA 66.66%);
  /* blue */
  background: linear-gradient(135deg, #D5D5D1 0, #F8F8F7 66.66%);
  /* tan */
  background-size: cover;
  background-attachment: fixed; }
  @media (min-width: 992px) {
    body.grief-resources main {
      /* padding-top: 2.5rem; */ } }
/* -------------------------------- 

Body with Grief Resources

-------------------------------- */
.grief-resources {
  /*
	#main {
		background-color: #efefef;
		background-color: #C8C8C2;
		
		background-image: url(../images/texture-rough.jpg);
		background-size: 100%;
		background-blend-mode: luminosity;
		background-attachment: fixed;
		background-repeat: no-repeat;
		}		
		*/ }
  .grief-resources .btn.btn-primary.btn-toggle-mobile-nav {
    position: fixed;
    top: 1rem;
    right: .5rem;
    z-index: 999; }
  .grief-resources header {
    z-index: 99;
    position: relative;
    width: 100%;
    display: block; }
    @media (min-width: 992px) {
      .grief-resources header {
        background-color: transparent; } }
    .grief-resources header .btn.btn-primary.btn-toggle-mobile-nav {
      position: absolute; }
    .grief-resources header .resources-logo {
      padding: 1rem; }
      .grief-resources header .resources-logo p {
        font-size: 1.266rem;
        font-weight: 400;
        letter-spacing: 0;
        margin-top: 0;
        padding-bottom: 0;
        border-bottom: transparent;
        font-family: "farnham-headline", serif; }
      .grief-resources header .resources-logo a {
        position: relative;
        display: block;
        z-index: 9;
        font-family: "rift-soft", sans-serif;
        font-weight: 400;
        color: #406583;
        vertical-align: middle;
        letter-spacing: -.025rem;
        border-bottom: 1px solid transparent; }
        @media (min-width: 768px) {
          .grief-resources header .resources-logo a {
            display: inline-flex; } }
        .grief-resources header .resources-logo a:hover {
          border-bottom: 1px solid transparent;
          background: none; }
      .grief-resources header .resources-logo h1 {
        font-weight: 700;
        font-size: 2.281rem;
        display: inline-flex; }

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  display: block;
  top: 0px; }

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

Help Box

-------------------------------- */
.help-box {
  background: rgba(36, 114, 137, 0.15);
  border: 0.25rem solid rgba(36, 114, 137, 0.35);
  padding: 1.5rem;
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .help-box {
      float: right;
      width: 50%;
      margin-left: 1rem; } }
  @media (min-width: 1440px) {
    .help-box {
      width: 33.33%; } }
  .help-box p.help-box-header {
    font-family: "rift-soft", sans-serif;
    font-size: 1.802rem;
    font-weight: 600;
    line-height: 1; }
  .help-box ul {
    list-style-type: none;
    padding-left: .5rem; }
    .help-box ul li a {
      color: #266EC0;
      padding: 0.5rem;
      border-bottom: 1px solid rgba(94, 117, 115, 0.125);
      display: block; }
      .help-box ul li a:hover {
        color: #1e5695;
        background: rgba(255, 255, 255, 0.25); }
      .help-box ul li a::before {
        content: "\f15c";
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: 'Font Awesome 5 Free';
        line-height: 1.2;
        color: #406583;
        margin-right: 0.5rem;
        font-weight: 800; }
    .help-box ul li.pdf-link a::before {
      content: "\f1c1";
      color: #A24421; }
    .help-box ul li.external-link a::before {
      content: "\f360";
      color: #2F8375; }

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

Tag Cloud

---------------------------------------------------------- */
ul.list-tag-cloud {
  text-align: center;
  padding-left: 0; }
  ul.list-tag-cloud li {
    display: inline-block;
    border: 1px solid #5E7573;
    box-shadow: 3px 3px 0 #5E7573;
    background-color: #ffffff;
    padding: 0.5rem 1rem;
    margin: 1.25rem; }
  ul.list-tag-cloud.list-tag-cloud-positive li {
    border: 1px solid #2F8375;
    box-shadow: 6px 6px 0 #2F8375; }
  ul.list-tag-cloud.list-tag-cloud-negative li {
    border: 1px solid #823329;
    box-shadow: 6px 6px 0 #823329; }

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

Tables

---------------------------------------------------------- */
table {
  display: block;
  overflow-x: auto;
  width: fit-content;
  max-width: 100%;
  font-size: 0.79rem;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 2.5rem;
  margin-top: 1rem; }
  table caption {
    font-size: 1.802rem;
    color: #406583;
    font-weight: 800;
    caption-side: top; }
  table th {
    font-size: 0.889rem; }
  table td {
    font-size: 0.889rem;
    line-height: 1.4;
    vertical-align: top; }
  table a:link,
  table a:visited {
    color: #007bff; }
    table a:link:hover,
    table a:visited:hover {
      text-decoration: underline; }
  table th, table td {
    padding: 1rem;
    border: 1px solid rgba(94, 117, 115, 0.125); }
    @media (min-width: 992px) {
      table th, table td {
        padding: 1.5rem; } }
    table th p:last-child, table td p:last-child {
      margin-bottom: 0; }
  table tr:nth-of-type(odd) {
    background-color: #E4EBF0; }
  table tr:nth-of-type(even) {
    background-color: #D2DDE6; }
  table tr th {
    background-color: rgba(255, 255, 255, 0.875); }

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

Intro Cards

-------------------------------- */
/* NOT USING 
.resource-overview-cards {
	
	h2 {
		font-family: $font-family-serif;
		color: $white;
		font-size: $h6-font-size;
		font-weight: $font-weight-base;
		margin: 0;
		letter-spacing: 0;
		display: block;
		padding: 0;
		
		&::after {
			content: none;
			}
		
		}
	
	.card {
		min-height: 20vh;
		}
	
	.card:nth-of-type(1) {
		background-color: #5B241D;
		background-blend-mode: multiply;
		}

	.card:nth-of-type(2) {
		background-color: #35546C;
		}

	.card:nth-of-type(3) {
		background-color: #475957;
		}		
	
	}
	*/
/* ----------------------------------------------------------

AIRDATES

---------------------------------------------------------- */
h2.h6.border-top {
  padding-top: 1rem; }

.grief-subpage main .broadcast-callout {
  background: rgba(255, 255, 255, 0.5); }
  .grief-subpage main .broadcast-callout p {
    font-size: 0.889rem; }
  .grief-subpage main .broadcast-callout h2 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0;
    display: block; }
  .grief-subpage main .broadcast-callout h2::after {
    content: none; }

.airdate {
  border-bottom: 1px solid rgba(94, 117, 115, 0.125);
  margin-bottom: 1.5rem;
  padding-bottom: .5rem;
  padding-left: 1.5rem; }
  .airdate p {
    line-height: 1.3;
    margin-left: 1rem; }

p.airdate-station {
  font-style: italic;
  margin-left: 0;
  margin-bottom: 0; }

.airdate-station span {
  font-family: "rift-soft", sans-serif;
  font-weight: 600;
  color: #406583;
  line-height: 1.0;
  font-style: normal;
  margin-right: 0.5rem; }

.airdate-time {
  margin-bottom: 0; }

/* test */
/* test */
.grief-subpage main p.airdate-station span {
  font-size: 2.281rem;
  margin-left: 0; }

.tri-column .col-12 div.content-wrap {
  background: #ffffff;
  margin: 0 1rem;
  padding: 0 3rem 3rem 3rem; }
  .tri-column .col-12 div.content-wrap .col-12:nth-of-type(even) div.content-wrap {
    background: rgba(255, 255, 255, 0.5); }

.card .airdate-station span {
  margin-right: 0.25rem; }

.card .airdate {
  padding-left: 0.5rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }

div.card.card-text-only .card-text p.airdate-station span {
  font-size: 1.266rem; }
  @media (min-width: 768px) {
    div.card.card-text-only .card-text p.airdate-station span {
      font-size: 1.424rem; } }
div.card .card-text .airdate p {
  margin-bottom: 0; }

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

Carousel

---------------------------------------------------------- */
.grief-resources-content ol.carousel-indicators {
  margin-bottom: 0;
  bottom: -.5rem; }
  .grief-resources-content ol.carousel-indicators li {
    margin: 0 .25rem;
    background-color: #266EC0;
    height: 8px; }
    .grief-resources-content ol.carousel-indicators li.active {
      background-color: #153d6b; }

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: #406583;
  border: 4px solid #406583;
  width: 28px;
  height: 28px; }

@media (min-width: 992px) {
  .carousel-control-prev {
    left: -15%; }
  .carousel-control-next {
    right: -15%; } }

.grief-conversations .grief-resources-content {
  padding-top: 3.5rem; }

body.grief-subpage.grief-conversations {
  background: linear-gradient(135deg, #DBE4EB, #BDD4DB);
  background-attachment: fixed; }
  body.grief-subpage.grief-conversations .article-wrap {
    background-color: #ffffff;
    margin-bottom: 3rem; }

a.post-wrap {
  background-color: rgba(255, 255, 255, 0.625);
  display: block; }
  a.post-wrap:hover {
    background-color: rgba(255, 255, 255, 0.95); }
    a.post-wrap:hover p.read-more {
      color: #5b241d;
      border-bottom: 2px solid rgba(130, 51, 41, 0.5); }

.grief-subpage main p.post-date {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  font-size: 0.889rem;
  font-weight: 400; }

.grief-subpage main .post-wrap p.post-date {
  margin-bottom: 0; }

.grief-subpage main .post-wrap h2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-top: 0.75rem;
  font-size: 1.424rem;
  display: block; }
  @media (min-width: 768px) {
    .grief-subpage main .post-wrap h2 {
      font-size: 1.802rem; } }
.grief-subpage main p.guest-author {
  margin-top: 0;
  margin-bottom: .25rem;
  font-style: italic; }

a.post-wrap p.read-more {
  color: #A24421;
  margin-bottom: 0;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  display: inline-block; }

.grief-subpage main .guest-author-wrap h3 {
  margin-top: 0;
  padding-top: 0; }

.grief-subpage main .guest-author-wrap p {
  font-size: 1rem; }

.guest-author-wrap {
  border-top: 1px solid rgba(94, 117, 115, 0.125);
  border-bottom: 1px solid rgba(94, 117, 115, 0.125); }

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

WEBINARS

---------------------------------------------------------- */
.grief-subpage main .grief-resources-content .post-wrap.webinar-wrap img.w-100.webinar-img {
  padding: 1.5rem; }

.grief-subpage main .grief-resources-content .post-wrap.webinar-wrap p {
  font-size: 1rem; }

.grief-subpage main .grief-resources-content .post-wrap.webinar-wrap h3 {
  margin-top: 0; }

.grief-subpage main .grief-resources-content .post-wrap.webinar-wrap p.h3.webinar-date {
  background: rgba(255, 255, 255, 0.375);
  margin-top: 0;
  padding: 0.25rem 0.75rem;
  display: inline-block;
  font-size: 1.424rem; }
  .grief-subpage main .grief-resources-content .post-wrap.webinar-wrap p.h3.webinar-date + h2 {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0; }

.grief-subpage main .grief-resources-content p.h3.webinar-date.archived-date {
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0; }

.grief-subpage main .grief-resources-content h2.archived-webinar-title {
  font-size: 1.424rem;
  margin-top: 0.25rem;
  padding-top: 0;
  border-top: none; }
  .grief-subpage main .grief-resources-content h2.archived-webinar-title a:link,
  .grief-subpage main .grief-resources-content h2.archived-webinar-title a:visited {
    color: #823329;
    border-bottom: 2px solid rgba(130, 51, 41, 0.25); }
    .grief-subpage main .grief-resources-content h2.archived-webinar-title a:link:hover,
    .grief-subpage main .grief-resources-content h2.archived-webinar-title a:visited:hover {
      color: #5b241d;
      border-bottom: 2px solid rgba(130, 51, 41, 0.5);
      background: rgba(255, 255, 255, 0.25); }

.video-matrix div.wrap-for-play {
  position: relative;
  display: block; }

.video-matrix a {
  transition: all 0.375s ease-in-out;
  display: block;
  position: relative; }
  .video-matrix a p {
    border-bottom: 1px solid transparent; }
  .video-matrix a .fas {
    font-size: 1.125rem;
    opacity: 0.625;
    transition: all 0.375s ease-in-out;
    display: flex;
    align-items: center;
    position: absolute;
    color: #ffffff;
    bottom: 0.5rem;
    right: 0.5rem;
    padding: 0.25rem 0.625rem;
    border: 1px solid #ffffff; }
    .video-matrix a .fas span {
      font-family: "Nunito Sans", sans-serif;
      font-weight: 400;
      margin-left: 0.375rem;
      font-size: 65%; }

.video-matrix a:hover .fas {
  background: #2f4b61;
  opacity: 1; }

.text-white .video-matrix a .fas {
  color: #ffffff; }

.lity-content .accordion-content {
  /*	max-height: 43.75vh; */
  /* 100% with 56.25% video padding - prevent full screen scroll on modal*/
  /* overflow-y: scroll;	*/
  /* removed this Sept 28, 2020 after adjusting video to be wider. . . */ }

.grief-subpage main .learn-more-block {
  background: rgba(200, 200, 194, 0.15);
  padding: 0 1.5rem; }
  .grief-subpage main .learn-more-block h2 {
    color: #C8C8C2;
    margin-bottom: 1rem; }
    .grief-subpage main .learn-more-block h2::after {
      border-bottom: 0.5rem solid rgba(200, 200, 194, 0.75); }
  .grief-subpage main .learn-more-block p {
    font-size: 133.33%;
    font-weight: 800; }
  .grief-subpage main .learn-more-block p a:link,
  .grief-subpage main .learn-more-block p a:visited {
    border-bottom: 2px solid #ffffff; }
    .grief-subpage main .learn-more-block p a:link:hover,
    .grief-subpage main .learn-more-block p a:visited:hover {
      border-bottom: 2px solid #ffffff; }

.event-bar p.webinar-date {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.0;
  font-size: 0.889rem;
  position: relative; }
  @media (min-width: 768px) {
    .event-bar p.webinar-date {
      text-align: right;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
      .event-bar p.webinar-date::after {
        border-right: 4px solid rgba(226, 192, 68, 0.75);
        position: absolute;
        content: "";
        right: -2rem;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: inherit;
        -webkit-transform: skewX(-10deg);
        -moz-transform: skewX(-10deg);
        -ms-transform: skewX(-10deg);
        transform: skewX(-10deg); } }
.event-bar {
  background-color: #15161A;
  display: block; }
  .event-bar img {
    width: 100%;
    height: auto; }
    @media (min-width: 576px) {
      .event-bar img {
        width: 75%; } }
    @media (min-width: 768px) {
      .event-bar img {
        width: 100%; } }
  .event-bar:hover {
    background-color: #5b241d; }

.grief-subpage main .jumbotron img.cgad-logo {
  width: 75%;
  height: auto;
  min-width: auto;
  min-height: auto;
  margin-bottom: 1.5rem; }
  @media (min-width: 576px) {
    .grief-subpage main .jumbotron img.cgad-logo {
      width: 50%; } }
p.cgad-date {
  color: #ffffff;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.0;
  font-size: 1.424rem; }
  @media (min-width: 768px) {
    p.cgad-date {
      text-align: right;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      font-size: 1.802rem; }
      p.cgad-date::after {
        border-right: 4px solid rgba(226, 192, 68, 0.75);
        position: absolute;
        z-index: -1;
        content: "";
        right: -2rem;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: inherit;
        -webkit-transform: skewX(-10deg);
        -moz-transform: skewX(-10deg);
        -ms-transform: skewX(-10deg);
        transform: skewX(-10deg); } }
p.cgad-copy {
  line-height: 1.2;
  margin: 0;
  font-weight: 600;
  padding: 0.25rem 0.375rem;
  font-size: 0.889rem; }

.event-bar:hover p.cgad-copy {
  /* background-color: #6FCFF6;
	color: darken(#114C8F,10%); */ }

.event-table {
  line-height: 1.3; }
  .event-table .event-table-header {
    color: #406583;
    font-size: 115%; }
  .event-table .row.event-table-header:nth-of-type(2n+1) {
    background: transparent; }
  .event-table .row.event-table-header:nth-of-type(2n+1):hover {
    background: transparent; }
  .event-table .event-name {
    font-weight: 700; }
    .event-table .event-name span {
      font-weight: 400;
      font-style: italic; }
  .event-table .event-link {
    color: #406583; }
  .event-table .row {
    padding: 1rem 0;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .event-table .row {
        margin-bottom: 1px; } }
  .event-table .row:nth-of-type(2n+1) {
    background: rgba(255, 255, 255, 0.5); }
  .event-table .row:nth-of-type(2n+2) {
    background: rgba(255, 255, 255, 0.25); }
  .event-table .row:nth-of-type(2n+1):hover,
  .event-table .row:nth-of-type(2n+2):hover {
    background: white; }
