/**
 * Any code which doesn't generate css by itself
 * Variables, mixins and custom scss functions
 */
/**
 * Typography
 */
@import url(../../node_modules/nprogress/nprogress.css);
.text-large {
  font-size: 1.375rem;
  line-height: 1.6; }

.text-label {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px; }

/**
 * Colors
 */
input[type="text"], input[type="email"], input[type="password"] {
  display: block;
  padding: 20px;
  border-radius: 4px;
  -webkit-appearance: none;
  border: solid transparent 1px; }
  input[type="text"]:active, input[type="email"]:active, input[type="password"]:active {
    border-color: #8E3B95; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus {
    outline: none; }

input[type="submit"] {
  display: inline-block;
  padding: 16px;
  min-width: 220px;
  font-size: 1.25rem;
  font-weight: 600;
  background-color: #6b2d70;
  border: none;
  color: #FFF; }

:root {
  --colors-key: #959BD8;
  --colors-key: #F17DB1;
  --colors-key: #84D3CF;
  --colors-key: #8E3B95;
  --colors-key: #441C5A;
  --colors-key: #F9ECFE;
  --colors-key: #18212B; }

/**
 * Vendor: Add vendor css here
 * Added minimal bootstrap scaffolding for quick setup
 */
: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;
  --understanding_dementia: #959BD8;
  --maintaining_wellbeing: #F17DB1;
  --services_and_support: #84D3CF;
  --primary: #8E3B95;
  --primary_dark: #441C5A;
  --primary_light: #F9ECFE;
  --black: #18212B;
  --primary: #8E3B95;
  --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;
  --font-family-sans-serif: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --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(0, 0, 0, 0); }

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

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

body {
  margin: 0;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #8E3B95;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #5a255e;
    text-decoration: underline; }

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

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .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: 700;
  line-height: 1.2;
  color: inherit; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block; }

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

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

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

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

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

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #c882ce;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(142, 59, 149, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

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

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

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

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

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

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

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

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

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

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

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

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

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

.form-check {
  position: relative;
  display: block;
  padding-left: 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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-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;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(142, 59, 149, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

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

.btn-primary {
  color: #fff;
  background-color: #8E3B95;
  border-color: #8E3B95; }
  .btn-primary:hover {
    color: #fff;
    background-color: #74307a;
    border-color: #6b2d70; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(142, 59, 149, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #8E3B95;
    border-color: #8E3B95; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #6b2d70;
    border-color: #622967; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(142, 59, 149, 0.5); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #8E3B95;
  background-color: transparent; }
  .btn-link:hover {
    color: #5a255e;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

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

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

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after {
    margin-left: 0; }

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::before {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label,
    .input-group > .custom-file:not(:first-child) .custom-file-label::before {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.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 {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
         -o-transform: translate(0, -25%);
            transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0); }

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

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #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: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

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

@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 #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #8E3B95 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

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

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

@media (min-width: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

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

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-h1 {
  width: 3.75rem !important; }

.w-h2 {
  width: 2.5rem !important; }

.w-h3 {
  width: 1.5rem !important; }

.w-h4 {
  width: 1.4rem !important; }

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

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

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

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

.h-h1 {
  height: 3.75rem !important; }

.h-h2 {
  height: 2.5rem !important; }

.h-h3 {
  height: 1.5rem !important; }

.h-h4 {
  height: 1.4rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #8E3B95 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #6b2d70 !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-muted {
  color: #6c757d !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; }

/**
 * Common utility components, bootstrap/vendor overrides, etc
 */
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 3rem; } }

@media (max-width: 575.98px) {
  h1, .h1 {
    font-size: 2.5rem; } }

@media (max-width: 991.98px) {
  h2, .h2 {
    font-size: 2.25rem; } }

@media (max-width: 575.98px) {
  h2, .h2 {
    font-size: 2rem; } }

@media (max-width: 575.98px) {
  h3, .h3 {
    font-size: 1.4rem; } }

@media (max-width: 575.98px) {
  h4, .h4 {
    font-size: 1.25rem; } }

@media (max-width: 991.98px) {
  .text-large {
    font-size: 1.25rem; } }

@media (max-width: 575.98px) {
  .text-large {
    font-size: 1.15rem; } }

main.site-main {
  padding-top: 80px; }

.object-fit {
  display: block;
  position: relative; }
  .object-fit img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    object-position: 50% 50%;
    pointer-events: none;
    font-family: 'object-fit: cover, object-position: center center;'; }

.vertically-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%); }

.btn-cta {
  padding: 10px 30px;
  font-weight: 600;
  font-size: 1.25rem; }

.svg-constrain {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertically-align: top;
  overflow: hidden; }
  .svg-constrain svg {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

body.fixed {
  position: fixed;
  width: 100%; }

.text-highlight {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px; }

body.page-template-default .background-pink {
  background-color: #f5e8f6; }
  body.page-template-default .background-pink:not(:first-child) {
    padding-bottom: 3rem;
    margin-bottom: 4rem; }
  body.page-template-default .background-pink h1 {
    padding-top: 4rem;
    margin-bottom: 0;
    padding-bottom: 2rem; }

body.page-template-default .site-main a {
  text-decoration: underline; }

body #nprogress .bar,
body #nprogress .spinner {
  z-index: 99999; }

body #nprogress .bar {
  height: 2px;
  background-color: #8E3B95; }

body #nprogress .peg {
  box-shadow: 0 0 10px #8E3B95, 0 0 5px #8E3B95; }

body #nprogress .spinner-icon {
  width: 24px;
  height: 24px;
  border-width: 3px;
  border-top-color: #8E3B95;
  border-left-color: #8E3B95; }

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-theme-default .onesignal-bell-launcher-button svg .background {
  fill: #8E3B95 !important; }

input.form-control,
select.form-control {
  display: inline-block;
  padding: 20px 40px;
  font-weight: 600;
  background-color: #FFF;
  border-radius: 4px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  padding: 20px; }

.icon-wrap {
  position: relative;
  display: block; }
  .icon-wrap input, .icon-wrap select {
    width: 100%; }

.btn-icon {
  position: relative;
  padding: 15px 50px;
  width: 100%;
  color: #495057;
  text-align: left;
  background-color: #FFF;
  border: none; }
  .btn-icon:after {
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    left: 15px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/filter.svg");
    background-size: 20px 18px;
    background-position: center center;
    background-repeat: no-repeat; }
  .btn-icon.icon-location-pin:after {
    background-image: url("../images/icons/location-pin.svg"); }

.btn-ghost {
  background-color: #FFF;
  border-width: 2px;
  color: #8E3B95; }

.checkbox-wrap {
  margin-bottom: 5px;
  width: 100%; }
  .checkbox-wrap input[type="checkbox"],
  .checkbox-wrap input[type="radio"] {
    display: none; }
    .checkbox-wrap input[type="checkbox"]:checked ~ label,
    .checkbox-wrap input[type="radio"]:checked ~ label {
      color: #8E3B95; }
      .checkbox-wrap input[type="checkbox"]:checked ~ label:after,
      .checkbox-wrap input[type="radio"]:checked ~ label:after {
        opacity: 1; }
  .checkbox-wrap label {
    position: relative;
    display: block;
    padding: 10px;
    margin-bottom: 5px;
    width: 100%;
    background-color: #f8f0f9;
    border-radius: 5px;
    padding-left: 32px;
    color: #000; }
    .checkbox-wrap label:hover {
      background-color: #8E3B95;
      color: #FFF !important; }
    .checkbox-wrap label:before {
      content: '';
      position: absolute;
      top: calc(50% - 8px);
      left: 12px;
      width: 16px;
      height: 16px;
      border-radius: 3px;
      background-color: #FFF; }
    .checkbox-wrap label:after {
      content: '';
      position: absolute;
      top: calc(50% - 8px);
      left: 12px;
      width: 16px;
      height: 16px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 80% 80%;
      background-image: url("../images/icons/tick.svg");
      opacity: 0; }

/**
 * Switch Styles
 */
/* Variables */
/* Switch Container */
.switch-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 0.5rem; }
  .switch-wrap > .switch {
    margin-right: 0.5rem; }

.switch {
  position: relative;
  display: inline-block; }

/* Hide the checkbox input (only needed for `:checked` property) */
.switch-input {
  display: none; }

/* Switch */
.switch-label {
  display: block;
  margin: 0;
  width: 48px;
  height: 24px;
  text-indent: -150%;
  clip: rect(0 0 0 0);
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* Switch Rail & Knob */
  /* Switch Rail */
  /* Switch Knob */ }
  .switch-label:before, .switch-label:after {
    content: "";
    display: block;
    position: absolute;
    cursor: pointer; }
  .switch-label:before {
    width: 100%;
    height: 100%;
    background-color: #dedede;
    border-radius: 9999em;
    -webkit-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease; }
  .switch-label:after {
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
    -webkit-transition: left 0.25s ease;
    -o-transition: left 0.25s ease;
    transition: left 0.25s ease; }

/* When input is checked */
.switch-input:checked + .switch-label {
  /* Switch Rail */
  /* Switch Knob */ }
  .switch-input:checked + .switch-label:before {
    background-color: #8E3B95; }
  .switch-input:checked + .switch-label:after {
    left: 24px; }

/**
 * Components: Component blocks, eg banner, callout section, etc
 */
.custom-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 51;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #8E3B95;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: -o-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%); }
  .custom-modal.active {
    -webkit-transform: translateY(80px);
         -o-transform: translateY(80px);
            transform: translateY(80px); }
  .custom-modal__inner {
    padding: 40px 0;
    padding-bottom: 100px;
    color: #fff; }
    @media (max-width: 767.98px) {
      .custom-modal__inner {
        padding-bottom: 60px; } }
  .custom-modal > .container {
    margin-top: 0;
    min-height: 840px; }
    @media screen and (max-height: 920px) {
      .custom-modal > .container {
        margin-top: 120px; } }
    @media (max-width: 767.98px) {
      .custom-modal > .container {
        margin-top: 120px;
        min-height: 800px; } }
    @media (max-width: 575.98px) {
      .custom-modal > .container {
        margin-top: 200px; } }
    @media screen and (max-width: 360px) {
      .custom-modal > .container {
        margin-top: 360px; } }
  .custom-modal .option {
    padding: 10px 0;
    position: relative; }
    .custom-modal .option:before {
      content: "";
      position: absolute;
      top: 0;
      left: -1000px;
      width: 500%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      pointer-events: none; }
    .custom-modal .option .switch-wrap {
      position: relative;
      padding-bottom: 0; }
      .custom-modal .option .switch-wrap .switch-input:checked + .switch-label:before {
        background-color: #481e4c; }
  .custom-modal__close {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border: rgba(0, 0, 0, 0.7) solid 3px;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: -webkit-transform 150ms ease-out;
    transition: -webkit-transform 150ms ease-out;
    -o-transition: -o-transform 150ms ease-out;
    transition: transform 150ms ease-out;
    transition: transform 150ms ease-out, -webkit-transform 150ms ease-out, -o-transform 150ms ease-out;
    cursor: pointer; }
    .custom-modal__close path {
      fill: rgba(0, 0, 0, 0.7); }
    .custom-modal__close:hover, .custom-modal__close:active {
      -webkit-transform: scale(1.1);
           -o-transform: scale(1.1);
              transform: scale(1.1); }
  .custom-modal form input {
    width: 100%; }
  .custom-modal form .login-remember label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .custom-modal form .login-remember input {
    width: 20px; }
  .custom-modal .logo {
    display: inline-block;
    margin: 0 auto; }
  .custom-modal h2 {
    margin-top: 0;
    margin-bottom: 1rem; }
  .custom-modal .link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 600;
    color: #fff; }
    .custom-modal .link-divider {
      margin: 0 5px; }
    .custom-modal .link-highlight {
      background-color: #6b2d70;
      border-radius: 3px;
      padding: 6px 10px; }
      .custom-modal .link-highlight:hover, .custom-modal .link-highlight:active {
        text-decoration: none;
        background-color: #5d2762; }
    .custom-modal .link-right {
      margin-left: auto; }
      .custom-modal .link-right .icon {
        margin-right: 5px; }
        .custom-modal .link-right .icon svg path {
          fill: transparent; }
  .custom-modal .bottom-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .custom-modal .modal-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 750ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms;
    -o-transition: all 750ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms;
    transition: all 750ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms;
    -webkit-transform: scale(0.6);
         -o-transform: scale(0.6);
            transform: scale(0.6); }
    .custom-modal .modal-view .text-large {
      margin-bottom: 3rem; }
    .custom-modal .modal-view__body div[class^="col-"] {
      padding-bottom: 2rem; }
    .custom-modal .modal-view__footer div[class^="col-"] {
      padding-bottom: 2rem; }
    .custom-modal .modal-view__footer .icon.icon-sm {
      display: inline-block;
      width: 24px;
      height: 24px; }
    .custom-modal .modal-view__header h2 {
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
      margin-bottom: 3rem; }
    .custom-modal .modal-view__card {
      display: block;
      position: relative;
      height: 100%;
      padding: 38px 40px;
      padding-bottom: 30px;
      background: #ffffff;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      color: #000;
      text-decoration: none !important;
      -webkit-transition: all 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: all 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 150ms cubic-bezier(0.165, 0.84, 0.44, 1); }
      .custom-modal .modal-view__card:hover, .custom-modal .modal-view__card:active {
        -webkit-transform: translateY(2px);
             -o-transform: translateY(2px);
                transform: translateY(2px);
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08); }
      .custom-modal .modal-view__card h3 {
        font-size: 2.5rem; }
      .custom-modal .modal-view__card .icon {
        width: 70px; }
        .custom-modal .modal-view__card .icon path {
          fill: #8E3B95; }
      .custom-modal .modal-view__card--faded {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 25px;
        background-color: rgba(255, 255, 255, 0.78); }
        .custom-modal .modal-view__card--faded .icon {
          margin-top: 4px;
          width: 45px;
          min-width: 45px; }
        .custom-modal .modal-view__card--faded h5 {
          margin-left: 1rem;
          color: #000; }
    .custom-modal .modal-view.active {
      z-index: 10;
      -webkit-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1);
      opacity: 1; }
    @media (max-width: 991.98px) {
      .custom-modal .modal-view__card {
        padding: 25px 20px; }
        .custom-modal .modal-view__card h3 {
          font-size: 2rem; } }
    @media (max-width: 767.98px) {
      .custom-modal .modal-view__header {
        text-align: center; }
        .custom-modal .modal-view__header h2 {
          margin-bottom: 2rem; }
      .custom-modal .modal-view .text-large {
        margin-bottom: 1.5rem;
        font-size: 1.1rem; }
      .custom-modal .modal-view__card {
        height: 100%; }
        .custom-modal .modal-view__card h3 {
          font-size: 2.25rem;
          line-height: 1.15;
          letter-spacing: -0.25px; }
        .custom-modal .modal-view__card p {
          margin: 0; }
      .custom-modal .modal-view__footer .link {
        margin-bottom: 6px; }
        .custom-modal .modal-view__footer .link-divider {
          display: none; }
        .custom-modal .modal-view__footer .link-right {
          margin-left: 0; }
      .custom-modal .modal-view__footer .bottom-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media (max-width: 575.98px) {
      .custom-modal .modal-view__header h2 {
        font-size: 2rem; }
      .custom-modal .modal-view__card {
        padding: 20px 15px; }
        .custom-modal .modal-view__card--faded {
          display: block;
          position: relative;
          overflow: hidden;
          background-color: rgba(255, 255, 255, 0.8); }
          .custom-modal .modal-view__card--faded .icon {
            position: absolute;
            bottom: -25px;
            right: -10px;
            width: 75px;
            min-width: 50px;
            opacity: 0.15; }
        .custom-modal .modal-view__card h3 {
          font-size: 1.25rem; }
        .custom-modal .modal-view__card h5 {
          margin-bottom: 0;
          font-size: 1.05rem; }
        .custom-modal .modal-view__card p {
          line-height: 1.3; }
      .custom-modal .modal-view__body div[class^="col-"] {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 1rem; }
      .custom-modal .modal-view__footer div[class^="col-"] {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 1rem; } }
    @media screen and (max-width: 360px) {
      .custom-modal .modal-view .text-large {
        font-size: 1rem;
        line-height: 1.3;
        margin-bottom: 1rem; }
      .custom-modal .modal-view__card {
        padding: 10px; } }

body.admin-bar .custom-modal {
  top: calc(80px + 32px);
  height: calc(100vh - 80px - 32px);
  -webkit-transform: translateY(calc(-100% - 100px));
       -o-transform: translateY(calc(-100% - 100px));
          transform: translateY(calc(-100% - 100px)); }
  body.admin-bar .custom-modal.active {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }

@media (max-width: 575.98px) {
  body.admin-bar .custom-modal {
    top: 0; } }

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  background-color: #FFF;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #495057;
  text-decoration: none !important; }
  .card h3 {
    font-weight: bold;
    font-size: 1.5rem;
    color: #000; }
  .card:hover {
    -webkit-transform: translateY(-4px);
         -o-transform: translateY(-4px);
            transform: translateY(-4px);
    box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
    color: #555; }
  .card__subtitle {
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .card__image {
    height: 200px;
    background-color: #E9E9F5; }
  .card__body {
    padding: 12px 20px;
    padding-top: 15px; }
  .card__footer {
    padding: 10px 20px;
    padding-bottom: 15px;
    margin-top: auto; }
  .card.maintaining_wellbeing .card__image {
    background-color: #FDF1F6; }
  .card.services_and_support .card__image {
    background-color: #EAF5F6; }
  @media (max-width: 767.98px) {
    .card__image {
      height: 160px; }
    .card h3 {
      font-size: 1.25rem; }
    .card p {
      font-size: 0.925rem; }
    .card__body {
      padding: 10px 15px; }
    .card__footer {
      padding: 10px 15px; } }
  @media (max-width: 575.98px) {
    .card__image {
      height: 120px; }
    .card h3 {
      font-size: 1.15rem; }
    .card p {
      margin: 0;
      font-size: 0.875rem; }
    .card__body {
      padding: 10px; }
    .card__footer {
      padding: 10px; } }

fieldset[disabled] .multiselect {
  pointer-events: none; }

.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block; }

.multiselect__spinner:after,
.multiselect__spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid transparent;
  border-top-color: #41b883;
  box-shadow: 0 0 0 1px transparent; }

.multiselect__spinner:before {
  -webkit-animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
       -o-animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
          animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.multiselect__spinner:after {
  -webkit-animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
       -o-animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
          animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 1; }

.multiselect__loading-enter,
.multiselect__loading-leave-active {
  opacity: 0; }

.multiselect,
.multiselect__input,
.multiselect__single {
  font-family: inherit;
  font-size: 16px;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

.multiselect {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #35495e; }

.multiselect * {
  box-sizing: border-box; }

.multiselect:focus {
  outline: none; }

.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
  opacity: 0.6; }

.multiselect--active {
  z-index: 50; }

.multiselect--active:not(.multiselect--above) .multiselect__current,
.multiselect--active:not(.multiselect--above) .multiselect__input,
.multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.multiselect--active .multiselect__select {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg); }

.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.multiselect__input,
.multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 0 0 0 5px;
  width: 100%;
  -webkit-transition: border 0.1s ease;
  -o-transition: border 0.1s ease;
  transition: border 0.1s ease;
  box-sizing: border-box;
  margin-bottom: 8px;
  vertical-align: top; }

.multiselect__input:-ms-input-placeholder {
  color: #35495e; }

.multiselect__input::-webkit-input-placeholder {
  color: #35495e; }

.multiselect__input::placeholder {
  color: #35495e; }

.multiselect__tag ~ .multiselect__input,
.multiselect__tag ~ .multiselect__single {
  width: auto; }

.multiselect__input:hover,
.multiselect__single:hover {
  border-color: #cfcfcf; }

.multiselect__input:focus,
.multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none; }

.multiselect__single {
  padding-left: 5px;
  margin-bottom: 8px; }

.multiselect__tags-wrap {
  display: inline; }

.multiselect__tags {
  min-height: 40px;
  display: block;
  padding: 8px 40px 0 8px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background: #fff;
  font-size: 14px; }

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #41b883;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis; }

.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: normal;
  width: 22px;
  text-align: center;
  line-height: 22px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 5px; }

.multiselect__tag-icon:after {
  content: "\D7";
  color: #266d4d;
  font-size: 14px; }

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
  background: #369a6e; }

.multiselect__tag-icon:focus:after,
.multiselect__tag-icon:hover:after {
  color: #fff; }

.multiselect__current {
  min-height: 40px;
  overflow: hidden;
  padding: 8px 30px 0 12px;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e8e8e8; }

.multiselect__current,
.multiselect__select {
  line-height: 16px;
  box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer; }

.multiselect__select {
  position: absolute;
  width: 40px;
  height: 38px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease; }

.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #999;
  margin-top: 4px;
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: ""; }

.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px; }

.multiselect--active .multiselect__placeholder {
  display: none; }

.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 50;
  -webkit-overflow-scrolling: touch; }

.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top; }

.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8; }

.multiselect__content::webkit-scrollbar {
  display: none; }

.multiselect__element {
  display: block; }

.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap; }

.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px; }

.multiselect__option--highlight {
  background: #8E3B95;
  outline: none;
  color: #fff; }

.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #8E3B95;
  color: #fff; }

.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 700; }

.multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver; }

.multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff; }

.multiselect__option--selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff; }

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
  background: #ededed;
  color: #a6a6a6; }

.multiselect__option--disabled {
  background: #ededed !important;
  color: #a6a6a6 !important;
  cursor: text;
  pointer-events: none; }

.multiselect__option--group {
  background: #ededed;
  color: #35495e; }

.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff; }

.multiselect__option--group.multiselect__option--highlight:after {
  background: #35495e; }

.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede; }

.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff; }

.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff; }

.multiselect-enter-active,
.multiselect-leave-active {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease; }

.multiselect-enter,
.multiselect-leave-active {
  opacity: 0; }

.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top; }

[dir="rtl"] .multiselect {
  text-align: right; }

[dir="rtl"] .multiselect__select {
  right: auto;
  left: 1px; }

[dir="rtl"] .multiselect__tags {
  padding: 8px 8px 0 40px; }

[dir="rtl"] .multiselect__content {
  text-align: right; }

[dir="rtl"] .multiselect__option:after {
  right: auto;
  left: 0; }

[dir="rtl"] .multiselect__clear {
  right: auto;
  left: 12px; }

[dir="rtl"] .multiselect__spinner {
  right: auto;
  left: 1px; }

@-webkit-keyframes spinning {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(2turn);
            transform: rotate(2turn); } }

@-o-keyframes spinning {
  0% {
    -o-transform: rotate(0);
       transform: rotate(0); }
  to {
    -o-transform: rotate(2turn);
       transform: rotate(2turn); } }

@keyframes spinning {
  0% {
    -webkit-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(2turn);
         -o-transform: rotate(2turn);
            transform: rotate(2turn); } }

/**
 * Includes: Header, footer and other standard UI fixtures
 */
.site-header {
  height: 80px;
  position: fixed;
  z-index: 3;
  width: 100%;
  background-color: #FFF; }
  .site-header > .container-fluid {
    height: 100%; }
    .site-header > .container-fluid > .row {
      height: 100%; }
      .site-header > .container-fluid > .row > div {
        height: 100%; }
  .site-header__inner {
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .site-header__inner .nav {
      display: inline-block;
      width: 30px; }
    .site-header__inner .brand {
      display: inline-block; }
    .site-header__inner .menu {
      position: relative;
      width: 30px;
      height: 30px;
      cursor: pointer; }
      .site-header__inner .menu .active {
        opacity: 0;
        -webkit-transform: scale(0);
             -o-transform: scale(0);
                transform: scale(0); }
      .site-header__inner .menu .active, .site-header__inner .menu .inactive {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: opacity 250ms linear, -webkit-transform 250ms ease-out;
        transition: opacity 250ms linear, -webkit-transform 250ms ease-out;
        -o-transition: opacity 250ms linear, -o-transform 250ms ease-out;
        transition: opacity 250ms linear, transform 250ms ease-out;
        transition: opacity 250ms linear, transform 250ms ease-out, -webkit-transform 250ms ease-out, -o-transform 250ms ease-out; }
        .site-header__inner .menu .active svg, .site-header__inner .menu .inactive svg {
          width: 100%;
          height: 100%; }
      .site-header__inner .menu.active .active {
        opacity: 1;
        -webkit-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1); }
      .site-header__inner .menu.active .inactive {
        opacity: 0;
        -webkit-transform: scale(0);
             -o-transform: scale(0);
                transform: scale(0); }
  @media (max-width: 575.98px) {
    .site-header__inner .nav {
      width: 25px; }
    .site-header__inner .brand {
      max-width: 160px; }
    .site-header__inner .menu {
      width: 25px;
      height: 25px; } }

/**
 * Pages
 */
body.page-template-template-homepage .callout {
  padding: 100px 0;
  overflow: hidden; }
  body.page-template-template-homepage .callout h1 {
    margin-bottom: 20px;
    color: #8E3B95;
    line-height: 1; }
  body.page-template-template-homepage .callout .text-large {
    color: #333;
    font-size: 1.15rem; }
  body.page-template-template-homepage .callout__sponsors {
    margin-top: 2rem; }
    body.page-template-template-homepage .callout__sponsors img {
      margin-top: 50px;
      margin-bottom: -80px;
      margin-left: -22px; }
  body.page-template-template-homepage .callout__image {
    width: 160%;
    margin-left: -30%; }
    body.page-template-template-homepage .callout__image img {
      width: 100%; }
  body.page-template-template-homepage .callout__buttons {
    margin-top: 2rem; }
    body.page-template-template-homepage .callout__buttons a {
      min-width: 180px; }
      body.page-template-template-homepage .callout__buttons a:first-child {
        margin-right: 10px; }
  body.page-template-template-homepage .callout__description {
    padding-right: 80px; }
    body.page-template-template-homepage .callout__description a {
      text-decoration: underline; }

body.page-template-template-homepage .notification {
  padding-top: 1.5rem; }
  body.page-template-template-homepage .notification p {
    color: #8E3B95;
    font-weight: 600; }

body.page-template-template-homepage .info {
  padding: 40px 0;
  background-color: #f8f0f9; }
  body.page-template-template-homepage .info__card {
    display: block;
    margin-top: -60px;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 24px 1px rgba(0, 0, 0, 0.1); }
    body.page-template-template-homepage .info__card h2 {
      text-align: center;
      font-size: 1.9rem; }

@media (max-width: 1199.98px) {
  body.page-template-template-homepage .callout__sponsors img {
    margin-top: 20px;
    margin-bottom: 0; } }

@media (max-width: 991.98px) {
  body.page-template-template-homepage .callout__buttons .btn-cta {
    min-width: 0; }
  body.page-template-template-homepage .callout__image {
    margin-top: 80px;
    width: 150%;
    margin-left: -25%; }
  body.page-template-template-homepage .callout__description {
    padding-right: 40px; }
  body.page-template-template-homepage .callout__sponsors img {
    margin-top: 0; } }

@media (max-width: 767.98px) {
  body.page-template-template-homepage .callout__image {
    margin-top: -2rem;
    margin-bottom: 2rem;
    margin-left: 0;
    width: 100%; }
  body.page-template-template-homepage .callout h1 {
    text-align: center; }
  body.page-template-template-homepage .callout .text-large {
    text-align: center; }
  body.page-template-template-homepage .callout__description {
    padding-right: 0; }
  body.page-template-template-homepage .callout__buttons {
    text-align: center; }
  body.page-template-template-homepage .callout__sponsors img {
    margin-left: 0; } }

@media (max-width: 575.98px) {
  body.page-template-template-homepage .callout {
    padding: 50px 0; }
    body.page-template-template-homepage .callout__buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      body.page-template-template-homepage .callout__buttons .btn-cta {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }

/**
 * This is the actual services page styling
 */
body.page-template-template-services {
  background-color: #fff; }
  body.page-template-template-services .data {
    display: none; }
  body.page-template-template-services main.site-main {
    height: 100vh; }
  body.page-template-template-services .app {
    position: relative;
    width: 100%;
    height: 100%; }
  body.page-template-template-services .filter {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 180px;
    padding: 50px 0;
    background-color: #f8f0f9;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); }
    body.page-template-template-services .filter h1 {
      color: #8E3B95; }
    body.page-template-template-services .filter__inner {
      padding: 10px; }
      body.page-template-template-services .filter__inner .link {
        display: block;
        color: #000; }
    body.page-template-template-services .filter__button-wrap {
      position: relative;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      body.page-template-template-services .filter__button-wrap:before, body.page-template-template-services .filter__button-wrap:after {
        content: "";
        position: absolute;
        top: calc(50% - 10px);
        left: 12px;
        width: 20px;
        height: 20px;
        pointer-events: none;
        background-size: 14.5px 20px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("../images/icons/primary/icon-pin.svg"); }
      body.page-template-template-services .filter__button-wrap:after {
        left: auto;
        right: 12px;
        background-size: 14px 8px;
        background-image: url("../images/icons/black/down.svg");
        -webkit-transition: -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: -o-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -o-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      body.page-template-template-services .filter__button-wrap.dropdown:before, body.page-template-template-services .filter__button-wrap.dropdown:after {
        z-index: 51; }
      body.page-template-template-services .filter__button-wrap.active:after {
        -webkit-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg); }
      body.page-template-template-services .filter__button-wrap--services:before {
        background-image: url("../images/icons/primary/icon-settings.svg"); }
    body.page-template-template-services .filter__button {
      width: 100%;
      min-height: 54px;
      padding: 15px 40px;
      background-color: #fff;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border-radius: 5px;
      border: none;
      text-align: left;
      cursor: pointer; }
      body.page-template-template-services .filter__button.vue-input-dropdown {
        position: relative; }
        body.page-template-template-services .filter__button.vue-input-dropdown .multiselect {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
          body.page-template-template-services .filter__button.vue-input-dropdown .multiselect__select {
            display: none; }
          body.page-template-template-services .filter__button.vue-input-dropdown .multiselect__tags {
            position: relative;
            padding-top: 0;
            height: 100%;
            border: none; }
          body.page-template-template-services .filter__button.vue-input-dropdown .multiselect__placeholder {
            position: absolute;
            padding-left: 40px;
            top: calc(50% - 11px);
            left: 0; }
          body.page-template-template-services .filter__button.vue-input-dropdown .multiselect__single {
            position: absolute;
            padding-left: 40px;
            top: calc(50% - 11px);
            left: 0; }
          body.page-template-template-services .filter__button.vue-input-dropdown .multiselect__input {
            padding: 0;
            width: 100%;
            height: 100%;
            padding-left: 32px;
            border: none; }
          body.page-template-template-services .filter__button.vue-input-dropdown .multiselect__content-wrapper {
            z-index: 1; }
    body.page-template-template-services .filter__sheet {
      position: absolute;
      z-index: -1;
      top: calc(100% + 5px);
      left: 0;
      width: 100%;
      max-height: 400px;
      overflow-y: scroll;
      padding: 25px 20px;
      background-color: #fff;
      border-radius: 5px;
      opacity: 0;
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
      -webkit-transform: translateY(-100%);
           -o-transform: translateY(-100%);
              transform: translateY(-100%);
      -webkit-transition: opacity 200ms linear, -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 200ms linear, -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: opacity 200ms linear, -o-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 200ms linear;
      transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 200ms linear, -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -o-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      body.page-template-template-services .filter__sheet.active {
        opacity: 1;
        -webkit-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
        z-index: 2; }
    body.page-template-template-services .filter__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 10px; }
      body.page-template-template-services .filter__row > .link {
        -webkit-box-flex: 2;
            -ms-flex-positive: 2;
                flex-grow: 2;
        margin-right: 10px;
        display: block;
        color: #000; }
    body.page-template-template-services .filter__toggle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 100%;
      height: 100%; }
      body.page-template-template-services .filter__toggle .button {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        height: 100%;
        background-color: #fff;
        border: none;
        border-radius: 5px;
        background-size: 45% 45%;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-transition: background-color 50ms linear;
        -o-transition: background-color 50ms linear;
        transition: background-color 50ms linear; }
        body.page-template-template-services .filter__toggle .button:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
        body.page-template-template-services .filter__toggle .button:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
        body.page-template-template-services .filter__toggle .button-map {
          background-image: url("../images/icons/primary/icon-pin.svg"); }
        body.page-template-template-services .filter__toggle .button-sidebar {
          background-image: url("../images/icons/primary/icon-menu.svg"); }
        body.page-template-template-services .filter__toggle .button.active {
          background-color: #8E3B95; }
          body.page-template-template-services .filter__toggle .button.active.button-map {
            background-image: url("../images/icons/inverted/icon-pin.svg"); }
          body.page-template-template-services .filter__toggle .button.active.button-sidebar {
            background-image: url("../images/icons/inverted/icon-menu.svg"); }
    @media (max-width: 991.98px) {
      body.page-template-template-services .filter {
        height: 160px; } }
    @media (max-width: 767.98px) {
      body.page-template-template-services .filter {
        padding: 20px 0; }
        body.page-template-template-services .filter__button {
          padding: 10px 40px;
          min-height: 42px; }
        body.page-template-template-services .filter__button-wrap--services {
          margin-top: 10px; } }
    @media (max-width: 575.98px) {
      body.page-template-template-services .filter {
        height: 120px;
        padding: 15px 0;
        z-index: initial; }
        body.page-template-template-services .filter__sheet {
          max-height: 300px;
          padding: 15px; }
          body.page-template-template-services .filter__sheet .checkbox-wrap label {
            padding: 6px;
            padding-left: 32px;
            font-size: 0.9rem; }
        body.page-template-template-services .filter__toggle {
          margin-left: -20px;
          width: calc(100% + 20px); }
        body.page-template-template-services .filter__button {
          padding: 10px 30px;
          font-size: 0.9rem; }
        body.page-template-template-services .filter__button-wrap:before, body.page-template-template-services .filter__button-wrap:after {
          content: "";
          position: absolute;
          top: calc(50% - 7px);
          left: 9px;
          width: 14px;
          height: 14px;
          pointer-events: none;
          background-size: 100% 100%; }
        body.page-template-template-services .filter__button-wrap:after {
          left: auto;
          right: 9px; }
        body.page-template-template-services .filter__button-wrap--services {
          margin-top: 8px; } }
  body.page-template-template-services .map-container {
    width: 100%;
    height: calc(100% - 180px);
    position: absolute;
    top: 180px;
    left: 0;
    overflow: hidden; }
    @media (max-width: 991.98px) {
      body.page-template-template-services .map-container {
        height: calc(100% - 160px);
        top: 160px; } }
    @media (max-width: 575.98px) {
      body.page-template-template-services .map-container {
        height: calc(100% - 120px);
        top: 120px; } }
  body.page-template-template-services #map_canvas {
    position: absolute;
    top: 0;
    left: 400px;
    width: calc(100% - 400px);
    height: 100%; }
    @media (max-width: 991.98px) {
      body.page-template-template-services #map_canvas {
        left: 0;
        width: 100%; } }
  body.page-template-template-services .list {
    margin: 0; }
    body.page-template-template-services .list ul {
      background-color: transparent; }
      body.page-template-template-services .list ul:before, body.page-template-template-services .list ul:after {
        content: none; }
    body.page-template-template-services .list li {
      margin: 0;
      border-radius: 4px;
      background-color: #fff; }
    body.page-template-template-services .list .item-inner {
      min-height: 32px;
      padding: 4px;
      padding-right: 12px; }
      body.page-template-template-services .list .item-inner:after {
        content: none; }
    body.page-template-template-services .list .icon-search {
      width: 20px;
      height: 20px; }
    body.page-template-template-services .list .icon-down {
      width: 14px;
      height: 8px; }
    body.page-template-template-services .list .item-link .item-inner {
      background-image: none; }
    body.page-template-template-services .list .item-after {
      display: none; }
  body.page-template-template-services .fab {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    right: 30px; }
    body.page-template-template-services .fab > a {
      position: relative;
      color: #8E3B95;
      font-weight: 600;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
      body.page-template-template-services .fab > a:hover .fab__text, body.page-template-template-services .fab > a:active .fab__text {
        opacity: 1;
        -webkit-transform: translateX(0);
             -o-transform: translateX(0);
                transform: translateX(0); }
    body.page-template-template-services .fab__icon {
      position: relative;
      display: inline-block;
      width: 50px;
      height: 50px;
      background-color: #8E3B95;
      border-radius: 50%;
      background-size: 50% 50%;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url("../images/icons/inverted/icon-chat.svg");
      -webkit-transition: -webkit-transform 500ms cubic-bezier(0.005, 0.28, 0.455, 0.995) 100ms;
      transition: -webkit-transform 500ms cubic-bezier(0.005, 0.28, 0.455, 0.995) 100ms;
      -o-transition: -o-transform 500ms cubic-bezier(0.005, 0.28, 0.455, 0.995) 100ms;
      transition: transform 500ms cubic-bezier(0.005, 0.28, 0.455, 0.995) 100ms;
      transition: transform 500ms cubic-bezier(0.005, 0.28, 0.455, 0.995) 100ms, -webkit-transform 500ms cubic-bezier(0.005, 0.28, 0.455, 0.995) 100ms, -o-transform 500ms cubic-bezier(0.005, 0.28, 0.455, 0.995) 100ms;
      -webkit-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg); }
    body.page-template-template-services .fab__text {
      position: absolute;
      top: -20px;
      right: 0;
      width: 290px;
      pointer-events: none;
      opacity: 0;
      -webkit-transform: translateX(100px);
           -o-transform: translateX(100px);
              transform: translateX(100px);
      -webkit-transition: all 400ms cubic-bezier(0.005, 0.28, 0.455, 0.995);
      -o-transition: all 400ms cubic-bezier(0.005, 0.28, 0.455, 0.995);
      transition: all 400ms cubic-bezier(0.005, 0.28, 0.455, 0.995); }
    body.page-template-template-services .fab.active .fab__icon {
      -webkit-transform: rotate(0);
           -o-transform: rotate(0);
              transform: rotate(0); }
    @media (max-width: 767.98px) {
      body.page-template-template-services .fab {
        right: 15px; }
        body.page-template-template-services .fab__text {
          width: 250px;
          z-index: -1;
          top: -23px;
          opacity: 1;
          padding: 8px 10px;
          font-size: 0.8rem;
          -webkit-transform: translateX(0);
               -o-transform: translateX(0);
                  transform: translateX(0);
          background-color: #fdfdfd;
          border-radius: 20px;
          line-height: 1;
          font-weight: normal;
          text-shadow: 0 1px 0 #fff; } }
  body.page-template-template-services #sidebar {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 400px;
    height: 100%;
    background-color: #fff;
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    -o-transition: -o-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out, -o-transform 200ms ease-out; }
    body.page-template-template-services #sidebar .toggle {
      position: absolute;
      z-index: 1;
      bottom: 100%;
      left: 0;
      width: 100%;
      height: auto;
      padding: 5px 15px;
      font-weight: 600;
      font-size: 0.925rem;
      text-align: center;
      color: #8E3B95;
      border: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background-color: #fff;
      -webkit-transition: bottom 200ms linear;
      -o-transition: bottom 200ms linear;
      transition: bottom 200ms linear;
      box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.1); }
    body.page-template-template-services #sidebar.active {
      -webkit-transform: translateX(0);
           -o-transform: translateX(0);
              transform: translateX(0); }
      body.page-template-template-services #sidebar.active .toggle {
        bottom: calc(100% - 32px); }
    body.page-template-template-services #sidebar ul {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
      overflow-y: auto; }
    body.page-template-template-services #sidebar li {
      position: relative;
      padding: 20px 30px;
      padding-right: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; }
      body.page-template-template-services #sidebar li:not(:last-child) {
        border-bottom: #eee solid 1px; }
      body.page-template-template-services #sidebar li:hover, body.page-template-template-services #sidebar li:active {
        background-color: #8E3B95;
        color: #fff; }
        body.page-template-template-services #sidebar li:hover .icon, body.page-template-template-services #sidebar li:active .icon {
          background-image: url("../images/icons/inverted/icon-info.svg"); }
      body.page-template-template-services #sidebar li .content {
        -webkit-box-flex: 2;
            -ms-flex-positive: 2;
                flex-grow: 2;
        margin-right: 10px; }
      body.page-template-template-services #sidebar li .icon {
        width: 30px;
        height: 30px;
        min-width: 30px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        background-image: url("../images/icons/primary/icon-info.svg"); }
      body.page-template-template-services #sidebar li .title {
        font-weight: 700; }
    @media (max-width: 991.98px) {
      body.page-template-template-services #sidebar {
        width: 100%;
        -webkit-transform: translateY(100%);
             -o-transform: translateY(100%);
                transform: translateY(100%); }
        body.page-template-template-services #sidebar ul {
          padding-top: 32px; }
        body.page-template-template-services #sidebar.active {
          -webkit-transform: translateY(0);
               -o-transform: translateY(0);
                  transform: translateY(0); } }
  body.page-template-template-services #overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 400px;
    height: 100%;
    background-color: #fff;
    overflow-y: hidden;
    -webkit-transition: -webkit-transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: -o-transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%); }
    body.page-template-template-services #overlay.active {
      -webkit-transform: translateX(0);
           -o-transform: translateX(0);
              transform: translateX(0); }
    body.page-template-template-services #overlay .overlay__inner {
      position: relative;
      padding: 40px 30px;
      height: 100%;
      overflow-y: auto; }
      body.page-template-template-services #overlay .overlay__inner .close {
        position: absolute;
        top: 45px;
        right: 15px;
        width: 25px;
        height: 25px;
        color: transparent;
        font-size: 1px;
        background-image: url("../images/icons/primary/icon-close.svg");
        background-position: center center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        cursor: pointer;
        opacity: 1;
        -webkit-transition: opacity 150ms ease-out;
        -o-transition: opacity 150ms ease-out;
        transition: opacity 150ms ease-out; }
        body.page-template-template-services #overlay .overlay__inner .close:hover, body.page-template-template-services #overlay .overlay__inner .close:active {
          opacity: 0.8; }
    body.page-template-template-services #overlay .overlay__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 10px;
      font-size: 1.1rem;
      color: #000;
      text-decoration: underline; }
      body.page-template-template-services #overlay .overlay__wrap .icon-email {
        width: 20px;
        height: 20px; }
      body.page-template-template-services #overlay .overlay__wrap span {
        display: inline-block;
        margin-left: 5px;
        font-weight: 500; }
    body.page-template-template-services #overlay .overlay__content {
      padding-bottom: 40px; }
      body.page-template-template-services #overlay .overlay__content > h3 {
        margin-top: 0;
        margin-right: 30px; }
    body.page-template-template-services #overlay .overlay__section {
      margin: 20px 0; }
      body.page-template-template-services #overlay .overlay__section > h4 {
        padding-bottom: 10px;
        margin-bottom: 15px;
        color: #8E3B95;
        font-size: 0.875rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-bottom: #ddd solid 1px; }
      body.page-template-template-services #overlay .overlay__section--services .row > div {
        position: relative;
        padding-bottom: 10px; }
    @media (max-width: 991.98px) {
      body.page-template-template-services #overlay {
        width: 100%; }
        body.page-template-template-services #overlay .overlay__inner {
          padding: 20px 15px; }
          body.page-template-template-services #overlay .overlay__inner .close {
            top: 25px; } }
  body.page-template-template-services .icon {
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat; }
    body.page-template-template-services .icon-search {
      background-image: url("../images/icons/primary/icon-search.svg");
      width: 40px;
      height: 40px; }
    body.page-template-template-services .icon-down {
      background-image: url("../images/icons/down.svg");
      width: 28px;
      height: 16px; }
    body.page-template-template-services .icon-menu {
      background-image: url("../images/icons/primary/icon-menu.svg");
      width: 24px;
      height: 17.3px;
      color: transparent; }
    body.page-template-template-services .icon-close {
      background-image: url("../images/icons/primary/icon-close.svg");
      width: 24px;
      height: 24px;
      color: transparent; }
    body.page-template-template-services .icon-email {
      background-image: url("../images/icons/primary/icon-email.svg");
      width: 40px;
      height: 27.5px;
      background-size: 20px 13.75px; }
    body.page-template-template-services .icon-info {
      background-image: url("../images/icons/primary/icon-info.svg");
      width: 40px;
      height: 40px; }
    body.page-template-template-services .icon-settings {
      background-image: url("../images/icons/primary/icon-settings.svg");
      width: 23px;
      height: 20px; }
    body.page-template-template-services .icon-website {
      background-image: url("../images/icons/primary/icon-world.svg");
      width: 20px;
      height: 20px; }
    body.page-template-template-services .icon-facebook {
      background-image: url("../images/icons/facebook.svg");
      width: 20px;
      height: 20px;
      background-size: 8.66px 16px; }
    body.page-template-template-services .icon-phone {
      background-image: url("../images/icons/primary/icon-phone.svg");
      width: 20px;
      height: 20px;
      background-size: 16.75px 20px; }
    body.page-template-template-services .icon-pin {
      background-image: url("../images/icons/primary/icon-pin.svg");
      width: 20px;
      height: 20px; }

body.page-template-template-guides .banner {
  padding-top: 80px;
  padding-bottom: 220px;
  position: relative;
  background-color: #f5e8f6; }
  body.page-template-template-guides .banner__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  body.page-template-template-guides .banner > .container {
    position: relative;
    z-index: 1; }
  body.page-template-template-guides .banner h1 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 3.75rem;
    line-height: 1;
    color: #8E3B95; }
  body.page-template-template-guides .banner a {
    text-decoration: underline; }

body.page-template-template-guides .list {
  margin-top: -11rem;
  padding-bottom: 4rem; }
  body.page-template-template-guides .list__filters {
    padding-bottom: 2.25rem; }
    body.page-template-template-guides .list__filters .filter {
      display: inline-block;
      margin-right: 0.5rem; }
      body.page-template-template-guides .list__filters .filter input {
        opacity: 0;
        visibility: hidden;
        display: none; }
        body.page-template-template-guides .list__filters .filter input:checked + label {
          background-color: #8E3B95;
          color: #FFF; }
      body.page-template-template-guides .list__filters .filter label {
        padding: 9px 25px;
        border-radius: 20px;
        text-transform: uppercase;
        color: #8E3B95;
        letter-spacing: 1px;
        font-weight: 600;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: pointer;
        margin-bottom: 0;
        background-color: #e8cbea;
        -webkit-transition: background-color 200ms ease-in;
        -o-transition: background-color 200ms ease-in;
        transition: background-color 200ms ease-in; }
        body.page-template-template-guides .list__filters .filter label:hover {
          background-color: #e0b9e3; }
    body.page-template-template-guides .list__filters .select-wrap {
      position: relative;
      display: inline-block;
      width: 70%; }
      body.page-template-template-guides .list__filters .select-wrap:after {
        content: '';
        position: absolute;
        top: calc(50% - 10px);
        left: 12px;
        width: 20px;
        height: 20px;
        pointer-events: none;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center center; }
      body.page-template-template-guides .list__filters .select-wrap:after {
        left: auto;
        right: 12px;
        background-size: 75% 75%;
        background-image: url("../images/icons/black/down.svg");
        -webkit-transition: -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: -o-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -o-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      @media (max-width: 575.98px) {
        body.page-template-template-guides .list__filters .select-wrap {
          width: 100%; } }
    body.page-template-template-guides .list__filters select {
      background-color: #FFF;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: none;
      width: 100%;
      padding: 8px 15px;
      border-radius: 5px; }
  body.page-template-template-guides .list .col-mod {
    padding-bottom: 2rem; }
  body.page-template-template-guides .list .list-transition-enter-active, body.page-template-template-guides .list .list-transition-leave-active {
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms; }
  body.page-template-template-guides .list .list-transition-enter {
    opacity: 0;
    max-width: 0;
    padding-left: 0;
    padding-right: 0; }
  body.page-template-template-guides .list .list-transition-enter-to {
    opacity: 1;
    max-width: 400px;
    padding-left: 15px;
    padding-right: 15px; }
  body.page-template-template-guides .list .list-transition-leave {
    opacity: 1;
    max-width: 400px;
    padding-left: 15px;
    padding-right: 15px; }
  body.page-template-template-guides .list .list-transition-leave-to {
    max-width: 0;
    opacity: 0;
    padding-left: 0;
    padding-right: 0; }

@media (max-width: 991.98px) {
  body.page-template-template-guides .list {
    margin-top: -13rem; }
    body.page-template-template-guides .list__filters {
      max-width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      body.page-template-template-guides .list__filters .filter {
        font-size: 0.925rem; }
        body.page-template-template-guides .list__filters .filter label {
          padding: 6px 15px; } }

@media (max-width: 575.98px) {
  body.page-template-template-guides .list__filters {
    max-width: 100%; }
  body.page-template-template-guides .list .row {
    margin-right: -5px;
    margin-left: -5px; }
    body.page-template-template-guides .list .row > [class*="col-"] {
      padding-left: 5px;
      padding-right: 5px; }
  body.page-template-template-guides .list .col-mod {
    padding-bottom: 1rem; }
  body.page-template-template-guides .list .row > .list-transition-enter {
    padding-left: 0;
    padding-right: 0; }
  body.page-template-template-guides .list .row > .list-transition-enter-to {
    padding-left: 5px;
    padding-right: 5px; }
  body.page-template-template-guides .list .row > .list-transition-leave {
    padding-left: 5px;
    padding-right: 5px; }
  body.page-template-template-guides .list .row > .list-transition-leave-to {
    padding-left: 0;
    padding-right: 0; } }

body.category .banner {
  position: relative;
  padding-top: 280px;
  padding-bottom: 100px;
  position: relative; }
  body.category .banner.understanding_dementia {
    background-color: #E9E9F5; }
    body.category .banner.understanding_dementia:after {
      background: -webkit-linear-gradient(bottom, rgba(70, 70, 153, 0.912) 6.66667%, rgba(70, 70, 153, 0.826) 13.33333%, rgba(70, 70, 153, 0.752) 20%, rgba(70, 70, 153, 0.687) 26.66667%, rgba(70, 70, 153, 0.628) 33.33333%, rgba(70, 70, 153, 0.572) 40%, rgba(70, 70, 153, 0.517) 46.66667%, rgba(70, 70, 153, 0.462) 53.33333%, rgba(70, 70, 153, 0.406) 60%, rgba(70, 70, 153, 0.348) 66.66667%, rgba(70, 70, 153, 0.287) 73.33333%, rgba(70, 70, 153, 0.222) 80%, rgba(70, 70, 153, 0.153) 86.66667%, rgba(70, 70, 153, 0.079) 93.33333%, rgba(70, 70, 153, 0) 100%);
      background: -o-linear-gradient(bottom, rgba(70, 70, 153, 0.912) 6.66667%, rgba(70, 70, 153, 0.826) 13.33333%, rgba(70, 70, 153, 0.752) 20%, rgba(70, 70, 153, 0.687) 26.66667%, rgba(70, 70, 153, 0.628) 33.33333%, rgba(70, 70, 153, 0.572) 40%, rgba(70, 70, 153, 0.517) 46.66667%, rgba(70, 70, 153, 0.462) 53.33333%, rgba(70, 70, 153, 0.406) 60%, rgba(70, 70, 153, 0.348) 66.66667%, rgba(70, 70, 153, 0.287) 73.33333%, rgba(70, 70, 153, 0.222) 80%, rgba(70, 70, 153, 0.153) 86.66667%, rgba(70, 70, 153, 0.079) 93.33333%, rgba(70, 70, 153, 0) 100%);
      background: linear-gradient(0deg, rgba(70, 70, 153, 0.912) 6.66667%, rgba(70, 70, 153, 0.826) 13.33333%, rgba(70, 70, 153, 0.752) 20%, rgba(70, 70, 153, 0.687) 26.66667%, rgba(70, 70, 153, 0.628) 33.33333%, rgba(70, 70, 153, 0.572) 40%, rgba(70, 70, 153, 0.517) 46.66667%, rgba(70, 70, 153, 0.462) 53.33333%, rgba(70, 70, 153, 0.406) 60%, rgba(70, 70, 153, 0.348) 66.66667%, rgba(70, 70, 153, 0.287) 73.33333%, rgba(70, 70, 153, 0.222) 80%, rgba(70, 70, 153, 0.153) 86.66667%, rgba(70, 70, 153, 0.079) 93.33333%, rgba(70, 70, 153, 0) 100%); }
  body.category .banner.maintaining_wellbeing {
    background-color: #FDF1F6; }
    body.category .banner.maintaining_wellbeing:after {
      background: -webkit-linear-gradient(bottom, rgba(209, 30, 105, 0.912) 6.66667%, rgba(209, 30, 105, 0.826) 13.33333%, rgba(209, 30, 105, 0.752) 20%, rgba(209, 30, 105, 0.687) 26.66667%, rgba(209, 30, 105, 0.628) 33.33333%, rgba(209, 30, 105, 0.572) 40%, rgba(209, 30, 105, 0.517) 46.66667%, rgba(209, 30, 105, 0.462) 53.33333%, rgba(209, 30, 105, 0.406) 60%, rgba(209, 30, 105, 0.348) 66.66667%, rgba(209, 30, 105, 0.287) 73.33333%, rgba(209, 30, 105, 0.222) 80%, rgba(209, 30, 105, 0.153) 86.66667%, rgba(209, 30, 105, 0.079) 93.33333%, rgba(209, 30, 105, 0) 100%);
      background: -o-linear-gradient(bottom, rgba(209, 30, 105, 0.912) 6.66667%, rgba(209, 30, 105, 0.826) 13.33333%, rgba(209, 30, 105, 0.752) 20%, rgba(209, 30, 105, 0.687) 26.66667%, rgba(209, 30, 105, 0.628) 33.33333%, rgba(209, 30, 105, 0.572) 40%, rgba(209, 30, 105, 0.517) 46.66667%, rgba(209, 30, 105, 0.462) 53.33333%, rgba(209, 30, 105, 0.406) 60%, rgba(209, 30, 105, 0.348) 66.66667%, rgba(209, 30, 105, 0.287) 73.33333%, rgba(209, 30, 105, 0.222) 80%, rgba(209, 30, 105, 0.153) 86.66667%, rgba(209, 30, 105, 0.079) 93.33333%, rgba(209, 30, 105, 0) 100%);
      background: linear-gradient(0deg, rgba(209, 30, 105, 0.912) 6.66667%, rgba(209, 30, 105, 0.826) 13.33333%, rgba(209, 30, 105, 0.752) 20%, rgba(209, 30, 105, 0.687) 26.66667%, rgba(209, 30, 105, 0.628) 33.33333%, rgba(209, 30, 105, 0.572) 40%, rgba(209, 30, 105, 0.517) 46.66667%, rgba(209, 30, 105, 0.462) 53.33333%, rgba(209, 30, 105, 0.406) 60%, rgba(209, 30, 105, 0.348) 66.66667%, rgba(209, 30, 105, 0.287) 73.33333%, rgba(209, 30, 105, 0.222) 80%, rgba(209, 30, 105, 0.153) 86.66667%, rgba(209, 30, 105, 0.079) 93.33333%, rgba(209, 30, 105, 0) 100%); }
  body.category .banner.services_and_support {
    background-color: #EAF5F6; }
    body.category .banner.services_and_support:after {
      background: -webkit-linear-gradient(bottom, rgba(68, 150, 158, 0.912) 6.66667%, rgba(68, 150, 158, 0.826) 13.33333%, rgba(68, 150, 158, 0.752) 20%, rgba(68, 150, 158, 0.687) 26.66667%, rgba(68, 150, 158, 0.628) 33.33333%, rgba(68, 150, 158, 0.572) 40%, rgba(68, 150, 158, 0.517) 46.66667%, rgba(68, 150, 158, 0.462) 53.33333%, rgba(68, 150, 158, 0.406) 60%, rgba(68, 150, 158, 0.348) 66.66667%, rgba(68, 150, 158, 0.287) 73.33333%, rgba(68, 150, 158, 0.222) 80%, rgba(68, 150, 158, 0.153) 86.66667%, rgba(68, 150, 158, 0.079) 93.33333%, rgba(68, 150, 158, 0) 100%);
      background: -o-linear-gradient(bottom, rgba(68, 150, 158, 0.912) 6.66667%, rgba(68, 150, 158, 0.826) 13.33333%, rgba(68, 150, 158, 0.752) 20%, rgba(68, 150, 158, 0.687) 26.66667%, rgba(68, 150, 158, 0.628) 33.33333%, rgba(68, 150, 158, 0.572) 40%, rgba(68, 150, 158, 0.517) 46.66667%, rgba(68, 150, 158, 0.462) 53.33333%, rgba(68, 150, 158, 0.406) 60%, rgba(68, 150, 158, 0.348) 66.66667%, rgba(68, 150, 158, 0.287) 73.33333%, rgba(68, 150, 158, 0.222) 80%, rgba(68, 150, 158, 0.153) 86.66667%, rgba(68, 150, 158, 0.079) 93.33333%, rgba(68, 150, 158, 0) 100%);
      background: linear-gradient(0deg, rgba(68, 150, 158, 0.912) 6.66667%, rgba(68, 150, 158, 0.826) 13.33333%, rgba(68, 150, 158, 0.752) 20%, rgba(68, 150, 158, 0.687) 26.66667%, rgba(68, 150, 158, 0.628) 33.33333%, rgba(68, 150, 158, 0.572) 40%, rgba(68, 150, 158, 0.517) 46.66667%, rgba(68, 150, 158, 0.462) 53.33333%, rgba(68, 150, 158, 0.406) 60%, rgba(68, 150, 158, 0.348) 66.66667%, rgba(68, 150, 158, 0.287) 73.33333%, rgba(68, 150, 158, 0.222) 80%, rgba(68, 150, 158, 0.153) 86.66667%, rgba(68, 150, 158, 0.079) 93.33333%, rgba(68, 150, 158, 0) 100%); }
  body.category .banner:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-blend-mode: multiply;
    opacity: 0.9; }
  body.category .banner__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  body.category .banner > .container {
    position: relative;
    z-index: 1; }
  body.category .banner h1 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 3.75rem;
    line-height: 1;
    color: #FFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25); }
  body.category .banner p {
    color: #FFF;
    font-size: 1.375rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25); }
  body.category .banner__subtext {
    display: inline-block;
    color: #FFF;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    letter-spacing: 1px;
    margin-bottom: 10px; }

body.category .info {
  padding: 40px 0;
  background-color: #F9ECFE; }
  body.category .info__subtext {
    display: inline-block;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #333; }
  body.category .info h1 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1; }
  body.category .info__description {
    font-size: 1.15rem; }

body.category .card__body {
  padding-top: 20px; }

body.category .card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

body.category .card .svg-constrain {
  width: 20px;
  height: 20px;
  padding-bottom: 0;
  margin-right: 5px; }

body.category .card__timer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

body.category .list {
  margin-top: -5rem;
  padding-bottom: 6rem; }
  body.category .list .col-mod {
    padding-bottom: 2rem; }

@media (max-width: 991.98px) {
  body.category .banner {
    padding-top: 240px;
    padding-bottom: 100px; }
    body.category .banner h1 {
      font-size: 3.25rem; }
  body.category .list__filters {
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    body.category .list__filters .filter {
      padding: 5px 15px;
      font-size: 0.925rem; } }

@media (max-width: 575.98px) {
  body.category .banner {
    padding-top: 220px; }
    body.category .banner h1 {
      font-size: 2.25rem;
      line-height: 1.15; }
    body.category .banner:after {
      height: 80%;
      opacity: 0.45; }
    body.category .banner__subtext {
      margin-bottom: 5px;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
    body.category .banner h1 {
      margin-bottom: 15px;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); }
    body.category .banner p {
      font-size: 1.25rem; }
    body.category .banner__description {
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8); }
  body.category .list {
    margin-top: -2rem; }
    body.category .list__filters {
      max-width: 100%; }
    body.category .list .row {
      margin-right: -5px;
      margin-left: -5px; }
      body.category .list .row > [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px; }
    body.category .list .col-mod {
      padding-bottom: 1rem; } }

/**
 * Single guide page
 *
 * Everything is meant to act independently as a component
 */
body.single {
  /**
	 * App layout styles
	 */
  /**
	 * Guide completion view
	 */
  /**
	 * Individual components
	 */
  /**
	  * Stack styles
	  */
  /**
	 * Counter component
	 */
  /**
	 * Control component
	 */
  /**
	 * Progressbar component
	 */ }
  body.single .hidden {
    display: none; }
  body.single .app {
    position: relative;
    height: calc(100vh - 80px);
    min-height: 560px;
    width: 100%;
    background-color: #f30;
    overflow: hidden; }
    body.single .app.blue ul li:after {
      background-color: #007bff; }
    body.single .app.blue .breadcrumbs > a {
      color: #0062cc; }
    body.single .app.blue h1, body.single .app.blue h2, body.single .app.blue h3 {
      color: #006fe6; }
    body.single .app.blue .counter {
      color: #0062cc; }
    body.single .app.blue .controls {
      background-color: #007bff; }
      body.single .app.blue .controls__left {
        background-image: url("../images/icons/blue/icon-backward.svg"); }
      body.single .app.blue .controls__right {
        background-image: url("../images/icons/blue/icon-forward.svg"); }
      body.single .app.blue .controls__cross {
        background-image: url("../images/icons/blue/icon-close.svg"); }
    body.single .app.blue .progressbar {
      background-color: #3395ff; }
      body.single .app.blue .progressbar__inner {
        background-color: #007bff; }
    body.single .app.blue .icon path {
      fill: #007bff; }
    body.single .app.indigo ul li:after {
      background-color: #6610f2; }
    body.single .app.indigo .breadcrumbs > a {
      color: #510bc4; }
    body.single .app.indigo h1, body.single .app.indigo h2, body.single .app.indigo h3 {
      color: #5b0cdd; }
    body.single .app.indigo .counter {
      color: #510bc4; }
    body.single .app.indigo .controls {
      background-color: #6610f2; }
      body.single .app.indigo .controls__left {
        background-image: url("../images/icons/blue/icon-backward.svg"); }
      body.single .app.indigo .controls__right {
        background-image: url("../images/icons/blue/icon-forward.svg"); }
      body.single .app.indigo .controls__cross {
        background-image: url("../images/icons/blue/icon-close.svg"); }
    body.single .app.indigo .progressbar {
      background-color: #8540f5; }
      body.single .app.indigo .progressbar__inner {
        background-color: #6610f2; }
    body.single .app.indigo .icon path {
      fill: #6610f2; }
    body.single .app.purple ul li:after {
      background-color: #6f42c1; }
    body.single .app.purple .breadcrumbs > a {
      color: #59339d; }
    body.single .app.purple h1, body.single .app.purple h2, body.single .app.purple h3 {
      color: #643ab0; }
    body.single .app.purple .counter {
      color: #59339d; }
    body.single .app.purple .controls {
      background-color: #6f42c1; }
      body.single .app.purple .controls__left {
        background-image: url("../images/icons/blue/icon-backward.svg"); }
      body.single .app.purple .controls__right {
        background-image: url("../images/icons/blue/icon-forward.svg"); }
      body.single .app.purple .controls__cross {
        background-image: url("../images/icons/blue/icon-close.svg"); }
    body.single .app.purple .progressbar {
      background-color: #8c68ce; }
      body.single .app.purple .progressbar__inner {
        background-color: #6f42c1; }
    body.single .app.purple .icon path {
      fill: #6f42c1; }
    body.single .app.pink ul li:after {
      background-color: #e83e8c; }
    body.single .app.pink .breadcrumbs > a {
      color: #d91a72; }
    body.single .app.pink h1, body.single .app.pink h2, body.single .app.pink h3 {
      color: #e5277e; }
    body.single .app.pink .counter {
      color: #d91a72; }
    body.single .app.pink .controls {
      background-color: #e83e8c; }
      body.single .app.pink .controls__left {
        background-image: url("../images/icons/blue/icon-backward.svg"); }
      body.single .app.pink .controls__right {
        background-image: url("../images/icons/blue/icon-forward.svg"); }
      body.single .app.pink .controls__cross {
        background-image: url("../images/icons/blue/icon-close.svg"); }
    body.single .app.pink .progressbar {
      background-color: #ed6ca7; }
      body.single .app.pink .progressbar__inner {
        background-color: #e83e8c; }
    body.single .app.pink .icon path {
      fill: #e83e8c; }
    body.single .app.red ul li:after {
      background-color: #dc3545; }
    body.single .app.red .breadcrumbs > a {
      color: #bd2130; }
    body.single .app.red h1, body.single .app.red h2, body.single .app.red h3 {
      color: #d32535; }
    body.single .app.red .counter {
      color: #bd2130; }
    body.single .app.red .controls {
      background-color: #dc3545; }
      body.single .app.red .controls__left {
        background-image: url("../images/icons/blue/icon-backward.svg"); }
      body.single .app.red .controls__right {
        background-image: url("../images/icons/blue/icon-forward.svg"); }
      body.single .app.red .controls__cross {
        background-image: url("../images/icons/blue/icon-close.svg"); }
    body.single .app.red .progressbar {
      background-color: #e4606d; }
      body.single .app.red .progressbar__inner {
        background-color: #dc3545; }
    body.single .app.red .icon path {
      fill: #dc3545; }
    body.single .app.orange ul li:after {
      background-color: #fd7e14; }
    body.single .app.orange .breadcrumbs > a {
      color: #dc6502; }
    body.single .app.orange h1, body.single .app.orange h2, body.single .app.orange h3 {
      color: #f57102; }
    body.single .app.orange .counter {
      color: #dc6502; }
    body.single .app.orange .controls {
      background-color: #fd7e14; }
      body.single .app.orange .controls__left {
        background-image: url("../images/icons/blue/icon-backward.svg"); }
      body.single .app.orange .controls__right {
        background-image: url("../images/icons/blue/icon-forward.svg"); }
      body.single .app.orange .controls__cross {
        background-image: url("../images/icons/blue/icon-close.svg"); }
    body.single .app.orange .progressbar {
      background-color: #fd9a47; }
      body.single .app.orange .progressbar__inner {
        background-color: #fd7e14; }
    body.single .app.orange .icon path {
      fill: #fd7e14; }
    body.single .app.yellow ul li:after {
      background-color: #ffc107; }
    body.single .app.yellow .breadcrumbs > a {
      color: #d39e00; }
    body.single .app.yellow h1, body.single .app.yellow h2, body.single .app.yellow h3 {
      color: #edb100; }
    body.single .app.yellow .counter {
      color: #d39e00; }
    body.single .app.yellow .controls {
      background-color: #ffc107; }
      body.single .app.yellow .controls__left {
        background-image: url("../images/icons/blue/icon-backward.svg"); }
      body.single .app.yellow .controls__right {
        background-image: url("../images/icons/blue/icon-forward.svg"); }
      body.single .app.yellow .controls__cross {
        background-image: url("../images/icons/blue/icon-close.svg"); }
    body.single .app.yellow .progressbar {
      background-color: #ffce3a; }
      body.single .app.yellow .progressbar__inner {
        background-color: #ffc107; }
    body.single .app.yellow .icon path {
      fill: #ffc107; }
    body.single .app.green ul li:after {
      background-color: #28a745; }
    body.single .app.green .breadcrumbs > a {
      color: #1e7e34; }
    body.single .app.green h1, body.single .app.green h2, body.single .app.green h3 {
      color: #23923d; }
    body.single .app.green .counter {
      color: #1e7e34; }
    body.single .app.green .controls {
      background-color: #28a745; }
      body.single .app.green .controls__left {
        background-image: url("../images/icons/blue/icon-backward.svg"); }
      body.single .app.green .controls__right {
        background-image: url("../images/icons/blue/icon-forward.svg"); }
      body.single .app.green .controls__cross {
        background-image: url("../images/icons/blue/icon-close.svg"); }
    body.single .app.green .progressbar {
      background-color: #34ce57; }
      body.single .app.green .progressbar__inner {
        background-color: #28a745; }
    body.single .app.green .icon path {
      fill: #28a745; }
    body.single .app.teal ul li:after {
      background-color: #20c997; }
    body.single .app.teal .breadcrumbs > a {
      color: #199d76; }
    body.single .app.teal h1, body.single .app.teal h2, body.single .app.teal h3 {
      color: #1cb386; }
    body.single .app.teal .counter {
      color: #199d76; }
    body.single .app.teal .controls {
      background-color: #20c997; }
      body.single .app.teal .controls__left {
        background-image: url("../images/icons/blue/icon-backward.svg"); }
      body.single .app.teal .controls__right {
        background-image: url("../images/icons/blue/icon-forward.svg"); }
      body.single .app.teal .controls__cross {
        background-image: url("../images/icons/blue/icon-close.svg"); }
    body.single .app.teal .progressbar {
      background-color: #3ce0af; }
      body.single .app.teal .progressbar__inner {
        background-color: #20c997; }
    body.single .app.teal .icon path {
      fill: #20c997; }
    body.single .app.cyan ul li:after {
      background-color: #17a2b8; }
    body.single .app.cyan .breadcrumbs > a {
      color: #117a8b; }
    body.single .app.cyan h1, body.single .app.cyan h2, body.single .app.cyan h3 {
      color: #148ea1; }
    body.single .app.cyan .counter {
      color: #117a8b; }
    body.single .app.cyan .controls {
      background-color: #17a2b8; }
      body.single .app.cyan .controls__left {
        background-image: url("../images/icons/blue/icon-backward.svg"); }
      body.single .app.cyan .controls__right {
        background-image: url("../images/icons/blue/icon-forward.svg"); }
      body.single .app.cyan .controls__cross {
        background-image: url("../images/icons/blue/icon-close.svg"); }
    body.single .app.cyan .progressbar {
      background-color: #1fc8e3; }
      body.single .app.cyan .progressbar__inner {
        background-color: #17a2b8; }
    body.single .app.cyan .icon path {
      fill: #17a2b8; }
    body.single .app.white ul li:after {
      background-color: #fff; }
    body.single .app.white .breadcrumbs > a {
      color: #e6e6e6; }
    body.single .app.white h1, body.single .app.white h2, body.single .app.white h3 {
      color: #f2f2f2; }
    body.single .app.white .counter {
      color: #e6e6e6; }
    body.single .app.white .controls {
      background-color: #fff; }
      body.single .app.white .controls__left {
        background-image: url("../images/icons/blue/icon-backward.svg"); }
      body.single .app.white .controls__right {
        background-image: url("../images/icons/blue/icon-forward.svg"); }
      body.single .app.white .controls__cross {
        background-image: url("../images/icons/blue/icon-close.svg"); }
    body.single .app.white .progressbar {
      background-color: white; }
      body.single .app.white .progressbar__inner {
        background-color: #fff; }
    body.single .app.white .icon path {
      fill: #fff; }
    body.single .app.gray ul li:after {
      background-color: #6c757d; }
    body.single .app.gray .breadcrumbs > a {
      color: #545b62; }
    body.single .app.gray h1, body.single .app.gray h2, body.single .app.gray h3 {
      color: #60686f; }
    body.single .app.gray .counter {
      color: #545b62; }
    body.single .app.gray .controls {
      background-color: #6c757d; }
      body.single .app.gray .controls__left {
        background-image: url("../images/icons/blue/icon-backward.svg"); }
      body.single .app.gray .controls__right {
        background-image: url("../images/icons/blue/icon-forward.svg"); }
      body.single .app.gray .controls__cross {
        background-image: url("../images/icons/blue/icon-close.svg"); }
    body.single .app.gray .progressbar {
      background-color: #868e96; }
      body.single .app.gray .progressbar__inner {
        background-color: #6c757d; }
    body.single .app.gray .icon path {
      fill: #6c757d; }
    body.single .app.gray-dark ul li:after {
      background-color: #343a40; }
    body.single .app.gray-dark .breadcrumbs > a {
      color: #1d2124; }
    body.single .app.gray-dark h1, body.single .app.gray-dark h2, body.single .app.gray-dark h3 {
      color: #292d32; }
    body.single .app.gray-dark .counter {
      color: #1d2124; }
    body.single .app.gray-dark .controls {
      background-color: #343a40; }
      body.single .app.gray-dark .controls__left {
        background-image: url("../images/icons/blue/icon-backward.svg"); }
      body.single .app.gray-dark .controls__right {
        background-image: url("../images/icons/blue/icon-forward.svg"); }
      body.single .app.gray-dark .controls__cross {
        background-image: url("../images/icons/blue/icon-close.svg"); }
    body.single .app.gray-dark .progressbar {
      background-color: #4b545c; }
      body.single .app.gray-dark .progressbar__inner {
        background-color: #343a40; }
    body.single .app.gray-dark .icon path {
      fill: #343a40; }
    body.single .app.understanding_dementia {
      background-color: #E9E9F5; }
      body.single .app.understanding_dementia ul li:after {
        background-color: #959BD8; }
      body.single .app.understanding_dementia .breadcrumbs > a {
        color: #7078ca; }
      body.single .app.understanding_dementia h1, body.single .app.understanding_dementia h2, body.single .app.understanding_dementia h3 {
        color: #8289d1; }
      body.single .app.understanding_dementia .counter {
        color: #7078ca; }
      body.single .app.understanding_dementia .controls {
        background-color: #959BD8; }
        body.single .app.understanding_dementia .controls__left {
          background-image: url("../images/icons/blue/icon-backward.svg"); }
        body.single .app.understanding_dementia .controls__right {
          background-image: url("../images/icons/blue/icon-forward.svg"); }
        body.single .app.understanding_dementia .controls__cross {
          background-image: url("../images/icons/blue/icon-close.svg"); }
      body.single .app.understanding_dementia .progressbar {
        background-color: #babee6; }
        body.single .app.understanding_dementia .progressbar__inner {
          background-color: #959BD8; }
      body.single .app.understanding_dementia .icon path {
        fill: #959BD8; }
    body.single .app.maintaining_wellbeing {
      background-color: #FDF1F6; }
      body.single .app.maintaining_wellbeing ul li:after {
        background-color: #F17DB1; }
      body.single .app.maintaining_wellbeing .breadcrumbs > a {
        color: #ec4f95; }
      body.single .app.maintaining_wellbeing h1, body.single .app.maintaining_wellbeing h2, body.single .app.maintaining_wellbeing h3 {
        color: #ef66a3; }
      body.single .app.maintaining_wellbeing .counter {
        color: #ec4f95; }
      body.single .app.maintaining_wellbeing .controls {
        background-color: #F17DB1; }
        body.single .app.maintaining_wellbeing .controls__left {
          background-image: url("../images/icons/pink/icon-backward.svg"); }
        body.single .app.maintaining_wellbeing .controls__right {
          background-image: url("../images/icons/pink/icon-forward.svg"); }
        body.single .app.maintaining_wellbeing .controls__cross {
          background-image: url("../images/icons/pink/icon-close.svg"); }
      body.single .app.maintaining_wellbeing .progressbar {
        background-color: #f6abcd; }
        body.single .app.maintaining_wellbeing .progressbar__inner {
          background-color: #F17DB1; }
      body.single .app.maintaining_wellbeing .icon path {
        fill: #F17DB1; }
    body.single .app.services_and_support {
      background-color: #EAF5F6; }
      body.single .app.services_and_support ul li:after {
        background-color: #84D3CF; }
      body.single .app.services_and_support .breadcrumbs > a {
        color: #5ec6c0; }
      body.single .app.services_and_support h1, body.single .app.services_and_support h2, body.single .app.services_and_support h3 {
        color: #71ccc8; }
      body.single .app.services_and_support .counter {
        color: #5ec6c0; }
      body.single .app.services_and_support .controls {
        background-color: #84D3CF; }
        body.single .app.services_and_support .controls__left {
          background-image: url("../images/icons/green/icon-backward.svg"); }
        body.single .app.services_and_support .controls__right {
          background-image: url("../images/icons/green/icon-forward.svg"); }
        body.single .app.services_and_support .controls__cross {
          background-image: url("../images/icons/green/icon-close.svg"); }
      body.single .app.services_and_support .progressbar {
        background-color: #aae0de; }
        body.single .app.services_and_support .progressbar__inner {
          background-color: #84D3CF; }
      body.single .app.services_and_support .icon path {
        fill: #84D3CF; }
    body.single .app.primary ul li:after {
      background-color: #8E3B95; }
    body.single .app.primary .breadcrumbs > a {
      color: #6b2d70; }
    body.single .app.primary h1, body.single .app.primary h2, body.single .app.primary h3 {
      color: #7d3483; }
    body.single .app.primary .counter {
      color: #6b2d70; }
    body.single .app.primary .controls {
      background-color: #8E3B95; }
      body.single .app.primary .controls__left {
        background-image: url("../images/icons/green/icon-backward.svg"); }
      body.single .app.primary .controls__right {
        background-image: url("../images/icons/green/icon-forward.svg"); }
      body.single .app.primary .controls__cross {
        background-image: url("../images/icons/green/icon-close.svg"); }
    body.single .app.primary .progressbar {
      background-color: #af4bb8; }
      body.single .app.primary .progressbar__inner {
        background-color: #8E3B95; }
    body.single .app.primary .icon path {
      fill: #8E3B95; }
    body.single .app.primary_dark ul li:after {
      background-color: #441C5A; }
    body.single .app.primary_dark .breadcrumbs > a {
      color: #271033; }
    body.single .app.primary_dark h1, body.single .app.primary_dark h2, body.single .app.primary_dark h3 {
      color: #351647; }
    body.single .app.primary_dark .counter {
      color: #271033; }
    body.single .app.primary_dark .controls {
      background-color: #441C5A; }
      body.single .app.primary_dark .controls__left {
        background-image: url("../images/icons/green/icon-backward.svg"); }
      body.single .app.primary_dark .controls__right {
        background-image: url("../images/icons/green/icon-forward.svg"); }
      body.single .app.primary_dark .controls__cross {
        background-image: url("../images/icons/green/icon-close.svg"); }
    body.single .app.primary_dark .progressbar {
      background-color: #612881; }
      body.single .app.primary_dark .progressbar__inner {
        background-color: #441C5A; }
    body.single .app.primary_dark .icon path {
      fill: #441C5A; }
    body.single .app.primary_light ul li:after {
      background-color: #F9ECFE; }
    body.single .app.primary_light .breadcrumbs > a {
      color: #eabcfb; }
    body.single .app.primary_light h1, body.single .app.primary_light h2, body.single .app.primary_light h3 {
      color: #f1d4fd; }
    body.single .app.primary_light .counter {
      color: #eabcfb; }
    body.single .app.primary_light .controls {
      background-color: #F9ECFE; }
      body.single .app.primary_light .controls__left {
        background-image: url("../images/icons/green/icon-backward.svg"); }
      body.single .app.primary_light .controls__right {
        background-image: url("../images/icons/green/icon-forward.svg"); }
      body.single .app.primary_light .controls__cross {
        background-image: url("../images/icons/green/icon-close.svg"); }
    body.single .app.primary_light .progressbar {
      background-color: white; }
      body.single .app.primary_light .progressbar__inner {
        background-color: #F9ECFE; }
    body.single .app.primary_light .icon path {
      fill: #F9ECFE; }
    body.single .app.black ul li:after {
      background-color: #18212B; }
    body.single .app.black .breadcrumbs > a {
      color: #06080a; }
    body.single .app.black h1, body.single .app.black h2, body.single .app.black h3 {
      color: #0f141b; }
    body.single .app.black .counter {
      color: #06080a; }
    body.single .app.black .controls {
      background-color: #18212B; }
      body.single .app.black .controls__left {
        background-image: url("../images/icons/green/icon-backward.svg"); }
      body.single .app.black .controls__right {
        background-image: url("../images/icons/green/icon-forward.svg"); }
      body.single .app.black .controls__cross {
        background-image: url("../images/icons/green/icon-close.svg"); }
    body.single .app.black .progressbar {
      background-color: #2a3a4c; }
      body.single .app.black .progressbar__inner {
        background-color: #18212B; }
    body.single .app.black .icon path {
      fill: #18212B; }
    body.single .app ul {
      padding: 0;
      margin: 0;
      margin-bottom: 1rem;
      list-style: none; }
      body.single .app ul li {
        padding-left: 1rem;
        position: relative; }
        body.single .app ul li:after {
          content: '';
          position: absolute;
          top: 8px;
          left: calc(0.5rem - 8px);
          width: 8px;
          height: 8px;
          border-radius: 50%; }
    body.single .app > .container {
      height: 100%; }
    body.single .app__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      body.single .app__inner a {
        word-wrap: break-word; }
    body.single .app__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 80px; }
      body.single .app__header .breadcrumbs {
        font-weight: 600;
        color: rgba(0, 0, 0, 0.6);
        text-transform: uppercase;
        letter-spacing: 1px; }
    body.single .app__main {
      position: relative;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      height: 0; }
    body.single .app__footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      min-height: 100px; }
    @media (max-width: 991.98px) {
      body.single .app__header {
        min-height: 60px; }
        body.single .app__header .breadcrumbs {
          font-size: 0.925rem; } }
    @media (max-width: 575.98px) {
      body.single .app h1 {
        font-size: 2.75rem; }
      body.single .app h2 {
        font-size: 2rem; }
      body.single .app h3 {
        font-size: 1.4rem; }
      body.single .app h4 {
        font-size: 1.25rem; }
      body.single .app__header {
        min-height: 40px; }
        body.single .app__header .breadcrumbs {
          display: none; }
      body.single .app__footer {
        position: relative; } }
    @media screen and (max-width: 360px) {
      body.single .app__header {
        min-height: 20px; }
      body.single .app__footer {
        min-height: 80px; } }
  body.single .final-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 750ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms;
    -o-transition: all 750ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms;
    transition: all 750ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms;
    -webkit-transform: scale(0.6);
         -o-transform: scale(0.6);
            transform: scale(0.6); }
    body.single .final-view h1 {
      text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5); }
    body.single .final-view .text-large {
      margin-bottom: 3rem; }
    body.single .final-view__body div[class^="col-"] {
      padding-bottom: 2rem; }
    body.single .final-view__footer div[class^="col-"] {
      padding-bottom: 1rem; }
    body.single .final-view__card {
      display: block;
      padding: 35px 40px;
      background: #FFFFFF;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      color: #000;
      text-decoration: none !important;
      -webkit-transition: all 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: all 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 150ms cubic-bezier(0.165, 0.84, 0.44, 1); }
      body.single .final-view__card:hover, body.single .final-view__card:active {
        -webkit-transform: translateY(2px);
             -o-transform: translateY(2px);
                transform: translateY(2px);
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08); }
      body.single .final-view__card .icon {
        margin-bottom: 5px;
        width: 60px; }
      body.single .final-view__card--faded {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 38px 40px;
        background-color: rgba(255, 255, 255, 0.75);
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        body.single .final-view__card--faded .icon {
          margin-top: 4px;
          width: 45px;
          min-width: 45px; }
        body.single .final-view__card--faded h5 {
          margin-left: 1rem;
          color: #000; }
    body.single .final-view.active {
      z-index: 10;
      -webkit-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1);
      opacity: 1; }
    @media (max-width: 1199.98px) {
      body.single .final-view__card--faded {
        height: 100%;
        padding: 35px 20px; } }
    @media (max-width: 767.98px) {
      body.single .final-view {
        height: calc(100% + 100px); }
        body.single .final-view h1 {
          font-size: 3rem; }
        body.single .final-view .text-large {
          margin-bottom: 1.5rem;
          font-size: 1.1rem; }
        body.single .final-view__card {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 20px 15px;
          height: 100%; }
          body.single .final-view__card .content {
            margin-left: 1rem; }
          body.single .final-view__card h3 {
            margin-bottom: 0.25rem; }
          body.single .final-view__card p {
            margin: 0; } }
    @media (max-width: 575.98px) {
      body.single .final-view {
        height: calc(100% + 80px);
        overflow-y: auto; }
        body.single .final-view h1 {
          font-size: 2rem; }
        body.single .final-view__header {
          padding-top: 220px; }
        body.single .final-view__body div[class^="col-"] {
          padding-bottom: 1rem; }
        body.single .final-view__footer {
          margin-bottom: 60px; }
        body.single .final-view__card {
          padding: 25px 15px; }
          body.single .final-view__card .icon {
            width: 65px;
            margin-bottom: 0; }
          body.single .final-view__card--faded {
            display: block;
            position: relative;
            overflow: hidden;
            background-color: rgba(255, 255, 255, 0.8); }
            body.single .final-view__card--faded .icon {
              position: absolute;
              bottom: -25px;
              right: -10px;
              width: 75px;
              opacity: 0.15; }
          body.single .final-view__card h3 {
            font-size: 1.25rem; }
          body.single .final-view__card h5 {
            font-size: 1.05rem;
            margin-left: 0;
            margin-bottom: 0; }
          body.single .final-view__card p {
            line-height: 1.3; } }
    @media screen and (max-width: 360px) {
      body.single .final-view .text-large {
        font-size: 1rem;
        line-height: 1.3;
        margin-bottom: 1rem; }
      body.single .final-view__card {
        padding: 10px; }
      body.single .final-view__body div[class^="col-"] {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 0.5rem; }
      body.single .final-view__footer div[class^="col-"] {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 0.5rem; } }
  body.single .stack-wrapper {
    position: relative;
    max-width: 900px;
    height: 100%;
    margin: 0 auto; }
    body.single .stack-wrapper.polyfill {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
  body.single .stack-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    body.single .stack-container .stack {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      cursor: -webkit-grab; }
      body.single .stack-container .stack.inactive {
        -webkit-transition: opacity 250ms linear;
        -o-transition: opacity 250ms linear;
        transition: opacity 250ms linear;
        -webkit-transform: translateX(45px) scale(0.95);
             -o-transform: translateX(45px) scale(0.95);
                transform: translateX(45px) scale(0.95); }
        @media (max-width: 767.98px) {
          body.single .stack-container .stack.inactive {
            -webkit-transform: translateX(20px) scale(0.95);
                 -o-transform: translateX(20px) scale(0.95);
                    transform: translateX(20px) scale(0.95); } }
      body.single .stack-container .stack.active {
        z-index: 2; }
        body.single .stack-container .stack.active .stack__background {
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); }
      body.single .stack-container .stack.small .stack__inner {
        font-size: 1.6rem; }
      body.single .stack-container .stack__background {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        height: 100%;
        background-color: #FFF;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
        border-radius: 30px;
        overflow: hidden; }
        body.single .stack-container .stack__background.transition {
          -webkit-transition: -webkit-transform 150ms ease-out;
          transition: -webkit-transform 150ms ease-out;
          -o-transition: -o-transform 150ms ease-out;
          transition: transform 150ms ease-out;
          transition: transform 150ms ease-out, -webkit-transform 150ms ease-out, -o-transform 150ms ease-out; }
      body.single .stack-container .stack__inner {
        position: relative;
        z-index: 1;
        padding: 25px;
        max-width: 760px;
        margin: 0 auto;
        margin-top: -2rem;
        font-size: 1.75rem;
        line-height: 1.7;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
        body.single .stack-container .stack__inner h1, body.single .stack-container .stack__inner h2, body.single .stack-container .stack__inner h3 {
          margin-bottom: 20px; }
        body.single .stack-container .stack__inner h2 {
          font-size: 2.75rem; }
        body.single .stack-container .stack__inner h3 {
          font-size: 2.25rem; }
      body.single .stack-container .stack .illustration {
        width: 540px;
        height: auto;
        margin: 0 auto;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
    @media screen and (max-height: 1024px) {
      body.single .stack-container .stack.small .stack__inner {
        font-size: 1.2rem; }
      body.single .stack-container .stack__inner {
        font-size: 1.25rem;
        line-height: 2rem; }
        body.single .stack-container .stack__inner h1 {
          font-size: 2.5rem; }
        body.single .stack-container .stack__inner h2 {
          font-size: 2rem; }
        body.single .stack-container .stack__inner h3 {
          font-size: 1.85rem; }
      body.single .stack-container .stack .illustration {
        width: 320px; } }
    @media (max-width: 991.98px) {
      body.single .stack-container .stack.small .stack__inner {
        font-size: 1.15rem; }
      body.single .stack-container .stack__inner {
        margin-top: 0;
        max-width: 600px;
        font-size: 1.25rem;
        line-height: 2rem; }
      body.single .stack-container .stack .illustration {
        width: 420px; } }
    @media (max-width: 767.98px) {
      body.single .stack-container .stack.small .stack__inner {
        font-size: 1.1rem; }
      body.single .stack-container .stack__inner {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 1.15rem;
        line-height: 1.45;
        max-width: 320px; }
        body.single .stack-container .stack__inner h1, body.single .stack-container .stack__inner h2, body.single .stack-container .stack__inner h3 {
          margin-bottom: 15px; }
        body.single .stack-container .stack__inner h1 {
          font-size: 2rem; }
        body.single .stack-container .stack__inner h2 {
          font-size: 1.8rem; }
        body.single .stack-container .stack__inner h3 {
          font-size: 1.75rem; }
      body.single .stack-container .stack .illustration {
        width: 90%; } }
    @media (max-width: 575.98px) {
      body.single .stack-container .stack__inner {
        font-size: 1.05rem; }
        body.single .stack-container .stack__inner h1 {
          margin-bottom: 5px; }
        body.single .stack-container .stack__inner .illustration {
          margin-top: -10px;
          width: 80%; } }
    @media screen and (max-width: 360px) {
      body.single .stack-container .stack.small .stack__inner {
        font-size: 0.975rem;
        line-height: 1.25; }
      body.single .stack-container .stack__inner {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1rem;
        line-height: 1.3;
        max-width: initial;
        width: 100%; }
        body.single .stack-container .stack__inner h1, body.single .stack-container .stack__inner h2, body.single .stack-container .stack__inner h3 {
          margin-bottom: 8px; }
        body.single .stack-container .stack__inner h1 {
          font-size: 1.65rem; }
        body.single .stack-container .stack__inner h2 {
          font-size: 1.45rem; }
        body.single .stack-container .stack__inner h3 {
          font-size: 1.25rem; }
        body.single .stack-container .stack__inner p {
          margin-bottom: 10px; }
      body.single .stack-container .stack .illustration {
        width: 85%;
        margin-top: -30px;
        margin-bottom: 5px; } }
  body.single .list-enter-active {
    -webkit-transition: opacity 200ms linear, -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 200ms linear, -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: opacity 200ms linear, -o-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 200ms linear;
    transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 200ms linear, -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  body.single .list-leave-active {
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear; }
  body.single .list-enter.stack.active {
    opacity: 0.3;
    -webkit-transform: translateX(0) scale(1.25);
         -o-transform: translateX(0) scale(1.25);
            transform: translateX(0) scale(1.25); }
  body.single .list-enter-to.stack.active {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
         -o-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); }
  body.single .counter {
    width: 240px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1); }
    body.single .counter.disable {
      -webkit-transform: translateX(-20px);
           -o-transform: translateX(-20px);
              transform: translateX(-20px);
      opacity: 0; }
    @media (max-width: 991.98px) {
      body.single .counter {
        width: 200px; } }
    @media (max-width: 575.98px) {
      body.single .counter {
        font-size: 0.925rem;
        min-width: 120px; } }
  body.single .controls {
    position: relative;
    top: -60px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border-radius: 60px;
    -webkit-transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1); }
    body.single .controls__button {
      background-size: 50% 50%;
      background-position: center center;
      background-repeat: no-repeat;
      cursor: pointer;
      width: 70px;
      height: 70px;
      background-color: #FFF;
      border-radius: 50%;
      -webkit-transition: -webkit-transform 150ms cubic-bezier(0.35, 0.705, 0.565, 1);
      transition: -webkit-transform 150ms cubic-bezier(0.35, 0.705, 0.565, 1);
      -o-transition: -o-transform 150ms cubic-bezier(0.35, 0.705, 0.565, 1);
      transition: transform 150ms cubic-bezier(0.35, 0.705, 0.565, 1);
      transition: transform 150ms cubic-bezier(0.35, 0.705, 0.565, 1), -webkit-transform 150ms cubic-bezier(0.35, 0.705, 0.565, 1), -o-transform 150ms cubic-bezier(0.35, 0.705, 0.565, 1); }
      body.single .controls__button:first-child {
        margin-right: 10px; }
      body.single .controls__button:last-child {
        margin-left: 20px; }
      body.single .controls__button:active {
        -webkit-transform: scale(0.9);
             -o-transform: scale(0.9);
                transform: scale(0.9); }
      body.single .controls__button.disabled {
        opacity: 0.7;
        pointer-events: none; }
    body.single .controls__left {
      background-image: url("../images/icons/backward.svg");
      background-position: 40% center; }
    body.single .controls__right {
      background-image: url("../images/icons/forward.svg");
      background-position: 60% center; }
    body.single .controls__cross {
      background-image: url("../images/icons/close.svg"); }
    body.single .controls.disable {
      -webkit-transform: translateY(20px);
           -o-transform: translateY(20px);
              transform: translateY(20px);
      opacity: 0; }
    @media screen and (max-height: 1024px) {
      body.single .controls {
        top: 0;
        padding: 10px; }
        body.single .controls > div {
          width: 60px;
          height: 60px; } }
    @media (max-width: 991.98px) {
      body.single .controls {
        top: 0;
        padding: 10px; }
        body.single .controls > div {
          width: 60px;
          height: 60px; }
        body.single .controls__button {
          background-size: 40% 40%; }
        body.single .controls.disable {
          -webkit-transform: translateY(-20px);
               -o-transform: translateY(-20px);
                  transform: translateY(-20px); } }
    @media (max-width: 767.98px) {
      body.single .controls {
        top: -60px; } }
    @media (max-width: 575.98px) {
      body.single .controls {
        padding: 8px;
        position: absolute;
        top: -30px;
        left: calc(50% - 88px); }
        body.single .controls > div {
          width: 45px;
          height: 45px; }
        body.single .controls__button {
          background-size: 35% 35%; }
        body.single .controls__left {
          background-position: 45% center; }
        body.single .controls__right {
          background-position: 55% center; } }
    @media screen and (max-width: 360px) {
      body.single .controls {
        padding: 5px; } }
  body.single .progressbar {
    position: relative;
    width: 240px;
    height: 14px;
    border-radius: 7px;
    overflow: hidden;
    -webkit-transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1); }
    body.single .progressbar__inner {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      border-radius: 7px;
      -webkit-transition: width 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: width 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: width 200ms cubic-bezier(0.215, 0.61, 0.355, 1); }
    body.single .progressbar.disable {
      -webkit-transform: translateX(20px);
           -o-transform: translateX(20px);
              transform: translateX(20px);
      opacity: 0; }
    @media (max-width: 991.98px) {
      body.single .progressbar {
        width: 200px; } }
    @media (max-width: 575.98px) {
      body.single .progressbar {
        height: 8px;
        min-width: 120px; } }

body.page-template-template-reading .filters {
  padding: 45px 0;
  background-color: #F9ECFE; }
  body.page-template-template-reading .filters h1 {
    color: #8E3B95; }
  body.page-template-template-reading .filters .input-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: transparent; }
    body.page-template-template-reading .filters .input-wrap input {
      width: 100%;
      height: 100%;
      padding-left: 55px; }
    body.page-template-template-reading .filters .input-wrap[class*='icon']:after {
      content: '';
      position: absolute;
      top: calc(50% - 15px);
      left: 15px;
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 80% 80%; }
    body.page-template-template-reading .filters .input-wrap.icon-search:after {
      background-image: url("../images/icons/primary/icon-search.svg"); }
  body.page-template-template-reading .filters .filter__wrap {
    position: relative;
    height: 100%; }
  body.page-template-template-reading .filters .filter__sheet {
    padding: 10px;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 100%;
    height: auto;
    max-height: 400px;
    overflow-y: auto;
    z-index: 0;
    border-radius: 5px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    -webkit-transform: translateY(-150%);
         -o-transform: translateY(-150%);
            transform: translateY(-150%);
    opacity: 0;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out; }
    body.page-template-template-reading .filters .filter__sheet.active {
      opacity: 1;
      z-index: 1;
      -webkit-transform: translateY(0);
           -o-transform: translateY(0);
              transform: translateY(0); }
    @media (max-width: 575.98px) {
      body.page-template-template-reading .filters .filter__sheet {
        width: 150%; } }
  body.page-template-template-reading .filters .select-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    background-color: #FFF;
    border-radius: 5px;
    cursor: pointer; }
    body.page-template-template-reading .filters .select-wrapper:before {
      content: '';
      position: absolute;
      top: calc(50% - 15px);
      left: 15px;
      width: 30px;
      height: 30px;
      pointer-events: none;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 19.77px 17.77px;
      background-image: url("../images/icons/primary/icon-settings.svg"); }
    body.page-template-template-reading .filters .select-wrapper:after {
      content: '';
      position: absolute;
      top: calc(50% - 10px);
      right: 15px;
      width: 20px;
      height: 20px;
      pointer-events: none;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 14px 8px;
      background-image: url("../images/icons/primary/icon-down.svg"); }
    body.page-template-template-reading .filters .select-wrapper span {
      display: inline-block;
      width: 100%;
      padding-left: 55px;
      padding-right: 55px;
      -webkit-appearance: none;
      -moz-appearance: none;
           appearance: none;
      border: none;
      border-radius: 0;
      background-color: transparent; }
  @media (max-width: 1199.98px) {
    body.page-template-template-reading .filters h1 {
      font-size: 3.25rem; } }
  @media (max-width: 991.98px) {
    body.page-template-template-reading .filters h1 {
      text-align: center;
      margin-bottom: 20px; } }
  @media (max-width: 767.98px) {
    body.page-template-template-reading .filters {
      padding: 15px 0; }
      body.page-template-template-reading .filters h1 {
        font-size: 2.5rem;
        margin-bottom: 10px; }
      body.page-template-template-reading .filters .input-wrap[class*='icon']:after {
        top: calc(50% - 10px);
        width: 20px;
        height: 20px; }
      body.page-template-template-reading .filters .input-wrap input {
        padding-left: 45px; }
      body.page-template-template-reading .filters .select-wrapper:before {
        top: calc(50% - 10px);
        width: 20px;
        height: 20px; }
      body.page-template-template-reading .filters .select-wrapper:after {
        top: calc(50% - 6px);
        width: 12px;
        height: 12px; }
      body.page-template-template-reading .filters .select-wrapper select {
        padding-left: 45px;
        padding-right: 35px; }
      body.page-template-template-reading .filters .col-mod-1 {
        padding-right: 5px; }
      body.page-template-template-reading .filters .col-mod-2 {
        padding-left: 5px; } }
  @media (max-width: 575.98px) {
    body.page-template-template-reading .filters h1 {
      font-size: 2rem; }
    body.page-template-template-reading .filters .col-mod-1 {
      padding-right: 3px; }
    body.page-template-template-reading .filters .col-mod-2 {
      padding-left: 3px; } }

body.page-template-template-reading .list {
  padding-top: 70px; }
  body.page-template-template-reading .list h2 {
    margin-bottom: 1.5rem;
    font-size: 1.875rem;
    color: #8E3B95; }
  body.page-template-template-reading .list__section {
    padding-bottom: 80px; }
  body.page-template-template-reading .list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem;
    padding: 25px 35px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px; }
    body.page-template-template-reading .list__item .text-highlight {
      margin-top: 0.5rem;
      color: #8E3B95; }
    body.page-template-template-reading .list__item .item__content h3 {
      font-size: 1.375rem; }
    body.page-template-template-reading .list__item .item__link {
      margin-left: auto; }
      body.page-template-template-reading .list__item .item__link .btn {
        margin-left: 20px;
        padding: 1rem 0.75rem;
        font-size: 1.25rem;
        font-weight: 600;
        min-width: 140px; }
  @media (max-width: 767.98px) {
    body.page-template-template-reading .list {
      padding-top: 50px; }
      body.page-template-template-reading .list__item {
        padding: 20px; }
        body.page-template-template-reading .list__item .item__link .btn {
          min-width: initial;
          padding: 8px 20px; }
      body.page-template-template-reading .list__section {
        padding-bottom: 50px; } }
  @media (max-width: 575.98px) {
    body.page-template-template-reading .list__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 15px; }
      body.page-template-template-reading .list__item .item__link {
        margin-top: 10px;
        width: 100%; }
        body.page-template-template-reading .list__item .item__link .btn {
          margin: 0;
          width: 100%; } }

body.page-template-template-about .about {
  background-color: #f5e8f6; }
  body.page-template-template-about .about__info {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 30px; }
    body.page-template-template-about .about__info h1, body.page-template-template-about .about__info h2, body.page-template-template-about .about__info h3 {
      margin-top: 40px;
      margin-bottom: 10px;
      padding-bottom: 10px;
      color: #8E3B95;
      border-bottom: #e0b9e3 solid 1px; }
    body.page-template-template-about .about__info h1 {
      padding-bottom: 2rem;
      margin-bottom: 2rem;
      font-size: 3rem;
      line-height: 1; }
    body.page-template-template-about .about__info .text-large {
      font-size: 1.15rem; }
      body.page-template-template-about .about__info .text-large ul {
        padding-left: 16px; }
        body.page-template-template-about .about__info .text-large ul li {
          position: relative;
          margin-bottom: 10px; }
          body.page-template-template-about .about__info .text-large ul li:before {
            content: '';
            position: absolute;
            top: 12px;
            left: -15px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: #8E3B95; }
    body.page-template-template-about .about__info ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      body.page-template-template-about .about__info ul li {
        position: relative;
        margin-bottom: 10px; }
      body.page-template-template-about .about__info ul a {
        padding: 5px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 5px;
        color: #000;
        text-decoration: underline; }
        body.page-template-template-about .about__info ul a .icon {
          margin-right: 10px; }
        body.page-template-template-about .about__info ul a:hover, body.page-template-template-about .about__info ul a:active {
          text-decoration: none;
          background-color: #FFF; }
  body.page-template-template-about .about__contact {
    margin-top: 50px;
    margin-bottom: -300px;
    padding: 45px 50px;
    background-color: #8E3B95;
    border-radius: 10px;
    color: #FFF; }
    body.page-template-template-about .about__contact ul {
      margin: 1rem 0;
      padding: 0;
      list-style: none; }
      body.page-template-template-about .about__contact ul li {
        margin-bottom: 5px; }
      body.page-template-template-about .about__contact ul a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #FFF; }
      body.page-template-template-about .about__contact ul span {
        padding-left: 8px; }
      body.page-template-template-about .about__contact ul .icon-email {
        background-image: url("../images/icons/inverted/icon-email.svg") !important; }
      body.page-template-template-about .about__contact ul .icon-phone {
        background-image: url("../images/icons/inverted/icon-phone.svg") !important; }
  body.page-template-template-about .about .gform_wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  body.page-template-template-about .about .gform_wrapper input {
    width: 100%; }
    body.page-template-template-about .about .gform_wrapper input[type="submit"] {
      position: relative;
      z-index: 1;
      display: inline-block;
      width: auto;
      margin-top: 10px;
      border-radius: 5px;
      background-color: rgba(255, 255, 255, 0.7);
      color: #8E3B95;
      cursor: pointer; }
      body.page-template-template-about .about .gform_wrapper input[type="submit"]:hover, body.page-template-template-about .about .gform_wrapper input[type="submit"]:active {
        background-color: #FFF; }
  body.page-template-template-about .about .gform_wrapper textarea {
    width: 100%;
    border-radius: 5px;
    border: none; }
  body.page-template-template-about .about .gform_wrapper label {
    opacity: 0;
    margin-top: 5px;
    margin-bottom: 0; }
  body.page-template-template-about .about .gform_wrapper .validation_error {
    text-decoration: underline; }
  body.page-template-template-about .about .gform_confirmation_message {
    font-size: 1.125rem;
    border-top: #FFF solid 1px;
    padding-top: 10px;
    margin-top: 10px; }
  body.page-template-template-about .about .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-size: 20px 13.75px;
    background-repeat: no-repeat; }
    body.page-template-template-about .about .icon-email {
      background-image: url("../images/icons/primary/icon-email.svg"); }
    body.page-template-template-about .about .icon-phone {
      background-size: 16.75px 20px;
      background-image: url("../images/icons/primary/icon-phone.svg"); }
  @media (max-width: 991.98px) {
    body.page-template-template-about .about__info {
      padding-right: 0; }
    body.page-template-template-about .about__contact {
      padding: 30px 20px; } }
  @media (max-width: 767.98px) {
    body.page-template-template-about .about__contact {
      margin-top: 20px;
      margin-bottom: 40px;
      padding-top: 40px;
      text-align: center; } }
  @media (max-width: 575.98px) {
    body.page-template-template-about .about__info {
      padding-top: 30px;
      padding-bottom: 30px; }
      body.page-template-template-about .about__info h1 {
        font-size: 2rem;
        line-height: 1.15; }
      body.page-template-template-about .about__info .text-large {
        font-size: 1rem; }
    body.page-template-template-about .about__contact {
      margin-left: -15px;
      margin-right: -15px;
      border-radius: 0; }
    body.page-template-template-about .about .gform_wrapper input[type="submit"] {
      width: 100%; } }

body.page-template-template-about .site-main .latrobe-logo {
  max-width: 300px;
  margin-top: 320px;
  margin-bottom: 40px; }

@media (max-width: 767.98px) {
  body.page-template-template-about .site-main .latrobe-logo {
    max-width: 260px;
    margin-top: 0; } }

body.page-template-template-about .profile-container {
  padding-bottom: 60px; }
  body.page-template-template-about .profile-container h2 {
    margin-top: 50px;
    margin-bottom: 40px;
    line-height: 1;
    color: #8E3B95; }

body.page-template-template-about .profile {
  padding: 20px 15px;
  margin-bottom: 20px;
  background-color: #f0ddf2;
  border-radius: 5px;
  -webkit-transition: background-color 250ms linear;
  -o-transition: background-color 250ms linear;
  transition: background-color 250ms linear; }
  body.page-template-template-about .profile.open .icon {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  body.page-template-template-about .profile__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 20px; }
    body.page-template-template-about .profile__header .profile__image {
      margin-right: 15px; }
    body.page-template-template-about .profile__header h3 {
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      letter-spacing: -0.25px; }
  body.page-template-template-about .profile__image {
    display: inline-block;
    min-width: 120px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #FFF; }
    body.page-template-template-about .profile__image.img {
      background-color: #FFF;
      border-radius: 0; }
      body.page-template-template-about .profile__image.img img {
        top: 5px;
        left: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        -o-object-fit: contain;
           object-fit: contain;
        font-family: 'object-fit: contain, object-position: center center;'; }
  body.page-template-template-about .profile__body ul {
    padding-left: 0;
    list-style: none; }
    body.page-template-template-about .profile__body ul li {
      margin-bottom: 8px; }
  body.page-template-template-about .profile__body a {
    text-decoration: underline;
    word-wrap: break-word; }
  body.page-template-template-about .profile__body hr {
    position: relative;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 1rem 0; }
    body.page-template-template-about .profile__body hr:after {
      content: "";
      position: absolute;
      bottom: 50%;
      left: calc(10%);
      width: 80%;
      height: 1px;
      background-color: #d094d5; }
  body.page-template-template-about .profile__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: #d094d5 solid 1px;
    padding: 15px 0;
    padding-bottom: 10px;
    margin-bottom: -10px;
    font-weight: 600;
    cursor: pointer; }
    body.page-template-template-about .profile__footer span {
      display: inline-block; }
    body.page-template-template-about .profile__footer .icon {
      width: 20px;
      height: 20px;
      background-image: url("../images/icons/inverted/up.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 14px 8px;
      -webkit-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-transition: -webkit-transform 250ms ease-out;
      transition: -webkit-transform 250ms ease-out;
      -o-transition: -o-transform 250ms ease-out;
      transition: transform 250ms ease-out;
      transition: transform 250ms ease-out, -webkit-transform 250ms ease-out, -o-transform 250ms ease-out; }
  @media (max-width: 991.98px) {
    body.page-template-template-about .profile__image {
      min-width: 100px;
      width: 100px;
      height: 100px; } }
  @media (max-width: 575.98px) {
    body.page-template-template-about .profile {
      margin-bottom: 10px;
      padding: 15px; }
      body.page-template-template-about .profile__header h3 {
        font-size: 1.25rem; }
      body.page-template-template-about .profile__image {
        min-width: 80px;
        width: 80px;
        height: 80px; } }

body.page-template-template-chat .tile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  padding: 22px 20px;
  margin-bottom: 1rem;
  min-height: 130px; }
  body.page-template-template-chat .tile:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-radius: 10px;
    -webkit-transition: box-shadow 350ms ease-out, -webkit-transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: box-shadow 350ms ease-out, -webkit-transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: box-shadow 350ms ease-out, -o-transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 350ms ease-out;
    transition: transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 350ms ease-out, -webkit-transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #FFF;
    box-shadow: 0 1px 24px rgba(0, 0, 0, 0.1); }
  body.page-template-template-chat .tile h2 {
    position: relative;
    z-index: 1;
    margin: 0;
    margin-bottom: 0.25rem;
    margin-right: 20px;
    color: #FFF;
    line-height: 1.15;
    font-size: 1.875rem; }
  body.page-template-template-chat .tile p {
    display: inline-block;
    position: relative;
    margin-bottom: auto;
    z-index: 1;
    color: #FFF;
    font-size: 0.925rem; }
  body.page-template-template-chat .tile span {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    font-size: 0.925rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF; }
  body.page-template-template-chat .tile.disabled {
    opacity: 0.6;
    pointer-events: none; }
    body.page-template-template-chat .tile.disabled:after {
      background-color: #f8f9fa; }
  body.page-template-template-chat .tile.white h2, body.page-template-template-chat .tile.white span, body.page-template-template-chat .tile.white p {
    color: #000; }
  body.page-template-template-chat .tile.pink:after {
    background-color: #8E3B95; }
  body.page-template-template-chat .tile.blue:after {
    background-color: #6e6ebd; }
  body.page-template-template-chat .tile.purple:after {
    background-color: #e75592; }
  body.page-template-template-chat .tile.green:after {
    background-color: #6dbac0; }
  body.page-template-template-chat .tile--small {
    min-height: initial;
    padding-top: 2rem; }
    body.page-template-template-chat .tile--small h2 {
      margin-top: auto;
      font-size: 1.5rem; }
  body.page-template-template-chat .tile__button {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    padding: 4px;
    text-align: center;
    border-radius: 5px;
    background-color: #D64933;
    color: transparent;
    font-size: 1px;
    background-color: #D64933;
    background-size: 70% 70%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    cursor: pointer; }
    body.page-template-template-chat .tile__button.unsubscribe {
      background-image: url("../images/icons/visibility-off.svg"); }
    body.page-template-template-chat .tile__button.subscribe {
      background-image: url("../images/icons/visibility-on.svg"); }
    body.page-template-template-chat .tile__button.mute {
      background-image: url("../images/icons/notifications-off.svg"); }
    body.page-template-template-chat .tile__button:hover, body.page-template-template-chat .tile__button:active {
      background-color: rgba(0, 0, 0, 0.4); }
  body.page-template-template-chat .tile.white .tile__button:hover, body.page-template-template-chat .tile.white .tile__button:active {
    background-color: rgba(0, 0, 0, 0.2); }
  body.page-template-template-chat .tile:hover, body.page-template-template-chat .tile:active {
    text-decoration: none;
    color: #FFF; }
    body.page-template-template-chat .tile:hover:after, body.page-template-template-chat .tile:active:after {
      -webkit-transform: scale(1.035);
           -o-transform: scale(1.035);
              transform: scale(1.035);
      box-shadow: 0 1px 32px rgba(0, 0, 0, 0.2); }

body.page-template-template-chat .col-6:first-child .tile {
  margin-right: -5px; }

body.page-template-template-chat .col-6:last-child .tile {
  margin-left: -5px; }

body.page-template-template-chat .modal textarea {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 5px 10px;
  border-radius: 5px;
  border: #AAA solid 1px;
  width: 100%;
  resize: none; }
  body.page-template-template-chat .modal textarea:focus {
    border-color: #AAA;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 226, 124, 0.4); }

body.page-template-template-chat .head {
  padding: 1.5rem 0;
  background-color: #9191cd; }
  body.page-template-template-chat .head h2 {
    margin: 0;
    font-size: 2.75rem;
    font-weight: 700;
    color: #FFF; }
  body.page-template-template-chat .head .subtitle {
    display: inline-block;
    margin-bottom: 2px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600; }
  body.page-template-template-chat .head.big {
    padding-top: 80px;
    background-color: transparent; }
    body.page-template-template-chat .head.big h2 {
      text-align: center;
      color: #8E3B95;
      font-size: 3rem;
      font-weight: 700; }
  @media (max-width: 991.98px) {
    body.page-template-template-chat .head h2 {
      font-size: 2.25rem; } }
  @media (max-width: 575.98px) {
    body.page-template-template-chat .head h2 {
      font-size: 1.8rem; }
    body.page-template-template-chat .head .subtitle {
      font-size: 0.875rem; }
    body.page-template-template-chat .head.big {
      padding-top: 40px; } }

body.page-template-template-chat .tabs {
  position: relative;
  margin-top: 40px;
  padding-top: 40px;
  background-color: #f5e8f6;
  border-top: #d59fd9 solid 2px; }
  body.page-template-template-chat .tabs__controls {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%); }
  body.page-template-template-chat .tabs__button {
    display: inline-block;
    margin: 0 10px;
    padding: 8px 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #f0ddf2;
    border: #d59fd9 solid 2px;
    border-bottom-style: none;
    cursor: pointer; }
    body.page-template-template-chat .tabs__button.active {
      background-color: #f5e8f6; }
  @media (max-width: 575.98px) {
    body.page-template-template-chat .tabs__button {
      margin: 0 6px;
      padding: 8px 15px;
      font-size: 0.875rem; } }

body.page-template-template-chat .links {
  padding-top: 0;
  padding-bottom: 60px;
  text-align: center;
  text-decoration: underline;
  background-color: #f5e8f6; }

body.page-template-template-chat .comment {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 4px;
  padding: 15px 0;
  margin-bottom: 1rem;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFF; }
  body.page-template-template-chat .comment__avatar {
    padding-left: 15px; }
    body.page-template-template-chat .comment__avatar img {
      width: 44px;
      height: auto;
      border-radius: 50%; }
  body.page-template-template-chat .comment__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 15px; }
    body.page-template-template-chat .comment__content > span {
      display: inline-block;
      color: #777; }
    body.page-template-template-chat .comment__content .comment-content {
      white-space: pre-line; }
  body.page-template-template-chat .comment__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    body.page-template-template-chat .comment__controls button {
      display: inline-block;
      border: none;
      padding: 5px 15px;
      background-color: #8E3B95;
      border-radius: 20px;
      font-weight: 600;
      font-size: 0.925rem;
      line-height: 1;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #FFF;
      cursor: pointer; }
      body.page-template-template-chat .comment__controls button:not(:last-child) {
        margin-right: 10px; }
      body.page-template-template-chat .comment__controls button:hover, body.page-template-template-chat .comment__controls button:active {
        background-color: #af4bb8; }
      body.page-template-template-chat .comment__controls button.delete {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 32px;
        height: 32px;
        padding: 4px;
        text-align: center;
        border-radius: 5px;
        background-color: #D64933;
        background-image: url("../images/icons/thrash.svg");
        background-size: 75% 75%;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center center;
        font-size: 1px;
        color: transparent; }
        body.page-template-template-chat .comment__controls button.delete:hover, body.page-template-template-chat .comment__controls button.delete:active {
          background-color: #F1F1F1; }
      body.page-template-template-chat .comment__controls button:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.4); }
  @media (max-width: 767.98px) {
    body.page-template-template-chat .comment__content > span.name {
      display: block;
      color: #444; }
    body.page-template-template-chat .comment__content > span.divider {
      display: none; }
    body.page-template-template-chat .comment__content > span.date {
      display: block;
      margin-bottom: 5px; } }

body.page-template-template-chat .comments-list {
  position: relative;
  padding: 40px 0;
  padding-bottom: 170px; }
  body.page-template-template-chat .comments-list .empty-state {
    padding: 40px 0;
    text-align: center; }

body.page-template-template-chat .comments-form {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #FFF; }
  body.page-template-template-chat .comments-form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px 0; }
  body.page-template-template-chat .comments-form textarea {
    display: inline-block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 5px 10px;
    border-radius: 5px;
    border: #AAA solid 1px;
    width: 100%;
    resize: none;
    height: 150px;
    min-width: 75%;
    border-radius: 15px;
    -webkit-transition: height 150ms ease-out;
    -o-transition: height 150ms ease-out;
    transition: height 150ms ease-out; }
    body.page-template-template-chat .comments-form textarea:focus {
      border-color: #AAA;
      outline: none;
      box-shadow: 0 0 0 3px rgba(255, 226, 124, 0.4); }
  body.page-template-template-chat .comments-form .btn {
    margin-left: 10px;
    padding: 8px 20px;
    min-width: auto;
    font-size: 0.875rem; }
  @media (max-width: 767.98px) {
    body.page-template-template-chat .comments-form textarea {
      height: 37px; }
      body.page-template-template-chat .comments-form textarea:focus {
        height: 150px; } }

body.page-template-template-chat [data-name="chat"], body.page-template-template-chat [data-name="groups"], body.page-template-template-chat [data-name="chats"] {
  background-color: #f0ddf2;
  min-height: calc(100vh - 80px); }

body.page-template-template-chat .group-list {
  padding: 40px 0; }

body.page-template-template-chat .banner {
  padding: 60px 0;
  padding-top: 100px; }
  body.page-template-template-chat .banner__avatar {
    display: block;
    width: 215px;
    height: auto;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    box-shadow: 0 0 0 8px white, 0 4px 32px 0 rgba(0, 0, 0, 0.2); }
    body.page-template-template-chat .banner__avatar + h3 {
      text-align: center;
      font-size: 1.25rem; }
  body.page-template-template-chat .banner__inner h2 {
    font-size: 3rem;
    color: #8E3B95; }
  body.page-template-template-chat .banner .btn {
    padding: 17px 28px;
    font-size: 1.25rem;
    font-weight: 600;
    border-radius: 3px;
    letter-spacing: 0.5px; }
  @media (max-width: 767.98px) {
    body.page-template-template-chat .banner {
      padding-top: 0; }
      body.page-template-template-chat .banner__inner {
        text-align: Center; }
        body.page-template-template-chat .banner__inner h2 {
          display: none; }
      body.page-template-template-chat .banner__avatar {
        width: 180px; } }

body.page-template-template-chat .list {
  padding-bottom: 40px; }
  body.page-template-template-chat .list__title {
    margin-bottom: 30px;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left; }
  @media (max-width: 767.98px) {
    body.page-template-template-chat .list__title {
      margin-bottom: 20px;
      text-align: center;
      font-size: 1.3rem; } }

body.page-template-default .site-main {
  padding-top: 80px;
  padding-bottom: 80px; }

body.page-template-default h1 {
  margin-bottom: 2rem;
  color: #8E3B95; }

body.page-template-default h2 {
  margin-bottom: 1.5rem; }

body.page-template-default h3 {
  margin-top: 1.75rem; }

body.page-template-default table {
  width: 100%;
  margin-bottom: 1rem; }
  body.page-template-default table td {
    padding: 5px; }
  body.page-template-default table tr:first-child {
    background-color: #EFEFEF; }
  body.page-template-default table tr:not(:first-child):hover {
    background-color: rgba(0, 0, 0, 0.025); }
  body.page-template-default table p {
    margin: 0; }

body.page-template-default ul {
  padding-left: 1.25rem; }

body.error404 .site-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  body.error404 .site-main h1 {
    color: #8E3B95; }

body.page-template-template-options .settings {
  padding: 3rem 0;
  background-color: #f5e8f6; }
  body.page-template-template-options .settings h1,
  body.page-template-template-options .settings h2,
  body.page-template-template-options .settings h3 {
    margin-top: 40px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #8E3B95;
    border-bottom: #e0b9e3 solid 1px; }
  body.page-template-template-options .settings h1 {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    font-size: 3rem;
    line-height: 1; }
  body.page-template-template-options .settings .announcement {
    padding: 10px 1rem;
    margin: 1rem 0;
    background-color: #e8cbea;
    border-radius: 5px;
    border: #d094d5 solid 1px; }
    body.page-template-template-options .settings .announcement.error {
      background-color: #eabdb4;
      border: #d37865 solid 1px; }
  body.page-template-template-options .settings .small {
    margin-top: 0.5rem;
    opacity: 0.8; }
  body.page-template-template-options .settings hr {
    margin: 2rem 0; }
  body.page-template-template-options .settings select.form-control {
    cursor: pointer; }
    body.page-template-template-options .settings select.form-control:not([size]):not([multiple]) {
      height: auto; }

body.page-template-template-videos .background-pink {
  background-color: #f5e8f6; }
  body.page-template-template-videos .background-pink:not(:first-child) {
    padding-bottom: 3rem;
    margin-bottom: 4rem; }
  body.page-template-template-videos .background-pink h1 {
    padding-top: 4rem;
    margin-bottom: 0;
    padding-bottom: 2rem; }

body.page-template-template-videos .site-main a {
  text-decoration: underline; }

body.page-template-template-videos .site-main {
  padding-top: 80px;
  padding-bottom: 80px; }

body.page-template-template-videos h1,
body.page-template-template-videos .h1 {
  margin-bottom: 2rem;
  color: #8E3B95; }

body.page-template-template-videos h2 {
  margin-bottom: 1.5rem; }

body.page-template-template-videos h3 {
  margin-top: 1.75rem; }

body.page-template-template-videos table {
  width: 100%;
  margin-bottom: 1rem; }
  body.page-template-template-videos table td {
    padding: 5px; }
  body.page-template-template-videos table tr:first-child {
    background-color: #efefef; }
  body.page-template-template-videos table tr:not(:first-child):hover {
    background-color: rgba(0, 0, 0, 0.025); }
  body.page-template-template-videos table p {
    margin: 0; }

body.page-template-template-videos ul {
  padding-left: 1.25rem; }

body.page-template-template-videos .videos__events {
  padding-bottom: 2rem; }
  body.page-template-template-videos .videos__events .event {
    margin-bottom: 4rem;
    border-top: #dedede solid 1px;
    padding-top: 1rem; }
  body.page-template-template-videos .videos__events h3 {
    margin-bottom: 2rem; }
  body.page-template-template-videos .videos__events .date {
    position: relative;
    padding-top: 0.5rem;
    padding-bottom: 2rem;
    margin-top: 2.5rem;
    border-top: #dedede solid 1px; }
    body.page-template-template-videos .videos__events .date:before {
      content: "When";
      position: absolute;
      top: -26px;
      left: 0;
      width: 100%;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #8E3B95; }
  body.page-template-template-videos .videos__events .btn {
    font-size: 1.15rem;
    padding: 1rem 2rem;
    text-decoration: none !important; }
