@charset "UTF-8";

/** Import everything from autoload */

/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --blue: #2c74ad;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #eb3333;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #2c74ad;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #eb3333;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

hr {
  -webkit-box-sizing: content-box;
          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;
  text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #2c74ad;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #1c4b70;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline-item {
  display: inline-block;
}

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid,
.wp-caption img {
  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,
.wp-caption {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: 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,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}

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

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

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

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

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

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

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

.table-hover .table-primary:hover {
  background-color: #b2cce1;
}

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

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

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

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

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

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

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

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

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

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

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

.table-hover .table-info:hover {
  background-color: #abdde5;
}

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

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

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

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

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

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

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

.table-hover .table-danger:hover {
  background-color: #f7afaf;
}

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

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

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

.table-hover .table-light:hover {
  background-color: #ececf6;
}

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

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

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

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

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

.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: #343a40;
  border-color: #454d55;
}

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

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

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

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

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

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

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

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

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

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

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

.table-responsive > .table-bordered {
  border: 0;
}

.form-control,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.search-form .search-field,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield textarea,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield select,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield textarea,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield select,
#modal-odcomply .gform_wrapper .gfield input[type="text"],
#modal-odcomply .gform_wrapper .gfield input[type="email"],
#modal-odcomply .gform_wrapper .gfield textarea,
#modal-odcomply .gform_wrapper .gfield select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control,
  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form input[type="url"],
  .comment-form textarea,
  .search-form .search-field,
  .page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="text"],
  .page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="tel"],
  .page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="email"],
  .page-template-page_alumni #modal-alumni .gform_wrapper .gfield textarea,
  .page-template-page_alumni #modal-alumni .gform_wrapper .gfield select,
  .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="text"],
  .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="email"],
  .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield textarea,
  .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield select,
  #modal-odcomply .gform_wrapper .gfield input[type="text"],
  #modal-odcomply .gform_wrapper .gfield input[type="email"],
  #modal-odcomply .gform_wrapper .gfield textarea,
  #modal-odcomply .gform_wrapper .gfield select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand,
.comment-form input[type="text"]::-ms-expand,
.comment-form input[type="email"]::-ms-expand,
.comment-form input[type="url"]::-ms-expand,
.comment-form textarea::-ms-expand,
.search-form .search-field::-ms-expand,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="text"]::-ms-expand,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="tel"]::-ms-expand,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="email"]::-ms-expand,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield textarea::-ms-expand,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield select::-ms-expand,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="text"]::-ms-expand,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="email"]::-ms-expand,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield textarea::-ms-expand,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield select::-ms-expand,
#modal-odcomply .gform_wrapper .gfield input[type="text"]::-ms-expand,
#modal-odcomply .gform_wrapper .gfield input[type="email"]::-ms-expand,
#modal-odcomply .gform_wrapper .gfield textarea::-ms-expand,
#modal-odcomply .gform_wrapper .gfield select::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring,
.comment-form input:-moz-focusring[type="text"],
.comment-form input:-moz-focusring[type="email"],
.comment-form input:-moz-focusring[type="url"],
.comment-form textarea:-moz-focusring,
.search-form .search-field:-moz-focusring,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input:-moz-focusring[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input:-moz-focusring[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input:-moz-focusring[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield textarea:-moz-focusring,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield select:-moz-focusring,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input:-moz-focusring[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input:-moz-focusring[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield textarea:-moz-focusring,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield select:-moz-focusring,
#modal-odcomply .gform_wrapper .gfield input:-moz-focusring[type="text"],
#modal-odcomply .gform_wrapper .gfield input:-moz-focusring[type="email"],
#modal-odcomply .gform_wrapper .gfield textarea:-moz-focusring,
#modal-odcomply .gform_wrapper .gfield select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus,
.comment-form input:focus[type="text"],
.comment-form input:focus[type="email"],
.comment-form input:focus[type="url"],
.comment-form textarea:focus,
.search-form .search-field:focus,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input:focus[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input:focus[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input:focus[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield textarea:focus,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield select:focus,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input:focus[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input:focus[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield textarea:focus,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield select:focus,
#modal-odcomply .gform_wrapper .gfield input:focus[type="text"],
#modal-odcomply .gform_wrapper .gfield input:focus[type="email"],
#modal-odcomply .gform_wrapper .gfield textarea:focus,
#modal-odcomply .gform_wrapper .gfield select:focus {
  color: #495057;
  background-color: #fff;
  border-color: #7bb2dd;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 116, 173, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(44, 116, 173, 0.25);
}

.form-control::-webkit-input-placeholder,
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.search-form .search-field::-webkit-input-placeholder,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="text"]::-webkit-input-placeholder,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="tel"]::-webkit-input-placeholder,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="email"]::-webkit-input-placeholder,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield textarea::-webkit-input-placeholder,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield select::-webkit-input-placeholder,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="text"]::-webkit-input-placeholder,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="email"]::-webkit-input-placeholder,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield textarea::-webkit-input-placeholder,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield select::-webkit-input-placeholder,
#modal-odcomply .gform_wrapper .gfield input[type="text"]::-webkit-input-placeholder,
#modal-odcomply .gform_wrapper .gfield input[type="email"]::-webkit-input-placeholder,
#modal-odcomply .gform_wrapper .gfield textarea::-webkit-input-placeholder,
#modal-odcomply .gform_wrapper .gfield select::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder,
.comment-form input[type="text"]::-moz-placeholder,
.comment-form input[type="email"]::-moz-placeholder,
.comment-form input[type="url"]::-moz-placeholder,
.comment-form textarea::-moz-placeholder,
.search-form .search-field::-moz-placeholder,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="text"]::-moz-placeholder,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="tel"]::-moz-placeholder,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="email"]::-moz-placeholder,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield textarea::-moz-placeholder,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield select::-moz-placeholder,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="text"]::-moz-placeholder,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="email"]::-moz-placeholder,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield textarea::-moz-placeholder,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield select::-moz-placeholder,
#modal-odcomply .gform_wrapper .gfield input[type="text"]::-moz-placeholder,
#modal-odcomply .gform_wrapper .gfield input[type="email"]::-moz-placeholder,
#modal-odcomply .gform_wrapper .gfield textarea::-moz-placeholder,
#modal-odcomply .gform_wrapper .gfield select::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder,
.comment-form input[type="text"]::-ms-input-placeholder,
.comment-form input[type="email"]::-ms-input-placeholder,
.comment-form input[type="url"]::-ms-input-placeholder,
.comment-form textarea::-ms-input-placeholder,
.search-form .search-field::-ms-input-placeholder,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="text"]::-ms-input-placeholder,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="tel"]::-ms-input-placeholder,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="email"]::-ms-input-placeholder,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield textarea::-ms-input-placeholder,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield select::-ms-input-placeholder,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="text"]::-ms-input-placeholder,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="email"]::-ms-input-placeholder,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield textarea::-ms-input-placeholder,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield select::-ms-input-placeholder,
#modal-odcomply .gform_wrapper .gfield input[type="text"]::-ms-input-placeholder,
#modal-odcomply .gform_wrapper .gfield input[type="email"]::-ms-input-placeholder,
#modal-odcomply .gform_wrapper .gfield textarea::-ms-input-placeholder,
#modal-odcomply .gform_wrapper .gfield select::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder,
.comment-form input[type="text"]::placeholder,
.comment-form input[type="email"]::placeholder,
.comment-form input[type="url"]::placeholder,
.comment-form textarea::placeholder,
.search-form .search-field::placeholder,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="text"]::placeholder,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="tel"]::placeholder,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="email"]::placeholder,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield textarea::placeholder,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield select::placeholder,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="text"]::placeholder,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="email"]::placeholder,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield textarea::placeholder,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield select::placeholder,
#modal-odcomply .gform_wrapper .gfield input[type="text"]::placeholder,
#modal-odcomply .gform_wrapper .gfield input[type="email"]::placeholder,
#modal-odcomply .gform_wrapper .gfield textarea::placeholder,
#modal-odcomply .gform_wrapper .gfield select::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.comment-form input:disabled[type="text"],
.comment-form input:disabled[type="email"],
.comment-form input:disabled[type="url"],
.comment-form textarea:disabled,
.search-form .search-field:disabled,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input:disabled[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input:disabled[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input:disabled[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield textarea:disabled,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield select:disabled,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input:disabled[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input:disabled[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield textarea:disabled,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield select:disabled,
#modal-odcomply .gform_wrapper .gfield input:disabled[type="text"],
#modal-odcomply .gform_wrapper .gfield input:disabled[type="email"],
#modal-odcomply .gform_wrapper .gfield textarea:disabled,
#modal-odcomply .gform_wrapper .gfield select:disabled,
.form-control[readonly],
.comment-form input[readonly][type="text"],
.comment-form input[readonly][type="email"],
.comment-form input[readonly][type="url"],
.comment-form textarea[readonly],
.search-form .search-field[readonly],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[readonly][type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[readonly][type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[readonly][type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield textarea[readonly],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield select[readonly],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[readonly][type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[readonly][type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield textarea[readonly],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield select[readonly],
#modal-odcomply .gform_wrapper .gfield input[readonly][type="text"],
#modal-odcomply .gform_wrapper .gfield input[readonly][type="email"],
#modal-odcomply .gform_wrapper .gfield textarea[readonly],
#modal-odcomply .gform_wrapper .gfield select[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
.comment-form input[type="date"][type="text"],
.comment-form input[type="date"][type="email"],
.comment-form input[type="date"][type="url"],
.search-form input.search-field[type="date"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="date"][type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="date"][type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="date"][type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="date"][type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="date"][type="email"],
#modal-odcomply .gform_wrapper .gfield input[type="date"][type="text"],
#modal-odcomply .gform_wrapper .gfield input[type="date"][type="email"],
input[type="time"].form-control,
.comment-form input[type="time"][type="text"],
.comment-form input[type="time"][type="email"],
.comment-form input[type="time"][type="url"],
.search-form input.search-field[type="time"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="time"][type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="time"][type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="time"][type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="time"][type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="time"][type="email"],
#modal-odcomply .gform_wrapper .gfield input[type="time"][type="text"],
#modal-odcomply .gform_wrapper .gfield input[type="time"][type="email"],
input[type="datetime-local"].form-control,
.comment-form input[type="datetime-local"][type="text"],
.comment-form input[type="datetime-local"][type="email"],
.comment-form input[type="datetime-local"][type="url"],
.search-form input.search-field[type="datetime-local"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="datetime-local"][type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="datetime-local"][type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="datetime-local"][type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="datetime-local"][type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="datetime-local"][type="email"],
#modal-odcomply .gform_wrapper .gfield input[type="datetime-local"][type="text"],
#modal-odcomply .gform_wrapper .gfield input[type="datetime-local"][type="email"],
input[type="month"].form-control,
.comment-form input[type="month"][type="text"],
.comment-form input[type="month"][type="email"],
.comment-form input[type="month"][type="url"],
.search-form input.search-field[type="month"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="month"][type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="month"][type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="month"][type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="month"][type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="month"][type="email"],
#modal-odcomply .gform_wrapper .gfield input[type="month"][type="text"],
#modal-odcomply .gform_wrapper .gfield input[type="month"][type="email"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:focus::-ms-value,
.search-form select.search-field:focus::-ms-value,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield select:focus::-ms-value,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield select:focus::-ms-value,
#modal-odcomply .gform_wrapper .gfield select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

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

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

select.form-control[size],
.search-form select.search-field[size],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield select[size],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield select[size],
#modal-odcomply .gform_wrapper .gfield select[size],
select.form-control[multiple],
.search-form select.search-field[multiple],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield select[multiple],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield select[multiple],
#modal-odcomply .gform_wrapper .gfield select[multiple] {
  height: auto;
}

textarea.form-control,
.comment-form textarea,
.search-form textarea.search-field,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield textarea,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield textarea,
#modal-odcomply .gform_wrapper .gfield textarea {
  height: auto;
}

.form-group,
.comment-form p,
.search-form label {
  margin-bottom: 1rem;
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

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

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

.was-validated .form-control:valid,
.was-validated .comment-form input:valid[type="text"],
.comment-form .was-validated input:valid[type="text"],
.was-validated .comment-form input:valid[type="email"],
.comment-form .was-validated input:valid[type="email"],
.was-validated .comment-form input:valid[type="url"],
.comment-form .was-validated input:valid[type="url"],
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid,
.was-validated .search-form .search-field:valid,
.search-form .was-validated .search-field:valid,
.was-validated .page-template-page_alumni #modal-alumni .gform_wrapper .gfield input:valid[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .was-validated input:valid[type="text"],
.was-validated .page-template-page_alumni #modal-alumni .gform_wrapper .gfield input:valid[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .was-validated input:valid[type="tel"],
.was-validated .page-template-page_alumni #modal-alumni .gform_wrapper .gfield input:valid[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .was-validated input:valid[type="email"],
.was-validated .page-template-page_alumni #modal-alumni .gform_wrapper .gfield textarea:valid,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .was-validated textarea:valid,
.was-validated .page-template-page_alumni #modal-alumni .gform_wrapper .gfield select:valid,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .was-validated select:valid,
.was-validated .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input:valid[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .was-validated input:valid[type="text"],
.was-validated .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input:valid[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .was-validated input:valid[type="email"],
.was-validated .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield textarea:valid,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .was-validated textarea:valid,
.was-validated .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield select:valid,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .was-validated select:valid,
.was-validated #modal-odcomply .gform_wrapper .gfield input:valid[type="text"],
#modal-odcomply .gform_wrapper .gfield .was-validated input:valid[type="text"],
.was-validated #modal-odcomply .gform_wrapper .gfield input:valid[type="email"],
#modal-odcomply .gform_wrapper .gfield .was-validated input:valid[type="email"],
.was-validated #modal-odcomply .gform_wrapper .gfield textarea:valid,
#modal-odcomply .gform_wrapper .gfield .was-validated textarea:valid,
.was-validated #modal-odcomply .gform_wrapper .gfield select:valid,
#modal-odcomply .gform_wrapper .gfield .was-validated select:valid,
.form-control.is-valid,
.comment-form input.is-valid[type="text"],
.comment-form input.is-valid[type="email"],
.comment-form input.is-valid[type="url"],
.comment-form textarea.is-valid,
.search-form .is-valid.search-field,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input.is-valid[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input.is-valid[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input.is-valid[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield textarea.is-valid,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield select.is-valid,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input.is-valid[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input.is-valid[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield textarea.is-valid,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield select.is-valid,
#modal-odcomply .gform_wrapper .gfield input.is-valid[type="text"],
#modal-odcomply .gform_wrapper .gfield input.is-valid[type="email"],
#modal-odcomply .gform_wrapper .gfield textarea.is-valid,
#modal-odcomply .gform_wrapper .gfield select.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.was-validated .comment-form input:valid:focus[type="text"],
.comment-form .was-validated input:valid:focus[type="text"],
.was-validated .comment-form input:valid:focus[type="email"],
.comment-form .was-validated input:valid:focus[type="email"],
.was-validated .comment-form input:valid:focus[type="url"],
.comment-form .was-validated input:valid:focus[type="url"],
.was-validated .comment-form textarea:valid:focus,
.comment-form .was-validated textarea:valid:focus,
.was-validated .search-form .search-field:valid:focus,
.search-form .was-validated .search-field:valid:focus,
.was-validated .page-template-page_alumni #modal-alumni .gform_wrapper .gfield input:valid:focus[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .was-validated input:valid:focus[type="text"],
.was-validated .page-template-page_alumni #modal-alumni .gform_wrapper .gfield input:valid:focus[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .was-validated input:valid:focus[type="tel"],
.was-validated .page-template-page_alumni #modal-alumni .gform_wrapper .gfield input:valid:focus[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .was-validated input:valid:focus[type="email"],
.was-validated .page-template-page_alumni #modal-alumni .gform_wrapper .gfield textarea:valid:focus,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .was-validated textarea:valid:focus,
.was-validated .page-template-page_alumni #modal-alumni .gform_wrapper .gfield select:valid:focus,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .was-validated select:valid:focus,
.was-validated .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input:valid:focus[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .was-validated input:valid:focus[type="text"],
.was-validated .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input:valid:focus[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .was-validated input:valid:focus[type="email"],
.was-validated .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield textarea:valid:focus,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .was-validated textarea:valid:focus,
.was-validated .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield select:valid:focus,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .was-validated select:valid:focus,
.was-validated #modal-odcomply .gform_wrapper .gfield input:valid:focus[type="text"],
#modal-odcomply .gform_wrapper .gfield .was-validated input:valid:focus[type="text"],
.was-validated #modal-odcomply .gform_wrapper .gfield input:valid:focus[type="email"],
#modal-odcomply .gform_wrapper .gfield .was-validated input:valid:focus[type="email"],
.was-validated #modal-odcomply .gform_wrapper .gfield textarea:valid:focus,
#modal-odcomply .gform_wrapper .gfield .was-validated textarea:valid:focus,
.was-validated #modal-odcomply .gform_wrapper .gfield select:valid:focus,
#modal-odcomply .gform_wrapper .gfield .was-validated select:valid:focus,
.form-control.is-valid:focus,
.comment-form input.is-valid:focus[type="text"],
.comment-form input.is-valid:focus[type="email"],
.comment-form input.is-valid:focus[type="url"],
.comment-form textarea.is-valid:focus,
.search-form .is-valid.search-field:focus,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input.is-valid:focus[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input.is-valid:focus[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input.is-valid:focus[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield textarea.is-valid:focus,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield select.is-valid:focus,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input.is-valid:focus[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input.is-valid:focus[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield textarea.is-valid:focus,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield select.is-valid:focus,
#modal-odcomply .gform_wrapper .gfield input.is-valid:focus[type="text"],
#modal-odcomply .gform_wrapper .gfield input.is-valid:focus[type="email"],
#modal-odcomply .gform_wrapper .gfield textarea.is-valid:focus,
#modal-odcomply .gform_wrapper .gfield select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid,
.was-validated .search-form textarea.search-field:valid,
.search-form .was-validated textarea.search-field:valid,
.was-validated .page-template-page_alumni #modal-alumni .gform_wrapper .gfield textarea:valid,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .was-validated textarea:valid,
.was-validated .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield textarea:valid,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .was-validated textarea:valid,
.was-validated #modal-odcomply .gform_wrapper .gfield textarea:valid,
#modal-odcomply .gform_wrapper .gfield .was-validated textarea:valid,
textarea.form-control.is-valid,
.comment-form textarea.is-valid,
.search-form textarea.is-valid.search-field,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield textarea.is-valid,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield textarea.is-valid,
#modal-odcomply .gform_wrapper .gfield textarea.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

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

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

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

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(235, 51, 51, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:invalid,
.was-validated .comment-form input:invalid[type="text"],
.comment-form .was-validated input:invalid[type="text"],
.was-validated .comment-form input:invalid[type="email"],
.comment-form .was-validated input:invalid[type="email"],
.was-validated .comment-form input:invalid[type="url"],
.comment-form .was-validated input:invalid[type="url"],
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid,
.was-validated .search-form .search-field:invalid,
.search-form .was-validated .search-field:invalid,
.was-validated .page-template-page_alumni #modal-alumni .gform_wrapper .gfield input:invalid[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .was-validated input:invalid[type="text"],
.was-validated .page-template-page_alumni #modal-alumni .gform_wrapper .gfield input:invalid[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .was-validated input:invalid[type="tel"],
.was-validated .page-template-page_alumni #modal-alumni .gform_wrapper .gfield input:invalid[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .was-validated input:invalid[type="email"],
.was-validated .page-template-page_alumni #modal-alumni .gform_wrapper .gfield textarea:invalid,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .was-validated textarea:invalid,
.was-validated .page-template-page_alumni #modal-alumni .gform_wrapper .gfield select:invalid,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .was-validated select:invalid,
.was-validated .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input:invalid[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .was-validated input:invalid[type="text"],
.was-validated .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input:invalid[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .was-validated input:invalid[type="email"],
.was-validated .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield textarea:invalid,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .was-validated textarea:invalid,
.was-validated .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield select:invalid,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .was-validated select:invalid,
.was-validated #modal-odcomply .gform_wrapper .gfield input:invalid[type="text"],
#modal-odcomply .gform_wrapper .gfield .was-validated input:invalid[type="text"],
.was-validated #modal-odcomply .gform_wrapper .gfield input:invalid[type="email"],
#modal-odcomply .gform_wrapper .gfield .was-validated input:invalid[type="email"],
.was-validated #modal-odcomply .gform_wrapper .gfield textarea:invalid,
#modal-odcomply .gform_wrapper .gfield .was-validated textarea:invalid,
.was-validated #modal-odcomply .gform_wrapper .gfield select:invalid,
#modal-odcomply .gform_wrapper .gfield .was-validated select:invalid,
.form-control.is-invalid,
.comment-form input.is-invalid[type="text"],
.comment-form input.is-invalid[type="email"],
.comment-form input.is-invalid[type="url"],
.comment-form textarea.is-invalid,
.search-form .is-invalid.search-field,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input.is-invalid[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input.is-invalid[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input.is-invalid[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield textarea.is-invalid,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield select.is-invalid,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input.is-invalid[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input.is-invalid[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield textarea.is-invalid,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield select.is-invalid,
#modal-odcomply .gform_wrapper .gfield input.is-invalid[type="text"],
#modal-odcomply .gform_wrapper .gfield input.is-invalid[type="email"],
#modal-odcomply .gform_wrapper .gfield textarea.is-invalid,
#modal-odcomply .gform_wrapper .gfield select.is-invalid {
  border-color: #eb3333;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23eb3333' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23eb3333' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.was-validated .comment-form input:invalid:focus[type="text"],
.comment-form .was-validated input:invalid:focus[type="text"],
.was-validated .comment-form input:invalid:focus[type="email"],
.comment-form .was-validated input:invalid:focus[type="email"],
.was-validated .comment-form input:invalid:focus[type="url"],
.comment-form .was-validated input:invalid:focus[type="url"],
.was-validated .comment-form textarea:invalid:focus,
.comment-form .was-validated textarea:invalid:focus,
.was-validated .search-form .search-field:invalid:focus,
.search-form .was-validated .search-field:invalid:focus,
.was-validated .page-template-page_alumni #modal-alumni .gform_wrapper .gfield input:invalid:focus[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .was-validated input:invalid:focus[type="text"],
.was-validated .page-template-page_alumni #modal-alumni .gform_wrapper .gfield input:invalid:focus[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .was-validated input:invalid:focus[type="tel"],
.was-validated .page-template-page_alumni #modal-alumni .gform_wrapper .gfield input:invalid:focus[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .was-validated input:invalid:focus[type="email"],
.was-validated .page-template-page_alumni #modal-alumni .gform_wrapper .gfield textarea:invalid:focus,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .was-validated textarea:invalid:focus,
.was-validated .page-template-page_alumni #modal-alumni .gform_wrapper .gfield select:invalid:focus,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .was-validated select:invalid:focus,
.was-validated .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input:invalid:focus[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .was-validated input:invalid:focus[type="text"],
.was-validated .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input:invalid:focus[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .was-validated input:invalid:focus[type="email"],
.was-validated .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield textarea:invalid:focus,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .was-validated textarea:invalid:focus,
.was-validated .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield select:invalid:focus,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .was-validated select:invalid:focus,
.was-validated #modal-odcomply .gform_wrapper .gfield input:invalid:focus[type="text"],
#modal-odcomply .gform_wrapper .gfield .was-validated input:invalid:focus[type="text"],
.was-validated #modal-odcomply .gform_wrapper .gfield input:invalid:focus[type="email"],
#modal-odcomply .gform_wrapper .gfield .was-validated input:invalid:focus[type="email"],
.was-validated #modal-odcomply .gform_wrapper .gfield textarea:invalid:focus,
#modal-odcomply .gform_wrapper .gfield .was-validated textarea:invalid:focus,
.was-validated #modal-odcomply .gform_wrapper .gfield select:invalid:focus,
#modal-odcomply .gform_wrapper .gfield .was-validated select:invalid:focus,
.form-control.is-invalid:focus,
.comment-form input.is-invalid:focus[type="text"],
.comment-form input.is-invalid:focus[type="email"],
.comment-form input.is-invalid:focus[type="url"],
.comment-form textarea.is-invalid:focus,
.search-form .is-invalid.search-field:focus,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input.is-invalid:focus[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input.is-invalid:focus[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input.is-invalid:focus[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield textarea.is-invalid:focus,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield select.is-invalid:focus,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input.is-invalid:focus[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input.is-invalid:focus[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield textarea.is-invalid:focus,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield select.is-invalid:focus,
#modal-odcomply .gform_wrapper .gfield input.is-invalid:focus[type="text"],
#modal-odcomply .gform_wrapper .gfield input.is-invalid:focus[type="email"],
#modal-odcomply .gform_wrapper .gfield textarea.is-invalid:focus,
#modal-odcomply .gform_wrapper .gfield select.is-invalid:focus {
  border-color: #eb3333;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 51, 51, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(235, 51, 51, 0.25);
}

.was-validated textarea.form-control:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid,
.was-validated .search-form textarea.search-field:invalid,
.search-form .was-validated textarea.search-field:invalid,
.was-validated .page-template-page_alumni #modal-alumni .gform_wrapper .gfield textarea:invalid,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .was-validated textarea:invalid,
.was-validated .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield textarea:invalid,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .was-validated textarea:invalid,
.was-validated #modal-odcomply .gform_wrapper .gfield textarea:invalid,
#modal-odcomply .gform_wrapper .gfield .was-validated textarea:invalid,
textarea.form-control.is-invalid,
.comment-form textarea.is-invalid,
.search-form textarea.is-invalid.search-field,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield textarea.is-invalid,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield textarea.is-invalid,
#modal-odcomply .gform_wrapper .gfield textarea.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #eb3333;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23eb3333' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23eb3333' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #eb3333;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 51, 51, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(235, 51, 51, 0.25);
}

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

.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: #eb3333;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #eb3333;
}

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

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

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #eb3333;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 51, 51, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(235, 51, 51, 0.25);
}

.form-inline,
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check,
.search-form .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label,
  .search-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group,
  .search-form .form-group,
  .form-inline .comment-form p,
  .comment-form .form-inline p,
  .search-form .comment-form p,
  .comment-form .search-form p,
  .form-inline .search-form label,
  .search-form .form-inline label,
  .search-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control,
  .search-form .form-control,
  .form-inline .comment-form input[type="text"],
  .comment-form .form-inline input[type="text"],
  .search-form .comment-form input[type="text"],
  .comment-form .search-form input[type="text"],
  .form-inline .comment-form input[type="email"],
  .comment-form .form-inline input[type="email"],
  .search-form .comment-form input[type="email"],
  .comment-form .search-form input[type="email"],
  .form-inline .comment-form input[type="url"],
  .comment-form .form-inline input[type="url"],
  .search-form .comment-form input[type="url"],
  .comment-form .search-form input[type="url"],
  .form-inline .comment-form textarea,
  .comment-form .form-inline textarea,
  .search-form .comment-form textarea,
  .comment-form .search-form textarea,
  .search-form .search-field,
  .form-inline .page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="text"],
  .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .form-inline input[type="text"],
  .search-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="text"],
  .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .search-form input[type="text"],
  .form-inline .page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="tel"],
  .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .form-inline input[type="tel"],
  .search-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="tel"],
  .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .search-form input[type="tel"],
  .form-inline .page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="email"],
  .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .form-inline input[type="email"],
  .search-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="email"],
  .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .search-form input[type="email"],
  .form-inline .page-template-page_alumni #modal-alumni .gform_wrapper .gfield textarea,
  .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .form-inline textarea,
  .search-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield textarea,
  .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .search-form textarea,
  .form-inline .page-template-page_alumni #modal-alumni .gform_wrapper .gfield select,
  .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .form-inline select,
  .search-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield select,
  .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .search-form select,
  .form-inline .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="text"],
  .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .form-inline input[type="text"],
  .search-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="text"],
  .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .search-form input[type="text"],
  .form-inline .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="email"],
  .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .form-inline input[type="email"],
  .search-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="email"],
  .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .search-form input[type="email"],
  .form-inline .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield textarea,
  .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .form-inline textarea,
  .search-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield textarea,
  .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .search-form textarea,
  .form-inline .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield select,
  .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .form-inline select,
  .search-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield select,
  .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .search-form select,
  .form-inline #modal-odcomply .gform_wrapper .gfield input[type="text"],
  #modal-odcomply .gform_wrapper .gfield .form-inline input[type="text"],
  .search-form #modal-odcomply .gform_wrapper .gfield input[type="text"],
  #modal-odcomply .gform_wrapper .gfield .search-form input[type="text"],
  .form-inline #modal-odcomply .gform_wrapper .gfield input[type="email"],
  #modal-odcomply .gform_wrapper .gfield .form-inline input[type="email"],
  .search-form #modal-odcomply .gform_wrapper .gfield input[type="email"],
  #modal-odcomply .gform_wrapper .gfield .search-form input[type="email"],
  .form-inline #modal-odcomply .gform_wrapper .gfield textarea,
  #modal-odcomply .gform_wrapper .gfield .form-inline textarea,
  .search-form #modal-odcomply .gform_wrapper .gfield textarea,
  #modal-odcomply .gform_wrapper .gfield .search-form textarea,
  .form-inline #modal-odcomply .gform_wrapper .gfield select,
  #modal-odcomply .gform_wrapper .gfield .form-inline select,
  .search-form #modal-odcomply .gform_wrapper .gfield select,
  #modal-odcomply .gform_wrapper .gfield .search-form select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext,
  .search-form .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .search-form .input-group,
  .form-inline .custom-select,
  .search-form .custom-select {
    width: auto;
  }

  .form-inline .form-check,
  .search-form .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input,
  .search-form .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control,
  .search-form .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .form-inline .custom-control-label,
  .search-form .custom-control-label {
    margin-bottom: 0;
  }
}

.btn,
.comment-form input[type="submit"],
.search-form .search-submit {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn,
  .comment-form input[type="submit"],
  .search-form .search-submit {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn:hover,
.comment-form input:hover[type="submit"],
.search-form .search-submit:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.comment-form input:focus[type="submit"],
.search-form .search-submit:focus,
.btn.focus,
.comment-form input.focus[type="submit"],
.search-form .focus.search-submit {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 116, 173, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(44, 116, 173, 0.25);
}

.btn.disabled,
.comment-form input.disabled[type="submit"],
.search-form .disabled.search-submit,
.btn:disabled,
.comment-form input:disabled[type="submit"],
.search-form .search-submit:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled),
.comment-form input:not(:disabled):not(.disabled)[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.btn-primary {
  color: #fff;
  background-color: #2c74ad;
  border-color: #2c74ad;
}

.btn-primary:hover {
  color: #fff;
  background-color: #24608f;
  border-color: #225984;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #24608f;
  border-color: #225984;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 137, 185, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 137, 185, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #2c74ad;
  border-color: #2c74ad;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #225984;
  border-color: #1f527a;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 137, 185, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 137, 185, 0.5);
}

.btn-secondary,
.comment-form input[type="submit"],
.search-form .search-submit {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover,
.comment-form input:hover[type="submit"],
.search-form .search-submit:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.comment-form input:focus[type="submit"],
.search-form .search-submit:focus,
.btn-secondary.focus,
.comment-form input.focus[type="submit"],
.search-form .focus.search-submit {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.comment-form input.disabled[type="submit"],
.search-form .disabled.search-submit,
.btn-secondary:disabled,
.comment-form input:disabled[type="submit"],
.search-form .search-submit:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.comment-form input:not(:disabled):not(.disabled):active[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.comment-form input:not(:disabled):not(.disabled).active[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle,
.comment-form .show > input.dropdown-toggle[type="submit"],
.search-form .show > .dropdown-toggle.search-submit {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.comment-form input:not(:disabled):not(.disabled):active:focus[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.comment-form input:not(:disabled):not(.disabled).active:focus[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.comment-form .show > input.dropdown-toggle:focus[type="submit"],
.search-form .show > .dropdown-toggle.search-submit:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #eb3333;
  border-color: #eb3333;
}

.btn-danger:hover {
  color: #fff;
  background-color: #e21616;
  border-color: #d61515;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #e21616;
  border-color: #d61515;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 82, 82, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(238, 82, 82, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #eb3333;
  border-color: #eb3333;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d61515;
  border-color: #ca1414;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 82, 82, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(238, 82, 82, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #2c74ad;
  border-color: #2c74ad;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #2c74ad;
  border-color: #2c74ad;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 116, 173, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(44, 116, 173, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #2c74ad;
  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: #2c74ad;
  border-color: #2c74ad;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 116, 173, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(44, 116, 173, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #eb3333;
  border-color: #eb3333;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #eb3333;
  border-color: #eb3333;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 51, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(235, 51, 51, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #eb3333;
  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: #eb3333;
  border-color: #eb3333;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 51, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(235, 51, 51, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #2c74ad;
  text-decoration: none;
}

.btn-link:hover {
  color: #1c4b70;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn,
.comment-form .btn-group-lg > input[type="submit"],
.search-form .btn-group-lg > .search-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn,
.comment-form .btn-group-sm > input[type="submit"],
.search-form .btn-group-sm > .search-submit {
  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 {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2c74ad;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.comment-form .btn-group > input[type="submit"],
.search-form .btn-group > .search-submit,
.btn-group-vertical > .btn,
.comment-form .btn-group-vertical > input[type="submit"],
.search-form .btn-group-vertical > .search-submit {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.btn-group > .btn:hover,
.comment-form .btn-group > input:hover[type="submit"],
.search-form .btn-group > .search-submit:hover,
.btn-group-vertical > .btn:hover,
.comment-form .btn-group-vertical > input:hover[type="submit"],
.search-form .btn-group-vertical > .search-submit:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.comment-form .btn-group > input:focus[type="submit"],
.search-form .btn-group > .search-submit:focus,
.btn-group > .btn:active,
.comment-form .btn-group > input:active[type="submit"],
.search-form .btn-group > .search-submit:active,
.btn-group > .btn.active,
.comment-form .btn-group > input.active[type="submit"],
.search-form .btn-group > .active.search-submit,
.btn-group-vertical > .btn:focus,
.comment-form .btn-group-vertical > input:focus[type="submit"],
.search-form .btn-group-vertical > .search-submit:focus,
.btn-group-vertical > .btn:active,
.comment-form .btn-group-vertical > input:active[type="submit"],
.search-form .btn-group-vertical > .search-submit:active,
.btn-group-vertical > .btn.active,
.comment-form .btn-group-vertical > input.active[type="submit"],
.search-form .btn-group-vertical > .active.search-submit {
  z-index: 1;
}

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

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.comment-form .btn-group > input:not(:first-child)[type="submit"],
.search-form .btn-group > .search-submit:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.search-form .btn-group > .search-submit:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.comment-form .btn-group > .btn-group:not(:last-child) > input[type="submit"],
.search-form .btn-group > .btn-group:not(:last-child) > .search-submit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.comment-form .btn-group > input:not(:first-child)[type="submit"],
.search-form .btn-group > .search-submit:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.comment-form .btn-group > .btn-group:not(:first-child) > input[type="submit"],
.search-form .btn-group > .btn-group:not(:first-child) > .search-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split,
.comment-form .btn-group-sm > input[type="submit"] + .dropdown-toggle-split,
.search-form .btn-group-sm > .search-submit + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split,
.comment-form .btn-group-lg > input[type="submit"] + .dropdown-toggle-split,
.search-form .btn-group-lg > .search-submit + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical > .btn,
.comment-form .btn-group-vertical > input[type="submit"],
.search-form .btn-group-vertical > .search-submit,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.comment-form .btn-group-vertical > input:not(:first-child)[type="submit"],
.search-form .btn-group-vertical > .search-submit:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.search-form .btn-group-vertical > .search-submit:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.comment-form .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"],
.search-form .btn-group-vertical > .btn-group:not(:last-child) > .search-submit {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.comment-form .btn-group-vertical > input:not(:first-child)[type="submit"],
.search-form .btn-group-vertical > .search-submit:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.comment-form .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"],
.search-form .btn-group-vertical > .btn-group:not(:first-child) > .search-submit {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.comment-form .btn-group-toggle > input[type="submit"],
.search-form .btn-group-toggle > .search-submit,
.btn-group-toggle > .btn-group > .btn,
.comment-form .btn-group-toggle > .btn-group > input[type="submit"],
.search-form .btn-group-toggle > .btn-group > .search-submit {
  margin-bottom: 0;
}

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.comment-form .input-group > input[type="text"],
.comment-form .input-group > input[type="email"],
.comment-form .input-group > input[type="url"],
.comment-form .input-group > textarea,
.search-form .input-group > .search-field,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select,
#modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"],
#modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"],
#modal-odcomply .gform_wrapper .gfield .input-group > textarea,
#modal-odcomply .gform_wrapper .gfield .input-group > select,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.comment-form .input-group > input[type="text"] + .form-control,
.comment-form .input-group > input[type="email"] + .form-control,
.comment-form .input-group > input[type="url"] + .form-control,
.comment-form .input-group > textarea + .form-control,
.search-form .input-group > .search-field + .form-control,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + .form-control,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="tel"] + .form-control,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + .form-control,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + .form-control,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + .form-control,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + .form-control,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + .form-control,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + .form-control,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select + .form-control,
#modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + .form-control,
#modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + .form-control,
#modal-odcomply .gform_wrapper .gfield .input-group > textarea + .form-control,
#modal-odcomply .gform_wrapper .gfield .input-group > select + .form-control,
.comment-form .input-group > .form-control + input[type="text"],
.comment-form .input-group > input[type="text"] + input[type="text"],
.comment-form .input-group > input[type="email"] + input[type="text"],
.comment-form .input-group > input[type="url"] + input[type="text"],
.comment-form .input-group > textarea + input[type="text"],
.search-form .comment-form .input-group > .search-field + input[type="text"],
.comment-form .search-form .input-group > .search-field + input[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > input[type="text"] + input[type="text"],
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + input[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > input[type="tel"] + input[type="text"],
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="tel"] + input[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > input[type="email"] + input[type="text"],
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + input[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > textarea + input[type="text"],
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + input[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > select + input[type="text"],
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + input[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > input[type="text"] + input[type="text"],
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + input[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > input[type="email"] + input[type="text"],
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + input[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > textarea + input[type="text"],
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + input[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > select + input[type="text"],
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select + input[type="text"],
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > input[type="text"] + input[type="text"],
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + input[type="text"],
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > input[type="email"] + input[type="text"],
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + input[type="text"],
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > textarea + input[type="text"],
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > textarea + input[type="text"],
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > select + input[type="text"],
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > select + input[type="text"],
.comment-form .input-group > .form-control + input[type="email"],
.comment-form .input-group > input[type="text"] + input[type="email"],
.comment-form .input-group > input[type="email"] + input[type="email"],
.comment-form .input-group > input[type="url"] + input[type="email"],
.comment-form .input-group > textarea + input[type="email"],
.search-form .comment-form .input-group > .search-field + input[type="email"],
.comment-form .search-form .input-group > .search-field + input[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > input[type="text"] + input[type="email"],
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + input[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > input[type="tel"] + input[type="email"],
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="tel"] + input[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > input[type="email"] + input[type="email"],
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + input[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > textarea + input[type="email"],
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + input[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > select + input[type="email"],
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + input[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > input[type="text"] + input[type="email"],
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + input[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > input[type="email"] + input[type="email"],
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + input[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > textarea + input[type="email"],
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + input[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > select + input[type="email"],
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select + input[type="email"],
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > input[type="text"] + input[type="email"],
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + input[type="email"],
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > input[type="email"] + input[type="email"],
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + input[type="email"],
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > textarea + input[type="email"],
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > textarea + input[type="email"],
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > select + input[type="email"],
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > select + input[type="email"],
.comment-form .input-group > .form-control + input[type="url"],
.comment-form .input-group > input[type="text"] + input[type="url"],
.comment-form .input-group > input[type="email"] + input[type="url"],
.comment-form .input-group > input[type="url"] + input[type="url"],
.comment-form .input-group > textarea + input[type="url"],
.search-form .comment-form .input-group > .search-field + input[type="url"],
.comment-form .search-form .input-group > .search-field + input[type="url"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > input[type="text"] + input[type="url"],
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + input[type="url"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > input[type="tel"] + input[type="url"],
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="tel"] + input[type="url"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > input[type="email"] + input[type="url"],
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + input[type="url"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > textarea + input[type="url"],
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + input[type="url"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > select + input[type="url"],
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + input[type="url"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > input[type="text"] + input[type="url"],
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + input[type="url"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > input[type="email"] + input[type="url"],
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + input[type="url"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > textarea + input[type="url"],
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + input[type="url"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > select + input[type="url"],
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select + input[type="url"],
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > input[type="text"] + input[type="url"],
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + input[type="url"],
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > input[type="email"] + input[type="url"],
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + input[type="url"],
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > textarea + input[type="url"],
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > textarea + input[type="url"],
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > select + input[type="url"],
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > select + input[type="url"],
.comment-form .input-group > .form-control + textarea,
.comment-form .input-group > input[type="text"] + textarea,
.comment-form .input-group > input[type="email"] + textarea,
.comment-form .input-group > input[type="url"] + textarea,
.comment-form .input-group > textarea + textarea,
.search-form .comment-form .input-group > .search-field + textarea,
.comment-form .search-form .input-group > .search-field + textarea,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > input[type="text"] + textarea,
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + textarea,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > input[type="tel"] + textarea,
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="tel"] + textarea,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > input[type="email"] + textarea,
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + textarea,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > textarea + textarea,
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + textarea,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > select + textarea,
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + textarea,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > input[type="text"] + textarea,
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + textarea,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > input[type="email"] + textarea,
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + textarea,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > textarea + textarea,
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + textarea,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > select + textarea,
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select + textarea,
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > input[type="text"] + textarea,
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + textarea,
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > input[type="email"] + textarea,
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + textarea,
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > textarea + textarea,
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > textarea + textarea,
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > select + textarea,
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > select + textarea,
.search-form .input-group > .form-control + .search-field,
.comment-form .search-form .input-group > input[type="text"] + .search-field,
.search-form .comment-form .input-group > input[type="text"] + .search-field,
.comment-form .search-form .input-group > input[type="email"] + .search-field,
.search-form .comment-form .input-group > input[type="email"] + .search-field,
.comment-form .search-form .input-group > input[type="url"] + .search-field,
.search-form .comment-form .input-group > input[type="url"] + .search-field,
.comment-form .search-form .input-group > textarea + .search-field,
.search-form .comment-form .input-group > textarea + .search-field,
.search-form .input-group > .search-field + .search-field,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .search-form .input-group > input[type="text"] + .search-field,
.search-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + .search-field,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .search-form .input-group > input[type="tel"] + .search-field,
.search-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="tel"] + .search-field,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .search-form .input-group > input[type="email"] + .search-field,
.search-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + .search-field,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .search-form .input-group > textarea + .search-field,
.search-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + .search-field,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .search-form .input-group > select + .search-field,
.search-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + .search-field,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .search-form .input-group > input[type="text"] + .search-field,
.search-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + .search-field,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .search-form .input-group > input[type="email"] + .search-field,
.search-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + .search-field,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .search-form .input-group > textarea + .search-field,
.search-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + .search-field,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .search-form .input-group > select + .search-field,
.search-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select + .search-field,
#modal-odcomply .gform_wrapper .gfield .search-form .input-group > input[type="text"] + .search-field,
.search-form #modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + .search-field,
#modal-odcomply .gform_wrapper .gfield .search-form .input-group > input[type="email"] + .search-field,
.search-form #modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + .search-field,
#modal-odcomply .gform_wrapper .gfield .search-form .input-group > textarea + .search-field,
.search-form #modal-odcomply .gform_wrapper .gfield .input-group > textarea + .search-field,
#modal-odcomply .gform_wrapper .gfield .search-form .input-group > select + .search-field,
.search-form #modal-odcomply .gform_wrapper .gfield .input-group > select + .search-field,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > .form-control + input[type="text"],
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + input[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > input[type="text"] + input[type="text"],
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + input[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > input[type="email"] + input[type="text"],
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="url"] + input[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > input[type="url"] + input[type="text"],
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + input[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > textarea + input[type="text"],
.search-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > .search-field + input[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .search-form .input-group > .search-field + input[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + input[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="tel"] + input[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + input[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + input[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + input[type="text"],
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + input[type="text"],
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + input[type="text"],
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + input[type="text"],
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + input[type="text"],
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + input[type="text"],
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + input[type="text"],
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + input[type="text"],
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select + input[type="text"],
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + input[type="text"],
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + input[type="text"],
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + input[type="text"],
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + input[type="text"],
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + input[type="text"],
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > textarea + input[type="text"],
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + input[type="text"],
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > select + input[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > .form-control + input[type="tel"],
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + input[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > input[type="text"] + input[type="tel"],
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + input[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > input[type="email"] + input[type="tel"],
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="url"] + input[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > input[type="url"] + input[type="tel"],
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + input[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > textarea + input[type="tel"],
.search-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > .search-field + input[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .search-form .input-group > .search-field + input[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + input[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="tel"] + input[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + input[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + input[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + input[type="tel"],
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + input[type="tel"],
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + input[type="tel"],
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + input[type="tel"],
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + input[type="tel"],
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + input[type="tel"],
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + input[type="tel"],
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + input[type="tel"],
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select + input[type="tel"],
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + input[type="tel"],
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + input[type="tel"],
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + input[type="tel"],
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + input[type="tel"],
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + input[type="tel"],
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > textarea + input[type="tel"],
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + input[type="tel"],
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > select + input[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > .form-control + input[type="email"],
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + input[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > input[type="text"] + input[type="email"],
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + input[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > input[type="email"] + input[type="email"],
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="url"] + input[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > input[type="url"] + input[type="email"],
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + input[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > textarea + input[type="email"],
.search-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > .search-field + input[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .search-form .input-group > .search-field + input[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + input[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="tel"] + input[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + input[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + input[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + input[type="email"],
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + input[type="email"],
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + input[type="email"],
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + input[type="email"],
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + input[type="email"],
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + input[type="email"],
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + input[type="email"],
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + input[type="email"],
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select + input[type="email"],
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + input[type="email"],
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + input[type="email"],
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + input[type="email"],
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + input[type="email"],
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + input[type="email"],
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > textarea + input[type="email"],
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + input[type="email"],
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > select + input[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > .form-control + textarea,
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + textarea,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > input[type="text"] + textarea,
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + textarea,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > input[type="email"] + textarea,
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="url"] + textarea,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > input[type="url"] + textarea,
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + textarea,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > textarea + textarea,
.search-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > .search-field + textarea,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .search-form .input-group > .search-field + textarea,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + textarea,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="tel"] + textarea,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + textarea,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + textarea,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + textarea,
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + textarea,
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + textarea,
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + textarea,
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + textarea,
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + textarea,
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + textarea,
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + textarea,
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select + textarea,
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + textarea,
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + textarea,
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + textarea,
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + textarea,
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + textarea,
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > textarea + textarea,
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + textarea,
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > select + textarea,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > .form-control + select,
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + select,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > input[type="text"] + select,
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + select,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > input[type="email"] + select,
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="url"] + select,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > input[type="url"] + select,
.comment-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + select,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .comment-form .input-group > textarea + select,
.search-form .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > .search-field + select,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .search-form .input-group > .search-field + select,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + select,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="tel"] + select,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + select,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + select,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + select,
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + select,
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + select,
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + select,
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + select,
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + select,
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + select,
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + select,
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select + select,
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + select,
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + select,
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + select,
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + select,
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + select,
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > textarea + select,
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + select,
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > select + select,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > .form-control + input[type="text"],
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + input[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > input[type="text"] + input[type="text"],
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + input[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > input[type="email"] + input[type="text"],
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="url"] + input[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > input[type="url"] + input[type="text"],
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + input[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > textarea + input[type="text"],
.search-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > .search-field + input[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .search-form .input-group > .search-field + input[type="text"],
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + input[type="text"],
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + input[type="text"],
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="tel"] + input[type="text"],
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="tel"] + input[type="text"],
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + input[type="text"],
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + input[type="text"],
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + input[type="text"],
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + input[type="text"],
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select + input[type="text"],
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + input[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + input[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + input[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + input[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select + input[type="text"],
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + input[type="text"],
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + input[type="text"],
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + input[type="text"],
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + input[type="text"],
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + input[type="text"],
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > textarea + input[type="text"],
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select + input[type="text"],
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > select + input[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > .form-control + input[type="email"],
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + input[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > input[type="text"] + input[type="email"],
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + input[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > input[type="email"] + input[type="email"],
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="url"] + input[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > input[type="url"] + input[type="email"],
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + input[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > textarea + input[type="email"],
.search-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > .search-field + input[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .search-form .input-group > .search-field + input[type="email"],
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + input[type="email"],
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + input[type="email"],
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="tel"] + input[type="email"],
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="tel"] + input[type="email"],
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + input[type="email"],
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + input[type="email"],
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + input[type="email"],
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + input[type="email"],
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select + input[type="email"],
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + input[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + input[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + input[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + input[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select + input[type="email"],
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + input[type="email"],
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + input[type="email"],
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + input[type="email"],
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + input[type="email"],
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + input[type="email"],
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > textarea + input[type="email"],
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select + input[type="email"],
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > select + input[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > .form-control + textarea,
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + textarea,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > input[type="text"] + textarea,
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + textarea,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > input[type="email"] + textarea,
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="url"] + textarea,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > input[type="url"] + textarea,
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + textarea,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > textarea + textarea,
.search-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > .search-field + textarea,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .search-form .input-group > .search-field + textarea,
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + textarea,
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + textarea,
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="tel"] + textarea,
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="tel"] + textarea,
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + textarea,
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + textarea,
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + textarea,
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + textarea,
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select + textarea,
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + textarea,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + textarea,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + textarea,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + textarea,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select + textarea,
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + textarea,
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + textarea,
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + textarea,
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + textarea,
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + textarea,
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > textarea + textarea,
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select + textarea,
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > select + textarea,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > .form-control + select,
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + select,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > input[type="text"] + select,
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + select,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > input[type="email"] + select,
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="url"] + select,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > input[type="url"] + select,
.comment-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + select,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .comment-form .input-group > textarea + select,
.search-form .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > .search-field + select,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .search-form .input-group > .search-field + select,
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + select,
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + select,
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="tel"] + select,
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="tel"] + select,
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + select,
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + select,
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + select,
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + select,
.page-template-page_alumni #modal-alumni .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select + select,
.page-template-page_contact-us section.section.text-image .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + select,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + select,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + select,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + select,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select + select,
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + select,
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + select,
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + select,
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + select,
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + select,
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > textarea + select,
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select + select,
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > select + select,
#modal-odcomply .gform_wrapper .gfield .input-group > .form-control + input[type="text"],
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + input[type="text"],
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > input[type="text"] + input[type="text"],
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + input[type="text"],
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > input[type="email"] + input[type="text"],
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > input[type="url"] + input[type="text"],
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > input[type="url"] + input[type="text"],
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > textarea + input[type="text"],
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > textarea + input[type="text"],
.search-form #modal-odcomply .gform_wrapper .gfield .input-group > .search-field + input[type="text"],
#modal-odcomply .gform_wrapper .gfield .search-form .input-group > .search-field + input[type="text"],
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + input[type="text"],
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + input[type="text"],
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > input[type="tel"] + input[type="text"],
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="tel"] + input[type="text"],
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + input[type="text"],
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + input[type="text"],
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > textarea + input[type="text"],
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + input[type="text"],
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > select + input[type="text"],
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + input[type="text"],
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + input[type="text"],
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + input[type="text"],
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + input[type="text"],
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + input[type="text"],
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > textarea + input[type="text"],
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + input[type="text"],
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > select + input[type="text"],
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select + input[type="text"],
#modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + input[type="text"],
#modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + input[type="text"],
#modal-odcomply .gform_wrapper .gfield .input-group > textarea + input[type="text"],
#modal-odcomply .gform_wrapper .gfield .input-group > select + input[type="text"],
#modal-odcomply .gform_wrapper .gfield .input-group > .form-control + input[type="email"],
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + input[type="email"],
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > input[type="text"] + input[type="email"],
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + input[type="email"],
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > input[type="email"] + input[type="email"],
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > input[type="url"] + input[type="email"],
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > input[type="url"] + input[type="email"],
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > textarea + input[type="email"],
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > textarea + input[type="email"],
.search-form #modal-odcomply .gform_wrapper .gfield .input-group > .search-field + input[type="email"],
#modal-odcomply .gform_wrapper .gfield .search-form .input-group > .search-field + input[type="email"],
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + input[type="email"],
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + input[type="email"],
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > input[type="tel"] + input[type="email"],
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="tel"] + input[type="email"],
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + input[type="email"],
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + input[type="email"],
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > textarea + input[type="email"],
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + input[type="email"],
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > select + input[type="email"],
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + input[type="email"],
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + input[type="email"],
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + input[type="email"],
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + input[type="email"],
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + input[type="email"],
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > textarea + input[type="email"],
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + input[type="email"],
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > select + input[type="email"],
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select + input[type="email"],
#modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + input[type="email"],
#modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + input[type="email"],
#modal-odcomply .gform_wrapper .gfield .input-group > textarea + input[type="email"],
#modal-odcomply .gform_wrapper .gfield .input-group > select + input[type="email"],
#modal-odcomply .gform_wrapper .gfield .input-group > .form-control + textarea,
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + textarea,
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > input[type="text"] + textarea,
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + textarea,
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > input[type="email"] + textarea,
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > input[type="url"] + textarea,
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > input[type="url"] + textarea,
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > textarea + textarea,
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > textarea + textarea,
.search-form #modal-odcomply .gform_wrapper .gfield .input-group > .search-field + textarea,
#modal-odcomply .gform_wrapper .gfield .search-form .input-group > .search-field + textarea,
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + textarea,
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + textarea,
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > input[type="tel"] + textarea,
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="tel"] + textarea,
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + textarea,
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + textarea,
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > textarea + textarea,
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + textarea,
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > select + textarea,
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + textarea,
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + textarea,
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + textarea,
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + textarea,
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + textarea,
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > textarea + textarea,
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + textarea,
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > select + textarea,
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select + textarea,
#modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + textarea,
#modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + textarea,
#modal-odcomply .gform_wrapper .gfield .input-group > textarea + textarea,
#modal-odcomply .gform_wrapper .gfield .input-group > select + textarea,
#modal-odcomply .gform_wrapper .gfield .input-group > .form-control + select,
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + select,
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > input[type="text"] + select,
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + select,
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > input[type="email"] + select,
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > input[type="url"] + select,
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > input[type="url"] + select,
.comment-form #modal-odcomply .gform_wrapper .gfield .input-group > textarea + select,
#modal-odcomply .gform_wrapper .gfield .comment-form .input-group > textarea + select,
.search-form #modal-odcomply .gform_wrapper .gfield .input-group > .search-field + select,
#modal-odcomply .gform_wrapper .gfield .search-form .input-group > .search-field + select,
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + select,
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + select,
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > input[type="tel"] + select,
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="tel"] + select,
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + select,
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + select,
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > textarea + select,
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + select,
.page-template-page_alumni #modal-alumni #modal-odcomply .gform_wrapper .gfield .input-group > select + select,
#modal-odcomply .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + select,
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + select,
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + select,
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + select,
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + select,
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > textarea + select,
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + select,
.page-template-page_contact-us section.section.text-image #modal-odcomply .gform_wrapper .gfield .input-group > select + select,
#modal-odcomply .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select + select,
#modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + select,
#modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + select,
#modal-odcomply .gform_wrapper .gfield .input-group > textarea + select,
#modal-odcomply .gform_wrapper .gfield .input-group > select + select,
.input-group > .form-control + .custom-select,
.comment-form .input-group > input[type="text"] + .custom-select,
.comment-form .input-group > input[type="email"] + .custom-select,
.comment-form .input-group > input[type="url"] + .custom-select,
.comment-form .input-group > textarea + .custom-select,
.search-form .input-group > .search-field + .custom-select,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + .custom-select,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="tel"] + .custom-select,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + .custom-select,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + .custom-select,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + .custom-select,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + .custom-select,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + .custom-select,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + .custom-select,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select + .custom-select,
#modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + .custom-select,
#modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + .custom-select,
#modal-odcomply .gform_wrapper .gfield .input-group > textarea + .custom-select,
#modal-odcomply .gform_wrapper .gfield .input-group > select + .custom-select,
.input-group > .form-control + .custom-file,
.comment-form .input-group > input[type="text"] + .custom-file,
.comment-form .input-group > input[type="email"] + .custom-file,
.comment-form .input-group > input[type="url"] + .custom-file,
.comment-form .input-group > textarea + .custom-file,
.search-form .input-group > .search-field + .custom-file,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="text"] + .custom-file,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="tel"] + .custom-file,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input[type="email"] + .custom-file,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea + .custom-file,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select + .custom-file,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="text"] + .custom-file,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input[type="email"] + .custom-file,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea + .custom-file,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select + .custom-file,
#modal-odcomply .gform_wrapper .gfield .input-group > input[type="text"] + .custom-file,
#modal-odcomply .gform_wrapper .gfield .input-group > input[type="email"] + .custom-file,
#modal-odcomply .gform_wrapper .gfield .input-group > textarea + .custom-file,
#modal-odcomply .gform_wrapper .gfield .input-group > select + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.comment-form .input-group > .form-control-plaintext + input[type="text"],
.comment-form .input-group > .form-control-plaintext + input[type="email"],
.comment-form .input-group > .form-control-plaintext + input[type="url"],
.comment-form .input-group > .form-control-plaintext + textarea,
.search-form .input-group > .form-control-plaintext + .search-field,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > .form-control-plaintext + input[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > .form-control-plaintext + input[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > .form-control-plaintext + input[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > .form-control-plaintext + textarea,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > .form-control-plaintext + select,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > .form-control-plaintext + input[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > .form-control-plaintext + input[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > .form-control-plaintext + textarea,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > .form-control-plaintext + select,
#modal-odcomply .gform_wrapper .gfield .input-group > .form-control-plaintext + input[type="text"],
#modal-odcomply .gform_wrapper .gfield .input-group > .form-control-plaintext + input[type="email"],
#modal-odcomply .gform_wrapper .gfield .input-group > .form-control-plaintext + textarea,
#modal-odcomply .gform_wrapper .gfield .input-group > .form-control-plaintext + select,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.comment-form .input-group > .custom-select + input[type="text"],
.comment-form .input-group > .custom-select + input[type="email"],
.comment-form .input-group > .custom-select + input[type="url"],
.comment-form .input-group > .custom-select + textarea,
.search-form .input-group > .custom-select + .search-field,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > .custom-select + input[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > .custom-select + input[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > .custom-select + input[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > .custom-select + textarea,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > .custom-select + select,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > .custom-select + input[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > .custom-select + input[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > .custom-select + textarea,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > .custom-select + select,
#modal-odcomply .gform_wrapper .gfield .input-group > .custom-select + input[type="text"],
#modal-odcomply .gform_wrapper .gfield .input-group > .custom-select + input[type="email"],
#modal-odcomply .gform_wrapper .gfield .input-group > .custom-select + textarea,
#modal-odcomply .gform_wrapper .gfield .input-group > .custom-select + select,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.comment-form .input-group > .custom-file + input[type="text"],
.comment-form .input-group > .custom-file + input[type="email"],
.comment-form .input-group > .custom-file + input[type="url"],
.comment-form .input-group > .custom-file + textarea,
.search-form .input-group > .custom-file + .search-field,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > .custom-file + input[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > .custom-file + input[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > .custom-file + input[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > .custom-file + textarea,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > .custom-file + select,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > .custom-file + input[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > .custom-file + input[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > .custom-file + textarea,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > .custom-file + select,
#modal-odcomply .gform_wrapper .gfield .input-group > .custom-file + input[type="text"],
#modal-odcomply .gform_wrapper .gfield .input-group > .custom-file + input[type="email"],
#modal-odcomply .gform_wrapper .gfield .input-group > .custom-file + textarea,
#modal-odcomply .gform_wrapper .gfield .input-group > .custom-file + select,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.comment-form .input-group > input:focus[type="text"],
.comment-form .input-group > input:focus[type="email"],
.comment-form .input-group > input:focus[type="url"],
.comment-form .input-group > textarea:focus,
.search-form .input-group > .search-field:focus,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input:focus[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input:focus[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input:focus[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea:focus,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select:focus,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input:focus[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input:focus[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea:focus,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select:focus,
#modal-odcomply .gform_wrapper .gfield .input-group > input:focus[type="text"],
#modal-odcomply .gform_wrapper .gfield .input-group > input:focus[type="email"],
#modal-odcomply .gform_wrapper .gfield .input-group > textarea:focus,
#modal-odcomply .gform_wrapper .gfield .input-group > select:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.comment-form .input-group > input:not(:last-child)[type="text"],
.comment-form .input-group > input:not(:last-child)[type="email"],
.comment-form .input-group > input:not(:last-child)[type="url"],
.comment-form .input-group > textarea:not(:last-child),
.search-form .input-group > .search-field:not(:last-child),
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input:not(:last-child)[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input:not(:last-child)[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input:not(:last-child)[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea:not(:last-child),
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select:not(:last-child),
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input:not(:last-child)[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input:not(:last-child)[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea:not(:last-child),
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select:not(:last-child),
#modal-odcomply .gform_wrapper .gfield .input-group > input:not(:last-child)[type="text"],
#modal-odcomply .gform_wrapper .gfield .input-group > input:not(:last-child)[type="email"],
#modal-odcomply .gform_wrapper .gfield .input-group > textarea:not(:last-child),
#modal-odcomply .gform_wrapper .gfield .input-group > select: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),
.comment-form .input-group > input:not(:first-child)[type="text"],
.comment-form .input-group > input:not(:first-child)[type="email"],
.comment-form .input-group > input:not(:first-child)[type="url"],
.comment-form .input-group > textarea:not(:first-child),
.search-form .input-group > .search-field:not(:first-child),
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input:not(:first-child)[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input:not(:first-child)[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > input:not(:first-child)[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > textarea:not(:first-child),
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group > select:not(:first-child),
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input:not(:first-child)[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > input:not(:first-child)[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > textarea:not(:first-child),
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group > select:not(:first-child),
#modal-odcomply .gform_wrapper .gfield .input-group > input:not(:first-child)[type="text"],
#modal-odcomply .gform_wrapper .gfield .input-group > input:not(:first-child)[type="email"],
#modal-odcomply .gform_wrapper .gfield .input-group > textarea:not(:first-child),
#modal-odcomply .gform_wrapper .gfield .input-group > select:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-prepend .comment-form input[type="submit"],
.comment-form .input-group-prepend input[type="submit"],
.input-group-prepend .search-form .search-submit,
.search-form .input-group-prepend .search-submit,
.input-group-append .btn,
.input-group-append .comment-form input[type="submit"],
.comment-form .input-group-append input[type="submit"],
.input-group-append .search-form .search-submit,
.search-form .input-group-append .search-submit {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-prepend .comment-form input:focus[type="submit"],
.comment-form .input-group-prepend input:focus[type="submit"],
.input-group-prepend .search-form .search-submit:focus,
.search-form .input-group-prepend .search-submit:focus,
.input-group-append .btn:focus,
.input-group-append .comment-form input:focus[type="submit"],
.comment-form .input-group-append input:focus[type="submit"],
.input-group-append .search-form .search-submit:focus,
.search-form .input-group-append .search-submit:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .comment-form input[type="submit"] + .btn,
.comment-form .input-group-prepend input[type="submit"] + .btn,
.input-group-prepend .search-form .search-submit + .btn,
.search-form .input-group-prepend .search-submit + .btn,
.input-group-prepend .comment-form .btn + input[type="submit"],
.comment-form .input-group-prepend .btn + input[type="submit"],
.input-group-prepend .comment-form input[type="submit"] + input[type="submit"],
.comment-form .input-group-prepend input[type="submit"] + input[type="submit"],
.input-group-prepend .search-form .comment-form .search-submit + input[type="submit"],
.comment-form .input-group-prepend .search-form .search-submit + input[type="submit"],
.search-form .input-group-prepend .comment-form .search-submit + input[type="submit"],
.comment-form .search-form .input-group-prepend .search-submit + input[type="submit"],
.input-group-prepend .search-form .btn + .search-submit,
.search-form .input-group-prepend .btn + .search-submit,
.input-group-prepend .comment-form .search-form input[type="submit"] + .search-submit,
.search-form .input-group-prepend .comment-form input[type="submit"] + .search-submit,
.comment-form .input-group-prepend .search-form input[type="submit"] + .search-submit,
.search-form .comment-form .input-group-prepend input[type="submit"] + .search-submit,
.input-group-prepend .search-form .search-submit + .search-submit,
.search-form .input-group-prepend .search-submit + .search-submit,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .comment-form input[type="submit"] + .input-group-text,
.comment-form .input-group-prepend input[type="submit"] + .input-group-text,
.input-group-prepend .search-form .search-submit + .input-group-text,
.search-form .input-group-prepend .search-submit + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .comment-form .input-group-text + input[type="submit"],
.comment-form .input-group-prepend .input-group-text + input[type="submit"],
.input-group-prepend .search-form .input-group-text + .search-submit,
.search-form .input-group-prepend .input-group-text + .search-submit,
.input-group-append .btn + .btn,
.input-group-append .comment-form input[type="submit"] + .btn,
.comment-form .input-group-append input[type="submit"] + .btn,
.input-group-append .search-form .search-submit + .btn,
.search-form .input-group-append .search-submit + .btn,
.input-group-append .comment-form .btn + input[type="submit"],
.comment-form .input-group-append .btn + input[type="submit"],
.input-group-append .comment-form input[type="submit"] + input[type="submit"],
.comment-form .input-group-append input[type="submit"] + input[type="submit"],
.input-group-append .search-form .comment-form .search-submit + input[type="submit"],
.comment-form .input-group-append .search-form .search-submit + input[type="submit"],
.search-form .input-group-append .comment-form .search-submit + input[type="submit"],
.comment-form .search-form .input-group-append .search-submit + input[type="submit"],
.input-group-append .search-form .btn + .search-submit,
.search-form .input-group-append .btn + .search-submit,
.input-group-append .comment-form .search-form input[type="submit"] + .search-submit,
.search-form .input-group-append .comment-form input[type="submit"] + .search-submit,
.comment-form .input-group-append .search-form input[type="submit"] + .search-submit,
.search-form .comment-form .input-group-append input[type="submit"] + .search-submit,
.input-group-append .search-form .search-submit + .search-submit,
.search-form .input-group-append .search-submit + .search-submit,
.input-group-append .btn + .input-group-text,
.input-group-append .comment-form input[type="submit"] + .input-group-text,
.comment-form .input-group-append input[type="submit"] + .input-group-text,
.input-group-append .search-form .search-submit + .input-group-text,
.search-form .input-group-append .search-submit + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .comment-form .input-group-text + input[type="submit"],
.comment-form .input-group-append .input-group-text + input[type="submit"],
.input-group-append .search-form .input-group-text + .search-submit,
.search-form .input-group-append .input-group-text + .search-submit {
  margin-left: -1px;
}

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

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

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

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.comment-form .input-group-lg > input:not(textarea)[type="text"],
.comment-form .input-group-lg > input:not(textarea)[type="email"],
.comment-form .input-group-lg > input:not(textarea)[type="url"],
.comment-form .input-group-lg > textarea:not(textarea),
.search-form .input-group-lg > .search-field:not(textarea),
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group-lg > input:not(textarea)[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group-lg > input:not(textarea)[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group-lg > input:not(textarea)[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group-lg > textarea:not(textarea),
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group-lg > select:not(textarea),
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group-lg > input:not(textarea)[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group-lg > input:not(textarea)[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group-lg > textarea:not(textarea),
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group-lg > select:not(textarea),
#modal-odcomply .gform_wrapper .gfield .input-group-lg > input:not(textarea)[type="text"],
#modal-odcomply .gform_wrapper .gfield .input-group-lg > input:not(textarea)[type="email"],
#modal-odcomply .gform_wrapper .gfield .input-group-lg > textarea:not(textarea),
#modal-odcomply .gform_wrapper .gfield .input-group-lg > select:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.comment-form .input-group-lg > input[type="text"],
.comment-form .input-group-lg > input[type="email"],
.comment-form .input-group-lg > input[type="url"],
.comment-form .input-group-lg > textarea,
.search-form .input-group-lg > .search-field,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group-lg > input[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group-lg > input[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group-lg > input[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group-lg > textarea,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group-lg > select,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group-lg > input[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group-lg > input[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group-lg > textarea,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group-lg > select,
#modal-odcomply .gform_wrapper .gfield .input-group-lg > input[type="text"],
#modal-odcomply .gform_wrapper .gfield .input-group-lg > input[type="email"],
#modal-odcomply .gform_wrapper .gfield .input-group-lg > textarea,
#modal-odcomply .gform_wrapper .gfield .input-group-lg > select,
.input-group-lg > .custom-select,
.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,
.comment-form .input-group-lg > .input-group-prepend > input[type="submit"],
.search-form .input-group-lg > .input-group-prepend > .search-submit,
.input-group-lg > .input-group-append > .btn,
.comment-form .input-group-lg > .input-group-append > input[type="submit"],
.search-form .input-group-lg > .input-group-append > .search-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.comment-form .input-group-sm > input:not(textarea)[type="text"],
.comment-form .input-group-sm > input:not(textarea)[type="email"],
.comment-form .input-group-sm > input:not(textarea)[type="url"],
.comment-form .input-group-sm > textarea:not(textarea),
.search-form .input-group-sm > .search-field:not(textarea),
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group-sm > input:not(textarea)[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group-sm > input:not(textarea)[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group-sm > input:not(textarea)[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group-sm > textarea:not(textarea),
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group-sm > select:not(textarea),
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group-sm > input:not(textarea)[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group-sm > input:not(textarea)[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group-sm > textarea:not(textarea),
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group-sm > select:not(textarea),
#modal-odcomply .gform_wrapper .gfield .input-group-sm > input:not(textarea)[type="text"],
#modal-odcomply .gform_wrapper .gfield .input-group-sm > input:not(textarea)[type="email"],
#modal-odcomply .gform_wrapper .gfield .input-group-sm > textarea:not(textarea),
#modal-odcomply .gform_wrapper .gfield .input-group-sm > select:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.comment-form .input-group-sm > input[type="text"],
.comment-form .input-group-sm > input[type="email"],
.comment-form .input-group-sm > input[type="url"],
.comment-form .input-group-sm > textarea,
.search-form .input-group-sm > .search-field,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group-sm > input[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group-sm > input[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group-sm > input[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group-sm > textarea,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .input-group-sm > select,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group-sm > input[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group-sm > input[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group-sm > textarea,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .input-group-sm > select,
#modal-odcomply .gform_wrapper .gfield .input-group-sm > input[type="text"],
#modal-odcomply .gform_wrapper .gfield .input-group-sm > input[type="email"],
#modal-odcomply .gform_wrapper .gfield .input-group-sm > textarea,
#modal-odcomply .gform_wrapper .gfield .input-group-sm > select,
.input-group-sm > .custom-select,
.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,
.comment-form .input-group-sm > .input-group-prepend > input[type="submit"],
.search-form .input-group-sm > .input-group-prepend > .search-submit,
.input-group-sm > .input-group-append > .btn,
.comment-form .input-group-sm > .input-group-append > input[type="submit"],
.search-form .input-group-sm > .input-group-append > .search-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.comment-form .input-group > .input-group-prepend > input[type="submit"],
.search-form .input-group > .input-group-prepend > .search-submit,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.comment-form .input-group > .input-group-append:not(:last-child) > input[type="submit"],
.search-form .input-group > .input-group-append:not(:last-child) > .search-submit,
.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),
.comment-form .input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.search-form .input-group > .input-group-append:last-child > .search-submit: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,
.comment-form .input-group > .input-group-append > input[type="submit"],
.search-form .input-group > .input-group-append > .search-submit,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.comment-form .input-group > .input-group-prepend:not(:first-child) > input[type="submit"],
.search-form .input-group > .input-group-prepend:not(:first-child) > .search-submit,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.comment-form .input-group > .input-group-prepend:first-child > input:not(:first-child)[type="submit"],
.search-form .input-group > .input-group-prepend:first-child > .search-submit: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;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #2c74ad;
  background-color: #2c74ad;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 116, 173, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(44, 116, 173, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #7bb2dd;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #a4cae8;
  border-color: #a4cae8;
}

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

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

.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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #2c74ad;
  background-color: #2c74ad;
}

.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' width='4' height='4' 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(44, 116, 173, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(44, 116, 173, 0.5);
}

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

.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' width='12' height='12' 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(44, 116, 173, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -o-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 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, -webkit-transform 0.15s ease-in-out, -o-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
       -o-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(44, 116, 173, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #7bb2dd;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 116, 173, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(44, 116, 173, 0.25);
}

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

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #7bb2dd;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 116, 173, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(44, 116, 173, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(44, 116, 173, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(44, 116, 173, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(44, 116, 173, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(44, 116, 173, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #2c74ad;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #a4cae8;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2c74ad;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #a4cae8;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #2c74ad;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #a4cae8;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

.nav-link,
.banner .nav-primary li a,
footer.content-info #menu-footer-navigation-1 li a,
footer.content-info #menu-footer-navigation-2 li a,
footer.content-info #footer-social li a,
footer.content-info #menu-subfooter-navigation li a {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.banner .nav-primary li a:hover,
footer.content-info #menu-footer-navigation-1 li a:hover,
footer.content-info #menu-footer-navigation-2 li a:hover,
footer.content-info #footer-social li a:hover,
footer.content-info #menu-subfooter-navigation li a:hover,
.nav-link:focus,
.banner .nav-primary li a:focus,
footer.content-info #menu-footer-navigation-1 li a:focus,
footer.content-info #menu-footer-navigation-2 li a:focus,
footer.content-info #footer-social li a:focus,
footer.content-info #menu-subfooter-navigation li a:focus {
  text-decoration: none;
}

.nav-link.disabled,
.banner .nav-primary li a.disabled,
footer.content-info #menu-footer-navigation-1 li a.disabled,
footer.content-info #menu-footer-navigation-2 li a.disabled,
footer.content-info #footer-social li a.disabled,
footer.content-info #menu-subfooter-navigation li a.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item,
.nav-tabs .banner .nav-primary li,
.banner .nav-primary .nav-tabs li,
.nav-tabs .banner .search-country ul li,
.banner .search-country ul .nav-tabs li,
.nav-tabs footer.content-info #menu-footer-navigation-1 li,
footer.content-info #menu-footer-navigation-1 .nav-tabs li,
.nav-tabs footer.content-info #menu-footer-navigation-2 li,
footer.content-info #menu-footer-navigation-2 .nav-tabs li,
.nav-tabs footer.content-info #footer-social li,
footer.content-info #footer-social .nav-tabs li,
.nav-tabs footer.content-info #menu-subfooter-navigation li,
footer.content-info #menu-subfooter-navigation .nav-tabs li {
  margin-bottom: -1px;
}

.nav-tabs .nav-link,
.nav-tabs .banner .nav-primary li a,
.banner .nav-primary li .nav-tabs a,
.nav-tabs footer.content-info #menu-footer-navigation-1 li a,
footer.content-info #menu-footer-navigation-1 li .nav-tabs a,
.nav-tabs footer.content-info #menu-footer-navigation-2 li a,
footer.content-info #menu-footer-navigation-2 li .nav-tabs a,
.nav-tabs footer.content-info #footer-social li a,
footer.content-info #footer-social li .nav-tabs a,
.nav-tabs footer.content-info #menu-subfooter-navigation li a,
footer.content-info #menu-subfooter-navigation li .nav-tabs a {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .banner .nav-primary li a:hover,
.banner .nav-primary li .nav-tabs a:hover,
.nav-tabs footer.content-info #menu-footer-navigation-1 li a:hover,
footer.content-info #menu-footer-navigation-1 li .nav-tabs a:hover,
.nav-tabs footer.content-info #menu-footer-navigation-2 li a:hover,
footer.content-info #menu-footer-navigation-2 li .nav-tabs a:hover,
.nav-tabs footer.content-info #footer-social li a:hover,
footer.content-info #footer-social li .nav-tabs a:hover,
.nav-tabs footer.content-info #menu-subfooter-navigation li a:hover,
footer.content-info #menu-subfooter-navigation li .nav-tabs a:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .banner .nav-primary li a:focus,
.banner .nav-primary li .nav-tabs a:focus,
.nav-tabs footer.content-info #menu-footer-navigation-1 li a:focus,
footer.content-info #menu-footer-navigation-1 li .nav-tabs a:focus,
.nav-tabs footer.content-info #menu-footer-navigation-2 li a:focus,
footer.content-info #menu-footer-navigation-2 li .nav-tabs a:focus,
.nav-tabs footer.content-info #footer-social li a:focus,
footer.content-info #footer-social li .nav-tabs a:focus,
.nav-tabs footer.content-info #menu-subfooter-navigation li a:focus,
footer.content-info #menu-subfooter-navigation li .nav-tabs a:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled,
.nav-tabs .banner .nav-primary li a.disabled,
.banner .nav-primary li .nav-tabs a.disabled,
.nav-tabs footer.content-info #menu-footer-navigation-1 li a.disabled,
footer.content-info #menu-footer-navigation-1 li .nav-tabs a.disabled,
.nav-tabs footer.content-info #menu-footer-navigation-2 li a.disabled,
footer.content-info #menu-footer-navigation-2 li .nav-tabs a.disabled,
.nav-tabs footer.content-info #footer-social li a.disabled,
footer.content-info #footer-social li .nav-tabs a.disabled,
.nav-tabs footer.content-info #menu-subfooter-navigation li a.disabled,
footer.content-info #menu-subfooter-navigation li .nav-tabs a.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .banner .nav-primary li a.active,
.banner .nav-primary li .nav-tabs a.active,
.nav-tabs footer.content-info #menu-footer-navigation-1 li a.active,
footer.content-info #menu-footer-navigation-1 li .nav-tabs a.active,
.nav-tabs footer.content-info #menu-footer-navigation-2 li a.active,
footer.content-info #menu-footer-navigation-2 li .nav-tabs a.active,
.nav-tabs footer.content-info #footer-social li a.active,
footer.content-info #footer-social li .nav-tabs a.active,
.nav-tabs footer.content-info #menu-subfooter-navigation li a.active,
footer.content-info #menu-subfooter-navigation li .nav-tabs a.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .banner .nav-primary li.show .nav-link,
.banner .nav-primary .nav-tabs li.show .nav-link,
.nav-tabs .banner .search-country ul li.show .nav-link,
.banner .search-country ul .nav-tabs li.show .nav-link,
.nav-tabs footer.content-info #menu-footer-navigation-1 li.show .nav-link,
footer.content-info #menu-footer-navigation-1 .nav-tabs li.show .nav-link,
.nav-tabs footer.content-info #menu-footer-navigation-2 li.show .nav-link,
footer.content-info #menu-footer-navigation-2 .nav-tabs li.show .nav-link,
.nav-tabs footer.content-info #footer-social li.show .nav-link,
footer.content-info #footer-social .nav-tabs li.show .nav-link,
.nav-tabs footer.content-info #menu-subfooter-navigation li.show .nav-link,
footer.content-info #menu-subfooter-navigation .nav-tabs li.show .nav-link,
.nav-tabs .nav-item.show .banner .nav-primary li a,
.banner .nav-primary li .nav-tabs .nav-item.show a,
.nav-tabs .banner .nav-primary li.show a,
.banner .nav-primary .nav-tabs li.show a,
.banner .search-country ul .nav-tabs .nav-primary li.show a,
.nav-tabs .nav-item.show footer.content-info #menu-footer-navigation-1 li a,
footer.content-info #menu-footer-navigation-1 li .nav-tabs .nav-item.show a,
.nav-tabs footer.content-info #menu-footer-navigation-1 li.show a,
footer.content-info #menu-footer-navigation-1 .nav-tabs li.show a,
.nav-tabs .nav-item.show footer.content-info #menu-footer-navigation-2 li a,
footer.content-info #menu-footer-navigation-2 li .nav-tabs .nav-item.show a,
.nav-tabs footer.content-info #menu-footer-navigation-2 li.show a,
footer.content-info #menu-footer-navigation-2 .nav-tabs li.show a,
.nav-tabs .nav-item.show footer.content-info #footer-social li a,
footer.content-info #footer-social li .nav-tabs .nav-item.show a,
.nav-tabs footer.content-info #footer-social li.show a,
footer.content-info #footer-social .nav-tabs li.show a,
.nav-tabs .nav-item.show footer.content-info #menu-subfooter-navigation li a,
footer.content-info #menu-subfooter-navigation li .nav-tabs .nav-item.show a,
.nav-tabs footer.content-info #menu-subfooter-navigation li.show a,
footer.content-info #menu-subfooter-navigation .nav-tabs li.show a {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link,
.nav-pills .banner .nav-primary li a,
.banner .nav-primary li .nav-pills a,
.nav-pills footer.content-info #menu-footer-navigation-1 li a,
footer.content-info #menu-footer-navigation-1 li .nav-pills a,
.nav-pills footer.content-info #menu-footer-navigation-2 li a,
footer.content-info #menu-footer-navigation-2 li .nav-pills a,
.nav-pills footer.content-info #footer-social li a,
footer.content-info #footer-social li .nav-pills a,
.nav-pills footer.content-info #menu-subfooter-navigation li a,
footer.content-info #menu-subfooter-navigation li .nav-pills a {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .banner .nav-primary li a.active,
.banner .nav-primary li .nav-pills a.active,
.nav-pills footer.content-info #menu-footer-navigation-1 li a.active,
footer.content-info #menu-footer-navigation-1 li .nav-pills a.active,
.nav-pills footer.content-info #menu-footer-navigation-2 li a.active,
footer.content-info #menu-footer-navigation-2 li .nav-pills a.active,
.nav-pills footer.content-info #footer-social li a.active,
footer.content-info #footer-social li .nav-pills a.active,
.nav-pills footer.content-info #menu-subfooter-navigation li a.active,
footer.content-info #menu-subfooter-navigation li .nav-pills a.active,
.nav-pills .show > .nav-link,
.nav-pills .banner .nav-primary li .show > a,
.banner .nav-primary li .nav-pills .show > a,
.nav-pills footer.content-info #menu-footer-navigation-1 li .show > a,
footer.content-info #menu-footer-navigation-1 li .nav-pills .show > a,
.nav-pills footer.content-info #menu-footer-navigation-2 li .show > a,
footer.content-info #menu-footer-navigation-2 li .nav-pills .show > a,
.nav-pills footer.content-info #footer-social li .show > a,
footer.content-info #footer-social li .nav-pills .show > a,
.nav-pills footer.content-info #menu-subfooter-navigation li .show > a,
footer.content-info #menu-subfooter-navigation li .nav-pills .show > a {
  color: #fff;
  background-color: #2c74ad;
}

.nav-fill > .nav-link,
.banner .nav-primary li .nav-fill > a,
footer.content-info #menu-footer-navigation-1 li .nav-fill > a,
footer.content-info #menu-footer-navigation-2 li .nav-fill > a,
footer.content-info #footer-social li .nav-fill > a,
footer.content-info #menu-subfooter-navigation li .nav-fill > a,
.nav-fill .nav-item,
.nav-fill .banner .nav-primary li,
.banner .nav-primary .nav-fill li,
.nav-fill .banner .search-country ul li,
.banner .search-country ul .nav-fill li,
.nav-fill footer.content-info #menu-footer-navigation-1 li,
footer.content-info #menu-footer-navigation-1 .nav-fill li,
.nav-fill footer.content-info #menu-footer-navigation-2 li,
footer.content-info #menu-footer-navigation-2 .nav-fill li,
.nav-fill footer.content-info #footer-social li,
footer.content-info #footer-social .nav-fill li,
.nav-fill footer.content-info #menu-subfooter-navigation li,
footer.content-info #menu-subfooter-navigation .nav-fill li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.banner .nav-primary li .nav-justified > a,
footer.content-info #menu-footer-navigation-1 li .nav-justified > a,
footer.content-info #menu-footer-navigation-2 li .nav-justified > a,
footer.content-info #footer-social li .nav-justified > a,
footer.content-info #menu-subfooter-navigation li .nav-justified > a,
.nav-justified .nav-item,
.nav-justified .banner .nav-primary li,
.banner .nav-primary .nav-justified li,
.nav-justified .banner .search-country ul li,
.banner .search-country ul .nav-justified li,
.nav-justified footer.content-info #menu-footer-navigation-1 li,
footer.content-info #menu-footer-navigation-1 .nav-justified li,
.nav-justified footer.content-info #menu-footer-navigation-2 li,
footer.content-info #menu-footer-navigation-2 .nav-justified li,
.nav-justified footer.content-info #footer-social li,
footer.content-info #footer-social .nav-justified li,
.nav-justified footer.content-info #menu-subfooter-navigation li,
footer.content-info #menu-subfooter-navigation .nav-justified li {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link,
.navbar-nav .banner .nav-primary li a,
.banner .nav-primary li .navbar-nav a,
.navbar-nav footer.content-info #menu-footer-navigation-1 li a,
footer.content-info #menu-footer-navigation-1 li .navbar-nav a,
.navbar-nav footer.content-info #menu-footer-navigation-2 li a,
footer.content-info #menu-footer-navigation-2 li .navbar-nav a,
.navbar-nav footer.content-info #footer-social li a,
footer.content-info #footer-social li .navbar-nav a,
.navbar-nav footer.content-info #menu-subfooter-navigation li a,
footer.content-info #menu-subfooter-navigation li .navbar-nav a {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link,
  .navbar-expand-sm .navbar-nav .banner .nav-primary li a,
  .banner .nav-primary li .navbar-expand-sm .navbar-nav a,
  .navbar-expand-sm .navbar-nav footer.content-info #menu-footer-navigation-1 li a,
  footer.content-info #menu-footer-navigation-1 li .navbar-expand-sm .navbar-nav a,
  .navbar-expand-sm .navbar-nav footer.content-info #menu-footer-navigation-2 li a,
  footer.content-info #menu-footer-navigation-2 li .navbar-expand-sm .navbar-nav a,
  .navbar-expand-sm .navbar-nav footer.content-info #footer-social li a,
  footer.content-info #footer-social li .navbar-expand-sm .navbar-nav a,
  .navbar-expand-sm .navbar-nav footer.content-info #menu-subfooter-navigation li a,
  footer.content-info #menu-subfooter-navigation li .navbar-expand-sm .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link,
  .navbar-expand-md .navbar-nav .banner .nav-primary li a,
  .banner .nav-primary li .navbar-expand-md .navbar-nav a,
  .navbar-expand-md .navbar-nav footer.content-info #menu-footer-navigation-1 li a,
  footer.content-info #menu-footer-navigation-1 li .navbar-expand-md .navbar-nav a,
  .navbar-expand-md .navbar-nav footer.content-info #menu-footer-navigation-2 li a,
  footer.content-info #menu-footer-navigation-2 li .navbar-expand-md .navbar-nav a,
  .navbar-expand-md .navbar-nav footer.content-info #footer-social li a,
  footer.content-info #footer-social li .navbar-expand-md .navbar-nav a,
  .navbar-expand-md .navbar-nav footer.content-info #menu-subfooter-navigation li a,
  footer.content-info #menu-subfooter-navigation li .navbar-expand-md .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link,
  .navbar-expand-lg .navbar-nav .banner .nav-primary li a,
  .banner .nav-primary li .navbar-expand-lg .navbar-nav a,
  .navbar-expand-lg .navbar-nav footer.content-info #menu-footer-navigation-1 li a,
  footer.content-info #menu-footer-navigation-1 li .navbar-expand-lg .navbar-nav a,
  .navbar-expand-lg .navbar-nav footer.content-info #menu-footer-navigation-2 li a,
  footer.content-info #menu-footer-navigation-2 li .navbar-expand-lg .navbar-nav a,
  .navbar-expand-lg .navbar-nav footer.content-info #footer-social li a,
  footer.content-info #footer-social li .navbar-expand-lg .navbar-nav a,
  .navbar-expand-lg .navbar-nav footer.content-info #menu-subfooter-navigation li a,
  footer.content-info #menu-subfooter-navigation li .navbar-expand-lg .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link,
  .navbar-expand-xl .navbar-nav .banner .nav-primary li a,
  .banner .nav-primary li .navbar-expand-xl .navbar-nav a,
  .navbar-expand-xl .navbar-nav footer.content-info #menu-footer-navigation-1 li a,
  footer.content-info #menu-footer-navigation-1 li .navbar-expand-xl .navbar-nav a,
  .navbar-expand-xl .navbar-nav footer.content-info #menu-footer-navigation-2 li a,
  footer.content-info #menu-footer-navigation-2 li .navbar-expand-xl .navbar-nav a,
  .navbar-expand-xl .navbar-nav footer.content-info #footer-social li a,
  footer.content-info #footer-social li .navbar-expand-xl .navbar-nav a,
  .navbar-expand-xl .navbar-nav footer.content-info #menu-subfooter-navigation li a,
  footer.content-info #menu-subfooter-navigation li .navbar-expand-xl .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link,
.navbar-expand .navbar-nav .banner .nav-primary li a,
.banner .nav-primary li .navbar-expand .navbar-nav a,
.navbar-expand .navbar-nav footer.content-info #menu-footer-navigation-1 li a,
footer.content-info #menu-footer-navigation-1 li .navbar-expand .navbar-nav a,
.navbar-expand .navbar-nav footer.content-info #menu-footer-navigation-2 li a,
footer.content-info #menu-footer-navigation-2 li .navbar-expand .navbar-nav a,
.navbar-expand .navbar-nav footer.content-info #footer-social li a,
footer.content-info #footer-social li .navbar-expand .navbar-nav a,
.navbar-expand .navbar-nav footer.content-info #menu-subfooter-navigation li a,
footer.content-info #menu-subfooter-navigation li .navbar-expand .navbar-nav a {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      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,
.navbar-light .navbar-nav .banner .nav-primary li a,
.banner .nav-primary li .navbar-light .navbar-nav a,
.navbar-light .navbar-nav footer.content-info #menu-footer-navigation-1 li a,
footer.content-info #menu-footer-navigation-1 li .navbar-light .navbar-nav a,
.navbar-light .navbar-nav footer.content-info #menu-footer-navigation-2 li a,
footer.content-info #menu-footer-navigation-2 li .navbar-light .navbar-nav a,
.navbar-light .navbar-nav footer.content-info #footer-social li a,
footer.content-info #footer-social li .navbar-light .navbar-nav a,
.navbar-light .navbar-nav footer.content-info #menu-subfooter-navigation li a,
footer.content-info #menu-subfooter-navigation li .navbar-light .navbar-nav a {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .banner .nav-primary li a:hover,
.banner .nav-primary li .navbar-light .navbar-nav a:hover,
.navbar-light .navbar-nav footer.content-info #menu-footer-navigation-1 li a:hover,
footer.content-info #menu-footer-navigation-1 li .navbar-light .navbar-nav a:hover,
.navbar-light .navbar-nav footer.content-info #menu-footer-navigation-2 li a:hover,
footer.content-info #menu-footer-navigation-2 li .navbar-light .navbar-nav a:hover,
.navbar-light .navbar-nav footer.content-info #footer-social li a:hover,
footer.content-info #footer-social li .navbar-light .navbar-nav a:hover,
.navbar-light .navbar-nav footer.content-info #menu-subfooter-navigation li a:hover,
footer.content-info #menu-subfooter-navigation li .navbar-light .navbar-nav a:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .banner .nav-primary li a:focus,
.banner .nav-primary li .navbar-light .navbar-nav a:focus,
.navbar-light .navbar-nav footer.content-info #menu-footer-navigation-1 li a:focus,
footer.content-info #menu-footer-navigation-1 li .navbar-light .navbar-nav a:focus,
.navbar-light .navbar-nav footer.content-info #menu-footer-navigation-2 li a:focus,
footer.content-info #menu-footer-navigation-2 li .navbar-light .navbar-nav a:focus,
.navbar-light .navbar-nav footer.content-info #footer-social li a:focus,
footer.content-info #footer-social li .navbar-light .navbar-nav a:focus,
.navbar-light .navbar-nav footer.content-info #menu-subfooter-navigation li a:focus,
footer.content-info #menu-subfooter-navigation li .navbar-light .navbar-nav a:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled,
.navbar-light .navbar-nav .banner .nav-primary li a.disabled,
.banner .nav-primary li .navbar-light .navbar-nav a.disabled,
.navbar-light .navbar-nav footer.content-info #menu-footer-navigation-1 li a.disabled,
footer.content-info #menu-footer-navigation-1 li .navbar-light .navbar-nav a.disabled,
.navbar-light .navbar-nav footer.content-info #menu-footer-navigation-2 li a.disabled,
footer.content-info #menu-footer-navigation-2 li .navbar-light .navbar-nav a.disabled,
.navbar-light .navbar-nav footer.content-info #footer-social li a.disabled,
footer.content-info #footer-social li .navbar-light .navbar-nav a.disabled,
.navbar-light .navbar-nav footer.content-info #menu-subfooter-navigation li a.disabled,
footer.content-info #menu-subfooter-navigation li .navbar-light .navbar-nav a.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .banner .nav-primary li .show > a,
.banner .nav-primary li .navbar-light .navbar-nav .show > a,
.navbar-light .navbar-nav footer.content-info #menu-footer-navigation-1 li .show > a,
footer.content-info #menu-footer-navigation-1 li .navbar-light .navbar-nav .show > a,
.navbar-light .navbar-nav footer.content-info #menu-footer-navigation-2 li .show > a,
footer.content-info #menu-footer-navigation-2 li .navbar-light .navbar-nav .show > a,
.navbar-light .navbar-nav footer.content-info #footer-social li .show > a,
footer.content-info #footer-social li .navbar-light .navbar-nav .show > a,
.navbar-light .navbar-nav footer.content-info #menu-subfooter-navigation li .show > a,
footer.content-info #menu-subfooter-navigation li .navbar-light .navbar-nav .show > a,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .banner .nav-primary li .active > a,
.banner .nav-primary li .navbar-light .navbar-nav .active > a,
.navbar-light .navbar-nav footer.content-info #menu-footer-navigation-1 li .active > a,
footer.content-info #menu-footer-navigation-1 li .navbar-light .navbar-nav .active > a,
.navbar-light .navbar-nav footer.content-info #menu-footer-navigation-2 li .active > a,
footer.content-info #menu-footer-navigation-2 li .navbar-light .navbar-nav .active > a,
.navbar-light .navbar-nav footer.content-info #footer-social li .active > a,
footer.content-info #footer-social li .navbar-light .navbar-nav .active > a,
.navbar-light .navbar-nav footer.content-info #menu-subfooter-navigation li .active > a,
footer.content-info #menu-subfooter-navigation li .navbar-light .navbar-nav .active > a,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .banner .nav-primary li a.show,
.banner .nav-primary li .navbar-light .navbar-nav a.show,
.navbar-light .navbar-nav footer.content-info #menu-footer-navigation-1 li a.show,
footer.content-info #menu-footer-navigation-1 li .navbar-light .navbar-nav a.show,
.navbar-light .navbar-nav footer.content-info #menu-footer-navigation-2 li a.show,
footer.content-info #menu-footer-navigation-2 li .navbar-light .navbar-nav a.show,
.navbar-light .navbar-nav footer.content-info #footer-social li a.show,
footer.content-info #footer-social li .navbar-light .navbar-nav a.show,
.navbar-light .navbar-nav footer.content-info #menu-subfooter-navigation li a.show,
footer.content-info #menu-subfooter-navigation li .navbar-light .navbar-nav a.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .banner .nav-primary li a.active,
.banner .nav-primary li .navbar-light .navbar-nav a.active,
.navbar-light .navbar-nav footer.content-info #menu-footer-navigation-1 li a.active,
footer.content-info #menu-footer-navigation-1 li .navbar-light .navbar-nav a.active,
.navbar-light .navbar-nav footer.content-info #menu-footer-navigation-2 li a.active,
footer.content-info #menu-footer-navigation-2 li .navbar-light .navbar-nav a.active,
.navbar-light .navbar-nav footer.content-info #footer-social li a.active,
footer.content-info #footer-social li .navbar-light .navbar-nav a.active,
.navbar-light .navbar-nav footer.content-info #menu-subfooter-navigation li a.active,
footer.content-info #menu-subfooter-navigation li .navbar-light .navbar-nav a.active {
  color: rgba(0, 0, 0, 0.9);
}

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.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,
.navbar-dark .navbar-nav .banner .nav-primary li a,
.banner .nav-primary li .navbar-dark .navbar-nav a,
.navbar-dark .navbar-nav footer.content-info #menu-footer-navigation-1 li a,
footer.content-info #menu-footer-navigation-1 li .navbar-dark .navbar-nav a,
.navbar-dark .navbar-nav footer.content-info #menu-footer-navigation-2 li a,
footer.content-info #menu-footer-navigation-2 li .navbar-dark .navbar-nav a,
.navbar-dark .navbar-nav footer.content-info #footer-social li a,
footer.content-info #footer-social li .navbar-dark .navbar-nav a,
.navbar-dark .navbar-nav footer.content-info #menu-subfooter-navigation li a,
footer.content-info #menu-subfooter-navigation li .navbar-dark .navbar-nav a {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .banner .nav-primary li a:hover,
.banner .nav-primary li .navbar-dark .navbar-nav a:hover,
.navbar-dark .navbar-nav footer.content-info #menu-footer-navigation-1 li a:hover,
footer.content-info #menu-footer-navigation-1 li .navbar-dark .navbar-nav a:hover,
.navbar-dark .navbar-nav footer.content-info #menu-footer-navigation-2 li a:hover,
footer.content-info #menu-footer-navigation-2 li .navbar-dark .navbar-nav a:hover,
.navbar-dark .navbar-nav footer.content-info #footer-social li a:hover,
footer.content-info #footer-social li .navbar-dark .navbar-nav a:hover,
.navbar-dark .navbar-nav footer.content-info #menu-subfooter-navigation li a:hover,
footer.content-info #menu-subfooter-navigation li .navbar-dark .navbar-nav a:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .banner .nav-primary li a:focus,
.banner .nav-primary li .navbar-dark .navbar-nav a:focus,
.navbar-dark .navbar-nav footer.content-info #menu-footer-navigation-1 li a:focus,
footer.content-info #menu-footer-navigation-1 li .navbar-dark .navbar-nav a:focus,
.navbar-dark .navbar-nav footer.content-info #menu-footer-navigation-2 li a:focus,
footer.content-info #menu-footer-navigation-2 li .navbar-dark .navbar-nav a:focus,
.navbar-dark .navbar-nav footer.content-info #footer-social li a:focus,
footer.content-info #footer-social li .navbar-dark .navbar-nav a:focus,
.navbar-dark .navbar-nav footer.content-info #menu-subfooter-navigation li a:focus,
footer.content-info #menu-subfooter-navigation li .navbar-dark .navbar-nav a:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled,
.navbar-dark .navbar-nav .banner .nav-primary li a.disabled,
.banner .nav-primary li .navbar-dark .navbar-nav a.disabled,
.navbar-dark .navbar-nav footer.content-info #menu-footer-navigation-1 li a.disabled,
footer.content-info #menu-footer-navigation-1 li .navbar-dark .navbar-nav a.disabled,
.navbar-dark .navbar-nav footer.content-info #menu-footer-navigation-2 li a.disabled,
footer.content-info #menu-footer-navigation-2 li .navbar-dark .navbar-nav a.disabled,
.navbar-dark .navbar-nav footer.content-info #footer-social li a.disabled,
footer.content-info #footer-social li .navbar-dark .navbar-nav a.disabled,
.navbar-dark .navbar-nav footer.content-info #menu-subfooter-navigation li a.disabled,
footer.content-info #menu-subfooter-navigation li .navbar-dark .navbar-nav a.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .banner .nav-primary li .show > a,
.banner .nav-primary li .navbar-dark .navbar-nav .show > a,
.navbar-dark .navbar-nav footer.content-info #menu-footer-navigation-1 li .show > a,
footer.content-info #menu-footer-navigation-1 li .navbar-dark .navbar-nav .show > a,
.navbar-dark .navbar-nav footer.content-info #menu-footer-navigation-2 li .show > a,
footer.content-info #menu-footer-navigation-2 li .navbar-dark .navbar-nav .show > a,
.navbar-dark .navbar-nav footer.content-info #footer-social li .show > a,
footer.content-info #footer-social li .navbar-dark .navbar-nav .show > a,
.navbar-dark .navbar-nav footer.content-info #menu-subfooter-navigation li .show > a,
footer.content-info #menu-subfooter-navigation li .navbar-dark .navbar-nav .show > a,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .banner .nav-primary li .active > a,
.banner .nav-primary li .navbar-dark .navbar-nav .active > a,
.navbar-dark .navbar-nav footer.content-info #menu-footer-navigation-1 li .active > a,
footer.content-info #menu-footer-navigation-1 li .navbar-dark .navbar-nav .active > a,
.navbar-dark .navbar-nav footer.content-info #menu-footer-navigation-2 li .active > a,
footer.content-info #menu-footer-navigation-2 li .navbar-dark .navbar-nav .active > a,
.navbar-dark .navbar-nav footer.content-info #footer-social li .active > a,
footer.content-info #footer-social li .navbar-dark .navbar-nav .active > a,
.navbar-dark .navbar-nav footer.content-info #menu-subfooter-navigation li .active > a,
footer.content-info #menu-subfooter-navigation li .navbar-dark .navbar-nav .active > a,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .banner .nav-primary li a.show,
.banner .nav-primary li .navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav footer.content-info #menu-footer-navigation-1 li a.show,
footer.content-info #menu-footer-navigation-1 li .navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav footer.content-info #menu-footer-navigation-2 li a.show,
footer.content-info #menu-footer-navigation-2 li .navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav footer.content-info #footer-social li a.show,
footer.content-info #footer-social li .navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav footer.content-info #menu-subfooter-navigation li a.show,
footer.content-info #menu-subfooter-navigation li .navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .banner .nav-primary li a.active,
.banner .nav-primary li .navbar-dark .navbar-nav a.active,
.navbar-dark .navbar-nav footer.content-info #menu-footer-navigation-1 li a.active,
footer.content-info #menu-footer-navigation-1 li .navbar-dark .navbar-nav a.active,
.navbar-dark .navbar-nav footer.content-info #menu-footer-navigation-2 li a.active,
footer.content-info #menu-footer-navigation-2 li .navbar-dark .navbar-nav a.active,
.navbar-dark .navbar-nav footer.content-info #footer-social li a.active,
footer.content-info #footer-social li .navbar-dark .navbar-nav a.active,
.navbar-dark .navbar-nav footer.content-info #menu-subfooter-navigation li a.active,
footer.content-info #menu-subfooter-navigation li .navbar-dark .navbar-nav a.active {
  color: #fff;
}

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

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  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.25rem - 1px) calc(0.25rem - 1px) 0 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.25rem - 1px) calc(0.25rem - 1px);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

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

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

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

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

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

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

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

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

.breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2c74ad;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #1c4b70;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 116, 173, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(44, 116, 173, 0.25);
}

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

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

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #2c74ad;
  border-color: #2c74ad;
}

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge,
.comment-form input[type="submit"] .badge,
.search-form .search-submit .badge {
  position: relative;
  top: -1px;
}

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

.badge-primary {
  color: #fff;
  background-color: #2c74ad;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #225984;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 116, 173, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(44, 116, 173, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

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

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

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

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

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

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

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

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #eb3333;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #d61515;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 51, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(235, 51, 51, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

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

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

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

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

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

.alert-primary {
  color: #173c5a;
  background-color: #d5e3ef;
  border-color: #c4d8e8;
}

.alert-primary hr {
  border-top-color: #b2cce1;
}

.alert-primary .alert-link {
  color: #0d2131;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #7a1b1b;
  background-color: #fbd6d6;
  border-color: #f9c6c6;
}

.alert-danger hr {
  border-top-color: #f7afaf;
}

.alert-danger .alert-link {
  color: #501212;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

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

  to {
    background-position: 0 0;
  }
}

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

  to {
    background-position: 0 0;
  }
}

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

  to {
    background-position: 0 0;
  }
}

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

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2c74ad;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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 {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
       -o-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
         -o-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #2c74ad;
  border-color: #2c74ad;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

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

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

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

.list-group-item-primary {
  color: #173c5a;
  background-color: #c4d8e8;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #173c5a;
  background-color: #b2cce1;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #173c5a;
  border-color: #173c5a;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #7a1b1b;
  background-color: #f9c6c6;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #7a1b1b;
  background-color: #f7afaf;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7a1b1b;
  border-color: #7a1b1b;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.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 {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

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

a.close.disabled {
  pointer-events: none;
}

.toast {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
       -o-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
       -o-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  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.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #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);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0;
  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);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0.5rem 0;
  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);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  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-width: 0 0.5rem 0.5rem 0.5rem;
  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);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  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-width: 0.5rem 0 0.5rem 0.5rem;
  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: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

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

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: -o-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  -o-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.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: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

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

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes spinner-border {
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
       -o-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-o-keyframes spinner-grow {
  0% {
    -o-transform: scale(0);
       transform: scale(0);
  }

  50% {
    opacity: 1;
    -o-transform: none;
       transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
       -o-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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: #2c74ad !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #2c74ad !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

  .d-md-block,
  .banner .mobile-menu-trigger {
    display: block !important;
  }

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

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

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

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

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

@media (min-width: 992px) {
  .d-lg-none,
  .banner .mobile-menu-trigger {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !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,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 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-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !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-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #2c74ad !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #1c4b70 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #eb3333 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #bf1313 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url(/app/themes/ogletree/dist/vendor/fontawesome-webfont_674f50d2.eot);
  src: url(/app/themes/ogletree/dist/vendor/fontawesome-webfont_674f50d2.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/app/themes/ogletree/dist/vendor/fontawesome-webfont_af7ae505.woff2) format("woff2"), url(/app/themes/ogletree/dist/vendor/fontawesome-webfont_fee66e71.woff) format("woff"), url(/app/themes/ogletree/dist/vendor/fontawesome-webfont_b06871f2.ttf) format("truetype"), url(/app/themes/ogletree/dist/vendor/fontawesome-webfont_912ec66d.svg#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.33333em;
  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.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.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;
  -o-animation: fa-spin 2s infinite linear;
     animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -o-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);
  }
}

@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
     transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
     transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
     transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
     transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -o-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 {
  -webkit-filter: none;
          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-resistance: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: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-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-o:before {
  content: "\F2B7";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* stylelint-disable */

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* stylelint-enable */

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

body {
  overflow-x: hidden;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

.iframe-full {
  padding-top: 56.25%;
  position: relative;
}

.iframe-full iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container::after {
  content: "";
  display: table;
  clear: both;
}

.full-width,
.container-break {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

#content {
  padding-top: 5.9375rem;
  padding-bottom: 3.125rem;
  overflow: hidden;
}

#curtains {
  position: absolute;
  top: 95px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1000;
  opacity: 0;
  background-color: #000;
  -webkit-transition: opacity 500ms ease-in-out, z-index 500ms step-end;
  -o-transition: opacity 500ms ease-in-out, z-index 500ms step-end;
  transition: opacity 500ms ease-in-out, z-index 500ms step-end;
}

#curtains.drawn {
  cursor: no-drop;
  z-index: 999;
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease-in-out, z-index 500ms step-start;
  -o-transition: opacity 500ms ease-in-out, z-index 500ms step-start;
  transition: opacity 500ms ease-in-out, z-index 500ms step-start;
}

a {
  color: #00447b;
  -webkit-transition: color 500ms, background-color 500ms, border-color 500ms, opacity 500ms;
  -o-transition: color 500ms, background-color 500ms, border-color 500ms, opacity 500ms;
  transition: color 500ms, background-color 500ms, border-color 500ms, opacity 500ms;
}

a:hover {
  color: #2c74ad;
  text-decoration: none;
}

*[class*='-title'],
*[class*='-title'] * {
  text-decoration: none !important;
}

.centered-text {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading {
  color: #212020;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
.heading > a {
  color: inherit;
}

h1.hr,
h2.hr,
h3.hr,
h4.hr,
h5.hr,
h6.hr,
.heading.hr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

h1.hr::after,
h2.hr::after,
h3.hr::after,
h4.hr::after,
h5.hr::after,
h6.hr::after,
.heading.hr::after {
  display: block;
  content: '';
  height: 1px;
  background-color: #e8e8e8;
  margin: 0 0 1rem 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 1px;
          flex: 1 1 1px;
}

.hidden {
  display: none;
}

b,
strong {
  font-weight: bold;
  color: #212020;
}

a b,
a
  strong {
  color: inherit;
}

.vertical-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

aside.bg-stripe {
  background-color: rgba(151, 164, 190, 0.1);
  height: 20px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.horizontal-list article {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .horizontal-list article {
    padding-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .horizontal-list article:nth-child(3) {
    display: none;
  }

  .horizontal-list article > .row > .content {
    padding-bottom: 0;
    border: none !important;
  }
}

@media (min-width: 992px) {
  .horizontal-list article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .horizontal-list article:nth-child(3) {
    display: block;
  }
}

.horizontal-list article.type-od_insight.tile {
  padding-bottom: 1.875rem;
  cursor: pointer;
}

.horizontal-list article.type-od_insight.tile .thumbnail {
  margin-bottom: 2.125rem;
}

.horizontal-list article.type-od_insight.tile .entry-title {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.horizontal-list article.type-od_insight.tile .entry-excerpt {
  color: #555;
  font-size: 0.875rem;
  line-height: 1.625rem;
}

.horizontal-list article.type-od_insight.tile .people {
  color: #555;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
}

.horizontal-list article.type-od_insight.tile .people a {
  color: inherit;
}

.horizontal-list article.type-od_insight.tile .people a:hover {
  opacity: 0.5;
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  margin-bottom: 2rem;
}

.wysiwyg hr {
  margin: 3rem 0;
}

.wysiwyg a {
  font-weight: bold;
}

.wysiwyg del {
  text-decoration: line-through !important;
}

.wysiwyg p {
  color: #555;
  margin-bottom: 2rem;
}

.wysiwyg p:last-child {
  margin-bottom: 0;
}

.wysiwyg ul:not(.awesomplete-ul):not(.gform_fields):not(.gfield_radio) {
  color: #555;
  list-style-type: none;
  margin: 0 0 2rem;
  padding: 0;
}

.wysiwyg ul:not(.awesomplete-ul):not(.gform_fields):not(.gfield_radio):last-child {
  margin-bottom: 0;
}

.wysiwyg ul:not(.awesomplete-ul):not(.gform_fields):not(.gfield_radio) li {
  margin-bottom: 1rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05Ljg1OTE2IDE4Ljc3OTNDMTUuMzA0MiAxOC43NzkzIDE5LjcxODMgMTQuNTc1NCAxOS43MTgzIDkuMzg5NjdDMTkuNzE4MyA0LjIwMzkgMTUuMzA0MiAwIDkuODU5MTYgMEM0LjQxNDA5IDAgMCA0LjIwMzkgMCA5LjM4OTY3QzAgMTQuNTc1NCA0LjQxNDA5IDE4Ljc3OTMgOS44NTkxNiAxOC43NzkzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4xNDA4NjkgMC4xMzQyNzcpIiBmaWxsPSIjMDA0NDdCIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCAwTDEuODk4MTYgMy4wMTgxOUwwIDYuMDM2MjJMMy44MDI4MiAzLjAxODE5TDAgMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDguMTY4OTUgNi41NzI4OCkiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: left 0.25rem;
  background-size: 18px 18px;
  padding-left: 30px;
}

.wysiwyg ul:not(.awesomplete-ul):not(.gform_fields):not(.gfield_radio) li:last-child {
  margin-bottom: 0;
}

.wysiwyg ul:not(.awesomplete-ul):not(.gform_fields):not(.gfield_radio) li ul {
  margin-top: 0.5rem;
}

.wysiwyg ul:not(.awesomplete-ul):not(.gform_fields):not(.gfield_radio) li ul li {
  margin-bottom: 0.5rem;
}

.wysiwyg ul:not(.awesomplete-ul):not(.gform_fields):not(.gfield_radio).plain {
  margin-top: 1rem !important;
  list-style-type: disc !important;
  list-style-position: inside !important;
}

.wysiwyg ul:not(.awesomplete-ul):not(.gform_fields):not(.gfield_radio).plain li {
  padding-left: 0 !important;
  background-image: none !important;
  margin-bottom: 0 !important;
}

.wysiwyg ul:not(.awesomplete-ul):not(.gform_fields):not(.gfield_radio).plain.two-col {
  padding-left: 1em;
  list-style-position: outside !important;
}

@media (min-width: 576px) {
  .wysiwyg ul:not(.awesomplete-ul):not(.gform_fields):not(.gfield_radio).plain.two-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

.wysiwyg ol {
  color: #555;
  margin: 0 0 2rem;
  padding: 0 0 0 1rem;
}

.wysiwyg ol:last-child {
  margin-bottom: 0;
}

.wysiwyg ol li {
  margin-bottom: 1rem;
}

.wysiwyg ol li:last-child {
  margin-bottom: 0;
}

.wysiwyg ol li ol {
  margin-top: 0.5rem;
}

.wysiwyg ol li ol li {
  margin-bottom: 0.5rem;
}

.wysiwyg blockquote {
  position: relative;
  margin: 0 auto 2rem;
  width: 80%;
  color: #555;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

@media (min-width: 768px) {
  .wysiwyg blockquote {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.wysiwyg blockquote cite {
  color: #777;
  font-style: normal;
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 10%;
  font-size: 0.6875rem;
  line-height: 1rem;
}

.wysiwyg blockquote.with-cite {
  padding-bottom: 2rem;
}

.wysiwyg blockquote.with-cite::after {
  margin-bottom: 1rem !important;
}

.wysiwyg blockquote::before,
.wysiwyg blockquote::after {
  content: '';
  display: block;
  height: 20px;
  margin-bottom: 2rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAzNSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjM1IiBoZWlnaHQ9IjIzLjMzMzMiIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjAiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy41NjY4IDMuMDcwNzFDMTEuMTk0MiAzLjgxNjMgOS4xMzI4IDUuMTAwMzkgOC4zNTQ5NiA4LjMzMTMyQzExLjY2MDkgOC40NTU1NyAxNC41MDAxIDExLjAyMzcgMTUuMDA1NyAxNC42Njg5QzE1LjYyOCAxOC43Njk3IDEyLjk4MzMgMjIuNTgwNSA5LjEzMjggMjMuMjQzMkM1LjMyMTI3IDIzLjgyMzIgMS4xMjA3MSAyMS42Mjc4IDAuMTA5NDggMTUuOTExNUMtMC44NjI4MSA3LjcwOTk4IDQuNzM3NzggMC45NTgxOTIgMTMuMDYxMSAwLjAwNTQ3ODc0QzEzLjM3MjIgLTAuMDM1OTQ4OSAxMy40MTExIDAuMTcxMTU5IDEzLjQxMTEgMC4xNzExNTlMMTMuNzYxMiAyLjczOTM0QzEzLjc2MTIgMi43MzkzNCAxMy44IDIuOTg3ODcgMTMuNTY2OCAzLjA3MDcxWk0yOC4yNjg1IDguMzMxMzJDMzEuNTM1NiA4LjQ5Njk5IDM0LjQxMzggMTEuMDY1MiAzNC45MTk0IDE0LjY2ODlDMzUuNTAyOCAxOC43Njk3IDMyLjg1OCAyMi41ODA1IDI5LjAwNzYgMjMuMjQzMkMyNS4xNTcxIDIzLjgyMzIgMjAuOTk1NSAyMS42Mjc4IDIwLjAyMzEgMTUuOTUzQzE4Ljk3MyA3Ljc1MTQgMjQuNjEyNSAwLjk5OTYwNCAzMi45MzU4IDAuMDA1NDc4NzRDMzMuMjQ2OSAtMC4wMzU5NDg5IDMzLjI4NTkgMC4xNzExNTkgMzMuMjg1OSAwLjE3MTE1OUwzMy42NzQ4IDIuNzM5MzRDMzMuNjc0OCAyLjczOTM0IDMzLjcxMzcgMi45ODc4NyAzMy40ODAzIDMuMDcwNzFDMzEuMDY5IDMuODE2MyAyOS4wODUzIDUuMTAwMzkgMjguMjY4NSA4LjMzMTMyWiIgZmlsbD0iIzAwNDQ3QiIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.wysiwyg blockquote::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAzMyAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjM0NjcyIDcuMTQxMTFDMy4yNjY0IDcuMjgzMTQgMC41NTI3NzYgOS40ODQ0NCAwLjA3NTk2OTcgMTIuNTczM0MtMC40NzQwNzkgMTYuMDg4MyAyLjAxOTU4IDE5LjM1NDcgNS42NDk5NSAxOS45MjI4QzkuMjgwNTYgMjAuNDE5OSAxMy4yMDQ0IDE4LjUzODEgMTQuMTIxMSAxMy42NzM5QzE1LjExMTEgNi42NDQwNCA5Ljc5Mzk5IDAuODU2ODEgMS45NDYzMyAwLjAwNDY5ODYxQzEuNjUyODggLTAuMDMwODIzOSAxLjYxNjI1IDAuMTQ2NzI3IDEuNjE2MjUgMC4xNDY3MjdMMS4yNDk1NiAyLjM0ODAyQzEuMjQ5NTYgMi4zNDgwMiAxLjIzOTA2IDIuNDA4NTEgMS4yNjI3NCAyLjQ3NTc3QzEuMjgzNDkgMi41MzQ3MyAxLjMzMDEyIDIuNTk4ODggMS40MzI5MSAyLjYzMjAyQzMuNzA2MzQgMy4yNzExMiA1LjU3NjcgNC4zNzE3NiA2LjM0NjcyIDcuMTQxMTFaTTIwLjIwODUgMi42MzIwMkMyMi40NDU2IDMuMjcxMTIgMjQuMzg5MiA0LjM3MTc2IDI1LjEyMjYgNy4xNDExMUMyMi4wMDU0IDcuMjQ3NjIgMTkuMzI4NCA5LjQ0ODkxIDE4Ljg1MTggMTIuNTczM0MxOC4yNjQ5IDE2LjA4ODMgMjAuNzU4NiAxOS4zNTQ3IDI0LjM4OTIgMTkuOTIyOEMyNy45ODMgMjAuNDE5OSAzMS45NDM0IDE4LjUzODEgMzIuODk2OCAxMy42Mzg1QzMzLjgxMzUgNi42MDg1MiAyOC41MzMgMC44MjEyODggMjAuNjg1MyAwLjAwNDY5ODYxQzIwLjM5MTkgLTAuMDMwODIzOSAyMC4zNTUzIDAuMTQ2NzI3IDIwLjM1NTMgMC4xNDY3MjdMMjAuMDI1MiAyLjM0ODAyQzIwLjAyNTIgMi4zNDgwMiAxOS45ODg2IDIuNTYxMDMgMjAuMjA4NSAyLjYzMjAyWiIgZmlsbD0iIzAwNDQ3QiIvPgo8L3N2Zz4K);
  background-position: center bottom;
  margin: 2rem 0;
}

.wysiwyg table {
  margin-bottom: 2rem;
}

.wysiwyg table * {
  vertical-align: top;
}

.wysiwyg table td {
  padding-bottom: 1rem;
}

.wysiwyg:last-child {
  margin-bottom: 0;
}

.col-12 {
  padding-bottom: 2.5rem;
}

.col-12:last-child:not(.order-first) {
  padding-bottom: 0;
}

@media (min-width: 576px) {
  .col-12 {
    padding-bottom: 0;
  }
}

.col-sm-12 {
  padding-bottom: 2.5rem;
}

.col-sm-12:last-child:not(.order-first) {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .col-sm-12 {
    padding-bottom: 0;
  }
}

.col-md-12,
.col-md-11.md-fullbleed-left,
.col-md-11.offset-md-1 {
  padding-bottom: 2.5rem;
}

.col-md-12:last-child:not(.order-first),
.col-md-11.md-fullbleed-left:last-child:not(.order-first),
.col-md-11.offset-md-1:last-child:not(.order-first) {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .col-md-12,
  .col-md-11.md-fullbleed-left,
  .col-md-11.offset-md-1 {
    padding-bottom: 0;
  }
}

.col-lg-12 {
  padding-bottom: 2.5rem;
}

.col-lg-12:last-child:not(.order-first) {
  padding-bottom: 0;
}

@media (min-width: 1200px) {
  .col-lg-12 {
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .narrow-wysiwyg-lg .wysiwyg {
    padding-right: 20%;
  }
}

@media (min-width: 1200px) {
  .narrow-wysiwyg-xl .wysiwyg {
    padding-right: 20%;
  }
}

@media (min-width: 992px) {
  .narrow-heading-lg .heading {
    padding-right: 20%;
  }
}

@media (min-width: 1200px) {
  .narrow-heading-xl .heading {
    padding-right: 20%;
  }
}

select.form-control,
.search-form select.search-field,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield select,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield select,
#modal-odcomply .gform_wrapper .gfield select,
input.datepicker,
input.datepicker[readonly] {
  height: 40px !important;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  border-radius: calc(2.25rem + 3px);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCAwTDMuOTMwNzYgNi41NjI2OEwwIDEzLjEyNUw3Ljg3NSA2LjU2MjY4TDAgMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzLjYwMTEgMC4xMzU5MjUpIHJvdGF0ZSg5MCkiIGZpbGw9IiMxMTBGMTAiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 20px);
  padding: 8px 44px 7px 22px;
  color: #555;
  cursor: pointer;
  -webkit-transition: border-color 500ms;
  -o-transition: border-color 500ms;
  transition: border-color 500ms;
  text-overflow: '';
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.8125rem;
}

select.form-control:focus,
.search-form select.search-field:focus,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield select:focus,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield select:focus,
#modal-odcomply .gform_wrapper .gfield select:focus,
input.datepicker:focus,
input.datepicker[readonly]:focus {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  -webkit-box-shadow: none;
          box-shadow: none;
}

select.form-control::-ms-expand,
.search-form select.search-field::-ms-expand,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield select::-ms-expand,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield select::-ms-expand,
#modal-odcomply .gform_wrapper .gfield select::-ms-expand,
input.datepicker::-ms-expand,
input.datepicker[readonly]::-ms-expand {
  display: none;
}

div.datepicker {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}

.buttons > a {
  margin-right: 1rem;
}

.buttons > a:last-child {
  margin-right: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button,
.page-template-page_covid-listing #menu-covid-tiles li > a,
.page-template-page_covid-wysiwyg #menu-covid-tiles li > a {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  background-color: #00447b;
  color: #fff;
  border-radius: 200px;
  border: 1px solid #00447b;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.688rem 2.3125rem;
  cursor: pointer;
  -webkit-transition: color 500ms, background-color 500ms, border-color 500ms, opacity 500ms;
  -o-transition: color 500ms, background-color 500ms, border-color 500ms, opacity 500ms;
  transition: color 500ms, background-color 500ms, border-color 500ms, opacity 500ms;
  font-size: 0.6875rem;
  line-height: 1.03125rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}

input[type="button"]:focus,
input[type="button"]:active,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="reset"]:focus,
input[type="reset"]:active,
button:focus,
button:active,
.button:focus,
.page-template-page_covid-listing #menu-covid-tiles li > a:focus,
.page-template-page_covid-wysiwyg #menu-covid-tiles li > a:focus,
.button:active,
.page-template-page_covid-listing #menu-covid-tiles li > a:active,
.page-template-page_covid-wysiwyg #menu-covid-tiles li > a:active {
  border-color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

input[type="button"].clear,
input[type="submit"].clear,
input[type="reset"].clear,
button.clear,
.button.clear,
.page-template-page_covid-listing #menu-covid-tiles li > a.clear,
.page-template-page_covid-wysiwyg #menu-covid-tiles li > a.clear {
  background-color: transparent;
  color: #000;
  border: 1px solid #e8e8e8;
}

input[type="button"].white,
input[type="button"].navy-outline,
input[type="submit"].white,
input[type="submit"].navy-outline,
input[type="reset"].white,
input[type="reset"].navy-outline,
button.white,
button.navy-outline,
.button.white,
.page-template-page_covid-listing #menu-covid-tiles li > a.white,
.page-template-page_covid-wysiwyg #menu-covid-tiles li > a.white,
.button.navy-outline,
.page-template-page_covid-listing #menu-covid-tiles li > a.navy-outline,
.page-template-page_covid-wysiwyg #menu-covid-tiles li > a.navy-outline {
  background-color: #fff;
  color: #00447b;
  border: 1px solid #00447b;
}

input[type="button"].white-outline,
input[type="submit"].white-outline,
input[type="reset"].white-outline,
button.white-outline,
.button.white-outline,
.page-template-page_covid-listing #menu-covid-tiles li > a.white-outline,
.page-template-page_covid-wysiwyg #menu-covid-tiles li > a.white-outline {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

input[type="button"].white-outline:hover,
input[type="submit"].white-outline:hover,
input[type="reset"].white-outline:hover,
button.white-outline:hover,
.button.white-outline:hover,
.page-template-page_covid-listing #menu-covid-tiles li > a.white-outline:hover,
.page-template-page_covid-wysiwyg #menu-covid-tiles li > a.white-outline:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  opacity: 0.75;
}

input[type="button"].blue,
input[type="submit"].blue,
input[type="reset"].blue,
button.blue,
.button.blue,
.page-template-page_covid-listing #menu-covid-tiles li > a.blue,
.page-template-page_covid-wysiwyg #menu-covid-tiles li > a.blue {
  background-color: #2c74ad;
  color: #fff;
  border: 1px solid #2c74ad;
}

input[type="button"].blue:hover,
input[type="submit"].blue:hover,
input[type="reset"].blue:hover,
button.blue:hover,
.button.blue:hover,
.page-template-page_covid-listing #menu-covid-tiles li > a.blue:hover,
.page-template-page_covid-wysiwyg #menu-covid-tiles li > a.blue:hover {
  background-color: #529ad3;
  border-color: #529ad3;
}

input[type="button"].red,
input[type="submit"].red,
input[type="reset"].red,
button.red,
.button.red,
.page-template-page_covid-listing #menu-covid-tiles li > a.red,
.page-template-page_covid-wysiwyg #menu-covid-tiles li > a.red {
  background-color: #eb3333;
  color: #fff;
  border: 1px solid #eb3333;
}

input[type="button"].red:hover,
input[type="submit"].red:hover,
input[type="reset"].red:hover,
button.red:hover,
.button.red:hover,
.page-template-page_covid-listing #menu-covid-tiles li > a.red:hover,
.page-template-page_covid-wysiwyg #menu-covid-tiles li > a.red:hover {
  background-color: #f27979;
  border-color: #f27979;
}

input[type="button"].red-outline,
input[type="submit"].red-outline,
input[type="reset"].red-outline,
button.red-outline,
.button.red-outline,
.page-template-page_covid-listing #menu-covid-tiles li > a.red-outline,
.page-template-page_covid-wysiwyg #menu-covid-tiles li > a.red-outline {
  background-color: transparent;
  color: #eb3333;
  border: 1px solid #eb3333;
}

input[type="button"].red-outline:hover,
input[type="submit"].red-outline:hover,
input[type="reset"].red-outline:hover,
button.red-outline:hover,
.button.red-outline:hover,
.page-template-page_covid-listing #menu-covid-tiles li > a.red-outline:hover,
.page-template-page_covid-wysiwyg #menu-covid-tiles li > a.red-outline:hover {
  background-color: #eb3333;
  color: #fff;
  border-color: #eb3333;
}

input[type="button"].square,
input[type="submit"].square,
input[type="reset"].square,
button.square,
.button.square,
.page-template-page_covid-listing #menu-covid-tiles li > a.square,
.page-template-page_covid-wysiwyg #menu-covid-tiles li > a.square {
  padding: 10px 8px;
  width: 40px;
  height: 40px;
  text-align: center;
}

input[type="button"].square:hover,
input[type="submit"].square:hover,
input[type="reset"].square:hover,
button.square:hover,
.button.square:hover,
.page-template-page_covid-listing #menu-covid-tiles li > a.square:hover,
.page-template-page_covid-wysiwyg #menu-covid-tiles li > a.square:hover {
  background-color: #f4f4f4;
}

input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
button:hover,
button:focus,
.button:hover,
.page-template-page_covid-listing #menu-covid-tiles li > a:hover,
.page-template-page_covid-wysiwyg #menu-covid-tiles li > a:hover,
.button:focus,
.page-template-page_covid-listing #menu-covid-tiles li > a:focus,
.page-template-page_covid-wysiwyg #menu-covid-tiles li > a:focus {
  background-color: #0067bb;
  border-color: #0067bb;
  text-decoration: none;
  color: #fff;
}

.od-tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.od-tabs::after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #e8e8e8;
  position: relative;
  top: -2.5px;
  z-index: 1;
}

.od-tabs li,
.od-tabs label {
  margin-bottom: 0;
}

.od-tabs li a,
.od-tabs li span,
.od-tabs label a,
.od-tabs label span {
  display: block;
  padding: 1.375rem 1rem;
  border-bottom: 3px solid transparent;
  color: #212020;
  text-decoration: none;
  position: relative;
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.875rem;
}

.od-tabs li.current-menu-item a,
.od-tabs li a:hover,
.od-tabs li:hover span,
.od-tabs li a.active,
.od-tabs li.active span,
.od-tabs label.current-menu-item a,
.od-tabs label a:hover,
.od-tabs label:hover span,
.od-tabs label a.active,
.od-tabs label.active span {
  color: #00447b;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}

.od-tabs li.current-menu-item a,
.od-tabs li.current-menu-item span,
.od-tabs li a.active,
.od-tabs li.active span,
.od-tabs label.current-menu-item a,
.od-tabs label.current-menu-item span,
.od-tabs label a.active,
.od-tabs label.active span {
  border-bottom-color: #00447b;
}

article.tile {
  cursor: pointer;
}

article.tile .thumbnail {
  overflow: hidden;
}

article.tile .thumbnail > a > img {
  -webkit-transition: opacity 500ms ease-out, -webkit-transform 500ms ease-out;
  transition: opacity 500ms ease-out, -webkit-transform 500ms ease-out;
  -o-transition: opacity 500ms ease-out, -o-transform 500ms ease-out;
  transition: opacity 500ms ease-out, transform 500ms ease-out;
  transition: opacity 500ms ease-out, transform 500ms ease-out, -webkit-transform 500ms ease-out, -o-transform 500ms ease-out;
}

article.tile:hover .thumbnail > a > img {
  opacity: 0.75;
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
     transform: scale(1.1);
}

article.tile:hover .entry-title {
  text-decoration: underline;
}

.person {
  color: #212020;
}

.person .person-bubble {
  border-radius: 100%;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  max-width: 140px;
  max-height: 140px;
  border: 2px solid #fff;
  -webkit-transition: border-color 500ms ease-out;
  -o-transition: border-color 500ms ease-out;
  transition: border-color 500ms ease-out;
}

.person .person-bubble > img {
  -webkit-transition: opacity 500ms ease-out, -webkit-transform 500ms ease-out;
  transition: opacity 500ms ease-out, -webkit-transform 500ms ease-out;
  -o-transition: opacity 500ms ease-out, -o-transform 500ms ease-out;
  transition: opacity 500ms ease-out, transform 500ms ease-out;
  transition: opacity 500ms ease-out, transform 500ms ease-out, -webkit-transform 500ms ease-out, -o-transform 500ms ease-out;
}

.person .person-name {
  font-weight: bold;
  text-align: center;
  max-width: 140px;
  margin-top: 1rem;
}

.person .person-name .location {
  font-weight: 300;
}

.person > a {
  color: inherit;
  text-decoration: none;
}

.person:hover .person-bubble > img {
  opacity: 0.75;
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
     transform: scale(1.1);
}

.no-bubble > .person .person-bubble {
  display: none;
}

.flag {
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 300;
  font-variant-numeric: lining-nums;
  font-size: 0.6875rem;
  display: block;
  color: #fff;
  padding: 0.25rem;
  text-align: center;
}

.flag.webinar {
  background-color: #97a4be;
}

.flag.seminar {
  background-color: #2c74ad;
}

.flag.featured {
  display: none;
  background-color: #36d8a7;
  margin-top: 0.625rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
}

.flag.round {
  text-indent: -9999em;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  padding: 0;
}

.featured-article .flag.featured {
  display: block;
}

@media (max-width: 767.98px) {
  .share-this .a2a_kit {
    margin: 0 -0.5rem;
  }

  .share-this .a2a_kit a {
    padding: 0 0.5rem;
  }

  .share-this .a2a_kit img {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .share-this .a2a_kit {
    margin: 0 -0.2rem;
  }

  .share-this .a2a_kit a {
    padding: 0 0.2rem;
  }
}

@media (min-width: 992px) {
  .share-this .a2a_kit {
    margin: 0 -0.5rem;
  }

  .share-this .a2a_kit a {
    padding: 0 0.5rem;
  }
}

.slick-carousel {
  padding-bottom: 48px;
  margin-bottom: 106px;
  border-bottom: 1px solid #e8e8e8;
}

@media (min-width: 768px) {
  .slick-carousel {
    margin-bottom: 86px;
  }
}

.slick-carousel .slick-track {
  cursor: -webkit-grab;
  cursor: grab;
}

.slick-carousel .slick-track:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.slick-carousel .slide {
  outline: none;
}

.slick-carousel .slick-slide {
  margin-right: 20px;
}

.slick-carousel .slick-slide article:hover,
.slick-carousel .slick-slide article:focus {
  border: 1px solid #2c74ad;
}

.slick-carousel .slick-list {
  margin-right: -20px;
}

.slick-carousel .slick-dots {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
     transform: translateY(100%);
  padding-top: 25px;
}

.slick-carousel .slick-dots li {
  display: inline-block;
}

.slick-carousel .slick-dots li button {
  outline: none;
  text-indent: -9999em;
  padding: 0;
  width: 11px;
  height: 11px;
  margin: 5px;
  border: 2px solid #97a4be;
  background-color: #97a4be;
  -webkit-transition: background-color 500ms ease-in-out, opacity 500ms ease-in-out;
  -o-transition: background-color 500ms ease-in-out, opacity 500ms ease-in-out;
  transition: background-color 500ms ease-in-out, opacity 500ms ease-in-out;
}

.slick-carousel .slick-dots li.slick-active button {
  background-color: transparent;
}

.slick-carousel .slick-dots li button:hover {
  opacity: 0.75;
}

.slick-carousel .controls {
  position: absolute;
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
     transform: translateY(100%);
  bottom: -68px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
}

@media (min-width: 992px) {
  .slick-carousel .controls {
    bottom: -48px;
  }
}

.slick-carousel .controls a:first-child {
  float: left;
}

.slick-carousel .controls a:last-child {
  float: right;
}

.slick-carousel .controls a:first-child,
.slick-carousel .controls a:last-child {
  display: none;
}

@media (min-width: 992px) {
  .slick-carousel .controls a:first-child,
  .slick-carousel .controls a:last-child {
    display: inline-block;
  }
}

.slick-carousel .controls img {
  width: 14px;
  height: 14px;
}

.gform_wrapper {
  position: relative;
}

.gform_wrapper .gform_fields {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.gform_wrapper .hide-label label.gfield_label {
  display: none;
}

.gform_wrapper .hide-label label.gfield_label.sr-only,
.gform_wrapper .hide-label label.gfield_label.screen-reader-text {
  display: block !important;
}

.gform_wrapper .hide-label .ginput_container {
  margin-top: 0 !important;
}

.gform_wrapper .gform_ajax_spinner {
  position: absolute;
  z-index: 10;
  top: -5px;
  right: 0;
  bottom: 0;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  padding: 0;
  margin: 0;
  max-width: initial;
  background-color: rgba(0, 0, 0, 0.25);
  background-image: url(data:image/gif;base64,R0lGODlhEAAQAPQAAPHx8dVOIe7n5OOlke3d19x6WeGbhNVOId6FaNhkPue8renHvNZZMOayoNRPI9pwTN+QdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFdyAgAgIJIeWoAkRCCMdBkKtIHIngyMKsErPBYbADpkSCwhDmQCBethRB6Vj4kFCkQPG4IlWDgrNRIwnO4UKBXDufzQvDMaoSDBgFb886MiQadgNABAokfCwzBA8LCg0Egl8jAggGAA1kBIA1BAYzlyILczULC2UhACH5BAkKAAAALAAAAAAQABAAAAV2ICACAmlAZTmOREEIyUEQjLKKxPHADhEvqxlgcGgkGI1DYSVAIAWMx+lwSKkICJ0QsHi9RgKBwnVTiRQQgwF4I4UFDQQEwi6/3YSGWRRmjhEETAJfIgMFCnAKM0KDV4EEEAQLiF18TAYNXDaSe3x6mjidN1s3IQAh+QQJCgAAACwAAAAAEAAQAAAFeCAgAgLZDGU5jgRECEUiCI+yioSDwDJyLKsXoHFQxBSHAoAAFBhqtMJg8DgQBgfrEsJAEAg4YhZIEiwgKtHiMBgtpg3wbUZXGO7kOb1MUKRFMysCChAoggJCIg0GC2aNe4gqQldfL4l/Ag1AXySJgn5LcoE3QXI3IQAh+QQJCgAAACwAAAAAEAAQAAAFdiAgAgLZNGU5joQhCEjxIssqEo8bC9BRjy9Ag7GILQ4QEoE0gBAEBcOpcBA0DoxSK/e8LRIHn+i1cK0IyKdg0VAoljYIg+GgnRrwVS/8IAkICyosBIQpBAMoKy9dImxPhS+GKkFrkX+TigtLlIyKXUF+NjagNiEAIfkECQoAAAAsAAAAABAAEAAABWwgIAICaRhlOY4EIgjH8R7LKhKHGwsMvb4AAy3WODBIBBKCsYA9TjuhDNDKEVSERezQEL0WrhXucRUQGuik7bFlngzqVW9LMl9XWvLdjFaJtDFqZ1cEZUB0dUgvL3dgP4WJZn4jkomWNpSTIyEAIfkECQoAAAAsAAAAABAAEAAABX4gIAICuSxlOY6CIgiD8RrEKgqGOwxwUrMlAoSwIzAGpJpgoSDAGifDY5kopBYDlEpAQBwevxfBtRIUGi8xwWkDNBCIwmC9Vq0aiQQDQuK+VgQPDXV9hCJjBwcFYU5pLwwHXQcMKSmNLQcIAExlbH8JBwttaX0ABAcNbWVbKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICSRBlOY7CIghN8zbEKsKoIjdFzZaEgUBHKChMJtRwcWpAWoWnifm6ESAMhO8lQK0EEAV3rFopIBCEcGwDKAqPh4HUrY4ICHH1dSoTFgcHUiZjBhAJB2AHDykpKAwHAwdzf19KkASIPl9cDgcnDkdtNwiMJCshACH5BAkKAAAALAAAAAAQABAAAAV3ICACAkkQZTmOAiosiyAoxCq+KPxCNVsSMRgBsiClWrLTSWFoIQZHl6pleBh6suxKMIhlvzbAwkBWfFWrBQTxNLq2RG2yhSUkDs2b63AYDAoJXAcFRwADeAkJDX0AQCsEfAQMDAIPBz0rCgcxky0JRWE1AmwpKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICKZzkqJ4nQZxLqZKv4NqNLKK2/Q4Ek4lFXChsg5ypJjs1II3gEDUSRInEGYAw6B6zM4JhrDAtEosVkLUtHA7RHaHAGJQEjsODcEg0FBAFVgkQJQ1pAwcDDw8KcFtSInwJAowCCA6RIwqZAgkPNgVpWndjdyohACH5BAkKAAAALAAAAAAQABAAAAV5ICACAimc5KieLEuUKvm2xAKLqDCfC2GaO9eL0LABWTiBYmA06W6kHgvCqEJiAIJiu3gcvgUsscHUERm+kaCxyxa+zRPk0SgJEgfIvbAdIAQLCAYlCj4DBw0IBQsMCjIqBAcPAooCBg9pKgsJLwUFOhCZKyQDA3YqIQAh+QQJCgAAACwAAAAAEAAQAAAFdSAgAgIpnOSonmxbqiThCrJKEHFbo8JxDDOZYFFb+A41E4H4OhkOipXwBElYITDAckFEOBgMQ3arkMkUBdxIUGZpEb7kaQBRlASPg0FQQHAbEEMGDSVEAA1QBhAED1E0NgwFAooCDWljaQIQCE5qMHcNhCkjIQAh+QQJCgAAACwAAAAAEAAQAAAFeSAgAgIpnOSoLgxxvqgKLEcCC65KEAByKK8cSpA4DAiHQ/DkKhGKh4ZCtCyZGo6F6iYYPAqFgYy02xkSaLEMV34tELyRYNEsCQyHlvWkGCzsPgMCEAY7Cg04Uk48LAsDhRA8MVQPEF0GAgqYYwSRlycNcWskCkApIyEAOwAAAAAAAAAAAA==);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
  width: 100% !important;
}

.od-modal {
  position: relative;
  background-color: #fff;
  padding: 2rem;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: scroll;
  margin: 0 auto;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 300;
  font-variant-numeric: lining-nums;
}

.od-modal .mfp-close {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.od-modal .mfp-close:hover {
  background-color: transparent;
}

.od-modal .heading {
  margin-bottom: 1.5rem;
}

.od-modal .buttons {
  margin-top: 2rem;
}

.od-modal.full {
  max-width: 90vw;
  width: 90vw;
  height: 90vh;
}

.od-modal.full .mfp-close {
  position: fixed;
  top: 5vh;
  right: 5vw;
}

.tile-link:hover {
  cursor: pointer;
}

body::before {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 50%;
  right: 0;
  padding: 5px;
  color: #fff;
  font-size: 19px;
  white-space: pre;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media (max-width: 575.98px) {
  body::before {
    content: 'X\AS';
    background-color: red;
    padding: 1px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: 'SM';
    background-color: darkorange;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: 'MD';
    background-color: green;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: 'LG';
    background-color: blue;
  }
}

@media (min-width: 1200px) {
  body::before {
    content: 'XL';
    background-color: purple;
  }
}

.accordion-shortcode .accordion-heading {
  margin: 0;
}

.accordion-shortcode .accordion-heading > h3 {
  margin: 0;
}

.accordion-shortcode .accordion-heading > h3 > a {
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAzIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC41IDEuNUgxOS42MDUiIHN0cm9rZT0iIzk3QTRCRSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8cGF0aCBkPSJNMC41IDEuNUgxOS42MDUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMSkiIHN0cm9rZT0iIzk3QTRCRSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8L3N2Zz4K);
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: none;
  padding: 1.6rem 0 1.6rem 2.75rem;
  border-top: 1px solid transparent;
  -webkit-transition: color 500ms ease-in-out, border-color 500ms ease-in-out, background-color 500ms ease-in-out;
  -o-transition: color 500ms ease-in-out, border-color 500ms ease-in-out, background-color 500ms ease-in-out;
  transition: color 500ms ease-in-out, border-color 500ms ease-in-out, background-color 500ms ease-in-out;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 300;
  font-variant-numeric: lining-nums;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .accordion-shortcode .accordion-heading > h3 > a {
    background-position: 15px center;
    padding: 1.6rem 0 1.6rem 5rem;
    font-size: 1rem;
  }
}

.accordion-shortcode .accordion-heading > h3 > a.collapsed {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNSAxLjVIMTkuNjA1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDkpIiBzdHJva2U9IiM5N0E0QkUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTAuNSAxLjVIMTkuNjA1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDEwKSIgc3Ryb2tlPSIjOTdBNEJFIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+CjxwYXRoIGQ9Ik0xIDE4LjEwNVYwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5IDEpIiBzdHJva2U9IiM5N0E0QkUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTEgMTguMTA1VjAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwIDEpIiBzdHJva2U9IiM5N0E0QkUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+Cg==);
}

.accordion-shortcode .accordion-heading > h3 > a:hover {
  background-color: #fff;
}

.accordion-shortcode .accordion-content {
  margin-left: 2.8rem;
  padding: 2.4rem 0;
  color: #555;
  border-top: 1px solid transparent;
  -webkit-transition: border-color 500ms ease-in-out;
  -o-transition: border-color 500ms ease-in-out;
  transition: border-color 500ms ease-in-out;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 300;
  font-variant-numeric: lining-nums;
  font-size: 1rem;
  line-height: 1.625rem;
}

@media (min-width: 768px) {
  .accordion-shortcode .accordion-content {
    margin-left: 5rem;
  }
}

.accordion-shortcode .accordion-content ul li {
  margin-bottom: 3rem;
}

.accordion-shortcode .accordion-content ul li:last-child {
  margin-bottom: 0;
}

.accordion-shortcode .accordion-content ul li ul {
  margin-top: 1rem;
}

.accordion-shortcode .accordion-content ul li ul li {
  margin-bottom: 1rem;
}

.accordion-shortcode .accordion-content .field {
  margin-bottom: 5rem;
}

.accordion-shortcode .accordion-content .field:last-child {
  margin-bottom: 0;
}

.accordion-shortcode .accordion-content .field .field-label {
  margin-bottom: 3rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 300;
  font-variant-numeric: lining-nums;
}

.accordion-shortcode .accordion-content .field img {
  max-width: 200px;
}

.accordion-shortcode a.collapsed {
  border-top-color: #e8e8e8 !important;
}

.accordion-shortcode .collapsing .accordion-content,
.accordion-shortcode .show .accordion-content {
  border-top-color: #e8e8e8;
}

.accordion-shortcode:last-child {
  border-bottom: 1px solid #e8e8e8;
}

.accordion-shortcode .accordion-heading > h3 > a {
  display: inline-block;
  width: 100%;
}

.accordion-shortcode .wysiwyg ol > li {
  background: none;
  padding-left: 0;
}

.accordion-shortcode .after-title {
  color: red;
}

.pdf-version .accordion-shortcode.accordion-shortcode .as-link.as-link {
  background-image: none;
}

.pdf-version .accordion-shortcode.accordion-shortcode .as-content-wrap.as-content-wrap {
  display: block;
}

@font-face {
  font-family: 'GT Sectra';
  font-style: normal;
  font-weight: 300;
  src: url(/app/themes/ogletree/dist/fonts/GT-Sectra-Book.eot);
  /* IE9 Compat Modes */
  src: url(/app/themes/ogletree/dist/fonts/GT-Sectra-Book.eot) format("embedded-opentype"), url(/app/themes/ogletree/dist/fonts/GT-Sectra-Book.woff2) format("woff2"), url(/app/themes/ogletree/dist/fonts/GT-Sectra-Book.woff) format("woff"), url(/app/themes/ogletree/dist/fonts/GT-Sectra-Book.ttf) format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'GT Sectra';
  font-style: normal;
  font-weight: normal;
  src: url(/app/themes/ogletree/dist/fonts/GT-Sectra-Regular.eot);
  /* IE9 Compat Modes */
  src: url(/app/themes/ogletree/dist/fonts/GT-Sectra-Regular.eot) format("embedded-opentype"), url(/app/themes/ogletree/dist/fonts/GT-Sectra-Regular.woff2) format("woff2"), url(/app/themes/ogletree/dist/fonts/GT-Sectra-Regular.woff) format("woff"), url(/app/themes/ogletree/dist/fonts/GT-Sectra-Regular.ttf) format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'GT Sectra';
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  src: url(/app/themes/ogletree/dist/fonts/GT-Sectra-Bold.eot);
  /* IE9 Compat Modes */
  src: url(/app/themes/ogletree/dist/fonts/GT-Sectra-Bold.eot) format("embedded-opentype"), url(/app/themes/ogletree/dist/fonts/GT-Sectra-Bold.woff2) format("woff2"), url(/app/themes/ogletree/dist/fonts/GT-Sectra-Bold.woff) format("woff"), url(/app/themes/ogletree/dist/fonts/GT-Sectra-Bold.ttf) format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'GT Sectra';
  font-style: normal;
  font-weight: 500;
  src: url(/app/themes/ogletree/dist/fonts/GT-Sectra-Medium.eot);
  /* IE9 Compat Modes */
  src: url(/app/themes/ogletree/dist/fonts/GT-Sectra-Medium.eot) format("embedded-opentype"), url(/app/themes/ogletree/dist/fonts/GT-Sectra-Medium.woff2) format("woff2"), url(/app/themes/ogletree/dist/fonts/GT-Sectra-Medium.woff) format("woff"), url(/app/themes/ogletree/dist/fonts/GT-Sectra-Medium.ttf) format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'GT Sectra';
  font-style: italic;
  font-weight: 300;
  src: url(/app/themes/ogletree/dist/fonts/GT-Sectra-Book-Italic.eot);
  /* IE9 Compat Modes */
  src: url(/app/themes/ogletree/dist/fonts/GT-Sectra-Book-Italic.eot) format("embedded-opentype"), url(/app/themes/ogletree/dist/fonts/GT-Sectra-Book-Italic.woff2) format("woff2"), url(/app/themes/ogletree/dist/fonts/GT-Sectra-Book-Italic.woff) format("woff"), url(/app/themes/ogletree/dist/fonts/GT-Sectra-Book-Italic.ttf) format("truetype");
  /* Safari, Android, iOS */
}

header.banner {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}

#content {
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 300;
  font-variant-numeric: lining-nums;
}

footer.content-info {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
}

.outlook-form {
  display: inline-block;
}

.gf_browser_ie.gform_wrapper.gform_wrapper .gform_footer input.button.button {
  padding: 0.688rem 2.3125rem;
}

.form-control,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.search-form .search-field,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield textarea,
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield select,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield textarea,
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield select,
#modal-odcomply .gform_wrapper .gfield input[type="text"],
#modal-odcomply .gform_wrapper .gfield input[type="email"],
#modal-odcomply .gform_wrapper .gfield textarea,
#modal-odcomply .gform_wrapper .gfield select {
  height: calc(2.25rem + 2px);
}

.comment-list ol {
  list-style: none;
}

/** Search form */

.awesomplete {
  width: 100%;
}

.awesomplete.fetching .loader {
  display: block;
}

.awesomplete.fetching input.awesomplete.awesomplete.awesomplete {
  background-image: none;
}

.awesomplete.fetching ul {
  opacity: 0.8;
}

.awesomplete ul {
  width: 100%;
}

.awesomplete li[aria-selected=true] {
  background: #f8f8f8;
}

.search-form label {
  font-weight: normal;
}

.awesomplete mark {
  padding: 0;
}

.loader,
.loader::after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  display: none;
  position: absolute;
  top: 8px;
  left: -2px;
  font-size: 1.8px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #555;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  -o-animation: load8 1.1s infinite linear;
     animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

.gform_wrapper.gform_wrapper .gfield_radio li input[type=radio] {
  margin-top: unset;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

.banner {
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  padding: 18px 0;
  border-bottom: 1px solid #f4f4f4;
}

.banner > .container {
  position: relative;
}

.banner .brand {
  display: block;
  float: left;
  width: 68px;
  margin-top: 9px;
  margin-right: 50px;
}

@media (min-width: 992px) {
  .banner .brand {
    width: 85px;
    margin-top: 4px;
  }
}

.banner .brand:hover {
  opacity: 0.75;
}

.banner .nav-primary {
  float: left;
}

.banner .nav-primary ul.sub-menu {
  display: none;
}

.banner .nav-primary li a {
  margin: 11px auto 10px;
  color: #212020;
  font-size: 0.875rem;
}

.banner .nav-primary li a:hover,
.banner .nav-primary li.current-menu-item a,
.banner .nav-primary li.current_page_ancestor a,
.banner .nav-primary li.current-menu-ancestor a,
body.single-od_person .banner .nav-primary li#menu-item-105 a,
body.single-od_insight .banner .nav-primary li#menu-item-104 a,
body.single-od_podcast .banner .nav-primary li#menu-item-104 a,
body.single-od_webinar .banner .nav-primary li#menu-item-529 a,
body.single-od_seminar .banner .nav-primary li#menu-item-529 a,
body.blog .banner .nav-primary li#menu-item-764 a,
body.single-od_location .banner .nav-primary li#menu-item-23 a,
body.page-id-1060 .banner .nav-primary li#menu-item-25 a {
  color: #00447b;
  font-weight: 700;
}

.banner .nav-primary li a::after {
  display: block;
  content: attr(data-text);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

@media (max-width: 991.98px) {
  .banner .nav-primary #menu-primary-navigation {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 1500ms ease-in-out;
    -o-transition: opacity 1500ms ease-in-out;
    transition: opacity 1500ms ease-in-out;
  }

  .banner .nav-primary #menu-primary-navigation.toggled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
  }

  .banner .nav-primary .nav {
    width: 300px;
    position: absolute;
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
       transform: translateY(100%);
    bottom: -18px;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    border: 1px solid #e6e2e2;
  }

  .banner .nav-primary .nav li {
    border-bottom: 1px solid #e6e2e2;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxOCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4zOTM5IDExLjAxMzZDMTAuMjczNiAxMC44OTIzIDEwLjExNjEgMTAuODI1MyA5Ljk1MDgxIDEwLjgyNTNDOS43ODU0OCAxMC44MjUzIDkuNjI4MDMgMTAuODkyMyA5LjUwNzczIDExLjAxMzZMNS45MTk5NCAxNC42MzA0VjAuNjM0OTE2QzUuOTE5OTQgMC4yODUwNzcgNS42Mzc0NyAwIDUuMjkwMTIgMEM0Ljk2MDQxIDAgNC42NjAzIDAuMzAyNTM3IDQuNjYwMyAwLjYzNDkxNlYxNC42MzA0TDEuMDcyNTEgMTEuMDEzNkMwLjk1NzI1MiAxMC44OTc0IDAuNzg3NTE1IDEwLjgyNTMgMC42Mjk0MjkgMTAuODI1M0MwLjQ3MTM0NCAxMC44MjUzIDAuMzAxNjA3IDEwLjg5NzQgMC4xODYzNDkgMTEuMDEzNkMtMC4wNjIxMTYzIDExLjI2NCAtMC4wNjIxMTYzIDExLjY1NjQgMC4xODYzNDkgMTEuOTA2OUw0Ljg0NzA0IDE2LjYwNTNDNC45NjczNCAxNi43MjY5IDUuMTI0NzkgMTYuNzkzOCA1LjI5MDEyIDE2Ljc5MzhDNS40NTU0NSAxNi43OTM4IDUuNjEyNTkgMTYuNzI2OSA1LjczMzIgMTYuNjA1M0wxMC4zOTM5IDExLjkwNjlDMTAuNjQyNCAxMS42NTY0IDEwLjY0MjQgMTEuMjY0IDEwLjM5MzkgMTEuMDEzNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNjE2Njk5IDExLjI0Nykgcm90YXRlKC05MCkiIGZpbGw9IiMwMDQ0N2IiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: calc(100% - 2rem) center;
    background-size: 18px 12px;
  }

  .banner .nav-primary .nav li:last-child {
    border-bottom: none;
  }

  .banner .nav-primary .nav li a {
    color: #555;
    text-shadow: none;
    margin: 0 auto;
    padding: 2rem;
    padding-right: calc(2rem + 18px + 2rem);
  }

  .banner .nav-primary .nav li a:hover,
  .banner .nav-primary .nav li a:focus,
  .banner .nav-primary .nav li a:active {
    color: #2c74ad;
    text-shadow: none;
  }
}

@media (max-width: 575.98px) {
  .banner .nav-primary .nav {
    width: 100%;
    border-left: none;
    border-right: none;
  }
}

@media (min-width: 992px) {
  .banner .nav-primary #menu-primary-navigation {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.banner .mobile-menu-trigger {
  padding: 8px 13px;
  margin: 11px auto;
  float: right;
  color: #fff;
  font-size: 22.215px;
  line-height: 20px;
  position: relative;
}

.banner .mobile-menu-trigger:hover {
  text-decoration: none;
}

.banner .mobile-menu-trigger img {
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}

.banner .mobile-menu-trigger img.visible {
  opacity: 1;
}

.banner .mobile-menu-trigger img.x {
  padding: 0 1px;
  position: absolute;
  top: 10px;
  left: 13px;
}

.banner .search-country {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner .search-country ul {
  list-style-type: none;
}

.banner .search-country ul li img {
  display: block;
  width: 20px;
  height: 20px;
}

.banner .search-country ul li a {
  display: block;
  padding: 8px 13px;
  margin: 11px auto;
}

.banner .search-country .country {
  position: relative;
  border: 1px solid transparent;
  margin: -1px;
  -webkit-transition: background-color 500ms ease-in-out, border-color 250ms ease-in-out;
  -o-transition: background-color 500ms ease-in-out, border-color 250ms ease-in-out;
  transition: background-color 500ms ease-in-out, border-color 250ms ease-in-out;
}

.banner .search-country .country > a {
  position: relative;
  z-index: 2;
}

.banner .search-country .country.toggled {
  background-color: #fff;
  border-color: #e6e3e3;
  border-bottom: none;
}

.banner .search-country .country .sub-menu {
  display: none;
  position: absolute;
  z-index: 1;
  left: -1px;
  right: -1px;
  background-color: #fff;
  border: 1px solid #e6e6e3;
  border-top: none;
  margin: 0;
  -webkit-transform: translateY(-58px);
  -o-transform: translateY(-58px);
     transform: translateY(-58px);
  padding: 47px 0 0;
}

.banner .search-country .country .sub-menu a {
  margin: 0;
}

.banner .search-country .country .sub-menu a:hover {
  opacity: 0.5;
}

.banner .language-select ul,
.banner .language-select {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner .language-select ul li a,
.banner .language-select li a {
  text-transform: uppercase;
  padding: 0 10px;
  color: #000;
}

.banner .language-select ul li.selected,
.banner .language-select li.selected {
  font-weight: bold;
}

.banner .language-select ul li.selected a,
.banner .language-select li.selected a {
  color: #00447b;
}

.banner .language-select ul li:not(:first-of-type) a,
.banner .language-select li:not(:first-of-type) a {
  border-left: 1px solid #000;
}

.aside-before {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .aside-before {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    border-right: 1px solid #e8e8e8;
  }
}

.aside-after {
  border-top: 1px solid #e8e8e8;
  padding-top: 2rem;
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .aside-after {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 200px;
    border-left: 1px solid #e8e8e8;
  }
}

.aside-before .widget,
.aside-after .widget {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 3.375rem;
  margin-bottom: 4rem;
}

.aside-before .widget:last-child,
.aside-after .widget:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

@media (min-width: 992px) {
  .aside-before .widget,
  .aside-after .widget {
    margin-left: 30px;
  }
}

.aside-before .widget .heading,
.aside-after .widget .heading {
  margin-bottom: 1.325rem;
  font-size: 1.125rem;
}

.aside-before .widget .wysiwyg,
.aside-after .widget .wysiwyg {
  color: #555;
  margin-bottom: 1.7rem;
  font-size: 0.8125rem;
  line-height: 1.375rem;
}

.sidebar-list article,
.horizontal-list article,
.single-od_practice_area #upcoming-events .horizontal-list article {
  padding-top: 1rem;
  margin-bottom: 1.4rem;
}

.sidebar-list article > .row > .content,
.horizontal-list article > .row > .content,
.single-od_practice_area #upcoming-events .horizontal-list article > .row > .content {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #e8e8e8;
}

.sidebar-list article:last-child,
.horizontal-list article:last-child,
.single-od_practice_area #upcoming-events .horizontal-list article:last-child {
  margin-bottom: 0;
}

.sidebar-list article:last-child > .row > .content,
.horizontal-list article:last-child > .row > .content,
.single-od_practice_area #upcoming-events .horizontal-list article:last-child > .row > .content {
  padding-bottom: 0;
  border-bottom: 0;
}

.sidebar-list article aside,
.horizontal-list article aside,
.single-od_practice_area #upcoming-events .horizontal-list article aside {
  text-align: center;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.sidebar-list article aside .fancy-date,
.horizontal-list article aside .fancy-date,
.single-od_practice_area #upcoming-events .horizontal-list article aside .fancy-date {
  text-align: center;
  display: inline-block;
  color: #555;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
}

.sidebar-list article aside .fancy-date .day,
.horizontal-list article aside .fancy-date .day,
.single-od_practice_area #upcoming-events .horizontal-list article aside .fancy-date .day {
  font-weight: bold;
  font-size: 1.8125rem;
  line-height: 2.1875rem;
}

.sidebar-list article aside .fancy-date .day.span,
.horizontal-list article aside .fancy-date .day.span,
.single-od_practice_area #upcoming-events .horizontal-list article aside .fancy-date .day.span {
  white-space: nowrap;
}

.sidebar-list article aside .fancy-date .day.span.length-3,
.horizontal-list article aside .fancy-date .day.span.length-3,
.single-od_practice_area #upcoming-events .horizontal-list article aside .fancy-date .day.span.length-3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.sidebar-list article aside .fancy-date .day.span.length-4,
.horizontal-list article aside .fancy-date .day.span.length-4,
.single-od_practice_area #upcoming-events .horizontal-list article aside .fancy-date .day.span.length-4 {
  font-size: 0.9375rem;
  line-height: 1.125rem;
}

.sidebar-list article aside .fancy-date .day.span.length-5,
.horizontal-list article aside .fancy-date .day.span.length-5,
.single-od_practice_area #upcoming-events .horizontal-list article aside .fancy-date .day.span.length-5 {
  font-size: 0.75rem;
  line-height: 0.875rem;
}

.sidebar-list article aside .fancy-date .month,
.horizontal-list article aside .fancy-date .month,
.single-od_practice_area #upcoming-events .horizontal-list article aside .fancy-date .month {
  font-size: 1rem;
  line-height: 1.25rem;
}

.sidebar-list article aside .fancy-date .month.day-month,
.horizontal-list article aside .fancy-date .month.day-month,
.single-od_practice_area #upcoming-events .horizontal-list article aside .fancy-date .month.day-month {
  white-space: nowrap;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
}

.sidebar-list article aside .fancy-date .month.day-month:first-child::after,
.horizontal-list article aside .fancy-date .month.day-month:first-child::after,
.single-od_practice_area #upcoming-events .horizontal-list article aside .fancy-date .month.day-month:first-child::after {
  content: '-';
  display: block;
  padding-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 0.25;
}

.sidebar-list article aside .fancy-date .year,
.horizontal-list article aside .fancy-date .year,
.single-od_practice_area #upcoming-events .horizontal-list article aside .fancy-date .year {
  margin-bottom: 0.5rem;
  font-size: 0.6875rem;
  line-height: 1.1875rem;
}

.sidebar-list article aside .flag,
.horizontal-list article aside .flag,
.single-od_practice_area #upcoming-events .horizontal-list article aside .flag {
  display: inline-block;
}

.sidebar-list article .content,
.horizontal-list article .content,
.single-od_practice_area #upcoming-events .horizontal-list article .content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.sidebar-list article .content .entry-title,
.horizontal-list article .content .entry-title,
.single-od_practice_area #upcoming-events .horizontal-list article .content .entry-title {
  margin-bottom: 1rem;
  color: #212020;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.sidebar-list article .content .people,
.horizontal-list article .content .people,
.single-od_practice_area #upcoming-events .horizontal-list article .content .people {
  color: #555;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.8125rem;
}

.sidebar-list article .content .people a,
.horizontal-list article .content .people a,
.single-od_practice_area #upcoming-events .horizontal-list article .content .people a {
  color: inherit;
}

.sidebar-list article .content .location,
.horizontal-list article .content .location,
.single-od_practice_area #upcoming-events .horizontal-list article .content .location {
  color: #555;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.8125rem;
}

.sidebar-list article .content .location a,
.horizontal-list article .content .location a,
.single-od_practice_area #upcoming-events .horizontal-list article .content .location a {
  color: inherit;
}

footer.content-info {
  background-color: #000;
  color: #fff;
  padding: 5.5rem 0 0;
  font-size: 0.6875rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer.content-info {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  footer.content-info {
    font-size: 0.75rem;
  }
}

footer.content-info .brand {
  display: block;
  width: 90px;
}

footer.content-info .lpga-2 {
  height: 112px;
  margin-top: 8px;
}

@media (min-width: 768px) {
  footer.content-info .lpga-2 {
    height: 145px;
  }
}

footer.content-info #menu-footer-navigation-1 li a,
footer.content-info #menu-footer-navigation-2 li a,
footer.content-info #footer-social li a,
footer.content-info #menu-subfooter-navigation li a {
  padding-left: 0;
  padding-right: 0;
  color: #fff;
}

footer.content-info #menu-footer-navigation-1 li a:hover,
footer.content-info #menu-footer-navigation-2 li a:hover,
footer.content-info #footer-social li a:hover,
footer.content-info #menu-subfooter-navigation li a:hover {
  font-weight: 500;
}

footer.content-info #menu-footer-navigation-1 .sub-menu,
footer.content-info #menu-footer-navigation-2 .sub-menu,
footer.content-info #footer-social .sub-menu,
footer.content-info #menu-subfooter-navigation .sub-menu {
  display: none !important;
}

footer.content-info #footer-social {
  margin: 2rem 0 -2rem;
}

@media (min-width: 576px) {
  footer.content-info #footer-social {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    margin: 0;
  }
}

footer.content-info #footer-social img {
  opacity: 0.85;
  width: 13px;
  margin-right: 0.25rem;
}

footer.content-info #footer-social .linkedin img {
  position: relative;
  top: -0.1875rem;
}

footer.content-info #footer-social li a {
  padding-right: 1rem;
}

footer.content-info #footer-newsletter {
  margin-bottom: 5rem;
}

footer.content-info #footer-newsletter ::-webkit-input-placeholder {
  color: transparent;
}

footer.content-info #footer-newsletter :-moz-placeholder {
  color: transparent;
}

footer.content-info #footer-newsletter ::-moz-placeholder {
  color: transparent;
}

footer.content-info #footer-newsletter :-ms-input-placeholder {
  color: transparent;
}

footer.content-info #footer-newsletter input::-webkit-input-placeholder {
  color: transparent;
}

footer.content-info #footer-newsletter input::-moz-placeholder {
  color: transparent;
}

footer.content-info #footer-newsletter input::-ms-input-placeholder {
  color: transparent;
}

footer.content-info #footer-newsletter input::placeholder {
  color: transparent;
}

footer.content-info #footer-newsletter h2 {
  padding-top: 0.5rem;
  font-weight: 300;
  color: white;
  font-size: 0.875rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer.content-info #footer-newsletter h2 {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  footer.content-info #footer-newsletter h2 {
    font-size: 0.75rem;
  }
}

@media (min-width: 1200px) {
  footer.content-info #footer-newsletter h2 {
    font-size: 0.6875rem;
  }
}

footer.content-info #footer-newsletter input[type="text"],
footer.content-info #footer-newsletter input[type="email"] {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #000;
  outline: none;
  border-top: none;
  border-bottom: 2px solid #e8e8e8;
  color: #e8e8e8;
  font-size: 0.875rem;
  width: 100%;
  -webkit-transition: border-color 500ms ease-out, color 500ms ease-out;
  -o-transition: border-color 500ms ease-out, color 500ms ease-out;
  transition: border-color 500ms ease-out, color 500ms ease-out;
}

@media (min-width: 992px) {
  footer.content-info #footer-newsletter input[type="text"],
  footer.content-info #footer-newsletter input[type="email"] {
    font-size: inherit;
  }
}

footer.content-info #footer-newsletter input[type="text"]:focus,
footer.content-info #footer-newsletter input[type="email"]:focus {
  color: #fff;
}

footer.content-info #footer-newsletter .gform_wrapper {
  margin: 0;
}

footer.content-info #footer-newsletter .gform_fields {
  width: 100%;
}

footer.content-info #footer-newsletter .gfield {
  margin: 0;
  padding: 0;
  max-width: 100% !important;
  width: 100% !important;
}

footer.content-info #footer-newsletter .gform_body,
footer.content-info #footer-newsletter .gform_footer {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
}

footer.content-info #footer-newsletter .gform_body {
  width: calc(100% - 40px);
}

@media (min-width: 992px) {
  footer.content-info #footer-newsletter .gform_body {
    width: calc(100% - 27px);
  }
}

footer.content-info #footer-newsletter .gform_button {
  text-indent: -9999em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxOCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4zOTM5IDExLjAxMzZDMTAuMjczNiAxMC44OTIzIDEwLjExNjEgMTAuODI1MyA5Ljk1MDgxIDEwLjgyNTNDOS43ODU0OCAxMC44MjUzIDkuNjI4MDMgMTAuODkyMyA5LjUwNzczIDExLjAxMzZMNS45MTk5NCAxNC42MzA0VjAuNjM0OTE2QzUuOTE5OTQgMC4yODUwNzcgNS42Mzc0NyAwIDUuMjkwMTIgMEM0Ljk2MDQxIDAgNC42NjAzIDAuMzAyNTM3IDQuNjYwMyAwLjYzNDkxNlYxNC42MzA0TDEuMDcyNTEgMTEuMDEzNkMwLjk1NzI1MiAxMC44OTc0IDAuNzg3NTE1IDEwLjgyNTMgMC42Mjk0MjkgMTAuODI1M0MwLjQ3MTM0NCAxMC44MjUzIDAuMzAxNjA3IDEwLjg5NzQgMC4xODYzNDkgMTEuMDEzNkMtMC4wNjIxMTYzIDExLjI2NCAtMC4wNjIxMTYzIDExLjY1NjQgMC4xODYzNDkgMTEuOTA2OUw0Ljg0NzA0IDE2LjYwNTNDNC45NjczNCAxNi43MjY5IDUuMTI0NzkgMTYuNzkzOCA1LjI5MDEyIDE2Ljc5MzhDNS40NTU0NSAxNi43OTM4IDUuNjEyNTkgMTYuNzI2OSA1LjczMzIgMTYuNjA1M0wxMC4zOTM5IDExLjkwNjlDMTAuNjQyNCAxMS42NTY0IDEwLjY0MjQgMTEuMjY0IDEwLjM5MzkgMTEuMDEzNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNjE2Njk5IDExLjI0Nykgcm90YXRlKC05MCkiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 18px 12px;
  background-position: center center;
  background-color: #97a4be;
  width: 30px;
  height: 30px;
  padding: 0;
  margin-left: 10px;
  margin-right: 0;
  border-bottom: none;
  -webkit-transition: background-color 500ms ease-out;
  -o-transition: background-color 500ms ease-out;
  transition: background-color 500ms ease-out;
}

@media (min-width: 992px) {
  footer.content-info #footer-newsletter .gform_button {
    width: 18px;
    height: 18px;
    background-size: 12px 8px;
  }
}

footer.content-info #footer-newsletter .gform_button:hover,
footer.content-info #footer-newsletter .gform_button:focus {
  background-color: #2c74ad;
  border: 1px solid #fff;
}

footer.content-info #footer-newsletter .validation_error {
  border: none;
  margin-bottom: 0;
  display: none;
}

footer.content-info #footer-newsletter .validation_error,
footer.content-info #footer-newsletter .validation_message {
  color: #eb3333;
}

footer.content-info #footer-newsletter li.gfield.gfield_error {
  background-color: transparent;
  border: none;
}

footer.content-info #footer-newsletter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer.content-info #footer-newsletter form .gform_body,
footer.content-info #footer-newsletter form .gform_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

footer.content-info .subfooter {
  background-color: #382f2d;
  margin-top: 5rem;
  padding: 1.5rem 0;
  font-size: 0.5625rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer.content-info .subfooter {
    font-size: 0.8125rem;
  }
}

footer.content-info .subfooter .copyright {
  padding-top: 0.5rem;
  padding-bottom: 0;
}

footer.content-info .subfooter #menu-subfooter-navigation {
  margin: 0 -1rem 1rem;
  max-width: 100%;
}

@media (min-width: 992px) {
  footer.content-info .subfooter #menu-subfooter-navigation {
    float: right;
    margin-bottom: 0;
  }
}

footer.content-info .subfooter #menu-subfooter-navigation li > a {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #fff;
}

#subnav-desktop,
#subnav-mobile {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  border-bottom: 1px solid #e8e8e8;
}

#subnav-desktop ul::after,
#subnav-mobile ul::after {
  display: none;
}

#subnav-desktop {
  display: none;
}

@media (min-width: 992px) {
  #subnav-desktop {
    display: block;
  }
}

#subnav-mobile {
  border-top: 1px solid #e8e8e8;
}

@media (min-width: 992px) {
  #subnav-mobile {
    display: none;
  }
}

#subnav-mobile a {
  font-size: 1rem;
}

#subnav-mobile .container {
  overflow-x: auto;
}

#subnav-mobile #ul-subnav-mobile {
  display: inline;
  white-space: nowrap;
  overflow-x: auto;
}

#subnav-mobile #ul-subnav-mobile li {
  display: inline-block;
  margin-right: -3.55px;
}

#subnav-mobile #ul-subnav-mobile li:last-child {
  margin-right: 0;
}

#ul-subnav-desktop li {
  z-index: 1001;
}

.page-header {
  padding: 3.75rem 0;
  text-align: center;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media (min-width: 992px) {
  .page-header {
    padding: 5rem 0;
  }
}

.page-header .bg-stripe {
  background-color: rgba(151, 164, 190, 0.1);
  height: 50%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.page-header h1 {
  position: relative;
  z-index: 2;
  font-size: 2.25rem;
  line-height: 2.6875rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  font-variant-numeric: lining-nums;
}

@media (min-width: 992px) {
  .page-header h1 {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }

  .page-header h1 .page-heading-image {
    max-width: 60%;
  }
}

.section-header {
  padding: 3.6875rem 0;
}

@media (min-width: 768px) {
  .section-header {
    padding: 6.1875rem 0;
  }
}

.section-header .heading {
  margin-bottom: 2.375rem;
  font-size: 2.375rem;
  line-height: 2.875rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  font-variant-numeric: lining-nums;
}

@media (min-width: 768px) {
  .section-header .heading {
    font-size: 3rem;
    line-height: 3.375rem;
  }
}

.section-header .wysiwyg {
  color: #555;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .section-header .wysiwyg {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}

.section-header .col-12:last-child > img {
  width: 100%;
}

@media (min-width: 992px) {
  .section-header .col-12:last-child > img {
    float: right;
  }
}

@page {
  margin-top: 48px;
  margin-bottom: 48px;
}

.print-options {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  background-color: #00447b;
  padding: 10px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.75);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.75);
}

.print-options > .container {
  position: relative;
}

.print-options .close-print {
  float: right;
  cursor: pointer;
  color: #fff;
  -webkit-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}

.print-options .close-print:hover {
  opacity: 0.75;
}

.print-options #filter-bio-option-button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCAwTDMuOTMwNzYgNi41NjI2OEwwIDEzLjEyNUw3Ljg3NSA2LjU2MjY4TDAgMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzLjYwMTEgMC4xMzU5MjUpIHJvdGF0ZSg5MCkiIGZpbGw9IiNmZmZmZmYiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 20px);
  padding: 11px 44px 11px 22px;
}

.print-options form {
  float: right;
}

.print-options .print-option-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.print-options .print-option-buttons .print-trigger,
.print-options .print-option-buttons .pdf-trigger {
  text-indent: -9999em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjIiIGhlaWdodD0iNjIiIHZpZXdCb3g9IjAgMCA2MiA2MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIzLjYxMTEgNDAuMjcyN0gzOS4yNzczIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMDA4IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+CjxtYXNrIGlkPSJtYXNrMCIgbWFzay10eXBlPSJhbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMjQiIHk9IjEzIiB3aWR0aD0iMTQiIGhlaWdodD0iMjIiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI0LjY1NTUgMTNIMzcuMjk4MlYzNC43NzdIMjQuNjU1NVYxM1oiIGZpbGw9IndoaXRlIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMCkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTM3LjA3NTUgMjcuMjgxOUMzNi45MzE3IDI3LjEyNDYgMzYuNzQzNiAyNy4wMzc3IDM2LjU0NiAyNy4wMzc3QzM2LjM0ODUgMjcuMDM3NyAzNi4xNjAzIDI3LjEyNDYgMzYuMDE2NiAyNy4yODE5TDMxLjcyOTQgMzEuOTcxOVYxMy44MjMzQzMxLjcyOTQgMTMuMzY5NyAzMS4zOTE5IDEzIDMwLjk3NjggMTNDMzAuNTgyOSAxMyAzMC4yMjQyIDEzLjM5MjMgMzAuMjI0MiAxMy44MjMzVjMxLjk3MTlMMjUuOTM3MSAyNy4yODE5QzI1Ljc5OTQgMjcuMTMxMiAyNS41OTY1IDI3LjAzNzcgMjUuNDA3NiAyNy4wMzc3QzI1LjIxODcgMjcuMDM3NyAyNS4wMTU5IDI3LjEzMTIgMjQuODc4MiAyNy4yODE5QzI0LjU4MTMgMjcuNjA2NyAyNC41ODEzIDI4LjExNTUgMjQuODc4MiAyOC40NDAzTDMwLjQ0NzQgMzQuNTMyOUMzMC41OTExIDM0LjY5MDYgMzAuNzc5MyAzNC43Nzc0IDMwLjk3NjggMzQuNzc3NEMzMS4xNzQ0IDM0Ljc3NzQgMzEuMzYyMiAzNC42OTA2IDMxLjUwNjMgMzQuNTMyOUwzNy4wNzU1IDI4LjQ0MDNDMzcuMzcyNCAyOC4xMTU1IDM3LjM3MjQgMjcuNjA2NyAzNy4wNzU1IDI3LjI4MTkiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHBhdGggb3BhY2l0eT0iMSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMSA2MUM0Ny41Njg1IDYxIDYxIDQ3LjU2ODUgNjEgMzFDNjEgMTQuNDMxNSA0Ny41Njg1IDEgMzEgMUMxNC40MzE1IDEgMSAxNC40MzE1IDEgMzFDMSA0Ny41Njg1IDE0LjQzMTUgNjEgMzEgNjFaIiBzdHJva2U9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 0;
  cursor: pointer;
  margin-right: 1rem;
  -webkit-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}

.print-options .print-option-buttons .print-trigger:hover,
.print-options .print-option-buttons .pdf-trigger:hover {
  background-color: transparent;
  opacity: 0.75;
}

.print-options .print-option-buttons .print-trigger {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjIiIGhlaWdodD0iNjIiIHZpZXdCb3g9IjAgMCA2MiA2MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMi4xMzg5IDE5LjI1ODFWMjUuNjkzNUgxOFY0MC43MDk3SDIyLjEzODlWNDVIMzguNjk0NFY0MC43MDk3SDQyLjgzMzNWMjUuNjkzNUgzOC42OTQ0VjE5LjI1ODFIMjIuMTM4OVpNMjQuMjA4MyAyNS42OTM1SDM2LjYyNVYyMS40MDMySDI0LjIwODNWMjUuNjkzNVpNMjAuMDcwMSAyNy44Mzg3SDQwLjc2NDVWMzguNTY0NUgzOC42OTUxVjM0LjI3MkgyMi4xMzk2VjM4LjU2NDVIMjAuMDcwMVYyNy44Mzg3Wk0yNC4yMDgzIDQyLjg1NDhIMzYuNjI1VjM2LjQxOTRIMjQuMjA4M1Y0Mi44NTQ4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggb3BhY2l0eT0iMSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMSA2MUM0Ny41Njg1IDYxIDYxIDQ3LjU2ODUgNjEgMzFDNjEgMTQuNDMxNSA0Ny41Njg1IDEgMzEgMUMxNC40MzE1IDEgMSAxNC40MzE1IDEgMzFDMSA0Ny41Njg1IDE0LjQzMTUgNjEgMzEgNjFaIiBzdHJva2U9IndoaXRlIi8+Cjwvc3ZnPgo=);
}

.print-options ul {
  list-style: none;
  position: absolute;
  left: 0;
  top: 48px;
  background-color: #fff;
  border: 2px solid #00447b;
  padding: 1rem;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.75);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.75);
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 300;
  font-variant-numeric: lining-nums;
}

.print-options ul li {
  margin-bottom: 0.5rem;
}

.print-options ul li label {
  display: block;
  cursor: pointer;
  margin: 0;
}

.print-options ul li label input {
  margin-right: 0.5rem;
  position: relative;
  top: -1px;
}

#learn-more {
  page-break-before: always;
}

.print-view body {
  margin-top: 60px;
}

.print-view .accordion-shortcode.accordion-shortcode .as-link.as-link {
  background-image: none;
}

.print-view .accordion-shortcode.accordion-shortcode .as-content-wrap.as-content-wrap {
  display: block;
}

.print-view .row {
  display: block;
}

.print-view .row::after {
  clear: both;
  display: table;
  content: '';
}

.print-view .portrait-wrap {
  float: right;
}

.print-view .bio-wrap {
  float: left;
}

.print-view .single-od_person main > article #learn-more .accordion-content.accordion-content.accordion-content {
  margin-left: 0;
}

.print-view .single-od_person.single-od_person.single-od_person main > article #learn-more .accordion .accordion-heading > h2 > a {
  padding-left: 0;
  background: none;
}

.print-view #learn-more#learn-more#learn-more {
  position: static;
  width: unset;
}

.print-view .print {
  display: none;
}

.print-view .download-print-wrapper,
.print-view .download-print-share-wrapper {
  display: none;
}

.print-view .pdf {
  display: inline-block;
}

.print-view body > .banner {
  border-bottom: none;
}

.print-view body > .banner > .container > :not(.brand) {
  display: none;
}

.print-view body > .banner .mobile-menu-trigger {
  display: none !important;
}

.print-view body > footer {
  display: none;
}

.print-view body > #content {
  padding-top: 20px;
}

.print-view body > #content .wysiwyg blockquote {
  -webkit-print-color-adjust: exact;
  border: none;
}

.print-view article.one-page-print.one-page-print .accordion > div {
  display: none;
}

.print-view article.one-page-print.one-page-print .accordion > div:not(#content-education-admittance-to-practice) .accordion-content {
  display: none;
}

.print-view article.one-page-print.one-page-print .entry-content {
  padding-bottom: 0;
  margin-bottom: 0;
}

.print-view article.one-page-print.one-page-print #learn-more {
  padding-bottom: 0;
  margin-top: 20px;
  padding-top: 0;
  page-break-before: avoid;
}

.print-view article.one-page-print.one-page-print #learn-more .accordion:last-child {
  border: none;
}

.print-view article.one-page-print.one-page-print #learn-more .accordion .accordion-content.accordion-content ul li,
.print-view article.one-page-print.one-page-print #learn-more .accordion .accordion-content.accordion-content .field,
.print-view article.one-page-print.one-page-print #learn-more .accordion .accordion-content.accordion-content .field-label {
  margin-bottom: 0.5rem;
}

.print-view article.one-page-print.one-page-print #learn-more .h6 {
  display: none;
}

.print-view .people-grid {
  display: table !important;
  width: 100% !important;
}

.print-view .people-grid article {
  vertical-align: top;
  width: 33.33%;
  display: inline-block;
  page-break-inside: avoid;
}

.print-view .single-od_insight #sticky-header,
.print-view .single-od_podcast #sticky-header,
.print-view .single-od_insight header + .thumbnail,
.print-view .single-od_podcast header + .thumbnail,
.print-view .single-od_insight #cta-newsletter,
.print-view .single-od_podcast #cta-newsletter,
.print-view .single-od_insight #recommended-reading,
.print-view .single-od_podcast #recommended-reading,
.print-view .single_od_podcast #sticky-header,
.print-view .single_od_podcast header + .thumbnail,
.print-view .single_od_podcast #cta-newsletter,
.print-view .single_od_podcast #recommended-reading {
  display: none;
}

.print-view .single-od_person p,
.print-view .single-od_person li {
  font-size: 18px;
}

.print-view .single-od_person #learn-more .accordion,
.print-view .single-od_person #insights,
.print-view .single-od_person #webinars-seminars {
  page-break-inside: avoid;
}

.print-view .single-od_person #learn-more > .container > div:nth-of-type(2) {
  page-break-inside: unset;
}

.print-view .single-od_person .accordion .collapse:not(.hide-for-print) {
  display: block;
}

.print-view .single-od_person .accordion .accordion-heading.accordion-heading > h2 > a {
  background-image: none;
}

.print-view .single-od_person .accordion .accordion-button > h2 > a::after {
  content: none;
}

.print-view .hide-for-print {
  display: none;
}

.print-view .print-col-1 {
  float: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.print-view .print-col-2 {
  float: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.print-view .print-col-3 {
  float: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.print-view .print-col-4 {
  float: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.print-view .print-col-5 {
  float: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.print-view .print-col-6 {
  float: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.print-view .print-col-7 {
  float: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.print-view .print-col-8 {
  float: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.print-view .print-col-9 {
  float: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.print-view .print-col-10 {
  float: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.print-view .print-col-11 {
  float: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.print-view .print-col-12 {
  float: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.print-view .print-options {
  display: block;
}

.pdf {
  display: none;
}

@media print {
  html {
    margin: 0;
  }

  .accordion-shortcode.accordion-shortcode .as-link.as-link {
    background-image: none;
  }

  .accordion-shortcode.accordion-shortcode .as-content-wrap.as-content-wrap {
    display: block;
  }

  .row {
    display: block;
  }

  .row::after {
    clear: both;
    display: table;
    content: '';
  }

  .portrait-wrap {
    float: right;
  }

  .bio-wrap {
    float: left;
  }

  .single-od_person main > article #learn-more .accordion-content.accordion-content.accordion-content {
    margin-left: 0;
  }

  .single-od_person.single-od_person.single-od_person main > article #learn-more .accordion .accordion-heading > h2 > a {
    padding-left: 0;
    background: none;
  }

  #learn-more#learn-more#learn-more {
    position: static;
    width: unset;
  }

  .print {
    display: none;
  }

  .download-print-wrapper,
  .download-print-share-wrapper {
    display: none;
  }

  .pdf {
    display: inline-block;
  }

  body > .banner {
    border-bottom: none;
  }

  body > .banner > .container > :not(.brand) {
    display: none;
  }

  body > .banner .mobile-menu-trigger {
    display: none !important;
  }

  body > footer {
    display: none;
  }

  body > #content {
    padding-top: 20px;
  }

  body > #content .wysiwyg blockquote {
    -webkit-print-color-adjust: exact;
    border: none;
  }

  article.one-page-print.one-page-print .accordion > div {
    display: none;
  }

  article.one-page-print.one-page-print .accordion > div:not(#content-education-admittance-to-practice) .accordion-content {
    display: none;
  }

  article.one-page-print.one-page-print .entry-content {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  article.one-page-print.one-page-print #learn-more {
    padding-bottom: 0;
    margin-top: 20px;
    padding-top: 0;
    page-break-before: avoid;
  }

  article.one-page-print.one-page-print #learn-more .accordion:last-child {
    border: none;
  }

  article.one-page-print.one-page-print #learn-more .accordion .accordion-content.accordion-content ul li,
  article.one-page-print.one-page-print #learn-more .accordion .accordion-content.accordion-content .field,
  article.one-page-print.one-page-print #learn-more .accordion .accordion-content.accordion-content .field-label {
    margin-bottom: 0.5rem;
  }

  article.one-page-print.one-page-print #learn-more .h6 {
    display: none;
  }

  .people-grid {
    display: table !important;
    width: 100% !important;
  }

  .people-grid article {
    vertical-align: top;
    width: 33.33%;
    display: inline-block;
    page-break-inside: avoid;
  }

  .single-od_insight #sticky-header,
  .single-od_podcast #sticky-header,
  .single-od_insight header + .thumbnail,
  .single-od_podcast header + .thumbnail,
  .single-od_insight #cta-newsletter,
  .single-od_podcast #cta-newsletter,
  .single-od_insight #recommended-reading,
  .single-od_podcast #recommended-reading,
  .single_od_podcast #sticky-header,
  .single_od_podcast header + .thumbnail,
  .single_od_podcast #cta-newsletter,
  .single_od_podcast #recommended-reading {
    display: none;
  }

  .single-od_person p,
  .single-od_person li {
    font-size: 18px;
  }

  .single-od_person #learn-more .accordion,
  .single-od_person #insights,
  .single-od_person #webinars-seminars {
    page-break-inside: avoid;
  }

  .single-od_person #learn-more > .container > div:nth-of-type(2) {
    page-break-inside: unset;
  }

  .single-od_person .accordion .collapse:not(.hide-for-print) {
    display: block;
  }

  .single-od_person .accordion .accordion-heading.accordion-heading > h2 > a {
    background-image: none;
  }

  .single-od_person .accordion .accordion-button > h2 > a::after {
    content: none;
  }

  .hide-for-print {
    display: none;
  }

  .print-col-1 {
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .print-col-2 {
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .print-col-3 {
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .print-col-4 {
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .print-col-5 {
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .print-col-6 {
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .print-col-7 {
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .print-col-8 {
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .print-col-9 {
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .print-col-10 {
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .print-col-11 {
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .print-col-12 {
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .print-options.print-options {
    display: none;
  }
}

body#tinymce {
  margin: 12px !important;
}

.page-template-page_about-us .page-header,
.page-template-page_about-us_client-pledge .page-header,
.page-template-page_about-us_leadership .page-header,
.page-template-page_about-us_accolades .page-header,
.page-template-page_about-us_pdi .page-header,
.page-template-page_alumni .page-header {
  display: none;
}

.page-template-page_about-us #subnav-desktop,
.page-template-page_about-us_client-pledge #subnav-desktop,
.page-template-page_about-us_leadership #subnav-desktop,
.page-template-page_about-us_accolades #subnav-desktop,
.page-template-page_about-us_pdi #subnav-desktop,
.page-template-page_alumni #subnav-desktop {
  border-top: 1px solid #e8e8e8;
}

@media (min-width: 992px) {
  .page-template-page_about-us #sec1 .row > div:first-child {
    margin-top: 35px;
  }
}

.page-template-page_about-us #sec3 {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .page-template-page_about-us #sec3 {
    margin-bottom: -2.625rem;
  }
}

#header-about-us > .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header-about-us .wysiwyg {
  margin-bottom: 50px;
}

#header-about-us .image-wrap {
  margin-bottom: 10px;
}

.page-template-page_alumni .page-header {
  display: block;
}

.page-template-page_alumni #sec1 {
  padding-top: 0;
  padding-bottom: 7rem;
  border-bottom: 1px solid #e6e3e3;
}

.page-template-page_alumni #sec1 .heading {
  margin-bottom: 1.5rem !important;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  font-variant-numeric: lining-nums;
  font-size: 1.6875rem;
  line-height: 2.25rem;
}

@media (min-width: 768px) {
  .page-template-page_alumni #sec1 .heading {
    font-size: 2.25rem;
    line-height: 2.8125rem;
  }
}

.page-template-page_alumni #sec1 .grid-tile {
  text-align: center;
}

.page-template-page_alumni #sec2 {
  padding: 6.25rem 0 0;
}

.page-template-page_alumni #sec4 {
  text-align: center;
}

.page-template-page_alumni #sec4 * {
  color: #fff;
}

.page-template-page_alumni #sec4 .section-heading {
  margin-bottom: 4rem;
  font-size: 3rem;
  line-height: 3.25rem;
}

@media (min-width: 768px) {
  .page-template-page_alumni #sec4 .section-heading {
    font-size: 3.75rem;
    line-height: 4.6875rem;
  }
}

.page-template-page_alumni #sec4 .icon {
  margin-bottom: 2rem;
}

.page-template-page_alumni #sec4 .icon a:hover {
  opacity: 0.75;
}

.page-template-page_alumni #sec4 .heading {
  margin-bottom: 1rem;
}

.page-template-page_alumni #sec4 .wysiwyg p {
  text-align: center;
}

.page-template-page_alumni #modal-alumni .gform_wrapper .gform_title {
  margin-bottom: 1rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
  font-size: 1.5rem;
  line-height: 2rem;
}

.page-template-page_alumni #modal-alumni .gform_wrapper .gform_description {
  margin-bottom: 2rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 300;
  font-variant-numeric: lining-nums;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

.page-template-page_alumni #modal-alumni .gform_wrapper .gfield.gfield.gfield.gfield.gfield.gfield {
  max-width: 100% !important;
}

.page-template-page_alumni #modal-alumni .gform_wrapper .gfield {
  margin: 0 0 1.625rem !important;
  padding: 0 !important;
}

.page-template-page_alumni #modal-alumni .gform_wrapper .gfield > .gfield_label {
  display: none;
}

.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="text"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="tel"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield input[type="email"],
.page-template-page_alumni #modal-alumni .gform_wrapper .gfield textarea {
  font-size: 0.875rem;
  line-height: 1.125rem;
  width: 100% !important;
  border: 1px solid #e6e3e3;
  background-color: #fff;
  padding: 1.1rem 1.125rem !important;
  color: #212020;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0 !important;
}

.page-template-page_alumni #modal-alumni .gform_wrapper .gfield select {
  font-size: 0.875rem;
  line-height: 1.125rem;
  width: 100% !important;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-template-page_alumni #modal-alumni .gform_wrapper .gfield.gfield_html {
  margin-bottom: 2rem !important;
  color: #9a9a9a;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.5rem;
  line-height: 0.8125rem;
}

.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .ginput_container_checkbox {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.5625rem;
  line-height: 0.8125rem;
}

@media (min-width: 576px) {
  .page-template-page_alumni #modal-alumni .gform_wrapper .gfield .ginput_container_checkbox ul.gfield_checkbox {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .ginput_container_checkbox li > input {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .ginput_container_checkbox li > label {
  color: #212020;
  padding-left: 0.75rem;
  padding-top: 4px;
}

.page-template-page_alumni #modal-alumni .gform_wrapper .gfield .gfield_description {
  padding-top: 0.25rem !important;
}

.page-template-page_alumni #modal-alumni .gform_wrapper input.gform_button {
  width: 100%;
}

.page-template-page_alumni #modal-alumni .gform_wrapper.gform_validation_error .gfield_error {
  background-color: transparent !important;
  border: none !important;
}

.page-template-page_alumni #modal-alumni .gform_confirmation_message {
  margin: 0 auto;
  text-align: center;
  color: rgba(85, 85, 85, 0.5);
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
  font-size: 2rem;
  line-height: 2.5rem;
}

@media (min-width: 992px) {
  .page-template-page_alumni #modal-alumni .gform_confirmation_message {
    font-size: 2.25rem;
    line-height: 2.8125rem;
  }
}

.tax-od_intl_art_edition .section-header {
  padding-bottom: 6rem;
  border-bottom: 1px solid #e6e3e3;
  margin-bottom: 4.125rem;
}

@media (min-width: 768px) {
  .tax-od_intl_art_edition .section-header {
    padding-bottom: 10.5rem;
    margin-bottom: 5.5rem;
  }
}

@media (min-width: 992px) {
  .tax-od_intl_art_edition .section-header {
    padding-bottom: 6.5rem;
    margin-bottom: 7.75rem;
  }
}

.tax-od_intl_art_edition main article aside.date {
  text-align: center;
}

.tax-od_intl_art_edition main article aside.date .country-flag {
  border: 1px solid #e8e8e8;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
  position: relative;
}

.tax-od_intl_art_edition main article aside.date .country-flag img {
  max-width: inherit;
  max-height: 49px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
     transform: translateX(-50%) translateY(-50%);
}

@media (min-width: 768px) {
  .tax-od_intl_art_edition main article aside.date .country-flag {
    width: 55px;
    height: 55px;
  }

  .tax-od_intl_art_edition main article aside.date .country-flag img {
    max-height: 59px;
    height: 110%;
  }
}

@media (min-width: 992px) {
  .tax-od_intl_art_edition main article aside.date .country-flag {
    width: 50px;
    height: 50px;
  }

  .tax-od_intl_art_edition main article aside.date .country-flag img {
    max-height: 54px;
  }
}

.tax-od_intl_art_edition main article aside.date .country-name {
  color: #555;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  font-variant-numeric: lining-nums;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

@media (min-width: 768px) {
  .tax-od_intl_art_edition main article aside.date .country-name {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}

@media (min-width: 992px) {
  .tax-od_intl_art_edition main article aside.date .country-name {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

.tax-od_intl_art_edition main article.country-mult-first {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1.4375rem;
}

.tax-od_intl_art_edition main article.country-mult .country-flag,
.tax-od_intl_art_edition main article.country-mult .country-name {
  display: none !important;
}

.post-type-archive-od_job .notice_widget .link a {
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .post-type-archive-od_job .filters {
    margin-bottom: 0 !important;
  }

  .post-type-archive-od_job .filters#jobs-sidebar-filters {
    margin-top: 1rem;
    margin-bottom: 1rem !important;
  }
}

.post-type-archive-od_job .filters.sidebar {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

.post-type-archive-od_job .filters.sidebar > .section-title {
  background-color: #97a4be;
  color: #fff;
  padding: 0.75rem 1rem;
  margin: 0;
  display: none;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
}

@media (min-width: 992px) {
  .post-type-archive-od_job .filters.sidebar > .section-title {
    display: block;
  }
}

.post-type-archive-od_job .filters.sidebar > .section-title.mobile {
  display: block;
  -webkit-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}

@media (min-width: 992px) {
  .post-type-archive-od_job .filters.sidebar > .section-title.mobile {
    display: none;
  }
}

.post-type-archive-od_job .filters.sidebar > .section-title.mobile:hover {
  opacity: 0.8;
}

.post-type-archive-od_job .filters.sidebar #heading-filters {
  padding: 0;
}

.post-type-archive-od_job .filters.sidebar #heading-filters a {
  display: block;
  padding: 0.75rem 2.8125rem 0.75rem 1rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAzIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC41IDEuNUgxOS42MDUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8cGF0aCBkPSJNMC41IDEuNUgxOS42MDUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMSkiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8L3N2Zz4K);
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  text-decoration: none;
}

.post-type-archive-od_job .filters.sidebar #heading-filters a.collapsed {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNSAxLjVIMTkuNjA1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDkpIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTAuNSAxLjVIMTkuNjA1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDEwKSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+CjxwYXRoIGQ9Ik0xIDE4LjEwNVYwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5IDEpIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTEgMTguMTA1VjAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwIDEpIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+Cg==);
}

.post-type-archive-od_job .filters.sidebar #heading-filters a:hover {
  opacity: 0.75;
  color: #fff;
}

.post-type-archive-od_job .filters.sidebar #content-filters {
  border-bottom: 1px solid #e8e8e8;
}

@media (min-width: 992px) {
  .post-type-archive-od_job .filters.sidebar #content-filters {
    display: block !important;
  }
}

.post-type-archive-od_job .filters.sidebar .accordion .accordion-button {
  border-top: 1px solid #e8e8e8;
}

.post-type-archive-od_job .filters.sidebar .accordion .accordion-heading {
  margin: 0;
  font-weight: inherit;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

.post-type-archive-od_job .filters.sidebar .accordion .accordion-heading a {
  display: block;
  text-decoration: none;
  color: #555;
  padding: 0.75rem 1rem;
}

.post-type-archive-od_job .filters.sidebar .accordion .accordion-heading a:hover {
  opacity: 0.5;
}

.post-type-archive-od_job .filters.sidebar .accordion .accordion-heading a.active {
  opacity: 1;
  cursor: default;
  color: #212020;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}

.post-type-archive-od_job .filters.sidebar .accordion .accordion-content {
  padding-bottom: 0.875rem;
}

.post-type-archive-od_job .filters.sidebar .accordion .accordion-content a {
  display: block;
  padding: 0.28125rem 0.5rem 0.28125rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.post-type-archive-od_job .filters.sidebar .accordion:first-of-type .accordion-button {
  border-top: none;
}

.post-type-archive-od_job .aside-before {
  border-bottom: none;
  border-right: none !important;
  padding-bottom: 0;
}

@media (min-width: 1200px) {
  .post-type-archive-od_job main.main {
    padding-left: 115px !important;
  }
}

.post-type-archive-od_job main.main article .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.post-type-archive-od_job main.main article .content .entry-title {
  margin-bottom: 1.625rem;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.post-type-archive-od_job main.main article .content .office-locations {
  margin: 0;
}

.post-type-archive-od_job main.main article .content .location {
  margin-bottom: 1.625rem;
}

.post-type-archive-od_job main.main article .content .position-seniority {
  margin-bottom: 3rem;
  color: #555;
  font-size: 0.8125rem;
  line-height: 1.5625rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
}

.post-type-archive-od_job main.main article .content .position-seniority label {
  color: #212020;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}

.post-type-archive-od_job main.main article .content .position-seniority span {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .post-type-archive-od_job main.main article .content .position-seniority {
    margin-bottom: 2.5rem;
  }
}

.post-type-archive-od_job main.main article .content .brief-summary {
  margin-bottom: 1.625rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
  font-size: 1rem;
  line-height: 1.625rem;
}

.post-type-archive-od_job main.main article .content .brief-summary p {
  color: #212020;
}

@media (min-width: 768px) {
  .post-type-archive-od_job main.main article .content .brief-summary {
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.post-type-archive-od_job main.main article .content .entry-content {
  margin-bottom: 3rem;
  font-size: 0.875rem;
  line-height: 1.625rem;
}

.post-type-archive-od_job main.main article .content .read-more a.button,
.post-type-archive-od_job main.main article .content .read-more .page-template-page_covid-listing #menu-covid-tiles li > a,
.page-template-page_covid-listing #menu-covid-tiles .post-type-archive-od_job main.main article .content .read-more li > a,
.post-type-archive-od_job main.main article .content .read-more .page-template-page_covid-wysiwyg #menu-covid-tiles li > a,
.page-template-page_covid-wysiwyg #menu-covid-tiles .post-type-archive-od_job main.main article .content .read-more li > a {
  display: block;
  width: 160px;
  text-align: center;
  margin-bottom: 1rem;
}

.post-type-archive-od_job main.main article .content .read-more a.button:last-child,
.post-type-archive-od_job main.main article .content .read-more .page-template-page_covid-listing #menu-covid-tiles li > a:last-child,
.page-template-page_covid-listing #menu-covid-tiles .post-type-archive-od_job main.main article .content .read-more li > a:last-child,
.post-type-archive-od_job main.main article .content .read-more .page-template-page_covid-wysiwyg #menu-covid-tiles li > a:last-child,
.page-template-page_covid-wysiwyg #menu-covid-tiles .post-type-archive-od_job main.main article .content .read-more li > a:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .post-type-archive-od_job main.main article .content .read-more a.button,
  .post-type-archive-od_job main.main article .content .read-more .page-template-page_covid-listing #menu-covid-tiles li > a,
  .page-template-page_covid-listing #menu-covid-tiles .post-type-archive-od_job main.main article .content .read-more li > a,
  .post-type-archive-od_job main.main article .content .read-more .page-template-page_covid-wysiwyg #menu-covid-tiles li > a,
  .page-template-page_covid-wysiwyg #menu-covid-tiles .post-type-archive-od_job main.main article .content .read-more li > a {
    display: inline-block;
    margin-bottom: 0;
    width: auto;
  }
}

.page-template-page_locations main.main #header-map-wrapper {
  background-color: #d8d8d8;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.page-template-page_locations main.main #header-map {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  background-color: #adb0b9;
}

.page-template-page_locations main.main #header-map #map-wrapper {
  overflow: auto;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.page-template-page_locations main.main #header-map #map-wrapper #map {
  opacity: 0;
  position: relative;
  z-index: 1;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 500ms ease-in-out, -webkit-transform 75ms linear;
  transition: opacity 500ms ease-in-out, -webkit-transform 75ms linear;
  -o-transition: opacity 500ms ease-in-out, -o-transform 75ms linear;
  transition: transform 75ms linear, opacity 500ms ease-in-out;
  transition: transform 75ms linear, opacity 500ms ease-in-out, -webkit-transform 75ms linear, -o-transform 75ms linear;
}

.page-template-page_locations main.main #header-map #map-wrapper #map:active {
  cursor: move;
}

.page-template-page_locations main.main #header-map #map-wrapper #map img {
  margin: 0 auto;
  width: 100%;
  max-width: initial;
  height: auto;
}

.page-template-page_locations main.main #header-map #map-wrapper #map img,
.page-template-page_locations main.main #header-map #map-wrapper #map #pins {
  display: block;
  width: 350%;
}

@media (min-width: 350px) {
  .page-template-page_locations main.main #header-map #map-wrapper #map img,
  .page-template-page_locations main.main #header-map #map-wrapper #map #pins {
    width: 325%;
  }
}

@media (min-width: 375px) {
  .page-template-page_locations main.main #header-map #map-wrapper #map img,
  .page-template-page_locations main.main #header-map #map-wrapper #map #pins {
    width: 300%;
  }
}

@media (min-width: 400px) {
  .page-template-page_locations main.main #header-map #map-wrapper #map img,
  .page-template-page_locations main.main #header-map #map-wrapper #map #pins {
    width: 275%;
  }
}

@media (min-width: 425px) {
  .page-template-page_locations main.main #header-map #map-wrapper #map img,
  .page-template-page_locations main.main #header-map #map-wrapper #map #pins {
    width: 250%;
  }
}

@media (min-width: 450px) {
  .page-template-page_locations main.main #header-map #map-wrapper #map img,
  .page-template-page_locations main.main #header-map #map-wrapper #map #pins {
    width: 200%;
  }
}

@media (min-width: 520px) {
  .page-template-page_locations main.main #header-map #map-wrapper #map img,
  .page-template-page_locations main.main #header-map #map-wrapper #map #pins {
    width: 175%;
  }
}

@media (min-width: 576px) {
  .page-template-page_locations main.main #header-map #map-wrapper #map img,
  .page-template-page_locations main.main #header-map #map-wrapper #map #pins {
    width: 150%;
  }
}

@media (min-width: 768px) {
  .page-template-page_locations main.main #header-map #map-wrapper #map img,
  .page-template-page_locations main.main #header-map #map-wrapper #map #pins {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .page-template-page_locations main.main #header-map #map-wrapper #map img,
  .page-template-page_locations main.main #header-map #map-wrapper #map #pins {
    margin: 0 auto;
    max-width: 100%;
  }
}

.page-template-page_locations main.main #header-map #map-wrapper #map #pins {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.page-template-page_locations main.main #header-map #map-wrapper #map #pins .pin {
  cursor: pointer;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.page-template-page_locations main.main #header-map #map-wrapper #map #pins .pin:hover {
  background-color: #2c74ad;
}

.page-template-page_locations main.main #header-map #map-wrapper #map #pins .pin.toggled {
  cursor: inherit;
  background-image: url(/app/themes/ogletree/dist/images/map-dot-active.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 34px;
  background-color: transparent !important;
  margin-left: -9.5px;
  margin-top: -30px;
  border-radius: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.page-template-page_locations main.main #header-map .container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.page-template-page_locations main.main #header-map .office-info {
  top: 60px;
  left: 15px;
  padding: 30px 15px 20px;
  background-color: #fff;
  color: #555;
  min-width: 215px;
  max-width: calc(100vw - 60px);
  z-index: -10;
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 500ms ease-in-out, z-index 500ms step-end;
  -o-transition: opacity 500ms ease-in-out, z-index 500ms step-end;
  transition: opacity 500ms ease-in-out, z-index 500ms step-end;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.3125rem;
}

@media (min-width: 768px) {
  .page-template-page_locations main.main #header-map .office-info {
    top: auto;
    bottom: 15px;
    font-size: 0.6875rem;
    line-height: 1rem;
  }
}

.page-template-page_locations main.main #header-map .office-info.toggled {
  -webkit-transition: opacity 500ms ease-in-out, z-index 500ms step-start;
  -o-transition: opacity 500ms ease-in-out, z-index 500ms step-start;
  transition: opacity 500ms ease-in-out, z-index 500ms step-start;
  z-index: 100;
  opacity: 1;
}

.page-template-page_locations main.main #header-map .office-info .close {
  position: absolute;
  top: 8px;
  right: 8px;
}

.page-template-page_locations main.main #header-map .office-info .close:hover {
  opacity: 0.5;
}

.page-template-page_locations main.main #header-map .office-info .title {
  color: #212020;
  margin-bottom: 0;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

@media (min-width: 768px) {
  .page-template-page_locations main.main #header-map .office-info .title {
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
}

.page-template-page_locations main.main #header-map .office-info .title a {
  color: inherit;
}

.page-template-page_locations main.main #header-map .office-info .title a:hover {
  color: #2c74ad;
}

.page-template-page_locations main.main #header-map .office-info .phone {
  margin-top: 1rem;
}

.page-template-page_locations main.main #header-map .office-info .phone a {
  display: block;
  width: 40px;
  height: 40px;
}

@media (min-width: 768px) {
  .page-template-page_locations main.main #header-map .office-info .phone a {
    width: 20px;
    height: 20px;
  }
}

.page-template-page_locations main.main #header-map .office-info .phone a:hover {
  opacity: 0.65;
}

.page-template-page_locations main.main #header-map #controls {
  position: absolute;
  z-index: 10;
  bottom: 30px;
  right: 15px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  border-radius: 2px;
  text-align: center;
}

.page-template-page_locations main.main #header-map #controls a {
  display: block;
  width: 30px;
  height: 30px;
}

.page-template-page_locations main.main #header-map #controls a img {
  -webkit-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}

.page-template-page_locations main.main #header-map #controls a:hover {
  background-color: #e6e6e6;
}

.page-template-page_locations main.main #header-map #controls a:hover img {
  opacity: 0.8;
}

.page-template-page_locations main.main #header-map #controls .sep {
  margin: 0 5px;
  height: 1px;
  background-color: #e6e6e6;
}

.page-template-page_locations main.main .page-title-wrapper {
  padding: 1.75rem 0;
  border-bottom: 1px solid #e6e3e3;
  margin-bottom: 4.1875rem;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media (min-width: 768px) {
  .page-template-page_locations main.main .page-title-wrapper {
    padding: 2rem 0;
    margin-bottom: 6.5rem;
  }
}

.page-template-page_locations main.main .page-title-wrapper h1 {
  color: #000;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  font-variant-numeric: lining-nums;
  font-size: 2.25rem;
  line-height: 2.8125rem;
}

@media (min-width: 768px) {
  .page-template-page_locations main.main .page-title-wrapper h1 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}

.page-template-page_locations main.main ul,
.page-template-page_locations main.main li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.page-template-page_locations main.main .continent {
  margin-bottom: 10rem;
}

.page-template-page_locations main.main .continent:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .page-template-page_locations main.main .continent {
    margin-bottom: 0;
  }
}

.page-template-page_locations main.main .continent > h2 {
  color: #000;
  border-bottom: 1px solid #e6e3e3;
  padding-bottom: 1.5rem;
  margin-bottom: 3.75rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  font-variant-numeric: lining-nums;
  font-size: 1.75rem;
  line-height: 2.1875rem;
}

@media (min-width: 768px) {
  .page-template-page_locations main.main .continent > h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.page-template-page_locations main.main .continent .country {
  vertical-align: top;
  margin-bottom: 4.25rem;
}

@media (min-width: 768px) {
  .page-template-page_locations main.main .continent .country {
    margin-bottom: 9.25rem;
  }
}

.page-template-page_locations main.main .continent .country:last-child {
  margin-bottom: 0;
}

.page-template-page_locations main.main .continent .country > h3 {
  color: #000;
  margin-bottom: 3.75rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  font-variant-numeric: lining-nums;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.page-template-page_locations main.main .continent .country:not(.us) {
  display: inline-block;
  width: 100%;
  margin-right: -3.55px;
  padding-right: 30px;
}

@media (min-width: 768px) {
  .page-template-page_locations main.main .continent .country:not(.us) {
    width: 33%;
  }
}

@media (min-width: 992px) {
  .page-template-page_locations main.main .continent .country:not(.us) {
    width: 25%;
  }
}

.page-template-page_locations main.main .continent .country:not(.us) > h3 {
  margin-bottom: 1.625rem;
}

.page-template-page_locations main.main .continent .states {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

@media (min-width: 768px) {
  .page-template-page_locations main.main .continent .states {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

@media (min-width: 992px) {
  .page-template-page_locations main.main .continent .states {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}

.page-template-page_locations main.main .continent .states .state {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid;
}

.page-template-page_locations main.main .continent .state {
  margin-bottom: 3.75rem;
}

.page-template-page_locations main.main .continent .state:last-child {
  margin-bottom: 0;
}

.page-template-page_locations main.main .continent .state > h4 {
  color: #222;
  margin-bottom: 1.625rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
  font-size: 1.25rem;
  line-height: 1.5625rem;
}

@media (min-width: 768px) {
  .page-template-page_locations main.main .continent .state > h4 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

.page-template-page_locations main.main .continent .office {
  margin-bottom: 1.1875rem;
}

.page-template-page_locations main.main .continent .office:last-child {
  margin-bottom: 0;
}

.page-template-page_locations main.main .continent .office a {
  color: #222;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

@media (min-width: 768px) {
  .page-template-page_locations main.main .continent .office a {
    font-size: 0.8125rem;
    line-height: 1rem;
  }
}

.page-template-page_locations main.main .continent .office a:hover {
  color: #a2a2a2;
}

.post-type-archive-od_person input[type="radio"],
.post-type-archive-od_person .people-submit {
  display: none;
}

.post-type-archive-od_person .people-submit {
  margin-top: 2rem;
}

.post-type-archive-od_person label {
  cursor: pointer;
}

.post-type-archive-od_person label:hover {
  opacity: 0.7;
}

.post-type-archive-od_person .filters {
  margin-top: 0 !important;
}

@media (max-width: 991.98px) {
  .post-type-archive-od_person .filters {
    margin-bottom: 0 !important;
  }
}

.post-type-archive-od_person .filters.sidebar {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

.post-type-archive-od_person .filters.sidebar > .section-title {
  background-color: #97a4be;
  color: #fff;
  padding: 0.75rem 1rem;
  margin: 0;
  display: none;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
}

@media (min-width: 992px) {
  .post-type-archive-od_person .filters.sidebar > .section-title {
    display: block;
  }
}

.post-type-archive-od_person .filters.sidebar > .section-title.mobile {
  display: block;
  -webkit-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}

@media (min-width: 992px) {
  .post-type-archive-od_person .filters.sidebar > .section-title.mobile {
    display: none;
  }
}

.post-type-archive-od_person .filters.sidebar > .section-title.mobile:hover {
  opacity: 0.8;
}

.post-type-archive-od_person .filters.sidebar #heading-filters {
  padding: 0;
}

.post-type-archive-od_person .filters.sidebar #heading-filters a {
  display: block;
  padding: 0.75rem 2.8125rem 0.75rem 1rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAzIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC41IDEuNUgxOS42MDUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8cGF0aCBkPSJNMC41IDEuNUgxOS42MDUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMSkiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8L3N2Zz4K);
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  text-decoration: none;
}

.post-type-archive-od_person .filters.sidebar #heading-filters a.collapsed {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNSAxLjVIMTkuNjA1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDkpIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTAuNSAxLjVIMTkuNjA1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDEwKSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+CjxwYXRoIGQ9Ik0xIDE4LjEwNVYwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5IDEpIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTEgMTguMTA1VjAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwIDEpIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+Cg==);
}

.post-type-archive-od_person .filters.sidebar #heading-filters a:hover {
  opacity: 0.75;
  color: #fff;
}

.post-type-archive-od_person .filters.sidebar #content-filters {
  border-bottom: 1px solid #e8e8e8;
}

@media (min-width: 992px) {
  .post-type-archive-od_person .filters.sidebar #content-filters {
    display: block !important;
  }
}

.post-type-archive-od_person .filters.sidebar .accordion .accordion-button {
  border-top: 1px solid #e8e8e8;
}

.post-type-archive-od_person .filters.sidebar .accordion .accordion-heading {
  margin: 0;
  font-weight: inherit;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

.post-type-archive-od_person .filters.sidebar .accordion .accordion-heading a {
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAzIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC41IDEuNUgxOS42MDUiIHN0cm9rZT0iIzk3QTRCRSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8cGF0aCBkPSJNMC41IDEuNUgxOS42MDUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMSkiIHN0cm9rZT0iIzk3QTRCRSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8L3N2Zz4K);
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  text-decoration: none;
  color: #555;
  padding: 0.75rem 2.8125rem 0.75rem 1rem;
}

.post-type-archive-od_person .filters.sidebar .accordion .accordion-heading a.collapsed {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNSAxLjVIMTkuNjA1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDkpIiBzdHJva2U9IiM5N0E0QkUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTAuNSAxLjVIMTkuNjA1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDEwKSIgc3Ryb2tlPSIjOTdBNEJFIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+CjxwYXRoIGQ9Ik0xIDE4LjEwNVYwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5IDEpIiBzdHJva2U9IiM5N0E0QkUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTEgMTguMTA1VjAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwIDEpIiBzdHJva2U9IiM5N0E0QkUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+Cg==);
}

.post-type-archive-od_person .filters.sidebar .accordion .accordion-heading a:hover {
  opacity: 0.5;
}

.post-type-archive-od_person .filters.sidebar .accordion .accordion-content {
  padding-bottom: 0.875rem;
}

.post-type-archive-od_person .filters.sidebar .accordion .accordion-content label {
  display: block;
  padding: 0.28125rem 0.5rem 0.28125rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.post-type-archive-od_person .filters.sidebar .accordion .accordion-content label.active {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}

.post-type-archive-od_person .filters.sidebar .accordion .accordion-content label input[type="radio"] {
  margin-right: 0.5rem;
}

.post-type-archive-od_person .filters.sidebar .accordion:first-of-type .accordion-button {
  border-top: none;
}

.post-type-archive-od_person #active-filters {
  position: relative;
  z-index: 1;
  margin-top: -2.8125rem;
  margin-bottom: 2.8125rem;
}

@media (max-width: 991.98px) {
  .post-type-archive-od_person #active-filters {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}

.post-type-archive-od_person #active-filters input[type="checkbox"],
.post-type-archive-od_person #active-filters .people-submit {
  display: none;
}

.post-type-archive-od_person #active-filters form {
  padding-left: 110px;
}

.post-type-archive-od_person #active-filters .section-title {
  margin-left: -110px;
  display: inline-block;
  font-size: 1rem;
}

.post-type-archive-od_person #active-filters label {
  padding: 0.5rem 26px 0.5rem 0.5rem;
  margin-right: 1rem;
  background-color: #e8e8e8;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuOTU4OCAxLjk1ODgzTDE0LjY4NjcgMTQuNjg2OCIgc3Ryb2tlPSIjOTdBNEJFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTE0LjY4NjcgMS45NTg4M0wxLjk1ODc4IDE0LjY4NjgiIHN0cm9rZT0iIzk3QTRCRSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=);
  background-position: calc(100% - 0.5rem) center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  -webkit-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.post-type-archive-od_person #active-filters label input {
  margin-right: 0.5rem;
}

.post-type-archive-od_person #active-filters label:first-of-type {
  margin-left: 0.5rem;
}

@media (max-width: 767.98px) {
  .post-type-archive-od_person #active-filters form {
    padding-left: 0;
  }

  .post-type-archive-od_person #active-filters .section-title {
    margin-left: 0;
    display: block;
  }

  .post-type-archive-od_person #active-filters label:first-of-type {
    margin-left: 0;
  }
}

.post-type-archive-od_person .aside-before {
  border-bottom: none;
  border-right: none !important;
  padding-bottom: 0;
}

.post-type-archive-od_person #glossary {
  white-space: nowrap;
  overflow-x: scroll;
  margin-left: -148px;
  margin-right: -15px;
  padding: 0 15px 0 148px;
  margin-bottom: 2.25rem;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .post-type-archive-od_person #glossary {
    margin-right: -128px;
    padding-right: 128px;
  }
}

@media (min-width: 768px) {
  .post-type-archive-od_person #glossary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .post-type-archive-od_person #glossary {
    margin-bottom: 3rem;
  }
}

.post-type-archive-od_person #glossary label {
  text-align: center;
  display: inline-block;
  margin-right: -4px;
  border-bottom: 1px solid #e8e8e8;
}

.post-type-archive-od_person #glossary label:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .post-type-archive-od_person #glossary label {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.84615%;
            flex: 0 0 3.84615%;
    max-width: 3.84615%;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    border-bottom: none;
  }
}

.post-type-archive-od_person #glossary label span {
  color: #555;
  padding: 1.375rem 1rem;
}

@media (min-width: 768px) {
  .post-type-archive-od_person #glossary label span {
    padding: 0.25rem 0 1.375rem;
  }
}

.post-type-archive-od_person #glossary label:hover span,
.post-type-archive-od_person #glossary label.active span {
  color: #00447b;
}

.post-type-archive-od_person #glossary label.active {
  border-bottom-color: #00447b;
}

.people-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.people-grid > article {
  margin-bottom: 3rem !important;
  padding-bottom: 0 !important;
  margin-right: 0 !important;
  border-bottom: none !important;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 768px) {
  .people-grid > article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.people-grid > article .thumbnail {
  margin-bottom: 1.5rem;
  position: relative;
  padding-top: 99%;
}

.people-grid > article .thumbnail img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.people-grid > article .thumbnail img.fallback-thumb {
  top: -7.5%;
}

.people-grid > article .entry-title {
  margin-bottom: 0.5rem;
  line-height: 1.25;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .people-grid > article .entry-title {
    font-size: 1.5rem;
  }
}

.people-grid > article .title-and-location {
  margin-bottom: 1.25rem;
  line-height: 1.25;
}

.people-grid > article .title-and-location a {
  color: inherit;
}

.people-grid > article .title-and-location a:hover {
  opacity: 0.5;
}

.people-grid > article .title-and-location.title-only {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .people-grid > article .title-and-location.title-only {
    font-size: 0.9375rem;
  }
}

.people-grid > article .title-and-location .item {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .people-grid > article .title-and-location .item {
    font-size: 0.8125rem;
  }
}

.people-grid > article .title-and-location .item .sep {
  color: #e8e8e8;
}

.people-grid > article .title-and-location .item .location {
  white-space: nowrap;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
}

.people-grid > article .title-and-location .item:not(:first-child) {
  opacity: 0.5;
  font-size: 0.625rem;
}

@media (min-width: 768px) {
  .people-grid > article .title-and-location .item:not(:first-child) {
    font-size: 0.6875rem;
  }
}

.people-grid > article .location-phone {
  color: #555;
  line-height: 1.25;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.8125rem;
}

.people-grid > article .location-phone .sep {
  color: #ccc;
}

.people-grid > article .location-phone a {
  color: inherit;
}

.people-grid > article .location-phone a:hover {
  opacity: 0.5;
}

.post-type-archive-od_podcast .download-share-subscribe > .a2a_kit > a,
.page-template-page_covid-listing .download-share-subscribe > .a2a_kit > a,
.page-template-page_covid-wysiwyg .download-share-subscribe > .a2a_kit > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 1.9375rem 0.5rem 0;
  padding: 0;
  white-space: nowrap;
  -webkit-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}

.post-type-archive-od_podcast .download-share-subscribe > .a2a_kit > a:hover,
.page-template-page_covid-listing .download-share-subscribe > .a2a_kit > a:hover,
.page-template-page_covid-wysiwyg .download-share-subscribe > .a2a_kit > a:hover {
  text-decoration: none;
  opacity: 0.75;
}

.post-type-archive-od_podcast .download-share-subscribe > .a2a_kit > a::after,
.page-template-page_covid-listing .download-share-subscribe > .a2a_kit > a::after,
.page-template-page_covid-wysiwyg .download-share-subscribe > .a2a_kit > a::after {
  color: #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
}

.post-type-archive-od_podcast .download-share-subscribe > .a2a_kit > a:nth-child(1) img,
.page-template-page_covid-listing .download-share-subscribe > .a2a_kit > a:nth-child(1) img,
.page-template-page_covid-wysiwyg .download-share-subscribe > .a2a_kit > a:nth-child(1) img {
  padding: 0 4px;
}

.post-type-archive-od_podcast .download-share-subscribe > .a2a_kit > a:nth-child(1)::after,
.page-template-page_covid-listing .download-share-subscribe > .a2a_kit > a:nth-child(1)::after,
.page-template-page_covid-wysiwyg .download-share-subscribe > .a2a_kit > a:nth-child(1)::after {
  content: ' Download';
}

.post-type-archive-od_podcast .download-share-subscribe > .a2a_kit > a:nth-child(2)::after,
.page-template-page_covid-listing .download-share-subscribe > .a2a_kit > a:nth-child(2)::after,
.page-template-page_covid-wysiwyg .download-share-subscribe > .a2a_kit > a:nth-child(2)::after {
  content: ' Share';
}

.post-type-archive-od_podcast .download-share-subscribe > .a2a_kit > a:nth-child(3) img,
.page-template-page_covid-listing .download-share-subscribe > .a2a_kit > a:nth-child(3) img,
.page-template-page_covid-wysiwyg .download-share-subscribe > .a2a_kit > a:nth-child(3) img {
  padding: 0 1.5px;
}

.post-type-archive-od_podcast .download-share-subscribe > .a2a_kit > a:nth-child(3)::after,
.page-template-page_covid-listing .download-share-subscribe > .a2a_kit > a:nth-child(3)::after,
.page-template-page_covid-wysiwyg .download-share-subscribe > .a2a_kit > a:nth-child(3)::after {
  content: ' Subscribe';
}

.post-type-archive-od_podcast .download-share-subscribe > .a2a_kit > a img,
.page-template-page_covid-listing .download-share-subscribe > .a2a_kit > a img,
.page-template-page_covid-wysiwyg .download-share-subscribe > .a2a_kit > a img {
  display: inline-block;
  margin-right: 0.75rem;
  height: auto;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.post-type-archive-od_podcast .download-share-subscribe .tooltip-podcast-subscribe,
.page-template-page_covid-listing .download-share-subscribe .tooltip-podcast-subscribe,
.page-template-page_covid-wysiwyg .download-share-subscribe .tooltip-podcast-subscribe {
  display: table;
}

@media (max-width: 575.98px) {
  .post-type-archive-od_podcast .download-share-subscribe .tooltip-podcast-subscribe,
  .page-template-page_covid-listing .download-share-subscribe .tooltip-podcast-subscribe,
  .page-template-page_covid-wysiwyg .download-share-subscribe .tooltip-podcast-subscribe {
    left: initial;
    right: 15px;
  }
}

@media (max-width: 509px) {
  .post-type-archive-od_podcast .download-share-subscribe .tooltip-podcast-subscribe,
  .page-template-page_covid-listing .download-share-subscribe .tooltip-podcast-subscribe,
  .page-template-page_covid-wysiwyg .download-share-subscribe .tooltip-podcast-subscribe {
    left: initial;
    right: initial;
  }
}

@media (min-width: 576px) {
  .post-type-archive-od_podcast .download-share-subscribe .tooltip-podcast-subscribe,
  .page-template-page_covid-listing .download-share-subscribe .tooltip-podcast-subscribe,
  .page-template-page_covid-wysiwyg .download-share-subscribe .tooltip-podcast-subscribe {
    left: 230px;
    right: initial;
  }
}

.post-type-archive-od_podcast .audio-player,
.page-template-page_covid-listing .audio-player,
.page-template-page_covid-wysiwyg .audio-player {
  padding: 0;
  border: none;
}

.post-type-archive-od_podcast .audio-player .wp-audio-shortcode,
.page-template-page_covid-listing .audio-player .wp-audio-shortcode,
.page-template-page_covid-wysiwyg .audio-player .wp-audio-shortcode {
  margin: calc(1.5rem - 7px) 0;
}

.post-type-archive-od_podcast .people,
.page-template-page_covid-listing .people,
.page-template-page_covid-wysiwyg .people {
  margin-top: 1.5rem !important;
}

.page-template-page_solutions_practice-industry-groups .section-header {
  border-bottom: 1px solid #e6e3e3;
  margin-bottom: 3.5rem;
}

.page-template-page_solutions_practice-industry-groups .section-header .section {
  margin-bottom: 1.75rem;
  color: #555;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}

@media (min-width: 768px) {
  .page-template-page_solutions_practice-industry-groups .section-header .section {
    margin-bottom: 1rem;
  }
}

.page-template-page_solutions_practice-industry-groups .section-header .section.link:hover {
  color: #0668bb !important;
}

.page-template-page_solutions_practice-industry-groups .section-header .wysiwyg {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .page-template-page_solutions_practice-industry-groups .section-header .wysiwyg {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}

@media (min-width: 992px) {
  .page-template-page_solutions_practice-industry-groups .section-header .row > .col-12:last-child {
    padding-left: 2%;
  }
}

@media (min-width: 1200px) {
  .page-template-page_solutions_practice-industry-groups .section-header .row > .col-12:last-child {
    padding-left: 5.5%;
  }
}

.page-template-page_solutions_practice-industry-groups #practice-groups .heading,
.page-template-page_solutions_practice-industry-groups #industry-groups .heading {
  margin-bottom: 4rem;
  font-size: 1.75rem;
  line-height: 2.1875rem;
}

@media (min-width: 768px) {
  .page-template-page_solutions_practice-industry-groups #practice-groups .heading,
  .page-template-page_solutions_practice-industry-groups #industry-groups .heading {
    margin-bottom: 5rem;
    font-size: 2.25rem;
    line-height: 2.8125rem;
  }
}

.page-template-page_solutions_practice-industry-groups #practice-groups .practice-groups,
.page-template-page_solutions_practice-industry-groups #practice-groups .industry-groups,
.page-template-page_solutions_practice-industry-groups #industry-groups .practice-groups,
.page-template-page_solutions_practice-industry-groups #industry-groups .industry-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.page-template-page_solutions_practice-industry-groups #practice-groups .practice-groups > article,
.page-template-page_solutions_practice-industry-groups #practice-groups .industry-groups > article,
.page-template-page_solutions_practice-industry-groups #industry-groups .practice-groups > article,
.page-template-page_solutions_practice-industry-groups #industry-groups .industry-groups > article {
  margin-bottom: 5.5rem;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .page-template-page_solutions_practice-industry-groups #practice-groups .practice-groups > article,
  .page-template-page_solutions_practice-industry-groups #practice-groups .industry-groups > article,
  .page-template-page_solutions_practice-industry-groups #industry-groups .practice-groups > article,
  .page-template-page_solutions_practice-industry-groups #industry-groups .industry-groups > article {
    margin-bottom: 3.75rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .page-template-page_solutions_practice-industry-groups #practice-groups .practice-groups > article:nth-child(odd),
  .page-template-page_solutions_practice-industry-groups #practice-groups .industry-groups > article:nth-child(odd),
  .page-template-page_solutions_practice-industry-groups #industry-groups .practice-groups > article:nth-child(odd),
  .page-template-page_solutions_practice-industry-groups #industry-groups .industry-groups > article:nth-child(odd) {
    padding-right: 2%;
  }
}

@media (min-width: 1200px) {
  .page-template-page_solutions_practice-industry-groups #practice-groups .practice-groups > article:nth-child(odd),
  .page-template-page_solutions_practice-industry-groups #practice-groups .industry-groups > article:nth-child(odd),
  .page-template-page_solutions_practice-industry-groups #industry-groups .practice-groups > article:nth-child(odd),
  .page-template-page_solutions_practice-industry-groups #industry-groups .industry-groups > article:nth-child(odd) {
    padding-right: 5.5%;
  }
}

@media (min-width: 992px) {
  .page-template-page_solutions_practice-industry-groups #practice-groups .practice-groups > article:nth-child(even),
  .page-template-page_solutions_practice-industry-groups #practice-groups .industry-groups > article:nth-child(even),
  .page-template-page_solutions_practice-industry-groups #industry-groups .practice-groups > article:nth-child(even),
  .page-template-page_solutions_practice-industry-groups #industry-groups .industry-groups > article:nth-child(even) {
    padding-left: 2%;
  }
}

@media (min-width: 1200px) {
  .page-template-page_solutions_practice-industry-groups #practice-groups .practice-groups > article:nth-child(even),
  .page-template-page_solutions_practice-industry-groups #practice-groups .industry-groups > article:nth-child(even),
  .page-template-page_solutions_practice-industry-groups #industry-groups .practice-groups > article:nth-child(even),
  .page-template-page_solutions_practice-industry-groups #industry-groups .industry-groups > article:nth-child(even) {
    padding-left: 5.5%;
  }
}

.page-template-page_solutions_practice-industry-groups #practice-groups .practice-groups > article .entry-title,
.page-template-page_solutions_practice-industry-groups #practice-groups .industry-groups > article .entry-title,
.page-template-page_solutions_practice-industry-groups #industry-groups .practice-groups > article .entry-title,
.page-template-page_solutions_practice-industry-groups #industry-groups .industry-groups > article .entry-title {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.5625rem;
}

.page-template-page_solutions_practice-industry-groups #practice-groups .practice-groups > article .excerpt,
.page-template-page_solutions_practice-industry-groups #practice-groups .industry-groups > article .excerpt,
.page-template-page_solutions_practice-industry-groups #industry-groups .practice-groups > article .excerpt,
.page-template-page_solutions_practice-industry-groups #industry-groups .industry-groups > article .excerpt {
  margin-bottom: 1.75rem;
  font-size: 0.8125rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .page-template-page_solutions_practice-industry-groups #practice-groups .practice-groups > article .excerpt,
  .page-template-page_solutions_practice-industry-groups #practice-groups .industry-groups > article .excerpt,
  .page-template-page_solutions_practice-industry-groups #industry-groups .practice-groups > article .excerpt,
  .page-template-page_solutions_practice-industry-groups #industry-groups .industry-groups > article .excerpt {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

.page-template-page_solutions_practice-industry-groups #practice-groups .practice-groups > article .learn-more,
.page-template-page_solutions_practice-industry-groups #practice-groups .industry-groups > article .learn-more,
.page-template-page_solutions_practice-industry-groups #industry-groups .practice-groups > article .learn-more,
.page-template-page_solutions_practice-industry-groups #industry-groups .industry-groups > article .learn-more {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1rem;
}

.page-template-page_solutions_practice-industry-groups #practice-groups {
  padding-bottom: 4rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 3.5rem;
}

.post-type-archive-od_publication .entry-content,
.tax-od_intl_art_edition .entry-content {
  margin-bottom: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.625rem;
}

.post-type-archive-od_publication .entry-content p,
.tax-od_intl_art_edition .entry-content p,
.post-type-archive-od_publication .entry-content ul,
.tax-od_intl_art_edition .entry-content ul,
.post-type-archive-od_publication .entry-content ol,
.tax-od_intl_art_edition .entry-content ol {
  margin-bottom: 0.5rem;
}

.post-type-archive-od_publication .entry-content b,
.tax-od_intl_art_edition .entry-content b,
.post-type-archive-od_publication .entry-content strong,
.tax-od_intl_art_edition .entry-content strong {
  color: #555;
}

.post-type-archive-od_publication .read-more,
.tax-od_intl_art_edition .read-more {
  margin-bottom: 2rem;
}

.post-type-archive-od_publication .actions > .a2a_kit > a,
.tax-od_intl_art_edition .actions > .a2a_kit > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 1.9375rem 0.5rem 0;
  padding: 0;
  white-space: nowrap;
  -webkit-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}

.post-type-archive-od_publication .actions > .a2a_kit > a:hover,
.tax-od_intl_art_edition .actions > .a2a_kit > a:hover {
  text-decoration: none;
  opacity: 0.75;
}

.post-type-archive-od_publication .actions > .a2a_kit > a::after,
.tax-od_intl_art_edition .actions > .a2a_kit > a::after {
  color: #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
}

.post-type-archive-od_publication .actions > .a2a_kit > a:nth-child(1)::after,
.tax-od_intl_art_edition .actions > .a2a_kit > a:nth-child(1)::after {
  content: ' Share';
}

.post-type-archive-od_publication .actions > .a2a_kit > a img,
.tax-od_intl_art_edition .actions > .a2a_kit > a img {
  display: inline-block;
  margin-right: 0.75rem;
  height: auto;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.post-type-archive-od_webinar .read-more a.button,
.post-type-archive-od_webinar .read-more .page-template-page_covid-listing #menu-covid-tiles li > a,
.page-template-page_covid-listing #menu-covid-tiles .post-type-archive-od_webinar .read-more li > a,
.post-type-archive-od_webinar .read-more .page-template-page_covid-wysiwyg #menu-covid-tiles li > a,
.page-template-page_covid-wysiwyg #menu-covid-tiles .post-type-archive-od_webinar .read-more li > a,
.post-type-archive-od_seminar .read-more a.button,
.post-type-archive-od_seminar .read-more .page-template-page_covid-listing #menu-covid-tiles li > a,
.page-template-page_covid-listing #menu-covid-tiles .post-type-archive-od_seminar .read-more li > a,
.post-type-archive-od_seminar .read-more .page-template-page_covid-wysiwyg #menu-covid-tiles li > a,
.page-template-page_covid-wysiwyg #menu-covid-tiles .post-type-archive-od_seminar .read-more li > a,
.blog .read-more a.button,
.blog .read-more .page-template-page_covid-listing #menu-covid-tiles li > a,
.page-template-page_covid-listing #menu-covid-tiles .blog .read-more li > a,
.blog .read-more .page-template-page_covid-wysiwyg #menu-covid-tiles li > a,
.page-template-page_covid-wysiwyg #menu-covid-tiles .blog .read-more li > a {
  display: block;
  width: 185px;
  text-align: center;
  margin-bottom: 1rem;
}

.post-type-archive-od_webinar .read-more a.button:last-child,
.post-type-archive-od_webinar .read-more .page-template-page_covid-listing #menu-covid-tiles li > a:last-child,
.page-template-page_covid-listing #menu-covid-tiles .post-type-archive-od_webinar .read-more li > a:last-child,
.post-type-archive-od_webinar .read-more .page-template-page_covid-wysiwyg #menu-covid-tiles li > a:last-child,
.page-template-page_covid-wysiwyg #menu-covid-tiles .post-type-archive-od_webinar .read-more li > a:last-child,
.post-type-archive-od_seminar .read-more a.button:last-child,
.post-type-archive-od_seminar .read-more .page-template-page_covid-listing #menu-covid-tiles li > a:last-child,
.page-template-page_covid-listing #menu-covid-tiles .post-type-archive-od_seminar .read-more li > a:last-child,
.post-type-archive-od_seminar .read-more .page-template-page_covid-wysiwyg #menu-covid-tiles li > a:last-child,
.page-template-page_covid-wysiwyg #menu-covid-tiles .post-type-archive-od_seminar .read-more li > a:last-child,
.blog .read-more a.button:last-child,
.blog .read-more .page-template-page_covid-listing #menu-covid-tiles li > a:last-child,
.page-template-page_covid-listing #menu-covid-tiles .blog .read-more li > a:last-child,
.blog .read-more .page-template-page_covid-wysiwyg #menu-covid-tiles li > a:last-child,
.page-template-page_covid-wysiwyg #menu-covid-tiles .blog .read-more li > a:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .post-type-archive-od_webinar .read-more a.button,
  .post-type-archive-od_webinar .read-more .page-template-page_covid-listing #menu-covid-tiles li > a,
  .page-template-page_covid-listing #menu-covid-tiles .post-type-archive-od_webinar .read-more li > a,
  .post-type-archive-od_webinar .read-more .page-template-page_covid-wysiwyg #menu-covid-tiles li > a,
  .page-template-page_covid-wysiwyg #menu-covid-tiles .post-type-archive-od_webinar .read-more li > a,
  .post-type-archive-od_seminar .read-more a.button,
  .post-type-archive-od_seminar .read-more .page-template-page_covid-listing #menu-covid-tiles li > a,
  .page-template-page_covid-listing #menu-covid-tiles .post-type-archive-od_seminar .read-more li > a,
  .post-type-archive-od_seminar .read-more .page-template-page_covid-wysiwyg #menu-covid-tiles li > a,
  .page-template-page_covid-wysiwyg #menu-covid-tiles .post-type-archive-od_seminar .read-more li > a,
  .blog .read-more a.button,
  .blog .read-more .page-template-page_covid-listing #menu-covid-tiles li > a,
  .page-template-page_covid-listing #menu-covid-tiles .blog .read-more li > a,
  .blog .read-more .page-template-page_covid-wysiwyg #menu-covid-tiles li > a,
  .page-template-page_covid-wysiwyg #menu-covid-tiles .blog .read-more li > a {
    display: inline-block;
    margin-bottom: 0;
    width: auto;
  }
}

body.archive #subnav-desktop .container,
.page-template-page_solutions_disaster-resource-center #subnav-desktop .container,
.page-template-page_covid-listing #subnav-desktop .container,
.page-template-page_covid-wysiwyg #subnav-desktop .container,
body.page-template-page_media-center #subnav-desktop .container,
body.search #subnav-desktop .container,
body.blog #subnav-desktop .container {
  padding-left: 166px;
}

body.archive .filters,
.page-template-page_solutions_disaster-resource-center .filters,
.page-template-page_covid-listing .filters,
.page-template-page_covid-wysiwyg .filters,
body.page-template-page_media-center .filters,
body.search .filters,
body.blog .filters {
  margin-top: 2.8125rem;
  margin-bottom: 2.8125rem;
}

@media (min-width: 992px) {
  body.archive .filters,
  .page-template-page_solutions_disaster-resource-center .filters,
  .page-template-page_covid-listing .filters,
  .page-template-page_covid-wysiwyg .filters,
  body.page-template-page_media-center .filters,
  body.search .filters,
  body.blog .filters {
    margin-top: 0;
  }
}

body.archive .filters form > div,
.page-template-page_solutions_disaster-resource-center .filters form > div,
.page-template-page_covid-listing .filters form > div,
.page-template-page_covid-wysiwyg .filters form > div,
body.page-template-page_media-center .filters form > div,
body.search .filters form > div,
body.blog .filters form > div {
  margin-bottom: 1.5625rem;
  padding-bottom: 0 !important;
}

body.archive .filters input[type="text"]:not(.datepicker),
.page-template-page_solutions_disaster-resource-center .filters input[type="text"]:not(.datepicker),
.page-template-page_covid-listing .filters input[type="text"]:not(.datepicker),
.page-template-page_covid-wysiwyg .filters input[type="text"]:not(.datepicker),
body.page-template-page_media-center .filters input[type="text"]:not(.datepicker),
body.search .filters input[type="text"]:not(.datepicker),
body.blog .filters input[type="text"]:not(.datepicker) {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMiAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swIiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjIiIGhlaWdodD0iMjEiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMEgyMC45M1YyMC45Mjg1SDBWMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNSkiIGZpbGw9IndoaXRlIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMCkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuMDA5IDE1LjY1MDZDNS4zMzg4OSAxNS42NTIgMi4zNjI3MyAxMi42Nzc3IDIuMzYxMzMgOS4wMDc2QzIuMzU5OTMgNS4zMzc1IDUuMzM0MjMgMi4zNjEzNCA5LjAwNDMzIDIuMzYwMTdDMTIuNjc0NCAyLjM1ODc3IDE1LjY1MDggNS4zMzI4NCAxNS42NTIgOS4wMDI5NFY5LjAwNzZDMTUuNjQ2OSAxMi42NzQ0IDEyLjY3NTggMTUuNjQ1NyA5LjAwOSAxNS42NTA2Wk05LjAwNzYxIDEuMjQyMjhlLTA1QzQuMDQxMTEgLTAuMDA4MTU0MjQgMC4wMDg0MTI0MiA0LjAxMTI1IDEuMjQyMjhlLTA1IDguOTc3NzVDLTAuMDA4MTU0MjQgMTMuOTQ0NSA0LjAxMTI1IDE3Ljk3NzIgOC45Nzc3NSAxNy45ODUzQzEwLjk2NTMgMTcuOTg4OCAxMi44OTggMTcuMzMzNCAxNC40NzM3IDE2LjEyMjJMMTkuMjgwNiAyMC45Mjg2TDIwLjkzIDE5LjI3OTJMMTYuMTIzMyAxNC40NzIzQzE3LjMzMiAxMi45MDczIDE3Ljk4NyAxMC45ODUxIDE3Ljk4NTMgOS4wMDc2MUMxNy45OTM3IDQuMDQxMzUgMTMuOTc0MSAwLjAwODQxMjQyIDkuMDA3NjEgMS4yNDIyOGUtMDVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjQ5OTkzOSkiIGZpbGw9IiM1NTU1NTUiLz4KPC9nPgo8L3N2Zz4K);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 12px 12px 6px 45px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-bottom: 2px solid #e8e8e8;
  color: #555;
  width: 100%;
  -webkit-transition: border-color 500ms ease-out, color 500ms ease-out;
  -o-transition: border-color 500ms ease-out, color 500ms ease-out;
  transition: border-color 500ms ease-out, color 500ms ease-out;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 300;
  font-variant-numeric: lining-nums;
}

body.archive .filters input[type="text"]:not(.datepicker):focus,
.page-template-page_solutions_disaster-resource-center .filters input[type="text"]:not(.datepicker):focus,
.page-template-page_covid-listing .filters input[type="text"]:not(.datepicker):focus,
.page-template-page_covid-wysiwyg .filters input[type="text"]:not(.datepicker):focus,
body.page-template-page_media-center .filters input[type="text"]:not(.datepicker):focus,
body.search .filters input[type="text"]:not(.datepicker):focus,
body.blog .filters input[type="text"]:not(.datepicker):focus {
  color: #000;
}

body.archive .filters select,
.page-template-page_solutions_disaster-resource-center .filters select,
.page-template-page_covid-listing .filters select,
.page-template-page_covid-wysiwyg .filters select,
body.page-template-page_media-center .filters select,
body.archive .filters input.datepicker,
.page-template-page_solutions_disaster-resource-center .filters input.datepicker,
.page-template-page_covid-listing .filters input.datepicker,
.page-template-page_covid-wysiwyg .filters input.datepicker,
body.page-template-page_media-center .filters input.datepicker,
body.search .filters select,
body.search .filters input.datepicker,
body.blog .filters select,
body.blog .filters input.datepicker {
  width: 100%;
  color: #555;
  text-transform: uppercase;
  font-size: 0.6875rem;
  line-height: 1.4375rem;
}

body.archive .filters select option:not([value="all"]):not([value="0"]),
.page-template-page_solutions_disaster-resource-center .filters select option:not([value="all"]):not([value="0"]),
.page-template-page_covid-listing .filters select option:not([value="all"]):not([value="0"]),
.page-template-page_covid-wysiwyg .filters select option:not([value="all"]):not([value="0"]),
body.page-template-page_media-center .filters select option:not([value="all"]):not([value="0"]),
body.archive .filters input.datepicker option:not([value="all"]):not([value="0"]),
.page-template-page_solutions_disaster-resource-center .filters input.datepicker option:not([value="all"]):not([value="0"]),
.page-template-page_covid-listing .filters input.datepicker option:not([value="all"]):not([value="0"]),
.page-template-page_covid-wysiwyg .filters input.datepicker option:not([value="all"]):not([value="0"]),
body.page-template-page_media-center .filters input.datepicker option:not([value="all"]):not([value="0"]),
body.search .filters select option:not([value="all"]):not([value="0"]),
body.search .filters input.datepicker option:not([value="all"]):not([value="0"]),
body.blog .filters select option:not([value="all"]):not([value="0"]),
body.blog .filters input.datepicker option:not([value="all"]):not([value="0"]) {
  text-transform: none;
}

body.archive .filters input[type="submit"],
.page-template-page_solutions_disaster-resource-center .filters input[type="submit"],
.page-template-page_covid-listing .filters input[type="submit"],
.page-template-page_covid-wysiwyg .filters input[type="submit"],
body.page-template-page_media-center .filters input[type="submit"],
body.search .filters input[type="submit"],
body.blog .filters input[type="submit"] {
  width: 100%;
}

body.archive .podcast-logo,
.page-template-page_solutions_disaster-resource-center .podcast-logo,
.page-template-page_covid-listing .podcast-logo,
.page-template-page_covid-wysiwyg .podcast-logo,
body.page-template-page_media-center .podcast-logo,
body.search .podcast-logo,
body.blog .podcast-logo {
  text-align: center;
}

body.archive .content-row,
.page-template-page_solutions_disaster-resource-center .content-row,
.page-template-page_covid-listing .content-row,
.page-template-page_covid-wysiwyg .content-row,
body.page-template-page_media-center .content-row,
body.search .content-row,
body.blog .content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

body.archive .aside-before,
.page-template-page_solutions_disaster-resource-center .aside-before,
.page-template-page_covid-listing .aside-before,
.page-template-page_covid-wysiwyg .aside-before,
body.page-template-page_media-center .aside-before,
body.search .aside-before,
body.blog .aside-before {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  body.archive .aside-before,
  .page-template-page_solutions_disaster-resource-center .aside-before,
  .page-template-page_covid-listing .aside-before,
  .page-template-page_covid-wysiwyg .aside-before,
  body.page-template-page_media-center .aside-before,
  body.search .aside-before,
  body.blog .aside-before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

body.archive .main,
.page-template-page_solutions_disaster-resource-center .main,
.page-template-page_covid-listing .main,
.page-template-page_covid-wysiwyg .main,
body.page-template-page_media-center .main,
body.search .main,
body.blog .main {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  body.archive .main,
  .page-template-page_solutions_disaster-resource-center .main,
  .page-template-page_covid-listing .main,
  .page-template-page_covid-wysiwyg .main,
  body.page-template-page_media-center .main,
  body.search .main,
  body.blog .main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}

body.archive .aside-after,
.page-template-page_solutions_disaster-resource-center .aside-after,
.page-template-page_covid-listing .aside-after,
.page-template-page_covid-wysiwyg .aside-after,
body.page-template-page_media-center .aside-after,
body.search .aside-after,
body.blog .aside-after {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  body.archive .aside-after,
  .page-template-page_solutions_disaster-resource-center .aside-after,
  .page-template-page_covid-listing .aside-after,
  .page-template-page_covid-wysiwyg .aside-after,
  body.page-template-page_media-center .aside-after,
  body.search .aside-after,
  body.blog .aside-after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body.archive .aside-after,
  .page-template-page_solutions_disaster-resource-center .aside-after,
  .page-template-page_covid-listing .aside-after,
  .page-template-page_covid-wysiwyg .aside-after,
  body.page-template-page_media-center .aside-after,
  body.search .aside-after,
  body.blog .aside-after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 4rem;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  body.archive .aside-after .subscribe,
  .page-template-page_solutions_disaster-resource-center .aside-after .subscribe,
  .page-template-page_covid-listing .aside-after .subscribe,
  .page-template-page_covid-wysiwyg .aside-after .subscribe,
  body.page-template-page_media-center .aside-after .subscribe,
  body.archive .aside-after .sidebar-list,
  .page-template-page_solutions_disaster-resource-center .aside-after .sidebar-list,
  .page-template-page_covid-listing .aside-after .sidebar-list,
  .page-template-page_covid-wysiwyg .aside-after .sidebar-list,
  body.page-template-page_media-center .aside-after .sidebar-list,
  body.archive .aside-after .horizontal-list,
  .page-template-page_solutions_disaster-resource-center .aside-after .horizontal-list,
  .page-template-page_covid-listing .aside-after .horizontal-list,
  .page-template-page_covid-wysiwyg .aside-after .horizontal-list,
  body.page-template-page_media-center .aside-after .horizontal-list,
  body.archive .aside-after .single-od_practice_area #upcoming-events .horizontal-list,
  .single-od_practice_area #upcoming-events body.archive .aside-after .horizontal-list,
  .page-template-page_solutions_disaster-resource-center .aside-after .single-od_practice_area #upcoming-events .horizontal-list,
  .single-od_practice_area #upcoming-events .page-template-page_solutions_disaster-resource-center .aside-after .horizontal-list,
  .page-template-page_covid-listing .aside-after .single-od_practice_area #upcoming-events .horizontal-list,
  .single-od_practice_area #upcoming-events .page-template-page_covid-listing .aside-after .horizontal-list,
  .page-template-page_covid-wysiwyg .aside-after .single-od_practice_area #upcoming-events .horizontal-list,
  .single-od_practice_area #upcoming-events .page-template-page_covid-wysiwyg .aside-after .horizontal-list,
  body.page-template-page_media-center .aside-after .single-od_practice_area #upcoming-events .horizontal-list,
  .single-od_practice_area #upcoming-events body.page-template-page_media-center .aside-after .horizontal-list,
  body.search .aside-after .subscribe,
  body.search .aside-after .sidebar-list,
  body.search .aside-after .horizontal-list,
  body.search .aside-after .single-od_practice_area #upcoming-events .horizontal-list,
  .single-od_practice_area #upcoming-events body.search .aside-after .horizontal-list,
  body.blog .aside-after .subscribe,
  body.blog .aside-after .sidebar-list,
  body.blog .aside-after .horizontal-list,
  body.blog .aside-after .single-od_practice_area #upcoming-events .horizontal-list,
  .single-od_practice_area #upcoming-events body.blog .aside-after .horizontal-list {
    margin-bottom: 0;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

body.archive main.main .no-results,
.page-template-page_solutions_disaster-resource-center main.main .no-results,
.page-template-page_covid-listing main.main .no-results,
.page-template-page_covid-wysiwyg main.main .no-results,
body.page-template-page_media-center main.main .no-results,
body.search main.main .no-results,
body.blog main.main .no-results {
  text-align: center;
  color: rgba(85, 85, 85, 0.5);
  font-size: 2rem;
  line-height: 2.5rem;
}

@media (min-width: 992px) {
  body.archive main.main .no-results,
  .page-template-page_solutions_disaster-resource-center main.main .no-results,
  .page-template-page_covid-listing main.main .no-results,
  .page-template-page_covid-wysiwyg main.main .no-results,
  body.page-template-page_media-center main.main .no-results,
  body.search main.main .no-results,
  body.blog main.main .no-results {
    text-align: left;
    font-size: 2.25rem;
    line-height: 2.8125rem;
  }
}

body.archive main.main .no-results a,
.page-template-page_solutions_disaster-resource-center main.main .no-results a,
.page-template-page_covid-listing main.main .no-results a,
.page-template-page_covid-wysiwyg main.main .no-results a,
body.page-template-page_media-center main.main .no-results a,
body.search main.main .no-results a,
body.blog main.main .no-results a {
  color: rgba(0, 68, 123, 0.5);
}

body.archive main.main .no-results a:hover,
.page-template-page_solutions_disaster-resource-center main.main .no-results a:hover,
.page-template-page_covid-listing main.main .no-results a:hover,
.page-template-page_covid-wysiwyg main.main .no-results a:hover,
body.page-template-page_media-center main.main .no-results a:hover,
body.search main.main .no-results a:hover,
body.blog main.main .no-results a:hover {
  color: rgba(44, 116, 173, 0.5);
}

body.archive main article,
.page-template-page_solutions_disaster-resource-center main article,
.page-template-page_covid-listing main article,
.page-template-page_covid-wysiwyg main article,
body.page-template-page_media-center main article,
body.search main article,
body.blog main article {
  margin-bottom: 3.4375rem;
  padding-bottom: 3.4375rem;
  border-bottom: 1px solid #e8e8e8;
}

@media (min-width: 992px) {
  body.archive main article,
  .page-template-page_solutions_disaster-resource-center main article,
  .page-template-page_covid-listing main article,
  .page-template-page_covid-wysiwyg main article,
  body.page-template-page_media-center main article,
  body.search main article,
  body.blog main article {
    margin-right: 30px;
  }
}

body.archive main article aside,
.page-template-page_solutions_disaster-resource-center main article aside,
.page-template-page_covid-listing main article aside,
.page-template-page_covid-wysiwyg main article aside,
body.page-template-page_media-center main article aside,
body.search main article aside,
body.blog main article aside {
  text-align: left;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

@media (min-width: 576px) {
  body.archive main article aside,
  .page-template-page_solutions_disaster-resource-center main article aside,
  .page-template-page_covid-listing main article aside,
  .page-template-page_covid-wysiwyg main article aside,
  body.page-template-page_media-center main article aside,
  body.search main article aside,
  body.blog main article aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

body.archive main article aside .fancy-date,
.page-template-page_solutions_disaster-resource-center main article aside .fancy-date,
.page-template-page_covid-listing main article aside .fancy-date,
.page-template-page_covid-wysiwyg main article aside .fancy-date,
body.page-template-page_media-center main article aside .fancy-date,
body.search main article aside .fancy-date,
body.blog main article aside .fancy-date {
  text-align: center;
  display: inline-block;
  color: #555;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
}

body.archive main article aside .fancy-date .day,
.page-template-page_solutions_disaster-resource-center main article aside .fancy-date .day,
.page-template-page_covid-listing main article aside .fancy-date .day,
.page-template-page_covid-wysiwyg main article aside .fancy-date .day,
body.page-template-page_media-center main article aside .fancy-date .day,
body.search main article aside .fancy-date .day,
body.blog main article aside .fancy-date .day {
  font-size: 3.25rem;
  line-height: 3.75rem;
}

body.archive main article aside .fancy-date .day.span,
.page-template-page_solutions_disaster-resource-center main article aside .fancy-date .day.span,
.page-template-page_covid-listing main article aside .fancy-date .day.span,
.page-template-page_covid-wysiwyg main article aside .fancy-date .day.span,
body.page-template-page_media-center main article aside .fancy-date .day.span,
body.search main article aside .fancy-date .day.span,
body.blog main article aside .fancy-date .day.span {
  white-space: nowrap;
}

body.archive main article aside .fancy-date .day.span.length-3,
.page-template-page_solutions_disaster-resource-center main article aside .fancy-date .day.span.length-3,
.page-template-page_covid-listing main article aside .fancy-date .day.span.length-3,
.page-template-page_covid-wysiwyg main article aside .fancy-date .day.span.length-3,
body.page-template-page_media-center main article aside .fancy-date .day.span.length-3,
body.search main article aside .fancy-date .day.span.length-3,
body.blog main article aside .fancy-date .day.span.length-3 {
  font-size: 2.3125rem;
  line-height: 2.5625rem;
}

body.archive main article aside .fancy-date .day.span.length-4,
.page-template-page_solutions_disaster-resource-center main article aside .fancy-date .day.span.length-4,
.page-template-page_covid-listing main article aside .fancy-date .day.span.length-4,
.page-template-page_covid-wysiwyg main article aside .fancy-date .day.span.length-4,
body.page-template-page_media-center main article aside .fancy-date .day.span.length-4,
body.search main article aside .fancy-date .day.span.length-4,
body.blog main article aside .fancy-date .day.span.length-4 {
  font-size: 1.6875rem;
  line-height: 1.875rem;
}

body.archive main article aside .fancy-date .day.span.length-5,
.page-template-page_solutions_disaster-resource-center main article aside .fancy-date .day.span.length-5,
.page-template-page_covid-listing main article aside .fancy-date .day.span.length-5,
.page-template-page_covid-wysiwyg main article aside .fancy-date .day.span.length-5,
body.page-template-page_media-center main article aside .fancy-date .day.span.length-5,
body.search main article aside .fancy-date .day.span.length-5,
body.blog main article aside .fancy-date .day.span.length-5 {
  font-size: 1.375rem;
  line-height: 1.5rem;
}

body.archive main article aside .fancy-date .month,
.page-template-page_solutions_disaster-resource-center main article aside .fancy-date .month,
.page-template-page_covid-listing main article aside .fancy-date .month,
.page-template-page_covid-wysiwyg main article aside .fancy-date .month,
body.page-template-page_media-center main article aside .fancy-date .month,
body.search main article aside .fancy-date .month,
body.blog main article aside .fancy-date .month {
  font-size: 1.8125rem;
  line-height: 2.1875rem;
}

body.archive main article aside .fancy-date .month.day-month,
.page-template-page_solutions_disaster-resource-center main article aside .fancy-date .month.day-month,
.page-template-page_covid-listing main article aside .fancy-date .month.day-month,
.page-template-page_covid-wysiwyg main article aside .fancy-date .month.day-month,
body.page-template-page_media-center main article aside .fancy-date .month.day-month,
body.search main article aside .fancy-date .month.day-month,
body.blog main article aside .fancy-date .month.day-month {
  white-space: nowrap;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

body.archive main article aside .fancy-date .month.day-month:first-child::after,
.page-template-page_solutions_disaster-resource-center main article aside .fancy-date .month.day-month:first-child::after,
.page-template-page_covid-listing main article aside .fancy-date .month.day-month:first-child::after,
.page-template-page_covid-wysiwyg main article aside .fancy-date .month.day-month:first-child::after,
body.page-template-page_media-center main article aside .fancy-date .month.day-month:first-child::after,
body.search main article aside .fancy-date .month.day-month:first-child::after,
body.blog main article aside .fancy-date .month.day-month:first-child::after {
  content: '-';
  display: block;
  padding-bottom: 0.2rem;
  font-size: 2rem;
  line-height: 0.25;
}

body.archive main article aside .fancy-date .year,
.page-template-page_solutions_disaster-resource-center main article aside .fancy-date .year,
.page-template-page_covid-listing main article aside .fancy-date .year,
.page-template-page_covid-wysiwyg main article aside .fancy-date .year,
body.page-template-page_media-center main article aside .fancy-date .year,
body.search main article aside .fancy-date .year,
body.blog main article aside .fancy-date .year {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

body.archive main article .content,
.page-template-page_solutions_disaster-resource-center main article .content,
.page-template-page_covid-listing main article .content,
.page-template-page_covid-wysiwyg main article .content,
body.page-template-page_media-center main article .content,
body.search main article .content,
body.blog main article .content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

@media (min-width: 576px) {
  body.archive main article .content,
  .page-template-page_solutions_disaster-resource-center main article .content,
  .page-template-page_covid-listing main article .content,
  .page-template-page_covid-wysiwyg main article .content,
  body.page-template-page_media-center main article .content,
  body.search main article .content,
  body.blog main article .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

body.archive main article .content .entry-title,
.page-template-page_solutions_disaster-resource-center main article .content .entry-title,
.page-template-page_covid-listing main article .content .entry-title,
.page-template-page_covid-wysiwyg main article .content .entry-title,
body.page-template-page_media-center main article .content .entry-title,
body.search main article .content .entry-title,
body.blog main article .content .entry-title {
  margin-bottom: 1.5rem;
  color: #212020;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

body.archive main article .content .entry-summary,
.page-template-page_solutions_disaster-resource-center main article .content .entry-summary,
.page-template-page_covid-listing main article .content .entry-summary,
.page-template-page_covid-wysiwyg main article .content .entry-summary,
body.page-template-page_media-center main article .content .entry-summary,
body.search main article .content .entry-summary,
body.blog main article .content .entry-summary {
  color: #555;
  font-size: 0.875rem;
  line-height: 1.625rem;
}

body.archive main article .content .office-locations,
.page-template-page_solutions_disaster-resource-center main article .content .office-locations,
.page-template-page_covid-listing main article .content .office-locations,
.page-template-page_covid-wysiwyg main article .content .office-locations,
body.page-template-page_media-center main article .content .office-locations,
body.archive main article .content .address-location,
.page-template-page_solutions_disaster-resource-center main article .content .address-location,
.page-template-page_covid-listing main article .content .address-location,
.page-template-page_covid-wysiwyg main article .content .address-location,
body.page-template-page_media-center main article .content .address-location,
body.search main article .content .office-locations,
body.search main article .content .address-location,
body.blog main article .content .office-locations,
body.blog main article .content .address-location {
  margin: 2rem 0 3rem;
}

body.archive main article .content .office-locations .office-location,
.page-template-page_solutions_disaster-resource-center main article .content .office-locations .office-location,
.page-template-page_covid-listing main article .content .office-locations .office-location,
.page-template-page_covid-wysiwyg main article .content .office-locations .office-location,
body.page-template-page_media-center main article .content .office-locations .office-location,
body.archive main article .content .office-locations .city-state,
.page-template-page_solutions_disaster-resource-center main article .content .office-locations .city-state,
.page-template-page_covid-listing main article .content .office-locations .city-state,
.page-template-page_covid-wysiwyg main article .content .office-locations .city-state,
body.page-template-page_media-center main article .content .office-locations .city-state,
body.archive main article .content .address-location .office-location,
.page-template-page_solutions_disaster-resource-center main article .content .address-location .office-location,
.page-template-page_covid-listing main article .content .address-location .office-location,
.page-template-page_covid-wysiwyg main article .content .address-location .office-location,
body.page-template-page_media-center main article .content .address-location .office-location,
body.archive main article .content .address-location .city-state,
.page-template-page_solutions_disaster-resource-center main article .content .address-location .city-state,
.page-template-page_covid-listing main article .content .address-location .city-state,
.page-template-page_covid-wysiwyg main article .content .address-location .city-state,
body.page-template-page_media-center main article .content .address-location .city-state,
body.search main article .content .office-locations .office-location,
body.search main article .content .office-locations .city-state,
body.search main article .content .address-location .office-location,
body.search main article .content .address-location .city-state,
body.blog main article .content .office-locations .office-location,
body.blog main article .content .office-locations .city-state,
body.blog main article .content .address-location .office-location,
body.blog main article .content .address-location .city-state {
  background-color: #555;
  color: #fff;
  padding: 0.5rem 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.8125rem;
}

body.archive main article .content .office-locations .office-location:hover,
.page-template-page_solutions_disaster-resource-center main article .content .office-locations .office-location:hover,
.page-template-page_covid-listing main article .content .office-locations .office-location:hover,
.page-template-page_covid-wysiwyg main article .content .office-locations .office-location:hover,
body.page-template-page_media-center main article .content .office-locations .office-location:hover,
body.archive main article .content .office-locations .city-state:hover,
.page-template-page_solutions_disaster-resource-center main article .content .office-locations .city-state:hover,
.page-template-page_covid-listing main article .content .office-locations .city-state:hover,
.page-template-page_covid-wysiwyg main article .content .office-locations .city-state:hover,
body.page-template-page_media-center main article .content .office-locations .city-state:hover,
body.archive main article .content .address-location .office-location:hover,
.page-template-page_solutions_disaster-resource-center main article .content .address-location .office-location:hover,
.page-template-page_covid-listing main article .content .address-location .office-location:hover,
.page-template-page_covid-wysiwyg main article .content .address-location .office-location:hover,
body.page-template-page_media-center main article .content .address-location .office-location:hover,
body.archive main article .content .address-location .city-state:hover,
.page-template-page_solutions_disaster-resource-center main article .content .address-location .city-state:hover,
.page-template-page_covid-listing main article .content .address-location .city-state:hover,
.page-template-page_covid-wysiwyg main article .content .address-location .city-state:hover,
body.page-template-page_media-center main article .content .address-location .city-state:hover,
body.search main article .content .office-locations .office-location:hover,
body.search main article .content .office-locations .city-state:hover,
body.search main article .content .address-location .office-location:hover,
body.search main article .content .address-location .city-state:hover,
body.blog main article .content .office-locations .office-location:hover,
body.blog main article .content .office-locations .city-state:hover,
body.blog main article .content .address-location .office-location:hover,
body.blog main article .content .address-location .city-state:hover {
  text-decoration: none;
  background-color: #888888;
}

body.archive main article .content .office-locations .office-location,
.page-template-page_solutions_disaster-resource-center main article .content .office-locations .office-location,
.page-template-page_covid-listing main article .content .office-locations .office-location,
.page-template-page_covid-wysiwyg main article .content .office-locations .office-location,
body.page-template-page_media-center main article .content .office-locations .office-location,
body.archive main article .content .address-location .office-location,
.page-template-page_solutions_disaster-resource-center main article .content .address-location .office-location,
.page-template-page_covid-listing main article .content .address-location .office-location,
.page-template-page_covid-wysiwyg main article .content .address-location .office-location,
body.page-template-page_media-center main article .content .address-location .office-location,
body.search main article .content .office-locations .office-location,
body.search main article .content .address-location .office-location,
body.blog main article .content .office-locations .office-location,
body.blog main article .content .address-location .office-location {
  margin-top: 2.5px;
  margin-bottom: 2.5px;
  display: inline-block;
}

body.archive main article .content .office-locations span.office-location:hover,
.page-template-page_solutions_disaster-resource-center main article .content .office-locations span.office-location:hover,
.page-template-page_covid-listing main article .content .office-locations span.office-location:hover,
.page-template-page_covid-wysiwyg main article .content .office-locations span.office-location:hover,
body.page-template-page_media-center main article .content .office-locations span.office-location:hover,
body.archive main article .content .address-location span.office-location:hover,
.page-template-page_solutions_disaster-resource-center main article .content .address-location span.office-location:hover,
.page-template-page_covid-listing main article .content .address-location span.office-location:hover,
.page-template-page_covid-wysiwyg main article .content .address-location span.office-location:hover,
body.page-template-page_media-center main article .content .address-location span.office-location:hover,
body.search main article .content .office-locations span.office-location:hover,
body.search main article .content .address-location span.office-location:hover,
body.blog main article .content .office-locations span.office-location:hover,
body.blog main article .content .address-location span.office-location:hover {
  background-color: #555;
}

body.archive main article .content .office-locations .city-state,
.page-template-page_solutions_disaster-resource-center main article .content .office-locations .city-state,
.page-template-page_covid-listing main article .content .office-locations .city-state,
.page-template-page_covid-wysiwyg main article .content .office-locations .city-state,
body.page-template-page_media-center main article .content .office-locations .city-state,
body.archive main article .content .address-location .city-state,
.page-template-page_solutions_disaster-resource-center main article .content .address-location .city-state,
.page-template-page_covid-listing main article .content .address-location .city-state,
.page-template-page_covid-wysiwyg main article .content .address-location .city-state,
body.page-template-page_media-center main article .content .address-location .city-state,
body.search main article .content .office-locations .city-state,
body.search main article .content .address-location .city-state,
body.blog main article .content .office-locations .city-state,
body.blog main article .content .address-location .city-state {
  background-color: #f4f4f4;
  color: #555;
}

body.archive main article .content .office-locations .city-state:hover,
.page-template-page_solutions_disaster-resource-center main article .content .office-locations .city-state:hover,
.page-template-page_covid-listing main article .content .office-locations .city-state:hover,
.page-template-page_covid-wysiwyg main article .content .office-locations .city-state:hover,
body.page-template-page_media-center main article .content .office-locations .city-state:hover,
body.archive main article .content .address-location .city-state:hover,
.page-template-page_solutions_disaster-resource-center main article .content .address-location .city-state:hover,
.page-template-page_covid-listing main article .content .address-location .city-state:hover,
.page-template-page_covid-wysiwyg main article .content .address-location .city-state:hover,
body.page-template-page_media-center main article .content .address-location .city-state:hover,
body.search main article .content .office-locations .city-state:hover,
body.search main article .content .address-location .city-state:hover,
body.blog main article .content .office-locations .city-state:hover,
body.blog main article .content .address-location .city-state:hover {
  background-color: #f4f4f4;
}

body.archive main article .content .authors .people,
.page-template-page_solutions_disaster-resource-center main article .content .authors .people,
.page-template-page_covid-listing main article .content .authors .people,
.page-template-page_covid-wysiwyg main article .content .authors .people,
body.page-template-page_media-center main article .content .authors .people,
body.search main article .content .authors .people,
body.blog main article .content .authors .people {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
  body.archive main article .content .authors .people,
  .page-template-page_solutions_disaster-resource-center main article .content .authors .people,
  .page-template-page_covid-listing main article .content .authors .people,
  .page-template-page_covid-wysiwyg main article .content .authors .people,
  body.page-template-page_media-center main article .content .authors .people,
  body.search main article .content .authors .people,
  body.blog main article .content .authors .people {
    margin-bottom: 0;
  }
}

body.archive main article .content .authors .people .person-name,
.page-template-page_solutions_disaster-resource-center main article .content .authors .people .person-name,
.page-template-page_covid-listing main article .content .authors .people .person-name,
.page-template-page_covid-wysiwyg main article .content .authors .people .person-name,
body.page-template-page_media-center main article .content .authors .people .person-name,
body.search main article .content .authors .people .person-name,
body.blog main article .content .authors .people .person-name {
  color: #555;
  font-size: 0.8125rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}

body.archive main article .content .authors .people .location,
.page-template-page_solutions_disaster-resource-center main article .content .authors .people .location,
.page-template-page_covid-listing main article .content .authors .people .location,
.page-template-page_covid-wysiwyg main article .content .authors .people .location,
body.page-template-page_media-center main article .content .authors .people .location,
body.search main article .content .authors .people .location,
body.blog main article .content .authors .people .location {
  display: none;
}

body.archive main article .content .authors .people .label,
.page-template-page_solutions_disaster-resource-center main article .content .authors .people .label,
.page-template-page_covid-listing main article .content .authors .people .label,
.page-template-page_covid-wysiwyg main article .content .authors .people .label,
body.page-template-page_media-center main article .content .authors .people .label,
body.search main article .content .authors .people .label,
body.blog main article .content .authors .people .label {
  display: none;
}

body.archive main article .content .authors .people.inline-comma-separated,
.page-template-page_solutions_disaster-resource-center main article .content .authors .people.inline-comma-separated,
.page-template-page_covid-listing main article .content .authors .people.inline-comma-separated,
.page-template-page_covid-wysiwyg main article .content .authors .people.inline-comma-separated,
body.page-template-page_media-center main article .content .authors .people.inline-comma-separated,
body.search main article .content .authors .people.inline-comma-separated,
body.blog main article .content .authors .people.inline-comma-separated {
  padding-bottom: 1rem;
}

@media (max-width: 767.98px) {
  body.archive main article .content .authors .people.inline-comma-separated,
  .page-template-page_solutions_disaster-resource-center main article .content .authors .people.inline-comma-separated,
  .page-template-page_covid-listing main article .content .authors .people.inline-comma-separated,
  .page-template-page_covid-wysiwyg main article .content .authors .people.inline-comma-separated,
  body.page-template-page_media-center main article .content .authors .people.inline-comma-separated,
  body.search main article .content .authors .people.inline-comma-separated,
  body.blog main article .content .authors .people.inline-comma-separated {
    margin-bottom: 1rem;
  }
}

body.archive main article .content .authors .people.inline-comma-separated .person,
.page-template-page_solutions_disaster-resource-center main article .content .authors .people.inline-comma-separated .person,
.page-template-page_covid-listing main article .content .authors .people.inline-comma-separated .person,
.page-template-page_covid-wysiwyg main article .content .authors .people.inline-comma-separated .person,
body.page-template-page_media-center main article .content .authors .people.inline-comma-separated .person,
body.search main article .content .authors .people.inline-comma-separated .person,
body.blog main article .content .authors .people.inline-comma-separated .person {
  display: inline;
}

body.archive main article .content .authors .people.inline-comma-separated .person::after,
.page-template-page_solutions_disaster-resource-center main article .content .authors .people.inline-comma-separated .person::after,
.page-template-page_covid-listing main article .content .authors .people.inline-comma-separated .person::after,
.page-template-page_covid-wysiwyg main article .content .authors .people.inline-comma-separated .person::after,
body.page-template-page_media-center main article .content .authors .people.inline-comma-separated .person::after,
body.search main article .content .authors .people.inline-comma-separated .person::after,
body.blog main article .content .authors .people.inline-comma-separated .person::after {
  content: ', ';
  margin-left: -2px;
}

body.archive main article .content .authors .people.inline-comma-separated .person:last-child::after,
.page-template-page_solutions_disaster-resource-center main article .content .authors .people.inline-comma-separated .person:last-child::after,
.page-template-page_covid-listing main article .content .authors .people.inline-comma-separated .person:last-child::after,
.page-template-page_covid-wysiwyg main article .content .authors .people.inline-comma-separated .person:last-child::after,
body.page-template-page_media-center main article .content .authors .people.inline-comma-separated .person:last-child::after,
body.search main article .content .authors .people.inline-comma-separated .person:last-child::after,
body.blog main article .content .authors .people.inline-comma-separated .person:last-child::after {
  content: '';
}

body.archive main article .content .authors .people.inline-comma-separated .person-name,
.page-template-page_solutions_disaster-resource-center main article .content .authors .people.inline-comma-separated .person-name,
.page-template-page_covid-listing main article .content .authors .people.inline-comma-separated .person-name,
.page-template-page_covid-wysiwyg main article .content .authors .people.inline-comma-separated .person-name,
body.page-template-page_media-center main article .content .authors .people.inline-comma-separated .person-name,
body.search main article .content .authors .people.inline-comma-separated .person-name,
body.blog main article .content .authors .people.inline-comma-separated .person-name {
  display: inline;
}

body.archive main article .content .authors .people:not(.inline-comma-separated),
.page-template-page_solutions_disaster-resource-center main article .content .authors .people:not(.inline-comma-separated),
.page-template-page_covid-listing main article .content .authors .people:not(.inline-comma-separated),
.page-template-page_covid-wysiwyg main article .content .authors .people:not(.inline-comma-separated),
body.page-template-page_media-center main article .content .authors .people:not(.inline-comma-separated),
body.search main article .content .authors .people:not(.inline-comma-separated),
body.blog main article .content .authors .people:not(.inline-comma-separated) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

body.archive main article .content .authors .people:not(.inline-comma-separated) .person,
.page-template-page_solutions_disaster-resource-center main article .content .authors .people:not(.inline-comma-separated) .person,
.page-template-page_covid-listing main article .content .authors .people:not(.inline-comma-separated) .person,
.page-template-page_covid-wysiwyg main article .content .authors .people:not(.inline-comma-separated) .person,
body.page-template-page_media-center main article .content .authors .people:not(.inline-comma-separated) .person,
body.search main article .content .authors .people:not(.inline-comma-separated) .person,
body.blog main article .content .authors .people:not(.inline-comma-separated) .person {
  margin-bottom: 2rem;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 576px) {
  body.archive main article .content .authors .people:not(.inline-comma-separated) .person,
  .page-template-page_solutions_disaster-resource-center main article .content .authors .people:not(.inline-comma-separated) .person,
  .page-template-page_covid-listing main article .content .authors .people:not(.inline-comma-separated) .person,
  .page-template-page_covid-wysiwyg main article .content .authors .people:not(.inline-comma-separated) .person,
  body.page-template-page_media-center main article .content .authors .people:not(.inline-comma-separated) .person,
  body.search main article .content .authors .people:not(.inline-comma-separated) .person,
  body.blog main article .content .authors .people:not(.inline-comma-separated) .person {
    max-width: 41%;
  }
}

@media (min-width: 1200px) {
  body.archive main article .content .authors .people:not(.inline-comma-separated) .person,
  .page-template-page_solutions_disaster-resource-center main article .content .authors .people:not(.inline-comma-separated) .person,
  .page-template-page_covid-listing main article .content .authors .people:not(.inline-comma-separated) .person,
  .page-template-page_covid-wysiwyg main article .content .authors .people:not(.inline-comma-separated) .person,
  body.page-template-page_media-center main article .content .authors .people:not(.inline-comma-separated) .person,
  body.search main article .content .authors .people:not(.inline-comma-separated) .person,
  body.blog main article .content .authors .people:not(.inline-comma-separated) .person {
    max-width: 34%;
  }
}

body.archive main article .content .authors .people:not(.inline-comma-separated) .person a,
.page-template-page_solutions_disaster-resource-center main article .content .authors .people:not(.inline-comma-separated) .person a,
.page-template-page_covid-listing main article .content .authors .people:not(.inline-comma-separated) .person a,
.page-template-page_covid-wysiwyg main article .content .authors .people:not(.inline-comma-separated) .person a,
body.page-template-page_media-center main article .content .authors .people:not(.inline-comma-separated) .person a,
body.search main article .content .authors .people:not(.inline-comma-separated) .person a,
body.blog main article .content .authors .people:not(.inline-comma-separated) .person a {
  display: inline-block;
  text-decoration: none;
  max-width: 100%;
}

body.archive main article .content .authors .people:not(.inline-comma-separated) .person a::after,
.page-template-page_solutions_disaster-resource-center main article .content .authors .people:not(.inline-comma-separated) .person a::after,
.page-template-page_covid-listing main article .content .authors .people:not(.inline-comma-separated) .person a::after,
.page-template-page_covid-wysiwyg main article .content .authors .people:not(.inline-comma-separated) .person a::after,
body.page-template-page_media-center main article .content .authors .people:not(.inline-comma-separated) .person a::after,
body.search main article .content .authors .people:not(.inline-comma-separated) .person a::after,
body.blog main article .content .authors .people:not(.inline-comma-separated) .person a::after {
  content: "";
  display: table;
  clear: both;
}

body.archive main article .content .authors .people:not(.inline-comma-separated) .person .person-bubble,
.page-template-page_solutions_disaster-resource-center main article .content .authors .people:not(.inline-comma-separated) .person .person-bubble,
.page-template-page_covid-listing main article .content .authors .people:not(.inline-comma-separated) .person .person-bubble,
.page-template-page_covid-wysiwyg main article .content .authors .people:not(.inline-comma-separated) .person .person-bubble,
body.page-template-page_media-center main article .content .authors .people:not(.inline-comma-separated) .person .person-bubble,
body.search main article .content .authors .people:not(.inline-comma-separated) .person .person-bubble,
body.blog main article .content .authors .people:not(.inline-comma-separated) .person .person-bubble {
  width: 45px;
  height: 45px;
  margin: 0 auto;
}

body.archive main article .content .authors .people:not(.inline-comma-separated) .person .person-name,
.page-template-page_solutions_disaster-resource-center main article .content .authors .people:not(.inline-comma-separated) .person .person-name,
.page-template-page_covid-listing main article .content .authors .people:not(.inline-comma-separated) .person .person-name,
.page-template-page_covid-wysiwyg main article .content .authors .people:not(.inline-comma-separated) .person .person-name,
body.page-template-page_media-center main article .content .authors .people:not(.inline-comma-separated) .person .person-name,
body.search main article .content .authors .people:not(.inline-comma-separated) .person .person-name,
body.blog main article .content .authors .people:not(.inline-comma-separated) .person .person-name {
  max-width: 100%;
  min-width: 90px;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}

body.archive main article .content .authors .people:not(.inline-comma-separated) .person .location,
.page-template-page_solutions_disaster-resource-center main article .content .authors .people:not(.inline-comma-separated) .person .location,
.page-template-page_covid-listing main article .content .authors .people:not(.inline-comma-separated) .person .location,
.page-template-page_covid-wysiwyg main article .content .authors .people:not(.inline-comma-separated) .person .location,
body.page-template-page_media-center main article .content .authors .people:not(.inline-comma-separated) .person .location,
body.search main article .content .authors .people:not(.inline-comma-separated) .person .location,
body.blog main article .content .authors .people:not(.inline-comma-separated) .person .location {
  display: block;
}

@media (min-width: 768px) {
  body.archive main article .content .authors .people:not(.inline-comma-separated) .person,
  .page-template-page_solutions_disaster-resource-center main article .content .authors .people:not(.inline-comma-separated) .person,
  .page-template-page_covid-listing main article .content .authors .people:not(.inline-comma-separated) .person,
  .page-template-page_covid-wysiwyg main article .content .authors .people:not(.inline-comma-separated) .person,
  body.page-template-page_media-center main article .content .authors .people:not(.inline-comma-separated) .person,
  body.search main article .content .authors .people:not(.inline-comma-separated) .person,
  body.blog main article .content .authors .people:not(.inline-comma-separated) .person {
    margin-bottom: 1rem;
  }

  body.archive main article .content .authors .people:not(.inline-comma-separated) .person a,
  .page-template-page_solutions_disaster-resource-center main article .content .authors .people:not(.inline-comma-separated) .person a,
  .page-template-page_covid-listing main article .content .authors .people:not(.inline-comma-separated) .person a,
  .page-template-page_covid-wysiwyg main article .content .authors .people:not(.inline-comma-separated) .person a,
  body.page-template-page_media-center main article .content .authors .people:not(.inline-comma-separated) .person a,
  body.search main article .content .authors .people:not(.inline-comma-separated) .person a,
  body.blog main article .content .authors .people:not(.inline-comma-separated) .person a {
    display: block;
    margin: 0 -15px;
    padding: 0 15px;
  }

  body.archive main article .content .authors .people:not(.inline-comma-separated) .person .person-bubble,
  .page-template-page_solutions_disaster-resource-center main article .content .authors .people:not(.inline-comma-separated) .person .person-bubble,
  .page-template-page_covid-listing main article .content .authors .people:not(.inline-comma-separated) .person .person-bubble,
  .page-template-page_covid-wysiwyg main article .content .authors .people:not(.inline-comma-separated) .person .person-bubble,
  body.page-template-page_media-center main article .content .authors .people:not(.inline-comma-separated) .person .person-bubble,
  body.search main article .content .authors .people:not(.inline-comma-separated) .person .person-bubble,
  body.blog main article .content .authors .people:not(.inline-comma-separated) .person .person-bubble {
    float: left;
  }

  body.archive main article .content .authors .people:not(.inline-comma-separated) .person .person-name,
  .page-template-page_solutions_disaster-resource-center main article .content .authors .people:not(.inline-comma-separated) .person .person-name,
  .page-template-page_covid-listing main article .content .authors .people:not(.inline-comma-separated) .person .person-name,
  .page-template-page_covid-wysiwyg main article .content .authors .people:not(.inline-comma-separated) .person .person-name,
  body.page-template-page_media-center main article .content .authors .people:not(.inline-comma-separated) .person .person-name,
  body.search main article .content .authors .people:not(.inline-comma-separated) .person .person-name,
  body.blog main article .content .authors .people:not(.inline-comma-separated) .person .person-name {
    padding-left: 1em;
    height: 45px;
    margin-top: 0;
    text-align: left;
    font-size: 0.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }

  body.archive main article .content .authors .people:not(.inline-comma-separated) .person .location,
  .page-template-page_solutions_disaster-resource-center main article .content .authors .people:not(.inline-comma-separated) .person .location,
  .page-template-page_covid-listing main article .content .authors .people:not(.inline-comma-separated) .person .location,
  .page-template-page_covid-wysiwyg main article .content .authors .people:not(.inline-comma-separated) .person .location,
  body.page-template-page_media-center main article .content .authors .people:not(.inline-comma-separated) .person .location,
  body.search main article .content .authors .people:not(.inline-comma-separated) .person .location,
  body.blog main article .content .authors .people:not(.inline-comma-separated) .person .location {
    display: none;
  }
}

body.archive main article .content .read-more a,
.page-template-page_solutions_disaster-resource-center main article .content .read-more a,
.page-template-page_covid-listing main article .content .read-more a,
.page-template-page_covid-wysiwyg main article .content .read-more a,
body.page-template-page_media-center main article .content .read-more a,
body.search main article .content .read-more a,
body.blog main article .content .read-more a {
  margin-right: 1rem;
}

body.archive main article:last-of-type,
.page-template-page_solutions_disaster-resource-center main article:last-of-type,
.page-template-page_covid-listing main article:last-of-type,
.page-template-page_covid-wysiwyg main article:last-of-type,
body.page-template-page_media-center main article:last-of-type,
body.search main article:last-of-type,
body.blog main article:last-of-type {
  border-bottom: none;
}

body.archive .featured-article article:last-of-type,
.page-template-page_solutions_disaster-resource-center .featured-article article:last-of-type,
.page-template-page_covid-listing .featured-article article:last-of-type,
.page-template-page_covid-wysiwyg .featured-article article:last-of-type,
body.page-template-page_media-center .featured-article article:last-of-type,
body.search .featured-article article:last-of-type,
body.blog .featured-article article:last-of-type {
  border-bottom: 1px solid #e8e8e8;
}

body.archive main .load-more,
.page-template-page_solutions_disaster-resource-center main .load-more,
.page-template-page_covid-listing main .load-more,
.page-template-page_covid-wysiwyg main .load-more,
body.page-template-page_media-center main .load-more,
body.search main .load-more,
body.blog main .load-more {
  width: 100%;
  border-top: 1px solid #e8e8e8;
  text-align: center;
  padding-top: 2.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  body.archive main .load-more,
  .page-template-page_solutions_disaster-resource-center main .load-more,
  .page-template-page_covid-listing main .load-more,
  .page-template-page_covid-wysiwyg main .load-more,
  body.page-template-page_media-center main .load-more,
  body.search main .load-more,
  body.blog main .load-more {
    margin-bottom: 1.475rem;
  }
}

body.archive main .load-more .no-results,
.page-template-page_solutions_disaster-resource-center main .load-more .no-results,
.page-template-page_covid-listing main .load-more .no-results,
.page-template-page_covid-wysiwyg main .load-more .no-results,
body.page-template-page_media-center main .load-more .no-results,
body.search main .load-more .no-results,
body.blog main .load-more .no-results {
  text-align: center !important;
}

.page-template-page_careers #subnav-desktop,
.page-template-page_careers_life-at-ogletree #subnav-desktop,
.page-template-page_careers_career-paths #subnav-desktop {
  border-top: 1px solid #e8e8e8;
}

@media (max-width: 575.98px) {
  .page-template-page_careers section.section,
  .page-template-page_careers_life-at-ogletree section.section,
  .page-template-page_careers_career-paths section.section {
    padding: 2rem 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .page-template-page_careers section.section,
  .page-template-page_careers_life-at-ogletree section.section,
  .page-template-page_careers_career-paths section.section {
    padding: 4.75rem 0;
  }
}

.page-template-page_careers section.section:first-child,
.page-template-page_careers_life-at-ogletree section.section:first-child,
.page-template-page_careers_career-paths section.section:first-child {
  padding-bottom: 4rem;
}

@media (min-width: 576px) {
  .page-template-page_careers section.section:first-child,
  .page-template-page_careers_life-at-ogletree section.section:first-child,
  .page-template-page_careers_career-paths section.section:first-child {
    padding-bottom: 7.5rem;
  }
}

@media (min-width: 768px) {
  .page-template-page_careers section.section:first-child,
  .page-template-page_careers_life-at-ogletree section.section:first-child,
  .page-template-page_careers_career-paths section.section:first-child {
    padding-bottom: 10rem;
  }
}

.page-template-page_careers section.section:first-child .heading,
.page-template-page_careers_life-at-ogletree section.section:first-child .heading,
.page-template-page_careers_career-paths section.section:first-child .heading {
  margin-bottom: 0 !important;
}

.page-template-page_careers section.section.text-image .heading,
.page-template-page_careers_life-at-ogletree section.section.text-image .heading,
.page-template-page_careers_career-paths section.section.text-image .heading {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.5625rem;
}

@media (min-width: 768px) {
  .page-template-page_careers section.section.text-image .heading,
  .page-template-page_careers_life-at-ogletree section.section.text-image .heading,
  .page-template-page_careers_career-paths section.section.text-image .heading {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

.page-template-page_careers section.section.text-image .wysywyg,
.page-template-page_careers_life-at-ogletree section.section.text-image .wysywyg,
.page-template-page_careers_career-paths section.section.text-image .wysywyg {
  margin-bottom: 1rem;
}

.page-template-page_careers #sec1 .heading,
.page-template-page_careers_life-at-ogletree #sec1 .heading,
.page-template-page_careers_career-paths #sec1 .heading {
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  font-variant-numeric: lining-nums;
  font-size: 1.75rem;
  line-height: 2.4375rem;
}

@media (min-width: 768px) {
  .page-template-page_careers #sec1 .heading,
  .page-template-page_careers_life-at-ogletree #sec1 .heading,
  .page-template-page_careers_career-paths #sec1 .heading {
    font-size: 2.25rem;
    line-height: 2.8125rem;
  }
}

@media (max-width: 991.98px) {
  .page-template-page_careers #sec2 {
    padding-bottom: 0;
  }
}

.page-template-page_careers #sec2 .life-at-ogletree,
.page-template-page_careers #sec2 .job-opportunities {
  border-bottom: 1px solid #e8e8e8;
}

.page-template-page_careers #sec2 .life-at-ogletree,
.page-template-page_careers #sec2 .job-opportunities,
.page-template-page_careers #sec3 .life-at-ogletree,
.page-template-page_careers #sec3 .job-opportunities,
.page-template-page_careers #sec5 .life-at-ogletree,
.page-template-page_careers #sec5 .job-opportunities {
  padding-bottom: 3.0625rem;
  margin-bottom: 3.0625rem;
}

@media (min-width: 768px) {
  .page-template-page_careers #sec2 .life-at-ogletree,
  .page-template-page_careers #sec2 .job-opportunities,
  .page-template-page_careers #sec3 .life-at-ogletree,
  .page-template-page_careers #sec3 .job-opportunities,
  .page-template-page_careers #sec5 .life-at-ogletree,
  .page-template-page_careers #sec5 .job-opportunities {
    padding-bottom: 4.34375rem;
    margin-bottom: 4.34375rem;
  }
}

.page-template-page_careers #sec2 .wysiwyg,
.page-template-page_careers #sec3 .wysiwyg,
.page-template-page_careers #sec5 .wysiwyg {
  margin-bottom: 1.5rem;
}

.page-template-page_careers #sec2 .learn-more,
.page-template-page_careers #sec3 .learn-more,
.page-template-page_careers #sec5 .learn-more {
  font-size: 0.8125rem;
  line-height: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}

.page-template-page_careers_life-at-ogletree #sec5 .heading {
  font-size: 1.6875rem;
  line-height: 2.125rem;
}

@media (min-width: 768px) {
  .page-template-page_careers_life-at-ogletree #sec5 .heading {
    font-size: 2rem;
    line-height: 2.875rem;
  }
}

.page-template-page_careers_life-at-ogletree #sec7 blockquote {
  font-size: 1rem;
  line-height: 1.6875rem;
}

.page-template-page_careers_life-at-ogletree #sec7 blockquote > p {
  margin-bottom: 4.125rem;
}

@media (min-width: 992px) {
  .page-template-page_careers_life-at-ogletree #sec7 blockquote > p {
    min-height: 16.5rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1200px) {
  .page-template-page_careers_life-at-ogletree #sec7 blockquote > p {
    min-height: 13.5rem;
  }
}

.page-template-page_careers_life-at-ogletree #sec7 blockquote .person-name {
  padding-top: 8.25px;
  padding-bottom: 8.25px;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.page-template-page_careers_life-at-ogletree #sec7 blockquote .person-name .sep {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
}

.page-template-page_careers_life-at-ogletree #sec7 blockquote .person-name .title {
  padding-top: 5px;
}

.page-template-page_careers_life-at-ogletree #sec7 blockquote .no-link:hover img {
  opacity: 1;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.page-template-page_careers_life-at-ogletree .slick-carousel .slick-slide {
  margin-right: 0;
}

@media (min-width: 992px) {
  .page-template-page_careers_life-at-ogletree .slick-carousel .slick-slide {
    margin-right: 100px;
  }
}

.page-template-page_careers_career-paths section.section.text-image .heading {
  font-size: 1.6875rem;
  line-height: 2.125rem;
}

@media (min-width: 768px) {
  .page-template-page_careers_career-paths section.section.text-image .heading {
    font-size: 2rem;
    line-height: 2.875rem;
  }
}

.page-template-page_careers_career-paths #sec4 .entry-level-associates {
  padding-bottom: 3.0625rem;
  margin-bottom: 3.0625rem;
}

@media (min-width: 768px) {
  .page-template-page_careers_career-paths #sec4 .entry-level-associates {
    padding-bottom: 4.34375rem;
    margin-bottom: 4.34375rem;
  }
}

.page-template-page_careers_career-paths #sec4 .heading.upcoming-diversity-career-fairs {
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 1.75rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

@media (min-width: 768px) {
  .page-template-page_careers_career-paths #sec4 .heading.upcoming-diversity-career-fairs {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

@media (min-width: 992px) {
  .page-template-page_careers_career-paths #sec4 .heading.upcoming-diversity-career-fairs {
    margin-top: 4.5rem;
  }
}

.page-template-page_careers_career-paths #sec4 .career-fairs .career-fair {
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 1.75rem;
}

.page-template-page_careers_career-paths #sec4 .career-fairs .career-fair:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.page-template-page_careers_career-paths #sec4 .career-fairs .career-fair .title {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .page-template-page_careers_career-paths #sec4 .career-fairs .career-fair .title {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

.page-template-page_careers_career-paths #sec4 .career-fairs .career-fair .location-date {
  color: #555;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}

.page-template-page_careers_career-paths #sec4 .career-fairs .career-fair .location-date .sep,
.page-template-page_careers_career-paths #sec4 .career-fairs .career-fair .location-date .date {
  color: #9a9a9a;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
}

.page-template-page_careers_career-paths #sec4 .career-fairs .career-fair .learn-more {
  margin-top: 1.75rem;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .page-template-page_contact-us section.section > .row > .col-lg-6:first-child {
    padding-right: 60px;
  }

  .page-template-page_contact-us section.section > .row > .col-lg-6:last-child {
    padding-left: 60px;
  }
}

.page-template-page_contact-us section.section.text-image {
  padding: 0;
}

.page-template-page_contact-us section.section.text-image .email-us {
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #e6e3e3;
  margin-bottom: 1.75rem;
}

.page-template-page_contact-us section.section.text-image .email-us .heading {
  font-size: 2.25rem;
  line-height: 2.8125rem;
}

.page-template-page_contact-us section.section.text-image .view-our-attorneys .heading {
  font-size: 1.125rem;
  line-height: 0.875rem;
}

.page-template-page_contact-us section.section.text-image .view-our-attorneys .wysiwyg {
  margin-bottom: 2rem;
}

.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield.gfield.gfield.gfield.gfield.gfield {
  max-width: 100% !important;
}

.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield {
  margin: 0 0 1.625rem !important;
  padding: 0 !important;
}

.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield > .gfield_label {
  display: none;
}

.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="email"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield textarea {
  font-size: 0.875rem;
  line-height: 1.125rem;
  width: 100% !important;
  border: 1px solid #e6e3e3;
  background-color: #fff;
  padding: 1.1rem 1.125rem !important;
  color: #212020;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0 !important;
}

.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="text"],
.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield input[type="email"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield select {
  font-size: 0.875rem;
  line-height: 1.125rem;
  width: 100% !important;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 576px) {
  .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield.third_width {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding-right: 1.5rem !important;
  }

  .page-template-page_contact-us section.section.text-image .gform_wrapper .gfield.third_width[id$="_14"] {
    padding-right: 0 !important;
  }
}

.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield.gfield_html {
  margin-bottom: 2rem !important;
  color: #9a9a9a;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.5rem;
  line-height: 0.8125rem;
}

.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .ginput_container_checkbox {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
}

.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .ginput_container_checkbox li > input {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .ginput_container_checkbox li > label {
  color: #212020;
  padding-left: 0.75rem;
  padding-top: 8px;
}

.page-template-page_contact-us section.section.text-image .gform_wrapper .gfield .gfield_description {
  padding-top: 0.25rem !important;
}

.page-template-page_contact-us section.section.text-image .gform_wrapper input.gform_button {
  width: 100%;
}

.page-template-page_contact-us section.section.text-image .gform_wrapper.gform_validation_error .gfield_error {
  background-color: transparent !important;
  border: none !important;
}

.page-template-page_contact-us section.section.text-image .gform_confirmation_message {
  margin: 0 auto;
  text-align: center;
  color: rgba(85, 85, 85, 0.5);
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
  font-size: 2rem;
  line-height: 2.5rem;
}

@media (min-width: 992px) {
  .page-template-page_contact-us section.section.text-image .gform_confirmation_message {
    font-size: 2.25rem;
    line-height: 2.8125rem;
  }
}

.page-template-page_covid-listing #sec1.section,
.page-template-page_covid-wysiwyg #sec1.section {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
  border-bottom: none;
}

.page-template-page_covid-listing .entry-summary,
.page-template-page_covid-wysiwyg .entry-summary,
.page-template-page_covid-listing .audio-player,
.page-template-page_covid-wysiwyg .audio-player,
.page-template-page_covid-listing .actions,
.page-template-page_covid-wysiwyg .actions {
  display: none;
}

.page-template-page_covid-listing .content-heading,
.page-template-page_covid-wysiwyg .content-heading {
  margin-bottom: 2rem;
}

.page-template-page_covid-listing .main .authors,
.page-template-page_covid-wysiwyg .main .authors {
  display: none;
}

.page-template-page_covid-listing .read-more .button,
.page-template-page_covid-wysiwyg .read-more .button,
.page-template-page_covid-listing .read-more #menu-covid-tiles li > a,
.page-template-page_covid-listing #menu-covid-tiles .read-more li > a,
.page-template-page_covid-wysiwyg .read-more #menu-covid-tiles li > a,
.page-template-page_covid-wysiwyg #menu-covid-tiles .read-more li > a {
  margin-bottom: 15px;
}

.page-template-page_covid-listing main article aside .fancy-date .day,
.page-template-page_covid-wysiwyg main article aside .fancy-date .day {
  font-size: 2rem;
  line-height: 1.5rem;
}

.page-template-page_covid-listing .aside-after,
.page-template-page_covid-wysiwyg .aside-after {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media (min-width: 992px) {
  .page-template-page_covid-listing .aside-after,
  .page-template-page_covid-wysiwyg .aside-after {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 991.98px) {
  .page-template-page_covid-listing .aside-after.aside-after,
  .page-template-page_covid-wysiwyg .aside-after.aside-after,
  .page-template-page_covid-listing #search-sidebar-filters,
  .page-template-page_covid-wysiwyg #search-sidebar-filters {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .page-template-page_covid-listing .aside-after.aside-after > section,
  .page-template-page_covid-wysiwyg .aside-after.aside-after > section,
  .page-template-page_covid-listing .aside-after.aside-after > aside,
  .page-template-page_covid-wysiwyg .aside-after.aside-after > aside,
  .page-template-page_covid-listing .aside-after.aside-after > .widgets-container,
  .page-template-page_covid-wysiwyg .aside-after.aside-after > .widgets-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: unset;
  }
}

.page-template-page_covid-listing #recommended-reading article,
.page-template-page_covid-wysiwyg #recommended-reading article {
  margin-bottom: 1rem;
}

.page-template-page_covid-listing #recommended-reading .content,
.page-template-page_covid-wysiwyg #recommended-reading .content {
  padding-bottom: 1rem;
}

.page-template-page_covid-listing #recommended-reading .people,
.page-template-page_covid-wysiwyg #recommended-reading .people {
  display: none;
}

.page-template-page_covid-listing #menu-covid-tiles,
.page-template-page_covid-wysiwyg #menu-covid-tiles {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-template-page_covid-listing #menu-covid-tiles li,
.page-template-page_covid-wysiwyg #menu-covid-tiles li {
  margin: 3px;
  width: calc(50% - 6px);
  min-height: 3.5rem;
}

.page-template-page_covid-listing #menu-covid-tiles li.green-background a,
.page-template-page_covid-wysiwyg #menu-covid-tiles li.green-background a {
  background-color: #4c8c40;
  border-color: #4c8c40;
}

.page-template-page_covid-listing #menu-covid-tiles li.green-background:hover a,
.page-template-page_covid-wysiwyg #menu-covid-tiles li.green-background:hover a {
  background-color: #60b352;
  border-color: #60b352;
}

.page-template-page_covid-listing #menu-covid-tiles li > a,
.page-template-page_covid-wysiwyg #menu-covid-tiles li > a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-page_covid-listing .flag.featured,
.page-template-page_covid-wysiwyg .flag.featured {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.6875rem;
}

.page-template-page_covid-wysiwyg #sec1 {
  margin-bottom: 40px;
}

.page-template-page_covid-wysiwyg .main {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  max-width: unset;
}

.page-template-default #subnav-mobile {
  margin-bottom: 2rem;
}

.page-template-page_default-no-title main.main {
  margin-top: 3.5rem;
}

.page-template-page_solutions_disaster-resource-center #subnav-desktop,
.page-template-page_covid-listing #subnav-desktop,
.page-template-page_covid-wysiwyg #subnav-desktop {
  border-top: none !important;
}

.page-template-page_solutions_disaster-resource-center #subnav-desktop .container,
.page-template-page_covid-listing #subnav-desktop .container,
.page-template-page_covid-wysiwyg #subnav-desktop .container {
  padding-left: 0 !important;
}

.page-template-page_solutions_disaster-resource-center #sec1,
.page-template-page_covid-listing #sec1,
.page-template-page_covid-wysiwyg #sec1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #e6e3e3;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .page-template-page_solutions_disaster-resource-center #sec1,
  .page-template-page_covid-listing #sec1,
  .page-template-page_covid-wysiwyg #sec1 {
    padding-bottom: 6.5rem;
    margin-bottom: 6.5rem;
  }
}

.page-template-page_solutions_disaster-resource-center #sec1 .heading,
.page-template-page_covid-listing #sec1 .heading,
.page-template-page_covid-wysiwyg #sec1 .heading {
  margin-bottom: 0;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  font-variant-numeric: lining-nums;
}

.page-template-page_solutions_disaster-resource-center main.main > div,
.page-template-page_covid-listing main.main > div,
.page-template-page_covid-wysiwyg main.main > div {
  display: none;
}

.page-template-page_solutions_disaster-resource-center main.main > div:nth-child(-n+30),
.page-template-page_covid-listing main.main > div:nth-child(-n+30),
.page-template-page_covid-wysiwyg main.main > div:nth-child(-n+30),
.page-template-page_solutions_disaster-resource-center main.main > div.load-more,
.page-template-page_covid-listing main.main > div.load-more,
.page-template-page_covid-wysiwyg main.main > div.load-more {
  display: block;
}

.page-template-page_solutions_disaster-resource-center .aside-after .wysiwyg,
.page-template-page_covid-listing .aside-after .wysiwyg,
.page-template-page_covid-wysiwyg .aside-after .wysiwyg {
  margin-bottom: 0;
}

.page-template-page_solutions_disaster-resource-center .aside-after .widget,
.page-template-page_covid-listing .aside-after .widget,
.page-template-page_covid-wysiwyg .aside-after .widget {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.page-template-page_solutions_disaster-resource-center .aside-after .widget .wysiwyg a,
.page-template-page_covid-listing .aside-after .widget .wysiwyg a,
.page-template-page_covid-wysiwyg .aside-after .widget .wysiwyg a {
  color: #555;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .page-template-page_solutions_disaster-resource-center .aside-after .widgets-container,
  .page-template-page_covid-listing .aside-after .widgets-container,
  .page-template-page_covid-wysiwyg .aside-after .widgets-container {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .page-template-page_solutions_disaster-resource-center .aside-after .widgets-container .widget,
  .page-template-page_covid-listing .aside-after .widgets-container .widget,
  .page-template-page_covid-wysiwyg .aside-after .widgets-container .widget {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

section.section {
  padding: 6.25rem 0;
}

section.section:last-of-type {
  padding-bottom: 3rem;
}

section.section blockquote {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAzNSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjM1IiBoZWlnaHQ9IjIzLjMzMzMiIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjAiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy41NjY4IDMuMDcwNzFDMTEuMTk0MiAzLjgxNjMgOS4xMzI4IDUuMTAwMzkgOC4zNTQ5NiA4LjMzMTMyQzExLjY2MDkgOC40NTU1NyAxNC41MDAxIDExLjAyMzcgMTUuMDA1NyAxNC42Njg5QzE1LjYyOCAxOC43Njk3IDEyLjk4MzMgMjIuNTgwNSA5LjEzMjggMjMuMjQzMkM1LjMyMTI3IDIzLjgyMzIgMS4xMjA3MSAyMS42Mjc4IDAuMTA5NDggMTUuOTExNUMtMC44NjI4MSA3LjcwOTk4IDQuNzM3NzggMC45NTgxOTIgMTMuMDYxMSAwLjAwNTQ3ODc0QzEzLjM3MjIgLTAuMDM1OTQ4OSAxMy40MTExIDAuMTcxMTU5IDEzLjQxMTEgMC4xNzExNTlMMTMuNzYxMiAyLjczOTM0QzEzLjc2MTIgMi43MzkzNCAxMy44IDIuOTg3ODcgMTMuNTY2OCAzLjA3MDcxWk0yOC4yNjg1IDguMzMxMzJDMzEuNTM1NiA4LjQ5Njk5IDM0LjQxMzggMTEuMDY1MiAzNC45MTk0IDE0LjY2ODlDMzUuNTAyOCAxOC43Njk3IDMyLjg1OCAyMi41ODA1IDI5LjAwNzYgMjMuMjQzMkMyNS4xNTcxIDIzLjgyMzIgMjAuOTk1NSAyMS42Mjc4IDIwLjAyMzEgMTUuOTUzQzE4Ljk3MyA3Ljc1MTQgMjQuNjEyNSAwLjk5OTYwNCAzMi45MzU4IDAuMDA1NDc4NzRDMzMuMjQ2OSAtMC4wMzU5NDg5IDMzLjI4NTkgMC4xNzExNTkgMzMuMjg1OSAwLjE3MTE1OUwzMy42NzQ4IDIuNzM5MzRDMzMuNjc0OCAyLjczOTM0IDMzLjcxMzcgMi45ODc4NyAzMy40ODAzIDMuMDcwNzFDMzEuMDY5IDMuODE2MyAyOS4wODUzIDUuMTAwMzkgMjguMjY4NSA4LjMzMTMyWiIgZmlsbD0iIzAwNDQ3QiIvPgo8L3N2Zz4K);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 35px 23px;
  padding-top: 35px;
  color: #555;
  font-family: 'GT Sectra', Times, serif;
  font-style: italic;
  font-weight: 300;
  font-variant-numeric: lining-nums;
  font-size: 1rem;
  line-height: 1.6875rem;
}

@media (min-width: 768px) {
  section.section blockquote {
    font-size: 0.9375rem;
    line-height: 1.6875rem;
  }
}

@media (min-width: 992px) {
  section.section blockquote {
    font-size: 1.25rem;
    line-height: 1.6875rem;
  }
}

section.section blockquote cite .person > a {
  display: block;
}

section.section blockquote cite .person-bubble {
  width: 50px;
  height: 50px;
  float: left;
}

@media (min-width: 768px) {
  section.section blockquote cite .person-bubble {
    width: 60px;
    height: 60px;
  }
}

section.section blockquote cite a {
  display: inline-block;
}

section.section blockquote cite a::after {
  content: "";
  display: table;
  clear: both;
}

section.section blockquote cite .person-name {
  float: left;
  padding: 13px 0 8px 1rem;
  height: 45px;
  line-height: 45px;
  color: #555;
  max-width: 100%;
  margin-top: 0;
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}

@media (min-width: 768px) {
  section.section blockquote cite .person-name {
    padding: 18px 0 13px 1rem;
  }
}

section.section blockquote cite .person-name .location {
  padding-top: 5px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
}

section.section.text-image .heading {
  margin-bottom: 2rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
  font-size: 1.6875rem;
  line-height: 2.0625rem;
}

@media (min-width: 768px) {
  section.section.text-image .heading {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

section.section.text-image .wysiwyg {
  color: #555;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  section.section.text-image .wysiwyg {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}

section.section.text-image + .text-image:nth-child(2) {
  padding-top: 0;
}

section.section.text-image .dual-content {
  padding-bottom: 3rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  section.section.text-image .dual-content {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}

section.section.text-image .dual-content:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

section.section.text-image .row {
  margin-left: -30px;
  margin-right: -30px;
}

section.section.text-image .row > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}

section.section.text-image .row .col-content > img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  section.section.text-image .row [class*="md-fullbleed-"].md-fullbleed-left .col-content {
    margin-left: calc(((720px * 0.5) - 15px) - 50vw);
  }

  section.section.text-image .row [class*="md-fullbleed-"].md-fullbleed-right .col-content {
    margin-right: calc(((720px * 0.5) - 15px) - 50vw);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  section.section.text-image .row [class*="lg-fullbleed-"].lg-fullbleed-left .col-content {
    margin-left: calc(((960px * 0.5) - 15px) - 50vw);
  }

  section.section.text-image .row [class*="lg-fullbleed-"].lg-fullbleed-right .col-content {
    margin-right: calc(((960px * 0.5) - 15px) - 50vw);
  }
}

@media (min-width: 1200px) {
  section.section.text-image .row [class*="xl-fullbleed-"].xl-fullbleed-left .col-content {
    margin-left: calc(((1140px * 0.5) - 15px) - 50vw);
  }

  section.section.text-image .row [class*="xl-fullbleed-"].xl-fullbleed-right .col-content {
    margin-right: calc(((1140px * 0.5) - 15px) - 50vw);
  }
}

@media (max-width: 767.98px) {
  section.section .narrow-text > .col-content {
    padding: 0 1rem;
  }
}

@media (max-width: 991.98px) {
  section.section .narrow-text-md > .col-content {
    padding: 0 1rem;
  }
}

section.section.callout {
  text-align: center;
  background-color: #00447b;
  color: #fff;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  font-size: 2.375rem;
  line-height: 3rem;
}

@media (min-width: 768px) {
  section.section.callout {
    font-size: 2.625rem;
    line-height: 3.25rem;
  }
}

@media (min-width: 992px) {
  section.section.callout {
    text-align: left;
  }
}

section.section.callout,
section.section.callout:last-child {
  padding: 4.375rem 0;
}

@media (min-width: 768px) {
  section.section.callout,
  section.section.callout:last-child {
    padding: 3.5rem 0;
  }
}

@media (min-width: 992px) {
  section.section.callout,
  section.section.callout:last-child {
    padding: 4rem 0;
  }
}

section.section.callout:last-child {
  margin-bottom: -3.125rem;
}

section.section.callout p {
  text-align: center;
  color: #97a4be;
}

@media (min-width: 992px) {
  section.section.callout p {
    text-align: left;
  }
}

section.section.callout p b,
section.section.callout p strong {
  color: #fff;
  font-weight: inherit;
}

section.section.grid .row > div,
.single-od_location section#accolades .row > div {
  padding-bottom: 4.5rem;
}

@media (min-width: 768px) {
  section.section.grid .row > div,
  .single-od_location section#accolades .row > div {
    padding-bottom: 6rem;
  }
}

section.section.grid .row > div.text-centered,
.single-od_location section#accolades .row > div.text-centered {
  text-align: center;
}

section.section.grid .row,
.single-od_location section#accolades .row {
  margin-left: -30px;
  margin-right: -30px;
}

section.section.grid .row > [class*="col-"],
.single-od_location section#accolades .row > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}

section.section.grid .icon,
.single-od_location section#accolades .icon {
  margin-bottom: 3rem;
  text-align: center;
}

section.section.grid .heading,
.single-od_location section#accolades .heading {
  margin-bottom: 1.5rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
  font-size: 1.375rem;
  line-height: 2.0625rem;
}

@media (min-width: 768px) {
  section.section.grid .heading,
  .single-od_location section#accolades .heading {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

section.section.grid .wysiwyg,
.single-od_location section#accolades .wysiwyg {
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  section.section.grid .wysiwyg,
  .single-od_location section#accolades .wysiwyg {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}

section.section.grid .grid-tile,
.single-od_location section#accolades .grid-tile {
  border: 1px solid #e8e8e8;
  padding: 3rem;
  margin-bottom: calc(30px - 6rem);
  min-height: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

section.section.people .section-title {
  margin-bottom: 2rem;
  font-size: 1.6875rem;
  line-height: 2.5rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
}

@media (min-width: 768px) {
  section.section.people .section-title {
    margin-bottom: 2.75rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

section.section.people .title {
  margin-bottom: 0;
}

section.section.people .location-phone {
  display: none;
}

section.section.people .people-grid {
  margin-bottom: -3rem;
}

section.section.bg-gray {
  background-color: rgba(151, 164, 190, 0.1);
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

section.section.bg-gray.bleed-top {
  padding-top: 0;
  margin-top: 8.25rem;
}

section.section.bg-gray.bleed-top .col-content > img {
  margin-top: -5rem;
}

section.section.bg-gray.bleed-bottom {
  padding-bottom: 0;
  margin-bottom: 8.25rem;
}

section.section.bg-gray.bleed-bottom .col-content > img {
  margin-bottom: -5rem;
}

section.section.bg-gray:last-child {
  padding-bottom: 6.25rem;
  margin-bottom: -3.125rem;
}

body.home {
  background-color: rgba(151, 164, 190, 0.1);
}

body.home .language-select li a,
body.home .language-select:not(:first-of-type) a {
  color: #fff;
}

body.home .language-select li.selected a {
  color: #fff;
}

body.home .language-select li:not(:first-of-type) a {
  border-left: 1px solid #fff;
}

body.home .banner {
  border-color: rgba(255, 255, 255, 0.5);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0))) !important;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%) !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%) !important;
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#a6000000', endcolorstr='#00000000', gradienttype=0) !important;
          filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#a6000000', endcolorstr='#00000000', gradienttype=0) !important;
}

body.home .nav li a,
body.home .language-select li {
  color: #fff;
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.43);
}

body.home .nav li a:hover,
body.home .language-select li:hover {
  color: #fff;
}

body.home #header-home {
  padding-top: 95px;
  padding-bottom: 40px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

body.home #header-home #header-home-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: #00447b;
  background-size: cover;
  background-position: center center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.home #header-home #header-home-bg {
    background-position: center top !important;
  }
}

body.home #header-home #header-home-bg video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.home #header-home #header-home-bg video {
    width: 100%;
    height: inherit;
  }
}

@media screen and (-ms-high-contrast: active) and (max-aspect-ratio: 1 / 1) {
  body.home #header-home #header-home-bg video {
    width: 100%;
    height: 100%;
  }
}

@supports (-ms-accelerator: true) {
  body.home #header-home #header-home-bg video {
    width: inherit;
    height: inherit;
  }

@media screen and (max-aspect-ratio: 1 / 1) {
    body.home #header-home #header-home-bg video {
      width: 100%;
      height: 100%;
    }
}
}

body.home #header-home h1 {
  color: #fff;
  margin: 2rem 0 2.8rem;
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.43);
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  font-variant-numeric: lining-nums;
  font-size: 2.25rem;
  line-height: 2.6875rem;
}

@media (min-width: 768px) {
  body.home #header-home h1 {
    font-size: 3.4375rem;
    line-height: 3.75rem;
  }
}

@media (min-width: 992px) {
  body.home #header-home h1 {
    margin: 4.8rem 0 2.8rem;
    font-size: 3.75rem;
    line-height: 4.125rem;
  }
}

body.home #header-home #header-home-search {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMiAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swIiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjIiIGhlaWdodD0iMjEiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMEgyMC45M1YyMC45Mjg1SDBWMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNSkiIGZpbGw9IndoaXRlIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMCkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuMDA5IDE1LjY1MDZDNS4zMzg4OSAxNS42NTIgMi4zNjI3MyAxMi42Nzc3IDIuMzYxMzMgOS4wMDc2QzIuMzU5OTMgNS4zMzc1IDUuMzM0MjMgMi4zNjEzNCA5LjAwNDMzIDIuMzYwMTdDMTIuNjc0NCAyLjM1ODc3IDE1LjY1MDggNS4zMzI4NCAxNS42NTIgOS4wMDI5NFY5LjAwNzZDMTUuNjQ2OSAxMi42NzQ0IDEyLjY3NTggMTUuNjQ1NyA5LjAwOSAxNS42NTA2Wk05LjAwNzYxIDEuMjQyMjhlLTA1QzQuMDQxMTEgLTAuMDA4MTU0MjQgMC4wMDg0MTI0MiA0LjAxMTI1IDEuMjQyMjhlLTA1IDguOTc3NzVDLTAuMDA4MTU0MjQgMTMuOTQ0NSA0LjAxMTI1IDE3Ljk3NzIgOC45Nzc3NSAxNy45ODUzQzEwLjk2NTMgMTcuOTg4OCAxMi44OTggMTcuMzMzNCAxNC40NzM3IDE2LjEyMjJMMTkuMjgwNiAyMC45Mjg2TDIwLjkzIDE5LjI3OTJMMTYuMTIzMyAxNC40NzIzQzE3LjMzMiAxMi45MDczIDE3Ljk4NyAxMC45ODUxIDE3Ljk4NTMgOS4wMDc2MUMxNy45OTM3IDQuMDQxMzUgMTMuOTc0MSAwLjAwODQxMjQyIDkuMDA3NjEgMS4yNDIyOGUtMDVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjQ5OTkzOSkiIGZpbGw9IiM1NTU1NTUiLz4KPC9nPgo8L3N2Zz4K);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 12px center;
  padding: 22px 22px 22px 40px;
  width: 100%;
  border: none;
  margin: 2.8rem 0 0;
  display: block;
  outline: none;
  color: #555;
  -webkit-transition: color 500ms ease-in-out;
  -o-transition: color 500ms ease-in-out;
  transition: color 500ms ease-in-out;
  font-size: 0.8125rem;
  line-height: 1rem;
}

body.home #header-home #header-home-search:focus {
  color: #000;
}

@media (min-width: 768px) {
  body.home #header-home #header-home-search {
    width: 100%;
    padding: 31px 31px 31px 65px;
    background-size: 21px 21px;
    background-position: 25px center;
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

@media (min-width: 992px) {
  body.home #header-home #header-home-search {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  body.home #header-home #header-home-search {
    width: 60%;
  }
}

body.home #header-home .container {
  position: relative;
  z-index: 3;
  margin-bottom: 10rem;
}

@media (min-width: 768px) {
  body.home #header-home .container {
    margin-bottom: 4rem;
  }
}

@media (min-width: 992px) {
  body.home #header-home .container {
    margin-bottom: 6.25rem;
  }
}

body.home #header-home #bg-gradient {
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100%;
  left: 0;
  z-index: 1;
}

@media (min-width: 992px) {
  body.home #header-home #bg-gradient {
    display: none;
  }
}

body.home #content {
  padding-top: 0;
  padding-bottom: 0;
}

body.home #content section {
  margin-bottom: 20px;
}

body.home #content section > .wrapper {
  background-color: #fff;
  padding: 25px;
}

@media (min-width: 768px) {
  body.home #content section > .wrapper {
    padding: 5%;
    margin: 0 -5%;
  }
}

body.home #content section > .wrapper > h2 {
  font-weight: 500;
  margin-bottom: 25px;
  color: #212020;
  font-size: 2.5rem;
  line-height: 3.125rem;
}

@media (min-width: 768px) {
  body.home #content section > .wrapper > h2 {
    margin-bottom: 5%;
  }
}

body.home #content section > .wrapper > h2.hr::after {
  margin-bottom: 1.5rem;
}

body.home #content #insights,
body.home #content #webinars-seminars,
body.home #content #practice-areas,
body.home #content #general {
  background-color: #fff;
}

@media (max-width: 767.98px) {
  body.home #content #insights > .wrapper,
  body.home #content #webinars-seminars > .wrapper,
  body.home #content #practice-areas > .wrapper,
  body.home #content #general > .wrapper {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (max-width: 1199.98px) {
  body.home #content #insights,
  body.home #content #webinars-seminars,
  body.home #content #practice-areas,
  body.home #content #general {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }

  body.home #content #insights > .wrapper,
  body.home #content #webinars-seminars > .wrapper,
  body.home #content #practice-areas > .wrapper,
  body.home #content #general > .wrapper {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  body.home #content #insights,
  body.home #content #webinars-seminars,
  body.home #content #practice-areas,
  body.home #content #general {
    background-color: transparent;
  }

  body.home #content #insights > .wrapper,
  body.home #content #webinars-seminars > .wrapper,
  body.home #content #practice-areas > .wrapper,
  body.home #content #general > .wrapper {
    max-width: 110% !important;
    width: 110%;
  }
}

body.home #content .dynamic:first-of-type {
  margin-top: -40px;
  position: relative;
  z-index: 2;
}

body.home #content .dynamic:last-of-type {
  margin-bottom: 3.125rem;
}

@media (max-width: 991.98px) {
  body.home #content #insights .insights {
    margin-bottom: 70px;
  }
}

@media (min-width: 992px) {
  body.home #content #insights .insights {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

body.home #content #insights .row .featured-insight-wrapper {
  margin-bottom: 3.43rem;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  body.home #content #insights .row .featured-insight-wrapper {
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

body.home #content #insights .row .insights-wrapper {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  body.home #content #insights .row .insights-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

body.home #content #insights .row .insights-wrapper .insight-wrapper {
  position: relative;
  margin-bottom: 3.43rem;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 991.98px) {
  body.home #content #insights .row .insights-wrapper .insight-wrapper {
    margin-bottom: 0;
  }
}

body.home #content #insights .row .insights-wrapper .insight-wrapper:nth-child(even) {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  body.home #content #insights .row .insights-wrapper .insight-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  body.home #content #insights .row .insights-wrapper .insight-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  body.home #content #insights .row .insights-wrapper .insight-wrapper:nth-child(even) {
    display: none;
  }
}

body.home #content #insights article.type-od_insight {
  padding-bottom: 2.5rem;
  height: 100%;
  position: relative;
  cursor: pointer;
}

body.home #content #insights article.type-od_insight:hover .thumbnail > a > img {
  opacity: 0.75;
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
     transform: scale(1.1);
}

body.home #content #insights article.type-od_insight + article:last-child {
  margin-bottom: 0;
}

body.home #content #insights article.type-od_insight.featured-insight {
  margin-bottom: 0;
  padding-bottom: 1.5rem;
}

@media (max-width: 991.98px) {
  body.home #content #insights article.type-od_insight.featured-insight {
    padding-bottom: 0;
  }
}

body.home #content #insights article.type-od_insight .thumbnail {
  margin-bottom: 30px;
  overflow: hidden;
}

body.home #content #insights article.type-od_insight .thumbnail::after {
  content: "";
  display: table;
  clear: both;
}

body.home #content #insights article.type-od_insight.featured-insight .thumbnail {
  margin-bottom: 60px;
}

body.home #content #insights article.type-od_insight .thumbnail > a {
  display: block;
}

body.home #content #insights article.type-od_insight .thumbnail > a > img {
  -webkit-transition: opacity 500ms ease-out, -webkit-transform 500ms ease-out;
  transition: opacity 500ms ease-out, -webkit-transform 500ms ease-out;
  -o-transition: opacity 500ms ease-out, -o-transform 500ms ease-out;
  transition: opacity 500ms ease-out, transform 500ms ease-out;
  transition: opacity 500ms ease-out, transform 500ms ease-out, -webkit-transform 500ms ease-out, -o-transform 500ms ease-out;
  width: 100%;
  height: auto;
}

body.home #content #insights article.type-od_insight .thumbnail .people-bubbles {
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: right;
}

body.home #content #insights article.type-od_insight .thumbnail .people-bubbles.seven-plus {
  -webkit-transform: translateY(-75%);
  -o-transform: translateY(-75%);
     transform: translateY(-75%);
}

body.home #content #insights article.type-od_insight .thumbnail .people-bubbles .person-bubble {
  display: inline-block;
  margin-right: 2.5%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body.home #content #insights article.type-od_insight.featured-insight .thumbnail .person-bubble {
    width: 75px;
    height: 75px;
  }
}

@media (min-width: 992px) {
  body.home #content #insights article.type-od_insight.featured-insight .thumbnail .person-bubble {
    width: 70px;
    height: 70px;
  }
}

body.home #content #insights article.type-od_insight .thumbnail .people-bubbles .person-bubble:last-child {
  margin-right: 10%;
}

body.home #content #insights article.type-od_insight .thumbnail .people-bubbles .person-bubble img {
  -webkit-transition: -webkit-transform 500ms ease-out;
  transition: -webkit-transform 500ms ease-out;
  -o-transition: -o-transform 500ms ease-out;
  transition: transform 500ms ease-out;
  transition: transform 500ms ease-out, -webkit-transform 500ms ease-out, -o-transform 500ms ease-out;
}

body.home #content #insights article.type-od_insight .thumbnail .people-bubbles .person-bubble img:hover {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
     transform: scale(1.1);
}

body.home #content #insights article.type-od_insight .entry-title {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #212020;
  margin-bottom: 1.5625rem;
}

@media (min-width: 992px) {
  body.home #content #insights article.type-od_insight .entry-title {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

@media (min-width: 1200px) {
  body.home #content #insights article.type-od_insight .entry-title {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}

body.home #content #insights article.type-od_insight.featured-insight .entry-title {
  font-size: 1.25rem;
  line-height: 1.625rem;
}

@media (min-width: 768px) {
  body.home #content #insights article.type-od_insight.featured-insight .entry-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 992px) {
  body.home #content #insights article.type-od_insight.featured-insight .entry-title {
    font-size: 1.625rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1200px) {
  body.home #content #insights article.type-od_insight.featured-insight .entry-title {
    font-size: 1.625rem;
    line-height: 2.625rem;
  }
}

body.home #content #insights article.type-od_insight .entry-excerpt {
  color: #555;
  font-size: 0.8125rem;
  line-height: 1.375rem;
}

@media (min-width: 768px) {
  body.home #content #insights article.type-od_insight .entry-excerpt {
    font-size: 1.125rem;
    line-height: 2.125rem;
  }
}

@media (max-width: 991.98px) {
  body.home #content #insights article.type-od_insight .entry-excerpt {
    padding-right: 15%;
  }
}

body.home #content #insights article.type-od_insight footer {
  color: #555;
  text-transform: uppercase;
  padding-top: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.59375rem;
}

@media (min-width: 768px) {
  body.home #content #insights article.type-od_insight footer {
    font-size: 0.6875rem;
  }
}

@media (min-width: 992px) {
  body.home #content #insights article.type-od_insight footer {
    font-size: 0.75rem;
  }
}

@media (min-width: 1200px) {
  body.home #content #insights article.type-od_insight footer {
    font-size: 0.6875rem;
  }
}

@media (max-width: 991.98px) {
  body.home #content #insights article.type-od_insight.featured-insight footer {
    padding-top: 0.75rem;
  }
}

body.home #content #insights article.type-od_insight footer .authors {
  display: inline-block;
  padding-right: 1rem;
  padding-top: 0.5rem;
}

body.home #content #insights article.type-od_insight footer .authors .leading {
  text-transform: lowercase;
  font-weight: 300;
}

body.home #content #insights article.type-od_insight footer .authors .author:last-child::after {
  content: '';
}

body.home #content #insights article.type-od_insight footer .authors .author a {
  color: inherit;
}

body.home #content #insights article.type-od_insight footer .authors .author a:hover {
  color: #959595;
}

body.home #content #insights article.type-od_insight footer .category-date {
  display: inline-block;
  padding-top: 0.5rem;
}

body.home #content #insights article.type-od_insight footer .category-date .categories a {
  color: inherit;
}

body.home #content #insights article.type-od_insight footer .category-date .categories a:hover {
  color: #959595;
}

body.home #content #insights article.type-od_insight footer .category-date .sep {
  padding: 0 1em;
}

body.home #content #insights article.type-od_insight footer .category-date .sep,
body.home #content #insights article.type-od_insight footer .category-date .date {
  color: #9a9a9a;
  white-space: nowrap;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
}

body.home #content #insights #insights-controls {
  text-align: center;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
}

@media (min-width: 992px) {
  body.home #content #insights #insights-controls {
    border-top: 1px solid #e8e8e8;
    padding-top: 48px;
    margin-top: 48px;
  }
}

body.home #content #insights #insights-controls a:first-child {
  float: left;
}

body.home #content #insights #insights-controls a:last-child {
  float: right;
}

body.home #content #insights #insights-controls a:first-child,
body.home #content #insights #insights-controls a:last-child {
  display: none;
}

@media (min-width: 992px) {
  body.home #content #insights #insights-controls a:first-child,
  body.home #content #insights #insights-controls a:last-child {
    display: inline-block;
  }
}

body.home #content #insights #insights-controls img {
  width: 14px;
  height: 14px;
}

body.home #content #webinars-seminars .slick-list {
  margin-right: -30px;
}

body.home #content #webinars-seminars .slick-slide {
  margin-right: 30px;
}

body.home #content #webinars-seminars .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.home #content #webinars-seminars .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

body.home #content #webinars-seminars .slick-track .slick-slide article {
  height: auto;
  width: 100%;
}

@media (max-width: 991.98px) {
  body.home #content #webinars-seminars .webinars-seminars {
    margin-bottom: 106px;
  }
}

body.home #content #webinars-seminars article {
  cursor: pointer;
  position: relative;
  border: 1px solid #ccc;
  padding: 1.75rem 1.75rem 2.375rem;
  -webkit-transition: border-color 500ms ease-in-out;
  -o-transition: border-color 500ms ease-in-out;
  transition: border-color 500ms ease-in-out;
}

body.home #content #webinars-seminars article.featured-webinar-seminar {
  border: 2px solid #97a4be;
  background-color: #f4f4f4;
}

body.home #content #webinars-seminars article:hover {
  border-color: #2c74ad;
}

body.home #content #webinars-seminars article:hover .entry-title a {
  text-decoration: underline;
}

body.home #content #webinars-seminars article .post-type {
  margin-bottom: 1.5rem;
  color: #222;
  font-family: 'GT Sectra', Times, serif;
  font-style: italic;
  font-weight: 300;
  font-variant-numeric: lining-nums;
  font-size: 0.9375rem;
}

body.home #content #webinars-seminars article .entry-title {
  margin-bottom: 11.5rem;
  font-size: 1.125rem;
  line-height: 1.5625rem;
}

body.home #content #webinars-seminars article footer {
  position: absolute;
  bottom: 2.375rem;
  left: 1.75rem;
  right: 1.75rem;
}

body.home #content #webinars-seminars article footer .location-datetime {
  color: #555;
  margin-bottom: 2.5rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
}

body.home #content #webinars-seminars article footer .location-datetime .location {
  color: #222;
}

body.home #content #webinars-seminars article footer .location-datetime .sep {
  color: #9a9a9a;
}

body.home #content #webinars-seminars article footer .people-bubbles {
  margin-bottom: 2.5rem;
}

body.home #content #webinars-seminars article footer .people-bubbles .person {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  margin-right: -14px;
  position: relative;
}

body.home #content #webinars-seminars article footer .people-bubbles .person:hover {
  z-index: 10 !important;
}

body.home #content #webinars-seminars article footer .learn-more {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.8125rem;
}

body.home #content #webinars-seminars article footer .learn-more img {
  display: inline;
  position: relative;
  top: -1px;
}

body.home #content #practice-areas .double-wrapper {
  position: relative;
}

body.home #content #practice-areas .double-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

body.home #content #practice-areas .special-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 10%;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  body.home #content #practice-areas .special-image {
    right: 40%;
  }
}

@media (min-width: 1200px) {
  body.home #content #practice-areas .special-image {
    right: 30%;
  }
}

body.home #content #practice-areas .text {
  background-color: #fff;
  float: right;
  margin: 4.25rem 0 4.25rem 20%;
  padding: 2rem 0 2rem 2rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 576px) {
  body.home #content #practice-areas .text {
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  body.home #content #practice-areas .text {
    margin: 5.25rem 0 5.25rem 20%;
    padding: 6.25rem;
  }
}

@media (min-width: 992px) {
  body.home #content #practice-areas .text {
    margin-left: 40%;
  }
}

@media (min-width: 1200px) {
  body.home #content #practice-areas .text {
    margin-left: 60%;
  }
}

body.home #content #practice-areas .text h2 {
  margin-bottom: 1rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 300;
  font-variant-numeric: lining-nums;
  font-size: 0.8125rem;
}

@media (min-width: 768px) {
  body.home #content #practice-areas .text h2 {
    font-size: 0.9375rem;
  }
}

body.home #content #practice-areas .text h3 {
  margin-bottom: 1.5rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

@media (min-width: 768px) {
  body.home #content #practice-areas .text h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

@media (min-width: 1200px) {
  body.home #content #practice-areas .text h3 {
    font-size: 1.625rem;
    line-height: 1.875rem;
  }
}

body.home #content #practice-areas .text p {
  color: #555;
  margin-bottom: 2rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 300;
  font-variant-numeric: lining-nums;
  font-size: 0.8125rem;
  line-height: 1.375rem;
}

@media (min-width: 768px) {
  body.home #content #practice-areas .text p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

body.home .loader {
  top: calc(2.8rem + 27px);
  left: 23px;
  font-size: 2.5px;
}

body.home #header-home #header-home-search.fetching {
  background-image: none;
}

body.page-template-page_media-center main.main > .content .heading {
  margin-bottom: 1.5rem;
}

body.page-template-page_media-center main.main > .content .wysiwyg {
  margin-bottom: 3.5rem;
  font-size: 0.875rem;
  line-height: 1.625rem;
}

body.page-template-page_media-center main.main > .content .media-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

body.page-template-page_media-center main.main > .content .media-contacts .col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 576px) {
  body.page-template-page_media-center main.main > .content .media-contacts .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 992px) {
  body.page-template-page_media-center main.main > .content .media-contacts .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

body.page-template-page_media-center main.main > .content .media-contacts .person {
  margin: 0 0 3rem;
  padding: 0;
  border: none;
  text-align: center;
  max-width: 175px;
}

body.page-template-page_media-center main.main > .content .media-contacts .person .person-bubble {
  width: 110px;
  height: 110px;
  margin: 0 auto 1.5rem;
}

@media (min-width: 768px) {
  body.page-template-page_media-center main.main > .content .media-contacts .person .person-bubble {
    width: 100px;
    height: 100px;
  }
}

@media (min-width: 992px) {
  body.page-template-page_media-center main.main > .content .media-contacts .person .person-bubble {
    width: 75px;
    height: 75px;
  }
}

body.page-template-page_media-center main.main > .content .media-contacts .person .person-bubble img {
  opacity: 1 !important;
  -webkit-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

body.page-template-page_media-center main.main > .content .media-contacts .person .person-name {
  margin: 0 auto;
  padding: 0 0.5rem;
  max-width: 100%;
}

body.page-template-page_media-center main.main > .content .media-contacts .person .name {
  display: block;
  color: #222;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0.5rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

body.page-template-page_media-center main.main > .content .media-contacts .person .location {
  display: block;
  color: #555;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0.5rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}

body.page-template-page_media-center main.main > .content .media-contacts .person .label {
  display: block;
  color: #999;
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.6875rem;
  line-height: 0.875rem;
}

body.page-template-page_media-center main.main > .content .media-contacts .person .social-circles a {
  display: inline-block;
  width: 34px;
  height: 34px;
}

@media (min-width: 768px) {
  body.page-template-page_media-center main.main > .content .media-contacts .person .social-circles a {
    width: 31px;
    height: 31px;
  }
}

@media (min-width: 992px) {
  body.page-template-page_media-center main.main > .content .media-contacts .person .social-circles a {
    width: 24px;
    height: 24px;
  }
}

body.page-template-page_media-center main.main > .content .media-contacts .person .social-circles a:hover {
  opacity: 0.5;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body.post-type-archive-od_news .contact-inquiries,
  body.post-type-archive-od_press_release .contact-inquiries {
    margin-bottom: 3.375rem !important;
  }
}

body.post-type-archive-od_news .main article .content .entry-title {
  margin-bottom: 2rem;
}

body.page-template-page_media-center .main article .content .entry-summary,
body.post-type-archive-od_news .main article .content .entry-summary,
body.post-type-archive-od_press_release .main article .content .entry-summary {
  margin-bottom: 2.5rem;
}

body.page-template-page_media-center .aside-after .follow-us,
body.post-type-archive-od_news .aside-after .follow-us,
body.post-type-archive-od_press_release .aside-after .follow-us {
  padding-top: 1.375rem;
}

@media (min-width: 768px) {
  body.page-template-page_media-center .aside-after .follow-us,
  body.post-type-archive-od_news .aside-after .follow-us,
  body.post-type-archive-od_press_release .aside-after .follow-us {
    padding-top: 0;
  }
}

body.page-template-page_media-center .aside-after .follow-us .social,
body.post-type-archive-od_news .aside-after .follow-us .social,
body.post-type-archive-od_press_release .aside-after .follow-us .social {
  margin: 0 -0.4rem;
}

body.page-template-page_media-center .aside-after .follow-us .social a,
body.post-type-archive-od_news .aside-after .follow-us .social a,
body.post-type-archive-od_press_release .aside-after .follow-us .social a {
  margin: 0 0.4rem;
}

body.page-template-page_media-center .aside-after .contact-inquiries .person,
body.post-type-archive-od_news .aside-after .contact-inquiries .person,
body.post-type-archive-od_press_release .aside-after .contact-inquiries .person {
  margin-bottom: 1.5rem;
}

body.page-template-page_media-center .aside-after .contact-inquiries .person:last-child,
body.post-type-archive-od_news .aside-after .contact-inquiries .person:last-child,
body.post-type-archive-od_press_release .aside-after .contact-inquiries .person:last-child {
  margin-bottom: 0;
}

body.page-template-page_media-center .aside-after .contact-inquiries .person a,
body.post-type-archive-od_news .aside-after .contact-inquiries .person a,
body.post-type-archive-od_press_release .aside-after .contact-inquiries .person a {
  display: block;
  margin: 0 -15px;
  padding: 0 15px;
  text-decoration: none;
  max-width: 100%;
}

body.page-template-page_media-center .aside-after .contact-inquiries .person a::after,
body.post-type-archive-od_news .aside-after .contact-inquiries .person a::after,
body.post-type-archive-od_press_release .aside-after .contact-inquiries .person a::after {
  content: "";
  display: table;
  clear: both;
}

body.page-template-page_media-center .aside-after .contact-inquiries .person .person-bubble,
body.post-type-archive-od_news .aside-after .contact-inquiries .person .person-bubble,
body.post-type-archive-od_press_release .aside-after .contact-inquiries .person .person-bubble {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  float: left;
}

body.page-template-page_media-center .aside-after .contact-inquiries .person .person-name,
body.post-type-archive-od_news .aside-after .contact-inquiries .person .person-name,
body.post-type-archive-od_press_release .aside-after .contact-inquiries .person .person-name {
  padding-left: 1em;
  height: 50px;
  margin-top: 0;
  text-align: left;
  max-width: 100%;
  min-width: 90px;
  color: #222;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

body.page-template-page_media-center .aside-after .contact-inquiries .person .person-name .name::after,
body.post-type-archive-od_news .aside-after .contact-inquiries .person .person-name .name::after,
body.post-type-archive-od_press_release .aside-after .contact-inquiries .person .person-name .name::after {
  content: ',';
  padding-right: 0.25rem;
}

@media (max-width: 767.98px) {
  .page-template-page_about-us_pdi section.section,
  .page-template-page_alumni section.section,
  .page-template-page_about-us_pdi_team section.section,
  .page-template-page_about-us_pdi_framework section.section,
  .page-template-page_about-us_pdi_programs section.section,
  .page-template-page_about-us_pdi_publications section.section,
  .page-template-page_about-us_pdi_framework section.section,
  .page-template-page_about-us_pdi_programs section.section,
  .page-template-page_about-us_pdi_programs section.section,
  .page-template-page_about-us_pdi_publications section.section {
    padding: 4.75rem 0;
  }
}

.page-template-page_about-us_pdi section.section:first-child,
.page-template-page_alumni section.section:first-child,
.page-template-page_about-us_pdi_team section.section:first-child,
.page-template-page_about-us_pdi_framework section.section:first-child,
.page-template-page_about-us_pdi_programs section.section:first-child,
.page-template-page_about-us_pdi_publications section.section:first-child,
.page-template-page_about-us_pdi_framework section.section:first-child,
.page-template-page_about-us_pdi_programs section.section:first-child,
.page-template-page_about-us_pdi_programs section.section:first-child,
.page-template-page_about-us_pdi_publications section.section:first-child {
  padding-bottom: 4rem;
}

@media (min-width: 576px) {
  .page-template-page_about-us_pdi section.section:first-child,
  .page-template-page_alumni section.section:first-child,
  .page-template-page_about-us_pdi_team section.section:first-child,
  .page-template-page_about-us_pdi_framework section.section:first-child,
  .page-template-page_about-us_pdi_programs section.section:first-child,
  .page-template-page_about-us_pdi_publications section.section:first-child,
  .page-template-page_about-us_pdi_framework section.section:first-child,
  .page-template-page_about-us_pdi_programs section.section:first-child,
  .page-template-page_about-us_pdi_programs section.section:first-child,
  .page-template-page_about-us_pdi_publications section.section:first-child {
    padding-bottom: 7.5rem;
  }
}

@media (min-width: 768px) {
  .page-template-page_about-us_pdi section.section:first-child,
  .page-template-page_alumni section.section:first-child,
  .page-template-page_about-us_pdi_team section.section:first-child,
  .page-template-page_about-us_pdi_framework section.section:first-child,
  .page-template-page_about-us_pdi_programs section.section:first-child,
  .page-template-page_about-us_pdi_publications section.section:first-child,
  .page-template-page_about-us_pdi_framework section.section:first-child,
  .page-template-page_about-us_pdi_programs section.section:first-child,
  .page-template-page_about-us_pdi_programs section.section:first-child,
  .page-template-page_about-us_pdi_publications section.section:first-child {
    padding-bottom: 10rem;
  }
}

.page-template-page_about-us_pdi section.section:first-child .heading,
.page-template-page_alumni section.section:first-child .heading,
.page-template-page_about-us_pdi_team section.section:first-child .heading,
.page-template-page_about-us_pdi_framework section.section:first-child .heading,
.page-template-page_about-us_pdi_programs section.section:first-child .heading,
.page-template-page_about-us_pdi_publications section.section:first-child .heading,
.page-template-page_about-us_pdi_framework section.section:first-child .heading,
.page-template-page_about-us_pdi_programs section.section:first-child .heading,
.page-template-page_about-us_pdi_programs section.section:first-child .heading,
.page-template-page_about-us_pdi_publications section.section:first-child .heading {
  margin-bottom: 0 !important;
}

.page-template-page_about-us_pdi section.section.text-image .heading,
.page-template-page_alumni section.section.text-image .heading,
.page-template-page_about-us_pdi_team section.section.text-image .heading,
.page-template-page_about-us_pdi_framework section.section.text-image .heading,
.page-template-page_about-us_pdi_programs section.section.text-image .heading,
.page-template-page_about-us_pdi_publications section.section.text-image .heading,
.page-template-page_about-us_pdi_framework section.section.text-image .heading,
.page-template-page_about-us_pdi_programs section.section.text-image .heading,
.page-template-page_about-us_pdi_programs section.section.text-image .heading,
.page-template-page_about-us_pdi_publications section.section.text-image .heading {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.5625rem;
}

@media (min-width: 768px) {
  .page-template-page_about-us_pdi section.section.text-image .heading,
  .page-template-page_alumni section.section.text-image .heading,
  .page-template-page_about-us_pdi_team section.section.text-image .heading,
  .page-template-page_about-us_pdi_framework section.section.text-image .heading,
  .page-template-page_about-us_pdi_programs section.section.text-image .heading,
  .page-template-page_about-us_pdi_publications section.section.text-image .heading,
  .page-template-page_about-us_pdi_framework section.section.text-image .heading,
  .page-template-page_about-us_pdi_programs section.section.text-image .heading,
  .page-template-page_about-us_pdi_programs section.section.text-image .heading,
  .page-template-page_about-us_pdi_publications section.section.text-image .heading {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

.page-template-page_about-us_pdi section.section.text-image .wysywyg,
.page-template-page_alumni section.section.text-image .wysywyg,
.page-template-page_about-us_pdi_team section.section.text-image .wysywyg,
.page-template-page_about-us_pdi_framework section.section.text-image .wysywyg,
.page-template-page_about-us_pdi_programs section.section.text-image .wysywyg,
.page-template-page_about-us_pdi_publications section.section.text-image .wysywyg,
.page-template-page_about-us_pdi_framework section.section.text-image .wysywyg,
.page-template-page_about-us_pdi_programs section.section.text-image .wysywyg,
.page-template-page_about-us_pdi_programs section.section.text-image .wysywyg,
.page-template-page_about-us_pdi_publications section.section.text-image .wysywyg {
  margin-bottom: 1rem;
}

.page-template-page_about-us_pdi .section.link:hover,
.page-template-page_alumni .section.link:hover,
.page-template-page_about-us_pdi_team .section.link:hover,
.page-template-page_about-us_pdi_framework .section.link:hover,
.page-template-page_about-us_pdi_programs .section.link:hover,
.page-template-page_about-us_pdi_publications .section.link:hover,
.page-template-page_about-us_pdi_framework .section.link:hover,
.page-template-page_about-us_pdi_programs .section.link:hover,
.page-template-page_about-us_pdi_programs .section.link:hover,
.page-template-page_about-us_pdi_publications .section.link:hover {
  color: #0668bb !important;
}

.page-template-page_about-us_pdi #subnav-desktop,
.page-template-page_alumni #subnav-desktop {
  border-top: 1px solid #e8e8e8;
}

.page-template-page_about-us_pdi #sec1 .heading,
.page-template-page_alumni #sec1 .heading {
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  font-variant-numeric: lining-nums;
  font-size: 1.75rem;
  line-height: 2.4375rem;
}

@media (min-width: 768px) {
  .page-template-page_about-us_pdi #sec1 .heading,
  .page-template-page_alumni #sec1 .heading {
    font-size: 2.25rem;
    line-height: 2.8125rem;
  }
}

.page-template-page_about-us_pdi #sec1 .contact,
.page-template-page_alumni #sec1 .contact {
  margin-top: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.625rem;
}

.page-template-page_about-us_pdi #sec1 .contact img,
.page-template-page_alumni #sec1 .contact img {
  float: left;
  margin-right: 0.75rem;
}

.page-template-page_about-us_pdi #sec1 .contact span,
.page-template-page_alumni #sec1 .contact span {
  position: relative;
  top: 12px;
}

@media (min-width: 992px) {
  .page-template-page_about-us_pdi #sec1 .contact,
  .page-template-page_alumni #sec1 .contact {
    font-size: 0.5625rem;
  }

  .page-template-page_about-us_pdi #sec1 .contact img,
  .page-template-page_alumni #sec1 .contact img {
    width: 25px;
    height: 25px;
  }

  .page-template-page_about-us_pdi #sec1 .contact span,
  .page-template-page_alumni #sec1 .contact span {
    top: 6px;
  }
}

@media (max-width: 991.98px) {
  .page-template-page_about-us_pdi #sec2,
  .page-template-page_alumni #sec2 {
    padding-bottom: 0;
  }
}

.page-template-page_about-us_pdi #sec2 .pdi-team,
.page-template-page_alumni #sec2 .pdi-team,
.page-template-page_about-us_pdi #sec2 .pdi-programs,
.page-template-page_alumni #sec2 .pdi-programs,
.page-template-page_about-us_pdi #sec3 .pdi-team,
.page-template-page_alumni #sec3 .pdi-team,
.page-template-page_about-us_pdi #sec3 .pdi-programs,
.page-template-page_alumni #sec3 .pdi-programs {
  padding-bottom: 3.0625rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 3.0625rem;
}

@media (min-width: 768px) {
  .page-template-page_about-us_pdi #sec2 .pdi-team,
  .page-template-page_alumni #sec2 .pdi-team,
  .page-template-page_about-us_pdi #sec2 .pdi-programs,
  .page-template-page_alumni #sec2 .pdi-programs,
  .page-template-page_about-us_pdi #sec3 .pdi-team,
  .page-template-page_alumni #sec3 .pdi-team,
  .page-template-page_about-us_pdi #sec3 .pdi-programs,
  .page-template-page_alumni #sec3 .pdi-programs {
    padding-bottom: 4.34375rem;
    margin-bottom: 4.34375rem;
  }
}

.page-template-page_about-us_pdi #sec2 .wysiwyg,
.page-template-page_alumni #sec2 .wysiwyg,
.page-template-page_about-us_pdi #sec3 .wysiwyg,
.page-template-page_alumni #sec3 .wysiwyg {
  margin-bottom: 1.5rem;
}

.page-template-page_about-us_pdi #sec2 .learn-more,
.page-template-page_alumni #sec2 .learn-more,
.page-template-page_about-us_pdi #sec3 .learn-more,
.page-template-page_alumni #sec3 .learn-more {
  font-size: 0.8125rem;
  line-height: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}

.page-template-page_about-us_pdi #sec5 blockquote,
.page-template-page_alumni #sec5 blockquote {
  font-size: 1rem;
  line-height: 1.6875rem;
}

.page-template-page_about-us_pdi #sec5 blockquote > p,
.page-template-page_alumni #sec5 blockquote > p {
  margin-bottom: 4.125rem;
}

@media (min-width: 992px) {
  .page-template-page_about-us_pdi #sec5 blockquote > p,
  .page-template-page_alumni #sec5 blockquote > p {
    min-height: 16.5rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1200px) {
  .page-template-page_about-us_pdi #sec5 blockquote > p,
  .page-template-page_alumni #sec5 blockquote > p {
    min-height: 13.5rem;
  }
}

.page-template-page_about-us_pdi #sec5 blockquote .person-name,
.page-template-page_alumni #sec5 blockquote .person-name {
  padding-top: 8.25px;
  padding-bottom: 8.25px;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.page-template-page_about-us_pdi #sec5 blockquote .person-name .title,
.page-template-page_alumni #sec5 blockquote .person-name .title {
  padding-top: 5px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
}

.page-template-page_about-us_pdi #sec5 blockquote .no-link:hover img,
.page-template-page_alumni #sec5 blockquote .no-link:hover img {
  opacity: 1;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 767.98px) {
  .page-template-page_about-us_pdi #sec5 blockquote,
  .page-template-page_alumni #sec5 blockquote {
    margin-bottom: 4rem;
  }

  .page-template-page_about-us_pdi #sec5 blockquote .person-bubble,
  .page-template-page_alumni #sec5 blockquote .person-bubble {
    float: none;
    width: 90px;
    height: 90px;
  }

  .page-template-page_about-us_pdi #sec5 blockquote .person-name,
  .page-template-page_alumni #sec5 blockquote .person-name {
    float: none;
    padding-left: 0;
  }
}

.page-template-page_about-us_pdi_team .main > .header,
.page-template-page_about-us_pdi_framework .main > .header,
.page-template-page_about-us_pdi_programs .main > .header,
.page-template-page_about-us_pdi_publications .main > .header {
  padding-top: 4rem;
  padding-bottom: 6.25rem;
  border-bottom: 1px solid #e6e3e3;
}

.page-template-page_about-us_pdi_team .main > .header .section,
.page-template-page_about-us_pdi_framework .main > .header .section,
.page-template-page_about-us_pdi_programs .main > .header .section,
.page-template-page_about-us_pdi_publications .main > .header .section {
  color: #555;
  margin-bottom: 1rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
  font-size: 0.75rem;
}

.page-template-page_about-us_pdi_team .main > .header .entry-title,
.page-template-page_about-us_pdi_framework .main > .header .entry-title,
.page-template-page_about-us_pdi_programs .main > .header .entry-title,
.page-template-page_about-us_pdi_publications .main > .header .entry-title {
  margin-bottom: 2.5rem;
  font-size: 2.375rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  font-variant-numeric: lining-nums;
}

@media (min-width: 768px) {
  .page-template-page_about-us_pdi_team .main > .header .entry-title,
  .page-template-page_about-us_pdi_framework .main > .header .entry-title,
  .page-template-page_about-us_pdi_programs .main > .header .entry-title,
  .page-template-page_about-us_pdi_publications .main > .header .entry-title {
    font-size: 3rem;
  }
}

.page-template-page_about-us_pdi_team .main > .header .entry-content,
.page-template-page_about-us_pdi_framework .main > .header .entry-content,
.page-template-page_about-us_pdi_programs .main > .header .entry-content,
.page-template-page_about-us_pdi_publications .main > .header .entry-content {
  font-size: 1rem;
  line-height: 1.625rem;
}

@media (min-width: 992px) {
  .page-template-page_about-us_pdi_team .main > .header .entry-content,
  .page-template-page_about-us_pdi_framework .main > .header .entry-content,
  .page-template-page_about-us_pdi_programs .main > .header .entry-content,
  .page-template-page_about-us_pdi_publications .main > .header .entry-content {
    margin-top: 2.5rem;
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}

.page-template-page_about-us_pdi_team .main > .header .contact,
.page-template-page_about-us_pdi_framework .main > .header .contact,
.page-template-page_about-us_pdi_programs .main > .header .contact,
.page-template-page_about-us_pdi_publications .main > .header .contact {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
}

.page-template-page_about-us_pdi_team .main > .header .contact.mobile,
.page-template-page_about-us_pdi_framework .main > .header .contact.mobile,
.page-template-page_about-us_pdi_programs .main > .header .contact.mobile,
.page-template-page_about-us_pdi_publications .main > .header .contact.mobile {
  text-align: center;
}

.page-template-page_about-us_pdi_team .main > .header .contact.mobile a,
.page-template-page_about-us_pdi_framework .main > .header .contact.mobile a,
.page-template-page_about-us_pdi_programs .main > .header .contact.mobile a,
.page-template-page_about-us_pdi_publications .main > .header .contact.mobile a {
  display: block;
  max-width: 85px;
}

.page-template-page_about-us_pdi_team .main > .header .contact.mobile span,
.page-template-page_about-us_pdi_framework .main > .header .contact.mobile span,
.page-template-page_about-us_pdi_programs .main > .header .contact.mobile span,
.page-template-page_about-us_pdi_publications .main > .header .contact.mobile span {
  display: block;
  margin-top: 0.625rem;
  font-size: 0.5rem;
  line-height: 0.875rem;
}

@media (min-width: 992px) {
  .page-template-page_about-us_pdi_team .main > .header .contact.mobile,
  .page-template-page_about-us_pdi_framework .main > .header .contact.mobile,
  .page-template-page_about-us_pdi_programs .main > .header .contact.mobile,
  .page-template-page_about-us_pdi_publications .main > .header .contact.mobile {
    display: none;
  }
}

.page-template-page_about-us_pdi_team .main > .header .contact.desktop,
.page-template-page_about-us_pdi_framework .main > .header .contact.desktop,
.page-template-page_about-us_pdi_programs .main > .header .contact.desktop,
.page-template-page_about-us_pdi_publications .main > .header .contact.desktop {
  display: none;
  font-size: 0.5625rem;
}

@media (min-width: 992px) {
  .page-template-page_about-us_pdi_team .main > .header .contact.desktop,
  .page-template-page_about-us_pdi_framework .main > .header .contact.desktop,
  .page-template-page_about-us_pdi_programs .main > .header .contact.desktop,
  .page-template-page_about-us_pdi_publications .main > .header .contact.desktop {
    display: block;
  }
}

.page-template-page_about-us_pdi_team .main > .header .contact.desktop img,
.page-template-page_about-us_pdi_framework .main > .header .contact.desktop img,
.page-template-page_about-us_pdi_programs .main > .header .contact.desktop img,
.page-template-page_about-us_pdi_publications .main > .header .contact.desktop img {
  width: 25px;
  height: 25px;
  margin-right: 0.75rem;
}

@media (max-width: 991.98px) {
  .page-template-page_about-us_pdi_team .main > .header .contact-content,
  .page-template-page_about-us_pdi_framework .main > .header .contact-content,
  .page-template-page_about-us_pdi_programs .main > .header .contact-content,
  .page-template-page_about-us_pdi_publications .main > .header .contact-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .page-template-page_about-us_pdi_team .main > .header .contact-content .contact,
  .page-template-page_about-us_pdi_framework .main > .header .contact-content .contact,
  .page-template-page_about-us_pdi_programs .main > .header .contact-content .contact,
  .page-template-page_about-us_pdi_publications .main > .header .contact-content .contact {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .page-template-page_about-us_pdi_team .main > .header .contact-content .entry-content,
  .page-template-page_about-us_pdi_framework .main > .header .contact-content .entry-content,
  .page-template-page_about-us_pdi_programs .main > .header .contact-content .entry-content,
  .page-template-page_about-us_pdi_publications .main > .header .contact-content .entry-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .page-template-page_about-us_pdi_team .main > .header .contact-content .contact,
  .page-template-page_about-us_pdi_framework .main > .header .contact-content .contact,
  .page-template-page_about-us_pdi_programs .main > .header .contact-content .contact,
  .page-template-page_about-us_pdi_publications .main > .header .contact-content .contact {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .page-template-page_about-us_pdi_team .main > .header .contact-content .entry-content,
  .page-template-page_about-us_pdi_framework .main > .header .contact-content .entry-content,
  .page-template-page_about-us_pdi_programs .main > .header .contact-content .entry-content,
  .page-template-page_about-us_pdi_publications .main > .header .contact-content .entry-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.page-template-page_about-us_pdi_team section.section.text-image + .text-image,
.page-template-page_about-us_pdi_framework section.section.text-image + .text-image,
.page-template-page_about-us_pdi_programs section.section.text-image + .text-image,
.page-template-page_about-us_pdi_publications section.section.text-image + .text-image {
  padding-top: 2rem;
}

@media (max-width: 991.98px) {
  .page-template-page_about-us_pdi_team section.section.text-image + .text-image,
  .page-template-page_about-us_pdi_framework section.section.text-image + .text-image,
  .page-template-page_about-us_pdi_programs section.section.text-image + .text-image,
  .page-template-page_about-us_pdi_publications section.section.text-image + .text-image {
    padding-top: 0;
  }
}

.page-template-page_about-us_pdi_team section.heading,
.page-template-page_about-us_pdi_framework section.heading,
.page-template-page_about-us_pdi_programs section.heading,
.page-template-page_about-us_pdi_publications section.heading {
  padding-bottom: 4rem;
}

@media (max-width: 767.98px) {
  .page-template-page_about-us_pdi_team section.heading,
  .page-template-page_about-us_pdi_framework section.heading,
  .page-template-page_about-us_pdi_programs section.heading,
  .page-template-page_about-us_pdi_publications section.heading {
    padding-bottom: 2rem;
  }
}

.page-template-page_about-us_pdi_team section.heading .heading,
.page-template-page_about-us_pdi_framework section.heading .heading,
.page-template-page_about-us_pdi_programs section.heading .heading,
.page-template-page_about-us_pdi_publications section.heading .heading {
  font-size: 1.75rem;
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  .page-template-page_about-us_pdi_team section.heading .heading,
  .page-template-page_about-us_pdi_framework section.heading .heading,
  .page-template-page_about-us_pdi_programs section.heading .heading,
  .page-template-page_about-us_pdi_publications section.heading .heading {
    font-size: 2.25rem;
    line-height: 3.125rem;
  }
}

.page-template-page_about-us_pdi_team .downloads,
.page-template-page_about-us_pdi_framework .downloads,
.page-template-page_about-us_pdi_programs .downloads,
.page-template-page_about-us_pdi_publications .downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: -30px;
  margin-right: -30px;
}

@media (min-width: 768px) {
  .page-template-page_about-us_pdi_team .downloads,
  .page-template-page_about-us_pdi_framework .downloads,
  .page-template-page_about-us_pdi_programs .downloads,
  .page-template-page_about-us_pdi_publications .downloads {
    margin-top: 3.5rem;
  }
}

.page-template-page_about-us_pdi_team .downloads .download,
.page-template-page_about-us_pdi_framework .downloads .download,
.page-template-page_about-us_pdi_programs .downloads .download,
.page-template-page_about-us_pdi_publications .downloads .download {
  margin-bottom: 2rem;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 768px) {
  .page-template-page_about-us_pdi_team .downloads .download,
  .page-template-page_about-us_pdi_framework .downloads .download,
  .page-template-page_about-us_pdi_programs .downloads .download,
  .page-template-page_about-us_pdi_publications .downloads .download {
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.page-template-page_about-us_pdi_team .downloads .download:last-child,
.page-template-page_about-us_pdi_framework .downloads .download:last-child,
.page-template-page_about-us_pdi_programs .downloads .download:last-child,
.page-template-page_about-us_pdi_publications .downloads .download:last-child {
  margin-bottom: 0;
}

.page-template-page_about-us_pdi_team .downloads .download .image,
.page-template-page_about-us_pdi_framework .downloads .download .image,
.page-template-page_about-us_pdi_programs .downloads .download .image,
.page-template-page_about-us_pdi_publications .downloads .download .image {
  margin-bottom: 1.75rem;
}

.page-template-page_about-us_pdi_team .downloads .download .title,
.page-template-page_about-us_pdi_framework .downloads .download .title,
.page-template-page_about-us_pdi_programs .downloads .download .title,
.page-template-page_about-us_pdi_publications .downloads .download .title {
  margin-bottom: 2.25rem;
  font-size: 1rem;
  line-height: 1.375rem;
}

@media (min-width: 768px) {
  .page-template-page_about-us_pdi_team .downloads .download .title,
  .page-template-page_about-us_pdi_framework .downloads .download .title,
  .page-template-page_about-us_pdi_programs .downloads .download .title,
  .page-template-page_about-us_pdi_publications .downloads .download .title {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.page-template-page_about-us_pdi_team .downloads .download .file,
.page-template-page_about-us_pdi_framework .downloads .download .file,
.page-template-page_about-us_pdi_programs .downloads .download .file,
.page-template-page_about-us_pdi_publications .downloads .download .file {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}

.page-template-page_about-us_pdi_team .downloads .download .file a,
.page-template-page_about-us_pdi_framework .downloads .download .file a,
.page-template-page_about-us_pdi_programs .downloads .download .file a,
.page-template-page_about-us_pdi_publications .downloads .download .file a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAxNSAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMi4wOTA5MUgxMi4zNjgxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjA2MTQgMTguODE4MikiIHN0cm9rZT0iIzAwNDQ3QiIgc3Ryb2tlLXdpZHRoPSIxLjAwOCIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8bWFzayBpZD0ibWFzazAiIG1hc2stdHlwZT0iYWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjIiIHk9IjAiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxNyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCAwSDkuOTgxMDRWMTYuNjk1N0gwVjBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjg4NTg2KSIgZmlsbD0id2hpdGUiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS44MDUyNCAxMC45NDk0QzkuNjkxNzYgMTAuODI4OSA5LjU0MzIyIDEwLjc2MjMgOS4zODcyNiAxMC43NjIzQzkuMjMxMjkgMTAuNzYyMyA5LjA4Mjc1IDEwLjgyODkgOC45NjkyNyAxMC45NDk0TDUuNTg0NjcgMTQuNTQ1MlYwLjYzMTIxOEM1LjU4NDY3IDAuMjgzNDE3IDUuMzE4MiAwIDQuOTkwNTIgMEM0LjY3OTQ4IDAgNC4zOTYzNyAwLjMwMDc3NSA0LjM5NjM3IDAuNjMxMjE4VjE0LjU0NTJMMS4wMTE3NyAxMC45NDk0QzAuOTAzMDM5IDEwLjgzMzkgMC43NDI5MTUgMTAuNzYyMyAwLjU5Mzc4MiAxMC43NjIzQzAuNDQ0NjUgMTAuNzYyMyAwLjI4NDUyNSAxMC44MzM5IDAuMTc1Nzk1IDEwLjk0OTRDLTAuMDU4NTk4NCAxMS4xOTg0IC0wLjA1ODU5ODQgMTEuNTg4NSAwLjE3NTc5NSAxMS44Mzc1TDQuNTcyNTMgMTYuNTA4NkM0LjY4NjAyIDE2LjYyOTQgNC44MzQ1NSAxNi42OTYgNC45OTA1MiAxNi42OTZDNS4xNDY0OCAxNi42OTYgNS4yOTQ3MyAxNi42Mjk0IDUuNDA4NTEgMTYuNTA4Nkw5LjgwNTI0IDExLjgzNzVDMTAuMDM5NiAxMS41ODg1IDEwLjAzOTYgMTEuMTk4NCA5LjgwNTI0IDEwLjk0OTRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjg4NTg2KSIgZmlsbD0iIzAwNDQ3QiIvPgo8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 13.5px 21px;
  padding-left: 23.5px;
  min-height: 21px;
  display: block;
}

@media (max-width: 767.98px) {
  .page-template-page_about-us_pdi_team .downloads .download,
  .page-template-page_about-us_pdi_framework .downloads .download,
  .page-template-page_about-us_pdi_programs .downloads .download,
  .page-template-page_about-us_pdi_publications .downloads .download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .page-template-page_about-us_pdi_team .downloads .download .image,
  .page-template-page_about-us_pdi_framework .downloads .download .image,
  .page-template-page_about-us_pdi_programs .downloads .download .image,
  .page-template-page_about-us_pdi_publications .downloads .download .image {
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .page-template-page_about-us_pdi_team .downloads .download .title-file,
  .page-template-page_about-us_pdi_framework .downloads .download .title-file,
  .page-template-page_about-us_pdi_programs .downloads .download .title-file,
  .page-template-page_about-us_pdi_publications .downloads .download .title-file {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    padding-left: 30px;
    padding-right: 0;
  }
}

.page-template-page_about-us_pdi_framework .grid-tile,
.page-template-page_about-us_pdi_programs .grid-tile {
  border: 1px solid #e8e8e8;
  padding: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.page-template-page_about-us_pdi_publications section.section.text-image + .text-image {
  padding-top: 0;
}

.page-template-page_about-us_pdi_publications .download {
  margin-top: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}

.page-template-page_about-us_pdi_publications .download a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAxNSAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMi4wOTA5MUgxMi4zNjgxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjA2MTQgMTguODE4MikiIHN0cm9rZT0iIzAwNDQ3QiIgc3Ryb2tlLXdpZHRoPSIxLjAwOCIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8bWFzayBpZD0ibWFzazAiIG1hc2stdHlwZT0iYWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjIiIHk9IjAiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxNyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCAwSDkuOTgxMDRWMTYuNjk1N0gwVjBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjg4NTg2KSIgZmlsbD0id2hpdGUiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS44MDUyNCAxMC45NDk0QzkuNjkxNzYgMTAuODI4OSA5LjU0MzIyIDEwLjc2MjMgOS4zODcyNiAxMC43NjIzQzkuMjMxMjkgMTAuNzYyMyA5LjA4Mjc1IDEwLjgyODkgOC45NjkyNyAxMC45NDk0TDUuNTg0NjcgMTQuNTQ1MlYwLjYzMTIxOEM1LjU4NDY3IDAuMjgzNDE3IDUuMzE4MiAwIDQuOTkwNTIgMEM0LjY3OTQ4IDAgNC4zOTYzNyAwLjMwMDc3NSA0LjM5NjM3IDAuNjMxMjE4VjE0LjU0NTJMMS4wMTE3NyAxMC45NDk0QzAuOTAzMDM5IDEwLjgzMzkgMC43NDI5MTUgMTAuNzYyMyAwLjU5Mzc4MiAxMC43NjIzQzAuNDQ0NjUgMTAuNzYyMyAwLjI4NDUyNSAxMC44MzM5IDAuMTc1Nzk1IDEwLjk0OTRDLTAuMDU4NTk4NCAxMS4xOTg0IC0wLjA1ODU5ODQgMTEuNTg4NSAwLjE3NTc5NSAxMS44Mzc1TDQuNTcyNTMgMTYuNTA4NkM0LjY4NjAyIDE2LjYyOTQgNC44MzQ1NSAxNi42OTYgNC45OTA1MiAxNi42OTZDNS4xNDY0OCAxNi42OTYgNS4yOTQ3MyAxNi42Mjk0IDUuNDA4NTEgMTYuNTA4Nkw5LjgwNTI0IDExLjgzNzVDMTAuMDM5NiAxMS41ODg1IDEwLjAzOTYgMTEuMTk4NCA5LjgwNTI0IDEwLjk0OTRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjg4NTg2KSIgZmlsbD0iIzAwNDQ3QiIvPgo8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 13.5px 21px;
  padding-left: 23.5px;
  min-height: 21px;
  display: block;
  margin-bottom: 2rem;
}

.page-template-page_about-us_pdi_publications #publication-archive {
  text-align: center;
  border-top: 1px solid #e8e8e8;
  padding: 2.75rem 0 5rem;
}

@media (min-width: 768px) {
  .page-template-page_about-us_pdi_publications #publication-archive {
    padding: 3.5rem 0 9rem;
  }
}

.page-template-page_about-us_pdi_publications #pdi-podcasts,
.page-template-page_about-us_pdi_publications #pdi-insights {
  padding: 3rem 0 0;
}

@media (min-width: 768px) {
  .page-template-page_about-us_pdi_publications #pdi-podcasts,
  .page-template-page_about-us_pdi_publications #pdi-insights {
    padding: 5.625rem 0 0;
  }
}

.page-template-page_about-us_pdi_publications #pdi-podcasts .section-title,
.page-template-page_about-us_pdi_publications #pdi-insights .section-title {
  margin-bottom: 3rem;
  font-size: 1.75rem;
  line-height: 2.1875rem;
}

@media (min-width: 768px) {
  .page-template-page_about-us_pdi_publications #pdi-podcasts .section-title,
  .page-template-page_about-us_pdi_publications #pdi-insights .section-title {
    margin-bottom: 4.5rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.page-template-page_about-us_pdi_publications #pdi-podcasts .controls,
.page-template-page_about-us_pdi_publications #pdi-insights .controls {
  text-align: center;
  margin-top: 1.125rem;
  border-top: 1px solid #ddd;
  padding-top: 2.75rem;
  margin-bottom: 3.875rem;
}

@media (min-width: 768px) {
  .page-template-page_about-us_pdi_publications #pdi-podcasts .controls,
  .page-template-page_about-us_pdi_publications #pdi-insights .controls {
    margin-top: 1.975rem;
    padding-top: 3rem;
    margin-bottom: 3rem;
  }
}

.page-template-page_privacy main.main {
  margin-top: 3.5rem;
}

.page-template-page_privacy main.main p,
.page-template-page_privacy main.main ul,
.page-template-page_privacy main.main ol {
  color: #555;
  font-size: 0.875rem;
  line-height: 1.625rem;
}

.page-template-page_privacy main.main ul {
  list-style-type: none;
  padding-left: 0;
}

.page-template-page_privacy main.main ul > li {
  text-indent: -0.65rem;
  padding-left: 0.75rem;
}

.page-template-page_privacy main.main ul > li::before {
  content: '- ';
}

.page-template-page_privacy main.main h1 {
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  font-variant-numeric: lining-nums;
}

.page-template-page_privacy main.main .h5 {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.page-template-page_privacy main.main h1,
.page-template-page_privacy main.main h2,
.page-template-page_privacy main.main h3,
.page-template-page_privacy main.main h4,
.page-template-page_privacy main.main h5,
.page-template-page_privacy main.main h6,
.page-template-page_privacy main.main p,
.page-template-page_privacy main.main ul,
.page-template-page_privacy main.main ol {
  margin-bottom: 2rem;
}

.page-template-page_privacy main.main .CookieDeclarationType {
  border-color: #ccc;
  padding: 1.75rem;
  margin: 0 0 3.5rem 0;
}

@media (max-width: 991.98px) {
  .page-template-page_privacy main.main .CookieDeclarationType {
    overflow-x: scroll;
  }

  .page-template-page_privacy main.main .CookieDeclarationType table,
  .page-template-page_privacy main.main .CookieDeclarationType .CookieDeclarationTable {
    min-width: 600px;
    margin-right: 1.75rem;
  }
}

.page-template-page_privacy main.main .CookieDeclarationTypeHeader {
  color: #212020;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
}

.page-template-page_privacy main.main table,
.page-template-page_privacy main.main .CookieDeclarationTable {
  width: auto;
}

.page-template-page_privacy main.main table *,
.page-template-page_privacy main.main .CookieDeclarationTable * {
  border-color: #ccc;
  font-size: 0.875rem;
  line-height: 1.625rem;
}

.page-template-page_privacy main.main table .CookieDeclarationTableHeader,
.page-template-page_privacy main.main .CookieDeclarationTable .CookieDeclarationTableHeader {
  padding: 1rem 1rem 1rem 0;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
}

.page-template-page_privacy main.main table td,
.page-template-page_privacy main.main .CookieDeclarationTable td {
  color: #555;
  padding: 1rem 1rem 1rem 0;
}

.page-template-page_privacy main.main table tr:last-child > td,
.page-template-page_privacy main.main .CookieDeclarationTable tr:last-child > td {
  border-bottom: none;
  padding-bottom: 0;
}

body.search #content {
  overflow: initial;
}

@media (max-width: 991.98px) {
  body.search #search-filters {
    margin: 0;
  }
}

body.search .aside-before {
  border-bottom: none;
  border-right: none !important;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  body.search main.main {
    padding-left: 75px !important;
  }
}

@media (min-width: 1200px) {
  body.search main.main {
    padding-left: 115px !important;
  }
}

body.search main.main .featured.flag {
  display: none;
}

body.search main.main .section-post-type article:last-of-type {
  border-bottom: none;
  margin-bottom: 2.5rem;
}

body.search main.main .section-post-type#people .article-list {
  margin-bottom: 1.1375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

body.search main.main .section-post-type#people article.od_person {
  margin: 0 0 4.8rem;
  padding: 0;
  border: none;
  text-align: center;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 768px) {
  body.search main.main .section-post-type#people article.od_person {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

body.search main.main .section-post-type#people article.od_person .person-bubble {
  width: 110px;
  height: 110px;
  margin: 0 auto 1.5rem;
}

@media (min-width: 768px) {
  body.search main.main .section-post-type#people article.od_person .person-bubble {
    width: 100px;
    height: 100px;
  }
}

@media (min-width: 992px) {
  body.search main.main .section-post-type#people article.od_person .person-bubble {
    width: 75px;
    height: 75px;
  }
}

body.search main.main .section-post-type#people article.od_person .entry-title {
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
  font-size: 1.25rem;
  line-height: 1.5625rem;
}

@media (min-width: 768px) {
  body.search main.main .section-post-type#people article.od_person .entry-title {
    font-size: 1.125rem;
    line-height: 1.4375rem;
  }
}

@media (min-width: 992px) {
  body.search main.main .section-post-type#people article.od_person .entry-title {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

body.search main.main .section-post-type#people article.od_person .location {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: 1.375rem;
}

@media (min-width: 768px) {
  body.search main.main .section-post-type#people article.od_person .location {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 992px) {
  body.search main.main .section-post-type#people article.od_person .location {
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
}

body.search main.main .section-post-type#people article.od_person .location a {
  color: inherit;
}

body.search main.main .section-post-type#people article.od_person .social-circles a {
  display: inline-block;
  width: 34px;
  height: 34px;
}

@media (min-width: 768px) {
  body.search main.main .section-post-type#people article.od_person .social-circles a {
    width: 31px;
    height: 31px;
  }
}

@media (min-width: 992px) {
  body.search main.main .section-post-type#people article.od_person .social-circles a {
    width: 24px;
    height: 24px;
  }
}

body.search main.main .section-post-type#people article.od_person .social-circles a:hover {
  opacity: 0.5;
}

body.search main.main .section-post-type#solutions article aside.date,
body.search main.main .section-post-type#practice-areas article aside.date {
  display: none;
}

body.search main.main .section-post-type#solutions article div.content,
body.search main.main .section-post-type#practice-areas article div.content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

body.search main.main .section-post-type#solutions article .entry-summary,
body.search main.main .section-post-type#practice-areas article .entry-summary {
  margin-bottom: 1.5rem;
}

.filters.sidebar {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

.filters.sidebar > .section-title {
  background-color: #97a4be;
  color: #fff;
  padding: 0.75rem 1rem;
  margin: 0;
  display: none;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
}

@media (min-width: 992px) {
  .filters.sidebar > .section-title {
    display: block;
  }
}

.filters.sidebar > .section-title.mobile {
  display: block;
}

@media (min-width: 992px) {
  .filters.sidebar > .section-title.mobile {
    display: none;
  }
}

.filters.sidebar #heading-filters {
  padding: 0;
}

.filters.sidebar #heading-filters a {
  display: block;
  padding: 0.75rem 2.8125rem 0.75rem 1rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAzIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC41IDEuNUgxOS42MDUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8cGF0aCBkPSJNMC41IDEuNUgxOS42MDUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMSkiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8L3N2Zz4K);
  background-position: right 1rem center;
  background-repeat: no-repeat;
  text-decoration: none;
}

.filters.sidebar #heading-filters a.collapsed {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNSAxLjVIMTkuNjA1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDkpIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTAuNSAxLjVIMTkuNjA1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDEwKSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+CjxwYXRoIGQ9Ik0xIDE4LjEwNVYwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5IDEpIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTEgMTguMTA1VjAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwIDEpIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+Cg==);
}

.filters.sidebar #heading-filters a:hover {
  opacity: 0.75;
  color: #fff;
}

.filters.sidebar #content-type-filters {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .filters.sidebar #content-type-filters {
    display: block !important;
  }
}

.filters.sidebar #content-type-filters li {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
}

.filters.sidebar #content-type-filters li a {
  display: block;
  padding: 0.75rem 1rem;
}

.filters.sidebar #content-type-filters li a:hover {
  color: #00447b;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}

.filters.sidebar #content-type-filters li a.active {
  background-color: #00447b;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}

.filters.sidebar #content-type-filters li a.active::after {
  content: 'x';
  float: right;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
}

.filters.sidebar .accordion .accordion-heading {
  margin: 0;
  font-weight: inherit;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

.filters.sidebar .accordion .accordion-heading a {
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAzIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC41IDEuNUgxOS42MDUiIHN0cm9rZT0iIzk3QTRCRSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8cGF0aCBkPSJNMC41IDEuNUgxOS42MDUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMSkiIHN0cm9rZT0iIzk3QTRCRSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8L3N2Zz4K);
  background-position: right 1rem center;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #555;
  padding: 0.75rem 2.8125rem 0.75rem 1rem;
}

.filters.sidebar .accordion .accordion-heading a.collapsed {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNSAxLjVIMTkuNjA1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDkpIiBzdHJva2U9IiM5N0E0QkUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTAuNSAxLjVIMTkuNjA1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDEwKSIgc3Ryb2tlPSIjOTdBNEJFIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+CjxwYXRoIGQ9Ik0xIDE4LjEwNVYwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5IDEpIiBzdHJva2U9IiM5N0E0QkUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTEgMTguMTA1VjAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwIDEpIiBzdHJva2U9IiM5N0E0QkUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+Cg==);
}

.filters.sidebar .accordion .accordion-heading a:hover {
  opacity: 0.5;
}

.filters.sidebar .accordion .accordion-content {
  padding-bottom: 0.875rem;
}

.filters.sidebar .accordion .accordion-content a {
  display: block;
  padding: 0.125rem 0.5rem 0.125rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.filters.sidebar .accordion:first-of-type .accordion-button {
  border-top: none;
}

.section-heading {
  border-bottom: 1px solid #999;
  padding-bottom: 0.5rem;
  margin-bottom: 4.25rem;
}

.section-heading .heading {
  color: #212020;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
}

.section-heading span:not(.heading) {
  float: right;
  font-size: 0.6875rem;
  line-height: 3.125rem;
}

.section-heading .count {
  color: #999;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
}

.section-heading .view-more {
  padding-left: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .section-heading .heading {
    display: block;
  }

  .section-heading .count {
    float: left !important;
  }
}

.single-od_insight main.main,
.single-od_podcast main.main {
  padding-top: 3.625rem;
}

@media (min-width: 768px) {
  .single-od_insight main.main,
  .single-od_podcast main.main {
    padding-top: 4.75rem;
  }
}

.single-od_insight main > article::after,
.single-od_podcast main > article::after {
  content: "";
  display: table;
  clear: both;
}

.single-od_insight main > article header,
.single-od_podcast main > article header {
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .single-od_insight main > article header,
  .single-od_podcast main > article header {
    width: 85%;
    margin-bottom: 4.125rem;
  }
}

@media (min-width: 992px) {
  .single-od_insight main > article header,
  .single-od_podcast main > article header {
    width: 75%;
  }
}

.single-od_insight main > article header .category,
.single-od_podcast main > article header .category {
  margin-bottom: 0.5rem;
  color: #ccc;
  font-size: 0.75rem;
}

.single-od_insight main > article header .entry-title,
.single-od_podcast main > article header .entry-title {
  margin-bottom: 1.8125rem;
}

.single-od_insight main > article header .details,
.single-od_podcast main > article header .details {
  color: #555;
  margin-bottom: 2rem;
  font-size: 0.875rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
}

@media (min-width: 768px) {
  .single-od_insight main > article header .details,
  .single-od_podcast main > article header .details {
    font-size: 0.8125rem;
  }
}

.single-od_insight main > article header .details label,
.single-od_podcast main > article header .details label {
  padding-right: 0.5rem;
  color: #212020;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}

.single-od_insight main > article header .download-print-share-wrapper,
.single-od_podcast main > article header .download-print-share-wrapper {
  padding-bottom: 0;
}

.single-od_insight main > article header .download-print-share .a2a_kit,
.single-od_podcast main > article header .download-print-share .a2a_kit,
.single-od_insight main > article header .single-od_podcast .download-share-subscribe .a2a_kit,
.single-od_podcast .single-od_insight main > article header .download-share-subscribe .a2a_kit,
.single-od_podcast main > article header .download-share-subscribe .a2a_kit {
  margin: 0 -15px;
}

.single-od_insight main > article header .download-print-share .a2a_kit > a,
.single-od_podcast main > article header .download-print-share .a2a_kit > a,
.single-od_insight main > article header .single-od_podcast .download-share-subscribe .a2a_kit > a,
.single-od_podcast .single-od_insight main > article header .download-share-subscribe .a2a_kit > a,
.single-od_podcast main > article header .download-share-subscribe .a2a_kit > a {
  padding: 0 1.5rem;
  border-right: 1px solid #e8e8e8;
}

.single-od_insight main > article header .download-print-share .a2a_kit > a:first-child,
.single-od_podcast main > article header .download-print-share .a2a_kit > a:first-child,
.single-od_insight main > article header .single-od_podcast .download-share-subscribe .a2a_kit > a:first-child,
.single-od_podcast .single-od_insight main > article header .download-share-subscribe .a2a_kit > a:first-child,
.single-od_podcast main > article header .download-share-subscribe .a2a_kit > a:first-child {
  padding-left: 15px;
}

.single-od_insight main > article header .download-print-share .a2a_kit > a:last-child,
.single-od_podcast main > article header .download-print-share .a2a_kit > a:last-child,
.single-od_insight main > article header .single-od_podcast .download-share-subscribe .a2a_kit > a:last-child,
.single-od_podcast .single-od_insight main > article header .download-share-subscribe .a2a_kit > a:last-child,
.single-od_podcast main > article header .download-share-subscribe .a2a_kit > a:last-child {
  border-right: none;
}

.single-od_insight main > article header .download-print-share .a2a_kit > a:hover img,
.single-od_podcast main > article header .download-print-share .a2a_kit > a:hover img,
.single-od_insight main > article header .single-od_podcast .download-share-subscribe .a2a_kit > a:hover img,
.single-od_podcast .single-od_insight main > article header .download-share-subscribe .a2a_kit > a:hover img,
.single-od_podcast main > article header .download-share-subscribe .a2a_kit > a:hover img {
  opacity: 0.5;
}

.single-od_insight main > article header .download-print-share .a2a_kit > a img,
.single-od_podcast main > article header .download-print-share .a2a_kit > a img,
.single-od_insight main > article header .single-od_podcast .download-share-subscribe .a2a_kit > a img,
.single-od_podcast .single-od_insight main > article header .download-share-subscribe .a2a_kit > a img,
.single-od_podcast main > article header .download-share-subscribe .a2a_kit > a img {
  width: auto;
  height: auto;
  -webkit-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}

.single-od_insight main > article .thumbnail,
.single-od_podcast main > article .thumbnail {
  max-height: 540px;
  overflow: hidden;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .single-od_insight main > article .thumbnail,
  .single-od_podcast main > article .thumbnail {
    margin-bottom: 6rem;
  }
}

.single-od_insight main > article .thumbnail img,
.single-od_podcast main > article .thumbnail img {
  width: 100%;
  height: auto;
}

.single-od_insight main > article .entry-content,
.single-od_podcast main > article .entry-content {
  margin-bottom: 3.3rem;
  font-size: 0.9375rem;
  line-height: 1.625rem;
}

@media (min-width: 768px) {
  .single-od_insight main > article .entry-content,
  .single-od_podcast main > article .entry-content {
    margin-bottom: 5.6875rem;
  }
}

.single-od_insight main > article .entry-content > p:first-child::first-letter,
.single-od_podcast main > article .entry-content > p:first-child::first-letter {
  float: left;
  padding: 0.5rem 0.5rem 0 0;
  color: #222;
  font-size: 3.375rem;
  line-height: 2rem;
}

.single-od_insight main > article .people,
.single-od_podcast main > article .people {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .single-od_insight main > article .people,
  .single-od_podcast main > article .people {
    margin-bottom: 5.6875rem;
  }
}

.single-od_insight main > article .people:last-child,
.single-od_podcast main > article .people:last-child {
  padding-bottom: 0;
}

.single-od_insight main > article .people.moderators,
.single-od_podcast main > article .people.moderators {
  display: none;
}

@media (min-width: 768px) {
  .single-od_insight main > article .people.moderators,
  .single-od_podcast main > article .people.moderators {
    display: block;
  }
}

.single-od_insight main > article .people .person,
.single-od_podcast main > article .people .person {
  padding-bottom: 3rem;
  text-align: center;
}

.single-od_insight main > article .people .person:last-child,
.single-od_podcast main > article .people .person:last-child {
  padding-bottom: 0;
}

.single-od_insight main > article .people .person a,
.single-od_podcast main > article .people .person a {
  display: block;
  max-width: 135px;
}

.single-od_insight main > article .people .person-bubble,
.single-od_podcast main > article .people .person-bubble {
  width: 64px;
  max-width: 100%;
  display: inline-block;
}

@media (min-width: 768px) {
  .single-od_insight main > article .people .person-bubble,
  .single-od_podcast main > article .people .person-bubble {
    width: 84px;
  }
}

.single-od_insight main > article .people .person-name,
.single-od_podcast main > article .people .person-name {
  margin-top: 0;
}

@media (min-width: 768px) {
  .single-od_insight main > article .people .person-name,
  .single-od_podcast main > article .people .person-name {
    margin-top: 1rem;
  }
}

.single-od_insight main > article .people .person-name > span,
.single-od_podcast main > article .people .person-name > span {
  display: block;
  padding: 0.625rem 0;
  border-bottom: 1px solid #e8e8e8;
}

@media (min-width: 768px) {
  .single-od_insight main > article .people .person-name > span,
  .single-od_podcast main > article .people .person-name > span {
    padding: 1rem 0;
  }
}

.single-od_insight main > article .people .person-name > span:last-child,
.single-od_podcast main > article .people .person-name > span:last-child {
  border-bottom: none;
}

.single-od_insight main > article .people .name,
.single-od_podcast main > article .people .name {
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
  font-size: 0.6875rem;
}

@media (min-width: 768px) {
  .single-od_insight main > article .people .name,
  .single-od_podcast main > article .people .name {
    font-size: 0.875rem;
  }
}

.single-od_insight main > article .people .location,
.single-od_podcast main > article .people .location {
  color: #555;
  font-size: 0.625rem;
}

@media (min-width: 768px) {
  .single-od_insight main > article .people .location,
  .single-od_podcast main > article .people .location {
    font-size: 0.75rem;
  }
}

.single-od_insight main > article .people .label,
.single-od_podcast main > article .people .label {
  color: #999;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.5625rem;
}

@media (min-width: 768px) {
  .single-od_insight main > article .people .label,
  .single-od_podcast main > article .people .label {
    font-size: 0.625rem;
  }
}

.single-od_insight main > article #share-this-mobile,
.single-od_podcast main > article #share-this-mobile,
.single-od_insight main > article #share-this-desktop,
.single-od_podcast main > article #share-this-desktop {
  margin-bottom: 1.5rem;
}

.single-od_insight main > article #share-this-mobile h4,
.single-od_podcast main > article #share-this-mobile h4,
.single-od_insight main > article #share-this-desktop h4,
.single-od_podcast main > article #share-this-desktop h4 {
  font-size: 1.125rem;
}

.single-od_insight main > article #share-this-mobile,
.single-od_podcast main > article #share-this-mobile {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .single-od_insight main > article #share-this-mobile,
  .single-od_podcast main > article #share-this-mobile {
    display: none;
  }
}

.single-od_insight main > article #share-this-desktop,
.single-od_podcast main > article #share-this-desktop {
  display: none;
}

@media (min-width: 768px) {
  .single-od_insight main > article #share-this-desktop,
  .single-od_podcast main > article #share-this-desktop {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .single-od_insight main > article > .row,
  .single-od_podcast main > article > .row {
    display: block;
    margin: 0;
  }

  .single-od_insight main > article > .row .col-md-3,
  .single-od_podcast main > article > .row .col-md-3 {
    float: left;
    padding-left: 0;
    padding-right: 30px;
    padding-bottom: 30px;
    width: 25%;
  }

  .single-od_insight main > article > .row .col-md-6,
  .single-od_podcast main > article > .row .col-md-6 {
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  .single-od_insight main > article > .row .col-md-3,
  .single-od_podcast main > article > .row .col-md-3 {
    padding-right: 15px;
    padding-bottom: 15px;
  }
}

.single-od_insight #cta-newsletter,
.single-od_podcast #cta-newsletter {
  background-color: #00447b;
  color: #fff;
  padding: 2.6rem 0;
}

@media (min-width: 768px) {
  .single-od_insight #cta-newsletter,
  .single-od_podcast #cta-newsletter {
    padding: 7.5rem 0;
  }
}

@media (min-width: 768px) {
  .single-od_insight #cta-newsletter .row,
  .single-od_podcast #cta-newsletter .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

.single-od_insight #cta-newsletter .col-md-6,
.single-od_podcast #cta-newsletter .col-md-6 {
  height: 100%;
}

.single-od_insight #cta-newsletter h2,
.single-od_podcast #cta-newsletter h2 {
  color: #e8e8e8;
  font-weight: 400;
  font-size: 0.8125rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
}

.single-od_insight #cta-newsletter h1,
.single-od_podcast #cta-newsletter h1 {
  color: #fff;
  font-size: 2.75rem;
  line-height: 3.25rem;
}

.single-od_insight #cta-newsletter form,
.single-od_podcast #cta-newsletter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.single-od_insight #cta-newsletter form .gform_body,
.single-od_podcast #cta-newsletter form .gform_body,
.single-od_insight #cta-newsletter form .gform_footer,
.single-od_podcast #cta-newsletter form .gform_footer {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-od_insight #cta-newsletter form .gform_body,
.single-od_podcast #cta-newsletter form .gform_body {
  width: 100%;
}

.single-od_insight #cta-newsletter form .gform_footer,
.single-od_podcast #cta-newsletter form .gform_footer {
  width: 33px;
}

.single-od_insight #cta-newsletter .gform_wrapper,
.single-od_podcast #cta-newsletter .gform_wrapper {
  width: 100%;
  margin: 0;
}

.single-od_insight #cta-newsletter .gform_fields,
.single-od_podcast #cta-newsletter .gform_fields {
  width: 100%;
}

.single-od_insight #cta-newsletter .gfield,
.single-od_podcast #cta-newsletter .gfield {
  margin: 0;
  padding: 0;
  max-width: 100% !important;
  width: 100% !important;
}

.single-od_insight #cta-newsletter input[type="text"],
.single-od_podcast #cta-newsletter input[type="text"] {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #00447b;
  outline: none;
  border-top: none;
  border-bottom: 2px solid #e8e8e8;
  font-size: 0.875rem;
  width: 100%;
  padding: 1rem 0;
  color: #e8e8e8;
  -webkit-transition: border-color 500ms ease-out, color 500ms ease-out;
  -o-transition: border-color 500ms ease-out, color 500ms ease-out;
  transition: border-color 500ms ease-out, color 500ms ease-out;
  font-size: 0.6875rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
}

.single-od_insight #cta-newsletter input[type="text"]:focus,
.single-od_podcast #cta-newsletter input[type="text"]:focus {
  color: #fff;
}

.single-od_insight #cta-newsletter input[type="text"]::-webkit-input-placeholder,
.single-od_podcast #cta-newsletter input[type="text"]::-webkit-input-placeholder {
  color: #e8e8e8;
}

.single-od_insight #cta-newsletter input[type="text"]:-ms-input-placeholder,
.single-od_podcast #cta-newsletter input[type="text"]:-ms-input-placeholder {
  color: #e8e8e8;
}

.single-od_insight #cta-newsletter input[type="text"]::-ms-input-placeholder,
.single-od_podcast #cta-newsletter input[type="text"]::-ms-input-placeholder {
  color: #e8e8e8;
}

.single-od_insight #cta-newsletter input[type="text"]::-moz-placeholder,
.single-od_podcast #cta-newsletter input[type="text"]::-moz-placeholder {
  color: #e8e8e8;
}

.single-od_insight #cta-newsletter input[type="text"]::placeholder,
.single-od_podcast #cta-newsletter input[type="text"]::placeholder {
  color: #e8e8e8;
}

.single-od_insight #cta-newsletter .gform_button,
.single-od_podcast #cta-newsletter .gform_button {
  text-indent: -9999em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxOCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4zOTM5IDExLjAxMzZDMTAuMjczNiAxMC44OTIzIDEwLjExNjEgMTAuODI1MyA5Ljk1MDgxIDEwLjgyNTNDOS43ODU0OCAxMC44MjUzIDkuNjI4MDMgMTAuODkyMyA5LjUwNzczIDExLjAxMzZMNS45MTk5NCAxNC42MzA0VjAuNjM0OTE2QzUuOTE5OTQgMC4yODUwNzcgNS42Mzc0NyAwIDUuMjkwMTIgMEM0Ljk2MDQxIDAgNC42NjAzIDAuMzAyNTM3IDQuNjYwMyAwLjYzNDkxNlYxNC42MzA0TDEuMDcyNTEgMTEuMDEzNkMwLjk1NzI1MiAxMC44OTc0IDAuNzg3NTE1IDEwLjgyNTMgMC42Mjk0MjkgMTAuODI1M0MwLjQ3MTM0NCAxMC44MjUzIDAuMzAxNjA3IDEwLjg5NzQgMC4xODYzNDkgMTEuMDEzNkMtMC4wNjIxMTYzIDExLjI2NCAtMC4wNjIxMTYzIDExLjY1NjQgMC4xODYzNDkgMTEuOTA2OUw0Ljg0NzA0IDE2LjYwNTNDNC45NjczNCAxNi43MjY5IDUuMTI0NzkgMTYuNzkzOCA1LjI5MDEyIDE2Ljc5MzhDNS40NTU0NSAxNi43OTM4IDUuNjEyNTkgMTYuNzI2OSA1LjczMzIgMTYuNjA1M0wxMC4zOTM5IDExLjkwNjlDMTAuNjQyNCAxMS42NTY0IDEwLjY0MjQgMTEuMjY0IDEwLjM5MzkgMTEuMDEzNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNjE2Njk5IDExLjI0Nykgcm90YXRlKC05MCkiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 14px 9px;
  background-position: center center;
  background-color: #97a4be;
  padding: 0;
  width: 23px;
  height: 23px;
  min-height: 23px;
  margin: 1.75rem 0 0 0.5rem;
  border-bottom: none;
  -webkit-transition: background-color 500ms ease-out;
  -o-transition: background-color 500ms ease-out;
  transition: background-color 500ms ease-out;
}

.single-od_insight #cta-newsletter .gform_button:hover,
.single-od_podcast #cta-newsletter .gform_button:hover {
  background-color: #2c74ad;
}

.single-od_insight #cta-newsletter .validation_error,
.single-od_podcast #cta-newsletter .validation_error {
  border: none;
  margin-bottom: 0;
  display: none;
}

.single-od_insight #cta-newsletter .validation_error,
.single-od_podcast #cta-newsletter .validation_error,
.single-od_insight #cta-newsletter .validation_message,
.single-od_podcast #cta-newsletter .validation_message {
  color: #eb3333;
}

.single-od_insight #cta-newsletter li.gfield.gfield_error,
.single-od_podcast #cta-newsletter li.gfield.gfield_error {
  background-color: transparent;
  border: none;
}

.single-od_insight #recommended-reading,
.single-od_podcast #recommended-reading {
  padding: 3.6875rem 0 1.5625rem;
}

@media (min-width: 768px) {
  .single-od_insight #recommended-reading,
  .single-od_podcast #recommended-reading {
    padding: 6.25rem 0 4.375rem;
  }
}

.single-od_insight #recommended-reading h4,
.single-od_podcast #recommended-reading h4 {
  margin-bottom: 2.5rem;
}

.single-od_insight #recommended-reading .insights,
.single-od_podcast #recommended-reading .insights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.single-od_insight #recommended-reading article,
.single-od_podcast #recommended-reading article {
  padding-bottom: 1.875rem;
  cursor: pointer;
}

.single-od_insight #recommended-reading article .thumbnail,
.single-od_podcast #recommended-reading article .thumbnail {
  margin-bottom: 2.125rem;
}

.single-od_insight #recommended-reading article .entry-title,
.single-od_podcast #recommended-reading article .entry-title {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.single-od_insight #recommended-reading article .entry-excerpt,
.single-od_podcast #recommended-reading article .entry-excerpt {
  color: #555;
  font-size: 0.875rem;
  line-height: 1.625rem;
}

.single-od_insight header.banner,
.single-od_podcast header.banner {
  background-color: #fff;
}

.single-od_insight #sticky-header,
.single-od_podcast #sticky-header {
  padding: 18px 0 0;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-bottom: 1px solid #f4f4f4;
}

.single-od_insight #sticky-header .container,
.single-od_podcast #sticky-header .container {
  position: relative;
}

.single-od_insight #sticky-header .brand,
.single-od_podcast #sticky-header .brand {
  display: block;
  float: left;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  width: 68px;
  padding: 4.5px 0;
  margin-right: 30px;
}

@media (min-width: 992px) {
  .single-od_insight #sticky-header .brand,
  .single-od_podcast #sticky-header .brand {
    width: 85px;
    padding: 2px 0;
  }
}

.single-od_insight #sticky-header .brand:hover,
.single-od_podcast #sticky-header .brand:hover {
  opacity: 0.75;
}

.single-od_insight #sticky-header .brand::after,
.single-od_podcast #sticky-header .brand::after {
  content: '';
  display: block;
  width: 2px;
  height: 30px;
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  background-color: #f4f4f4;
}

@media (min-width: 992px) {
  .single-od_insight #sticky-header .brand,
  .single-od_podcast #sticky-header .brand {
    margin-right: 60px;
  }

  .single-od_insight #sticky-header .brand::after,
  .single-od_podcast #sticky-header .brand::after {
    right: -30px;
  }
}

.single-od_insight #sticky-header .entry-title,
.single-od_podcast #sticky-header .entry-title {
  padding-left: 98px;
  padding-right: 30px;
  margin: 0;
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 1rem;
  line-height: 1.25rem;
}

@media (min-width: 992px) {
  .single-od_insight #sticky-header .entry-title,
  .single-od_podcast #sticky-header .entry-title {
    padding-left: 145px;
    padding-right: 35px;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.single-od_insight #sticky-header #more,
.single-od_podcast #sticky-header #more {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  display: block;
  padding: 12px 15px;
  margin-right: -15px;
  width: 45px;
  height: 57px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuOTU4OCAxLjk1ODgzTDE0LjY4NjcgMTQuNjg2OCIgc3Ryb2tlPSIjOTdBNEJFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTE0LjY4NjcgMS45NTg4M0wxLjk1ODc4IDE0LjY4NjgiIHN0cm9rZT0iIzk3QTRCRSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  text-indent: -9999em;
}

@media (min-width: 992px) {
  .single-od_insight #sticky-header #more,
  .single-od_podcast #sticky-header #more {
    padding-left: 19px;
    width: 50px;
  }
}

.single-od_insight #sticky-header #more.collapsed,
.single-od_podcast #sticky-header #more.collapsed {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIzMyIgdmlld0JveD0iMCAwIDcgMzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMy41IDdDNS40MzMgNyA3IDUuNDMzIDcgMy41QzcgMS41NjcgNS40MzMgMCAzLjUgMEMxLjU2NyAwIDAgMS41NjcgMCAzLjVDMCA1LjQzMyAxLjU2NyA3IDMuNSA3WiIgZmlsbD0iIzk3QTRCRSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuNSAyMEM1LjQzMyAyMCA3IDE4LjQzMyA3IDE2LjVDNyAxNC41NjcgNS40MzMgMTMgMy41IDEzQzEuNTY3IDEzIDAgMTQuNTY3IDAgMTYuNUMwIDE4LjQzMyAxLjU2NyAyMCAzLjUgMjBaIiBmaWxsPSIjOTdBNEJFIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMy41IDMzQzUuNDMzIDMzIDcgMzEuNDMzIDcgMjkuNUM3IDI3LjU2NyA1LjQzMyAyNiAzLjUgMjZDMS41NjcgMjYgMCAyNy41NjcgMCAyOS41QzAgMzEuNDMzIDEuNTY3IDMzIDMuNSAzM1oiIGZpbGw9IiM5N0E0QkUiLz4KPC9zdmc+Cg==);
  background-size: 7px 33px;
}

.single-od_insight #sticky-header #more:hover,
.single-od_podcast #sticky-header #more:hover {
  opacity: 0.5;
}

.single-od_insight #sticky-header #menu-more,
.single-od_podcast #sticky-header #menu-more {
  position: absolute;
  right: 0;
  bottom: -18px;
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.single-od_insight #sticky-header #menu-more li a,
.single-od_podcast #sticky-header #menu-more li a {
  display: block;
  background-color: #fff;
  border: 1px solid #f4f4f4;
  border-top: none;
  padding: 1rem;
  color: #212020;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}

.single-od_insight #sticky-header #menu-more li a:hover,
.single-od_podcast #sticky-header #menu-more li a:hover {
  opacity: 0.75;
  background-color: #f4f4f4;
  text-decoration: none;
}

.single-od_insight #sticky-header #menu-more li a img,
.single-od_podcast #sticky-header #menu-more li a img {
  display: inline-block;
  margin-right: 1rem;
}

.single-od_insight #sticky-header #progress-wrapper,
.single-od_podcast #sticky-header #progress-wrapper {
  margin-top: 14px;
  height: 4px;
  margin-bottom: -1px;
}

.single-od_insight #sticky-header #progress-wrapper progress,
.single-od_podcast #sticky-header #progress-wrapper progress {
  display: block;
  height: 4px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Reset the appearance */
  border: none;
  /* Get rid of the default border in Firefox/Opera. */
  background-color: transparent;
  /* Progress bar container for Firefox/IE10+ */
  color: #97a4be;
  /* Progress bar value for IE10+ */
}

.single-od_insight #sticky-header #progress-wrapper progress::-webkit-progress-bar,
.single-od_podcast #sticky-header #progress-wrapper progress::-webkit-progress-bar {
  background-color: transparent;
}

.single-od_insight #sticky-header #progress-wrapper progress::-webkit-progress-value,
.single-od_podcast #sticky-header #progress-wrapper progress::-webkit-progress-value {
  background-color: #97a4be;
}

.single-od_insight #sticky-header #progress-wrapper progress::-moz-progress-bar,
.single-od_podcast #sticky-header #progress-wrapper progress::-moz-progress-bar {
  background-color: #97a4be;
}

.single-od_intl_art main .country {
  max-width: 135px;
}

.single-od_intl_art main .country .country-flag {
  border: 1px solid #e8e8e8;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 1rem;
  position: relative;
}

.single-od_intl_art main .country .country-flag img {
  height: 200%;
  max-width: inherit;
  max-height: 64px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
     transform: translateX(-50%) translateY(-50%);
}

@media (min-width: 992px) {
  .single-od_intl_art main .country .country-flag {
    width: 80px;
    height: 80px;
  }

  .single-od_intl_art main .country .country-flag img {
    max-height: 84px;
  }
}

.single-od_intl_art main .country .country-name {
  text-align: center;
  color: #212020;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

.single-od_job main.main {
  padding-top: 3.625rem;
}

@media (min-width: 768px) {
  .single-od_job main.main {
    padding-top: 4.75rem;
  }
}

.single-od_job main > article > header {
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .single-od_job main > article > header {
    margin-bottom: 4.125rem;
  }
}

.single-od_job main > article > header .category {
  margin-bottom: 0.5rem;
  color: #ccc;
  font-size: 0.75rem;
}

.single-od_job main > article > header .entry-title {
  margin-bottom: 2rem;
  font-size: 1.75rem;
  line-height: 2.3125rem;
}

@media (min-width: 768px) {
  .single-od_job main > article > header .entry-title {
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
}

.single-od_job main > article > header .office-locations {
  margin-bottom: 2rem;
}

.single-od_job main > article > header .office-locations .office-location {
  background-color: #555;
  color: #fff;
  padding: 0.5rem 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.8125rem;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
  display: inline-block;
}

.single-od_job main > article > header .office-locations .office-location:hover {
  text-decoration: none;
  background-color: #888888;
}

.single-od_job main > article > header .office-locations span.office-location:hover {
  background-color: #555;
}

.single-od_job main > article > header .position-seniority {
  margin-bottom: 1.5rem;
  color: #555;
  font-size: 0.8125rem;
  line-height: 1.5625rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
}

.single-od_job main > article > header .position-seniority label {
  color: #212020;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}

.single-od_job main > article > header .position-seniority span {
  white-space: nowrap;
}

.single-od_job main > article > header .button,
.single-od_job main > article > header .page-template-page_covid-listing #menu-covid-tiles li > a,
.page-template-page_covid-listing #menu-covid-tiles .single-od_job main > article > header li > a,
.single-od_job main > article > header .page-template-page_covid-wysiwyg #menu-covid-tiles li > a,
.page-template-page_covid-wysiwyg #menu-covid-tiles .single-od_job main > article > header li > a {
  display: block;
  width: 185px;
  text-align: center;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .single-od_job main > article > header .button,
  .single-od_job main > article > header .page-template-page_covid-listing #menu-covid-tiles li > a,
  .page-template-page_covid-listing #menu-covid-tiles .single-od_job main > article > header li > a,
  .single-od_job main > article > header .page-template-page_covid-wysiwyg #menu-covid-tiles li > a,
  .page-template-page_covid-wysiwyg #menu-covid-tiles .single-od_job main > article > header li > a {
    display: inline-block;
    margin-bottom: 0;
  }
}

.single-od_job main > article .content-title {
  margin-bottom: 1.5rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
  font-size: 1.375rem;
  line-height: 1.625rem;
}

.single-od_job main > article #container-break-line {
  background-color: #ddd;
  height: 1px;
  margin-bottom: 3.93rem;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media (min-width: 992px) {
  .single-od_job main > article .left {
    padding-right: 7.15rem;
  }

  .single-od_job main > article .right {
    margin-top: 3.15rem;
    border-left: 1px solid #e8e8e8;
    padding-left: 4.25rem;
    margin-bottom: 200px;
  }
}

.single-od_job main > article .entry-content {
  color: #555;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e6e3e3;
  margin-bottom: 3rem;
  font-size: 0.875rem;
  line-height: 1.625rem;
}

@media (min-width: 768px) {
  .single-od_job main > article .entry-content {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}

.single-od_job main > article #zebra-sections .zebra-section {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e6e3e3;
  margin-bottom: 2.5rem;
}

.single-od_job main > article #zebra-sections .zebra-section h2 {
  margin-bottom: 1.75rem;
  font-size: 1.375rem;
  line-height: 1.625rem;
}

.single-od_job main > article #zebra-sections .zebra-section .content {
  font-size: 0.875rem;
  line-height: 1.5625rem;
}

.single-od_job main > article #zebra-sections .zebra-section .content p {
  color: #212020;
  font-size: 0.875rem;
  line-height: 1.625rem;
}

.single-od_job main > article #zebra-sections .zebra-section .content ul {
  color: #212020;
}

.single-od_job main > article #zebra-sections .zebra-section .content ul li {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05Ljk5OTk1IDE4Ljg3MzFDMTQuOTAwNSAxOC44NzMxIDE4Ljg3MzIgMTQuOTAwNCAxOC44NzMyIDkuOTk5ODlDMTguODczMiA1LjA5OTMzIDE0LjkwMDUgMS4xMjY2NSA5Ljk5OTk1IDEuMTI2NjVDNS4wOTkzOSAxLjEyNjY1IDEuMTI2NzEgNS4wOTkzMyAxLjEyNjcxIDkuOTk5ODlDMS4xMjY3MSAxNC45MDA0IDUuMDk5MzkgMTguODczMSA5Ljk5OTk1IDE4Ljg3MzFaIiBzdHJva2U9IiMwMDQ0N0IiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjM1MjA1IDcuMjExMTJMMTAuMDYwNCAxMC4wNjMzTDguMzUyMDUgMTIuOTE1M0wxMS43NzQ2IDEwLjA2MzNMOC4zNTIwNSA3LjIxMTEyWiIgZmlsbD0iIzAwNDQ3QiIvPgo8L3N2Zz4K);
  background-position: left 0.35rem;
}

.single-od_job main > article .firm-overview h2 {
  margin-bottom: 1.75rem;
  font-size: 1.375rem;
  line-height: 1.625rem;
}

.single-od_job main > article .firm-overview .wysiwyg {
  font-size: 0.875rem;
  line-height: 1.625rem;
}

.single-od_job main > article .linkedin-tag {
  color: #fff;
}

.single-od_job main > article .sidebar {
  border-top: 1px solid #e6e3e3;
  padding-top: 3rem;
}

@media (min-width: 768px) {
  .single-od_job main > article .sidebar {
    border-top: none;
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .single-od_job main > article .sidebar {
    margin-top: 8rem;
  }

  .single-od_job main > article .sidebar .widget {
    border-bottom: none;
  }

  .single-od_job main > article .sidebar .widget.order-md-1 {
    padding-right: 2.125rem;
    border-right: 1px solid #e8e8e8;
  }

  .single-od_job main > article .sidebar .widget.order-md-2 {
    padding-left: 2.125rem;
  }
}

.single-od_job main > article .widget {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e6e3e3;
  margin-bottom: 1.5rem;
}

.single-od_job main > article .widget.contact-widget {
  background-color: #f4f4f4;
  padding: 30px;
  border-bottom: none;
}

.single-od_job main > article .widget.contact-widget .heading {
  margin-bottom: 0.4rem;
}

.single-od_job main > article .widget.contact-widget .wysiwyg {
  font-size: 0.8125rem;
  line-height: 1.375rem;
}

.single-od_job main > article .widget.contact-widget .wysiwyg p {
  margin-bottom: 1rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 300;
  font-variant-numeric: lining-nums;
}

.single-od_job main > article .widget.contact-widget .wysiwyg p :last-of-type {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .single-od_job main > article .widget.contact-widget {
    padding: 1.5rem 2rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .single-od_job main > article .widget.contact-widget {
    padding: 0.75rem 1rem;
  }
}

@media (min-width: 768px) {
  .single-od_job main > article .widget {
    padding-bottom: 2.25rem;
    margin-bottom: 2.25rem;
  }
}

.single-od_job main > article .widget:last-child {
  border-bottom: none;
}

.single-od_job main > article .widget .heading {
  margin-bottom: 1rem;
  font-size: 1.375rem;
  line-height: 1.625rem;
}

.single-od_job main > article .widget .content {
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: normal;
  font-variant-numeric: lining-nums;
}

.single-od_job main > article .widget .content p,
.single-od_job main > article .widget .content ul,
.single-od_job main > article .widget .content ol {
  margin-bottom: 1.5rem;
}

.single-od_job main > article .widget .content a {
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
}

.single-od_job main > article .widget .social {
  margin-top: 0.375rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.single-od_job main > article .widget .social a {
  margin: 0 0.5rem;
}

.single-od_location main.main > article {
  border-bottom: 1px solid #e6e3e3;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media (min-width: 768px) {
  .single-od_location main.main > article {
    min-height: 578px;
    border-bottom: none;
  }
}

.single-od_location main.main > article .cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 193px;
  background-color: #aaaeb7;
}

@media (min-width: 768px) {
  .single-od_location main.main > article .cover {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.single-od_location main.main > article .entry-content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 30px;
  display: block;
  min-width: 37%;
}

@media (min-width: 768px) {
  .single-od_location main.main > article .entry-content {
    margin: 5rem 0;
    display: inline-block;
  }
}

.single-od_location main.main > article .entry-content .entry-title {
  margin-bottom: 3rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  font-variant-numeric: lining-nums;
  font-size: 2.25rem;
  line-height: 2.8125rem;
}

@media (min-width: 768px) {
  .single-od_location main.main > article .entry-content .entry-title {
    font-size: 3rem;
    line-height: 3.75rem;
  }
}

.single-od_location main.main > article .entry-content .managing-shareholder {
  margin-bottom: 1.375rem;
  padding-bottom: 1.375rem;
  border-bottom: 1px solid #e6e3e3;
}

@media (min-width: 768px) {
  .single-od_location main.main > article .entry-content .managing-shareholder {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}

.single-od_location main.main > article .entry-content .managing-shareholder a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.single-od_location main.main > article .entry-content .managing-shareholder .person-bubble {
  width: 60px;
  height: 60px;
  float: left;
}

.single-od_location main.main > article .entry-content .managing-shareholder .person-name {
  padding-left: 1rem;
  margin-top: 0;
  max-width: 100%;
  text-align: left;
}

.single-od_location main.main > article .entry-content .managing-shareholder .person-name .name {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 0.875rem;
}

@media (min-width: 768px) {
  .single-od_location main.main > article .entry-content .managing-shareholder .person-name .name {
    font-size: 0.625rem;
    line-height: 0.75rem;
  }
}

.single-od_location main.main > article .entry-content .managing-shareholder .person-name .location {
  display: none;
}

.single-od_location main.main > article .entry-content .managing-shareholder .person-name .label {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.625rem;
  line-height: 0.75rem;
}

@media (min-width: 768px) {
  .single-od_location main.main > article .entry-content .managing-shareholder .person-name .label {
    font-size: 0.5625rem;
    line-height: 0.6875rem;
  }
}

.single-od_location main.main > article .entry-content .managing-shareholder .people > .person + .person {
  margin-top: 1rem;
}

.single-od_location main.main > article .entry-content .subhead {
  display: none;
  color: #222;
  margin-bottom: 0.5rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .single-od_location main.main > article .entry-content .subhead {
    display: block;
  }
}

.single-od_location main.main > article .entry-content .address {
  color: #222;
  margin-bottom: 1.3rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .single-od_location main.main > article .entry-content .address {
    margin-bottom: 1.625rem;
    font-size: 0.8125rem;
    line-height: 1.5rem;
  }
}

.single-od_location main.main > article .entry-content .phone a {
  display: block;
}

.single-od_location main.main > article .entry-content .phone a img {
  width: 40px;
  height: 40px;
}

@media (min-width: 768px) {
  .single-od_location main.main > article .entry-content .phone a img {
    width: 30px;
    height: 30px;
  }
}

.single-od_location main.main > article .entry-content .phone a span {
  text-decoration: none;
  color: #222;
  padding-left: 0.35rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .single-od_location main.main > article .entry-content .phone a span {
    font-size: 0.8125rem;
    line-height: 1.5rem;
  }
}

.single-od_location main.main > article .entry-content .phone a:hover {
  opacity: 0.65;
}

.single-od_location #people,
.single-od_location #events,
.single-od_location #accolades,
.single-od_location #careers {
  padding: 3.5rem 0;
  border-top: 1px solid #e8e8e8;
}

@media (min-width: 768px) {
  .single-od_location #people,
  .single-od_location #events,
  .single-od_location #accolades,
  .single-od_location #careers {
    padding: 5.5rem 0;
  }
}

.single-od_location #people .section-title,
.single-od_location #events .section-title,
.single-od_location #accolades .section-title,
.single-od_location #careers .section-title {
  margin-bottom: 3.5rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
  font-size: 2rem;
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  .single-od_location #people .section-title,
  .single-od_location #events .section-title,
  .single-od_location #accolades .section-title,
  .single-od_location #careers .section-title {
    margin-bottom: 4.5rem;
  }
}

.single-od_location #people {
  margin-top: 3.5rem;
  border-top: none;
}

.single-od_location #people .title {
  color: #555;
  margin-bottom: 0;
}

.single-od_location #people .location-phone {
  display: none;
}

.single-od_location #accolades .grid-tile {
  position: relative;
}

.single-od_location #accolades .grid-tile a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.single-od_location #accolades .grid-tile a:hover {
  opacity: 0.7;
}

.single-od_location #accolades .grid-tile img {
  max-width: 60%;
  max-height: 150px;
  width: auto;
}

@media (min-width: 576px) {
  .single-od_location #accolades .grid-tile img {
    max-width: 150px;
  }
}

.single-od_location #careers .careers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.single-od_location #careers .careers article {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 2.5rem;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .single-od_location #careers .careers article {
    padding-bottom: 0;
    border-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.single-od_location #careers .careers article:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.single-od_location #careers .careers article .entry-title {
  margin-bottom: 1.75rem;
  font-size: 1.25rem;
  line-height: 1.5625rem;
}

@media (min-width: 768px) {
  .single-od_location #careers .careers article .entry-title {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

.single-od_location #careers .careers article .position {
  margin-bottom: 0.5rem;
  color: #555;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
}

.single-od_location #careers .careers article .position label {
  margin-bottom: 0;
  color: #212020;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}

.single-od_location #careers .careers article .position:last-child {
  margin-bottom: 2rem;
}

.single-od_location #careers .careers article .seniority {
  margin-bottom: 2rem;
  color: #555;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
}

.single-od_location #careers .careers article .seniority label {
  margin-bottom: 0;
  color: #212020;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}

.single-od_location #careers .careers article .entry-content {
  margin-bottom: 3rem;
  font-size: 0.8125rem;
  line-height: 1.4375rem;
}

@media (min-width: 768px) {
  .single-od_location #careers .careers article .entry-content {
    font-size: 0.875rem;
    line-height: 1.4375rem;
  }
}

@media (min-width: 992px) {
  .single-od_location #careers .careers article .entry-content {
    max-width: 80%;
  }
}

@media (min-width: 1200px) {
  .single-od_location #careers .careers article .entry-content {
    max-width: 70%;
  }
}

.single-od_person main > article {
  margin-top: 4.75rem;
}

.single-od_person main > article.person_pdf #learn-more {
  background-color: #fff;
}

.single-od_person main > article.person_pdf #learn-more .h6 {
  display: none;
}

.single-od_person main > article.person_pdf #learn-more .accordion-heading > h2 > a.collapsed.collapsed {
  background-image: none;
}

.single-od_person main > article .entry-title {
  margin-bottom: 1.25rem;
  font-size: 2.1875rem;
  line-height: 2.3125rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
}

@media (min-width: 992px) {
  .single-od_person main > article .entry-title {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

.single-od_person main > article .specialty-title {
  color: #555;
  margin-bottom: 1.25rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
  font-size: 1.5rem;
  line-height: 2.25rem;
}

@media (min-width: 992px) {
  .single-od_person main > article .specialty-title {
    font-size: 1.875rem;
    line-height: 2.8125rem;
  }
}

.single-od_person main > article .title-location {
  margin-bottom: 1.75rem;
}

.single-od_person main > article .title-location h2 {
  color: #555;
  font-size: 1rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
}

@media (min-width: 768px) {
  .single-od_person main > article .title-location h2 {
    font-size: 1.125rem;
  }
}

.single-od_person main > article .title-location h2 .title {
  font-weight: 300;
}

.single-od_person main > article .title-location h2 .sep {
  color: #e8e8e8;
  margin: 0 1rem;
}

.single-od_person main > article .title-location h2 .location {
  font-weight: 500;
}

.single-od_person main > article .title-location h2 .location a {
  color: inherit;
}

.single-od_person main > article .title-location h2 .location a:hover {
  opacity: 0.5;
}

.single-od_person main > article .vcard {
  margin-bottom: 1.75rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.6875rem;
}

@media (min-width: 768px) {
  .single-od_person main > article .vcard {
    font-size: 0.75rem;
  }
}

.single-od_person main > article .entry-content {
  color: #555;
  margin-bottom: 1.875rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
}

@media (min-width: 768px) {
  .single-od_person main > article .entry-content {
    margin-bottom: 4rem;
    font-size: 0.9375rem;
    line-height: 1.625rem;
  }
}

.single-od_person main > article .thumbnail-social {
  background-color: #f4f4f4;
  padding: 15px;
  margin-bottom: 3.125rem;
}

@media (min-width: 576px) {
  .single-od_person main > article .thumbnail-social {
    padding: 2.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .single-od_person main > article .thumbnail-social {
    padding: 1rem;
  }
}

.single-od_person main > article .thumbnail {
  margin-bottom: 1.875rem;
  text-align: center;
}

.single-od_person main > article .thumbnail img {
  width: auto;
  height: auto;
}

@media (min-width: 992px) {
  .single-od_person main > article .thumbnail img {
    min-width: 250px;
  }
}

.single-od_person main > article .social {
  text-align: center;
  margin-bottom: 1.875rem;
}

@media (min-width: 576px) {
  .single-od_person main > article .social {
    margin-bottom: 0;
  }
}

.single-od_person main > article .social a {
  display: inline-block;
  margin: 0 0.3rem;
  width: 50px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .single-od_person main > article .social a {
    width: 45px;
  }
}

@media (min-width: 992px) {
  .single-od_person main > article .social a {
    width: 50px;
    margin: 0 0.4rem;
  }
}

.single-od_person main > article .social a:hover {
  opacity: 0.5;
}

.single-od_person main > article .social .break {
  display: none;
}

.single-od_person main > article .social.with-linkedin a {
  margin: 0 0.6rem;
  width: 50px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .single-od_person main > article .social.with-linkedin a {
    margin: 0 0.5rem;
    width: 50px;
  }
}

@media (min-width: 992px) {
  .single-od_person main > article .social.with-linkedin a {
    width: 60px;
    margin: 0 0.7rem;
  }
}

.single-od_person main > article .social.with-linkedin .break {
  display: block;
}

.single-od_person main > article .areas-of-practice h2 > a {
  text-decoration: none;
  color: white;
  background-color: #00447b;
  display: block;
  padding: 1.25rem;
  margin-bottom: 1.875rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
}

.single-od_person main > article .areas-of-practice h2 > a::after {
  content: '\2014';
  float: right;
  font-size: 1.5rem;
  line-height: 0.875rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
}

.single-od_person main > article .areas-of-practice h2 > a.collapsed::after {
  content: '+';
}

.single-od_person main > article .areas-of-practice h2 > a:hover {
  opacity: 0.8;
}

.single-od_person main > article .areas-of-practice .accordion-content {
  margin: 0 1.25rem 2.375rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 2.1875rem;
}

.single-od_person main > article .areas-of-practice .accordion-content a {
  color: #00447b;
}

.single-od_person main > article #learn-more {
  margin-top: 2rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background-color: rgba(151, 164, 190, 0.1);
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media (min-width: 768px) {
  .single-od_person main > article #learn-more {
    margin-top: 3.7rem;
    padding-top: 6.3rem;
    padding-bottom: 6.3rem;
  }
}

.single-od_person main > article #learn-more > .container > .h6 {
  margin-bottom: 4rem;
  font-size: 2rem;
}

.single-od_person main > article #learn-more .accordion .accordion-heading {
  margin: 0;
}

.single-od_person main > article #learn-more .accordion .accordion-heading > h2 {
  margin: 0;
}

.single-od_person main > article #learn-more .accordion .accordion-heading > h2 > a {
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAzIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC41IDEuNUgxOS42MDUiIHN0cm9rZT0iIzk3QTRCRSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8cGF0aCBkPSJNMC41IDEuNUgxOS42MDUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMSkiIHN0cm9rZT0iIzk3QTRCRSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8L3N2Zz4K);
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: none;
  padding: 1.6rem 0 1.6rem 2.75rem;
  border-top: 1px solid transparent;
  -webkit-transition: color 500ms ease-in-out, border-color 500ms ease-in-out, background-color 500ms ease-in-out;
  -o-transition: color 500ms ease-in-out, border-color 500ms ease-in-out, background-color 500ms ease-in-out;
  transition: color 500ms ease-in-out, border-color 500ms ease-in-out, background-color 500ms ease-in-out;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 300;
  font-variant-numeric: lining-nums;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .single-od_person main > article #learn-more .accordion .accordion-heading > h2 > a {
    background-position: 15px center;
    padding: 1.6rem 0 1.6rem 8.1875rem;
    font-size: 1.5rem;
  }
}

.single-od_person main > article #learn-more .accordion .accordion-heading > h2 > a.collapsed {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNSAxLjVIMTkuNjA1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDkpIiBzdHJva2U9IiM5N0E0QkUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTAuNSAxLjVIMTkuNjA1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDEwKSIgc3Ryb2tlPSIjOTdBNEJFIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+CjxwYXRoIGQ9Ik0xIDE4LjEwNVYwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5IDEpIiBzdHJva2U9IiM5N0E0QkUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTEgMTguMTA1VjAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwIDEpIiBzdHJva2U9IiM5N0E0QkUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+Cg==);
}

.single-od_person main > article #learn-more .accordion .accordion-heading > h2 > a:hover {
  background-color: #fff;
}

.single-od_person main > article #learn-more .accordion .accordion-content {
  margin-left: 2.8rem;
  padding: 2.4rem 0;
  color: #555;
  border-top: 1px solid transparent;
  -webkit-transition: border-color 500ms ease-in-out;
  -o-transition: border-color 500ms ease-in-out;
  transition: border-color 500ms ease-in-out;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 300;
  font-variant-numeric: lining-nums;
  font-size: 0.875rem;
  line-height: 1.625rem;
}

@media (min-width: 768px) {
  .single-od_person main > article #learn-more .accordion .accordion-content {
    margin-left: 8.25rem;
  }
}

.single-od_person main > article #learn-more .accordion .accordion-content ul li {
  margin-bottom: 3rem;
}

.single-od_person main > article #learn-more .accordion .accordion-content ul li:last-child {
  margin-bottom: 0;
}

.single-od_person main > article #learn-more .accordion .accordion-content ul li ul {
  margin-top: 1rem;
}

.single-od_person main > article #learn-more .accordion .accordion-content ul li ul li {
  margin-bottom: 1rem;
}

.single-od_person main > article #learn-more .accordion .accordion-content .field {
  margin-bottom: 5rem;
}

.single-od_person main > article #learn-more .accordion .accordion-content .field:last-child {
  margin-bottom: 0;
}

.single-od_person main > article #learn-more .accordion .accordion-content .field .field-label {
  margin-bottom: 3rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 300;
  font-variant-numeric: lining-nums;
}

.single-od_person main > article #learn-more .accordion .accordion-content .field img {
  max-width: 200px;
}

.single-od_person main > article #learn-more .accordion a.collapsed {
  border-top-color: #e8e8e8 !important;
}

.single-od_person main > article #learn-more .accordion .collapsing .accordion-content,
.single-od_person main > article #learn-more .accordion .show .accordion-content {
  border-top-color: #e8e8e8;
}

.single-od_person main > article #learn-more .accordion:last-child {
  border-bottom: 1px solid #e8e8e8;
}

.single-od_person #insights article {
  cursor: pointer;
}

.single-od_person #insights article .thumbnail {
  margin-bottom: 2.125rem;
}

.single-od_person #insights article .entry-title {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.single-od_person #insights article .entry-excerpt {
  color: #555;
  font-size: 0.875rem;
  line-height: 1.625rem;
}

.single-od_person #webinars-seminars article {
  cursor: pointer;
}

.single-od_person #webinars-seminars article .entry-title {
  margin-bottom: 1.8rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.single-od_person #webinars-seminars article .people {
  color: #555;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.875rem;
}

.single-od_person #webinars-seminars article .people a {
  color: inherit;
}

.single-od_person #insights,
.single-od_person #webinars-seminars {
  padding: 3.6875rem 0 1.5625rem;
}

@media (min-width: 768px) {
  .single-od_person #insights,
  .single-od_person #webinars-seminars {
    padding: 6.25rem 0 4.375rem;
  }
}

.single-od_person #insights h4,
.single-od_person #webinars-seminars h4 {
  margin-bottom: 2.5rem;
  font-size: 2rem;
}

.single-od_person #insights .slick-carousel,
.single-od_person #webinars-seminars .slick-carousel {
  padding-bottom: 0;
  margin-bottom: 100px;
}

@media (max-width: 767.98px) {
  .single-od_person #insights .slick-carousel.xs-sm-no-margin,
  .single-od_person #webinars-seminars .slick-carousel.xs-sm-no-margin {
    margin-bottom: 80px;
  }

  .single-od_person #insights .slick-carousel.xs-sm-no-margin .slick-track,
  .single-od_person #webinars-seminars .slick-carousel.xs-sm-no-margin .slick-track {
    margin: 0;
    cursor: default;
  }

  .single-od_person #insights .slick-carousel.xs-sm-no-margin .slick-dots,
  .single-od_person #webinars-seminars .slick-carousel.xs-sm-no-margin .slick-dots {
    display: none;
  }

  .single-od_person #insights .slick-carousel.xs-sm-no-margin .controls,
  .single-od_person #webinars-seminars .slick-carousel.xs-sm-no-margin .controls {
    bottom: -48px;
  }
}

@media (min-width: 768px) {
  .single-od_person #insights .slick-carousel.md-no-margin,
  .single-od_person #webinars-seminars .slick-carousel.md-no-margin {
    margin-bottom: 80px;
  }

  .single-od_person #insights .slick-carousel.md-no-margin .slick-track,
  .single-od_person #webinars-seminars .slick-carousel.md-no-margin .slick-track {
    margin: 0;
    cursor: default;
  }

  .single-od_person #insights .slick-carousel.md-no-margin .slick-dots,
  .single-od_person #webinars-seminars .slick-carousel.md-no-margin .slick-dots {
    display: none;
  }

  .single-od_person #insights .slick-carousel.md-no-margin .controls,
  .single-od_person #webinars-seminars .slick-carousel.md-no-margin .controls {
    bottom: -48px;
  }
}

@media (min-width: 992px) {
  .single-od_person #insights .slick-carousel.lg-no-margin,
  .single-od_person #webinars-seminars .slick-carousel.lg-no-margin {
    margin-bottom: 80px;
  }

  .single-od_person #insights .slick-carousel.lg-no-margin .slick-track,
  .single-od_person #webinars-seminars .slick-carousel.lg-no-margin .slick-track {
    cursor: default;
    margin: 0;
  }

  .single-od_person #insights .slick-carousel.lg-no-margin .slick-dots,
  .single-od_person #webinars-seminars .slick-carousel.lg-no-margin .slick-dots {
    display: none;
  }

  .single-od_person #insights .slick-carousel.lg-no-margin .controls,
  .single-od_person #webinars-seminars .slick-carousel.lg-no-margin .controls {
    bottom: -48px;
  }
}

.single-od_person #insights .slide,
.single-od_person #webinars-seminars .slide {
  padding-bottom: 1.875rem;
}

.single-od_person #insights .controls,
.single-od_person #webinars-seminars .controls {
  border: none;
  margin: 0;
  padding: 0;
}

.single-od_person .controls {
  margin-top: 1rem;
  border-top: 1px solid #e8e8e8;
  padding-top: 3rem;
  text-align: center;
}

@media (min-width: 768px) {
  .single-od_person .controls {
    margin-top: 3rem;
  }
}

.single-od_person .controls.no-arrows .prev,
.single-od_person .controls.no-arrows .next {
  display: none;
}

.single-od_podcast .download-share-subscribe > a {
  font-size: 0;
  line-height: 0;
  color: #fff;
}

@media (max-width: 767.98px) {
  .single-od_podcast .download-share-subscribe {
    display: inline-block;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .single-od_podcast #share-this-desktop a {
    padding: 0 2px;
  }
}

@media (min-width: 375px) {
  .download-share-subscribe {
    position: relative;
  }
}

.tooltip-podcast-subscribe {
  display: table;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  padding: 1rem;
  border: 1px solid #e5e4e2;
  background-color: #fff;
  left: initial;
  right: 15px;
}

@media (min-width: 375px) {
  .tooltip-podcast-subscribe {
    left: 136px;
    right: initial;
  }
}

@media (min-width: 576px) {
  .tooltip-podcast-subscribe {
    left: calc(66% + 15px);
    right: initial;
  }
}

.tooltip-podcast-subscribe ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}

.tooltip-podcast-subscribe ul li a {
  white-space: nowrap;
  display: block;
  padding: 0.375rem 0;
}

.tooltip-podcast-subscribe ul li:first-child a {
  padding-top: 0;
}

.tooltip-podcast-subscribe ul li:last-child a {
  padding-bottom: 0;
}

.tooltip-podcast-subscribe.visible {
  visibility: visible;
}

.audio-player {
  border: 1px solid #d8d8d8;
  padding: calc(4% - 7px) 4%;
  clear: both;
}

.wp-audio-shortcode {
  height: 53px !important;
}

.wp-audio-shortcode,
.wp-audio-shortcode .mejs-controls {
  background: transparent !important;
}

.wp-audio-shortcode .mejs-controls {
  height: 53px;
  padding: 7px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wp-audio-shortcode .mejs-time {
  color: #555;
  padding: 0 6px;
  height: auto;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}

.wp-audio-shortcode .mejs-controls .mejs-time-rail .mejs-time-loaded,
.wp-audio-shortcode .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #cfcfcf;
}

.wp-audio-shortcode .mejs-controls .mejs-time-rail .mejs-time-total,
.wp-audio-shortcode .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #e8e8e8;
  height: 7px;
}

.wp-audio-shortcode .mejs-time-loaded,
.wp-audio-shortcode .mejs-time-current {
  height: 7px;
}

.wp-audio-shortcode .mejs-horizontal-volume-slider {
  height: 100%;
}

.wp-audio-shortcode .mejs-controls .mejs-time-rail .mejs-time-current,
.wp-audio-shortcode .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #00447b;
}

.wp-audio-shortcode .mejs-button {
  height: auto;
}

.wp-audio-shortcode .mejs-button > button {
  position: static;
}

.wp-audio-shortcode .mejs-button button {
  background-position: center center;
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
  -webkit-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}

.wp-audio-shortcode .mejs-button button:hover {
  opacity: 0.5;
  background-color: transparent;
}

.wp-audio-shortcode .mejs-playpause-button {
  margin-right: 9px;
}

.wp-audio-shortcode .mejs-play button,
.wp-audio-shortcode .mejs-pause button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCAzNyAzNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC41IDM1QzI3LjYxMjcgMzUgMzUgMjcuNjEyNyAzNSAxOC41QzM1IDkuMzg3MyAyNy42MTI3IDIgMTguNSAyQzkuMzg3MyAyIDIgOS4zODczIDIgMTguNUMyIDI3LjYxMjcgOS4zODczIDM1IDE4LjUgMzVaIiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSIjMDA0NDdCIiBzdHJva2Utd2lkdGg9IjMiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNiAxOUwxNCAyNVYxM0wyNiAxOVoiIGZpbGw9IiMwMDQ0N0IiLz4KPC9zdmc+Cg==);
  background-size: 37px 37px;
  background-position: center center;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.wp-audio-shortcode .mejs-pause button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJoAAACaCAMAAABmIaElAAADAFBMVEVHcEwASnwARHoARHsARX8ARH0AcHAATIEAL3sARX4AP3gARXwATX8ARHoARIEAQ3sARHwARX8ARXsARXoATXwARn0AQ3sAQHwARHoATncARHoARXwAX34ARXsATYMASHwARH8ATXkAQ3sAQnwASH0ARHwARn0ARXwARHsARXwAQ3sARn0ARX8ARHoAQ3sARH4ARHsARHsARHoAQn4ATHsARYAARn0ARXoARHwAQ4IARH8ARn0ARXkAQ3wARX0AQ3sAQnwAUXwAbX8ASIsAL2sARX0ARHoARHwARXoARnwAO3oAN3IARH0AWn0AQXsAR3sAPHcAQHoARX4AT30AQ3oAP3sARnoARXkASH0ARYEARXwAQnwARHkATX8AQ3sAR34ARnoAQGoARHwAQ3sASnsAQ3sAVn4Ajq4AjaoAQHkARHwARXsARnsARHv///8AMW1Edp4+cZsAMm4AQ3oARHoAPXYAPncARXwAP3cAQ3sAOXMAOnQAQnoAPHYARXsAQXkAL2xPfqQANnEAPnYANXAAM28AN3IAP3hslLT5+vwAO3QAQHgPT4MAPnr9///6+/0ALWvl7fKeuM0AOHIAQXtvlbVulbU+cpyPrsYARHkAP3uatcthjK78/f0gW4z4+vsZVojQ3ecyaZYHSX5jja/k7PHb5e3M2uVdhqpVhKj4+fsKR339/v4bWYsAMm5YhqoyZZL2+vwMSX7r8fUARXo6bJgEQnqSsMg2bJh1mrgAMW50mrdzmbfx9fhLe6LN2+YTUoWUsMcAOXsAOnO/0d4IS38APHowaJX1+Po+cZpWhKiatsufuM4dV4hMeaHq8PV0mrgAK2nR3ehwl7XE1eLH1+Pf6O+duMwWVofA0d7e5u4SUYV/o732+fomXIvC1OFJeaF8oLxKe6LV4epYhKg7cZoxaJUeW4rm7fOiu9BPgKU9cJoAKWf6/P2Gp8GHpsGtxdcJRHuwxtgARn0FQ3uYtct1nLlDdZ1hiqxfiax1mLdDcpx9oL16nbpCcZvs8fXe2FvOAAAAbXRSTlMAG+PVS28BEgUxDZokuhP87HG3z8Yr21jiA+s6WZYQvxgXbVCGpJE9rlbBcmH781/3esxjjKku581ipDPh+DfYh6gcKv7JvpyioOJF4Kfha/av3IZTrXD7Q27RRVpw6m9ic43tWYxzX1r2e8tt3tWl7wAACERJREFUeNrtnGdUVEcUx5WiLl0saOwNULCgSYwl9t41sZcYNYknOrPBfSwLC7JZWDYBFEVA7AoiRTwgggXssWKLJYkxvZhETbGmaDRxc2DnvsfusvXNHE/+n+DMB368mfvmvjt3/rWeaTV1a+0hCXDpGNw2JKRtcEeXAIlHa7emLJB5Sdq5tvd37xDo26l7906+gR3c/du7tpN40aWq7TdgYCvnOQjJZIhDleJ0v6E5zq0GDvCrTYOqnpfLGw2dvJeujUJGFLV2qbdTwzdcvOqJytXI1XN+Z5QagWpQRCrqPN/TtZFYdB7NJ5cgi1QyubmHCOE4y33csqXIQi1dNs59VlPHgk0ZiqzW0CmOg/MKckYR1qNFIOcgL8e8KaY3QRyySRxqMr22/YOyV19kF/XtZedwnebJITuJ85xmR7C6Lboho5JFxSQq5HJ5bNh/in36oyIxJkqGjKpbi7p2AqvTYxJnDEseqVZqUVbSxszQg3nr09LW5x0MzdyYlIW0SnWk3BgeN6lHHbvE5Ugjqz8mUiqVbT55c9+6Y9mnNiVvKMBPVbAhedOp7GPr9t08uVkmlUbGGImHkXaI1X4zDP/vYSviDpduTdmGjWpbytbSw3ErwpBBzehnK1nblw1O5Aeq47nrcnCNylmXe1z1gcF/7uW2NoG17m0opVBEx5w+cgibqUNHTsdEKwwlKL1bW0/24kucgRWmTErfcgBboANb0pOUBlYd99KL1pI1a4wECpdp4s+lXcMW61rauXiNLBwJ1LiZdWQzn6tGlqD68ptsbJWyv/lSlVCN7bmZ1pAt6FZt8cdF7SdglsPtj4qrFhDdFlhONrtECBaWcP4jbJM+Op8QJoQrmW0p2etHBelPrPrHszuxjdp59kd1rCBVOvqmZWRvDRGQxau//wnbQT99r44XsHFdLSEbPSGcv/412zOwnZSxXSOIhi4WxEIfQWxGaIquYLvpSpEmQhCnfcwla+SEeJLH517AdtSF3Hg54smpkZmpRgPEk1L5cDm2q5Y/VCoRTw3MS0ReWMNbZpHa37Dd9Zs2krfg1rxgDpkrh4Durbqfgh2glPur7iEgzrVmMkkX3jNbVXwXO0R3i1eF88JUUhNZG/6WHnnnNnaQbt+J5G/1bWpAG8GLa6X2AXaYHmh5sRAxwjRZVw5WKuTKX7ED9WuCHFZPTO8KLcdANBT/O3aofo9HEG1MSxNoLWQwBJYUYgercAkMBVkL42QB3ghIU/SFo9G+KNIgIO8AoyWqYbzZ3P4Vdri+2s6b02HGyly91oAQiI3LwCIoIy4WhMKaYCN7Z1847+o8LIry1DJYRzK8l9bnJbU7LoiDdmFHLIzS+gZfHE7woSXcwCLpRoIMpkctDT00Drw34r4uEAut4Ou4cNOPrV5/Dnxv7s7BoilnN/g+5fpXL1qOl4HpVJVjEVWugn97vJDMDaa2mh27xETbtUMDE143AdqrsOKi/hyLqs/VsFbzqgBtOEzSNq/EZmjPX+9V6c8MOJDxp37grz3YDK3cDFO34XyyQaNA/Ux5GZuj0IuKKl0shQOlYCAUm6PLSlB/GzWIh9Z8GRnSJn2MzdEfKlmVpLfgwC2pfkD1BzZHHydpkV7LmvPeHBPBRhadjs3SO1JUpSWhvMe5RD8gfQebpfRosH1PhO+PwVNBIpy4RXy0LYkg8Z86GKAFwSC4ni8+Wv51GAhBAM0TEan2YPHR8B4VQPAE6ZAPOA8o/o4G2nfF4HzBh6RGLmANrigsoIFWULgCRKKLHu35VLITaD7BNNDwJxqyI6Q+r0druJYEwWeX6KBd+owEwtqG+vPhnkgv6d5kOmjJe6WEomfVWbNfZ5KSlG3FdNDw1jKSGnX2q0R7hcynIjWFFlpKqoLM6CuVaGNPkKV2dRsttG1XyWI7MbYSrRXZ9tU/YFpo+Ac1SX5aVZ6sO5OlprxJD+2mkiw257o6sjoSH0Kr/ZAe2odaMns+Et3hvFs7kHqjM/TQziCQhrdz05VIXyP5SGLWp/TQPs1KJJnZa7ryqUd7MsWKpGx6aNlJCrLo23voSt7+HDlX2ZhPDy1/o5yg+Ut09T53RNAyaaJlEjTkHqDLiDqAp7Y6mR5a8mqCxnXQ5UUdA0Hp6tsN9NA2fAvKWYEdn6LN9QUpbkUBPbSCCpDo+s7VnUl1AmjrMT00vB6gddKdWb3dHaCl0URLA2jd336KFrIIoKXTREsHaItCdA1NbE6orhkqGIZBHs0wyINhEMzwy4PhVy7bG5XEX8bk9s5wUsRwKslwAs7wZwu7H3vsfiIzXFhgqxwTBcsxbBWxpBGgiMVw6Y/dginDZWaGi/MMH2kwexDky+7xWX3GDx3ZP6oVHnCLjCY84DbVFiAymrAtwGQzhahowmYK0y0o4qIJW1BMN+6IifaPoHHH9nanWz9HV+nnvXBgLxi4hWvWfkG7k+1NYn8/ebdKjx7DgceP9ANP/raiScz21rpfdr5fpZ2/GB2wurWO/YZE+Njot3Gy3/wKFcxSyzD7jdbst6fTb+pn+CoEOxdIlMILJOxfu2H/shL7V7zoX4xj+Doh+5cw2b+6yv6FX/rXpJm+XE7/Sn6KtVfyoWYPCRfDyCB8yOxaFmvhhOr2D7vLbbF/KN9d3f5hwsJaVmi0GKYZo5m3GmHfoIV9Wxv6ZkCMWijJZvRzrPFUmWnjqTJTxlNi2nVV6Oy6KkSw64LysrfJmdczbA0HVa8HRUM99m0I2TdvZN/ykn2jUPbtVaEprY+3eaa03j7ElFY0K9955lj5ziNWvpQMkDlogMwRA+T/baNrMtueuzgkZPFcYrb9DOtf1RVGwqxWYn4AAAAASUVORK5CYII=);
}

.wp-audio-shortcode .mejs-mute button,
.wp-audio-shortcode .mejs-unmute button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEwIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtYXNrIGlkPSJtYXNrMCIgbWFzay10eXBlPSJhbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDEuNTI1ODhlLTA1SDEwVjkuMDAwMDJIMFYxLjUyNTg4ZS0wNVoiIGZpbGw9IndoaXRlIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMCkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcuMTI2OSA4Ljk2Mzk3QzkuNjIzMTEgNy44MDc0NSAxMC42OTcyIDQuODcxMjIgOS41MjYwOCAyLjQwNTg0QzkuMDMxMDUgMS4zNjM1MiA4LjE4MjI2IDAuNTI1MjEzIDcuMTI2OSAwLjAzNjE0OThDNi44MDE3MyAtMC4wNzg1MTUzIDYuNDQ0MDYgMC4wODg3NzU0IDYuMzI3OTYgMC40MDk3NzZDNi4yMjU5MiAwLjY5MTU3NyA2LjM0MzI3IDEuMDA1MDIgNi42MDY1NiAxLjE1MzQ4QzguNDc3OSAyLjAzMDA2IDkuMjc1NDQgNC4yMzg5NCA4LjM4NzkgNi4wODcxNkM4LjAxNzQxIDYuODU4OTUgNy4zODgwMSA3LjQ4MDc0IDYuNjA2NTYgNy44NDY4QzYuMzA2NzEgOC4wMTU3OSA2LjIwMjY0IDguMzkyOTYgNi4zNzM5IDguNjg4OTZDNi41MjQyMiA4Ljk0ODcgNi44NDE1NyA5LjA2NDYgNy4xMjY5IDguOTYzOTdWOC45NjM5N1pNNi43ODMxNCA2LjIyNzkxQzcuNzM1ODUgNS4yNjc2OSA3LjczNTg1IDMuNzMxMDUgNi43ODMxNCAyLjc3MDgzQzYuNjYwOTUgMi42NTA2MSA2LjQ2Mjk3IDIuNjUwOTIgNi4zNDEyNSAyLjc3MTc1QzYuMjg1NjIgMi44MjY2OSA2LjI1MzI3IDIuOTAwMTUgNi4yNTAzMSAyLjk3NzYzVjYuMDIwOTZDNi4yNTcwMiA2LjE5MTM0IDYuNDAyMDMgNi4zMjQyMSA2LjU3NDU0IDYuMzE3NTdDNi42NTI5OCA2LjMxNDY0IDYuNzI3MzYgNi4yODI1NCA2Ljc4MzE0IDYuMjI3OTFWNi4yMjc5MVpNMCA1LjczMzkxVjMuMjY0NjdDMCAyLjc1MzM5IDAuNDE5NzA3IDIuMzM4NzEgMC45Mzc1NDQgMi4zMzg3MUgyLjE4NzZMNC4zMjA1MiAwLjMwNjIyM0M0LjQ2MzM0IDAuMTQ3NzI5IDQuNzA5MjkgMC4xMzM1MzEgNC44Njk3NiAwLjI3NDc0QzQuOTUzMzYgMC4zNDgwNDYgNS4wMDA4NiAwLjQ1MzQ1MSA1LjAwMDI0IDAuNTYzOTQ5VjguNDM0NjNDNS4wMDE0OSA4LjY0NjgzIDQuODI4MzUgOC44MTk4MyA0LjYxMzM0IDguODIxMjJDNC41MDE2MiA4LjgyMTg0IDQuMzk0OSA4Ljc3NDkyIDQuMzIwNTIgOC42OTIzNkwyLjE4NzYgNi42NTk4N0gwLjkzNzU0NEMwLjQxOTcwNyA2LjY1OTg3IDAgNi4yNDUzNSAwIDUuNzMzOTFWNS43MzM5MVoiIGZpbGw9IiMwMDQ0N0IiLz4KPC9nPgo8L3N2Zz4K);
  background-size: 10px 9px;
  background-position: center center;
  padding: 5.5px 5px;
  width: 20px;
}

.wp-audio-shortcode .mejs-unmute button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAmCAYAAACyAQkgAAACZklEQVR4AczYA8xdPRwG8Cf6MEezbdv3tp1t2/Z22p7Ztm0jmL1Fs2NMwWxvZzf/vOlr4zTJc43fqVs0HNUsRYKm03uguWxJz1MhKfQjU10w5VEaTKlpJRRczwBzQkjpgatQ5CLroBB6DiEJaDLdKiiYWkiwqGFqqjVQCL2EqtpmKJi70qBshYLrteDSsxoKoTYYjL9QwhSAcEqD6xKUhroYgk5JcL2VEH5D0WxOc3B5Fyz2avUdiqbT6iAwyUOQkBZDG6gbBmk1lMkvECpNoGgtq8f6XnBKWZQbmSUOqPoEnvpQNHOHoB7V3LqYkPTd8sMeoeuyTLGV6PvUhqKJ25KaF1PRFi4QU8qDqW80Ppcb5qHbwqM4d7eYP9CGU/JDqIuRPifkeEJy/QMhJKX8iFfovbQ2Tt1J7wfUBEKfiHkIJOhLVBqR13zeP6iZhjdGR6qrCM7KRp+xCFoGXP2J/D29lt63BYoGU6qCqw+mJJmM2GZXWwFFw2k1QCVpgDcg9P5Iq7G6zhpfoajt1EPFER4auV4Y7BkaLfs3bCF0zAxbdaSHpmoXBulivgz4ePSkNFpMf4oi/T00nvw8ascBV0cQlARFO3cIRs3MERM0TaZQvH2bJYTdjeqTCseyBzuAxrpf7FUvJl1HQHoQti9KWs2oTXMwYS2G0k2naU1R37kDZjfUBAGVDwFdCg2c4hQ2qSjdc7XFKmg8e/n19kMNVq2xH2qw7nJwaTvUDNCLbT/SMUEDdz64tBxqsGo2mLT52DFSyU4HYcPAAbnI4qPxKfrv4J03/8E5NI4wyLc+AdgwDqDVZAMAsOXbmggfcSoAAAAASUVORK5CYII=);
}

@media (max-width: 575.98px) {
  .wp-audio-shortcode .mejs-volume-button,
  .wp-audio-shortcode .mejs-horizontal-volume-slider {
    display: none !important;
  }
}

.single-od_practice_area main > article .section {
  color: #555;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}

.single-od_practice_area main > article .section.link:hover {
  color: #0668bb !important;
}

.single-od_practice_area main > article .entry-title {
  margin-bottom: 0;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  font-variant-numeric: lining-nums;
  font-size: 2.375rem;
  line-height: 2.625rem;
}

@media (min-width: 768px) {
  .single-od_practice_area main > article .entry-title {
    margin-bottom: 2rem;
    font-size: 3rem;
    line-height: 3.375rem;
  }
}

.single-od_practice_area main > article .brochure,
.single-od_practice_area main > article .downloads {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}

.single-od_practice_area main > article .brochure .brochures-heading,
.single-od_practice_area main > article .downloads .brochures-heading {
  margin-bottom: 0.75rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
}

.single-od_practice_area main > article .brochure .downloads-heading,
.single-od_practice_area main > article .downloads .downloads-heading {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
}

.single-od_practice_area main > article .brochure a,
.single-od_practice_area main > article .downloads a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAxNSAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMi4wOTA5MUgxMi4zNjgxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjA2MTQgMTguODE4MikiIHN0cm9rZT0iIzAwNDQ3QiIgc3Ryb2tlLXdpZHRoPSIxLjAwOCIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8bWFzayBpZD0ibWFzazAiIG1hc2stdHlwZT0iYWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjIiIHk9IjAiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxNyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCAwSDkuOTgxMDRWMTYuNjk1N0gwVjBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjg4NTg2KSIgZmlsbD0id2hpdGUiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS44MDUyNCAxMC45NDk0QzkuNjkxNzYgMTAuODI4OSA5LjU0MzIyIDEwLjc2MjMgOS4zODcyNiAxMC43NjIzQzkuMjMxMjkgMTAuNzYyMyA5LjA4Mjc1IDEwLjgyODkgOC45NjkyNyAxMC45NDk0TDUuNTg0NjcgMTQuNTQ1MlYwLjYzMTIxOEM1LjU4NDY3IDAuMjgzNDE3IDUuMzE4MiAwIDQuOTkwNTIgMEM0LjY3OTQ4IDAgNC4zOTYzNyAwLjMwMDc3NSA0LjM5NjM3IDAuNjMxMjE4VjE0LjU0NTJMMS4wMTE3NyAxMC45NDk0QzAuOTAzMDM5IDEwLjgzMzkgMC43NDI5MTUgMTAuNzYyMyAwLjU5Mzc4MiAxMC43NjIzQzAuNDQ0NjUgMTAuNzYyMyAwLjI4NDUyNSAxMC44MzM5IDAuMTc1Nzk1IDEwLjk0OTRDLTAuMDU4NTk4NCAxMS4xOTg0IC0wLjA1ODU5ODQgMTEuNTg4NSAwLjE3NTc5NSAxMS44Mzc1TDQuNTcyNTMgMTYuNTA4NkM0LjY4NjAyIDE2LjYyOTQgNC44MzQ1NSAxNi42OTYgNC45OTA1MiAxNi42OTZDNS4xNDY0OCAxNi42OTYgNS4yOTQ3MyAxNi42Mjk0IDUuNDA4NTEgMTYuNTA4Nkw5LjgwNTI0IDExLjgzNzVDMTAuMDM5NiAxMS41ODg1IDEwLjAzOTYgMTEuMTk4NCA5LjgwNTI0IDEwLjk0OTRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjg4NTg2KSIgZmlsbD0iIzAwNDQ3QiIvPgo8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 13.5px 21px;
  padding-left: 23.5px;
  min-height: 21px;
  display: block;
  margin-bottom: 0.5rem;
}

.single-od_practice_area main > article .brochure a:last-child,
.single-od_practice_area main > article .downloads a:last-child {
  margin-bottom: 0;
}

.single-od_practice_area main > article .downloads {
  margin-top: 0.5rem !important;
}

.single-od_practice_area main > article #files {
  padding-bottom: 5.5rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 4.375rem;
}

.single-od_practice_area main > article .header-wysiwyg {
  margin-bottom: 2.5rem;
  font-size: 1rem;
  line-height: 1.625rem;
}

@media (min-width: 768px) {
  .single-od_practice_area main > article .header-wysiwyg {
    padding-top: 1.9375rem;
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}

@media (min-width: 992px) {
  .single-od_practice_area main > article .header > .col-12:last-child {
    padding-left: 2%;
  }
}

@media (min-width: 1200px) {
  .single-od_practice_area main > article .header > .col-12:last-child {
    padding-left: 5.5%;
  }
}

.single-od_practice_area main > article .header {
  padding-top: 4.75rem;
  padding-bottom: 5.5rem;
  border-bottom: 1px solid #e6e3e3;
  margin-bottom: 5.25rem;
}

@media (min-width: 768px) {
  .single-od_practice_area main > article .header {
    padding-top: 4rem;
    padding-bottom: 7.75rem;
    margin-bottom: 3.875rem;
  }
}

.single-od_practice_area main > article .entry-content {
  padding-bottom: 5.5rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 4.375rem;
}

.single-od_practice_area main > article .content-blocks {
  padding-bottom: 5.5rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 4.375rem;
}

@media (min-width: 768px) {
  .single-od_practice_area main > article .content-blocks {
    padding-bottom: 3.5rem;
  }
}

.single-od_practice_area main > article .content-blocks > div {
  padding-bottom: 6rem;
}

@media (min-width: 768px) {
  .single-od_practice_area main > article .content-blocks > div {
    padding-bottom: 4.5rem;
  }
}

@media (min-width: 992px) {
  .single-od_practice_area main > article .content-blocks > div:nth-child(odd) {
    padding-right: 2%;
  }
}

@media (min-width: 1200px) {
  .single-od_practice_area main > article .content-blocks > div:nth-child(odd) {
    padding-right: 5.5%;
  }
}

@media (min-width: 992px) {
  .single-od_practice_area main > article .content-blocks > div:nth-child(even) {
    padding-left: 2%;
  }
}

@media (min-width: 1200px) {
  .single-od_practice_area main > article .content-blocks > div:nth-child(even) {
    padding-left: 5.5%;
  }
}

.single-od_practice_area main > article .content-blocks .heading {
  margin-bottom: 2.125rem;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

@media (min-width: 768px) {
  .single-od_practice_area main > article .content-blocks .heading {
    margin-bottom: 1.625rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.single-od_practice_area main > article .content-blocks .wysiwyg {
  font-size: 0.8125rem;
  line-height: 1.625rem;
}

@media (min-width: 768px) {
  .single-od_practice_area main > article .content-blocks .wysiwyg {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}

.single-od_practice_area #attorneys {
  text-align: center;
  margin-bottom: 4.375rem;
}

.single-od_practice_area #group-insights,
.single-od_practice_area #upcoming-events {
  padding: 3rem 0 0;
}

@media (min-width: 768px) {
  .single-od_practice_area #group-insights,
  .single-od_practice_area #upcoming-events {
    padding: 5.625rem 0 0;
  }
}

.single-od_practice_area #group-insights .section-title,
.single-od_practice_area #upcoming-events .section-title {
  margin-bottom: 3rem;
  font-size: 1.75rem;
  line-height: 2.1875rem;
}

@media (min-width: 768px) {
  .single-od_practice_area #group-insights .section-title,
  .single-od_practice_area #upcoming-events .section-title {
    margin-bottom: 4.5rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.single-od_practice_area #group-insights .controls,
.single-od_practice_area #upcoming-events .controls {
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 2.75rem;
  margin-bottom: 3.875rem;
}

@media (min-width: 768px) {
  .single-od_practice_area #group-insights .controls,
  .single-od_practice_area #upcoming-events .controls {
    padding-top: 3rem;
    margin-bottom: 3rem;
  }
}

.single-od_practice_area #group-insights .controls {
  margin-top: 1.125rem;
}

@media (min-width: 768px) {
  .single-od_practice_area #group-insights .controls {
    margin-top: 3.75rem;
  }
}

.single-od_practice_area #upcoming-events .controls {
  margin-top: 1.6rem;
}

@media (min-width: 768px) {
  .single-od_practice_area #upcoming-events .controls {
    margin-top: 4.225rem;
  }
}

.single-od_practice_area #upcoming-events .horizontal-list article {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .single-od_practice_area #upcoming-events .horizontal-list article {
    padding-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .single-od_practice_area #upcoming-events .horizontal-list article > .row > .content {
    padding-bottom: 0;
    border: none;
  }
}

@media (min-width: 992px) {
  .single-od_practice_area #upcoming-events .horizontal-list article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.single-od_press_release main > article .entry-content.entry-content {
  font-size: 0.9375rem;
  line-height: 1.625rem;
}

.single-od_press_release main > article .entry-content.entry-content p:first-child strong,
.single-od_press_release main > article .entry-content.entry-content p:first-child b {
  font-size: inherit;
  line-height: inherit;
}

.single-od_publication main.main,
.single-od_intl_art main.main,
.single-od_press_release main.main {
  padding-top: 3.625rem;
}

@media (min-width: 768px) {
  .single-od_publication main.main,
  .single-od_intl_art main.main,
  .single-od_press_release main.main {
    padding-top: 4.75rem;
  }
}

.single-od_publication main > article > header,
.single-od_intl_art main > article > header,
.single-od_press_release main > article > header {
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .single-od_publication main > article > header,
  .single-od_intl_art main > article > header,
  .single-od_press_release main > article > header {
    width: 75%;
    margin-bottom: 4.125rem;
  }
}

.single-od_publication main > article > header .category,
.single-od_intl_art main > article > header .category,
.single-od_press_release main > article > header .category {
  margin-bottom: 0.5rem;
  color: #ccc;
  font-size: 0.75rem;
}

.single-od_publication main > article > header .entry-title,
.single-od_intl_art main > article > header .entry-title,
.single-od_press_release main > article > header .entry-title {
  margin-bottom: 2.125rem;
  font-size: 1.75rem;
  line-height: 2.3125rem;
}

@media (min-width: 768px) {
  .single-od_publication main > article > header .entry-title,
  .single-od_intl_art main > article > header .entry-title,
  .single-od_press_release main > article > header .entry-title {
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
}

.single-od_publication main > article > header .details,
.single-od_intl_art main > article > header .details,
.single-od_press_release main > article > header .details {
  color: #555;
  margin-bottom: 2rem;
  font-size: 0.875rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
}

@media (min-width: 768px) {
  .single-od_publication main > article > header .details,
  .single-od_intl_art main > article > header .details,
  .single-od_press_release main > article > header .details {
    font-size: 0.8125rem;
  }
}

.single-od_publication main > article > header .details label,
.single-od_intl_art main > article > header .details label,
.single-od_press_release main > article > header .details label {
  padding-right: 0.5rem;
  color: #212020;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}

.single-od_publication main > article > header .download-print .a2a_kit,
.single-od_intl_art main > article > header .download-print .a2a_kit,
.single-od_press_release main > article > header .download-print .a2a_kit {
  margin: 0 -1.5rem;
}

.single-od_publication main > article > header .download-print .a2a_kit > a,
.single-od_intl_art main > article > header .download-print .a2a_kit > a,
.single-od_press_release main > article > header .download-print .a2a_kit > a {
  font-size: 0;
  line-height: 0;
  color: #fff;
  padding: 0 1.5rem;
}

.single-od_publication main > article > header .download-print .a2a_kit > a:not(:first-of-type),
.single-od_intl_art main > article > header .download-print .a2a_kit > a:not(:first-of-type),
.single-od_press_release main > article > header .download-print .a2a_kit > a:not(:first-of-type) {
  border-left: 1px solid #e8e8e8;
}

.single-od_publication main > article > header .download-print .a2a_kit > a:last-child,
.single-od_intl_art main > article > header .download-print .a2a_kit > a:last-child,
.single-od_press_release main > article > header .download-print .a2a_kit > a:last-child,
.single-od_publication main > article > header .download-print .a2a_kit > a:nth-child(2),
.single-od_intl_art main > article > header .download-print .a2a_kit > a:nth-child(2),
.single-od_press_release main > article > header .download-print .a2a_kit > a:nth-child(2) {
  border-right: none;
}

.single-od_publication main > article > header .download-print .a2a_kit > a.addtoany_share,
.single-od_intl_art main > article > header .download-print .a2a_kit > a.addtoany_share,
.single-od_press_release main > article > header .download-print .a2a_kit > a.addtoany_share {
  display: none;
}

.single-od_publication main > article > header .download-print .a2a_kit > a:hover img,
.single-od_intl_art main > article > header .download-print .a2a_kit > a:hover img,
.single-od_press_release main > article > header .download-print .a2a_kit > a:hover img {
  opacity: 0.5;
}

.single-od_publication main > article > header .download-print .a2a_kit > a img,
.single-od_intl_art main > article > header .download-print .a2a_kit > a img,
.single-od_press_release main > article > header .download-print .a2a_kit > a img {
  width: auto;
  height: auto;
  -webkit-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}

.single-od_publication main > article #container-break-line,
.single-od_intl_art main > article #container-break-line,
.single-od_press_release main > article #container-break-line {
  background-color: #ccc;
  height: 1px;
  margin-bottom: 3.93rem;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.single-od_publication main > article .entry-content,
.single-od_intl_art main > article .entry-content,
.single-od_press_release main > article .entry-content {
  color: #555;
  margin-bottom: 2.9375rem;
  font-size: 0.875rem;
  line-height: 1.625rem;
}

@media (min-width: 768px) {
  .single-od_publication main > article .entry-content,
  .single-od_intl_art main > article .entry-content,
  .single-od_press_release main > article .entry-content {
    margin-bottom: 4rem;
  }
}

.single-od_publication main > article .entry-content > p:first-child strong,
.single-od_intl_art main > article .entry-content > p:first-child strong,
.single-od_press_release main > article .entry-content > p:first-child strong,
.single-od_publication main > article .entry-content > p:first-child b,
.single-od_intl_art main > article .entry-content > p:first-child b,
.single-od_press_release main > article .entry-content > p:first-child b {
  color: #212020;
  font-size: 1.375rem;
  line-height: 1.625rem;
}

.single-od_publication main > article .actions,
.single-od_intl_art main > article .actions,
.single-od_press_release main > article .actions {
  margin-bottom: 2.9375rem;
}

@media (min-width: 768px) {
  .single-od_publication main > article .actions,
  .single-od_intl_art main > article .actions,
  .single-od_press_release main > article .actions {
    margin-bottom: 4rem;
  }
}

.single-od_publication main > article #share-this-mobile,
.single-od_intl_art main > article #share-this-mobile,
.single-od_press_release main > article #share-this-mobile {
  margin-bottom: 2.75rem;
}

@media (min-width: 768px) {
  .single-od_publication main > article #share-this-mobile,
  .single-od_intl_art main > article #share-this-mobile,
  .single-od_press_release main > article #share-this-mobile {
    display: none;
  }
}

.single-od_publication main > article #share-this-mobile > h4,
.single-od_intl_art main > article #share-this-mobile > h4,
.single-od_press_release main > article #share-this-mobile > h4 {
  font-size: 0.8125rem;
}

.single-od_publication main > article .people-rail .people .person,
.single-od_intl_art main > article .people-rail .people .person,
.single-od_press_release main > article .people-rail .people .person {
  padding-bottom: 3rem;
  text-align: center;
}

.single-od_publication main > article .people-rail .people .person:last-child,
.single-od_intl_art main > article .people-rail .people .person:last-child,
.single-od_press_release main > article .people-rail .people .person:last-child {
  padding-bottom: 0;
}

.single-od_publication main > article .people-rail .people .person a,
.single-od_intl_art main > article .people-rail .people .person a,
.single-od_press_release main > article .people-rail .people .person a {
  display: block;
  max-width: 135px;
}

.single-od_publication main > article .people-rail .people .person-bubble,
.single-od_intl_art main > article .people-rail .people .person-bubble,
.single-od_press_release main > article .people-rail .people .person-bubble {
  width: 64px;
  max-width: 100%;
  display: inline-block;
}

@media (min-width: 768px) {
  .single-od_publication main > article .people-rail .people .person-bubble,
  .single-od_intl_art main > article .people-rail .people .person-bubble,
  .single-od_press_release main > article .people-rail .people .person-bubble {
    width: 84px;
  }
}

.single-od_publication main > article .people-rail .people .person-name,
.single-od_intl_art main > article .people-rail .people .person-name,
.single-od_press_release main > article .people-rail .people .person-name {
  margin-top: 0;
}

.single-od_publication main > article .people-rail .people .person-name > span,
.single-od_intl_art main > article .people-rail .people .person-name > span,
.single-od_press_release main > article .people-rail .people .person-name > span {
  display: block;
  padding: 0.625rem 0;
  border-bottom: 1px solid #e8e8e8;
}

@media (min-width: 768px) {
  .single-od_publication main > article .people-rail .people .person-name > span,
  .single-od_intl_art main > article .people-rail .people .person-name > span,
  .single-od_press_release main > article .people-rail .people .person-name > span {
    padding: 1rem 0;
  }
}

.single-od_publication main > article .people-rail .people .person-name > span:last-child,
.single-od_intl_art main > article .people-rail .people .person-name > span:last-child,
.single-od_press_release main > article .people-rail .people .person-name > span:last-child {
  border-bottom: none;
}

.single-od_publication main > article .people-rail .people .name,
.single-od_intl_art main > article .people-rail .people .name,
.single-od_press_release main > article .people-rail .people .name {
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
  font-size: 0.6875rem;
}

@media (min-width: 768px) {
  .single-od_publication main > article .people-rail .people .name,
  .single-od_intl_art main > article .people-rail .people .name,
  .single-od_press_release main > article .people-rail .people .name {
    font-size: 0.875rem;
  }
}

.single-od_publication main > article #share-this-desktop,
.single-od_intl_art main > article #share-this-desktop,
.single-od_press_release main > article #share-this-desktop {
  display: none;
  margin-bottom: 3.75rem;
}

@media (min-width: 768px) {
  .single-od_publication main > article #share-this-desktop,
  .single-od_intl_art main > article #share-this-desktop,
  .single-od_press_release main > article #share-this-desktop {
    display: block;
  }
}

.single-od_publication main > article #share-this-desktop h4,
.single-od_intl_art main > article #share-this-desktop h4,
.single-od_press_release main > article #share-this-desktop h4 {
  font-size: 1.125rem;
}

.single-od_publication main > article #featured-publications,
.single-od_intl_art main > article #featured-publications,
.single-od_press_release main > article #featured-publications {
  margin-top: 2.56rem;
}

@media (min-width: 768px) {
  .single-od_publication main > article #featured-publications,
  .single-od_intl_art main > article #featured-publications,
  .single-od_press_release main > article #featured-publications {
    margin-top: 0;
  }
}

.single-od_publication main > article #featured-publications > .heading,
.single-od_intl_art main > article #featured-publications > .heading,
.single-od_press_release main > article #featured-publications > .heading {
  font-size: 1.25rem;
}

@media (min-width: 576px) {
  .single-od_publication main > article #featured-publications > .heading,
  .single-od_intl_art main > article #featured-publications > .heading,
  .single-od_press_release main > article #featured-publications > .heading {
    font-size: 1.125rem;
  }
}

.single-od_webinar main.main,
.single-od_seminar main.main {
  padding-top: 3.625rem;
}

@media (min-width: 768px) {
  .single-od_webinar main.main,
  .single-od_seminar main.main {
    padding-top: 4.75rem;
  }
}

.single-od_webinar main > article > header,
.single-od_seminar main > article > header {
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .single-od_webinar main > article > header,
  .single-od_seminar main > article > header {
    width: 75%;
    margin-bottom: 4.125rem;
  }
}

.single-od_webinar main > article > header .category,
.single-od_seminar main > article > header .category {
  margin-bottom: 0.5rem;
  color: #ccc;
  font-size: 0.75rem;
}

.single-od_webinar main > article > header .entry-title,
.single-od_seminar main > article > header .entry-title {
  margin-bottom: 2.125rem;
  font-size: 1.75rem;
  line-height: 2.3125rem;
}

@media (min-width: 768px) {
  .single-od_webinar main > article > header .entry-title,
  .single-od_seminar main > article > header .entry-title {
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
}

.single-od_webinar main > article > header .details,
.single-od_seminar main > article > header .details {
  color: #555;
  margin-bottom: 2rem;
  font-size: 0.875rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
}

@media (min-width: 768px) {
  .single-od_webinar main > article > header .details,
  .single-od_seminar main > article > header .details {
    font-size: 0.8125rem;
  }
}

.single-od_webinar main > article > header .details label,
.single-od_seminar main > article > header .details label {
  padding-right: 0.5rem;
  color: #212020;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}

.single-od_webinar main > article > header .details .datetime,
.single-od_seminar main > article > header .details .datetime {
  margin-bottom: 0.5rem;
}

.single-od_webinar main > article > header .details .datetime::after,
.single-od_seminar main > article > header .details .datetime::after {
  content: "";
  display: table;
  clear: both;
}

.single-od_webinar main > article > header .details .datetime label,
.single-od_webinar main > article > header .details .datetime .dates,
.single-od_seminar main > article > header .details .datetime label,
.single-od_seminar main > article > header .details .datetime .dates {
  float: left;
}

.single-od_webinar main > article > header .button,
.single-od_webinar main > article > header .page-template-page_covid-listing #menu-covid-tiles li > a,
.page-template-page_covid-listing #menu-covid-tiles .single-od_webinar main > article > header li > a,
.single-od_webinar main > article > header .page-template-page_covid-wysiwyg #menu-covid-tiles li > a,
.page-template-page_covid-wysiwyg #menu-covid-tiles .single-od_webinar main > article > header li > a,
.single-od_seminar main > article > header .button,
.single-od_seminar main > article > header .page-template-page_covid-listing #menu-covid-tiles li > a,
.page-template-page_covid-listing #menu-covid-tiles .single-od_seminar main > article > header li > a,
.single-od_seminar main > article > header .page-template-page_covid-wysiwyg #menu-covid-tiles li > a,
.page-template-page_covid-wysiwyg #menu-covid-tiles .single-od_seminar main > article > header li > a {
  display: block;
  width: 185px;
  text-align: center;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .single-od_webinar main > article > header .button,
  .single-od_webinar main > article > header .page-template-page_covid-listing #menu-covid-tiles li > a,
  .page-template-page_covid-listing #menu-covid-tiles .single-od_webinar main > article > header li > a,
  .single-od_webinar main > article > header .page-template-page_covid-wysiwyg #menu-covid-tiles li > a,
  .page-template-page_covid-wysiwyg #menu-covid-tiles .single-od_webinar main > article > header li > a,
  .single-od_seminar main > article > header .button,
  .single-od_seminar main > article > header .page-template-page_covid-listing #menu-covid-tiles li > a,
  .page-template-page_covid-listing #menu-covid-tiles .single-od_seminar main > article > header li > a,
  .single-od_seminar main > article > header .page-template-page_covid-wysiwyg #menu-covid-tiles li > a,
  .page-template-page_covid-wysiwyg #menu-covid-tiles .single-od_seminar main > article > header li > a {
    display: inline-block;
    margin-bottom: 0;
    width: auto;
  }
}

.single-od_webinar main > article .content-title,
.single-od_seminar main > article .content-title {
  margin-bottom: 2rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 300;
  font-variant-numeric: lining-nums;
  font-size: 1.125rem;
}

@media (min-width: 576px) {
  .single-od_webinar main > article .content-title,
  .single-od_seminar main > article .content-title {
    font-size: 1.375rem;
  }
}

.single-od_webinar main > article #container-break-line,
.single-od_seminar main > article #container-break-line {
  background-color: #ccc;
  height: 1px;
  margin-bottom: 3.93rem;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.single-od_webinar main > article .entry-content,
.single-od_seminar main > article .entry-content {
  color: #555;
  margin-bottom: 2.9375rem;
  font-size: 0.875rem;
  line-height: 1.625rem;
}

@media (min-width: 768px) {
  .single-od_webinar main > article .entry-content,
  .single-od_seminar main > article .entry-content {
    margin-bottom: 4rem;
  }
}

.single-od_webinar main > article #share-this-mobile,
.single-od_seminar main > article #share-this-mobile {
  margin-bottom: 2.75rem;
}

@media (min-width: 768px) {
  .single-od_webinar main > article #share-this-mobile,
  .single-od_seminar main > article #share-this-mobile {
    display: none;
  }
}

.single-od_webinar main > article #share-this-mobile > h4,
.single-od_seminar main > article #share-this-mobile > h4 {
  font-size: 0.8125rem;
}

.single-od_webinar main > article #embedded-video-desktop,
.single-od_seminar main > article #embedded-video-desktop {
  margin-bottom: 4.8rem;
  display: none;
}

@media (min-width: 768px) {
  .single-od_webinar main > article #embedded-video-desktop,
  .single-od_seminar main > article #embedded-video-desktop {
    display: block;
  }
}

.single-od_webinar main > article #embedded-video-mobile,
.single-od_seminar main > article #embedded-video-mobile {
  margin-bottom: 3rem;
}

.single-od_webinar main > article #zebra-sections-desktop,
.single-od_seminar main > article #zebra-sections-desktop {
  display: none;
}

@media (min-width: 768px) {
  .single-od_webinar main > article #zebra-sections-desktop,
  .single-od_seminar main > article #zebra-sections-desktop {
    display: block;
  }
}

@media (min-width: 768px) {
  .single-od_webinar main > article #embedded-video-zebra-sections-mobile,
  .single-od_seminar main > article #embedded-video-zebra-sections-mobile {
    display: none;
  }
}

.single-od_webinar main > article #zebra-sections-mobile,
.single-od_webinar main > article #zebra-sections-desktop,
.single-od_seminar main > article #zebra-sections-mobile,
.single-od_seminar main > article #zebra-sections-desktop {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 576px) {
  .single-od_webinar main > article #zebra-sections-mobile,
  .single-od_webinar main > article #zebra-sections-desktop,
  .single-od_seminar main > article #zebra-sections-mobile,
  .single-od_seminar main > article #zebra-sections-desktop {
    margin: 0;
  }
}

.single-od_webinar main > article #zebra-sections-mobile .zebra-section,
.single-od_webinar main > article #zebra-sections-desktop .zebra-section,
.single-od_seminar main > article #zebra-sections-mobile .zebra-section,
.single-od_seminar main > article #zebra-sections-desktop .zebra-section {
  padding: 2.25rem;
}

.single-od_webinar main > article #zebra-sections-mobile .zebra-section:nth-child(odd),
.single-od_webinar main > article #zebra-sections-desktop .zebra-section:nth-child(odd),
.single-od_seminar main > article #zebra-sections-mobile .zebra-section:nth-child(odd),
.single-od_seminar main > article #zebra-sections-desktop .zebra-section:nth-child(odd) {
  background-color: #f4f4f4;
}

.single-od_webinar main > article #zebra-sections-mobile .zebra-section h2,
.single-od_webinar main > article #zebra-sections-desktop .zebra-section h2,
.single-od_seminar main > article #zebra-sections-mobile .zebra-section h2,
.single-od_seminar main > article #zebra-sections-desktop .zebra-section h2 {
  font-size: 1.125rem;
}

.single-od_webinar main > article #zebra-sections-mobile .zebra-section .content,
.single-od_webinar main > article #zebra-sections-desktop .zebra-section .content,
.single-od_seminar main > article #zebra-sections-mobile .zebra-section .content,
.single-od_seminar main > article #zebra-sections-desktop .zebra-section .content {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.5625rem;
}

.single-od_webinar main > article #zebra-sections-mobile .zebra-section .content a,
.single-od_webinar main > article #zebra-sections-desktop .zebra-section .content a,
.single-od_seminar main > article #zebra-sections-mobile .zebra-section .content a,
.single-od_seminar main > article #zebra-sections-desktop .zebra-section .content a {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}

.single-od_webinar main > article #zebra-sections-mobile .zebra-section .content div.cost,
.single-od_webinar main > article #zebra-sections-desktop .zebra-section .content div.cost,
.single-od_seminar main > article #zebra-sections-mobile .zebra-section .content div.cost,
.single-od_seminar main > article #zebra-sections-desktop .zebra-section .content div.cost {
  color: #555;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
}

.single-od_webinar main > article #zebra-sections-mobile .zebra-section .content div.cost > span.cost,
.single-od_webinar main > article #zebra-sections-desktop .zebra-section .content div.cost > span.cost,
.single-od_seminar main > article #zebra-sections-mobile .zebra-section .content div.cost > span.cost,
.single-od_seminar main > article #zebra-sections-desktop .zebra-section .content div.cost > span.cost {
  color: #212020;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}

.single-od_webinar main > article .people-rail .people,
.single-od_seminar main > article .people-rail .people {
  padding-bottom: 3rem;
}

.single-od_webinar main > article .people-rail .people:last-child,
.single-od_seminar main > article .people-rail .people:last-child {
  padding-bottom: 0;
}

.single-od_webinar main > article .people-rail .people.moderators,
.single-od_seminar main > article .people-rail .people.moderators {
  display: none;
}

@media (min-width: 768px) {
  .single-od_webinar main > article .people-rail .people.moderators,
  .single-od_seminar main > article .people-rail .people.moderators {
    display: block;
  }
}

.single-od_webinar main > article .people-rail .people .person,
.single-od_seminar main > article .people-rail .people .person {
  padding-bottom: 3rem;
  text-align: center;
}

.single-od_webinar main > article .people-rail .people .person:last-child,
.single-od_seminar main > article .people-rail .people .person:last-child {
  padding-bottom: 0;
}

.single-od_webinar main > article .people-rail .people .person a,
.single-od_seminar main > article .people-rail .people .person a {
  display: block;
  max-width: 135px;
}

.single-od_webinar main > article .people-rail .people .person-bubble,
.single-od_seminar main > article .people-rail .people .person-bubble {
  width: 64px;
  max-width: 100%;
  display: inline-block;
}

@media (min-width: 768px) {
  .single-od_webinar main > article .people-rail .people .person-bubble,
  .single-od_seminar main > article .people-rail .people .person-bubble {
    width: 84px;
  }
}

.single-od_webinar main > article .people-rail .people .person-name,
.single-od_seminar main > article .people-rail .people .person-name {
  margin-top: 0;
}

@media (min-width: 768px) {
  .single-od_webinar main > article .people-rail .people .person-name,
  .single-od_seminar main > article .people-rail .people .person-name {
    margin-top: 1rem;
  }
}

.single-od_webinar main > article .people-rail .people .person-name > span,
.single-od_seminar main > article .people-rail .people .person-name > span {
  display: block;
  padding: 0.625rem 0;
  border-bottom: 1px solid #e8e8e8;
}

@media (min-width: 768px) {
  .single-od_webinar main > article .people-rail .people .person-name > span,
  .single-od_seminar main > article .people-rail .people .person-name > span {
    padding: 1rem 0;
  }
}

.single-od_webinar main > article .people-rail .people .person-name > span:last-child,
.single-od_seminar main > article .people-rail .people .person-name > span:last-child {
  border-bottom: none;
}

.single-od_webinar main > article .people-rail .people .name,
.single-od_seminar main > article .people-rail .people .name {
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
  font-size: 0.6875rem;
}

@media (min-width: 768px) {
  .single-od_webinar main > article .people-rail .people .name,
  .single-od_seminar main > article .people-rail .people .name {
    font-size: 0.875rem;
  }
}

.single-od_webinar main > article .people-rail .people .location,
.single-od_seminar main > article .people-rail .people .location {
  color: #555;
  font-size: 0.625rem;
}

@media (min-width: 768px) {
  .single-od_webinar main > article .people-rail .people .location,
  .single-od_seminar main > article .people-rail .people .location {
    font-size: 0.75rem;
  }
}

.single-od_webinar main > article .people-rail .people .label,
.single-od_seminar main > article .people-rail .people .label {
  color: #999;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.5625rem;
}

@media (min-width: 768px) {
  .single-od_webinar main > article .people-rail .people .label,
  .single-od_seminar main > article .people-rail .people .label {
    font-size: 0.625rem;
  }
}

.single-od_webinar main > article #share-this-desktop,
.single-od_seminar main > article #share-this-desktop {
  display: none;
  margin-bottom: 3.75rem;
}

@media (min-width: 768px) {
  .single-od_webinar main > article #share-this-desktop,
  .single-od_seminar main > article #share-this-desktop {
    display: block;
  }
}

.single-od_webinar main > article #share-this-desktop h4,
.single-od_seminar main > article #share-this-desktop h4 {
  font-size: 1.125rem;
}

.single-od_webinar main > article #upcoming-webinars-seminars,
.single-od_seminar main > article #upcoming-webinars-seminars {
  margin-top: 2.56rem;
}

@media (min-width: 768px) {
  .single-od_webinar main > article #upcoming-webinars-seminars,
  .single-od_seminar main > article #upcoming-webinars-seminars {
    margin-top: 0;
  }
}

.single-od_webinar main > article #upcoming-webinars-seminars > .heading,
.single-od_seminar main > article #upcoming-webinars-seminars > .heading {
  font-size: 1.25rem;
}

@media (min-width: 576px) {
  .single-od_webinar main > article #upcoming-webinars-seminars > .heading,
  .single-od_seminar main > article #upcoming-webinars-seminars > .heading {
    font-size: 1.125rem;
  }
}

.page-template-page_solutions #subnav-desktop,
.page-template-page_solutions_practice-areas #subnav-desktop,
.page-template-page_solutions_practice-industry-groups #subnav-desktop,
.page-template-page_solutions_case-management #subnav-desktop,
.page-template-page_solutions_case-management_od-blueprint #subnav-desktop,
.page-template-page_solutions_case-management_od-advantage #subnav-desktop,
.page-template-page_solutions_case-management_od-eeo-advantage #subnav-desktop,
.page-template-page_solutions_case-management_od-intellicase #subnav-desktop,
.page-template-page_solutions_case-management_litigation-support #subnav-desktop,
.page-template-page_solutions_compliance-solutions #subnav-desktop,
.page-template-page_solutions_compliance-solutions_od-comply #subnav-desktop,
.page-template-page_solutions_compliance-solutions_od-comply_subpages #subnav-desktop,
.page-template-page_solutions_compliance-solutions_od-comply_faqs #subnav-desktop,
.page-template-page_solutions_compliance-solutions_learning-solutions #subnav-desktop,
.page-template-page_solutions_knowledge-management #subnav-desktop,
.page-template-page_solutions_knowledge-management_subpages #subnav-desktop {
  border-top: 1px solid #e8e8e8;
}

.page-template-page_solutions section.section.text-image + .text-image,
.page-template-page_solutions_practice-areas section.section.text-image + .text-image,
.page-template-page_solutions_practice-industry-groups section.section.text-image + .text-image,
.page-template-page_solutions_case-management section.section.text-image + .text-image,
.page-template-page_solutions_case-management_od-blueprint section.section.text-image + .text-image,
.page-template-page_solutions_case-management_od-advantage section.section.text-image + .text-image,
.page-template-page_solutions_case-management_od-eeo-advantage section.section.text-image + .text-image,
.page-template-page_solutions_case-management_od-intellicase section.section.text-image + .text-image,
.page-template-page_solutions_case-management_litigation-support section.section.text-image + .text-image,
.page-template-page_solutions_compliance-solutions section.section.text-image + .text-image,
.page-template-page_solutions_compliance-solutions_od-comply section.section.text-image + .text-image,
.page-template-page_solutions_compliance-solutions_od-comply_subpages section.section.text-image + .text-image,
.page-template-page_solutions_compliance-solutions_od-comply_faqs section.section.text-image + .text-image,
.page-template-page_solutions_compliance-solutions_learning-solutions section.section.text-image + .text-image,
.page-template-page_solutions_knowledge-management section.section.text-image + .text-image,
.page-template-page_solutions_knowledge-management_subpages section.section.text-image + .text-image {
  padding-top: 2rem;
}

@media (max-width: 991.98px) {
  .page-template-page_solutions section.section.text-image + .text-image,
  .page-template-page_solutions_practice-areas section.section.text-image + .text-image,
  .page-template-page_solutions_practice-industry-groups section.section.text-image + .text-image,
  .page-template-page_solutions_case-management section.section.text-image + .text-image,
  .page-template-page_solutions_case-management_od-blueprint section.section.text-image + .text-image,
  .page-template-page_solutions_case-management_od-advantage section.section.text-image + .text-image,
  .page-template-page_solutions_case-management_od-eeo-advantage section.section.text-image + .text-image,
  .page-template-page_solutions_case-management_od-intellicase section.section.text-image + .text-image,
  .page-template-page_solutions_case-management_litigation-support section.section.text-image + .text-image,
  .page-template-page_solutions_compliance-solutions section.section.text-image + .text-image,
  .page-template-page_solutions_compliance-solutions_od-comply section.section.text-image + .text-image,
  .page-template-page_solutions_compliance-solutions_od-comply_subpages section.section.text-image + .text-image,
  .page-template-page_solutions_compliance-solutions_od-comply_faqs section.section.text-image + .text-image,
  .page-template-page_solutions_compliance-solutions_learning-solutions section.section.text-image + .text-image,
  .page-template-page_solutions_knowledge-management section.section.text-image + .text-image,
  .page-template-page_solutions_knowledge-management_subpages section.section.text-image + .text-image {
    padding-top: 0;
  }
}

.page-template-page_solutions .learn-more,
.page-template-page_solutions_practice-areas .learn-more,
.page-template-page_solutions_practice-industry-groups .learn-more,
.page-template-page_solutions_case-management .learn-more,
.page-template-page_solutions_case-management_od-blueprint .learn-more,
.page-template-page_solutions_case-management_od-advantage .learn-more,
.page-template-page_solutions_case-management_od-eeo-advantage .learn-more,
.page-template-page_solutions_case-management_od-intellicase .learn-more,
.page-template-page_solutions_case-management_litigation-support .learn-more,
.page-template-page_solutions_compliance-solutions .learn-more,
.page-template-page_solutions_compliance-solutions_od-comply .learn-more,
.page-template-page_solutions_compliance-solutions_od-comply_subpages .learn-more,
.page-template-page_solutions_compliance-solutions_od-comply_faqs .learn-more,
.page-template-page_solutions_compliance-solutions_learning-solutions .learn-more,
.page-template-page_solutions_knowledge-management .learn-more,
.page-template-page_solutions_knowledge-management_subpages .learn-more {
  font-size: 0.8125rem;
  line-height: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}

.page-template-page_solutions .wysiwyg + .learn-more,
.page-template-page_solutions_practice-areas .wysiwyg + .learn-more,
.page-template-page_solutions_practice-industry-groups .wysiwyg + .learn-more,
.page-template-page_solutions_case-management .wysiwyg + .learn-more,
.page-template-page_solutions_case-management_od-blueprint .wysiwyg + .learn-more,
.page-template-page_solutions_case-management_od-advantage .wysiwyg + .learn-more,
.page-template-page_solutions_case-management_od-eeo-advantage .wysiwyg + .learn-more,
.page-template-page_solutions_case-management_od-intellicase .wysiwyg + .learn-more,
.page-template-page_solutions_case-management_litigation-support .wysiwyg + .learn-more,
.page-template-page_solutions_compliance-solutions .wysiwyg + .learn-more,
.page-template-page_solutions_compliance-solutions_od-comply .wysiwyg + .learn-more,
.page-template-page_solutions_compliance-solutions_od-comply_subpages .wysiwyg + .learn-more,
.page-template-page_solutions_compliance-solutions_od-comply_faqs .wysiwyg + .learn-more,
.page-template-page_solutions_compliance-solutions_learning-solutions .wysiwyg + .learn-more,
.page-template-page_solutions_knowledge-management .wysiwyg + .learn-more,
.page-template-page_solutions_knowledge-management_subpages .wysiwyg + .learn-more {
  margin-top: 1.5rem;
}

.page-template-page_solutions .multi-content,
.page-template-page_solutions_practice-areas .multi-content,
.page-template-page_solutions_practice-industry-groups .multi-content,
.page-template-page_solutions_case-management .multi-content,
.page-template-page_solutions_case-management_od-blueprint .multi-content,
.page-template-page_solutions_case-management_od-advantage .multi-content,
.page-template-page_solutions_case-management_od-eeo-advantage .multi-content,
.page-template-page_solutions_case-management_od-intellicase .multi-content,
.page-template-page_solutions_case-management_litigation-support .multi-content,
.page-template-page_solutions_compliance-solutions .multi-content,
.page-template-page_solutions_compliance-solutions_od-comply .multi-content,
.page-template-page_solutions_compliance-solutions_od-comply_subpages .multi-content,
.page-template-page_solutions_compliance-solutions_od-comply_faqs .multi-content,
.page-template-page_solutions_compliance-solutions_learning-solutions .multi-content,
.page-template-page_solutions_knowledge-management .multi-content,
.page-template-page_solutions_knowledge-management_subpages .multi-content {
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .page-template-page_solutions .multi-content,
  .page-template-page_solutions_practice-areas .multi-content,
  .page-template-page_solutions_practice-industry-groups .multi-content,
  .page-template-page_solutions_case-management .multi-content,
  .page-template-page_solutions_case-management_od-blueprint .multi-content,
  .page-template-page_solutions_case-management_od-advantage .multi-content,
  .page-template-page_solutions_case-management_od-eeo-advantage .multi-content,
  .page-template-page_solutions_case-management_od-intellicase .multi-content,
  .page-template-page_solutions_case-management_litigation-support .multi-content,
  .page-template-page_solutions_compliance-solutions .multi-content,
  .page-template-page_solutions_compliance-solutions_od-comply .multi-content,
  .page-template-page_solutions_compliance-solutions_od-comply_subpages .multi-content,
  .page-template-page_solutions_compliance-solutions_od-comply_faqs .multi-content,
  .page-template-page_solutions_compliance-solutions_learning-solutions .multi-content,
  .page-template-page_solutions_knowledge-management .multi-content,
  .page-template-page_solutions_knowledge-management_subpages .multi-content {
    margin-bottom: 4.5rem;
  }
}

.page-template-page_solutions .multi-content:last-child,
.page-template-page_solutions_practice-areas .multi-content:last-child,
.page-template-page_solutions_practice-industry-groups .multi-content:last-child,
.page-template-page_solutions_case-management .multi-content:last-child,
.page-template-page_solutions_case-management_od-blueprint .multi-content:last-child,
.page-template-page_solutions_case-management_od-advantage .multi-content:last-child,
.page-template-page_solutions_case-management_od-eeo-advantage .multi-content:last-child,
.page-template-page_solutions_case-management_od-intellicase .multi-content:last-child,
.page-template-page_solutions_case-management_litigation-support .multi-content:last-child,
.page-template-page_solutions_compliance-solutions .multi-content:last-child,
.page-template-page_solutions_compliance-solutions_od-comply .multi-content:last-child,
.page-template-page_solutions_compliance-solutions_od-comply_subpages .multi-content:last-child,
.page-template-page_solutions_compliance-solutions_od-comply_faqs .multi-content:last-child,
.page-template-page_solutions_compliance-solutions_learning-solutions .multi-content:last-child,
.page-template-page_solutions_knowledge-management .multi-content:last-child,
.page-template-page_solutions_knowledge-management_subpages .multi-content:last-child {
  margin-bottom: 0;
}

.page-template-page_solutions img + .multi-content,
.page-template-page_solutions_practice-areas img + .multi-content,
.page-template-page_solutions_practice-industry-groups img + .multi-content,
.page-template-page_solutions_case-management img + .multi-content,
.page-template-page_solutions_case-management_od-blueprint img + .multi-content,
.page-template-page_solutions_case-management_od-advantage img + .multi-content,
.page-template-page_solutions_case-management_od-eeo-advantage img + .multi-content,
.page-template-page_solutions_case-management_od-intellicase img + .multi-content,
.page-template-page_solutions_case-management_litigation-support img + .multi-content,
.page-template-page_solutions_compliance-solutions img + .multi-content,
.page-template-page_solutions_compliance-solutions_od-comply img + .multi-content,
.page-template-page_solutions_compliance-solutions_od-comply_subpages img + .multi-content,
.page-template-page_solutions_compliance-solutions_od-comply_faqs img + .multi-content,
.page-template-page_solutions_compliance-solutions_learning-solutions img + .multi-content,
.page-template-page_solutions_knowledge-management img + .multi-content,
.page-template-page_solutions_knowledge-management_subpages img + .multi-content {
  margin-top: 3rem;
}

.page-template-page_solutions .main > .header,
.page-template-page_solutions_practice-areas .main > .header,
.page-template-page_solutions_practice-industry-groups .main > .header,
.page-template-page_solutions_case-management .main > .header,
.page-template-page_solutions_case-management_od-blueprint .main > .header,
.page-template-page_solutions_case-management_od-advantage .main > .header,
.page-template-page_solutions_case-management_od-eeo-advantage .main > .header,
.page-template-page_solutions_case-management_od-intellicase .main > .header,
.page-template-page_solutions_case-management_litigation-support .main > .header,
.page-template-page_solutions_compliance-solutions .main > .header,
.page-template-page_solutions_compliance-solutions_od-comply .main > .header,
.page-template-page_solutions_compliance-solutions_od-comply_subpages .main > .header,
.page-template-page_solutions_compliance-solutions_od-comply_faqs .main > .header,
.page-template-page_solutions_compliance-solutions_learning-solutions .main > .header,
.page-template-page_solutions_knowledge-management .main > .header,
.page-template-page_solutions_knowledge-management_subpages .main > .header {
  padding-top: 4rem;
  padding-bottom: 6.25rem;
}

.page-template-page_solutions .main > .header.row,
.page-template-page_solutions_practice-areas .main > .header.row,
.page-template-page_solutions_practice-industry-groups .main > .header.row,
.page-template-page_solutions_case-management .main > .header.row,
.page-template-page_solutions_case-management_od-blueprint .main > .header.row,
.page-template-page_solutions_case-management_od-advantage .main > .header.row,
.page-template-page_solutions_case-management_od-eeo-advantage .main > .header.row,
.page-template-page_solutions_case-management_od-intellicase .main > .header.row,
.page-template-page_solutions_case-management_litigation-support .main > .header.row,
.page-template-page_solutions_compliance-solutions .main > .header.row,
.page-template-page_solutions_compliance-solutions_od-comply .main > .header.row,
.page-template-page_solutions_compliance-solutions_od-comply_subpages .main > .header.row,
.page-template-page_solutions_compliance-solutions_od-comply_faqs .main > .header.row,
.page-template-page_solutions_compliance-solutions_learning-solutions .main > .header.row,
.page-template-page_solutions_knowledge-management .main > .header.row,
.page-template-page_solutions_knowledge-management_subpages .main > .header.row {
  margin-left: -30px;
  margin-right: -30px;
}

.page-template-page_solutions .main > .header.row > div,
.page-template-page_solutions_practice-areas .main > .header.row > div,
.page-template-page_solutions_practice-industry-groups .main > .header.row > div,
.page-template-page_solutions_case-management .main > .header.row > div,
.page-template-page_solutions_case-management_od-blueprint .main > .header.row > div,
.page-template-page_solutions_case-management_od-advantage .main > .header.row > div,
.page-template-page_solutions_case-management_od-eeo-advantage .main > .header.row > div,
.page-template-page_solutions_case-management_od-intellicase .main > .header.row > div,
.page-template-page_solutions_case-management_litigation-support .main > .header.row > div,
.page-template-page_solutions_compliance-solutions .main > .header.row > div,
.page-template-page_solutions_compliance-solutions_od-comply .main > .header.row > div,
.page-template-page_solutions_compliance-solutions_od-comply_subpages .main > .header.row > div,
.page-template-page_solutions_compliance-solutions_od-comply_faqs .main > .header.row > div,
.page-template-page_solutions_compliance-solutions_learning-solutions .main > .header.row > div,
.page-template-page_solutions_knowledge-management .main > .header.row > div,
.page-template-page_solutions_knowledge-management_subpages .main > .header.row > div {
  padding-left: 30px;
  padding-right: 30px;
}

.page-template-page_solutions .main > .header .section,
.page-template-page_solutions_practice-areas .main > .header .section,
.page-template-page_solutions_practice-industry-groups .main > .header .section,
.page-template-page_solutions_case-management .main > .header .section,
.page-template-page_solutions_case-management_od-blueprint .main > .header .section,
.page-template-page_solutions_case-management_od-advantage .main > .header .section,
.page-template-page_solutions_case-management_od-eeo-advantage .main > .header .section,
.page-template-page_solutions_case-management_od-intellicase .main > .header .section,
.page-template-page_solutions_case-management_litigation-support .main > .header .section,
.page-template-page_solutions_compliance-solutions .main > .header .section,
.page-template-page_solutions_compliance-solutions_od-comply .main > .header .section,
.page-template-page_solutions_compliance-solutions_od-comply_subpages .main > .header .section,
.page-template-page_solutions_compliance-solutions_od-comply_faqs .main > .header .section,
.page-template-page_solutions_compliance-solutions_learning-solutions .main > .header .section,
.page-template-page_solutions_knowledge-management .main > .header .section,
.page-template-page_solutions_knowledge-management_subpages .main > .header .section {
  color: #555;
  margin-bottom: 1rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
  font-size: 0.75rem;
}

.page-template-page_solutions .main > .header .section.link:hover,
.page-template-page_solutions_practice-areas .main > .header .section.link:hover,
.page-template-page_solutions_practice-industry-groups .main > .header .section.link:hover,
.page-template-page_solutions_case-management .main > .header .section.link:hover,
.page-template-page_solutions_case-management_od-blueprint .main > .header .section.link:hover,
.page-template-page_solutions_case-management_od-advantage .main > .header .section.link:hover,
.page-template-page_solutions_case-management_od-eeo-advantage .main > .header .section.link:hover,
.page-template-page_solutions_case-management_od-intellicase .main > .header .section.link:hover,
.page-template-page_solutions_case-management_litigation-support .main > .header .section.link:hover,
.page-template-page_solutions_compliance-solutions .main > .header .section.link:hover,
.page-template-page_solutions_compliance-solutions_od-comply .main > .header .section.link:hover,
.page-template-page_solutions_compliance-solutions_od-comply_subpages .main > .header .section.link:hover,
.page-template-page_solutions_compliance-solutions_od-comply_faqs .main > .header .section.link:hover,
.page-template-page_solutions_compliance-solutions_learning-solutions .main > .header .section.link:hover,
.page-template-page_solutions_knowledge-management .main > .header .section.link:hover,
.page-template-page_solutions_knowledge-management_subpages .main > .header .section.link:hover {
  color: #0668bb !important;
}

.page-template-page_solutions .main > .header .entry-title,
.page-template-page_solutions_practice-areas .main > .header .entry-title,
.page-template-page_solutions_practice-industry-groups .main > .header .entry-title,
.page-template-page_solutions_case-management .main > .header .entry-title,
.page-template-page_solutions_case-management_od-blueprint .main > .header .entry-title,
.page-template-page_solutions_case-management_od-advantage .main > .header .entry-title,
.page-template-page_solutions_case-management_od-eeo-advantage .main > .header .entry-title,
.page-template-page_solutions_case-management_od-intellicase .main > .header .entry-title,
.page-template-page_solutions_case-management_litigation-support .main > .header .entry-title,
.page-template-page_solutions_compliance-solutions .main > .header .entry-title,
.page-template-page_solutions_compliance-solutions_od-comply .main > .header .entry-title,
.page-template-page_solutions_compliance-solutions_od-comply_subpages .main > .header .entry-title,
.page-template-page_solutions_compliance-solutions_od-comply_faqs .main > .header .entry-title,
.page-template-page_solutions_compliance-solutions_learning-solutions .main > .header .entry-title,
.page-template-page_solutions_knowledge-management .main > .header .entry-title,
.page-template-page_solutions_knowledge-management_subpages .main > .header .entry-title {
  margin-bottom: 2.5rem;
  font-size: 2.375rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  font-variant-numeric: lining-nums;
}

@media (min-width: 768px) {
  .page-template-page_solutions .main > .header .entry-title,
  .page-template-page_solutions_practice-areas .main > .header .entry-title,
  .page-template-page_solutions_practice-industry-groups .main > .header .entry-title,
  .page-template-page_solutions_case-management .main > .header .entry-title,
  .page-template-page_solutions_case-management_od-blueprint .main > .header .entry-title,
  .page-template-page_solutions_case-management_od-advantage .main > .header .entry-title,
  .page-template-page_solutions_case-management_od-eeo-advantage .main > .header .entry-title,
  .page-template-page_solutions_case-management_od-intellicase .main > .header .entry-title,
  .page-template-page_solutions_case-management_litigation-support .main > .header .entry-title,
  .page-template-page_solutions_compliance-solutions .main > .header .entry-title,
  .page-template-page_solutions_compliance-solutions_od-comply .main > .header .entry-title,
  .page-template-page_solutions_compliance-solutions_od-comply_subpages .main > .header .entry-title,
  .page-template-page_solutions_compliance-solutions_od-comply_faqs .main > .header .entry-title,
  .page-template-page_solutions_compliance-solutions_learning-solutions .main > .header .entry-title,
  .page-template-page_solutions_knowledge-management .main > .header .entry-title,
  .page-template-page_solutions_knowledge-management_subpages .main > .header .entry-title {
    font-size: 3rem;
  }
}

.page-template-page_solutions .main > .header .entry-content,
.page-template-page_solutions_practice-areas .main > .header .entry-content,
.page-template-page_solutions_practice-industry-groups .main > .header .entry-content,
.page-template-page_solutions_case-management .main > .header .entry-content,
.page-template-page_solutions_case-management_od-blueprint .main > .header .entry-content,
.page-template-page_solutions_case-management_od-advantage .main > .header .entry-content,
.page-template-page_solutions_case-management_od-eeo-advantage .main > .header .entry-content,
.page-template-page_solutions_case-management_od-intellicase .main > .header .entry-content,
.page-template-page_solutions_case-management_litigation-support .main > .header .entry-content,
.page-template-page_solutions_compliance-solutions .main > .header .entry-content,
.page-template-page_solutions_compliance-solutions_od-comply .main > .header .entry-content,
.page-template-page_solutions_compliance-solutions_od-comply_subpages .main > .header .entry-content,
.page-template-page_solutions_compliance-solutions_od-comply_faqs .main > .header .entry-content,
.page-template-page_solutions_compliance-solutions_learning-solutions .main > .header .entry-content,
.page-template-page_solutions_knowledge-management .main > .header .entry-content,
.page-template-page_solutions_knowledge-management_subpages .main > .header .entry-content {
  font-size: 1rem;
  line-height: 1.625rem;
}

@media (min-width: 992px) {
  .page-template-page_solutions .main > .header .entry-content,
  .page-template-page_solutions_practice-areas .main > .header .entry-content,
  .page-template-page_solutions_practice-industry-groups .main > .header .entry-content,
  .page-template-page_solutions_case-management .main > .header .entry-content,
  .page-template-page_solutions_case-management_od-blueprint .main > .header .entry-content,
  .page-template-page_solutions_case-management_od-advantage .main > .header .entry-content,
  .page-template-page_solutions_case-management_od-eeo-advantage .main > .header .entry-content,
  .page-template-page_solutions_case-management_od-intellicase .main > .header .entry-content,
  .page-template-page_solutions_case-management_litigation-support .main > .header .entry-content,
  .page-template-page_solutions_compliance-solutions .main > .header .entry-content,
  .page-template-page_solutions_compliance-solutions_od-comply .main > .header .entry-content,
  .page-template-page_solutions_compliance-solutions_od-comply_subpages .main > .header .entry-content,
  .page-template-page_solutions_compliance-solutions_od-comply_faqs .main > .header .entry-content,
  .page-template-page_solutions_compliance-solutions_learning-solutions .main > .header .entry-content,
  .page-template-page_solutions_knowledge-management .main > .header .entry-content,
  .page-template-page_solutions_knowledge-management_subpages .main > .header .entry-content {
    margin-top: 2.5rem;
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}

.page-template-page_solutions .main > .header .contact,
.page-template-page_solutions_practice-areas .main > .header .contact,
.page-template-page_solutions_practice-industry-groups .main > .header .contact,
.page-template-page_solutions_case-management .main > .header .contact,
.page-template-page_solutions_case-management_od-blueprint .main > .header .contact,
.page-template-page_solutions_case-management_od-advantage .main > .header .contact,
.page-template-page_solutions_case-management_od-eeo-advantage .main > .header .contact,
.page-template-page_solutions_case-management_od-intellicase .main > .header .contact,
.page-template-page_solutions_case-management_litigation-support .main > .header .contact,
.page-template-page_solutions_compliance-solutions .main > .header .contact,
.page-template-page_solutions_compliance-solutions_od-comply .main > .header .contact,
.page-template-page_solutions_compliance-solutions_od-comply_subpages .main > .header .contact,
.page-template-page_solutions_compliance-solutions_od-comply_faqs .main > .header .contact,
.page-template-page_solutions_compliance-solutions_learning-solutions .main > .header .contact,
.page-template-page_solutions_knowledge-management .main > .header .contact,
.page-template-page_solutions_knowledge-management_subpages .main > .header .contact {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
}

.page-template-page_solutions .main > .header .contact.mobile,
.page-template-page_solutions_practice-areas .main > .header .contact.mobile,
.page-template-page_solutions_practice-industry-groups .main > .header .contact.mobile,
.page-template-page_solutions_case-management .main > .header .contact.mobile,
.page-template-page_solutions_case-management_od-blueprint .main > .header .contact.mobile,
.page-template-page_solutions_case-management_od-advantage .main > .header .contact.mobile,
.page-template-page_solutions_case-management_od-eeo-advantage .main > .header .contact.mobile,
.page-template-page_solutions_case-management_od-intellicase .main > .header .contact.mobile,
.page-template-page_solutions_case-management_litigation-support .main > .header .contact.mobile,
.page-template-page_solutions_compliance-solutions .main > .header .contact.mobile,
.page-template-page_solutions_compliance-solutions_od-comply .main > .header .contact.mobile,
.page-template-page_solutions_compliance-solutions_od-comply_subpages .main > .header .contact.mobile,
.page-template-page_solutions_compliance-solutions_od-comply_faqs .main > .header .contact.mobile,
.page-template-page_solutions_compliance-solutions_learning-solutions .main > .header .contact.mobile,
.page-template-page_solutions_knowledge-management .main > .header .contact.mobile,
.page-template-page_solutions_knowledge-management_subpages .main > .header .contact.mobile {
  text-align: center;
}

.page-template-page_solutions .main > .header .contact.mobile a,
.page-template-page_solutions_practice-areas .main > .header .contact.mobile a,
.page-template-page_solutions_practice-industry-groups .main > .header .contact.mobile a,
.page-template-page_solutions_case-management .main > .header .contact.mobile a,
.page-template-page_solutions_case-management_od-blueprint .main > .header .contact.mobile a,
.page-template-page_solutions_case-management_od-advantage .main > .header .contact.mobile a,
.page-template-page_solutions_case-management_od-eeo-advantage .main > .header .contact.mobile a,
.page-template-page_solutions_case-management_od-intellicase .main > .header .contact.mobile a,
.page-template-page_solutions_case-management_litigation-support .main > .header .contact.mobile a,
.page-template-page_solutions_compliance-solutions .main > .header .contact.mobile a,
.page-template-page_solutions_compliance-solutions_od-comply .main > .header .contact.mobile a,
.page-template-page_solutions_compliance-solutions_od-comply_subpages .main > .header .contact.mobile a,
.page-template-page_solutions_compliance-solutions_od-comply_faqs .main > .header .contact.mobile a,
.page-template-page_solutions_compliance-solutions_learning-solutions .main > .header .contact.mobile a,
.page-template-page_solutions_knowledge-management .main > .header .contact.mobile a,
.page-template-page_solutions_knowledge-management_subpages .main > .header .contact.mobile a {
  display: block;
  max-width: 85px;
}

.page-template-page_solutions .main > .header .contact.mobile span,
.page-template-page_solutions_practice-areas .main > .header .contact.mobile span,
.page-template-page_solutions_practice-industry-groups .main > .header .contact.mobile span,
.page-template-page_solutions_case-management .main > .header .contact.mobile span,
.page-template-page_solutions_case-management_od-blueprint .main > .header .contact.mobile span,
.page-template-page_solutions_case-management_od-advantage .main > .header .contact.mobile span,
.page-template-page_solutions_case-management_od-eeo-advantage .main > .header .contact.mobile span,
.page-template-page_solutions_case-management_od-intellicase .main > .header .contact.mobile span,
.page-template-page_solutions_case-management_litigation-support .main > .header .contact.mobile span,
.page-template-page_solutions_compliance-solutions .main > .header .contact.mobile span,
.page-template-page_solutions_compliance-solutions_od-comply .main > .header .contact.mobile span,
.page-template-page_solutions_compliance-solutions_od-comply_subpages .main > .header .contact.mobile span,
.page-template-page_solutions_compliance-solutions_od-comply_faqs .main > .header .contact.mobile span,
.page-template-page_solutions_compliance-solutions_learning-solutions .main > .header .contact.mobile span,
.page-template-page_solutions_knowledge-management .main > .header .contact.mobile span,
.page-template-page_solutions_knowledge-management_subpages .main > .header .contact.mobile span {
  display: block;
  margin-top: 0.625rem;
  font-size: 0.5rem;
  line-height: 0.875rem;
}

@media (min-width: 992px) {
  .page-template-page_solutions .main > .header .contact.mobile,
  .page-template-page_solutions_practice-areas .main > .header .contact.mobile,
  .page-template-page_solutions_practice-industry-groups .main > .header .contact.mobile,
  .page-template-page_solutions_case-management .main > .header .contact.mobile,
  .page-template-page_solutions_case-management_od-blueprint .main > .header .contact.mobile,
  .page-template-page_solutions_case-management_od-advantage .main > .header .contact.mobile,
  .page-template-page_solutions_case-management_od-eeo-advantage .main > .header .contact.mobile,
  .page-template-page_solutions_case-management_od-intellicase .main > .header .contact.mobile,
  .page-template-page_solutions_case-management_litigation-support .main > .header .contact.mobile,
  .page-template-page_solutions_compliance-solutions .main > .header .contact.mobile,
  .page-template-page_solutions_compliance-solutions_od-comply .main > .header .contact.mobile,
  .page-template-page_solutions_compliance-solutions_od-comply_subpages .main > .header .contact.mobile,
  .page-template-page_solutions_compliance-solutions_od-comply_faqs .main > .header .contact.mobile,
  .page-template-page_solutions_compliance-solutions_learning-solutions .main > .header .contact.mobile,
  .page-template-page_solutions_knowledge-management .main > .header .contact.mobile,
  .page-template-page_solutions_knowledge-management_subpages .main > .header .contact.mobile {
    display: none;
  }
}

.page-template-page_solutions .main > .header .contact.desktop,
.page-template-page_solutions_practice-areas .main > .header .contact.desktop,
.page-template-page_solutions_practice-industry-groups .main > .header .contact.desktop,
.page-template-page_solutions_case-management .main > .header .contact.desktop,
.page-template-page_solutions_case-management_od-blueprint .main > .header .contact.desktop,
.page-template-page_solutions_case-management_od-advantage .main > .header .contact.desktop,
.page-template-page_solutions_case-management_od-eeo-advantage .main > .header .contact.desktop,
.page-template-page_solutions_case-management_od-intellicase .main > .header .contact.desktop,
.page-template-page_solutions_case-management_litigation-support .main > .header .contact.desktop,
.page-template-page_solutions_compliance-solutions .main > .header .contact.desktop,
.page-template-page_solutions_compliance-solutions_od-comply .main > .header .contact.desktop,
.page-template-page_solutions_compliance-solutions_od-comply_subpages .main > .header .contact.desktop,
.page-template-page_solutions_compliance-solutions_od-comply_faqs .main > .header .contact.desktop,
.page-template-page_solutions_compliance-solutions_learning-solutions .main > .header .contact.desktop,
.page-template-page_solutions_knowledge-management .main > .header .contact.desktop,
.page-template-page_solutions_knowledge-management_subpages .main > .header .contact.desktop {
  display: none;
  font-size: 0.5625rem;
}

@media (min-width: 992px) {
  .page-template-page_solutions .main > .header .contact.desktop,
  .page-template-page_solutions_practice-areas .main > .header .contact.desktop,
  .page-template-page_solutions_practice-industry-groups .main > .header .contact.desktop,
  .page-template-page_solutions_case-management .main > .header .contact.desktop,
  .page-template-page_solutions_case-management_od-blueprint .main > .header .contact.desktop,
  .page-template-page_solutions_case-management_od-advantage .main > .header .contact.desktop,
  .page-template-page_solutions_case-management_od-eeo-advantage .main > .header .contact.desktop,
  .page-template-page_solutions_case-management_od-intellicase .main > .header .contact.desktop,
  .page-template-page_solutions_case-management_litigation-support .main > .header .contact.desktop,
  .page-template-page_solutions_compliance-solutions .main > .header .contact.desktop,
  .page-template-page_solutions_compliance-solutions_od-comply .main > .header .contact.desktop,
  .page-template-page_solutions_compliance-solutions_od-comply_subpages .main > .header .contact.desktop,
  .page-template-page_solutions_compliance-solutions_od-comply_faqs .main > .header .contact.desktop,
  .page-template-page_solutions_compliance-solutions_learning-solutions .main > .header .contact.desktop,
  .page-template-page_solutions_knowledge-management .main > .header .contact.desktop,
  .page-template-page_solutions_knowledge-management_subpages .main > .header .contact.desktop {
    display: block;
  }
}

.page-template-page_solutions .main > .header .contact.desktop img,
.page-template-page_solutions_practice-areas .main > .header .contact.desktop img,
.page-template-page_solutions_practice-industry-groups .main > .header .contact.desktop img,
.page-template-page_solutions_case-management .main > .header .contact.desktop img,
.page-template-page_solutions_case-management_od-blueprint .main > .header .contact.desktop img,
.page-template-page_solutions_case-management_od-advantage .main > .header .contact.desktop img,
.page-template-page_solutions_case-management_od-eeo-advantage .main > .header .contact.desktop img,
.page-template-page_solutions_case-management_od-intellicase .main > .header .contact.desktop img,
.page-template-page_solutions_case-management_litigation-support .main > .header .contact.desktop img,
.page-template-page_solutions_compliance-solutions .main > .header .contact.desktop img,
.page-template-page_solutions_compliance-solutions_od-comply .main > .header .contact.desktop img,
.page-template-page_solutions_compliance-solutions_od-comply_subpages .main > .header .contact.desktop img,
.page-template-page_solutions_compliance-solutions_od-comply_faqs .main > .header .contact.desktop img,
.page-template-page_solutions_compliance-solutions_learning-solutions .main > .header .contact.desktop img,
.page-template-page_solutions_knowledge-management .main > .header .contact.desktop img,
.page-template-page_solutions_knowledge-management_subpages .main > .header .contact.desktop img {
  width: 25px;
  height: 25px;
  margin-right: 0.75rem;
}

@media (max-width: 991.98px) {
  .page-template-page_solutions .main > .header .contact-content,
  .page-template-page_solutions_practice-areas .main > .header .contact-content,
  .page-template-page_solutions_practice-industry-groups .main > .header .contact-content,
  .page-template-page_solutions_case-management .main > .header .contact-content,
  .page-template-page_solutions_case-management_od-blueprint .main > .header .contact-content,
  .page-template-page_solutions_case-management_od-advantage .main > .header .contact-content,
  .page-template-page_solutions_case-management_od-eeo-advantage .main > .header .contact-content,
  .page-template-page_solutions_case-management_od-intellicase .main > .header .contact-content,
  .page-template-page_solutions_case-management_litigation-support .main > .header .contact-content,
  .page-template-page_solutions_compliance-solutions .main > .header .contact-content,
  .page-template-page_solutions_compliance-solutions_od-comply .main > .header .contact-content,
  .page-template-page_solutions_compliance-solutions_od-comply_subpages .main > .header .contact-content,
  .page-template-page_solutions_compliance-solutions_od-comply_faqs .main > .header .contact-content,
  .page-template-page_solutions_compliance-solutions_learning-solutions .main > .header .contact-content,
  .page-template-page_solutions_knowledge-management .main > .header .contact-content,
  .page-template-page_solutions_knowledge-management_subpages .main > .header .contact-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .page-template-page_solutions .main > .header .contact-content .contact,
  .page-template-page_solutions_practice-areas .main > .header .contact-content .contact,
  .page-template-page_solutions_practice-industry-groups .main > .header .contact-content .contact,
  .page-template-page_solutions_case-management .main > .header .contact-content .contact,
  .page-template-page_solutions_case-management_od-blueprint .main > .header .contact-content .contact,
  .page-template-page_solutions_case-management_od-advantage .main > .header .contact-content .contact,
  .page-template-page_solutions_case-management_od-eeo-advantage .main > .header .contact-content .contact,
  .page-template-page_solutions_case-management_od-intellicase .main > .header .contact-content .contact,
  .page-template-page_solutions_case-management_litigation-support .main > .header .contact-content .contact,
  .page-template-page_solutions_compliance-solutions .main > .header .contact-content .contact,
  .page-template-page_solutions_compliance-solutions_od-comply .main > .header .contact-content .contact,
  .page-template-page_solutions_compliance-solutions_od-comply_subpages .main > .header .contact-content .contact,
  .page-template-page_solutions_compliance-solutions_od-comply_faqs .main > .header .contact-content .contact,
  .page-template-page_solutions_compliance-solutions_learning-solutions .main > .header .contact-content .contact,
  .page-template-page_solutions_knowledge-management .main > .header .contact-content .contact,
  .page-template-page_solutions_knowledge-management_subpages .main > .header .contact-content .contact {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .page-template-page_solutions .main > .header .contact-content .entry-content,
  .page-template-page_solutions_practice-areas .main > .header .contact-content .entry-content,
  .page-template-page_solutions_practice-industry-groups .main > .header .contact-content .entry-content,
  .page-template-page_solutions_case-management .main > .header .contact-content .entry-content,
  .page-template-page_solutions_case-management_od-blueprint .main > .header .contact-content .entry-content,
  .page-template-page_solutions_case-management_od-advantage .main > .header .contact-content .entry-content,
  .page-template-page_solutions_case-management_od-eeo-advantage .main > .header .contact-content .entry-content,
  .page-template-page_solutions_case-management_od-intellicase .main > .header .contact-content .entry-content,
  .page-template-page_solutions_case-management_litigation-support .main > .header .contact-content .entry-content,
  .page-template-page_solutions_compliance-solutions .main > .header .contact-content .entry-content,
  .page-template-page_solutions_compliance-solutions_od-comply .main > .header .contact-content .entry-content,
  .page-template-page_solutions_compliance-solutions_od-comply_subpages .main > .header .contact-content .entry-content,
  .page-template-page_solutions_compliance-solutions_od-comply_faqs .main > .header .contact-content .entry-content,
  .page-template-page_solutions_compliance-solutions_learning-solutions .main > .header .contact-content .entry-content,
  .page-template-page_solutions_knowledge-management .main > .header .contact-content .entry-content,
  .page-template-page_solutions_knowledge-management_subpages .main > .header .contact-content .entry-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .page-template-page_solutions .main > .header .contact-content .brochure,
  .page-template-page_solutions_practice-areas .main > .header .contact-content .brochure,
  .page-template-page_solutions_practice-industry-groups .main > .header .contact-content .brochure,
  .page-template-page_solutions_case-management .main > .header .contact-content .brochure,
  .page-template-page_solutions_case-management_od-blueprint .main > .header .contact-content .brochure,
  .page-template-page_solutions_case-management_od-advantage .main > .header .contact-content .brochure,
  .page-template-page_solutions_case-management_od-eeo-advantage .main > .header .contact-content .brochure,
  .page-template-page_solutions_case-management_od-intellicase .main > .header .contact-content .brochure,
  .page-template-page_solutions_case-management_litigation-support .main > .header .contact-content .brochure,
  .page-template-page_solutions_compliance-solutions .main > .header .contact-content .brochure,
  .page-template-page_solutions_compliance-solutions_od-comply .main > .header .contact-content .brochure,
  .page-template-page_solutions_compliance-solutions_od-comply_subpages .main > .header .contact-content .brochure,
  .page-template-page_solutions_compliance-solutions_od-comply_faqs .main > .header .contact-content .brochure,
  .page-template-page_solutions_compliance-solutions_learning-solutions .main > .header .contact-content .brochure,
  .page-template-page_solutions_knowledge-management .main > .header .contact-content .brochure,
  .page-template-page_solutions_knowledge-management_subpages .main > .header .contact-content .brochure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    margin-left: 25%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .page-template-page_solutions .main > .header .contact-content .contact,
  .page-template-page_solutions_practice-areas .main > .header .contact-content .contact,
  .page-template-page_solutions_practice-industry-groups .main > .header .contact-content .contact,
  .page-template-page_solutions_case-management .main > .header .contact-content .contact,
  .page-template-page_solutions_case-management_od-blueprint .main > .header .contact-content .contact,
  .page-template-page_solutions_case-management_od-advantage .main > .header .contact-content .contact,
  .page-template-page_solutions_case-management_od-eeo-advantage .main > .header .contact-content .contact,
  .page-template-page_solutions_case-management_od-intellicase .main > .header .contact-content .contact,
  .page-template-page_solutions_case-management_litigation-support .main > .header .contact-content .contact,
  .page-template-page_solutions_compliance-solutions .main > .header .contact-content .contact,
  .page-template-page_solutions_compliance-solutions_od-comply .main > .header .contact-content .contact,
  .page-template-page_solutions_compliance-solutions_od-comply_subpages .main > .header .contact-content .contact,
  .page-template-page_solutions_compliance-solutions_od-comply_faqs .main > .header .contact-content .contact,
  .page-template-page_solutions_compliance-solutions_learning-solutions .main > .header .contact-content .contact,
  .page-template-page_solutions_knowledge-management .main > .header .contact-content .contact,
  .page-template-page_solutions_knowledge-management_subpages .main > .header .contact-content .contact {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .page-template-page_solutions .main > .header .contact-content .entry-content,
  .page-template-page_solutions_practice-areas .main > .header .contact-content .entry-content,
  .page-template-page_solutions_practice-industry-groups .main > .header .contact-content .entry-content,
  .page-template-page_solutions_case-management .main > .header .contact-content .entry-content,
  .page-template-page_solutions_case-management_od-blueprint .main > .header .contact-content .entry-content,
  .page-template-page_solutions_case-management_od-advantage .main > .header .contact-content .entry-content,
  .page-template-page_solutions_case-management_od-eeo-advantage .main > .header .contact-content .entry-content,
  .page-template-page_solutions_case-management_od-intellicase .main > .header .contact-content .entry-content,
  .page-template-page_solutions_case-management_litigation-support .main > .header .contact-content .entry-content,
  .page-template-page_solutions_compliance-solutions .main > .header .contact-content .entry-content,
  .page-template-page_solutions_compliance-solutions_od-comply .main > .header .contact-content .entry-content,
  .page-template-page_solutions_compliance-solutions_od-comply_subpages .main > .header .contact-content .entry-content,
  .page-template-page_solutions_compliance-solutions_od-comply_faqs .main > .header .contact-content .entry-content,
  .page-template-page_solutions_compliance-solutions_learning-solutions .main > .header .contact-content .entry-content,
  .page-template-page_solutions_knowledge-management .main > .header .contact-content .entry-content,
  .page-template-page_solutions_knowledge-management_subpages .main > .header .contact-content .entry-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .page-template-page_solutions .main > .header .contact-content .brochure,
  .page-template-page_solutions_practice-areas .main > .header .contact-content .brochure,
  .page-template-page_solutions_practice-industry-groups .main > .header .contact-content .brochure,
  .page-template-page_solutions_case-management .main > .header .contact-content .brochure,
  .page-template-page_solutions_case-management_od-blueprint .main > .header .contact-content .brochure,
  .page-template-page_solutions_case-management_od-advantage .main > .header .contact-content .brochure,
  .page-template-page_solutions_case-management_od-eeo-advantage .main > .header .contact-content .brochure,
  .page-template-page_solutions_case-management_od-intellicase .main > .header .contact-content .brochure,
  .page-template-page_solutions_case-management_litigation-support .main > .header .contact-content .brochure,
  .page-template-page_solutions_compliance-solutions .main > .header .contact-content .brochure,
  .page-template-page_solutions_compliance-solutions_od-comply .main > .header .contact-content .brochure,
  .page-template-page_solutions_compliance-solutions_od-comply_subpages .main > .header .contact-content .brochure,
  .page-template-page_solutions_compliance-solutions_od-comply_faqs .main > .header .contact-content .brochure,
  .page-template-page_solutions_compliance-solutions_learning-solutions .main > .header .contact-content .brochure,
  .page-template-page_solutions_knowledge-management .main > .header .contact-content .brochure,
  .page-template-page_solutions_knowledge-management_subpages .main > .header .contact-content .brochure {
    margin-left: 33.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.page-template-page_solutions .main > .header .brochure,
.page-template-page_solutions_practice-areas .main > .header .brochure,
.page-template-page_solutions_practice-industry-groups .main > .header .brochure,
.page-template-page_solutions_case-management .main > .header .brochure,
.page-template-page_solutions_case-management_od-blueprint .main > .header .brochure,
.page-template-page_solutions_case-management_od-advantage .main > .header .brochure,
.page-template-page_solutions_case-management_od-eeo-advantage .main > .header .brochure,
.page-template-page_solutions_case-management_od-intellicase .main > .header .brochure,
.page-template-page_solutions_case-management_litigation-support .main > .header .brochure,
.page-template-page_solutions_compliance-solutions .main > .header .brochure,
.page-template-page_solutions_compliance-solutions_od-comply .main > .header .brochure,
.page-template-page_solutions_compliance-solutions_od-comply_subpages .main > .header .brochure,
.page-template-page_solutions_compliance-solutions_od-comply_faqs .main > .header .brochure,
.page-template-page_solutions_compliance-solutions_learning-solutions .main > .header .brochure,
.page-template-page_solutions_knowledge-management .main > .header .brochure,
.page-template-page_solutions_knowledge-management_subpages .main > .header .brochure {
  margin-top: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}

.page-template-page_solutions .main > .header .brochure .downloads-heading,
.page-template-page_solutions_practice-areas .main > .header .brochure .downloads-heading,
.page-template-page_solutions_practice-industry-groups .main > .header .brochure .downloads-heading,
.page-template-page_solutions_case-management .main > .header .brochure .downloads-heading,
.page-template-page_solutions_case-management_od-blueprint .main > .header .brochure .downloads-heading,
.page-template-page_solutions_case-management_od-advantage .main > .header .brochure .downloads-heading,
.page-template-page_solutions_case-management_od-eeo-advantage .main > .header .brochure .downloads-heading,
.page-template-page_solutions_case-management_od-intellicase .main > .header .brochure .downloads-heading,
.page-template-page_solutions_case-management_litigation-support .main > .header .brochure .downloads-heading,
.page-template-page_solutions_compliance-solutions .main > .header .brochure .downloads-heading,
.page-template-page_solutions_compliance-solutions_od-comply .main > .header .brochure .downloads-heading,
.page-template-page_solutions_compliance-solutions_od-comply_subpages .main > .header .brochure .downloads-heading,
.page-template-page_solutions_compliance-solutions_od-comply_faqs .main > .header .brochure .downloads-heading,
.page-template-page_solutions_compliance-solutions_learning-solutions .main > .header .brochure .downloads-heading,
.page-template-page_solutions_knowledge-management .main > .header .brochure .downloads-heading,
.page-template-page_solutions_knowledge-management_subpages .main > .header .brochure .downloads-heading {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
}

.page-template-page_solutions .main > .header .brochure a,
.page-template-page_solutions_practice-areas .main > .header .brochure a,
.page-template-page_solutions_practice-industry-groups .main > .header .brochure a,
.page-template-page_solutions_case-management .main > .header .brochure a,
.page-template-page_solutions_case-management_od-blueprint .main > .header .brochure a,
.page-template-page_solutions_case-management_od-advantage .main > .header .brochure a,
.page-template-page_solutions_case-management_od-eeo-advantage .main > .header .brochure a,
.page-template-page_solutions_case-management_od-intellicase .main > .header .brochure a,
.page-template-page_solutions_case-management_litigation-support .main > .header .brochure a,
.page-template-page_solutions_compliance-solutions .main > .header .brochure a,
.page-template-page_solutions_compliance-solutions_od-comply .main > .header .brochure a,
.page-template-page_solutions_compliance-solutions_od-comply_subpages .main > .header .brochure a,
.page-template-page_solutions_compliance-solutions_od-comply_faqs .main > .header .brochure a,
.page-template-page_solutions_compliance-solutions_learning-solutions .main > .header .brochure a,
.page-template-page_solutions_knowledge-management .main > .header .brochure a,
.page-template-page_solutions_knowledge-management_subpages .main > .header .brochure a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAxNSAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMi4wOTA5MUgxMi4zNjgxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjA2MTQgMTguODE4MikiIHN0cm9rZT0iIzAwNDQ3QiIgc3Ryb2tlLXdpZHRoPSIxLjAwOCIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8bWFzayBpZD0ibWFzazAiIG1hc2stdHlwZT0iYWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjIiIHk9IjAiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxNyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCAwSDkuOTgxMDRWMTYuNjk1N0gwVjBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjg4NTg2KSIgZmlsbD0id2hpdGUiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS44MDUyNCAxMC45NDk0QzkuNjkxNzYgMTAuODI4OSA5LjU0MzIyIDEwLjc2MjMgOS4zODcyNiAxMC43NjIzQzkuMjMxMjkgMTAuNzYyMyA5LjA4Mjc1IDEwLjgyODkgOC45NjkyNyAxMC45NDk0TDUuNTg0NjcgMTQuNTQ1MlYwLjYzMTIxOEM1LjU4NDY3IDAuMjgzNDE3IDUuMzE4MiAwIDQuOTkwNTIgMEM0LjY3OTQ4IDAgNC4zOTYzNyAwLjMwMDc3NSA0LjM5NjM3IDAuNjMxMjE4VjE0LjU0NTJMMS4wMTE3NyAxMC45NDk0QzAuOTAzMDM5IDEwLjgzMzkgMC43NDI5MTUgMTAuNzYyMyAwLjU5Mzc4MiAxMC43NjIzQzAuNDQ0NjUgMTAuNzYyMyAwLjI4NDUyNSAxMC44MzM5IDAuMTc1Nzk1IDEwLjk0OTRDLTAuMDU4NTk4NCAxMS4xOTg0IC0wLjA1ODU5ODQgMTEuNTg4NSAwLjE3NTc5NSAxMS44Mzc1TDQuNTcyNTMgMTYuNTA4NkM0LjY4NjAyIDE2LjYyOTQgNC44MzQ1NSAxNi42OTYgNC45OTA1MiAxNi42OTZDNS4xNDY0OCAxNi42OTYgNS4yOTQ3MyAxNi42Mjk0IDUuNDA4NTEgMTYuNTA4Nkw5LjgwNTI0IDExLjgzNzVDMTAuMDM5NiAxMS41ODg1IDEwLjAzOTYgMTEuMTk4NCA5LjgwNTI0IDEwLjk0OTRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjg4NTg2KSIgZmlsbD0iIzAwNDQ3QiIvPgo8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 13.5px 21px;
  padding-left: 23.5px;
  min-height: 21px;
  display: block;
  margin-bottom: 0.5rem;
}

.page-template-page_solutions .main > .header .brochure a:last-child,
.page-template-page_solutions_practice-areas .main > .header .brochure a:last-child,
.page-template-page_solutions_practice-industry-groups .main > .header .brochure a:last-child,
.page-template-page_solutions_case-management .main > .header .brochure a:last-child,
.page-template-page_solutions_case-management_od-blueprint .main > .header .brochure a:last-child,
.page-template-page_solutions_case-management_od-advantage .main > .header .brochure a:last-child,
.page-template-page_solutions_case-management_od-eeo-advantage .main > .header .brochure a:last-child,
.page-template-page_solutions_case-management_od-intellicase .main > .header .brochure a:last-child,
.page-template-page_solutions_case-management_litigation-support .main > .header .brochure a:last-child,
.page-template-page_solutions_compliance-solutions .main > .header .brochure a:last-child,
.page-template-page_solutions_compliance-solutions_od-comply .main > .header .brochure a:last-child,
.page-template-page_solutions_compliance-solutions_od-comply_subpages .main > .header .brochure a:last-child,
.page-template-page_solutions_compliance-solutions_od-comply_faqs .main > .header .brochure a:last-child,
.page-template-page_solutions_compliance-solutions_learning-solutions .main > .header .brochure a:last-child,
.page-template-page_solutions_knowledge-management .main > .header .brochure a:last-child,
.page-template-page_solutions_knowledge-management_subpages .main > .header .brochure a:last-child {
  margin-bottom: 0;
}

.page-template-page_solutions #sec1 .section-heading {
  margin-top: -0.75rem;
  margin-bottom: 0;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  font-variant-numeric: lining-nums;
  font-size: 1.6875rem;
  line-height: 2.375rem;
}

@media (min-width: 768px) {
  .page-template-page_solutions #sec1 .section-heading {
    font-size: 2rem;
    line-height: 3.125rem;
  }
}

.page-template-page_solutions_practice-areas #sec1 .h1 {
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  font-variant-numeric: lining-nums;
  font-size: 1.75rem;
  line-height: 2.1875rem;
}

@media (min-width: 768px) {
  .page-template-page_solutions_practice-areas #sec1 .h1 {
    font-size: 3rem;
    line-height: 3.75rem;
  }
}

.page-template-page_solutions_practice-areas #sec2 .industry-groups {
  padding-bottom: 3.0625rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 3.0625rem;
}

@media (min-width: 768px) {
  .page-template-page_solutions_practice-areas #sec2 .industry-groups {
    padding-bottom: 4.34375rem;
    margin-bottom: 4.34375rem;
  }
}

.page-template-page_solutions_practice-areas #sec2 .wysiwyg {
  margin-bottom: 1.5rem;
}

.page-template-page_solutions_practice-areas #sec2 .learn-more {
  font-size: 0.8125rem;
  line-height: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}

.page-template-page_solutions_case-management #sec1 .h1 {
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  font-variant-numeric: lining-nums;
  font-size: 1.75rem;
  line-height: 2.1875rem;
}

@media (min-width: 768px) {
  .page-template-page_solutions_case-management #sec1 .h1 {
    font-size: 3rem;
    line-height: 3.75rem;
  }
}

.page-template-page_solutions_case-management #sec2 .heading,
.page-template-page_solutions_case-management #sec3 .heading,
.page-template-page_solutions_case-management #sec4 .heading {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

@media (min-width: 992px) {
  .page-template-page_solutions_case-management #sec2 .heading,
  .page-template-page_solutions_case-management #sec3 .heading,
  .page-template-page_solutions_case-management #sec4 .heading {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.page-template-page_solutions_case-management_od-intellicase #sec1 .heading {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

@media (min-width: 992px) {
  .page-template-page_solutions_case-management_od-intellicase #sec1 .heading {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.page-template-page_solutions_case-management_od-intellicase #sec2 .section-heading {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  .page-template-page_solutions_case-management_od-intellicase #sec2 .section-heading {
    font-size: 2rem;
    line-height: 3.3125rem;
  }
}

@media (min-width: 992px) {
  .page-template-page_solutions_case-management_od-intellicase #sec2 .section-heading {
    width: 80%;
    margin: 0 auto;
  }
}

.page-template-page_solutions_case-management_od-eeo-advantage #sec1 .heading {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

@media (min-width: 992px) {
  .page-template-page_solutions_case-management_od-eeo-advantage #sec1 .heading {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.page-template-page_solutions_case-management_od-eeo-advantage #sec2 {
  margin-top: 2rem;
  margin-bottom: 13rem;
}

@media (max-width: 991.98px) {
  .page-template-page_solutions_case-management_od-eeo-advantage #sec3 img {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
    max-width: calc(100% + 2rem);
  }
}

@media (min-width: 992px) {
  .page-template-page_solutions_case-management_od-eeo-advantage #sec3 .multi-content:first-child {
    margin-top: 6rem;
  }
}

.page-template-page_solutions_case-management_od-eeo-advantage #sec3 .heading {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

@media (min-width: 992px) {
  .page-template-page_solutions_case-management_od-eeo-advantage #sec3 .heading {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

.page-template-page_solutions_case-management_od-advantage #sec1 .heading {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

@media (min-width: 992px) {
  .page-template-page_solutions_case-management_od-advantage #sec1 .heading {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.page-template-page_solutions_case-management_od-advantage #sec3 {
  padding-bottom: 3.25rem;
}

.page-template-page_solutions_case-management_od-advantage #sec3 .section-heading {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  .page-template-page_solutions_case-management_od-advantage #sec3 .section-heading {
    font-size: 2rem;
    line-height: 3.3125rem;
  }
}

@media (min-width: 992px) {
  .page-template-page_solutions_case-management_od-advantage #sec3 .section-heading {
    width: 80%;
    margin: 0 auto;
  }
}

.page-template-page_solutions_case-management_od-advantage #sec4 {
  padding-bottom: 11.25rem;
  margin-bottom: 6.25rem;
}

@media (min-width: 992px) {
  .page-template-page_solutions_case-management_od-advantage #sec4 {
    padding-bottom: 3.25rem;
  }
}

@media (max-width: 991.98px) {
  .page-template-page_solutions_case-management_od-advantage #sec4 img {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
    max-width: calc(100% + 2rem);
  }
}

@media (min-width: 992px) {
  .page-template-page_solutions_case-management_od-advantage #sec4 .multi-content:first-child {
    margin-top: 6rem;
  }
}

.page-template-page_solutions_case-management_od-advantage #sec4 .heading {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

@media (min-width: 992px) {
  .page-template-page_solutions_case-management_od-advantage #sec4 .heading {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

.page-template-page_solutions_case-management_od-advantage #sec4 img.bleed-bottom {
  position: relative;
  top: 5rem;
  margin-bottom: -11.25rem;
}

.page-template-page_solutions_case-management_litigation-support .main > .header .col-12 > .contact-content > div {
  margin-left: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.page-template-page_solutions_case-management_litigation-support #sec1,
.page-template-page_solutions_case-management_litigation-support #sec2,
.page-template-page_solutions_case-management_litigation-support #sec3 {
  padding-bottom: 2.5rem;
}

.page-template-page_solutions_case-management_litigation-support #sec1 .heading,
.page-template-page_solutions_case-management_litigation-support #sec2 .heading,
.page-template-page_solutions_case-management_litigation-support #sec3 .heading {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

@media (min-width: 992px) {
  .page-template-page_solutions_case-management_litigation-support #sec1 .heading,
  .page-template-page_solutions_case-management_litigation-support #sec2 .heading,
  .page-template-page_solutions_case-management_litigation-support #sec3 .heading {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.page-template-page_solutions_case-management_od-blueprint #sec1 .heading,
.page-template-page_solutions_case-management_od-blueprint #sec2 .heading,
.page-template-page_solutions_case-management_od-blueprint #sec5 .heading {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

@media (min-width: 992px) {
  .page-template-page_solutions_case-management_od-blueprint #sec1 .heading,
  .page-template-page_solutions_case-management_od-blueprint #sec2 .heading,
  .page-template-page_solutions_case-management_od-blueprint #sec5 .heading {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.page-template-page_solutions_case-management_od-blueprint #sec1 .heading {
  padding-top: 6rem;
}

.page-template-page_solutions_case-management_od-blueprint #sec3 .pager {
  border-bottom: 1px solid #e6e3e3;
  margin-bottom: 5rem;
}

@media (min-width: 992px) {
  .page-template-page_solutions_case-management_od-blueprint #sec3 .pager {
    margin-bottom: 7rem;
  }
}

.page-template-page_solutions_case-management_od-blueprint #sec3 .pager .pager-item {
  opacity: 0.4;
  outline: none !important;
  text-align: center;
  -webkit-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}

@media (min-width: 768px) {
  .page-template-page_solutions_case-management_od-blueprint #sec3 .pager .pager-item {
    cursor: pointer;
  }
}

.page-template-page_solutions_case-management_od-blueprint #sec3 .pager .pager-item .image {
  height: 92px;
  margin-bottom: 2rem;
}

.page-template-page_solutions_case-management_od-blueprint #sec3 .pager .pager-item .image img {
  display: inline-block;
}

.page-template-page_solutions_case-management_od-blueprint #sec3 .pager .pager-item .label {
  color: #555;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.3125rem;
}

@media (min-width: 768px) {
  .page-template-page_solutions_case-management_od-blueprint #sec3 .pager .pager-item .label {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}

.page-template-page_solutions_case-management_od-blueprint #sec3 .pager .pager-item .label span {
  display: inline-block;
  padding: 0 2rem 1rem;
  border-bottom: 5px solid transparent;
  -webkit-transition: border-color 500ms ease-in-out;
  -o-transition: border-color 500ms ease-in-out;
  transition: border-color 500ms ease-in-out;
}

.page-template-page_solutions_case-management_od-blueprint #sec3 .pager .pager-item.slick-current {
  opacity: 1;
}

.page-template-page_solutions_case-management_od-blueprint #sec3 .pager .pager-item.slick-current .label {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}

.page-template-page_solutions_case-management_od-blueprint #sec3 .pager .pager-item.slick-current .label span {
  border-color: #00447b;
}

.page-template-page_solutions_case-management_od-blueprint #sec3 .slick-carousel {
  position: relative;
  padding-bottom: 7rem;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .page-template-page_solutions_case-management_od-blueprint #sec3 .slick-carousel {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.page-template-page_solutions_case-management_od-blueprint #sec3 .slick-carousel .slick-dots {
  bottom: 30px;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}

.page-template-page_solutions_case-management_od-blueprint #sec3 .slick-carousel .wrapper {
  text-align: center;
}

@media (min-width: 992px) {
  .page-template-page_solutions_case-management_od-blueprint #sec3 .slick-carousel .wrapper {
    width: 75%;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .page-template-page_solutions_case-management_od-blueprint #sec3 .slick-carousel .wrapper {
    width: 70%;
  }
}

.page-template-page_solutions_case-management_od-blueprint #sec3 .slick-carousel .wrapper .heading {
  margin-bottom: 2.75rem;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  .page-template-page_solutions_case-management_od-blueprint #sec3 .slick-carousel .wrapper .heading {
    font-size: 2rem;
    line-height: 3.3125rem;
  }
}

.page-template-page_solutions_case-management_od-blueprint #sec3 .slick-carousel .wrapper .wysiwyg p,
.page-template-page_solutions_case-management_od-blueprint #sec3 .slick-carousel .wrapper .wysiwyg ul,
.page-template-page_solutions_case-management_od-blueprint #sec3 .slick-carousel .wrapper .wysiwyg ol {
  font-size: 0.8125rem;
  line-height: 1.625rem;
}

@media (min-width: 768px) {
  .page-template-page_solutions_case-management_od-blueprint #sec3 .slick-carousel .wrapper .wysiwyg p,
  .page-template-page_solutions_case-management_od-blueprint #sec3 .slick-carousel .wrapper .wysiwyg ul,
  .page-template-page_solutions_case-management_od-blueprint #sec3 .slick-carousel .wrapper .wysiwyg ol {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}

.page-template-page_solutions_knowledge-management #sec1 .h1 {
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  font-variant-numeric: lining-nums;
  font-size: 1.75rem;
  line-height: 2.1875rem;
}

@media (min-width: 768px) {
  .page-template-page_solutions_knowledge-management #sec1 .h1 {
    font-size: 3rem;
    line-height: 3.75rem;
  }
}

.page-template-page_solutions_knowledge-management #sec2 .heading,
.page-template-page_solutions_knowledge-management #sec3 .heading,
.page-template-page_solutions_knowledge-management #sec4 .heading {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

@media (min-width: 992px) {
  .page-template-page_solutions_knowledge-management #sec2 .heading,
  .page-template-page_solutions_knowledge-management #sec3 .heading,
  .page-template-page_solutions_knowledge-management #sec4 .heading {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.page-template-page_solutions_knowledge-management_subpages .header.row {
  padding-bottom: 5rem;
  border-bottom: 1px solid #e6e3e3;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .page-template-page_solutions_knowledge-management_subpages .header.row {
    padding-bottom: 2rem;
  }
}

.page-template-page_solutions_knowledge-management_subpages #sec1 .heading {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

@media (min-width: 992px) {
  .page-template-page_solutions_knowledge-management_subpages #sec1 .heading {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.page-template-page_solutions_compliance-solutions #sec1 .h1 {
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  font-variant-numeric: lining-nums;
  font-size: 1.6875rem;
  line-height: 2.1875rem;
}

@media (min-width: 768px) {
  .page-template-page_solutions_compliance-solutions #sec1 .h1 {
    font-size: 3rem;
    line-height: 3.75rem;
  }
}

.page-template-page_solutions_compliance-solutions #sec2 .heading,
.page-template-page_solutions_compliance-solutions #sec3 .heading {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

@media (min-width: 992px) {
  .page-template-page_solutions_compliance-solutions #sec2 .heading,
  .page-template-page_solutions_compliance-solutions #sec3 .heading {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 992px) {
  .page-template-page_solutions_compliance-solutions_od-comply .page-heading-image {
    max-width: 60%;
  }
}

.page-template-page_solutions_compliance-solutions_od-comply .main > .header.row {
  padding-bottom: 0;
}

.page-template-page_solutions_compliance-solutions_od-comply #sec1 {
  margin-top: 6.25rem !important;
}

@media (min-width: 992px) {
  .page-template-page_solutions_compliance-solutions_od-comply #sec1 {
    margin-top: 3rem !important;
  }
}

.page-template-page_solutions_compliance-solutions_od-comply #sec1 .heading {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

@media (min-width: 992px) {
  .page-template-page_solutions_compliance-solutions_od-comply #sec1 .heading {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.page-template-page_solutions_compliance-solutions_od-comply #sec2 .section-heading {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  .page-template-page_solutions_compliance-solutions_od-comply #sec2 .section-heading {
    font-size: 2rem;
    line-height: 3.3125rem;
  }
}

@media (min-width: 992px) {
  .page-template-page_solutions_compliance-solutions_od-comply #sec2 .section-heading {
    width: 80%;
    margin: 0 auto;
  }
}

.page-template-page_solutions_compliance-solutions_od-comply #sec2 .text-centered .icon {
  height: 112px;
}

.page-template-page_solutions_compliance-solutions_od-comply #sec2 .text-centered .wysiwyg {
  margin: 0 auto;
  width: 90%;
}

@media (min-width: 768px) {
  .page-template-page_solutions_compliance-solutions_od-comply #sec2 .text-centered .wysiwyg {
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .page-template-page_solutions_compliance-solutions_od-comply #sec2 .text-centered .wysiwyg {
    width: 65%;
  }
}

.page-template-page_solutions_compliance-solutions_learning-solutions #sec1 {
  padding-top: 2rem;
  border-bottom: 1px solid #e6e3e3;
}

.page-template-page_solutions_compliance-solutions_learning-solutions #sec2 .image {
  width: 170px;
  height: 170px;
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 1.25rem;
  display: inline-block;
}

@media (min-width: 768px) {
  .page-template-page_solutions_compliance-solutions_learning-solutions #sec2 .image {
    width: 190px;
    height: 190px;
  }
}

.page-template-page_solutions_compliance-solutions_learning-solutions #sec2 .heading {
  padding-bottom: 2rem;
  border-bottom: 1px solid #e6e3e3;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.5625rem;
}

@media (min-width: 768px) {
  .page-template-page_solutions_compliance-solutions_learning-solutions #sec2 .heading {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

@media (min-width: 768px) {
  .page-template-page_solutions_compliance-solutions_learning-solutions #sec2 .wysiwyg {
    min-height: 270px;
  }
}

@media (min-width: 992px) {
  .page-template-page_solutions_compliance-solutions_learning-solutions #sec2 .wysiwyg {
    min-height: 250px;
  }
}

@media (min-width: 1200px) {
  .page-template-page_solutions_compliance-solutions_learning-solutions #sec2 .wysiwyg {
    min-height: 220px;
  }
}

.page-template-page_solutions_compliance-solutions_learning-solutions #sec2 .learn-more {
  margin-bottom: 9rem;
}

.page-template-page_solutions_compliance-solutions_learning-solutions .od-modal.learning-solutions .header {
  padding-bottom: 2.75rem;
  border-bottom: 1px solid #e6e3e3;
  margin-bottom: 2.75rem;
}

.page-template-page_solutions_compliance-solutions_learning-solutions .od-modal.learning-solutions .header::after {
  content: "";
  display: table;
  clear: both;
}

.page-template-page_solutions_compliance-solutions_learning-solutions .od-modal.learning-solutions .header .image {
  float: left;
  overflow: hidden;
  width: 62px;
  height: 62px;
  border-radius: 62px;
}

@media (min-width: 768px) {
  .page-template-page_solutions_compliance-solutions_learning-solutions .od-modal.learning-solutions .header .image {
    width: 100px;
    height: 100px;
  }
}

.page-template-page_solutions_compliance-solutions_learning-solutions .od-modal.learning-solutions .header .heading {
  float: left;
  margin-left: 2rem;
  padding-top: 21px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .page-template-page_solutions_compliance-solutions_learning-solutions .od-modal.learning-solutions .header .heading {
    padding-top: 39px;
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.page-template-page_solutions_compliance-solutions_learning-solutions .od-modal.learning-solutions .wysiwyg h4 {
  font-size: 1.5rem;
  line-height: 2.125rem;
}

@media (max-width: 991.98px) {
  .page-template-page_solutions_compliance-solutions_learning-solutions .od-modal.learning-solutions .wysiwyg .learningVdoPlaceholder,
  .page-template-page_solutions_compliance-solutions_learning-solutions .od-modal.learning-solutions .wysiwyg iframe {
    float: none !important;
    margin: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .page-template-page_solutions_compliance-solutions_learning-solutions .od-modal.learning-solutions .wysiwyg .learningVdoPlaceholder,
  .page-template-page_solutions_compliance-solutions_learning-solutions .od-modal.learning-solutions .wysiwyg iframe {
    height: auto;
    margin-bottom: 1rem !important;
  }
}

.page-template-page_solutions_compliance-solutions_od-comply_faqs .main > .header .entry-title {
  margin-bottom: 0;
}

.page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq {
  padding-top: 0;
}

.page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq .section-title {
  margin-bottom: 1.4rem;
}

.page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq .accordion .accordion-heading {
  margin: 0;
}

.page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq .accordion .accordion-heading > h3 {
  margin: 0;
}

.page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq .accordion .accordion-heading > h3 > a {
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAzIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC41IDEuNUgxOS42MDUiIHN0cm9rZT0iIzk3QTRCRSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8cGF0aCBkPSJNMC41IDEuNUgxOS42MDUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMSkiIHN0cm9rZT0iIzk3QTRCRSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8L3N2Zz4K);
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: none;
  padding: 1.6rem 0 1.6rem 2.75rem;
  border-top: 1px solid transparent;
  -webkit-transition: color 500ms ease-in-out, border-color 500ms ease-in-out, background-color 500ms ease-in-out;
  -o-transition: color 500ms ease-in-out, border-color 500ms ease-in-out, background-color 500ms ease-in-out;
  transition: color 500ms ease-in-out, border-color 500ms ease-in-out, background-color 500ms ease-in-out;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 300;
  font-variant-numeric: lining-nums;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq .accordion .accordion-heading > h3 > a {
    background-position: 15px center;
    padding: 1.6rem 0 1.6rem 5rem;
    font-size: 1rem;
  }
}

.page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq .accordion .accordion-heading > h3 > a.collapsed {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNSAxLjVIMTkuNjA1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDkpIiBzdHJva2U9IiM5N0E0QkUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTAuNSAxLjVIMTkuNjA1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDEwKSIgc3Ryb2tlPSIjOTdBNEJFIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+CjxwYXRoIGQ9Ik0xIDE4LjEwNVYwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5IDEpIiBzdHJva2U9IiM5N0E0QkUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTEgMTguMTA1VjAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwIDEpIiBzdHJva2U9IiM5N0E0QkUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+Cg==);
}

.page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq .accordion .accordion-heading > h3 > a:hover {
  background-color: #fff;
}

.page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq .accordion .accordion-content {
  margin-left: 2.8rem;
  padding: 2.4rem 0;
  color: #555;
  border-top: 1px solid transparent;
  -webkit-transition: border-color 500ms ease-in-out;
  -o-transition: border-color 500ms ease-in-out;
  transition: border-color 500ms ease-in-out;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 300;
  font-variant-numeric: lining-nums;
  font-size: 1rem;
  line-height: 1.625rem;
}

@media (min-width: 768px) {
  .page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq .accordion .accordion-content {
    margin-left: 5rem;
  }
}

.page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq .accordion .accordion-content ul li {
  margin-bottom: 3rem;
}

.page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq .accordion .accordion-content ul li:last-child {
  margin-bottom: 0;
}

.page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq .accordion .accordion-content ul li ul {
  margin-top: 1rem;
}

.page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq .accordion .accordion-content ul li ul li {
  margin-bottom: 1rem;
}

.page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq .accordion .accordion-content .field {
  margin-bottom: 5rem;
}

.page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq .accordion .accordion-content .field:last-child {
  margin-bottom: 0;
}

.page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq .accordion .accordion-content .field .field-label {
  margin-bottom: 3rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 300;
  font-variant-numeric: lining-nums;
}

.page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq .accordion .accordion-content .field img {
  max-width: 200px;
}

.page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq .accordion a.collapsed {
  border-top-color: #e8e8e8 !important;
}

.page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq .accordion .collapsing .accordion-content,
.page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq .accordion .show .accordion-content {
  border-top-color: #e8e8e8;
}

.page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq .accordion:last-child {
  border-bottom: 1px solid #e8e8e8;
}

.page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq.gray {
  padding-top: 3rem;
  margin-bottom: 3.125rem;
  background-color: rgba(151, 164, 190, 0.1);
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq.gray .section-title {
  margin: 0;
  border-bottom: 1px solid #e8e8e8;
}

.page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq.gray .section-title > a {
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAzIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC41IDEuNUgxOS42MDUiIHN0cm9rZT0iIzk3QTRCRSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8cGF0aCBkPSJNMC41IDEuNUgxOS42MDUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMSkiIHN0cm9rZT0iIzk3QTRCRSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8L3N2Zz4K);
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: none;
  padding: 1.6rem 0 1.6rem 2.75rem;
  border-top: 1px solid transparent;
  -webkit-transition: color 500ms ease-in-out, border-color 500ms ease-in-out, background-color 500ms ease-in-out;
  -o-transition: color 500ms ease-in-out, border-color 500ms ease-in-out, background-color 500ms ease-in-out;
  transition: color 500ms ease-in-out, border-color 500ms ease-in-out, background-color 500ms ease-in-out;
}

@media (min-width: 768px) {
  .page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq.gray .section-title > a {
    background-position: 15px center;
    padding: 1.6rem 0 1.6rem 8.1875rem;
  }
}

.page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq.gray .section-title > a.collapsed {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNSAxLjVIMTkuNjA1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDkpIiBzdHJva2U9IiM5N0E0QkUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTAuNSAxLjVIMTkuNjA1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDEwKSIgc3Ryb2tlPSIjOTdBNEJFIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+CjxwYXRoIGQ9Ik0xIDE4LjEwNVYwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5IDEpIiBzdHJva2U9IiM5N0E0QkUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPHBhdGggZD0iTTEgMTguMTA1VjAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwIDEpIiBzdHJva2U9IiM5N0E0QkUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+Cg==);
}

.page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq.gray .section-title > a:hover {
  background-color: #fff;
}

.page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq.gray .outer-accordion:first-child .section-title > a {
  border-top: none;
}

.page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq.gray .outer-accordion:last-child,
.page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq.gray .outer-accordion:last-child .section-title {
  border-bottom: none;
}

.page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq.gray .outer-accordion-content {
  margin-left: 1rem;
}

@media (min-width: 576px) {
  .page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq.gray .outer-accordion-content {
    margin-left: 3rem;
  }
}

@media (max-width: 767.98px) {
  .page-template-page_solutions_compliance-solutions_od-comply_faqs .section.faq.gray .outer-accordion-content .accordion-content {
    margin-left: 1rem;
  }
}

.page-template-page_solutions_compliance-solutions_od-comply_subpages .header.row .links {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}

@media (min-width: 992px) {
  .page-template-page_solutions_compliance-solutions_od-comply_subpages .header.row .links {
    margin-top: 3rem;
  }
}

.page-template-page_solutions_compliance-solutions_od-comply_subpages .header.row .links a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAxNSAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMi4wOTA5MUgxMi4zNjgxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjA2MTQgMTguODE4MikiIHN0cm9rZT0iIzAwNDQ3QiIgc3Ryb2tlLXdpZHRoPSIxLjAwOCIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8bWFzayBpZD0ibWFzazAiIG1hc2stdHlwZT0iYWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjIiIHk9IjAiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxNyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCAwSDkuOTgxMDRWMTYuNjk1N0gwVjBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjg4NTg2KSIgZmlsbD0id2hpdGUiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS44MDUyNCAxMC45NDk0QzkuNjkxNzYgMTAuODI4OSA5LjU0MzIyIDEwLjc2MjMgOS4zODcyNiAxMC43NjIzQzkuMjMxMjkgMTAuNzYyMyA5LjA4Mjc1IDEwLjgyODkgOC45NjkyNyAxMC45NDk0TDUuNTg0NjcgMTQuNTQ1MlYwLjYzMTIxOEM1LjU4NDY3IDAuMjgzNDE3IDUuMzE4MiAwIDQuOTkwNTIgMEM0LjY3OTQ4IDAgNC4zOTYzNyAwLjMwMDc3NSA0LjM5NjM3IDAuNjMxMjE4VjE0LjU0NTJMMS4wMTE3NyAxMC45NDk0QzAuOTAzMDM5IDEwLjgzMzkgMC43NDI5MTUgMTAuNzYyMyAwLjU5Mzc4MiAxMC43NjIzQzAuNDQ0NjUgMTAuNzYyMyAwLjI4NDUyNSAxMC44MzM5IDAuMTc1Nzk1IDEwLjk0OTRDLTAuMDU4NTk4NCAxMS4xOTg0IC0wLjA1ODU5ODQgMTEuNTg4NSAwLjE3NTc5NSAxMS44Mzc1TDQuNTcyNTMgMTYuNTA4NkM0LjY4NjAyIDE2LjYyOTQgNC44MzQ1NSAxNi42OTYgNC45OTA1MiAxNi42OTZDNS4xNDY0OCAxNi42OTYgNS4yOTQ3MyAxNi42Mjk0IDUuNDA4NTEgMTYuNTA4Nkw5LjgwNTI0IDExLjgzNzVDMTAuMDM5NiAxMS41ODg1IDEwLjAzOTYgMTEuMTk4NCA5LjgwNTI0IDEwLjk0OTRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjg4NTg2KSIgZmlsbD0iIzAwNDQ3QiIvPgo8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 13.5px 21px;
  padding-left: 23.5px;
  padding-top: 3px;
  min-height: 21px;
  display: block;
  margin-bottom: 0.5rem;
}

.page-template-page_solutions_compliance-solutions_od-comply_subpages .header.row .links a:last-child {
  margin-bottom: 0;
}

.page-template-page_solutions_compliance-solutions_od-comply_subpages .header.row .links a.faq {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNDQwMDIgMTAuMzZDNS40NDAwMiA5LjYzOTk5IDUuNjAwMDIgOS4wNDY2NiA1LjkyMDAyIDguNTc5OTlDNi4yNTMzNSA4LjA5OTk5IDYuNzMzMzUgNy41Nzk5OSA3LjM2MDAyIDcuMDE5OTlDNy44NDAwMiA2LjU5MzMyIDguMTkzMzUgNi4yMjY2NSA4LjQyMDAyIDUuOTE5OTlDOC42NjAwMiA1LjU5OTk5IDguNzgwMDIgNS4yMzk5OSA4Ljc4MDAyIDQuODM5OTlDOC43ODAwMiA0LjI3OTk5IDguNTUzMzUgMy44MjY2NSA4LjEwMDAyIDMuNDc5OTlDNy42NDY2OCAzLjEzMzMyIDcuMDQwMDIgMi45NTk5OSA2LjI4MDAyIDIuOTU5OTlDNC44NDAwMiAyLjk1OTk5IDMuNzUzMzUgMy40NzMzMiAzLjAyMDAyIDQuNDk5OTlMMS4wODAwMiAzLjIzOTk5QzEuNjUzMzUgMi40NTMzMiAyLjM5MzM1IDEuODUzMzIgMy4zMDAwMiAxLjQzOTk5QzQuMjA2NjggMS4wMTMzMiA1LjI3MzM1IDAuNzk5OTg4IDYuNTAwMDIgMC43OTk5ODhDNy45OTMzNSAwLjc5OTk4OCA5LjE4MDAyIDEuMTI2NjUgMTAuMDYgMS43Nzk5OUMxMC45NTM0IDIuNDE5OTkgMTEuNCAzLjMwNjY1IDExLjQgNC40Mzk5OUMxMS40IDQuOTg2NjUgMTEuMzA2NyA1LjQ2NjY1IDExLjEyIDUuODc5OTlDMTAuOTQ2NyA2LjI5MzMyIDEwLjczMzQgNi42NDY2NSAxMC40OCA2LjkzOTk5QzEwLjIyNjcgNy4yMTk5OSA5Ljg5MzM1IDcuNTQ2NjUgOS40ODAwMiA3LjkxOTk5QzguOTczMzUgOC4zNzMzMiA4LjU5MzM1IDguNzczMzIgOC4zNDAwMiA5LjExOTk5QzguMTAwMDIgOS40NjY2NiA3Ljk4MDAyIDkuODc5OTkgNy45ODAwMiAxMC4zNkg1LjQ0MDAyWk02LjcyMDAyIDE1LjE0QzYuMjUzMzUgMTUuMTQgNS44NjY2OCAxNC45OTMzIDUuNTYwMDIgMTQuN0M1LjI2NjY4IDE0LjM5MzMgNS4xMjAwMiAxNC4wMiA1LjEyMDAyIDEzLjU4QzUuMTIwMDIgMTMuMTQgNS4yNjY2OCAxMi43NzMzIDUuNTYwMDIgMTIuNDhDNS44NjY2OCAxMi4xODY3IDYuMjUzMzUgMTIuMDQgNi43MjAwMiAxMi4wNEM3LjE3MzM1IDEyLjA0IDcuNTQ2NjggMTIuMTg2NyA3Ljg0MDAyIDEyLjQ4QzguMTQ2NjggMTIuNzczMyA4LjMwMDAyIDEzLjE0IDguMzAwMDIgMTMuNThDOC4zMDAwMiAxNC4wMiA4LjE0NjY4IDE0LjM5MzMgNy44NDAwMiAxNC43QzcuNTQ2NjggMTQuOTkzMyA3LjE3MzM1IDE1LjE0IDYuNzIwMDIgMTUuMTRaIiBmaWxsPSIjMDA0NDdCIiBzdHJva2U9IiMwMDQ0N0IiLz4KPC9zdmc+Cg==);
  background-size: 12px 16px;
}

.page-template-page_solutions_compliance-solutions_od-comply_subpages .header.row .links a.mail {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIgMi45MDE5OUMxMS43OTkxIDMuMTEyOTMgMTEuNTcxNCAzLjI5ODMgMTEuMzMwNCAzLjQ1ODFDMTAuMjEyMSA0LjE4MDQgOS4wODcwNSA0LjkwOTA5IDcuOTk1NTQgNS42NjMzNUM3LjQzMzA0IDYuMDU5NjYgNi43MzY2MSA2LjU0NTQ1IDYuMDA2NyA2LjU0NTQ1SDZINS45OTMzQzUuMjYzMzkgNi41NDU0NSA0LjU2Njk2IDYuMDU5NjYgNC4wMDQ0NiA1LjY2MzM1QzIuOTEyOTUgNC45MDI3IDEuNzg3OTUgNC4xODA0IDAuNjc2MzM5IDMuNDU4MUMwLjQyODU3MSAzLjI5ODMgMC4yMDA4OTMgMy4xMTI5MyAwIDIuOTAxOTlWNy45NzcyN0MwIDguNTM5NzcgMC40ODIxNDMgOSAxLjA3MTQzIDlIMTAuOTI4NkMxMS41MTc5IDkgMTIgOC41Mzk3NyAxMiA3Ljk3NzI3VjIuOTAxOTlaTTEyIDEuMDIyNzNDMTIgMC40NjAyMjcgMTEuNTExMiAwIDEwLjkyODYgMEgxLjA3MTQzQzAuMzU0OTExIDAgMCAwLjUzNjkzMiAwIDEuMTYzMzVDMCAxLjc0NTAzIDAuNjc2MzM5IDIuNDY3MzMgMS4xNTE3OSAyLjc3NDE1QzIuMTg5NzMgMy40NjQ0OSAzLjI0MTA3IDQuMTU0ODMgNC4yNzkwMiA0Ljg1MTU2QzQuNzE0MjkgNS4xMzkyIDUuNDUwODkgNS43MjcyNyA1Ljk5MzMgNS43MjcyN0g2SDYuMDA2N0M2LjU0OTExIDUuNzI3MjcgNy4yODU3MSA1LjEzOTIgNy43MjA5OCA0Ljg1MTU2QzguNzU4OTMgNC4xNTQ4MyA5LjgxMDI3IDMuNDY0NDkgMTAuODU0OSAyLjc3NDE1QzExLjQ0NDIgMi4zODQyMyAxMiAxLjczODY0IDEyIDEuMDIyNzNaIiBmaWxsPSIjMDA0NDdCIi8+Cjwvc3ZnPgo=);
  background-size: 13.33px 10px;
  background-position: 1px center;
}

.page-template-page_solutions_compliance-solutions_od-comply_subpages #sec1 {
  padding: 4.5rem 0;
}

.page-template-page_solutions_compliance-solutions_od-comply_subpages #sec1 * {
  color: #fff;
}

.page-template-page_solutions_compliance-solutions_od-comply_subpages #sec1 .section-heading {
  text-align: center;
  margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
  .page-template-page_solutions_compliance-solutions_od-comply_subpages #sec1 .section-heading {
    margin-bottom: 4.5rem;
  }
}

.page-template-page_solutions_compliance-solutions_od-comply_subpages #sec1 .wysiwyg {
  text-align: left;
}

.page-template-page_solutions_compliance-solutions_od-comply_subpages #sec1 .wysiwyg li {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMSAyMS44NDUxQzE2Ljk4OTYgMjEuODQ1MSAyMS44NDUxIDE2Ljk4OTYgMjEuODQ1MSAxMUMyMS44NDUxIDUuMDEwNDQgMTYuOTg5NiAwLjE1NDkzOCAxMSAwLjE1NDkzOEM1LjAxMDQ0IDAuMTU0OTM4IDAuMTU0OTM4IDUuMDEwNDQgMC4xNTQ5MzggMTFDMC4xNTQ5MzggMTYuOTg5NiA1LjAxMDQ0IDIxLjg0NTEgMTEgMjEuODQ1MVoiIGZpbGw9IiNGN0Y3RjciLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04Ljk4NTkgNy41OTE1NUwxMS4wNzM5IDExLjA3NzZMOC45ODU5IDE0LjU2MzRMMTMuMTY5IDExLjA3NzZMOC45ODU5IDcuNTkxNTVaIiBmaWxsPSIjMDA0NDdCIi8+Cjwvc3ZnPgo=);
  margin-bottom: 2rem;
}

.page-template-page_solutions_compliance-solutions_od-comply_subpages #sec1 .wysiwyg p,
.page-template-page_solutions_compliance-solutions_od-comply_subpages #sec1 .wysiwyg ul,
.page-template-page_solutions_compliance-solutions_od-comply_subpages #sec1 .wysiwyg ol {
  font-size: 1rem;
  line-height: 1.6875rem;
}

.page-template-page_solutions_compliance-solutions_od-comply_subpages #sec2 {
  padding-top: 5rem;
}

.page-template-page_solutions_compliance-solutions_od-comply_subpages #sec2 .logo {
  text-align: center;
  margin-bottom: 6.25rem;
}

.page-template-page_solutions_compliance-solutions_od-comply_subpages #sec2 .logo img {
  width: auto;
}

.page-template-page_solutions_compliance-solutions_od-comply_subpages #sec2 .heading {
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.page-template-page_solutions_compliance-solutions_od-comply_subpages #sec2 .bottom-wysiwyg {
  margin-top: 5.5rem;
}

#modal-odcomply .gform_wrapper .gform_title {
  margin-bottom: 1rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
  font-size: 1.5rem;
  line-height: 2rem;
}

#modal-odcomply .gform_wrapper .gform_description {
  margin-bottom: 2rem;
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 300;
  font-variant-numeric: lining-nums;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

#modal-odcomply .gform_wrapper .gfield.gfield.gfield.gfield.gfield.gfield {
  max-width: 100% !important;
}

#modal-odcomply .gform_wrapper .gfield {
  margin: 0 0 1.625rem !important;
  padding: 0 !important;
}

#modal-odcomply .gform_wrapper .gfield > .gfield_label {
  display: none;
}

#modal-odcomply .gform_wrapper .gfield input[type="text"],
#modal-odcomply .gform_wrapper .gfield input[type="email"],
#modal-odcomply .gform_wrapper .gfield textarea {
  font-size: 0.875rem;
  line-height: 1.125rem;
  width: 100% !important;
  border: 1px solid #e6e3e3;
  background-color: #fff;
  padding: 1.1rem 1.125rem !important;
  color: #212020;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0 !important;
}

#modal-odcomply .gform_wrapper .gfield select {
  font-size: 0.875rem;
  line-height: 1.125rem;
  width: 100% !important;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}

#modal-odcomply .gform_wrapper .gfield.gfield_html {
  margin-bottom: 2rem !important;
  color: #9a9a9a;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.5rem;
  line-height: 0.8125rem;
}

#modal-odcomply .gform_wrapper .gfield .ginput_container_checkbox {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.5625rem;
  line-height: 0.8125rem;
}

@media (min-width: 576px) {
  #modal-odcomply .gform_wrapper .gfield .ginput_container_checkbox ul.gfield_checkbox {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

#modal-odcomply .gform_wrapper .gfield .ginput_container_checkbox li > input {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#modal-odcomply .gform_wrapper .gfield .ginput_container_checkbox li > label {
  color: #212020;
  padding-left: 0.75rem;
  padding-top: 4px;
}

#modal-odcomply .gform_wrapper .gfield .gfield_description {
  padding-top: 0.25rem !important;
}

#modal-odcomply .gform_wrapper input.gform_button {
  width: 100%;
}

#modal-odcomply .gform_wrapper.gform_validation_error .gfield_error {
  background-color: transparent !important;
  border: none !important;
}

#modal-odcomply .gform_confirmation_message {
  margin: 0 auto;
  text-align: center;
  color: rgba(85, 85, 85, 0.5);
  font-family: 'GT Sectra', Times, serif;
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: lining-nums;
  font-size: 2rem;
  line-height: 2.5rem;
}

@media (min-width: 992px) {
  #modal-odcomply .gform_confirmation_message {
    font-size: 2.25rem;
    line-height: 2.8125rem;
  }
}


/*# sourceMappingURL=main.css.map*/