@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css?family=Dekko|Lato:900|Rock+Salt");
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 1024px !important; }
  .container {
    min-width: 1024px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #0a0a0a; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fefefe !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

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

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

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

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

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

[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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    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: Consolas, "Liberation Mono", Courier, monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

.lead {
  font-size: 125%;
  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(10, 10, 10, 0.1); }

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block; }

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fefefe;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

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

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

.container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 480px) {
    .container {
      max-width: 1220px; } }

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

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

.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: 30px;
  padding-left: 30px; }

.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: 480px) {
  .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: 640px) {
  .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: 1024px) {
  .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;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fefefe; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

select.form-control:focus::-ms-value {
  color: #0a0a0a;
  background-color: #fefefe; }

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

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

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

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

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

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

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

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: #6c757d; }

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%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"); }
  .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: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: 2.25rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml;charset=utf8,%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") no-repeat center right 2.025rem/calc(2.25rem / 2) calc(2.25rem / 2); }
  .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 {
    background-color: #71dd8a; }

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

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

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

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

.was-validated .custom-file-input:valid ~ .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: #dc3545; }

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' 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"); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' 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") no-repeat center right 2.025rem/calc(2.25rem / 2) calc(2.25rem / 2); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

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

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

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

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

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

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

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

.was-validated .custom-file-input:invalid ~ .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: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #007bff; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu-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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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 #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fefefe;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fefefe;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fefefe, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fefefe;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fefefe' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fefefe' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fefefe'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #0a0a0a;
  vertical-align: middle;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px;
  background-color: #fefefe;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #0a0a0a;
      background-color: #fefefe; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #0a0a0a;
  background-color: #fefefe;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #0a0a0a;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fefefe, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fefefe, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fefefe, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fefefe;
    border-color: #dee2e6 #dee2e6 #fefefe; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fefefe;
  background-color: #007bff; }

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 479.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 480px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 639.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 640px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 1023.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1024px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(10, 10, 10, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(10, 10, 10, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(10, 10, 10, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(10, 10, 10, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(10, 10, 10, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(10, 10, 10, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(10, 10, 10, 0.5);
  border-color: rgba(10, 10, 10, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(10, 10, 10, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(10, 10, 10, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(10, 10, 10, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(10, 10, 10, 0.9); }

.navbar-dark .navbar-brand {
  color: #fefefe; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fefefe; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(254, 254, 254, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(254, 254, 254, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(254, 254, 254, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fefefe; }

.navbar-dark .navbar-toggler {
  color: rgba(254, 254, 254, 0.5);
  border-color: rgba(254, 254, 254, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(254, 254, 254, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(254, 254, 254, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fefefe; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fefefe; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fefefe;
  background-clip: border-box;
  border: 1px solid rgba(10, 10, 10, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

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

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

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

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

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

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

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

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

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

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

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

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

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

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

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

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

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

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fefefe;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fefefe;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fefefe;
  border-color: #dee2e6; }

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

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

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

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fefefe;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fefefe;
    background-color: #0062cc; }

.badge-secondary {
  color: #fefefe;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fefefe;
    background-color: #545b62; }

.badge-success {
  color: #fefefe;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fefefe;
    background-color: #1e7e34; }

.badge-info {
  color: #fefefe;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fefefe;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }

.badge-danger {
  color: #fefefe;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fefefe;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }

.badge-dark {
  color: #fefefe;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fefefe;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 480px) {
    .jumbotron {
      padding: 4rem 2rem; } }

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #054589;
  background-color: #cbe4fe;
  border-color: #b7d9fe; }
  .alert-primary hr {
    border-top-color: #9eccfe; }
  .alert-primary .alert-link {
    color: #032c58; }

.alert-secondary {
  color: #3d4246;
  background-color: #e1e3e4;
  border-color: #d5d8da; }
  .alert-secondary hr {
    border-top-color: #c7cbce; }
  .alert-secondary .alert-link {
    color: #25282b; }

.alert-success {
  color: #1a5c29;
  background-color: #d3edd9;
  border-color: #c2e6ca; }
  .alert-success hr {
    border-top-color: #b0dfba; }
  .alert-success .alert-link {
    color: #0f3417; }

.alert-info {
  color: #115964;
  background-color: #d0ecf0;
  border-color: #bde4ea; }
  .alert-info hr {
    border-top-color: #aadce4; }
  .alert-info .alert-link {
    color: #0a3238; }

.alert-warning {
  color: #896908;
  background-color: #fef2cd;
  border-color: #feedb9; }
  .alert-warning hr {
    border-top-color: #fee7a0; }
  .alert-warning .alert-link {
    color: #594405; }

.alert-danger {
  color: #772029;
  background-color: #f7d6d9;
  border-color: #f4c6ca; }
  .alert-danger hr {
    border-top-color: #f0b1b6; }
  .alert-danger .alert-link {
    color: #4f151b; }

.alert-light {
  color: #868687;
  background-color: #fdfdfd;
  border-color: #fcfdfd; }
  .alert-light hr {
    border-top-color: #edf3f3; }
  .alert-light .alert-link {
    color: #6d6d6d; }

.alert-dark {
  color: #202326;
  background-color: #d6d7d8;
  border-color: #c5c7c9; }
  .alert-dark hr {
    border-top-color: #b8babd; }
  .alert-dark .alert-link {
    color: #090a0a; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fefefe;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

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

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

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

.media-body {
  flex: 1; }

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fefefe;
  border: 1px solid rgba(10, 10, 10, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fefefe; }
  .list-group-item.active {
    z-index: 2;
    color: #fefefe;
    background-color: #007bff;
    border-color: #007bff; }

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

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

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

.list-group-item-primary {
  color: #054589;
  background-color: #b7d9fe; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #054589;
    background-color: #9eccfe; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fefefe;
    background-color: #054589;
    border-color: #054589; }

.list-group-item-secondary {
  color: #3d4246;
  background-color: #d5d8da; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #3d4246;
    background-color: #c7cbce; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fefefe;
    background-color: #3d4246;
    border-color: #3d4246; }

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

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

.list-group-item-warning {
  color: #896908;
  background-color: #feedb9; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #896908;
    background-color: #fee7a0; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fefefe;
    background-color: #896908;
    border-color: #896908; }

.list-group-item-danger {
  color: #772029;
  background-color: #f4c6ca; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #772029;
    background-color: #f0b1b6; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fefefe;
    background-color: #772029;
    border-color: #772029; }

.list-group-item-light {
  color: #868687;
  background-color: #fcfdfd; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #868687;
    background-color: #edf3f3; }
  .list-group-item-light.list-group-item-action.active {
    color: #fefefe;
    background-color: #868687;
    border-color: #868687; }

.list-group-item-dark {
  color: #202326;
  background-color: #c5c7c9; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #202326;
    background-color: #b8babd; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fefefe;
    background-color: #202326;
    border-color: #202326; }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

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

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 80%;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fefefe;
  text-align: center;
  background-color: #0a0a0a;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fefefe;
  background-clip: padding-box;
  border: 1px solid rgba(10, 10, 10, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f6f6f6;
  border-bottom: 1px solid #eaeaea;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

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

.carousel {
  position: relative; }

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

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      transition: none; } }

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

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

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

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

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

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

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fefefe;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fefefe;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

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

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

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

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

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

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

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

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

.align-items-stretch {
  align-items: stretch !important; }

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

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

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

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

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

.align-self-stretch {
  align-self: stretch !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-monospace {
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-weight-lighter {
  font-weight: lighter !important; }

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

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

.font-weight-bolder {
  font-weight: bolder !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-decoration-none {
  text-decoration: none !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/*
 INTRUCTIONS FOR USE: 
		nav > ul { rules }
		.parent nav > ul { rules }
		nav > ul .child { rules }
*/
/*
 * Solid color transition from left to right on hover
 * Credit: https://stackoverflow.com/a/17212432
 */
/*
RESPONSIVE PADDING MARGINS AND FONT SIZES
------------------------------------------
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-alt-down:before {
  content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\f346"; }

.fa-arrow-alt-from-left:before {
  content: "\f347"; }

.fa-arrow-alt-from-right:before {
  content: "\f348"; }

.fa-arrow-alt-from-top:before {
  content: "\f349"; }

.fa-arrow-alt-left:before {
  content: "\f355"; }

.fa-arrow-alt-right:before {
  content: "\f356"; }

.fa-arrow-alt-square-down:before {
  content: "\f350"; }

.fa-arrow-alt-square-left:before {
  content: "\f351"; }

.fa-arrow-alt-square-right:before {
  content: "\f352"; }

.fa-arrow-alt-square-up:before {
  content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"; }

.fa-arrow-alt-to-left:before {
  content: "\f34b"; }

.fa-arrow-alt-to-right:before {
  content: "\f34c"; }

.fa-arrow-alt-to-top:before {
  content: "\f34d"; }

.fa-arrow-alt-up:before {
  content: "\f357"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-from-bottom:before {
  content: "\f342"; }

.fa-arrow-from-left:before {
  content: "\f343"; }

.fa-arrow-from-right:before {
  content: "\f344"; }

.fa-arrow-from-top:before {
  content: "\f345"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-square-down:before {
  content: "\f339"; }

.fa-arrow-square-left:before {
  content: "\f33a"; }

.fa-arrow-square-right:before {
  content: "\f33b"; }

.fa-arrow-square-up:before {
  content: "\f33c"; }

.fa-arrow-to-bottom:before {
  content: "\f33d"; }

.fa-arrow-to-left:before {
  content: "\f33e"; }

.fa-arrow-to-right:before {
  content: "\f340"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-atom-alt:before {
  content: "\f5d3"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backpack:before {
  content: "\f5d4"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-barcode-alt:before {
  content: "\f463"; }

.fa-barcode-read:before {
  content: "\f464"; }

.fa-barcode-scan:before {
  content: "\f465"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball:before {
  content: "\f432"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-basketball-hoop:before {
  content: "\f435"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-bolt:before {
  content: "\f376"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-slash:before {
  content: "\f377"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-school:before {
  content: "\f5d5"; }

.fa-bell-school-slash:before {
  content: "\f5d6"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blanket:before {
  content: "\f498"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bone-break:before {
  content: "\f5d8"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-alt:before {
  content: "\f5d9"; }

.fa-book-heart:before {
  content: "\f499"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-books:before {
  content: "\f5db"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-bowling-pins:before {
  content: "\f437"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-alt:before {
  content: "\f49a"; }

.fa-box-check:before {
  content: "\f467"; }

.fa-box-fragile:before {
  content: "\f49b"; }

.fa-box-full:before {
  content: "\f49c"; }

.fa-box-heart:before {
  content: "\f49d"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-up:before {
  content: "\f49f"; }

.fa-box-usd:before {
  content: "\f4a0"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-boxes-alt:before {
  content: "\f4a1"; }

.fa-boxing-glove:before {
  content: "\f438"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-bus-school:before {
  content: "\f5dd"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-edit:before {
  content: "\f333"; }

.fa-calendar-exclamation:before {
  content: "\f334"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-bump:before {
  content: "\f5e0"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-garage:before {
  content: "\f5e2"; }

.fa-car-mechanic:before {
  content: "\f5e3"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-car-tilt:before {
  content: "\f5e5"; }

.fa-car-wash:before {
  content: "\f5e6"; }

.fa-caret-circle-down:before {
  content: "\f32d"; }

.fa-caret-circle-left:before {
  content: "\f32e"; }

.fa-caret-circle-right:before {
  content: "\f330"; }

.fa-caret-circle-up:before {
  content: "\f331"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-bishop-alt:before {
  content: "\f43b"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-clock:before {
  content: "\f43d"; }

.fa-chess-clock-alt:before {
  content: "\f43e"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-king-alt:before {
  content: "\f440"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-knight-alt:before {
  content: "\f442"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-pawn-alt:before {
  content: "\f444"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-queen-alt:before {
  content: "\f446"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chess-rook-alt:before {
  content: "\f448"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-double-down:before {
  content: "\f322"; }

.fa-chevron-double-left:before {
  content: "\f323"; }

.fa-chevron-double-right:before {
  content: "\f324"; }

.fa-chevron-double-up:before {
  content: "\f325"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-square-down:before {
  content: "\f329"; }

.fa-chevron-square-left:before {
  content: "\f32a"; }

.fa-chevron-square-right:before {
  content: "\f32b"; }

.fa-chevron-square-up:before {
  content: "\f32c"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clipboard-prescription:before {
  content: "\f5e8"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-alt-check:before {
  content: "\f4a2"; }

.fa-comment-alt-dots:before {
  content: "\f4a3"; }

.fa-comment-alt-edit:before {
  content: "\f4a4"; }

.fa-comment-alt-exclamation:before {
  content: "\f4a5"; }

.fa-comment-alt-lines:before {
  content: "\f4a6"; }

.fa-comment-alt-minus:before {
  content: "\f4a7"; }

.fa-comment-alt-plus:before {
  content: "\f4a8"; }

.fa-comment-alt-slash:before {
  content: "\f4a9"; }

.fa-comment-alt-smile:before {
  content: "\f4aa"; }

.fa-comment-alt-times:before {
  content: "\f4ab"; }

.fa-comment-check:before {
  content: "\f4ac"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-edit:before {
  content: "\f4ae"; }

.fa-comment-exclamation:before {
  content: "\f4af"; }

.fa-comment-lines:before {
  content: "\f4b0"; }

.fa-comment-minus:before {
  content: "\f4b1"; }

.fa-comment-plus:before {
  content: "\f4b2"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comment-smile:before {
  content: "\f4b4"; }

.fa-comment-times:before {
  content: "\f4b5"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-alt:before {
  content: "\f4b6"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compass-slash:before {
  content: "\f5e9"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-container-storage:before {
  content: "\f4b7"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-conveyor-belt:before {
  content: "\f46e"; }

.fa-conveyor-belt-alt:before {
  content: "\f46f"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-cricket:before {
  content: "\f449"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-curling:before {
  content: "\f44a"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-diploma:before {
  content: "\f5ea"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-do-not-enter:before {
  content: "\f5ec"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-empty:before {
  content: "\f473"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-dolly-flatbed-alt:before {
  content: "\f475"; }

.fa-dolly-flatbed-empty:before {
  content: "\f476"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-draw-circle:before {
  content: "\f5ed"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-draw-square:before {
  content: "\f5ef"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-ear:before {
  content: "\f5f0"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-h-alt:before {
  content: "\f39b"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ellipsis-v-alt:before {
  content: "\f39c"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-engine-warning:before {
  content: "\f5f2"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-square:before {
  content: "\f321"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows:before {
  content: "\f31d"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expand-wide:before {
  content: "\f320"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-female:before {
  content: "\f182"; }

.fa-field-hockey:before {
  content: "\f44c"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-certificate:before {
  content: "\f5f3"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-film-alt:before {
  content: "\f3a0"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-football-helmet:before {
  content: "\f44f"; }

.fa-forklift:before {
  content: "\f47a"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-fragile:before {
  content: "\f4bb"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gas-pump-slash:before {
  content: "\f5f4"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glasses-alt:before {
  content: "\f5f5"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-stand:before {
  content: "\f5f6"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-golf-club:before {
  content: "\f451"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hand-heart:before {
  content: "\f4bc"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-box:before {
  content: "\f47b"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-seedling:before {
  content: "\f4bf"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-receiving:before {
  content: "\f47c"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-heart:before {
  content: "\f4c3"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-usd:before {
  content: "\f4c5"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt:before {
  content: "\f4c6"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-circle:before {
  content: "\f4c7"; }

.fa-heart-rate:before {
  content: "\f5f8"; }

.fa-heart-square:before {
  content: "\f4c8"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-hockey-sticks:before {
  content: "\f454"; }

.fa-home:before {
  content: "\f015"; }

.fa-home-heart:before {
  content: "\f4c9"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-info-square:before {
  content: "\f30f"; }

.fa-inhaler:before {
  content: "\f5f9"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-inventory:before {
  content: "\f480"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kidneys:before {
  content: "\f5fb"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-lamp:before {
  content: "\f4ca"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-layer-minus:before {
  content: "\f5fe"; }

.fa-layer-plus:before {
  content: "\f5ff"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leaf-heart:before {
  content: "\f4cb"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lips:before {
  content: "\f600"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location:before {
  content: "\f601"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-location-circle:before {
  content: "\f602"; }

.fa-location-slash:before {
  content: "\f603"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-loveseat:before {
  content: "\f4cc"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luchador:before {
  content: "\f455"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-marker-alt-slash:before {
  content: "\f605"; }

.fa-map-marker-check:before {
  content: "\f606"; }

.fa-map-marker-edit:before {
  content: "\f607"; }

.fa-map-marker-exclamation:before {
  content: "\f608"; }

.fa-map-marker-minus:before {
  content: "\f609"; }

.fa-map-marker-plus:before {
  content: "\f60a"; }

.fa-map-marker-question:before {
  content: "\f60b"; }

.fa-map-marker-slash:before {
  content: "\f60c"; }

.fa-map-marker-smile:before {
  content: "\f60d"; }

.fa-map-marker-times:before {
  content: "\f60e"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monitor-heart-rate:before {
  content: "\f611"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-oil-temp:before {
  content: "\f614"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-brush-alt:before {
  content: "\f5a9"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-pallet-alt:before {
  content: "\f483"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-parking-circle:before {
  content: "\f615"; }

.fa-parking-circle-slash:before {
  content: "\f616"; }

.fa-parking-slash:before {
  content: "\f617"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-paintbrush:before {
  content: "\f618"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-pennant:before {
  content: "\f456"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-carry:before {
  content: "\f4cf"; }

.fa-person-dolly:before {
  content: "\f4d0"; }

.fa-person-dolly-empty:before {
  content: "\f4d1"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-plus:before {
  content: "\f4d2"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-question-square:before {
  content: "\f2fd"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-racquet:before {
  content: "\f45a"; }

.fa-ramp-loading:before {
  content: "\f4d4"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-route-highway:before {
  content: "\f61a"; }

.fa-route-interstate:before {
  content: "\f61b"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-triangle:before {
  content: "\f61c"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-scalpel:before {
  content: "\f61d"; }

.fa-scalpel-path:before {
  content: "\f61e"; }

.fa-scanner:before {
  content: "\f488"; }

.fa-scanner-keyboard:before {
  content: "\f489"; }

.fa-scanner-touchscreen:before {
  content: "\f48a"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shipping-timed:before {
  content: "\f48c"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-shuttlecock:before {
  content: "\f45b"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skeleton:before {
  content: "\f620"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-plus:before {
  content: "\f5b9"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-steering-wheel:before {
  content: "\f622"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stomach:before {
  content: "\f623"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tablet-rugged:before {
  content: "\f48f"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tachometer-alt-average:before {
  content: "\f624"; }

.fa-tachometer-alt-fast:before {
  content: "\f625"; }

.fa-tachometer-alt-fastest:before {
  content: "\f626"; }

.fa-tachometer-alt-slow:before {
  content: "\f627"; }

.fa-tachometer-alt-slowest:before {
  content: "\f628"; }

.fa-tachometer-average:before {
  content: "\f629"; }

.fa-tachometer-fast:before {
  content: "\f62a"; }

.fa-tachometer-fastest:before {
  content: "\f62b"; }

.fa-tachometer-slow:before {
  content: "\f62c"; }

.fa-tachometer-slowest:before {
  content: "\f62d"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tennis-ball:before {
  content: "\f45e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tire:before {
  content: "\f631"; }

.fa-tire-flat:before {
  content: "\f632"; }

.fa-tire-pressure-warning:before {
  content: "\f633"; }

.fa-tire-rugged:before {
  content: "\f634"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-toothbrush:before {
  content: "\f635"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-cone:before {
  content: "\f636"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-traffic-light-go:before {
  content: "\f638"; }

.fa-traffic-light-slow:before {
  content: "\f639"; }

.fa-traffic-light-stop:before {
  content: "\f63a"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-container:before {
  content: "\f4dc"; }

.fa-truck-couch:before {
  content: "\f4dd"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-truck-ramp:before {
  content: "\f4e0"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-class:before {
  content: "\f63d"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-plus:before {
  content: "\f4e1"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f2e2"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-warehouse-alt:before {
  content: "\f495"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-watch-fitness:before {
  content: "\f63e"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whistle:before {
  content: "\f460"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

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

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

/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/vendor/font-awesome/fa-solid-900.eot");
  src: url("../fonts/vendor/font-awesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/vendor/font-awesome/fa-solid-900.woff2") format("woff2"), url("../fonts/vendor/font-awesome/fa-solid-900.woff") format("woff"), url("../fonts/vendor/font-awesome/fa-solid-900.ttf") format("truetype"), url("../fonts/vendor/font-awesome/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/vendor/font-awesome/fa-light-300.eot");
  src: url("../fonts/vendor/font-awesome/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/vendor/font-awesome/fa-light-300.woff2") format("woff2"), url("../fonts/vendor/font-awesome/fa-light-300.woff") format("woff"), url("../fonts/vendor/font-awesome/fa-light-300.ttf") format("truetype"), url("../fonts/vendor/font-awesome/fa-light-300.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }

/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/vendor/font-awesome/fa-regular-400.eot");
  src: url("../fonts/vendor/font-awesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/vendor/font-awesome/fa-regular-400.woff2") format("woff2"), url("../fonts/vendor/font-awesome/fa-regular-400.woff") format("woff"), url("../fonts/vendor/font-awesome/fa-regular-400.ttf") format("truetype"), url("../fonts/vendor/font-awesome/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/vendor/font-awesome/fa-brands-400.eot");
  src: url("../fonts/vendor/font-awesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/vendor/font-awesome/fa-brands-400.woff2") format("woff2"), url("../fonts/vendor/font-awesome/fa-brands-400.woff") format("woff"), url("../fonts/vendor/font-awesome/fa-brands-400.ttf") format("truetype"), url("../fonts/vendor/font-awesome/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

@font-face {
  font-family: ytpregular;
  src: url(font/ytp-regular.eot); }

@font-face {
  font-family: ytpregular;
  src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=) format("woff"), url(font/ytp-regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

.mb_YTPlayer:focus {
  outline: 0; }

.YTPWrapper {
  display: block;
  transform: translateZ(0) translate3d(0, 0, 0);
  transform-style: preserve-3d;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

.mb_YTPlayer .loading {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.51);
  text-align: center;
  padding: 2px 4px;
  border-radius: 5px;
  font-family: "Droid Sans", sans-serif;
  animation: fade .1s infinite alternate; }

.inlinePlayButton,
.mb_YTPBar .ytpicon {
  font-family: ytpregular; }

.YTPFullscreen,
.inline_YTPlayer img {
  border: none !important;
  padding: 0 !important; }

@keyframes fade {
  0% {
    opacity: .5; }
  100% {
    opacity: 1; } }

.YTPFullscreen {
  display: block !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  background-color: #000 !important; }

.inlinePlayButton {
  font-size: 45px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 80px;
  height: 80px;
  line-height: 80px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  opacity: .8;
  transition: all .4s;
  transform: scale(1.3); }

.mb_YTPlayer:hover .inlinePlayButton {
  opacity: 1;
  transform: scale(1); }

.inlinePlayButton:hover {
  background-color: black;
  transform: scale(1.3) !important; }

.mbYTP_wrapper iframe {
  max-width: 8000px !important; }

.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5); }

.inline_YTPlayer img {
  margin: 0 !important;
  transform: none !important; }

.mb_YTPBar,
.mb_YTPBar .buttonBar {
  box-sizing: border-box;
  left: 0;
  padding: 5px;
  width: 100%; }

.mb_YTPBar .ytpicon {
  font-size: 20px; }

.mb_YTPBar .mb_YTPUrl.ytpicon {
  font-size: 30px; }

.mb_YTPBar {
  transition: opacity .5s;
  display: block;
  height: 10px;
  background: #333;
  position: fixed;
  bottom: 0;
  text-align: left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  color: #fff;
  opacity: .1; }

.mb_YTPBar.visible,
.mb_YTPBar:hover {
  opacity: 1; }

.mb_YTPBar .buttonBar {
  transition: all .5s;
  background: 0 0;
  font: 12px/14px san-serif;
  position: absolute;
  top: -30px;
  height: 40px; }

.mb_YTPBar:hover .buttonBar {
  background: rgba(0, 0, 0, 0.4); }

.mb_YTPBar span {
  display: inline-block;
  font: 16px/20px sans-serif;
  position: relative;
  width: 30px;
  height: 25px;
  vertical-align: middle; }

.mb_YTPBar span.mb_YTPTime {
  width: 130px; }

.mb_YTPBar span.mb_OnlyYT,
.mb_YTPBar span.mb_YTPUrl {
  position: absolute;
  width: auto;
  display: block;
  top: 6px;
  right: 10px;
  cursor: pointer; }

.mb_YTPBar span.mb_YTPUrl img {
  width: 60px; }

.mb_YTPBar span.mb_OnlyYT {
  left: 300px;
  right: auto; }

.mb_YTPBar span.mb_OnlyYT img {
  width: 25px; }

.mb_YTPBar span.mb_YTPUrl a {
  color: #fff; }

.mb_YTPBar .mb_YTPMuteUnmute,
.mb_YTPBar .mb_YTPPlayPause,
.mb_YTPlayer .mb_YTPBar .mb_YTPPlayPause img {
  cursor: pointer; }

.mb_YTPBar .mb_YTPProgress {
  height: 10px;
  width: 100%;
  background: #222;
  bottom: 0;
  left: 0; }

.mb_YTPBar .mb_YTPLoaded {
  height: 10px;
  width: 0;
  background: #444;
  left: 0; }

.mb_YTPBar .mb_YTPseekbar {
  height: 10px;
  width: 0;
  background: #bb110e;
  bottom: 0;
  left: 0;
  box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px; }

.mb_YTPBar .YTPOverlay {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: "flat";
  box-sizing: border-box; }

.YTPOverlay.raster {
  background: url(images/raster.png); }

.YTPOverlay.raster.retina {
  background: url(images/raster@2x.png); }

.YTPOverlay.raster-dot {
  background: url(images/raster_dot.png); }

.YTPOverlay.raster-dot.retina {
  background: url(images/raster_dot@2x.png); }

.mb_YTPBar .simpleSlider {
  position: relative;
  width: 100px;
  height: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer !important;
  border-radius: 3px; }

.mb_YTPBar.compact .simpleSlider {
  width: 40px; }

.mb_YTPBar.compact span.mb_OnlyYT {
  left: 260px; }

.mb_YTPBar .simpleSlider.muted {
  opacity: .3; }

.mb_YTPBar .level {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  box-sizing: border-box; }

.mb_YTPBar .level.horizontal {
  height: 100%;
  width: 0; }

.mb_YTPBar .level.vertical {
  height: auto;
  width: 100%; }

/*
* FooTable v3 - FooTable is a jQuery plugin that aims to make HTML tables on smaller devices look awesome.
* @version 3.1.5
* @link http://fooplugins.com
* @copyright Steven Usher & Brad Vincent 2015
* @license Released under the GPLv3 license.
*/
/* globals - instead we house them under the .footable.table class as the root of FooTable is always the table itself. */
.footable.table, .footable.table *,
.footable-details.table, .footable-details.table * {
  box-sizing: border-box; }

.footable.table th,
.footable-details.table th {
  text-align: left; }

/* tables */
.footable.table,
.footable-details.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.footable.table > caption + thead > tr:first-child > th,
.footable.table > colgroup + thead > tr:first-child > th,
.footable.table > thead:first-child > tr:first-child > th,
.footable.table > caption + thead > tr:first-child > td,
.footable.table > colgroup + thead > tr:first-child > td,
.footable.table > thead:first-child > tr:first-child > td,
.footable-details.table > caption + thead > tr:first-child > th,
.footable-details.table > colgroup + thead > tr:first-child > th,
.footable-details.table > thead:first-child > tr:first-child > th,
.footable-details.table > caption + thead > tr:first-child > td,
.footable-details.table > colgroup + thead > tr:first-child > td,
.footable-details.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.footable.table > thead > tr > th,
.footable.table > tbody > tr > th,
.footable.table > tfoot > tr > th,
.footable.table > thead > tr > td,
.footable.table > tbody > tr > td,
.footable.table > tfoot > tr > td,
.footable-details.table > thead > tr > th,
.footable-details.table > tbody > tr > th,
.footable-details.table > tfoot > tr > th,
.footable-details.table > thead > tr > td,
.footable-details.table > tbody > tr > td,
.footable-details.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.footable.table > thead > tr > th,
.footable.table > thead > tr > td,
.footable-details.table > thead > tr > th,
.footable-details.table > thead > tr > td {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.footable.table-condensed > thead > tr > th,
.footable.table-condensed > tbody > tr > th,
.footable.table-condensed > tfoot > tr > th,
.footable.table-condensed > thead > tr > td,
.footable.table-condensed > tbody > tr > td,
.footable.table-condensed > tfoot > tr > td,
.footable-details.table-condensed > thead > tr > th,
.footable-details.table-condensed > tbody > tr > th,
.footable-details.table-condensed > tfoot > tr > th,
.footable-details.table-condensed > thead > tr > td,
.footable-details.table-condensed > tbody > tr > td,
.footable-details.table-condensed > tfoot > tr > td {
  padding: 5px; }

.footable.table-bordered,
.footable-details.table-bordered {
  border: 1px solid #ddd; }

.footable.table-bordered > thead > tr > th,
.footable.table-bordered > tbody > tr > th,
.footable.table-bordered > tfoot > tr > th,
.footable.table-bordered > thead > tr > td,
.footable.table-bordered > tbody > tr > td,
.footable.table-bordered > tfoot > tr > td,
.footable-details.table-bordered > thead > tr > th,
.footable-details.table-bordered > tbody > tr > th,
.footable-details.table-bordered > tfoot > tr > th,
.footable-details.table-bordered > thead > tr > td,
.footable-details.table-bordered > tbody > tr > td,
.footable-details.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

.footable.table-bordered > thead > tr > th,
.footable.table-bordered > thead > tr > td,
.footable-details.table-bordered > thead > tr > th,
.footable-details.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.footable.table-striped > tbody > tr:nth-child(odd),
.footable-details.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9; }

.footable.table-hover > tbody > tr:hover,
.footable-details.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

/* buttons */
.footable .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: visible;
  text-transform: none; }

.footable .btn:hover,
.footable .btn:focus,
.footable .btn.focus {
  color: #333;
  text-decoration: none; }

.footable .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.footable .btn-default:hover,
.footable .btn-default:focus,
.footable .btn-default.focus,
.footable .btn-default:active,
.footable .btn-default.active,
.footable .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.footable .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.footable .btn-primary:hover,
.footable .btn-primary:focus,
.footable .btn-primary.focus,
.footable .btn-primary:active,
.footable .btn-primary.active,
.footable .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

/* button groups */
.footable .btn-group, .footable .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

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

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

.footable .btn-group-vertical > .btn,
.footable .btn-group > .btn {
  position: relative;
  float: left; }

.footable .btn-group-xs > .btn,
.footable .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.footable .btn-group-sm > .btn,
.footable .btn-sm,
.footable .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.footable .btn-group-lg > .btn,
.footable .btn-lg,
.footable .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

/* caret */
.footable .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.footable .btn .caret {
  margin-left: 0; }

/* form-group */
.form-group {
  margin-bottom: 15px; }

/* form-control */
.footable .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

/* input-group */
.footable .input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.footable .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.footable .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.footable .input-group-addon,
.footable .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.footable .input-group-addon,
.footable .input-group-btn,
.footable .input-group .form-control {
  display: table-cell; }

.footable .input-group-btn > .btn + .btn,
.footable .input-group-btn:last-child > .btn,
.footable .input-group-btn:last-child > .btn-group {
  margin-left: -1px; }

.footable .input-group-btn > .btn {
  position: relative; }

.footable .input-group-btn > .btn:hover,
.footable .input-group-btn > .btn:focus,
.footable .input-group-btn > .btn:active {
  z-index: 2; }

.footable .input-group .form-control:first-child,
.footable .input-group-addon:first-child,
.footable .input-group-btn:first-child > .btn,
.footable .input-group-btn:first-child > .btn-group > .btn,
.footable .input-group-btn:first-child > .dropdown-toggle,
.footable .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.footable .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.footable .input-group .form-control:last-child,
.footable .input-group-addon:last-child,
.footable .input-group-btn:last-child > .btn,
.footable .input-group-btn:last-child > .btn-group > .btn,
.footable .input-group-btn:last-child > .dropdown-toggle,
.footable .input-group-btn:first-child > .btn:not(:first-child),
.footable .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* checkboxes & radios */
.footable .radio,
.footable .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.footable .radio label,
.footable .checkbox label {
  max-width: 100%;
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

.footable .radio input[type=radio],
.footable .radio-inline input[type=radio],
.footable .checkbox input[type=checkbox],
.footable .checkbox-inline input[type=checkbox] {
  position: absolute;
  margin: 4px 0 0 -20px;
  line-height: normal; }

/* dropdown-menu */
.footable .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.footable .open > .dropdown-menu {
  display: block; }

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

.footable .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.footable .dropdown-menu > li > a:hover,
.footable .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

/* pagination */
.footable .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.footable .pagination > li {
  display: inline; }

.footable .pagination > li:first-child > a,
.footable .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.footable .pagination > li > a,
.footable .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

.footable .pagination > li > a:hover,
.footable .pagination > li > span:hover,
.footable .pagination > li > a:focus,
.footable .pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.footable .pagination > .active > a,
.footable .pagination > .active > span,
.footable .pagination > .active > a:hover,
.footable .pagination > .active > span:hover,
.footable .pagination > .active > a:focus,
.footable .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.footable .pagination > .disabled > span,
.footable .pagination > .disabled > span:hover,
.footable .pagination > .disabled > span:focus,
.footable .pagination > .disabled > a,
.footable .pagination > .disabled > a:hover,
.footable .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

/* labels */
.footable .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

.footable .label-default {
  background-color: #777; }

/* wells */
.footable-loader.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

/* screen reader only */
.footable .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* form-inline */
@media (min-width: 768px) {
  .footable .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .footable .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .footable .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .footable .form-inline .input-group .input-group-addon,
  .footable .form-inline .input-group .input-group-btn,
  .footable .form-inline .input-group .form-control {
    width: auto; }
  .footable .form-inline .input-group > .form-control {
    width: 100%; } }

table.footable,
table.footable-details {
  position: relative;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }

table.footable-details {
  margin-bottom: 0; }

table.footable-hide-fouc {
  display: none; }

table > tbody > tr > td > span.footable-toggle {
  margin-right: 8px;
  opacity: 0.3; }

table > tbody > tr > td > span.footable-toggle.last-column {
  margin-left: 8px;
  float: right; }

table.table-condensed > tbody > tr > td > span.footable-toggle {
  margin-right: 5px; }

table.footable-details > tbody > tr > th:nth-child(1) {
  min-width: 40px;
  width: 120px; }

table.footable-details > tbody > tr > td:nth-child(2) {
  word-break: break-all; }

table.footable-details > thead > tr:first-child > th,
table.footable-details > thead > tr:first-child > td,
table.footable-details > tbody > tr:first-child > th,
table.footable-details > tbody > tr:first-child > td,
table.footable-details > tfoot > tr:first-child > th,
table.footable-details > tfoot > tr:first-child > td {
  border-top-width: 0; }

table.footable-details.table-bordered > thead > tr:first-child > th,
table.footable-details.table-bordered > thead > tr:first-child > td,
table.footable-details.table-bordered > tbody > tr:first-child > th,
table.footable-details.table-bordered > tbody > tr:first-child > td,
table.footable-details.table-bordered > tfoot > tr:first-child > th,
table.footable-details.table-bordered > tfoot > tr:first-child > td {
  border-top-width: 1px; }

div.footable-loader {
  vertical-align: middle;
  text-align: center;
  height: 300px;
  position: relative; }

div.footable-loader > span.fooicon {
  display: inline-block;
  opacity: 0.3;
  font-size: 30px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  top: 50%;
  left: 50%;
  animation: fooicon-spin-r 2s infinite linear; }

table.footable > tbody > tr.footable-empty > td {
  vertical-align: middle;
  text-align: center;
  font-size: 30px; }

table.footable > tbody > tr > td,
table.footable > tbody > tr > th {
  display: table-cell; }

table.footable > tbody > tr.footable-empty > td,
table.footable > tbody > tr.footable-empty > th,
table.footable > tbody > tr.footable-detail-row > td,
table.footable > tbody > tr.footable-detail-row > th {
  display: table-cell; }

@keyframes fooicon-spin-r {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fooicon {
  display: inline-block;
  font-size: inherit;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

.fooicon:before,
.fooicon:after {
  box-sizing: border-box; }

.fooicon-loader:before {
  content: "\f01e"; }

.fooicon-plus:before {
  content: "\f067"; }

.fooicon-minus:before {
  content: "\f068"; }

.fooicon-search:before {
  content: "\f002"; }

.fooicon-remove:before {
  content: "\f00d"; }

.fooicon-sort:before {
  content: "\f0dc"; }

.fooicon-sort-asc:before {
  content: "\f160"; }

.fooicon-sort-desc:before {
  content: "\f161"; }

.fooicon-pencil:before {
  content: "\f040"; }

.fooicon-trash:before {
  content: "\f1f8"; }

.fooicon-eye-close:before {
  content: "\f070"; }

.fooicon-flash:before {
  content: "\f0e7"; }

.fooicon-cog:before {
  content: "\f013"; }

.fooicon-stats:before {
  content: "\f080"; }

table.footable > thead > tr.footable-filtering > th {
  border-bottom-width: 1px;
  font-weight: normal; }

.footable-filtering-external.footable-filtering-right,
table.footable > thead > tr.footable-filtering > th,
table.footable.footable-filtering-right > thead > tr.footable-filtering > th {
  text-align: right; }

.footable-filtering-external.footable-filtering-left,
table.footable.footable-filtering-left > thead > tr.footable-filtering > th {
  text-align: left; }

.footable-filtering-external.footable-filtering-center,
table.footable.footable-filtering-center > thead > tr.footable-filtering > th {
  text-align: center; }

table.footable > thead > tr.footable-filtering > th div.form-group {
  margin-bottom: 0; }

table.footable > thead > tr.footable-filtering > th div.form-group + div.form-group {
  margin-top: 5px; }

table.footable > thead > tr.footable-filtering > th div.input-group {
  width: 100%; }

.footable-filtering-external ul.dropdown-menu > li > a.checkbox,
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox {
  margin: 0;
  display: block;
  position: relative; }

.footable-filtering-external ul.dropdown-menu > li > a.checkbox > label,
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox > label {
  display: block;
  padding-left: 20px; }

.footable-filtering-external ul.dropdown-menu > li > a.checkbox input[type="checkbox"],
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox input[type="checkbox"] {
  position: absolute;
  margin-left: -20px; }

@media (min-width: 768px) {
  table.footable > thead > tr.footable-filtering > th div.input-group {
    width: auto; }
  table.footable > thead > tr.footable-filtering > th div.form-group {
    margin-left: 2px;
    margin-right: 2px; }
  table.footable > thead > tr.footable-filtering > th div.form-group + div.form-group {
    margin-top: 0; } }

table.footable > thead > tr > td.footable-sortable,
table.footable > thead > tr > th.footable-sortable,
table.footable > tbody > tr > td.footable-sortable,
table.footable > tbody > tr > th.footable-sortable,
table.footable > tfoot > tr > td.footable-sortable,
table.footable > tfoot > tr > th.footable-sortable {
  position: relative;
  padding-right: 30px;
  cursor: pointer; }

td.footable-sortable > span.fooicon,
th.footable-sortable > span.fooicon {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -7px;
  opacity: 0;
  transition: opacity 0.3s ease-in; }

td.footable-sortable:hover > span.fooicon,
th.footable-sortable:hover > span.fooicon {
  opacity: 1; }

td.footable-sortable.footable-asc > span.fooicon,
th.footable-sortable.footable-asc > span.fooicon,
td.footable-sortable.footable-desc > span.fooicon,
th.footable-sortable.footable-desc > span.fooicon {
  opacity: 1; }

/* hides the sort icons when sorting is not allowed */
table.footable-sorting-disabled td.footable-sortable.footable-asc > span.fooicon,
table.footable-sorting-disabled td.footable-sortable.footable-desc > span.fooicon,
table.footable-sorting-disabled td.footable-sortable:hover > span.fooicon,
table.footable-sorting-disabled th.footable-sortable.footable-asc > span.fooicon,
table.footable-sorting-disabled th.footable-sortable.footable-desc > span.fooicon,
table.footable-sorting-disabled th.footable-sortable:hover > span.fooicon {
  opacity: 0;
  visibility: hidden; }

.footable-paging-external ul.pagination,
table.footable > tfoot > tr.footable-paging > td > ul.pagination {
  margin: 10px 0 0 0; }

.footable-paging-external span.label,
table.footable > tfoot > tr.footable-paging > td > span.label {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 4px 10px; }

.footable-paging-external.footable-paging-center,
table.footable > tfoot > tr.footable-paging > td,
table.footable-paging-center > tfoot > tr.footable-paging > td {
  text-align: center; }

.footable-paging-external.footable-paging-left,
table.footable-paging-left > tfoot > tr.footable-paging > td {
  text-align: left; }

.footable-paging-external.footable-paging-right,
table.footable-paging-right > tfoot > tr.footable-paging > td {
  text-align: right; }

ul.pagination > li.footable-page {
  display: none; }

ul.pagination > li.footable-page.visible {
  display: inline; }

td.footable-editing {
  width: 90px;
  max-width: 90px; }

table.footable-editing-no-edit td.footable-editing,
table.footable-editing-no-delete td.footable-editing,
table.footable-editing-no-view td.footable-editing {
  width: 70px;
  max-width: 70px; }

table.footable-editing-no-edit.footable-editing-no-delete td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-view td.footable-editing,
table.footable-editing-no-delete.footable-editing-no-view td.footable-editing {
  width: 50px;
  max-width: 50px; }

table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view th.footable-editing {
  width: 0;
  max-width: 0;
  display: none !important; }

table.footable-editing-right td.footable-editing,
table.footable-editing-right tr.footable-editing {
  text-align: right; }

table.footable-editing-left td.footable-editing,
table.footable-editing-left tr.footable-editing {
  text-align: left; }

table.footable-editing button.footable-add,
table.footable-editing button.footable-hide,
table.footable-editing-show button.footable-show,
table.footable-editing.footable-editing-always-show button.footable-show,
table.footable-editing.footable-editing-always-show button.footable-hide,
table.footable-editing.footable-editing-always-show.footable-editing-no-add tr.footable-editing {
  display: none; }

table.footable-editing.footable-editing-show button.footable-add,
table.footable-editing.footable-editing-show button.footable-hide,
table.footable-editing.footable-editing-always-show button.footable-add {
  display: inline-block; }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

body, ol > li {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #000; }
  @media screen and (min-width: 40em) {
    body, ol > li {
      font-size: 1.125rem; } }
  @media screen and (min-width: 64em) {
    body, ol > li {
      font-size: 1.125rem; } }
  @media screen and (min-width: 40em) {
    body, ol > li {
      line-height: 2rem; } }
  @media screen and (min-width: 64em) {
    body, ol > li {
      line-height: 2rem; } }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto Slab", Georgia, sans-serif;
  color: #0c223f;
  font-weight: 300;
  margin-top: 0;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #c7d1d9; }

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

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 40em) {
    h1, h2, h3, h4, h5, h6,
    .h1, .h2, .h3, .h4, .h5, .h6 {
      margin-bottom: 1.875rem; } }
  @media screen and (min-width: 64em) {
    h1, h2, h3, h4, h5, h6,
    .h1, .h2, .h3, .h4, .h5, .h6 {
      margin-bottom: 1.875rem; } }

h1 {
  font-size: 2rem;
  line-height: 2.5rem; }
  @media screen and (min-width: 40em) {
    h1 {
      font-size: 3.5rem; } }
  @media screen and (min-width: 64em) {
    h1 {
      font-size: 3.5rem; } }
  @media screen and (min-width: 40em) {
    h1 {
      line-height: 4.625rem; } }
  @media screen and (min-width: 64em) {
    h1 {
      line-height: 4.625rem; } }

.page--landing h1 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem; }
  @media screen and (min-width: 40em) {
    .page--landing h1 {
      font-size: 3rem; } }
  @media screen and (min-width: 64em) {
    .page--landing h1 {
      font-size: 4rem; } }
  @media screen and (min-width: 40em) {
    .page--landing h1 {
      line-height: 3.25rem; } }
  @media screen and (min-width: 64em) {
    .page--landing h1 {
      line-height: 4.375rem; } }
  @media screen and (min-width: 40em) {
    .page--landing h1 {
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); } }

h2, .h2 {
  font-size: 1.5rem;
  line-height: 2.3125rem; }
  @media screen and (min-width: 40em) {
    h2, .h2 {
      font-size: 3rem; } }
  @media screen and (min-width: 64em) {
    h2, .h2 {
      font-size: 3rem; } }
  @media screen and (min-width: 40em) {
    h2, .h2 {
      line-height: 3.875rem; } }
  @media screen and (min-width: 64em) {
    h2, .h2 {
      line-height: 3.875rem; } }

h3, .h3 {
  font-size: 1.5rem;
  line-height: 2rem; }
  @media screen and (min-width: 40em) {
    h3, .h3 {
      font-size: 2.25rem; } }
  @media screen and (min-width: 64em) {
    h3, .h3 {
      font-size: 2.25rem; } }
  @media screen and (min-width: 40em) {
    h3, .h3 {
      line-height: 3rem; } }
  @media screen and (min-width: 64em) {
    h3, .h3 {
      line-height: 3rem; } }

h4, .section--three-across .three-across__box__teaser h2, .section--three-across .three-across__box__teaser h3, .h4 {
  font-size: 1.25rem;
  line-height: 1.625rem; }
  @media screen and (min-width: 40em) {
    h4, .section--three-across .three-across__box__teaser h2, .section--three-across .three-across__box__teaser h3, .h4 {
      font-size: 1.75rem; } }
  @media screen and (min-width: 64em) {
    h4, .section--three-across .three-across__box__teaser h2, .section--three-across .three-across__box__teaser h3, .h4 {
      font-size: 1.75rem; } }
  @media screen and (min-width: 40em) {
    h4, .section--three-across .three-across__box__teaser h2, .section--three-across .three-across__box__teaser h3, .h4 {
      line-height: 2.3125rem; } }
  @media screen and (min-width: 64em) {
    h4, .section--three-across .three-across__box__teaser h2, .section--three-across .three-across__box__teaser h3, .h4 {
      line-height: 2.3125rem; } }

h5, .h5 {
  font-size: 1.125rem;
  line-height: 1.5rem; }
  @media screen and (min-width: 40em) {
    h5, .h5 {
      font-size: 1.5rem; } }
  @media screen and (min-width: 64em) {
    h5, .h5 {
      font-size: 1.5rem; } }
  @media screen and (min-width: 40em) {
    h5, .h5 {
      line-height: 2rem; } }
  @media screen and (min-width: 64em) {
    h5, .h5 {
      line-height: 2rem; } }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.3125rem; }
  @media screen and (min-width: 40em) {
    h6, .h6 {
      font-size: 1.25rem; } }
  @media screen and (min-width: 64em) {
    h6, .h6 {
      font-size: 1.25rem; } }
  @media screen and (min-width: 40em) {
    h6, .h6 {
      line-height: 1.625rem; } }
  @media screen and (min-width: 64em) {
    h6, .h6 {
      line-height: 1.625rem; } }

small {
  font-size: 0.8125rem;
  line-height: 1.25rem; }
  @media screen and (min-width: 40em) {
    small {
      font-size: 1rem; } }
  @media screen and (min-width: 64em) {
    small {
      font-size: 1rem; } }
  @media screen and (min-width: 40em) {
    small {
      line-height: 1.625rem; } }
  @media screen and (min-width: 64em) {
    small {
      line-height: 1.625rem; } }

em {
  font-style: italic; }

b,
strong {
  font-weight: bold; }

ol {
  list-style: none;
  counter-reset: utica-counter; }
  ol > li {
    counter-increment: utica-counter;
    margin-left: 1.875rem;
    border-left: 2px solid #e75200;
    padding-left: 1.25rem;
    position: relative; }
    ol > li:before {
      content: counter(utica-counter) ".";
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
      font-size: 1.25rem;
      line-height: 1.625rem;
      color: #e75200;
      position: absolute;
      left: -1.875rem;
      top: 0; }
      @media screen and (min-width: 40em) {
        ol > li:before {
          font-size: 1.625rem; } }
      @media screen and (min-width: 64em) {
        ol > li:before {
          font-size: 1.625rem; } }
      @media screen and (min-width: 40em) {
        ol > li:before {
          line-height: 2.125rem; } }
      @media screen and (min-width: 64em) {
        ol > li:before {
          line-height: 2.125rem; } }
    @media screen and (min-width: 40em) {
      ol > li {
        margin-left: 3.75rem;
        padding-left: 1.875rem; }
        ol > li:before {
          left: -3.75rem; } }
    ol > li > ul,
    ol > li > ol {
      margin-top: 1em; }

ul {
  list-style: none; }
  ul > li {
    position: relative;
    margin-left: 1.25rem; }
    ul > li:before {
      content: "";
      background-color: #e75200;
      position: absolute;
      top: 0.75rem;
      left: -1.25rem;
      width: 8px;
      height: 8px;
      border-radius: 4px; }
    @media screen and (min-width: 40em) {
      ul > li {
        margin-left: 2.5rem; }
        ul > li:before {
          left: -2.5rem;
          width: 10px;
          height: 10px;
          border-radius: 5px; } }
    ul > li > ul,
    ul > li > ol {
      margin-top: 1em; }

a {
  text-decoration: none;
  color: #0057b8;
  display: inline;
  border-bottom: 1px solid #0057b8;
  position: relative; }
  a:hover {
    color: #e75200;
    text-decoration: none;
    border-bottom: 2px solid #e75200;
    top: 0; }

.intro-text {
  font-family: "Roboto Slab", Georgia, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #0c223f;
  margin-bottom: 1.875rem; }
  @media screen and (min-width: 40em) {
    .intro-text {
      font-size: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .intro-text {
      font-size: 1.5rem; } }
  @media screen and (min-width: 40em) {
    .intro-text {
      line-height: 2.25rem; } }
  @media screen and (min-width: 64em) {
    .intro-text {
      line-height: 2.25rem; } }
  @media screen and (min-width: 40em) {
    .intro-text {
      margin-bottom: 1.875rem; } }
  @media screen and (min-width: 64em) {
    .intro-text {
      margin-bottom: 1.875rem; } }

blockquote {
  font-family: "Roboto Slab", Georgia, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #0c223f;
  text-align: center;
  position: relative;
  margin-top: 1.875rem;
  border-top: 2px solid #ffb700;
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #ffb700;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 40em) {
    blockquote {
      font-size: 1.875rem; } }
  @media screen and (min-width: 64em) {
    blockquote {
      font-size: 1.875rem; } }
  @media screen and (min-width: 40em) {
    blockquote {
      line-height: 2.8125rem; } }
  @media screen and (min-width: 64em) {
    blockquote {
      line-height: 2.8125rem; } }
  @media screen and (min-width: 40em) {
    blockquote {
      margin-top: 3.75rem; } }
  @media screen and (min-width: 64em) {
    blockquote {
      margin-top: 3.75rem; } }
  @media screen and (min-width: 40em) {
    blockquote {
      padding-top: 3.75rem; } }
  @media screen and (min-width: 64em) {
    blockquote {
      padding-top: 3.75rem; } }
  @media screen and (min-width: 40em) {
    blockquote {
      padding-bottom: 2.5rem; } }
  @media screen and (min-width: 64em) {
    blockquote {
      padding-bottom: 2.5rem; } }
  @media screen and (min-width: 40em) {
    blockquote {
      margin-bottom: 2.5rem; } }
  @media screen and (min-width: 64em) {
    blockquote {
      margin-bottom: 2.5rem; } }
  blockquote:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    position: absolute;
    top: -25px;
    left: calc(50% - 25px);
    background-image: url(../img/icons/quotation-orange.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px 30px; }
    @media screen and (min-width: 40em) {
      blockquote:before {
        width: 120px;
        height: 60px;
        top: -30px;
        left: calc(50% - 60px);
        background-size: 60px 60px; } }

.btn--light, .btn, .webform-submission-form .webform-button--submit, .page--search .main-content .search-form button, .page--search .search-form button.button,
.page--search .seaerch-form button.button, .related-news__link a, .audience-modal__window button.button, .menu--main__collection + .search--space .search-block-form button.button, .menu--main--sticky .search--space .search-block-form button.button, .btn {
  padding: 1rem 3rem;
  text-decoration: none;
  transition: border 0.2s ease-out;
  text-transform: uppercase;
  color: #000;
  background-color: transparent;
  display: inline-block;
  margin-bottom: 20px;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-size: 0.875rem;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 1;
  border: 2px solid #e75200;
  border-radius: 0;
  position: relative;
  transition: all 0.6s ease-out; }
  .btn--light:before, .btn:before, .webform-submission-form .webform-button--submit:before, .page--search .main-content .search-form button:before, .page--search .search-form button.button:before,
  .page--search .seaerch-form button.button:before, .related-news__link a:before, .audience-modal__window button.button:before, .menu--main__collection + .search--space .search-block-form button.button:before, .menu--main--sticky .search--space .search-block-form button.button:before, .btn--light:after, .btn:after, .webform-submission-form .webform-button--submit:after, .page--search .main-content .search-form button:after, .page--search .search-form button.button:after,
  .page--search .seaerch-form button.button:after, .related-news__link a:after, .audience-modal__window button.button:after, .menu--main__collection + .search--space .search-block-form button.button:after, .menu--main--sticky .search--space .search-block-form button.button:after, .btn:before, .btn:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 100%;
    height: 100%;
    border: 2px solid #e75200;
    border-width: 0 2px 2px 0;
    transition: all 0.6s ease-out; }
  .btn--light:focus, .btn:focus, .webform-submission-form .webform-button--submit:focus, .page--search .main-content .search-form button:focus, .page--search .search-form button.button:focus,
  .page--search .seaerch-form button.button:focus, .related-news__link a:focus, .audience-modal__window button.button:focus, .menu--main__collection + .search--space .search-block-form button.button:focus, .menu--main--sticky .search--space .search-block-form button.button:focus, .btn--light:hover, .btn:hover, .webform-submission-form .webform-button--submit:hover, .page--search .main-content .search-form button:hover, .page--search .search-form button.button:hover,
  .page--search .seaerch-form button.button:hover, .related-news__link a:hover, .audience-modal__window button.button:hover, .menu--main__collection + .search--space .search-block-form button.button:hover, .menu--main--sticky .search--space .search-block-form button.button:hover, .btn:focus, .btn:hover {
    border-color: #00acc8;
    background-color: #00acc8;
    color: #000;
    transform: translate(0, -6px); }
    .btn--light:focus:before, .btn:focus:before, .webform-submission-form .webform-button--submit:focus:before, .page--search .main-content .search-form button:focus:before, .page--search .search-form button.button:focus:before,
    .page--search .seaerch-form button.button:focus:before, .related-news__link a:focus:before, .audience-modal__window button.button:focus:before, .menu--main__collection + .search--space .search-block-form button.button:focus:before, .menu--main--sticky .search--space .search-block-form button.button:focus:before, .btn--light:hover:before, .btn:hover:before, .webform-submission-form .webform-button--submit:hover:before, .page--search .main-content .search-form button:hover:before, .page--search .search-form button.button:hover:before,
    .page--search .seaerch-form button.button:hover:before, .related-news__link a:hover:before, .audience-modal__window button.button:hover:before, .menu--main__collection + .search--space .search-block-form button.button:hover:before, .menu--main--sticky .search--space .search-block-form button.button:hover:before, .btn:focus:before, .btn:hover:before {
      border-color: #00acc8; }
    .btn--light:focus:after, .btn:focus:after, .webform-submission-form .webform-button--submit:focus:after, .page--search .main-content .search-form button:focus:after, .page--search .search-form button.button:focus:after,
    .page--search .seaerch-form button.button:focus:after, .related-news__link a:focus:after, .audience-modal__window button.button:focus:after, .menu--main__collection + .search--space .search-block-form button.button:focus:after, .menu--main--sticky .search--space .search-block-form button.button:focus:after, .btn--light:hover:after, .btn:hover:after, .webform-submission-form .webform-button--submit:hover:after, .page--search .main-content .search-form button:hover:after, .page--search .search-form button.button:hover:after,
    .page--search .seaerch-form button.button:hover:after, .related-news__link a:hover:after, .audience-modal__window button.button:hover:after, .menu--main__collection + .search--space .search-block-form button.button:hover:after, .menu--main--sticky .search--space .search-block-form button.button:hover:after, .btn:focus:after, .btn:hover:after {
      border-color: #00acc8;
      transform: translate(4px, 4px); }
  @media screen and (max-width: 39.9375em) {
    .btn--light, .btn, .webform-submission-form .webform-button--submit, .page--search .main-content .search-form button, .page--search .search-form button.button,
    .page--search .seaerch-form button.button, .related-news__link a, .audience-modal__window button.button, .menu--main__collection + .search--space .search-block-form button.button, .menu--main--sticky .search--space .search-block-form button.button, .btn {
      padding: 0.6875rem 0;
      display: block;
      text-align: center; } }

.btn--light {
  background: #fff;
  color: #919191; }
  .btn--light:hover {
    color: #fff; }

.button-row {
  text-align: center; }
  .button-row .btn {
    padding-top: 0.6875rem;
    font-size: 0.6875rem;
    padding-bottom: 0.6875rem;
    border-width: 1px;
    margin-bottom: 1.25rem;
    font-weight: 300;
    padding: 0.75rem 2rem; }
    .button-row .btn:before, .button-row .btn:after {
      border-width: 0 1px 1px 0; }
    .button-row .btn:hover {
      background-color: transparent; }
    @media screen and (max-width: 39.9375em) {
      .button-row .btn {
        display: block;
        width: 100%; } }
  .button-row ul {
    padding: 0;
    margin: 0; }
    .button-row ul li {
      margin-left: 0;
      display: block; }
      .button-row ul li:before {
        display: none; }
      @media screen and (min-width: 40em) {
        .button-row ul li {
          display: inline-block; } }

.show-for-sr,
.visually-hidden, .element-invisible, .logins-search__box--search label, .filters--directory__box [data-drupal-selector="edit-letter"] .fieldset-legend, .menu--main--sticky .search--space .search-block-form label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.link-arrow:after {
  content: '\00BB';
  padding-left: 5px; }

.section--banded {
  margin-bottom: 40px; }

p,
ul, ol,
table,
.btn {
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 40em) {
    p,
    ul, ol,
    table,
    .btn {
      margin-bottom: 1.875rem; } }
  @media screen and (min-width: 64em) {
    p,
    ul, ol,
    table,
    .btn {
      margin-bottom: 1.875rem; } }

li {
  margin-bottom: 0.625rem; }
  @media screen and (min-width: 40em) {
    li {
      margin-bottom: 1.25rem; } }
  @media screen and (min-width: 64em) {
    li {
      margin-bottom: 1.25rem; } }

p + h2, p + .h2,
p + h3, p + .h3,
p + h4, p + .h4,
p + h5, p + .h5,
p + h6, p + .h6,
p .section--accordions div > h4, ul + h2, ul + .h2,
ul + h3, ul + .h3,
ul + h4, ul + .h4,
ul + h5, ul + .h5,
ul + h6, ul + .h6,
ul .section--accordions div > h4, ol + h2, ol + .h2,
ol + h3, ol + .h3,
ol + h4, ol + .h4,
ol + h5, ol + .h5,
ol + h6, ol + .h6,
ol .section--accordions div > h4, .intro-text + h2, .intro-text + .h2,
.intro-text + h3, .intro-text + .h3,
.intro-text + h4, .intro-text + .h4,
.intro-text + h5, .intro-text + .h5,
.intro-text + h6, .intro-text + .h6,
.intro-text .section--accordions div > h4, blockquote + h2, blockquote + .h2,
blockquote + h3, blockquote + .h3,
blockquote + h4, blockquote + .h4,
blockquote + h5, blockquote + .h5,
blockquote + h6, blockquote + .h6,
blockquote .section--accordions div > h4, table + h2, table + .h2,
table + h3, table + .h3,
table + h4, table + .h4,
table + h5, table + .h5,
table + h6, table + .h6,
table .section--accordions div > h4, .section--accordions + h2, .section--accordions + .h2,
.section--accordions + h3, .section--accordions + .h3,
.section--accordions + h4, .section--accordions + .h4,
.section--accordions + h5, .section--accordions + .h5,
.section--accordions + h6, .section--accordions + .h6,
.section--accordions .section--accordions div > h4, .btn + h2, .btn + .h2,
.btn + h3, .btn + .h3,
.btn + h4, .btn + .h4,
.btn + h5, .btn + .h5,
.btn + h6, .btn + .h6,
.btn .section--accordions div > h4, figure + h2, figure + .h2,
figure + h3, figure + .h3,
figure + h4, figure + .h4,
figure + h5, figure + .h5,
figure + h6, figure + .h6,
figure .section--accordions div > h4 {
  margin-top: 1.25rem; }
  @media screen and (min-width: 40em) {
    p + h2, p + .h2,
    p + h3, p + .h3,
    p + h4, p + .h4,
    p + h5, p + .h5,
    p + h6, p + .h6,
    p .section--accordions div > h4, ul + h2, ul + .h2,
    ul + h3, ul + .h3,
    ul + h4, ul + .h4,
    ul + h5, ul + .h5,
    ul + h6, ul + .h6,
    ul .section--accordions div > h4, ol + h2, ol + .h2,
    ol + h3, ol + .h3,
    ol + h4, ol + .h4,
    ol + h5, ol + .h5,
    ol + h6, ol + .h6,
    ol .section--accordions div > h4, .intro-text + h2, .intro-text + .h2,
    .intro-text + h3, .intro-text + .h3,
    .intro-text + h4, .intro-text + .h4,
    .intro-text + h5, .intro-text + .h5,
    .intro-text + h6, .intro-text + .h6,
    .intro-text .section--accordions div > h4, blockquote + h2, blockquote + .h2,
    blockquote + h3, blockquote + .h3,
    blockquote + h4, blockquote + .h4,
    blockquote + h5, blockquote + .h5,
    blockquote + h6, blockquote + .h6,
    blockquote .section--accordions div > h4, table + h2, table + .h2,
    table + h3, table + .h3,
    table + h4, table + .h4,
    table + h5, table + .h5,
    table + h6, table + .h6,
    table .section--accordions div > h4, .section--accordions + h2, .section--accordions + .h2,
    .section--accordions + h3, .section--accordions + .h3,
    .section--accordions + h4, .section--accordions + .h4,
    .section--accordions + h5, .section--accordions + .h5,
    .section--accordions + h6, .section--accordions + .h6,
    .section--accordions .section--accordions div > h4, .btn + h2, .btn + .h2,
    .btn + h3, .btn + .h3,
    .btn + h4, .btn + .h4,
    .btn + h5, .btn + .h5,
    .btn + h6, .btn + .h6,
    .btn .section--accordions div > h4, figure + h2, figure + .h2,
    figure + h3, figure + .h3,
    figure + h4, figure + .h4,
    figure + h5, figure + .h5,
    figure + h6, figure + .h6,
    figure .section--accordions div > h4 {
      margin-top: 3.75rem; } }
  @media screen and (min-width: 64em) {
    p + h2, p + .h2,
    p + h3, p + .h3,
    p + h4, p + .h4,
    p + h5, p + .h5,
    p + h6, p + .h6,
    p .section--accordions div > h4, ul + h2, ul + .h2,
    ul + h3, ul + .h3,
    ul + h4, ul + .h4,
    ul + h5, ul + .h5,
    ul + h6, ul + .h6,
    ul .section--accordions div > h4, ol + h2, ol + .h2,
    ol + h3, ol + .h3,
    ol + h4, ol + .h4,
    ol + h5, ol + .h5,
    ol + h6, ol + .h6,
    ol .section--accordions div > h4, .intro-text + h2, .intro-text + .h2,
    .intro-text + h3, .intro-text + .h3,
    .intro-text + h4, .intro-text + .h4,
    .intro-text + h5, .intro-text + .h5,
    .intro-text + h6, .intro-text + .h6,
    .intro-text .section--accordions div > h4, blockquote + h2, blockquote + .h2,
    blockquote + h3, blockquote + .h3,
    blockquote + h4, blockquote + .h4,
    blockquote + h5, blockquote + .h5,
    blockquote + h6, blockquote + .h6,
    blockquote .section--accordions div > h4, table + h2, table + .h2,
    table + h3, table + .h3,
    table + h4, table + .h4,
    table + h5, table + .h5,
    table + h6, table + .h6,
    table .section--accordions div > h4, .section--accordions + h2, .section--accordions + .h2,
    .section--accordions + h3, .section--accordions + .h3,
    .section--accordions + h4, .section--accordions + .h4,
    .section--accordions + h5, .section--accordions + .h5,
    .section--accordions + h6, .section--accordions + .h6,
    .section--accordions .section--accordions div > h4, .btn + h2, .btn + .h2,
    .btn + h3, .btn + .h3,
    .btn + h4, .btn + .h4,
    .btn + h5, .btn + .h5,
    .btn + h6, .btn + .h6,
    .btn .section--accordions div > h4, figure + h2, figure + .h2,
    figure + h3, figure + .h3,
    figure + h4, figure + .h4,
    figure + h5, figure + .h5,
    figure + h6, figure + .h6,
    figure .section--accordions div > h4 {
      margin-top: 3.75rem; } }

/* Padded Rows are for rows that will not contain columns.
 * These instances are usually where normal columns are more
 * a hindrance than a help such as complex areas such as the header.
 */
.padded-row {
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem; }

ul.row {
  padding: 0; }
  ul.row li {
    list-style: none; }

/*
 * Classes that represent max widths at the largest size of the grid
 * Can be used in situations where you have a single non-full size column in a row
 */
.container {
  min-width: 320px; }

/*
-------------------
GLOBAL ELEMENTS
-------------------
*/
* {
  box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

@media screen and (min-width: 40em) {
  small {
    font-size: .85rem; } }

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

button {
  cursor: pointer;
  font-size: 1rem; }

.featured-image {
  margin-bottom: 20px; }

figure {
  display: table;
  margin: 0;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 40em) {
    figure {
      margin-bottom: 1.875rem; } }
  @media screen and (min-width: 64em) {
    figure {
      margin-bottom: 1.875rem; } }
  figure img {
    box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1); }

figcaption {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  padding-top: 0.625rem;
  display: table-caption;
  caption-side: bottom; }
  @media screen and (min-width: 40em) {
    figcaption {
      font-size: 1rem; } }
  @media screen and (min-width: 64em) {
    figcaption {
      font-size: 1rem; } }
  @media screen and (min-width: 40em) {
    figcaption {
      line-height: 1.625rem; } }
  @media screen and (min-width: 64em) {
    figcaption {
      line-height: 1.625rem; } }
  @media screen and (min-width: 40em) {
    figcaption {
      padding-top: 1.25rem; } }
  @media screen and (min-width: 64em) {
    figcaption {
      padding-top: 1.25rem; } }

table[align="left"] {
  float: none; }
  @media (min-width: 768px) {
    table[align="left"] {
      margin-right: 35px;
      float: left; } }

table[align="right"] {
  float: none; }
  @media (min-width: 768px) {
    table[align="right"] {
      margin-left: 35px;
      float: right; } }

.obj-right,
.align-right {
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 40em) {
    .obj-right,
    .align-right {
      margin-bottom: 1.875rem; } }
  @media screen and (min-width: 64em) {
    .obj-right,
    .align-right {
      margin-bottom: 1.875rem; } }
  @media screen and (min-width: 40em) {
    .obj-right,
    .align-right {
      float: right;
      padding: 10px 0px 10px 35px; }
      .obj-right figcaption,
      .align-right figcaption {
        padding: 0px 0px 10px 35px; } }

.obj-left,
.align-left {
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 40em) {
    .obj-left,
    .align-left {
      margin-bottom: 1.875rem; } }
  @media screen and (min-width: 64em) {
    .obj-left,
    .align-left {
      margin-bottom: 1.875rem; } }
  @media screen and (min-width: 40em) {
    .obj-left,
    .align-left {
      float: left;
      padding: 10px 35px 10px 0px; }
      .obj-left figcaption,
      .align-left figcaption {
        padding: 0px 15px 10px 0px; } }

.align-center {
  text-align: center;
  margin-bottom: 1.25rem; }
  .align-center > figure {
    display: inline-block; }
  @media screen and (min-width: 40em) {
    .align-center {
      margin-bottom: 1.875rem; } }
  @media screen and (min-width: 64em) {
    .align-center {
      margin-bottom: 1.875rem; } }
  .align-center figcaption {
    display: inline-block; }

.landing-page-lead-in {
  padding: 0 0 40px; }

.landing-page-lead-in__title h1 {
  margin-bottom: 15px; }

.section--banded {
  padding: 40px;
  background: #444444; }
  .section--banded h2, .section--banded h3, .section--banded h4, .section--banded h5, .section--banded h6,
  .section--banded p, .section--banded a, .section--banded span, .section--banded li {
    color: #fff; }

.section--global-spacing {
  margin-bottom: 40px; }

.section--global-padding {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  @media screen and (min-width: 40em) {
    .section--global-padding {
      padding-top: 7.5rem; } }
  @media screen and (min-width: 64em) {
    .section--global-padding {
      padding-top: 7.5rem; } }
  @media screen and (min-width: 40em) {
    .section--global-padding {
      padding-bottom: 7.5rem; } }
  @media screen and (min-width: 64em) {
    .section--global-padding {
      padding-bottom: 7.5rem; } }

.section__lead-in {
  margin-bottom: 30px; }

.section__lead-in__title {
  margin-bottom: 10px; }

.section__lead-in__sub-title {
  font-size: 20px; }

section [class*="block-grid-"] > li {
  padding-bottom: 40px; }

code {
  border: solid 1px #999;
  background-color: #F1F1F1;
  display: block; }

.base-key {
  border: solid 1px #fe5000;
  background-color: #f1f1f1;
  padding: 0.25rem 0.5rem;
  margin-bottom: 2rem;
  max-width: 600px;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif; }
  .base-key::after {
    display: block;
    clear: both;
    content: ""; }
  .base-key dt {
    font-weight: 700;
    float: left;
    width: 5rem;
    clear: left; }
  .base-key dt, .base-key dd {
    margin-bottom: 0.25rem; }
  .base-key dd {
    font-family: monospace; }

.skip-link a {
  height: 0;
  width: 0;
  overflow: hidden;
  text-indent: -200vw;
  display: block; }
  .skip-link a:focus {
    height: auto;
    width: 100%;
    text-indent: 0;
    overflow: auto;
    position: inherit !important;
    background-color: #0c223f;
    color: #fff;
    text-align: center; }

input[type=submit] {
  cursor: pointer; }

.page--search ol li {
  margin-left: 0;
  padding-left: 0;
  border-left: none; }
  .page--search ol li:before {
    display: none; }

.navigation ul.menu li,
.messages li,
.toolbar-menu li,
.admin-tabs li,
.cta-menu li,
.pager__items li {
  margin-left: 0; }
  .navigation ul.menu li:before,
  .messages li:before,
  .toolbar-menu li:before,
  .admin-tabs li:before,
  .cta-menu li:before,
  .pager__items li:before {
    display: none; }

table {
  border: none;
  border-top: 1px solid #c9cacc;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-size: 14px;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 40em) {
    table {
      margin-bottom: 1.875rem; } }
  @media screen and (min-width: 64em) {
    table {
      margin-bottom: 1.875rem; } }
  table:last-of-type {
    margin-bottom: 1.875rem; }
    @media screen and (min-width: 40em) {
      table:last-of-type {
        margin-bottom: 3.75rem; } }
    @media screen and (min-width: 64em) {
      table:last-of-type {
        margin-bottom: 3.75rem; } }
  table .fooicon {
    font-family: "Font Awesome 5 Pro", "FontAwesome" !important;
    font-weight: 600; }
  table .footable-toggle {
    margin-right: 0.5rem; }

thead {
  color: #000;
  font-size: 16px;
  border: 2px solid #a0aab2; }
  thead th {
    background-color: #c7d1d9;
    border-bottom: 2px solid #a0aab2 !important; }

tbody {
  border-top: 0px; }
  tbody tr:nth-child(odd) {
    background-color: #f5f5f5; }

tr {
  border-bottom: 1px solid #c9cacc; }

th {
  background-color: #c7d1d9;
  font-weight: 600;
  padding: 14px 20px;
  border: 2px solid #a0aab2; }

td {
  padding: 14px 20px; }

form[class*="webform"] label, [id="user-login"] label, [id="search-form"] label, .view-filters label {
  display: block; }

form[class*="webform"] .form-item, [id="user-login"] .form-item, [id="search-form"] .form-item, .view-filters .form-item {
  width: 100%;
  max-width: 25rem;
  margin-bottom: 1em; }

form[class*="webform"] input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
form[class*="webform"] textarea,
form[class*="webform"] select, [id="user-login"] input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
[id="user-login"] textarea,
[id="user-login"] select, [id="search-form"] input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
[id="search-form"] textarea,
[id="search-form"] select, .view-filters input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
.view-filters textarea,
.view-filters select {
  width: 100%;
  padding: 0.5em;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0.25em;
  color: #000;
  font: 1rem "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: none; }

form[class*="webform"] input::-webkit-input-placeholder, [id="user-login"] input::-webkit-input-placeholder, [id="search-form"] input::-webkit-input-placeholder, .view-filters input::-webkit-input-placeholder {
  color: #ccc;
  font: 1rem "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

form[class*="webform"] input::-moz-placeholder, [id="user-login"] input::-moz-placeholder, [id="search-form"] input::-moz-placeholder, .view-filters input::-moz-placeholder {
  color: #ccc;
  font: 1rem "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

form[class*="webform"] input:-ms-input-placeholder, [id="user-login"] input:-ms-input-placeholder, [id="search-form"] input:-ms-input-placeholder, .view-filters input:-ms-input-placeholder {
  color: #ccc;
  font: 1rem "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

form[class*="webform"] .addressfield-container-inline .form-item:last-child, [id="user-login"] .addressfield-container-inline .form-item:last-child, [id="search-form"] .addressfield-container-inline .form-item:last-child, .view-filters .addressfield-container-inline .form-item:last-child {
  margin-bottom: 0; }

form[class*="webform"] .form-type-radio,
form[class*="webform"] .form-type-checkbox, [id="user-login"] .form-type-radio,
[id="user-login"] .form-type-checkbox, [id="search-form"] .form-type-radio,
[id="search-form"] .form-type-checkbox, .view-filters .form-type-radio,
.view-filters .form-type-checkbox {
  margin-bottom: 0.16667em; }

form[class*="webform"] label + .form-checkboxes,
form[class*="webform"] label + .form-radios, [id="user-login"] label + .form-checkboxes,
[id="user-login"] label + .form-radios, [id="search-form"] label + .form-checkboxes,
[id="search-form"] label + .form-radios, .view-filters label + .form-checkboxes,
.view-filters label + .form-radios {
  margin-top: 0.5em; }

form[class*="webform"] [type="checkbox"],
form[class*="webform"] [type="radio"], [id="user-login"] [type="checkbox"],
[id="user-login"] [type="radio"], [id="search-form"] [type="checkbox"],
[id="search-form"] [type="radio"], .view-filters [type="checkbox"],
.view-filters [type="radio"] {
  float: left;
  margin: 0.1em 0.5em 0 0; }

form[class*="webform"] label, [id="user-login"] label, [id="search-form"] label, .view-filters label {
  margin-bottom: 0.333em;
  color: #0a0a0a;
  font: 700 1rem "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

form[class*="webform"] label + .description, [id="user-login"] label + .description, [id="search-form"] label + .description, .view-filters label + .description {
  margin-bottom: 0.333em; }

form[class*="webform"] .description, [id="user-login"] .description, [id="search-form"] .description, .view-filters .description {
  margin-top: 0.333em;
  color: #aaa;
  font: italic 0.875rem "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  form[class*="webform"] .description + label, [id="user-login"] .description + label, [id="search-form"] .description + label, .view-filters .description + label {
    margin-top: 0.333em; }

form[class*="webform"] .form-number,
form[class*="webform"] .webform-component-number select, [id="user-login"] .form-number,
[id="user-login"] .webform-component-number select, [id="search-form"] .form-number,
[id="search-form"] .webform-component-number select, .view-filters .form-number,
.view-filters .webform-component-number select {
  width: auto !important; }

form[class*="webform"] .form-required, [id="user-login"] .form-required, [id="search-form"] .form-required, .view-filters .form-required {
  color: #d33c3c; }

form[class*="webform"] .error, [id="user-login"] .error, [id="search-form"] .error, .view-filters .error {
  border-color: #d33c3c !important; }
  form[class*="webform"] .error::-webkit-input-placeholder, [id="user-login"] .error::-webkit-input-placeholder, [id="search-form"] .error::-webkit-input-placeholder, .view-filters .error::-webkit-input-placeholder {
    color: #d33c3c !important; }
  form[class*="webform"] .error::-moz-placeholder, [id="user-login"] .error::-moz-placeholder, [id="search-form"] .error::-moz-placeholder, .view-filters .error::-moz-placeholder {
    color: #d33c3c !important; }
  form[class*="webform"] .error:-ms-input-placeholder, [id="user-login"] .error:-ms-input-placeholder, [id="search-form"] .error:-ms-input-placeholder, .view-filters .error:-ms-input-placeholder {
    color: #d33c3c !important; }

form[class*="webform"] select:not([multiple]), [id="user-login"] select:not([multiple]), [id="search-form"] select:not([multiple]), .view-filters select:not([multiple]) {
  min-width: 6.25rem; }

form[class*="webform"] .form-managed-file button, [id="user-login"] .form-managed-file button, [id="search-form"] .form-managed-file button, .view-filters .form-managed-file button {
  display: block;
  margin-top: 0.5em;
  font-size: 75%; }

form[class*="webform"] .captcha, [id="user-login"] .captcha, [id="search-form"] .captcha, .view-filters .captcha {
  margin: 0 0 1rem 0;
  padding: 0;
  transform: scale(0.93, 0.93);
  transform-origin: top left; }
  form[class*="webform"] .captcha legend,
  form[class*="webform"] .captcha .fieldset-description, [id="user-login"] .captcha legend,
  [id="user-login"] .captcha .fieldset-description, [id="search-form"] .captcha legend,
  [id="search-form"] .captcha .fieldset-description, .view-filters .captcha legend,
  .view-filters .captcha .fieldset-description {
    display: none; }

form[class*="webform"] .webform-datepicker .form-type-select, [id="user-login"] .webform-datepicker .form-type-select, [id="search-form"] .webform-datepicker .form-type-select, .view-filters .webform-datepicker .form-type-select {
  float: left;
  width: 30%; }
  form[class*="webform"] .webform-datepicker .form-type-select + .form-type-select, [id="user-login"] .webform-datepicker .form-type-select + .form-type-select, [id="search-form"] .webform-datepicker .form-type-select + .form-type-select, .view-filters .webform-datepicker .form-type-select + .form-type-select {
    margin-left: 5%; }

.ui-datepicker {
  position: relative;
  padding: 0.5em;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0.25em; }
  .ui-datepicker table {
    margin: 0;
    font-size: 75%; }
  .ui-datepicker td,
  .ui-datepicker th {
    padding: 0.5em;
    text-align: center; }

.ui-datepicker-title {
  margin-bottom: 0.666em;
  font: 700 1rem "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-align: center; }

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 0.8325em;
  font: 700 1rem "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.ui-datepicker-prev {
  left: 0.666em; }
  .ui-datepicker-prev:before {
    content: \f104;
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.333em;
    text-decoration: none !important; }

.ui-datepicker-next {
  right: 0.666em; }
  .ui-datepicker-next:after {
    content: \f105;
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 0.333em;
    text-decoration: none !important; }

.webform-submission-form label {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: 1.5px; }
  @media screen and (min-width: 40em) {
    .webform-submission-form label {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 64em) {
    .webform-submission-form label {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 40em) {
    .webform-submission-form label {
      line-height: 1.125rem; } }
  @media screen and (min-width: 64em) {
    .webform-submission-form label {
      line-height: 1.125rem; } }
  @media screen and (min-width: 40em) {
    .webform-submission-form label {
      letter-spacing: 2px; } }

.page--webform form[class*="webform"] {
  padding-bottom: 6.25rem; }

.page--webform form[class*="webform"] .form-item {
  max-width: none; }
  .page--webform form[class*="webform"] .form-item label {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 1rem;
    letter-spacing: 1.5px; }
    @media screen and (min-width: 40em) {
      .page--webform form[class*="webform"] .form-item label {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 64em) {
      .page--webform form[class*="webform"] .form-item label {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 40em) {
      .page--webform form[class*="webform"] .form-item label {
        line-height: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .page--webform form[class*="webform"] .form-item label {
        line-height: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .page--webform form[class*="webform"] .form-item label {
        letter-spacing: 2px; } }

.page--webform form[class*="webform"] .webform-options-display-two-columns .form-item label,
.page--webform form[class*="webform"] .webform-options-display-three-columns .form-item label {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

.page--webform form[class*="webform"] .webform-options-display-two-columns .form-item label:before,
.page--webform form[class*="webform"] .webform-options-display-three-columns .form-item label:before {
  top: 0; }

.section--webform-confirmation {
  padding-bottom: 100px; }
  @media screen and (min-width: 64em) {
    .section--webform-confirmation {
      padding-top: 160px; } }

.breadcrumbs li {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: 1.5px;
  float: left; }
  .breadcrumbs li:before {
    display: none; }
  @media screen and (min-width: 40em) {
    .breadcrumbs li {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 64em) {
    .breadcrumbs li {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 40em) {
    .breadcrumbs li {
      line-height: 1.125rem; } }
  @media screen and (min-width: 64em) {
    .breadcrumbs li {
      line-height: 1.125rem; } }
  @media screen and (min-width: 40em) {
    .breadcrumbs li {
      letter-spacing: 2px; } }

.breadcrumbs li:not(:last-child):after {
  content: "\2014\2014";
  display: inline-block;
  padding: 0 0.625rem;
  letter-spacing: -3px;
  color: #00acc8; }

.breadcrumbs a {
  border-bottom: none; }
  .breadcrumbs a:hover {
    text-decoration: none; }

@media screen and (max-width: 39.9375em) {
  .breadcrumbs {
    margin-bottom: 0.625rem; }
    .breadcrumbs li:not(:nth-last-child(2)) {
      display: none; }
    .breadcrumbs li:nth-last-child(2) a:before {
      content: "\e804" !important;
      font-family: 'fontello';
      display: inline-block;
      padding: 0 0.625rem 0 0;
      color: #00acc8; }
    .breadcrumbs li:nth-last-child(2):after {
      display: none; } }

/*
-------------
General 
-------------
*/
/*
-------------
Drupal - Special Pages (User, Search Results)
-------------
*/
#user-login,
.user-login-form,
.page--utility .main-content {
  max-width: 76.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 1.25rem; }
  #user-login::after,
  .user-login-form::after,
  .page--utility .main-content::after {
    display: block;
    clear: both;
    content: ""; }
  #user-login .form-item,
  .user-login-form .form-item,
  .page--utility .main-content .form-item {
    max-width: 18.75rem; }

/*
-------------
System Region
-------------
*/
.system-region {
  position: fixed;
  bottom: 1.25rem;
  z-index: 10; }

/*
-------------
Admin Tabs (Drupal - Local Tasks)
-------------
*/
.toolbar-menu li {
  margin-bottom: 0; }
  .toolbar-menu li a,
  .toolbar-menu li a:hover {
    border-bottom: none; }
  .toolbar-menu li a:hover {
    color: #000; }

.toolbar-tab > a, .toolbar-tab > a:hover {
  border-bottom: none; }

.admin-tabs {
  background: #fff;
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  padding: 0.5rem;
  margin: 0;
  border: 0;
  z-index: 10; }
  .admin-tabs ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    padding: 0;
    font-size: 1rem; }
  .admin-tabs li {
    display: inline-block;
    list-style: none;
    margin-bottom: 0; }
    .admin-tabs li + li {
      margin-left: .5em; }
  .admin-tabs a {
    background: black;
    margin: 0;
    color: #fff;
    display: block;
    padding: .25em 0.75em;
    transition: all .2s ease-out;
    text-decoration: none;
    border-radius: .25em;
    border-bottom: none; }
    .admin-tabs a.is-active {
      background: #919191; }
    .admin-tabs a:hover {
      background: #444444; }

.messages {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid;
  border-radius: .25em; }
  .messages a {
    text-decoration: underline; }
  .messages ul {
    margin: 0;
    padding: 0;
    list-style: none; }

.messages--status {
  background: #aad4ab;
  border-color: #88c389;
  color: #3c763d; }
  .messages--status button {
    margin-left: 1em;
    padding: 0 0.5em;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 0.25em; }
    .messages--status button:hover {
      background-color: rgba(255, 255, 255, 0.5); }

.messages--error {
  background: #ebcdcc;
  border-color: #dda8a7;
  color: #a94442; }

#user-login .form-item,
.user-login-form .form-item,
.page--utility .main-content .form-item {
  margin-bottom: 0.625rem; }
  @media screen and (min-width: 40em) {
    #user-login .form-item,
    .user-login-form .form-item,
    .page--utility .main-content .form-item {
      margin-bottom: 1.875rem; } }
  @media screen and (min-width: 64em) {
    #user-login .form-item,
    .user-login-form .form-item,
    .page--utility .main-content .form-item {
      margin-bottom: 1.875rem; } }

.system-region {
  padding: 0; }

@media screen and (min-width: 64em) {
  .page--utility .main-content,
  .maintenance-page .main-content {
    padding-top: 180px; } }

.page--search .js-form-type-search .form-search {
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 40em) {
    .page--search .js-form-type-search .form-search {
      margin-bottom: 1.875rem; } }
  @media screen and (min-width: 64em) {
    .page--search .js-form-type-search .form-search {
      margin-bottom: 1.875rem; } }

div.card {
  margin: 1.5rem 0; }

@media (min-width: 640px) {
  .section--ataglance .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%; } }

.bubble {
  display: block;
  /* cap the width */
  max-width: 500px;
  /* give ample whitespace around and inside of the container */
  margin: 2rem 0;
  padding: 0.2rem 1.25rem;
  text-align: center;
  font-family: "Dekko", cursive;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  background: url('data:image/svg+xml;utf8,<svg width="100" height="100" transform="rotate(25)" opacity="0.3" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><g  fill="%23d68810"><circle cx="25" cy="25" r="12.5"/><circle cx="75" cy="75" r="12.5"/><circle cx="75" cy="25" r="12.5"/><circle cx="25" cy="75" r="12.5"/></g></svg>'), #fff;
  background-size: 12px, 100%;
  /* solid border */
  border: 0.4rem solid #005da6;
  /* position relative for the :before pseudo element */
  position: relative; }

a.bubble:hover {
  border: 0.4rem solid #e75200; }

/* for the highlight container change the solid backgorund to a yellow-ish hue */
.bubble--highlight {
  background: url('data:image/svg+xml;utf8,<svg width="100" height="100" transform="rotate(25)" opacity="0.8" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><g  fill="%23d68810"><circle cx="25" cy="25" r="12.5"/><circle cx="75" cy="75" r="12.5"/><circle cx="75" cy="25" r="12.5"/><circle cx="25" cy="75" r="12.5"/></g></svg>'), #ffcd28;
  background-size: 13px, 100%;
  font-weight: 700; }

/* for the highlight container always add an exclamation point */
.bubble--highlight:after {
  content: "!"; }

/* for every .bubble container add a solid background behind the container itself, slightly offset */
.bubble:before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0.15rem;
  width: 100%;
  height: 100%;
  /* with the same texture, but different color, for both the texture and the background */
  background: url('data:image/svg+xml;utf8,<svg width="100" height="100" transform="rotate(35)" opacity="1" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><g fill="%23250E17"><circle cx="25" cy="25" r="12.5"/><circle cx="75" cy="75" r="12.5"/><circle cx="75" cy="25" r="12.5"/><circle cx="25" cy="75" r="12.5"/></g></svg>'), #000;
  background-size: 12px, 100%;
  border: 0.4rem solid #000;
  z-index: -5; }

/*
---------------------
DRUPAL SEARCH PAGE
---------------------
*/
.page--search .main-content {
  max-width: 76.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  .page--search .main-content::after {
    display: block;
    clear: both;
    content: ""; }
  @media screen and (min-width: 40em) {
    .page--search .main-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .page--search .main-content .search-form {
    max-width: 440px;
    width: 100%; }
    .page--search .main-content .search-form input[type="text"] {
      font-size: 1rem;
      max-width: calc(100% - 150px);
      width: 100%; }
    .page--search .main-content .search-form label {
      display: block; }

ol.search-results {
  list-style-type: none;
  padding-left: 0; }

/*
------------
FILTERS
------------
*/
section.filters {
  background-image: linear-gradient(to bottom, #fff, #fff 50%, #F6F8FA 50%, #F6F8FA); }

.filters__box {
  background-color: #fff;
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.875rem;
  padding: 1.875rem; }
  @media screen and (min-width: 40em) {
    .filters__box {
      margin-bottom: 5rem; } }
  @media screen and (min-width: 64em) {
    .filters__box {
      margin-bottom: 5rem; } }
  @media screen and (min-width: 40em) {
    .filters__box {
      padding: 3.75rem; } }

.filters--news-events .filters__box {
  padding-bottom: 0; }
  @media screen and (min-width: 64em) {
    .filters--news-events .filters__box {
      padding-bottom: 20px; } }

.filters__box h2 {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 4.125rem; }
  @media screen and (min-width: 40em) {
    .filters__box h2 {
      margin-bottom: 4.125rem; } }
  @media screen and (min-width: 64em) {
    .filters__box h2 {
      margin-bottom: 4.125rem; } }

.filters__box .views-exposed-form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /*
    .form-actions {
      align-self: flex-end;
      @media screen and (max-width: 39.9375em) {
        align-self: normal;
      }
    }
*/ }
  @media (min-width: 900px) {
    .filters__box .views-exposed-form {
      flex-direction: row; } }
  .filters__box .views-exposed-form .form-item-title input::-ms-input-placeholder {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-size: 16px; }
  .filters__box .views-exposed-form .form-item-title input::placeholder {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-size: 16px; }
  .filters__box .views-exposed-form .form-item label {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 1rem;
    letter-spacing: 1.5px;
    font-weight: 500;
    display: block;
    position: absolute;
    bottom: calc(100% + 6px); }
    @media screen and (min-width: 40em) {
      .filters__box .views-exposed-form .form-item label {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 64em) {
      .filters__box .views-exposed-form .form-item label {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 40em) {
      .filters__box .views-exposed-form .form-item label {
        line-height: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .filters__box .views-exposed-form .form-item label {
        line-height: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .filters__box .views-exposed-form .form-item label {
        letter-spacing: 2px; } }
  .filters__box .views-exposed-form .form-text {
    padding: 10px;
    width: 100%; }
    @media (min-width: 900px) {
      .filters__box .views-exposed-form .form-text {
        margin-bottom: 0; } }
  .filters__box .views-exposed-form .form-select {
    color: #0057b8;
    font-weight: 500;
    border: 1px solid #0057b8;
    background: #fff url(../img/icons/carat-down-blue.svg) no-repeat 95% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    padding: 10px;
    width: 100%;
    height: 100%;
    padding: 10px 60px 10px 10px; }
    @media (min-width: 900px) {
      .filters__box .views-exposed-form .form-select {
        width: 360px;
        margin-right: 60px; } }
  .filters__box .views-exposed-form .form-submit {
    padding: 1rem 1.875rem;
    text-decoration: none;
    transition: border 0.2s ease-out;
    text-transform: uppercase;
    color: #000;
    background-color: transparent;
    display: inline-block;
    margin-bottom: 20px;
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-size: 0.875rem;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1;
    border: 2px solid #e75200;
    border-radius: 0;
    position: relative;
    transition: all 0.6s ease-out;
    padding-top: 0.6875rem;
    font-size: 0.6875rem;
    padding-bottom: 0.6875rem;
    border-width: 1px;
    margin: 0.25rem 0.8125rem 0.625rem; }
    .filters__box .views-exposed-form .form-submit:before, .filters__box .views-exposed-form .form-submit:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 6px;
      left: 6px;
      width: 100%;
      height: 100%;
      border: 2px solid #e75200;
      border-width: 0 2px 2px 0;
      transition: all 0.6s ease-out; }
    .filters__box .views-exposed-form .form-submit:focus, .filters__box .views-exposed-form .form-submit:hover {
      border-color: #00acc8;
      background-color: #00acc8;
      color: #000;
      transform: translate(0, -6px); }
      .filters__box .views-exposed-form .form-submit:focus:before, .filters__box .views-exposed-form .form-submit:hover:before {
        border-color: #00acc8; }
      .filters__box .views-exposed-form .form-submit:focus:after, .filters__box .views-exposed-form .form-submit:hover:after {
        border-color: #00acc8;
        transform: translate(4px, 4px); }
    @media screen and (max-width: 39.9375em) {
      .filters__box .views-exposed-form .form-submit {
        padding: 0.6875rem 0;
        display: block;
        text-align: center; } }
    .filters__box .views-exposed-form .form-submit:before, .filters__box .views-exposed-form .form-submit:after {
      border-width: 0 1px 1px 0; }
    .filters__box .views-exposed-form .form-submit:hover {
      background-color: transparent; }
    @media screen and (max-width: 39.9375em) {
      .filters__box .views-exposed-form .form-submit {
        width: 100%; } }

.filters__box .js-form-type-select {
  position: relative; }

.filters--directory__box .views-exposed-form .form-text {
  margin-top: 0; }

.filters--directory__box .text-search {
  margin-bottom: 0; }
  .filters--directory__box .text-search .form-actions {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    width: auto; }

.filters--directory__box .js-form-item-name {
  position: relative; }

.filters--directory__box .views-exposed-form .form-select,
.filters--directory__box .js-form-type-select {
  width: 245px;
  margin-bottom: 0;
  margin-right: 60px; }

.filters--directory__box .js-form-type-department {
  margin-right: 0; }

.filters--directory__box .form-actions {
  display: block;
  width: 100%;
  border-top: 1px solid #c7d1d9;
  padding-top: 1.25rem;
  margin-top: 1.25rem; }
  @media screen and (min-width: 40em) {
    .filters--directory__box .form-actions {
      padding-top: 2.5rem; } }
  @media screen and (min-width: 64em) {
    .filters--directory__box .form-actions {
      padding-top: 2.5rem; } }
  @media screen and (min-width: 40em) {
    .filters--directory__box .form-actions {
      margin-top: 2.5rem; } }
  @media screen and (min-width: 64em) {
    .filters--directory__box .form-actions {
      margin-top: 2.5rem; } }
  .filters--directory__box .form-actions.empty {
    border-top: 1px solid #fff;
    padding-top: 0;
    margin-top: 0; }

@media (max-width: 1225px) {
  .filters--directory__box .js-form-item-name,
  .filters--directory__box .js-form-type-select,
  .filters--directory__box .js-form-type-department, .filters--directory__box .text-search {
    width: 100%;
    margin-right: 0; }
  .filters--directory__box .js-form-item {
    margin-bottom: 60px; } }

details.form-wrapper {
  flex: 1 1 100%;
  padding-top: 2.5rem; }
  details.form-wrapper .details__summary {
    background-color: transparent;
    border: none;
    color: #0057b8;
    font-weight: 500;
    outline: none;
    position: relative; }
    details.form-wrapper .details__summary:hover {
      color: #e75200; }
    details.form-wrapper .details__summary span.summary {
      display: none; }
    details.form-wrapper .details__summary .details-title {
      position: relative;
      left: -16px; }
    details.form-wrapper .details__summary:before {
      content: "";
      display: block;
      position: absolute;
      width: 24px;
      height: 24px;
      top: 3px;
      left: -10px;
      background-color: #fff; }
    details.form-wrapper .details__summary .details-summary-prefix.visually-hidden {
      display: inline-block !important;
      position: relative !important;
      overflow: visible;
      width: auto; }
  details.form-wrapper .details__content {
    display: none;
    padding-top: 2.5rem; }

.fieldgroup .fieldset-legend {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: 1.5px;
  font-weight: 500;
  display: block;
  margin-bottom: 1em; }
  @media screen and (min-width: 40em) {
    .fieldgroup .fieldset-legend {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 64em) {
    .fieldgroup .fieldset-legend {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 40em) {
    .fieldgroup .fieldset-legend {
      line-height: 1.125rem; } }
  @media screen and (min-width: 64em) {
    .fieldgroup .fieldset-legend {
      line-height: 1.125rem; } }
  @media screen and (min-width: 40em) {
    .fieldgroup .fieldset-legend {
      letter-spacing: 2px; } }

.fieldgroup .js-form-type-checkbox {
  margin-bottom: 20px; }

.fieldgroup .js-form-type-checkbox input {
  position: absolute;
  opacity: 0; }

.fieldgroup .js-form-type-checkbox label {
  font-size: 0.8125rem !important;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  position: relative;
  display: block;
  margin-left: 60px;
  min-height: 40px; }
  @media screen and (min-width: 40em) {
    .fieldgroup .js-form-type-checkbox label {
      font-size: 1rem !important; } }
  @media screen and (min-width: 64em) {
    .fieldgroup .js-form-type-checkbox label {
      font-size: 1rem !important; } }
  .fieldgroup .js-form-type-checkbox label:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #0057b8;
    position: absolute;
    top: -2px;
    left: -60px; }

.fieldgroup .js-form-type-checkbox input:checked + label:before {
  background-color: #0057b8; }

.fieldgroup .js-form-type-checkbox input:checked + label:after {
  content: "";
  display: block;
  width: 16px;
  height: 24px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 0;
  left: -47px;
  transform: rotate(45deg); }

.text-search {
  display: flex;
  justify-content: space-between;
  border: 1px solid #c7d1d9;
  padding: 2px;
  position: relative;
  margin-right: 60px;
  margin-bottom: 60px;
  width: 360px; }
  @media (max-width: 899px) {
    .text-search {
      width: 100%;
      margin-right: 0; } }
  @media screen and (min-width: 64em) {
    .text-search {
      margin-bottom: 40px; } }
  .text-search .form-item {
    align-self: flex-end; }
  .text-search .form-text {
    margin-right: 10px;
    border: none !important; }
  .text-search .form-actions {
    position: relative; }
    .text-search .form-actions .form-submit {
      position: relative;
      top: 5px;
      left: -12px;
      margin-bottom: 16px;
      border-width: 1px;
      padding-top: 0.6875rem;
      font-size: 0.6875rem;
      padding-bottom: 0.6875rem;
      border-width: 1px;
      margin: 6px 8px 8px 0; }
      .text-search .form-actions .form-submit:before, .text-search .form-actions .form-submit:after {
        border-width: 0 1px 1px 0; }
      .text-search .form-actions .form-submit:before, .text-search .form-actions .form-submit:after {
        border-width: 0 1px 1px 0; }
      .text-search .form-actions .form-submit:hover {
        background-color: transparent; }
      @media screen and (max-width: 39.9375em) {
        .text-search .form-actions .form-submit {
          top: 4px;
          width: 60px; } }
  .text-search label {
    position: absolute;
    bottom: calc(100% + 10px); }

.form-item-type,
.form-item-topic,
.form-item-topics {
  margin-bottom: 40px;
  position: relative; }
  .form-item-type label,
  .form-item-topic label,
  .form-item-topics label {
    position: absolute;
    bottom: calc(100% + 10px); }

.js-form-type-checkbox label {
  position: relative !important; }

.view-filters .views-exposed-widgets > div {
  display: inline-block; }
  .view-filters .views-exposed-widgets > div + div {
    margin-left: 0.625rem; }

@media (max-width: 1225px) {
  .filters--directory__box .text-search {
    margin-bottom: 60px; }
    .filters--directory__box .text-search .js-form-item {
      margin-bottom: 0; } }

.page--search .search-form label {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: 1.5px; }
  @media screen and (min-width: 40em) {
    .page--search .search-form label {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 64em) {
    .page--search .search-form label {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 40em) {
    .page--search .search-form label {
      line-height: 1.125rem; } }
  @media screen and (min-width: 64em) {
    .page--search .search-form label {
      line-height: 1.125rem; } }
  @media screen and (min-width: 40em) {
    .page--search .search-form label {
      letter-spacing: 2px; } }

.page--search h2 {
  margin-top: 1.875rem; }
  @media screen and (min-width: 40em) {
    .page--search h2 {
      margin-top: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .page--search h2 {
      margin-top: 3.75rem; } }

.page--search ol h3 {
  padding-bottom: 0;
  border-bottom: none;
  font-size: 1.25rem;
  line-height: 1.625rem; }
  @media screen and (min-width: 40em) {
    .page--search ol h3 {
      font-size: 1.75rem; } }
  @media screen and (min-width: 64em) {
    .page--search ol h3 {
      font-size: 1.75rem; } }
  @media screen and (min-width: 40em) {
    .page--search ol h3 {
      line-height: 2.3125rem; } }
  @media screen and (min-width: 64em) {
    .page--search ol h3 {
      line-height: 2.3125rem; } }

.filters__box .views-exposed-form .form-submit.js-hide {
  display: none; }

@media screen and (max-width: 39.9375em) {
  .filters--directory .filters__box .views-exposed-form .form-submit,
  .filters--news-events .filters__box .views-exposed-form .form-submit {
    width: 40%; } }

.filters--directory__box {
  margin-bottom: 10rem !important; }

@media (max-width: 1200px) {
  .filters--directory__box .js-form-item-department,
  .filters--directory__box .js-form-item-type {
    margin-bottom: 0; } }

@media (max-width: 1200px) {
  .filters--directory__box .js-form-item-type + .js-form-item-department {
    margin-top: 60px; } }

.home-hero {
  position: relative; }
  @media (max-width: 750px) {
    .home-hero {
      margin-bottom: -50px; } }
  .home-hero__mobile-title {
    background-color: #0c223f;
    padding-top: 30px;
    padding-bottom: 30px; }
    .home-hero__mobile-title h1 {
      color: #fff;
      font-size: 2rem;
      line-height: 2.5rem;
      padding-bottom: 0;
      border-bottom: none;
      margin-bottom: 0;
      font-weight: 700; }
      @media screen and (min-width: 40em) {
        .home-hero__mobile-title h1 {
          font-size: 3rem; } }
      @media screen and (min-width: 64em) {
        .home-hero__mobile-title h1 {
          font-size: 4rem; } }
      @media screen and (min-width: 40em) {
        .home-hero__mobile-title h1 {
          line-height: 3.5rem; } }
      @media screen and (min-width: 64em) {
        .home-hero__mobile-title h1 {
          line-height: 4.375rem; } }
    @media (min-width: 751px) {
      .home-hero__mobile-title {
        max-height: 0;
        overflow: hidden;
        padding: 0; } }
  .home-hero__quote {
    background-color: #e1ecfa;
    overflow: hidden;
    border-bottom: none; }
    @media (max-width: 750px) {
      .home-hero__quote {
        min-height: 66.666vw; } }
    @media (min-width: 751px) {
      .home-hero__quote {
        padding: 2rem 1.875rem 0; } }
    @media (min-width: 1160px) {
      .home-hero__quote {
        padding: 2rem 1.875rem 0; } }
    .home-hero__quote__itself {
      margin: 5rem 1.25rem 1.25rem;
      padding-left: 2.5rem;
      position: relative; }
      @media (min-width: 751px) {
        .home-hero__quote__itself {
          margin: 3.125rem 1.25rem 1.25rem; } }
      .home-hero__quote__itself h2 {
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
        font-size: 0.8125rem;
        line-height: 1.25rem;
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0; }
        @media screen and (min-width: 40em) {
          .home-hero__quote__itself h2 {
            font-size: 1rem; } }
        @media screen and (min-width: 64em) {
          .home-hero__quote__itself h2 {
            font-size: 1rem; } }
        @media screen and (min-width: 40em) {
          .home-hero__quote__itself h2 {
            line-height: 1.625rem; } }
        @media screen and (min-width: 64em) {
          .home-hero__quote__itself h2 {
            line-height: 1.625rem; } }
      .home-hero__quote__itself:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: -2000%;
        border-left: 2px solid #e75200; }
      .home-hero__quote__itself:after {
        content: "";
        display: block;
        position: absolute;
        top: -50px;
        left: 0;
        background-image: url(../img/icons/quotation-orange.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 30px 30px;
        width: 30px;
        height: 30px; }
        @media (min-width: 751px) {
          .home-hero__quote__itself:after {
            top: -50px; } }
  .home-hero__story {
    display: block;
    position: relative;
    overflow: hidden;
    border-bottom: none; }
    .home-hero__story__image {
      position: relative;
      z-index: 1; }
      @media (min-width: 751px) {
        .home-hero__story__image {
          width: 100%;
          height: 100%; }
          .home-hero__story__image img {
            width: 100%;
            height: 100%;
            object-fit: cover; } }
    .home-hero__story__text {
      position: absolute;
      z-index: 2;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 0 2.5rem 2.5rem;
      background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0)); }
      @media (min-width: 751px) {
        .home-hero__story__text {
          background-color: rgba(31, 87, 161, 0.75);
          opacity: 0;
          transition: opacity 500ms ease-out; } }
      @media (min-width: 1160px) {
        .home-hero__story__text {
          padding: 0 3.75rem 3.75rem; } }
    .home-hero__story__type {
      color: #fff;
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 0.625rem;
      line-height: 1rem;
      letter-spacing: 1.5px;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
      margin-bottom: 20px; }
      @media screen and (min-width: 40em) {
        .home-hero__story__type {
          font-size: 0.8125rem; } }
      @media screen and (min-width: 64em) {
        .home-hero__story__type {
          font-size: 0.8125rem; } }
      @media screen and (min-width: 40em) {
        .home-hero__story__type {
          line-height: 1.125rem; } }
      @media screen and (min-width: 64em) {
        .home-hero__story__type {
          line-height: 1.125rem; } }
      @media screen and (min-width: 40em) {
        .home-hero__story__type {
          letter-spacing: 2px; } }
    .home-hero__story__title {
      color: #fff;
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
      font-weight: 500;
      font-size: 1rem;
      line-height: 1.375rem;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
      padding-bottom: 20px;
      position: relative; }
      @media screen and (min-width: 40em) {
        .home-hero__story__title {
          font-size: 1.25rem; } }
      @media screen and (min-width: 64em) {
        .home-hero__story__title {
          font-size: 1.25rem; } }
      @media screen and (min-width: 40em) {
        .home-hero__story__title {
          line-height: 1.625rem; } }
      @media screen and (min-width: 64em) {
        .home-hero__story__title {
          line-height: 1.625rem; } }
      .home-hero__story__title h2 {
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.375rem;
        color: #fff;
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0; }
        @media screen and (min-width: 40em) {
          .home-hero__story__title h2 {
            font-size: 1.25rem; } }
        @media screen and (min-width: 64em) {
          .home-hero__story__title h2 {
            font-size: 1.25rem; } }
        @media screen and (min-width: 40em) {
          .home-hero__story__title h2 {
            line-height: 1.625rem; } }
        @media screen and (min-width: 64em) {
          .home-hero__story__title h2 {
            line-height: 1.625rem; } }
      .home-hero__story__title:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: -300%;
        right: 200%;
        border-bottom: 1px solid #fff;
        transition: right 600ms ease-out; }
    .home-hero__story:hover {
      border-bottom: 0; }
      .home-hero__story:hover .home-hero__story__text {
        opacity: 1; }
      .home-hero__story:hover .home-hero__story__title:after {
        right: 0; }
  .home-hero__featured {
    position: relative; }
    .home-hero__featured__text {
      position: absolute;
      z-index: 2;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 0 2.5rem 2.5rem; }
      @media (max-width: 750px) {
        .home-hero__featured__text {
          background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0)); } }
      .home-hero__featured__text .btn {
        color: #fff;
        display: inline-block;
        border-color: #fff;
        margin-bottom: 0; }
        .home-hero__featured__text .btn:before, .home-hero__featured__text .btn:after {
          border-color: #fff; }
    .home-hero__featured__title {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
      font-weight: 500;
      font-size: 1.125rem;
      line-height: 1.5rem;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
      @media screen and (min-width: 40em) {
        .home-hero__featured__title {
          font-size: 1.625rem; } }
      @media screen and (min-width: 64em) {
        .home-hero__featured__title {
          font-size: 1.625rem; } }
      @media screen and (min-width: 40em) {
        .home-hero__featured__title {
          line-height: 2.125rem; } }
      @media screen and (min-width: 64em) {
        .home-hero__featured__title {
          line-height: 2.125rem; } }
      .home-hero__featured__title p {
        color: #fff; }
      .home-hero__featured__title h2 {
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.375rem;
        padding-bottom: 0;
        border-bottom: none; }
        @media screen and (min-width: 40em) {
          .home-hero__featured__title h2 {
            font-size: 1.25rem; } }
        @media screen and (min-width: 64em) {
          .home-hero__featured__title h2 {
            font-size: 1.25rem; } }
        @media screen and (min-width: 40em) {
          .home-hero__featured__title h2 {
            line-height: 1.625rem; } }
        @media screen and (min-width: 64em) {
          .home-hero__featured__title h2 {
            line-height: 1.625rem; } }
      .home-hero__featured__title a {
        color: #fff;
        border-bottom: none;
        text-decoration: none; }
        .home-hero__featured__title a:hover {
          border-bottom: 2px solid #e75200; }
  @media (max-width: 750px) {
    .home-hero__featured__text, .home-hero__story__text, .home-hero__quote__itself {
      padding-right: 100px; } }

.rand {
  position: relative;
  left: calc(100% - 70px);
  top: -25px;
  border: none;
  background-color: #fff;
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
  display: block;
  width: 50px;
  height: 50px;
  padding: 10px; }
  @media (min-width: 751px) {
    .rand {
      display: none !important; } }
  .rand .rotating-icon {
    display: block;
    width: 30px;
    height: 30px;
    background: transparent url(../img/icons/shuffle-blue.svg) no-repeat center center;
    background-size: 30px 30px;
    animation: roll 3s infinite; }

@keyframes roll {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

@media (max-width: 750px) {
  .home-hero__slick.more-or-less .more-or-less__fewer {
    display: none !important; } }

@media (min-width: 751px) {
  .home-hero__slick.more-or-less .more-or-less__fewer {
    display: block; }
    .home-hero__slick.more-or-less .more-or-less__fewer .icon-u-down-arrow {
      transform: rotateX(180deg); } }

button.more-less {
  border: none;
  background-color: #fff;
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: 1.5px;
  padding: 15px; }
  @media screen and (min-width: 40em) {
    button.more-less {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 64em) {
    button.more-less {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 40em) {
    button.more-less {
      line-height: 1.125rem; } }
  @media screen and (min-width: 64em) {
    button.more-less {
      line-height: 1.125rem; } }
  @media screen and (min-width: 40em) {
    button.more-less {
      letter-spacing: 2px; } }
  button.more-less .icon-u-down-arrow {
    display: inline-block; }
  button.more-less:hover {
    color: #00acc8; }

@media (min-width: 751px) {
  .home-hero__slick {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    z-index: 4;
    position: relative;
    background-color: #fff;
    padding: 10px 5px;
    margin-bottom: 0; } }

@media (min-width: 1160px) {
  .home-hero__slick {
    margin-top: -60px; } }

@media (min-width: 1400px) {
  .home-hero__slick {
    margin-top: -120px; } }

@media (min-width: 751px) {
  .home-hero__slide {
    width: calc(33.33% - 10px);
    z-index: 2;
    margin: 0 5px 10px; }
    .home-hero__slide.just-two {
      width: calc(50% - 10px); } }

@media (min-width: 751px) {
  .home-hero__featured {
    display: none; } }

.home-hero__featured:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0));
  z-index: 2; }

.home-hero__featured-story {
  position: relative; }
  @media (max-width: 750px) {
    .home-hero__featured-story {
      display: none; } }
  .home-hero__featured-story:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    z-index: 2; }
  .home-hero__featured-story__media {
    width: 100%;
    position: relative;
    z-index: 1;
    max-height: 790px;
    overflow: hidden; }
  .home-hero__featured-story .featured-video,
  .home-hero__featured-story .featured-photo {
    position: relative;
    width: 100%;
    object-fit: cover; }
  .home-hero__featured-story__text {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    padding: 0 1.25rem; }
    @media (min-width: 1160px) {
      .home-hero__featured-story__text {
        padding-bottom: 90px; } }
    @media (min-width: 1400px) {
      .home-hero__featured-story__text {
        padding-bottom: 200px; } }
    .home-hero__featured-story__text .h1 {
      color: #fff;
      padding-bottom: 0;
      border-bottom: none;
      margin-bottom: 30px;
      font-weight: 700;
      font-size: 2rem;
      line-height: 2.5rem;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
      @media screen and (min-width: 40em) {
        .home-hero__featured-story__text .h1 {
          font-size: 3rem; } }
      @media screen and (min-width: 64em) {
        .home-hero__featured-story__text .h1 {
          font-size: 4rem; } }
      @media screen and (min-width: 40em) {
        .home-hero__featured-story__text .h1 {
          line-height: 3.5rem; } }
      @media screen and (min-width: 64em) {
        .home-hero__featured-story__text .h1 {
          line-height: 4.375rem; } }
    .home-hero__featured-story__text .btn {
      color: #fff;
      display: inline-block;
      padding: 0.6875rem !important;
      border-color: #fff; }
      .home-hero__featured-story__text .btn:before, .home-hero__featured-story__text .btn:after {
        border-color: #fff; }
  .home-hero__featured-story__title {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #fff; }
    @media screen and (min-width: 40em) {
      .home-hero__featured-story__title {
        font-size: 1.25rem; } }
    @media screen and (min-width: 64em) {
      .home-hero__featured-story__title {
        font-size: 1.25rem; } }
    @media screen and (min-width: 40em) {
      .home-hero__featured-story__title {
        line-height: 1.625rem; } }
    @media screen and (min-width: 64em) {
      .home-hero__featured-story__title {
        line-height: 1.625rem; } }
    .home-hero__featured-story__title h2 {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
      font-weight: 500;
      font-size: 1.125rem;
      line-height: 1.5rem;
      color: #fff;
      padding-bottom: 0;
      border-bottom: none; }
      @media screen and (min-width: 40em) {
        .home-hero__featured-story__title h2 {
          font-size: 1.625rem; } }
      @media screen and (min-width: 64em) {
        .home-hero__featured-story__title h2 {
          font-size: 1.625rem; } }
      @media screen and (min-width: 40em) {
        .home-hero__featured-story__title h2 {
          line-height: 2.125rem; } }
      @media screen and (min-width: 64em) {
        .home-hero__featured-story__title h2 {
          line-height: 2.125rem; } }
    .home-hero__featured-story__title a {
      color: #fff;
      padding: 0.6875rem;
      border-bottom: none;
      text-decoration: none; }
      .home-hero__featured-story__title a:hover {
        border-bottom: 2px solid #e75200; }

.differentiators-row__button-area {
  position: relative; }
  @media screen and (max-width: 39.9375em) {
    .differentiators-row__button-area:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      border-left: 2px solid #00acc8;
      transition: all 0.75s ease-out;
      left: 10px; } }
  .differentiators-row__button-area ul {
    text-align: right; }
    .differentiators-row__button-area ul li {
      margin-left: 0;
      margin-bottom: 0; }
      .differentiators-row__button-area ul li:before {
        display: none; }
  .differentiators-row__button-area .btn {
    padding: 1rem 1.5rem;
    background-color: #fff; }
    .differentiators-row__button-area .btn:hover {
      background-color: #00acc8; }

.differentiators-row__title-area {
  position: relative; }
  @media screen and (min-width: 40em) {
    .differentiators-row__title-area {
      padding-left: 40px; } }
  .differentiators-row__title-area:before {
    content: "";
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0;
    border-left: 2px solid #00acc8;
    transition: all 1s ease-out;
    left: 10px; }
    @media screen and (min-width: 40em) {
      .differentiators-row__title-area:before {
        left: 10px;
        top: 100%;
        opacity: 0; } }
    @media screen and (min-width: 64em) {
      .differentiators-row__title-area:before {
        left: 10px; } }
    @media (min-width: 900px) {
      .differentiators-row__title-area:before {
        bottom: -100px; } }
  .differentiators-row__title-area.animated:before {
    top: 0%;
    opacity: 1; }

.differentiators-row h2 {
  padding-bottom: 0;
  border-bottom: none; }
  @media screen and (max-width: 39.9375em) {
    .differentiators-row h2 {
      font-size: 1.75rem; } }

.differentiators-row__button {
  text-align: right; }

.differentiators-row__cards {
  position: relative;
  margin-right: 30px; }
  @media (min-width: 900px) {
    .differentiators-row__cards {
      display: grid;
      grid-gap: 0;
      grid-template-columns: [left-line] auto [middle-left-line] 80px [middle-right-line] minmax(auto, 610px) [right-line];
      grid-template-rows: [top-line] 40px [inside-top-line] auto [inside-bottom-line] 40px [bottom-line]; } }
  @media (min-width: 1190px) {
    .differentiators-row__cards {
      margin-right: calc(50% - 595px); } }
  .differentiators-row__cards .slick-track {
    padding-bottom: 30px; }

.diffcard__top {
  background-color: #333;
  grid-column-start: middle-left-line;
  grid-column-end: right-line;
  grid-row-start: inside-top-line;
  grid-row-end: bottom-line;
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9;
  opacity: 0;
  transition: opacity 0.75s ease-in; }
  .diffcard__top.animated {
    opacity: 1; }

.diffcard__bottom {
  background-color: #ccc;
  grid-column-start: left-line;
  grid-column-end: middle-right-line;
  grid-row-start: top-line;
  grid-row-end: inside-bottom-line;
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.5s ease-in; }
  .diffcard__bottom.animated {
    opacity: 1; }

.diffcard__text {
  width: 100%;
  padding: 9.375rem 3.75rem 3.125rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  top: 20px;
  transition: opacity 0.75s ease-in; }
  @media screen and (min-width: 40em) {
    .diffcard__text {
      transition: top 1.5s ease-in; } }

.diffcard.animated .diffcard__text {
  top: 0; }

.diffcard__differentiator {
  width: 100%;
  height: 100%; }
  .diffcard__differentiator__eyebrow {
    color: #fff;
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 1rem;
    letter-spacing: 1.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 0.625rem; }
    @media screen and (min-width: 40em) {
      .diffcard__differentiator__eyebrow {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 64em) {
      .diffcard__differentiator__eyebrow {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 40em) {
      .diffcard__differentiator__eyebrow {
        line-height: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .diffcard__differentiator__eyebrow {
        line-height: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .diffcard__differentiator__eyebrow {
        letter-spacing: 2px; } }
    @media screen and (min-width: 40em) {
      .diffcard__differentiator__eyebrow {
        margin-bottom: 1.25rem; } }
    @media screen and (min-width: 64em) {
      .diffcard__differentiator__eyebrow {
        margin-bottom: 1.25rem; } }
  .diffcard__differentiator__big {
    font-size: 1.625rem;
    line-height: 1;
    margin-top: auto;
    color: #e75200;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      .diffcard__differentiator__big {
        font-size: 4.5rem; } }
    @media screen and (min-width: 64em) {
      .diffcard__differentiator__big {
        font-size: 8.75rem; } }
    @media screen and (min-width: 40em) {
      .diffcard__differentiator__big {
        margin-bottom: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .diffcard__differentiator__big {
        margin-bottom: 2.5rem; } }
  .diffcard__differentiator__title {
    font-size: 1.125rem;
    color: #fff;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      .diffcard__differentiator__title {
        font-size: 1.5rem; } }
    @media screen and (min-width: 64em) {
      .diffcard__differentiator__title {
        font-size: 1.625rem; } }
    @media screen and (min-width: 40em) {
      .diffcard__differentiator__title {
        margin-bottom: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .diffcard__differentiator__title {
        margin-bottom: 2.5rem; } }
    .diffcard__differentiator__title a {
      color: #fff; }
  .diffcard__differentiator__desc {
    font-size: 0.8125rem;
    color: #fff; }
    @media screen and (min-width: 40em) {
      .diffcard__differentiator__desc {
        font-size: 1rem; } }
    @media screen and (min-width: 64em) {
      .diffcard__differentiator__desc {
        font-size: 1rem; } }

.diffcard__top .diffcard__differentiator {
  background-color: #0c223f; }

.diffcard__bottom .diffcard__differentiator {
  background-color: #fff; }
  .diffcard__bottom .diffcard__differentiator .diffcard__text {
    padding-right: 6.875rem; }
  .diffcard__bottom .diffcard__differentiator .diffcard__differentiator__title,
  .diffcard__bottom .diffcard__differentiator .diffcard__differentiator__title a,
  .diffcard__bottom .diffcard__differentiator .diffcard__differentiator__desc {
    color: #000; }

.diffcard__story {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
  overflow: hidden;
  display: flex;
  justify-content: flex-end; }
  .diffcard__story:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(31, 87, 161, 0.75);
    opacity: 0;
    transition: opacity 500ms ease-out; }
  .diffcard__story .diffcard__image {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .diffcard__story .diffcard__image img {
      max-width: none;
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: relative;
      z-index: 2; }
    .diffcard__story .diffcard__image:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 3;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
      opacity: 1;
      transition: opacity 1s ease-out; }
  .diffcard__story .diffcard__text {
    position: relative;
    z-index: 4;
    margin-left: 60px;
    padding-left: 0;
    padding-bottom: 60px; }
    @media (min-width: 900px) {
      .diffcard__story .diffcard__text:after {
        content: "";
        display: block;
        position: absolute;
        left: 100%;
        bottom: 40px;
        right: 60px;
        border-bottom: 1px solid #fff;
        transition: all 500ms ease-out; } }
  .diffcard__story .diffcard__differentiator__title {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 0; }
  .diffcard__story:hover {
    border-bottom: none; }
    .diffcard__story:hover:after {
      opacity: 1; }
    .diffcard__story:hover .diffcard__image:before {
      opacity: 0; }
    .diffcard__story:hover .diffcard__text:after {
      left: 0%; }

.diffcard__bottom .diffcard__story .diffcard__text {
  padding-right: 6.875rem; }

.differentiators-row + .differentiators-row {
  background-color: #F6F8FA; }
  @media screen and (min-width: 40em) {
    .differentiators-row + .differentiators-row .differentiators-row__title-area {
      text-align: right;
      padding-right: 40px;
      order: 2; }
      .differentiators-row + .differentiators-row .differentiators-row__title-area:before {
        display: none; }
      .differentiators-row + .differentiators-row .differentiators-row__title-area:after {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        right: 10px;
        bottom: 0;
        border-right: 2px solid #00acc8;
        transition: all 1s ease-out; } }
    @media screen and (min-width: 40em) and (min-width: 900px) {
      .differentiators-row + .differentiators-row .differentiators-row__title-area:after {
        bottom: -100px; } }
  .differentiators-row + .differentiators-row .differentiators-row__title-area.animated:after {
    top: 0%; }
  .differentiators-row + .differentiators-row .differentiators-row__button {
    text-align: left; }
  .differentiators-row + .differentiators-row ul {
    text-align: left; }
  .differentiators-row + .differentiators-row .differentiators-row__cards {
    position: relative;
    margin-right: 0;
    margin-left: 0; }
    @media (min-width: 900px) {
      .differentiators-row + .differentiators-row .differentiators-row__cards {
        display: grid;
        grid-gap: 0;
        grid-template-columns: [left-line] minmax(auto, 610px) [middle-left-line] 80px [middle-right-line] auto [right-line];
        grid-template-rows: [top-line] 40px [inside-top-line] auto [inside-bottom-line] 40px [bottom-line]; } }
    @media (min-width: 1190px) {
      .differentiators-row + .differentiators-row .differentiators-row__cards {
        margin-right: 0;
        margin-left: calc(50% - 595px); } }
  .differentiators-row + .differentiators-row .diffcard__bottom {
    background-color: #333;
    grid-column-start: left-line;
    grid-column-end: middle-right-line;
    grid-row-start: inside-top-line;
    grid-row-end: bottom-line;
    box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
    order: 2;
    z-index: 10; }
  .differentiators-row + .differentiators-row .diffcard__top {
    background-color: #ccc;
    grid-column-start: middle-left-line;
    grid-column-end: right-line;
    grid-row-start: top-line;
    grid-row-end: inside-bottom-line;
    box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
    order: 1;
    z-index: 9; }
  .differentiators-row + .differentiators-row .diffcard__bottom .diffcard__differentiator {
    background-color: #fff; }
    .differentiators-row + .differentiators-row .diffcard__bottom .diffcard__differentiator .diffcard__differentiator__title,
    .differentiators-row + .differentiators-row .diffcard__bottom .diffcard__differentiator .diffcard__differentiator__title a,
    .differentiators-row + .differentiators-row .diffcard__bottom .diffcard__differentiator .diffcard__differentiator__desc {
      color: #000; }
  .differentiators-row + .differentiators-row .diffcard__top .diffcard__differentiator {
    background-color: #0c223f; }
    .differentiators-row + .differentiators-row .diffcard__top .diffcard__differentiator .diffcard__text {
      padding-right: 3.75rem;
      padding-left: 6.875rem; }
    .differentiators-row + .differentiators-row .diffcard__top .diffcard__differentiator .diffcard__differentiator__title,
    .differentiators-row + .differentiators-row .diffcard__top .diffcard__differentiator .diffcard__differentiator__desc {
      color: #fff; }
  .differentiators-row + .differentiators-row .diffcard__top .diffcard__story .diffcard__text {
    margin-left: 0;
    padding-left: 6.875rem;
    padding-right: 0;
    margin-right: 60px; }
    .differentiators-row + .differentiators-row .diffcard__top .diffcard__story .diffcard__text:after {
      left: 60px;
      right: 100%; }
  .differentiators-row + .differentiators-row .diffcard__top .diffcard__story:hover .diffcard__text:after {
    right: 0%; }

@media (max-width: 899px) {
  .differentiators-row__cards,
  .differentiators-row__cards + .differentiators-row__cards {
    margin-left: 0;
    margin-right: 0; }
  .diffcard__top {
    margin-left: 20px; }
  .diffcard__text {
    padding: 20px !important;
    margin: 0 !important; } }

@media (min-width: 600px) and (max-width: 899px) {
  .diffcard__top, .diffcard__bottom {
    width: 500px; } }

@media (max-width: 599px) {
  .diffcard__top, .diffcard__bottom {
    width: 400px; } }

@media (max-width: 440px) {
  .diffcard__top, .diffcard__bottom {
    width: 270px; } }

.admissions-row {
  padding-bottom: 0.625rem; }
  @media screen and (min-width: 40em) {
    .admissions-row {
      padding-bottom: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .admissions-row {
      padding-bottom: 3.75rem; } }
  .admissions-row .cta-panel {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    margin-bottom: 1.875rem;
    position: relative; }
    @media screen and (min-width: 40em) {
      .admissions-row .cta-panel {
        padding-top: 12.5rem; } }
    @media screen and (min-width: 64em) {
      .admissions-row .cta-panel {
        padding-top: 12.5rem; } }
    @media screen and (min-width: 40em) {
      .admissions-row .cta-panel {
        padding-bottom: 12.5rem; } }
    @media screen and (min-width: 64em) {
      .admissions-row .cta-panel {
        padding-bottom: 12.5rem; } }
    @media screen and (min-width: 40em) {
      .admissions-row .cta-panel {
        margin-bottom: 3.75rem; } }
    @media screen and (min-width: 64em) {
      .admissions-row .cta-panel {
        margin-bottom: 3.75rem; } }
    .admissions-row .cta-panel:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.4); }
    .admissions-row .cta-panel h2 {
      color: #fff;
      text-align: center;
      position: relative;
      padding-bottom: 1.25rem;
      border-bottom: none;
      margin-bottom: 1.25rem;
      position: relative;
      z-index: 2; }
      @media screen and (min-width: 40em) {
        .admissions-row .cta-panel h2 {
          padding-bottom: 2.5rem; } }
      @media screen and (min-width: 64em) {
        .admissions-row .cta-panel h2 {
          padding-bottom: 2.5rem; } }
      @media screen and (min-width: 40em) {
        .admissions-row .cta-panel h2 {
          margin-bottom: 3.75rem; } }
      @media screen and (min-width: 64em) {
        .admissions-row .cta-panel h2 {
          margin-bottom: 3.75rem; } }
      .admissions-row .cta-panel h2:after {
        content: "";
        display: block;
        width: 100px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        bottom: 0;
        left: calc(50% - 50px); }
        @media screen and (min-width: 40em) {
          .admissions-row .cta-panel h2:after {
            width: 140px;
            left: calc(50% - 70px); } }
    .admissions-row .cta-panel__buttons {
      position: relative;
      z-index: 2;
      text-align: center; }
      .admissions-row .cta-panel__buttons ul {
        text-align: center; }
        .admissions-row .cta-panel__buttons ul li {
          margin-left: 0;
          margin-bottom: 0; }
          .admissions-row .cta-panel__buttons ul li:before {
            display: none; }
          @media screen and (min-width: 40em) {
            .admissions-row .cta-panel__buttons ul li {
              display: inline-block; }
              .admissions-row .cta-panel__buttons ul li:not(:first-child) {
                margin-left: 14px; }
              .admissions-row .cta-panel__buttons ul li:not(:last-child) {
                margin-right: 14px; } }
      .admissions-row .cta-panel__buttons .btn {
        color: #fff;
        border-color: #fff;
        background-color: rgba(12, 34, 63, 0.3);
        padding: 1rem 2.5rem; }
        .admissions-row .cta-panel__buttons .btn:before, .admissions-row .cta-panel__buttons .btn:after {
          border-color: #fff; }

.page--home .admissions-row .cta-panel {
  width: 100%;
  overflow: hidden; }
  @media (min-width: 751px) {
    .page--home .admissions-row .cta-panel {
      max-height: 575px;
      padding-top: 0; } }

.page--home .admissions-row video {
  width: 100%;
  position: relative;
  object-fit: cover;
  z-index: 1; }
  @media (max-width: 750px) {
    .page--home .admissions-row video {
      display: none; } }

@media (min-width: 751px) {
  .page--home .admissions-row .padded-row {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    z-index: 3; } }

.event-lockup {
  border-bottom: none;
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 2;
  margin-bottom: 1.875rem; }
  @media screen and (min-width: 40em) {
    .event-lockup {
      margin-bottom: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .event-lockup {
      margin-bottom: 3.75rem; } }
  .event-lockup .date-block {
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 2px solid #e75200;
    color: #000; }
    .event-lockup .date-block__day {
      border-bottom: none;
      text-align: center; }
    .event-lockup .date-block__month {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 0.625rem;
      line-height: 1rem;
      letter-spacing: 1.5px;
      font-weight: 500;
      text-align: center; }
      @media screen and (min-width: 40em) {
        .event-lockup .date-block__month {
          font-size: 0.8125rem; } }
      @media screen and (min-width: 64em) {
        .event-lockup .date-block__month {
          font-size: 0.8125rem; } }
      @media screen and (min-width: 40em) {
        .event-lockup .date-block__month {
          line-height: 1.125rem; } }
      @media screen and (min-width: 64em) {
        .event-lockup .date-block__month {
          line-height: 1.125rem; } }
      @media screen and (min-width: 40em) {
        .event-lockup .date-block__month {
          letter-spacing: 2px; } }
    .event-lockup .date-block__number {
      font-family: "Roboto Slab", Georgia, sans-serif;
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 2rem;
      text-align: center; }
      @media screen and (min-width: 40em) {
        .event-lockup .date-block__number {
          font-size: 2.25rem; } }
      @media screen and (min-width: 64em) {
        .event-lockup .date-block__number {
          font-size: 2.25rem; } }
      @media screen and (min-width: 40em) {
        .event-lockup .date-block__number {
          line-height: 3rem; } }
      @media screen and (min-width: 64em) {
        .event-lockup .date-block__number {
          line-height: 3rem; } }
  .event-lockup__details {
    padding-left: 20px; }
  .event-lockup__location {
    color: #000;
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-size: 0.8125rem;
    line-height: 1.25rem; }
    @media screen and (min-width: 40em) {
      .event-lockup__location {
        font-size: 1rem; } }
    @media screen and (min-width: 64em) {
      .event-lockup__location {
        font-size: 1rem; } }
    @media screen and (min-width: 40em) {
      .event-lockup__location {
        line-height: 1.625rem; } }
    @media screen and (min-width: 64em) {
      .event-lockup__location {
        line-height: 1.625rem; } }
  .event-lockup:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffb700;
    box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: all 300ms ease-in-out; }
  .event-lockup:hover {
    border-bottom: none; }
    .event-lockup:hover .event-lockup__title {
      color: #000; }
    .event-lockup:hover:after {
      opacity: 1;
      top: -30px;
      right: -30px;
      bottom: -30px;
      left: -30px; }

.alert--site-wide {
  background-color: #ffb700;
  padding: 1.875rem 0;
  padding-top: 80px; }
  .alert--site-wide h2 {
    border-bottom-color: #e75200; }
  .alert--site-wide i.fa {
    color: #e75200;
    font-size: 3.75rem; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .alert--site-wide i.fa {
        float: right; } }
  .alert--site-wide a {
    color: #000; }
    .alert--site-wide a:hover {
      color: #000; }

/* ----------------------------
  OHO STAT BLOCK
------------------------------- */
.section--stat-block {
  text-align: center; }
  .section--stat-block .section__lead-in__sub-title {
    font-weight: 100;
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif; }

.oho-stat-block {
  padding: 20px 0 50px;
  text-align: center;
  width: 100%;
  float: left;
  /*
  .slick-slide {
    padding: 0 45px;
    
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      padding: 0 20px;
    }
    
    @media screen and (max-width: 39.9375em) {
      padding: 0 25px;
    }
    
  }
  
  .slick-list {
    padding: 0px !important; // overwrite slick js assigned styles
    margin: 0 50px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    
    @media screen and (max-width: 39.9375em) {
      border: none;
    }
    
    h2 {
      display: none;
    }
    
    .slick-slide {
      min-height: 160px;
    }
    
  }
  
  .slick-center {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    
    @media screen and (max-width: 39.9375em) {
      border: none;
    }
    
  }
  
  .slick-track .slick-active:first-child{
    background-color: blue;
  }
  
  .field-name-field-hc-statistic-link a {
    margin-top: 20px;
    background-position: 93% center;
    transition: .2s all ease;
    margin-top: 20px;
    font-size: 12px;
    padding: 8px 45px 8px 35px;
    background-color: #333333;
    color: white;
    text-transform: uppercase;
    background-image: url(../img/btn-arrow-white.png);
    background-repeat: no-repeat;  
    display: inline-block;
    
    &:hover{
      transition: .2s all ease;
      background-position: 95%;
    }
  }
 
 .slick-prev {
   left: -8px;
   @media screen {
     left: 8px;
   } 
 }
 
 .slick-next {
    right: -8px;
    
    @media screen {
     right: 8px;
    }
  }
*/ }
  @media screen and (max-width: 39.9375em) {
    .oho-stat-block .oho-stat {
      padding: 20px 0; }
      .oho-stat-block .oho-stat:first-child {
        padding-top: 0px; }
      .oho-stat-block .oho-stat:last-child {
        padding-bottom: 0px; } }
  @media screen and (min-width: 40em) {
    .oho-stat-block .oho-stat {
      border-left: 1px solid #ccc; }
      .oho-stat-block .oho-stat:last-child {
        border-right: 1px solid #ccc; } }
  .oho-stat-block .oho-stat__title {
    font-size: 24px; }
  .oho-stat-block .oho-stat__value {
    font-size: 72px;
    line-height: 1;
    padding: 10px 0; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .oho-stat-block .oho-stat__value {
        font-size: 55px; } }
  .oho-stat-block .oho-stat__desc {
    font-size: 24px;
    line-height: 1.2; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .oho-stat-block .oho-stat__desc {
        font-size: 20px; } }
    .oho-stat-block .oho-stat__desc p {
      margin: 0;
      line-height: 1.4; }

.section--title {
  position: relative; }
  @media (min-width: 1160px) {
    .section--title {
      padding-top: 133px; } }
  @media (min-width: 1160px) {
    .section--title__has-image {
      padding-top: 0; } }
  .section--title__text {
    padding-top: 2.5rem;
    padding-bottom: 1.875rem; }
    @media screen and (min-width: 40em) {
      .section--title__text {
        padding-top: 7.5rem; } }
    @media screen and (min-width: 64em) {
      .section--title__text {
        padding-top: 7.5rem; } }
    @media screen and (min-width: 40em) {
      .section--title__text {
        padding-bottom: 5rem; } }
    @media screen and (min-width: 64em) {
      .section--title__text {
        padding-bottom: 5rem; } }
    .section--title__text .col,
    .section--title__text .padded-row {
      display: flex;
      flex-direction: column;
      align-items: stretch; }
  .section--title h1 {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      .section--title h1 {
        margin-bottom: 1.875rem; } }
    @media screen and (min-width: 64em) {
      .section--title h1 {
        margin-bottom: 1.875rem; } }
    @media screen and (max-width: 39.9375em) {
      .section--title h1 {
        order: 1; } }
  @media screen and (max-width: 39.9375em) {
    .section--title .breadcrumbs {
      order: -1; } }
  @media screen and (min-width: 40em) {
    .section--title .breadcrumbs {
      margin-bottom: 0; } }
  .section--title__image {
    max-height: 640px;
    overflow: hidden; }
    .section--title__image img {
      vertical-align: middle; }
    @media screen and (max-width: 39.9375em) {
      .section--title__image {
        max-height: 40vw; }
        .section--title__image img {
          object-fit: cover;
          width: 100%;
          max-height: 40vw; } }
    .section--title__image img {
      object-fit: cover;
      width: 100%;
      max-height: 640px; }
    @media screen and (min-width: 40em) {
      .section--title__image img {
        transition: transform 24s ease; }
      .section--title__image.animated img {
        transform: scale(1.1); } }
  .section--title__image + .section--title__text {
    padding-top: 2.5rem;
    padding-bottom: 1.875rem; }
    @media screen and (min-width: 40em) {
      .section--title__image + .section--title__text {
        padding-top: 3.125rem; } }
    @media screen and (min-width: 64em) {
      .section--title__image + .section--title__text {
        padding-top: 7.5rem; } }
    @media screen and (min-width: 40em) {
      .section--title__image + .section--title__text {
        padding-bottom: 1.25rem; } }
    @media screen and (min-width: 64em) {
      .section--title__image + .section--title__text {
        padding-bottom: 5rem; } }
    @media screen and (min-width: 40em) {
      .section--title__image + .section--title__text {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
        .section--title__image + .section--title__text h1 {
          color: #fff;
          text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
        .section--title__image + .section--title__text .breadcrumbs {
          text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
          .section--title__image + .section--title__text .breadcrumbs li.active,
          .section--title__image + .section--title__text .breadcrumbs li:after {
            color: #ffb700; }
          .section--title__image + .section--title__text .breadcrumbs a {
            color: #fff; }
            .section--title__image + .section--title__text .breadcrumbs a:hover {
              color: #ffb700; } }
  .section--title + .section--title {
    padding-top: 0; }

.page--landing-page .section--title__text,
.page--common .section--title__text,
.page--detail .section--title__text,
.page--listing .section--title__text {
  padding-top: 1.875rem;
  padding-bottom: 0; }
  @media screen and (min-width: 40em) {
    .page--landing-page .section--title__text,
    .page--common .section--title__text,
    .page--detail .section--title__text,
    .page--listing .section--title__text {
      padding-top: 5rem; } }
  @media screen and (min-width: 64em) {
    .page--landing-page .section--title__text,
    .page--common .section--title__text,
    .page--detail .section--title__text,
    .page--listing .section--title__text {
      padding-top: 5rem; } }
  @media screen and (min-width: 40em) {
    .page--landing-page .section--title__text,
    .page--common .section--title__text,
    .page--detail .section--title__text,
    .page--listing .section--title__text {
      padding-bottom: 1.875rem; } }
  @media screen and (min-width: 64em) {
    .page--landing-page .section--title__text,
    .page--common .section--title__text,
    .page--detail .section--title__text,
    .page--listing .section--title__text {
      padding-bottom: 1.875rem; } }

.page--landing-page .section--title__text {
  padding-bottom: 0; }
  @media screen and (min-width: 40em) {
    .page--landing-page .section--title__text {
      padding-bottom: 5.625rem; } }
  @media screen and (min-width: 64em) {
    .page--landing-page .section--title__text {
      padding-bottom: 11.25rem; } }

.page--landing-page .section--title__image,
.page--common .section--title__image {
  max-height: 740px; }
  .page--landing-page .section--title__image img,
  .page--common .section--title__image img {
    max-height: 740px; }

.page--page .section--title__text {
  padding-bottom: 1.875rem; }
  @media screen and (min-width: 40em) {
    .page--page .section--title__text {
      padding-bottom: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .page--page .section--title__text {
      padding-bottom: 3.75rem; } }

.page--organization .section--title__text {
  padding-bottom: 0; }
  @media screen and (min-width: 40em) {
    .page--organization .section--title__text {
      padding-bottom: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .page--organization .section--title__text {
      padding-bottom: 7.5rem; } }

.landing--intro-text {
  background-color: #F6F8FA; }
  .landing--intro-text__box {
    margin-top: 0;
    background-color: #fff;
    box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 1.875rem; }
    @media screen and (min-width: 40em) {
      .landing--intro-text__box {
        margin-top: -3.75rem; } }
    @media screen and (min-width: 64em) {
      .landing--intro-text__box {
        margin-top: -8.75rem; } }
    @media screen and (min-width: 40em) {
      .landing--intro-text__box {
        padding: 3.75rem; } }
    .landing--intro-text__box .intro-text:last-child {
      margin-bottom: 0; }

.common__topper--basic, .common__topper--links {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-size: 0.8125rem;
  line-height: 1.25rem; }
  @media screen and (min-width: 40em) {
    .common__topper--basic, .common__topper--links {
      font-size: 1rem; } }
  @media screen and (min-width: 64em) {
    .common__topper--basic, .common__topper--links {
      font-size: 1rem; } }
  @media screen and (min-width: 40em) {
    .common__topper--basic, .common__topper--links {
      line-height: 1.625rem; } }
  @media screen and (min-width: 64em) {
    .common__topper--basic, .common__topper--links {
      line-height: 1.625rem; } }
  .common__topper--basic h3, .common__topper--links h3 {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 1rem;
    letter-spacing: 1.5px;
    font-weight: 500;
    padding-bottom: none;
    border-bottom: none;
    margin-bottom: 1em; }
    @media screen and (min-width: 40em) {
      .common__topper--basic h3, .common__topper--links h3 {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 64em) {
      .common__topper--basic h3, .common__topper--links h3 {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 40em) {
      .common__topper--basic h3, .common__topper--links h3 {
        line-height: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .common__topper--basic h3, .common__topper--links h3 {
        line-height: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .common__topper--basic h3, .common__topper--links h3 {
        letter-spacing: 2px; } }

.common__topper--simple {
  margin-bottom: 1.875rem; }
  @media screen and (min-width: 40em) {
    .common__topper--simple {
      margin-bottom: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .common__topper--simple {
      margin-bottom: 3.75rem; } }

.common__topper--basic {
  margin-bottom: 1.875rem; }
  @media screen and (min-width: 40em) {
    .common__topper--basic {
      margin-bottom: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .common__topper--basic {
      margin-bottom: 3.75rem; } }
  .common__topper--basic ul {
    margin-left: 20px;
    margin-bottom: 0; }
    .common__topper--basic ul li {
      margin: 0 0 0.625rem 1.25rem; }
      .common__topper--basic ul li:before {
        left: -1.25rem;
        width: 4px;
        height: 4px; }
  .common__topper--basic a {
    font-weight: 500;
    border-bottom: none; }

.common__topper--links ul {
  list-style: none; }

.common__topper--links li {
  margin-left: 0;
  margin-bottom: 0;
  display: inline-block; }
  .common__topper--links li:before {
    display: none; }

.common__topper--links .btn {
  margin-right: 1.25rem;
  margin-bottom: 20px;
  padding: 1rem 3rem; }
  @media screen and (min-width: 40em) {
    .common__topper--links .btn {
      display: inline-block; } }
  .common__topper--links .btn:not([href^="https://www.utica.edu"]):not([href^="#"]):not([href^="/"]) span {
    padding-left: 30px;
    position: relative; }
  .common__topper--links .btn:not([href^="https://www.utica.edu"]):not([href^="#"]):not([href^="/"]) span:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: transparent url(../img/icons/external-links-black.svg) no-repeat center center;
    position: absolute;
    left: 0;
    top: -5px; }

@media screen and (max-width: 39.9375em) {
  .common__topper--links li:last-child .btn {
    margin-bottom: 0; } }

.common__topper .col:first-child {
  background-color: #fff;
  padding-bottom: 2.5rem; }
  @media screen and (min-width: 40em) {
    .common__topper .col:first-child {
      padding-bottom: 7.5rem; } }
  @media screen and (min-width: 64em) {
    .common__topper .col:first-child {
      padding-bottom: 7.5rem; } }
  @media screen and (min-width: 40em) {
    .common__topper .col:first-child {
      padding-top: 80px; } }

.common__topper__contact {
  position: relative;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 1.25rem;
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 40em) {
    .common__topper__contact {
      margin-top: 80px; } }
  @media screen and (min-width: 64em) {
    .common__topper__contact {
      margin-top: -120px;
      padding: 1.875rem; } }
  .common__topper__contact h2 {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    padding-bottom: 0.9375rem;
    border-bottom: 2px solid #00acc8; }
    @media screen and (min-width: 40em) {
      .common__topper__contact h2 {
        font-size: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .common__topper__contact h2 {
        font-size: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .common__topper__contact h2 {
        line-height: 1.5rem; } }
    @media screen and (min-width: 64em) {
      .common__topper__contact h2 {
        line-height: 1.5rem; } }
  .common__topper__contact h3:not(.contact-box__name) {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 1rem;
    letter-spacing: 1.5px;
    font-weight: 500;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 10px; }
    @media screen and (min-width: 40em) {
      .common__topper__contact h3:not(.contact-box__name) {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 64em) {
      .common__topper__contact h3:not(.contact-box__name) {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 40em) {
      .common__topper__contact h3:not(.contact-box__name) {
        line-height: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .common__topper__contact h3:not(.contact-box__name) {
        line-height: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .common__topper__contact h3:not(.contact-box__name) {
        letter-spacing: 2px; } }
    .common__topper__contact h3:not(.contact-box__name) a {
      border-bottom: none; }
  .common__topper__contact__list--small {
    margin-bottom: 30px; }
    .common__topper__contact__list--small li {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
      font-size: 0.8125rem;
      line-height: 1.25rem;
      margin-left: 0;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto;
      margin-bottom: 0; }
      @media screen and (min-width: 40em) {
        .common__topper__contact__list--small li {
          font-size: 1rem; } }
      @media screen and (min-width: 64em) {
        .common__topper__contact__list--small li {
          font-size: 1rem; } }
      @media screen and (min-width: 40em) {
        .common__topper__contact__list--small li {
          line-height: 1.625rem; } }
      @media screen and (min-width: 64em) {
        .common__topper__contact__list--small li {
          line-height: 1.625rem; } }
      .common__topper__contact__list--small li:before {
        display: none; }
      .common__topper__contact__list--small li:not(:last-child) {
        margin-bottom: 10px; }
  .common__topper__contact .col-6.col-md-12.col-lg-6 {
    padding-right: 0; }

.page--landing-page .section--title h1 {
  font-weight: 700; }

@media screen and (max-width: 39.9375em) {
  .page--landing-page .landing--intro-text {
    background-color: transparent;
    background-image: linear-gradient(to bottom, #fff, #fff 50%, #F6F8FA 50%, #F6F8FA); } }

.split-band-checkerboard .split-band__name {
  font-size: 42px;
  margin-bottom: 15px;
  color: #fff; }
  @media screen and (min-width: 64em) {
    .split-band-checkerboard .split-band__name {
      font-size: 42px;
      margin-bottom: 15px; } }

.split-band-checkerboard > div.split-band:nth-child(even) .split-band__content-container {
  right: 0; }

.split-band-checkerboard > div.split-band:nth-child(even) .split-band__photo {
  left: 0; }

.split-band-checkerboard > div.split-band:nth-child(even) .split-band__content {
  float: left; }

.split-band-checkerboard > div.split-band:nth-child(even) .split-band__photo {
  order: 2; }

.split-band-checkerboard > div.split-band:nth-child(even) .split-band__photo img {
  float: right; }

.split-band-checkerboard > div.split-band:nth-child(odd) .split-band__content {
  float: right; }

.split-band-checkerboard > div.split-band:nth-child(odd) .split-band__photo img {
  float: left; }

/*-- split-band --*/
.split-band__content-container {
  padding: 0px; }
  @media screen and (min-width: 64em) {
    .split-band__content-container {
      min-height: 447px; } }

.split-band {
  background: #fff;
  margin: 0px;
  padding: 0px;
  width: 100%;
  color: white;
  float: none;
  background: #444444; }

.link-list {
  list-style: none;
  padding: 0px; }
  .link-list a:link {
    color: #0f4e66;
    text-decoration: none;
    font-size: 1.3125rem;
    line-height: 2rem; }

.split-band__company {
  font-weight: bold; }

.split-band__content {
  max-width: 600px;
  float: right; }
  @media screen and (min-width: 40em) {
    .split-band__content {
      padding: 25px; } }
  @media screen and (min-width: 64em) {
    .split-band__content {
      max-height: 470px;
      padding: 50px; } }
  @media (max-width: 768px) {
    .split-band__content {
      padding: 15px; } }
  @media screen and (max-width: 39.9375em) {
    .split-band__content {
      padding: 20px;
      max-width: none; } }

.split-band__label {
  text-transform: uppercase;
  margin: 0px; }

.split-band__title {
  margin-top: 0; }

.split-band__photo {
  margin: 0px;
  padding: 0px;
  max-height: 470px;
  overflow: hidden; }
  @media screen and (min-width: 40em) {
    .split-band__photo img {
      width: 700px;
      max-width: none; } }

.split-band__row {
  border-bottom: 2px solid #fff; }

.split-band__quote {
  color: #fff;
  font-size: 20px;
  margin-top: 0;
  font-weight: 200;
  margin-bottom: 30px; }
  @media screen and (min-width: 64em) {
    .split-band__quote {
      font-size: 21px; } }

.split-band__group .split-band__row:nth-child(n+1) {
  background-color: #0c6789; }
  .split-band__group .split-band__row:nth-child(n+1) .split-band__content {
    /*padding:25px;*/ }
  .split-band__group .split-band__row:nth-child(n+1) .split-band__quote {
    color: #fff;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 21px;
    line-height: 30px; }
  .split-band__group .split-band__row:nth-child(n+1) h1, .split-band__group .split-band__row:nth-child(n+1) h2, .split-band__group .split-band__row:nth-child(n+1) h3, .split-band__group .split-band__row:nth-child(n+1) h4, .split-band__group .split-band__row:nth-child(n+1) h5 {
    color: #fff; }
  .split-band__group .split-band__row:nth-child(n+1) h2 {
    font-size: 22px;
    line-height: 38px; }
  .split-band__group .split-band__row:nth-child(n+1) .split-band__label {
    text-transform: uppercase;
    margin: 0px; }
  .split-band__group .split-band__row:nth-child(n+1) .split-band__title {
    margin-top: 0;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.25rem;
    color: #fff; }
  .split-band__group .split-band__row:nth-child(n+1) .split-band__minortitle {
    margin-top: 0;
    font-weight: 300;
    display: block;
    font-size: 0.9375rem;
    line-height: 1.375rem; }
  .split-band__group .split-band__row:nth-child(n+1) .split-band__subtitle {
    margin-top: 0;
    font-weight: 200;
    font-size: 14px;
    font-style: italic;
    font-size: 0.9375rem;
    line-height: 1.25rem; }
  .split-band__group .split-band__row:nth-child(n+1) .split-band__name {
    text-transform: uppercase;
    margin-top: 0;
    color: #fff;
    font-size: 1.5rem;
    line-height: 2.375rem; }

.split-band-checkerboard--student .split-band__name {
  margin-bottom: 0px; }

.split-band-checkerboard--student .split-band__title {
  display: block;
  margin-bottom: 17px;
  font-size: 20px;
  font-weight: bold; }
  .split-band-checkerboard--student .split-band__title a {
    color: #fff; }

.split-band-checkerboard--student .split-band__name a {
  color: #0057b8; }

.news-events__checkered-feature {
  background: none;
  margin-bottom: 15px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b7b7b7; }
  .news-events__checkered-feature .split-band__content {
    padding: 0px 25px 0px 0px; }
  @media screen and (min-width: 40em) {
    .news-events__checkered-feature .split-band__photo img {
      width: 560px; } }
  @media screen and (min-width: 40em) {
    .news-events__checkered-feature h2 {
      margin-top: 0px; } }
  .news-events__checkered-feature p {
    color: #222;
    font-weight: normal;
    font-size: 16px; }
  .news-events__checkered-feature a {
    margin-bottom: 0px; }

.tooltip-box {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .3s ease, transform .3s ease;
  z-index: 10;
  max-width: 18.75rem; }

.tooltip-box--active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0); }

.tooltip-box__container {
  border: 1px solid #444444;
  border-top: 20px solid #444444;
  position: relative; }
  .tooltip-box__container i {
    position: absolute;
    color: #fff;
    right: 4px;
    top: -19px;
    cursor: pointer; }
  .tooltip-box__container .tooltip-box__content {
    padding: 15px;
    background: #fff;
    display: block;
    font-size: 15px; }

.tooltip-box-toggle:after {
  font-family: "fontAwesome";
  content: "\f05a";
  color: #999;
  padding-left: 10px;
  cursor: pointer;
  transition: color .2s ease; }

.tooltip-box-toggle--active:after {
  color: #444444; }

#back-to-top {
  width: 100%;
  text-align: center;
  margin-bottom: 45px; }
  #back-to-top a:hover {
    text-decoration: none; }
  #back-to-top span {
    display: block; }

.has-tooltip-box {
  color: #000; }

/*
----------------------
NEWS DETAIL
----------------------
*/
.news-detail__content--detail {
  margin-bottom: 20px; }

.news-detail .timestamp {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  text-transform: none; }

.list-detail .intro-text {
  margin-bottom: 30px;
  color: #333; }

.list-detail__body {
  margin-bottom: 40px;
  font-weight: normal; }
  .list-detail__body .tags {
    margin-bottom: 30px; }

.related {
  padding-top: 40px;
  border-top: 1px solid #ccc;
  margin-bottom: 50px; }
  .related article {
    margin-bottom: 50px; }
  .related .timestamp {
    color: #333;
    font-weight: normal;
    text-transform: none;
    font-size: 14px; }

.related-news__title {
  margin-top: 10px;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.3;
  font-family: "Roboto Slab", Georgia, sans-serif; }

.related-news__teaser {
  font-size: 16px;
  line-height: 1.3;
  font-weight: normal; }

/*
--------------------
ACCORDION DROPDOWN
--------------------
*/
/* .section--accordions {
  h4 {
    margin-top: 3.75rem;
    padding-bottom: 0;
    border-bottom: none;
  }  
}
*/
.accordion-drop-down {
  clear: both;
  margin-bottom: 1.25rem;
  transition: box-shadow .4s ease; }
  @media screen and (min-width: 40em) {
    .accordion-drop-down {
      margin-bottom: 1.875rem; } }
  @media screen and (min-width: 64em) {
    .accordion-drop-down {
      margin-bottom: 1.875rem; } }
  .accordion-drop-down.engaged {
    box-shadow: 0 2px 30px -8px rgba(0, 0, 0, 0.5); }
  .accordion-drop-down:not(:last-child) {
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      .accordion-drop-down:not(:last-child) {
        margin-bottom: 1.875rem; } }
    @media screen and (min-width: 64em) {
      .accordion-drop-down:not(:last-child) {
        margin-bottom: 1.875rem; } }

.accordion-drop-down__toggle {
  border: none;
  width: 100%;
  text-align: left;
  position: relative;
  border: 0.0625rem solid #2e67b2;
  border-radius: 0;
  transition: background .4s ease, color .4s ease;
  margin-bottom: 0;
  padding: 1.125rem 1.125rem 1.125rem 3.75rem;
  white-space: normal;
  background-color: #fff;
  color: #0057b8; }
  .accordion-drop-down__toggle__indicator {
    width: 20px;
    position: absolute;
    left: 20px;
    top: 14px;
    transition: transform .4s ease; }
  .accordion-drop-down__toggle__text {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.25rem; }
    @media screen and (min-width: 40em) {
      .accordion-drop-down__toggle__text {
        font-size: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .accordion-drop-down__toggle__text {
        font-size: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .accordion-drop-down__toggle__text {
        line-height: 1.5rem; } }
    @media screen and (min-width: 64em) {
      .accordion-drop-down__toggle__text {
        line-height: 1.5rem; } }
  .accordion-drop-down__toggle:hover {
    background: #0057b8;
    color: #fff; }

.accordion-drop-down__toggle--active {
  background: #0057b8;
  color: #fff; }
  .accordion-drop-down__toggle--active .accordion-drop-down__toggle__indicator {
    transform: rotateX(180deg); }

.accordion-drop-down__toggled-content {
  padding: 1.25rem 1.25rem 0.0625rem;
  background: #fff;
  color: #000;
  display: none; }
  @media screen and (min-width: 40em) {
    .accordion-drop-down__toggled-content {
      padding: 1.875rem 1.875rem 0.0625rem; } }
  .accordion-drop-down__toggled-content h4:first-of-type {
    margin-top: 0px; }

@media screen and (max-width: 39.9375em) {
  .accordion-drop-down__toggle--mobile + * {
    display: none; } }

.section--optional-expandable {
  background-color: #fff; }
  .section--optional-expandable h2 {
    color: #0c223f;
    text-align: center;
    position: relative;
    padding-bottom: 1.25rem;
    border-bottom: none;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      .section--optional-expandable h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .section--optional-expandable h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 40em) {
      .section--optional-expandable h2 {
        margin-bottom: 3.75rem; } }
    @media screen and (min-width: 64em) {
      .section--optional-expandable h2 {
        margin-bottom: 3.75rem; } }
    .section--optional-expandable h2:after {
      content: "";
      display: block;
      width: 100px;
      height: 2px;
      background-color: #e75200;
      position: absolute;
      bottom: 0;
      left: calc(50% - 50px); }
      @media screen and (min-width: 40em) {
        .section--optional-expandable h2:after {
          width: 140px;
          left: calc(50% - 70px); } }

/*
-------------------
PAGINATION
-------------------
*/
/*
--------
GLOBALS
--------
*/
.pagination-left, nav.pager {
  max-width: 76.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.25rem;
  display: flex;
  justify-content: center;
  margin-bottom: 3.125rem; }
  .pagination-left::after, nav.pager::after {
    display: block;
    clear: both;
    content: ""; }
  .pagination-left ul, nav.pager ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0;
    padding: 2.5rem 0 0; }
  .pagination-left li, nav.pager li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .pagination-left a, nav.pager a {
    font-family: "Roboto Slab", Georgia, sans-serif;
    padding: 1.125rem 0.75rem;
    font-size: 1.75rem;
    border-bottom: none; }

.pagination-left .pagination__first a, .pagination-left .pager__item--first a, .pagination-left .pagination__previous a, .pagination-left .pager__item--previous a, .pagination-left .pagination__last a, .pagination-left .pager__item--last a, .pagination-left .pagination__next a, .pagination-left .pager__item--next a, nav.pager .pagination__first a, nav.pager .pager__item--first a, nav.pager .pagination__previous a, nav.pager .pager__item--previous a, nav.pager .pagination__last a, nav.pager .pager__item--last a, nav.pager .pagination__next a, nav.pager .pager__item--next a {
  padding: 1.125rem 0.75rem;
  display: block;
  font-size: 0;
  font-weight: 600; }
  .pagination-left .pagination__first a:before, .pagination-left .pagination__first a:after, .pagination-left .pager__item--first a:before, .pagination-left .pager__item--first a:after, .pagination-left .pagination__previous a:before, .pagination-left .pagination__previous a:after, .pagination-left .pager__item--previous a:before, .pagination-left .pager__item--previous a:after, .pagination-left .pagination__last a:before, .pagination-left .pagination__last a:after, .pagination-left .pager__item--last a:before, .pagination-left .pager__item--last a:after, .pagination-left .pagination__next a:before, .pagination-left .pagination__next a:after, .pagination-left .pager__item--next a:before, .pagination-left .pager__item--next a:after, nav.pager .pagination__first a:before, nav.pager .pagination__first a:after, nav.pager .pager__item--first a:before, nav.pager .pager__item--first a:after, nav.pager .pagination__previous a:before, nav.pager .pagination__previous a:after, nav.pager .pager__item--previous a:before, nav.pager .pager__item--previous a:after, nav.pager .pagination__last a:before, nav.pager .pagination__last a:after, nav.pager .pager__item--last a:before, nav.pager .pager__item--last a:after, nav.pager .pagination__next a:before, nav.pager .pagination__next a:after, nav.pager .pager__item--next a:before, nav.pager .pager__item--next a:after {
    font-size: 1.25rem;
    font-family: 'fontello'; }

.current a, .is-active a {
  color: #000; }
  .current a:hover, .is-active a:hover {
    text-decoration: none; }

.pagination__first a:before, .pager__item--first a:before {
  content: ""; }

.pagination__previous a:before, .pager__item--previous a:before {
  content: "";
  letter-spacing: -12px; }

.pagination__last a:before, .pager__item--last a:before {
  content: ""; }

.pagination__next a:before, .pager__item--next a:before {
  content: "";
  letter-spacing: -12px; }

@media screen and (min-width: 40em) {
  .pagination-left .pagination__previous, .pagination-left .pager__item--previous, nav.pager .pagination__previous, nav.pager .pager__item--previous {
    margin-right: 1.25rem; } }

@media screen and (max-width: 39.9375em) {
  .pagination-left li a, nav.pager li a {
    padding: 0.5rem 0.75rem 1.125rem 1.5rem;
    font-size: 1.75rem; }
  .pagination-left .pagination__first a:after, .pagination-left .pager__item--first a:after,
  .pagination-left .pagination__previous a:after, .pagination-left .pager__item--previous a:after, nav.pager .pagination__first a:after, nav.pager .pager__item--first a:after,
  nav.pager .pagination__previous a:after, nav.pager .pager__item--previous a:after {
    display: none; }
  .pagination-left .pagination__next a:after, .pagination-left .pager__item--next a:after,
  .pagination-left .pagination__last a:after, .pagination-left .pager__item--last a:after, nav.pager .pagination__next a:after, nav.pager .pager__item--next a:after,
  nav.pager .pagination__last a:after, nav.pager .pager__item--last a:after {
    display: none; }
  .pagination-left li, nav.pager li {
    display: none; }
  .pagination-left li.is-active, nav.pager li.is-active {
    display: inline-block; }
  .pagination-left .current a, .pagination-left .is-active a,
  .pagination-left .pagination__first, .pagination-left .pager__item--first, .pagination-left .pagination__previous, .pagination-left .pager__item--previous, .pagination-left .pagination__last, .pagination-left .pager__item--last, .pagination-left .pagination__next, .pagination-left .pager__item--next, nav.pager .current a, nav.pager .is-active a,
  nav.pager .pagination__first, nav.pager .pager__item--first, nav.pager .pagination__previous, nav.pager .pager__item--previous, nav.pager .pagination__last, nav.pager .pager__item--last, nav.pager .pagination__next, nav.pager .pager__item--next {
    display: inline-block; }
  .pagination-left .current a, .pagination-left .is-active a, nav.pager .current a, nav.pager .is-active a {
    display: flex; }
    .pagination-left .current a:before, .pagination-left .is-active a:before, nav.pager .current a:before, nav.pager .is-active a:before {
      content: "Page: ";
      margin-right: 0.3125rem; } }

/*
-----------
HERO IMAGE
-----------
*/
/*
GLOBAL HERO STYLES
-------------------
*/
.parallax-mask {
  position: relative;
  z-index: 3;
  background: #fff; }

.hero {
  position: relative;
  max-height: 75vh;
  overflow: hidden; }
  @media screen and (min-width: 40em) {
    .hero {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #646464; } }

.hero__media {
  width: 100%;
  display: block; }
  .hero__media img {
    display: block;
    max-width: none;
    width: 100%;
    height: auto; }

.hero__content {
  z-index: 3;
  padding: 1.25rem; }
  @media screen and (min-width: 40em) {
    .hero__content {
      position: absolute;
      color: #fff; } }
  @media screen and (min-width: 40em) {
    .hero__content h1, .hero__content p {
      text-align: center;
      color: #fff; } }
  .hero__content h1 {
    font-family: "Roboto Slab", Georgia, sans-serif;
    font-size: 1.875rem; }
    @media screen and (min-width: 40em) {
      .hero__content h1 {
        font-size: 5rem; } }
    @media screen and (min-width: 64em) {
      .hero__content h1 {
        font-size: 5rem; } }
  .hero__content p {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-size: 1.125rem;
    max-width: 41.25rem;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 40em) {
      .hero__content p {
        font-size: 1.375rem; } }
    @media screen and (min-width: 64em) {
      .hero__content p {
        font-size: 1.375rem; } }

.hero__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4); }
  @media screen and (max-width: 39.9375em) {
    .hero__overlay {
      display: none; } }

/*
BASIC HERO With Image *Most Common* (No masking) -- Most effective with Title, and Image only
------------------------
*/
.hero--no-img {
  background: #646464; }
  .hero--no-img .hero__content {
    position: relative;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      .hero--no-img .hero__content {
        padding-top: 3.75rem; } }
    @media screen and (min-width: 64em) {
      .hero--no-img .hero__content {
        padding-top: 3.75rem; } }
    @media screen and (min-width: 40em) {
      .hero--no-img .hero__content {
        padding-bottom: 3.75rem; } }
    @media screen and (min-width: 64em) {
      .hero--no-img .hero__content {
        padding-bottom: 3.75rem; } }
    .hero--no-img .hero__content h1, .hero--no-img .hero__content p {
      color: #fff;
      text-align: center; }

/*
HERO VIDEO IMAGE WITH PARALLAX
------------------------
*/
.hero--parallax {
  min-height: 75vh; }
  @media screen and (min-width: 40em) {
    .hero--parallax .hero__media,
    .hero--parallax img,
    .hero--parallax video {
      position: fixed;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover; } }
  .hero--parallax video {
    z-index: 2; }
    @media screen and (max-width: 39.9375em) {
      .hero--parallax video {
        display: none; } }

/*
HERO iFrame WITHOUT
------------------------
*/
.hero--iframe:not(.hero--parallax--iframe) {
  min-height: 0; }
  .hero--iframe:not(.hero--parallax--iframe) .video-feature {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
  @media screen and (min-width: 40em) {
    .hero--iframe:not(.hero--parallax--iframe) img {
      position: absolute; } }
  @media screen and (min-width: 40em) {
    .hero--iframe:not(.hero--parallax--iframe) iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 2;
      min-height: 700px;
      min-width: 1165px; } }
  .hero--iframe:not(.hero--parallax--iframe) .video-feature {
    display: none; }
    @media screen and (min-width: 40em) {
      .hero--iframe:not(.hero--parallax--iframe) .video-feature {
        display: block;
        margin-top: -3.125rem; } }

/*
HERO IFRAME WITH PARALLAX
---------------------------
*/
.hero--parallax--iframe .video-feature {
  display: none; }
  @media screen and (min-width: 40em) {
    .hero--parallax--iframe .video-feature {
      display: block;
      position: relative;
      z-index: 2;
      height: 100vh;
      width: 100vw; } }

/*
-----------------
CTA FEATURE BOX
-----------------
*/
.section--cta-feature-box {
  margin-bottom: 0; }

.columns .cta-feature-box, ul.row li .cta-feature-box {
  margin-bottom: 40px; }

.cta-feature-box ul {
  padding-left: 0;
  margin-bottom: 0; }

.cta-feature-box li {
  list-style: none; }

.cta-feature-box__content__heading {
  margin-top: 10px;
  margin-bottom: 10px; }

.cta-feature-box--featured {
  display: flex;
  align-items: center; }
  .cta-feature-box--featured .cta-feature-box__content {
    transform: translateX(-60px);
    position: relative;
    z-index: 2;
    max-width: 25rem;
    padding: 1.875rem;
    background: #444444;
    color: #fff; }

@media screen and (min-width: 40em) {
  .sidebar-subnav {
    margin-right: 40px; } }

@media screen and (min-width: 64em) {
  .sidebar-subnav {
    margin-right: 80px; } }

.sidebar-subnav a {
  padding-bottom: 0;
  border-bottom: none;
  display: inline-block;
  width: calc(100% - 48px); }
  .sidebar-subnav a.is-active {
    pointer-events: none;
    color: #000; }

.sidebar-subnav h2 {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: 1.5px;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 40em) {
    .sidebar-subnav h2 {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 64em) {
    .sidebar-subnav h2 {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 40em) {
    .sidebar-subnav h2 {
      line-height: 1.125rem; } }
  @media screen and (min-width: 64em) {
    .sidebar-subnav h2 {
      line-height: 1.125rem; } }
  @media screen and (min-width: 40em) {
    .sidebar-subnav h2 {
      letter-spacing: 2px; } }
  .sidebar-subnav h2 a {
    width: 100%; }

.sidebar-subnav nav > ul.menu {
  margin-bottom: 0; }

.sidebar-subnav li {
  margin-left: 0;
  margin-bottom: 0; }
  .sidebar-subnav li:before {
    display: none; }
  .sidebar-subnav li.li--level-one {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375rem;
    border-top: 1px solid #c7d1d9;
    padding-top: 0.625rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      .sidebar-subnav li.li--level-one {
        font-size: 1.25rem; } }
    @media screen and (min-width: 64em) {
      .sidebar-subnav li.li--level-one {
        font-size: 1.25rem; } }
    @media screen and (min-width: 40em) {
      .sidebar-subnav li.li--level-one {
        line-height: 1.625rem; } }
    @media screen and (min-width: 64em) {
      .sidebar-subnav li.li--level-one {
        line-height: 1.625rem; } }
    @media (min-width: 640px) and (max-width: 800px) {
      .sidebar-subnav li.li--level-one {
        font-size: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .sidebar-subnav li.li--level-one {
        padding-top: 1.25rem; } }
    @media screen and (min-width: 64em) {
      .sidebar-subnav li.li--level-one {
        padding-top: 1.25rem; } }
    .sidebar-subnav li.li--level-one > ul.menu {
      border-left: 2px solid #e75200;
      padding-left: 1.125rem; }
  .sidebar-subnav li.li--level-two {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    padding-top: 0.5rem; }
    @media screen and (min-width: 40em) {
      .sidebar-subnav li.li--level-two {
        font-size: 1rem; } }
    @media screen and (min-width: 64em) {
      .sidebar-subnav li.li--level-two {
        font-size: 1rem; } }
    @media screen and (min-width: 40em) {
      .sidebar-subnav li.li--level-two {
        line-height: 1.625rem; } }
    @media screen and (min-width: 64em) {
      .sidebar-subnav li.li--level-two {
        line-height: 1.625rem; } }
    @media (min-width: 640px) and (max-width: 800px) {
      .sidebar-subnav li.li--level-two {
        font-size: 0.875rem; } }
    .sidebar-subnav li.li--level-two:last-child {
      padding-bottom: 0.5rem; }
    .sidebar-subnav li.li--level-two > ul.menu {
      border-left: 2px solid #ffb700;
      padding-left: 0.75rem; }
  .sidebar-subnav li.li--level-three {
    padding-top: 0.5rem; }
    .sidebar-subnav li.li--level-three:last-child {
      padding-bottom: 0.5rem; }
    .sidebar-subnav li.li--level-three > a {
      width: 100%; }

.sidebar-subnav .menu-item--expanded {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .sidebar-subnav .menu-item--expanded > button {
    outline: none;
    padding: 0; }
  .sidebar-subnav .menu-item--expanded > button i {
    color: #0057b8; }
  .sidebar-subnav .menu-item--expanded > ul.menu {
    width: 100%;
    display: none; }
  .sidebar-subnav .menu-item--expanded.menu-item--active-trail > ul.menu {
    display: block; }
  .sidebar-subnav .menu-item--expanded.menu-item--active-trail .toggler:hover i {
    color: #0c223f; }

.sidebar-subnav .toggler {
  border: none;
  background-color: transparent;
  line-height: 1; }
  .sidebar-subnav .toggler:hover i {
    color: #0c223f; }
  .sidebar-subnav .toggler i {
    font-size: 20px; }
    .sidebar-subnav .toggler i:before {
      transition: transform 300ms ease; }
  .sidebar-subnav .toggler.engaged i:before {
    transform: rotateX(180deg);
    color: #e75200; }

@media screen and (max-width: 39.9375em) {
  .sidebar-subnav {
    border: 1px solid #0057b8;
    box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1); }
    .sidebar-subnav nav {
      display: none;
      padding: 1.125rem; } }

button.more-in-this-section {
  display: block;
  position: relative;
  background: none;
  box-shadow: none;
  border: none;
  padding: 1.25rem;
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #0057b8; }
  @media screen and (min-width: 40em) {
    button.more-in-this-section {
      font-size: 1rem; } }
  @media screen and (min-width: 64em) {
    button.more-in-this-section {
      font-size: 1rem; } }
  @media screen and (min-width: 40em) {
    button.more-in-this-section {
      line-height: 1.625rem; } }
  @media screen and (min-width: 64em) {
    button.more-in-this-section {
      line-height: 1.625rem; } }
  @media screen and (min-width: 40em) {
    button.more-in-this-section {
      display: none; } }
  button.more-in-this-section .icon-u-down-arrow {
    font-size: 24px;
    position: absolute;
    top: 18px;
    right: 20px;
    transition: transform 300ms ease; }

button.more-in-this-section--active .icon-u-down-arrow {
  transform: rotateX(180deg); }

/*
-----------------------
HORIZONTAL FEATURE BOX
-----------------------
*/
.section--horizontal-feature-box {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif; }
  .section--horizontal-feature-box h2 {
    margin-top: 0; }

.horizontal-feature-box__img {
  margin-bottom: 20px; }
  @media screen and (min-width: 40em) {
    .horizontal-feature-box__img {
      margin-bottom: 0; } }

.offset-slider {
  overflow-x: hidden; }
  .offset-slider .slick-list {
    overflow: visible !important; }
  .offset-slider .slick-track {
    left: -3.5rem; }
  .offset-slider__item {
    width: calc(100vw - 8rem);
    margin: 0 1rem; }
    .offset-slider__item > img {
      width: 100%;
      height: 100%; }
  @media screen and (min-width: 40em) {
    .offset-slider .slick-track {
      left: 0; }
    .offset-slider__item {
      width: calc(50vw - 6rem); } }
  @media screen and (min-width: 64em) {
    .offset-slider--three {
      margin: 0 -1rem; }
      .offset-slider--three .offset-slider__item {
        float: left;
        width: calc(33.333% - 2rem); }
    .offset-slider--unlimited .offset-slider__item {
      width: calc(33.333vw - 4rem); } }

.picker {
  width: 64rem;
  max-width: 100%;
  margin: 0 auto 6rem;
  background: #fff;
  padding: 3rem; }
  .picker::after {
    display: block;
    clear: both;
    content: ""; }
  @media screen and (max-width: 29.99em) {
    .picker {
      padding: 1rem; } }

.picker--simple img {
  display: none; }
  @media screen and (min-width: 30em) {
    .picker--simple img {
      display: block;
      width: 43rem;
      max-width: 100%;
      margin: 0 auto 1rem; } }
  @media screen and (min-width: 58em) {
    .picker--simple img {
      width: 75%;
      float: right;
      margin: 0 0 0 3rem; } }

.picker--simple .summary h3 {
  font-weight: normal; }

.picker--simple .summary .description p {
  margin-bottom: 3rem; }

@media screen and (max-width: 29.99em) {
  .picker--simple .summary {
    text-align: center; }
    .picker--simple .summary .btn {
      width: 100%; } }

@media screen and (max-width: 57.99em) {
  .picker--simple .summary {
    width: 43rem;
    max-width: 100%;
    margin: 0 auto; } }

@media screen and (min-width: 58em) {
  .picker--simple .summary {
    width: calc(25% - 3rem); } }

.picker__tab[aria-hidden="true"] {
  display: none; }

.picker .white-box {
  border: 1px solid DarkRed;
  width: 260px;
  margin-right: 2rem;
  padding: 0; }
  .picker .white-box .summary {
    padding: 1.5rem; }
    .picker .white-box .summary p:last-child {
      margin-bottom: 0; }
  .picker .white-box h4 a {
    text-decoration: none;
    color: DarkRed; }

.picker__tab--text-n-boxes {
  position: relative; }
  .picker__tab--text-n-boxes .picker__white-boxes {
    display: flex;
    flex-flow: wrap;
    justify-content: center; }
    @media screen and (max-width: 1280px) {
      .picker__tab--text-n-boxes .picker__white-boxes {
        clear: left;
        width: 100%; } }
    @media screen and (max-width: 985px) {
      .picker__tab--text-n-boxes .picker__white-boxes {
        width: calc(100% + 6rem);
        position: relative;
        left: -3rem; } }
    .picker__tab--text-n-boxes .picker__white-boxes .slick-track {
      display: flex !important;
      /* used to enable flex within slack */ }
      .picker__tab--text-n-boxes .picker__white-boxes .slick-track .white-box {
        height: auto !important;
        /* used to enable flex within slack */ }
  .picker__tab--text-n-boxes .white-box:last-child {
    margin-right: 0; }

.picker__tab__summary,
.text-n-boxes__summary {
  width: 560px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto 2rem; }
  .picker__tab__summary .btn,
  .text-n-boxes__summary .btn {
    margin: 0 auto; }
  @media screen and (min-width: 1281px) {
    .picker__tab__summary,
    .text-n-boxes__summary {
      width: 260px;
      float: left;
      text-align: left;
      margin-right: 2rem; } }

.picker--jumbo .story,
.picker--jumbo .links--important {
  margin-bottom: 4rem; }

.picker--jumbo .story__title {
  color: #000;
  font-size: 1rem; }

.picker--jumbo .story__left {
  padding: 0; }

@media screen and (min-width: 40em) {
  .picker--jumbo .story__right {
    padding-left: 2rem; } }

.picker--jumbo .story__photo {
  float: none;
  width: 100%;
  margin: 0 0 1rem; }

.picker--jumbo img {
  display: block; }

.text-n-boxes::after {
  display: block;
  clear: both;
  content: ""; }

.text-n-boxes__summary {
  text-align: left; }
  @media screen and (min-width: 67em) {
    .text-n-boxes__summary {
      float: left;
      width: calc(100% - 30rem); } }

@media screen and (min-width: 48em) {
  .text-n-boxes--boxes {
    display: flex;
    justify-content: space-between;
    width: 28rem;
    margin: 0 auto; } }

@media screen and (min-width: 67em) {
  .text-n-boxes--boxes {
    float: right;
    margin: 0; } }

.text-n-boxes--boxes .white-box {
  margin: 0;
  width: 260px;
  margin-right: 2rem;
  padding: 0;
  background-color: #fff; }
  .text-n-boxes--boxes .white-box:last-child {
    margin-right: 0; }
  .text-n-boxes--boxes .white-box h4 a {
    text-decoration: none;
    color: DarkRed; }
  .text-n-boxes--boxes .white-box .summary {
    padding: 1.5rem; }
    .text-n-boxes--boxes .white-box .summary p:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 47.99em) {
    .text-n-boxes--boxes .white-box {
      width: 100%;
      margin-bottom: 1rem; }
      .text-n-boxes--boxes .white-box h3, .text-n-boxes--boxes .white-box h4 {
        margin-bottom: 0; }
      .text-n-boxes--boxes .white-box img,
      .text-n-boxes--boxes .white-box .description {
        display: none; } }

.picker--jumbo .text-n-boxes {
  margin-bottom: 2rem; }

.picker .text-n-boxes--boxes .white-box {
  border: 1px solid DarkRed; }

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

.tabs__content[aria-hidden="true"] {
  display: none; }

.section--tabs--admissions-flow {
  background-color: #e1ecfa; }
  @media (min-width: 1161px) {
    .section--tabs--admissions-flow .tabs__tabs {
      display: block; }
    .section--tabs--admissions-flow .tabs__content .tabs__title {
      display: none; } }
  @media (max-width: 1160px) {
    .section--tabs--admissions-flow {
      padding-left: 30px;
      padding-right: 30px; }
      .section--tabs--admissions-flow .tabs__content {
        display: block; }
        .section--tabs--admissions-flow .tabs__content .tabs__content__itself {
          display: none;
          background-color: #fff; } }

.tabs__tabs {
  width: 100%;
  background-image: linear-gradient(to bottom, #fff, #fff 50%, #e1ecfa, 50%, #e1ecfa);
  position: relative;
  z-index: 1; }
  @media (max-width: 1160px) {
    .tabs__tabs {
      display: none; } }
  .tabs__tabs:before {
    content: "";
    display: block;
    background-color: #fff;
    background-image: linear-gradient(to right, #fff, #fff 50%, #F6F8FA 50%, #F6F8FA);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 75px;
    z-index: 1; }
  .tabs__tabs__box {
    background-color: #fff;
    box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    width: calc(100% - 158px);
    margin-left: 80px;
    position: relative;
    z-index: 2; }
  .tabs__tabs__button {
    border: none;
    border-radius: 0;
    padding: 8px 30px 0;
    background: transparent;
    display: inline-block;
    position: relative;
    text-align: left;
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    color: #0057b8;
    transition: all 300ms ease;
    outline: none; }
    @media screen and (min-width: 40em) {
      .tabs__tabs__button {
        font-size: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .tabs__tabs__button {
        font-size: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .tabs__tabs__button {
        line-height: 1.5rem; } }
    @media screen and (min-width: 64em) {
      .tabs__tabs__button {
        line-height: 1.5rem; } }
    .tabs__tabs__button:before {
      transition: all 300ms ease; }
    .tabs__tabs__button span.shape {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      position: relative;
      z-index: 2; }
      .tabs__tabs__button span.shape span {
        display: block;
        height: 20px;
        margin-bottom: 40px;
        transition: all 300ms ease; }
    .tabs__tabs__button svg {
      width: 30px;
      fill: #00acc8;
      transition: fill 100ms ease; }
    .tabs__tabs__button:last-child {
      background-color: #0057b8;
      color: #fff; }
      .tabs__tabs__button:last-child svg {
        fill: #fff; }
    .tabs__tabs__button:hover {
      background-color: #ffb700;
      color: #000; }
      .tabs__tabs__button:hover svg {
        fill: #000; }
  .tabs__tabs__button[aria-selected="true"] {
    background-color: #ffb700;
    color: #000;
    z-index: 2;
    outline: none; }
    .tabs__tabs__button[aria-selected="true"] svg {
      width: 80px;
      fill: #000; }
    .tabs__tabs__button[aria-selected="true"]:before {
      content: "";
      display: block;
      top: -20px;
      right: -5px;
      bottom: -27px;
      left: -5px;
      background: #ffb700;
      position: absolute;
      z-index: -1;
      border-radius: 0;
      filter: drop-shadow(0 6px 11px rgba(0, 0, 0, 0.15)); }
    .tabs__tabs__button[aria-selected="true"]:after {
      content: "";
      display: block;
      width: 40px;
      height: 40px;
      transform: rotate(45deg);
      position: absolute;
      z-index: 1;
      background-color: #ffb700;
      bottom: -40px;
      left: 33px;
      filter: drop-shadow(15px 15px 11px rgba(0, 0, 0, 0.1)); }

.tabs__tabs__box.under-four-tabs {
  justify-content: space-between; }
  .tabs__tabs__box.under-four-tabs .tabs__tabs__button {
    flex: 1 0 auto; }

.tabs__tabs__box.four-tabs .tabs__tabs__button {
  flex: 0 0 25%; }

.tabs__tabs__box.five-tabs .tabs__tabs__button {
  flex: 0 0 20%; }

.tabs__tabs__box.six-tabs .tabs__tabs__button {
  flex: 0 0 16.666667%;
  padding: 8px 12px 0;
  font-size: 1rem; }

@media (max-width: 1160px) {
  .section--tabs--admissions-flow {
    padding-top: 40px;
    padding-bottom: 40px; } }

.section--tabs--admissions-flow .tabs__content__itself {
  display: block;
  padding: 1.5625rem 0; }
  @media (min-width: 1160px) {
    .section--tabs--admissions-flow .tabs__content__itself {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem; }
      .section--tabs--admissions-flow .tabs__content__itself .col *:last-child {
        margin-bottom: 0; } }

.tabs__title {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #0057b8;
  background-color: #e1ecfa;
  border: 1px solid #2e67b2;
  width: 100%;
  text-align: left;
  padding: 0.9375rem 2.5rem; }
  @media screen and (min-width: 40em) {
    .tabs__title {
      font-size: 1.125rem; } }
  @media screen and (min-width: 64em) {
    .tabs__title {
      font-size: 1.125rem; } }
  @media screen and (min-width: 40em) {
    .tabs__title {
      line-height: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .tabs__title {
      line-height: 1.5rem; } }
  .tabs__title:before {
    content: '\e801';
    font-family: 'fontello';
    position: relative;
    left: -20px;
    transition: transform 300ms ease; }
  .tabs__title:hover {
    background-color: #fff; }
  .tabs__title.engaged {
    background-color: #0057b8;
    color: #fff; }
    .tabs__title.engaged:before {
      transform: rotateX(180deg); }

@media (max-width: 1160px) {
  .tabs__content:not(:last-of-type) {
    margin-bottom: 1.25rem; } }
  @media screen and (max-width: 1160px) and (min-width: 40em) {
    .tabs__content:not(:last-of-type) {
      margin-bottom: 1.875rem; } }
  @media screen and (max-width: 1160px) and (min-width: 64em) {
    .tabs__content:not(:last-of-type) {
      margin-bottom: 1.875rem; } }

@media screen and (max-width: 39.9375em) {
  .tabs__aside {
    margin-left: 20px; } }

@media screen and (min-width: 40em) {
  .tabs__aside {
    background-color: #fff;
    box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.875rem;
    padding: 1.875rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .tabs__aside {
      margin-bottom: 3.75rem; } }
  @media screen and (min-width: 40em) and (min-width: 64em) {
    .tabs__aside {
      margin-bottom: 3.75rem; } }

@media screen and (max-width: 39.9375em) {
  .tabs__aside__icon {
    display: none; } }

@media screen and (min-width: 40em) {
  .tabs__aside__icon {
    width: 100px;
    margin-bottom: 30px; } }

.tabs__aside h2 {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.375rem;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 40em) {
    .tabs__aside h2 {
      font-size: 1.25rem; } }
  @media screen and (min-width: 64em) {
    .tabs__aside h2 {
      font-size: 1.25rem; } }
  @media screen and (min-width: 40em) {
    .tabs__aside h2 {
      line-height: 1.625rem; } }
  @media screen and (min-width: 64em) {
    .tabs__aside h2 {
      line-height: 1.625rem; } }
  .tabs__aside h2 button {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    outline: none;
    background: none;
    border: none;
    text-align: left;
    padding: 0;
    position: relative; }
    @media screen and (min-width: 40em) {
      .tabs__aside h2 button {
        font-size: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .tabs__aside h2 button {
        font-size: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .tabs__aside h2 button {
        line-height: 1.5rem; } }
    @media screen and (min-width: 64em) {
      .tabs__aside h2 button {
        line-height: 1.5rem; } }
    @media screen and (max-width: 39.9375em) {
      .tabs__aside h2 button {
        color: #0057b8; }
        .tabs__aside h2 button:before {
          content: '\e801';
          font-family: 'fontello';
          position: absolute;
          left: -30px;
          top: 0;
          transition: transform 300ms ease; } }
    @media (min-width: 1161px) {
      .tabs__aside h2 button {
        pointer-events: none; } }

.tabs__aside__basic {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-size: 0.8125rem;
  line-height: 1.25rem; }
  @media screen and (min-width: 40em) {
    .tabs__aside__basic {
      font-size: 1rem; } }
  @media screen and (min-width: 64em) {
    .tabs__aside__basic {
      font-size: 1rem; } }
  @media screen and (min-width: 40em) {
    .tabs__aside__basic {
      line-height: 1.625rem; } }
  @media screen and (min-width: 64em) {
    .tabs__aside__basic {
      line-height: 1.625rem; } }
  @media screen and (min-width: 40em) {
    .tabs__aside__basic p:last-child, .tabs__aside__basic ul:last-child, .tabs__aside__basic ol:last-child, .tabs__aside__basic img:last-child {
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .tabs__aside__basic {
      display: none;
      position: relative;
      margin-left: -20px;
      padding-left: 20px;
      border-left: 1px solid #0057b8;
      margin-bottom: 20px; } }
  @media screen and (min-width: 40em) {
    .tabs__aside__basic {
      display: block !important; } }

.tabs__content__next-step {
  margin-top: 1.875rem; }
  @media (max-width: 1160px) {
    .tabs__content__next-step {
      display: none; } }
  @media screen and (min-width: 40em) {
    .tabs__content__next-step {
      margin-top: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .tabs__content__next-step {
      margin-top: 3.75rem; } }
  .tabs__content__next-step__title {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 1rem;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin-bottom: 0.625rem; }
    @media screen and (min-width: 40em) {
      .tabs__content__next-step__title {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 64em) {
      .tabs__content__next-step__title {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 40em) {
      .tabs__content__next-step__title {
        line-height: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .tabs__content__next-step__title {
        line-height: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .tabs__content__next-step__title {
        letter-spacing: 2px; } }
  .tabs__content__next-step .btn {
    background-color: #fff;
    margin-bottom: 0; }

.page--detail .section--tabs--admissions-flow blockquote:before {
  background-color: #fff; }
  @media (min-width: 1161px) {
    .page--detail .section--tabs--admissions-flow blockquote:before {
      background-color: #e1ecfa; } }

.photo-box__teaser {
  float: left;
  width: calc(100vw - 6rem); }
  .photo-box__teaser + .photo-box__teaser {
    margin-left: 2rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .photo-box__teaser {
      width: calc(50vw - 4rem); } }
  @media screen and (min-width: 64em) {
    .photo-box__teaser {
      width: 360px; } }

@media screen and (min-width: 1025px) {
  .section--photo-boxes .listing-slick {
    display: flex; } }

.section--photo-boxes {
  overflow-x: hidden; }
  @media screen and (max-width: 39.9375em) {
    .section--photo-boxes .listing-slick {
      right: 1rem; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .section--photo-boxes .listing-slick {
      right: -1rem; } }
  .section--photo-boxes .slick-list {
    overflow: visible !important; }
  .section--photo-boxes .slick-track {
    display: flex; }
  .section--photo-boxes .btn {
    display: inline-block;
    margin: rem(60) auto 0; }

.photo-box__teaser a {
  text-decoration: none;
  text-align: center; }

.photo-box__teaser div {
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  -webkit-background-blend-mode: multiply; }

.photo-box__teaser h3, .photo-box__teaser p {
  color: #fff; }

.photo-box__teaser h3 {
  font-size: 1.4rem;
  line-height: 1.285;
  position: relative; }

.photo-box__teaser span {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 0.25rem;
  color: #fff; }

.photo-box__teaser a p {
  margin-bottom: 0;
  font-family: "Roboto Slab", Georgia, sans-serif; }

.photo-box--small div {
  padding: 2rem; }

.photo-box--small h3 {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 2rem; }

.photo-box--large {
  max-width: 100%; }
  .photo-box--large div {
    padding: 3rem; }
  .photo-box--large h3 {
    font-size: 1.4rem;
    line-height: 1.285;
    margin-bottom: 3rem; }

.no-touch .photo-box__teaser a:hover div {
  background-color: rgba(149, 31, 36, 0.9); }

.no-touch .photo-box__teaser a:hover h3:after {
  content: "";
  display: block;
  background: #fff;
  height: 1px;
  width: 11rem;
  position: absolute;
  bottom: -1rem;
  left: calc((100% - 11rem)/2); }

.photo-box--large a:hover h3:after {
  width: 18rem;
  bottom: -1.5rem;
  left: calc((100% - 18rem)/2); }

.photo-box__teasers--small,
.photo-box__teasers--large {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (min-width: 42em) {
    .photo-box__teasers--small,
    .photo-box__teasers--large {
      margin-left: -1rem;
      margin-right: -1rem; } }

.photo-box__teasers--large {
  position: relative; }
  @media screen and (max-width: 39.99em) {
    .photo-box__teasers--large {
      margin-bottom: 4rem; }
      .photo-box__teasers--large:after {
        background-color: #999;
        bottom: -2rem;
        clear: both;
        content: "";
        height: 1px;
        left: 3rem;
        position: absolute;
        width: calc(100% - 6rem); } }

.photo-box--large {
  height: auto;
  margin: 1rem;
  flex: 0 auto;
  width: 100%; }
  @media screen and (min-width: 42em) and (max-width: 68.49em) {
    .photo-box--large {
      width: 60%; } }
  @media screen and (min-width: 68.5em) {
    .photo-box--large {
      width: 46.33%; } }

.photo-box__teaser.photo-box--large {
  margin-left: 1rem; }

.photo-box__teasers--small .photo-box--small {
  height: auto;
  margin: 1rem;
  flex: 0 auto;
  width: 100%; }
  @media screen and (min-width: 40em) and (max-width: 1079px) {
    .photo-box__teasers--small .photo-box--small {
      width: 44%; } }
  @media screen and (min-width: 1080px) and (max-width: 1159px) {
    .photo-box__teasers--small .photo-box--small {
      width: 28%; } }
  @media screen and (min-width: 1160px) {
    .photo-box__teasers--small .photo-box--small {
      width: 29.75%; } }

@media (min-width: 751px) {
  .more-or-less {
    max-height: 37.5rem;
    overflow-y: hidden;
    position: relative;
    z-index: 4;
    width: 100%; }
    .more-or-less:after {
      content: "";
      display: block;
      z-index: 5;
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      height: 200px;
      background: linear-gradient(rgba(255, 255, 255, 0), white 50%); }
    .more-or-less.open {
      max-height: 6250rem;
      padding-bottom: 40px; }
    .more-or-less.open:after {
      display: none; }
    .more-or-less__load-more {
      position: absolute;
      bottom: 5em;
      z-index: 6; }
    .more-or-less__fewer {
      position: relative;
      padding-top: em(20);
      position: absolute;
      bottom: -200px;
      z-index: 6;
      transition: bottom 1s ease; }
    .more-or-less.open .more-or-less__fewer {
      bottom: 25px; } }

.alpha-jump-links {
  background-color: #eeebf2;
  padding: 2.5rem; }
  @media (max-width: 400px) {
    .alpha-jump-links {
      padding: 1.25rem; } }
  .alpha-jump-links ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .alpha-jump-links li {
    display: inline-block;
    margin: 0 0.5em 0.5em 0;
    font-weight: 600;
    font-size: 1.5rem;
    color: gray; }

/*
------------
CHECKBOXES
------------
*/
.filters__checkbox {
  position: relative;
  margin-bottom: 2px; }
  .filters__checkbox input {
    position: absolute;
    opacity: 0; }
  .filters__checkbox label {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 40px;
    font-size: 0.9375rem;
    line-height: 1.2;
    font-weight: 400; }
    .filters__checkbox label:before {
      content: "";
      display: inline-block;
      width: 18px;
      height: 18px;
      background-color: #dadada;
      border: 1px solid #B5B5B5;
      position: absolute;
      left: 8px;
      top: 4px; }
  .filters__checkbox input:checked + label:before {
    border-color: purple; }
  .filters__checkbox input:checked + label:after {
    content: "\f00c";
    color: #000;
    font-size: 17px;
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    left: 9px;
    top: 3px; }

.slide-toggle {
  width: 320px;
  height: 50px;
  border-radius: 10px;
  background: purple;
  line-height: 50px;
  position: relative; }
  .slide-toggle a {
    display: inline-block;
    width: 48%;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    position: relative;
    top: -2px;
    z-index: 2;
    text-decoration: none;
    border: none; }
  .slide-toggle a[aria-selected="true"],
  .slide-toggle a:hover,
  .slide-toggle a.current,
  .slide-toggle a.active {
    color: #000; }
  .slide-toggle:hover a {
    color: #fff;
    text-shadow: 0 0 1px purple, -1px -1px 1px rgba(0, 0, 0, 0.5); }
  .slide-toggle hr {
    position: absolute;
    z-index: 1;
    height: 42px;
    margin: 0;
    border-radius: 7px;
    border: none;
    display: block;
    background-color: goldenrod;
    top: 4px;
    left: 4px;
    right: 50%;
    transition: all 300ms ease; }
  .slide-toggle a:nth-child(1)[aria-selected="true"] ~ hr {
    left: 4px;
    right: calc(48% + 4px);
    background: goldenrod; }
  .slide-toggle a:nth-child(2)[aria-selected="true"] ~ hr {
    left: calc(48% + 4px);
    right: 4px;
    background: goldenrod; }
  .slide-toggle a:nth-child(1):hover ~ hr {
    left: 4px;
    right: calc(48% + 4px);
    background-image: linear-gradient(#fec23c, goldenrod); }
  .slide-toggle a:nth-child(2):hover ~ hr {
    left: calc(48% + 4px);
    right: 4px;
    background-image: linear-gradient(#fec23c, goldenrod); }

@media (max-width: 400px) {
  .slide-toggle {
    width: 240px;
    height: 70px;
    line-height: 1.1; }
    .slide-toggle a:nth-child(1) {
      position: relative;
      top: -10px; }
    .slide-toggle a:nth-child(2) {
      padding-top: 20px; }
    .slide-toggle hr {
      height: 62px; } }

.slide-toggle__content__instance[aria-hidden="true"] {
  display: none; }

.directory__nav {
  position: relative;
  line-height: 1.5em; }
  .directory__nav div {
    width: 20em;
    position: relative; }
  .directory__nav:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #444;
    left: 0;
    right: 0;
    z-index: 1; }
  .directory__nav button {
    display: inline-block;
    border: none;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
    width: 32%;
    text-align: left;
    padding: 0; }
    .directory__nav button span {
      display: inline-block;
      width: 5em;
      text-align: center; }
    .directory__nav button:hover, .directory__nav button.active {
      color: #000; }
  .directory__nav hr {
    height: 7px;
    background-color: aqua;
    border: none;
    position: relative;
    z-index: 3;
    top: 3px;
    width: 5em;
    margin-top: 0.5em;
    transition: all 0.2s ease; }
  .directory__nav button:first-child.active ~ hr {
    margin-left: 0; }
  .directory__nav button:nth-child(2).active ~ hr {
    margin-left: 33%; }
  .directory__nav button:nth-child(3).active ~ hr {
    margin-left: 66%; }
  .directory__nav button:first-child:hover ~ hr,
  .directory__nav button:first-child:focus ~ hr {
    margin-left: 0;
    background-color: #444; }
  .directory__nav button:nth-child(2):hover ~ hr,
  .directory__nav button:nth-child(2):focus ~ hr {
    margin-left: 33%;
    background-color: #444; }
  .directory__nav button:nth-child(3):hover ~ hr,
  .directory__nav button:nth-child(3):focus ~ hr {
    margin-left: 66%;
    background-color: #444; }

.office-listing--unit > div:last-child {
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative; }
  .office-listing--unit > div:last-child:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #444;
    left: 0.625rem;
    right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .office-listing--unit > div:last-child:after {
        left: 0.9375rem;
        right: 0.9375rem; } }

.checkerboard-item {
  position: relative; }
  @media screen and (min-width: 40em) {
    .checkerboard-item {
      display: flex; } }
  @media screen and (min-width: 40em) {
    .checkerboard-item:nth-child(even) {
      flex-direction: row-reverse; } }
  .checkerboard-item > div {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%; }
    @media screen and (min-width: 40em) {
      .checkerboard-item > div {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%; } }
  .checkerboard-item__media {
    position: relative; }
  .checkerboard-item img {
    max-width: none;
    width: 100%;
    display: block; }
  .checkerboard-item svg {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 12.5rem;
    width: 12.5rem;
    margin: auto;
    opacity: .45; }
  .checkerboard-item__info {
    display: flex;
    justify-content: center; }
    @media screen and (min-width: 40em) {
      .checkerboard-item__info {
        align-items: center; } }
  .checkerboard-item__info__inner {
    max-width: 33.75rem;
    padding: 1.875rem 1.25rem 2.5rem; }
  .checkerboard-item h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5625rem; }
    @media screen and (min-width: 40em) {
      .checkerboard-item h2 {
        font-size: 3.125rem; } }
    @media screen and (min-width: 64em) {
      .checkerboard-item h2 {
        font-size: 3.125rem; } }
    @media screen and (min-width: 40em) {
      .checkerboard-item h2 {
        margin-bottom: 2.1875rem; } }
    @media screen and (min-width: 64em) {
      .checkerboard-item h2 {
        margin-bottom: 2.1875rem; } }
  .checkerboard-item p {
    font-size: 0.875rem; }
    @media screen and (min-width: 40em) {
      .checkerboard-item p {
        font-size: 0.9375rem; } }
    @media screen and (min-width: 64em) {
      .checkerboard-item p {
        font-size: 0.9375rem; } }
    .checkerboard-item p:not(:last-child) {
      margin-bottom: 1.25rem; }
      @media screen and (min-width: 40em) {
        .checkerboard-item p:not(:last-child) {
          margin-bottom: 2.5rem; } }
      @media screen and (min-width: 64em) {
        .checkerboard-item p:not(:last-child) {
          margin-bottom: 2.5rem; } }

@media screen and (min-width: 40em) {
  .object-fit .checkerboard-item img {
    height: 100%;
    object-fit: cover; } }

.section--checkerbd {
  padding-top: 3.75rem;
  margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .section--checkerbd {
      padding-top: 5rem; } }
  @media screen and (min-width: 64em) {
    .section--checkerbd {
      padding-top: 7.5rem; } }
  @media screen and (min-width: 40em) {
    .section--checkerbd {
      margin-bottom: 2.5rem; } }
  @media screen and (min-width: 64em) {
    .section--checkerbd {
      margin-bottom: 3.75rem; } }

.checkerbd {
  position: relative; }
  .checkerbd:after {
    content: "";
    display: table;
    clear: both; }
  .checkerbd__media {
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 39.9375em) {
      .checkerbd__media {
        margin: 0 -1.25rem; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .checkerbd__media {
        margin: 0 0 0 -1.25rem; } }
    @media screen and (min-width: 64em) {
      .checkerbd__media {
        margin: 0;
        position: absolute;
        top: 0; } }
  .checkerbd__text {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 1.25rem 1.25rem 0.0625rem;
    box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1); }
    @media screen and (min-width: 40em) {
      .checkerbd__text {
        padding: 3.75rem 3.75rem 1.875rem; } }
    @media screen and (max-width: 39.9375em) {
      .checkerbd__text {
        margin: -3.125rem -1.25rem 1.25rem 0; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .checkerbd__text {
        margin: -3.125rem -1.25rem 1.25rem 0;
        max-width: 750px;
        float: right; } }
    @media screen and (min-width: 64em) {
      .checkerbd__text {
        width: calc(100% - 610px);
        top: 0;
        transition: top 1s ease; }
        .checkerbd__text.animated {
          top: 50px; } }
    .checkerbd__text h2 {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
      font-weight: 500;
      font-size: 1.125rem;
      line-height: 1.5rem;
      padding-bottom: 0;
      border-bottom: none; }
      @media screen and (min-width: 40em) {
        .checkerbd__text h2 {
          font-size: 1.625rem; } }
      @media screen and (min-width: 64em) {
        .checkerbd__text h2 {
          font-size: 1.625rem; } }
      @media screen and (min-width: 40em) {
        .checkerbd__text h2 {
          line-height: 2.125rem; } }
      @media screen and (min-width: 64em) {
        .checkerbd__text h2 {
          line-height: 2.125rem; } }
    .checkerbd__text .btn {
      padding-top: 0.6875rem;
      font-size: 0.6875rem;
      padding-bottom: 0.6875rem;
      border-width: 1px;
      font-weight: 300;
      padding: 0.75rem 2rem; }
      .checkerbd__text .btn:before, .checkerbd__text .btn:after {
        border-width: 0 1px 1px 0; }
      .checkerbd__text .btn:hover {
        background-color: transparent; }
  .checkerbd__text__title {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding-bottom: 0;
    border-bottom: none; }
    @media screen and (min-width: 40em) {
      .checkerbd__text__title {
        font-size: 1.625rem; } }
    @media screen and (min-width: 64em) {
      .checkerbd__text__title {
        font-size: 1.625rem; } }
    @media screen and (min-width: 40em) {
      .checkerbd__text__title {
        line-height: 2.125rem; } }
    @media screen and (min-width: 64em) {
      .checkerbd__text__title {
        line-height: 2.125rem; } }
  @media screen and (min-width: 64em) {
    .checkerbd {
      margin-bottom: 110px;
      min-height: 380px; } }

@media screen and (min-width: 64em) {
  .checkerbd:nth-child(odd) .checkerbd__media {
    left: 0; }
  .checkerbd:nth-child(odd) .checkerbd__text {
    float: right; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .checkerbd:nth-child(even) .checkerbd__media {
    margin: 0 -1.25rem 0 0; }
    .checkerbd:nth-child(even) .checkerbd__media:after {
      content: "";
      display: table;
      clear: both; }
    .checkerbd:nth-child(even) .checkerbd__media img {
      float: right; } }

@media screen and (min-width: 64em) {
  .checkerbd:nth-child(even) .checkerbd__media {
    right: 0; } }

@media screen and (max-width: 39.9375em) {
  .checkerbd:nth-child(even) .checkerbd__text {
    margin: -3.125rem 0 1.25rem -1.25rem; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .checkerbd:nth-child(even) .checkerbd__text {
    margin: -3.125rem 0 1.25rem -1.25rem;
    float: none; } }

@media screen and (min-width: 64em) {
  .checkerbd:last-of-type {
    margin-bottom: 170px; } }

.checkerbd__media > a {
  position: relative; }
  .checkerbd__media > a svg {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 12.5rem;
    width: 12.5rem;
    margin: auto;
    opacity: .66; }
  .checkerbd__media > a:hover svg {
    opacity: .8; }

.slick-arrow {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 364px;
  border: none;
  background-color: transparent;
  font-size: 0; }
  @media (min-width: 1200px) {
    .slick-arrow {
      display: block; } }
  .slick-arrow:hover, .slick-arrow:active, .slick-arrow:focus {
    outline: none; }

.slick-prev {
  right: 100%;
  left: -344px; }

.slick-next {
  left: 1170px;
  right: 0; }

@media screen and (min-width: 40em) {
  .sequence-anim-item {
    transition: transform 8s ease, opacity 0.6s ease;
    transform: translateY(1rem);
    opacity: 0; }
    .sequence-anim-item.sequence-anim-item--active {
      transform: none;
      opacity: 1; } }

.cta-feature-box--featured.anim-item .cta-feature-box__img {
  transition: transform 8s ease;
  transform: translateX(60px); }

.cta-feature-box--featured.anim-item .cta-feature-box__content {
  transition: transform 8s ease;
  transform: translateX(-120px); }

.cta-feature-box--featured.anim-item.anim-item--active .cta-feature-box__img {
  transform: none; }

.cta-feature-box--featured.anim-item.anim-item--active .cta-feature-box__content {
  transform: translateX(-60px); }

/*
---------
IMG GRID
---------
*/
.section--img-grid .row--img-grid {
  max-width: 72.5rem;
  padding: 0; }

.img-grid {
  margin: 0;
  padding: 0; }
  .img-grid__selector {
    list-style: none;
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    display: inline-block; }
    @media screen and (min-width: 40em) {
      .img-grid__selector {
        max-width: 33.3333%;
        padding: 0 1.25rem; } }

.img-grid-item {
  position: relative;
  overflow: hidden;
  background-color: #0057b8; }
  .img-grid-item img {
    display: block; }

.img-grid-item__toggle__text {
  position: absolute;
  bottom: 1.5625rem;
  left: 5.3125rem;
  font-size: 0.875rem;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  color: #fff;
  text-transform: uppercase;
  transition: transform .4s ease;
  transform: translateY(calc(105% + 25px)); }

.img-grid-item__toggle img {
  transition: opacity .4s ease, transform .4s ease; }

.img-grid-item__toggle:hover img, .img-grid-item__toggle:focus img {
  opacity: .2;
  transform: scale(1.02); }

.img-grid-item__toggle:hover .caption-btn, .img-grid-item__toggle:focus .caption-btn {
  background: #fff; }
  .img-grid-item__toggle:hover .caption-btn #Shape, .img-grid-item__toggle:focus .caption-btn #Shape {
    fill: #0057b8; }

.img-grid-item__toggle:hover .img-grid-item__toggle__text, .img-grid-item__toggle:focus .img-grid-item__toggle__text {
  transform: none; }

.slider-row {
  position: relative;
  max-height: calc(100vh - 2.5rem); }
  @media screen and (min-width: 40em) {
    .slider-row {
      max-height: calc(100vh - 5rem);
      padding: 5rem 0; } }

.img-grid-slider {
  max-width: 100%; }
  .img-grid-slider .slick-track,
  .img-grid-slider .slick-list {
    max-width: 100% !important; }
  .img-grid-slider__slide {
    position: absolute !important;
    opacity: 0;
    float: none !important;
    transition: none;
    width: 100%; }
  .img-grid-slider .slick-current {
    position: relative !important;
    opacity: 1; }
  .img-grid-slider .slick-arrow {
    position: absolute;
    left: -999vw; }
  .img-grid-slider .caption-btn {
    margin-bottom: 2.1875rem; }
  .img-grid-slider p {
    margin-bottom: 1.5625rem; }

.img-grid-item--slide {
  width: 100%;
  max-width: 22.5rem;
  margin: 0 auto; }
  @media screen and (min-width: 40em) {
    .img-grid-item--slide {
      display: flex;
      justify-content: center;
      max-width: 100%; } }
  .img-grid-item--slide .caption-btn {
    position: relative;
    bottom: auto;
    left: auto; }

.img-grid-item__info {
  width: 100%;
  background-color: #fff;
  padding: 2.5rem;
  width: 100%; }
  @media screen and (min-width: 40em) {
    .img-grid-item__info {
      max-width: 22.5rem;
      flex: 0 0 360px; } }

.modal {
  position: fixed;
  z-index: 9999;
  background-color: rgba(64, 64, 64, 0.95);
  width: 100%;
  height: 100%;
  overflow-y: auto;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -999vw; }
  .modal.active {
    left: 0; }

.img-grid-item--slide__nav .btn {
  font-size: 0;
  font-family: "FontAwesome"; }
  .img-grid-item--slide__nav .btn:after {
    color: #fff;
    font-size: 1.25rem; }

.img-grid-item--slide__nav .btn {
  margin-right: 0.1875rem; }

.modal-close {
  background: none;
  padding: 0;
  border: none;
  position: absolute;
  top: 0;
  right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .modal-close {
      right: 0;
      top: 0.625rem; } }
  .modal-close svg {
    height: 1.25rem;
    width: 1.25rem; }
    @media screen and (min-width: 40em) {
      .modal-close svg {
        height: 2.5rem;
        width: 2.5rem; } }

.modal-content {
  display: none;
  max-width: 53.75rem; }

.section--landing__more {
  background-color: #F6F8FA; }
  .section--landing__more h2 {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 1rem;
    letter-spacing: 1.5px;
    font-weight: 500;
    padding-bottom: 0;
    border-bottom: none; }
    @media screen and (min-width: 40em) {
      .section--landing__more h2 {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 64em) {
      .section--landing__more h2 {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 40em) {
      .section--landing__more h2 {
        line-height: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .section--landing__more h2 {
        line-height: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .section--landing__more h2 {
        letter-spacing: 2px; } }
  .section--landing__more ul.menu li {
    margin-left: 0; }
    .section--landing__more ul.menu li:before {
      display: none; }
    .section--landing__more ul.menu li a {
      display: block;
      font-weight: 500;
      transition: all 300ms ease;
      padding-bottom: 0.625rem;
      margin-bottom: 0.625rem; }
      .section--landing__more ul.menu li a:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 100%;
        border-bottom: 1px solid #e75200;
        transition: all 300ms ease; }
      .section--landing__more ul.menu li a:hover {
        border-bottom-width: 1px; }
      .section--landing__more ul.menu li a:hover:after {
        right: 0; }
  .section--landing__more .menu {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px; }
    .section--landing__more .menu li {
      position: relative;
      width: 100%;
      padding-right: 30px;
      padding-left: 30px;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 640px) {
        .section--landing__more .menu li {
          flex: 0 0 50%;
          max-width: 50%; } }
      @media (min-width: 1024px) {
        .section--landing__more .menu li {
          flex: 0 0 33.33333%;
          max-width: 33.33333%; } }

.section--welcoming {
  background-color: #e1ecfa; }
  .section--welcoming h2 {
    color: #000;
    text-align: center;
    position: relative;
    padding-bottom: 1.25rem;
    border-bottom: none;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      .section--welcoming h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .section--welcoming h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 40em) {
      .section--welcoming h2 {
        margin-bottom: 3.75rem; } }
    @media screen and (min-width: 64em) {
      .section--welcoming h2 {
        margin-bottom: 3.75rem; } }
    .section--welcoming h2:after {
      content: "";
      display: block;
      width: 100px;
      height: 2px;
      background-color: #000;
      position: absolute;
      bottom: 0;
      left: calc(50% - 50px); }
      @media screen and (min-width: 40em) {
        .section--welcoming h2:after {
          width: 140px;
          left: calc(50% - 70px); } }

.welcoming__image img {
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1); }

.welcoming__text {
  background-color: #fff;
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 1.875rem;
  position: relative;
  z-index: 3; }
  @media screen and (max-width: 39.9375em) {
    .welcoming__text {
      margin-top: -20px; } }
  @media screen and (min-width: 40em) {
    .welcoming__text {
      margin-top: -50%;
      left: 50px;
      transition: all 600ms ease; }
      .welcoming__text.animated {
        left: 0; } }
  @media screen and (min-width: 64em) {
    .welcoming__text {
      margin-top: -50%;
      padding: 3.75rem; } }
  .welcoming__text p:last-child {
    margin-bottom: 0; }
  .welcoming__text:before {
    content: "";
    display: block;
    height: 45px;
    width: 45px;
    position: absolute;
    background-color: #fff;
    z-index: -1;
    transform: rotate(45deg); }
    @media screen and (max-width: 39.9375em) {
      .welcoming__text:before {
        top: -21px;
        left: 50px; } }
    @media screen and (min-width: 40em) {
      .welcoming__text:before {
        box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.25);
        top: 50px;
        left: -21px; } }

.welcoming__person-name {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: 1.5px; }
  @media screen and (min-width: 40em) {
    .welcoming__person-name {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 64em) {
    .welcoming__person-name {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 40em) {
    .welcoming__person-name {
      line-height: 1.125rem; } }
  @media screen and (min-width: 64em) {
    .welcoming__person-name {
      line-height: 1.125rem; } }
  @media screen and (min-width: 40em) {
    .welcoming__person-name {
      letter-spacing: 2px; } }

.section--single-large-news {
  background-color: #e75200;
  padding-top: 2.5rem;
  padding-bottom: 0; }
  @media screen and (min-width: 40em) {
    .section--single-large-news {
      padding-top: 7.5rem; } }
  @media screen and (min-width: 64em) {
    .section--single-large-news {
      padding-top: 7.5rem; } }
  @media screen and (min-width: 40em) {
    .section--single-large-news {
      padding-bottom: 5rem; } }
  @media screen and (min-width: 64em) {
    .section--single-large-news {
      padding-bottom: 5rem; } }
  .section--single-large-news h2 {
    color: #fff;
    text-align: center;
    position: relative;
    padding-bottom: 1.25rem;
    border-bottom: none;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      .section--single-large-news h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .section--single-large-news h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 40em) {
      .section--single-large-news h2 {
        margin-bottom: 3.75rem; } }
    @media screen and (min-width: 64em) {
      .section--single-large-news h2 {
        margin-bottom: 3.75rem; } }
    .section--single-large-news h2:after {
      content: "";
      display: block;
      width: 100px;
      height: 2px;
      background-color: #fff;
      position: absolute;
      bottom: 0;
      left: calc(50% - 50px); }
      @media screen and (min-width: 40em) {
        .section--single-large-news h2:after {
          width: 140px;
          left: calc(50% - 70px); } }
  .section--single-large-news .container {
    padding-bottom: 40px; }

.single-large-news {
  background-color: #fff;
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1); }
  .single-large-news__image {
    position: relative; }
    @media screen and (min-width: 64em) {
      .single-large-news__image {
        flex: 0 0 56.33333%;
        max-width: 56.33333%; } }
    .single-large-news__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .single-large-news__text {
    padding: 1.875rem; }
    @media screen and (min-width: 40em) {
      .single-large-news__text {
        padding: 3.75rem; } }
    .single-large-news__text h3 {
      padding-bottom: 0;
      border-bottom: none;
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
      font-weight: 500;
      font-size: 1.125rem;
      line-height: 1.5rem;
      margin-bottom: 0.625rem; }
      @media screen and (min-width: 40em) {
        .single-large-news__text h3 {
          font-size: 1.625rem; } }
      @media screen and (min-width: 64em) {
        .single-large-news__text h3 {
          font-size: 1.625rem; } }
      @media screen and (min-width: 40em) {
        .single-large-news__text h3 {
          line-height: 2.125rem; } }
      @media screen and (min-width: 64em) {
        .single-large-news__text h3 {
          line-height: 2.125rem; } }
      .single-large-news__text h3 a {
        border-bottom: none; }
    .single-large-news__text .timestamp--news {
      margin-bottom: 0.625rem; }
      @media screen and (min-width: 40em) {
        .single-large-news__text .timestamp--news {
          margin-bottom: 1.875rem; } }
      @media screen and (min-width: 64em) {
        .single-large-news__text .timestamp--news {
          margin-bottom: 1.875rem; } }
    .single-large-news__text .btn {
      padding-top: 0.6875rem;
      font-size: 0.6875rem;
      padding-bottom: 0.6875rem;
      border-width: 1px;
      border-width: 1px; }
      .single-large-news__text .btn:before, .single-large-news__text .btn:after {
        border-width: 0 1px 1px 0; }
      .single-large-news__text .btn:hover {
        background-color: transparent; }
      .single-large-news__text .btn:before, .single-large-news__text .btn:after {
        border-width: 0 1px 1px 0; }
      .single-large-news__text .btn:last-child {
        margin-bottom: 0; }

@media screen and (min-width: 64em) {
  .landing--promo-form {
    margin-top: -3.75rem;
    padding-left: 0;
    padding-right: 0; } }

.page--landing-page-promo section.organization__hero .container {
  padding: 0; }

.page--landing-page-promo .landing--intro-text__box {
  margin-top: 0; }

@media screen and (min-width: 64em) {
  .page--landing-page-promo .landing--promo-text {
    padding-right: 3.75rem; } }

.page--landing-page-promo .landing--promo-form {
  padding: 0; }
  @media screen and (min-width: 64em) {
    .page--landing-page-promo .landing--promo-form {
      margin-top: -3.75rem; } }

@media screen and (min-width: 40em) {
  .section--wysiwyg {
    background-image: linear-gradient(to right, #F6F8FA, #F6F8FA 40%, #fff 40%, #fff); }
    .section--wysiwyg .col:last-child {
      background-color: #fff;
      position: relative; }
      .section--wysiwyg .col:last-child:after {
        content: "";
        display: block;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: -40px;
        bottom: 0;
        width: 40px; }
    .section--wysiwyg .col:first-child {
      background-color: #F6F8FA; } }

.section--title + .section--wysiwyg .col {
  padding-top: 1.875rem; }
  @media screen and (min-width: 40em) {
    .section--title + .section--wysiwyg .col {
      padding-top: 5rem; } }
  @media screen and (min-width: 64em) {
    .section--title + .section--wysiwyg .col {
      padding-top: 5rem; } }

@media screen and (max-width: 39.9375em) {
  .section--title + .section--wysiwyg .col:first-child {
    padding-top: 0; } }

@media screen and (min-width: 40em) {
  .page--page .section--wysiwyg ~ .section--accordions,
  .page--page .section--contact-block {
    background-image: linear-gradient(to right, #F6F8FA, #F6F8FA 40%, #fff 40%, #fff); }
    .page--page .section--wysiwyg ~ .section--accordions .col:last-child,
    .page--page .section--contact-block .col:last-child {
      padding-bottom: 1.875rem;
      background-color: #fff;
      position: relative; } }
    @media screen and (min-width: 40em) and (min-width: 40em) {
      .page--page .section--wysiwyg ~ .section--accordions .col:last-child,
      .page--page .section--contact-block .col:last-child {
        padding-bottom: 3.75rem; } }
    @media screen and (min-width: 40em) and (min-width: 64em) {
      .page--page .section--wysiwyg ~ .section--accordions .col:last-child,
      .page--page .section--contact-block .col:last-child {
        padding-bottom: 3.75rem; } }

@media screen and (min-width: 40em) {
      .page--page .section--wysiwyg ~ .section--accordions .col:last-child:after,
      .page--page .section--contact-block .col:last-child:after {
        content: "";
        display: block;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: -40px;
        bottom: 0;
        width: 40px; } }

.page--page .section--wysiwyg ~ .section--accordions {
  background-image: none; }

.page--page .section--accordions div {
  width: 100%; }

@media screen and (min-width: 40em) {
  .common__topper {
    background-image: linear-gradient(to left, #F6F8FA, #F6F8FA 40%, #fff 40%, #fff); } }

@media screen and (min-width: 64em) {
  .common__topper .col:last-child {
    position: relative; }
    .common__topper .col:last-child:after {
      content: "";
      display: block;
      background-color: #F6F8FA;
      position: absolute;
      top: 0;
      left: -60px;
      bottom: 0;
      width: 200px;
      z-index: 1; } }

.section--sock {
  background-color: #333;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .section--sock__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .section--sock__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 12s ease; }
    .section--sock__bg.animated img {
      transform: scale(1.1); }

.sock__buttons {
  padding-top: 2.5rem;
  padding-bottom: 0.5rem;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .sock__buttons {
      padding-top: 6.25rem; } }
  @media screen and (min-width: 64em) {
    .sock__buttons {
      padding-top: 8.75rem; } }
  @media screen and (min-width: 40em) {
    .sock__buttons {
      padding-bottom: 4.25rem; } }
  @media screen and (min-width: 64em) {
    .sock__buttons {
      padding-bottom: 6.75rem; } }
  .sock__buttons .btn {
    z-index: 2;
    padding: 1.5rem 0;
    width: 280px;
    margin: 0 1.0625rem 2rem;
    font-size: 1.0625rem;
    color: #fff;
    border-color: #fff;
    background-color: rgba(12, 34, 63, 0.3); }
    .sock__buttons .btn:after {
      border-color: #fff; }
    .sock__buttons .btn:hover {
      background-color: rgba(12, 34, 63, 0.3);
      border-color: #00acc8; }
      .sock__buttons .btn:hover:after {
        border-color: #00acc8; }
    @media screen and (max-width: 39.9375em) {
      .sock__buttons .btn {
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 480px) {
      .sock__buttons .btn {
        width: 100%;
        display: block;
        margin: 0 0 1.25rem; }
        .sock__buttons .btn:last-child {
          margin-bottom: 2rem; } }

.section--contact-block h2 {
  padding-bottom: 0;
  border-bottom: none; }

.contact-box__image {
  background-image: url(../img/icons/desktop.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 60px; }

.contact-box {
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 40em) {
    .contact-box {
      margin-bottom: 1.875rem; } }
  @media screen and (min-width: 64em) {
    .contact-box {
      margin-bottom: 1.875rem; } }
  @media (max-width: 900px) {
    .contact-box .col-md-6 {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (max-width: 1023px) {
    .contact-box header {
      background-color: #0c223f;
      position: relative;
      display: flex;
      flex-direction: row;
      align-items: stretch;
      justify-content: space-between; }
      .contact-box header h3 {
        color: #fff;
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.375rem;
        padding: 1.5rem 1.25rem;
        border-bottom: none;
        margin-bottom: 0;
        max-width: calc(100% - 101px); } }
    @media screen and (max-width: 1023px) and (min-width: 40em) {
      .contact-box header h3 {
        font-size: 1.25rem; } }
    @media screen and (max-width: 1023px) and (min-width: 64em) {
      .contact-box header h3 {
        font-size: 1.25rem; } }
    @media screen and (max-width: 1023px) and (min-width: 40em) {
      .contact-box header h3 {
        line-height: 1.625rem; } }
    @media screen and (max-width: 1023px) and (min-width: 64em) {
      .contact-box header h3 {
        line-height: 1.625rem; } }
  @media (max-width: 1023px) {
        .contact-box header h3 a {
          color: #fff;
          border-bottom: none; }
          .contact-box header h3 a:hover {
            color: #00acc8; }
      .contact-box header .contact-box__image {
        align-self: flex-end;
        margin-bottom: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: calc(100% - 100px); }
        .contact-box header .contact-box__image img {
          box-shadow: none;
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .contact-box__name {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
      font-weight: 500;
      font-size: 1rem;
      line-height: 1.375rem;
      padding-bottom: 0;
      border-bottom: none;
      margin-bottom: 1.125rem; } }
  @media screen and (max-width: 1023px) and (min-width: 40em) {
    .contact-box__name {
      font-size: 1.25rem; } }
  @media screen and (max-width: 1023px) and (min-width: 64em) {
    .contact-box__name {
      font-size: 1.25rem; } }
  @media screen and (max-width: 1023px) and (min-width: 40em) {
    .contact-box__name {
      line-height: 1.625rem; } }
  @media screen and (max-width: 1023px) and (min-width: 64em) {
    .contact-box__name {
      line-height: 1.625rem; } }
  @media (max-width: 1023px) {
      .contact-box__name a {
        border-bottom: none; }
    .contact-box__name--desktop {
      display: none; }
    .contact-box .row {
      padding: 1.5rem 1.125rem 0; }
    .contact-box.minimal-content .row {
      padding: 0; } }
  @media screen and (min-width: 64em) {
    .contact-box {
      min-height: 9rem; }
      .contact-box header {
        align-self: flex-start;
        margin-bottom: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: calc(100% - 144px); }
        .contact-box header .contact-box__image {
          height: 100%;
          background-color: #0c223f; }
        .contact-box header img {
          box-shadow: none;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .contact-box .container {
        margin-left: 144px;
        width: calc(100% - 144px); }
      .contact-box__name--mobile {
        display: none; }
      .contact-box__name {
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.375rem;
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 1.125rem; } }
    @media screen and (min-width: 64em) and (min-width: 40em) {
      .contact-box__name {
        font-size: 1.25rem; } }
    @media screen and (min-width: 64em) and (min-width: 64em) {
      .contact-box__name {
        font-size: 1.25rem; } }
    @media screen and (min-width: 64em) and (min-width: 40em) {
      .contact-box__name {
        line-height: 1.625rem; } }
    @media screen and (min-width: 64em) and (min-width: 64em) {
      .contact-box__name {
        line-height: 1.625rem; } }
  @media screen and (min-width: 64em) {
        .contact-box__name a {
          border-bottom: none; }
      .contact-box .contact-box__image {
        background-size: 80px 80px; } }
  .contact-box header.has-img {
    background-color: #0057b8; }
    .contact-box header.has-img h3 a:hover {
      color: #e75200; }
  .contact-box .row {
    padding: 1.5rem 1.125rem 0; }
  .contact-box__text {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    margin-bottom: 1.125rem; }
    @media screen and (min-width: 40em) {
      .contact-box__text {
        font-size: 1rem; } }
    @media screen and (min-width: 64em) {
      .contact-box__text {
        font-size: 1rem; } }
    @media screen and (min-width: 40em) {
      .contact-box__text {
        line-height: 1.625rem; } }
    @media screen and (min-width: 64em) {
      .contact-box__text {
        line-height: 1.625rem; } }
    .contact-box__text + h2 {
      margin-top: 2.25rem; }
  .contact-box__phone, .contact-box__email {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    color: #0057b8; }
    @media screen and (min-width: 40em) {
      .contact-box__phone, .contact-box__email {
        font-size: 1rem; } }
    @media screen and (min-width: 64em) {
      .contact-box__phone, .contact-box__email {
        font-size: 1rem; } }
    @media screen and (min-width: 40em) {
      .contact-box__phone, .contact-box__email {
        line-height: 1.625rem; } }
    @media screen and (min-width: 64em) {
      .contact-box__phone, .contact-box__email {
        line-height: 1.625rem; } }
    .contact-box__phone a, .contact-box__email a {
      border-bottom: none; }
  .contact-box__email {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .contact-box__email:before {
      color: #00acc8;
      font-size: 1.25rem;
      margin-right: 0.625rem; }
  .contact-box__phone {
    margin-left: 30px;
    position: relative; }
    .contact-box__phone:before {
      color: #00acc8;
      font-size: 1.25rem;
      position: absolute;
      top: 0;
      left: -30px; }

.contact-box:last-of-type {
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 40em) {
    .contact-box:last-of-type {
      margin-bottom: 7.5rem; } }
  @media screen and (min-width: 64em) {
    .contact-box:last-of-type {
      margin-bottom: 7.5rem; } }

.section--large-faculty-block {
  background-color: #E1ECFA;
  overflow: hidden; }
  @media (max-width: 799px) {
    .section--large-faculty-block {
      padding-bottom: 0; } }
  .section--large-faculty-block h2 {
    color: #0c223f;
    text-align: center;
    position: relative;
    padding-bottom: 1.25rem;
    border-bottom: none;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      .section--large-faculty-block h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .section--large-faculty-block h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 40em) {
      .section--large-faculty-block h2 {
        margin-bottom: 3.75rem; } }
    @media screen and (min-width: 64em) {
      .section--large-faculty-block h2 {
        margin-bottom: 3.75rem; } }
    .section--large-faculty-block h2:after {
      content: "";
      display: block;
      width: 100px;
      height: 2px;
      background-color: #e75200;
      position: absolute;
      bottom: 0;
      left: calc(50% - 50px); }
      @media screen and (min-width: 40em) {
        .section--large-faculty-block h2:after {
          width: 140px;
          left: calc(50% - 70px); } }
  @media (max-width: 799px) {
    .section--large-faculty-block .padded-row {
      padding-left: 0;
      padding-right: 0; } }

@media (max-width: 799px) {
  .featured-faculty .container {
    padding-right: 0; } }

.featured-faculty .col {
  margin-bottom: 2.5rem; }
  @media (max-width: 799px) {
    .featured-faculty .col {
      width: 240px;
      padding-left: 10px;
      padding-right: 10px; } }

.featured-faculty__member {
  background-color: #fff;
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1); }
  @media (min-width: 800px) {
    .featured-faculty__member {
      height: 100%; } }
  .featured-faculty__member__image {
    background-color: #0c223f;
    height: 160px;
    background-image: url(../img/icons/mortarboard-teal.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80px 80px; }
    @media screen and (min-width: 40em) {
      .featured-faculty__member__image {
        background-size: 100px 100px; } }
    .featured-faculty__member__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .featured-faculty__member__text {
    padding: 1.25rem; }
    .featured-faculty__member__text ul li {
      margin-left: 0; }
      .featured-faculty__member__text ul li:before {
        display: none; }
    @media screen and (min-width: 40em) {
      .featured-faculty__member__text {
        padding: 1.875rem; } }
    .featured-faculty__member__text__name {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
      font-weight: 500;
      font-size: 0.8125rem;
      line-height: 1.25rem;
      margin-bottom: 1.25rem; }
      @media screen and (min-width: 40em) {
        .featured-faculty__member__text__name {
          font-size: 1.125rem; } }
      @media screen and (min-width: 64em) {
        .featured-faculty__member__text__name {
          font-size: 1.125rem; } }
      @media screen and (min-width: 40em) {
        .featured-faculty__member__text__name {
          line-height: 1.5rem; } }
      @media screen and (min-width: 64em) {
        .featured-faculty__member__text__name {
          line-height: 1.5rem; } }
      .featured-faculty__member__text__name a {
        border-bottom: none; }
    .featured-faculty__member__text__title {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
      font-size: 0.8125rem;
      line-height: 1.25rem; }
      @media screen and (min-width: 40em) {
        .featured-faculty__member__text__title {
          font-size: 1rem; } }
      @media screen and (min-width: 64em) {
        .featured-faculty__member__text__title {
          font-size: 1rem; } }
      @media screen and (min-width: 40em) {
        .featured-faculty__member__text__title {
          line-height: 1.625rem; } }
      @media screen and (min-width: 64em) {
        .featured-faculty__member__text__title {
          line-height: 1.625rem; } }

.featured-faculty .slick-slide {
  opacity: 0.5; }

.featured-faculty .slick-current,
.featured-faculty .slick-active {
  opacity: 1; }

.featured-faculty__load-more {
  text-align: center; }
  .featured-faculty__load-more .btn {
    background-color: #fff;
    padding-top: 0.6875rem;
    font-size: 0.6875rem;
    padding-bottom: 0.6875rem;
    border-width: 1px;
    margin-bottom: 0; }
    .featured-faculty__load-more .btn:before, .featured-faculty__load-more .btn:after {
      border-width: 0 1px 1px 0; }
    .featured-faculty__load-more .btn:hover {
      background-color: transparent; }

@media (max-width: 799px) {
  .featured-faculty .featured-faculty__load-more {
    display: none; } }

@media (min-width: 800px) {
  .featured-faculty .hidden {
    display: none; } }

.section--flexible-story-feature {
  background-image: linear-gradient(to bottom, #fff, #fff 36%, #F6F8FA 36%, #F6F8FA); }
  .section--flexible-story-feature h2 {
    color: #0c223f;
    text-align: center;
    position: relative;
    padding-bottom: 1.25rem;
    border-bottom: none;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      .section--flexible-story-feature h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .section--flexible-story-feature h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 40em) {
      .section--flexible-story-feature h2 {
        margin-bottom: 3.75rem; } }
    @media screen and (min-width: 64em) {
      .section--flexible-story-feature h2 {
        margin-bottom: 3.75rem; } }
    .section--flexible-story-feature h2:after {
      content: "";
      display: block;
      width: 100px;
      height: 2px;
      background-color: #e75200;
      position: absolute;
      bottom: 0;
      left: calc(50% - 50px); }
      @media screen and (min-width: 40em) {
        .section--flexible-story-feature h2:after {
          width: 140px;
          left: calc(50% - 70px); } }
  .section--flexible-story-feature .row .row {
    margin-left: 0;
    margin-right: 0; }

.story__image {
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 40em) {
    .story__image {
      margin-bottom: 1.875rem; } }
  @media screen and (min-width: 64em) {
    .story__image {
      margin-bottom: 1.875rem; } }
  .story__image img {
    width: 100%; }

.story__type {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: 1.5px;
  margin-bottom: 0.625rem; }
  @media screen and (min-width: 40em) {
    .story__type {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 64em) {
    .story__type {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 40em) {
    .story__type {
      line-height: 1.125rem; } }
  @media screen and (min-width: 64em) {
    .story__type {
      line-height: 1.125rem; } }
  @media screen and (min-width: 40em) {
    .story__type {
      letter-spacing: 2px; } }
  @media screen and (min-width: 40em) {
    .story__type {
      margin-bottom: 1.25rem; } }
  @media screen and (min-width: 64em) {
    .story__type {
      margin-bottom: 1.25rem; } }

.story__title {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0.625rem; }
  @media screen and (min-width: 40em) {
    .story__title {
      font-size: 1.125rem; } }
  @media screen and (min-width: 64em) {
    .story__title {
      font-size: 1.125rem; } }
  @media screen and (min-width: 40em) {
    .story__title {
      line-height: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .story__title {
      line-height: 1.5rem; } }
  @media screen and (min-width: 40em) {
    .story__title {
      margin-bottom: 1.25rem; } }
  @media screen and (min-width: 64em) {
    .story__title {
      margin-bottom: 1.25rem; } }
  .story__title a {
    padding-bottom: 0;
    border-bottom: none; }

.story__summary {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-size: 0.8125rem;
  line-height: 1.25rem; }
  @media screen and (min-width: 40em) {
    .story__summary {
      font-size: 1rem; } }
  @media screen and (min-width: 64em) {
    .story__summary {
      font-size: 1rem; } }
  @media screen and (min-width: 40em) {
    .story__summary {
      line-height: 1.625rem; } }
  @media screen and (min-width: 64em) {
    .story__summary {
      line-height: 1.625rem; } }

@media screen and (max-width: 39.9375em) {
  .story--feature,
  .story--small-feature {
    margin-bottom: 1.5rem; } }

@media screen and (min-width: 64em) {
  .story--feature,
  .story--small-feature {
    margin-top: 7.5rem;
    transition: margin-top 1s ease-in; }
    .story--feature.animated,
    .story--small-feature.animated {
      margin-top: 3.75rem; } }

.story--feature .story__image,
.story--small-feature .story__image {
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 39.9375em) {
    .story--feature .story__image,
    .story--small-feature .story__image {
      display: none; } }

.story--feature .story__type,
.story--small-feature .story__type {
  color: #0057b8; }

@media screen and (max-width: 39.9375em) {
  .story--feature .story__summary,
  .story--small-feature .story__summary {
    display: none; } }

.story--feature__featured .story--small-feature {
  background-color: #0057b8;
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
  margin-top: 0 !important; }
  @media screen and (max-width: 39.9375em) {
    .story--feature__featured .story--small-feature {
      margin-bottom: 20px; } }
  .story--feature__featured .story--small-feature .story__type,
  .story--feature__featured .story--small-feature .story__type a,
  .story--feature__featured .story--small-feature .story__title a, .story--feature__featured .story--small-feature .story__summary {
    color: #fff; }
  .story--feature__featured .story--small-feature .story__type a:hover,
  .story--feature__featured .story--small-feature .story__title a:hover {
    color: #e75200; }
  .story--feature__featured .story--small-feature .story__image {
    margin-bottom: 0;
    box-shadow: none;
    display: block; }
  .story--feature__featured .story--small-feature .story__summary p:last-child, .story--feature__featured .story--small-feature .story__summary ul:last-child, .story--feature__featured .story--small-feature .story__summary ol:last-child {
    margin-bottom: 0; }
  .story--feature__featured .story--small-feature .story__text {
    padding: 20px; }
    @media screen and (min-width: 40em) {
      .story--feature__featured .story--small-feature .story__text {
        padding: 30px 30px 40px; } }

.section--flexible-story-feature__two .container {
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 40em) {
    .section--flexible-story-feature__two .container {
      margin-bottom: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .section--flexible-story-feature__two .container {
      margin-bottom: 3.75rem; } }

@media screen and (max-width: 39.9375em) {
  .section--flexible-story-feature__two .story--feature {
    margin-bottom: 1.5rem; } }

@media screen and (min-width: 40em) {
  .section--flexible-story-feature__two .story--feature {
    margin-top: 3.75rem; } }

.section--flexible-story-feature__three .container {
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 40em) {
    .section--flexible-story-feature__three .container {
      margin-bottom: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .section--flexible-story-feature__three .container {
      margin-bottom: 0; } }

@media screen and (min-width: 40em) {
  .section--flexible-story-feature__three .story--feature__featured {
    margin-bottom: 60px; } }

a.story__image {
  display: block;
  overflow: hidden;
  border-bottom: none; }
  a.story__image img {
    transition: all 1s ease; }
  @media screen and (min-width: 40em) {
    a.story__image:hover img {
      transform: scale(1.125);
      transform-origin: center center; } }

.story__type {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: 1.5px; }
  @media screen and (min-width: 40em) {
    .story__type {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 64em) {
    .story__type {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 40em) {
    .story__type {
      line-height: 1.125rem; } }
  @media screen and (min-width: 64em) {
    .story__type {
      line-height: 1.125rem; } }
  @media screen and (min-width: 40em) {
    .story__type {
      letter-spacing: 2px; } }
  .story__type a {
    border-bottom: none; }

.story-listing {
  background-color: #F6F8FA;
  padding-bottom: 3.125rem; }
  .story-listing__grid {
    min-height: 15rem !important; }

.story--large-listing {
  background-color: #fff;
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-bottom: 1.875rem; }
  @media screen and (min-width: 40em) {
    .story--large-listing {
      margin-bottom: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .story--large-listing {
      margin-bottom: 3.75rem; } }
  @media screen and (min-width: 40em) {
    .story--large-listing {
      width: calc(50% - 30px); } }
  .story--large-listing .story__image {
    margin-bottom: 0; }
  .story--large-listing__text {
    padding: 1.25rem; }
    @media screen and (min-width: 40em) {
      .story--large-listing__text {
        padding: 1.875rem; } }
  .story--large-listing h2 {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    padding-bottom: 0;
    border-bottom: none; }
    @media screen and (min-width: 40em) {
      .story--large-listing h2 {
        font-size: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .story--large-listing h2 {
        font-size: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .story--large-listing h2 {
        line-height: 1.5rem; } }
    @media screen and (min-width: 64em) {
      .story--large-listing h2 {
        line-height: 1.5rem; } }
    .story--large-listing h2 a {
      border-bottom: none; }
  .story--large-listing__summary {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    margin-bottom: 0.625rem; }
    @media screen and (min-width: 40em) {
      .story--large-listing__summary {
        font-size: 1rem; } }
    @media screen and (min-width: 64em) {
      .story--large-listing__summary {
        font-size: 1rem; } }
    @media screen and (min-width: 40em) {
      .story--large-listing__summary {
        line-height: 1.625rem; } }
    @media screen and (min-width: 64em) {
      .story--large-listing__summary {
        line-height: 1.625rem; } }
    .story--large-listing__summary:last-child {
      margin-bottom: 0; }
  .story--large-listing .topics:last-child ul {
    margin-bottom: 0; }

.listing-item {
  margin-bottom: 1.875rem; }
  @media screen and (min-width: 40em) {
    .listing-item {
      margin-bottom: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .listing-item {
      margin-bottom: 3.75rem; } }
  .listing-item:last-of-type {
    margin-bottom: 1.875rem; }
    @media screen and (min-width: 40em) {
      .listing-item:last-of-type {
        margin-bottom: 1.25rem; } }
    @media screen and (min-width: 64em) {
      .listing-item:last-of-type {
        margin-bottom: 1.25rem; } }
  .listing-item__image {
    display: inline-block;
    padding-bottom: 0;
    border-bottom: none;
    overflow: hidden;
    box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 39.9375em) {
      .listing-item__image {
        margin-bottom: 20px; } }
    .listing-item__image img {
      transition: all 1s ease; }
    .listing-item__image:hover {
      border-bottom: none; }
    .listing-item__image:hover img {
      transform: scale(1.125);
      transform-origin: center center; }
  .listing-item__title {
    padding-bottom: 0;
    border-bottom: none; }
    .listing-item__title a {
      border-bottom: none; }
    .listing-item__title + .timestamp--news {
      margin-top: -0.9375rem;
      margin-bottom: 1.25rem; }
      @media screen and (min-width: 40em) {
        .listing-item__title + .timestamp--news {
          margin-bottom: 1.875rem; } }
      @media screen and (min-width: 64em) {
        .listing-item__title + .timestamp--news {
          margin-bottom: 1.875rem; } }
  .listing-item__teaser {
    margin-bottom: 0.625rem;
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-size: 0.8125rem;
    line-height: 1.25rem; }
    @media screen and (min-width: 40em) {
      .listing-item__teaser {
        font-size: 1rem; } }
    @media screen and (min-width: 64em) {
      .listing-item__teaser {
        font-size: 1rem; } }
    @media screen and (min-width: 40em) {
      .listing-item__teaser {
        line-height: 1.625rem; } }
    @media screen and (min-width: 64em) {
      .listing-item__teaser {
        line-height: 1.625rem; } }

.listing-item--event {
  margin-bottom: 3.125rem; }
  @media screen and (min-width: 40em) {
    .listing-item--event {
      margin-bottom: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .listing-item--event {
      margin-bottom: 3.75rem; } }
  .listing-item--event .listing-item__content {
    display: flex;
    flex-direction: row; }
    @media (max-width: 420px) {
      .listing-item--event .listing-item__content {
        flex-direction: column; } }
    .listing-item--event .listing-item__content__date {
      margin-right: 40px; }

.listing--news,
.listing--events {
  background-color: #F6F8FA;
  padding-bottom: 3.125rem; }

.timestamp--news {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: 1.5px;
  font-weight: 500; }
  @media screen and (min-width: 40em) {
    .timestamp--news {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 64em) {
    .timestamp--news {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 40em) {
    .timestamp--news {
      line-height: 1.125rem; } }
  @media screen and (min-width: 64em) {
    .timestamp--news {
      line-height: 1.125rem; } }
  @media screen and (min-width: 40em) {
    .timestamp--news {
      letter-spacing: 2px; } }

.date-block {
  width: 40px;
  text-align: center; }
  @media (max-width: 420px) {
    .date-block {
      margin-bottom: 20px; } }
  .date-block__month {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 1rem;
    letter-spacing: 1.5px;
    text-align: center;
    margin-bottom: 0; }
    @media screen and (min-width: 40em) {
      .date-block__month {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 64em) {
      .date-block__month {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 40em) {
      .date-block__month {
        line-height: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .date-block__month {
        line-height: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .date-block__month {
        letter-spacing: 2px; } }
  .date-block__day {
    font-family: "Roboto Slab", Georgia, sans-serif;
    color: #000;
    font-size: 1.5rem;
    line-height: 2rem;
    border-bottom: 2px solid #e75200; }
    @media screen and (min-width: 40em) {
      .date-block__day {
        font-size: 2.25rem; } }
    @media screen and (min-width: 64em) {
      .date-block__day {
        font-size: 2.25rem; } }
    @media screen and (min-width: 40em) {
      .date-block__day {
        line-height: 3rem; } }
    @media screen and (min-width: 64em) {
      .date-block__day {
        line-height: 3rem; } }
    @media screen and (max-width: 39.9375em) {
      .date-block__day {
        padding-bottom: 3px; } }

.event__time-location {
  margin-bottom: 1em; }
  .event__time-location span {
    display: inline-block; }
  .event__time-location span:not(:last-of-type) {
    margin-right: 1em; }
  .event__time-location span:before {
    color: #00acc8;
    margin-right: 0.5em; }

.topics ul li {
  margin-left: 0;
  display: inline;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 500; }
  .topics ul li:before {
    display: none; }
  @media screen and (min-width: 40em) {
    .topics ul li {
      font-size: 1rem; } }
  @media screen and (min-width: 64em) {
    .topics ul li {
      font-size: 1rem; } }
  @media screen and (min-width: 40em) {
    .topics ul li {
      line-height: 1.625rem; } }
  @media screen and (min-width: 64em) {
    .topics ul li {
      line-height: 1.625rem; } }
  .topics ul li a {
    border-bottom: none; }
  .topics ul li:not(:last-child) a:after {
    content: ", "; }

.detail--nophoto {
  background-color: #F6F8FA;
  position: relative; }
  .detail--nophoto:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 90px;
    background-color: #fff; }
  .detail--nophoto + .section--contact-block {
    background-color: #F6F8FA; }
  @media screen and (min-width: 40em) {
    .detail--nophoto .col-lg-8 {
      padding-top: 200px; } }

.detail--wphoto {
  background-color: #F6F8FA;
  position: relative; }
  .detail--wphoto:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 25vw;
    background-color: #fff; }
    @media screen and (min-width: 64em) {
      .detail--wphoto:before {
        height: 300px; } }

.detail--wphoto__photo img {
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px; }

.detail--wphoto__photo p {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-size: 0.8125rem;
  line-height: 1.25rem; }
  @media screen and (min-width: 40em) {
    .detail--wphoto__photo p {
      font-size: 1rem; } }
  @media screen and (min-width: 64em) {
    .detail--wphoto__photo p {
      font-size: 1rem; } }
  @media screen and (min-width: 40em) {
    .detail--wphoto__photo p {
      line-height: 1.625rem; } }
  @media screen and (min-width: 64em) {
    .detail--wphoto__photo p {
      line-height: 1.625rem; } }

.detail--wphoto__photo figure {
  margin-bottom: 0; }

.detail--wphoto__photo figcaption {
  padding-top: 0;
  margin-top: -5px;
  margin-bottom: 20px; }

.detail--wphoto__text {
  position: relative; }
  @media screen and (min-width: 64em) {
    .detail--wphoto__text .col--card .detail__details {
      margin-top: calc(-50% - 100px); } }
  .detail--wphoto__text .col-sm-10 {
    padding-top: 1.875rem; }
    @media screen and (min-width: 40em) {
      .detail--wphoto__text .col-sm-10 {
        padding-top: 5rem; } }
    @media screen and (min-width: 64em) {
      .detail--wphoto__text .col-sm-10 {
        padding-top: 5rem; } }

.detail__details {
  background-color: #fff;
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 1.25rem; }
  @media screen and (max-width: 39.9375em) {
    .detail__details {
      margin-bottom: 1.25rem; } }
  @media screen and (min-width: 40em) {
    .detail__details {
      padding: 1.875rem; } }
  .detail__details h2 {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding-bottom: 0;
    border-bottom: none; }
    @media screen and (min-width: 40em) {
      .detail__details h2 {
        font-size: 1.625rem; } }
    @media screen and (min-width: 64em) {
      .detail__details h2 {
        font-size: 1.625rem; } }
    @media screen and (min-width: 40em) {
      .detail__details h2 {
        line-height: 2.125rem; } }
    @media screen and (min-width: 64em) {
      .detail__details h2 {
        line-height: 2.125rem; } }
  .detail__details p, .detail__details ul {
    font-size: 1rem; }
  .detail__details__label {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 1rem;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin-bottom: 4px; }
    @media screen and (min-width: 40em) {
      .detail__details__label {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 64em) {
      .detail__details__label {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 40em) {
      .detail__details__label {
        line-height: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .detail__details__label {
        line-height: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .detail__details__label {
        letter-spacing: 2px; } }
    .detail__details__label + .detail__details__label {
      margin-top: 30px; }
  .detail__details__info,
  .detail__details .topics li {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-size: 0.8125rem;
    line-height: 1.25rem; }
    @media screen and (min-width: 40em) {
      .detail__details__info,
      .detail__details .topics li {
        font-size: 1rem; } }
    @media screen and (min-width: 64em) {
      .detail__details__info,
      .detail__details .topics li {
        font-size: 1rem; } }
    @media screen and (min-width: 40em) {
      .detail__details__info,
      .detail__details .topics li {
        line-height: 1.625rem; } }
    @media screen and (min-width: 64em) {
      .detail__details__info,
      .detail__details .topics li {
        line-height: 1.625rem; } }
  .detail__details__info a {
    border-bottom: none; }
  .detail__details p + p {
    margin-top: -1.75rem; }
  .detail__details p:last-child,
  .detail__details .btn:last-child {
    margin-bottom: 0; }
  .detail__details .topics:last-child ul {
    margin-bottom: 0; }
  .detail__details .btn {
    max-width: 100%;
    white-space: normal;
    line-height: 1.2; }
  .detail__details .topics.topics--listing {
    margin-top: 30px; }

.page--detail blockquote:before {
  background-color: #F6F8FA; }

.page--detail.page--page blockquote:before {
  background-color: #fff; }

.detail--nophoto,
.detail--wphoto {
  padding-bottom: 2.5rem; }
  @media screen and (min-width: 40em) {
    .detail--nophoto,
    .detail--wphoto {
      padding-bottom: 7.5rem; } }
  @media screen and (min-width: 64em) {
    .detail--nophoto,
    .detail--wphoto {
      padding-bottom: 7.5rem; } }
  .detail--nophoto .contact-box:last-child,
  .detail--wphoto .contact-box:last-child {
    margin-bottom: 0; }

.event__time-location {
  font-size: 1rem; }

.section--three-across {
  background-color: #e75200; }
  .section--three-across h2 {
    color: #fff;
    text-align: center;
    position: relative;
    padding-bottom: 1.25rem;
    border-bottom: none;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      .section--three-across h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .section--three-across h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 40em) {
      .section--three-across h2 {
        margin-bottom: 3.75rem; } }
    @media screen and (min-width: 64em) {
      .section--three-across h2 {
        margin-bottom: 3.75rem; } }
    .section--three-across h2:after {
      content: "";
      display: block;
      width: 100px;
      height: 2px;
      background-color: #fff;
      position: absolute;
      bottom: 0;
      left: calc(50% - 50px); }
      @media screen and (min-width: 40em) {
        .section--three-across h2:after {
          width: 140px;
          left: calc(50% - 70px); } }
  .section--three-across .container {
    margin-bottom: 0; }
    @media screen and (min-width: 40em) {
      .section--three-across .container {
        margin-bottom: 0; } }
    @media screen and (min-width: 64em) {
      .section--three-across .container {
        margin-bottom: 3.75rem; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .section--three-across .col-md-7 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; } }
  .section--three-across .btn {
    border-color: #fff;
    color: #fff;
    background-color: rgba(12, 34, 63, 0.3); }
    @media screen and (min-width: 40em) {
      .section--three-across .btn {
        margin: 0 0.75rem; } }
    .section--three-across .btn:after {
      border-color: #fff; }
    .section--three-across .btn:hover {
      background-color: rgba(12, 34, 63, 0.3);
      border-color: #00acc8; }
      .section--three-across .btn:hover:after {
        border-color: #00acc8; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .section--three-across .btn {
        margin-bottom: 20px; } }
    @media screen and (max-width: 39.9375em) {
      .section--three-across .btn:first-child:not(:only-child) {
        margin-bottom: 20px; } }

.section--three-across--links {
  background-color: #F6F8FA; }
  .section--three-across--links h2 {
    color: #0c223f;
    text-align: center;
    position: relative;
    padding-bottom: 1.25rem;
    border-bottom: none;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      .section--three-across--links h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .section--three-across--links h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 40em) {
      .section--three-across--links h2 {
        margin-bottom: 3.75rem; } }
    @media screen and (min-width: 64em) {
      .section--three-across--links h2 {
        margin-bottom: 3.75rem; } }
    .section--three-across--links h2:after {
      content: "";
      display: block;
      width: 100px;
      height: 2px;
      background-color: #e75200;
      position: absolute;
      bottom: 0;
      left: calc(50% - 50px); }
      @media screen and (min-width: 40em) {
        .section--three-across--links h2:after {
          width: 140px;
          left: calc(50% - 70px); } }
  @media screen and (min-width: 64em) {
    .section--three-across--links .col-sm-7:nth-child(n+4) .three-across__box {
      margin-top: 3.75rem; } }

.section--single-large-news + .section--three-across {
  margin-top: 0;
  padding-top: 0; }
  @media screen and (min-width: 40em) {
    .section--single-large-news + .section--three-across {
      margin-top: -5rem; } }
  @media screen and (min-width: 64em) {
    .section--single-large-news + .section--three-across {
      margin-top: -5rem; } }
  @media screen and (min-width: 40em) {
    .section--single-large-news + .section--three-across {
      padding-top: 1.25rem; } }
  @media screen and (min-width: 64em) {
    .section--single-large-news + .section--three-across {
      padding-top: 1.25rem; } }
  .section--single-large-news + .section--three-across .padded-row:not(.button-row),
  .section--single-large-news + .section--three-across h2 {
    display: none; }

.section--flexible-story-feature + .section--three-across {
  padding-top: 0; }

.three-across__box {
  background-color: #fff;
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 40em) {
    .three-across__box {
      margin-bottom: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .three-across__box {
      margin-bottom: 0; } }
  .three-across__box__image {
    overflow: hidden;
    display: block;
    width: 100%;
    border-bottom: none; }
    .three-across__box__image img {
      transition: all 1s ease;
      width: 100%; }
    .three-across__box__image:hover {
      border-bottom: none; }
    .three-across__box__image:hover img {
      transform: scale(1.125);
      transform-origin: center center; }
  .three-across__box__text, .three-across__box--events, .three-across__box--links {
    padding: 1.25rem; }
    @media screen and (min-width: 40em) {
      .three-across__box__text, .three-across__box--events, .three-across__box--links {
        padding: 1.875rem; } }
  .three-across__box__title {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375rem;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0.625rem; }
    @media screen and (min-width: 40em) {
      .three-across__box__title {
        font-size: 1.25rem; } }
    @media screen and (min-width: 64em) {
      .three-across__box__title {
        font-size: 1.25rem; } }
    @media screen and (min-width: 40em) {
      .three-across__box__title {
        line-height: 1.625rem; } }
    @media screen and (min-width: 64em) {
      .three-across__box__title {
        line-height: 1.625rem; } }
    @media screen and (min-width: 40em) {
      .three-across__box__title {
        margin-bottom: 1.25rem; } }
    @media screen and (min-width: 64em) {
      .three-across__box__title {
        margin-bottom: 1.25rem; } }
    .three-across__box__title a {
      border-bottom: none; }
  .three-across__box .date-block {
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      .three-across__box .date-block {
        margin-bottom: 1.875rem; } }
    @media screen and (min-width: 64em) {
      .three-across__box .date-block {
        margin-bottom: 1.875rem; } }
  .three-across__box .timestamp--news, .three-across__box__teaser {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    margin-bottom: 0.625rem; }
    @media screen and (min-width: 40em) {
      .three-across__box .timestamp--news, .three-across__box__teaser {
        font-size: 1rem; } }
    @media screen and (min-width: 64em) {
      .three-across__box .timestamp--news, .three-across__box__teaser {
        font-size: 1rem; } }
    @media screen and (min-width: 40em) {
      .three-across__box .timestamp--news, .three-across__box__teaser {
        line-height: 1.625rem; } }
    @media screen and (min-width: 64em) {
      .three-across__box .timestamp--news, .three-across__box__teaser {
        line-height: 1.625rem; } }
    @media screen and (min-width: 40em) {
      .three-across__box .timestamp--news, .three-across__box__teaser {
        margin-bottom: 1.25rem; } }
    @media screen and (min-width: 64em) {
      .three-across__box .timestamp--news, .three-across__box__teaser {
        margin-bottom: 1.25rem; } }
  .three-across__box .event__time-location {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-size: 0.8125rem;
    line-height: 1.25rem; }
    @media screen and (min-width: 40em) {
      .three-across__box .event__time-location {
        font-size: 1rem; } }
    @media screen and (min-width: 64em) {
      .three-across__box .event__time-location {
        font-size: 1rem; } }
    @media screen and (min-width: 40em) {
      .three-across__box .event__time-location {
        line-height: 1.625rem; } }
    @media screen and (min-width: 64em) {
      .three-across__box .event__time-location {
        line-height: 1.625rem; } }
    .three-across__box .event__time-location span {
      margin-left: 30px;
      position: relative; }
      .three-across__box .event__time-location span:not(:last-child) {
        margin-bottom: 10px; }
      .three-across__box .event__time-location span:before {
        position: absolute;
        top: calc(50% - 7px);
        left: -30px; }

.section--three-across .three-across__box__teaser h2, .section--three-across .three-across__box__teaser h3 {
  color: #000;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 40em) {
    .section--three-across .three-across__box__teaser h2, .section--three-across .three-across__box__teaser h3 {
      margin-bottom: 1.875rem; } }
  @media screen and (min-width: 64em) {
    .section--three-across .three-across__box__teaser h2, .section--three-across .three-across__box__teaser h3 {
      margin-bottom: 1.875rem; } }
  .section--three-across .three-across__box__teaser h2:after, .section--three-across .three-across__box__teaser h3:after {
    display: none; }

.three-across__box--links ul li {
  margin-left: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 500; }
  .three-across__box--links ul li:before {
    display: none; }
  @media screen and (min-width: 40em) {
    .three-across__box--links ul li {
      font-size: 1rem; } }
  @media screen and (min-width: 64em) {
    .three-across__box--links ul li {
      font-size: 1rem; } }
  @media screen and (min-width: 40em) {
    .three-across__box--links ul li {
      line-height: 1.625rem; } }
  @media screen and (min-width: 64em) {
    .three-across__box--links ul li {
      line-height: 1.625rem; } }
  .three-across__box--links ul li a {
    border-bottom: none;
    display: block; }
  .three-across__box--links ul li a:not([href^="https://www.utica.edu"]):not([href^="#"]):not([href^="/"]) {
    margin-left: 30px;
    position: relative; }
    .three-across__box--links ul li a:not([href^="https://www.utica.edu"]):not([href^="#"]):not([href^="/"]):before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      background: transparent url(../img/icons/external-links-teal.svg) no-repeat center center;
      position: absolute;
      top: 0;
      left: -30px; }
  .three-across__box--links ul li a[href$=".pdf"],
  .three-across__box--links ul li a[href$=".doc"],
  .three-across__box--links ul li a[href$=".docx"],
  .three-across__box--links ul li a[href$=".txt"] {
    margin-left: 30px;
    position: relative; }
    .three-across__box--links ul li a[href$=".pdf"]:before,
    .three-across__box--links ul li a[href$=".doc"]:before,
    .three-across__box--links ul li a[href$=".docx"]:before,
    .three-across__box--links ul li a[href$=".txt"]:before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      background: transparent url(../img/icons/downloads-teal.svg) no-repeat center center !important;
      position: absolute;
      top: 0;
      left: -30px; }

.three-across__box .timestamp--news {
  font-size: 13px; }

.program-listing {
  background-color: #F6F8FA;
  padding-bottom: 6.25rem; }
  .program-listing > .row {
    position: relative;
    margin-bottom: 1.875rem; }
    @media screen and (min-width: 40em) {
      .program-listing > .row {
        margin-bottom: 5rem; } }
    @media screen and (min-width: 64em) {
      .program-listing > .row {
        margin-bottom: 5rem; } }
    @media screen and (max-width: 39.9375em) {
      .program-listing > .row {
        display: none; } }
    .program-listing > .row:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 30px;
      right: 30px;
      border-bottom: 2px solid #00acc8; }
  .program-listing__table-header {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 1rem;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin-bottom: 0.625rem; }
    @media screen and (min-width: 40em) {
      .program-listing__table-header {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 64em) {
      .program-listing__table-header {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 40em) {
      .program-listing__table-header {
        line-height: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .program-listing__table-header {
        line-height: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .program-listing__table-header {
        letter-spacing: 2px; } }
    @media (max-width: 639px) {
      .program-listing__table-header:only-child {
        display: none; } }
    @media (min-width: 640px) and (max-width: 980px) {
      .program-listing__table-header {
        letter-spacing: 0; } }
    @media (min-width: 640px) and (max-width: 800px) {
      .program-listing__table-header {
        font-size: 11px; } }

.program--large-listing {
  margin-bottom: 1.25rem;
  z-index: 2; }
  @media screen and (min-width: 40em) {
    .program--large-listing {
      margin-bottom: 1.875rem; } }
  @media screen and (min-width: 64em) {
    .program--large-listing {
      margin-bottom: 1.875rem; } }
  .program--large-listing h3.h5 {
    padding-bottom: 0;
    border-bottom: none; }
    @media (min-width: 640px) and (max-width: 800px) {
      .program--large-listing h3.h5 {
        font-size: 1.125rem;
        -webkit-hyphens: auto;
            -ms-hyphens: auto;
                hyphens: auto; } }
    @media screen and (min-width: 40em) {
      .program--large-listing h3.h5 {
        margin-bottom: 0; } }
    .program--large-listing h3.h5 a {
      border-bottom: none; }
    .program--large-listing h3.h5 a:not([href^="/"]) {
      margin-left: 30px;
      display: block;
      position: relative; }
      .program--large-listing h3.h5 a:not([href^="/"]):before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background: transparent url(../img/icons/external-links-teal.svg) no-repeat center center;
        position: absolute;
        top: 7px;
        left: -30px; }
      .program--large-listing h3.h5 a:not([href^="/"]):hover:before {
        background: transparent url(../img/icons/external-links-black.svg) no-repeat center center; }
    .program--large-listing h3.h5 a:hover {
      color: #000; }
  @media (min-width: 640px) and (max-width: 800px) {
    .program--large-listing ul {
      line-height: 1.1;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto; } }
  @media screen and (max-width: 39.9375em) {
    .program--large-listing ul {
      margin-bottom: 0; } }
  .program--large-listing ul li {
    margin-left: 0;
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    display: inline; }
    .program--large-listing ul li:before {
      display: none; }
    @media screen and (min-width: 40em) {
      .program--large-listing ul li {
        font-size: 1rem; } }
    @media screen and (min-width: 64em) {
      .program--large-listing ul li {
        font-size: 1rem; } }
    @media screen and (min-width: 40em) {
      .program--large-listing ul li {
        line-height: 1.625rem; } }
    @media screen and (min-width: 64em) {
      .program--large-listing ul li {
        line-height: 1.625rem; } }
    @media (min-width: 640px) and (max-width: 800px) {
      .program--large-listing ul li {
        font-size: 1rem; } }
    .program--large-listing ul li:not(:last-child):after {
      content: ", "; }
  .program--large-listing .form-type-checkbox input {
    position: absolute;
    opacity: 0; }
  .program--large-listing .form-type-checkbox label {
    font-size: 0;
    position: relative; }
    .program--large-listing .form-type-checkbox label:before {
      content: "";
      display: block;
      width: 40px;
      height: 40px;
      background-color: #fff;
      border: 1px solid #0057b8; }
  .program--large-listing .form-type-checkbox input:checked + label:before {
    background-color: #0057b8; }
  .program--large-listing .form-type-checkbox input:checked + label:after {
    content: "";
    display: block;
    width: 16px;
    height: 24px;
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 4px;
    left: 12px;
    transform: rotate(45deg); }
  .program--large-listing .form-type-checkbox .program-listing__table-header {
    margin-top: 1.25rem; }
    @media screen and (min-width: 40em) {
      .program--large-listing .form-type-checkbox .program-listing__table-header {
        display: none; } }
  .program--large-listing .row {
    position: relative;
    z-index: 2; }

@media screen and (min-width: 40em) {
  .no-touchevents .program--large-listing .row:hover:after {
    content: "";
    display: block;
    position: absolute;
    top: -1em;
    right: -1em;
    bottom: -1em;
    left: -1em;
    z-index: -1;
    background-color: #ffb700;
    box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1); }
  .no-touchevents .program--large-listing .row:hover a {
    color: #000; }
  .no-touchevents .program--large-listing .row:hover a:not([href^="/"]):before {
    background: transparent url(../img/icons/external-links-black.svg) no-repeat center center; } }

.program-listing__comparison {
  background-color: #0057b8;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 4; }
  @media screen and (min-width: 40em) {
    .program-listing__comparison {
      padding-top: 2.5rem; } }
  @media screen and (min-width: 64em) {
    .program-listing__comparison {
      padding-top: 2.5rem; } }
  @media screen and (min-width: 40em) {
    .program-listing__comparison {
      padding-bottom: 2.5rem; } }
  @media screen and (min-width: 64em) {
    .program-listing__comparison {
      padding-bottom: 2.5rem; } }
  .program-listing__comparison__space {
    display: flex;
    flex: 1 0 auto; }
    @media (max-width: 900px) {
      .program-listing__comparison__space {
        flex-wrap: wrap; } }
    @media (max-width: 480px) {
      .program-listing__comparison__space {
        flex-direction: column;
        width: 100%; } }
    .program-listing__comparison__space__buttons {
      display: flex;
      width: 75%; }
      @media (max-width: 900px) {
        .program-listing__comparison__space__buttons {
          width: 100%; } }
      @media (max-width: 640px) {
        .program-listing__comparison__space__buttons {
          flex-direction: column; } }
  .program-listing__comparison button.btn {
    margin-bottom: 0;
    width: calc(25% - 20px);
    border-color: #fff;
    background-color: rgba(12, 34, 63, 0.3);
    color: #fff; }
    .program-listing__comparison button.btn:before, .program-listing__comparison button.btn:after {
      border-color: #fff; }
    .program-listing__comparison button.btn:disabled {
      display: none; }
    @media (max-width: 900px) {
      .program-listing__comparison button.btn {
        width: calc(33.33% - 20px);
        padding: 10px; } }
    @media (min-width: 641px) and (max-width: 900px) {
      .program-listing__comparison button.btn {
        margin-bottom: 20px; } }
    @media (max-width: 640px) {
      .program-listing__comparison button.btn {
        width: 100%; } }

.program-listing__comparison__slot {
  width: calc(33.33% - 20px);
  margin-right: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.625rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 300ms ease; }
  @media (max-width: 900px) {
    .program-listing__comparison__slot {
      width: calc(33.33% - 20px);
      margin-bottom: 20px; } }
  @media (max-width: 640px) {
    .program-listing__comparison__slot {
      width: 100%;
      margin-bottom: 10px;
      margin-right: 0; } }
  .program-listing__comparison__slot p {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 1rem;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin-bottom: 0;
    transition: color 300ms ease; }
    @media screen and (min-width: 40em) {
      .program-listing__comparison__slot p {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 64em) {
      .program-listing__comparison__slot p {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 40em) {
      .program-listing__comparison__slot p {
        line-height: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .program-listing__comparison__slot p {
        line-height: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .program-listing__comparison__slot p {
        letter-spacing: 2px; } }
  .program-listing__comparison__slot.engaged {
    background-color: #fff; }
    .program-listing__comparison__slot.engaged p {
      color: #0057b8;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto; }
    .program-listing__comparison__slot.engaged button {
      border: none;
      background-color: transparent; }
      .program-listing__comparison__slot.engaged button .icon-cancel {
        color: #0057b8; }

@media (max-width: 640px) and (max-height: 800px) {
  .program-listing__comparison__slot {
    display: none; }
    .program-listing__comparison__slot:last-of-type {
      display: inline;
      background-color: transparent;
      padding: 0; }
      .program-listing__comparison__slot:last-of-type p {
        color: rgba(255, 255, 255, 0.8);
        display: inline; }
    .program-listing__comparison__slot.engaged {
      display: inline;
      background-color: transparent;
      padding: 0; }
      .program-listing__comparison__slot.engaged p {
        color: #fff;
        display: inline; }
      .program-listing__comparison__slot.engaged button {
        font-size: 0.75rem; }
        .program-listing__comparison__slot.engaged button .icon-cancel {
          color: #fff; } }

.compare-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(12, 34, 63, 0.8);
  z-index: 1000;
  overflow: scroll; }

.compare-modal__window {
  position: relative;
  overflow: scroll;
  z-index: 1001; }
  .compare-modal__window > button {
    border: none;
    background-color: transparent;
    position: absolute;
    height: 30px;
    width: 30px;
    right: 30px;
    top: 120px; }
    .compare-modal__window > button:before, .compare-modal__window > button:after {
      content: "";
      display: block;
      width: 42px;
      height: 4px;
      background-color: #fff;
      border-radius: 2px;
      transform-origin: center center;
      top: 13px;
      left: -6px;
      position: absolute; }
    .compare-modal__window > button:before {
      transform: rotate(45deg); }
    .compare-modal__window > button:after {
      transform: rotate(-45deg); }
    @media screen and (min-width: 64em) {
      .compare-modal__window > button {
        height: 60px;
        width: 60px;
        top: 200px; }
        .compare-modal__window > button:before, .compare-modal__window > button:after {
          width: 84px;
          height: 6px;
          top: 27px;
          left: -14px;
          border-radius: 3px; } }
    @media (min-width: 1220px) {
      .compare-modal__window > button {
        right: calc(50% - 580px); } }

.compare-modal--active {
  display: block; }

.compare-modal__desktop {
  display: none; }
  @media (min-width: 1024px) {
    .compare-modal__desktop {
      display: block;
      padding-top: 300px;
      padding-bottom: 300px; } }

.compare-modal__mobile {
  display: none; }
  @media (max-width: 1023px) {
    .compare-modal__mobile {
      display: block;
      padding-top: 170px;
      padding-bottom: 100px; } }

.program--mobile-compare,
.program--large-feature {
  background-color: #fff;
  padding: 1.875rem; }
  .program--mobile-compare__list li,
  .program--large-feature__list li {
    margin-left: 1.5rem; }
    .program--mobile-compare__list li:before,
    .program--large-feature__list li:before {
      left: -1.5rem;
      height: 4px;
      width: 4px; }
  .program--mobile-compare__list--small,
  .program--large-feature__list--small {
    margin-bottom: 30px; }
    .program--mobile-compare__list--small li,
    .program--large-feature__list--small li {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
      font-size: 0.8125rem;
      line-height: 1.25rem;
      margin-left: 0;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto;
      margin-bottom: 0; }
      @media screen and (min-width: 40em) {
        .program--mobile-compare__list--small li,
        .program--large-feature__list--small li {
          font-size: 1rem; } }
      @media screen and (min-width: 64em) {
        .program--mobile-compare__list--small li,
        .program--large-feature__list--small li {
          font-size: 1rem; } }
      @media screen and (min-width: 40em) {
        .program--mobile-compare__list--small li,
        .program--large-feature__list--small li {
          line-height: 1.625rem; } }
      @media screen and (min-width: 64em) {
        .program--mobile-compare__list--small li,
        .program--large-feature__list--small li {
          line-height: 1.625rem; } }
      .program--mobile-compare__list--small li:before,
      .program--large-feature__list--small li:before {
        display: none; }
      .program--mobile-compare__list--small li:not(:last-child),
      .program--large-feature__list--small li:not(:last-child) {
        margin-bottom: 10px; }
  .program--mobile-compare h3,
  .program--large-feature h3 {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    border-bottom: 2px solid #00acc8; }
    @media screen and (min-width: 40em) {
      .program--mobile-compare h3,
      .program--large-feature h3 {
        font-size: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .program--mobile-compare h3,
      .program--large-feature h3 {
        font-size: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .program--mobile-compare h3,
      .program--large-feature h3 {
        line-height: 1.5rem; } }
    @media screen and (min-width: 64em) {
      .program--mobile-compare h3,
      .program--large-feature h3 {
        line-height: 1.5rem; } }
  .program--mobile-compare h4,
  .program--large-feature h4 {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 1rem;
    letter-spacing: 1.5px;
    font-weight: 500;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 10px; }
    @media screen and (min-width: 40em) {
      .program--mobile-compare h4,
      .program--large-feature h4 {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 64em) {
      .program--mobile-compare h4,
      .program--large-feature h4 {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 40em) {
      .program--mobile-compare h4,
      .program--large-feature h4 {
        line-height: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .program--mobile-compare h4,
      .program--large-feature h4 {
        line-height: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .program--mobile-compare h4,
      .program--large-feature h4 {
        letter-spacing: 2px; } }
    .program--mobile-compare h4 a,
    .program--large-feature h4 a {
      border-bottom: none; }

.program__type {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: 1.5px;
  color: #0057b8; }
  @media screen and (min-width: 40em) {
    .program__type {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 64em) {
    .program__type {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 40em) {
    .program__type {
      line-height: 1.125rem; } }
  @media screen and (min-width: 64em) {
    .program__type {
      line-height: 1.125rem; } }
  @media screen and (min-width: 40em) {
    .program__type {
      letter-spacing: 2px; } }

.program h2 {
  padding-bottom: 0;
  border-bottom: none;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5rem; }
  @media screen and (min-width: 40em) {
    .program h2 {
      font-size: 1.625rem; } }
  @media screen and (min-width: 64em) {
    .program h2 {
      font-size: 1.625rem; } }
  @media screen and (min-width: 40em) {
    .program h2 {
      line-height: 2.125rem; } }
  @media screen and (min-width: 64em) {
    .program h2 {
      line-height: 2.125rem; } }
  .program h2 a {
    border-bottom: none; }
  .program h2 a:not([href^="/"]) {
    margin-left: 30px;
    display: block;
    position: relative; }
    .program h2 a:not([href^="/"]):before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      background: transparent url(../img/icons/external-links-teal.svg) no-repeat center center;
      position: absolute;
      top: 7px;
      left: -30px; }

@media screen and (max-width: 39.9375em) {
  .program--mobile-compare {
    padding: 20px; } }

.program--mobile-compare .accordion-drop-down {
  box-shadow: none;
  margin-bottom: 0; }

.program--mobile-compare .accordion-drop-down__toggle {
  border: none;
  outline: none !important;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  text-transform: none;
  color: #0057b8;
  padding: 0.625rem 1rem 0.625rem 2.5rem;
  transform: translate(0, 0); }
  @media screen and (min-width: 40em) {
    .program--mobile-compare .accordion-drop-down__toggle {
      font-size: 1.125rem; } }
  @media screen and (min-width: 64em) {
    .program--mobile-compare .accordion-drop-down__toggle {
      font-size: 1.125rem; } }
  @media screen and (min-width: 40em) {
    .program--mobile-compare .accordion-drop-down__toggle {
      line-height: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .program--mobile-compare .accordion-drop-down__toggle {
      line-height: 1.5rem; } }
  .program--mobile-compare .accordion-drop-down__toggle:hover {
    transform: translate(0, 0); }
  .program--mobile-compare .accordion-drop-down__toggle:focus, .program--mobile-compare .accordion-drop-down__toggle:hover, .program--mobile-compare .accordion-drop-down__toggle--active {
    background-color: transparent;
    outline: none !important; }
  .program--mobile-compare .accordion-drop-down__toggle:before, .program--mobile-compare .accordion-drop-down__toggle:after {
    border: none; }
  .program--mobile-compare .accordion-drop-down__toggle .icon-u-down-arrow {
    position: absolute;
    top: 0.625rem;
    left: 0;
    font-size: 1.25rem;
    transition: transform .4s ease; }
  .program--mobile-compare .accordion-drop-down__toggle--active .icon-u-down-arrow {
    transform: rotateX(180deg); }

.program--mobile-compare .accordion-drop-down__toggled-content {
  position: relative;
  padding-left: 40px; }
  .program--mobile-compare .accordion-drop-down__toggled-content .col-6 h4 {
    display: none; }
  .program--mobile-compare .accordion-drop-down__toggled-content:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10px;
    border-left: 1px solid #0057b8; }
  .program--mobile-compare .accordion-drop-down__toggled-content h4 a:not([href^="/"]) {
    margin-left: 30px;
    display: block;
    position: relative; }
    .program--mobile-compare .accordion-drop-down__toggled-content h4 a:not([href^="/"]):before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      background: transparent url(../img/icons/external-links-teal.svg) no-repeat center center;
      position: absolute;
      top: -3px;
      left: -30px; }

.section--ataglance {
  position: relative; }
  .section--ataglance h2 {
    color: #000;
    text-align: center;
    position: relative;
    padding-bottom: 1.25rem;
    border-bottom: none;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      .section--ataglance h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .section--ataglance h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 40em) {
      .section--ataglance h2 {
        margin-bottom: 3.75rem; } }
    @media screen and (min-width: 64em) {
      .section--ataglance h2 {
        margin-bottom: 3.75rem; } }
    .section--ataglance h2:after {
      content: "";
      display: block;
      width: 100px;
      height: 2px;
      background-color: #e75200;
      position: absolute;
      bottom: 0;
      left: calc(50% - 50px); }
      @media screen and (min-width: 40em) {
        .section--ataglance h2:after {
          width: 140px;
          left: calc(50% - 70px); } }
  .section--ataglance .button-row {
    position: relative;
    z-index: 2; }
    .section--ataglance .button-row .btn {
      border-color: #fff;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.5); }
      .section--ataglance .button-row .btn:after {
        border-color: #fff; }
      .section--ataglance .button-row .btn:hover {
        border-color: #00acc8; }
        .section--ataglance .button-row .btn:hover:after {
          border-color: #00acc8; }
  .section--ataglance__background {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0; }
    .section--ataglance__background img {
      width: 100%;
      height: 100%;
      position: relative;
      object-fit: cover; }
    @media screen and (max-width: 39.9375em) {
      .section--ataglance__background {
        top: calc(100% - 360px); } }

.ataglance {
  position: relative;
  z-index: 2;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  background-color: #fff;
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 1.875rem 1.875rem 0;
  margin-bottom: 1.875rem; }
  @media screen and (min-width: 40em) {
    .ataglance {
      font-size: 1rem; } }
  @media screen and (min-width: 64em) {
    .ataglance {
      font-size: 1rem; } }
  @media screen and (min-width: 40em) {
    .ataglance {
      line-height: 1.625rem; } }
  @media screen and (min-width: 64em) {
    .ataglance {
      line-height: 1.625rem; } }
  @media screen and (min-width: 40em) {
    .ataglance {
      padding: 3.75rem 3.75rem 0; } }
  @media screen and (min-width: 40em) {
    .ataglance {
      margin-bottom: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .ataglance {
      margin-bottom: 3.75rem; } }
  .ataglance h3 {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 1rem;
    letter-spacing: 1.5px;
    font-weight: 500;
    padding-bottom: 0.625rem;
    border-bottom: 2px solid #00acc8; }
    @media screen and (min-width: 40em) {
      .ataglance h3 {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 64em) {
      .ataglance h3 {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 40em) {
      .ataglance h3 {
        line-height: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .ataglance h3 {
        line-height: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .ataglance h3 {
        letter-spacing: 2px; } }
  .ataglance ul {
    margin-bottom: 1.875rem; }
    @media screen and (min-width: 40em) {
      .ataglance ul {
        margin-bottom: 3.75rem; } }
  .ataglance ul li {
    margin-left: 0;
    margin-right: 3.75rem; }
    .ataglance ul li:before {
      display: none; }
    .ataglance ul li a {
      font-weight: 500;
      border-bottom: none; }
  .ataglance .ataglance__disclaimer ul {
    list-style: disc;
    margin-left: 1rem; }
  .ataglance__disclaimer {
    padding-bottom: 1.875rem; }
    @media screen and (min-width: 40em) {
      .ataglance__disclaimer {
        padding-bottom: 3.75rem; } }

.section--faculty-news-story {
  background-color: #0c223f; }
  .section--faculty-news-story h2 {
    color: #fff;
    text-align: center;
    position: relative;
    padding-bottom: 1.25rem;
    border-bottom: none;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      .section--faculty-news-story h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .section--faculty-news-story h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 40em) {
      .section--faculty-news-story h2 {
        margin-bottom: 3.75rem; } }
    @media screen and (min-width: 64em) {
      .section--faculty-news-story h2 {
        margin-bottom: 3.75rem; } }
    .section--faculty-news-story h2:after {
      content: "";
      display: block;
      width: 100px;
      height: 2px;
      background-color: #00acc8;
      position: absolute;
      bottom: 0;
      left: calc(50% - 50px); }
      @media screen and (min-width: 40em) {
        .section--faculty-news-story h2:after {
          width: 140px;
          left: calc(50% - 70px); } }

.faculty-news-story__slider .slick-track {
  padding: 30px 0; }

.faculty-news-story__slider .slick-slide:not(.slick-current):hover, .faculty-news-story__slider .slick-slide:not(.slick-current):focus {
  cursor: pointer; }

.faculty-news-story__slide {
  position: relative;
  margin: 0 0.9375rem;
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 40em) {
    .faculty-news-story__slide {
      margin: 0 1.875rem; } }
  @media (max-width: 1000px) {
    .faculty-news-story__slide {
      width: calc(100vw - 240px); } }
  @media screen and (max-width: 39.9375em) {
    .faculty-news-story__slide {
      width: calc(100vw - 120px); } }

.faculty-news-story__slide__image {
  display: inline-block; }
  .faculty-news-story__slide__image img {
    width: 100%;
    vertical-align: middle; }
    @media screen and (max-width: 39.9375em) {
      .faculty-news-story__slide__image img {
        margin-bottom: 1.25rem; } }

.faculty-news-story__slide__text h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.375rem;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .faculty-news-story__slide__text h3 {
      font-size: 1.25rem; } }
  @media screen and (min-width: 64em) {
    .faculty-news-story__slide__text h3 {
      font-size: 1.25rem; } }
  @media screen and (min-width: 40em) {
    .faculty-news-story__slide__text h3 {
      line-height: 1.625rem; } }
  @media screen and (min-width: 64em) {
    .faculty-news-story__slide__text h3 {
      line-height: 1.625rem; } }

.faculty-news-story__slide__text a {
  color: #fff;
  border-bottom: none; }
  .faculty-news-story__slide__text a:hover, .faculty-news-story__slide__text a:focus {
    color: #e75200;
    outline: none; }

@media screen and (min-width: 40em) {
  .faculty-news-story__slide__text {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 3.75rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0)); } }

.section--related-programs {
  background-image: linear-gradient(to bottom, #fff, #fff 18%, #e1ecfa 18%, #e1ecfa); }
  @media screen and (min-width: 40em) {
    .section--related-programs {
      background-image: linear-gradient(to bottom, #fff, #fff 36%, #e1ecfa 36%, #e1ecfa); } }
  @media screen and (min-width: 64em) {
    .section--related-programs {
      background-image: linear-gradient(to bottom, #fff, #fff 50%, #e1ecfa 50%, #e1ecfa); } }
  .section--related-programs h2 {
    color: #000;
    text-align: center;
    position: relative;
    padding-bottom: 1.25rem;
    border-bottom: none;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      .section--related-programs h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .section--related-programs h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 40em) {
      .section--related-programs h2 {
        margin-bottom: 3.75rem; } }
    @media screen and (min-width: 64em) {
      .section--related-programs h2 {
        margin-bottom: 3.75rem; } }
    .section--related-programs h2:after {
      content: "";
      display: block;
      width: 100px;
      height: 2px;
      background-color: #00acc8;
      position: absolute;
      bottom: 0;
      left: calc(50% - 50px); }
      @media screen and (min-width: 40em) {
        .section--related-programs h2:after {
          width: 140px;
          left: calc(50% - 70px); } }
  .section--related-programs .col-12 {
    position: relative; }

.related-program {
  width: 100%;
  display: block;
  padding-bottom: 0;
  border-bottom: none;
  position: relative;
  z-index: 1;
  transition: all 300ms ease-out; }
  @media (max-width: 1023px) {
    .related-program {
      margin-bottom: 20px; } }
  .related-program__image img {
    width: 100%;
    box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1); }
  .related-program__text {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      .related-program__text {
        padding-top: 1.875rem; } }
    @media screen and (min-width: 64em) {
      .related-program__text {
        padding-top: 1.875rem; } }
    @media screen and (min-width: 40em) {
      .related-program__text {
        padding-bottom: 1.875rem; } }
    @media screen and (min-width: 64em) {
      .related-program__text {
        padding-bottom: 1.875rem; } }
  .related-program__level {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 1rem;
    letter-spacing: 1.5px; }
    @media screen and (min-width: 40em) {
      .related-program__level {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 64em) {
      .related-program__level {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 40em) {
      .related-program__level {
        line-height: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .related-program__level {
        line-height: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .related-program__level {
        letter-spacing: 2px; } }
  .related-program__name {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.25rem; }
    @media screen and (min-width: 40em) {
      .related-program__name {
        font-size: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .related-program__name {
        font-size: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .related-program__name {
        line-height: 1.5rem; } }
    @media screen and (min-width: 64em) {
      .related-program__name {
        line-height: 1.5rem; } }
  .related-program:hover {
    background-color: #ffb700;
    border-bottom: none;
    box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
    z-index: 2; }
    @media screen and (min-width: 40em) {
      .related-program:hover {
        transform: scale(1.05);
        transform-origin: center center; } }
    @media screen and (min-width: 64em) {
      .related-program:hover {
        transform: scale(1.33);
        transform-origin: center center; } }
    .related-program:hover .related-program__image img {
      box-shadow: none; }
    .related-program:hover .related-program__text {
      padding: 1.25rem; }
      @media screen and (min-width: 40em) {
        .related-program:hover .related-program__text {
          padding: 1.875rem; } }
    .related-program:hover .related-program__level {
      color: #000; }
      @media screen and (min-width: 64em) {
        .related-program:hover .related-program__level {
          font-size: 9.77px;
          line-height: 0.93; } }
    .related-program:hover .related-program__name {
      color: #000; }
      @media screen and (min-width: 64em) {
        .related-program:hover .related-program__name {
          font-size: 13.53px; } }

.program-map {
  background-color: #0057b8;
  position: relative;
  overflow: hidden; }
  .program-map__text {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    color: #fff; }
    @media screen and (min-width: 40em) {
      .program-map__text {
        padding-top: 7.5rem; } }
    @media screen and (min-width: 64em) {
      .program-map__text {
        padding-top: 7.5rem; } }
    @media screen and (min-width: 40em) {
      .program-map__text {
        padding-bottom: 0; } }
    @media screen and (min-width: 64em) {
      .program-map__text {
        padding-bottom: 7.5rem; } }
    .program-map__text h2 {
      color: #fff;
      padding-bottom: 0;
      border-bottom: none; }
    .program-map__text p {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
      font-size: 0.8125rem;
      line-height: 1.25rem; }
      @media screen and (min-width: 40em) {
        .program-map__text p {
          font-size: 1rem; } }
      @media screen and (min-width: 64em) {
        .program-map__text p {
          font-size: 1rem; } }
      @media screen and (min-width: 40em) {
        .program-map__text p {
          line-height: 1.625rem; } }
      @media screen and (min-width: 64em) {
        .program-map__text p {
          line-height: 1.625rem; } }
    @media screen and (max-width: 39.9375em) {
      .program-map__text {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .program-map__text {
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (min-width: 64em) {
      .program-map__text {
        padding-left: 30px; } }
    @media (min-width: 1221px) {
      .program-map__text {
        padding-left: 0;
        margin-left: calc(50% - 590px); } }
    .program-map__text__intro {
      max-width: 340px; }
  .program-map__locations {
    position: relative;
    z-index: 2;
    background-color: #fff;
    color: #000;
    box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 1.25rem;
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 40em) {
      .program-map__locations {
        padding: 1.875rem; } }
    @media screen and (min-width: 64em) {
      .program-map__locations {
        max-width: 550px; } }
    .program-map__locations ul {
      margin-bottom: 0; }
      @media screen and (min-width: 40em) {
        .program-map__locations ul {
          column-count: 2; } }
      .program-map__locations ul li {
        margin-left: 0;
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
        font-weight: 500;
        font-size: 0.8125rem;
        line-height: 1.25rem; }
        .program-map__locations ul li:before {
          display: none; }
        @media screen and (min-width: 40em) {
          .program-map__locations ul li {
            font-size: 1.125rem; } }
        @media screen and (min-width: 64em) {
          .program-map__locations ul li {
            font-size: 1.125rem; } }
        @media screen and (min-width: 40em) {
          .program-map__locations ul li {
            line-height: 1.5rem; } }
        @media screen and (min-width: 64em) {
          .program-map__locations ul li {
            line-height: 1.5rem; } }
        .program-map__locations ul li:last-child {
          margin-bottom: 0; }
    @media screen and (min-width: 40em) {
      .program-map__locations {
        margin-bottom: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .program-map__locations {
        margin-bottom: 0; } }
  .program-map__image {
    width: 100%;
    position: relative; }
    @media screen and (max-width: 39.9375em) {
      .program-map__image {
        max-height: 56vw;
        overflow: hidden; } }
    @media screen and (min-width: 64em) {
      .program-map__image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 400px;
        width: calc(100% - 400px);
        height: 100%; } }
    @media (min-width: 1221px) {
      .program-map__image {
        left: calc(50% - 160px); } }
    .program-map__image img {
      position: relative;
      object-fit: cover;
      width: 100%;
      height: 100%; }
  @media screen and (max-width: 39.9375em) {
    .program-map iframe {
      display: none; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .program-map iframe {
      width: 100%;
      height: 400px;
      z-index: 1;
      margin-bottom: -10px; } }
  @media screen and (min-width: 64em) {
    .program-map iframe {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 400px;
      width: calc(100% - 400px);
      height: 100%; } }
  @media (min-width: 1221px) {
    .program-map iframe {
      left: calc(50% - 160px); } }
  .program-map__mobile-link a.btn {
    color: #fff;
    border-color: #fff; }
    .program-map__mobile-link a.btn:after {
      border-color: #fff; }
    .program-map__mobile-link a.btn:hover {
      background-color: transparent;
      border-color: #00acc8; }
    .program-map__mobile-link a.btn:hover:after {
      border-color: #00acc8; }
  @media screen and (min-width: 40em) {
    .program-map__mobile-link {
      display: none; } }

.section--ueuv {
  background-color: #ffb700;
  overflow: hidden; }
  .section--ueuv .eyebrow {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 1rem;
    letter-spacing: 1.5px;
    text-align: center; }
    @media screen and (min-width: 40em) {
      .section--ueuv .eyebrow {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 64em) {
      .section--ueuv .eyebrow {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 40em) {
      .section--ueuv .eyebrow {
        line-height: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .section--ueuv .eyebrow {
        line-height: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .section--ueuv .eyebrow {
        letter-spacing: 2px; } }
  .section--ueuv h2 {
    color: #000;
    text-align: center;
    position: relative;
    padding-bottom: 1.25rem;
    border-bottom: none;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      .section--ueuv h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .section--ueuv h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 40em) {
      .section--ueuv h2 {
        margin-bottom: 3.75rem; } }
    @media screen and (min-width: 64em) {
      .section--ueuv h2 {
        margin-bottom: 3.75rem; } }
    .section--ueuv h2:after {
      content: "";
      display: block;
      width: 100px;
      height: 2px;
      background-color: #000;
      position: absolute;
      bottom: 0;
      left: calc(50% - 50px); }
      @media screen and (min-width: 40em) {
        .section--ueuv h2:after {
          width: 140px;
          left: calc(50% - 70px); } }

.ueuv__card {
  background-color: #fff;
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1); }

.page--detail .ueuv__card blockquote:before {
  background-color: #fff; }

.ueuv__card--featured {
  padding: 1.875rem 1.875rem 1.25rem;
  margin-bottom: 1.875rem; }
  @media screen and (min-width: 40em) {
    .ueuv__card--featured {
      padding: 3.75rem 3.75rem 2.5rem; } }
  @media screen and (min-width: 40em) {
    .ueuv__card--featured {
      margin-bottom: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .ueuv__card--featured {
      margin-bottom: 3.75rem; } }
  .ueuv__card--featured blockquote {
    border-color: #00acc8;
    border-bottom: none;
    padding-bottom: 0; }
  .ueuv__card--featured__byline {
    text-align: center;
    padding-bottom: 1.25rem;
    border-bottom: 2px solid #00acc8; }
    @media screen and (min-width: 40em) {
      .ueuv__card--featured__byline {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .ueuv__card--featured__byline {
        padding-bottom: 2.5rem; } }
    .ueuv__card--featured__byline span {
      display: block;
      padding: 1.25rem 0; }
      @media screen and (min-width: 40em) {
        .ueuv__card--featured__byline span {
          display: inline-block;
          padding: 0.375rem 1.25rem; } }
    @media screen and (max-width: 39.9375em) {
      .ueuv__card--featured__byline span + span {
        position: relative; }
        .ueuv__card--featured__byline span + span:before {
          content: "";
          display: block;
          height: 1px;
          width: 32px;
          background-color: #e75200;
          position: absolute;
          top: 0;
          left: calc(50% - 16px); } }
    @media screen and (min-width: 40em) {
      .ueuv__card--featured__byline span + span {
        border-left: 1px solid #e75200; } }

.ueuv__card--slide {
  padding: 1.25rem;
  width: 300px;
  margin-right: 20px; }
  @media screen and (min-width: 40em) {
    .ueuv__card--slide {
      padding: 1.875rem;
      width: 346px;
      margin-right: 60px; } }
  .ueuv__card--slide__title {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375rem;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      .ueuv__card--slide__title {
        font-size: 1.25rem; } }
    @media screen and (min-width: 64em) {
      .ueuv__card--slide__title {
        font-size: 1.25rem; } }
    @media screen and (min-width: 40em) {
      .ueuv__card--slide__title {
        line-height: 1.625rem; } }
    @media screen and (min-width: 64em) {
      .ueuv__card--slide__title {
        line-height: 1.625rem; } }
  .ueuv__card--slide__text {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    margin-bottom: 1em; }
    @media screen and (min-width: 40em) {
      .ueuv__card--slide__text {
        font-size: 1rem; } }
    @media screen and (min-width: 64em) {
      .ueuv__card--slide__text {
        font-size: 1rem; } }
    @media screen and (min-width: 40em) {
      .ueuv__card--slide__text {
        line-height: 1.625rem; } }
    @media screen and (min-width: 64em) {
      .ueuv__card--slide__text {
        line-height: 1.625rem; } }
    .ueuv__card--slide__text:last-child {
      margin-bottom: 0; }
  .ueuv__card--slide__list {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-size: 0.8125rem;
    line-height: 1.25rem; }
    @media screen and (min-width: 40em) {
      .ueuv__card--slide__list {
        font-size: 1rem; } }
    @media screen and (min-width: 64em) {
      .ueuv__card--slide__list {
        font-size: 1rem; } }
    @media screen and (min-width: 40em) {
      .ueuv__card--slide__list {
        line-height: 1.625rem; } }
    @media screen and (min-width: 64em) {
      .ueuv__card--slide__list {
        line-height: 1.625rem; } }
    .ueuv__card--slide__list:last-child {
      margin-bottom: 0; }
    .ueuv__card--slide__list li {
      margin: 0 0 0 1.25rem; }
    .ueuv__card--slide__list li:before {
      width: 4px;
      height: 4px;
      left: -20px; }
  .ueuv__card--slide--special-differentiator__text {
    font-family: "Roboto Slab", Georgia, sans-serif;
    font-size: 1.75rem;
    line-height: 2.3125rem;
    margin-bottom: 1.875rem; }
    @media screen and (min-width: 40em) {
      .ueuv__card--slide--special-differentiator__text {
        font-size: 3rem; } }
    @media screen and (min-width: 64em) {
      .ueuv__card--slide--special-differentiator__text {
        font-size: 3rem; } }
    @media screen and (min-width: 40em) {
      .ueuv__card--slide--special-differentiator__text {
        line-height: 3.875rem; } }
    @media screen and (min-width: 64em) {
      .ueuv__card--slide--special-differentiator__text {
        line-height: 3.875rem; } }

.ueuv__card--slide--differentiator {
  padding: 0; }

.ueuv__card__slider {
  margin-left: 20px; }
  @media (min-width: 1221px) {
    .ueuv__card__slider {
      margin-left: calc(50% - 590px); } }
  .ueuv__card__slider .slick-list {
    padding: 0 0 30px 10px; }
  .ueuv__card__slider .ueuv__card--slide.slick-slide {
    opacity: 0.5; }
  .ueuv__card__slider .ueuv__card--slide.slick-active {
    opacity: 1; }

.section--differentiators {
  overflow: hidden;
  background-color: #ffb700; }
  .section--differentiators h2 {
    color: #000;
    text-align: center;
    position: relative;
    padding-bottom: 1.25rem;
    border-bottom: none;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      .section--differentiators h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .section--differentiators h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 40em) {
      .section--differentiators h2 {
        margin-bottom: 3.75rem; } }
    @media screen and (min-width: 64em) {
      .section--differentiators h2 {
        margin-bottom: 3.75rem; } }
    .section--differentiators h2:after {
      content: "";
      display: block;
      width: 100px;
      height: 2px;
      background-color: #000;
      position: absolute;
      bottom: 0;
      left: calc(50% - 50px); }
      @media screen and (min-width: 40em) {
        .section--differentiators h2:after {
          width: 140px;
          left: calc(50% - 70px); } }
  .section--differentiators .no-gutters {
    margin-left: auto;
    margin-right: auto;
    width: 1240px;
    padding: 0 20px; }

.differentiators__slider {
  position: relative; }
  .differentiators__slider:after {
    content: "";
    clear: both;
    display: table; }

.differentiator {
  background-color: #fff;
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
  width: 360px;
  float: left; }
  .differentiator:not(:first-child) {
    margin-left: 60px; }
  @media (max-width: 480px) {
    .differentiator {
      width: 250px; }
      .differentiator:not(:first-child) {
        margin-left: 40px; } }
  .differentiator__visual__number {
    font-family: "Roboto Slab", Georgia, sans-serif;
    font-size: 2rem;
    line-height: 2.5rem;
    padding: 1.25rem 1.25rem 0; }
    @media screen and (min-width: 40em) {
      .differentiator__visual__number {
        font-size: 3.5rem; } }
    @media screen and (min-width: 64em) {
      .differentiator__visual__number {
        font-size: 3.5rem; } }
    @media screen and (min-width: 40em) {
      .differentiator__visual__number {
        line-height: 4.625rem; } }
    @media screen and (min-width: 64em) {
      .differentiator__visual__number {
        line-height: 4.625rem; } }
    @media screen and (min-width: 40em) {
      .differentiator__visual__number {
        padding: 1.875rem 1.875rem 0; } }
  .differentiator__visual__icon {
    width: 100px;
    margin: 1.25rem 1.25rem 0; }
    @media screen and (min-width: 40em) {
      .differentiator__visual__icon {
        margin: 1.875rem 1.875rem 0; } }
    .differentiator__visual__icon svg {
      fill: #00acc8; }
  .differentiator__visual__briefcase {
    padding-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      .differentiator__visual__briefcase {
        padding-bottom: 1.875rem; } }
  .differentiator__text {
    padding: 1.25rem; }
    @media screen and (min-width: 40em) {
      .differentiator__text {
        padding: 1.875rem; } }
  .differentiator__title {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375rem;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      .differentiator__title {
        font-size: 1.25rem; } }
    @media screen and (min-width: 64em) {
      .differentiator__title {
        font-size: 1.25rem; } }
    @media screen and (min-width: 40em) {
      .differentiator__title {
        line-height: 1.625rem; } }
    @media screen and (min-width: 64em) {
      .differentiator__title {
        line-height: 1.625rem; } }
  .differentiator__desc {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    margin-bottom: 0; }
    @media screen and (min-width: 40em) {
      .differentiator__desc {
        font-size: 1rem; } }
    @media screen and (min-width: 64em) {
      .differentiator__desc {
        font-size: 1rem; } }
    @media screen and (min-width: 40em) {
      .differentiator__desc {
        line-height: 1.625rem; } }
    @media screen and (min-width: 64em) {
      .differentiator__desc {
        line-height: 1.625rem; } }

@media (max-width: 1200px) {
  .differentiator.slick-slide {
    opacity: 0.5; }
  .differentiator.slick-active {
    opacity: 1; } }

.differentiators__slider {
  padding-bottom: 0.625rem; }
  @media screen and (min-width: 40em) {
    .differentiators__slider {
      padding-bottom: 5.625rem; } }
  @media screen and (min-width: 64em) {
    .differentiators__slider {
      padding-bottom: 7.5rem; } }
  .differentiators__slider .slick-track {
    padding-bottom: 30px; }

.target {
  position: relative; }
  .target .button {
    position: absolute;
    z-index: 2; }
  .target .shadowed {
    position: absolute;
    z-index: 1;
    top: 65px;
    left: 65px;
    border-radius: 50%;
    background: #0057b8;
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.5)); }
  .target circle {
    stroke: #0057b8;
    stroke-width: 2px;
    stroke-opacity: 1; }
  .target .dot {
    fill: #0057b8; }
  .target .border {
    stroke: #0057b8;
    fill-opacity: 0;
    stroke-opacity: 1;
    transform-origin: 50% 50%;
    animation-duration: 2s;
    animation-name: grow;
    animation-iteration-count: 3; }
  .target .pulse {
    stroke: #0057b8;
    fill-opacity: 0;
    stroke-opacity: 0.2;
    transform-origin: 50% 50%;
    animation-duration: 2s;
    animation-name: pulse;
    animation-iteration-count: 3; }

a:hover .target .shadowed {
  background: #e75200; }

a:hover .target circle,
a:hover .target .border {
  stroke: #e75200; }

a:hover .target .dot {
  fill: #e75200; }

a:hover .target .border,
a:hover .target .pulse {
  animation-iteration-count: infinite; }

@keyframes grow {
  0% {
    transform: scale(1); }
  66% {
    transform: scale(2);
    stroke-opacity: 0; }
  99% {
    transform: scale(1);
    stroke-opacity: 0; }
  100% {
    transform: scale(1);
    stroke-opacity: 1; } }

@keyframes pulse {
  0% {
    transform: scale(1); }
  66% {
    transform: scale(3.5);
    stroke-width: 1px;
    stroke-opacity: 0; }
  99% {
    transform: scale(1);
    stroke-opacity: 0; }
  100% {
    transform: scale(1);
    stroke-opacity: 1; } }

.section--cost-table {
  background-color: #e1ecfa; }
  .section--cost-table h2 {
    color: #000;
    text-align: center;
    position: relative;
    padding-bottom: 1.25rem;
    border-bottom: none;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      .section--cost-table h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .section--cost-table h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 40em) {
      .section--cost-table h2 {
        margin-bottom: 3.75rem; } }
    @media screen and (min-width: 64em) {
      .section--cost-table h2 {
        margin-bottom: 3.75rem; } }
    .section--cost-table h2:after {
      content: "";
      display: block;
      width: 100px;
      height: 2px;
      background-color: #ffb700;
      position: absolute;
      bottom: 0;
      left: calc(50% - 50px); }
      @media screen and (min-width: 40em) {
        .section--cost-table h2:after {
          width: 140px;
          left: calc(50% - 70px); } }
  .section--cost-table .container {
    position: relative;
    z-index: 2; }
    .section--cost-table .container:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      background-color: #fff;
      box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
      left: 30px;
      right: 30px; }
      @media screen and (min-width: 40em) {
        .section--cost-table .container:before {
          right: 33%; } }
      @media screen and (min-width: 64em) {
        .section--cost-table .container:before {
          right: 27%; } }
    .section--cost-table .container .row {
      margin-left: 0;
      margin-right: 0; }
    .section--cost-table .container .row:first-child {
      padding-top: 1.875rem; }
      @media screen and (min-width: 40em) {
        .section--cost-table .container .row:first-child {
          padding-top: 3.75rem; } }
      @media screen and (min-width: 64em) {
        .section--cost-table .container .row:first-child {
          padding-top: 3.75rem; } }
    .section--cost-table .container .row:last-child {
      padding-bottom: 1.875rem; }
      @media screen and (min-width: 40em) {
        .section--cost-table .container .row:last-child {
          padding-bottom: 3.75rem; } }
      @media screen and (min-width: 64em) {
        .section--cost-table .container .row:last-child {
          padding-bottom: 3.75rem; } }

.costs--row {
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 40em) {
    .costs--row {
      margin-bottom: 2.5rem; } }
  @media screen and (min-width: 64em) {
    .costs--row {
      margin-bottom: 2.5rem; } }
  .costs--row .col-lg-9 {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    @media screen and (min-width: 40em) {
      .costs--row .col-lg-9 {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
    @media screen and (min-width: 64em) {
      .costs--row .col-lg-9 {
        padding-left: 3.75rem;
        padding-right: 3.75rem; } }
  .costs--row .col-lg-3 {
    position: relative; }
    @media screen and (min-width: 40em) {
      .costs--row .col-lg-3 {
        padding-left: 60px;
        padding-right: 0; } }

.costs__name {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  text-align: left; }
  @media screen and (min-width: 40em) {
    .costs__name {
      font-size: 1.125rem; } }
  @media screen and (min-width: 64em) {
    .costs__name {
      font-size: 1.125rem; } }
  @media screen and (min-width: 40em) {
    .costs__name {
      line-height: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .costs__name {
      line-height: 1.5rem; } }
  @media screen and (max-width: 39.9375em) {
    .costs__name {
      margin-bottom: 0.625rem; } }

.costs__amount {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.375rem;
  text-align: left; }
  @media screen and (min-width: 40em) {
    .costs__amount {
      font-size: 1.25rem; } }
  @media screen and (min-width: 64em) {
    .costs__amount {
      font-size: 1.25rem; } }
  @media screen and (min-width: 40em) {
    .costs__amount {
      line-height: 1.625rem; } }
  @media screen and (min-width: 64em) {
    .costs__amount {
      line-height: 1.625rem; } }
  @media (min-width: 580px) {
    .costs__amount {
      width: 15rem;
      text-align: right; } }
  @media (min-width: 1040px) {
    .costs__amount {
      width: 9rem;
      text-align: left; } }

.costs__highlight {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  border-bottom: none; }
  @media screen and (min-width: 40em) {
    .costs__highlight {
      font-size: 1.125rem; } }
  @media screen and (min-width: 64em) {
    .costs__highlight {
      font-size: 1.125rem; } }
  @media screen and (min-width: 40em) {
    .costs__highlight {
      line-height: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .costs__highlight {
      line-height: 1.5rem; } }
  .costs__highlight:hover {
    border-bottom: none; }
  @media screen and (max-width: 39.9375em) {
    .costs__highlight {
      display: block;
      border: 1px solid #c7d1d9;
      border-width: 1px 0;
      margin-top: 20px;
      padding: 0.625rem 0; }
      .costs__highlight:hover {
        border-bottom: 1px solid #c7d1d9; } }
  @media screen and (min-width: 40em) {
    .costs__highlight {
      display: inline-block;
      position: absolute;
      top: 0; } }

.costs--total .costs__textrow {
  padding-top: 1.25rem;
  position: relative; }
  @media screen and (min-width: 40em) {
    .costs--total .costs__textrow {
      padding-top: 2.5rem; } }
  @media screen and (min-width: 64em) {
    .costs--total .costs__textrow {
      padding-top: 2.5rem; } }
  .costs--total .costs__textrow:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-top: 2px solid #e75200; }
    @media screen and (min-width: 64em) {
      .costs--total .costs__textrow:before {
        right: -50px;
        left: -50px; } }

.costs--total .costs__name,
.costs--total .costs__amount {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5rem; }
  @media screen and (min-width: 40em) {
    .costs--total .costs__name,
    .costs--total .costs__amount {
      font-size: 1.625rem; } }
  @media screen and (min-width: 64em) {
    .costs--total .costs__name,
    .costs--total .costs__amount {
      font-size: 1.625rem; } }
  @media screen and (min-width: 40em) {
    .costs--total .costs__name,
    .costs--total .costs__amount {
      line-height: 2.125rem; } }
  @media screen and (min-width: 64em) {
    .costs--total .costs__name,
    .costs--total .costs__amount {
      line-height: 2.125rem; } }

.costs__accordion__button {
  padding: 0;
  background-color: transparent;
  border: none;
  position: relative; }
  .costs__accordion__button .costs__name,
  .costs__accordion__button .costs__amount {
    color: #0057b8; }
  .costs__accordion__button:before {
    content: "\e801";
    display: block;
    font-family: 'fontello';
    color: #0057b8;
    position: absolute;
    top: -6px;
    left: -40px;
    transition: transform 300ms ease; }
  .costs__accordion__button.engaged:before {
    transform: rotateX(180deg); }
  .costs__accordion__button:hover, .costs__accordion__button:active, .costs__accordion__button:focus {
    outline: none; }
    .costs__accordion__button:hover .costs__name,
    .costs__accordion__button:hover .costs__amount, .costs__accordion__button:hover:before, .costs__accordion__button:active .costs__name,
    .costs__accordion__button:active .costs__amount, .costs__accordion__button:active:before, .costs__accordion__button:focus .costs__name,
    .costs__accordion__button:focus .costs__amount, .costs__accordion__button:focus:before {
      color: #e75200; }

.costs__accordion__content {
  display: none;
  margin-left: 18px;
  border-left: 1px solid #0057b8;
  padding-left: 32px;
  padding-top: 20px;
  width: calc(100% - 50px); }

.costs__breakdown__title {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: 1.5px;
  font-weight: 500;
  margin-bottom: 0.625rem; }
  @media screen and (min-width: 40em) {
    .costs__breakdown__title {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 64em) {
    .costs__breakdown__title {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 40em) {
    .costs__breakdown__title {
      line-height: 1.125rem; } }
  @media screen and (min-width: 64em) {
    .costs__breakdown__title {
      line-height: 1.125rem; } }
  @media screen and (min-width: 40em) {
    .costs__breakdown__title {
      letter-spacing: 2px; } }

.costs__breakdown__item, .costs__breakdown__body {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  margin-bottom: 0.625rem; }
  @media screen and (min-width: 40em) {
    .costs__breakdown__item, .costs__breakdown__body {
      font-size: 1rem; } }
  @media screen and (min-width: 64em) {
    .costs__breakdown__item, .costs__breakdown__body {
      font-size: 1rem; } }
  @media screen and (min-width: 40em) {
    .costs__breakdown__item, .costs__breakdown__body {
      line-height: 1.625rem; } }
  @media screen and (min-width: 64em) {
    .costs__breakdown__item, .costs__breakdown__body {
      line-height: 1.625rem; } }
  .costs__breakdown__item p, .costs__breakdown__body p {
    margin-bottom: 0.625rem; }
  .costs__breakdown__item a, .costs__breakdown__body a {
    border-bottom: none;
    font-weight: 500; }

.disclaimer__title {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: 1.5px;
  font-weight: 500;
  margin-bottom: 0.625rem; }
  @media screen and (min-width: 40em) {
    .disclaimer__title {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 64em) {
    .disclaimer__title {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 40em) {
    .disclaimer__title {
      line-height: 1.125rem; } }
  @media screen and (min-width: 64em) {
    .disclaimer__title {
      line-height: 1.125rem; } }
  @media screen and (min-width: 40em) {
    .disclaimer__title {
      letter-spacing: 2px; } }

.disclaimer__desc {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  margin-bottom: 0.625rem; }
  @media screen and (min-width: 40em) {
    .disclaimer__desc {
      font-size: 1rem; } }
  @media screen and (min-width: 64em) {
    .disclaimer__desc {
      font-size: 1rem; } }
  @media screen and (min-width: 40em) {
    .disclaimer__desc {
      line-height: 1.625rem; } }
  @media screen and (min-width: 64em) {
    .disclaimer__desc {
      line-height: 1.625rem; } }

.costs__textrow,
.costs__accordion__button {
  display: flex;
  flex-direction: column;
  width: calc(100% - 51px);
  margin-left: 50px; }
  @media screen and (max-width: 39.9375em) {
    .costs__textrow,
    .costs__accordion__button {
      margin-left: 50px;
      width: calc(100% - 50px); } }
  @media screen and (min-width: 40em) {
    .costs__textrow,
    .costs__accordion__button {
      width: calc(90% - 75px); } }
  @media (min-width: 580px) {
    .costs__textrow,
    .costs__accordion__button {
      flex-direction: row;
      justify-content: space-between; } }

.costs--total .costs__textrow {
  margin-bottom: 20px; }
  @media screen and (max-width: 39.9375em) {
    .costs--total .costs__textrow {
      margin-left: 0;
      width: 100%; } }

@media screen and (min-width: 40em) {
  .costs--total .costs__highlight {
    top: 40px; } }

@media screen and (min-width: 40em) {
  .disclaimer__text,
  .calculator-button {
    margin-left: 50px; } }

@media screen and (min-width: 64em) {
  .disclaimer__text,
  .calculator-button {
    margin-right: 75px; } }

@media screen and (max-width: 39.9375em) {
  .calculator-button .btn {
    border-width: 1px; }
    .calculator-button .btn:before, .calculator-button .btn:after {
      border-width: 0 1px 1px 0; } }

.costs__highlight {
  position: relative; }
  @media screen and (max-width: 39.9375em) {
    .costs__highlight .target {
      display: none; } }
  @media screen and (min-width: 40em) {
    .costs__highlight .target {
      position: absolute;
      top: -65px;
      left: -122px; } }
  @media screen and (min-width: 64em) {
    .costs__highlight .target {
      left: -145px; } }
  @media screen and (max-width: 39.9375em) {
    .costs__highlight {
      margin-left: 30px; }
      .costs__highlight:before {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        background: url(../img/icons/map-pin--mobile.svg) no-repeat center center;
        position: absolute;
        top: 0.5rem;
        left: -40px; }
      .costs__highlight:after {
        content: "";
        display: block;
        border: 1px solid #c7d1d9;
        border-width: 1px 0;
        position: absolute;
        top: -1px;
        right: -10px;
        bottom: -1px;
        left: -40px; } }

@media screen and (min-width: 40em) {
  .costs--total .costs__highlight .target {
    top: -65px; } }

@media (min-width: 1160px) {
  .audience--title {
    padding-top: 133px; } }

.audience--title__text {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem; }
  @media screen and (min-width: 40em) {
    .audience--title__text {
      padding-top: 5rem; } }
  @media screen and (min-width: 64em) {
    .audience--title__text {
      padding-top: 5rem; } }
  @media screen and (min-width: 40em) {
    .audience--title__text {
      padding-bottom: 5rem; } }
  @media screen and (min-width: 64em) {
    .audience--title__text {
      padding-bottom: 5rem; } }

.audience--title .eyebrow {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: 1.5px;
  font-weight: 500; }
  @media screen and (min-width: 40em) {
    .audience--title .eyebrow {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 64em) {
    .audience--title .eyebrow {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 40em) {
    .audience--title .eyebrow {
      line-height: 1.125rem; } }
  @media screen and (min-width: 64em) {
    .audience--title .eyebrow {
      line-height: 1.125rem; } }
  @media screen and (min-width: 40em) {
    .audience--title .eyebrow {
      letter-spacing: 2px; } }

.audience--title h1 {
  padding-bottom: 0.625rem;
  border-bottom: 2px solid #c7d1d9; }
  @media screen and (min-width: 40em) {
    .audience--title h1 {
      padding-bottom: 1.25rem; } }
  @media screen and (min-width: 64em) {
    .audience--title h1 {
      padding-bottom: 1.25rem; } }

.audience--title p button {
  font-weight: 500;
  color: #0057b8;
  background-color: transparent;
  border: none;
  padding: 0; }
  .audience--title p button:hover {
    color: #e75200; }

.section--optional-announcement {
  background-image: linear-gradient(to bottom, #fff, #fff 40%, #ffb700 40%, #ffb700); }

.optional-announcement {
  background-color: #fff;
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
  position: relative; }
  .optional-announcement__image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 75%;
    background-color: #0c223f;
    display: flex;
    justify-content: center;
    align-items: center; }
    .optional-announcement__image svg {
      height: 60px;
      width: 60px; }
      .optional-announcement__image svg path, .optional-announcement__image svg circle, .optional-announcement__image svg polygon {
        fill: #00acc8; }
    .optional-announcement__image img {
      align-self: center;
      width: 40px; }
      @media screen and (min-width: 40em) {
        .optional-announcement__image img {
          width: 60px; } }
      @media screen and (min-width: 64em) {
        .optional-announcement__image img {
          width: 100px; } }
  .optional-announcement__text {
    margin-bottom: 2.5rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    padding-left: 30%;
    padding-right: 30px; }
    @media screen and (min-width: 40em) {
      .optional-announcement__text {
        margin-bottom: 7.5rem; } }
    @media screen and (min-width: 64em) {
      .optional-announcement__text {
        margin-bottom: 7.5rem; } }
    @media screen and (min-width: 40em) {
      .optional-announcement__text {
        padding-top: 3.75rem; } }
    @media screen and (min-width: 64em) {
      .optional-announcement__text {
        padding-top: 3.75rem; } }
    @media screen and (min-width: 40em) {
      .optional-announcement__text {
        padding-bottom: 3.75rem; } }
    @media screen and (min-width: 64em) {
      .optional-announcement__text {
        padding-bottom: 3.75rem; } }
    @media screen and (min-width: 40em) {
      .optional-announcement__text {
        padding-right: 60px; } }
    @media screen and (min-width: 64em) {
      .optional-announcement__text {
        padding-right: 100px; } }
    .optional-announcement__text h2 {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
      font-weight: 500;
      font-size: 1.125rem;
      line-height: 1.5rem;
      padding-bottom: 0;
      border-bottom: none; }
      @media screen and (min-width: 40em) {
        .optional-announcement__text h2 {
          font-size: 1.625rem; } }
      @media screen and (min-width: 64em) {
        .optional-announcement__text h2 {
          font-size: 1.625rem; } }
      @media screen and (min-width: 40em) {
        .optional-announcement__text h2 {
          line-height: 2.125rem; } }
      @media screen and (min-width: 64em) {
        .optional-announcement__text h2 {
          line-height: 2.125rem; } }
    .optional-announcement__text p {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
      font-size: 0.8125rem;
      line-height: 1.25rem; }
      @media screen and (min-width: 40em) {
        .optional-announcement__text p {
          font-size: 1rem; } }
      @media screen and (min-width: 64em) {
        .optional-announcement__text p {
          font-size: 1rem; } }
      @media screen and (min-width: 40em) {
        .optional-announcement__text p {
          line-height: 1.625rem; } }
      @media screen and (min-width: 64em) {
        .optional-announcement__text p {
          line-height: 1.625rem; } }
      .optional-announcement__text p:last-child {
        margin-bottom: 0; }
      @media screen and (max-width: 39.9375em) {
        .optional-announcement__text p {
          -webkit-hyphens: auto;
              -ms-hyphens: auto;
                  hyphens: auto; } }

.section--logins-search {
  background-image: linear-gradient(to bottom, #F6F8FA, #F6F8FA 50%, #fff 50%, #fff); }
  .section--logins-search h2 {
    color: #0c223f;
    text-align: center;
    position: relative;
    padding-bottom: 1.25rem;
    border-bottom: none;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      .section--logins-search h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .section--logins-search h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 40em) {
      .section--logins-search h2 {
        margin-bottom: 3.75rem; } }
    @media screen and (min-width: 64em) {
      .section--logins-search h2 {
        margin-bottom: 3.75rem; } }
    .section--logins-search h2:after {
      content: "";
      display: block;
      width: 100px;
      height: 2px;
      background-color: #e75200;
      position: absolute;
      bottom: 0;
      left: calc(50% - 50px); }
      @media screen and (min-width: 40em) {
        .section--logins-search h2:after {
          width: 140px;
          left: calc(50% - 70px); } }

.logins-search__boxes {
  background-image: linear-gradient(to bottom, #F6F8FA, #F6F8FA 50%, #fff 50%, #fff); }
  @media (max-width: 900px) {
    .logins-search__boxes .col-md-6 {
      flex: 0 0 100%;
      max-width: 100%; } }

.logins-search__box {
  height: 100%;
  background-color: #fff;
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem; }
  @media screen and (min-width: 40em) {
    .logins-search__box {
      padding-top: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .logins-search__box {
      padding-top: 3.75rem; } }
  @media screen and (min-width: 40em) {
    .logins-search__box {
      padding-bottom: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .logins-search__box {
      padding-bottom: 3.75rem; } }
  @media screen and (min-width: 40em) {
    .logins-search__box {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  @media screen and (min-width: 64em) {
    .logins-search__box {
      padding-left: 3.75rem;
      padding-right: 3.75rem; } }
  @media (max-width: 900px) {
    .logins-search__box {
      height: calc(100% - 40px);
      margin-bottom: 40px; } }
  .logins-search__box h3 {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding-bottom: 0;
    border-bottom: none; }
    @media screen and (min-width: 40em) {
      .logins-search__box h3 {
        font-size: 1.625rem; } }
    @media screen and (min-width: 64em) {
      .logins-search__box h3 {
        font-size: 1.625rem; } }
    @media screen and (min-width: 40em) {
      .logins-search__box h3 {
        line-height: 2.125rem; } }
    @media screen and (min-width: 64em) {
      .logins-search__box h3 {
        line-height: 2.125rem; } }

@media (min-width: 540px) and (max-width: 900px) {
  .logins-search__logins {
    column-count: 2; } }

@media (min-width: 1130px) {
  .logins-search__logins {
    column-count: 2; } }

.logins-search__logins ul {
  margin-bottom: 0; }

.logins-search__logins li {
  margin-left: 0;
  margin-bottom: 1.25rem; }
  .logins-search__logins li:before {
    display: none; }
  @media screen and (min-width: 40em) {
    .logins-search__logins li {
      margin-bottom: 1.25rem; } }
  @media screen and (min-width: 64em) {
    .logins-search__logins li {
      margin-bottom: 2.5rem; } }
  .logins-search__logins li:last-child {
    margin-bottom: 0; }
  .logins-search__logins li a {
    border-bottom: none;
    position: relative;
    display: inline-block; }
  .logins-search__logins li span {
    margin-left: 50px;
    display: inline-block; }
  .logins-search__logins li svg {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    position: absolute;
    top: 0;
    left: 0; }

.logins-search__box--search {
  margin-bottom: 0;
  height: 100%; }
  .logins-search__box--search p {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 1rem;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin-bottom: 6px; }
    @media screen and (min-width: 40em) {
      .logins-search__box--search p {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 64em) {
      .logins-search__box--search p {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 40em) {
      .logins-search__box--search p {
        line-height: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .logins-search__box--search p {
        line-height: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .logins-search__box--search p {
        letter-spacing: 2px; } }
  .logins-search__box--search ul {
    margin-bottom: 0; }
  .logins-search__box--search ul li {
    margin-left: 0;
    font-size: 1rem;
    line-height: 26px;
    margin-bottom: 0; }
    .logins-search__box--search ul li:before {
      display: none; }
    .logins-search__box--search ul li a {
      border-bottom: none;
      font-weight: 500; }

.logins-search__box--search > form {
  border: 1px solid #c7d1d9;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 40em) {
    .logins-search__box--search > form {
      margin-bottom: 2.5rem; } }
  @media screen and (min-width: 64em) {
    .logins-search__box--search > form {
      margin-bottom: 2.5rem; } }
  .logins-search__box--search > form input {
    border: none; }
  .logins-search__box--search > form .form-item {
    flex-grow: 2; }
    .logins-search__box--search > form .form-item input {
      width: 100%;
      height: 100%; }
      .logins-search__box--search > form .form-item input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #000;
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
        font-weight: 400;
        font-size: 12px; }
        @media (min-width: 420px) and (max-width: 900px) {
          .logins-search__box--search > form .form-item input::-webkit-input-placeholder {
            font-size: 18px; } }
        @media (min-width: 1120px) {
          .logins-search__box--search > form .form-item input::-webkit-input-placeholder {
            font-size: 18px; } }
      .logins-search__box--search > form .form-item input::-moz-placeholder {
        /* Firefox 19+ */
        color: #000;
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
        font-weight: 400;
        font-size: 12px; }
        @media (min-width: 420px) and (max-width: 900px) {
          .logins-search__box--search > form .form-item input::-moz-placeholder {
            font-size: 18px; } }
        @media (min-width: 1120px) {
          .logins-search__box--search > form .form-item input::-moz-placeholder {
            font-size: 18px; } }
      .logins-search__box--search > form .form-item input:-ms-input-placeholder {
        /* IE 10+ */
        color: #000;
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
        font-weight: 400;
        font-size: 12px; }
        @media (min-width: 420px) and (max-width: 900px) {
          .logins-search__box--search > form .form-item input:-ms-input-placeholder {
            font-size: 18px; } }
        @media (min-width: 1120px) {
          .logins-search__box--search > form .form-item input:-ms-input-placeholder {
            font-size: 18px; } }
      .logins-search__box--search > form .form-item input:-moz-placeholder {
        /* Firefox 18- */
        color: #000;
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
        font-weight: 400;
        font-size: 12px; }
        @media (min-width: 420px) and (max-width: 900px) {
          .logins-search__box--search > form .form-item input:-moz-placeholder {
            font-size: 18px; } }
        @media (min-width: 1120px) {
          .logins-search__box--search > form .form-item input:-moz-placeholder {
            font-size: 18px; } }
  .logins-search__box--search > form .form-action {
    flex-grow: 1; }
  .logins-search__box--search > form .form-submit {
    padding: 1rem 1.875rem;
    text-decoration: none;
    transition: border 0.2s ease-out;
    text-transform: uppercase;
    color: #000;
    background-color: transparent;
    display: inline-block;
    margin-bottom: 20px;
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-size: 0.875rem;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1;
    border: 2px solid #e75200;
    border-radius: 0;
    position: relative;
    transition: all 0.6s ease-out;
    margin-right: 6px;
    margin-bottom: 5px;
    border-width: 1px;
    padding: 0.5rem 1.875rem; }
    .logins-search__box--search > form .form-submit:before, .logins-search__box--search > form .form-submit:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 6px;
      left: 6px;
      width: 100%;
      height: 100%;
      border: 2px solid #e75200;
      border-width: 0 2px 2px 0;
      transition: all 0.6s ease-out; }
    .logins-search__box--search > form .form-submit:focus, .logins-search__box--search > form .form-submit:hover {
      border-color: #00acc8;
      background-color: #00acc8;
      color: #000;
      transform: translate(0, -6px); }
      .logins-search__box--search > form .form-submit:focus:before, .logins-search__box--search > form .form-submit:hover:before {
        border-color: #00acc8; }
      .logins-search__box--search > form .form-submit:focus:after, .logins-search__box--search > form .form-submit:hover:after {
        border-color: #00acc8;
        transform: translate(4px, 4px); }
    @media screen and (max-width: 39.9375em) {
      .logins-search__box--search > form .form-submit {
        padding: 0.6875rem 0;
        display: block;
        text-align: center; } }
    .logins-search__box--search > form .form-submit:before, .logins-search__box--search > form .form-submit:after {
      border-width: 0 1px 1px 0; }
    @media screen and (max-width: 39.9375em) {
      .logins-search__box--search > form .form-submit {
        padding-left: 1em !important;
        padding-right: 1em !important; } }

.section--resources {
  background-color: #e1ecfa; }
  .section--resources h2 {
    color: #0c223f;
    text-align: center;
    position: relative;
    padding-bottom: 1.25rem;
    border-bottom: none;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      .section--resources h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .section--resources h2 {
        padding-bottom: 2.5rem; } }
    @media screen and (min-width: 40em) {
      .section--resources h2 {
        margin-bottom: 3.75rem; } }
    @media screen and (min-width: 64em) {
      .section--resources h2 {
        margin-bottom: 3.75rem; } }
    .section--resources h2:after {
      content: "";
      display: block;
      width: 100px;
      height: 2px;
      background-color: #ffb700;
      position: absolute;
      bottom: 0;
      left: calc(50% - 50px); }
      @media screen and (min-width: 40em) {
        .section--resources h2:after {
          width: 140px;
          left: calc(50% - 70px); } }
  .section--resources .button-row .btn {
    background-color: #fff; }

.resource--department {
  width: 100%; }
  @media (min-width: 600px) {
    .resource--department {
      width: calc(50% - 30px); } }
  @media (min-width: 800px) {
    .resource--department {
      width: calc(33.33% - 40px); } }
  @media screen and (min-width: 64em) {
    .resource--department {
      width: calc(25% - 45px); } }

.resource--department {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.875rem; }
  @media screen and (min-width: 40em) {
    .resource--department {
      margin-bottom: 3.75rem; } }
  @media screen and (min-width: 64em) {
    .resource--department {
      margin-bottom: 3.75rem; } }
  .resource--department header {
    overflow: hidden;
    position: relative; }
  .resource--department__header {
    overflow: hidden;
    display: block;
    border-bottom: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #0057b8;
    display: flex;
    flex-direction: column-reverse;
    transition: all 300ms ease-in;
    padding: 20px; }
    @media screen and (min-width: 40em) {
      .resource--department__header {
        min-height: 120px;
        padding: 30px; } }
    @media screen and (max-width: 39.9375em) {
      .resource--department__header {
        background-image: none !important; } }
    .resource--department__header h3 {
      padding-bottom: 0;
      border-bottom: none;
      margin-bottom: 0;
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
      font-weight: 500;
      font-size: 0.8125rem;
      line-height: 1.25rem;
      color: #fff;
      border-bottom: none;
      transition: all 300ms ease-in; }
      @media screen and (min-width: 40em) {
        .resource--department__header h3 {
          font-size: 1.125rem; } }
      @media screen and (min-width: 64em) {
        .resource--department__header h3 {
          font-size: 1.125rem; } }
      @media screen and (min-width: 40em) {
        .resource--department__header h3 {
          line-height: 1.5rem; } }
      @media screen and (min-width: 64em) {
        .resource--department__header h3 {
          line-height: 1.5rem; } }
    @media screen and (min-width: 40em) {
      .resource--department__header.has-image h3 {
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); } }
    .resource--department__header:hover {
      background-color: #00acc8;
      border-bottom: none; }
      .resource--department__header:hover h3 {
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
    .resource--department__header.has-image:hover {
      transform: scale(1.1);
      transform-origin: center center; }
      .resource--department__header.has-image:hover h3 {
        transform: scale(0.90909); }
  .resource--department__text {
    padding: 20px; }
    @media screen and (min-width: 40em) {
      .resource--department__text {
        padding: 30px; } }
  .resource--department__email, .resource--department__phone, .resource--department__location {
    margin-bottom: 10px;
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-size: 0.8125rem;
    line-height: 1.25rem; }
    @media screen and (min-width: 40em) {
      .resource--department__email, .resource--department__phone, .resource--department__location {
        font-size: 1rem; } }
    @media screen and (min-width: 64em) {
      .resource--department__email, .resource--department__phone, .resource--department__location {
        font-size: 1rem; } }
    @media screen and (min-width: 40em) {
      .resource--department__email, .resource--department__phone, .resource--department__location {
        line-height: 1.625rem; } }
    @media screen and (min-width: 64em) {
      .resource--department__email, .resource--department__phone, .resource--department__location {
        line-height: 1.625rem; } }
  .resource--department__email, .resource--department__phone {
    font-weight: 500;
    color: #0057b8; }
  .resource--department__email {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .resource--department__email a {
      border-bottom: none; }
    .resource--department__email:before {
      color: #00acc8;
      font-size: 1.25rem;
      margin-right: 0.625rem; }
  .resource--department__phone, .resource--department__location {
    margin-left: 30px;
    position: relative; }
    .resource--department__phone:before, .resource--department__location:before {
      color: #00acc8;
      font-size: 1.25rem;
      position: absolute;
      top: 0;
      left: -30px; }

.audience-callouts {
  background-color: #0057b8;
  position: relative;
  overflow: hidden; }
  .audience-callouts__text {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    color: #fff; }
    @media screen and (min-width: 40em) {
      .audience-callouts__text {
        padding-top: 7.5rem; } }
    @media screen and (min-width: 64em) {
      .audience-callouts__text {
        padding-top: 7.5rem; } }
    @media screen and (min-width: 40em) {
      .audience-callouts__text {
        padding-bottom: 0; } }
    @media screen and (min-width: 64em) {
      .audience-callouts__text {
        padding-bottom: 7.5rem; } }
    .audience-callouts__text h2 {
      color: #fff;
      padding-bottom: 0;
      border-bottom: none; }
    .audience-callouts__text p {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
      font-size: 0.8125rem;
      line-height: 1.25rem; }
      @media screen and (min-width: 40em) {
        .audience-callouts__text p {
          font-size: 1rem; } }
      @media screen and (min-width: 64em) {
        .audience-callouts__text p {
          font-size: 1rem; } }
      @media screen and (min-width: 40em) {
        .audience-callouts__text p {
          line-height: 1.625rem; } }
      @media screen and (min-width: 64em) {
        .audience-callouts__text p {
          line-height: 1.625rem; } }
    @media screen and (max-width: 39.9375em) {
      .audience-callouts__text {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .audience-callouts__text {
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (min-width: 64em) {
      .audience-callouts__text {
        padding-left: 30px; } }
    @media (min-width: 1221px) {
      .audience-callouts__text {
        padding-left: 0;
        margin-left: calc(50% - 590px); } }
    .audience-callouts__text__intro {
      max-width: 340px; }
  .audience-callouts__list {
    position: relative;
    z-index: 2;
    background-color: #fff;
    color: #000;
    box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 1.25rem;
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 40em) {
      .audience-callouts__list {
        padding: 1.875rem; } }
    @media screen and (min-width: 64em) {
      .audience-callouts__list {
        max-width: 855px; } }
    .audience-callouts__list ul {
      margin-bottom: 0; }
      @media (min-width: 460px) and (max-width: 639px) {
        .audience-callouts__list ul {
          column-count: 2; } }
      @media screen and (min-width: 40em) {
        .audience-callouts__list ul {
          column-count: 2; } }
      @media screen and (min-width: 64em) {
        .audience-callouts__list ul {
          column-count: 3; } }
      .audience-callouts__list ul li {
        margin-left: 0;
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
        font-weight: 500;
        font-size: 0.8125rem;
        line-height: 1.25rem;
        display: inline-block;
        width: 100%; }
        .audience-callouts__list ul li:before {
          display: none; }
        @media screen and (min-width: 40em) {
          .audience-callouts__list ul li {
            font-size: 1.125rem; } }
        @media screen and (min-width: 64em) {
          .audience-callouts__list ul li {
            font-size: 1.125rem; } }
        @media screen and (min-width: 40em) {
          .audience-callouts__list ul li {
            line-height: 1.5rem; } }
        @media screen and (min-width: 64em) {
          .audience-callouts__list ul li {
            line-height: 1.5rem; } }
        .audience-callouts__list ul li:last-child {
          margin-bottom: 0; }
      .audience-callouts__list ul a {
        border-bottom: none; }
    @media screen and (min-width: 40em) {
      .audience-callouts__list {
        margin-bottom: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .audience-callouts__list {
        margin-bottom: 0; } }
  @media (max-width: 1023px) {
    .audience-callouts__image {
      width: 100%;
      height: 400px;
      z-index: 1;
      margin-top: -3.75rem; } }
  @media screen and (max-width: 39.9375em) {
    .audience-callouts__image {
      margin-top: -9.375rem; } }
  @media screen and (min-width: 64em) {
    .audience-callouts__image {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 400px;
      width: calc(100% - 400px);
      height: 100%; } }
  @media (min-width: 1221px) {
    .audience-callouts__image {
      left: calc(50% - 160px); } }
  .audience-callouts__image img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.campus-callout {
  background-color: #0057b8;
  position: relative;
  overflow: hidden; }
  .campus-callout__image {
    width: 100%;
    position: relative; }
    @media screen and (max-width: 39.9375em) {
      .campus-callout__image {
        max-height: 56vw;
        overflow: hidden; } }
    @media screen and (min-width: 64em) {
      .campus-callout__image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 400px;
        width: calc(100% - 400px);
        height: 100%; } }
    @media (min-width: 1221px) {
      .campus-callout__image {
        left: calc(50% - 160px); } }
    .campus-callout__image img {
      position: relative;
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .campus-callout__text {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    color: #fff; }
    @media screen and (min-width: 40em) {
      .campus-callout__text {
        padding-top: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .campus-callout__text {
        padding-top: 7.5rem; } }
    @media screen and (min-width: 40em) {
      .campus-callout__text {
        padding-bottom: 0; } }
    @media screen and (min-width: 64em) {
      .campus-callout__text {
        padding-bottom: 7.5rem; } }
    .campus-callout__text h2 {
      color: #fff;
      padding-bottom: 0;
      border-bottom: none; }
    .campus-callout__text p {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
      font-size: 0.8125rem;
      line-height: 1.25rem; }
      @media screen and (min-width: 40em) {
        .campus-callout__text p {
          font-size: 1rem; } }
      @media screen and (min-width: 64em) {
        .campus-callout__text p {
          font-size: 1rem; } }
      @media screen and (min-width: 40em) {
        .campus-callout__text p {
          line-height: 1.625rem; } }
      @media screen and (min-width: 64em) {
        .campus-callout__text p {
          line-height: 1.625rem; } }
    .campus-callout__text .btn {
      color: #fff;
      background-color: rgba(12, 34, 63, 0.3);
      border-color: #fff; }
      .campus-callout__text .btn:before, .campus-callout__text .btn:after {
        border-color: #fff; }
      .campus-callout__text .btn:hover {
        background-color: rgba(12, 34, 63, 0.3);
        border-color: #00acc8; }
        .campus-callout__text .btn:hover:before, .campus-callout__text .btn:hover:after {
          border-color: #00acc8; }
    @media screen and (max-width: 39.9375em) {
      .campus-callout__text {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .campus-callout__text {
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (min-width: 64em) {
      .campus-callout__text {
        padding-left: 30px;
        width: 22.5rem; } }
    @media (min-width: 1221px) {
      .campus-callout__text {
        padding-left: 0;
        margin-left: calc(50% - 590px); } }

.page--organization {
  background-color: #F6F8FA; }

.organization__hero__box {
  background-color: #fff;
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 1.875rem 1.875rem 0;
  margin-top: 0;
  margin-bottom: 1.875rem; }
  @media screen and (min-width: 40em) {
    .organization__hero__box {
      padding: 3.75rem; } }
  @media screen and (min-width: 40em) {
    .organization__hero__box {
      margin-top: -3.75rem; } }
  @media screen and (min-width: 64em) {
    .organization__hero__box {
      margin-top: -7.5rem; } }
  @media screen and (min-width: 40em) {
    .organization__hero__box {
      margin-bottom: 5rem; } }
  @media screen and (min-width: 64em) {
    .organization__hero__box {
      margin-bottom: 5rem; } }
  .organization__hero__box h4 {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 1rem;
    letter-spacing: 1.5px;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0.75rem; }
    @media screen and (min-width: 40em) {
      .organization__hero__box h4 {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 64em) {
      .organization__hero__box h4 {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 40em) {
      .organization__hero__box h4 {
        line-height: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .organization__hero__box h4 {
        line-height: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .organization__hero__box h4 {
        letter-spacing: 2px; } }

.organization__hero .eyebrow {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: 1.5px;
  font-weight: 500;
  margin-bottom: 0.75rem; }
  @media screen and (min-width: 40em) {
    .organization__hero .eyebrow {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 64em) {
    .organization__hero .eyebrow {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 40em) {
    .organization__hero .eyebrow {
      line-height: 1.125rem; } }
  @media screen and (min-width: 64em) {
    .organization__hero .eyebrow {
      line-height: 1.125rem; } }
  @media screen and (min-width: 40em) {
    .organization__hero .eyebrow {
      letter-spacing: 2px; } }

.organization__hero__desc, .organization__hero__item {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  margin-bottom: 1.875rem; }
  @media screen and (min-width: 40em) {
    .organization__hero__desc, .organization__hero__item {
      font-size: 1rem; } }
  @media screen and (min-width: 64em) {
    .organization__hero__desc, .organization__hero__item {
      font-size: 1rem; } }
  @media screen and (min-width: 40em) {
    .organization__hero__desc, .organization__hero__item {
      line-height: 1.625rem; } }
  @media screen and (min-width: 64em) {
    .organization__hero__desc, .organization__hero__item {
      line-height: 1.625rem; } }

@media screen and (min-width: 64em) {
  .organization__hero__desc {
    margin-bottom: 0; } }

@media screen and (min-width: 40em) {
  .organization__hero__item:last-child {
    margin-bottom: 0; } }

.organization__hero__phone,
.organization__hero__item a {
  color: #0057b8;
  font-weight: 500;
  border-bottom: none; }

@media screen and (max-width: 39.9375em) {
  .organization__wysiwyg .sidebar-subnav {
    margin-bottom: 5rem; } }

.page--profile {
  background-color: #F6F8FA;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 64em) {
    .page--profile:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      height: 133px;
      background-color: #fff;
      z-index: 2; } }
  .page--profile .section--title {
    background-color: #fff; }

.faculty-detail__hero {
  background-image: linear-gradient(to bottom, #fff, #fff 50%, #F6F8FA 50%, #F6F8FA); }
  .faculty-detail__hero__box {
    background-color: #fff;
    box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.875rem; }
    @media screen and (min-width: 40em) {
      .faculty-detail__hero__box {
        margin-bottom: 5rem; } }
    @media screen and (min-width: 64em) {
      .faculty-detail__hero__box {
        margin-bottom: 5rem; } }
    .faculty-detail__hero__box .row {
      margin-left: 0;
      margin-right: 0; }
  .faculty-detail__hero .col-sm-6 {
    padding-top: 0;
    padding-bottom: 0; }
    @media screen and (min-width: 40em) {
      .faculty-detail__hero .col-sm-6 {
        padding-top: 3.75rem; } }
    @media screen and (min-width: 64em) {
      .faculty-detail__hero .col-sm-6 {
        padding-top: 3.75rem; } }
    @media screen and (min-width: 40em) {
      .faculty-detail__hero .col-sm-6 {
        padding-bottom: 3.75rem; } }
    @media screen and (min-width: 64em) {
      .faculty-detail__hero .col-sm-6 {
        padding-bottom: 3.75rem; } }
  .faculty-detail__hero .col-left {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 640px) and (max-width: 840px) {
      .faculty-detail__hero .col-left {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media (min-width: 640px) and (max-width: 840px) {
    .faculty-detail__hero .col-center,
    .faculty-detail__hero .col-right {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media screen and (min-width: 40em) {
    .faculty-detail__hero .col-center,
    .faculty-detail__hero .col-right {
      padding-left: 60px; } }
  .faculty-detail__hero__image {
    position: relative;
    height: 100%;
    width: 100%; }
    .faculty-detail__hero__image img {
      width: 100%; }
      @media screen and (max-width: 39.9375em) {
        .faculty-detail__hero__image img {
          margin-bottom: 1.875rem; } }
      @media screen and (min-width: 40em) {
        .faculty-detail__hero__image img {
          object-fit: cover;
          height: 100%; } }
  .faculty-detail__hero .eyebrow {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 1rem;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin-bottom: 0.75rem; }
    @media screen and (min-width: 40em) {
      .faculty-detail__hero .eyebrow {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 64em) {
      .faculty-detail__hero .eyebrow {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 40em) {
      .faculty-detail__hero .eyebrow {
        line-height: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .faculty-detail__hero .eyebrow {
        line-height: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .faculty-detail__hero .eyebrow {
        letter-spacing: 2px; } }
  .faculty-detail__hero__item {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    margin-bottom: 1.875rem; }
    @media screen and (min-width: 40em) {
      .faculty-detail__hero__item {
        font-size: 1rem; } }
    @media screen and (min-width: 64em) {
      .faculty-detail__hero__item {
        font-size: 1rem; } }
    @media screen and (min-width: 40em) {
      .faculty-detail__hero__item {
        line-height: 1.625rem; } }
    @media screen and (min-width: 64em) {
      .faculty-detail__hero__item {
        line-height: 1.625rem; } }
  @media screen and (min-width: 40em) {
    .faculty-detail__hero__item:last-child {
      margin-bottom: 0; } }
  .faculty-detail__hero__phone,
  .faculty-detail__hero__item a {
    color: #0057b8;
    font-weight: 500;
    border-bottom: none; }
  .faculty-detail__hero ul li {
    margin-left: 0;
    display: inline; }
    .faculty-detail__hero ul li:before {
      display: none; }
    .faculty-detail__hero ul li:not(:last-child):after {
      content: ", "; }

.jump-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 200px; }
  @media screen and (max-width: 39.9375em) {
    .jump-nav {
      display: none; } }
  .jump-nav h2 {
    padding-bottom: 0;
    border-bottom: none;
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 1rem;
    letter-spacing: 1.5px; }
    @media screen and (min-width: 40em) {
      .jump-nav h2 {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 64em) {
      .jump-nav h2 {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 40em) {
      .jump-nav h2 {
        line-height: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .jump-nav h2 {
        line-height: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .jump-nav h2 {
        letter-spacing: 2px; } }
  .jump-nav ul {
    border-left: 2px solid #e75200; }
    .jump-nav ul li {
      margin-left: 0;
      position: relative;
      margin-bottom: 0; }
      .jump-nav ul li:before {
        display: none; }
    .jump-nav ul a {
      border-bottom: none;
      font-weight: 500;
      display: block;
      font-size: 1.25rem;
      padding: 0.9375rem 0 0.9375rem 1.875rem;
      transition: all 0.5s ease;
      left: 0;
      width: 100%; }
  .jump-nav a.jump-nav-active {
    background-color: #fff;
    box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    left: -30px;
    width: calc(100% + 40px);
    font-weight: 400;
    color: #000; }

.faculty-detail__information {
  padding-bottom: 2.5rem; }
  @media screen and (min-width: 40em) {
    .faculty-detail__information {
      padding-bottom: 7.5rem; } }
  @media screen and (min-width: 64em) {
    .faculty-detail__information {
      padding-bottom: 7.5rem; } }
  .faculty-detail__information .accordion-drop-down .eyebrow {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 1rem;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin-bottom: 0.75rem; }
    @media screen and (min-width: 40em) {
      .faculty-detail__information .accordion-drop-down .eyebrow {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 64em) {
      .faculty-detail__information .accordion-drop-down .eyebrow {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 40em) {
      .faculty-detail__information .accordion-drop-down .eyebrow {
        line-height: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .faculty-detail__information .accordion-drop-down .eyebrow {
        line-height: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .faculty-detail__information .accordion-drop-down .eyebrow {
        letter-spacing: 2px; } }
  .faculty-detail__information .accordion-drop-down .faculty-detail__accordion__item {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    margin-bottom: 1.875rem; }
    @media screen and (min-width: 40em) {
      .faculty-detail__information .accordion-drop-down .faculty-detail__accordion__item {
        font-size: 1rem; } }
    @media screen and (min-width: 64em) {
      .faculty-detail__information .accordion-drop-down .faculty-detail__accordion__item {
        font-size: 1rem; } }
    @media screen and (min-width: 40em) {
      .faculty-detail__information .accordion-drop-down .faculty-detail__accordion__item {
        line-height: 1.625rem; } }
    @media screen and (min-width: 64em) {
      .faculty-detail__information .accordion-drop-down .faculty-detail__accordion__item {
        line-height: 1.625rem; } }
    .faculty-detail__information .accordion-drop-down .faculty-detail__accordion__item a {
      color: #0057b8;
      font-weight: 500;
      border-bottom: none; }

.directory__tab-links ul li {
  margin-left: 0;
  display: inline-block;
  border-bottom: 2px solid #e75200;
  font-family: "Roboto Slab", Georgia, sans-serif;
  color: #0c223f;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.625rem;
  padding-bottom: 20px;
  margin-right: 46px; }
  .directory__tab-links ul li:before {
    display: none; }
  @media screen and (min-width: 40em) {
    .directory__tab-links ul li {
      font-size: 1.75rem; } }
  @media screen and (min-width: 64em) {
    .directory__tab-links ul li {
      font-size: 1.75rem; } }
  @media screen and (min-width: 40em) {
    .directory__tab-links ul li {
      line-height: 2.3125rem; } }
  @media screen and (min-width: 64em) {
    .directory__tab-links ul li {
      line-height: 2.3125rem; } }
  .directory__tab-links ul li a {
    display: block;
    border-bottom: none;
    color: #0057b8; }
    .directory__tab-links ul li a:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: calc(100% + 20px);
      right: 0;
      border-bottom: 2px solid #fff; }
    .directory__tab-links ul li a:hover {
      color: #e75200; }
      .directory__tab-links ul li a:hover:after {
        border-bottom: 1px solid #e75200; }

.filters--directory {
  background-image: linear-gradient(to bottom, #fff, #fff 50%, #F6F8FA 50%, #F6F8FA); }

.filters--directory__box {
  position: relative;
  background-color: #fff;
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 3.75rem;
  padding: 1.875rem; }
  @media screen and (min-width: 40em) {
    .filters--directory__box {
      margin-bottom: 10rem; } }
  @media screen and (min-width: 64em) {
    .filters--directory__box {
      margin-bottom: 10rem; } }
  @media screen and (min-width: 40em) {
    .filters--directory__box {
      padding: 3.75rem; } }

.filters--directory__box [data-drupal-selector="edit-letter"] {
  position: absolute;
  top: calc(100% + 2em);
  left: 0;
  right: 0;
  text-align: center; }
  .filters--directory__box [data-drupal-selector="edit-letter"] .fieldset-wrapper > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .filters--directory__box [data-drupal-selector="edit-letter"] .form-item-letter {
    margin-bottom: 0;
    display: block;
    position: relative; }
    .filters--directory__box [data-drupal-selector="edit-letter"] .form-item-letter label {
      font-family: "Roboto Slab", Georgia, sans-serif;
      color: #0057b8;
      font-weight: 300;
      font-size: 1.25rem;
      line-height: 1.625rem;
      padding: 0 0.25em;
      display: inline-block;
      position: relative;
      bottom: 0;
      cursor: pointer; }
      @media screen and (min-width: 40em) {
        .filters--directory__box [data-drupal-selector="edit-letter"] .form-item-letter label {
          font-size: 1.75rem; } }
      @media screen and (min-width: 64em) {
        .filters--directory__box [data-drupal-selector="edit-letter"] .form-item-letter label {
          font-size: 1.75rem; } }
      @media screen and (min-width: 40em) {
        .filters--directory__box [data-drupal-selector="edit-letter"] .form-item-letter label {
          line-height: 2.3125rem; } }
      @media screen and (min-width: 64em) {
        .filters--directory__box [data-drupal-selector="edit-letter"] .form-item-letter label {
          line-height: 2.3125rem; } }
    .filters--directory__box [data-drupal-selector="edit-letter"] .form-item-letter input[type='radio'] {
      opacity: 0;
      float: left;
      position: absolute; }
      .filters--directory__box [data-drupal-selector="edit-letter"] .form-item-letter input[type='radio']:disabled + label {
        color: #a0aab2;
        cursor: default; }
    .filters--directory__box [data-drupal-selector="edit-letter"] .form-item-letter:hover label {
      color: #e75200; }

.directory--listing {
  background-color: #F6F8FA;
  padding-bottom: 2.5rem; }
  @media screen and (min-width: 40em) {
    .directory--listing {
      padding-bottom: 7.5rem; } }
  @media screen and (min-width: 64em) {
    .directory--listing {
      padding-bottom: 7.5rem; } }
  .directory--listing h3 {
    margin-top: 1.25rem;
    margin-bottom: 1.875rem; }
    @media screen and (min-width: 40em) {
      .directory--listing h3 {
        margin-bottom: 3.75rem; } }
    @media screen and (min-width: 64em) {
      .directory--listing h3 {
        margin-bottom: 3.75rem; } }

.profile--large-listing:not(:last-of-type),
.organization--large-listing:not(:last-of-type) {
  margin-bottom: 3.75rem; }

.profile__type,
.organization__type {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: 1.5px;
  font-weight: 500;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 40em) {
    .profile__type,
    .organization__type {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 64em) {
    .profile__type,
    .organization__type {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 40em) {
    .profile__type,
    .organization__type {
      line-height: 1.125rem; } }
  @media screen and (min-width: 64em) {
    .profile__type,
    .organization__type {
      line-height: 1.125rem; } }
  @media screen and (min-width: 40em) {
    .profile__type,
    .organization__type {
      letter-spacing: 2px; } }
  .profile__type a,
  .organization__type a {
    border-bottom: none; }

.profile__name,
.organization__name {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 40em) {
    .profile__name,
    .organization__name {
      margin-bottom: 1.875rem; } }
  @media screen and (min-width: 64em) {
    .profile__name,
    .organization__name {
      margin-bottom: 1.875rem; } }
  .profile__name a,
  .organization__name a {
    border-bottom: none; }

.profile .contact-box__text,
.organization .contact-box__text {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-size: 0.8125rem;
  line-height: 1.25rem; }
  @media screen and (min-width: 40em) {
    .profile .contact-box__text,
    .organization .contact-box__text {
      font-size: 1rem; } }
  @media screen and (min-width: 64em) {
    .profile .contact-box__text,
    .organization .contact-box__text {
      font-size: 1rem; } }
  @media screen and (min-width: 40em) {
    .profile .contact-box__text,
    .organization .contact-box__text {
      line-height: 1.625rem; } }
  @media screen and (min-width: 64em) {
    .profile .contact-box__text,
    .organization .contact-box__text {
      line-height: 1.625rem; } }

.profile__positions, .profile__dept-associations,
.organization__positions,
.organization__dept-associations {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-size: 0.8125rem;
  line-height: 1.25rem; }
  @media screen and (min-width: 40em) {
    .profile__positions, .profile__dept-associations,
    .organization__positions,
    .organization__dept-associations {
      font-size: 1rem; } }
  @media screen and (min-width: 64em) {
    .profile__positions, .profile__dept-associations,
    .organization__positions,
    .organization__dept-associations {
      font-size: 1rem; } }
  @media screen and (min-width: 40em) {
    .profile__positions, .profile__dept-associations,
    .organization__positions,
    .organization__dept-associations {
      line-height: 1.625rem; } }
  @media screen and (min-width: 64em) {
    .profile__positions, .profile__dept-associations,
    .organization__positions,
    .organization__dept-associations {
      line-height: 1.625rem; } }
  .profile__positions ul li, .profile__dept-associations ul li,
  .organization__positions ul li,
  .organization__dept-associations ul li {
    margin-left: 0;
    display: inline; }
    .profile__positions ul li:before, .profile__dept-associations ul li:before,
    .organization__positions ul li:before,
    .organization__dept-associations ul li:before {
      display: none; }
    .profile__positions ul li:not(:last-child):after, .profile__dept-associations ul li:not(:last-child):after,
    .organization__positions ul li:not(:last-child):after,
    .organization__dept-associations ul li:not(:last-child):after {
      content: ", "; }
  .profile__positions a, .profile__dept-associations a,
  .organization__positions a,
  .organization__dept-associations a {
    font-weight: 500;
    border-bottom: none; }

.profile__image img,
.organization__image img {
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1); }

.profile h5.eyebrow,
.organization h5.eyebrow {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: 1.5px;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 1.25rem;
  font-weight: 500; }
  @media screen and (min-width: 40em) {
    .profile h5.eyebrow,
    .organization h5.eyebrow {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 64em) {
    .profile h5.eyebrow,
    .organization h5.eyebrow {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 40em) {
    .profile h5.eyebrow,
    .organization h5.eyebrow {
      line-height: 1.125rem; } }
  @media screen and (min-width: 64em) {
    .profile h5.eyebrow,
    .organization h5.eyebrow {
      line-height: 1.125rem; } }
  @media screen and (min-width: 40em) {
    .profile h5.eyebrow,
    .organization h5.eyebrow {
      letter-spacing: 2px; } }

.profile__desc,
.organization__desc {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-size: 0.8125rem;
  line-height: 1.25rem; }
  @media screen and (min-width: 40em) {
    .profile__desc,
    .organization__desc {
      font-size: 1rem; } }
  @media screen and (min-width: 64em) {
    .profile__desc,
    .organization__desc {
      font-size: 1rem; } }
  @media screen and (min-width: 40em) {
    .profile__desc,
    .organization__desc {
      line-height: 1.625rem; } }
  @media screen and (min-width: 64em) {
    .profile__desc,
    .organization__desc {
      line-height: 1.625rem; } }

.audience-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1000; }

.audience-modal__window {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50vw;
  height: 60vh;
  background: #ffffff;
  z-index: 1001;
  padding: 3.75rem; }
  @media (max-width: 1400px) {
    .audience-modal__window {
      width: 70vw;
      height: 70vh; } }
  @media (max-width: 1200px) {
    .audience-modal__window {
      width: 70vw;
      height: 70vh; } }
  @media (max-width: 1024px) {
    .audience-modal__window {
      width: 90vw;
      height: 70vh;
      padding: 1.875rem; } }
  @media (max-width: 600px) {
    .audience-modal__window {
      width: 96vw;
      height: 80vh; } }

.audience-modal--active {
  display: block; }

.audience-modal__window > button {
  border: none;
  background-color: transparent;
  font-size: 60px;
  color: #fff;
  position: absolute;
  top: -100px;
  right: -20px; }
  @media (max-width: 600px) {
    .audience-modal__window > button {
      top: -40px;
      right: 0;
      font-size: 24px; } }

.audience-modal__window h3 {
  padding-bottom: 0;
  border-bottom: none;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5rem; }
  @media screen and (min-width: 40em) {
    .audience-modal__window h3 {
      font-size: 1.625rem; } }
  @media screen and (min-width: 64em) {
    .audience-modal__window h3 {
      font-size: 1.625rem; } }
  @media screen and (min-width: 40em) {
    .audience-modal__window h3 {
      line-height: 2.125rem; } }
  @media screen and (min-width: 64em) {
    .audience-modal__window h3 {
      line-height: 2.125rem; } }

.audience-modal__window p {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  border-top: 1px solid #c7d1d9;
  padding-top: 1.25rem; }
  @media screen and (min-width: 40em) {
    .audience-modal__window p {
      font-size: 1rem; } }
  @media screen and (min-width: 64em) {
    .audience-modal__window p {
      font-size: 1rem; } }
  @media screen and (min-width: 40em) {
    .audience-modal__window p {
      line-height: 1.625rem; } }
  @media screen and (min-width: 64em) {
    .audience-modal__window p {
      line-height: 1.625rem; } }
  @media screen and (min-width: 40em) {
    .audience-modal__window p {
      padding-top: 2.5rem; } }
  @media screen and (min-width: 64em) {
    .audience-modal__window p {
      padding-top: 2.5rem; } }

.audience-modal__window .utica-audience-select-form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  @media (min-width: 900px) {
    .audience-modal__window .utica-audience-select-form {
      flex-direction: row; } }

.audience-modal__window .js-form-type-select {
  flex: 1 1 auto;
  margin-bottom: 40px; }
  @media (min-width: 900px) {
    .audience-modal__window .js-form-type-select {
      flex: 2 1 auto;
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .audience-modal__window .js-form-type-select {
      flex: 3 1 auto; } }

.audience-modal__window .audience-modal__select {
  color: #0057b8;
  font-weight: 500;
  border: 1px solid #0057b8;
  background: #fff url(../img/icons/carat-down-blue.svg) no-repeat 95% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 10px 60px 10px 10px;
  height: 100%;
  width: 100%; }

@media (min-width: 900px) {
  .audience-modal__window button.button {
    margin-bottom: 0;
    margin-left: 40px; } }

/*
-------------------------
COOKIE COMPLIANCE POPUP
-------------------------
*/
.cookie-compliance-popup {
  position: fixed;
  background-color: #ccc;
  padding: 2.5rem 0 1.25rem;
  z-index: 999; }
  .cookie-compliance-popup p {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-size: 1.125rem; }

.eu-cookie-compliance-content {
  margin: 0 auto;
  max-width: 95%;
  display: inline-block;
  text-align: left;
  width: 100%; }

.eu-cookie-compliance-buttons {
  float: right;
  /* LTR */
  margin: 0 0 1em 0;
  max-width: 10em; }

.eu-cookie-compliance-message h2 {
  font-weight: 300;
  padding-bottom: 0;
  border-bottom: none; }

.eu-cookie-compliance-message {
  float: left;
  margin: 5px 0 0;
  max-width: 60%; }

.notice {
  width: 100%;
  padding: 10px 20px;
  background: #005DA6;
  color: white;
  font-weight: bold;
  line-height: 1.3rem;
  text-align: center; }

.notice a {
  color: #fff;
  text-decoration: none; }

@media (min-width: 1160px) {
  .notice {
    position: relative;
    top: 0;
    margin-bottom: 0;
    padding: 15px 30px;
    border-bottom: 2px solid #0c233f;
    font-size: 1.1rem;
    line-height: 2rem; } }

.menu--main {
  z-index: 20;
  position: absolute;
  width: 100%;
  padding-bottom: 32px; }
  .menu--main .nav--main ul.menu li > a,
  .menu--main .search-block-form,
  .menu--main .nav--main,
  .menu--main .nav--main ul,
  .menu--main .nav--main ul li,
  .menu--main .nav--main ul li a,
  .menu--main .button--search,
  .menu--main .nav--utility,
  .menu--main .nav--infofor,
  .menu--main .nav--secondary,
  .menu--main .nav--utility ul.menu li a {
    color: transparent;
    border-bottom: none; }
  .menu--main--child {
    position: relative; }
    @media (min-width: 1160px) {
      .menu--main--child:before {
        content: "";
        position: absolute;
        height: 36px;
        width: 100%;
        left: 0;
        background: #e75200; } }

.header__mobile-menu button {
  position: relative;
  border: none;
  border-radius: 0;
  background-color: transparent;
  outline: none; }
  .header__mobile-menu button .hamburger-inner, .header__mobile-menu button .hamburger-inner:after, .header__mobile-menu button .hamburger-inner:before {
    background-color: #0057b8;
    width: 28px;
    height: 3px;
    border-radius: 0; }
  .header__mobile-menu button.hamburger:hover {
    opacity: 1 !important; }
    .header__mobile-menu button.hamburger:hover .hamburger-inner, .header__mobile-menu button.hamburger:hover .hamburger-inner:after, .header__mobile-menu button.hamburger:hover .hamburger-inner:before {
      background-color: #e75200; }

.menu--main__collection .button--search {
  position: absolute;
  right: 40px;
  top: -3px;
  background-color: transparent;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  outline: none; }
  .menu--main__collection .button--search i {
    color: #fff; }
  .menu--main__collection .button--search .icon-cancel {
    display: none; }
  .menu--main__collection .button--search.engaged .icon-u-search {
    display: none; }
  .menu--main__collection .button--search.engaged .icon-cancel {
    display: inline-block;
    position: relative;
    top: -1px;
    left: 0; }

.menu--main__collection + .search--space .search-block-form {
  border: 1px solid #c7d1d9;
  position: relative;
  padding: 4px 4px 4px 10px !important;
  margin: 60px 40px 40px !important; }
  .menu--main__collection + .search--space .search-block-form .form-item {
    width: 100%;
    position: relative; }
  .menu--main__collection + .search--space .search-block-form .form-item input {
    width: 100%;
    border: none;
    height: 100%; }
    .menu--main__collection + .search--space .search-block-form .form-item input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #000;
      font-size: 16px; }
    .menu--main__collection + .search--space .search-block-form .form-item input::-moz-placeholder {
      /* Firefox 19+ */
      color: #000;
      font-size: 16px; }
    .menu--main__collection + .search--space .search-block-form .form-item input:-ms-input-placeholder {
      /* IE 10+ */
      color: #000;
      font-size: 16px; }
    .menu--main__collection + .search--space .search-block-form .form-item input:-moz-placeholder {
      /* Firefox 18- */
      color: #000;
      font-size: 16px; }
  .menu--main__collection + .search--space .search-block-form label {
    display: block;
    color: #000;
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 1rem;
    letter-spacing: 1.5px;
    position: absolute;
    top: -2.5em; }
    @media screen and (min-width: 40em) {
      .menu--main__collection + .search--space .search-block-form label {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 64em) {
      .menu--main__collection + .search--space .search-block-form label {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 40em) {
      .menu--main__collection + .search--space .search-block-form label {
        line-height: 1.125rem; } }
    @media screen and (min-width: 64em) {
      .menu--main__collection + .search--space .search-block-form label {
        line-height: 1.125rem; } }
    @media screen and (min-width: 40em) {
      .menu--main__collection + .search--space .search-block-form label {
        letter-spacing: 2px; } }
  .menu--main__collection + .search--space .search-block-form button.button {
    padding-top: 0.6875rem;
    font-size: 0.6875rem;
    padding-bottom: 0.6875rem;
    border-width: 1px;
    border: 1px solid #e75200;
    color: #000;
    background-color: #fff;
    margin: 0 12px 9px;
    padding: 0.6875rem 1.5rem; }
    .menu--main__collection + .search--space .search-block-form button.button:before, .menu--main__collection + .search--space .search-block-form button.button:after {
      border-width: 0 1px 1px 0; }
    .menu--main__collection + .search--space .search-block-form button.button:hover {
      background-color: transparent; }

.header__search-toggle {
  padding-top: 0;
  margin-right: 0.625rem; }
  .header__search-toggle .button--search {
    border: none;
    width: 50px;
    height: 50px;
    background-color: transparent;
    outline: none; }
    .header__search-toggle .button--search i {
      color: #0057b8;
      font-size: 24px; }
    .header__search-toggle .button--search .icon-u-search {
      position: relative;
      top: 2px; }
    .header__search-toggle .button--search .icon-cancel {
      display: none; }
    .header__search-toggle .button--search.engaged .icon-u-search {
      display: none; }
    .header__search-toggle .button--search.engaged .icon-cancel {
      display: inline-block;
      color: #e75200;
      position: relative;
      top: 2px; }

.menu--main--sticky .menu--main__collection .button--search {
  display: none; }

.search--space {
  display: none; }

.logo--menu--sticky {
  width: 240px;
  height: 39px; }
  @media (min-width: 360px) {
    .logo--menu--sticky {
      width: 260px;
      height: 42px; } }

.logo--menu--main,
.logo--menu--main img {
  width: 300px;
  height: 48px; }

.menu--main--wide:not(.menu--main--sticky) {
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
  .menu--main--wide:not(.menu--main--sticky) .padded-row {
    position: relative; }
  .menu--main--wide:not(.menu--main--sticky) .logo--menu--main {
    display: block;
    background-color: #0c223f;
    width: 203px;
    height: 133px;
    padding: 33px 26px 0;
    z-index: 1;
    position: absolute;
    border-bottom: none; }
    .menu--main--wide:not(.menu--main--sticky) .logo--menu--main img {
      width: 150px;
      height: 66px; }
  .menu--main--wide:not(.menu--main--sticky) .apply-visit {
    display: none; }
  .menu--main--wide:not(.menu--main--sticky) .nav--primary.nav--main {
    position: relative;
    top: 32px; }
  .menu--main--wide:not(.menu--main--sticky) .nav--main .navigation--main > ul.menu {
    width: 100%;
    padding: 0 0 0 215px;
    margin: 0;
    position: relative; }
  .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li:not(.has-mega) {
    position: relative; }
  .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 1.625rem 1.25rem 0; }
    @media (min-width: 1024px) and (max-width: 1240px) {
      .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li {
        padding: 1.625rem 0.75rem 0; } }
    .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li > a {
      color: #000;
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
      color: #000;
      font-size: 1.125rem;
      font-weight: 400;
      display: block;
      width: 100%;
      position: relative;
      padding-bottom: 20px;
      border-bottom: none; }
      .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li > a:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 18px;
        right: 0;
        border-top: 2px solid transparent; }
      .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li > a:hover, .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li > a:focus {
        outline: none;
        text-decoration: none;
        color: #000; }
        .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li > a:hover:after, .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li > a:focus:after {
          border-top: 2px solid #e75200; }
    .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li .li--level-two > button,
    .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li .li--level-two > ul.menu {
      display: none; }
  .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li button {
    position: absolute;
    width: 30px;
    height: 20px;
    bottom: 0;
    left: calc(50% - 15px);
    right: calc(50% - 15px);
    font-size: 0;
    opacity: 0;
    transition: opacity 150ms ease;
    line-height: 1;
    background-color: transparent;
    border: none; }
    .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li button:after {
      content: "\f078";
      font-family: FontAwesome;
      font-size: 16px;
      color: #e75200;
      width: 100%; }
    .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li button:focus {
      opacity: 1;
      outline: none; }
    .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li button.engaged {
      transform: rotateX(180deg); }
  .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li > ul {
    display: none;
    position: absolute;
    top: 100%;
    text-align: left;
    left: 0;
    margin-top: 0;
    padding: 1.875rem;
    min-width: 346px;
    background-color: #fff;
    box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1); }
    .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li > ul__list {
      break-inside: avoid;
      page-break-inside: avoid; }
    .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li > ul__list ul.menu li {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
      font-weight: 400;
      font-size: 0.875rem;
      line-height: calc(17 / 14);
      margin: 0 0 0.875rem; }
      .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li > ul__list ul.menu li a {
        color: #000; }
        .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li > ul__list ul.menu li a:hover {
          color: blue;
          text-decoration: none;
          border-bottom: none; }
    .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li > ul__list__title {
      text-align: left;
      font-size: 1.125rem;
      margin-bottom: 0.875rem; }
      .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li > ul__list__title a {
        color: blue; }
  .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li > ul > li {
    margin-bottom: 0.625rem; }
    .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li > ul > li > a {
      color: #0057b8;
      font-size: 1rem;
      font-weight: 500;
      border-bottom: none; }
      .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li > ul > li > a:hover {
        color: #e75200; }
  .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li.menu-item--active-trail > a:after,
  .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li:hover > a:after {
    border-top: 2px solid #e75200; }
  .menu--main--wide:not(.menu--main--sticky) .nav--main nav > ul > li:hover > ul.menu {
    display: block !important; }
  .menu--main--wide:not(.menu--main--sticky) .menu__children__list__title button {
    display: none; }
  .menu--main--wide:not(.menu--main--sticky) .nav--utility {
    position: absolute;
    top: 0;
    right: 94px;
    display: flex;
    flex-direction: row-reverse; }
  .menu--main--wide:not(.menu--main--sticky) .nav--utility nav.navigation {
    display: inline-block; }
    .menu--main--wide:not(.menu--main--sticky) .nav--utility nav.navigation ul.menu {
      margin-bottom: 0; }
    .menu--main--wide:not(.menu--main--sticky) .nav--utility nav.navigation ul.menu li {
      margin-bottom: 0; }
  .menu--main--wide:not(.menu--main--sticky) .nav--utility nav.navigation--utility ul.menu {
    margin-bottom: 0; }
  .menu--main--wide:not(.menu--main--sticky) .nav--utility nav.navigation--utility ul.menu li {
    margin-bottom: 0;
    margin-left: 20px;
    padding-left: 20px;
    margin-left: 0;
    position: relative; }
    .menu--main--wide:not(.menu--main--sticky) .nav--utility nav.navigation--utility ul.menu li:before {
      display: none; }
  .menu--main--wide:not(.menu--main--sticky) .nav--utility nav.navigation--utility ul.menu li:before {
    content: "\00B7";
    display: inline-block;
    color: #ffcc4c;
    font-size: 14px;
    background-color: transparent;
    width: auto;
    height: auto;
    top: 0;
    left: 7px; }
  .menu--main--wide:not(.menu--main--sticky) .nav--utility ul.menu li {
    display: inline-block;
    position: relative; }
    .menu--main--wide:not(.menu--main--sticky) .nav--utility ul.menu li a {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
      color: #000;
      font-weight: 500;
      font-size: 0.875rem;
      border-bottom: none; }
      .menu--main--wide:not(.menu--main--sticky) .nav--utility ul.menu li a:hover {
        color: #0057b8;
        text-decoration: none;
        border-bottom: 1px solid #0057b8; }
  .menu--main--wide:not(.menu--main--sticky) .search--space {
    display: none;
    position: absolute;
    z-index: 21;
    top: 36px;
    left: 233px;
    right: 32px;
    background-color: #fff;
    padding: 0;
    box-shadow: 0 6px 11px rgba(0, 0, 0, 0.15), 0 10px 40px rgba(0, 0, 0, 0.1); }
    .menu--main--wide:not(.menu--main--sticky) .search--space button.search--space__toggle {
      border: none;
      background: none;
      position: absolute;
      top: 1.875rem;
      right: calc(50% - 440px);
      cursor: pointer;
      width: 40px;
      height: 40px; }
      .menu--main--wide:not(.menu--main--sticky) .search--space button.search--space__toggle .x {
        display: block;
        position: relative; }
        .menu--main--wide:not(.menu--main--sticky) .search--space button.search--space__toggle .x:before, .menu--main--wide:not(.menu--main--sticky) .search--space button.search--space__toggle .x:after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          height: 3px;
          width: 26px;
          background-color: green; }
        .menu--main--wide:not(.menu--main--sticky) .search--space button.search--space__toggle .x:before {
          transform-origin: center center;
          transform: rotate(-45deg); }
        .menu--main--wide:not(.menu--main--sticky) .search--space button.search--space__toggle .x:after {
          transform-origin: center center;
          transform: rotate(45deg); }
      .menu--main--wide:not(.menu--main--sticky) .search--space button.search--space__toggle:hover .x:before, .menu--main--wide:not(.menu--main--sticky) .search--space button.search--space__toggle:hover .x:after {
        background-color: orange; }
    .menu--main--wide:not(.menu--main--sticky) .search--space .search-block-form {
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      padding: 12px;
      position: relative; }
      .menu--main--wide:not(.menu--main--sticky) .search--space .search-block-form input {
        background: none; }
      .menu--main--wide:not(.menu--main--sticky) .search--space .search-block-form input.form-text {
        color: #fff;
        font-size: 18px;
        width: 100%;
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
        font-weight: 500;
        font-style: italic; }
    .menu--main--wide:not(.menu--main--sticky) .search--space .form-item-search-block-form {
      width: 100%;
      position: relative;
      z-index: 2;
      margin: 0; }
  .menu--main--wide:not(.menu--main--sticky) .button--search + .nav--cta {
    display: none; }
  .menu--main--wide:not(.menu--main--sticky) .search-block-form,
  .menu--main--wide:not(.menu--main--sticky) .menu--main__collection {
    display: block; }

.touchevents .menu--main--wide:not(.menu--main--sticky) .nav--main ul li.menu__overview-link {
  display: block !important; }

.menu--main .strip--sticky {
  position: absolute;
  top: 0;
  transform: translateY(-100px);
  transition: transform 300ms ease-out;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  height: 56px;
  position: fixed;
  left: 0;
  width: 100%; }
  .menu--main .strip--sticky .padded-row {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    position: relative; }
  .menu--main .strip--sticky__links {
    display: flex;
    float: right; }
    .menu--main .strip--sticky__links .navigation .ul.menu {
      margin-bottom: 0; }
    .menu--main .strip--sticky__links .navigation ul.menu li {
      display: inline-block;
      font-size: 0.8125rem;
      text-transform: uppercase;
      letter-spacing: 2px;
      line-height: 56px;
      margin-right: 1.875rem;
      margin-bottom: 0; }
      .menu--main .strip--sticky__links .navigation ul.menu li a {
        padding-bottom: 0;
        border-bottom: none; }
  .menu--main .strip--sticky .logo--menu--sticky {
    width: 120px;
    height: 70px;
    display: inline-block;
    padding-top: 15px;
    padding-left: 15px;
    margin-left: 0;
    background-color: #0c223f;
    border-bottom: none; }
    .menu--main .strip--sticky .logo--menu--sticky img {
      width: 90px;
      height: 40px; }
  .menu--main .strip--sticky .nav--utility,
  .menu--main .strip--sticky .nav--infofor {
    display: block; }
  .menu--main .strip--sticky .header__apply-link {
    position: absolute;
    top: 14px;
    right: 112px; }
    .menu--main .strip--sticky .header__apply-link a {
      background-color: blue;
      color: #fff;
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
      font-size: 0.75rem;
      font-weight: 700;
      text-transform: uppercase;
      padding: 7px 24px 7px;
      transition: all 300ms ease; }
      .menu--main .strip--sticky .header__apply-link a:hover {
        color: purple;
        background-color: green;
        text-decoration: none; }
    @media (max-width: 560px) {
      .menu--main .strip--sticky .header__apply-link {
        display: none; } }

body.toolbar-tray-open .menu--main .strip--sticky {
  top: 80px; }

@media (max-width: 1159px) {
  .menu--main--sticky:not(.menu--main--wide) ~ .main-content {
    margin-top: 56px; } }

.menu--main--sticky .strip--sticky {
  transform: translateY(0); }

.menu--main--sticky .nav--main > ul.menu {
  border: none;
  display: block; }

.menu--main--sticky .nav--main > ul.menu li {
  margin: 0;
  display: block;
  text-align: left; }

.menu--main--sticky .padded-row > .logo--menu--main {
  display: none; }

.menu--main--sticky .menu--main__collection {
  display: none;
  max-height: calc(100vh - 60px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 1;
  overflow-y: auto;
  right: 0;
  top: 56px;
  width: 320px;
  background-color: #0c223f;
  padding-bottom: 80px;
  /* To allow for scrolling the the bottom on mobile, counteract top value */ }
  @media (min-width: 1216px) {
    .menu--main--sticky .menu--main__collection {
      right: calc(50% - 615px); } }
  @media (max-width: 600px) {
    .menu--main--sticky .menu--main__collection {
      width: 100%; } }
  .menu--main--sticky .menu--main__collection ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .menu--main--sticky .menu--main__collection ul a {
      color: #000;
      font-size: 1.125rem;
      display: block;
      position: relative; }
    .menu--main--sticky .menu--main__collection ul .mega-menu li {
      padding: 1.125rem; }
      .menu--main--sticky .menu--main__collection ul .mega-menu li:not(:first-child) {
        padding-top: 0; }
  .menu--main--sticky .menu--main__collection .nav--infofor ul {
    margin-bottom: 0; }
  .menu--main--sticky .menu--main__collection .nav--infofor ul:not(:first-of-type) li {
    padding-top: 0; }
  .menu--main--sticky .menu--main__collection ul#main-menu > li > a,
  .menu--main--sticky .menu--main__collection .nav--infofor ul.menu > li > a {
    padding: 1.125rem;
    display: block;
    position: relative;
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase; }
    .menu--main--sticky .menu--main__collection ul#main-menu > li > a:hover,
    .menu--main--sticky .menu--main__collection .nav--infofor ul.menu > li > a:hover {
      color: #333;
      text-decoration: none; }
  .menu--main--sticky .menu--main__collection ul#main-menu > li.has-ul > a:after,
  .menu--main--sticky .menu--main__collection .nav--infofor ul.menu > li.has-ul > a:after {
    content: "\f103";
    color: orange;
    position: absolute;
    right: 1.125rem;
    font-size: 1.875rem;
    font-family: FontAwesome;
    line-height: 1;
    transition: transform 300ms ease-out; }
  .menu--main--sticky .menu--main__collection ul#main-menu > li.has-ul-active > a,
  .menu--main--sticky .menu--main__collection .nav--infofor ul.menu > li.has-ul-active > a {
    background-color: blue; }
    .menu--main--sticky .menu--main__collection ul#main-menu > li.has-ul-active > a:after,
    .menu--main--sticky .menu--main__collection .nav--infofor ul.menu > li.has-ul-active > a:after {
      transform: rotateX(180deg); }

.menu--main--sticky .menu--main__collection .mega-menu ul,
.menu--main--sticky .menu--main__collection .mega-menu ul li,
.menu--main--sticky .menu--main__collection .mega-menu ul li a {
  display: block; }

.menu--main--sticky .search--space {
  display: none;
  position: fixed;
  z-index: 30;
  top: 56px;
  right: 0;
  background-color: #e75200;
  width: 320px;
  padding: 18px; }
  @media (min-width: 1216px) {
    .menu--main--sticky .search--space {
      right: calc(50% - 615px); } }
  @media (max-width: 600px) {
    .menu--main--sticky .search--space {
      width: 100%; } }
  .menu--main--sticky .search--space .search--space__toggle {
    display: none; }
  .menu--main--sticky .search--space .form-item {
    margin: 0; }
  .menu--main--sticky .search--space .form-text {
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-weight: 500;
    font-style: italic; }
  .menu--main--sticky .search--space .search-block-form {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding: 6px 6px 6px 0; }
    .menu--main--sticky .search--space .search-block-form .form-item {
      max-width: 300px;
      flex: auto; }
    .menu--main--sticky .search--space .search-block-form input {
      border: none;
      width: 100%;
      background-color: transparent; }
    .menu--main--sticky .search--space .search-block-form input::-ms-input-placeholder {
      color: #fff;
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
      font-size: 12px; }
    .menu--main--sticky .search--space .search-block-form input::placeholder {
      color: #fff;
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
      font-size: 12px; }
      @media (max-width: 400px) {
        .menu--main--sticky .search--space .search-block-form input::-ms-input-placeholder {
          font-size: 12px; }
        .menu--main--sticky .search--space .search-block-form input::placeholder {
          font-size: 12px; } }
    .menu--main--sticky .search--space .search-block-form button.button {
      padding-top: 0.6875rem;
      font-size: 0.6875rem;
      padding-bottom: 0.6875rem;
      border-width: 1px;
      border: 1px solid #fff;
      color: #fff;
      background-color: rgba(12, 34, 63, 0.3);
      margin: 0 12px 9px;
      padding: 0.6875rem 1.5rem; }
      .menu--main--sticky .search--space .search-block-form button.button:before, .menu--main--sticky .search--space .search-block-form button.button:after {
        border-width: 0 1px 1px 0; }
      .menu--main--sticky .search--space .search-block-form button.button:hover {
        background-color: transparent; }
      .menu--main--sticky .search--space .search-block-form button.button:before, .menu--main--sticky .search--space .search-block-form button.button:after {
        border-color: #fff; }
      .menu--main--sticky .search--space .search-block-form button.button:hover {
        color: #fff;
        background-color: rgba(12, 34, 63, 0.3);
        border-color: #fff; }
        .menu--main--sticky .search--space .search-block-form button.button:hover:before, .menu--main--sticky .search--space .search-block-form button.button:hover:after {
          border-color: #fff; }

.menu--main--sticky .nav--primary {
  background-color: #fff; }
  .menu--main--sticky .nav--primary .mega-menu {
    background-color: blue; }

.menu--main--sticky .nav--infofor {
  background-color: transparent; }
  .menu--main--sticky .nav--infofor ul.menu a.nav--infofor__title {
    font-size: 14px !important;
    color: #fff;
    font-weight: 400 !important;
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    display: block;
    padding-left: 0 !important;
    padding-top: 0 !important;
    position: relative;
    display: inline-block !important;
    padding-bottom: 4px; }
    .menu--main--sticky .nav--infofor ul.menu a.nav--infofor__title:after {
      content: "\25B8";
      color: green;
      font-size: 20px;
      display: inline-block;
      transform: rotate(90deg);
      transition: transform 300ms ease;
      position: relative;
      right: -6px;
      top: 0; }
    .menu--main--sticky .nav--infofor ul.menu a.nav--infofor__title:hover {
      color: green !important;
      text-decoration: none; }
  .menu--main--sticky .nav--infofor ul.menu.has-ul-active a.nav--infofor__title {
    border-bottom: 4px solid green; }
    .menu--main--sticky .nav--infofor ul.menu.has-ul-active a.nav--infofor__title:after {
      transform: rotate(-90deg); }
  .menu--main--sticky .nav--infofor .nav--infofor__panel {
    display: none;
    background-color: blue;
    border: 1px solid green;
    padding: 1.3125rem 1.125rem;
    width: calc(100% - 12px); }
    .menu--main--sticky .nav--infofor .nav--infofor__panel ul li {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
      color: #fff;
      font-size: 0.875rem;
      font-weight: 400;
      margin-bottom: 4px;
      padding-left: 0; }
      .menu--main--sticky .nav--infofor .nav--infofor__panel ul li a {
        color: #fff; }
        .menu--main--sticky .nav--infofor .nav--infofor__panel ul li a:hover {
          color: green; }

.menu--main--sticky .mega-menu {
  display: none; }

.menu--main--sticky .nav--secondary ul {
  margin-bottom: 0;
  padding: 0.1875rem 0; }

.menu--main--sticky .nav--secondary li {
  padding: 0.5625rem 1.125rem 0.5625rem 0; }
  .menu--main--sticky .nav--secondary li:not(:first-child) {
    padding-top: 0; }

.menu--main--sticky .nav--utility ul.menu a {
  font-size: 14px;
  color: #fff;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  display: block;
  text-transform: uppercase; }

.menu--main--sticky .nav--cta a {
  text-transform: uppercase;
  font-size: 0.875rem; }

.menu--main--sticky .nav--cta i.fa {
  color: orange;
  display: inline-block;
  width: 1em;
  font-size: 1.125rem;
  padding-right: 2em; }

.menu--main--sticky .nav--infofor .h3,
.menu--main--sticky .nav--infofor__toggle {
  display: none; }

.menu--main--sticky .nav--main ul.menu, .menu--main--sticky .nav--main ul.menu li {
  margin: 0;
  padding: 0; }
  .menu--main--sticky .nav--main ul.menu a, .menu--main--sticky .nav--main ul.menu li a {
    border-bottom: 1px solid #c7c7c7; }

.menu--main--sticky .nav--main a {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
  font-size: 0.75rem;
  color: #676E75;
  line-height: calc(14 / 12);
  padding: 1rem 1rem 1rem 3.75rem;
  border-bottom: 1px solid #c7c7c7;
  position: relative; }
  .menu--main--sticky .nav--main a:after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    border-right: 1px solid #c7c7c7; }
  .menu--main--sticky .nav--main a.active {
    text-decoration: none;
    background-color: #E4DBEC;
    color: #fff; }
  .menu--main--sticky .nav--main a:hover {
    color: #e75200; }

.menu--main--sticky .nav--main ul.menu > li > a {
  font-weight: 500;
  color: #0057b8; }
  .menu--main--sticky .nav--main ul.menu > li > a:hover {
    color: #e75200; }

.menu--main--sticky .nav--main ul.menu > li > a.engaged {
  background-color: #0057b8;
  color: #fff; }
  .menu--main--sticky .nav--main ul.menu > li > a.engaged:after {
    border-right: 1px solid #000; }

.menu--main--sticky .nav--main .menu__children__list ul.menu > li > a {
  font-weight: 400;
  color: #676E75;
  padding-left: 36px; }

.menu--main--sticky .nav--main ul.menu ul.menu {
  display: none; }

.menu--main--sticky .nav--main .menu__children__list ul.menu {
  display: none; }
  .menu--main--sticky .nav--main .menu__children__list ul.menu:first-child {
    display: block; }

.menu--main--sticky .nav--main .menu__children__list__title > a {
  padding-left: 26px; }

.menu--main--sticky .nav--main .has-ul,
.menu--main--sticky .nav--main .menu__children__list__title {
  position: relative; }
  .menu--main--sticky .nav--main .has-ul > a,
  .menu--main--sticky .nav--main .menu__children__list__title > a {
    color: #676E75; }
  .menu--main--sticky .nav--main .has-ul > button,
  .menu--main--sticky .nav--main .menu__children__list__title > button {
    border: none;
    background-color: transparent;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    outline: none;
    padding-top: 10px;
    Transition: all 300ms ease; }
    .menu--main--sticky .nav--main .has-ul > button:before,
    .menu--main--sticky .nav--main .menu__children__list__title > button:before {
      content: '\e801';
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      font-size: 24px;
      color: #0057b8; }
    .menu--main--sticky .nav--main .has-ul > button:hover, .menu--main--sticky .nav--main .has-ul > button:focus,
    .menu--main--sticky .nav--main .menu__children__list__title > button:hover,
    .menu--main--sticky .nav--main .menu__children__list__title > button:focus {
      ouline: none; }
      .menu--main--sticky .nav--main .has-ul > button:hover:before, .menu--main--sticky .nav--main .has-ul > button:focus:before,
      .menu--main--sticky .nav--main .menu__children__list__title > button:hover:before,
      .menu--main--sticky .nav--main .menu__children__list__title > button:focus:before {
        color: #e75200; }
    .menu--main--sticky .nav--main .has-ul > button.engaged,
    .menu--main--sticky .nav--main .menu__children__list__title > button.engaged {
      transform: rotateX(180deg); }
      .menu--main--sticky .nav--main .has-ul > button.engaged:before,
      .menu--main--sticky .nav--main .menu__children__list__title > button.engaged:before {
        color: #fff; }

.menu--main--sticky .nav--main .li--level-one > ul.menu {
  background-color: #F6F8FA; }

.menu--main--sticky .nav--main .li--level-two a {
  font-size: 0.8125rem;
  padding: 1.125rem 1rem 1.125rem 4.375rem; }

.menu--main--sticky .nav--main .li--level-two > ul.menu {
  background-color: #eceef0; }

.menu--main--sticky .nav--main .li--level-three a {
  font-size: 0.6875rem;
  padding: 1.25rem 1rem 1.25rem 5rem; }

.menu--main--sticky .apply-visit {
  display: flex;
  flex-direction: row; }
  .menu--main--sticky .apply-visit a {
    display: block;
    padding: 1em;
    background-color: blue;
    color: #fff;
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-size: 0.875rem;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    flex: 1 0 auto;
    transition: all 300ms ease; }
    .menu--main--sticky .apply-visit a:first-child {
      margin-right: 1px; }
    .menu--main--sticky .apply-visit a:last-child {
      margin-left: 1px; }

@media (max-width: 899px) {
  .menu--main .nav--cta--top {
    display: none; } }

.menu--main--wide .nav--cta--top {
  display: none; }

@media (min-width: 900px) {
  .menu--main--sticky .strip--sticky .menu--main__collection .nav--secondary.nav--cta {
    display: none; }
  .menu--main--sticky .strip--sticky .nav--secondary.nav--cta {
    background-color: transparent;
    border: none;
    display: block;
    position: absolute;
    right: 136px;
    top: 0; }
    .menu--main--sticky .strip--sticky .nav--secondary.nav--cta ul.menu li {
      display: inline-block; }
      .menu--main--sticky .strip--sticky .nav--secondary.nav--cta ul.menu li a {
        color: #fff; }
        .menu--main--sticky .strip--sticky .nav--secondary.nav--cta ul.menu li a:hover {
          color: #e75200; } }

@media (min-width: 1160px) {
  .nav__footer {
    display: none; }
  .strip--sticky .nav__footer {
    display: block;
    background-color: #0c223f; } }

/*
.menu--main .strip--sticky {
  .nav--secondary {
    display: none;
  }
}
*/
.nav__footer {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
  @media screen and (min-width: 40em) {
    .nav__footer {
      padding-top: 1.875rem; } }
  @media screen and (min-width: 64em) {
    .nav__footer {
      padding-top: 1.875rem; } }
  @media screen and (min-width: 40em) {
    .nav__footer {
      padding-bottom: 1.875rem; } }
  @media screen and (min-width: 64em) {
    .nav__footer {
      padding-bottom: 1.875rem; } }
  .nav__footer ul.menu li {
    margin-left: 0;
    line-height: calc(20 / 13);
    font-size: 0.8125rem; }
    .nav__footer ul.menu li:before {
      display: none; }
    .nav__footer ul.menu li a {
      font-size: 0.8125rem;
      color: #fff;
      padding-bottom: 0;
      border-bottom: none; }
      .nav__footer ul.menu li a:hover {
        color: #e75200; }
    .nav__footer ul.menu li:last-child {
      margin-bottom: 0; }
  .nav__footer .col + .col {
    border-left: 1px solid #00acc8; }

@media (max-width: 700px) {
  .strip--sticky__links .navigation {
    display: none; }
  .menu--main .strip--sticky {
    background-color: #fff; }
  .menu--main .strip--sticky .logo--menu--sticky {
    background-color: transparent;
    padding-top: 6px;
    height: 57px;
    border-bottom: none; }
  .header__search-toggle .button--search {
    margin-top: 3px; } }

.strip--sticky .nav--secondary.nav--utility {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.875rem; }
  .strip--sticky .nav--secondary.nav--utility .navigation {
    flex: 0 0 50%;
    padding-left: 1.875rem; }
  .strip--sticky .nav--secondary.nav--utility .navigation:first-child {
    order: 3;
    border-left: 1px solid #00acc8;
    position: relative; }
  .strip--sticky .nav--secondary.nav--utility .navigation:nth-child(2) {
    order: 2;
    padding-top: 50px; }
    @media (min-width: 384px) and (max-width: 600px) {
      .strip--sticky .nav--secondary.nav--utility .navigation:nth-child(2) {
        padding-top: 34px; } }
  .strip--sticky .nav--secondary.nav--utility .navigation:last-child {
    order: 1;
    position: absolute;
    width: 50%; }
  .strip--sticky .nav--secondary.nav--utility ul.menu {
    padding: 0; }
  .strip--sticky .nav--secondary.nav--utility ul.menu li {
    line-height: 1.1; }
    .strip--sticky .nav--secondary.nav--utility ul.menu li a {
      color: #fff;
      text-transform: none; }

@media (max-width: 1159px) {
  body.has-alert .menu--main--sticky:not(.menu--main--wide) ~ .main-content {
    margin-top: 0 !important; } }

.site-footer {
  background-color: #0c223f;
  color: #fff;
  padding-top: 1.875rem;
  padding-bottom: 1.25rem; }
  @media screen and (min-width: 40em) {
    .site-footer {
      padding-top: 5rem; } }
  @media screen and (min-width: 64em) {
    .site-footer {
      padding-top: 5rem; } }
  @media screen and (min-width: 40em) {
    .site-footer {
      padding-bottom: 3.125rem; } }
  @media screen and (min-width: 64em) {
    .site-footer {
      padding-bottom: 3.125rem; } }
  .site-footer a {
    color: #fff;
    border-bottom: none; }
    .site-footer a:hover {
      color: #e75200;
      border-bottom: 2px solid #e75200; }
  .site-footer .site-footer__logo {
    display: block;
    text-align: center;
    margin-bottom: 108px; }
    .site-footer .site-footer__logo:hover {
      border: none; }
  .site-footer .site-footer__social {
    text-align: center; }
    .site-footer .site-footer__social a {
      display: inline-block;
      width: 40px;
      color: #fff;
      border-bottom: none;
      margin: 0 8px 20px; }
      .site-footer .site-footer__social a:hover {
        color: #e75200;
        border: none; }
      @media screen and (min-width: 40em) {
        .site-footer .site-footer__social a {
          width: 20px;
          margin: 0 10px; } }
  .site-footer__nav {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-size: 0.8125rem;
    line-height: 1.25rem; }
    @media screen and (min-width: 40em) {
      .site-footer__nav {
        font-size: 1rem; } }
    @media screen and (min-width: 64em) {
      .site-footer__nav {
        font-size: 1rem; } }
    @media screen and (min-width: 40em) {
      .site-footer__nav {
        line-height: 1.625rem; } }
    @media screen and (min-width: 64em) {
      .site-footer__nav {
        line-height: 1.625rem; } }
    @media screen and (max-width: 39.9375em) {
      .site-footer__nav {
        border: 1px solid #00acc8;
        border-width: 1px 0;
        padding-top: 1.25rem;
        margin-bottom: 1.25rem; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .site-footer__nav {
        position: relative; }
        .site-footer__nav:before, .site-footer__nav:after {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          width: 1px;
          border-left: 1px solid #00acc8; }
        .site-footer__nav:before {
          left: -1.75rem; }
        .site-footer__nav:after {
          right: -1.125rem; } }
    @media screen and (min-width: 64em) {
      .site-footer__nav {
        padding-left: 3.75rem;
        position: relative; }
        .site-footer__nav:before, .site-footer__nav:after {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          width: 1px;
          border-left: 1px solid #00acc8; }
        .site-footer__nav:before {
          left: 0; }
        .site-footer__nav:after {
          right: -3.75rem; } }
    @media (min-width: 640px) and (max-width: 840px) {
      .site-footer__nav {
        margin-right: -10px; } }
  .site-footer__nav li,
  .site-footer__footer li {
    margin-left: 0; }
    .site-footer__nav li:before,
    .site-footer__footer li:before {
      display: none; }
  .site-footer__contact {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-size: 0.8125rem;
    line-height: 1.25rem; }
    @media screen and (min-width: 40em) {
      .site-footer__contact {
        font-size: 1rem; } }
    @media screen and (min-width: 64em) {
      .site-footer__contact {
        font-size: 1rem; } }
    @media screen and (min-width: 40em) {
      .site-footer__contact {
        line-height: 1.625rem; } }
    @media screen and (min-width: 64em) {
      .site-footer__contact {
        line-height: 1.625rem; } }
    @media screen and (min-width: 64em) {
      .site-footer__contact {
        padding-left: 3.75rem; } }
    .site-footer__contact a {
      font-weight: 500; }
    @media (min-width: 640px) and (max-width: 840px) {
      .site-footer__contact {
        margin-left: -20px;
        margin-right: -10px; } }
  .site-footer .icon-u-placeholder {
    margin-bottom: 1.5rem; }
    @media screen and (min-width: 40em) {
      .site-footer .icon-u-placeholder {
        margin-bottom: 3.125rem; } }
    @media screen and (min-width: 64em) {
      .site-footer .icon-u-placeholder {
        margin-bottom: 3.125rem; } }
  .site-footer .icon-u-placeholder,
  .site-footer .icon-u-phone-call {
    margin-left: 30px;
    position: relative;
    line-height: 2; }
    .site-footer .icon-u-placeholder:before,
    .site-footer .icon-u-phone-call:before {
      color: #00acc8;
      font-size: 1.25rem;
      position: absolute;
      top: 2px;
      left: -30px; }
  .site-footer__footer {
    margin-top: 1.25rem;
    border-top: 1px solid #00acc8;
    padding-top: 1.25rem; }
    @media screen and (min-width: 40em) {
      .site-footer__footer {
        margin-top: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .site-footer__footer {
        margin-top: 2.5rem; } }
    @media screen and (min-width: 40em) {
      .site-footer__footer {
        padding-top: 2.5rem; } }
    @media screen and (min-width: 64em) {
      .site-footer__footer {
        padding-top: 2.5rem; } }
  .site-footer__footer ul {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, serif;
    font-size: 0.8125rem;
    line-height: 1.25rem; }
    @media screen and (min-width: 40em) {
      .site-footer__footer ul {
        font-size: 1rem; } }
    @media screen and (min-width: 64em) {
      .site-footer__footer ul {
        font-size: 1rem; } }
    @media screen and (min-width: 40em) {
      .site-footer__footer ul {
        line-height: 1.625rem; } }
    @media screen and (min-width: 64em) {
      .site-footer__footer ul {
        line-height: 1.625rem; } }
    @media screen and (min-width: 40em) {
      .site-footer__footer ul {
        text-align: center; }
        .site-footer__footer ul li {
          display: inline-block;
          margin: 0 1.25rem; } }
  .site-footer__footer #accred-logos img {
    display: inline-block;
    margin: 0 5px 10px 5px; }
  .site-footer__footer p.us-news {
    width: 100%;
    text-align: center;
    margin-top: 30px; }
  .site-footer__footer p.us-news img {
    width: 125px; }

.site-footer__program-listing {
  padding-bottom: 12.5rem; }
  @media screen and (min-width: 40em) {
    .site-footer__program-listing {
      padding-bottom: 12.5rem; } }
  @media screen and (min-width: 64em) {
    .site-footer__program-listing {
      padding-bottom: 12.5rem; } }

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 1cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; }
  a[href]:after {
    display: none; } }

/*# sourceMappingURL=../maps/app.css.map */
