/**

Davis Technical College
Custom Build Theme

Bootstrap overrides only, full is imported from CDN

**/
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #B32839;
  --orange: #CD7E20;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6b6864;
  --gray-dark: #363533;
  --primary: #B32839;
  --secondary: #18616D;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #B32839;
  --light: #e8e7e6;
  --dark: #363533;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "din-2014", "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

body {
  margin: 0;
  font-family: "din-2014", "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
  color: #1c1b1a;
  text-align: left;
  background-color: #ffffff; }

[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;
  text-decoration-skip-ink: none; }

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #B32839;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #741a25;
    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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #6b6864; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block; }

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

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

.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, .footercta .footercta--inner, .jumbohero .jumbohero--inner, .pageheader .pageheader--inner, section.full-bleed-bg .full-bleed-bg--inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #d78f98; }

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #87adb3; }

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

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

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

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #d78f98; }

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f3f3f2; }

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #979695; }

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

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

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

.table .thead-dark th {
  color: #ffffff;
  background-color: #363533;
  border-color: #4a4845; }

.table .thead-light th {
  color: #514e4b;
  background-color: #cfcecc;
  border-color: #b7b4b1; }

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.15rem + 2px);
  padding: 0.575rem 1.75rem;
  font-size: 0.84375rem;
  font-weight: 300;
  line-height: 1.5;
  color: #514e4b;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #9e9b97;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #514e4b;
    background-color: #ffffff;
    border-color: #e17986;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(179, 40, 57, 0.25); }
  .form-control::placeholder {
    color: #6b6864;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #cfcecc;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #514e4b;
  background-color: #ffffff; }

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  border-color: #34ce57;
  background-color: #34ce57; }

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

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

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

.was-validated .custom-file-input:valid ~ .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 {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.98438rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(179, 40, 57, 0.9);
  border-radius: 0.5rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #B32839;
  padding-right: calc(1.5em + 1.15rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23B32839' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23B32839' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.2875rem);
  background-size: calc(0.75em + 0.575rem) calc(0.75em + 0.575rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #B32839;
    box-shadow: 0 0 0 0.2rem rgba(179, 40, 57, 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 {
    display: block; }

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #B32839;
  padding-right: calc((1em + 1.15rem) * 3 / 4 + 2.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23363533' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23B32839' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23B32839' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #ffffff no-repeat center right 2.75rem/calc(0.75em + 0.575rem) calc(0.75em + 0.575rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #B32839;
    box-shadow: 0 0 0 0.2rem rgba(179, 40, 57, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

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

.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: #B32839; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #B32839; }

.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 {
  border-color: #d33b4d;
  background-color: #d33b4d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(179, 40, 57, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #B32839; }

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

.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 {
  border-color: #B32839;
  box-shadow: 0 0 0 0.2rem rgba(179, 40, 57, 0.25); }

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

.btn {
  display: inline-block;
  font-weight: 300;
  color: #1c1b1a;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.575rem 1.75rem;
  font-size: 0.84375rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #1c1b1a;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(179, 40, 57, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

.btn-primary {
  color: #ffffff;
  background-color: #B32839;
  border-color: #B32839; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #94212f;
    border-color: #891f2c; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(190, 72, 87, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #B32839;
    border-color: #B32839; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #891f2c;
    border-color: #7f1c28; }
    .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(190, 72, 87, 0.5); }

.btn-secondary {
  color: #ffffff;
  background-color: #18616D;
  border-color: #18616D; }
  .btn-secondary:hover {
    color: #ffffff;
    background-color: #11454e;
    border-color: #0f3c43; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(59, 121, 131, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #ffffff;
    background-color: #18616D;
    border-color: #18616D; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #0f3c43;
    border-color: #0c3339; }
    .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(59, 121, 131, 0.5); }

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

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

.btn-warning {
  color: #1c1b1a;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #1c1b1a;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #1c1b1a;
    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: #1c1b1a;
    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(221, 168, 10, 0.5); }

.btn-danger {
  color: #ffffff;
  background-color: #B32839;
  border-color: #B32839; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #94212f;
    border-color: #891f2c; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(190, 72, 87, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    background-color: #B32839;
    border-color: #B32839; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #891f2c;
    border-color: #7f1c28; }
    .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(190, 72, 87, 0.5); }

.btn-light {
  color: #1c1b1a;
  background-color: #e8e7e6;
  border-color: #e8e7e6; }
  .btn-light:hover {
    color: #1c1b1a;
    background-color: #d5d4d2;
    border-color: #cfcecc; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(201, 200, 199, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #1c1b1a;
    background-color: #e8e7e6;
    border-color: #e8e7e6; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #1c1b1a;
    background-color: #cfcecc;
    border-color: #c9c7c5; }
    .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(201, 200, 199, 0.5); }

.btn-dark {
  color: #ffffff;
  background-color: #363533;
  border-color: #363533; }
  .btn-dark:hover {
    color: #ffffff;
    background-color: #232120;
    border-color: #1c1b1a; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(85, 83, 81, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #ffffff;
    background-color: #363533;
    border-color: #363533; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1c1b1a;
    border-color: #151514; }
    .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(85, 83, 81, 0.5); }

.btn-outline-primary {
  color: #B32839;
  border-color: #B32839; }
  .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #B32839;
    border-color: #B32839; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(179, 40, 57, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #B32839;
    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: #ffffff;
    background-color: #B32839;
    border-color: #B32839; }
    .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(179, 40, 57, 0.5); }

.btn-outline-secondary {
  color: #18616D;
  border-color: #18616D; }
  .btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #18616D;
    border-color: #18616D; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(24, 97, 109, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #18616D;
    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: #ffffff;
    background-color: #18616D;
    border-color: #18616D; }
    .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(24, 97, 109, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #ffffff;
    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: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #ffffff;
    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: #ffffff;
    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;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #1c1b1a;
    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: #1c1b1a;
    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: #B32839;
  border-color: #B32839; }
  .btn-outline-danger:hover {
    color: #ffffff;
    background-color: #B32839;
    border-color: #B32839; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(179, 40, 57, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #B32839;
    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: #ffffff;
    background-color: #B32839;
    border-color: #B32839; }
    .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(179, 40, 57, 0.5); }

.btn-outline-light {
  color: #e8e7e6;
  border-color: #e8e7e6; }
  .btn-outline-light:hover {
    color: #1c1b1a;
    background-color: #e8e7e6;
    border-color: #e8e7e6; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(232, 231, 230, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #e8e7e6;
    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: #1c1b1a;
    background-color: #e8e7e6;
    border-color: #e8e7e6; }
    .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(232, 231, 230, 0.5); }

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

.btn-link {
  font-weight: 300;
  color: #B32839;
  text-decoration: none; }
  .btn-link:hover {
    color: #741a25;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6b6864;
    pointer-events: none; }

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

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.98438rem;
  line-height: 1.5;
  border-radius: 0.25rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

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

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 300;
  color: #1c1b1a;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #0f0e0e;
    text-decoration: none;
    background-color: #e8e7e6; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #B32839; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6b6864;
    pointer-events: none;
    background-color: transparent; }

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

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

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

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

.media-body {
  flex: 1; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(220, 190, 110, 0.1); }

.table-striped thead {
  background: #6b6864 !important;
  color: #ffffff; }
  .table-striped thead th {
    font-weight: 300 !important; }

.btn {
  text-transform: uppercase !important;
  letter-spacing: 0.075rem;
  margin: auto 0.375rem; }

img {
  max-width: 100%; }

#page-wrapper {
  overflow-x: hidden; }

section[class*='section-'] {
  position: relative; }

.section-bg-alternating:nth-child(even):before {
  display: block;
  content: '';
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw!important;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  z-index: -1;
  background: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background: #fbf9f1; }

.bg-alternating:nth-child(even):before {
  display: block;
  content: '';
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw!important;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  z-index: -1;
  background: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background: #fbf9f1; }

.section-lightblue {
  padding: 3rem 0; }

.section-darkblue {
  padding: 3rem 0; }
  .section-darkblue * {
    color: #ffffff; }
  .section-darkblue:before {
    content: '';
    display: block;
    content: '';
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw!important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    z-index: -1;
    background: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    /* @include davis_pattern(.5); */
    background: #18616D; }
  .section-darkblue:after {
    content: '';
    display: block;
    content: '';
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw!important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    z-index: -1;
    background: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/assets/img/pattern/davistech-pattern.png");
    background-position: center center;
    background-repeat: repeat;
    background-size: 75px;
    opacity: 0.15;
    /* background: $turquoise; */ }

.section-white {
  background: #ffffff;
  padding: 3rem 0;
  text-align: center; }

.section-darkgray {
  padding: 1.5rem 0;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1; }
  .section-darkgray:before {
    content: '';
    display: block;
    content: '';
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw!important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    z-index: -1;
    background: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background: #363533;
    opacity: .825; }

.section--cover {
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw!important;
  height: auto;
  position: relative;
  left: 50%;
  right: 50%;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -11; }
  .section--cover img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.section--angle {
  padding: 4.5rem 0;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  @media (max-width: 767.98px) {
    .section--angle {
      flex-wrap: wrap;
      padding: 0 0 6rem;
      margin-top: 3rem; } }
  .section--angle:before {
    display: block;
    content: '';
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw!important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    z-index: -1;
    background: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background: transparent no-repeat top center;
	  background-image: url("/assets/img/trim/section_cap.svg");
    background-position-y: -1px;
    background-color: #A6CBD1; }

.accordion-row .graphic-mask {
  opacity: 1; }

.accordion-row.accordion-close .graphic-mask {
  opacity: 0; }

*[data-toggle="accordion-row"] {
  display: flex; }
  *[data-toggle="accordion-row"] span.expandable {
    margin-left: auto; }
    *[data-toggle="accordion-row"] span.expandable:before {
      content: '+';
      display: block;
      color: #18616D; }
  *[data-toggle="accordion-row"] + .accordion-row {
    display: none; }
  *[data-toggle="accordion-row"][aria-expanded="true"] span.expandable::before {
    content: '-'; }

@media (min-width: 768px) {
  *[data-accordion="mobile"] span.expandable {
    display: none; } }

*[data-accordion="mobile"] + .accordion-row {
  display: none; }
  @media (min-width: 768px) {
    *[data-accordion="mobile"] + .accordion-row {
      display: block !important; }
      *[data-accordion="mobile"] + .accordion-row .graphic-mask {
        opacity: 1 !important; } }

div[id*="faq"] *[data-toggle="accordion-row"] {
  font-size: 1.40625rem;
  color: #18616D;
  padding: .5rem 0; }

div[id*="faq"] .even-stripe {
  position: relative; }
  div[id*="faq"] .even-stripe:before {
    display: block;
    content: '';
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw!important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    z-index: -1;
    background: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background: #fbf9f1; }

@media (min-width: 1200px) {
  html {
    font-size: 1.25vw; } }

@media screen and (min-width: 2400px) {
  html {
    font-size: 30px; } }

.link-style {
  text-decoration: underline; }
  .link-style:after {
    content: ">";
    display: inline-block;
    margin: auto -.51rem 0 .51rem;
    text-decoration: none !important; }
  .link-style.white * {
    color: #ffffff; }
  .link-style.red * {
    color: #A73439; }

.inline-items {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 2rem 0;
  display: flex;
  justify-content: center; }
  @media (max-width: 767.98px) {
    .inline-items {
      flex-wrap: wrap; } }
  .inline-items li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem; }
    .inline-items li a {
      display: flex;
      flex-direction: column;
      height: 100%; }
      .inline-items li a img {
        width: 100%;
        height: auto;
        margin: auto; }
      .inline-items li a span {
        margin-top: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 3rem; }

.icon-row {
  justify-content: space-around; }
  .icon-row li {
    margin: 1rem; }

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

.light-caps {
  font-weight: lighter;
  text-transform: uppercase; }

.graphic-mask {
  transition: .25s ease;
  width: 100%;
  opacity: 1; }
  .graphic-mask img {
    opacity: 0; }
  .graphic-mask .img_switch {
    opacity: 1; }
  @media (min-width: 768px) {
    .graphic-mask {
      width: 50%; } }

.img-holder {
  width: 50%;
  flex-shrink: 0;
  height: auto;
  z-index: -1; }
  .graphic-right .img-holder {
    margin-left: auto;
    order: 2; }
    @media (max-width: 767.98px) {
      .graphic-right .img-holder {
        display: none;
        position: absolute; } }
  .graphic-left .img-holder {
    margin-right: auto;
    order: -1; }
    @media (max-width: 767.98px) {
      .graphic-left .img-holder {
        display: none;
        position: absolute; } }

.graphic-left, .graphic-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }
  @media (min-width: 768px) {
    .graphic-left, .graphic-right {
      flex-wrap: nowrap; } }
  .graphic-left .message, .graphic-right .message {
    order: 2;
    flex-grow: 1; }

.graphic-left .graphic-mask {
  display: block;
  margin-left: -50vw;
  height: auto;
  position: absolute;
  left: 50%;
  z-index: -1;
  order: 0;
  margin-right: auto; }
  @media (max-width: 767.98px) {
    .graphic-left .graphic-mask {
      order: -1;
      position: relative; } }

.graphic-right .graphic-mask {
  display: block;
  margin-right: -50vw;
  height: auto;
  position: absolute;
  right: 50%;
  z-index: -1;
  order: 2;
  margin-left: auto; }
  @media (max-width: 767.98px) {
    .graphic-right .graphic-mask {
      order: -1;
      position: relative; } }

@media (min-width: 768px) {
  .program-table .graphic-mask {
    width: 30%; } }

.program-table .img-holder {
  width: 30%;
  flex-shrink: 0;
  height: auto;
  z-index: -1; }
  .graphic-right .program-table .img-holder {
    margin-left: auto;
    order: 2; }
    @media (max-width: 767.98px) {
      .graphic-right .program-table .img-holder {
        display: none;
        position: absolute; } }
  .graphic-left .program-table .img-holder {
    margin-right: auto;
    order: -1; }
    @media (max-width: 767.98px) {
      .graphic-left .program-table .img-holder {
        display: none;
        position: absolute; } }

.grayscale img {
  filter: grayscale(100%); }

.nav-tabs {
  text-transform: uppercase;
  margin-bottom: 2rem; }
  .nav-tabs a {
    color: #86817c;
    border: none !important;
    border: none !important;
    position: relative; }
    .nav-tabs a.active {
      color: #18616D !important;
      border-bottom: 4px solid #18616D !important;
      display: inline-block; }
      .nav-tabs a.active:before {
        content: '';
        position: absolute;
        width: 1rem;
        height: 1rem;
        border-bottom: 0.5rem solid #18616D;
        border-right: 0.5rem solid #18616D;
        border-left: .5rem solid transparent;
        border-top: .5rem solid transparent;
        margin-left: -0.5rem;
        bottom: -0.5rem;
        left: 50%;
        transform: rotate(45deg); }

*[data-adtc] {
  transition: .65s ease-in-out;
  opacity: 0; }

*[data-adtc="1"] {
  transform: translate3d(0, 0, 0); }
  *[data-adtc="1"].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

*[data-adtc="up"] {
  transform: translate3d(0, 4rem, 0); }
  *[data-adtc="up"].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

*[data-adtc="fromright"] {
  transform: translate3d(4rem, 0, 0); }
  *[data-adtc="fromright"].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

*[data-adtc="fromleft"] {
  transform: translate3d(-4rem, 0, 0); }
  *[data-adtc="fromleft"].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

*[data-adtc="popforward"] {
  transform: scale3d(0.6, 0.6, 1) translate3d(0, 0, 0); }
  *[data-adtc="popforward"].in-view {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

*[data-adtc="popback"] {
  transform: scale3d(1.8, 1.8, 1) translate3d(0, 0, 0); }
  *[data-adtc="popback"].in-view {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

#masthead {
  position: relative; }

.container-fluid, .footercta .footercta--inner, .jumbohero .jumbohero--inner, .pageheader .pageheader--inner, section.full-bleed-bg .full-bleed-bg--inner {
  max-width: 82rem;
  padding-left: 2rem;
  padding-right: 2rem; }

.masthead--upper, .masthead--primary, .notify--inner-content, .baseboard--blocks, .baseboard--final {
  margin: auto;
  max-width: 82rem; }

.masthead--upper {
  background: transparent;
  position: relative;
  display: flex;
  justify-content: flex-start; }
  .masthead--upper:before {
    display: block;
    content: '';
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw!important;
    height: auto;
    position: relative;
    left: 50%;
    right: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #1C1B1A;
    z-index: -1; }
  .masthead--upper .actions-navigation {
    z-index: 1;
    flex-basis: 100%; }
    .masthead--upper .actions-navigation ul {
      list-style: none;
      margin: 0;
      padding: 0;
      list-style: none;
      margin-left: auto;
      font-size: 0;
      display: flex;
      justify-content: flex-end; }
      .masthead--upper .actions-navigation ul li {
        flex-grow: 1;
        text-align: center;
        display: flex; }
        .masthead--upper .actions-navigation ul li a {
          flex-grow: 1;
          line-height: 1.2;
          padding: 0.765rem 1rem;
          text-transform: uppercase;
          font-size: 14px !important;
          color: #ffffff; }
          @media screen and (min-width: 1200px) {
            .masthead--upper .actions-navigation ul li a {
              font-size: 17.5px !important; } }
          @media screen and (min-width: 2400px) {
            .masthead--upper .actions-navigation ul li a {
              font-size: 21px !important; } }
        .masthead--upper .actions-navigation ul li:nth-child(1) {
          background: #B32839; }
        .masthead--upper .actions-navigation ul li:nth-child(2) {
          background: #BC4631; }
        .masthead--upper .actions-navigation ul li:nth-child(3) {
          background: #CD7E20; }
  .masthead--upper .dash-navigation {
    display: none; }
  @media (min-width: 768px) {
    .masthead--upper .actions-navigation {
      margin-left: auto;
      flex-basis: auto; }
      .masthead--upper .actions-navigation ul {
        max-width: 50vw; }
        .masthead--upper .actions-navigation ul li {
          flex-grow: 0; }
    .masthead--upper .dash-navigation {
      display: flex;
      align-items: center; }
      .masthead--upper .dash-navigation ul {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 14px !important; } }
    @media screen and (min-width: 768px) and (min-width: 1200px) {
      .masthead--upper .dash-navigation ul {
        font-size: 17.5px !important; } }
    @media screen and (min-width: 768px) and (min-width: 2400px) {
      .masthead--upper .dash-navigation ul {
        font-size: 21px !important; } }
  @media (min-width: 768px) {
        .masthead--upper .dash-navigation ul li {
          display: inline-block; }
          .masthead--upper .dash-navigation ul li a {
            color: #ffffff;
            display: inline-block;
            padding: 0.05rem 0.365rem;
            border-right: 1px solid #ffffff; }
          .masthead--upper .dash-navigation ul li:last-child a {
            border: none; } }

.masthead--primary {
  background: #ffffff;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  @media (min-width: 768px) {
    .masthead--primary {
      padding: 2rem 1rem; } }
  .masthead--primary .brand {
    flex: 1 1 auto;
    max-width: 12rem;
    height: auto;
    display: flex; }
    @media (max-width: 767.98px) {
      .masthead--primary .brand {
        align-items: center; } }
    .masthead--primary .brand img {
      transition: all .25s ease-in-out;
      width: 10rem; }
      @media (min-width: 576px) {
        .masthead--primary .brand img {
          width: 10rem; } }
      @media (min-width: 768px) {
        .masthead--primary .brand img {
          width: 12rem; } }
      @media (min-width: 992px) {
        .masthead--primary .brand img {
          width: 15rem; } }
  .masthead--primary .navbar-toggle {
    margin-left: auto;
    border-radius: 0;
    border: 0;
    background: none;
    width: 50px;
    height: 50px;
    padding: 0;
    position: relative;
    z-index: 6;
    transition: .25s ease-in-out;
    display: block;
    cursor: pointer;
    margin-left: auto;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .masthead--primary .navbar-toggle {
        display: none; } }
    .masthead--primary .navbar-toggle.menu-close {
      left: 0; }
    .masthead--primary .navbar-toggle:focus {
      outline: none; }
      .masthead--primary .navbar-toggle:focus span:not(.label) {
        background-color: #CD7E20; }
    .masthead--primary .navbar-toggle:hover span:nth-child(1) {
      left: 33%; }
    .masthead--primary .navbar-toggle:hover span:nth-child(2), .masthead--primary .navbar-toggle:hover span:nth-child(3) {
      left: 38%; }
    .masthead--primary .navbar-toggle:hover.open span:not(.label) {
      left: 25% !important; }
    .masthead--primary .navbar-toggle span {
      display: block;
      position: absolute;
      opacity: 1;
      transform: rotate(0deg);
      transition: .25s ease-in-out; }
      .masthead--primary .navbar-toggle span.label {
        color: #B32839;
        font-size: 1rem;
        line-height: 0;
        right: 90%; }
      .masthead--primary .navbar-toggle span:not(.label) {
        left: 25%;
        background: #B32839;
        height: 3px;
        width: 50%; }
      .masthead--primary .navbar-toggle span:nth-child(1) {
        top: 14px; }
      .masthead--primary .navbar-toggle span:nth-child(2), .masthead--primary .navbar-toggle span:nth-child(3) {
        top: 22px; }
      .masthead--primary .navbar-toggle span:nth-child(4) {
        top: 30px; }
    .masthead--primary .navbar-toggle.open span:nth-child(1) {
      top: 22px;
      width: 0%;
      left: 50%;
      opacity: 0; }
    .masthead--primary .navbar-toggle.open span:nth-child(2) {
      transform: rotate(135deg); }
    .masthead--primary .navbar-toggle.open span:nth-child(3) {
      transform: rotate(-315deg); }
    .masthead--primary .navbar-toggle.open span:nth-child(4) {
      top: 38px;
      width: 0%;
      left: 50%;
      opacity: 0; }
    .masthead--primary .navbar-toggle.open span.label {
      opacity: 0;
      right: 0%; }
  .masthead--primary .expand-mobile {
    display: flex;
    flex-grow: 1; }
    .masthead--primary .expand-mobile .main-navigation ul ul {
      background-color: #292826; }
      .masthead--primary .expand-mobile .main-navigation ul ul ul {
        background-color: #312f2e; }
      .masthead--primary .expand-mobile .main-navigation ul ul li {
        margin: 0 0 0 1rem; }
        .masthead--primary .expand-mobile .main-navigation ul ul li:last-child a {
          border-bottom: 0; }
    .masthead--primary .expand-mobile .main-navigation ul li button {
      padding: 0;
      margin: 0;
      width: 1.35rem;
      height: 1.35rem;
      display: flex;
      align-items: center;
      justify-content: center;
      appearance: none;
      background: none;
      border: 2px solid transparent;
      color: #ffffff;
      margin-left: auto; }
      .masthead--primary .expand-mobile .main-navigation ul li button.active {
        transform: rotate(180deg); }
      .masthead--primary .expand-mobile .main-navigation ul li button:focus {
        outline: none;
        border-color: #B32839; }
      @media (min-width: 768px) {
        .masthead--primary .expand-mobile .main-navigation ul li button {
          color: #1C1B1A;
          margin-left: 0; } }
    @media (min-width: 768px) {
      .masthead--primary .expand-mobile {
        /* Breakpoint for medium viewport */ }
        .masthead--primary .expand-mobile .dash-navigation {
          display: none; }
        .masthead--primary .expand-mobile .main-navigation {
          align-self: center;
          flex-grow: 1;
          text-transform: uppercase;
          font-weight: 600; }
          .masthead--primary .expand-mobile .main-navigation ul.top-level {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            margin: 0;
            padding: 0;
            list-style: none; }
            .masthead--primary .expand-mobile .main-navigation ul.top-level > li {
              position: relative; }
              .masthead--primary .expand-mobile .main-navigation ul.top-level > li > ul.submenu {
                display: none;
                position: absolute;
                flex-direction: column;
                justify-content: flex-start;
                flex-grow: 1;
                flex-shrink: 0;
                flex-basis: 30%;
                min-width: 13rem;
                padding: 1vw;
                line-height: 1.2;
                background: #1C1B1A;
                top: 2.8rem;
                right: 0;
                z-index: 999;
                border: 1px solid #5e5b57; }
                .masthead--primary .expand-mobile .main-navigation ul.top-level > li > ul.submenu:before {
                  content: '';
                  transform: rotate(45deg);
                  position: absolute;
                  top: -0.5rem;
                  right: 2rem;
                  width: 1rem;
                  height: 1rem;
                  background: #1C1B1A; }
                .masthead--primary .expand-mobile .main-navigation ul.top-level > li > ul.submenu a {
                  color: #ffffff;
                  padding: 0;
                  text-decoration: none;
                  font-size: 11px !important; } }
            @media screen and (min-width: 768px) and (min-width: 1200px) {
              .masthead--primary .expand-mobile .main-navigation ul.top-level > li > ul.submenu a {
                font-size: 13.75px !important; } }
            @media screen and (min-width: 768px) and (min-width: 2400px) {
              .masthead--primary .expand-mobile .main-navigation ul.top-level > li > ul.submenu a {
                font-size: 16.5px !important; } }
    @media (min-width: 768px) {
                  .masthead--primary .expand-mobile .main-navigation ul.top-level > li > ul.submenu a:hover {
                    color: #B32839; }
                .masthead--primary .expand-mobile .main-navigation ul.top-level > li > ul.submenu li {
                  display: block;
                  position: static;
                  margin: 0 0 1rem; }
                  .masthead--primary .expand-mobile .main-navigation ul.top-level > li > ul.submenu li > ul.third {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                    padding: 1rem;
                    display: none;
                    position: absolute;
                    left: 100%;
                    top: 0;
                    background: #363533;
                    text-transform: capitalize;
                    min-height: 100%;
                    column-count: 2;
                    column-gap: 2rem;
                    min-width: 40vw; }
                  .masthead--primary .expand-mobile .main-navigation ul.top-level > li > ul.submenu li button {
                    color: #ffffff;
                    transform: rotate(-90deg);
                    margin-left: auto;
                    margin-right: -0.5rem;
                    border-top: 1px solid rgba(255, 255, 255, 0.25); }
                    .masthead--primary .expand-mobile .main-navigation ul.top-level > li > ul.submenu li button:hover {
                      color: #B32839; }
                .masthead--primary .expand-mobile .main-navigation ul.top-level > li > ul.submenu.active {
                  display: block !important; }
            .masthead--primary .expand-mobile .main-navigation ul.top-level li a {
              color: #1C1B1A;
              padding-left: 1vw;
              font-size: 14px !important;
              display: flex;
              align-items: center;
              text-decoration: none; } }
        @media screen and (min-width: 768px) and (min-width: 1200px) {
          .masthead--primary .expand-mobile .main-navigation ul.top-level li a {
            font-size: 17.5px !important; } }
        @media screen and (min-width: 768px) and (min-width: 2400px) {
          .masthead--primary .expand-mobile .main-navigation ul.top-level li a {
            font-size: 21px !important; } }
        @media (min-width: 768px) and (min-width: 992px) {
          .masthead--primary .expand-mobile .main-navigation ul.top-level li a {
            font-size: 1.125rem; } }
    @media (min-width: 768px) {
              .masthead--primary .expand-mobile .main-navigation ul.top-level li a:hover, .masthead--primary .expand-mobile .main-navigation ul.top-level li a.active {
                color: #B32839; }
              .masthead--primary .expand-mobile .main-navigation ul.top-level li a button:hover {
                color: #B32839; }
              .masthead--primary .expand-mobile .main-navigation ul.top-level li a button:focus {
                border: none; } }
    @media (max-width: 767.98px) {
      .masthead--primary .expand-mobile {
        /* Breakpoint for medium viewport */
        display: none;
        position: absolute;
        top: 120px;
        left: 0;
        right: 0;
        padding: 1rem;
        z-index: 9999;
        background: #1C1B1A;
        flex-direction: column;
        text-transform: uppercase;
        font-weight: 600;
        color: #ffffff; }
        .masthead--primary .expand-mobile.toggle-open {
          display: block; }
        .masthead--primary .expand-mobile .dash-navigation ul {
          margin: 0;
          padding: 0;
          list-style: none;
          display: flex;
          flex-wrap: wrap;
          padding-bottom: 1rem;
          border-bottom: 4px solid #514e4b; }
          .masthead--primary .expand-mobile .dash-navigation ul li {
            flex-basis: 50%; }
            .masthead--primary .expand-mobile .dash-navigation ul li a {
              display: flex;
              justify-content: center;
              align-items: center;
              padding: 1rem;
              color: #ffffff; }
            .masthead--primary .expand-mobile .dash-navigation ul li:nth-child(n) {
              border-bottom: 1px solid #514e4b; }
            .masthead--primary .expand-mobile .dash-navigation ul li:nth-child(odd) {
              border-right: 1px solid #514e4b; }
            .masthead--primary .expand-mobile .dash-navigation ul li:nth-last-child(1), .masthead--primary .expand-mobile .dash-navigation ul li:nth-last-child(2) {
              border-bottom: none; }
        .masthead--primary .expand-mobile .main-navigation ul {
          margin: 0;
          padding: 0;
          list-style: none; }
          .masthead--primary .expand-mobile .main-navigation ul li a {
            padding: 1rem;
            color: #ffffff;
            border-bottom: 1px solid #514e4b;
            display: flex;
            align-items: center; }
            .masthead--primary .expand-mobile .main-navigation ul li a:hover {
              text-decoration: none; }
          .masthead--primary .expand-mobile .main-navigation ul li > ul {
            display: none; }
          .masthead--primary .expand-mobile .main-navigation ul li > ul > li > ul {
            display: none; }
        .masthead--primary .expand-mobile .main-navigation .submenu.second {
          font-weight: 300; }
        .masthead--primary .expand-mobile .main-navigation .submenu.third {
          font-weight: 300;
          font-size: .85rem;
          letter-spacing: .25vw; }
        .masthead--primary .expand-mobile .main-search {
          margin: auto;
          margin-bottom: 1rem; }
          .masthead--primary .expand-mobile .main-search button {
            background: #B32839;
            border: none;
            color: #ffffff;
            padding: .45rem 1rem; }
          .masthead--primary .expand-mobile .main-search input {
            border: none;
            padding: .5rem;
            min-width: 75vw;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            font-size: 1.125rem; } }
  .masthead--primary .main-search-toggle {
    align-self: center;
    color: #B32839;
    flex-basis: 2rem;
    text-align: right;
    cursor: pointer; }

#searchbar {
  position: relative;
  display: none;
  background: #1C1B1A;
  padding: .5rem; }
  #searchbar:before {
    display: block;
    content: '';
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw!important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    z-index: -1;
    background: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background: #1C1B1A; }
  #searchbar form {
    margin: auto;
    display: flex; }
    @media (min-width: 576px) {
      #searchbar form {
        max-width: 80%; } }
  #searchbar .autocomplete {
    flex-grow: 1; }
  #searchbar input[type="search"] {
    border: none;
    padding: 10px 0;
    background: none;
    color: white;
    outline: none;
    border-bottom: 1px solid white;
    width: 96%;
    font-size: 1.5rem;
    font-weight: 300; }
  #searchbar button {
    background: none;
    border: none; }
  #searchbar .sbtn {
    flex-shrink: 1;
    font-size: 36px;
    color: white; }
  #searchbar .autocomplete {
    position: relative;
    display: inline-block;
    flex-grow: 1; }
  #searchbar .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 9999;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0; }
  #searchbar .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4; }
  #searchbar .autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9; }
  #searchbar .autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: #18616D !important;
    color: #ffffff; }

@media (min-width: 768px) {
  .sidebar {
    border-left: 1px solid #cfcecc;
    padding-left: 2rem; } }

.sidebar-block {
  margin-bottom: 1.5rem; }
  .sidebar-block * {
    font-size: .9rem; }
  .sidebar-block a:not(.btn) {
    color: #18616D; }
  .sidebar-block ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .sidebar-block li {
    list-style: none; }
  .sidebar-block h3, .sidebar-block h4 {
    text-align: left;
    font-weight: 300;
    color: #6b6864;
    font-size: 1.40625rem; }

#baseboard {
  background: #1C1B1A; }

.baseboard--wrapper {
  background: #514e4b; }
  .baseboard--wrapper .baseboard--blocks {
    display: flex;
    justify-content: space-around;
    font-size: 0.98438rem; }
    .baseboard--wrapper .baseboard--blocks .category-list {
      flex: 0 1 auto;
      margin: 0 1rem;
      padding: 1rem 0; }
      @media (min-width: 992px) {
        .baseboard--wrapper .baseboard--blocks .category-list {
          margin: 2rem 0;
          padding: 0 1rem;
          border-left: 1px solid #6b6864; }
          .baseboard--wrapper .baseboard--blocks .category-list:first-child {
            border: none; } }
      .baseboard--wrapper .baseboard--blocks .category-list ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      .baseboard--wrapper .baseboard--blocks .category-list a {
        display: block;
        color: #fbf9f1;
        padding: .275rem 0;
        border-bottom: 1px solid #666; }
      .baseboard--wrapper .baseboard--blocks .category-list .heading {
        text-transform: uppercase;
        position: relative; }
        .baseboard--wrapper .baseboard--blocks .category-list .heading h3 {
          color: #A6CBD1;
          margin: 0.5rem 0;
          font-size: 1.2rem;
          font-weight: 600; }
    @media (min-width: 768px) {
      .baseboard--wrapper .baseboard--blocks .quick-links {
        display: block !important; } }
    @media (max-width: 991.98px) {
      .baseboard--wrapper .baseboard--blocks {
        flex-wrap: wrap; }
        .baseboard--wrapper .baseboard--blocks .category-list {
          flex-basis: 30%; } }
    @media (max-width: 767.98px) {
      .baseboard--wrapper .baseboard--blocks {
        flex-wrap: wrap; }
        .baseboard--wrapper .baseboard--blocks .category-list {
          flex-basis: 100%;
          border-bottom: 1px solid #86817c; }
        .baseboard--wrapper .baseboard--blocks .heading:after {
          transition: .35s ease-in-out;
          transform-origin: 50% 50%;
          font-family: FontAwesome;
          content: '\f107';
          margin-left: 2rem;
          width: 1.4rem;
          height: 1.4rem;
          position: absolute;
          top: 0;
          right: 0;
          display: block; }
        .baseboard--wrapper .baseboard--blocks .quick-links {
          display: none; } }

.baseboard--final {
  color: #fbf9f1;
  padding: 1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center; }
  .baseboard--final .nav-legal ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .baseboard--final .nav-legal ul li {
      display: inline-block;
      margin: 0 .45rem .85rem; }
      .baseboard--final .nav-legal ul li a {
        color: #fbf9f1;
        text-decoration: underline; }
  @media (min-width: 576px) {
    .baseboard--final .colophon {
      margin-left: 1rem; } }

#baseboard .social-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex !important;
  flex-wrap: nowrap !important;
  padding-bottom: 3rem; }
  #baseboard .social-links li {
    display: inline-block; }
  #baseboard .social-links a {
    border: none;
    color: #A6CBD1 !important;
    height: 0;
    line-height: 0;
    font-size: 0; }
    #baseboard .social-links a i {
      font-size: 1.125rem;
      line-height: 1;
      padding: 1rem 1rem 1rem 0rem; }

#baseboard .quick-links a i {
  color: #A6CBD1;
  margin-right: 0.75rem; }

.footercta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: height .25s ease-in-out;
  min-height: 50vw;
  position: relative; }
  .footercta * {
    color: #ffffff; }
  @media (max-width: 991.98px) {
    .footercta {
      min-height: 35vh; } }
  .footercta .footercta--cover {
    display: block;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw!important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    z-index: -1;
    background: #111; }
    .footercta .footercta--cover img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1; }
    .footercta .footercta--cover:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNScgaGVpZ2h0PScxNSc+CiAgPHJlY3Qgd2lkdGg9JzE1JyBoZWlnaHQ9JzE1JyBmaWxsPScjMDAwJyAvPgogIDxyZWN0IHg9JzAnIHk9JzAnIHdpZHRoPSczJyBoZWlnaHQ9JzMnIGZpbGw9JyMzMzMnIC8+Cjwvc3ZnPg==");
      background-position: center center;
      background-repeat: repeat;
      background-size: 8px 8px;
      opacity: 0.45;
      z-index: 9; }
    .footercta .footercta--cover img {
      object-position: 50% 0; }
    .footercta .footercta--cover:after {
      display: block;
      content: '';
      margin-left: -50vw;
      margin-right: -50vw;
      width: 100vw!important;
      height: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      right: 50%;
      z-index: -1;
      background: transparent;
      background-repeat: no-repeat;
      background-size: contain;
      background: transparent no-repeat top center;
      background-image: url(../img/trim/footercta_trim.svg);
      background-position-y: -1px;
      z-index: 9; }
  .footercta .footercta--inner {
    margin-top: 5vw;
    padding: 3rem 0;
    text-align: center;
    color: #ffffff;
    z-index: 1; }

.jumbohero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: height .25s ease-in-out;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw!important;
  height: auto;
  position: relative;
  left: 50%;
  right: 50%;
  height: 40vw;
  min-height: 30vw;
  max-height: 80vh;
  position: relative;
  overflow: hidden; }
  .jumbohero * {
    color: #ffffff; }
  @media (max-width: 991.98px) {
    .jumbohero {
      min-height: 40vh; } }
  .jumbohero .jumbohero--cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 100%; }
    .jumbohero .jumbohero--cover img {
      object-fit: cover;
      width: 100%;
      height: auto; }
    .jumbohero .jumbohero--cover:after {
      content: '';
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url(../img/trim/jumbohero_trim.svg);
      background-position: bottom left;
      background-repeat: no-repeat;
      background-size: contain; }
      @media (max-width: 991.98px) {
        .jumbohero .jumbohero--cover:after {
          min-width: 40vh; } }
  .jumbohero .jumbohero--inner {
    text-align: center;
    color: #ffffff;
    z-index: 1;
    transform: translateY(-3rem); }

.rotating-message {
  display: block;
  position: relative; }
  .rotating-message * {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0; }

.message h4 {
  text-transform: uppercase;
  line-height: 1; }

.message h4.smaller {
  font-size: 1.575rem;
  font-weight: 400; }

.message h4.bigger {
  font-size: 3.5rem;
  letter-spacing: 0.5vw; }

.message h4.title {
  font-size: 2.975rem;
  letter-spacing: 0.15vw; }

.message .item-group {
  margin: 1.25rem 0; }

.pageheader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: height .25s ease-in-out;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw!important;
  height: auto;
  position: relative;
  left: 50%;
  right: 50%;
  height: 15rem;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .pageheader {
      height: calc(5vw + 10rem); } }
  .pageheader * {
    color: #ffffff; }
  .pageheader .pageheader--cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 100%; }
    .pageheader .pageheader--cover img {
      object-fit: cover;
      width: 100%;
      height: auto; }
    .pageheader .pageheader--cover:before {
      content: '';
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNScgaGVpZ2h0PScxNSc+CiAgPHJlY3Qgd2lkdGg9JzE1JyBoZWlnaHQ9JzE1JyBmaWxsPScjMDAwJyAvPgogIDxyZWN0IHg9JzAnIHk9JzAnIHdpZHRoPSczJyBoZWlnaHQ9JzMnIGZpbGw9JyMzMzMnIC8+Cjwvc3ZnPg==");
      background-position: center center;
      background-repeat: repeat;
      background-size: 8px 8px;
      opacity: 0.35; }
    .pageheader .pageheader--cover:after {
      transition: all .25s ease-in-out;
      content: '';
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      width: 120%;
      height: 100%;
      min-width: 1200px;
      background-image: url(../img/trim/pageheader_trim.svg);
      background-position: bottom left;
      background-repeat: no-repeat;
      background-size: contain; }
      @media (max-width: 767.98px) {
        .pageheader .pageheader--cover:after {
          left: -5vw; } }
  .pageheader .pageheader--inner {
    text-align: left;
    color: #ffffff;
    z-index: 1;
    margin-top: -2.5rem; }

#intro-elements h2 {
  /* color: $gray-600; */
  margin-bottom: 1rem; }

.circle-items {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.circle-item .circle-mask {
  border-radius: 82rem;
  overflow: hidden;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 20rem;
  margin: auto; }
  @media (min-width: 992px) {
    .circle-item .circle-mask {
      padding: 2vw; } }
  .circle-item .circle-mask img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.circle-item .circle-item-title {
  font-size: .9rem; }
  .circle-item .circle-item-title * {
    margin: 0 0 .5rem;
    line-height: 1; }
  .circle-item .circle-item-title .title {
    margin-top: 1.25rem;
    font-size: 1.25rem;
    color: #6b6864;
    text-transform: uppercase;
    font-weight: 100; }

#programHighlights .program-quote {
  border-left: 3px solid #B8B875;
  padding-left: 1rem; }

#programHighlights .program-slide {
  transition: .65s ease-in-out;
  opacity: 0; }

#programHighlights .carousel-inner {
  overflow: visible; }

#programHighlights .carousel-item.active .program-slide {
  opacity: 1; }
  #programHighlights .carousel-item.active .program-slide.graphic-left {
    transform: translateX(-1.5rem); }
  #programHighlights .carousel-item.active .program-slide.graphic-right {
    transform: translateX(1.5rem); }

#programHighlights .carousel-indicators {
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: flex-end; }
  #programHighlights .carousel-indicators li {
    background: #B8B875; }

#programHighlights a[class*="carousel-control"] {
  color: #3338;
  font-size: 3rem; }

#outcomes * {
  color: #ffffff; }

#outcomes h2 {
  margin-bottom: 1rem;
  font-size: 1.40625rem;
  font-weight: 100; }

.outcomes {
  margin-bottom: 2.25rem; }

.outcome-item {
  font-size: .9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .outcome-item * {
    margin: 0 0 .5rem;
    line-height: 1; }
  .outcome-item .title {
    margin-top: 1.25rem;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.0325rem; }
    .outcome-item .title .large {
      display: block;
      font-weight: 600;
      font-size: 2.25rem;
      color: #A6CBD1; }

#resources h2 {
  color: #6b6864;
  margin-bottom: 1rem; }

#resources .inline-items li {
  line-height: 1;
  flex: 0 1 19%; }
  @media (max-width: 767.98px) {
    #resources .inline-items li {
      flex: 0 1 39%; } }
  #resources .inline-items li img {
    width: auto;
    max-width: 10rem;
    max-height: 6rem; }

.financing {
  margin: 4rem 0; }

.program-table {
  padding: 2rem 0; }
  .program-table h2 {
    flex-basis: 100%;
    color: #86817c; }
  .program-table .table {
    background: #ffffff; }

.advisor-contact {
  display: flex;
  align-items: center;
  margin-bottom: 2rem; }
  .advisor-contact img {
    /*width: 4rem;
    height: 4rem;*/
    margin-right: 1rem; }
  .advisor-contact .advisor-details {
    display: flex;
    flex-direction: column; }

.testimonial-block {
  display: flex;
  margin: 4rem 0; }
  .testimonial-block > * {
    margin: 0 1rem; }
  .testimonial-block .student-photo {
    flex-shrink: 0; }
  .testimonial-block .testimonial-name {
    display: block;
    font-weight: bold;
    margin-bottom: 1rem; }

.footnotes {
  font-size: .875rem; }

.home #email-optin {
  margin: auto;
  max-width: 38rem;
  border-top: 1px solid #b7b4b1; }
  .home #email-optin h4 {
    color: #6b6864;
    margin-bottom: 1rem;
    font-size: 1.75rem; }

.sidebar-block #email-optin {
  text-align: left;
  margin: auto;
  max-width: 38rem;
  border-top: 1px solid #b7b4b1; }
  .sidebar-block #email-optin h4 {
    color: #6b6864;
    margin-bottom: 1rem; }
  .sidebar-block #email-optin div[class*="col"] {
    flex-basis: 100%; }
  .sidebar-block #email-optin button[type*="submit"] {
    width: 100%;
    margin: 1rem 0 0; }
  .sidebar-block #email-optin .form-group {
    margin: 1rem 0 0; }

.blog-footer {
  border-top: 1px solid #b7b4b1;
  margin-top: 2rem;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.98438rem; }

.blog-meta {
  font-size: 70%;
  padding: .5rem 0; }

figcaption {
  font-size: 70%;
  text-align: center;
  padding: .5rem; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.notify {
  background: #B32839;
  color: white;
  display: flex;
	padding-left:2rem;
  /*justify-content: center;*/
  /*align-items: center;*/ }
  .notify .notify--inner-content {
    padding: .5rem; }
    .notify .notify--inner-content strong {
      font-weight: 600; }
    .notify .notify--inner-content:before {
      font-family: FontAwesome;
      content: '\F071'; }

.section-dashboard {
  padding: 2rem 0; }

ul.dashboard-blocks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5rem; }
  ul.dashboard-blocks li[data-img] {
    display: flex;
    position: relative;
    height: 0;
    margin-bottom: 5%;
    width: 48%;
    padding-bottom: 48%;
    font-size: 1.40625rem;
    overflow: hidden;
    background: #eee url() no-repeat 50% 50%;
    background-size: cover;
    border-radius: 0.5rem;
    transition: .5s ease-in-out; }
    @media (min-width: 768px) {
      ul.dashboard-blocks li[data-img] {
        width: 23%;
        padding-bottom: 23%; } }
    ul.dashboard-blocks li[data-img] a {
      position: absolute;
      padding: 0.5rem;
      line-height: 1.2;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      height: 100%;
      color: #ffffff;
      text-transform: uppercase;
      z-index: 1; }
      ul.dashboard-blocks li[data-img] a:before {
        content: '';
        display: block;
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(transparent, rgba(107, 104, 100, 0.8));
        z-index: -1; }
    ul.dashboard-blocks li[data-img]:hover .dataimg img {
      transform: scale(1.15);
      filter: grayscale(50%); }
    ul.dashboard-blocks li[data-img]:hover * {
      text-decoration: none; }

.dataimg {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: .5s ease-out;
  overflow: hidden;
  border-radius: 0.5rem;
  background: #1C1B1A; }
  .dataimg img {
    transition: .5s ease-in-out;
    object-fit: cover;
    width: 100%;
    height: 100%; }

.section-dashboard header {
  display: flex;
  align-items: center; }

.bg-dashboard {
  position: relative; }
  .bg-dashboard:before {
    display: block;
    content: '';
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw!important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    z-index: -1;
    background: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    border-top: 1px solid #eee;
    background: linear-gradient(#eee3, #fff); }

.utility-link {
  margin-left: auto; }
  .utility-link a {
    text-transform: uppercase;
    font-size: 0.98438rem;
    color: #18616D;
    text-decoration: none;
    padding: .25rem 1rem;
    transition: .125s ease-in-out; }
    .utility-link a:after {
      content: 'gear';
      font-family: FontAwesome;
      content: '\f085';
      margin-left: 1.2vw;
      width: 1.4rem;
      height: 1.4rem; }
    .utility-link a:hover {
      background: #18616D;
      border-radius: 100px;
      color: #ffffff; }

#customizer.show {
  display: flex !important;
  justify-content: center;
  align-items: center; }

#customizer .modal-dialog {
  max-width: none !important; }

#customizer button[type='button'].close {
  position: absolute;
  top: 0;
  right: -1.5rem;
  color: white;
  opacity: .8;
  line-height: 0; }

#customizer .modal-content {
  border-left: 1rem solid #18616D;
  margin: auto;
  min-width: 20rem !important;
  max-width: 40rem !important;
  font-size: .9rem;
  text-transform: uppercase; }
  #customizer .modal-content .instruction {
    width: 40%;
    padding: 3% 10% 3% 3%;
    text-align: center;
    color: #6b6864; }
    #customizer .modal-content .instruction:before {
      content: '\F047';
      text-align: center;
      display: block;
      font-size: 1.5rem;
      padding: 5% 0;
      font-family: 'FontAwesome';
      color: #cfcecc; }
  #customizer .modal-content .list-group {
    width: 60%; }
    #customizer .modal-content .list-group li {
      position: relative;
      display: flex;
      align-items: center;
      line-height: 1.25; }
      #customizer .modal-content .list-group li input[class*='checkbox'] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
      #customizer .modal-content .list-group li:before {
        content: '';
        margin-right: 1rem;
        height: 1em;
        width: 1.12em;
        background-color: #eee;
        line-height: 1; }
      #customizer .modal-content .list-group li[aria-checked*='false'] {
        background: #f3f3f3;
        color: #b7b4b1; }
      #customizer .modal-content .list-group li[aria-checked*='true']:before {
        background-color: #18616D; }
      #customizer .modal-content .list-group li[aria-checked*='true']:after {
        position: absolute;
        content: '';
        left: 1.65rem;
        top: 23%;
        width: 0.45rem;
        height: 1rem;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }
      #customizer .modal-content .list-group li label {
        margin: 0;
        width: 100%; }

#customizer .modal-body {
  display: flex;
  align-items: center; }
  @media (max-width: 991.98px) {
    #customizer .modal-body {
      flex-wrap: wrap; }
      #customizer .modal-body .instruction, #customizer .modal-body .list-group {
        width: 100%;
        padding: 0 3%; } }

.news-grid,
.inline-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

.news-excerpt {
  flex: 1 0 100%;
  margin-bottom: 1.5%;
  background: #fbf9f1;
  overflow: hidden; }
  @media (min-width: 768px) {
    .news-excerpt {
      flex: 0 0 47%;
      margin-right: 1.5%; } }
  @media (min-width: 992px) {
    .news-excerpt {
      flex: 0 0 22%;
      margin-right: 1.5%; } }
  .news-excerpt figure {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    position: relative; }
  .news-excerpt a {
    display: block;
    width: 100%;
    height: 12rem; }
  .news-excerpt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0; }
  .news-excerpt figcaption {
    margin: 1rem;
    font-size: 1.15rem;
    font-weight: 600;
    color: #18616D;
    line-height: 1.2; }
  .news-excerpt .blog-category {
    position: absolute;
    top: 9rem;
    font-size: .9rem;
    padding: .2rem .5rem;
    z-index: 2; }
    .news-excerpt .blog-category:after, .news-excerpt .blog-category:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: #A6CBD1;
      position: absolute;
      top: 0;
      z-index: -1;
      left: 0; }
    .news-excerpt .blog-category:before {
      box-shadow: 1px 1px 5px #0004;
      transform: skewX(-15deg);
      left: auto;
      right: -.5rem; }
  .news-excerpt .blog-date {
    margin: auto 1rem 1rem;
    font-weight: 100; }

.event-excerpt {
  margin: 0;
  padding: 1.5rem 0;
  font-size: 0.88594rem;
  border-bottom: 1px solid #b7b4b1; }
  .event-excerpt .event-date {
    color: #18616D; }
    .event-excerpt .event-date i {
      color: #B8B875;
      font-size: 1.40625rem;
      margin-bottom: 0.75rem; }
  .event-excerpt .event-detail {
    font-size: 0.98438rem; }
    .event-excerpt .event-detail * {
      margin: 0; }
    .event-excerpt .event-detail .event-title {
      font-size: 1.125rem;
      font-weight: 600; }
      .event-excerpt .event-detail .event-title * {
        color: #18616D; }
    .event-excerpt .event-detail .event-time {
      font-weight: 600; }

.inline-events {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .inline-events .event-excerpt {
    display: flex;
    flex: 0 0 47%; }
    @media (max-width: 767.98px) {
      .inline-events .event-excerpt {
        flex: 0 0 100%; } }
    .inline-events .event-excerpt .event-date {
      display: flex;
      flex-direction: column;
      flex-basis: 5rem;
      margin-right: 1rem; }
    .inline-events .event-excerpt .event-detail {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }

.calendar-list-header {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .calendar-list-header .selection {
    margin-left: auto; }

.event-divider {
  background: #9e9b97;
  color: #ffffff;
  padding: 0.25rem 0.5rem; }

section.calendar-list {
  display: flex;
  flex-direction: column; }
  section.calendar-list .event-excerpt {
    display: flex;
    justify-content: space-between; }
    section.calendar-list .event-excerpt .event-date {
      flex-basis: 20%;
      flex-shrink: 1;
      font-weight: 600; }
      section.calendar-list .event-excerpt .event-date i.fa {
        margin-right: 0.75rem; }
    section.calendar-list .event-excerpt .event-detail {
      flex-grow: 1;
      display: flex;
      flex-wrap: wrap; }
      section.calendar-list .event-excerpt .event-detail * a {
        color: #18616D; }
      section.calendar-list .event-excerpt .event-detail .event-title {
        flex-grow: 1;
        font-weight: bold; }
      section.calendar-list .event-excerpt .event-detail p:last-child {
        flex-basis: 100%; }

.nav-add-options .quick-links {
   }
  @media (min-width: 768px) {
    .nav-add-options .quick-links {
      display: block !important; } }
  .nav-add-options .quick-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1rem; }

.nav-add-options a:not(.btn) {
  color: #18616D; }

.counter-icon {
  background: #A6CBD1;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #363533 !important;
  font-weight: bold;
  flex-shrink: 0;
  margin: 0 1rem 1rem; }

.steps {
  margin: 2rem 0; }

@media (max-width: 991.98px) {
  .step-3, .step-4 {
    text-align: center; } }

@media (min-width: 768px) {
  .step-3, .step-4 {
    display: flex; } }

section.inset-sidebar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%; }
  section.inset-sidebar .inset-sidebar--side {
    flex-basis: 100%; }
  @media (min-width: 768px) {
    section.inset-sidebar .inset-sidebar--main {
      flex: 0 1 65%; }
    section.inset-sidebar .inset-sidebar--side {
      margin-left: 5%;
      flex: 1 0 20%;
      padding-left: 5%;
      border-left: 1px solid #cfcecc; } }

section.full-bleed-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: height .25s ease-in-out;
  position: relative; }
  section.full-bleed-bg * {
    color: #ffffff; }
  section.full-bleed-bg .full-bleed-bg--cover {
    display: block;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw!important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    z-index: -1;
    background: #111; }
    section.full-bleed-bg .full-bleed-bg--cover img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1; }
    section.full-bleed-bg .full-bleed-bg--cover:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNScgaGVpZ2h0PScxNSc+CiAgPHJlY3Qgd2lkdGg9JzE1JyBoZWlnaHQ9JzE1JyBmaWxsPScjMDAwJyAvPgogIDxyZWN0IHg9JzAnIHk9JzAnIHdpZHRoPSczJyBoZWlnaHQ9JzMnIGZpbGw9JyMzMzMnIC8+Cjwvc3ZnPg==");
      background-position: center center;
      background-repeat: repeat;
      background-size: 8px 8px;
      opacity: 0.45;
      z-index: 9; }
    section.full-bleed-bg .full-bleed-bg--cover img {
      object-position: 50% 0; }
  section.full-bleed-bg .full-bleed-bg--inner {
    padding: 3rem 0;
    text-align: center;
    color: #ffffff;
    z-index: 1; }
/**

Davis Technical College
Custom Build Theme

Bootstrap overrides only, full is imported from CDN

**/
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #B32839;
  --orange: #CD7E20;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6b6864;
  --gray-dark: #363533;
  --primary: #B32839;
  --secondary: #18616D;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #B32839;
  --light: #e8e7e6;
  --dark: #363533;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "din-2014", "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

body {
  margin: 0;
  font-family: "din-2014", "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
  color: #1c1b1a;
  text-align: left;
  background-color: #ffffff; }

[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;
  text-decoration-skip-ink: none; }

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #B32839;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #741a25;
    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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #6b6864; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block; }

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

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

.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, .footercta .footercta--inner, .jumbohero .jumbohero--inner, .pageheader .pageheader--inner, section.full-bleed-bg .full-bleed-bg--inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #d78f98; }

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #87adb3; }

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

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

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

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #d78f98; }

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f3f3f2; }

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #979695; }

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

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

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

.table .thead-dark th {
  color: #ffffff;
  background-color: #363533;
  border-color: #4a4845; }

.table .thead-light th {
  color: #514e4b;
  background-color: #cfcecc;
  border-color: #b7b4b1; }

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.15rem + 2px);
  padding: 0.575rem 1.75rem;
  font-size: 0.84375rem;
  font-weight: 300;
  line-height: 1.5;
  color: #514e4b;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #9e9b97;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #514e4b;
    background-color: #ffffff;
    border-color: #e17986;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(179, 40, 57, 0.25); }
  .form-control::placeholder {
    color: #6b6864;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #cfcecc;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #514e4b;
  background-color: #ffffff; }

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  border-color: #34ce57;
  background-color: #34ce57; }

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

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

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

.was-validated .custom-file-input:valid ~ .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 {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.98438rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(179, 40, 57, 0.9);
  border-radius: 0.5rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #B32839;
  padding-right: calc(1.5em + 1.15rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23B32839' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23B32839' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.2875rem);
  background-size: calc(0.75em + 0.575rem) calc(0.75em + 0.575rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #B32839;
    box-shadow: 0 0 0 0.2rem rgba(179, 40, 57, 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 {
    display: block; }

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #B32839;
  padding-right: calc((1em + 1.15rem) * 3 / 4 + 2.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23363533' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23B32839' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23B32839' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #ffffff no-repeat center right 2.75rem/calc(0.75em + 0.575rem) calc(0.75em + 0.575rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #B32839;
    box-shadow: 0 0 0 0.2rem rgba(179, 40, 57, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

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

.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: #B32839; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #B32839; }

.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 {
  border-color: #d33b4d;
  background-color: #d33b4d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(179, 40, 57, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #B32839; }

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

.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 {
  border-color: #B32839;
  box-shadow: 0 0 0 0.2rem rgba(179, 40, 57, 0.25); }

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

.btn {
  display: inline-block;
  font-weight: 300;
  color: #1c1b1a;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.575rem 1.75rem;
  font-size: 0.84375rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #1c1b1a;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(179, 40, 57, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

.btn-primary {
  color: #ffffff;
  background-color: #B32839;
  border-color: #B32839; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #94212f;
    border-color: #891f2c; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(190, 72, 87, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #B32839;
    border-color: #B32839; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #891f2c;
    border-color: #7f1c28; }
    .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(190, 72, 87, 0.5); }

.btn-secondary {
  color: #ffffff;
  background-color: #18616D;
  border-color: #18616D; }
  .btn-secondary:hover {
    color: #ffffff;
    background-color: #11454e;
    border-color: #0f3c43; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(59, 121, 131, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #ffffff;
    background-color: #18616D;
    border-color: #18616D; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #0f3c43;
    border-color: #0c3339; }
    .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(59, 121, 131, 0.5); }

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

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

.btn-warning {
  color: #1c1b1a;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #1c1b1a;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #1c1b1a;
    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: #1c1b1a;
    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(221, 168, 10, 0.5); }

.btn-danger {
  color: #ffffff;
  background-color: #B32839;
  border-color: #B32839; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #94212f;
    border-color: #891f2c; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(190, 72, 87, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    background-color: #B32839;
    border-color: #B32839; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #891f2c;
    border-color: #7f1c28; }
    .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(190, 72, 87, 0.5); }

.btn-light {
  color: #1c1b1a;
  background-color: #e8e7e6;
  border-color: #e8e7e6; }
  .btn-light:hover {
    color: #1c1b1a;
    background-color: #d5d4d2;
    border-color: #cfcecc; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(201, 200, 199, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #1c1b1a;
    background-color: #e8e7e6;
    border-color: #e8e7e6; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #1c1b1a;
    background-color: #cfcecc;
    border-color: #c9c7c5; }
    .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(201, 200, 199, 0.5); }

.btn-dark {
  color: #ffffff;
  background-color: #363533;
  border-color: #363533; }
  .btn-dark:hover {
    color: #ffffff;
    background-color: #232120;
    border-color: #1c1b1a; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(85, 83, 81, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #ffffff;
    background-color: #363533;
    border-color: #363533; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1c1b1a;
    border-color: #151514; }
    .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(85, 83, 81, 0.5); }

.btn-outline-primary {
  color: #B32839;
  border-color: #B32839; }
  .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #B32839;
    border-color: #B32839; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(179, 40, 57, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #B32839;
    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: #ffffff;
    background-color: #B32839;
    border-color: #B32839; }
    .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(179, 40, 57, 0.5); }

.btn-outline-secondary {
  color: #18616D;
  border-color: #18616D; }
  .btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #18616D;
    border-color: #18616D; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(24, 97, 109, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #18616D;
    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: #ffffff;
    background-color: #18616D;
    border-color: #18616D; }
    .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(24, 97, 109, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #ffffff;
    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: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #ffffff;
    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: #ffffff;
    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;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #1c1b1a;
    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: #1c1b1a;
    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: #B32839;
  border-color: #B32839; }
  .btn-outline-danger:hover {
    color: #ffffff;
    background-color: #B32839;
    border-color: #B32839; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(179, 40, 57, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #B32839;
    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: #ffffff;
    background-color: #B32839;
    border-color: #B32839; }
    .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(179, 40, 57, 0.5); }

.btn-outline-light {
  color: #e8e7e6;
  border-color: #e8e7e6; }
  .btn-outline-light:hover {
    color: #1c1b1a;
    background-color: #e8e7e6;
    border-color: #e8e7e6; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(232, 231, 230, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #e8e7e6;
    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: #1c1b1a;
    background-color: #e8e7e6;
    border-color: #e8e7e6; }
    .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(232, 231, 230, 0.5); }

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

.btn-link {
  font-weight: 300;
  color: #B32839;
  text-decoration: none; }
  .btn-link:hover {
    color: #741a25;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6b6864;
    pointer-events: none; }

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

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.98438rem;
  line-height: 1.5;
  border-radius: 0.25rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

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

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 300;
  color: #1c1b1a;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #0f0e0e;
    text-decoration: none;
    background-color: #e8e7e6; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #B32839; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6b6864;
    pointer-events: none;
    background-color: transparent; }

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

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

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

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

.media-body {
  flex: 1; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(220, 190, 110, 0.1); }

.table-striped thead {
  background: #6b6864 !important;
  color: #ffffff; }
  .table-striped thead th {
    font-weight: 300 !important; }

.btn {
  text-transform: uppercase !important;
  letter-spacing: 0.075rem;
  margin: auto 0.375rem; }

img {
  max-width: 100%; }

#page-wrapper {
  overflow-x: hidden; }

section[class*='section-'] {
  position: relative; }

.section-bg-alternating:nth-child(even):before {
  display: block;
  content: '';
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw!important;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  z-index: -1;
  background: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background: #fbf9f1; }

.bg-alternating:nth-child(even):before {
  display: block;
  content: '';
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw!important;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  z-index: -1;
  background: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background: #fbf9f1; }

.section-lightblue {
  padding: 3rem 0; }

.section-darkblue {
  padding: 3rem 0; }
  .section-darkblue * {
    color: #ffffff; }
  .section-darkblue:before {
    content: '';
    display: block;
    content: '';
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw!important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    z-index: -1;
    background: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    /* @include davis_pattern(.5); */
    background: #18616D; }
  .section-darkblue:after {
    content: '';
    display: block;
    content: '';
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw!important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    z-index: -1;
    background: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/assets/img/pattern/davistech-pattern.png");
    background-position: center center;
    background-repeat: repeat;
    background-size: 75px;
    opacity: 0.15;
    /* background: $turquoise; */ }

.section-white {
  background: #ffffff;
  padding: 3rem 0;
  text-align: center; }

.section-darkgray {
  padding: 1.5rem 0;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1; }
  .section-darkgray:before {
    content: '';
    display: block;
    content: '';
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw!important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    z-index: -1;
    background: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background: #363533;
    opacity: .825; }

.section-red {
  padding: 1.5rem 0;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1; }
  .section-red:before {
    content: '';
    display: block;
    content: '';
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw!important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    z-index: -1;
    background: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background: #b32839; }

.section--cover {
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw!important;
  height: auto;
  position: relative;
  left: 50%;
  right: 50%;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -11; }
  .section--cover img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.section--angle {
  padding: 4.5rem 0;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  @media (max-width: 767.98px) {
    .section--angle {
      flex-wrap: wrap;
      padding: 0 0 6rem;
      margin-top: 3rem; } }
  .section--angle:before {
    display: block;
    content: '';
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw!important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    z-index: -1;
    background: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background: transparent no-repeat top center;
    background-image: url(../img/trim/section_cap.svg);
    background-position-y: -1px;
    background-color: #A6CBD1; }

.accordion-row .graphic-mask {
  opacity: 1; }

.accordion-row.accordion-close .graphic-mask {
  opacity: 0; }

*[data-toggle="accordion-row"] {
  display: flex; }
  *[data-toggle="accordion-row"] span.expandable {
    margin-left: auto; }
    *[data-toggle="accordion-row"] span.expandable:before {
      content: '+';
      display: block;
      color: #18616D; }
  *[data-toggle="accordion-row"] + .accordion-row {
    display: none; }
  *[data-toggle="accordion-row"][aria-expanded="true"] span.expandable::before {
    content: '-'; }

@media (min-width: 768px) {
  *[data-accordion="mobile"] span.expandable {
    display: none; } }

*[data-accordion="mobile"] + .accordion-row {
  display: none; }
  @media (min-width: 768px) {
    *[data-accordion="mobile"] + .accordion-row {
      display: block !important; }
      *[data-accordion="mobile"] + .accordion-row .graphic-mask {
        opacity: 1 !important; } }

div[id*="faq"] *[data-toggle="accordion-row"] {
  font-size: 1.40625rem;
  color: #18616D;
  padding: .5rem 0; }

div[id*="faq"] .even-stripe {
  position: relative; }
  div[id*="faq"] .even-stripe:before {
    display: block;
    content: '';
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw!important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    z-index: -1;
    background: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background: #fbf9f1; }

@media (min-width: 1200px) {
  html {
    font-size: 1.25vw; } }

@media screen and (min-width: 2400px) {
  html {
    font-size: 30px; } }

.link-style {
  text-decoration: underline; }
  .link-style:after {
    content: ">";
    display: inline-block;
    margin: auto -.51rem 0 .51rem;
    text-decoration: none !important; }
  .link-style.white * {
    color: #ffffff; }
  .link-style.red * {
    color: #A73439; }

.inline-items {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 2rem 0;
  display: flex;
  justify-content: center; }
  @media (max-width: 767.98px) {
    .inline-items {
      flex-wrap: wrap; } }
  .inline-items li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem; }
    .inline-items li a {
      display: flex;
      flex-direction: column;
      height: 100%; }
      .inline-items li a img {
        width: 100%;
        height: auto;
        margin: auto; }
      .inline-items li a span {
        margin-top: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 3rem; }

.icon-row {
  justify-content: space-around; }
  .icon-row li {
    margin: 1rem; }

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

.light-caps {
  font-weight: lighter;
  text-transform: uppercase; }

.graphic-mask {
  transition: .25s ease;
  width: 100%;
  opacity: 1; }
  .graphic-mask img {
    opacity: 0; }
  .graphic-mask .img_switch {
    opacity: 1; }
  @media (min-width: 768px) {
    .graphic-mask {
      width: 50%; } }

.img-holder {
  width: 50%;
  flex-shrink: 0;
  height: auto;
  z-index: -1; }
  .graphic-right .img-holder {
    margin-left: auto;
    order: 2; }
    @media (max-width: 767.98px) {
      .graphic-right .img-holder {
        display: none;
        position: absolute; } }
  .graphic-left .img-holder {
    margin-right: auto;
    order: -1; }
    @media (max-width: 767.98px) {
      .graphic-left .img-holder {
        display: none;
        position: absolute; } }

.graphic-left, .graphic-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }
  @media (min-width: 768px) {
    .graphic-left, .graphic-right {
      flex-wrap: nowrap; } }
  .graphic-left .message, .graphic-right .message {
    order: 2;
    flex-grow: 1; }

.graphic-left .graphic-mask {
  display: block;
  margin-left: -50vw;
  height: auto;
  position: absolute;
  left: 50%;
  z-index: -1;
  order: 0;
  margin-right: auto; }
  @media (max-width: 767.98px) {
    .graphic-left .graphic-mask {
      order: -1;
      position: relative; } }

.graphic-right .graphic-mask {
  display: block;
  margin-right: -50vw;
  height: auto;
  position: absolute;
  right: 50%;
  z-index: -1;
  order: 2;
  margin-left: auto; }
  @media (max-width: 767.98px) {
    .graphic-right .graphic-mask {
      order: -1;
      position: relative; } }

@media (min-width: 768px) {
  .program-table .graphic-mask {
    width: 30%; } }

.program-table .img-holder {
  width: 30%;
  flex-shrink: 0;
  height: auto;
  z-index: -1; }
  .graphic-right .program-table .img-holder {
    margin-left: auto;
    order: 2; }
    @media (max-width: 767.98px) {
      .graphic-right .program-table .img-holder {
        display: none;
        position: absolute; } }
  .graphic-left .program-table .img-holder {
    margin-right: auto;
    order: -1; }
    @media (max-width: 767.98px) {
      .graphic-left .program-table .img-holder {
        display: none;
        position: absolute; } }

.grayscale img {
  filter: grayscale(100%); }

.nav-tabs {
  text-transform: uppercase;
  margin-bottom: 2rem; }
  .nav-tabs a {
    color: #86817c;
    border: none !important;
    border: none !important;
    position: relative; }
    .nav-tabs a.active {
      color: #18616D !important;
      border-bottom: 4px solid #18616D !important;
      display: inline-block; }
      .nav-tabs a.active:before {
        content: '';
        position: absolute;
        width: 1rem;
        height: 1rem;
        border-bottom: 0.5rem solid #18616D;
        border-right: 0.5rem solid #18616D;
        border-left: .5rem solid transparent;
        border-top: .5rem solid transparent;
        margin-left: -0.5rem;
        bottom: -0.5rem;
        left: 50%;
        transform: rotate(45deg); }

*[data-adtc] {
  transition: .65s ease-in-out;
  opacity: 0; }

*[data-adtc="1"] {
  transform: translate3d(0, 0, 0); }
  *[data-adtc="1"].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

*[data-adtc="up"] {
  transform: translate3d(0, 4rem, 0); }
  *[data-adtc="up"].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

*[data-adtc="fromright"] {
  transform: translate3d(4rem, 0, 0); }
  *[data-adtc="fromright"].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

*[data-adtc="fromleft"] {
  transform: translate3d(-4rem, 0, 0); }
  *[data-adtc="fromleft"].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

*[data-adtc="popforward"] {
  transform: scale3d(0.6, 0.6, 1) translate3d(0, 0, 0); }
  *[data-adtc="popforward"].in-view {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

*[data-adtc="popback"] {
  transform: scale3d(1.8, 1.8, 1) translate3d(0, 0, 0); }
  *[data-adtc="popback"].in-view {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

#masthead {
  position: relative; }

.container-fluid, .footercta .footercta--inner, .jumbohero .jumbohero--inner, .pageheader .pageheader--inner, section.full-bleed-bg .full-bleed-bg--inner {
  max-width: 82rem;
  padding-left: 2rem;
  padding-right: 2rem; }

.masthead--upper, .masthead--primary, .notify--inner-content, .baseboard--blocks, .baseboard--final {
  margin: auto;
  max-width: 82rem; }

.masthead--upper {
  background: transparent;
  position: relative;
  display: flex;
  justify-content: flex-start; }
  .masthead--upper:before {
    display: block;
    content: '';
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw!important;
    height: auto;
    position: relative;
    left: 50%;
    right: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #1C1B1A;
    z-index: -1; }
  .masthead--upper .actions-navigation {
    z-index: 1;
    flex-basis: 100%; }
    .masthead--upper .actions-navigation ul {
      list-style: none;
      margin: 0;
      padding: 0;
      list-style: none;
      margin-left: auto;
      font-size: 0;
      display: flex;
      justify-content: flex-end; }
      .masthead--upper .actions-navigation ul li {
        flex-grow: 1;
        text-align: center;
        display: flex; }
        .masthead--upper .actions-navigation ul li a {
          flex-grow: 1;
          line-height: 1.2;
          padding: 0.765rem 1rem;
          text-transform: uppercase;
          font-size: 14px !important;
          color: #ffffff; }
          @media screen and (min-width: 1200px) {
            .masthead--upper .actions-navigation ul li a {
              font-size: 17.5px !important; } }
          @media screen and (min-width: 2400px) {
            .masthead--upper .actions-navigation ul li a {
              font-size: 21px !important; } }
        .masthead--upper .actions-navigation ul li:nth-child(1) {
          background: #B32839; }
        .masthead--upper .actions-navigation ul li:nth-child(2) {
          background: #BC4631; }
        .masthead--upper .actions-navigation ul li:nth-child(3) {
          background: #CD7E20; }
  .masthead--upper .dash-navigation {
    display: none; }
  @media (min-width: 768px) {
    .masthead--upper .actions-navigation {
      margin-left: auto;
      flex-basis: auto; }
      .masthead--upper .actions-navigation ul {
        max-width: 50vw; }
        .masthead--upper .actions-navigation ul li {
          flex-grow: 0; }
    .masthead--upper .dash-navigation {
      display: flex;
      align-items: center; }
      .masthead--upper .dash-navigation ul {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 14px !important; } }
    @media screen and (min-width: 768px) and (min-width: 1200px) {
      .masthead--upper .dash-navigation ul {
        font-size: 17.5px !important; } }
    @media screen and (min-width: 768px) and (min-width: 2400px) {
      .masthead--upper .dash-navigation ul {
        font-size: 21px !important; } }
  @media (min-width: 768px) {
        .masthead--upper .dash-navigation ul li {
          display: inline-block; }
          .masthead--upper .dash-navigation ul li a {
            color: #ffffff;
            display: inline-block;
            padding: 0.05rem 0.365rem;
            border-right: 1px solid #ffffff; }
          .masthead--upper .dash-navigation ul li:last-child a {
            border: none; } }

.masthead--primary {
  background: #ffffff;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  @media (min-width: 768px) {
    .masthead--primary {
      padding: 1rem; } }
  .masthead--primary .brand {
    flex: 1 1 auto;
    max-width: 12rem;
    height: auto;
    display: flex; }
    @media (max-width: 767.98px) {
      .masthead--primary .brand {
        align-items: center; } }
    .masthead--primary .brand img {
      transition: all .25s ease-in-out;
      width: 10rem; }
      @media (min-width: 576px) {
        .masthead--primary .brand img {
          width: 10rem; } }
      @media (min-width: 768px) {
        .masthead--primary .brand img {
          width: 12rem; } }
      @media (min-width: 992px) {
        .masthead--primary .brand img {
          width: 15rem; } }
  .masthead--primary .navbar-toggle {
    margin-left: auto;
    border-radius: 0;
    border: 0;
    background: none;
    width: 50px;
    height: 50px;
    padding: 0;
    position: relative;
    z-index: 6;
    transition: .25s ease-in-out;
    display: block;
    cursor: pointer;
    margin-left: auto;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .masthead--primary .navbar-toggle {
        display: none; } }
    .masthead--primary .navbar-toggle.menu-close {
      left: 0; }
    .masthead--primary .navbar-toggle:focus {
      outline: none; }
      .masthead--primary .navbar-toggle:focus span:not(.label) {
        background-color: #CD7E20; }
    .masthead--primary .navbar-toggle:hover span:nth-child(1) {
      left: 33%; }
    .masthead--primary .navbar-toggle:hover span:nth-child(2), .masthead--primary .navbar-toggle:hover span:nth-child(3) {
      left: 38%; }
    .masthead--primary .navbar-toggle:hover.open span:not(.label) {
      left: 25% !important; }
    .masthead--primary .navbar-toggle span {
      display: block;
      position: absolute;
      opacity: 1;
      transform: rotate(0deg);
      transition: .25s ease-in-out; }
      .masthead--primary .navbar-toggle span.label {
        color: #B32839;
        font-size: 1rem;
        line-height: 0;
        right: 90%; }
      .masthead--primary .navbar-toggle span:not(.label) {
        left: 25%;
        background: #B32839;
        height: 3px;
        width: 50%; }
      .masthead--primary .navbar-toggle span:nth-child(1) {
        top: 14px; }
      .masthead--primary .navbar-toggle span:nth-child(2), .masthead--primary .navbar-toggle span:nth-child(3) {
        top: 22px; }
      .masthead--primary .navbar-toggle span:nth-child(4) {
        top: 30px; }
    .masthead--primary .navbar-toggle.open span:nth-child(1) {
      top: 22px;
      width: 0%;
      left: 50%;
      opacity: 0; }
    .masthead--primary .navbar-toggle.open span:nth-child(2) {
      transform: rotate(135deg); }
    .masthead--primary .navbar-toggle.open span:nth-child(3) {
      transform: rotate(-315deg); }
    .masthead--primary .navbar-toggle.open span:nth-child(4) {
      top: 38px;
      width: 0%;
      left: 50%;
      opacity: 0; }
    .masthead--primary .navbar-toggle.open span.label {
      opacity: 0;
      right: 0%; }
  .masthead--primary .expand-mobile {
    display: flex;
    flex-grow: 1; }
    .masthead--primary .expand-mobile .main-navigation ul ul {
      background-color: #292826; }
      .masthead--primary .expand-mobile .main-navigation ul ul ul {
        background-color: #312f2e; }
      .masthead--primary .expand-mobile .main-navigation ul ul li {
        margin: 0 0 0 1rem; }
        .masthead--primary .expand-mobile .main-navigation ul ul li:last-child a {
          border-bottom: 0; }
    .masthead--primary .expand-mobile .main-navigation ul li button {
      padding: 0;
      margin: 0;
      width: 1.35rem;
      height: 1.35rem;
      display: flex;
      align-items: center;
      justify-content: center;
      appearance: none;
      background: none;
      border: 2px solid transparent;
      color: #ffffff;
      margin-left: auto; }
      .masthead--primary .expand-mobile .main-navigation ul li button.active {
        transform: rotate(180deg); }
      .masthead--primary .expand-mobile .main-navigation ul li button:focus {
        outline: none;
        border-color: #B32839; }
      @media (min-width: 768px) {
        .masthead--primary .expand-mobile .main-navigation ul li button {
          color: #1C1B1A;
          margin-left: 0; } }
    @media (min-width: 768px) {
      .masthead--primary .expand-mobile {
        /* Breakpoint for medium viewport */ }
        .masthead--primary .expand-mobile .dash-navigation {
          display: none; }
        .masthead--primary .expand-mobile .main-navigation {
          align-self: center;
          flex-grow: 1;
          text-transform: uppercase;
          font-weight: 600; }
          .masthead--primary .expand-mobile .main-navigation ul.top-level {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            margin: 0;
            padding: 0;
            list-style: none; }
            .masthead--primary .expand-mobile .main-navigation ul.top-level > li {
              position: relative; }
              .masthead--primary .expand-mobile .main-navigation ul.top-level > li > ul.submenu {
                display: none;
                position: absolute;
                flex-direction: column;
                justify-content: flex-start;
                flex-grow: 1;
                flex-shrink: 0;
                flex-basis: 30%;
                min-width: 13rem;
                padding: 1vw;
                line-height: 1.2;
                background: #1C1B1A;
                top: 2.8rem;
                right: 0;
                z-index: 999;
                border: 1px solid #5e5b57; }
                .masthead--primary .expand-mobile .main-navigation ul.top-level > li > ul.submenu:before {
                  content: '';
                  transform: rotate(45deg);
                  position: absolute;
                  top: -0.5rem;
                  right: 2rem;
                  width: 1rem;
                  height: 1rem;
                  background: #1C1B1A; }
                .masthead--primary .expand-mobile .main-navigation ul.top-level > li > ul.submenu a {
                  color: #ffffff;
                  padding: 0;
                  text-decoration: none;
                  font-size: 11px !important; } }
            @media screen and (min-width: 768px) and (min-width: 1200px) {
              .masthead--primary .expand-mobile .main-navigation ul.top-level > li > ul.submenu a {
                font-size: 13.75px !important; } }
            @media screen and (min-width: 768px) and (min-width: 2400px) {
              .masthead--primary .expand-mobile .main-navigation ul.top-level > li > ul.submenu a {
                font-size: 16.5px !important; } }
    @media (min-width: 768px) {
                  .masthead--primary .expand-mobile .main-navigation ul.top-level > li > ul.submenu a:hover {
                    color: #B32839; }
                .masthead--primary .expand-mobile .main-navigation ul.top-level > li > ul.submenu li {
                  display: block;
                  position: static;
                  margin: 0 0 1rem; }
                  .masthead--primary .expand-mobile .main-navigation ul.top-level > li > ul.submenu li > ul.third {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                    padding: 1rem;
                    display: none;
                    position: absolute;
                    left: 100%;
                    top: 0;
                    background: #363533;
                    text-transform: capitalize;
                    min-height: 100%;
                    column-count: 2;
                    column-gap: 2rem;
                    min-width: 40vw; }
                  .masthead--primary .expand-mobile .main-navigation ul.top-level > li > ul.submenu li button {
                    color: #ffffff;
                    transform: rotate(-90deg);
                    margin-left: auto;
                    margin-right: -0.5rem;
                    border-top: 1px solid rgba(255, 255, 255, 0.25); }
                    .masthead--primary .expand-mobile .main-navigation ul.top-level > li > ul.submenu li button:hover {
                      color: #B32839; }
                .masthead--primary .expand-mobile .main-navigation ul.top-level > li > ul.submenu.active {
                  display: block !important; }
            .masthead--primary .expand-mobile .main-navigation ul.top-level li a {
              color: #1C1B1A;
              padding-left: 1vw;
              font-size: 14px !important;
              display: flex;
              align-items: center;
              text-decoration: none; } }
        @media screen and (min-width: 768px) and (min-width: 1200px) {
          .masthead--primary .expand-mobile .main-navigation ul.top-level li a {
            font-size: 17.5px !important; } }
        @media screen and (min-width: 768px) and (min-width: 2400px) {
          .masthead--primary .expand-mobile .main-navigation ul.top-level li a {
            font-size: 21px !important; } }
        @media (min-width: 768px) and (min-width: 992px) {
          .masthead--primary .expand-mobile .main-navigation ul.top-level li a {
            font-size: 1.125rem; } }
    @media (min-width: 768px) {
              .masthead--primary .expand-mobile .main-navigation ul.top-level li a:hover, .masthead--primary .expand-mobile .main-navigation ul.top-level li a.active {
                color: #B32839; }
              .masthead--primary .expand-mobile .main-navigation ul.top-level li a button:hover {
                color: #B32839; }
              .masthead--primary .expand-mobile .main-navigation ul.top-level li a button:focus {
                border: none; } }
    @media (max-width: 767.98px) {
      .masthead--primary .expand-mobile {
        /* Breakpoint for medium viewport */
        display: none;
        position: absolute;
        top: 120px;
        left: 0;
        right: 0;
        padding: 1rem;
        z-index: 9999;
        background: #1C1B1A;
        flex-direction: column;
        text-transform: uppercase;
        font-weight: 600;
        color: #ffffff; }
        .masthead--primary .expand-mobile.toggle-open {
          display: block; }
        .masthead--primary .expand-mobile .dash-navigation ul {
          margin: 0;
          padding: 0;
          list-style: none;
          display: flex;
          flex-wrap: wrap;
          padding-bottom: 1rem;
          border-bottom: 4px solid #514e4b; }
          .masthead--primary .expand-mobile .dash-navigation ul li {
            flex-basis: 50%; }
            .masthead--primary .expand-mobile .dash-navigation ul li a {
              display: flex;
              justify-content: center;
              align-items: center;
              padding: 1rem;
              color: #ffffff; }
            .masthead--primary .expand-mobile .dash-navigation ul li:nth-child(n) {
              border-bottom: 1px solid #514e4b; }
            .masthead--primary .expand-mobile .dash-navigation ul li:nth-child(odd) {
              border-right: 1px solid #514e4b; }
            .masthead--primary .expand-mobile .dash-navigation ul li:nth-last-child(1), .masthead--primary .expand-mobile .dash-navigation ul li:nth-last-child(2) {
              border-bottom: none; }
        .masthead--primary .expand-mobile .main-navigation ul {
          margin: 0;
          padding: 0;
          list-style: none; }
          .masthead--primary .expand-mobile .main-navigation ul li a {
            padding: 1rem;
            color: #ffffff;
            border-bottom: 1px solid #514e4b;
            display: flex;
            align-items: center; }
            .masthead--primary .expand-mobile .main-navigation ul li a:hover {
              text-decoration: none; }
          .masthead--primary .expand-mobile .main-navigation ul li > ul {
            display: none; }
          .masthead--primary .expand-mobile .main-navigation ul li > ul > li > ul {
            display: none; }
        .masthead--primary .expand-mobile .main-navigation .submenu.second {
          font-weight: 300; }
        .masthead--primary .expand-mobile .main-navigation .submenu.third {
          font-weight: 300;
          font-size: .85rem;
          letter-spacing: .25vw; }
        .masthead--primary .expand-mobile .main-search {
          margin: auto;
          margin-bottom: 1rem; }
          .masthead--primary .expand-mobile .main-search button {
            background: #B32839;
            border: none;
            color: #ffffff;
            padding: .45rem 1rem; }
          .masthead--primary .expand-mobile .main-search input {
            border: none;
            padding: .5rem;
            min-width: 75vw;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            font-size: 1.125rem; } }
  .masthead--primary .main-search-toggle {
    align-self: center;
    color: #B32839;
    flex-basis: 2rem;
    text-align: right;
    cursor: pointer; }

#searchbar {
  position: relative;
  display: none;
  background: #1C1B1A;
  padding: .5rem; }
  #searchbar:before {
    display: block;
    content: '';
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw!important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    z-index: -1;
    background: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background: #1C1B1A; }
  #searchbar form {
    margin: auto;
    display: flex; }
    @media (min-width: 576px) {
      #searchbar form {
        max-width: 80%; } }
  #searchbar .autocomplete {
    flex-grow: 1; }
  #searchbar input[type="search"] {
    border: none;
    padding: 10px 0;
    background: none;
    color: white;
    outline: none;
    border-bottom: 1px solid white;
    width: 96%;
    font-size: 1.5rem;
    font-weight: 300; }
  #searchbar button {
    background: none;
    border: none; }
  #searchbar .sbtn {
    flex-shrink: 1;
    font-size: 36px;
    color: white; }
  #searchbar .autocomplete {
    position: relative;
    display: inline-block;
    flex-grow: 1; }
  #searchbar .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 9999;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0; }
  #searchbar .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4; }
  #searchbar .autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9; }
  #searchbar .autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: #18616D !important;
    color: #ffffff; }

@media (min-width: 768px) {
  .sidebar {
    border-left: 1px solid #cfcecc;
    padding-left: 2rem; } }

.sidebar-block {
  margin-bottom: 1.5rem; }
  .sidebar-block * {
    font-size: .9rem; }
  .sidebar-block a:not(.btn) {
    color: #18616D; }
  .sidebar-block ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .sidebar-block li {
    list-style: none; }
  .sidebar-block h3, .sidebar-block h4 {
    text-align: left;
    font-weight: 300;
    color: #6b6864;
    font-size: 1.40625rem; }

#baseboard {
  background: #1C1B1A; }

.baseboard--wrapper {
  background: #514e4b; }
  .baseboard--wrapper .baseboard--blocks {
    display: flex;
    justify-content: space-around;
    font-size: 0.98438rem; }
    .baseboard--wrapper .baseboard--blocks .category-list {
      flex: 0 1 auto;
      margin: 0 1rem;
      padding: 1rem 0; }
      @media (min-width: 992px) {
        .baseboard--wrapper .baseboard--blocks .category-list {
          margin: 2rem 0;
          padding: 0 1rem;
          border-left: 1px solid #6b6864; }
          .baseboard--wrapper .baseboard--blocks .category-list:first-child {
            border: none; } }
      .baseboard--wrapper .baseboard--blocks .category-list ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      .baseboard--wrapper .baseboard--blocks .category-list a {
        display: block;
        color: #fbf9f1;
        padding: .275rem 0;
        border-bottom: 1px solid #666; }
      .baseboard--wrapper .baseboard--blocks .category-list .heading {
        text-transform: uppercase;
        position: relative; }
        .baseboard--wrapper .baseboard--blocks .category-list .heading h3 {
          color: #A6CBD1;
          margin: 0.5rem 0;
          font-size: 1.2rem;
          font-weight: 600; }
    @media (min-width: 768px) {
      .baseboard--wrapper .baseboard--blocks .quick-links {
        display: block !important; } }
    @media (max-width: 991.98px) {
      .baseboard--wrapper .baseboard--blocks {
        flex-wrap: wrap; }
        .baseboard--wrapper .baseboard--blocks .category-list {
          flex-basis: 30%; } }
    @media (max-width: 767.98px) {
      .baseboard--wrapper .baseboard--blocks {
        flex-wrap: wrap; }
        .baseboard--wrapper .baseboard--blocks .category-list {
          flex-basis: 100%;
          border-bottom: 1px solid #86817c; }
        .baseboard--wrapper .baseboard--blocks .heading:after {
          transition: .35s ease-in-out;
          transform-origin: 50% 50%;
          font-family: FontAwesome;
          content: '\f107';
          margin-left: 2rem;
          width: 1.4rem;
          height: 1.4rem;
          position: absolute;
          top: 0;
          right: 0;
          display: block; }
        .baseboard--wrapper .baseboard--blocks .quick-links {
          display: none; } }

.baseboard--final {
  color: #fbf9f1;
  padding: 1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center; }
  .baseboard--final .nav-legal ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .baseboard--final .nav-legal ul li {
      display: inline-block;
      margin: 0 .45rem .85rem; }
      .baseboard--final .nav-legal ul li a {
        color: #fbf9f1;
        text-decoration: underline; }
  @media (min-width: 576px) {
    .baseboard--final .colophon {
      margin-left: 1rem; } }

#baseboard .social-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex !important;
  flex-wrap: nowrap !important;
  padding-bottom: 3rem; }
  #baseboard .social-links li {
    display: inline-block; }
  #baseboard .social-links a {
    border: none;
    color: #A6CBD1 !important;
    height: 0;
    line-height: 0;
    font-size: 0; }
    #baseboard .social-links a i {
      font-size: 1.125rem;
      line-height: 1;
      padding: 1rem 1rem 1rem 0rem; }

#baseboard .quick-links a i {
  color: #A6CBD1;
  margin-right: 0.75rem; }

.footercta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: height .25s ease-in-out;
  min-height: 50vw;
  position: relative; }
  .footercta * {
    color: #ffffff; }
  @media (max-width: 991.98px) {
    .footercta {
      min-height: 35vh; } }
  .footercta .footercta--cover {
    display: block;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw!important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    z-index: -1;
    background: #111; }
    .footercta .footercta--cover img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1; }
    .footercta .footercta--cover:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNScgaGVpZ2h0PScxNSc+CiAgPHJlY3Qgd2lkdGg9JzE1JyBoZWlnaHQ9JzE1JyBmaWxsPScjMDAwJyAvPgogIDxyZWN0IHg9JzAnIHk9JzAnIHdpZHRoPSczJyBoZWlnaHQ9JzMnIGZpbGw9JyMzMzMnIC8+Cjwvc3ZnPg==");
      background-position: center center;
      background-repeat: repeat;
      background-size: 8px 8px;
      opacity: 0.45;
      z-index: 9; }
    .footercta .footercta--cover img {
      object-position: 50% 0; }
    .footercta .footercta--cover:after {
      display: block;
      content: '';
      margin-left: -50vw;
      margin-right: -50vw;
      width: 100vw!important;
      height: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      right: 50%;
      z-index: -1;
      background: transparent;
      background-repeat: no-repeat;
      background-size: contain;
      background: transparent no-repeat top center;
      background-image: url(../img/trim/footercta_trim.svg);
      background-position-y: -1px;
      z-index: 9; }
  .footercta .footercta--inner {
    margin-top: 5vw;
    padding: 3rem 0;
    text-align: center;
    color: #ffffff;
    z-index: 1; }

.jumbohero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: height .25s ease-in-out;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw!important;
  height: auto;
  position: relative;
  left: 50%;
  right: 50%;
  height: 40vw;
  min-height: 30vw;
  max-height: 80vh;
  position: relative;
  overflow: hidden; }
  .jumbohero * {
    color: #ffffff; }
  @media (max-width: 991.98px) {
    .jumbohero {
      min-height: 40vh; } }
  .jumbohero .jumbohero--cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 100%; }
    .jumbohero .jumbohero--cover img {
      object-fit: cover;
      width: 100%;
      height: auto; }
    .jumbohero .jumbohero--cover:after {
      content: '';
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url(../img/trim/jumbohero_trim.svg);
      background-position: bottom left;
      background-repeat: no-repeat;
      background-size: contain; }
      @media (max-width: 991.98px) {
        .jumbohero .jumbohero--cover:after {
          min-width: 40vh; } }
  .jumbohero .jumbohero--inner {
    text-align: center;
    color: #ffffff;
    z-index: 1;
    transform: translateY(-3rem); }

.rotating-message {
  display: block;
  position: relative; }
  .rotating-message * {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0; }

.message h4 {
  text-transform: uppercase;
  line-height: 1; }

.message h4.smaller {
  font-size: 1.575rem;
  font-weight: 400; }

.message h4.bigger {
  font-size: 3.5rem;
  letter-spacing: 0.5vw; }

.message h4.title {
  font-size: 2.975rem;
  letter-spacing: 0.15vw; }

.message .item-group {
  margin: 1.25rem 0; }

.pageheader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: height .25s ease-in-out;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw!important;
  height: auto;
  position: relative;
  left: 50%;
  right: 50%;
  height: 15rem;
  position: relative;
  overflow: hidden; }

  @media (min-width: 768px) {
    .pageheader {
      height: calc(5vw + 10rem);
	margin-bottom: 60px;} }
  .pageheader * {
    color: #ffffff; }
  .pageheader .pageheader--cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 100%; }
    .pageheader .pageheader--cover img {
      object-fit: cover;
      width: 100%;
      height: auto; }
    .pageheader .pageheader--cover:before {
      content: '';
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNScgaGVpZ2h0PScxNSc+CiAgPHJlY3Qgd2lkdGg9JzE1JyBoZWlnaHQ9JzE1JyBmaWxsPScjMDAwJyAvPgogIDxyZWN0IHg9JzAnIHk9JzAnIHdpZHRoPSczJyBoZWlnaHQ9JzMnIGZpbGw9JyMzMzMnIC8+Cjwvc3ZnPg==");
      background-position: center center;
      background-repeat: repeat;
      background-size: 8px 8px;
      opacity: 0.35; }
    .pageheader .pageheader--cover:after {
      transition: all .25s ease-in-out;
      content: '';
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      width: 120%;
      height: 100%;
      min-width: 1200px;
      background-image: url(../img/trim/pageheader_trim.svg);
      background-position: bottom left;
      background-repeat: no-repeat;
      background-size: contain; }
      @media (max-width: 767.98px) {
        .pageheader .pageheader--cover:after {
          left: -5vw; } }
  .pageheader .pageheader--inner {
    text-align: left;
    color: #ffffff;
    z-index: 1;
    margin-top: -2.5rem; }

#intro-elements h2 {
  /* color: $gray-600; */
  margin-bottom: 1rem; }

.circle-items {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.circle-item .circle-mask {
  border-radius: 82rem;
  overflow: hidden;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 20rem;
  margin: auto; }
  @media (min-width: 992px) {
    .circle-item .circle-mask {
      padding: 2vw; } }
  .circle-item .circle-mask img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.circle-item .circle-item-title {
  font-size: .9rem; }
  .circle-item .circle-item-title * {
    margin: 0 0 .5rem;
    line-height: 1; }
  .circle-item .circle-item-title .title {
    margin-top: 1.25rem;
    font-size: 1.25rem;
    color: #6b6864;
    text-transform: uppercase;
    font-weight: 100; }

#programHighlights .program-quote {
  border-left: 3px solid #B8B875;
  padding-left: 1rem; }

#programHighlights .program-slide {
  transition: .65s ease-in-out;
  opacity: 0; }

#programHighlights .carousel-inner {
  overflow: visible; }

#programHighlights .carousel-item.active .program-slide {
  opacity: 1; }
  #programHighlights .carousel-item.active .program-slide.graphic-left {
    transform: translateX(-1.5rem); }
  #programHighlights .carousel-item.active .program-slide.graphic-right {
    transform: translateX(1.5rem); }

#programHighlights .carousel-indicators {
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: flex-end; }
  #programHighlights .carousel-indicators li {
    background: #B8B875; }

#programHighlights a[class*="carousel-control"] {
  color: #3338;
  font-size: 3rem; }

#outcomes * {
  color: #ffffff; }

#outcomes h2 {
  margin-bottom: 1rem;
  font-size: 1.40625rem;
  font-weight: 100; }

.outcomes {
  margin-bottom: 2.25rem; }

.outcome-item {
  font-size: .9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .outcome-item * {
    margin: 0 0 .5rem;
    line-height: 1; }
  .outcome-item .title {
    margin-top: 1.25rem;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.0325rem; }
    .outcome-item .title .large {
      display: block;
      font-weight: 600;
      font-size: 2.25rem;
      color: #A6CBD1; }

#resources h2 {
  color: #6b6864;
  margin-bottom: 1rem; }

#resources .inline-items li {
  line-height: 1;
  flex: 0 1 19%; }
  @media (max-width: 767.98px) {
    #resources .inline-items li {
      flex: 0 1 39%; } }
  #resources .inline-items li img {
    width: auto;
    max-width: 10rem;
    max-height: 6rem; }

.financing {
  margin: 4rem 0; }

.program-table {
  padding: 2rem 0; }
  .program-table h2 {
    flex-basis: 100%;
    color: #86817c;
  cursor:pointer;}
  .program-table .table {
    background: #ffffff; }

.advisor-contact {
  display: flex;
  align-items: center;
  margin-bottom: 2rem; }
  .advisor-contact img {
    /*width: 4rem;
    height: 4rem;*/
    margin-right: 1rem; }
  .advisor-contact .advisor-details {
    display: flex;
    flex-direction: column; }

.testimonial-block {
  display: flex;
  margin: 4rem 0; }
  .testimonial-block > * {
    margin: 0 1rem; }
  .testimonial-block .student-photo {
    flex-shrink: 0; }
  .testimonial-block .testimonial-name {
    display: block;
    font-weight: bold;
    margin-bottom: 1rem; }

.footnotes {
  font-size: .875rem; }

.home #email-optin {
  margin: auto;
  max-width: 38rem;
  border-top: 1px solid #b7b4b1; }
  .home #email-optin h4 {
    color: #6b6864;
    margin-bottom: 1rem;
    font-size: 1.75rem; }

.sidebar-block #email-optin {
  text-align: left;
  margin: auto;
  max-width: 38rem;
  border-top: 1px solid #b7b4b1; }
  .sidebar-block #email-optin h4 {
    color: #6b6864;
    margin-bottom: 1rem; }
  .sidebar-block #email-optin div[class*="col"] {
    flex-basis: 100%; }
  .sidebar-block #email-optin button[type*="submit"] {
    width: 100%;
    margin: 1rem 0 0; }
  .sidebar-block #email-optin .form-group {
    margin: 1rem 0 0; }

.blog-footer {
  border-top: 1px solid #b7b4b1;
  margin-top: 2rem;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.98438rem; }

.blog-meta {
  font-size: 70%;
  padding: .5rem 0; }

figcaption {
  font-size: 70%;
  text-align: center;
  padding: .5rem; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.notify {
  background: #B32839;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center; }
  .notify .notify--inner-content {
    padding: .5rem; }
    .notify .notify--inner-content strong {
      font-weight: 600; }
    .notify .notify--inner-content:before {
      font-family: FontAwesome;
      content: '\F071'; }

.section-dashboard {
  padding: 2rem 0; }

ul.dashboard-blocks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5rem; }
  ul.dashboard-blocks li[data-img] {
    display: flex;
    position: relative;
    height: 0;
    margin-bottom: 5%;
    width: 48%;
    padding-bottom: 48%;
    font-size: 1.40625rem;
    overflow: hidden;
    background: #eee url() no-repeat 50% 50%;
    background-size: cover;
    border-radius: 0.5rem;
    transition: .5s ease-in-out; }
    @media (min-width: 768px) {
      ul.dashboard-blocks li[data-img] {
        width: 23%;
        padding-bottom: 23%; } }
    ul.dashboard-blocks li[data-img] a {
      position: absolute;
      padding: 0.5rem;
      line-height: 1.2;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      height: 100%;
      color: #ffffff;
      text-transform: uppercase;
      z-index: 1; }
      ul.dashboard-blocks li[data-img] a:before {
        content: '';
        display: block;
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(transparent, rgba(107, 104, 100, 0.8));
        z-index: -1; }
    ul.dashboard-blocks li[data-img]:hover .dataimg img {
      transform: scale(1.15);
      filter: grayscale(50%); }
    ul.dashboard-blocks li[data-img]:hover * {
      text-decoration: none; }

.dataimg {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: .5s ease-out;
  overflow: hidden;
  border-radius: 0.5rem;
  background: #1C1B1A; }
  .dataimg img {
    transition: .5s ease-in-out;
    object-fit: cover;
    width: 100%;
    height: 100%; }

.section-dashboard header {
  display: flex;
  align-items: center; }

.bg-dashboard {
  position: relative; }
  .bg-dashboard:before {
    display: block;
    content: '';
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw!important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    z-index: -1;
    background: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    border-top: 1px solid #eee;
    background: linear-gradient(#eee3, #fff); }

.utility-link {
  margin-left: auto; }
  .utility-link a {
    text-transform: uppercase;
    font-size: 0.98438rem;
    color: #18616D;
    text-decoration: none;
    padding: .25rem 1rem;
    transition: .125s ease-in-out; }
    .utility-link a:after {
      content: 'gear';
      font-family: FontAwesome;
      content: '\f085';
      margin-left: 1.2vw;
      width: 1.4rem;
      height: 1.4rem; }
    .utility-link a:hover {
      background: #18616D;
      border-radius: 100px;
      color: #ffffff; }

#customizer.show {
  display: flex !important;
  justify-content: center;
  align-items: center; }

#customizer .modal-dialog {
  max-width: none !important; }

#customizer button[type='button'].close {
  position: absolute;
  top: 0;
  right: -1.5rem;
  color: white;
  opacity: .8;
  line-height: 0; }

#customizer .modal-content {
  border-left: 1rem solid #18616D;
  margin: auto;
  min-width: 20rem !important;
  max-width: 40rem !important;
  font-size: .9rem;
  text-transform: uppercase; }
  #customizer .modal-content .instruction {
    width: 40%;
    padding: 3% 10% 3% 3%;
    text-align: center;
    color: #6b6864; }
    #customizer .modal-content .instruction:before {
      content: '\F047';
      text-align: center;
      display: block;
      font-size: 1.5rem;
      padding: 5% 0;
      font-family: 'FontAwesome';
      color: #cfcecc; }
  #customizer .modal-content .list-group {
    width: 60%; }
    #customizer .modal-content .list-group li {
      position: relative;
      display: flex;
      align-items: center;
      line-height: 1.25; }
      #customizer .modal-content .list-group li input[class*='checkbox'] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
      #customizer .modal-content .list-group li:before {
        content: '';
        margin-right: 1rem;
        height: 1em;
        width: 1.12em;
        background-color: #eee;
        line-height: 1; }
      #customizer .modal-content .list-group li[aria-checked*='false'] {
        background: #f3f3f3;
        color: #b7b4b1; }
      #customizer .modal-content .list-group li[aria-checked*='true']:before {
        background-color: #18616D; }
      #customizer .modal-content .list-group li[aria-checked*='true']:after {
        position: absolute;
        content: '';
        left: 1.65rem;
        top: 23%;
        width: 0.45rem;
        height: 1rem;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }
      #customizer .modal-content .list-group li label {
        margin: 0;
        width: 100%; }

#customizer .modal-body {
  display: flex;
  align-items: center; }
  @media (max-width: 991.98px) {
    #customizer .modal-body {
      flex-wrap: wrap; }
      #customizer .modal-body .instruction, #customizer .modal-body .list-group {
        width: 100%;
        padding: 0 3%; } }

.news-grid,
.inline-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

.news-excerpt {
  flex: 1 0 100%;
  margin-bottom: 1.5%;
  background: #fbf9f1;
  overflow: hidden; }
  @media (min-width: 768px) {
    .news-excerpt {
      flex: 0 0 47%;
      margin-right: 1.5%; } }
  @media (min-width: 992px) {
    .news-excerpt {
      flex: 0 0 22%;
      margin-right: 1.5%; } }
  .news-excerpt figure {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    position: relative; }
  .news-excerpt a {
    display: block;
    width: 100%;
    height: 12rem; }
  .news-excerpt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0; }
  .news-excerpt figcaption {
    margin: 1rem;
    font-size: 1.15rem;
    font-weight: 600;
    color: #18616D;
    line-height: 1.2; }
  .news-excerpt .blog-category {
    position: absolute;
    top: 9rem;
    font-size: .9rem;
    padding: .2rem .5rem;
    z-index: 2; }
    .news-excerpt .blog-category:after, .news-excerpt .blog-category:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: #A6CBD1;
      position: absolute;
      top: 0;
      z-index: -1;
      left: 0; }
    .news-excerpt .blog-category:before {
      box-shadow: 1px 1px 5px #0004;
      transform: skewX(-15deg);
      left: auto;
      right: -.5rem; }
  .news-excerpt .blog-date {
    margin: auto 1rem 1rem;
    font-weight: 100; }

.event-excerpt {
  margin: 0;
  padding: 1.5rem 0;
  font-size: 0.88594rem;
  border-bottom: 1px solid #b7b4b1; }
  .event-excerpt .event-date {
    color: #18616D; }
    .event-excerpt .event-date i {
      color: #B8B875;
      font-size: 1.40625rem;
      margin-bottom: 0.75rem; }
  .event-excerpt .event-detail {
    font-size: 0.98438rem; }
    .event-excerpt .event-detail * {
      margin: 0; }
    .event-excerpt .event-detail .event-title {
      font-size: 1.125rem;
      font-weight: 600; }
      .event-excerpt .event-detail .event-title * {
        color: #18616D; }
    .event-excerpt .event-detail .event-time {
      font-weight: 600; }

.inline-events {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .inline-events .event-excerpt {
    display: flex;
    flex: 0 0 47%; }
    @media (max-width: 767.98px) {
      .inline-events .event-excerpt {
        flex: 0 0 100%; } }
    .inline-events .event-excerpt .event-date {
      display: flex;
      flex-direction: column;
      flex-basis: 5rem;
      margin-right: 1rem; }
    .inline-events .event-excerpt .event-detail {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }

.calendar-list-header {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .calendar-list-header .selection {
    margin-left: auto; }

.event-divider {
  background: #9e9b97;
  color: #ffffff;
  padding: 0.25rem 0.5rem; }

section.calendar-list {
  display: flex;
  flex-direction: column; }
  section.calendar-list .event-excerpt {
    display: flex;
    justify-content: space-between; }
    section.calendar-list .event-excerpt .event-date {
      flex-basis: 20%;
      flex-shrink: 1;
      font-weight: 600; }
      section.calendar-list .event-excerpt .event-date i.fa {
        margin-right: 0.75rem; }
    section.calendar-list .event-excerpt .event-detail {
      flex-grow: 1;
      display: flex;
      flex-wrap: wrap; }
      section.calendar-list .event-excerpt .event-detail * a {
        color: #18616D; }
      section.calendar-list .event-excerpt .event-detail .event-title {
        flex-grow: 1;
        font-weight: bold; }
      section.calendar-list .event-excerpt .event-detail p:last-child {
        flex-basis: 100%; }

.nav-add-options .quick-links {
  /*display: none;*/ }
  @media (min-width: 768px) {
    .nav-add-options .quick-links {
      display: block !important; } }
  .nav-add-options .quick-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1rem; }

.nav-add-options a:not(.btn) {
  color: #18616D; }

.counter-icon {
  background: #A6CBD1;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #363533 !important;
  font-weight: bold;
  flex-shrink: 0;
  margin: 0 1rem 1rem; }

.steps {
  margin: 2rem 0; }

@media (max-width: 991.98px) {
  .step-3, .step-4 {
    text-align: center; } }

@media (min-width: 768px) {
  .step-3, .step-4 {
    display: flex; } }

section.inset-sidebar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%; }
  section.inset-sidebar .inset-sidebar--side {
    flex-basis: 100%; }
  @media (min-width: 768px) {
    section.inset-sidebar .inset-sidebar--main {
      flex: 0 1 65%; }
    section.inset-sidebar .inset-sidebar--side {
      margin-left: 5%;
      flex: 1 0 20%;
      padding-left: 5%;
      border-left: 1px solid #cfcecc; } }

section.full-bleed-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: height .25s ease-in-out;
  position: relative; }
  section.full-bleed-bg * {
    color: #ffffff; }
  section.full-bleed-bg .full-bleed-bg--cover {
    display: block;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw!important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    z-index: -1;
    background: #111; }
    section.full-bleed-bg .full-bleed-bg--cover img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1; }
    section.full-bleed-bg .full-bleed-bg--cover:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNScgaGVpZ2h0PScxNSc+CiAgPHJlY3Qgd2lkdGg9JzE1JyBoZWlnaHQ9JzE1JyBmaWxsPScjMDAwJyAvPgogIDxyZWN0IHg9JzAnIHk9JzAnIHdpZHRoPSczJyBoZWlnaHQ9JzMnIGZpbGw9JyMzMzMnIC8+Cjwvc3ZnPg==");
      background-position: center center;
      background-repeat: repeat;
      background-size: 8px 8px;
      opacity: 0.45;
      z-index: 9; }
    section.full-bleed-bg .full-bleed-bg--cover img {
      object-position: 50% 0; }
  section.full-bleed-bg .full-bleed-bg--inner {
    padding: 3rem 0;
    text-align: center;
    color: #ffffff;
    z-index: 1; }
