/*DO NOT FORMAT CSS, IT WILL BREAK*/
@charset "UTF-8";
/*-------------------------------------------------------*   	All Styles Get Imported Here
/*-------------------------------------------------------*/
/* Global Styles and Settings */
@import url("https://use.typekit.net/jry3izo.css");
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --dark-blue: #0A2E57;
  --dark-blue-alt: #042345;
  --light-blue: #286DAF;
  --light-blue-alt: #009CD8;
  --yellow: #DCA70F;
  --red: #F55555;
  --white: #fff;
  --primary: #0A2E57;
  --secondary: #286DAF;
  --success: #0A2E57;
  --info: #DCA70F;
  --warning: #F55555;
  --danger: #F55555;
  --light: #D4D6DD;
  --dark: #555E67;
  --white: #fff;
  --yellow: #DCA70F;
  --dark-blue: #0A2E57;
  --dark-blue-alt: #042345;
  --light-blue: #286DAF;
  --gray: #929CB3;
  --dark-gray: #555E67;
  --breakpoint-xxs: 0;
  --breakpoint-xs: 320px;
  --breakpoint-sm: 520px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1070px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1640px;
  --font-family-sans-serif: poynter-gothic-text, sans-serif, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  scroll-padding-top: 150px;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: poynter-gothic-text, sans-serif, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555E67;
  text-align: left;
  background-color: #fff;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #286DAF;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #929CB3;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .flick-carousel .carousel-status, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1;
}

h1, .h1 {
  font-size: 3.125rem;
}

h2, .h2 {
  font-size: 2.125rem;
}

h3, .h3 {
  font-size: 1.5625rem;
}

h4, .h4 {
  font-size: 1.75rem;
}

h5, .h5, .flick-carousel .carousel-status {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.75rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 1;
}

.display-2 {
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1;
}

.display-3 {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1;
}

.display-4 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

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: #929CB3;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #D4D6DD;
  border-radius: 0.15rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #929CB3;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #0A2E57;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #555E67;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #555E67;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 9px;
  padding-left: 9px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 520px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1070px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1120px;
  }
}

@media (min-width: 1640px) {
  .container {
    max-width: 1122px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 9px;
  padding-left: 9px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -9px;
  margin-left: -9px;
}

.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-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
.col-xs-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, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 9px;
  padding-left: 9px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 320px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 13;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 520px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1070px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1640px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #D4D6DD;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #D4D6DD;
}

.table tbody + tbody {
  border-top: 2px solid #D4D6DD;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #D4D6DD;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #D4D6DD;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bac4d0;
}

.table-hover .table-primary:hover {
  background-color: #abb7c6;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #abb7c6;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #b8d6eb;
}

.table-hover .table-secondary:hover {
  background-color: #a4cbe5;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #a4cbe5;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #bac4d0;
}

.table-hover .table-success:hover {
  background-color: #abb7c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #abb7c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #fef5b8;
}

.table-hover .table-info:hover {
  background-color: #fef19f;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #fef19f;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fccfcf;
}

.table-hover .table-warning:hover {
  background-color: #fbb7b7;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fbb7b7;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fccfcf;
}

.table-hover .table-danger:hover {
  background-color: #fbb7b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #fbb7b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #f3f4f5;
}

.table-hover .table-light:hover {
  background-color: #e5e7e9;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #e5e7e9;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #cfd2d4;
}

.table-hover .table-dark:hover {
  background-color: #c2c5c8;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #c2c5c8;
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: #fef5b8;
}

.table-hover .table-yellow:hover {
  background-color: #fef19f;
}

.table-hover .table-yellow:hover > td,
.table-hover .table-yellow:hover > th {
  background-color: #fef19f;
}

.table-dark-blue,
.table-dark-blue > th,
.table-dark-blue > td {
  background-color: #bac4d0;
}

.table-hover .table-dark-blue:hover {
  background-color: #abb7c6;
}

.table-hover .table-dark-blue:hover > td,
.table-hover .table-dark-blue:hover > th {
  background-color: #abb7c6;
}

.table-dark-blue-alt,
.table-dark-blue-alt > th,
.table-dark-blue-alt > td {
  background-color: #b9c1cb;
}

.table-hover .table-dark-blue-alt:hover {
  background-color: #aab4c0;
}

.table-hover .table-dark-blue-alt:hover > td,
.table-hover .table-dark-blue-alt:hover > th {
  background-color: #aab4c0;
}

.table-light-blue,
.table-light-blue > th,
.table-light-blue > td {
  background-color: #b8d6eb;
}

.table-hover .table-light-blue:hover {
  background-color: #a4cbe5;
}

.table-hover .table-light-blue:hover > td,
.table-hover .table-light-blue:hover > th {
  background-color: #a4cbe5;
}

.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: #e0e3ea;
}

.table-hover .table-gray:hover {
  background-color: #d1d5e0;
}

.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
  background-color: #d1d5e0;
}

.table-dark-gray,
.table-dark-gray > th,
.table-dark-gray > td {
  background-color: #cfd2d4;
}

.table-hover .table-dark-gray:hover {
  background-color: #c2c5c8;
}

.table-hover .table-dark-gray:hover > td,
.table-hover .table-dark-gray:hover > th {
  background-color: #c2c5c8;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #555E67;
  border-color: #66717c;
}

.table .thead-light th {
  color: #555E67;
  background-color: #D4D6DD;
  border-color: #D4D6DD;
}

.table-dark {
  color: #fff;
  background-color: #555E67;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #66717c;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 319.98px) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xs > .table-bordered {
    border: 0;
  }
}

@media (max-width: 519.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1069.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1639.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 1rem 3rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #555E67;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #D4D6DD;
  border-radius: 0.15rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #555E67;
  background-color: #fff;
  border-color: #176ac9;
  box-shadow: 0 0 0 0.2rem rgba(10, 46, 87, 0.25);
}

.form-control::placeholder {
  color: #929CB3;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #D4D6DD;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(1.5em + 2rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #555E67;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(1rem + 1px);
  padding-bottom: calc(1rem + 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: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.5em + 0.5rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.5em + 1rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #929CB3;
}

.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: #0A2E57;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(10, 46, 87, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #0A2E57;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #0A2E57;
  box-shadow: 0 0 0 0.2rem rgba(10, 46, 87, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #0A2E57;
}

.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: #0A2E57;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #176ac9;
}

.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: #0f4685;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(10, 46, 87, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #0A2E57;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(10, 46, 87, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #F55555;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(245, 85, 85, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #F55555;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #F55555;
  box-shadow: 0 0 0 0.2rem rgba(245, 85, 85, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #F55555;
}

.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: #F55555;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #fccdcd;
}

.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: #f88585;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(245, 85, 85, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #F55555;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(245, 85, 85, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 520px) {
  .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 {
    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: 900;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  padding: 1rem 3rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.15rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 46, 87, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0A2E57;
  border-color: #0A2E57;
}

.btn-primary:hover {
  color: #0A2E57;
  background-color: #fff;
  border-color: #0A2E57;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 46, 87, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0A2E57;
  border-color: #0A2E57;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #051629;
  border-color: #03101e;
}

.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(10, 46, 87, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #286DAF;
  border-color: #286DAF;
}

.btn-secondary:hover {
  color: #286DAF;
  background-color: #fff;
  border-color: #286DAF;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 184, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #286DAF;
  border-color: #286DAF;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #005085;
  border-color: #004878;
}

.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(0, 110, 184, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #0A2E57;
  border-color: #0A2E57;
}

.btn-success:hover {
  color: #0A2E57;
  background-color: #fff;
  border-color: #0A2E57;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 46, 87, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #0A2E57;
  border-color: #0A2E57;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #051629;
  border-color: #03101e;
}

.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(10, 46, 87, 0.5);
}

.btn-info {
  color: #0A2E57;
  background-color: #DCA70F;
  border-color: #DCA70F;
}

.btn-info:hover {
  color: #DCA70F;
  background-color: #0A2E57;
  border-color: #DCA70F;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 219, 1, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #0A2E57;
  background-color: #DCA70F;
  border-color: #DCA70F;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #0A2E57;
  background-color: #c9af01;
  border-color: #bda401;
}

.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(252, 219, 1, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #F55555;
  border-color: #F55555;
}

.btn-warning:hover {
  color: #F55555;
  background-color: #fff;
  border-color: #F55555;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 85, 85, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #F55555;
  border-color: #F55555;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #f22525;
  border-color: #f11919;
}

.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(245, 85, 85, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #F55555;
  border-color: #F55555;
}

.btn-danger:hover {
  color: #F55555;
  background-color: #fff;
  border-color: #F55555;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 85, 85, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #F55555;
  border-color: #F55555;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f22525;
  border-color: #f11919;
}

.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(245, 85, 85, 0.5);
}

.btn-light {
  color: #0A2E57;
  background-color: #D4D6DD;
  border-color: #D4D6DD;
}

.btn-light:hover {
  color: #D4D6DD;
  background-color: #0A2E57;
  border-color: #D4D6DD;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 214, 221, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #0A2E57;
  background-color: #D4D6DD;
  border-color: #D4D6DD;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #0A2E57;
  background-color: #b8bbc6;
  border-color: #b0b4c1;
}

.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(212, 214, 221, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #555E67;
  border-color: #555E67;
}

.btn-dark:hover {
  color: #555E67;
  background-color: #fff;
  border-color: #555E67;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 94, 103, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #555E67;
  border-color: #555E67;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #3e454b;
  border-color: #383e44;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 94, 103, 0.5);
}

.btn-white {
  color: #0A2E57;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover {
  color: #fff;
  background-color: #0A2E57;
  border-color: #fff;
}

.btn-white:focus, .btn-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white.disabled, .btn-white:disabled {
  color: #0A2E57;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #0A2E57;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-yellow {
  color: #0A2E57;
  background-color: #DCA70F;
  border-color: #DCA70F;
}

.btn-yellow:hover {
  color: #DCA70F;
  background-color: #0A2E57;
  border-color: #DCA70F;
}

.btn-yellow:focus, .btn-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 219, 1, 0.5);
}

.btn-yellow.disabled, .btn-yellow:disabled {
  color: #0A2E57;
  background-color: #DCA70F;
  border-color: #DCA70F;
}

.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active,
.show > .btn-yellow.dropdown-toggle {
  color: #0A2E57;
  background-color: #c9af01;
  border-color: #bda401;
}

.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 219, 1, 0.5);
}

.btn-dark-blue {
  color: #fff;
  background-color: #0A2E57;
  border-color: #0A2E57;
}

.btn-dark-blue:hover {
  color: #0A2E57;
  background-color: #fff;
  border-color: #0A2E57;
}

.btn-dark-blue:focus, .btn-dark-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 46, 87, 0.5);
}

.btn-dark-blue.disabled, .btn-dark-blue:disabled {
  color: #fff;
  background-color: #0A2E57;
  border-color: #0A2E57;
}

.btn-dark-blue:not(:disabled):not(.disabled):active, .btn-dark-blue:not(:disabled):not(.disabled).active,
.show > .btn-dark-blue.dropdown-toggle {
  color: #fff;
  background-color: #051629;
  border-color: #03101e;
}

.btn-dark-blue:not(:disabled):not(.disabled):active:focus, .btn-dark-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 46, 87, 0.5);
}

.btn-dark-blue-alt {
  color: #fff;
  background-color: #042345;
  border-color: #042345;
}

.btn-dark-blue-alt:hover {
  color: #042345;
  background-color: #fff;
  border-color: #042345;
}

.btn-dark-blue-alt:focus, .btn-dark-blue-alt.focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 35, 69, 0.5);
}

.btn-dark-blue-alt.disabled, .btn-dark-blue-alt:disabled {
  color: #fff;
  background-color: #042345;
  border-color: #042345;
}

.btn-dark-blue-alt:not(:disabled):not(.disabled):active, .btn-dark-blue-alt:not(:disabled):not(.disabled).active,
.show > .btn-dark-blue-alt.dropdown-toggle {
  color: #fff;
  background-color: #010b15;
  border-color: #010409;
}

.btn-dark-blue-alt:not(:disabled):not(.disabled):active:focus, .btn-dark-blue-alt:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-blue-alt.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 35, 69, 0.5);
}

.btn-light-blue {
  color: #fff;
  background-color: #286DAF;
  border-color: #286DAF;
}

.btn-light-blue:hover {
  color: #286DAF;
  background-color: #fff;
  border-color: #286DAF;
}

.btn-light-blue:focus, .btn-light-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 184, 0.5);
}

.btn-light-blue.disabled, .btn-light-blue:disabled {
  color: #fff;
  background-color: #286DAF;
  border-color: #286DAF;
}

.btn-light-blue:not(:disabled):not(.disabled):active, .btn-light-blue:not(:disabled):not(.disabled).active,
.show > .btn-light-blue.dropdown-toggle {
  color: #fff;
  background-color: #005085;
  border-color: #004878;
}

.btn-light-blue:not(:disabled):not(.disabled):active:focus, .btn-light-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-light-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 184, 0.5);
}

.btn-gray {
  color: #0A2E57;
  background-color: #929CB3;
  border-color: #929CB3;
}

.btn-gray:hover {
  color: #929CB3;
  background-color: #0A2E57;
  border-color: #929CB3;
}

.btn-gray:focus, .btn-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(146, 156, 179, 0.5);
}

.btn-gray.disabled, .btn-gray:disabled {
  color: #0A2E57;
  background-color: #929CB3;
  border-color: #929CB3;
}

.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #74819e;
  border-color: #6c7a99;
}

.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(146, 156, 179, 0.5);
}

.btn-dark-gray {
  color: #fff;
  background-color: #555E67;
  border-color: #555E67;
}

.btn-dark-gray:hover {
  color: #555E67;
  background-color: #fff;
  border-color: #555E67;
}

.btn-dark-gray:focus, .btn-dark-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 94, 103, 0.5);
}

.btn-dark-gray.disabled, .btn-dark-gray:disabled {
  color: #fff;
  background-color: #555E67;
  border-color: #555E67;
}

.btn-dark-gray:not(:disabled):not(.disabled):active, .btn-dark-gray:not(:disabled):not(.disabled).active,
.show > .btn-dark-gray.dropdown-toggle {
  color: #fff;
  background-color: #3e454b;
  border-color: #383e44;
}

.btn-dark-gray:not(:disabled):not(.disabled):active:focus, .btn-dark-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 94, 103, 0.5);
}

.btn-outline-primary {
  color: #0A2E57;
  background-color: transparent;
  background-image: none;
  border-color: #0A2E57;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0A2E57;
  border-color: #0A2E57;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 46, 87, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0A2E57;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0A2E57;
  border-color: #0A2E57;
}

.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(10, 46, 87, 0.5);
}

.btn-outline-secondary {
  color: #286DAF;
  background-color: transparent;
  background-image: none;
  border-color: #286DAF;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #286DAF;
  border-color: #286DAF;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 184, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #286DAF;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #286DAF;
  border-color: #286DAF;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 184, 0.5);
}

.btn-outline-success {
  color: #0A2E57;
  background-color: transparent;
  background-image: none;
  border-color: #0A2E57;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #0A2E57;
  border-color: #0A2E57;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 46, 87, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #0A2E57;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #0A2E57;
  border-color: #0A2E57;
}

.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(10, 46, 87, 0.5);
}

.btn-outline-info {
  color: #DCA70F;
  background-color: transparent;
  background-image: none;
  border-color: #DCA70F;
}

.btn-outline-info:hover {
  color: #0A2E57;
  background-color: #DCA70F;
  border-color: #DCA70F;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 219, 1, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #DCA70F;
  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: #0A2E57;
  background-color: #DCA70F;
  border-color: #DCA70F;
}

.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(252, 219, 1, 0.5);
}

.btn-outline-warning {
  color: #F55555;
  background-color: transparent;
  background-image: none;
  border-color: #F55555;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #F55555;
  border-color: #F55555;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 85, 85, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #F55555;
  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: #fff;
  background-color: #F55555;
  border-color: #F55555;
}

.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(245, 85, 85, 0.5);
}

.btn-outline-danger {
  color: #F55555;
  background-color: transparent;
  background-image: none;
  border-color: #F55555;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #F55555;
  border-color: #F55555;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 85, 85, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #F55555;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #F55555;
  border-color: #F55555;
}

.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(245, 85, 85, 0.5);
}

.btn-outline-light {
  color: #D4D6DD;
  background-color: transparent;
  background-image: none;
  border-color: #D4D6DD;
}

.btn-outline-light:hover {
  color: #0A2E57;
  background-color: #D4D6DD;
  border-color: #D4D6DD;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 214, 221, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #D4D6DD;
  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: #0A2E57;
  background-color: #D4D6DD;
  border-color: #D4D6DD;
}

.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(212, 214, 221, 0.5);
}

.btn-outline-dark {
  color: #555E67;
  background-color: transparent;
  background-image: none;
  border-color: #555E67;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #555E67;
  border-color: #555E67;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 94, 103, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #555E67;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #555E67;
  border-color: #555E67;
}

.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(85, 94, 103, 0.5);
}

.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}

.btn-outline-white:hover {
  color: #0A2E57;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
  color: #0A2E57;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-yellow {
  color: #DCA70F;
  background-color: transparent;
  background-image: none;
  border-color: #DCA70F;
}

.btn-outline-yellow:hover {
  color: #0A2E57;
  background-color: #DCA70F;
  border-color: #DCA70F;
}

.btn-outline-yellow:focus, .btn-outline-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 219, 1, 0.5);
}

.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #DCA70F;
  background-color: transparent;
}

.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active,
.show > .btn-outline-yellow.dropdown-toggle {
  color: #0A2E57;
  background-color: #DCA70F;
  border-color: #DCA70F;
}

.btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 219, 1, 0.5);
}

.btn-outline-dark-blue {
  color: #0A2E57;
  background-color: transparent;
  background-image: none;
  border-color: #0A2E57;
}

.btn-outline-dark-blue:hover {
  color: #fff;
  background-color: #0A2E57;
  border-color: #0A2E57;
}

.btn-outline-dark-blue:focus, .btn-outline-dark-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 46, 87, 0.5);
}

.btn-outline-dark-blue.disabled, .btn-outline-dark-blue:disabled {
  color: #0A2E57;
  background-color: transparent;
}

.btn-outline-dark-blue:not(:disabled):not(.disabled):active, .btn-outline-dark-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-blue.dropdown-toggle {
  color: #fff;
  background-color: #0A2E57;
  border-color: #0A2E57;
}

.btn-outline-dark-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 46, 87, 0.5);
}

.btn-outline-dark-blue-alt {
  color: #042345;
  background-color: transparent;
  background-image: none;
  border-color: #042345;
}

.btn-outline-dark-blue-alt:hover {
  color: #fff;
  background-color: #042345;
  border-color: #042345;
}

.btn-outline-dark-blue-alt:focus, .btn-outline-dark-blue-alt.focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 35, 69, 0.5);
}

.btn-outline-dark-blue-alt.disabled, .btn-outline-dark-blue-alt:disabled {
  color: #042345;
  background-color: transparent;
}

.btn-outline-dark-blue-alt:not(:disabled):not(.disabled):active, .btn-outline-dark-blue-alt:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-blue-alt.dropdown-toggle {
  color: #fff;
  background-color: #042345;
  border-color: #042345;
}

.btn-outline-dark-blue-alt:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-blue-alt:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-blue-alt.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 35, 69, 0.5);
}

.btn-outline-light-blue {
  color: #286DAF;
  background-color: transparent;
  background-image: none;
  border-color: #286DAF;
}

.btn-outline-light-blue:hover {
  color: #fff;
  background-color: #286DAF;
  border-color: #286DAF;
}

.btn-outline-light-blue:focus, .btn-outline-light-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 184, 0.5);
}

.btn-outline-light-blue.disabled, .btn-outline-light-blue:disabled {
  color: #286DAF;
  background-color: transparent;
}

.btn-outline-light-blue:not(:disabled):not(.disabled):active, .btn-outline-light-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-light-blue.dropdown-toggle {
  color: #fff;
  background-color: #286DAF;
  border-color: #286DAF;
}

.btn-outline-light-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-light-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 184, 0.5);
}

.btn-outline-gray {
  color: #929CB3;
  background-color: transparent;
  background-image: none;
  border-color: #929CB3;
}

.btn-outline-gray:hover {
  color: #0A2E57;
  background-color: #929CB3;
  border-color: #929CB3;
}

.btn-outline-gray:focus, .btn-outline-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(146, 156, 179, 0.5);
}

.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #929CB3;
  background-color: transparent;
}

.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray.dropdown-toggle {
  color: #0A2E57;
  background-color: #929CB3;
  border-color: #929CB3;
}

.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(146, 156, 179, 0.5);
}

.btn-outline-dark-gray {
  color: #555E67;
  background-color: transparent;
  background-image: none;
  border-color: #555E67;
}

.btn-outline-dark-gray:hover {
  color: #fff;
  background-color: #555E67;
  border-color: #555E67;
}

.btn-outline-dark-gray:focus, .btn-outline-dark-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 94, 103, 0.5);
}

.btn-outline-dark-gray.disabled, .btn-outline-dark-gray:disabled {
  color: #555E67;
  background-color: transparent;
}

.btn-outline-dark-gray:not(:disabled):not(.disabled):active, .btn-outline-dark-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-gray.dropdown-toggle {
  color: #fff;
  background-color: #555E67;
  border-color: #555E67;
}

.btn-outline-dark-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 94, 103, 0.5);
}

.btn-link, .additional-info-carousel .posts a.read-more a.read-more, .instagram-feed .posts a.read-more a.read-more, .news-events-widget .news a.read-more, section.news-feed .event.standard a.read-more, section.news-feed .event.no-image a.read-more, section.news-feed .event.featured-video a.read-more, .news-related .news a.read-more a.read-more, .sidebar-instagram a.read-more, .sidebar-news a.read-more, .sidebar-video a.read-more {
  font-weight: 400;
  color: #0A2E57;
  background-color: transparent;
}

.btn-link {
    text-decoration: none;
}

.btn-link:hover, .additional-info-carousel .posts a.read-more a.read-more:hover, .instagram-feed .posts a.read-more a.read-more:hover, .news-events-widget .news a.read-more:hover, section.news-feed .event.standard a.read-more:hover, section.news-feed .event.no-image a.read-more:hover, section.news-feed .event.featured-video a.read-more:hover, .news-related .news a.read-more a.read-more:hover, .sidebar-instagram a.read-more:hover, .sidebar-news a.read-more:hover, .sidebar-video a.read-more:hover {
  color: #020a12;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .additional-info-carousel .posts a.read-more a.read-more:focus, .instagram-feed .posts a.read-more a.read-more:focus, .news-events-widget .news a.read-more:focus, section.news-feed .event.standard a.read-more:focus, section.news-feed .event.no-image a.read-more:focus, section.news-feed .event.featured-video a.read-more:focus, .news-related .news a.read-more a.read-more:focus, .sidebar-instagram a.read-more:focus, .sidebar-news a.read-more:focus, .sidebar-video a.read-more:focus, .btn-link.focus, .additional-info-carousel .posts a.read-more a.focus.read-more, .instagram-feed .posts a.read-more a.focus.read-more, .news-events-widget .news a.focus.read-more, section.news-feed .event.standard a.focus.read-more, section.news-feed .event.no-image a.focus.read-more, section.news-feed .event.featured-video a.focus.read-more, .news-related .news a.read-more a.focus.read-more, .sidebar-instagram a.focus.read-more, .sidebar-news a.focus.read-more, .sidebar-video a.focus.read-more {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .additional-info-carousel .posts a.read-more a.read-more:disabled, .instagram-feed .posts a.read-more a.read-more:disabled, .news-events-widget .news a.read-more:disabled, section.news-feed .event.standard a.read-more:disabled, section.news-feed .event.no-image a.read-more:disabled, section.news-feed .event.featured-video a.read-more:disabled, .news-related .news a.read-more a.read-more:disabled, .sidebar-instagram a.read-more:disabled, .sidebar-news a.read-more:disabled, .sidebar-video a.read-more:disabled, .btn-link.disabled, .additional-info-carousel .posts a.read-more a.disabled.read-more, .instagram-feed .posts a.read-more a.disabled.read-more, .news-events-widget .news a.disabled.read-more, section.news-feed .event.standard a.disabled.read-more, section.news-feed .event.no-image a.disabled.read-more, section.news-feed .event.featured-video a.disabled.read-more, .news-related .news a.read-more a.disabled.read-more, .sidebar-instagram a.disabled.read-more, .sidebar-news a.disabled.read-more, .sidebar-video a.disabled.read-more {
  color: #929CB3;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  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: 1.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #555E67;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.dropup .dropdown-menu {
  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 {
  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-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 {
  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-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #D4D6DD;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.2rem 0;
  clear: both;
  font-weight: 400;
  color: #042345;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #042345;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0A2E57;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #929CB3;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 1.5rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #929CB3;
  white-space: nowrap;
}

.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: -2px;
}

.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: 2.25rem;
  padding-left: 2.25rem;
}

.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  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: -2px;
  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:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 1rem 3rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555E67;
  text-align: center;
  white-space: nowrap;
  background-color: #D4D6DD;
  border: 1px solid #D4D6DD;
  border-radius: 0.15rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 0.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: #fff;
  background-color: #0A2E57;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(10, 46, 87, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #2d84e7;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #929CB3;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #D4D6DD;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #fff;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  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.15rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0A2E57;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' 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: #0A2E57;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(10, 46, 87, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(10, 46, 87, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0A2E57;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(10, 46, 87, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 2rem + 2px);
  padding: 1rem 4rem 1rem 3rem;
  line-height: 1.5;
  color: #555E67;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23555E67' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 3rem center;
  background-size: 8px 10px;
  border: 1px solid #D4D6DD;
  border-radius: 0.15rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #176ac9;
  box-shadow: 0 0 0 0.2rem rgba(10, 46, 87, 0.25);
}

.custom-select:focus::-ms-value {
  color: #555E67;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 3rem;
  background-image: none;
}

.custom-select:disabled {
  color: #929CB3;
  background-color: #D4D6DD;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: calc($font-size-lg * 0.75);
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 2rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 2rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  border-color: #176ac9;
  box-shadow: 0 0 0 0.2rem rgba(10, 46, 87, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #176ac9;
}

.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(1.5em + 2rem + 2px);
  padding: 1rem 3rem;
  line-height: 1.5;
  color: #555E67;
  background-color: #fff;
  border: 1px solid #D4D6DD;
  border-radius: 0.15rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(1.5em + 2rem + 2px) - 1px * 2);
  padding: 1rem 3rem;
  line-height: 1.5;
  color: #555E67;
  content: "Browse";
  background-color: #D4D6DD;
  border-left: 1px solid #D4D6DD;
  border-radius: 0 0.15rem 0.15rem 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.875rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #929CB3;
}

.nav-tabs {
  border-bottom: 1px solid #D4D6DD;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #D4D6DD #D4D6DD #D4D6DD;
}

.nav-tabs .nav-link.disabled {
  color: #929CB3;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #555E67;
  background-color: #fff;
  border-color: #D4D6DD #D4D6DD #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.15rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0A2E57;
}

.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 0;
}

.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;
  padding-bottom: 0;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
}

.navbar .heading a {
    text-decoration: none;
}

a.navbar-brand:hover, a.navbar-brand:focus, a .navbar-brand:hover, a .navbar-brand:focus {
  text-decoration: underline;
}

.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.875rem;
  padding-bottom: 0.875rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  outline: 0;
  background-color: transparent;
  border: 1px solid transparent;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
}

.navbar-toggler-icon {
  z-index: 900;
  cursor: pointer;
  width: 30px;
  height: 25px;
  position: relative;
  font-size: 0;
  overflow: hidden;
  display: block;
}

.navbar-toggler-icon.active:after {
  transform: rotate(45deg);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  transition: 0.5s, ease, all;
  background: #042345;
}

.navbar-toggler-icon.active:before {
  transform: rotate(-45deg);
  transition: 0.5s, ease, all;
}

.navbar-toggler-icon:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #042345;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  margin: auto;
  transition: 0.5s, ease, all;
}

.navbar-toggler-icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  transition: 0.5s, ease, all;
}

@media (max-width: 319.98px) {
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 320px) {
  .navbar-expand-xs {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xs .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xs .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .navbar-expand-xs .navbar-nav .nav-link:last-child {
    padding-right: 0;
  }
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xs .navbar-toggler {
    display: none;
  }
}

@media (max-width: 519.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 520px) {
  .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: 1.5rem;
    padding-left: 1.5rem;
  }
  .navbar-expand-sm .navbar-nav .nav-link:last-child {
    padding-right: 0;
  }
  .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: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .navbar-expand-md .navbar-nav .nav-link:last-child {
    padding-right: 0;
  }
  .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: 1069.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1070px) {
  .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: 1.5rem;
    padding-left: 1.5rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link:last-child {
    padding-right: 0;
  }
  .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: 1.5rem;
    padding-left: 1.5rem;
  }
  .navbar-expand-xl .navbar-nav .nav-link:last-child {
    padding-right: 0;
  }
  .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;
  }
}

@media (max-width: 1639.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1640px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .navbar-expand-xxl .navbar-nav .nav-link:last-child {
    padding-right: 0;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .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: 1.5rem;
  padding-left: 1.5rem;
}

.navbar-expand .navbar-nav .nav-link:last-child {
  padding-right: 0;
}

.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(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav > .nav-link {
  color: #042345;
}

.navbar-light .navbar-nav > .nav-link a {
  color: #042345;
  transition: all, 0.2s;
}

.navbar-light .navbar-nav > .nav-link:hover a, .navbar-light .navbar-nav > .nav-link:focus a {
  color: #286DAF;
  transition: all, 0.2s;
}

.navbar-light .navbar-nav > .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text {
  color: #042345;
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 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: #fff;
}

.navbar-dark .navbar-text {
  color: #fff;
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.15rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.15rem;
  border-bottom-left-radius: 0.15rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.15rem - 1px) calc(0.15rem - 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(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.15rem - 1px) calc(0.15rem - 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.15rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.15rem - 1px);
  border-top-right-radius: calc(0.15rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.15rem - 1px);
  border-bottom-left-radius: calc(0.15rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 9px;
}

@media (min-width: 520px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -9px;
    margin-left: -9px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 9px;
    margin-bottom: 0;
    margin-left: 9px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 9px;
}

@media (min-width: 520px) {
  .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.15rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.15rem;
    border-top-right-radius: 0.15rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.15rem;
    border-bottom-left-radius: 0.15rem;
  }
  .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: 520px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

nav[aria-label=breadcrumb] {
  background-color: #fff;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 18px;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #fff;
  max-width: 1640px;
  margin: 0 auto;
  height: 42px;
}

@media (min-width: 1070px) {
  .breadcrumb {
    padding-left: 40px;
  }
}

.breadcrumb-item {
  margin-top: auto;
  margin-bottom: auto;
  height: 1.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #D4D6DD;
  content: "//";
  font-size: 0.875rem;
}

.breadcrumb-item a {
  font-size: 0.875rem;
}

.breadcrumb-item.home a {
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: block;
  position: relative;
  color: transparent;
}

.breadcrumb-item.home a:before {
  content: '\e88a';
  font-family: "Material Icons";
  color: #0A2E57;
  position: absolute;
  font-size: 1rem;
  width: 20px;
  height: 20px;
  display: block;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #286DAF;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.15rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0A2E57;
  background-color: #fff;
  border: 1px solid #D4D6DD;
}

.page-link:hover {
  color: #020a12;
  text-decoration: none;
  background-color: #D4D6DD;
  border-color: #D4D6DD;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(10, 46, 87, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.15rem;
  border-bottom-left-radius: 0.15rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #0A2E57;
  border-color: #0A2E57;
}

.page-item.disabled .page-link {
  color: #929CB3;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #D4D6DD;
}

.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: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.15rem;
}

.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: #fff;
  background-color: #0A2E57;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #051629;
}

.badge-secondary {
  color: #fff;
  background-color: #286DAF;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #005085;
}

.badge-success {
  color: #fff;
  background-color: #0A2E57;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #051629;
}

.badge-info {
  color: #0A2E57;
  background-color: #DCA70F;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #0A2E57;
  text-decoration: none;
  background-color: #c9af01;
}

.badge-warning {
  color: #fff;
  background-color: #F55555;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #f22525;
}

.badge-danger {
  color: #fff;
  background-color: #F55555;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #f22525;
}

.badge-light {
  color: #0A2E57;
  background-color: #D4D6DD;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #0A2E57;
  text-decoration: none;
  background-color: #b8bbc6;
}

.badge-dark {
  color: #fff;
  background-color: #555E67;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3e454b;
}

.badge-white {
  color: #0A2E57;
  background-color: #fff;
}

.badge-white[href]:hover, .badge-white[href]:focus {
  color: #0A2E57;
  text-decoration: none;
  background-color: #e6e6e6;
}

.badge-yellow {
  color: #0A2E57;
  background-color: #DCA70F;
}

.badge-yellow[href]:hover, .badge-yellow[href]:focus {
  color: #0A2E57;
  text-decoration: none;
  background-color: #c9af01;
}

.badge-dark-blue {
  color: #fff;
  background-color: #0A2E57;
}

.badge-dark-blue[href]:hover, .badge-dark-blue[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #051629;
}

.badge-dark-blue-alt {
  color: #fff;
  background-color: #042345;
}

.badge-dark-blue-alt[href]:hover, .badge-dark-blue-alt[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #010b15;
}

.badge-light-blue {
  color: #fff;
  background-color: #286DAF;
}

.badge-light-blue[href]:hover, .badge-light-blue[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #005085;
}

.badge-gray {
  color: #0A2E57;
  background-color: #929CB3;
}

.badge-gray[href]:hover, .badge-gray[href]:focus {
  color: #0A2E57;
  text-decoration: none;
  background-color: #74819e;
}

.badge-dark-gray {
  color: #fff;
  background-color: #555E67;
}

.badge-dark-gray[href]:hover, .badge-dark-gray[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3e454b;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #D4D6DD;
  border-radius: 0.3rem;
}

@media (min-width: 520px) {
  .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.15rem;
}

.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: #05182d;
  background-color: #ced5dd;
  border-color: #bac4d0;
}

.alert-primary hr {
  border-top-color: #abb7c6;
}

.alert-primary .alert-link {
  color: black;
}

.alert-secondary {
  color: #003960;
  background-color: #cce2f1;
  border-color: #b8d6eb;
}

.alert-secondary hr {
  border-top-color: #a4cbe5;
}

.alert-secondary .alert-link {
  color: #001b2d;
}

.alert-success {
  color: #05182d;
  background-color: #ced5dd;
  border-color: #bac4d0;
}

.alert-success hr {
  border-top-color: #abb7c6;
}

.alert-success .alert-link {
  color: black;
}

.alert-info {
  color: #837201;
  background-color: #fef8cc;
  border-color: #fef5b8;
}

.alert-info hr {
  border-top-color: #fef19f;
}

.alert-info .alert-link {
  color: #504601;
}

.alert-warning {
  color: #7f2c2c;
  background-color: #fddddd;
  border-color: #fccfcf;
}

.alert-warning hr {
  border-top-color: #fbb7b7;
}

.alert-warning .alert-link {
  color: #591f1f;
}

.alert-danger {
  color: #7f2c2c;
  background-color: #fddddd;
  border-color: #fccfcf;
}

.alert-danger hr {
  border-top-color: #fbb7b7;
}

.alert-danger .alert-link {
  color: #591f1f;
}

.alert-light {
  color: #6e6f73;
  background-color: #f6f7f8;
  border-color: #f3f4f5;
}

.alert-light hr {
  border-top-color: #e5e7e9;
}

.alert-light .alert-link {
  color: #555659;
}

.alert-dark {
  color: #2c3136;
  background-color: #dddfe1;
  border-color: #cfd2d4;
}

.alert-dark hr {
  border-top-color: #c2c5c8;
}

.alert-dark .alert-link {
  color: #15181a;
}

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white;
}

.alert-white hr {
  border-top-color: #f2f2f2;
}

.alert-white .alert-link {
  color: #6c6c6c;
}

.alert-yellow {
  color: #837201;
  background-color: #fef8cc;
  border-color: #fef5b8;
}

.alert-yellow hr {
  border-top-color: #fef19f;
}

.alert-yellow .alert-link {
  color: #504601;
}

.alert-dark-blue {
  color: #05182d;
  background-color: #ced5dd;
  border-color: #bac4d0;
}

.alert-dark-blue hr {
  border-top-color: #abb7c6;
}

.alert-dark-blue .alert-link {
  color: black;
}

.alert-dark-blue-alt {
  color: #021224;
  background-color: #cdd3da;
  border-color: #b9c1cb;
}

.alert-dark-blue-alt hr {
  border-top-color: #aab4c0;
}

.alert-dark-blue-alt .alert-link {
  color: black;
}

.alert-light-blue {
  color: #003960;
  background-color: #cce2f1;
  border-color: #b8d6eb;
}

.alert-light-blue hr {
  border-top-color: #a4cbe5;
}

.alert-light-blue .alert-link {
  color: #001b2d;
}

.alert-gray {
  color: #4c515d;
  background-color: #e9ebf0;
  border-color: #e0e3ea;
}

.alert-gray hr {
  border-top-color: #d1d5e0;
}

.alert-gray .alert-link {
  color: #353941;
}

.alert-dark-gray {
  color: #2c3136;
  background-color: #dddfe1;
  border-color: #cfd2d4;
}

.alert-dark-gray hr {
  border-top-color: #c2c5c8;
}

.alert-dark-gray .alert-link {
  color: #15181a;
}

@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: #D4D6DD;
  border-radius: 0.15rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #0A2E57;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 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: #555E67;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #555E67;
  text-decoration: none;
  background-color: #D4D6DD;
}

.list-group-item-action:active {
  color: #555E67;
  background-color: #D4D6DD;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.15rem;
  border-bottom-left-radius: 0.15rem;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #929CB3;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0A2E57;
  border-color: #0A2E57;
}

.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: #05182d;
  background-color: #bac4d0;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #05182d;
  background-color: #abb7c6;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #05182d;
  border-color: #05182d;
}

.list-group-item-secondary {
  color: #003960;
  background-color: #b8d6eb;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #003960;
  background-color: #a4cbe5;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #003960;
  border-color: #003960;
}

.list-group-item-success {
  color: #05182d;
  background-color: #bac4d0;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #05182d;
  background-color: #abb7c6;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #05182d;
  border-color: #05182d;
}

.list-group-item-info {
  color: #837201;
  background-color: #fef5b8;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #837201;
  background-color: #fef19f;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #837201;
  border-color: #837201;
}

.list-group-item-warning {
  color: #7f2c2c;
  background-color: #fccfcf;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #7f2c2c;
  background-color: #fbb7b7;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #7f2c2c;
  border-color: #7f2c2c;
}

.list-group-item-danger {
  color: #7f2c2c;
  background-color: #fccfcf;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7f2c2c;
  background-color: #fbb7b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7f2c2c;
  border-color: #7f2c2c;
}

.list-group-item-light {
  color: #6e6f73;
  background-color: #f3f4f5;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #6e6f73;
  background-color: #e5e7e9;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #6e6f73;
  border-color: #6e6f73;
}

.list-group-item-dark {
  color: #2c3136;
  background-color: #cfd2d4;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #2c3136;
  background-color: #c2c5c8;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #2c3136;
  border-color: #2c3136;
}

.list-group-item-white {
  color: #858585;
  background-color: white;
}

.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-yellow {
  color: #837201;
  background-color: #fef5b8;
}

.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
  color: #837201;
  background-color: #fef19f;
}

.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #837201;
  border-color: #837201;
}

.list-group-item-dark-blue {
  color: #05182d;
  background-color: #bac4d0;
}

.list-group-item-dark-blue.list-group-item-action:hover, .list-group-item-dark-blue.list-group-item-action:focus {
  color: #05182d;
  background-color: #abb7c6;
}

.list-group-item-dark-blue.list-group-item-action.active {
  color: #fff;
  background-color: #05182d;
  border-color: #05182d;
}

.list-group-item-dark-blue-alt {
  color: #021224;
  background-color: #b9c1cb;
}

.list-group-item-dark-blue-alt.list-group-item-action:hover, .list-group-item-dark-blue-alt.list-group-item-action:focus {
  color: #021224;
  background-color: #aab4c0;
}

.list-group-item-dark-blue-alt.list-group-item-action.active {
  color: #fff;
  background-color: #021224;
  border-color: #021224;
}

.list-group-item-light-blue {
  color: #003960;
  background-color: #b8d6eb;
}

.list-group-item-light-blue.list-group-item-action:hover, .list-group-item-light-blue.list-group-item-action:focus {
  color: #003960;
  background-color: #a4cbe5;
}

.list-group-item-light-blue.list-group-item-action.active {
  color: #fff;
  background-color: #003960;
  border-color: #003960;
}

.list-group-item-gray {
  color: #4c515d;
  background-color: #e0e3ea;
}

.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
  color: #4c515d;
  background-color: #d1d5e0;
}

.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: #4c515d;
  border-color: #4c515d;
}

.list-group-item-dark-gray {
  color: #2c3136;
  background-color: #cfd2d4;
}

.list-group-item-dark-gray.list-group-item-action:hover, .list-group-item-dark-gray.list-group-item-action:focus {
  color: #2c3136;
  background-color: #c2c5c8;
}

.list-group-item-dark-gray.list-group-item-action.active {
  color: #fff;
  background-color: #2c3136;
  border-color: #2c3136;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #D4D6DD;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem 1rem -1rem 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 #D4D6DD;
}

.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: 520px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 1070px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: poynter-gothic-text, sans-serif, sans-serif;
  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;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.15rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: poynter-gothic-text, sans-serif, sans-serif;
  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: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 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(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.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(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.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(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.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 #f7f7f7;
}

.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(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  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: #555E67;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease-in-out;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #0A2E57 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #051629 !important;
}

.bg-secondary {
  background-color: #286DAF !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #005085 !important;
}

.bg-success {
  background-color: #0A2E57 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #051629 !important;
}

.bg-info {
  background-color: #DCA70F !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #c9af01 !important;
}

.bg-warning {
  background-color: #F55555 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f22525 !important;
}

.bg-danger {
  background-color: #F55555 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #f22525 !important;
}

.bg-light {
  background-color: #D4D6DD !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #b8bbc6 !important;
}

.bg-dark {
  background-color: #555E67 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #3e454b !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-yellow {
  background-color: #DCA70F !important;
}

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #c9af01 !important;
}

.bg-dark-blue {
  background-color: #0A2E57 !important;
}

a.bg-dark-blue:hover, a.bg-dark-blue:focus,
button.bg-dark-blue:hover,
button.bg-dark-blue:focus {
  background-color: #051629 !important;
}

.bg-dark-blue-alt {
  background-color: #042345 !important;
}

a.bg-dark-blue-alt:hover, a.bg-dark-blue-alt:focus,
button.bg-dark-blue-alt:hover,
button.bg-dark-blue-alt:focus {
  background-color: #010b15 !important;
}

.bg-light-blue {
  background-color: #286DAF !important;
}

a.bg-light-blue:hover, a.bg-light-blue:focus,
button.bg-light-blue:hover,
button.bg-light-blue:focus {
  background-color: #005085 !important;
}

.bg-gray {
  background-color: #929CB3 !important;
}

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #74819e !important;
}

.bg-dark-gray {
  background-color: #555E67 !important;
}

a.bg-dark-gray:hover, a.bg-dark-gray:focus,
button.bg-dark-gray:hover,
button.bg-dark-gray:focus {
  background-color: #3e454b !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #D4D6DD !important;
}

.border-top {
  border-top: 1px solid #D4D6DD !important;
}

.border-right {
  border-right: 1px solid #D4D6DD !important;
}

.border-bottom {
  border-bottom: 1px solid #D4D6DD !important;
}

.border-left {
  border-left: 1px solid #D4D6DD !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: #0A2E57 !important;
}

.border-secondary {
  border-color: #286DAF !important;
}

.border-success {
  border-color: #0A2E57 !important;
}

.border-info {
  border-color: #DCA70F !important;
}

.border-warning {
  border-color: #F55555 !important;
}

.border-danger {
  border-color: #F55555 !important;
}

.border-light {
  border-color: #D4D6DD !important;
}

.border-dark {
  border-color: #555E67 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-yellow {
  border-color: #DCA70F !important;
}

.border-dark-blue {
  border-color: #0A2E57 !important;
}

.border-dark-blue-alt {
  border-color: #042345 !important;
}

.border-light-blue {
  border-color: #286DAF !important;
}

.border-gray {
  border-color: #929CB3 !important;
}

.border-dark-gray {
  border-color: #555E67 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.15rem !important;
}

.rounded-top {
  border-top-left-radius: 0.15rem !important;
  border-top-right-radius: 0.15rem !important;
}

.rounded-right {
  border-top-right-radius: 0.15rem !important;
  border-bottom-right-radius: 0.15rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.15rem !important;
  border-bottom-left-radius: 0.15rem !important;
}

.rounded-left {
  border-top-left-radius: 0.15rem !important;
  border-bottom-left-radius: 0.15rem !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: 320px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 520px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1070px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1640px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.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: 320px) {
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 520px) {
  .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;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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: 1070px) {
  .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;
  }
  .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;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1640px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 320px) {
  .float-xs-left {
    float: left !important;
  }
  .float-xs-right {
    float: right !important;
  }
  .float-xs-none {
    float: none !important;
  }
}

@media (min-width: 520px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 1070px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1640px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.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-eighth {
  margin: 1.125rem !important;
}

.mt-eighth,
.my-eighth {
  margin-top: 1.125rem !important;
}

.mr-eighth,
.mx-eighth {
  margin-right: 1.125rem !important;
}

.mb-eighth,
.my-eighth {
  margin-bottom: 1.125rem !important;
}

.ml-eighth,
.mx-eighth {
  margin-left: 1.125rem !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-2x {
  margin: 5.625rem !important;
}

.mt-2x,
.my-2x {
  margin-top: 5.625rem !important;
}

.mr-2x,
.mx-2x {
  margin-right: 5.625rem !important;
}

.mb-2x,
.my-2x {
  margin-bottom: 5.625rem !important;
}

.ml-2x,
.mx-2x {
  margin-left: 5.625rem !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;
}

.m-6 {
  margin: 5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

.m-7x {
  margin: 7.5rem !important;
}

.mt-7x,
.my-7x {
  margin-top: 7.5rem !important;
}

.mr-7x,
.mx-7x {
  margin-right: 7.5rem !important;
}

.mb-7x,
.my-7x {
  margin-bottom: 7.5rem !important;
}

.ml-7x,
.mx-7x {
  margin-left: 7.5rem !important;
}

.m-8 {
  margin: 9rem !important;
}

.mt-8,
.my-8 {
  margin-top: 9rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 9rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 9rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 9rem !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-eighth {
  padding: 1.125rem !important;
}

.pt-eighth,
.py-eighth {
  padding-top: 1.125rem !important;
}

.pr-eighth,
.px-eighth {
  padding-right: 1.125rem !important;
}

.pb-eighth,
.py-eighth {
  padding-bottom: 1.125rem !important;
}

.pl-eighth,
.px-eighth {
  padding-left: 1.125rem !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-2x {
  padding: 5.625rem !important;
}

.pt-2x,
.py-2x {
  padding-top: 5.625rem !important;
}

.pr-2x,
.px-2x {
  padding-right: 5.625rem !important;
}

.pb-2x,
.py-2x {
  padding-bottom: 5.625rem !important;
}

.pl-2x,
.px-2x {
  padding-left: 5.625rem !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;
}

.p-6 {
  padding: 5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

.p-7x {
  padding: 7.5rem !important;
}

.pt-7x,
.py-7x {
  padding-top: 7.5rem !important;
}

.pr-7x,
.px-7x {
  padding-right: 7.5rem !important;
}

.pb-7x,
.py-7x {
  padding-bottom: 7.5rem !important;
}

.pl-7x,
.px-7x {
  padding-left: 7.5rem !important;
}

.p-8 {
  padding: 9rem !important;
}

.pt-8,
.py-8 {
  padding-top: 9rem !important;
}

.pr-8,
.px-8 {
  padding-right: 9rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 9rem !important;
}

.pl-8,
.px-8 {
  padding-left: 9rem !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: 320px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-eighth {
    margin: 1.125rem !important;
  }
  .mt-xs-eighth,
  .my-xs-eighth {
    margin-top: 1.125rem !important;
  }
  .mr-xs-eighth,
  .mx-xs-eighth {
    margin-right: 1.125rem !important;
  }
  .mb-xs-eighth,
  .my-xs-eighth {
    margin-bottom: 1.125rem !important;
  }
  .ml-xs-eighth,
  .mx-xs-eighth {
    margin-left: 1.125rem !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important;
  }
  .m-xs-2x {
    margin: 5.625rem !important;
  }
  .mt-xs-2x,
  .my-xs-2x {
    margin-top: 5.625rem !important;
  }
  .mr-xs-2x,
  .mx-xs-2x {
    margin-right: 5.625rem !important;
  }
  .mb-xs-2x,
  .my-xs-2x {
    margin-bottom: 5.625rem !important;
  }
  .ml-xs-2x,
  .mx-xs-2x {
    margin-left: 5.625rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important;
  }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important;
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important;
  }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important;
  }
  .m-xs-6 {
    margin: 5rem !important;
  }
  .mt-xs-6,
  .my-xs-6 {
    margin-top: 5rem !important;
  }
  .mr-xs-6,
  .mx-xs-6 {
    margin-right: 5rem !important;
  }
  .mb-xs-6,
  .my-xs-6 {
    margin-bottom: 5rem !important;
  }
  .ml-xs-6,
  .mx-xs-6 {
    margin-left: 5rem !important;
  }
  .m-xs-7 {
    margin: 6rem !important;
  }
  .mt-xs-7,
  .my-xs-7 {
    margin-top: 6rem !important;
  }
  .mr-xs-7,
  .mx-xs-7 {
    margin-right: 6rem !important;
  }
  .mb-xs-7,
  .my-xs-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xs-7,
  .mx-xs-7 {
    margin-left: 6rem !important;
  }
  .m-xs-7x {
    margin: 7.5rem !important;
  }
  .mt-xs-7x,
  .my-xs-7x {
    margin-top: 7.5rem !important;
  }
  .mr-xs-7x,
  .mx-xs-7x {
    margin-right: 7.5rem !important;
  }
  .mb-xs-7x,
  .my-xs-7x {
    margin-bottom: 7.5rem !important;
  }
  .ml-xs-7x,
  .mx-xs-7x {
    margin-left: 7.5rem !important;
  }
  .m-xs-8 {
    margin: 9rem !important;
  }
  .mt-xs-8,
  .my-xs-8 {
    margin-top: 9rem !important;
  }
  .mr-xs-8,
  .mx-xs-8 {
    margin-right: 9rem !important;
  }
  .mb-xs-8,
  .my-xs-8 {
    margin-bottom: 9rem !important;
  }
  .ml-xs-8,
  .mx-xs-8 {
    margin-left: 9rem !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-eighth {
    padding: 1.125rem !important;
  }
  .pt-xs-eighth,
  .py-xs-eighth {
    padding-top: 1.125rem !important;
  }
  .pr-xs-eighth,
  .px-xs-eighth {
    padding-right: 1.125rem !important;
  }
  .pb-xs-eighth,
  .py-xs-eighth {
    padding-bottom: 1.125rem !important;
  }
  .pl-xs-eighth,
  .px-xs-eighth {
    padding-left: 1.125rem !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important;
  }
  .p-xs-2x {
    padding: 5.625rem !important;
  }
  .pt-xs-2x,
  .py-xs-2x {
    padding-top: 5.625rem !important;
  }
  .pr-xs-2x,
  .px-xs-2x {
    padding-right: 5.625rem !important;
  }
  .pb-xs-2x,
  .py-xs-2x {
    padding-bottom: 5.625rem !important;
  }
  .pl-xs-2x,
  .px-xs-2x {
    padding-left: 5.625rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important;
  }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important;
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important;
  }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important;
  }
  .p-xs-6 {
    padding: 5rem !important;
  }
  .pt-xs-6,
  .py-xs-6 {
    padding-top: 5rem !important;
  }
  .pr-xs-6,
  .px-xs-6 {
    padding-right: 5rem !important;
  }
  .pb-xs-6,
  .py-xs-6 {
    padding-bottom: 5rem !important;
  }
  .pl-xs-6,
  .px-xs-6 {
    padding-left: 5rem !important;
  }
  .p-xs-7 {
    padding: 6rem !important;
  }
  .pt-xs-7,
  .py-xs-7 {
    padding-top: 6rem !important;
  }
  .pr-xs-7,
  .px-xs-7 {
    padding-right: 6rem !important;
  }
  .pb-xs-7,
  .py-xs-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xs-7,
  .px-xs-7 {
    padding-left: 6rem !important;
  }
  .p-xs-7x {
    padding: 7.5rem !important;
  }
  .pt-xs-7x,
  .py-xs-7x {
    padding-top: 7.5rem !important;
  }
  .pr-xs-7x,
  .px-xs-7x {
    padding-right: 7.5rem !important;
  }
  .pb-xs-7x,
  .py-xs-7x {
    padding-bottom: 7.5rem !important;
  }
  .pl-xs-7x,
  .px-xs-7x {
    padding-left: 7.5rem !important;
  }
  .p-xs-8 {
    padding: 9rem !important;
  }
  .pt-xs-8,
  .py-xs-8 {
    padding-top: 9rem !important;
  }
  .pr-xs-8,
  .px-xs-8 {
    padding-right: 9rem !important;
  }
  .pb-xs-8,
  .py-xs-8 {
    padding-bottom: 9rem !important;
  }
  .pl-xs-8,
  .px-xs-8 {
    padding-left: 9rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 520px) {
  .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-eighth {
    margin: 1.125rem !important;
  }
  .mt-sm-eighth,
  .my-sm-eighth {
    margin-top: 1.125rem !important;
  }
  .mr-sm-eighth,
  .mx-sm-eighth {
    margin-right: 1.125rem !important;
  }
  .mb-sm-eighth,
  .my-sm-eighth {
    margin-bottom: 1.125rem !important;
  }
  .ml-sm-eighth,
  .mx-sm-eighth {
    margin-left: 1.125rem !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-2x {
    margin: 5.625rem !important;
  }
  .mt-sm-2x,
  .my-sm-2x {
    margin-top: 5.625rem !important;
  }
  .mr-sm-2x,
  .mx-sm-2x {
    margin-right: 5.625rem !important;
  }
  .mb-sm-2x,
  .my-sm-2x {
    margin-bottom: 5.625rem !important;
  }
  .ml-sm-2x,
  .mx-sm-2x {
    margin-left: 5.625rem !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;
  }
  .m-sm-6 {
    margin: 5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 5rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important;
  }
  .m-sm-7x {
    margin: 7.5rem !important;
  }
  .mt-sm-7x,
  .my-sm-7x {
    margin-top: 7.5rem !important;
  }
  .mr-sm-7x,
  .mx-sm-7x {
    margin-right: 7.5rem !important;
  }
  .mb-sm-7x,
  .my-sm-7x {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-7x,
  .mx-sm-7x {
    margin-left: 7.5rem !important;
  }
  .m-sm-8 {
    margin: 9rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 9rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 9rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 9rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 9rem !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-eighth {
    padding: 1.125rem !important;
  }
  .pt-sm-eighth,
  .py-sm-eighth {
    padding-top: 1.125rem !important;
  }
  .pr-sm-eighth,
  .px-sm-eighth {
    padding-right: 1.125rem !important;
  }
  .pb-sm-eighth,
  .py-sm-eighth {
    padding-bottom: 1.125rem !important;
  }
  .pl-sm-eighth,
  .px-sm-eighth {
    padding-left: 1.125rem !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-2x {
    padding: 5.625rem !important;
  }
  .pt-sm-2x,
  .py-sm-2x {
    padding-top: 5.625rem !important;
  }
  .pr-sm-2x,
  .px-sm-2x {
    padding-right: 5.625rem !important;
  }
  .pb-sm-2x,
  .py-sm-2x {
    padding-bottom: 5.625rem !important;
  }
  .pl-sm-2x,
  .px-sm-2x {
    padding-left: 5.625rem !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;
  }
  .p-sm-6 {
    padding: 5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important;
  }
  .p-sm-7x {
    padding: 7.5rem !important;
  }
  .pt-sm-7x,
  .py-sm-7x {
    padding-top: 7.5rem !important;
  }
  .pr-sm-7x,
  .px-sm-7x {
    padding-right: 7.5rem !important;
  }
  .pb-sm-7x,
  .py-sm-7x {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-7x,
  .px-sm-7x {
    padding-left: 7.5rem !important;
  }
  .p-sm-8 {
    padding: 9rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 9rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 9rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 9rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-eighth {
    margin: 1.125rem !important;
  }
  .mt-md-eighth,
  .my-md-eighth {
    margin-top: 1.125rem !important;
  }
  .mr-md-eighth,
  .mx-md-eighth {
    margin-right: 1.125rem !important;
  }
  .mb-md-eighth,
  .my-md-eighth {
    margin-bottom: 1.125rem !important;
  }
  .ml-md-eighth,
  .mx-md-eighth {
    margin-left: 1.125rem !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-2x {
    margin: 5.625rem !important;
  }
  .mt-md-2x,
  .my-md-2x {
    margin-top: 5.625rem !important;
  }
  .mr-md-2x,
  .mx-md-2x {
    margin-right: 5.625rem !important;
  }
  .mb-md-2x,
  .my-md-2x {
    margin-bottom: 5.625rem !important;
  }
  .ml-md-2x,
  .mx-md-2x {
    margin-left: 5.625rem !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;
  }
  .m-md-6 {
    margin: 5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }
  .m-md-7x {
    margin: 7.5rem !important;
  }
  .mt-md-7x,
  .my-md-7x {
    margin-top: 7.5rem !important;
  }
  .mr-md-7x,
  .mx-md-7x {
    margin-right: 7.5rem !important;
  }
  .mb-md-7x,
  .my-md-7x {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-7x,
  .mx-md-7x {
    margin-left: 7.5rem !important;
  }
  .m-md-8 {
    margin: 9rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 9rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 9rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 9rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 9rem !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-eighth {
    padding: 1.125rem !important;
  }
  .pt-md-eighth,
  .py-md-eighth {
    padding-top: 1.125rem !important;
  }
  .pr-md-eighth,
  .px-md-eighth {
    padding-right: 1.125rem !important;
  }
  .pb-md-eighth,
  .py-md-eighth {
    padding-bottom: 1.125rem !important;
  }
  .pl-md-eighth,
  .px-md-eighth {
    padding-left: 1.125rem !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-2x {
    padding: 5.625rem !important;
  }
  .pt-md-2x,
  .py-md-2x {
    padding-top: 5.625rem !important;
  }
  .pr-md-2x,
  .px-md-2x {
    padding-right: 5.625rem !important;
  }
  .pb-md-2x,
  .py-md-2x {
    padding-bottom: 5.625rem !important;
  }
  .pl-md-2x,
  .px-md-2x {
    padding-left: 5.625rem !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;
  }
  .p-md-6 {
    padding: 5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }
  .p-md-7x {
    padding: 7.5rem !important;
  }
  .pt-md-7x,
  .py-md-7x {
    padding-top: 7.5rem !important;
  }
  .pr-md-7x,
  .px-md-7x {
    padding-right: 7.5rem !important;
  }
  .pb-md-7x,
  .py-md-7x {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-7x,
  .px-md-7x {
    padding-left: 7.5rem !important;
  }
  .p-md-8 {
    padding: 9rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 9rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 9rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 9rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 9rem !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: 1070px) {
  .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-eighth {
    margin: 1.125rem !important;
  }
  .mt-lg-eighth,
  .my-lg-eighth {
    margin-top: 1.125rem !important;
  }
  .mr-lg-eighth,
  .mx-lg-eighth {
    margin-right: 1.125rem !important;
  }
  .mb-lg-eighth,
  .my-lg-eighth {
    margin-bottom: 1.125rem !important;
  }
  .ml-lg-eighth,
  .mx-lg-eighth {
    margin-left: 1.125rem !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-2x {
    margin: 5.625rem !important;
  }
  .mt-lg-2x,
  .my-lg-2x {
    margin-top: 5.625rem !important;
  }
  .mr-lg-2x,
  .mx-lg-2x {
    margin-right: 5.625rem !important;
  }
  .mb-lg-2x,
  .my-lg-2x {
    margin-bottom: 5.625rem !important;
  }
  .ml-lg-2x,
  .mx-lg-2x {
    margin-left: 5.625rem !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;
  }
  .m-lg-6 {
    margin: 5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important;
  }
  .m-lg-7x {
    margin: 7.5rem !important;
  }
  .mt-lg-7x,
  .my-lg-7x {
    margin-top: 7.5rem !important;
  }
  .mr-lg-7x,
  .mx-lg-7x {
    margin-right: 7.5rem !important;
  }
  .mb-lg-7x,
  .my-lg-7x {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-7x,
  .mx-lg-7x {
    margin-left: 7.5rem !important;
  }
  .m-lg-8 {
    margin: 9rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 9rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 9rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 9rem !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-eighth {
    padding: 1.125rem !important;
  }
  .pt-lg-eighth,
  .py-lg-eighth {
    padding-top: 1.125rem !important;
  }
  .pr-lg-eighth,
  .px-lg-eighth {
    padding-right: 1.125rem !important;
  }
  .pb-lg-eighth,
  .py-lg-eighth {
    padding-bottom: 1.125rem !important;
  }
  .pl-lg-eighth,
  .px-lg-eighth {
    padding-left: 1.125rem !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-2x {
    padding: 5.625rem !important;
  }
  .pt-lg-2x,
  .py-lg-2x {
    padding-top: 5.625rem !important;
  }
  .pr-lg-2x,
  .px-lg-2x {
    padding-right: 5.625rem !important;
  }
  .pb-lg-2x,
  .py-lg-2x {
    padding-bottom: 5.625rem !important;
  }
  .pl-lg-2x,
  .px-lg-2x {
    padding-left: 5.625rem !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;
  }
  .p-lg-6 {
    padding: 5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important;
  }
  .p-lg-7x {
    padding: 7.5rem !important;
  }
  .pt-lg-7x,
  .py-lg-7x {
    padding-top: 7.5rem !important;
  }
  .pr-lg-7x,
  .px-lg-7x {
    padding-right: 7.5rem !important;
  }
  .pb-lg-7x,
  .py-lg-7x {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-7x,
  .px-lg-7x {
    padding-left: 7.5rem !important;
  }
  .p-lg-8 {
    padding: 9rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 9rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 9rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 9rem !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-eighth {
    margin: 1.125rem !important;
  }
  .mt-xl-eighth,
  .my-xl-eighth {
    margin-top: 1.125rem !important;
  }
  .mr-xl-eighth,
  .mx-xl-eighth {
    margin-right: 1.125rem !important;
  }
  .mb-xl-eighth,
  .my-xl-eighth {
    margin-bottom: 1.125rem !important;
  }
  .ml-xl-eighth,
  .mx-xl-eighth {
    margin-left: 1.125rem !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-2x {
    margin: 5.625rem !important;
  }
  .mt-xl-2x,
  .my-xl-2x {
    margin-top: 5.625rem !important;
  }
  .mr-xl-2x,
  .mx-xl-2x {
    margin-right: 5.625rem !important;
  }
  .mb-xl-2x,
  .my-xl-2x {
    margin-bottom: 5.625rem !important;
  }
  .ml-xl-2x,
  .mx-xl-2x {
    margin-left: 5.625rem !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;
  }
  .m-xl-6 {
    margin: 5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 5rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important;
  }
  .m-xl-7x {
    margin: 7.5rem !important;
  }
  .mt-xl-7x,
  .my-xl-7x {
    margin-top: 7.5rem !important;
  }
  .mr-xl-7x,
  .mx-xl-7x {
    margin-right: 7.5rem !important;
  }
  .mb-xl-7x,
  .my-xl-7x {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-7x,
  .mx-xl-7x {
    margin-left: 7.5rem !important;
  }
  .m-xl-8 {
    margin: 9rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 9rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 9rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 9rem !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-eighth {
    padding: 1.125rem !important;
  }
  .pt-xl-eighth,
  .py-xl-eighth {
    padding-top: 1.125rem !important;
  }
  .pr-xl-eighth,
  .px-xl-eighth {
    padding-right: 1.125rem !important;
  }
  .pb-xl-eighth,
  .py-xl-eighth {
    padding-bottom: 1.125rem !important;
  }
  .pl-xl-eighth,
  .px-xl-eighth {
    padding-left: 1.125rem !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-2x {
    padding: 5.625rem !important;
  }
  .pt-xl-2x,
  .py-xl-2x {
    padding-top: 5.625rem !important;
  }
  .pr-xl-2x,
  .px-xl-2x {
    padding-right: 5.625rem !important;
  }
  .pb-xl-2x,
  .py-xl-2x {
    padding-bottom: 5.625rem !important;
  }
  .pl-xl-2x,
  .px-xl-2x {
    padding-left: 5.625rem !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;
  }
  .p-xl-6 {
    padding: 5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important;
  }
  .p-xl-7x {
    padding: 7.5rem !important;
  }
  .pt-xl-7x,
  .py-xl-7x {
    padding-top: 7.5rem !important;
  }
  .pr-xl-7x,
  .px-xl-7x {
    padding-right: 7.5rem !important;
  }
  .pb-xl-7x,
  .py-xl-7x {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-7x,
  .px-xl-7x {
    padding-left: 7.5rem !important;
  }
  .p-xl-8 {
    padding: 9rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 9rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 9rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 9rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1640px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-eighth {
    margin: 1.125rem !important;
  }
  .mt-xxl-eighth,
  .my-xxl-eighth {
    margin-top: 1.125rem !important;
  }
  .mr-xxl-eighth,
  .mx-xxl-eighth {
    margin-right: 1.125rem !important;
  }
  .mb-xxl-eighth,
  .my-xxl-eighth {
    margin-bottom: 1.125rem !important;
  }
  .ml-xxl-eighth,
  .mx-xxl-eighth {
    margin-left: 1.125rem !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-2x {
    margin: 5.625rem !important;
  }
  .mt-xxl-2x,
  .my-xxl-2x {
    margin-top: 5.625rem !important;
  }
  .mr-xxl-2x,
  .mx-xxl-2x {
    margin-right: 5.625rem !important;
  }
  .mb-xxl-2x,
  .my-xxl-2x {
    margin-bottom: 5.625rem !important;
  }
  .ml-xxl-2x,
  .mx-xxl-2x {
    margin-left: 5.625rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .m-xxl-6 {
    margin: 5rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 5rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 5rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 5rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 5rem !important;
  }
  .m-xxl-7 {
    margin: 6rem !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 6rem !important;
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 6rem !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 6rem !important;
  }
  .m-xxl-7x {
    margin: 7.5rem !important;
  }
  .mt-xxl-7x,
  .my-xxl-7x {
    margin-top: 7.5rem !important;
  }
  .mr-xxl-7x,
  .mx-xxl-7x {
    margin-right: 7.5rem !important;
  }
  .mb-xxl-7x,
  .my-xxl-7x {
    margin-bottom: 7.5rem !important;
  }
  .ml-xxl-7x,
  .mx-xxl-7x {
    margin-left: 7.5rem !important;
  }
  .m-xxl-8 {
    margin: 9rem !important;
  }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 9rem !important;
  }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 9rem !important;
  }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 9rem !important;
  }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 9rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-eighth {
    padding: 1.125rem !important;
  }
  .pt-xxl-eighth,
  .py-xxl-eighth {
    padding-top: 1.125rem !important;
  }
  .pr-xxl-eighth,
  .px-xxl-eighth {
    padding-right: 1.125rem !important;
  }
  .pb-xxl-eighth,
  .py-xxl-eighth {
    padding-bottom: 1.125rem !important;
  }
  .pl-xxl-eighth,
  .px-xxl-eighth {
    padding-left: 1.125rem !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-2x {
    padding: 5.625rem !important;
  }
  .pt-xxl-2x,
  .py-xxl-2x {
    padding-top: 5.625rem !important;
  }
  .pr-xxl-2x,
  .px-xxl-2x {
    padding-right: 5.625rem !important;
  }
  .pb-xxl-2x,
  .py-xxl-2x {
    padding-bottom: 5.625rem !important;
  }
  .pl-xxl-2x,
  .px-xxl-2x {
    padding-left: 5.625rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .p-xxl-6 {
    padding: 5rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 5rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 5rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 5rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 5rem !important;
  }
  .p-xxl-7 {
    padding: 6rem !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 6rem !important;
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 6rem !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 6rem !important;
  }
  .p-xxl-7x {
    padding: 7.5rem !important;
  }
  .pt-xxl-7x,
  .py-xxl-7x {
    padding-top: 7.5rem !important;
  }
  .pr-xxl-7x,
  .px-xxl-7x {
    padding-right: 7.5rem !important;
  }
  .pb-xxl-7x,
  .py-xxl-7x {
    padding-bottom: 7.5rem !important;
  }
  .pl-xxl-7x,
  .px-xxl-7x {
    padding-left: 7.5rem !important;
  }
  .p-xxl-8 {
    padding: 9rem !important;
  }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 9rem !important;
  }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 9rem !important;
  }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 9rem !important;
  }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 9rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

.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: 320px) {
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}

@media (min-width: 520px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1070px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1640px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #0A2E57 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #051629 !important;
}

.text-secondary {
  color: #286DAF !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #005085 !important;
}

.text-success {
  color: #0A2E57 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #051629 !important;
}

.text-info {
  color: #DCA70F !important;
}

a.text-info:hover, a.text-info:focus {
  color: #c9af01 !important;
}

.text-warning {
  color: #F55555 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #f22525 !important;
}

.text-danger {
  color: #F55555 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #f22525 !important;
}

.text-light {
  color: #D4D6DD !important;
}

a.text-light:hover, a.text-light:focus {
  color: #b8bbc6 !important;
}

.text-dark {
  color: #555E67 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #3e454b !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover, a.text-white:focus {
  color: #e6e6e6 !important;
}

.text-yellow {
  color: #DCA70F !important;
}

a.text-yellow:hover, a.text-yellow:focus {
  color: #c9af01 !important;
}

.text-dark-blue {
  color: #0A2E57 !important;
}

a.text-dark-blue:hover, a.text-dark-blue:focus {
  color: #051629 !important;
}

.text-dark-blue-alt {
  color: #042345 !important;
}

a.text-dark-blue-alt:hover, a.text-dark-blue-alt:focus {
  color: #010b15 !important;
}

.text-light-blue {
  color: #286DAF !important;
}

a.text-light-blue:hover, a.text-light-blue:focus {
  color: #005085 !important;
}

.text-gray {
  color: #929CB3 !important;
}

a.text-gray:hover, a.text-gray:focus {
  color: #74819e !important;
}

.text-dark-gray {
  color: #555E67 !important;
}

a.text-dark-gray:hover, a.text-dark-gray:focus {
  color: #3e454b !important;
}

.text-muted {
  color: #929CB3 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 1070px !important;
  }
  .container {
    min-width: 1070px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/* Vendor Libraries */
/* Include files recursively... */
/*-------------------------------------------------------*
    VENDOR:

    All third-party libraries
    (e.g. font-awesome and shit..)

/*-------------------------------------------------------*/
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: .6;
}

.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/*-------------------------------------------------------*
    ALL VENDOR STYLES GET IMPORTED HERE

/*-------------------------------------------------------*/
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -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 {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.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-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-pause-circle:before {
  content: "\f28b";
}

/*-------------------------------------------------------*
    ALL VENDOR STYLES GET IMPORTED HERE

/*-------------------------------------------------------*/
@font-face {
  /*font-family: 'Material Icons';*/
  /*font-style: normal;*/
  /*font-weight: 400;*/
  /*src: url(./vendor/material-icons/MaterialIcons-Regular.eot);*/
  /* For IE6-8 */
  /*src: local("Material Icons"), local("MaterialIcons-Regular"), url(./vendor/material-icons/MaterialIcons-Regular.woff2) format("woff2"), url(./vendor/material-icons/MaterialIcons-Regular.woff) format("woff"), url(./vendor/material-icons/MaterialIcons-Regular.ttf) format("truetype");*/
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/* Include files recursively... */
/* Custom mixins */
section.breadcrumbs {
  padding: 0;
}

/* Custom button styles */
.btn {
  border-radius: 0px;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  letter-spacing: -0.5px;
  padding: 1rem 2.59375rem;
  font-family: poynter-gothic-text, sans-serif, sans-serif;
  text-decoration: none;
}

.btn + .btn {
  margin-left: 18px;
}

@media (max-width: 1199.98px) {
  .btn + .btn {
    margin-top: 1rem;
    margin-left: 0;
  }
}

.btn.btn-primary:hover:before, .btn.btn-primary:focus:before, .btn.btn-primary:active:before {
  color: #0A2E57;
}

.btn.btn-primary.no-hover:hover {
  color: #fff !important;
  border-color: #0A2E57;
  text-decoration: none;
}

.btn.btn-yellow:hover, .btn.btn-yellow:focus, .btn.btn-yellow:active {
  background-color: #fff;
  border-color: #fff;
  color: #0A2E57;
}

.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
  border-color: #0A2E57;
}

.btn.btn-light-blue, .btn.btn-secondary {
  color: #fff !important;
}

.btn.btn-light-blue:hover, .btn.btn-light-blue:focus, .btn.btn-light-blue:active, .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  border-color: #fff;
  background-color: #fff;
  color: #286DAF !important;
}

.btn i.material-icons.left {
  margin-right: 8px;
}

.btn i.material-icons.right {
  margin-left: 8px;
}

.column .btn.btn-primary:hover, .column .btn.btn-primary:focus, .column .btn.btn-primary:active {
  border-color: #0A2E57;
}

.column .btn.btn-yellow:hover, .column .btn.btn-yellow:focus, .column .btn.btn-yellow:active {
  border-color: #DCA70F;
}

.column .btn.btn-white:hover, .column .btn.btn-white:focus, .column .btn.btn-white:active {
  border-color: #0A2E57;
}

.column .btn.btn-light-blue:hover, .column .btn.btn-light-blue:focus, .column .btn.btn-light-blue:active {
  border-color: #286DAF;
}

.column .btn.btn-secondary:hover, .column .btn.btn-secondary:focus, .column .btn.btn-secondary:active {
  border-color: #286DAF;
}

.btn-link:link, .additional-info-carousel .posts a.read-more a.read-more:link, .instagram-feed .posts a.read-more a.read-more:link, .news-events-widget .news a.read-more:link, section.news-feed .event.standard a.read-more:link, section.news-feed .event.no-image a.read-more:link, section.news-feed .event.featured-video a.read-more:link, .news-related .news a.read-more a.read-more:link, .sidebar-instagram a.read-more:link, .sidebar-news a.read-more:link, .sidebar-video a.read-more:link, .btn-link:visited, .additional-info-carousel .posts a.read-more a.read-more:visited, .instagram-feed .posts a.read-more a.read-more:visited, .news-events-widget .news a.read-more:visited, section.news-feed .event.standard a.read-more:visited, section.news-feed .event.no-image a.read-more:visited, section.news-feed .event.featured-video a.read-more:visited, .news-related .news a.read-more a.read-more:visited, .sidebar-instagram a.read-more:visited, .sidebar-news a.read-more:visited, .sidebar-video a.read-more:visited, section.event-listing .inner a.read-more {
  display: inline;
  color: #286DAF;
  font-weight: bold;
  font-size: 1rem;
  font-family: poynter-gothic-text, sans-serif, sans-serif;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px #286DAF solid;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  transition: all, 0.25s;
  text-decoration: none;
}

.btn-link:hover, .additional-info-carousel .posts a.read-more a.read-more:hover, .instagram-feed .posts a.read-more a.read-more:hover, .news-events-widget .news a.read-more:hover, section.news-feed .event.standard a.read-more:hover, section.news-feed .event.no-image a.read-more:hover, section.news-feed .event.featured-video a.read-more:hover, .news-related .news a.read-more a.read-more:hover, .sidebar-instagram a.read-more:hover, .sidebar-news a.read-more:hover, .sidebar-video a.read-more:hover, .btn-link:focus, .additional-info-carousel .posts a.read-more a.read-more:focus, .instagram-feed .posts a.read-more a.read-more:focus, .news-events-widget .news a.read-more:focus, section.news-feed .event.standard a.read-more:focus, section.news-feed .event.no-image a.read-more:focus, section.news-feed .event.featured-video a.read-more:focus, .news-related .news a.read-more a.read-more:focus, .sidebar-instagram a.read-more:focus, .sidebar-news a.read-more:focus, .sidebar-video a.read-more:focus, section.event-listing .inner a.read-more:hover, section.event-listing .inner a.read-more:focus {
  font-weight: bold;
  text-decoration: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px transparent solid;
  box-shadow: none;
  transition: all, 0.25s;
}

.two-column-content .column .ctas.text .cta a, .multi-column-content.card .container.columns .column .content .inner .ctas.text a, .additional-info-carousel .btn-link.read-more {
    transition: none;
}

.btn-tiny {
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.btn-tiny + .btn-tiny {
  margin-left: 0.5rem;
}

@media (max-width: 1199.98px) {
  .btn-tiny {
    display: inline-block;
  }
  .btn-tiny + .btn-tiny {
    margin-top: 0;
  }
}

.btn-full {
  display: block;
  width: 100%;
  border-radius: 0 0 5px 5px;
  text-transform: none;
}

div.btn:hover, div.btn:focus, div.btn:active {
  cursor: unset !important;
  background-color: #0A2E57 !important;
  color: #fff !important;
}

.column {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .column {
    height: auto;
    margin-bottom: 1rem;
  }
}

.column > .row {
  height: 100%;
}

.column > .row > div {
  display: flex;
  flex-direction: column;
}

.column > .row > div .inner {
  padding: 0 0 0 2rem;
}

@media (max-width: 1199.98px) {
  .column > .row > div .inner {
    padding: 2rem 0;
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .column > .row > div .inner {
    padding: 2rem;
    margin: 0;
  }
}
.multi-column-content .column .content{
    display:block !important;
}
.column .content {
  display: flex;
  flex-direction: column;
}

.column .inner {
  padding-left: 46px;
  padding-right: 46px;
  margin: 15px 0;
}

.column .inner h2, .column .inner h3 {
  color: #0A2E57;
}

.column .inner p:before {
  display: none;
}

.column .inner p.eyebrow {
  color: #0A2E57;
  font-family: poynter-gothic-text, sans-serif, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0.8125rem;
  letter-spacing: 0.5px;
}

@media (max-width: 1199.98px) {
  .column .inner p.eyebrow {
    margin-bottom: 0.75rem;
  }
}
.additional-info-carousel .column .figure {
  background-size: cover;
}
.column .figure {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.column .figure.thin {
  height: 144px;
}

@media (max-width: 1199.98px) {
  .column .figure {
    height: 174px;
    background-position: center;
  }
  .column .figure.thin {
    height: 144px;
  }
}

.column.block .inner {
  display: block;
}

.column.block .inner h2, .column.block .inner h3, .column.block .inner h4 {
  margin-bottom: 0.625rem;
}

.column.block .inner p {
  margin-bottom: 1.4375rem;
}

.column.block .inner p.body {
  font-size: 0.875rem;
}

.column.block .inner p.eyebrow {
  letter-spacing: 0.5px;
  margin-bottom: 0.8125rem;
}

@media (max-width: 1199.98px) {
  .column.block .inner p.eyebrow {
    margin-bottom: 0.75rem;
  }
}

.column.centered .inner {
  display: block;
  text-align: center;
}

.flickity-resize .slide {
  min-height: 100%;
}

.flickity-resize .slide > .column {
  display: flex;
  flex-direction: column;
}

.flickity-resize .slide > .column:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(237, 236, 241, 0.6);
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.flickity-resize .slide > .column .inner {
  margin: auto 0;
}

.flickity-resize .slide .column:before {
  z-index: 1 !important;
}

.flickity-resize .slide.is-selected .column:before {
  display: none;
}

.flickity-button:disabled, .flickity-button:active {
  background: #dadada;
  opacity: 1;
}

.flickity-prev-next-button {
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin-top: 50px;
  transform: translateY(0);
  background: #fff;
  height: 60px;
  width: 60px;
}

.flickity-prev-next-button svg {
  display: none;
}

.flickity-prev-next-button:after {
  content: '';
  font-family: "Material Icons";
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flickity-prev-next-button.previous {
  left: auto;
  right: auto;
  border-radius: 5px 0 0 5px;
  margin-left: 9px;
}

.flickity-prev-next-button.previous:after {
  content: '\e037';
  transform: translate(-50%, -50%) rotate(180deg);
}

.flickity-prev-next-button.next {
  left: auto;
  right: auto;
  border-radius: 0 5px 5px 0;
}

.flickity-prev-next-button.next:after {
  content: '\e037';
}

.flick-carousel .carousel-status {
  display: inline-flex;
  font-size: 18px;
  margin-left: 0.5rem;
  height: 60px;
  vertical-align: top;
  margin-top: 50px;
  margin-bottom: 0;
}

.flick-carousel .carousel-status .inner {
  display: flex;
  flex-direction: column;
  margin: 20px 26px;
}

@media (max-width: 1069.98px) {
  .flickity-prev-next-button {
    margin-top: 20px;
  }
  .flick-carousel .carousel-status {
    margin-top: 20px;
  }
}

/* Customize the label (the container) */
.checkboxes {
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.checkboxes label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkboxes label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkboxes label span {
  font-weight: bold;
  color: #555E67;
  font-size: 0.9375rem;
}

.checkboxes .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
}

.checkboxes label:hover input ~ .checkmark {
  background-color: #fff;
}

.checkboxes label input:checked ~ .checkmark {
  background-color: #0A2E57;
}

.checkboxes label input:checked ~ span {
  color: #0A2E57;
}

.checkboxes .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkboxes label input:checked ~ .checkmark:after {
  display: block;
}

.checkboxes label .checkmark:after {
  left: 9px;
  top: 4px;
  width: 8px;
  height: 15px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.select-wrapper-short {
  position: relative;
  max-width: 175px;
  display: inline-block;
}

.select-wrapper-short:before {
  content: '\e5cf';
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  color: #0A2E57;
  z-index: 1;
  font-size: 25px;
}

.select-wrapper-short select.form-control {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  padding: 20px 50px 20px 25px;
  color: #0A2E57;
  background-color: transparent;
  line-height: 1rem;
  height: 55px;
  font-size: 15px;
  z-index: 2;
}

.select-wrapper-short select::-ms-expand {
  display: none;
}

.select-wrapper {
  position: relative;
  background: #fff;
  border-radius: 5px;
}

.select-wrapper:before {
  content: '\e5cf';
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  color: #0A2E57;
  z-index: 1;
  font-size: 25px;
}

.select-wrapper select.form-control {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  padding: 20px 50px 20px 25px;
  color: #0A2E57;
  background-color: transparent;
  line-height: 1rem;
  height: 55px;
  font-size: 15px;
  z-index: 2;
  cursor: pointer;
}

.select-wrapper select::-ms-expand {
  display: none;
}

.search-wrapper {
  position: relative;
}

.search-wrapper:before {
  content: '\e8b6';
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  color: #0A2E57;
  z-index: 1;
  font-size: 25px;
}

.search-wrapper input.form-control {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  padding: 20px 50px 20px 25px;
  color: #0A2E57;
  line-height: 1rem;
  height: 55px;
  font-size: 15px;
}

form .filters {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

form .filters .form-group {
  flex: 1;
  padding: 0 0.5625rem;
}

form .filters .form-group.less {
  flex: 0.5;
}

@media (max-width: 1199.98px) {
  form .filters .form-group {
    flex: .75;
  }
}

@media (max-width: 1069.98px) {
  form .filters {
    flex-direction: column;
  }
  form .filters .form-group {
    width: 100%;
  }
}

select.btn-link {
  color: #286DAF;
  text-decoration: underline;
}

select.btn-link:hover, select.btn-link:focus, select.btn-link:active {
  font-weight: normal;
  color: #286DAF;
  border-bottom: none !important;
  cursor: pointer;
}

.form-control {
  border-radius: 5px;
}

.container.narrow {
  max-width: 930px;
}

@media (max-width: 1199.98px) {
  .container.narrow {
    max-width: 100%;
  }
}

.container.pd-l-1 {
  padding-left: 108px;
}

@media (max-width: 1199.98px) {
  .container.pd-l-1 {
    padding-left: 0;
  }
}

@media (max-width: 1199.98px) {
  main > section > .container,
  main > .container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  main > section > .container .container,
  main > .container .container {
    padding-left: 0;
    padding-right: 0;
  }
  main > section > .container > .row,
  main > .container > .row {
    margin-left: 0;
    margin-right: 0;
  }
  main > section > .container > .row > [class*="col-"],
  main > .container > .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.material-icons {
  line-height: 1rem;
  vertical-align: text-top;
}

.figure img {
  display: none !important;
}

.modal {
  max-width: 800px;
  overflow: visible;
  z-index: 1050;
}

@media (max-width: 1199.98px) {
  .modal {
    max-width: 500px;
  }
}

.blocker {
  z-index: 999;
}

.video-iframe {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  border: none;
}

.video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.navbar-top {
  height: 74px;
  background-color: #042345;
  border-top: 5px #DCA70F solid;
}

@media (min-width: 320px) {
  .navbar-top {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-top {
    display: flex;
  }
}

.navbar-top .container {
  max-width: 1640px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-top .navbar-extra {
  display: flex;
  justify-content: flex-end;
}

.navbar-brand {
  font-size: 0.75rem;
  letter-spacing: -0.5px;
  text-align: center;
  margin-right: auto;
}

.navbar-utility > .nav-item {
  list-style: none;
  padding: 0.875rem 0rem;
}

.navbar-utility > .nav-item a {
  color: #fff;
  font-size: 0.9375rem;
  padding: 0.875rem 1rem;
}

.navbar-utility > .nav-item:last-child a {
  padding-right: 1.75rem;
}

.navbar-quick {
  margin-right: 10px;
}

.navbar-quick > .nav-item {
  list-style: none;
  padding: 0.875rem 0rem;
  transition: all, 0.2s;
}

.navbar-quick > .nav-item a {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: bold;
  text-transform: uppercase;
  transition: all, 0.2s;
}

.navbar-quick > .nav-item:first-child a {
  padding-left: 1.75rem;
}

.navbar-quick > .nav-item:last-child a {
  padding-right: 32px;
}

.navbar-quick > .nav-item:hover, .navbar-quick > .nav-item:focus {
  transform: translateY(-0.1rem);
  transition: all, 0.2s;
}

.navbar-quick > .nav-item:hover a, .navbar-quick > .nav-item:focus a {
  color: #286DAF;
  transition: all, 0.2s;
}

button.search-toggler {
  background: transparent;
  border: 0;
}

button.search-toggler .search-toggler-icon:before {
  font-family: "Material Icons";
  content: '\e8b6';
  color: #fff;
  font-size: 22px;
  line-height: 2.2rem;
  border-radius: 5px;
}

button.search-toggler:hover, button.search-toggler:focus, button.search-toggler:active {
  cursor: pointer;
}

button.search-close {
  position: absolute !important;
  top: 50%;
  transform: translateY(-45%);
  right: 5px;
  background: transparent;
  border: 0;
}

button.search-close .search-close-icon:before {
  font-family: "Material Icons";
  content: '\e5cd';
  color: #fff;
  font-size: 22px;
  border-radius: 5px;
}

button.search-close:hover {
  cursor: pointer;
}

#search,
#search-mobile {
  position: relative;
  margin-right: 0.5rem;
  opacity: 0;
}

#search.show,
#search-mobile.show {
  padding: 5px 5px 5px 40px;
  margin-left: -45px;
  border: 1px #fff solid;
  opacity: 1;
}

#search label,
#search-mobile label {
  line-height: 0;
  font-size: 0;
  color: transparent;
}

#search input,
#search-mobile input {
  background-color: transparent;
  border: none;
  width: 223px;
  color: #fff;
}

button.search-mobile-toggler {
  display: none;
}

#search-mobile {
  margin-right: 0.5rem;
}

button {
  margin-top: 1rem;
}

button span.navbar-toggler-icon {
  position: relative;
  width: 35px;
}

button span.navbar-toggler-icon:before {
  font-family: "Material Icons";
  content: '\e3c7';
  font-size: 1.5rem;
  background: transparent;
  color: #fff;
  height: 32px;
  z-index: 9999;
  width: 25px;
  display: block;
}

button.collapsed span.navbar-toggler-icon:before {
  content: '\e3c7';
}

button[aria-expanded="true"] span.navbar-toggler-icon:before {
  content: '\e5cd';
}

.navbar-main {
  height: 126px;
}

.navbar-main .container {
  justify-content: space-between;
  height: 100%;
}

.navbar-main button {
  position: relative;
  margin-top: 0;
  height: 60px;
  width: 60px;
}

.navbar-breadcrumb {
  background: #fff;
  border-bottom: 1px #929CB3 solid;
}

#main-navbar-nav .navbar-nav > li {
  padding: 50px 26px;
}

@media (max-width: 1199.98px) {
  #main-navbar-nav .navbar-nav > li {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#main-navbar-nav .navbar-nav > li:last-of-type {
  padding-right: 0;
}

#main-navbar-nav .navbar-nav > li a sup {
  margin-left: 0.25rem;
}

#main-navbar-nav .navbar-nav > li a sup i {
  font-size: 13px;
}

#main-navbar-nav .navbar-nav > li a:hover .dropdown-menu, #main-navbar-nav .navbar-nav > li a:focus .dropdown-menu, #main-navbar-nav .navbar-nav > li a:active .dropdown-menu {
  display: block;
}

#main-navbar-nav .navbar-nav > li.show > a {
  position: relative;
}

#main-navbar-nav .navbar-nav > li.show > a:after {
  position: absolute;
  bottom: -3.9rem;
  left: 50%;
  content: '';
  width: 22px;
  height: 22px;
  background: #fff;
  transform: translateX(-50%) translateY(0.2rem) rotate(45deg);
}

#main-navbar-nav .navbar-extra {
  display: none;
}

#sticky-navbar-nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 9999;
  border-left: 10px #DCA70F solid;
  overflow: auto;
}

#sticky-navbar-nav > .container {
  height: 100%;
}

#sticky-navbar-nav > .container > .row {
  height: 100%;
  width: 100%;
  display: flex;
}

#sticky-navbar-nav > .container > .row > div {
  padding-right: 0;
  padding-left: 0;
}

#sticky-navbar-nav .nav-close {
  position: absolute;
  top: 0;
  right: 5rem;
}

#sticky-navbar-nav .nav-close .navbar-toggler-icon:after {
  content: '' !important;
}

#sticky-navbar-nav .sticky-nav {
  position: relative;
}

#sticky-navbar-nav .sticky-nav button {
  position: absolute;
  margin-top: 40px;
}

#sticky-navbar-nav .sticky-nav .navbar-nav {
  flex-direction: column;
}

#sticky-navbar-nav .sticky-nav .navbar-nav li {
  position: relative;
  display: block;
}

#sticky-navbar-nav .sticky-nav .navbar-nav li .nav-link {
  font-size: 34px;
  color: #0A2E57;
}

#sticky-navbar-nav .sticky-nav .navbar-nav li .nav-link i {
  font-size: 16px;
  margin-left: 0.5rem;
}

#sticky-navbar-nav .sticky-nav .navbar-nav li .nav-link:hover, #sticky-navbar-nav .sticky-nav .navbar-nav li .nav-link:focus, #sticky-navbar-nav .sticky-nav .navbar-nav li .nav-link:active {
  cursor: pointer;
}

#sticky-navbar-nav .sticky-nav .navbar-nav li.nav-item.has-children > a:after {
  content: '\e5cf';
  display: inline-block;
  font-family: "Material Icons";
  vertical-align: middle;
  font-size: 22px;
  margin-left: 1rem;
}

#sticky-navbar-nav .sticky-nav .navbar-nav li.nav-item.has-children.show > a:after {
  content: '\e5ce';
  font-family: "Material Icons";
}

#sticky-navbar-nav .sticky-nav .navbar-extra {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: transparent;
  padding: 26px;
}

#sticky-navbar-nav .sticky-nav .navbar-extra .nav-item {
  display: block;
  padding: 0;
}

#sticky-navbar-nav .sticky-nav .navbar-extra .nav-item .nav-link {
  color: #0A2E57;
  padding: 0;
  margin-bottom: 1rem;
  font-size: 0.9375rem;
}

#sticky-navbar-nav .sticky-nav .navbar-extra > .navbar-quick {
  display: block;
  order: 2;
  width: 100%;
  margin-bottom: 44px;
}

#sticky-navbar-nav .sticky-nav .navbar-extra > .navbar-quick .nav-link {
  text-transform: uppercase;
  font-weight: bold;
}

#sticky-navbar-nav .sticky-nav .navbar-extra > .navbar-utility {
  display: block;
  order: 1;
  width: 100%;
  margin-bottom: 27px;
  opacity: 1;
}

#sticky-navbar-nav .sticky-nav .navbar-extra > .navbar-contact {
  display: block;
  width: 100%;
  text-align: left;
  order: 3;
}

#sticky-navbar-nav .sticky-nav .dropdown-menu {
  box-shadow: none;
  position: relative;
  top: 0;
}

#sticky-navbar-nav .sticky-nav .dropdown-menu .image {
  display: none;
}

#sticky-navbar-nav .sticky-nav .dropdown-menu .menu {
  flex: 100%;
  max-width: 100%;
}

#sticky-navbar-nav .sticky-nav .dropdown-menu .menu h6 {
  display: none;
}

#sticky-navbar-nav figure {
  width: 100%;
  height: 100%;
  background-size: cover;
}

#sticky-navbar-nav button span.navbar-toggler-icon i {
  font-size: 30px;
}

#sticky-navbar-nav button span.navbar-toggler-icon:before {
  display: none;
}

.dropdown-menu {
  margin: 0;
  width: 100%;
  box-shadow: 0 100px 500px rgba(0, 0, 0, 0.5);
}

.dropdown-menu > .row {
  display: flex;
}

.dropdown-menu figure {
  height: 100%;
  width: 100%;
  background-size: cover;
}

.dropdown-menu h6 {
  color: #286DAF;
}

.dropdown-menu h6 i {
  color: #286DAF;
  vertical-align: middle;
  font-size: 18px;
  line-height: 18px;
  margin-top: -2px;
  font-weight: bold;
}

.dropdown-menu h6 a {
  font-size: 0.75rem !important;
  color: #286DAF !important;
  font-weight: bold !important;
}

.dropdown-menu h6 a:hover {
  text-decoration: underline #286DAF !important;
  transform: translateY(-0.2rem) !important;
}

.dropdown-menu li {
  margin-bottom: 2rem;
}

.dropdown-menu li a:link, .dropdown-menu li a:visited {
  display: block;
  margin-bottom: 1rem;
  font-weight: bold !important;
  color: #286DAF !important;
  font-size: 15px !important;
}

.dropdown-menu p {
  font-size: 14px;
}

.dropdown-menu .close-dropdown {
  color: #555E67;
}

@media (max-width: 1069.98px) {
  .site-header .navbar-top {
    display: none;
  }
  .site-header .navbar .navbar-brand {
    max-width: 300px !important;
    padding: 24px 16px;
    overflow: hidden;
  }
  .navbar-main {
    height: auto;
  }
  .navbar-main > .container {
    overflow: auto;
  }
  .navbar-main button.navbar-toggler {
    position: absolute;
    order: 2;
    height: 60px;
    background: #042345;
    top: 0;
    right: 0;
  }
  .navbar-main button.search-mobile-toggler {
    display: block;
    margin-right: 50px;
  }
  .navbar-main #main-navbar-nav {
    background-color: #fff;
    padding: 0;
    border-left: 15px #555E67 solid;
    border-bottom: 15px #555E67 solid;
    height: 523px;
    overflow: auto;
  }
  .navbar-main #main-navbar-nav .navbar-nav {
    padding: 24px 26px;
  }
  .navbar-main #main-navbar-nav .navbar-nav > li {
    padding: 0;
    margin-bottom: 1.125rem;
  }
  .navbar-main #main-navbar-nav .navbar-nav > li .nav-link {
    color: #0A2E57;
    font-size: 20px;
    line-height: 20px;
  }
  .navbar-main #main-navbar-nav .navbar-nav > li.nav-item.has-children > a:after {
    content: '\e5cf';
    display: inline-block;
    font-family: "Material Icons";
    vertical-align: middle;
    font-size: 22px;
    margin-left: 1rem;
  }
  .navbar-main #main-navbar-nav .navbar-nav > li.nav-item.has-children.show > a {
    position: inherit;
  }
  .navbar-main #main-navbar-nav .navbar-nav > li.nav-item.has-children.show > a:after {
    content: '\e5ce';
    font-family: "Material Icons";
    background: transparent;
    transform: none;
    position: relative;
    left: auto;
    bottom: auto;
  }
  .navbar-main #main-navbar-nav .navbar-extra {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #EDECF1;
    padding: 26px;
    margin-bottom: 1rem;
  }
  .navbar-main #main-navbar-nav .navbar-extra .nav-item {
    display: block;
    padding: 0;
  }
  .navbar-main #main-navbar-nav .navbar-extra .nav-item .nav-link {
    color: #0A2E57;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 0.9375rem;
  }
  .navbar-main #main-navbar-nav .navbar-extra > .navbar-quick {
    display: block;
    order: 1;
    width: 66.666%;
    margin-right: 0;
  }
  .navbar-main #main-navbar-nav .navbar-extra > .navbar-quick .nav-link {
    text-transform: uppercase;
    font-weight: bold;
  }
  .navbar-main #main-navbar-nav .navbar-extra > .navbar-utility {
    display: block;
    order: 2;
    width: 33.333%;
  }
  .navbar-main #main-navbar-nav .navbar-extra > .navbar-contact {
    display: block;
    width: 100%;
    text-align: center;
    order: 3;
    margin-top: 26px;
  }
  .dropdown-menu {
    box-shadow: none;
  }
  .dropdown-menu figure {
    display: none;
  }
  .dropdown-menu h6 i{
    display: none;
  }
  .dropdown-menu h6 i {
    vertical-align: middle;
    font-size: 18px;
    line-height: 18px;
    margin-top: -2px;
  }
  .dropdown-menu .menu {
    padding: 24px 26px 0 26px !important;
  }
  .dropdown-menu .menu > .row > div {
    margin-bottom: 0 !important;
  }
  .dropdown-menu li {
    margin-bottom: 0.9375rem;
  }
  .dropdown-menu li a:link, .dropdown-menu li a:visited {
    display: block;
    margin-bottom: 1rem;
    font-weight: bold !important;
    color: #286DAF !important;
    font-size: 15px !important;
  }
  .dropdown-menu p {
    display: none;
  }
  .dropdown-menu .close-dropdown {
    color: #555E67;
  }
}

/* Page specific styles */
body.page {
  background-color: #EDECF1;
}

body.page.event-listing .sidebar {
  z-index: 2;
}

body.page.event-detail .primary {
  z-index: 2;
}

body.page.event-detail .summary p:not([class]) {
  font-family: "Times New Roman", Times, serif;
  font-size: 1rem;
  line-height: 1.75rem;
}

body.page.news-detail .wysiwyg p:not([class]), body.page.event-detail .wysiwyg p:not([class]), body.page.basic-page .wysiwyg p:not([class]) {
  font-family: poynter-gothic-text, sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
}

body.page.program-detail .primary, body.page.faculty-detail .primary {
  z-index: 2;
}

body.page.program-detail .sidebar, body.page.program-directory .sidebar, body.page.faculty-detail .sidebar {
  z-index: 2;
}

@media (max-width: 1199.98px) {
  body.page.program-detail .sidebar-nav, body.page.faculty-detail .sidebar-nav {
    position: relative;
  }
}

body.page.faculty-detail p:not([class]),
body.page.faculty-detail p.body, body.page.program-detail p:not([class]),
body.page.program-detail p.body {
  font-family: poynter-gothic-text, sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
}

/* General section styles */
section {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-size: cover;
  /* Not working yet...
            &.full-xxl {
                padding-left:0;
                padding-right:0;
                >.container{
                    padding-left:0;
                    padding-right:0;
                    > .row{
                        margin-left:-18px;
                        margin-right:-18px;
                    }
                }
            }      
*/
}

section.card {
  border: none;
}

section p {
  font-size: 0.875rem;
  letter-spacing: 0;
}

@media (max-width: 1199.98px) {
  section {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

@media (max-width: 319.98px) {
  section {
    /* Not working yet...
            &.full-xxs {
                padding-left:0;
                padding-right:0;
                >.container{
                    padding-left:0;
                    padding-right:0;
                    > .row{
                        margin-left:-18px;
                        margin-right:-18px;
                    }
                }
            }      
*/
  }
}

@media (max-width: 519.98px) {
  section {
    /* Not working yet...
            &.full-xs {
                padding-left:0;
                padding-right:0;
                >.container{
                    padding-left:0;
                    padding-right:0;
                    > .row{
                        margin-left:-18px;
                        margin-right:-18px;
                    }
                }
            }      
*/
  }
}

@media (max-width: 767.98px) {
  section {
    /* Not working yet...
            &.full-sm {
                padding-left:0;
                padding-right:0;
                >.container{
                    padding-left:0;
                    padding-right:0;
                    > .row{
                        margin-left:-18px;
                        margin-right:-18px;
                    }
                }
            }      
*/
  }
}

@media (max-width: 1069.98px) {
  section {
    /* Not working yet...
            &.full-md {
                padding-left:0;
                padding-right:0;
                >.container{
                    padding-left:0;
                    padding-right:0;
                    > .row{
                        margin-left:-18px;
                        margin-right:-18px;
                    }
                }
            }      
*/
  }
}

@media (max-width: 1199.98px) {
  section {
    /* Not working yet...
            &.full-lg {
                padding-left:0;
                padding-right:0;
                >.container{
                    padding-left:0;
                    padding-right:0;
                    > .row{
                        margin-left:-18px;
                        margin-right:-18px;
                    }
                }
            }      
*/
  }
}

@media (max-width: 1639.98px) {
  section {
    /* Not working yet...
            &.full-xl {
                padding-left:0;
                padding-right:0;
                >.container{
                    padding-left:0;
                    padding-right:0;
                    > .row{
                        margin-left:-18px;
                        margin-right:-18px;
                    }
                }
            }      
*/
  }
}

@media (min-width: 1070px) {
  .mt-xl--150 {
    margin-top: -150px !important;
  }
}

@media (max-width: 1199.98px) {
  .mt-lg--80 {
    margin-top: -80px !important;
  }
}

@media (min-width: 768px) {
  .pb-lg-120 {
    padding-bottom: 120px !important;
  }
  .pb-lg-110 {
    padding-bottom: 110px !important;
  }
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  .pb-lg-70 {
    padding-bottom: 70px !important;
  }
  .pb-lg-75 {
    padding-bottom: 75px !important;
  }
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
  .pb-lg-55 {
    padding-bottom: 55px !important;
  }
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .mb-lg-110 {
    margin-bottom: 110px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .mb-lg-95 {
    margin-bottom: 95px !important;
  }
  .mb-lg-88 {
    margin-bottom: 88px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .mb-lg-55 {
    margin-bottom: 55px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .mb-lg-35 {
    margin-bottom: 35px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .pt-lg-115 {
    padding-top: 115px !important;
  }
  .pt-lg-110 {
    padding-top: 110px !important;
  }
  .pt-lg-100 {
    padding-top: 100px !important;
  }
  .pt-lg-90 {
    padding-top: 90px !important;
  }
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  .pt-lg-70 {
    padding-top: 70px !important;
  }
  .pt-lg-60 {
    padding-top: 60px !important;
  }
  .pt-lg-55 {
    padding-top: 55px !important;
  }
  .pt-lg-50 {
    padding-top: 50px !important;
  }
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  .pt-lg-30 {
    padding-top: 30px !important;
  }
  .pt-lg-25 {
    padding-top: 25px !important;
  }
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .mt-lg-55 {
    margin-top: 55px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mt-lg-45 {
    margin-top: 45px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mt-lg--150 {
    margin-top: -150px !important;
  }
}

@media (max-width: 1069.98px) {
  .pb-sm-100 {
    padding-bottom: 110px !important;
  }
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  .pb-sm-55 {
    padding-bottom: 55px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .pb-sm-45 {
    padding-bottom: 45px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .mb-sm-100 {
    margin-bottom: 110px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-55 {
    margin-bottom: 55px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-35 {
    margin-bottom: 35px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .pt-sm-100 {
    padding-top: 110px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .pt-sm-70 {
    padding-top: 70px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pt-sm-35 {
    padding-top: 35px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pt-sm-15 {
    padding-top: 15px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-0 {
    margin-top: 0px !important;
  }
}

.sidebar .container {
  padding-left: 0;
  padding-right: 0;
}

/*.primary {*/
/*  padding-left: 0;*/
/*  padding-right: 0;*/
/*}*/

@media (min-width: 1070px) {
  .primary {
    padding-left: 38px !important;
  }
}

@media (max-width: 1069.98px) {
  .primary {
    padding-left: 9px;
    padding-right: 9px;
  }
}

h1.top-line, h2.top-line, h3.top-line, h4.top-line, h5.top-line, h6.top-line,
.h1.top-line, .h2.top-line, .h3.top-line, .h4.top-line, .h5.top-line, .flick-carousel .top-line.carousel-status, .h6.top-line {
  position: relative;
  margin-top: 2rem;
}

h1.top-line:before, h2.top-line:before, h3.top-line:before, h4.top-line:before, h5.top-line:before, h6.top-line:before,
.h1.top-line:before, .h2.top-line:before, .h3.top-line:before, .h4.top-line:before, .h5.top-line:before, .flick-carousel .top-line.carousel-status:before, .h6.top-line:before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  width: 4.5rem;
  height: 5px;
  background-color: #DCA70F;
}

@media (max-width: 1199.98px) {
  h1.top-line, h2.top-line, h3.top-line, h4.top-line, h5.top-line, h6.top-line,
  .h1.top-line, .h2.top-line, .h3.top-line, .h4.top-line, .h5.top-line, .flick-carousel .top-line.carousel-status, .h6.top-line {
    margin-top: 1rem;
  }
  h1.top-line:before, h2.top-line:before, h3.top-line:before, h4.top-line:before, h5.top-line:before, h6.top-line:before,
  .h1.top-line:before, .h2.top-line:before, .h3.top-line:before, .h4.top-line:before, .h5.top-line:before, .flick-carousel .top-line.carousel-status:before, .h6.top-line:before {
    top: -15px;
  }
}

h1.bottom-line, h2.bottom-line, h3.bottom-line, h4.bottom-line, h5.bottom-line, h6.bottom-line,
.h1.bottom-line, .h2.bottom-line, .h3.bottom-line, .h4.bottom-line, .h5.bottom-line, .flick-carousel .bottom-line.carousel-status, .h6.bottom-line {
  position: relative;
  margin-bottom: 3rem;
}

h1.bottom-line:after, h2.bottom-line:after, h3.bottom-line:after, h4.bottom-line:after, h5.bottom-line:after, h6.bottom-line:after,
.h1.bottom-line:after, .h2.bottom-line:after, .h3.bottom-line:after, .h4.bottom-line:after, .h5.bottom-line:after, .flick-carousel .bottom-line.carousel-status:after, .h6.bottom-line:after {
  content: '';
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 5px;
  background-color: #DCA70F;
}

@media (max-width: 1199.98px) {
  h1.bottom-line, h2.bottom-line, h3.bottom-line, h4.bottom-line, h5.bottom-line, h6.bottom-line,
  .h1.bottom-line, .h2.bottom-line, .h3.bottom-line, .h4.bottom-line, .h5.bottom-line, .flick-carousel .bottom-line.carousel-status, .h6.bottom-line {
    margin-bottom: 2.5rem;
  }
  h1.bottom-line:after, h2.bottom-line:after, h3.bottom-line:after, h4.bottom-line:after, h5.bottom-line:after, h6.bottom-line:after,
  .h1.bottom-line:after, .h2.bottom-line:after, .h3.bottom-line:after, .h4.bottom-line:after, .h5.bottom-line:after, .flick-carousel .bottom-line.carousel-status:after, .h6.bottom-line:after {
    bottom: -1.25rem;
  }
}

h1.bottom-line.line-left:after, h2.bottom-line.line-left:after, h3.bottom-line.line-left:after, h4.bottom-line.line-left:after, h5.bottom-line.line-left:after, h6.bottom-line.line-left:after,
.h1.bottom-line.line-left:after, .h2.bottom-line.line-left:after, .h3.bottom-line.line-left:after, .h4.bottom-line.line-left:after, .h5.bottom-line.line-left:after, .flick-carousel .bottom-line.line-left.carousel-status:after, .h6.bottom-line.line-left:after {
  left: 0;
  transform: translateX(0);
}

h1.bottom-line.wider:after, h2.bottom-line.wider:after, h3.bottom-line.wider:after, h4.bottom-line.wider:after, h5.bottom-line.wider:after, h6.bottom-line.wider:after,
.h1.bottom-line.wider:after, .h2.bottom-line.wider:after, .h3.bottom-line.wider:after, .h4.bottom-line.wider:after, .h5.bottom-line.wider:after, .flick-carousel .bottom-line.wider.carousel-status:after, .h6.bottom-line.wider:after {
  width: 117px;
}

h1.see-more:link, h1.see-more:visited, h2.see-more:link, h2.see-more:visited, h3.see-more:link, h3.see-more:visited, h4.see-more:link, h4.see-more:visited, h5.see-more:link, h5.see-more:visited, h6.see-more:link, h6.see-more:visited,
.h1.see-more:link,
.h1.see-more:visited, .h2.see-more:link, .h2.see-more:visited, .h3.see-more:link, .h3.see-more:visited, .h4.see-more:link, .h4.see-more:visited, .h5.see-more:link, .flick-carousel .see-more.carousel-status:link, .h5.see-more:visited, .flick-carousel .see-more.carousel-status:visited, .h6.see-more:link, .h6.see-more:visited {
  color: #DCA70F;
  font-weight: bold;
  float: right;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: poynter-gothic-text, sans-serif, sans-serif;
  border-bottom: 2px #DCA70F solid;
  transition: all, 0.25s;
}

h1.see-more:hover, h1.see-more:active, h2.see-more:hover, h2.see-more:active, h3.see-more:hover, h3.see-more:active, h4.see-more:hover, h4.see-more:active, h5.see-more:hover, h5.see-more:active, h6.see-more:hover, h6.see-more:active,
.h1.see-more:hover,
.h1.see-more:active, .h2.see-more:hover, .h2.see-more:active, .h3.see-more:hover, .h3.see-more:active, .h4.see-more:hover, .h4.see-more:active, .h5.see-more:hover, .flick-carousel .see-more.carousel-status:hover, .h5.see-more:active, .flick-carousel .see-more.carousel-status:active, .h6.see-more:hover, .h6.see-more:active {
  transform: translateY(-0.25rem);
  border-color: #fff;
  color: #fff;
  text-decoration: none;
  transition: all, 0.25s;
}

h1, .h1 {
  font-size: 3.125rem;
  font-family: poynter-gothic-text-condense, sans-serif, sans-serif;
  text-transform: uppercase;
  color: #0A2E57;
  margin-bottom: 1rem;
}

h2, .h2 {
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: -0.4px;
  font-family: "Times New Roman", Times, serif;
  color: #0A2E57;
  text-transform: none;
}

@media (max-width: 1199.98px) {
  h2, .h2 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}

h3, .h3 {
  font-size: 1.5625rem;
  font-family: poynter-gothic-text-condense, sans-serif, sans-serif;
  text-transform: uppercase;
  color: #0A2E57;
  margin-bottom: 1rem;
}

h4, .h4 {
  font-weight: bold;
  font-family: poynter-gothic-text, sans-serif, sans-serif;
  text-transform: normal;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #0A2E57;
  text-transform: none;
}

h5, .h5, .flick-carousel .carousel-status {
  font-size: 1rem;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  color: #0A2E57;
  line-height: 1.125rem;
  letter-spacing: -0.4px;
}

h6, .h6 {
  font-size: 0.75rem;
  font-family: poynter-gothic-text, sans-serif, sans-serif;
  color: #0A2E57;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.intro p{
   text-align: center; 
   font-family: poynter-gothic-text, sans-serif, sans-serif;
}

.intro h2 {
  text-align: center;
  font-family: "Times New Roman", Times, serif;
}

.intro h2 {
  max-width: 280px;
  margin: auto auto 1rem auto;
  color: #0A2E57;
}

.intro p {
  max-width: 350px;
  margin: auto;
  line-height: 1.75rem;
  font-size: 1rem;
}

.intro.wider h2 {
  max-width: 350px;
}

.intro.wider p {
  max-width: 497px;
}

@media (max-width: 1069.98px) {
  .intro h2, .intro p {
    max-width: 100%;
  }
}

.large {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.underline {
  position: relative;
  margin-bottom: 1.75rem;
  padding-bottom: 1rem;
}

.underline:after {
  content: '';
  border-bottom: 2px #286DAF solid;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
}

.underline-gray {
  position: relative;
  margin-bottom: 1.75rem;
  padding-bottom: 1rem;
}

.underline-gray:after {
  content: '';
  border-bottom: 2px #D4D6DD solid;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
}

blockquote.small-blockquote {
  position: relative;
  float: none;
  width: auto;
  padding: 0 0 0 1rem;
  margin: 1rem 0;
}

blockquote.small-blockquote p {
  margin-bottom: 0;
  font-size: 0.875rem !important;
  line-height: 1.5rem !important;
  font-family: poynter-gothic-text, sans-serif, sans-serif !important;
  padding-left: 0.3rem;
}

blockquote.small-blockquote:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-right: 6px #DCA70F solid;
}

blockquote.small-blockquote.bg-dark-blue p {
  color: #fff;
}

@media (max-width: 1199.98px) {
  blockquote.small-blockquote {
    width: 100%;
    display: block;
    margin: 40px 0;
  }
}

.background-blue {
  background-color: #042345;
  color: #fff;
}

.background-blue p, .background-blue h1, .background-blue .h1, .background-blue h2, .background-blue .h2, .background-blue h3, .background-blue .h3, .background-blue h4, .background-blue .h4, .background-blue h5, .background-blue .h5, .background-blue .flick-carousel .carousel-status, .flick-carousel .background-blue .carousel-status, .background-blue h6, .background-blue .h6 {
  color: #fff;
}

.background-grey {
  background-color: #EDECF1;
}

.background-none {
  background: transparent;
}

ul.bold li, ol.bold li {
  font-weight: 700;
  color: #0A2E57;
  margin-bottom: 12px;
}

ul.bold li:last-of-type, ol.bold li:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  ul, ol {
    padding-left: 30px;
  }
}

@media (max-width: 1199.98px) {
  h1, .h1 {
    font-size: 30px;
  }
  h2, .h2 {
    font-size: 28px;
  }
}

/* Include files recursively... */
.accordion > .container > div > .card:last-of-type {
  margin-bottom: 0;
}

.accordion .card {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.accordion .card-header {
  padding: 0;
  border-bottom: none;
}

.accordion .card-header h4 {
  padding: 0;
}

.accordion .card-header h4 a {
  position: relative;
  display: block;
  padding: 32px;
  color: #fff;
  background-color: #0A2E57;
}

.accordion .card-header h4 a:hover, .accordion .card-header h4 a:focus, .accordion .card-header h4 a:active {
  color: #DCA70F;
  cursor: pointer;
}

.accordion .card-header h4 a:hover:before, .accordion .card-header h4 a:focus:before, .accordion .card-header h4 a:active:before {
  color: #DCA70F;
}

.accordion .card-header h4 a:before {
  content: '+';
  color: #fff;
  position: absolute;
  font-size: 1.5rem;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.accordion .card-header h4 a[aria-expanded=true] {
  background-color: #042345;
}

.accordion .card-header h4 a[aria-expanded=true]:before {
  content: '-';
}

.accordion .card-body {
  background-color: #0A2E57;
  padding: 32px;
  color: #fff;
}

.accordion .event-row {
  display: flex;
  justify-content: space-between;
  background-color: #D4D6DD;
  padding: 15px 20px;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 10px;
}

.accordion .event-row .event-time {
  flex: 0.25;
  font-weight: bold;
  font-size: 18px;
  color: #0A2E57;
}

.accordion .event-row .event-detail {
  flex: 1;
  font-size: 20px;
}

.accordion.bg-transparent .card {
  background: transparent;
  border: none;
}

.accordion.bg-transparent .card-body {
  background-color: transparent;
  color: #555E67;
  padding: 50px 0 0;
}

.additional-info-carousel {
  background-size: cover;
}

@media (max-width: 1199.98px) {
  .additional-info-carousel {
    background-image: none !important;
  }
}

.additional-info-carousel h3 {
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  border-bottom: 1px #929CB3 solid;
  color: #fff;
}

.additional-info-carousel h3 .see-more {
  display: inline-block;
}

@media (max-width: 1199.98px) {
  .additional-info-carousel h3 {
    padding-bottom: 2rem;
  }
  .additional-info-carousel h3 .see-more {
    display: none;
  }
}

.additional-info-carousel .posts {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.additional-info-carousel .posts .figure {
  position: relative;
}

.additional-info-carousel .slide .column:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(10, 46, 87, 0.6);
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.additional-info-carousel .column {
  position: relative;
  height: 100%;
  background-color: #fff;
}

.additional-info-carousel .column.two-column > .container > .row > div {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 100%;
  margin: auto 0;
}

.additional-info-carousel .column.two-column > .container > .row > div .inner {
  margin: auto 0;
}

.additional-info-carousel .column.two-column .figure {
  height: 354px;
}

.additional-info-carousel .column.two-column .inner p {
  font-family: poynter-gothic-text, sans-serif, sans-serif;
  font-size: 0.875rem;
  letter-spacing: -0.51px;
  line-height: 23px;
  color: #555E67;
}

.additional-info-carousel .column.two-column .inner p.eyebrow {
  color: #286DAF;
}

.additional-info-carousel .column.card {
  border: none;
}

.additional-info-carousel .column.card .figure {
  display: block;
  height: 50%;
  min-height: auto;
}

.additional-info-carousel .column.headline-tout {
  display: flex;
  text-align: center;
}

.additional-info-carousel .column.headline-tout .inner h2 {
  margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
  .additional-info-carousel .column {
    display: none;
  }
  .additional-info-carousel .column.active {
    display: block;
  }
  .additional-info-carousel .column .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .additional-info-carousel .column.two-column > .container > .row {
    display: flex;
    flex-direction: column;
  }
  .additional-info-carousel .column.two-column > .container > .row > div {
    width: 100%;
    max-width: 100%;
  }
  .additional-info-carousel .column.two-column .inner p {
    margin-bottom: 0;
  }
  .additional-info-carousel .column.two-column .inner p.eyebrow {
    margin-bottom: 12px;
  }
  .additional-info-carousel .column.two-column .figure {
    display: block;
    height: 142px;
    min-height: auto;
  }
}

.blockquote {
  margin-bottom: 0;
}

.blockquote blockquote {
  position: relative;
  padding-left: 35px;
  padding-right: 95px;
  margin-bottom: 0;
  width: 100%;
}

.blockquote blockquote:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-right: 6px #DCA70F solid;
}

.blockquote blockquote:after {
  content: '\201D';
  position: absolute;
  right: 0;
  top: -1.5rem;
  font-family: "Times New Roman", Times, serif;
  font-size: 96px;
  font-weight: bold;
  color: #DCA70F;
}

.blockquote blockquote .h2 {
  margin-bottom: 0;
}

.blockquote blockquote footer {
  margin-top: 23px;
}

.blockquote p {
  color: #0A2E57;
}

.blockquote .author {
  color: #0A2E57;
}

.blockquote .credentials {
  color: #286DAF;
  margin-bottom: 0;
}

.blockquote.background-blue {
  background-color: #042345;
  color: #fff;
}

.blockquote.background-blue .author {
  color: #DCA70F;
}

.blockquote.background-blue .credentials {
  color: #fff;
}

.blockquote.background-grey {
  background-color: #D4D6DD;
}

.blockquote.centered blockquote {
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 1rem;
  text-align: center;
  width: 100%;
}

.blockquote.centered blockquote:before {
  content: '';
  border-right: none;
}

.blockquote.centered blockquote:after {
  content: '\201d';
  position: absolute;
  right: auto;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.blockquote.centered blockquote .h2 {
  max-width: 627px;
  margin-left: auto;
  margin-right: auto;
}

.blockquote.no-decor blockquote {
  padding-top: 0;
}

.blockquote.no-decor blockquote:after {
  content: '';
}

@media (max-width: 1199.98px) {
  .blockquote blockquote {
    padding-top: 55px;
    padding-right: 0;
    margin-left: 9px;
  }
  .blockquote blockquote.centered {
    margin-left: 0;
  }
  .blockquote blockquote:after {
    content: '\201c';
    right: auto;
    left: 27px;
    top: -40px;
  }
  .blockquote blockquote .h2 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.24px;
  }
  .blockquote.centered blockquote {
    margin-left: 0;
  }
}

/*
.cta-group { 
  &.light {
    // padding-top: 80px;
    padding-bottom: 40px;
    @include media-breakpoint-up(md) {
      // padding-top: 120px;
      padding-bottom: 120px;
    }
    .btn-group {
      .btn-dark-blue {
        &:hover {
          background: transparent;
          color: $dark-blue-alt;
          border-color: $primary;
        }
      }
      .btn-yellow {
        &:hover {
          background: transparent;
          color: $secondary;
        }
      }
    }
    
  }
  &.dark {
    background: darken($primary, 5%);
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    &.below-ribbon {
      border-top: 60px solid $primary;
      margin-top: 56px;
      padding-top: 120px;
      @include media-breakpoint-up(xl) {
        padding-top: 80px;
      }
    }
    @include media-breakpoint-up(md) {
    &:before {
      content: "";
      display: block;
      width: 61px;
      height: 100%;
      position: absolute;
      left: 0;
      background-image: url(../img/footer-pattern.png);
      top: 0;
      background-size: 61px;
      background-repeat: repeat-y;
    }
  }
    .btn-group {
      .btn-white {
        color: $dark-blue-alt;
        &:hover {
          background: transparent;
          color: #fff;
        }
      }
    }
  }
  &.cta-group-small {
    .btn-group {
      max-width: 800px;
      @include media-breakpoint-up(md) {
        .btn {
          width: 50%;
        }
      }
    }
  }
 .btn-group {
  
   @include make-container(small);
   display: block;
   @include media-breakpoint-up(md) {
    display: flex;
   }
   @include media-breakpoint-up(md) {
    .btn {
      width: 33.334%;
    }
  }
  .btn {
    padding: 25px;
    display: block;
    &:after {
      content: "";
      background-image: url('../img/yellow-arrow.svg');
      display: block;
      width: 20px;
      height: 16px;   
      background-size: 100%;
      display: inline-block;
      margin: 0px 0 -2px 8px;
    }
    &:nth-child(3n+2) {
      margin: 10px 0;
      @include media-breakpoint-up(md) {
        margin: 0 10px;
      }
    }
  }
}
} */
/*
.cta-module {
    @include make-container(full);
    // @supports(display: grid) {
    //   grid-column-gap: 10px;
    // }
    @include media-breakpoint-up(md) {
        @include make-row(2, true, 0);
    }
    > section {
        padding: 20vh 12vw;
        text-align: center;
        color: #fff;
        position: relative;
        overflow: hidden;

        .bg {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            @include transition(1s);
            &:before {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: rgba(35, 31, 32, 0.85);
            }
        }
        @include transition();

        @include media-breakpoint-up(md) {
            width: 50%;
            @supports (display: grid) {
                width: auto;
            }
        }
        &:hover {
            .bg {
                transform: scale(1.1);
            }
            @include transition(1s);
        }
        .btn,
        h2,
        p {
            color: #fff;
            position: relative;
            z-index: 2;
        }
        &:first-child {
            border-bottom: 4px solid #fff;
            @include media-breakpoint-up(md) {
                border-bottom: 0;
            }
        }
        &:last-child {
            border-top: 4px solid #fff;
            @include media-breakpoint-up(md) {
                border-top: 0;
                // border-left: 4px solid #fff;
            }
        }
    }
}
*/
section.event-feed-filter .buttons {
  display: flex;
  flex-wrap: wrap;
}

section.event-feed-filter .buttons .btn {
  padding: 20px 32px;
}

section.event-feed-filter .buttons .btn + .btn {
  margin-top: 0;
  margin-left: 12px;
}

.event-intro .summary {
  margin-top: -115px !important;
}

.event-intro .summary .date-wrapper {
  position: absolute;
  top: -25px;
  left: -12px;
  display: flex;
  flex-direction: column;
  background: #DCA70F;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}

@media (max-width: 1069.98px) {
  .event-intro .summary .date-wrapper {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 767.98px) {
  .event-intro .summary .date-wrapper {
    width: 80px;
    height: 80px;
  }
}

.event-intro .summary .date-wrapper .date {
  margin: auto;
}

.event-intro .summary .date-wrapper .date-day {
  margin: 0;
}

.event-intro .summary .date-wrapper .date-month {
  font-size: 12px;
  margin-bottom: 0.25rem;
}

.event-intro .summary .date-wrapper .date-day {
  font-size: 21px;
}

.event-intro .summary .content {
  margin: 50px !important;
}

.event-intro .summary .content p {
  margin-bottom: 0;
}

.event-intro .contact > div {
  position: relative;
  padding-left: 1.75rem;
  color: #fff;
}

.event-intro .contact > div:before {
  position: absolute;
  top: -0.3rem;
  left: 0;
  font-family: "Material Icons";
  color: #fff;
  font-size: 22px;
  margin-right: 0.5rem;
  margin-right: 0.5rem;
}

.event-intro .contact > div.date:before {
  content: '\e8df';
}

.event-intro .contact > div.time:before {
  content: '\e858';
}

.event-intro .contact > div.location {
  padding-left: 0;
}

@media (max-width: 1069.98px) {
  .event-intro .summary {
    overflow: visible !important;
    margin-top: -55px !important;
  }
  .event-intro .summary .date-wrapper {
    top: -40px;
  }
  .event-intro .summary .content {
    margin: 46px 26px 22px 26px !important;
  }
}

section.event-listing {
  position: relative;
}

section.event-listing .column {
  position: relative;
  background: transparent;
  border-radius: 0;
}

section.event-listing .inner {
  padding: 22px 0 0;
}

section.event-listing .inner h3 a {
    text-decoration: none;
    color: #0A2E57;
}

section.event-listing .inner h3 a:hover {
    text-decoration: underline;
}

section.event-listing .date-wrapper {
  position: absolute;
  top: -25px;
  left: -12px;
  display: flex;
  flex-direction: column;
  background: #DCA70F;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}

@media (max-width: 1069.98px) {
  section.event-listing .date-wrapper {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 767.98px) {
  section.event-listing .date-wrapper {
    width: 80px;
    height: 80px;
  }
}

section.event-listing .date-wrapper .date {
  margin: auto;
}

section.event-listing .date-wrapper .date-day {
  margin: 0;
}

section.event-listing .date-wrapper .date-month {
  font-size: 12px;
  margin-bottom: 0.25rem;
}

section.event-listing .date-wrapper .date-day {
  font-size: 21px;
}

section.event-listing p.body {
  font-size: 0.875rem;
  line-height: 1.4375rem;
  letter-spacing: -0.5px;
}

section.event-listing .figure {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}

@media (max-width: 1069.98px) {
  section.event-listing .inner {
    margin: 0;
  }
}

section.event-listing .container {
  padding-left: 9px;
  padding-right: 9px;
}

section.event-listing .figure {
  display: block;
  height: 100%;
}

section.event-listing .content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

section.event-listing .inner {
  margin: auto 0;
  padding: 0;
}

@media (max-width: 1069.98px) {
  section.event-listing .container {
    padding-left: 0;
    padding-right: 0;
  }
  section.event-listing .figure {
    height: 100%;
    margin-bottom: 22px;
  }
}

.event-upcoming .date-wrapper {
  display: flex;
  flex-direction: column;
  background: #DCA70F;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}

@media (max-width: 1069.98px) {
  .event-upcoming .date-wrapper {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 767.98px) {
  .event-upcoming .date-wrapper {
    width: 80px;
    height: 80px;
  }
}

.event-upcoming .date-wrapper .date {
  margin: auto;
}

.event-upcoming .date-wrapper .date a {
    text-decoration: none;
}

.event-upcoming .date-wrapper .date-day {
  margin: 0;
}

.event-upcoming .date-wrapper .date-month {
  font-size: 12px;
  margin-bottom: 0.25rem;
}

.event-upcoming .date-wrapper .date-day {
  font-size: 21px;
}

@media (min-width: 1070px) {
  .site-footer .container {
    padding-left: 57px;
    padding-right: 57px;
  }
}

.site-footer > div .container {
  max-width: 1640px;
}

.site-footer > div .footer-intro {
  background-color: #0A2E57;
  padding: 75px 0;
  margin: 0;
}

.site-footer > div .footer-intro figure {
  margin: 0;
}

.site-footer > div .footer-intro figure img {
  margin: 0 auto;
  display: block;
  max-width: 270px;
  width: 100%;
}

@media (min-width: 768px) {
  .site-footer > div .footer-intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 1199.98px) {
  .site-footer > div .footer-intro {
    padding: 50px 0;
  }
}

.site-footer > div .footer-intro > .container > .row {
  display: flex;
  flex-wrap: wrap;
}

.site-footer > div .footer-intro > .container > .row > .navigation {
  order: 1;
}

.site-footer > div .footer-intro > .container > .row > .social {
  order: 2;
}

@media (max-width: 1199.98px) {
  .site-footer > div .footer-intro > .container > .row > .navigation {
    order: 2;
    margin-bottom: 0;
  }
  .site-footer > div .footer-intro > .container > .row > .social {
    order: 1;
    margin-bottom: 34px;
  }
}

.site-footer > div .footer-intro .social-nav {
  justify-content: flex-end;
}

.site-footer > div .footer-intro .social-nav li {
  display: inline-block;
  padding: 0;
}

.site-footer > div .footer-intro .social-nav li a {
  text-align: center;
  display: flex;
  flex-direction: column;
  font-size: 0;
  text-decoration: none;
  width: 32px;
  height: 32px;
  padding: 0;
  background: #fff;
  color: #042345;
  transition: all, 0.2s;
}

.site-footer > div .footer-intro .social-nav li a:before {
  margin: auto;
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 18px;
}

.site-footer > div .footer-intro .social-nav li a.facebook::before {
  content: "\f09a";
}

.site-footer > div .footer-intro .social-nav li a.twitter::before {
  content: "\f099";
}

.site-footer > div .footer-intro .social-nav li a.linkedin::before {
  content: "\f0e1";
}

.site-footer > div .footer-intro .social-nav li a.youtube::before {
  content: "\f16a";
}

.site-footer > div .footer-intro .social-nav li a.instagram::before {
  content: "\f16d";
}

.site-footer > div .footer-intro .social-nav li a.snapchat::before {
  content: "\f2ac";
}

.site-footer > div .footer-intro .social-nav li a::before {
  color: #042345;
}

.site-footer > div .footer-intro .social-nav li a::before:hover {
  background-color: #042345;
  color: #fff;
}

.site-footer > div .footer-intro .social-nav li a:hover, .site-footer > div .footer-intro .social-nav li a:focus, .site-footer > div .footer-intro .social-nav li a:active {
  background: #D4D6DD;
  transition: all, 0.2s;
}

.site-footer > div .footer-intro div,
.site-footer > div .footer-intro nav {
  justify-content: center;
  text-align: center;
}

.site-footer > div .footer-intro div p,
.site-footer > div .footer-intro nav p {
  font-family: "Times New Roman", Times, serif;
  padding: 0;
  margin: 0;
  font-style: italic;
  font-weight: 700;
  color: #929CB3;
  padding-right: 15px;
}

.site-footer > div nav > .nav {
  display: flex;
}

@media (max-width: 1199.98px) {
  .site-footer > div nav > .nav {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
  }
}

.site-footer > div nav > .nav > li {
  padding: 0;
  display: block;
  font-size: 1rem;
}

.site-footer > div nav > .nav > li + li {
  margin-left: 30px;
}

@media (max-width: 1199.98px) {
  .site-footer > div nav > .nav > li + li {
    margin-left: 0;
  }
}

.site-footer > div nav > .nav > li:last-child > a {
  border-bottom: 0;
  padding-bottom: 0;
}

.site-footer > div nav > .nav > li > a {
  background: none;
  border: none;
  font-size: 0.9375rem;
  font-weight: 400;
  display: block;
  color: #fff;
  width: 100%;
  text-align: left;
  padding: 0 0 1rem 0;
  outline: none;
  position: relative;
}

.site-footer > div nav > .nav > li > a.active:after {
  transform: rotate(-90deg);
  transition: 0.5s, all, ease;
}

.site-footer > div nav > .nav > li > a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 22px;
  transform: rotate(90deg);
  transition: 0.5s, all, ease;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}

@media (max-width: 1199.98px) {
  .site-footer > div nav > .nav > li > a {
    text-align: center;
  }
}

.site-footer > div nav > .nav > li > ul {
  padding: 0;
  list-style: none;
}

@media (max-width: 1199.98px) {
  .site-footer > div nav > .nav > li > ul {
    padding-bottom: 20px;
    padding-top: 20px;
    display: none;
    border-bottom: solid 2px #D4D6DD;
  }
  .site-footer > div nav > .nav > li > ul > li {
    padding: 0.15rem;
    margin-left: 1.25rem;
  }
  .site-footer > div nav > .nav > li > ul > li > ul > li {
    display: inline-block;
    width: auto;
  }
  .site-footer > div nav > .nav > li > ul > li > .overview-link {
    margin-bottom: 10px;
    border-bottom: solid #286DAF 2px;
  }
}

.site-footer > div nav > .nav > li > ul > li {
  padding-bottom: 8px;
}

.site-footer > div nav > .nav > li > ul a {
  color: #042345;
  font-weight: 700;
}

.site-footer nav.secondary-footer-nav > ul {
  width: 100%;
  justify-content: flex-start;
}

.site-footer nav.secondary-footer-nav > ul > li > a {
  color: #929CB3;
}

@media (max-width: 1199.98px) {
  .site-footer nav.secondary-footer-nav > ul {
    padding-top: 1rem;
    margin-bottom: 0;
  }
}

.site-footer .footer-brand {
  background: #042345;
  padding: 40px 0;
}

.site-footer .footer-brand figure {
  max-width: 330px;
}

.site-footer .footer-brand figure img {
  max-width: 100%;
}

@media (max-width: 1199.98px) {
  .site-footer .footer-brand figure {
    margin-left: auto;
    margin-right: auto;
  }
}

.site-footer .footer-copyright {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 300;
  float: right;
}

@media (max-width: 1199.98px) {
  .site-footer .footer-copyright {
    text-align: center;
    float: none;
  }
}

.full-width-media {
  position: relative;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4.7rem;
  min-height: 364px;
  display: flex;
  flex-direction: column;
  background-color: #042345;
  background-size: cover;
}

.full-width-media > .container {
  margin: auto;
}

.full-width-media.has-text:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(32, 32, 32, 0.6);
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.full-width-media h2 {
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 2.125rem;
  color: #fff !important;
  line-height: 3rem;
  margin: 0 auto 2rem auto;
}

.full-width-media p.eyebrow {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #fff !important;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.full-width-media .btn {
  width: 234px;
}

.full-width-media.narrow h2 {
  width: 310px;
}

/*.full-width-media.narrow .btn {*/
/*  width: auto;*/
/*}*/

.full-width-media.accent {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.full-width-media.accent p.eyebrow {
  display: inline-block;
  position: absolute;
  background: #DCA70F;
  top: -6.25rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  text-transform: none;
  color: #0A2E57 !important;
  padding: 10px 25px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: -0.4px;
}

@media (max-width: 1199.98px) {
  .full-width-media {
    min-height: 320px;
  }
  .full-width-media h2 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.33px;
  }
  .full-width-media .btn {
    width: 50%;
  }
}

.gallery-carousel.overlap > .container > .row {
  display: flex;
  flex-direction: row;
}

.gallery-carousel.overlap > .container > .row div[class^="col-"] {
  padding: 0;
}

.gallery-carousel.overlap .column {
  position: absolute;
  z-index: 1;
  display: block;
  height: auto;
  background-color: #fff;
}

@media (max-width: 1069.98px) {
  .gallery-carousel.overlap .column {
    position: relative;
  }
}

.gallery-carousel.overlap .column .inner {
  padding: 5px 10px;
}

.gallery-carousel.overlap .column .inner p {
  margin-bottom: 0;
  font-family: poynter-gothic-text, sans-serif, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: -0.5px;
}

.gallery-carousel.overlap .column .ctas.text {
  display: flex;
  flex-wrap: wrap;
  border-top: 2px #D4D6DD solid;
}

.gallery-carousel.overlap .column .ctas.text a {
  width: 50%;
  text-align: left;
  padding: 1rem 0 0;
  margin: 0 0 1rem 0;
  border-bottom: none;
}

.gallery-carousel.overlap .column .ctas.text a:active, .gallery-carousel.overlap .column .ctas.text a:hover {
  border-bottom: none;
}

.gallery-carousel.overlap.left .details {
  order: 1;
}

.gallery-carousel.overlap.left .image {
  order: 2;
}

.gallery-carousel.overlap.left .image.video .figure {
  position: relative;
}

.gallery-carousel.overlap.left .image.video .figure:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(32, 32, 32, 0.6);
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.gallery-carousel.overlap.left .image.video .video-link {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  transition: all, 0.2s;
  line-height: 0;
  font-size: 0;
  color: transparent;
  top: 33.333%;
}

.gallery-carousel.overlap.left .image.video .video-link::after {
  content: '\e037';
  font-family: "Material Icons";
  font-size: 2rem;
  margin: auto;
  color: #0A2E57;
  transition: all, 0.2s;
}

.gallery-carousel.overlap.left .image.video .video-link:hover, .gallery-carousel.overlap.left .image.video .video-link:focus, .gallery-carousel.overlap.left .image.video .video-link:active {
  background: #D4D6DD;
  text-decoration: none;
}

.gallery-carousel.overlap.left .image.video .video-link:hover:after, .gallery-carousel.overlap.left .image.video .video-link:focus:after, .gallery-carousel.overlap.left .image.video .video-link:active:after {
  text-decoration: none;
  transition: all, 0.2s;
}

.gallery-carousel.overlap.left .image.video .video-link:hover:after:after, .gallery-carousel.overlap.left .image.video .video-link:focus:after:after, .gallery-carousel.overlap.left .image.video .video-link:active:after:after {
  transition: all, 0.2s;
}

@media (max-width: 767.98px) {
  .gallery-carousel.overlap.left .image.video .video-link {
    width: 78px;
    height: 78px;
  }
  .gallery-carousel.overlap.left .image.video .video-link:hover, .gallery-carousel.overlap.left .image.video .video-link:focus, .gallery-carousel.overlap.left .image.video .video-link:active {
    text-decoration: none;
    width: 80px;
    height: 80px;
  }
}

.gallery-carousel.overlap.left .column {
  top: 400px;
  border-radius: 0 5px 5px 5px;
}

/*.gallery-carousel.overlap.left .flickity-prev-next-button.previous {*/
/*  left: auto;*/
/*  right: 60px;*/
/*  border-radius: 5px 0 0 0;*/
/*  margin-left: 9px;*/
/*  bottom: 73px;*/
/*  position: absolute;*/
/*  margin-top: 0;*/
/*  margin-bottom: 0;*/
/*}*/

/*.gallery-carousel.overlap.left .flickity-prev-next-button.next {*/
/*  left: auto;*/
/*  position: absolute;*/
/*  border-radius: 0 5px 5px 0;*/
/*  bottom: 73px;*/
/*  right: 0;*/
/*  border-radius: 0 0 0 0;*/
/*}*/

/*.gallery-carousel.overlap.left .flick-carousel .carousel-status {*/
/*  position: absolute;*/
/*  right: 0;*/
/*  bottom: 20px;*/
/*}*/

.gallery-carousel.overlap.left .flick-carousel .carousel-status .inner {
  margin-right: 0;
}

@media (max-width: 1069.98px) {
  .gallery-carousel.overlap.left .slide {
    display: flex;
    flex-direction: column;
  }
  .gallery-carousel.overlap.left .details {
    order: 2;
  }
  .gallery-carousel.overlap.left .image {
    order: 1;
  }
  .gallery-carousel.overlap.left .image.video .video-link {
    top: 50%;
  }
  .gallery-carousel.overlap.left .column {
    top: auto;
    left: auto;
    border-radius: 0 0 5px 5px;
    margin-bottom: 0;
  }
  .gallery-carousel.overlap.left .figure {
    display: block;
    min-height: 210px;
  }
  .gallery-carousel.overlap.left .has-image .figure {
    margin-bottom: 0rem;
  }
  .gallery-carousel.overlap.left .flick-carousel {
    padding-top: 55px;
  }
  .gallery-carousel.overlap.left.single-carousel .flick-carousel {
    padding-top: 0;
  }
  /*.gallery-carousel.overlap.left .flickity-prev-next-button.previous {*/
  /*  top: -5px;*/
  /*  right: 50px;*/
  /*  margin-left: 9px;*/
  /*  margin-top: 0;*/
  /*  bottom: auto;*/
  /*  border-radius: 5px 0 0 0;*/
  /*}*/
  /*.gallery-carousel.overlap.left .flickity-prev-next-button.next {*/
  /*  top: -5px;*/
  /*  right: 0;*/
  /*  bottom: auto;*/
  /*  margin-top: 0;*/
  /*  border-radius: 0 5px 0 0;*/
  /*}*/
  /*.gallery-carousel.overlap.left .flick-carousel .carousel-status {*/
  /*  position: absolute;*/
  /*  right: 100px;*/
  /*  top: -25px;*/
  /*  bottom: auto;*/
  /*}*/
  .gallery-carousel.overlap.left .flick-carousel .carousel-status .inner {
    margin-right: 26px;
  }
}

.gallery-carousel .figure {
  width: 100%;
  min-height: 470px;
  background-size: cover;
}

.gallery-carousel .has-image .figure {
  margin-bottom: 66px;
}

@media (max-width: 1199.98px) {
  .gallery-carousel .container {
    padding-left: 0;
    padding-right: 0;
  }
  .gallery-carousel .container > .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gallery-carousel.overlap.left .column {
    border-radius: 0;
  }
  /*.gallery-carousel.overlap.left .flickity-prev-next-button.previous {*/
  /*  right: calc(60px + (18px / 2));*/
  /*}*/
  /*.gallery-carousel.overlap.left .flickity-prev-next-button.next {*/
  /*  right: 9px;*/
  /*}*/
  .gallery-carousel.overlap.left .flick-carousel .carousel-status {
    right: calc(120px + (18px / 2));
  }
}

/*

.basic-grid {
  @include make-container(small );
  padding-bottom: 120px;
  > div {
    .phone {
      padding-left: 30px;
      position: relative;
      &::before {
        content: "";
        background: url('../img/phone.svg');
        display: block;
        width: 25px;
        height: 29px;
        position: absolute;
        left: 0;
      }
    }
    .address {
      padding-left: 30px;
      position: relative;
      &::before {
        content: "";
        background: url('../img/marker.svg');
        display: block;
        width: 25px;
        height: 32px;
        position: absolute;
        left: 0;
      }
    }
    iframe {
      width: 100%;
    }
  }
  &.one-col {
    @include make-container(xsmall);
  }
  &.two-col {
    @include media-breakpoint-up(md) {
      @include make-row(2);
    }
    > div {
      @include make-col-ready();
      &:nth-child(2n+1) { 
        @include media-breakpoint-up(md) {
          @include make-col(1,6,1);
        }
      }
      &:nth-child(2n+2) { 
        @include media-breakpoint-up(md) {
          @include make-col(2,6,1);
        }
      }
    }
  }
  &.three-col {
    @include media-breakpoint-up(md) { 
      @include make-row(2);
    }
    @include media-breakpoint-up(lg) {
      @include make-row(3);
    }
    > div {
      &:nth-child(3n+1) {
        @include media-breakpoint-up(md) { 
          @include make-col(1,6,1);
        }
        @include media-breakpoint-up(lg) {
          @include make-col(1,4,1);
        }
      } 
      &:nth-child(3n+2) {
        @include media-breakpoint-up(md) { 
          @include make-col(2,6,1); 
        }
        @include media-breakpoint-up(lg) {
          @include make-col(2,4,1);
        }
      } 
      &:nth-child(3n+3) {
        @include media-breakpoint-up(lg) {
          @include make-col(3,4,1);
        }
      } 
    }
  }
  &.two-thirds {
    @include media-breakpoint-up(md) {
      @include make-row(12);
    }
    > div {
      @include make-col-ready();
      &:nth-child(2n+1) {
        @include media-breakpoint-up(md) {
          
          @include make-col(1,6,6);
        }
        @include media-breakpoint-up(lg) {
          @include make-col(1,8,7);
        }
      }
      &:nth-child(2n+2) {
        @include media-breakpoint-up(md) {
          @include make-col(7,6,6); 
          
        }
        @include media-breakpoint-up(lg) {
          @include make-col(8,4,5); 
        }
      } 
    }
  }
}
*/
.site-header {
  transition: all, ease, 0.5s;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  background-color: #0A2E57;
}

.site-header.fixed {
  box-shadow: 0px 0 40px 4px rgba(0, 0, 0, 0.2);
  transition: all, ease, 0.5s;
}

.site-header.fixed .navbar-top {
  border-top: none;
}

.site-header.fixed .navbar .utility-toggle {
  transition: all, ease, 0.5s;
  padding: 20px 35px;
}

.site-header.fixed .navbar .utility-toggle .dropdown-menu {
  margin-top: -10px;
}

.site-header.fixed .navbar .utility-toggle .subheader {
  opacity: 0;
  position: absolute;
  transition: all, ease, 0.5s;
}

.site-header.fixed .navbar-brand {
  width: 300px;
  transition: all, ease, 0.5s;
}

@media (min-width: 1070px) {
  .site-header.fixed .navbar-brand {
    margin-top: -7px;
  }
}

@media (min-width: 768px) {
  .site-header.fixed .navbar-brand {
    max-width: 300px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.site-header.fixed .navbar-top .navbar-brand {
  opacity: 1;
}

.site-header.fixed .navbar-top .navbar-utility {
  opacity: 0;
}

.site-header.fixed .navbar-top .search-trigger {
  margin-right: 80px;
}

.site-header.fixed .navbar-top .navbar-toggler {
  display: block !important;
  opacity: 1;
}

.site-header.fixed .navbar-main {
  display: none;
}

@media (max-width: 1069.98px) {
  .site-header {
    position: fixed;
  }
}

@media (max-width: 1199.98px) {
  .site-header.active {
    overflow: scroll;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
}

@media (min-width: 1070px) {
  .site-header .navbar-brand {
    margin-left: 40px;
    margin-right: auto;
  }
  .site-header button.search-toggler {
    margin-right: 40px;
  }
  .site-header #main-navbar-nav {
    margin-right: 40px;
  }
}

.site-header .navbar-top button {
  position: relative;
  margin-top: 0;
  z-index: 1;
}

.site-header .navbar-top .navbar-brand {
  opacity: 0;
}

.site-header .navbar-top .navbar-toggler {
  opacity: 1;
}

.site-header .navbar-top:hover a, .site-header .navbar-top:focus a {
  color: rgba(255, 255, 255, 0.75);
  transition: all, 0.25s;
}

.site-header .navbar-top a:hover {
  transform: translateY(-0.2rem);
  color: #fff;
}

.site-header .navbar {
  margin-bottom: 0;
  transition: all, 0.25s;
}

.site-header .navbar .container {
  max-width: 1640px;
}

.site-header .navbar .navbar-toggler {
  padding-right: 20px;
}

.site-header .navbar .navbar-brand {
  padding: 20px;
  max-width: 330px;
  transition: all, ease, 0.5s;
}

@media (min-width: 1070px) {
  .site-header .navbar .navbar-brand {
    padding: 0;
  }
}

@media (max-width: 1199.98px) {
  .site-header .navbar .navbar-brand {
    padding: 20px 16px;
    max-width: 250px;
  }
}

.site-header .navbar .navbar-brand img {
  max-width: 100%;
}

.site-header .navbar .navbar-collapse {
  justify-content: flex-end;
}

.site-header .navbar .navbar-collapse .navbar-nav {
  width: 100%;
}

@media (max-width: 1069.98px) {
  .site-header .navbar .navbar-collapse .navbar-nav {
    padding: 0 20px 0;
  }
}

.site-header .navbar .navbar-collapse .navbar-nav:hover a, .site-header .navbar .navbar-collapse .navbar-nav:focus a {
  color: rgba(255, 255, 255, 0.75);
  transition: all, 0.25s;
}

@media (max-width: 1199.98px) {
  .site-header .navbar .navbar-collapse .navbar-nav > .nav-item {
    padding-top: 0;
    padding-bottom: 0;
  }
  .site-header .navbar .navbar-collapse .navbar-nav > .nav-item:last-child .drop-toggle {
    border: none;
  }
  .site-header .navbar .navbar-collapse .navbar-nav > .nav-item:last-child .drop-toggle.active {
    border-bottom: solid 2px #D4D6DD;
  }
}

.site-header .navbar .navbar-collapse .navbar-nav > .nav-item .drop-toggle {
  background: none;
  border: none;
  font-size: 1.3rem;
  font-weight: 700;
  display: block;
  color: #042345;
  width: 100%;
  text-align: left;
  padding: 15px 0;
  outline: none;
  position: relative;
  border-bottom: solid 2px #D4D6DD;
}

.site-header .navbar .navbar-collapse .navbar-nav > .nav-item .drop-toggle.active:after {
  transform: rotate(-90deg);
  transition: 0.5s, all, ease;
}

.site-header .navbar .navbar-collapse .navbar-nav > .nav-item .drop-toggle:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 22px;
  transform: rotate(90deg);
  transition: 0.5s, all, ease;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}

.site-header .navbar .navbar-collapse .navbar-nav > .nav-item a {
  font-weight: 100;
  font-size: 21px;
  transition: all, 0.25s;
}

.site-header .navbar .navbar-collapse .navbar-nav > .nav-item a:hover, .site-header .navbar .navbar-collapse .navbar-nav > .nav-item a:focus {
  transform: translateY(-0.2rem);
  color: #fff;
}

@media (max-width: 1350px) {
  .site-header .navbar .navbar-collapse .navbar-nav > .nav-item a {
    font-size: 16px;
  }
}

.site-header .navbar .navbar-collapse .navbar-nav > .nav-item:hover .dropdown-menu a {
  color: #042345;
}

.site-header .navbar .navbar-collapse .navbar-nav > .nav-item > .nav-link {
  padding: 0;
}

@media (min-width: 1070px) {
  .site-header .navbar .navbar-collapse .navbar-nav {
    padding-left: 20px;
    padding-right: 20px;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .site-header .navbar .navbar-collapse .navbar-nav {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
  }
}

.site-header .navbar .utility-toggle[open] summary p:after {
  transform: rotate(-90deg);
  top: -32px;
  right: -5px;
}

.site-header .navbar .utility-toggle {
  justify-self: end;
  position: relative;
  background-color: #0A2E57;
  padding: 35px;
  transition: all, ease, 0.5s;
}

.site-header .navbar .utility-toggle summary {
  list-style: none;
  outline: 0;
}

.site-header .navbar .utility-toggle summary::-webkit-details-marker {
  display: none;
}

.site-header .navbar .utility-toggle summary h6.subheader {
  font-size: 0.8rem;
  color: #fff;
  transition: all, ease, 0.5s;
}

.site-header .navbar .utility-toggle summary p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: solid 2px #DCA70F;
  position: relative;
}

.site-header .navbar .utility-toggle summary p:after {
  content: "";
  background: url("../img/chevron.svg");
  width: 28px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 0;
  margin: auto 0;
}

@media (min-width: 1070px) {
  .site-header .navbar .utility-toggle {
    min-width: 20%;
  }
}

.site-header .navbar .utility-toggle .dropdown-menu {
  display: none;
  margin-top: -20px;
  width: 90%;
  left: 5%;
}

.hero {
  position: relative;
  background-position: 60%;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 200px;
  transition: all, ease, 0.5s;
}

.hero > .container {
  margin: auto;
}

.hero.event-hero, .hero.event-hero.has-breadcrumb {
  height: 474px;
}

@media (max-width: 1069.98px) {
  .hero {
    margin-top: 60px;
  }
  .hero.event-hero, .hero.event-hero.has-breadcrumb {
    height: 292px;
  }
}

@media (max-width: 767.98px) {
  .hero {
    margin-top: 60px;
  }
  .hero .sub-nav {
    margin-top: 104px;
  }
}

.hero-homepage {
  min-height: 727px;
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #042345;
  flex-direction: column;
  margin-top: 200px !important;
}

.hero-homepage > .container.intro {
  padding-top: 0;
}

.hero-homepage > .container.intro h1 {
  color: #fff;
  margin-bottom: 3rem;
}

@media (max-width: 1199.98px) {
  .hero-homepage > .container.intro h1 {
    margin-bottom: 2rem;
  }
}

.hero-homepage > .container.intro p {
  color: #fff;
}

.hero-homepage > .container.intro p.eyebrow {
  position: relative;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  position: relative;
  margin-top: 2rem;
  text-align: left;
  margin: 2rem 0 0.25rem !important;
}

.hero-homepage > .container.intro p.eyebrow:before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  width: 4.5rem;
  height: 5px;
  background-color: #DCA70F;
}

@media (max-width: 1199.98px) {
  .hero-homepage > .container.intro p.eyebrow {
    margin-top: 1rem;
  }
  .hero-homepage > .container.intro p.eyebrow:before {
    top: -15px;
  }
}

.hero-homepage > .container.intro p.eyebrow:before {
  margin-top: -1rem !important;
}

.hero-homepage > .container.intro .video-link {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  transition: all, 0.2s;
  line-height: 0;
  font-size: 0;
  color: transparent;
  left: auto;
  right: 0;
}

.hero-homepage > .container.intro .video-link::after {
  content: '\e037';
  font-family: "Material Icons";
  font-size: 2rem;
  margin: auto;
  color: #0A2E57;
  transition: all, 0.2s;
}

.hero-homepage > .container.intro .video-link:hover, .hero-homepage > .container.intro .video-link:focus, .hero-homepage > .container.intro .video-link:active {
  background: #D4D6DD;
  text-decoration: none;
}

.hero-homepage > .container.intro .video-link:hover:after, .hero-homepage > .container.intro .video-link:focus:after, .hero-homepage > .container.intro .video-link:active:after {
  text-decoration: none;
  transition: all, 0.2s;
}

.hero-homepage > .container.intro .video-link:hover:after:after, .hero-homepage > .container.intro .video-link:focus:after:after, .hero-homepage > .container.intro .video-link:active:after:after {
  transition: all, 0.2s;
}

@media (max-width: 767.98px) {
  .hero-homepage > .container.intro .video-link {
    width: 78px;
    height: 78px;
  }
  .hero-homepage > .container.intro .video-link:hover, .hero-homepage > .container.intro .video-link:focus, .hero-homepage > .container.intro .video-link:active {
    text-decoration: none;
    width: 80px;
    height: 80px;
  }
}

.hero-homepage:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(32, 32, 32, 0.6);
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

@media (max-width: 1069.98px) {
  .hero-homepage {
    margin-top: 60px !important;
  }
}

@media (max-width: 767.98px) {
  .hero-homepage {
    height: 478px;
    min-height: 478px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .hero-homepage > .container {
    margin: 0 auto;
  }
  .hero-homepage > .container.intro p.eyebrow {
    font-size: 1rem;
  }
  .hero-homepage > .container.intro > .row {
    display: flex;
  }
  .hero-homepage > .container.intro > .row > div {
    display: block;
  }
  .hero-homepage > .container.intro > .row > div.content {
    order: 2;
  }
  .hero-homepage > .container.intro > .row > div.video {
    order: 1;
    height: 158px;
  }
  .hero-homepage > .container.intro > .row > div.video .video-link {
    left: 50%;
    top: 3rem;
    transform: translateX(-50%);
  }
}

.hero-homepage-columns {
  margin-top: -88px !important;
}

.hero-homepage-columns > .container.columns {
  margin: auto;
  z-index: 1;
}

.hero-homepage-columns > .container.columns .column {
  height: 174px;
}

.hero-homepage-columns > .container.columns .column a {
    text-decoration: none;
    color: #0A2E57;
}

.hero-homepage-columns > .container.columns .column a:hover {
    text-decoration: underline;
}

.hero-homepage-columns > .container.columns h2 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: bold;
}

@media (max-width: 1199.98px) {
  .hero-homepage-columns {
    margin-top: -46px;
  }
  .hero-homepage-columns > .container.columns {
    height: auto;
  }
  .hero-homepage-columns > .container.columns > .row > div {
    margin-bottom: 0;
  }
  .hero-homepage-columns > .container .column {
    height: 313px;
  }
  .hero-homepage-columns > .container .column > .row > div:nth-child(1) {
    order: 2;
  }
  .hero-homepage-columns > .container .column > .row > div:nth-child(2) {
    order: 1;
  }
}

@media (max-width: 767.98px) {
  .hero-homepage-columns > .container.columns {
    margin: auto;
  }
  .hero-homepage-columns > .container.columns > .row > div {
    margin-bottom: 0;
  }
  .hero-homepage-columns > .container.columns > .row > div:nth-child(2) .column {
    margin-bottom: 0;
  }
  .hero-homepage-columns > .container.columns .column {
    height: 313px;
  }
}

.hero-global {
  height: 250px;
  display: flex;
  padding: 0;
  flex-direction: column;
  text-align: center;
  color: #fff;
  z-index: 1;
}

.hero-global.text-overlay {
  background-color: #042345;
}

.hero-global.text-overlay:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(32, 32, 32, 0.6);
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.hero-global.text-overlay .container {
  margin: 0 auto;
}

.hero-global.text-overlay h1 {
  margin-top: 121px;
}

.hero-global.text-under {
  height: 250px;
}

.hero-global.has-breadcrumb {
  height: 290px;
}

.hero-global h1 {
  display: inline-block;
  color: #fff;
  position: relative;
}

.hero-global h1:before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #DCA70F;
}

@media (max-width: 1199.98px) {
  .hero-global h1 {
    margin-top: 1rem;
  }
  .hero-global h1:before {
    top: -15px;
  }
}

@media (max-width: 1069.98px) {
  .hero-global.text-overlay {
    height: 160px;
    padding: 0;
  }
  .hero-global.text-overlay.has-sidebar {
    height: 212px;
  }
  .hero-global.text-overlay.has-breadcrumb {
    height: 202px;
  }
  .hero-global.text-overlay h1 {
    margin-top: 73px;
    margin-bottom: 27px;
  }
  .hero-global.text-overlay .sidebar-nav .sub-nav {
    margin-top: 28px;
  }
  .hero-global.text-under {
    height: 160px;
    padding: 0;
  }
  .hero-global.text-under.has-breadcrumb {
    height: 202px;
  }
  .hero-global.text-under .sidebar-nav .sub-nav {
    margin-top: -12.5px;
  }
  .hero-global.has-breadcrumb {
    height: 202px;
  }
}

.hero-intro {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}

.hero-intro .intro p {
  max-width: 100%;
}

.hero-intro .intro p.eyebrow {
  text-align: left;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.hero-intro .intro h1.headline {
  text-transform: uppercase;
  font-family: poynter-gothic-text-condense, sans-serif, sans-serif;
  color: #0A2E57;
}

.hero-intro .intro p.body {
  text-align: left;
}

.hero-news {
  height: 474px;
}

@media (max-width: 1069.98px) {
  .hero-news {
    height: 189px;
  }
}

.hero-news-columns {
  margin-top: -135px;
}

.hero-news-columns > .container > .row > div {
  margin: 0 auto;
}

.hero-news-columns > .container .inner {
  position: relative;
  background: #fff;
  padding: 95px 100px 75px 100px;
  text-align: center;
  border-radius: 5px;
}

.hero-news-columns h1 {
  margin-bottom: 2rem;
}

.hero-news-columns p.eyebrow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #DCA70F;
  font-weight: bold;
  font-style: italic;
  padding: 10px 30px;
  font-family: "Times New Roman", Times, serif;
  color: #0A2E57;
  font-size: 1rem;
}

.hero-news-columns p.body {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-style: italic;
  font-size: 1rem;
  letter-spacing: -0.4px;
  line-height: 1.125rem;
  margin-bottom: 0;
}

@media (max-width: 1069.98px) {
  .hero-news-columns {
    margin-top: -46px;
  }
  .hero-news-columns > .container .inner {
    padding: 48px 26px 34px 26px;
  }
}

.hero-program {
  height: 474px;
  display: flex;
  padding: 0;
  flex-direction: column;
}

.hero-program.text-overlay:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(32, 32, 32, 0.6);
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

@media (max-width: 1199.98px) {
  .hero-program {
    height: 292px;
    padding: 0;
  }
}

.program-summary {
  text-align: center;
  color: #fff;
  margin-top: -15rem;
}

.program-summary h1 {
  color: #fff;
}

.program-summary .top {
  padding: 50px 30px;
}

.program-summary .bottom {
  padding: 50px 30px;
}

.program-summary .bottom p {
  width: 145px;
  margin: 0 auto 23px auto;
  font-family: poynter-gothic-text, sans-serif, sans-serif !important;
  font-size: 0.9375rem !important;
}

@media (max-width: 1199.98px) {
  .program-summary {
    margin-top: -6rem;
    margin-bottom: 2rem;
  }
  .program-summary .bottom p {
    width: auto;
  }
}

.nudge-right {
  padding-left: 10px;
}

@media (min-width: 1070px) {
  .nudge-right {
    padding-left: 86px !important;
  }
}

.hero-intro .intro p {
  max-width: 100%;
}

.hero-intro .intro p.eyebrow {
  text-align: left;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.hero-intro .intro h1.headline {
  text-transform: uppercase;
  font-family: poynter-gothic-text-condense, sans-serif, sans-serif;
  color: #0A2E57;
}

.hero-intro .intro p.body {
  text-align: left;
}

.hero-people {
  min-height: 300px;
  display: flex;
  padding: 8rem 0 2rem 0;
  flex-direction: column;
}

.hero-people.text-overlay:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(32, 32, 32, 0.6);
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.instagram-feed {
  background-size: cover;
}

@media (max-width: 1199.98px) {
  .instagram-feed {
    background-image: none !important;
  }
}

.instagram-feed h3 {
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  border-bottom: 1px #929CB3 solid;
  color: #fff;
}

.instagram-feed h3 .see-more {
  display: inline-block;
}

@media (max-width: 1199.98px) {
  .instagram-feed h3 {
    padding-bottom: 2rem;
  }
  .instagram-feed h3 .see-more {
    display: none;
  }
}

.instagram-feed .posts .figure {
  position: relative;
  height: 267px;
}

.instagram-feed .slide .column {
  position: relative;
  border-radius: 0;
}

.instagram-feed .slide .column:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(10, 46, 87, 0.6);
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

@media (max-width: 1199.98px) {
  .instagram-feed .posts .figure {
    height: 288px;
  }
  .instagram-feed .column {
    display: none;
  }
  .instagram-feed .column.active {
    display: block;
  }
  .instagram-feed .column .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.multi-column-content {
  transition: all, ease, 0.5s;
}

.multi-column-content.background-blue {
  color: #fff;
}

.multi-column-content.background-blue .container.intro h2 {
  color: #fff;
}

.multi-column-content.background-blue .container.intro p {
  color: #929CB3;
}

.multi-column-content.background-blue .container.columns .column.text h3 {
  color: #DCA70F;
}

.multi-column-content.card.background-blue .container.columns.left .column.text .content .inner h4 {
  color: #fff;
}
.multi-column-content.card.background-blue .container.columns.left .column.text .content .inner .ctas.text a {
    color: #DCA70F;
    border-bottom-color: #DCA70F;
}

.multi-column-content.background-blue .container.columns .column.text .inner p {
  color: #929CB3;
}

.multi-column-content .container.intro {
  padding-top: 0;
  padding-bottom: 2rem;
}

.multi-column-content .container.intro p, .multi-column-content .container.intro h2 {
  text-align: center;
  font-family: poynter-gothic-text, sans-serif, sans-serif;
}
.multi-column-content .container.intro h2{
    text-align: center;
    font-family: "Times New Roman", Times, serif;
}


.multi-column-content .container.intro h2 {
  max-width: 280px;
  margin: auto auto 1rem auto;
  color: #0A2E57;
}

.multi-column-content .container.intro p {
  max-width: 350px;
  margin: auto;
  line-height: 1.75rem;
  font-size: 1rem;
}

.multi-column-content .container.intro.wider h2 {
  max-width: 350px;
}

.multi-column-content .container.intro.wider p {
  max-width: 497px;
}

@media (max-width: 1069.98px) {
  .multi-column-content .container.intro h2, .multi-column-content .container.intro p {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .multi-column-content .container > .row > [class*="col-"] {
    padding-left: 9px;
    padding-right: 9px;
  }
}

.multi-column-content .container.columns .column.none .content .inner {
  padding: 30px 0 0;
}

.multi-column-content .container.columns .column.none .content .inner p.body {
  margin-bottom: 0;
}

.multi-column-content .container.columns.left .column {
  max-width: 342px;
}

@media (max-width: 1069.98px) {
  .multi-column-content .container.columns > .row > div:first-of-type {
    margin-top: 0 !important;
  }
}

@media (max-width: 1199.98px) {
  .multi-column-content .container.columns {
    max-width: 100%;
  }
  .multi-column-content .container.columns.left .column {
    max-width: 100%;
  }
}

.multi-column-content.columned .container.columns > .row > div {
  padding-left: 0;
  padding-right: 0;
}

.multi-column-content.columned .container.columns > .row > div:last-of-type .column.text:after {
  display: none;
}

@media (max-width: 1199.98px) {
  .multi-column-content.columned .container.columns > .row > div:last-of-type .column.text p.body {
    margin-bottom: 0;
  }
}

.multi-column-content.columned .container.columns .column.text {
  position: relative;
  background: transparent;
  text-align: center;
}

.multi-column-content.columned .container.columns .column.text h3 {
  font-size: 5rem;
  font-family: poynter-gothic-text-condense, sans-serif, sans-serif;
}

.multi-column-content.columned .container.columns .column.text h3 sup {
  font-size: 2.5rem;
  top: -0.75em;
}

.multi-column-content.columned .container.columns .column.text h3 span {
  font-size: 3.75rem;
  font-weight: normal;
}

.multi-column-content.columned .container.columns .column.text .content {
  max-width: 325px;
  margin: 0 auto;
}

.multi-column-content.columned .container.columns .column.text .content .inner {
  padding: 0 2rem;
  background: transparent;
}

.multi-column-content.columned .container.columns .column.text .content .inner h4 {
  font-family: poynter-gothic-text-condense, sans-serif, sans-serif;
  text-transform: uppercase;
  font-size: 1.5625rem;
  line-height: 1.75rem;
}

.multi-column-content.columned .container.columns .column.text:after {
  content: '';
  position: absolute;
  height: 4rem;
  width: 1px;
  background-color: #929CB3;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 9999;
}

@media (max-width: 1069.98px) {
  .multi-column-content.columned .container.columns .column {
    margin-bottom: 0;
  }
  .multi-column-content.columned .container.columns .column.text {
    margin-top: 12px;
  }
  .multi-column-content.columned .container.columns .column.text .content {
    max-width: 100%;
  }
  .multi-column-content.columned .container.columns .column.text .inner {
    padding: 2rem 0;
  }
  .multi-column-content.columned .container.columns .column.text .inner p {
    margin-bottom: 35px;
  }
  .multi-column-content.columned .container.columns .column.text:after {
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 4rem;
    height: 1px;
  }
}

.multi-column-content.card .container.columns.centered {
  max-width: 870px;
}

.multi-column-content.card .container.columns.centered .column {
  background-color: #fff;
}

.multi-column-content.card .container.columns.centered .column.image {
  margin-bottom: 0;
}

.multi-column-content.card .container.columns.centered .column.image .content {
  min-height: 170px;
}

.multi-column-content.card .container.columns.centered .column .figure {
  background-size: cover;
}

.multi-column-content.card .container.columns.centered .column .content .inner h4 {
  font-size: 1.5625rem;
  line-height: 1.75rem;
  font-family: poynter-gothic-text-condense, sans-serif, sans-serif;
  color: #0A2E57;
  text-transform: uppercase;
}

.multi-column-content.card .container.columns.centered .column .content .inner p {
  font-size: 0.875rem;
}

.multi-column-content.card .container.columns.centered .column .content .inner .ctas.text {
  display: flex;
  flex-wrap: wrap;
}

.multi-column-content.card .container.columns.centered .column .content .inner .ctas.text a {
  text-align: left;
  padding: 1rem 0 0;
  margin: 0 0 1rem 0;
}

.multi-column-content.card .container.columns .column .content .inner .ctas.text a:active, .multi-column-content.card .container.columns .column .content .inner .ctas.text a:hover {
    border-bottom: 2px transparent solid !important;
}

.multi-column-content.card .container.columns.centered .column .content .inner .ctas.text a:active, .multi-column-content.card .container.columns.centered .column .content .inner .ctas.text a:hover {
    color: #286DAF;
}

.multi-column-content.card .container.columns.left {
  max-width: 954px;
}

.multi-column-content.card .container.columns.left .column {
  background-color: #fff;
}

.multi-column-content.card .container.columns.left .column.image {
  text-align: left;
}

.multi-column-content.card .container.columns.left .column.image .content .inner {
  padding: 2.375rem;
}

.multi-column-content.card .container.columns .column .content .inner p.body {
  margin-bottom: 10px;
}

.multi-column-content.card .container.columns.left .column.image .content .inner .ctas.text a {
  width: auto;
  margin-bottom: 0;
}

.multi-column-content.card .container.columns.left .column.image .figure.thin {
  height: 144px;
}

.multi-column-content.card .container.columns.left .column.text {
  position: relative;
  text-align: left;
  background-color: transparent;
}

.multi-column-content.card .container.columns.left .column.text h3 {
  font-size: 4rem;
  font-family: poynter-gothic-text-condense, sans-serif, sans-serif;
}

.multi-column-content.card .container.columns.left .column.text h3 sup {
  font-size: 2.25rem;
}

.multi-column-content.card .container.columns.left .column.text .inner {
  padding: 0 2rem;
}

/*.multi-column-content.card .container.columns.left .column.text:after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  height: 4rem;*/
/*  width: 1px;*/
/*  background-color: #929CB3;*/
/*  top: 50%;*/
/*  right: 0px;*/
/*  transform: translateY(-50%);*/
/*  z-index: 9999;*/
/*}*/

@media (max-width: 1199.98px) {
  .multi-column-content.card .container.columns.left .column {
    margin-bottom: 0;
  }
  /*.multi-column-content.card .container.columns.left .column.text .inner {*/
  /*  padding: 2rem 0;*/
  /*}*/
  .multi-column-content.card .container.columns.left .column.text:after {
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 4rem;
    height: 1px;
  }
}

.multi-column-content.card .container.columns.left .column .figure {
  background-size: cover;
}

.multi-column-content.card .container.columns.left .column .content {
  min-height: 205px;
}

.multi-column-content.card .container.columns.left .column .content .inner h3, .multi-column-content.card .container.columns.left .column .content .inner h4 {
  font-size: 1.5625rem;
  line-height: 1.75rem;
  font-family: poynter-gothic-text-condense, sans-serif, sans-serif;
  color: #0A2E57;
  text-transform: uppercase;
}

.multi-column-content.card .container.columns.left .column .content .inner p {
  font-size: 0.875rem;
}

.multi-column-content.card .container.columns.left .column .content .inner .ctas.text {
  display: flex;
  flex-wrap: wrap;
}

.multi-column-content.card .container.columns .fact .column .content .inner .ctas.text {
    justify-content: center;
}

.multi-column-content.card .container.columns.left .column .content .inner .ctas.text a {
  text-align: left;
}

section.news-event-featured .column, section.news-feed section.event.full-width .column {
  overflow: visible;
  border-radius: 0 5px 5px 0;
}

section.news-event-featured .column .inner h2, section.news-feed section.event.full-width .column .inner h2, section.news-event-featured .column .inner h3, section.news-feed section.event.full-width .column .inner h3 {
  line-height: 1.75rem;
}

section.news-event-featured .column .inner h2 a, section.news-feed .event .column .inner h3 a, section.news-feed .event.standard .inner a.read-more {
    text-decoration: none;
}

section.news-event-featured .column .inner h2 a, section.news-feed .event .column .inner h3 a {
     color: #0A2E57;
}

section.news-event-featured .column .inner h2 a:hover, section.news-feed .event .column .inner h3 a:hover {
    text-decoration: underline;
}

section.news-event-featured .column .inner p, section.news-feed section.event.full-width .column .inner p {
  margin-bottom: 0;
}

section.news-event-featured .date, section.news-feed section.event.full-width .date {
  position: absolute;
  top: 1.125rem;
  left: 0;
  display: block;
  padding: 0.25rem 2.5rem;
  background-color: #DCA70F;
  font-family: "Times New Roman", Times, serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
  color: #0A2E57;
  top: -2rem;
}

@supports (-ms-ime-align: auto) {
  section.news-event-featured .date, section.news-feed section.event.full-width .date {
    top: -1.9rem;
  }
}

@media screen and (-ms-high-contrast: none) {
  section.news-event-featured .date, section.news-feed section.event.full-width .date {
    top: -1.9rem;
  }
}

section.news-event-featured .figure, section.news-feed section.event.full-width .figure {
  min-height: 420px !important;
}

section.news-event-featured .ctas, section.news-feed section.event.full-width .ctas {
  border-top: 0 !important;
}

section.news-event-featured .ctas a, section.news-feed section.event.full-width .ctas a {
  display: inline-block;
  width: auto !important;
  border-bottom: 2px #286DAF solid;
}

section.news-event-featured .ctas a:hover, section.news-feed section.event.full-width .ctas a:hover {
    border-bottom: 2px transparent solid;
}

section.news-event-featured.left, section.news-feed section.left.event.full-width {
  padding-bottom: 12rem;
}

section.news-event-featured.left .details, section.news-feed section.left.event.full-width .details {
  order: 1;
}

section.news-event-featured.left .image, section.news-feed section.left.event.full-width .image {
  order: 2;
}

section.news-event-featured.left .column.block, section.news-feed section.left.event.full-width .column.block {
  top: auto !important;
  bottom: -120px;
  border-radius: 0 5px 5px 5px;
}

section.news-event-featured.left .figure, section.news-feed section.left.event.full-width .figure {
  margin-left: -55%;
  width: 155%;
}

@media (max-width: 1199.98px) {
  section.news-event-featured.left, section.news-feed section.left.event.full-width {
    padding-bottom: 2rem;
  }
  section.news-event-featured.left .column.block, section.news-feed section.left.event.full-width .column.block {
    bottom: 0;
  }
  section.news-event-featured.left .details, section.news-feed section.left.event.full-width .details {
    order: 2;
  }
  section.news-event-featured.left .image, section.news-feed section.left.event.full-width .image {
    order: 1;
  }
  section.news-event-featured.left .figure, section.news-feed section.left.event.full-width .figure {
    margin-left: 0;
    width: 100%;
  }
}

section.news-event-featured.right .column.block, section.news-feed section.right.event.full-width .column.block {
  border-radius: 0 5px 5px 0;
}

.news-events-widget {
  color: #fff;
  background-size: cover;
  padding-top: 7.5rem;
  padding-bottom: 7.375rem;
}

@media (max-width: 1199.98px) {
  .news-events-widget {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    background-image: none !important;
  }
}

.news-events-widget a {
    text-decoration: none;
}

.news-events-widget h2 {
  font-weight: 400;
  margin-bottom: 1rem;
}

.news-events-widget h2 .see-more {
  display: inline-block;
}

@media (max-width: 1199.98px) {
  .news-events-widget h2 .see-more {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .news-events-widget .events {
    padding-bottom: 4rem;
  }
  .news-events-widget .events .see-more {
    display: block;
  }
  .news-events-widget .events > div:first-of-type {
    padding-top: 14px;
  }
}

.news-events-widget .event {
  padding: 2rem 0;
  margin-left: 0;
  margin-right: 0;
  border-bottom: solid #245893 1px;
}

.news-events-widget .event > div {
  padding-left: 0;
  padding-right: 0;
}

.news-events-widget .event:last-of-type {
  margin-bottom: 2rem;
}

.news-events-widget .date-wrapper {
  display: flex;
  flex-direction: column;
  background-color: #DCA70F;
  border-radius: 50%;
  width: 75px;
  height: 75px;
}

.news-events-widget .date {
  margin: auto;
  text-transform: capitalize;
  color: #0A2E57;
  font-weight: bold;
  text-align: center;
  line-height: 1.7rem;
}

.news-events-widget .date-month {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: poynter-gothic-text, sans-serif, sans-serif;
}

.news-events-widget .date-day {
  font-size: 1.3125rem;
  font-family: poynter-gothic-text-condense, sans-serif, sans-serif;
}

.news-events-widget .details {
  padding-left: 0.4rem;
}

.news-events-widget .details h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}

.news-events-widget .details p {
  font-size: 0.875rem;
  color: #929CB3;
  margin-bottom: 0;
  letter-spacing: -0.5px;
}

.news-events-widget a.see-more:link, .news-events-widget a.see-more:visited {
  color: #DCA70F;
  font-weight: bold;
  float: right;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: poynter-gothic-text, sans-serif, sans-serif;
  border-bottom: 2px #DCA70F solid;
  transition: all, 0.25s;
}

.news-events-widget a.see-more:hover, .news-events-widget a.see-more:active {
  transform: translateY(-0.25rem);
  border-color: #fff;
  color: #fff;
  text-decoration: none;
  transition: all, 0.25s;
}

.news-events-widget .news h2 a.see-more:link, .news-events-widget .news h2 a.see-more:visited {
  color: #DCA70F;
  font-weight: bold;
  float: right;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: poynter-gothic-text, sans-serif, sans-serif;
  border-bottom: 2px #DCA70F solid;
  transition: all, 0.25s;
}

.news-events-widget .news h2 a.see-more:hover, .news-events-widget .news h2 a.see-more:active {
  transform: translateY(-0.25rem);
  border-color: #fff;
  color: #fff;
  text-decoration: none;
  transition: all, 0.25s;
}

@media (min-width: 1070px) {
  .news-events-widget .news h2 a.see-more {
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .news-events-widget .news h2 a.see-more {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .news-events-widget .news .row {
    padding-top: 5px;
  }
}

.news-events-widget .news .column {
  background-color: #fff;
}

.news-events-widget .news .figure {
  position: relative;
  height: 147px;
}

.news-events-widget .news .figure .date {
  position: absolute;
  top: 1.125rem;
  left: 0;
  display: block;
  padding: 0.25rem 2.5rem;
  background-color: #DCA70F;
  font-family: "Times New Roman", Times, serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
  color: #0A2E57;
}

.news-events-widget .news .inner {
  padding: 26px 30px;
}

.news-events-widget .news .see-more {
  display: none;
  margin-top: 1rem;
}

@media (max-width: 1199.98px) {
  .news-events-widget .news .see-more {
    display: block;
  }
}

.news-feed-pagination {
  text-align: center;
  border-top: 1px #D4D6DD solid;
}

.news-feed-pagination .pages {
  display: block;
  margin-bottom: 1.125rem;
}

@media (max-width: 1199.98px) {
  .news-feed-pagination .btn {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

section.news-feed .event {
  padding: 0;
}

section.news-feed .event .column .inner h3 {
  margin-bottom: 15px;
}

section.news-feed .event.standard .column {
  background-color: #fff;
}

section.news-feed .event.standard .figure {
  position: relative;
  height: 147px;
}

section.news-feed .event.standard .figure .date {
  position: absolute;
  top: 1.125rem;
  left: 0;
  display: block;
  padding: 0.25rem 2.5rem;
  background-color: #DCA70F;
  font-family: "Times New Roman", Times, serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
  color: #0A2E57;
}

section.news-feed .event.standard .inner {
  padding: 26px 30px;
}

section.news-feed .event.standard .figure {
  display: block;
  width: 100%;
  height: 197px;
  background-size: cover;
}

section.news-feed .event.standard .column {
  background-color: transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
}

section.news-feed .event.standard .inner {
  margin: auto 0;
  padding: 0;
}

section.news-feed .event.no-image .date {
  position: absolute;
  top: 1.125rem;
  left: 0;
  display: block;
  padding: 0.25rem 2.5rem;
  background-color: #DCA70F;
  font-family: "Times New Roman", Times, serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
  color: #0A2E57;
  position: relative;
  display: inline-block;
  top: auto;
  margin-top: 0;
}

section.news-feed .event.no-image .column {
  border-radius: 0;
}

section.news-feed .event.no-image .inner {
  padding: 21px 0 0;
}

section.news-feed .event.featured-video .column {
  background-color: #fff;
}

section.news-feed .event.featured-video .figure {
  position: relative;
  height: 147px;
}

section.news-feed .event.featured-video .figure .date {
  position: absolute;
  top: 1.125rem;
  left: 0;
  display: block;
  padding: 0.25rem 2.5rem;
  background-color: #DCA70F;
  font-family: "Times New Roman", Times, serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
  color: #0A2E57;
}

section.news-feed .event.featured-video .inner {
  padding: 26px 30px;
}

section.news-feed .event.featured-video .date {
  position: absolute;
  top: 1.125rem;
  left: 0;
  display: block;
  padding: 0.25rem 2.5rem;
  background-color: #DCA70F;
  font-family: "Times New Roman", Times, serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
  color: #0A2E57;
  position: relative;
  display: inline-block;
  top: auto;
  margin-top: 0;
  margin-bottom: 1.125rem;
}

section.news-feed .event.featured-video .figure {
  display: block;
  width: 100%;
  height: 197px;
  background-size: cover;
}

section.news-feed .event.featured-video .column {
  background-color: transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
}

section.news-feed .event.featured-video .inner {
  margin: auto 0;
  padding-left: 0;
  padding-right: 0;
}

section.news-feed .event.featured-video .video-link {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  transition: all, 0.2s;
  line-height: 0;
  font-size: 0;
  color: transparent;
  left: 50%;
  right: auto;
}

section.news-feed .event.featured-video .video-link::after {
  content: '\e037';
  font-family: "Material Icons";
  font-size: 2rem;
  margin: auto;
  color: #0A2E57;
  transition: all, 0.2s;
}

section.news-feed .event.featured-video .video-link:hover, section.news-feed .event.featured-video .video-link:focus, section.news-feed .event.featured-video .video-link:active {
  background: #D4D6DD;
  text-decoration: none;
}

section.news-feed .event.featured-video .video-link:hover:after, section.news-feed .event.featured-video .video-link:focus:after, section.news-feed .event.featured-video .video-link:active:after {
  text-decoration: none;
  transition: all, 0.2s;
}

section.news-feed .event.featured-video .video-link:hover:after:after, section.news-feed .event.featured-video .video-link:focus:after:after, section.news-feed .event.featured-video .video-link:active:after:after {
  transition: all, 0.2s;
}

@media (max-width: 767.98px) {
  section.news-feed .event.featured-video .video-link {
    width: 78px;
    height: 78px;
  }
  section.news-feed .event.featured-video .video-link:hover, section.news-feed .event.featured-video .video-link:focus, section.news-feed .event.featured-video .video-link:active {
    text-decoration: none;
    width: 80px;
    height: 80px;
  }
}

section.news-feed section.event.full-width.left .column.block {
  bottom: -90px;
}

section.news-feed section.event.full-width.left, section.news-feed section.event.full-width.right {
  padding-bottom: 94px;
}

section.news-feed section.event.full-width.left .date, section.news-feed section.event.full-width.right .date {
  top: 1.125rem !important;
  margin-left: -33.5%;
}

section.news-feed section.event.full-width.left .image .figure, section.news-feed section.event.full-width.right .image .figure {
  display: block;
  min-height: 367px !important;
  margin-left: -35.9%;
  width: 136%;
}

@media (max-width: 1199.98px) {
  section.news-feed section.event.full-width.left .column.block {
    bottom: auto;
  }
  section.news-feed section.event.full-width.left, section.news-feed section.event.full-width.right {
    padding-bottom: 0;
  }
  section.news-feed section.event.full-width.left .date, section.news-feed section.event.full-width.right .date {
    margin-left: 0;
  }
  section.news-feed section.event.full-width.left .image .figure, section.news-feed section.event.full-width.right .image .figure {
    position: relative;
    min-height: 178px !important;
    margin-left: 0;
    width: 100%;
  }
}

.news-related {
  color: #fff;
  background-size: cover;
  padding-top: 7.5rem;
  padding-bottom: 7.375rem;
}

@media (max-width: 1199.98px) {
  .news-related {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    background-image: none !important;
  }
}

.news-related h2 {
  font-weight: 400;
  margin-bottom: 1rem;
}

.news-related h2 .see-more {
  display: inline-block;
}

@media (max-width: 1199.98px) {
  .news-related h2 .see-more {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .news-related .events {
    padding-bottom: 4rem;
  }
  .news-related .events .see-more {
    display: block;
  }
}

.news-related .event {
  padding: 2rem 0;
  border-bottom: solid #245893 1px;
}

.news-related .event:last-of-type {
  margin-bottom: 2rem;
}

.news-related .date-wrapper {
  display: flex;
  flex-direction: column;
  background-color: #DCA70F;
  border-radius: 50%;
  width: 75px;
  height: 75px;
}

.news-related .date {
  margin: auto;
  text-transform: capitalize;
  color: #0A2E57;
  font-weight: bold;
  text-align: center;
  line-height: 1.7rem;
}

.news-related .date-month {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: poynter-gothic-text, sans-serif, sans-serif;
}

.news-related .date-day {
  font-size: 1.3125rem;
  font-family: poynter-gothic-text-condense, sans-serif, sans-serif;
}

.news-related .details {
  padding-left: 0.4rem;
}

.news-related .details h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}

.news-related .details p {
  font-size: 0.875rem;
  color: #929CB3;
  margin-bottom: 0;
  letter-spacing: -0.5px;
}

.news-related a.see-more:link, .news-related a.see-more:visited {
  color: #DCA70F;
  font-weight: bold;
  float: right;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: poynter-gothic-text, sans-serif, sans-serif;
  border-bottom: 2px #DCA70F solid;
  transition: all, 0.25s;
}

.news-related a.see-more:hover, .news-related a.see-more:active {
  transform: translateY(-0.25rem);
  border-color: #fff;
  color: #fff;
  text-decoration: none;
  transition: all, 0.25s;
}

.news-related .news h2 a.see-more:link, .news-related .news h2 a.see-more:visited {
  color: #DCA70F;
  font-weight: bold;
  float: right;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: poynter-gothic-text, sans-serif, sans-serif;
  border-bottom: 2px #DCA70F solid;
  transition: all, 0.25s;
}

.news-related .news h2 a.see-more:hover, .news-related .news h2 a.see-more:active {
  transform: translateY(-0.25rem);
  border-color: #fff;
  color: #fff;
  text-decoration: none;
  transition: all, 0.25s;
}

@media (min-width: 1070px) {
  .news-related .news h2 a.see-more {
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .news-related .news h2 a.see-more {
    display: none;
  }
}

.news-related .news .row {
  padding-top: 2rem;
}

@media (max-width: 1199.98px) {
  .news-related .news .row {
    padding-top: 0;
  }
}

.news-related .news .column {
  background-color: #fff;
}

.news-related .news .figure {
  position: relative;
  height: 147px;
}

.news-related .news .figure .date {
  position: absolute;
  top: 1.125rem;
  left: 0;
  display: block;
  padding: 0.25rem 2.5rem;
  background-color: #DCA70F;
  font-family: "Times New Roman", Times, serif;
  font-size: 1rem;
  font-style: italic;
  color: #0A2E57;
}

.news-related .news .inner {
  padding: 26px 30px;
}

.news-related .news .see-more {
  display: none;
  margin-top: 1rem;
}

@media (max-width: 1199.98px) {
  .news-related .news .see-more {
    display: block;
  }
}

.people-intro .summary, .event-intro .summary {
  position: relative;
  display: flex;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
}

.people-intro .summary .figure, .event-intro .summary .figure {
  width: 250px;
  height: 250px;
  background-size: cover;
}

.people-intro .summary .content, .event-intro .summary .content {
  display: flex;
  flex-direction: column;
  margin: auto 50px;
}

.people-intro .summary p, .event-intro .summary p {
  max-width: 100%;
}

.people-intro .summary p.eyebrow, .event-intro .summary p.eyebrow {
  color: #555E67;
}

.people-intro .summary p.body, .event-intro .summary p.body {
  text-align: left;
}

.people-intro .contact, .event-intro .contact {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  background: #0A2E57;
  padding: 33px 45px;
  color: #fff;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}

.people-intro .contact > div + div, .event-intro .contact > div + div {
  margin-left: 2rem;
}

.people-intro .contact > div a, .event-intro .contact > div a {
  position: relative;
  padding-left: 1.75rem;
  color: #DCA70F;
}

.people-intro .contact > div a:before, .event-intro .contact > div a:before, .people-intro .contact > div span:before  {
  position: absolute;
  top: -0.3rem;
  left: 0;
  font-family: "Material Icons";
  color: #fff;
  font-size: 22px;
  margin-right: 0.5rem;
  margin-right: 0.5rem;
}
.people-intro .contact >  div.location span {position: relative; padding-left: 1.75rem;}

.people-intro .contact > div.email a:before, .event-intro .contact > div.email a:before {
  content: '\f1fa';
  font-family: 'FontAwesome';
}

.people-intro .contact > div.location span:before, .event-intro .contact > div.location a:before {
  content: '\e8b4';
}

.people-intro .contact > div.phone a:before, .event-intro .contact > div.phone a:before {
  content: '\e0cd';
}

@media (max-width: 1069.98px) {
  .people-intro .summary, .event-intro .summary {
    flex-direction: column;
    overflow: hidden;
    margin-top: -86px;
  }
  .people-intro .summary .figure, .event-intro .summary .figure {
    width: 100%;
    min-height: 230px;
    background-position: center;
  }
  .people-intro .summary .content, .event-intro .summary .content {
    margin: 34px 26px;
  }
  .people-intro .contact, .event-intro .contact {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    background: #0A2E57;
    padding: 33px 26px;
    color: #fff;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
  .people-intro .contact > div, .event-intro .contact > div {
    padding-bottom: 1.125rem;
  }
  .people-intro .contact > div + div, .event-intro .contact > div + div {
    margin-left: 0;
  }
  .people-intro .contact > div a, .event-intro .contact > div a {
    position: relative;
    padding-left: 1.75rem;
    color: #DCA70F;
  }
  .people-intro .contact > div a:before, .event-intro .contact > div a:before {
    position: absolute;
    top: -0.3rem;
    left: 0;
    font-family: "Material Icons";
    color: #fff;
    font-size: 22px;
    margin-right: 0.5rem;
    margin-right: 0.5rem;
  }
  .people-intro .contact > div.location, .event-intro .contact > div.location {
    padding-bottom: 0;
  }
}

.people-profile-cards form .form-group.form-type {
  flex: 2;
}

.people-profile-cards form .form-group.form-search {
  flex: 3;
}

@media (max-width: 1199.98px) {
  .people-profile-cards form .form-group.form-search {
    flex: 2;
  }
}

@media (max-width: 1199.98px) {
  .people-profile-cards form .form-group.less {
    flex: 1;
  }
}

.people-profile-cards .container > .row {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .people-profile-cards .container > .row > [class*="col-"] {
    padding-left: 9px;
    padding-right: 9px;
  }
}

.people-profile-cards .column {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 0 !important;
}

.people-profile-cards .column.no-image {
  margin-top: 0;
  margin-bottom: 30px;
}

.people-profile-cards .column.no-image .inner {
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 36px 10px;
}

.people-profile-cards .column.no-image .inner h4 {
  margin-bottom: 30px;
}

.people-profile-cards .column.no-image .inner p {
  margin-bottom: 0;
}

.people-profile-cards .column .inner {
  margin-top: -32px;
}

@media (min-width: 1070px) {
  .people-profile-cards .column .inner {
    padding-bottom: 0 !important;
  }
}

.people-profile-cards .column .inner h4 {
  margin-bottom: 45px;
}

.people-profile-cards .column figure {
  transform: translateY(0);
  margin-bottom: 40px;
}

@media (max-width: 1069.98px) {
  .people-profile-cards .container > .row > [class*="col-"] {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .people-profile-cards .column.no-image .inner {
    padding: 31px 0 10px;
  }
  .people-profile-cards .column.no-image .inner h4 {
    margin-bottom: 20px;
  }
  .people-profile-cards .column .inner h4 {
    margin-bottom: -14px;
  }
  .people-profile-cards .column figure {
    margin-bottom: 25px;
  }
}

@media (max-width: 767.98px) {
  .people-profile-cards .container > .row > [class*="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

/*.people-profile-carousel, .people-profile-cards {*/
/*  padding-top: 6.25rem;*/
/*}*/

.people-profile-carousel .row, .people-profile-cards .row {
  justify-content: flex-start !important;
}

.people-profile-carousel .flickity-viewport, .people-profile-cards .flickity-viewport {
  margin-left: 9px;
  margin-right: -26%;
}

.people-profile-carousel .flickity-slider, .people-profile-cards .flickity-slider {
  width: 81%;
  margin-left: -9px;
  margin-right: -9px;
}

.people-profile-carousel .intro, .people-profile-cards .intro {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 767.98px) {
  .people-profile-carousel .intro, .people-profile-cards .intro {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

.people-profile-carousel .intro h2, .people-profile-cards .intro h2 {
  font-family: "Times New Roman", Times, serif;
  color: #0A2E57;
  padding-bottom: 2.1875rem;
  margin-left: 0;
  text-align: left;
}

.people-profile-carousel .column, .people-profile-cards .column {
  overflow: visible;
  background-color: #fff;
  margin-top: 1.6rem;
  margin-bottom: 0;
}

.people-profile-carousel .column .inner, .people-profile-cards .column .inner {
  padding-bottom: 2.4375rem;
}

.people-profile-carousel figure, .people-profile-cards figure {
  transform: translateY(-25px);
  margin-bottom: 0;
}

.people-profile-carousel h3, .people-profile-cards h3 {
  margin-bottom: 0.5rem;
}

.people-profile-carousel .column h3 a, .people-profile-cards .column h3 a {
    color: #0A2E57;
    text-decoration: none;
}

.people-profile-carousel .column .inner h3 a:hover, .people-profile-cards .column .inner h3 a:hover {
    text-decoration: underline;
}

.people-profile-carousel .class-year, .people-profile-cards .class-year {
  color: #286DAF;
  margin-bottom: 3rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 3rem;
  text-align:center;
}

.people-profile-carousel .class-year:after, .people-profile-cards .class-year:after {
  content: '';
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 5px;
  background-color: #DCA70F;
}

@media (max-width: 1199.98px) {
  .people-profile-carousel .class-year, .people-profile-cards .class-year {
    margin-bottom: 2.5rem;
  }
  .people-profile-carousel .class-year:after, .people-profile-cards .class-year:after {
    bottom: -1.25rem;
  }
}

.people-profile-carousel p, .people-profile-cards p {
  font-size: 0.875rem;
  margin-bottom: 2rem;
  letter-spacing: -0.5px;
}
.people-profile-carousel p{
    text-align: left;
}

@media (max-width: 1639.98px) {
  .people-profile-carousel .flickity-viewport, .people-profile-cards .flickity-viewport {
    margin-right: -9px;
  }
  .people-profile-carousel .flickity-slider, .people-profile-cards .flickity-slider {
    width: 100%;
  }
}

.programs-listing-filter {
  padding-top: 0;
}

.programs-listing-filter .inner {
  width: 100%;
  padding: 10px 30px 30px;
  background: #D4D6DD;
  border-radius: 5px;
}

.programs-listing-filter h3 {
  display: flex;
  flex-direction: column;
}

.programs-listing-filter h3 a {
  margin-top: auto;
}

.programs-listing-filter h3 button {
  position: absolute;
  top: 12px;
  right: 0;
  margin-top: 0;
}

.programs-listing-filter h3 button span.navbar-toggler-icon {
  position: relative;
}

.programs-listing-filter h3 button span.navbar-toggler-icon:before {
  font-family: "Material Icons";
  content: '\e316';
  font-size: 22px;
  background: transparent;
  color: #0A2E57;
  height: 15px;
  z-index: 9999;
  width: 25px;
  display: block;
}

.programs-listing-filter h3 button.collapsed span.navbar-toggler-icon:before {
  content: '\e313';
}

@media (max-width: 1069.98px) {
  .programs-listing-filter h3 {
    width: 100%;
    margin-bottom: 0;
    background: #D4D6DD;
    height: 55px;
    border-radius: 5px;
  }
  .programs-listing-filter h3 a {
    padding: 1rem;
  }
  .programs-listing-filter h3 a.navbar-toggler {
    background-color: #0A2E57;
    color: #fff;
    border-radius: 5px 5px 0 0;
  }
  .programs-listing-filter h3 a.navbar-toggler.collapsed {
    background-color: #D4D6DD;
    color: #0A2E57;
    border-radius: 5px;
  }
  .programs-listing-filter h3 button.navbar-toggler span:before {
    color: #fff;
  }
  .programs-listing-filter h3 button.navbar-toggler.collapsed span:before {
    color: #0A2E57;
  }
  .programs-listing-filter .inner {
    border-radius: 0 0 5px 5px;
  }
}

.programs-listing-filter .h6 {
  margin-bottom: 10px;
  padding-top: 20px;
}

.programs-listing-filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.programs-listing-filter ul > li > ul {
  padding-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.programs-listing-filter a {
  margin-top: 30px;
}

.programs-listing-filter a.reset:before {
  content: '\e5d5';
  font-family: "Material Icons";
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  vertical-align: sub;
  display: inline-block;
  margin-right: 0.25rem;
}

@media (max-width: 1069.98px) {
  .programs-listing-filter a.reset {
    width: 50%;
    margin: 30px auto 0;
  }
}

.programs-listing .inner {
  padding: 32px;
  margin: 0;
  background-color: #fff;
}

.programs-listing .inner h3 {
  margin-bottom: 0.5rem; /* was 1rem */
  font-size: 1.25rem;
}

.programs-listing .inner p.body {
  font-size: 0.875rem;
  line-height: 1.4375rem;
  width: 530px;
}

.programs-listing .inner .container {
  padding: 0;
}

.programs-listing .inner .ctas {
  display: flex;
  justify-content: flex-end;
}

.programs-listing .featured .column {
  margin-bottom: 0;
}

.programs-listing .featured .figure {
  height: 223px;
}

.programs-listing .normal a {
    text-decoration: none;
}

.programs-listing .normal a:hover {
    text-decoration: underline;
    color: #0A2E57;
}

.programs-listing .normal .column {
  position: relative;
  display: flex;
  flex-direction: row;
  background-color: #fff;
  margin-bottom: 0;
}

.programs-listing .normal .figure {
  display: flex;
  height: 133px;
  width: 127px; /* was 162px */
  min-width: 127px; /* new */
  background-position: center; /* new */
}

.programs-listing .normal .content {
  display: flex;
  flex-direction: column;
  max-width: 220px;
}

.programs-listing .normal .inner {
  padding: 0 15px; /* was 22px */
  margin: auto;
}

.programs-listing .normal .ctas {
  justify-content: flex-start;
}

 @media (max-width: 1069px) and (min-width: 425px) {
   .programs-listing .normal .figure {
     width: 162px;
     min-width: 162px;
  }
  .programs-listing .normal .content {
     max-width: 100%;
  }
}

@media (max-width: 360px) {
  .programs-listing .normal .figure {
    width: 90px;
    min-width: 90px;
  }
}

/*@media (max-width: 1199.98px) {*/
/*  .programs-listing .details .ctas {*/
/*    justify-content: flex-start;*/
/*    margin-bottom: 17px;*/
/*  }*/
/*  .programs-listing .inner p.body {*/
/*    width: 100%;*/
/*  }*/
/*  .programs-listing .normal {*/
/*    position: relative;*/
/*  }*/
/*  .programs-listing .normal .column {*/
/*    flex-direction: column;*/
/*    color: #fff;*/
/*    height: 133px;*/
/*    background: transparent;*/
/*  }*/
/*  .programs-listing .normal .figure {*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    z-index: 10;*/
/*  }*/
/*  .programs-listing .normal .figure:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    background: rgba(32, 32, 32, 0.6);*/
/*    width: 100%;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    z-index: 0;*/
/*  }*/
/*  .programs-listing .normal .content {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    z-index: 20;*/
/*  }*/
/*  .programs-listing .normal .content h3 a {*/
/*    color: #fff;*/
/*  }*/
/*  .programs-listing .normal .inner {*/
/*    padding: 0 32px;*/
/*    margin: auto auto auto 0;*/
/*    background-color: transparent;*/
/*  }*/
/*  .programs-listing .normal .ctas {*/
/*    justify-content: left;*/
/*  }*/
/*  .programs-listing .normal .ctas .btn-primary {*/
/*    background-color: transparent;*/
/*    border-color: #fff;*/
/*    color: #fff;*/
/*  }*/
/*  .programs-listing .normal .ctas .btn-primary.no-hover:hover {*/
/*    color: #fff !important;*/
/*    border-color: #fff;*/
/*    background: transparent !important;*/
/*    text-decoration: none;*/
/*  }*/
/*}*/

.sidebar-callout .column {
  background: transparent;
  border-radius: 0;
  margin-bottom: 0;
}

.sidebar-callout .inner {
  padding: 22px 0 0;
}

.sidebar-callout p.body {
  font-size: 0.875rem;
  line-height: 1.4375rem;
  letter-spacing: -0.5px;
}

.sidebar-callout .figure {
  height: 140px;
}

.sidebar-cta .column {
  text-align: center;
  padding: 36px;
}

.sidebar-cta .column h2, .sidebar-cta .column p {
  color: #fff;
}

.sidebar-event-widget {
  position: relative;
  padding: 0;
}

.sidebar-event-widget .column {
  position: relative;
  background: transparent;
  border-radius: 0;
}

.sidebar-event-widget .inner {
  padding: 22px 0 0;
}

.sidebar-event-widget .date-wrapper {
  position: absolute;
  top: -25px;
  left: -12px;
  display: flex;
  flex-direction: column;
  background: #DCA70F;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}

@media (max-width: 1069.98px) {
  .sidebar-event-widget .date-wrapper {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 767.98px) {
  .sidebar-event-widget .date-wrapper {
    width: 80px;
    height: 80px;
  }
}

.sidebar-event-widget .date-wrapper .date {
  margin: auto;
}

.sidebar-event-widget .date-wrapper .date-day {
  margin: 0;
}

.sidebar-event-widget .date-wrapper .date-month {
  font-size: 12px;
  margin-bottom: 0.25rem;
}

.sidebar-event-widget .date-wrapper .date-day {
  font-size: 21px;
}

.sidebar-event-widget p.body {
  font-size: 0.875rem;
  line-height: 1.4375rem;
  letter-spacing: -0.5px;
}

.sidebar-event-widget .figure {
  height: 140px;
  width: 100%;
}

@media (max-width: 1069.98px) {
  .sidebar-event-widget .inner {
    margin: 0;
  }
}

.sidebar-event-widget > .container {
  padding-left: 0;
  padding-right: 0;
}

.sidebar-event-widget h4.title {
  margin-bottom: 0;
  padding-bottom: 1rem;
}

.sidebar-event-widget .column {
  margin-top: 25px;
  overflow: visible;
}

.sidebar-instagram h2:before {
  content: "\f16d";
  margin: auto;
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 18px;
  margin-right: 0.5rem;
}

.sidebar-instagram a.read-more {
  border-bottom: 0 !important;
}

.sidebar-instagram .slide {
  width: 100%;
}

.sidebar-instagram .carousel-status .inner {
  padding: 0;
}

.sidebar-instagram .column {
  background-color: #fff;
}

.sidebar-instagram .figure {
  position: relative;
  height: 147px;
}

.sidebar-instagram .figure .date {
  position: absolute;
  top: 1.125rem;
  left: 0;
  display: block;
  padding: 0.25rem 2.5rem;
  background-color: #DCA70F;
  font-family: "Times New Roman", Times, serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
  color: #0A2E57;
}

.sidebar-instagram .inner {
  padding: 26px 30px;
}

.sidebar-instagram .figure {
  display: block;
  width: 100%;
  height: 244px;
  background-size: cover;
}

.sidebar-instagram .column {
  background-color: transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sidebar-instagram .inner {
  margin: auto 0;
}

.sidebar-instagram .video-link {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  transition: all, 0.2s;
  line-height: 0;
  font-size: 0;
  color: transparent;
  left: 50%;
  right: auto;
}

.sidebar-instagram .video-link::after {
  content: '\e037';
  font-family: "Material Icons";
  font-size: 2rem;
  margin: auto;
  color: #0A2E57;
  transition: all, 0.2s;
}

.sidebar-instagram .video-link:hover, .sidebar-instagram .video-link:focus, .sidebar-instagram .video-link:active {
  background: #D4D6DD;
  text-decoration: none;
}

.sidebar-instagram .video-link:hover:after, .sidebar-instagram .video-link:focus:after, .sidebar-instagram .video-link:active:after {
  text-decoration: none;
  transition: all, 0.2s;
}

.sidebar-instagram .video-link:hover:after:after, .sidebar-instagram .video-link:focus:after:after, .sidebar-instagram .video-link:active:after:after {
  transition: all, 0.2s;
}

@media (max-width: 767.98px) {
  .sidebar-instagram .video-link {
    width: 78px;
    height: 78px;
  }
  .sidebar-instagram .video-link:hover, .sidebar-instagram .video-link:focus, .sidebar-instagram .video-link:active {
    text-decoration: none;
    width: 80px;
    height: 80px;
  }
}

.sidebar-instagram .flickity-prev-next-button {
  margin-top: 20px;
}

.sidebar-instagram .flickity-prev-next-button.previous {
  margin-left: 0;
}

.sidebar-instagram .flick-carousel .carousel-status {
  margin-top: 20px;
}

@media (max-width: 1199.98px) {
  .sidebar-instagram .figure {
    height: 288px;
    width: 288px;
    margin: 0 auto;
  }
}

.sidebar-nav {
  padding-bottom: 0;
}

.sidebar-nav .container {
  padding-left: 0;
  padding-right: 0;
}

.sidebar-nav .sub-nav {
  background: #fff;
  text-align: left;
  z-index: 900;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .sidebar-nav .sub-nav {
    border-radius: 5px 5px 0 0;
  }
}

.sidebar-nav .sub-nav .heading {
  position: relative;
  display: block;
  color: #0A2E57;
  font-size: 1rem;
  background-color: #DCA70F;
  padding: 2px;
  font-family: poynter-gothic-text, sans-serif, sans-serif;
  margin: 0;
}

.sidebar-nav .sub-nav .heading:before {
  display: none;
}

/*.sidebar-nav .sub-nav .heading a {*/
/*  display: block;*/
/*  text-align: left;*/
/*  padding: 1.2rem 2rem;*/
/*}*/

@media (max-width: 1199.98px) {
  .sidebar-nav .sub-nav .heading {
    padding: 1px;
  }
}

.sidebar-nav .sub-nav button {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  margin-top: 0;
}

.sidebar-nav .sub-nav button span.navbar-toggler-icon {
  position: relative;
  line-height: 0;
  font-size: 0;
  color: transparent;
}

.sidebar-nav .sub-nav button span.navbar-toggler-icon:before {
  font-family: "Material Icons";
  content: '\e316';
  font-size: 22px;
  line-height: 22px;
  background: transparent;
  color: #0A2E57;
  height: 15px;
  z-index: 9999;
  width: 25px;
  display: block;
}

.sidebar-nav .sub-nav button.collapsed span.navbar-toggler-icon:before {
  content: '\e313';
}

.sidebar-nav .sub-nav .navbar {
  display: block;
}

.sidebar-nav .sub-nav ul.navbar-nav {
  display: block;
  padding: 1rem 0;
  margin: 0;
  width: 100%;
}

.sidebar-nav .sub-nav ul.navbar-nav li {
  list-style: none;
}

.sidebar-nav .sub-nav ul.navbar-nav li.nav-item.cta {
  padding-left: 0.5rem;
}

.sidebar-nav .sub-nav ul.navbar-nav li.nav-item.cat a:link, .sidebar-nav .sub-nav ul.navbar-nav li.nav-item.cat a:visited {
  margin-bottom: 0;
  font-size: 0.75rem;
}

.sidebar-nav .sub-nav ul.navbar-nav li.nav-item.cat a i {
  font-size: 0.75rem;
  transform: rotate(180deg);
}

.sidebar-nav .sub-nav ul.navbar-nav li.nav-item.cat a.collapsed i {
  transform: rotate(0deg);
}

.sidebar-nav .sub-nav ul.navbar-nav li.nav-item.cat li.cta a.nav-link:link, .sidebar-nav .sub-nav ul.navbar-nav li.nav-item.cat li.cta a.nav-link:visited {
  padding: 0.5rem 0;
}

.sidebar-nav .sub-nav ul.navbar-nav li.divider {
  margin: 1rem 2rem;
  border-top: 1px #D4D6DD solid;
}

.sidebar-nav .sub-nav ul.navbar-nav li a:link, .sidebar-nav .sub-nav ul.navbar-nav li a:visited {
  display: block;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.125rem;
  letter-spacing: -0.5px;
  padding: 0.5rem 2rem;
}

.sidebar-nav .sub-nav ul.navbar-nav li a:link i, .sidebar-nav .sub-nav ul.navbar-nav li a:visited i {
  margin-left: 0.5rem;
  font-size: 0.9375rem;
}

.sidebar-nav .sub-nav ul.navbar-nav li a:active, .sidebar-nav .sub-nav ul.navbar-nav li a:hover {
  text-decoration: underline;
}

@media (max-width: 1069.98px) {
  .sidebar-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    padding-top: 0;
    padding-bottom: 0;
  }
  .sidebar-nav .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.sidebar-news .column {
  background-color: #fff;
}

.sidebar-news .figure {
  position: relative;
  height: 147px;
}

.sidebar-news .figure .date {
  position: absolute;
  top: 1.125rem;
  left: 0;
  display: block;
  padding: 0.25rem 2.5rem;
  background-color: #DCA70F;
  font-family: "Times New Roman", Times, serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
  color: #0A2E57;
}

.sidebar-news .inner {
  padding: 26px 30px;
}

.sidebar-news .column {
  margin-bottom: 0;
}

.sidebar-news h2 {
  margin-bottom: 20px;
}

.sidebar-news h2 a.read-more:link, .sidebar-news h2 a.read-more:visited {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  float: right;
}

.sidebar-outset {
  margin-top: -3rem;
}

.sidebar-outset .column {
  background: transparent;
  border-radius: 0;
  margin-bottom: 0;
}

.sidebar-outset .inner {
  padding: 22px 0 0;
}

.sidebar-outset blockquote {
  margin: 0;
}

.sidebar-outset .figure {
  position: absolute;
  right: 0;
  height: 216px;
  width: 426px;
  margin-left: -142px;
}

.sidebar-outset .content {
  margin-top: 230px;
}

@media (max-width: 1069.98px) {
  .sidebar-outset {
    margin-top: 0;
  }
  .sidebar-outset .column {
    overflow: visible;
  }
  .sidebar-outset .figure {
    position: relative;
    height: 154px;
    width: calc(100% + 18px);
    margin-left: -18px;
    right: auto;
  }
  .sidebar-outset .content {
    margin-top: 0;
    padding-left: 9px;
    padding-right: 9px;
  }
}

.sidebar-related-programs .program {
  position: relative;
  padding: 32px 30px;
  border-radius: 5px;
  height: 88px;
  background-size: cover;
  margin-bottom: 1rem;
  overflow: hidden;
  background-color: #042345;
  transition: all 0.2s;
}

.sidebar-related-programs .program:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(32, 32, 32, 0.6);
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.sidebar-related-programs .program:last-of-type {
  margin-bottom: 0;
}

.sidebar-related-programs .program:hover:before, .sidebar-related-programs .program:focus:before, .sidebar-related-programs .program:active:before {
  background: rgba(120, 120, 120, 0.6);
  transition: all 0.2s;
}

.sidebar-related-programs .program a {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.sidebar-related-programs .program a:link span, .sidebar-related-programs .program a:visited span {
  color: #fff !important;
  margin: auto 0 auto 30px;
}

.sidebar-related-programs .program a:hover, .sidebar-related-programs .program a:focus, .sidebar-related-programs .program a:active {
  text-decoration-color: #fff !important;
}

.sidebar-video .column {
  background-color: #fff;
}

.sidebar-video .figure {
  position: relative;
  height: 147px;
}

.sidebar-video .figure .date {
  position: absolute;
  top: 1.125rem;
  left: 0;
  display: block;
  padding: 0.25rem 2.5rem;
  background-color: #DCA70F;
  font-family: "Times New Roman", Times, serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
  color: #0A2E57;
}

.sidebar-video .inner {
  padding: 26px 30px;
}

.sidebar-video .figure {
  width: 100%;
  height: 197px;
  background-size: cover;
}

.sidebar-video .column {
  background-color: transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sidebar-video .inner {
  margin: auto 0;
}

.sidebar-video p {
  margin-bottom: 0;
}

.sidebar-video .video-link {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  transition: all, 0.2s;
  line-height: 0;
  font-size: 0;
  color: transparent;
  left: 50%;
  right: auto;
}

.sidebar-video .video-link::after {
  content: '\e037';
  font-family: "Material Icons";
  font-size: 2rem;
  margin: auto;
  color: #0A2E57;
  transition: all, 0.2s;
}

.sidebar-video .video-link:hover, .sidebar-video .video-link:focus, .sidebar-video .video-link:active {
  background: #D4D6DD;
  text-decoration: none;
}

.sidebar-video .video-link:hover:after, .sidebar-video .video-link:focus:after, .sidebar-video .video-link:active:after {
  text-decoration: none;
  transition: all, 0.2s;
}

.sidebar-video .video-link:hover:after:after, .sidebar-video .video-link:focus:after:after, .sidebar-video .video-link:active:after:after {
  transition: all, 0.2s;
}

@media (max-width: 767.98px) {
  .sidebar-video .video-link {
    width: 78px;
    height: 78px;
  }
  .sidebar-video .video-link:hover, .sidebar-video .video-link:focus, .sidebar-video .video-link:active {
    text-decoration: none;
    width: 80px;
    height: 80px;
  }
}

.social-links ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.social-links ul li {
  padding: 0 10px;
}

.social-links ul li a {
  text-align: center;
  display: flex;
  flex-direction: column;
  font-size: 0;
  text-decoration: none;
  width: 20px;
  height: 20px;
  padding: 0;
  transition: all, 0.2s;
}

.social-links ul li a::before {
  color: #042345;
  margin: auto;
  font-family: "fontawesome";
  font-size: 20px;
}

.social-links ul li a::before:hover {
  background-color: #042345;
  color: #fff;
}

.social-links ul li a:before {
  margin: auto;
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 18px;
}

.social-links ul li a.facebook::before {
  content: "\f09a";
}

.social-links ul li a.twitter::before {
  content: "\f099";
}

.social-links ul li a.linkedin::before {
  content: "\f0e1";
}

.social-links ul li a.youtube::before {
  content: "\f16a";
}

.social-links ul li a.instagram::before {
  content: "\f16d";
}

.social-links ul li a.snapchat::before {
  content: "\f2ac";
}

.social-links ul li a.facebook:before {
  content: '\f082';
}

.social-links ul li a:hover, .social-links ul li a:focus, .social-links ul li a:active {
  background: #D4D6DD;
  transition: all, 0.2s;
}

.social-share ul {
  justify-content: space-between;
  flex-direction: column;
  padding: 0;
}

.social-share ul li {
  display: block;
  padding: 0 10px;
}

.social-share ul li a {
  text-align: center;
  display: flex;
  flex-direction: column;
  font-size: 0;
  text-decoration: none;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-bottom: 25px;
  transition: all, 0.2s;
}

.social-share ul li a.twitter {
  width: 18px;
  height: 18px;
}

.social-share ul li a:before {
  margin: auto;
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 18px;
}

.social-share ul li a.facebook::before {
  content: "\f09a";
}

.social-share ul li a.twitter::before {
  /*content: "\f099";*/
  content: "";
  background: #042345 url("../images/x-logo-cropped.png");
  width: 18px;
  height: 18px;
  background-size: cover;
}

.social-share ul li a.linkedin::before {
  content: "\f0e1";
}

.social-share ul li a.youtube::before {
  content: "\f16a";
}

.social-share ul li a.instagram::before {
  content: "\f16d";
}

.social-share ul li a.snapchat::before {
  content: "\f2ac";
}

.social-share ul li a::before {
  color: #042345;
  margin: auto;
  font-family: "fontawesome";
  font-size: 22px;
}

.social-share ul li a::before:hover {
  background-color: #042345;
  color: #fff;
}

.social-share ul li a.facebook:before {
  content: '\f082';
}

.social-share ul li a:hover, .social-share ul li a:focus, .social-share ul li a:active {
  background: #D4D6DD;
  transition: all, 0.2s;
}

.social-share ul li a:hover.twitter::after {
  content: "";
  background: #000;
  opacity: 0.17;
  height: 20px;
  width: 20px;
  position: absolute;
}

@media (max-width: 767.98px) {
  .social-share {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .social-share > * {
    margin: auto 0;
  }
  .social-share h3 {
    margin-right: 20px;
  }
  .social-share ul {
    flex-direction: row;
  }
  .social-share ul li {
    display: inline-block;
  }
  .social-share ul li a {
    margin-bottom: 0;
  }
}

/*
.split-content-module {
    @include make-container(small);
    .split-text-block {
        padding-bottom: $grid-gutter-width + 10;
        margin-bottom: $grid-gutter-width + 10;
        border-bottom: solid 1px $border-gray;
        &:last-child {
            border-bottom: none;
        }
        @include make-row(2);

        @include media-breakpoint-up(lg) {
            align-items: center;
        }
        > section {
            @include make-col-ready();
            @include make-col(1, 12, 2);
            @include media-breakpoint-down(sm) {
                .btn {
                    display: block;
                }
            }
            @include media-breakpoint-up(md_custom) {
                @include make-col(2, 6, 1);
            }
        }
        > figure {
            @include make-col-ready();
            @include make-col(1, 12, 2);
            position: relative;
            margin: 0;
            &:after {
                content: "";
                position: absolute;

                display: block;
                height: 16px;
                width: 100%;
                background-size: 100%;
                background-repeat: repeat-x;
                background-image: url("../img/stripepattern-horizontal-alt.png");
                @include media-breakpoint-up(md_custom) {
                    height: 100%;
                    top: 0;
                    width: 16px;
                    background-image: url("../img/stripepattern-vertical.png");
                    background-repeat: repeat-y;
                }
            }
            img {
                width: 100%;
            }
            @include media-breakpoint-up(md_custom) {
                @include make-col(1, 6, 1);
            }
        }
        &.image-left {
            > figure {
                @include media-breakpoint-up(md_custom) {
                    padding-right: 16px;
                }
                &:after {
                    right: 0;
                }
            }
        }
        &.image-right {
            @include media-breakpoint-up(md_custom) {
                -ms-flex-direction: row-reverse;
            }
            > section {
                @include make-col(1, 12, 2);
                @include media-breakpoint-up(md_custom) {
                    @include make-col(1, 6, 1);
                    grid-row: 1;
                }
            }
            > figure {
                @include make-col(1, 12, 2);
                @include media-breakpoint-up(md_custom) {
                    padding-left: 16px;
                }
                &:after {
                    left: 0;
                }
                @include media-breakpoint-up(md_custom) {
                    @include make-col(2, 6, 1);
                }
            }
        }
        h3{
            color:$dark-blue-alt;
        }

        > figure {
            img {
                width: 100%;
            }
        }
    }
}
*/
.two-column-content h2, section.news-event-featured h2, section.news-feed section.event.full-width h2 {
  font-weight: bold;
}

.two-column-content .figure, section.news-event-featured .figure, section.news-feed section.event.full-width .figure {
  display: block;
  width: 100%;
  min-height: 470px;
  background-size: cover;
}

@media (max-width: 1199.98px) {
  .two-column-content .figure, section.news-event-featured .figure, section.news-feed section.event.full-width .figure {
    display: block;
    min-height: 178px !important;
    background-position: 50% 50%;
  }
}

.two-column-content.overlap > .container > .row, section.overlap.news-event-featured > .container > .row, section.news-feed section.overlap.event.full-width > .container > .row {
  display: flex;
  flex-direction: row;
}

.two-column-content.overlap .column, section.overlap.news-event-featured .column, section.news-feed section.overlap.event.full-width .column {
  width: 250%;
  position: absolute;
  z-index: 800;
  display: block;
  height: auto;
  background-color: #fff;
}

@media (max-width: 1199.98px) {
  .two-column-content.overlap .column, section.overlap.news-event-featured .column, section.news-feed section.overlap.event.full-width .column {
    width: 100%;
    position: relative;
    border-radius: 0 0 5px 5px;
    margin-bottom: 0;
  }
}

.two-column-content.overlap .column .inner, section.overlap.news-event-featured .column .inner, section.news-feed section.overlap.event.full-width .column .inner {
  padding: 44px 45px;
}

@media (max-width: 1199.98px) {
  .two-column-content.overlap .column .inner, section.overlap.news-event-featured .column .inner, section.news-feed section.overlap.event.full-width .column .inner {
    padding: 33px 26px 26px;
  }
}

.two-column-content.overlap .column p.body, section.overlap.news-event-featured .column p.body, section.news-feed section.overlap.event.full-width .column p.body {
  color: #0A2E57;
}

.two-column-content.overlap .column .ctas.text, section.overlap.news-event-featured .column .ctas.text, section.news-feed section.overlap.event.full-width .column .ctas.text {
  display: flex;
  flex-wrap: wrap;
  /*margin-top: 24px;*/
  /*padding-top: 10px;*/
}

.two-column-content.overlap .column .ctas.text .cta, section.overlap.news-event-featured .column .ctas.text .cta, section.news-feed section.overlap.event.full-width .column .ctas.text .cta {
  width: 50%;
}

.two-column-content.overlap .column .ctas.text .cta a, section.overlap.news-event-featured .column .ctas.text .cta a, section.news-feed section.overlap.event.full-width .column .ctas.text .cta a {
  text-align: left;
  margin: 0;
  padding-top: 14px;
}

section.overlap.news-event-featured .column .ctas.text .cta a:hover, section.news-feed section.overlap.event.full-width .column .ctas.text .cta a:hover, .two-column-content.overlap .column .ctas.text .cta a:focus, section.overlap.news-event-featured .column .ctas.text .cta a:focus, section.news-feed section.overlap.event.full-width .column .ctas.text .cta a:focus, .two-column-content.overlap .column .ctas.text .cta a:active, section.overlap.news-event-featured .column .ctas.text .cta a:active, section.news-feed section.overlap.event.full-width .column .ctas.text .cta a:active {
  border-bottom-color: #0A2E57 !important;
  text-decoration: none;
}

.two-column-content.true-5050 > .container > .row, section.true-5050.news-event-featured > .container > .row, section.news-feed section.true-5050.event.full-width > .container > .row {
  display: flex;
  flex-direction: row;
}

.two-column-content.true-5050 .column, section.true-5050.news-event-featured .column, section.news-feed section.true-5050.event.full-width .column {
  background-color: transparent;
}

.two-column-content.true-5050 .column .inner, section.true-5050.news-event-featured .column .inner, section.news-feed section.true-5050.event.full-width .column .inner {
  padding: 30px 0;
  border-top: 6px #DCA70F solid;
}

.two-column-content.true-5050 .column .inner p.body, section.true-5050.news-event-featured .column .inner p.body, section.news-feed section.true-5050.event.full-width .column .inner p.body {
  font-family: poynter-gothic-text, sans-serif, sans-serif;
  line-height: 23px;
}

.two-column-content.true-5050 .details, section.true-5050.news-event-featured .details, section.news-feed section.true-5050.event.full-width .details {
  padding-left: 40px;
}

.two-column-content.true-5050 .image .figure, section.true-5050.news-event-featured .image .figure, section.news-feed section.true-5050.event.full-width .image .figure {
  min-height: 232px;
  background-position: center;
}

@media (max-width: 1199.98px) {
  .two-column-content.true-5050 .column, section.true-5050.news-event-featured .column, section.news-feed section.true-5050.event.full-width .column {
    margin-bottom: 0;
  }
  .two-column-content.true-5050 .column .inner, section.true-5050.news-event-featured .column .inner, section.news-feed section.true-5050.event.full-width .column .inner {
    padding: 0 0 0 26px;
    margin-top: 1rem;
    margin: 1rem 0 0 9px;
    border-top: none;
    border-left: 6px #DCA70F solid;
  }
  .two-column-content.true-5050 .details, section.true-5050.news-event-featured .details, section.news-feed section.true-5050.event.full-width .details {
    padding-left: 0;
  }
  .two-column-content.true-5050 .image .figure, section.true-5050.news-event-featured .image .figure, section.news-feed section.true-5050.event.full-width .image .figure {
    min-height: 151px;
  }
}

.two-column-content.left .details, section.left.news-event-featured .details, section.news-feed section.left.event.full-width .details {
  order: 1;
}

.two-column-content.left .image, section.left.news-event-featured .image, section.news-feed section.left.event.full-width .image {
  order: 2;
}

.two-column-content.left .column, section.left.news-event-featured .column, section.news-feed section.left.event.full-width .column {
  top: 0 !important;
  left: 0;
  border-radius: 5px 0 5px 5px;
}

@media (max-width: 1199.98px) {
  .two-column-content.left .details, section.left.news-event-featured .details, section.news-feed section.left.event.full-width .details {
    order: 2;
  }
  .two-column-content.left .image, section.left.news-event-featured .image, section.news-feed section.left.event.full-width .image {
    order: 1;
  }
}

.two-column-content.right .details, section.right.news-event-featured .details, section.news-feed section.right.event.full-width .details {
  order: 2;
}

.two-column-content.right .column, section.right.news-event-featured .column, section.news-feed section.right.event.full-width .column {
  bottom: 0;
  right: 0;
  border-radius: 5px 5px 5px 0;
}

@media (max-width: 1199.98px) {
  .two-column-content.left .column, section.left.news-event-featured .column, section.news-feed section.left.event.full-width .column, .two-column-content.right .column, section.right.news-event-featured .column, section.news-feed section.right.event.full-width .column {
    border-radius: 0 0 5px 5px;
  }
}

.wysiwyg p.with-blockquote {
  font-family: "Times New Roman", Times, serif;
  font-size: 1rem;
  line-height: 1.75rem;
  float: left;
  width: 60%;
}

.wysiwyg > .container {
  padding-left: 0;
  padding-right: 0;
}

.wysiwyg > .container *:last-child {
  margin-bottom: 0;
}

.wysiwyg blockquote {
  position: relative;
  float: right;
  width: 360px;
  background: #0A2E57;
  padding: 45px 45px 45px 63px;
  margin: 30px 0 40px 40px;
  border-radius: 5px;
}

.wysiwyg blockquote p {
  color: #fff;
  margin-bottom: 0;
  font-size: 0.875rem !important;
  font-family: poynter-gothic-text, sans-serif, sans-serif !important;
  padding-left: 0.3rem;
}

.wysiwyg blockquote:before {
  content: '';
  position: absolute;
  left: 45px;
  top: 45px;
  height: calc(100% - 90px);
  border-right: 6px #DCA70F solid;
}

/*.wysiwyg blockquote + p:before {*/
/*  content: '';*/
/*  display: table;*/
/*  clear: both;*/
/*}*/

.wysiwyg .align-left {
  float: left;
  margin: 0 36px 22px 0;
}

/*@media (max-width: 767.98px) {*/
/*  .wysiwyg .align-left {*/
/*    float: none;*/
/*    display: block;*/
/*    margin: 0 auto 1rem auto;*/
/*    width: 100%;*/
/*    margin: 0 auto 1rem -18px;*/
/*    width: calc(100% + 18px);*/
/*    margin-bottom: 50px;*/
/*  }*/
/*}*/

@media (max-width: 767.98px) {
  .wysiwyg.has-blockquote .container {
    display: flex;
    flex-direction: column;
  }
  .wysiwyg.has-blockquote .container > h1:first-of-type,
  .wysiwyg.has-blockquote .container > h2:first-of-type,
  .wysiwyg.has-blockquote .container > h3:first-of-type,
  .wysiwyg.has-blockquote .container > h4:first-of-type,
  .wysiwyg.has-blockquote .container > h5:first-of-type,
  .wysiwyg.has-blockquote .container > h6:first-of-type {
    order: 1;
  }
  .wysiwyg.has-blockquote .container > p:first-of-type {
    order: 2;
  }
  .wysiwyg.has-blockquote .container > blockquote {
    order: 3;
  }
  .wysiwyg.has-blockquote .container > p, .wysiwyg.has-blockquote .container > ul, .wysiwyg.has-blockquote .container > ol, .wysiwyg.has-blockquote .container > img, .wysiwyg.has-blockquote .container > a {
    order: 4;
  }
  .wysiwyg p.with-blockquote {
    float: none;
    width: 100%;
  }
  .wysiwyg blockquote {
    width: calc(100% + 18px);
    display: block;
    padding: 30px 30px 30px 45px;
    margin-top: 14px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 5px 0 0 5px;
  }
  .wysiwyg blockquote:before {
    left: 26px;
    top: 30px;
    height: calc(100% - 60px);
  }
}

/*# sourceMappingURL=app.css.map */

/* Google Search CSS */

.gs-title, .gs-title:link b {
    font-size: 1.5rem !important;
}

/* Hannon Hill ESA - FB */

.wysiwyg .align-right {
    float: right;
    margin: 0 0 36px 22px !important;
}

@media (max-width: 767px) {
     .full-width-media .btn {
         width: 75%;
    }
}

 @media (max-width: 425px) {
     .full-width-media .btn {
         padding: 1rem;
         text-align: center;
         white-space: normal;
    }
}

 @media (max-width: 319px) {
     .full-width-media .btn {
         width: 100%;
    }
}

 .sidebar-outset .button-blue {
     width: 100%;
     white-space: wrap !important;
     padding: 1rem !important;
}

 @media (max-width: 767px) {
     
     .wysiwyg table, .wysiwyg table.table-collapse-mobile tbody, .wysiwyg table.table-collapse-mobile tr {
         width: fit-content !important;
    }
    
    .wysiwyg table.table-collapse-mobile{
         display: block !important;
         margin: 0 auto;
         width: 100%;
    }
    
    .wysiwyg table.table-collapse-mobile tbody, .wysiwyg table.table-collapse-mobile tr, .wysiwyg table.table-collapse-mobile td{
         display: block !important;
         width: 100%;
    }
    
    .wysiwyg table.table-collapse-mobile td img{
         max-width: 100%;
         height: auto;
    }
    
}
/*FONT AWESOME UPDATE - HH FB*/

.social-links ul li a:before {
  font-family: "Font Awesome 6 Brands" !important;
}

.social-links ul li a.facebook::before {
   content: "\f082";
}

.social-links ul li a.twitter::before {
  content: "\e61b";
}

.social-links ul li a.linkedin::before {
 content: "\f0e1";
}

.social-links ul li a.youtube::before {
content: "\f167";
}

.social-links ul li a.instagram::before {
   content: "\f16d";
}

.social-links ul li a.snapchat::before {
   content: "\f2ac";
}

.social-links ul li a.tiktok:before {
  content: "\e07b";
}


.social-share ul li a::before {
     font-family: "Font Awesome 6 Brands" !important;
     background: none !important;
}

.social-share ul li a.facebook:before {
  content: "\f082";
}

.social-share ul li a.twitter::before {
     content: "\e61b";
}

.social-share ul li a.linkedin::before {
  content: "\f0e1";
}

.social-share ul li a.youtube::before {
   content: "\f167";
}

.social-share ul li a.instagram::before {
   content: "\f16d";
}

.social-share ul li a.snapchat::before {
  content: "\f2ac";
}

.social-share ul li a.tiktok::before {
     content: "\e07b";
}

.sidebar-instagram h2:before {
    content: "\f16d";
    font-family: "Font Awesome 6 Brands" !important;
}

.people-intro .contact > div.email a:before, 
.event-intro .contact > div.email a:before {
  content: '\f0e0';
  font-family: "Font Awesome 6 Free" !important;
}

.site-footer > div .footer-intro .social-nav li a:before {
  font-family: "Font Awesome 6 Brands" !important;
}

.site-footer > div .footer-intro .social-nav li a.facebook::before {
 content: "\f082";
}

.site-footer > div .footer-intro .social-nav li a.twitter::before {
  content: "\e61b";
}

.site-footer > div .footer-intro .social-nav li a.linkedin::before {
 content: "\f0e1";
}

.site-footer > div .footer-intro .social-nav li a.youtube::before {
   content: "\f167";
}

.site-footer > div .footer-intro .social-nav li a.instagram::before {
  content: "\f16d";
}

.site-footer > div .footer-intro .social-nav li a.snapchat::before {
     content: "\f2ac";
}

.site-footer > div .footer-intro .social-nav li a.tiktok::before {
     content: "\e07b";
}

@media (max-width: 1199.98px) {
    
  .two-column-content.left .details,
  .two-column-content.right .details  {
    order: 1 !important;
  }
  
  .two-column-content.left .image,
  .two-column-content.right .image  {
    order: 2 !important;
  }
    
}

@media (max-width: 767px) {
    .column .ctas.text .cta {
        width:100% !important;
    }
.column .ctas.text .cta .btn {
    text-align: center !important;
    white-space: normal !important;
    }
}

@media (max-width: 300px) {
    .programs-listing .normal .content,.programs-listing .normal .inner {
        width:100%;
    }
    .programs-listing .normal .ctas {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .btn-tiny + .btn-tiny {
        margin-left: 0;
        margin-top: .5rem;
    }
}