/** Variables **/
/** Fonts **/
/** Colors **/
/** Spacing **/
/** Font Sizing **/
/** Bootstrap **/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.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;
}

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media 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;
  }
}
.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: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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;
  }
}
.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%;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * Font Awesome Pro 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../icons/fonts/fa-regular-400.eot");
  src: url("../icons/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../icons/fonts/fa-regular-400.woff2") format("woff2"), url("../icons/fonts/fa-regular-400.woff") format("woff"), url("../icons/fonts/fa-regular-400.ttf") format("truetype"), url("../icons/fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("../icons/fonts/fa-light-300.eot");
  src: url("../icons/fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../icons/fonts/fa-light-300.woff2") format("woff2"), url("../icons/fonts/fa-light-300.woff") format("woff"), url("../icons/fonts/fa-light-300.ttf") format("truetype"), url("../icons/fonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/** Base Styles **/
.fa-bars:before {
  content: "\f101";
}

.fa-times:before {
  content: "\f102";
}

.fa-star:before {
  content: "\f103";
}

.fa-star-solid:before {
  content: "\f104";
}

.fa-chevron-down:before {
  content: "\f105";
}

.fa-filter-solid:before {
  content: "\f106";
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/** Base Typography **/
body {
  color: #212529;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  line-height: 27px;
}

a,
a:visited {
  text-decoration: none;
}

a,
a:link,
a:hover,
input[type=submit],
input[type=submit]:hover,
.transition,
#contact form .gform_footer input[type=submit],
#contact form .gfield .ginput_container input,
#contact form .gfield .ginput_container textarea,
#publications .filter input[type=date].field-error::before,
#publications .filter input[type=date],
.select .select-options li,
.select .select-styled::before,
.select .select-styled,
.header nav#mobile,
.transition:hover {
  transition: all 0.3s ease;
}

.cf {
  *zoom: 1;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}

.no-select, .select .select-options li, .header nav#mobile {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.vctd, .vctr, .vct {
  display: table;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.vctr {
  display: table-row;
}

.vctd {
  display: table-cell;
}

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

.eq-height {
  display: flex;
  width: 100%;
}

.eq-height > * {
  flex: 1;
}

.eq-height > * .thing-inside {
  height: 100%;
}

.h100, #about #our-work .icon, .header nav#desktop ul, .header nav#desktop {
  height: 100%;
}

.rel {
  position: relative;
}

.overflow-hide {
  overflow: hidden;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.bg-gray {
  background-color: #e7e7e7;
}

.bg-grey {
  background-color: #e7e7e7;
}

.bg-blue {
  background-color: #3B5997;
}

.bg-dark-blue {
  background-color: #22355D;
}

.error {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  min-height: 80vh;
  padding: 80px 0;
  text-align: center;
}
.error h1 {
  color: #242424;
}

h1, h2, h3, h4 {
  font-family: "Rubik", sans-serif;
}

h1 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
  color: yellow;
  margin-bottom: 20px;
}
h1.text-white {
  color: #fff;
}
h1.text-blue {
  color: #3B5997;
}
h1.text-orange {
  color: #FFB079;
}

h2 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 400;
  color: #22355D;
  margin-bottom: 20px;
}

h3 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  color: yellow;
  margin-bottom: 10px;
}
h3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #FA8A3B;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
}
h3.text-white {
  color: #fff;
}
h3.text-gray {
  color: #242424;
}
h3.text-grey {
  color: #242424;
}
h3.text-dark-blue {
  color: #22355D;
}
h3.bg-white span {
  background-color: #fff;
}
h3.bg-gray span {
  background-color: #e7e7e7;
}
h3.bg-grey span {
  background-color: #e7e7e7;
}
h3.bg-blue span {
  background-color: #3B5997;
}
h3.bg-dark-blue span {
  background-color: #22355D;
}
h3 span {
  position: relative;
  z-index: 1;
  padding-right: 20px;
  max-width: 90%;
  display: inline-block;
}

p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 30px;
  color: #242424;
}

@media (max-width: 1199.98px) {
  h1 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 15px;
  }
  h2 {
    font-size: 21.996px;
    line-height: 30px;
  }
  h3 {
    font-size: 15.996px;
    line-height: 19.998px;
  }
  p {
    font-size: 15.996px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  h3::before {
    display: none;
  }
  h3 span {
    padding-right: 0;
    max-width: 100%;
  }
}
/** Layouts **/
.header {
  position: relative;
  z-index: 100;
  background-color: #22355D;
}
.header .brand {
  float: left;
  margin: 0;
}
.header .brand a {
  display: block;
  padding: 15px 0;
}
.header .notification {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #fff;
}
.header .notification > a {
  display: block;
  background: #fff;
  color: #22355D;
  font-size: 16px;
  line-height: 1;
  padding: 10px 15px;
}
.header .notification > a:hover, .header .notification > a:focus {
  background: #3B5997;
  color: #fff;
  text-decoration: none;
}
.header .notification p {
  color: #22355D;
  padding: 10px 15px;
  margin-bottom: 0;
}
.header .notification p a {
  color: #22355D;
}
.header .notification p a:hover {
  color: #FA8A3B;
  text-decoration: none;
}
.header nav#desktop {
  font-size: 0;
  float: right;
}
.header nav#desktop ul {
  display: flex;
  margin-bottom: 0;
}
.header nav#desktop ul li {
  display: flex;
}
.header nav#desktop ul li a {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.header nav#mobile {
  position: fixed;
  right: -220px;
  top: 63px;
  background-color: #22355D;
  z-index: 1;
  width: 220px;
  bottom: 0;
  overflow-y: scroll;
}
.header nav#mobile.open {
  right: -20px;
}
.header nav#mobile ul li a {
  display: block;
  padding: 10px;
}
.header nav ul {
  margin-bottom: 0;
}
.header nav ul li a {
  font-size: 18px;
  line-height: 1;
  color: white;
}
.header nav ul li a:hover {
  text-decoration: none;
  background-color: #3B5997;
}
.header #mm-trigger {
  color: #fff;
  font-size: 30px;
  float: right;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .header .brand a {
    padding: 10px 0;
  }
  .header .brand a img {
    height: 40px;
  }
  .header nav#desktop ul li a {
    padding: 0 10px;
  }
}
.hero.large .bg-image {
  height: 700px;
}
.hero.small .bg-image {
  height: 350px;
}
.hero .bg-image {
  background-size: cover;
  background-position: center;
}
.hero .content {
  overflow-x: hidden;
  margin-top: -120px;
  margin-bottom: 70px;
}
.hero .content .cta {
  position: relative;
  padding: 70px;
  padding-left: 0;
}
.hero .content .cta::before {
  content: "";
  position: absolute;
  background-color: #22355D;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 10000px;
  height: 100%;
}
.hero .content .cta h3 {
  margin-bottom: 30px;
}
.hero .content .cta p {
  color: #fff;
}
.hero .content .cta .buttons {
  margin-bottom: 0;
}
.hero .content .photo-caption {
  height: 120px;
  overflow-y: hidden;
  color: #fff;
}
.hero .content .photo-caption .title {
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 300;
}
.hero .content .photo-caption .title strong {
  font-weight: 500;
}
.hero .content .photo-caption .caption p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  color: #fff;
  font-weight: 300;
}

@media (max-width: 1199.98px) {
  .hero.large .bg-image {
    height: 500px;
  }
  .hero .content {
    margin-top: -90px;
  }
  .hero .content .cta {
    padding: 40px;
    padding-left: 0;
  }
  .hero .content .cta h3 {
    margin-bottom: 20px;
  }
  .hero .content .photo-caption .title {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .hero .content .photo-caption .caption p {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .hero.large .bg-image {
    height: 400px;
  }
  .hero .content {
    margin-top: -40px;
    overflow-x: auto;
  }
  .hero .content .cta {
    padding: 40px;
    margin-bottom: 40px;
  }
  .hero .content .cta::before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .hero .content .cta {
    padding: 25px;
  }
  .hero .content .cta .buttons .button {
    display: block;
    text-align: center;
    margin: 0 0 15px;
  }
}
@media (max-width: 575.98px) {
  .hero .content .cta {
    padding: 20px;
  }
}
.footer {
  padding: 70px 0;
  color: #fff;
}
.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer ul.navigation li a {
  text-transform: uppercase;
  font-weight: 300;
  text-transform: uppercase;
}
.footer ul.contact li {
  text-transform: uppercase;
  font-weight: 300;
}
.footer ul.contact li a,
.footer ul.contact li strong {
  text-transform: none;
}
.footer ul.contact li a {
  font-weight: 400;
}
.footer ul.contact li strong {
  font-weight: 500;
}
.footer ul li {
  margin-bottom: 15px;
}
.footer ul li a {
  color: #fff;
  font-weight: 300;
}
.footer ul li a:hover {
  color: #FFB079;
  text-decoration: none;
}
.footer .quote {
  position: relative;
  margin-bottom: 40px;
}
.footer .attrib {
  font-size: 30px;
  font-weight: 500;
}
.footer .date {
  margin-top: 10px;
}

@media (max-width: 1199.98px) {
  .footer .quote {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199.98px) {
  .footer .date {
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .footer {
    padding: 40px 0;
  }
}
@media (max-width: 767.98px) {
  .footer .date {
    margin-bottom: 15px;
  }
}
.subpage {
  margin-top: -45px;
  padding-bottom: 30px;
}

.wysiwyg a {
  color: #3B5997;
  font-weight: 700;
  border-bottom: 1px dashed #3B5997;
}
.wysiwyg a:hover {
  text-decoration: none;
  color: #22355D;
  border-bottom: 1px dashed #fd7e14;
}
.wysiwyg h3 {
  color: #3B5997;
}
.wysiwyg h3::before {
  display: none;
}
.wysiwyg img {
  position: relative;
  border-radius: 4px;
}
.wysiwyg img.alignright {
  float: right;
  margin: 10px 0 10px 10px;
}

/** Components **/
.buttons {
  margin-bottom: 20px;
  font-size: 0;
}
.buttons .button {
  position: relative;
  display: inline-block;
  background-color: #3B5997;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  border: 2px solid transparent;
  font-size: 18px;
  line-height: 1;
}
.buttons .button:hover {
  color: #fff;
  border-color: #fff;
}
.buttons .button + .button {
  margin-left: 30px;
}
.buttons .button.highlight {
  background-color: #FA8A3B;
}

@media (max-width: 1199.98px) {
  .buttons {
    margin-bottom: 15px;
  }
  .buttons .button {
    font-size: 15.996px;
  }
  .buttons .button + .button {
    margin-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .buttons.text-right {
    text-align: left !important;
  }
}
.select {
  position: relative;
  margin-bottom: 30px;
}
.select .select-hidden {
  width: 0;
  height: 0;
  border: none;
  position: absolute;
}
.select .select-hidden:focus + .select-styled {
  background-color: #22355D;
}
.select .select-hidden:focus + .select-styled::after {
  opacity: 1;
}
.select .select-styled {
  position: relative;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
  padding: 5px 10px;
  background-color: #3B5997;
  color: #fff;
  z-index: 1;
}
.select .select-styled::before {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-size: 18px;
  right: 10px;
  top: 0;
  color: #fff;
  line-height: 30px;
}
.select .select-styled.active {
  background-color: #22355D;
}
.select .select-styled.active::before {
  transform: rotate(-180deg);
}
.select .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #3B5997;
  cursor: pointer;
  z-index: 2;
}
.select .select-options li {
  margin: 0;
  line-height: 17.5px;
  color: #fff;
  padding: 5px 15px;
  font-size: 12px;
}
.select .select-options li:hover, .select .select-options li:focus {
  background-color: #22355D;
}
.select .select-options li.hide {
  display: none;
}

/** pages **/
#home .hero .content .cta h1 {
  padding-right: 150px;
}
#home .hero .latest {
  margin-top: 20px;
}
#home .hero .latest h3 {
  margin-bottom: 20px;
}
#home .hero .latest .img-frame {
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  background-position: center;
  background-size: cover;
  margin-bottom: 15px;
}
#home .publications p,
#home .publications .buttons,
#home .work p,
#home .work .buttons {
  margin-bottom: 20px;
}
#home .publications {
  margin-bottom: 50px;
}
#home .work {
  padding: 70px 0;
}
#home .work h3 {
  margin: 20px auto;
}
#home .about,
#home .history {
  background-position: center;
  background-repeat: no-repeat;
}
#home .about {
  padding: 90px 0;
}
#home .about p {
  text-align: center;
}
#home .about .buttons {
  margin-bottom: 0;
}
#home .history {
  height: 600px;
  background-size: cover;
  color: #fff;
}
#home .history p {
  margin-bottom: 0;
  color: #fff;
}

@media (max-width: 1199.98px) {
  #home .work h3 {
    margin-top: 10px;
  }
  #home .history {
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  #home .history {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  #home .hero .content .cta h1 {
    padding-right: 0;
  }
  #home .work .buttons {
    margin-bottom: 40px;
  }
  #home .history {
    height: 200px;
  }
}
#about #our-mission {
  margin-bottom: 70px;
}
#about #our-history {
  padding: 70px 0;
}
#about #our-work {
  padding: 70px 0 40px;
}
#about #our-work h3 {
  margin-bottom: 30px;
}
#about #our-work .icon {
  position: relative;
}
#about #our-work .icon::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 100%;
  background-color: #FA8A3B;
  left: calc(50% - 3px);
}
#about #our-work .icon.last::before {
  display: none;
}
#about #our-work .icon div {
  position: relative;
  padding: 30px 0;
}
#about #our-work .icon div::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 0;
}
#about #our-work .icon div img {
  position: relative;
  z-index: 1;
}
#about #our-work article {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  #about #our-history img {
    max-width: 250px;
    margin-bottom: 20px;
  }
}
#publications .hero h1 {
  margin-bottom: 0;
}
#publications .filter {
  margin-bottom: 10px;
}
#publications .filter.bot-border {
  border-bottom: 1px solid #FA8A3B;
  margin-bottom: 30px;
}
#publications .filter label {
  color: #FA8A3B;
  font-weight: 700;
  cursor: pointer;
}
#publications .filter input[type=date] {
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  background-color: #3B5997;
  color: #fff;
  display: block;
  width: 100%;
  cursor: text;
  position: relative;
  text-align: left;
}
#publications .filter input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  line-height: 0;
  margin: 0;
  padding: 5px;
  background-image: url(../img/cal-icon.png);
  background-repeat: no-repeat;
  box-sizing: border-box;
}
#publications .filter input[type=date].field-error::before {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-size: 18px;
  color: #FA8A3B;
  top: calc(100% + 5px);
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  transform: rotate(-180deg);
}
#publications .filter input[type=date]:focus {
  background-color: #22355D;
}
#publications .filter .to-holder {
  position: relative;
}
#publications .filter .to-holder::after {
  position: absolute;
  content: "to";
  width: 30px;
  right: -30px;
  height: 30px;
  line-height: 30px;
  top: 0;
  color: #3B5997;
  text-align: center;
  font-size: 12px;
}
#publications .filter #submit-filter {
  display: block;
  background-color: #FA8A3B;
  color: #fff;
  line-height: 28px;
  font-size: 12px;
  padding: 0 10px;
  border: 1px solid #FA8A3B;
  margin-bottom: 30px;
}
#publications .filter #submit-filter:hover {
  text-decoration: none;
  border: 1px solid #fff;
}
#publications .filter #submit-filter i {
  line-height: 30px;
  float: right;
}
#publications .filter .filter-info {
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  padding: 4px;
  margin-bottom: 30px;
}
#publications .filter .filter-info.filter-error {
  background-color: #FA8A3B;
  display: none;
}
#publications .filter .filter-info.current-filter {
  background-color: #22355D;
}
#publications .featured-title {
  font-size: 0;
}
#publications .featured-title i {
  color: #FA8A3B;
  margin-right: 10px;
  font-size: 18px;
}
#publications .featured-title h2 {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
}
#publications article {
  background-color: #22355D;
  margin-bottom: 40px;
  padding: 40px;
}
#publications article.featured {
  border-top: 20px solid #FA8A3B;
}
#publications article .info {
  padding-right: 5px;
}
#publications article .info h3 {
  margin-bottom: 30px;
}
#publications article .info .excerpt-content h4 {
  color: #fff;
  font-weight: 500;
}
#publications article .info .excerpt-content a {
  color: #fd7e14;
}
#publications article .info .excerpt-content a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
#publications article .info .excerpt-content p {
  color: #fff;
}
#publications article .info .excerpt-content p:last-child {
  margin-bottom: 0;
}
#publications article .img {
  padding-left: 5px;
}
#publications article .img img {
  margin-bottom: 20px;
  width: 100%;
}
#publications article .img .buttons {
  margin-bottom: 0;
}
#publications article .img .buttons a {
  display: block;
  text-align: center;
}
#publications .pagination {
  margin: 50px 0;
  text-align: center;
}
#publications .pagination a,
#publications .pagination .current {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  min-width: 40px;
  color: #3B5997;
}
#publications .pagination a:hover, #publications .pagination a.current, #publications .pagination a.next, #publications .pagination a.prev,
#publications .pagination .current:hover,
#publications .pagination .current.current,
#publications .pagination .current.next,
#publications .pagination .current.prev {
  background: #3B5997;
  color: #fff;
  text-decoration: none;
}
#publications .pagination a.prev {
  float: left;
  padding: 0 20px;
}
#publications .pagination a.prev:hover {
  background: #22355D;
}
#publications .pagination a.next {
  float: right;
  padding: 0 20px;
}
#publications .pagination a.next:hover {
  background: #22355D;
}

.research {
  margin: 0 0 40px;
}
.research hgroup {
  padding: 40px 0;
}
.research img {
  max-width: 100%;
}
.research .post-files ul {
  margin: 20px 0;
  padding: 0 0 0 40px;
}
.research .post-files a {
  color: #fd7e14;
}
.research .post-files a:hover {
  color: #3B5997;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  #publications article .info {
    padding-right: 0;
  }
  #publications article .img {
    padding-left: 0;
  }
  #publications article .img .buttons {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  #publications .filter input[type=date] {
    margin-bottom: 30px;
  }
  #publications .filter input[type=date].field-error::before {
    text-align: right;
    padding-right: 30px;
  }
  #publications .filter .to-holder::after {
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
  }
  #publications article {
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  #publications .pagination a.prev,
  #publications .pagination a.next {
    float: none;
    display: block;
    margin: 20px;
  }
}
#staff {
  padding: 70px 0;
}
#staff .member {
  margin-top: 40px;
}
#staff .member h2,
#staff .member h3 {
  margin-bottom: 0;
}
#staff .member h2 {
  margin-left: 10px;
}
#staff .member h3 {
  color: #242424;
  margin-bottom: 5px;
}
#staff .member h3::before {
  display: none;
}
#staff .member .line {
  height: 1px;
  background-color: #FA8A3B;
  margin: 10px 0 15px;
}
#staff .member p {
  margin-bottom: 0;
}
#staff .member p + P {
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  #staff .member h2 {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
#contact {
  padding: 70px 0;
  background-image: url(../img/globe-translucent.png);
  background-repeat: no-repeat;
  background-position: calc(50% + 100px) 150px;
}
#contact form {
  background-size: contain;
  background-position: right;
}
#contact form .gfield {
  padding: 0;
}
#contact form .gfield .gfield_label {
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #242424;
}
#contact form .gfield .gfield_label .gfield_required {
  display: none;
}
#contact form .gfield .ginput_container {
  margin-top: 0;
}
#contact form .gfield .ginput_container input,
#contact form .gfield .ginput_container textarea {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #242424;
}
#contact form .gfield .ginput_container input:focus,
#contact form .gfield .ginput_container textarea:focus {
  border-color: #3B5997;
}
#contact form .gform_footer {
  text-align: right;
}
#contact form .gform_footer input[type=submit] {
  position: relative;
  display: inline-block;
  background-color: #3B5997;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  border: 2px solid transparent;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
#contact form .gform_footer input[type=submit]:hover {
  color: #fff;
  border-color: #fff;
}

.fellowships > .row {
  justify-content: center;
}
.fellowships .fellowship img {
  border-radius: 4px;
  margin: 0 0 10px;
  display: block;
  max-width: 100%;
}
.fellowships .fellowship h3 {
  color: #22355D;
}
.fellowships .fellowship h3::before {
  display: none;
}
.fellowships .fellowship .buttons .button {
  display: block;
  text-align: center;
}
/*# sourceMappingURL=sourcemaps/style.css.map */
