.accessibility-body {
    transition: all 0.2s;
}

#accessibility {
    width: 200px;
    background: #fff;
    border: 2px #0065AF solid;
    position: fixed;
    top: 40px;
    right: -200px;
    min-height: 35px;
    z-index: 999999999;
    transition: all 0.2s;
    font-size: 15px;
    box-sizing: border-box;
}

#accessibility a#accessibility-btn {
    background-color: #0065AF;
    position: absolute;
    top: -1px;
    left: -40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font-size: 28px;
}

#accessibility a#accessibility-btn i {
    font-family: 'realaccessability';
    font-size: 26px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

#accessibility a#accessibility-btn i.accessibility-icon:before {
    content: "\E907";
}

#accessibility a#accessibility-btn i.accessibility-loading {
    display: none;
}

#accessibility a#accessibility-btn i.accessibility-loading:before {
    content: "\E908";
    font-size: 20px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 2500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 2500ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 2500ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

#accessibility.open {
    right: 10px;
}

#accessibility ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
}

#accessibility ul li {
    line-height: 38px;
    border-top: 1px #ccc solid;
}

#accessibility ul li:first-child {
    border-top: 0;
}

#accessibility ul li a {
    display: block;
    padding: 0 10px;
    color: #0065AF;
    text-decoration: none;
    position: relative;
    cursor: pointer
}

#accessibility ul li a .fa {
    margin-right: 8px;
}

#accessibility ul li a:hover {
    background-color: #fafafa;
    color: #0065AF;
}

#accessibility ul li a.clicked {
    background-color: #fafafa;
    color: #0065AF;
    box-shadow: inset 0 0 3px #ccc;
}

#accessibility-copyright {
    text-align: center;
    line-height: 25px;
    font-size: 13px;
}

#accessibility-copyright a {
    background: #eaedf2;
    color: #0065AF;
    display: block;
    padding: 8px 10px;
}

#accessibility-copyright a:hover {
    background: #0065AF;
    text-decoration: underline;
    color: #fff;
}

#accessibility-player {
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    border-top-width: 1px;
    border-top-color: #ccc;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    border-bottom-style: solid;
    padding-top: 12px;
    padding-bottom: 12px;
}

#accessibility-player span {
    display: block;
    font-size: 15px;
    color: #0065AF;
}

/* Effects */
.accessibility-grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.accessibility-invert {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    color: #000;
}

.accessibility-linkHighlight a {
    text-decoration: underline !important;
}

.accessibility-regularFont {
    font-family: Arial, Helvetica, sans-serif !important;
}

/* RTL Support */
html[dir="rtl"] #accessibility {
    left: -197px;
    right: auto;
    border-right-width: 1px;
    border-left-width: 0;
}

html[dir="rtl"] #accessibility.open {
    right: auto;
    left: 0;
}

html[dir="rtl"] #accessibility a#accessibility-btn {
    right: -40px;
    left: auto;
}

html[dir="rtl"] #accessibility ul li a:before {
    margin-right: 0;
    margin-left: 10px;
}

.bandw {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.linksHighLight {
    background: #39ff14 !important;
}

.linksHighLight div[class^="bg-"],
.linksHighLight div[class*=" bg-"] {
    background: #39ff14 !important;
}

.inverted {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}




















@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -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;
  margin: 0;
}

body {
  margin: 0;
  color: #001B2F;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  overflow-x: hidden;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.4;
  font-family: "Open Sans", sans-serif;
}

ol, ul, dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

p {
  margin: 0;
  line-height: 1.5;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 5px;
  margin-left: 0;
}

blockquote {
  margin: 0 0 10px;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
  transition: ease 200ms;
}
a:hover {
  text-decoration: none;
}

a:not([href]) {
  cursor: pointer;
}

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

pre {
  margin-top: 0;
  overflow: auto;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  transition: ease 200ms;
}
button:focus, button.focus {
  outline: 0;
  box-shadow: none;
}
button.disabled, button:disabled {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  background-clip: padding-box;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-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;
}

::-webkit-input-placeholder {
  color: #adb5bd;
  opacity: 1;
}

::-moz-placeholder {
  color: #adb5bd;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #adb5bd;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #adb5bd;
  opacity: 1;
}

::placeholder {
  color: #adb5bd;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #adb5bd;
}

:-moz-placeholder {
  color: #adb5bd;
  opacity: 1;
}

::-moz-placeholder {
  color: #adb5bd;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #adb5bd;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #0096D6;
}

::selection {
  color: #fff;
  background: #0096D6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 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;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.f {
  display: flex;
}
.f--aic {
  align-items: center;
}
.f--aife {
  align-items: flex-end;
}
.f--jcc {
  justify-content: center;
}
.f--jce {
  justify-content: flex-end;
}
.f--jcs {
  justify-content: flex-start;
}
.f--jcsb {
  justify-content: space-between;
}
.f > .mwPageArea {
  width: 100%;
}
.f > .mwPageArea > .mwPageBlock {
  width: 100%;
}

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

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-5 {
  padding: 5px !important;
}

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

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

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

.pb-5 {
  padding-bottom: 5px !important;
}

.m-5 {
  margin: 5px !important;
}

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

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

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

.pb-10 {
  padding-bottom: 10px !important;
}

.m-10 {
  margin: 10px !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

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

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

.pb-15 {
  padding-bottom: 15px !important;
}

.m-15 {
  margin: 15px !important;
}

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

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

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

.pb-20 {
  padding-bottom: 20px !important;
}

.m-20 {
  margin: 20px !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

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

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

.pb-25 {
  padding-bottom: 25px !important;
}

.m-25 {
  margin: 25px !important;
}

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

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

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

.pb-30 {
  padding-bottom: 30px !important;
}

.m-30 {
  margin: 30px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

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

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

.pb-35 {
  padding-bottom: 35px !important;
}

.m-35 {
  margin: 35px !important;
}

.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

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

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

.pb-40 {
  padding-bottom: 40px !important;
}

.m-40 {
  margin: 40px !important;
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

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

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

.pb-45 {
  padding-bottom: 45px !important;
}

.m-45 {
  margin: 45px !important;
}

.mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

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

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

.pb-50 {
  padding-bottom: 50px !important;
}

.m-50 {
  margin: 50px !important;
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.p-55 {
  padding: 55px !important;
}

.px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

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

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

.pb-55 {
  padding-bottom: 55px !important;
}

.m-55 {
  margin: 55px !important;
}

.mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.p-60 {
  padding: 60px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

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

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

.pb-60 {
  padding-bottom: 60px !important;
}

.m-60 {
  margin: 60px !important;
}

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.p-65 {
  padding: 65px !important;
}

.px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

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

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

.pb-65 {
  padding-bottom: 65px !important;
}

.m-65 {
  margin: 65px !important;
}

.mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.p-70 {
  padding: 70px !important;
}

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

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

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

.pb-70 {
  padding-bottom: 70px !important;
}

.m-70 {
  margin: 70px !important;
}

.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.p-75 {
  padding: 75px !important;
}

.px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

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

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

.pb-75 {
  padding-bottom: 75px !important;
}

.m-75 {
  margin: 75px !important;
}

.mx-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.p-80 {
  padding: 80px !important;
}

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

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

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

.pb-80 {
  padding-bottom: 80px !important;
}

.m-80 {
  margin: 80px !important;
}

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.p-85 {
  padding: 85px !important;
}

.px-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

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

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

.pb-85 {
  padding-bottom: 85px !important;
}

.m-85 {
  margin: 85px !important;
}

.mx-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.p-90 {
  padding: 90px !important;
}

.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

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

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

.pb-90 {
  padding-bottom: 90px !important;
}

.m-90 {
  margin: 90px !important;
}

.mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.p-95 {
  padding: 95px !important;
}

.px-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

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

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

.pb-95 {
  padding-bottom: 95px !important;
}

.m-95 {
  margin: 95px !important;
}

.mx-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.p-100 {
  padding: 100px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

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

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

.pb-100 {
  padding-bottom: 100px !important;
}

.m-100 {
  margin: 100px !important;
}

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

@media (min-width: 768px) {
  .p-md-auto {
    padding: auto !important;
  }

  .px-md-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .py-md-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .pt-md-auto {
    padding-top: auto !important;
  }

  .pl-md-auto {
    padding-left: auto !important;
  }

  .pr-md-auto {
    padding-right: auto !important;
  }

  .pb-md-auto {
    padding-bottom: auto !important;
  }

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

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

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

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

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

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

  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

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

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

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

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

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

  .p-md-5 {
    padding: 5px !important;
  }

  .px-md-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .pt-md-5 {
    padding-top: 5px !important;
  }

  .pl-md-5 {
    padding-left: 5px !important;
  }

  .pr-md-5 {
    padding-right: 5px !important;
  }

  .pb-md-5 {
    padding-bottom: 5px !important;
  }

  .m-md-5 {
    margin: 5px !important;
  }

  .mt-md-5 {
    margin-top: 5px !important;
  }

  .ml-md-5 {
    margin-left: 5px !important;
  }

  .mr-md-5 {
    margin-right: 5px !important;
  }

  .mb-md-5 {
    margin-bottom: 5px !important;
  }

  .p-md-10 {
    padding: 10px !important;
  }

  .px-md-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .pt-md-10 {
    padding-top: 10px !important;
  }

  .pl-md-10 {
    padding-left: 10px !important;
  }

  .pr-md-10 {
    padding-right: 10px !important;
  }

  .pb-md-10 {
    padding-bottom: 10px !important;
  }

  .m-md-10 {
    margin: 10px !important;
  }

  .mt-md-10 {
    margin-top: 10px !important;
  }

  .ml-md-10 {
    margin-left: 10px !important;
  }

  .mr-md-10 {
    margin-right: 10px !important;
  }

  .mb-md-10 {
    margin-bottom: 10px !important;
  }

  .p-md-15 {
    padding: 15px !important;
  }

  .px-md-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .pt-md-15 {
    padding-top: 15px !important;
  }

  .pl-md-15 {
    padding-left: 15px !important;
  }

  .pr-md-15 {
    padding-right: 15px !important;
  }

  .pb-md-15 {
    padding-bottom: 15px !important;
  }

  .m-md-15 {
    margin: 15px !important;
  }

  .mt-md-15 {
    margin-top: 15px !important;
  }

  .ml-md-15 {
    margin-left: 15px !important;
  }

  .mr-md-15 {
    margin-right: 15px !important;
  }

  .mb-md-15 {
    margin-bottom: 15px !important;
  }

  .p-md-20 {
    padding: 20px !important;
  }

  .px-md-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .pt-md-20 {
    padding-top: 20px !important;
  }

  .pl-md-20 {
    padding-left: 20px !important;
  }

  .pr-md-20 {
    padding-right: 20px !important;
  }

  .pb-md-20 {
    padding-bottom: 20px !important;
  }

  .m-md-20 {
    margin: 20px !important;
  }

  .mt-md-20 {
    margin-top: 20px !important;
  }

  .ml-md-20 {
    margin-left: 20px !important;
  }

  .mr-md-20 {
    margin-right: 20px !important;
  }

  .mb-md-20 {
    margin-bottom: 20px !important;
  }

  .p-md-25 {
    padding: 25px !important;
  }

  .px-md-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .pt-md-25 {
    padding-top: 25px !important;
  }

  .pl-md-25 {
    padding-left: 25px !important;
  }

  .pr-md-25 {
    padding-right: 25px !important;
  }

  .pb-md-25 {
    padding-bottom: 25px !important;
  }

  .m-md-25 {
    margin: 25px !important;
  }

  .mt-md-25 {
    margin-top: 25px !important;
  }

  .ml-md-25 {
    margin-left: 25px !important;
  }

  .mr-md-25 {
    margin-right: 25px !important;
  }

  .mb-md-25 {
    margin-bottom: 25px !important;
  }

  .p-md-30 {
    padding: 30px !important;
  }

  .px-md-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .pt-md-30 {
    padding-top: 30px !important;
  }

  .pl-md-30 {
    padding-left: 30px !important;
  }

  .pr-md-30 {
    padding-right: 30px !important;
  }

  .pb-md-30 {
    padding-bottom: 30px !important;
  }

  .m-md-30 {
    margin: 30px !important;
  }

  .mt-md-30 {
    margin-top: 30px !important;
  }

  .ml-md-30 {
    margin-left: 30px !important;
  }

  .mr-md-30 {
    margin-right: 30px !important;
  }

  .mb-md-30 {
    margin-bottom: 30px !important;
  }

  .p-md-35 {
    padding: 35px !important;
  }

  .px-md-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .py-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .pt-md-35 {
    padding-top: 35px !important;
  }

  .pl-md-35 {
    padding-left: 35px !important;
  }

  .pr-md-35 {
    padding-right: 35px !important;
  }

  .pb-md-35 {
    padding-bottom: 35px !important;
  }

  .m-md-35 {
    margin: 35px !important;
  }

  .mt-md-35 {
    margin-top: 35px !important;
  }

  .ml-md-35 {
    margin-left: 35px !important;
  }

  .mr-md-35 {
    margin-right: 35px !important;
  }

  .mb-md-35 {
    margin-bottom: 35px !important;
  }

  .p-md-40 {
    padding: 40px !important;
  }

  .px-md-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .pt-md-40 {
    padding-top: 40px !important;
  }

  .pl-md-40 {
    padding-left: 40px !important;
  }

  .pr-md-40 {
    padding-right: 40px !important;
  }

  .pb-md-40 {
    padding-bottom: 40px !important;
  }

  .m-md-40 {
    margin: 40px !important;
  }

  .mt-md-40 {
    margin-top: 40px !important;
  }

  .ml-md-40 {
    margin-left: 40px !important;
  }

  .mr-md-40 {
    margin-right: 40px !important;
  }

  .mb-md-40 {
    margin-bottom: 40px !important;
  }

  .p-md-45 {
    padding: 45px !important;
  }

  .px-md-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .py-md-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .pt-md-45 {
    padding-top: 45px !important;
  }

  .pl-md-45 {
    padding-left: 45px !important;
  }

  .pr-md-45 {
    padding-right: 45px !important;
  }

  .pb-md-45 {
    padding-bottom: 45px !important;
  }

  .m-md-45 {
    margin: 45px !important;
  }

  .mt-md-45 {
    margin-top: 45px !important;
  }

  .ml-md-45 {
    margin-left: 45px !important;
  }

  .mr-md-45 {
    margin-right: 45px !important;
  }

  .mb-md-45 {
    margin-bottom: 45px !important;
  }

  .p-md-50 {
    padding: 50px !important;
  }

  .px-md-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .pt-md-50 {
    padding-top: 50px !important;
  }

  .pl-md-50 {
    padding-left: 50px !important;
  }

  .pr-md-50 {
    padding-right: 50px !important;
  }

  .pb-md-50 {
    padding-bottom: 50px !important;
  }

  .m-md-50 {
    margin: 50px !important;
  }

  .mt-md-50 {
    margin-top: 50px !important;
  }

  .ml-md-50 {
    margin-left: 50px !important;
  }

  .mr-md-50 {
    margin-right: 50px !important;
  }

  .mb-md-50 {
    margin-bottom: 50px !important;
  }

  .p-md-55 {
    padding: 55px !important;
  }

  .px-md-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .py-md-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .pt-md-55 {
    padding-top: 55px !important;
  }

  .pl-md-55 {
    padding-left: 55px !important;
  }

  .pr-md-55 {
    padding-right: 55px !important;
  }

  .pb-md-55 {
    padding-bottom: 55px !important;
  }

  .m-md-55 {
    margin: 55px !important;
  }

  .mt-md-55 {
    margin-top: 55px !important;
  }

  .ml-md-55 {
    margin-left: 55px !important;
  }

  .mr-md-55 {
    margin-right: 55px !important;
  }

  .mb-md-55 {
    margin-bottom: 55px !important;
  }

  .p-md-60 {
    padding: 60px !important;
  }

  .px-md-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .pt-md-60 {
    padding-top: 60px !important;
  }

  .pl-md-60 {
    padding-left: 60px !important;
  }

  .pr-md-60 {
    padding-right: 60px !important;
  }

  .pb-md-60 {
    padding-bottom: 60px !important;
  }

  .m-md-60 {
    margin: 60px !important;
  }

  .mt-md-60 {
    margin-top: 60px !important;
  }

  .ml-md-60 {
    margin-left: 60px !important;
  }

  .mr-md-60 {
    margin-right: 60px !important;
  }

  .mb-md-60 {
    margin-bottom: 60px !important;
  }

  .p-md-65 {
    padding: 65px !important;
  }

  .px-md-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .py-md-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .pt-md-65 {
    padding-top: 65px !important;
  }

  .pl-md-65 {
    padding-left: 65px !important;
  }

  .pr-md-65 {
    padding-right: 65px !important;
  }

  .pb-md-65 {
    padding-bottom: 65px !important;
  }

  .m-md-65 {
    margin: 65px !important;
  }

  .mt-md-65 {
    margin-top: 65px !important;
  }

  .ml-md-65 {
    margin-left: 65px !important;
  }

  .mr-md-65 {
    margin-right: 65px !important;
  }

  .mb-md-65 {
    margin-bottom: 65px !important;
  }

  .p-md-70 {
    padding: 70px !important;
  }

  .px-md-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .pt-md-70 {
    padding-top: 70px !important;
  }

  .pl-md-70 {
    padding-left: 70px !important;
  }

  .pr-md-70 {
    padding-right: 70px !important;
  }

  .pb-md-70 {
    padding-bottom: 70px !important;
  }

  .m-md-70 {
    margin: 70px !important;
  }

  .mt-md-70 {
    margin-top: 70px !important;
  }

  .ml-md-70 {
    margin-left: 70px !important;
  }

  .mr-md-70 {
    margin-right: 70px !important;
  }

  .mb-md-70 {
    margin-bottom: 70px !important;
  }

  .p-md-75 {
    padding: 75px !important;
  }

  .px-md-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .py-md-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .pt-md-75 {
    padding-top: 75px !important;
  }

  .pl-md-75 {
    padding-left: 75px !important;
  }

  .pr-md-75 {
    padding-right: 75px !important;
  }

  .pb-md-75 {
    padding-bottom: 75px !important;
  }

  .m-md-75 {
    margin: 75px !important;
  }

  .mt-md-75 {
    margin-top: 75px !important;
  }

  .ml-md-75 {
    margin-left: 75px !important;
  }

  .mr-md-75 {
    margin-right: 75px !important;
  }

  .mb-md-75 {
    margin-bottom: 75px !important;
  }

  .p-md-80 {
    padding: 80px !important;
  }

  .px-md-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .pt-md-80 {
    padding-top: 80px !important;
  }

  .pl-md-80 {
    padding-left: 80px !important;
  }

  .pr-md-80 {
    padding-right: 80px !important;
  }

  .pb-md-80 {
    padding-bottom: 80px !important;
  }

  .m-md-80 {
    margin: 80px !important;
  }

  .mt-md-80 {
    margin-top: 80px !important;
  }

  .ml-md-80 {
    margin-left: 80px !important;
  }

  .mr-md-80 {
    margin-right: 80px !important;
  }

  .mb-md-80 {
    margin-bottom: 80px !important;
  }

  .p-md-85 {
    padding: 85px !important;
  }

  .px-md-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .py-md-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .pt-md-85 {
    padding-top: 85px !important;
  }

  .pl-md-85 {
    padding-left: 85px !important;
  }

  .pr-md-85 {
    padding-right: 85px !important;
  }

  .pb-md-85 {
    padding-bottom: 85px !important;
  }

  .m-md-85 {
    margin: 85px !important;
  }

  .mt-md-85 {
    margin-top: 85px !important;
  }

  .ml-md-85 {
    margin-left: 85px !important;
  }

  .mr-md-85 {
    margin-right: 85px !important;
  }

  .mb-md-85 {
    margin-bottom: 85px !important;
  }

  .p-md-90 {
    padding: 90px !important;
  }

  .px-md-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .pt-md-90 {
    padding-top: 90px !important;
  }

  .pl-md-90 {
    padding-left: 90px !important;
  }

  .pr-md-90 {
    padding-right: 90px !important;
  }

  .pb-md-90 {
    padding-bottom: 90px !important;
  }

  .m-md-90 {
    margin: 90px !important;
  }

  .mt-md-90 {
    margin-top: 90px !important;
  }

  .ml-md-90 {
    margin-left: 90px !important;
  }

  .mr-md-90 {
    margin-right: 90px !important;
  }

  .mb-md-90 {
    margin-bottom: 90px !important;
  }

  .p-md-95 {
    padding: 95px !important;
  }

  .px-md-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }

  .py-md-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .pt-md-95 {
    padding-top: 95px !important;
  }

  .pl-md-95 {
    padding-left: 95px !important;
  }

  .pr-md-95 {
    padding-right: 95px !important;
  }

  .pb-md-95 {
    padding-bottom: 95px !important;
  }

  .m-md-95 {
    margin: 95px !important;
  }

  .mt-md-95 {
    margin-top: 95px !important;
  }

  .ml-md-95 {
    margin-left: 95px !important;
  }

  .mr-md-95 {
    margin-right: 95px !important;
  }

  .mb-md-95 {
    margin-bottom: 95px !important;
  }

  .p-md-100 {
    padding: 100px !important;
  }

  .px-md-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .pt-md-100 {
    padding-top: 100px !important;
  }

  .pl-md-100 {
    padding-left: 100px !important;
  }

  .pr-md-100 {
    padding-right: 100px !important;
  }

  .pb-md-100 {
    padding-bottom: 100px !important;
  }

  .m-md-100 {
    margin: 100px !important;
  }

  .mt-md-100 {
    margin-top: 100px !important;
  }

  .ml-md-100 {
    margin-left: 100px !important;
  }

  .mr-md-100 {
    margin-right: 100px !important;
  }

  .mb-md-100 {
    margin-bottom: 100px !important;
  }
}
.pa-xl {
  width: 100%;
  padding: 50px 60px 20px !important;
}
@media (max-width: 1199px) {
  .pa-xl {
    padding: 40px 40px 10px !important;
  }
}
@media (max-width: 767px) {
  .pa-xl {
    padding: 30px 20px 10px !important;
  }
}

.pa-lg {
  width: 100%;
  padding: 30px 60px 1px !important;
}
@media (max-width: 1199px) {
  .pa-lg {
    padding: 30px 30px 1px !important;
  }
}
@media (max-width: 767px) {
  .pa-lg {
    padding: 20px 20px 1px !important;
  }
}

.pa-md {
  width: 100%;
  padding: 30px 40px 1px !important;
}
@media (max-width: 1199px) {
  .pa-md {
    padding: 30px 30px 1px !important;
  }
}
@media (max-width: 767px) {
  .pa-md {
    padding: 20px 20px 1px !important;
  }
}

.pa-sm {
  width: 100%;
  padding: 20px 30px 1px !important;
}
@media (max-width: 767px) {
  .pa-sm {
    padding: 20px 20px 1px !important;
  }
}

.pa-30 {
  width: 100%;
  padding: 30px 30px 1px !important;
}
@media (max-width: 991px) {
  .pa-30 {
    padding: 20px 20px 1px !important;
  }
}

.para-mb {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .para-mb {
    margin-bottom: 20px;
  }
}

.hide-all {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (max-width: 1365px) {
  .hide-below-laptop {
    display: none !important;
  }

  .show-below-laptop-inline {
    display: inline !important;
  }

  .show-below-laptop-inline-block {
    display: inline-block !important;
  }

  .show-below-laptop-block {
    display: block !important;
  }

  .show-below-laptop-table {
    display: table !important;
  }

  .show-below-laptop-table-row {
    display: table-row !important;
  }

  .show-below-laptop-table-cell {
    display: table-cell !important;
  }

  .show-below-laptop-flex {
    display: flex !important;
  }

  .show-below-laptop-inline-flex {
    display: inline-flex !important;
  }
}
@media (max-width: 1199px) {
  .hide-tl {
    display: none !important;
  }

  .show-tl-inline {
    display: inline !important;
  }

  .show-tl-inline-block {
    display: inline-block !important;
  }

  .show-tl-block {
    display: block !important;
  }

  .show-tl-table {
    display: table !important;
  }

  .show-tl-table-row {
    display: table-row !important;
  }

  .show-tl-table-cell {
    display: table-cell !important;
  }

  .show-tl-flex {
    display: flex !important;
  }

  .show-tl-inline-flex {
    display: inline-flex !important;
  }
}
@media (max-width: 991px) {
  .hide-tp {
    display: none !important;
  }

  .show-tp-inline {
    display: inline !important;
  }

  .show-tp-inline-block {
    display: inline-block !important;
  }

  .show-tp-block {
    display: block !important;
  }

  .show-tp-table {
    display: table !important;
  }

  .show-tp-table-row {
    display: table-row !important;
  }

  .show-tp-table-cell {
    display: table-cell !important;
  }

  .show-tp-flex {
    display: flex !important;
  }

  .show-tp-inline-flex {
    display: inline-flex !important;
  }
}
@media (max-width: 767px) {
  .hide-p {
    display: none !important;
  }

  .show-p-inline {
    display: inline !important;
  }

  .show-p-inline-block {
    display: inline-block !important;
  }

  .show-p-block {
    display: block !important;
  }

  .show-p-table {
    display: table !important;
  }

  .show-p-table-row {
    display: table-row !important;
  }

  .show-p-table-cell {
    display: table-cell !important;
  }

  .show-p-flex {
    display: flex !important;
  }

  .show-p-inline-flex {
    display: inline-flex !important;
  }
}
.img-ratio-portrait,
.img-ratio-square {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.img-ratio-landscape,
.img-ratio-ultrawide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

a.img-ratio-portrait, a.img-ratio-square, a.img-ratio-landscape, a.img-ratio-ultrawide {
  display: block;
}

.img-ratio-portrait {
  padding-bottom: 110%;
}

.img-ratio-square {
  padding-bottom: 100%;
}

.img-ratio-landscape {
  padding-bottom: 62%;
}

.img-ratio-ultrawide {
  padding-bottom: 45%;
}

.bg-img-top {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.bg-img-full {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-img-center {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-logo {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

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

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

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

.h-f {
  height: 100%;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Morweb Overrides - System - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
#mwNotification {
  left: auto;
  margin: 20px;
  border-radius: 10px;
  font-family: sans-serif;
}
#mwNotification .body {
  min-height: 0;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Morweb Overrides - System - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Morweb Overrides - Window - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.mwWindow .itemsBrowser .groupsPanel .group {
  height: auto;
  line-height: 1.218;
  margin-bottom: 10px;
}
.mwWindow .itemsBrowser .groupsPanel .group.current:before, .mwWindow .itemsBrowser .groupsPanel .group.current:after {
  top: 4px;
}
.mwWindow .itemsBrowser .itemsPanel li .title {
  bottom: 0;
  opacity: 1;
}
.mwWindow .itemsBrowser.fixed .itemsPanel,
.mwWindow .mwInput.selectEx.inline.fixed .itemsBrowser .itemsPanel {
  margin-right: 470px;
}
.mwWindow .itemsBrowser.fixed.noOptions .itemsPanel,
.mwWindow .mwInput.selectEx.inline.fixed .itemsBrowser.noOptions .itemsPanel {
  margin-right: 0;
}
.mwWindow .itemsBrowser .optionsPanel {
  width: 470px;
}
.mwWindow .itemsBrowser.noOptions .optionsPanel {
  width: 0;
}
.mwWindow .mwInput.selectEx.browseFile {
  background-image: url("/images/static/trans-bg-pattern.jpg");
  background-repeat: repeat;
  background-size: 12px 12px;
}
.mwWindow .mwInput.selectEx.browseFile .titleWrap {
  background-color: #fff;
}
.mwWindow #mwFilesEd .fileDetails .preview {
  background-image: url("/images/static/trans-bg-pattern.jpg");
  background-repeat: repeat;
  background-size: 6px 6px;
}
.mwWindow #mwFilesEd .itemsList li.thumbs {
  background-color: #ededed;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Morweb Overrides - Window - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Morweb Overrides - Cell - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.content-style div[class^=Cell-], .content-style div[class*=" Cell-"],
.content-style div[class^=cell-], .content-style div[class*=" cell-"] {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.content-style div[class^=Cell-]:first-of-type, .content-style div[class*=" Cell-"]:first-of-type,
.content-style div[class^=cell-]:first-of-type, .content-style div[class*=" cell-"]:first-of-type {
  padding-left: 0;
}
.content-style div[class^=Cell-]:last-of-type, .content-style div[class*=" Cell-"]:last-of-type,
.content-style div[class^=cell-]:last-of-type, .content-style div[class*=" cell-"]:last-of-type {
  padding-right: 0;
}

@media (max-width: 767px) {
  .content-style div[class^=Cell-], .content-style div[class*=" Cell-"],
.content-style div[class^=cell-], .content-style div[class*=" cell-"] {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 8px;
  }
  .content-style div[class^=Cell-]:last-of-type, .content-style div[class*=" Cell-"]:last-of-type,
.content-style div[class^=cell-]:last-of-type, .content-style div[class*=" cell-"]:last-of-type {
    margin-bottom: 0;
  }
  .content-style .cell-even:first-child:nth-last-child(1), .content-style .cell-even:first-child:nth-last-child(1) ~ .cell-even,
.content-style .cell-even:first-child:nth-last-child(2), .content-style .cell-even:first-child:nth-last-child(2) ~ .cell-even,
.content-style .cell-even:first-child:nth-last-child(3), .content-style .cell-even:first-child:nth-last-child(3) ~ .cell-even,
.content-style .cell-even:first-child:nth-last-child(4), .content-style .cell-even:first-child:nth-last-child(4) ~ .cell-even,
.content-style .cell-even:first-child:nth-last-child(5), .content-style .cell-even:first-child:nth-last-child(5) ~ .cell-even,
.content-style .cell-even:first-child:nth-last-child(6), .content-style .cell-even:first-child:nth-last-child(6) ~ .cell-even,
.content-style .cell-even:first-child:nth-last-child(7), .content-style .cell-even:first-child:nth-last-child(7) ~ .cell-even,
.content-style .cell-even:first-child:nth-last-child(8), .content-style .cell-even:first-child:nth-last-child(8) ~ .cell-even,
.content-style .cell-even:first-child:nth-last-child(9), .content-style .cell-even:first-child:nth-last-child(9) ~ .cell-even,
.content-style .cell-even:first-child:nth-last-child(10), .content-style .cell-even:first-child:nth-last-child(10) ~ .cell-even {
    width: 100% !important;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Morweb Overrides - Cell - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Morweb Overrides - Columns - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.mwColumns.areas {
  display: flex;
  flex-wrap: wrap;
}
.mwColumns.areas > div {
  float: none;
}
@media (max-width: 767px) {
  .mwColumns.areas > div {
    width: 100% !important;
    float: none;
  }
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Morweb Overrides - Columns - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Morweb Overrides - Embed - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Morweb Overrides - Embed - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Morweb Overrides - Spacer - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.Spacer .mwSpacer.small {
  height: 30px;
}
@media (max-width: 991px) {
  .Spacer .mwSpacer.small {
    height: 15px;
  }
}
.Spacer .mwSpacer.medium {
  height: 60px;
}
@media (max-width: 991px) {
  .Spacer .mwSpacer.medium {
    height: 30px;
  }
}
.Spacer .mwSpacer.large {
  height: 90px;
}
@media (max-width: 991px) {
  .Spacer .mwSpacer.large {
    height: 45px;
  }
}
.Spacer .mwSpacer .mwDivider {
  height: 1px;
  border: none !important;
  background-color: #343a40;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Morweb Overrides - Spacer - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Morweb Overrides - Tooltips - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.mwPageBlock.Content.liveEdBlock > .blockContents:after,
.mwPageBlock.File.liveEdBlock > .blockContents:after,
.mwPageBlock.Gallery.liveEdBlock > .blockContents:after,
.mwPageBlock.Button.liveEdBlock > .blockContents:after,
.mwPageBlock.Menu.liveEdBlock > .blockContents:after,
.mwPageBlock.BlogsPosts.liveEdBlock > .blockContents:after,
.mwPageBlock.BlogsPost.liveEdBlock > .blockContents:after,
.mwPageBlock.Gensoclinks.liveEdBlock > .blockContents:after,
.mwPageBlock.Contact.liveEdBlock > .blockContents:after,
.mwPageBlock.SearchResults.liveEdBlock > .blockContents:after,
.mwPageBlock.Embed.liveEdBlock > .blockContents:after,
.mwPageBlock.SimplePayment.liveEdBlock > .blockContents:after {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 8px;
  color: #fff;
  font-size: 10px;
  line-height: 1.218;
  letter-spacing: 0.5px;
  font-family: sans-serif;
  text-transform: uppercase;
  background-color: #495057;
  transition: ease 0.2s;
  z-index: 1;
}
.mwPageBlock.Content.liveEdBlock:hover > .blockContents:after,
.mwPageBlock.File.liveEdBlock:hover > .blockContents:after,
.mwPageBlock.Gallery.liveEdBlock:hover > .blockContents:after,
.mwPageBlock.Button.liveEdBlock:hover > .blockContents:after,
.mwPageBlock.Menu.liveEdBlock:hover > .blockContents:after,
.mwPageBlock.BlogsPosts.liveEdBlock:hover > .blockContents:after,
.mwPageBlock.BlogsPost.liveEdBlock:hover > .blockContents:after,
.mwPageBlock.Gensoclinks.liveEdBlock:hover > .blockContents:after,
.mwPageBlock.Contact.liveEdBlock:hover > .blockContents:after,
.mwPageBlock.SearchResults.liveEdBlock:hover > .blockContents:after,
.mwPageBlock.Embed.liveEdBlock:hover > .blockContents:after,
.mwPageBlock.SimplePayment.liveEdBlock:hover > .blockContents:after {
  opacity: 1;
}

.mwPageBlock.Content.liveEdBlock > .blockContents:after {
  content: "Content";
}

.mwPageBlock.File.liveEdBlock > .blockContents:after {
  content: "Image";
}

.mwPageBlock.Gallery.liveEdBlock > .blockContents:after {
  content: "Gallery";
}

.mwPageBlock.Button.liveEdBlock > .blockContents:after {
  content: "Button";
}

.mwPageBlock.Menu.liveEdBlock > .blockContents:after {
  content: "Menu";
}

.mwPageBlock.BlogsPosts.liveEdBlock > .blockContents:after {
  content: "Posts List";
}

.mwPageBlock.BlogsPost.liveEdBlock > .blockContents:after {
  content: "Post Details";
}

.mwPageBlock.Gensoclinks.liveEdBlock > .blockContents:after {
  content: "Social Links";
}

.mwPageBlock.Contact.liveEdBlock > .blockContents:after {
  content: "Form";
}

.mwPageBlock.SearchResults.liveEdBlock > .blockContents:after {
  content: "Search Results";
}

.mwPageBlock.Embed.liveEdBlock > .blockContents:after {
  content: "Embed";
}

.mwPageBlock.SimplePayment.liveEdBlock > .blockContents:after {
  content: "Payment";
}

.mwPageBlock.Spacer.liveEdBlock > .blockContents > .mwSpacer:after {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px 8px;
  color: #fff;
  font-size: 10px;
  line-height: 1.218;
  letter-spacing: 0.5px;
  font-family: sans-serif;
  background-color: #495057;
  transition: ease 0.2s;
  z-index: 1;
}
.mwPageBlock.Spacer.liveEdBlock > .blockContents > .mwSpacer.small:after {
  content: "SPACER: small (30px)";
}
.mwPageBlock.Spacer.liveEdBlock > .blockContents > .mwSpacer.medium:after {
  content: "SPACER: medium (60px)";
}
.mwPageBlock.Spacer.liveEdBlock > .blockContents > .mwSpacer.large:after {
  content: "SPACER: large (90px)";
}
.mwPageBlock.Spacer.liveEdBlock > .blockContents > .mwSpacer[style]:after {
  content: "SPACER: custom height";
}
.mwPageBlock.Spacer.liveEdBlock:hover > .blockContents > .mwSpacer:after {
  opacity: 1;
}

.mwPageBlock.Include.liveEdBlock > .blockContents:empty {
  height: 34px;
  background-color: rgba(255, 101, 113, 0.3);
}
.mwPageBlock.Include.liveEdBlock > .blockContents:empty:after {
  content: "Template Missing or Empty";
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 8px;
  color: #fff;
  font-size: 10px;
  line-height: 1.218;
  letter-spacing: 0.5px;
  font-family: sans-serif;
  text-transform: uppercase;
  background-color: #dc3545;
  transition: ease 0.2s;
  z-index: 1;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Morweb Overrides - Tooltips - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Morweb Overrides - Live Editing - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.liveEdBlock {
  min-width: 34px;
  transition-duration: 200ms;
  transition-timing-function: linear;
}
.liveEdBlock * {
  transition-duration: 200ms;
  transition-timing-function: linear;
}
.liveEdBlock .blockContents {
  padding-bottom: 0.1px;
}
.liveEdBlock .liveEdBlockTools {
  z-index: 400;
}
.liveEdBlock.Hover {
  z-index: auto;
}
.liveEdBlock:hover {
  background-color: rgba(146, 238, 255, 0.1);
}

.liveEdArea {
  transition-duration: 200ms;
  transition-timing-function: linear;
}
.liveEdArea > .Placeholder {
  min-width: 34px;
}

.mwPageArea._liveEdInfo {
  min-height: auto;
}
.mwPageArea._liveEdInfo > .liveEdDummyBlock {
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  opacity: 1;
  border: none;
  line-height: 1.5;
  transition: background-color ease 200ms;
}
.mwPageArea._liveEdInfo > .liveEdDummyBlock ._liveEdInfoWrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}
.mwPageArea._liveEdInfo > .liveEdDummyBlock ._siteMainMsgStep {
  color: #fff;
  line-height: 0.9;
  font-size: 33px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #0096D6;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mwPageArea._liveEdInfo > .liveEdDummyBlock ._siteMainMsgStep span {
  display: block;
}
.mwPageArea._liveEdInfo > .liveEdDummyBlock ._siteMainMsgStep span:first-of-type {
  font-size: 15px;
}
.mwPageArea._liveEdInfo > .liveEdDummyBlock ._liveEdInfoText {
  color: #001B2F;
}
.mwPageArea._liveEdInfo > .liveEdDummyBlock.dragHover {
  border: none;
  line-height: 1.5;
  background-color: #BFE4F4;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Morweb Overrides - Live Editing - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Morweb Overrides - Template Options - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.mwWindow .optionsPanel .mwDialog {
  margin-bottom: 15px;
}
.mwWindow .optionsPanel .mwDialog dt {
  padding-left: 4px;
  padding-right: 4px;
}
.mwWindow .optionsPanel .mwDialog dt:before {
  display: none;
}
.mwWindow .optionsPanel .mwDialog.shiftUp:not(.wide):not(.tools):not(table) {
  margin-top: 0;
}
.mwWindow .optionsPanel .mwDialog._mwDialogBox {
  margin-left: 0;
  margin-right: 0;
  padding: 6px 20px 20px;
  border-radius: 10px;
  background-color: #eee;
}
.mwWindow .optionsPanel .mwDialog dt._formInfo {
  padding-top: 0;
}
.mwWindow .optionsPanel .mwDialog dd._formInfo {
  padding-left: 4px;
  padding-right: 4px;
}
.mwWindow .optionsPanel .mwDialog .formGroup {
  font-weight: bold;
}
.mwWindow .optionsPanel .mwDialog ._formInlineLabel {
  padding: 0;
  margin-right: 6px;
  vertical-align: middle;
}
.mwWindow .optionsPanel .mwDialog .mwInput.checkbox {
  background-color: transparent;
}
.mwWindow .optionsPanel .mwDialog .mwInput.checkbox:before {
  background-color: #ffffff;
}
.mwWindow .optionsPanel .mwDialog input[type=color] {
  margin: 4px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Morweb Overrides - Template Options - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes pullDown {
  0% {
    -webkit-transform: scaleY(0.1);
            transform: scaleY(0.1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  60% {
    -webkit-transform: scaleY(0.98);
            transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
            transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(0.98);
            transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
            transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes pullDown {
  0% {
    -webkit-transform: scaleY(0.1);
            transform: scaleY(0.1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  60% {
    -webkit-transform: scaleY(0.98);
            transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
            transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(0.98);
            transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
            transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes pullDownCenter {
  0% {
    -webkit-transform: scaleY(0.1) translateX(-50%);
            transform: scaleY(0.1) translateX(-50%);
  }
  100% {
    -webkit-transform: scaleY(1) translateX(-50%);
            transform: scaleY(1) translateX(-50%);
  }
  60% {
    -webkit-transform: scaleY(0.98) translateX(-50%);
            transform: scaleY(0.98) translateX(-50%);
  }
  80% {
    -webkit-transform: scaleY(1.01) translateX(-50%);
            transform: scaleY(1.01) translateX(-50%);
  }
  100% {
    -webkit-transform: scaleY(0.98) translateX(-50%);
            transform: scaleY(0.98) translateX(-50%);
  }
  80% {
    -webkit-transform: scaleY(1.01) translateX(-50%);
            transform: scaleY(1.01) translateX(-50%);
  }
  100% {
    -webkit-transform: scaleY(1) translateX(-50%);
            transform: scaleY(1) translateX(-50%);
  }
}
@keyframes pullDownCenter {
  0% {
    -webkit-transform: scaleY(0.1) translateX(-50%);
            transform: scaleY(0.1) translateX(-50%);
  }
  100% {
    -webkit-transform: scaleY(1) translateX(-50%);
            transform: scaleY(1) translateX(-50%);
  }
  60% {
    -webkit-transform: scaleY(0.98) translateX(-50%);
            transform: scaleY(0.98) translateX(-50%);
  }
  80% {
    -webkit-transform: scaleY(1.01) translateX(-50%);
            transform: scaleY(1.01) translateX(-50%);
  }
  100% {
    -webkit-transform: scaleY(0.98) translateX(-50%);
            transform: scaleY(0.98) translateX(-50%);
  }
  80% {
    -webkit-transform: scaleY(1.01) translateX(-50%);
            transform: scaleY(1.01) translateX(-50%);
  }
  100% {
    -webkit-transform: scaleY(1) translateX(-50%);
            transform: scaleY(1) translateX(-50%);
  }
}
.grid-no-gap .container,
.grid-no-gap .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.grid-no-gap.container, .grid-no-gap.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.grid-no-gap .row {
  margin-right: 0;
  margin-left: 0;
}
.grid-no-gap.row {
  margin-right: 0;
  margin-left: 0;
}
.grid-no-gap .col-1, .grid-no-gap .col-2, .grid-no-gap .col-3,
.grid-no-gap .col-4, .grid-no-gap .col-5, .grid-no-gap .col-6,
.grid-no-gap .col-7, .grid-no-gap .col-8, .grid-no-gap .col-9,
.grid-no-gap .col-10, .grid-no-gap .col-11, .grid-no-gap .col-12,
.grid-no-gap .col, .grid-no-gap .col-auto {
  padding-right: 0;
  padding-left: 0;
}
.grid-no-gap .col-sm-1, .grid-no-gap .col-sm-2, .grid-no-gap .col-sm-3,
.grid-no-gap .col-sm-4, .grid-no-gap .col-sm-5, .grid-no-gap .col-sm-6,
.grid-no-gap .col-sm-7, .grid-no-gap .col-sm-8, .grid-no-gap .col-sm-9,
.grid-no-gap .col-sm-10, .grid-no-gap .col-sm-11, .grid-no-gap .col-sm-12,
.grid-no-gap .col-sm, .grid-no-gap .col-sm-auto {
  padding-right: 0;
  padding-left: 0;
}
.grid-no-gap .col-md-1, .grid-no-gap .col-md-2, .grid-no-gap .col-md-3,
.grid-no-gap .col-md-4, .grid-no-gap .col-md-5, .grid-no-gap .col-md-6,
.grid-no-gap .col-md-7, .grid-no-gap .col-md-8, .grid-no-gap .col-md-9,
.grid-no-gap .col-md-10, .grid-no-gap .col-md-11, .grid-no-gap .col-md-12,
.grid-no-gap .col-md, .grid-no-gap .col-md-auto {
  padding-right: 0;
  padding-left: 0;
}
.grid-no-gap .col-lg-1, .grid-no-gap .col-lg-2, .grid-no-gap .col-lg-3,
.grid-no-gap .col-lg-4, .grid-no-gap .col-lg-5, .grid-no-gap .col-lg-6,
.grid-no-gap .col-lg-7, .grid-no-gap .col-lg-8, .grid-no-gap .col-lg-9,
.grid-no-gap .col-lg-10, .grid-no-gap .col-lg-11, .grid-no-gap .col-lg-12,
.grid-no-gap .col-lg, .grid-no-gap .col-lg-auto {
  padding-right: 0;
  padding-left: 0;
}
.grid-no-gap .col-xl-1, .grid-no-gap .col-xl-2, .grid-no-gap .col-xl-3,
.grid-no-gap .col-xl-4, .grid-no-gap .col-xl-5, .grid-no-gap .col-xl-6,
.grid-no-gap .col-xl-7, .grid-no-gap .col-xl-8, .grid-no-gap .col-xl-9,
.grid-no-gap .col-xl-10, .grid-no-gap .col-xl-11, .grid-no-gap .col-xl-12,
.grid-no-gap .col-xl, .grid-no-gap .col-xl-auto {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 767px) {
  .container,
.container-fluid,
.restrain-area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .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 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.content-style h1 {
  font-size: 60px;
}
.content-style h2 {
  font-size: 36px;
}
.content-style h3 {
  font-size: 30px;
}
.content-style h4 {
  font-size: 22px;
}
.content-style h5 {
  font-size: 24px;
}
.content-style h6 {
  font-size: 18px;
}
.content-style h1, .content-style h2, .content-style h3, .content-style h4, .content-style h5, .content-style h6 {
  color: #0096D6;
  margin-bottom: 30px;
}
.content-style h1.text-color, .content-style h2.text-color, .content-style h3.text-color, .content-style h4.text-color, .content-style h5.text-color, .content-style h6.text-color {
  color: #001B2F;
}
@media (max-width: 991px) {
  .content-style h1 {
    font-size: 46px;
  }
  .content-style h2 {
    font-size: 30px;
  }
  .content-style h3 {
    font-size: 24px;
  }
  .content-style h4 {
    font-size: 20px;
  }
  .content-style h5 {
    font-size: 20px;
  }
  .content-style h6 {
    font-size: 18px;
  }
  .content-style h1, .content-style h2, .content-style h3, .content-style h4, .content-style h5, .content-style h6 {
    margin-bottom: 20px;
  }
}
.content-style p {
  color: #001B2F;
  margin-top: 0;
  margin-bottom: 30px;
}
.content-style .mwPageBlock.Embed .Container p {
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .content-style p,
.content-style .mwPageBlock.Embed .Container p {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.content-style a {
  color: #0096D6;
}
.content-style a:hover {
  color: #004B6B;
}
.content-style a.underline {
  text-decoration: underline;
}
.content-style a.text-underline {
  text-decoration: underline;
  color: #001B2F;
}
.content-style a.text-underline:hover {
  color: #0096D6;
}
.content-style a.link-styled {
  font-style: italic;
  text-decoration: underline;
  color: #6F6F6F;
}
.content-style a.link-styled:hover {
  color: #0096D6;
}
.content-style img {
  width: 100%;
  height: auto;
}
.content-style img.content-image {
  margin-bottom: 30px !important;
}
.content-style p img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.content-style ._img-fluid {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .content-style img.content-image {
    margin: 0 0 20px !important;
  }
}
.content-style ul, .content-style ol, .content-style dl {
  margin: 0 0 30px;
  counter-reset: item;
}
.content-style ul li, .content-style ol li, .content-style dl li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.content-style ul li:before, .content-style ol li:before, .content-style dl li:before {
  position: absolute;
  left: 0;
  margin-right: 10px;
  color: #0096D6;
}
.content-style ul li:last-child, .content-style ol li:last-child, .content-style dl li:last-child {
  margin-bottom: 0;
}
.content-style ul li:before {
  content: "\25CF";
}
.content-style ol li:before {
  content: counter(item) ".";
  counter-increment: item;
}
.content-style ul li ul, .content-style ul li ol, .content-style ul li dl, .content-style ol li ul, .content-style ol li ol, .content-style ol li dl, .content-style dl li ul, .content-style dl li ol, .content-style dl li dl {
  margin-top: 15px;
  margin-bottom: 20px;
}
.content-style ul li ul li, .content-style ul li ol li, .content-style ul li dl li, .content-style ol li ul li, .content-style ol li ol li, .content-style ol li dl li, .content-style dl li ul li, .content-style dl li ol li, .content-style dl li dl li {
  margin-bottom: 15px;
}
.content-style ul li ul li:before, .content-style ul li ol li:before, .content-style ul li dl li:before, .content-style ol li ul li:before, .content-style ol li ol li:before, .content-style ol li dl li:before, .content-style dl li ul li:before, .content-style dl li ol li:before, .content-style dl li dl li:before {
  content: "\25CB";
}
.content-style .list-unstyle ul, .content-style .list-unstyle ol, .content-style .list-unstyle dl {
  margin: 0;
}
.content-style .list-unstyle ul li, .content-style .list-unstyle ol li, .content-style .list-unstyle dl li {
  padding-left: 0;
}
.content-style .list-unstyle ul li:before, .content-style .list-unstyle ol li:before, .content-style .list-unstyle dl li:before {
  display: none;
}
.content-style .list-unstyle ul li ul, .content-style .list-unstyle ul li ol, .content-style .list-unstyle ul li dl, .content-style .list-unstyle ol li ul, .content-style .list-unstyle ol li ol, .content-style .list-unstyle ol li dl, .content-style .list-unstyle dl li ul, .content-style .list-unstyle dl li ol, .content-style .list-unstyle dl li dl {
  margin-top: 15px;
  margin-bottom: 20px;
}
.content-style .list-unstyle ul li ul li, .content-style .list-unstyle ul li ol li, .content-style .list-unstyle ul li dl li, .content-style .list-unstyle ol li ul li, .content-style .list-unstyle ol li ol li, .content-style .list-unstyle ol li dl li, .content-style .list-unstyle dl li ul li, .content-style .list-unstyle dl li ol li, .content-style .list-unstyle dl li dl li {
  padding-left: 20px;
}
.content-style ul.list-unstyle, .content-style ol.list-unstyle, .content-style dl.list-unstyle {
  margin: 0;
}
.content-style ul.list-unstyle li, .content-style ol.list-unstyle li, .content-style dl.list-unstyle li {
  padding-left: 0;
}
.content-style ul.list-unstyle li:before, .content-style ol.list-unstyle li:before, .content-style dl.list-unstyle li:before {
  display: none;
}
.content-style ul.list-unstyle li ul, .content-style ul.list-unstyle li ol, .content-style ul.list-unstyle li dl, .content-style ol.list-unstyle li ul, .content-style ol.list-unstyle li ol, .content-style ol.list-unstyle li dl, .content-style dl.list-unstyle li ul, .content-style dl.list-unstyle li ol, .content-style dl.list-unstyle li dl {
  margin-top: 15px;
  margin-bottom: 20px;
}
.content-style ul.list-unstyle li ul li, .content-style ul.list-unstyle li ol li, .content-style ul.list-unstyle li dl li, .content-style ol.list-unstyle li ul li, .content-style ol.list-unstyle li ol li, .content-style ol.list-unstyle li dl li, .content-style dl.list-unstyle li ul li, .content-style dl.list-unstyle li ol li, .content-style dl.list-unstyle li dl li {
  padding-left: 20px;
}
.content-style .list-inline ul, .content-style .list-inline ol, .content-style .list-inline dl {
  display: inline-block;
  margin: 0;
}
.content-style .list-inline ul li, .content-style .list-inline ol li, .content-style .list-inline dl li {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}
.content-style .list-inline ul li:before, .content-style .list-inline ol li:before, .content-style .list-inline dl li:before {
  display: none;
}
.content-style ul.list-inline, .content-style ol.list-inline, .content-style dl.list-inline {
  display: inline-block;
  margin: 0;
}
.content-style ul.list-inline li, .content-style ol.list-inline li, .content-style dl.list-inline li {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}
.content-style ul.list-inline li:before, .content-style ol.list-inline li:before, .content-style dl.list-inline li:before {
  display: none;
}
@media (max-width: 991px) {
  .content-style ul, .content-style ol, .content-style dl {
    margin: 0 0 20px;
  }
}
.content-style table:not(.Dialog) {
  border-top: 1px solid #ced4da;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ced4da;
}
.content-style table:not(.Dialog) tr:not(:last-child) {
  border-bottom: 1px solid #ced4da;
}
.content-style table:not(.Dialog) tr td {
  padding: 20px;
}
.content-style table:not(.Dialog) tr td:first-of-type {
  padding-left: 30px;
}
.content-style table:not(.Dialog) tr td:last-of-type {
  padding-right: 30px;
}
.content-style .Dialog {
  width: 100%;
}
.content-style .Dialog hr {
  margin: 60px 0;
  border: 0;
  height: 1px;
  background-color: #ced4da;
}
.content-style .Dialog div[class^=Cell-]:nth-child(odd),
.content-style .Dialog div[class*=" Cell-"]:nth-child(odd),
.content-style .Dialog div[class^=cell-]:nth-child(odd),
.content-style .Dialog div[class*=" cell-"]:nth-child(odd) {
  padding-right: 15px;
}
.content-style .Dialog div[class^=Cell-]:nth-child(even),
.content-style .Dialog div[class*=" Cell-"]:nth-child(even),
.content-style .Dialog div[class^=cell-]:nth-child(even),
.content-style .Dialog div[class*=" cell-"]:nth-child(even) {
  padding-left: 15px;
}
.content-style .Dialog label,
.content-style .Dialog tbody tr th {
  color: #001B2F;
  margin-bottom: 10px;
  font-weight: 400;
}
.content-style .Dialog .mwInput {
  height: auto;
  padding: 0;
  margin: 0;
  color: #001B2F !important;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: inherit;
  border: 1px solid #9F9F9F;
  border-radius: 0;
  background: #F7F7F7;
  transition: linear 360ms;
}
.content-style .Dialog .mwInput.hover, .content-style .Dialog .mwInput.focus {
  background-color: #F7F7F7;
}
.content-style .Dialog .mwInput input.disabled, .content-style .Dialog .mwInput input:disabled,
.content-style .Dialog .mwInput button.disabled,
.content-style .Dialog .mwInput button:disabled,
.content-style .Dialog .mwInput select.disabled,
.content-style .Dialog .mwInput select:disabled,
.content-style .Dialog .mwInput optgroup.disabled,
.content-style .Dialog .mwInput optgroup:disabled,
.content-style .Dialog .mwInput textarea.disabled,
.content-style .Dialog .mwInput textarea:disabled {
  cursor: not-allowed;
}
.content-style .Dialog .mwInput input {
  color: inherit;
}
.content-style .Dialog .mwInput.text input[type=password], .content-style .Dialog .mwInput.text input[type=number], .content-style .Dialog .mwInput.text input[type=search], .content-style .Dialog .mwInput.text input[type=email], .content-style .Dialog .mwInput.text input[type=text], .content-style .Dialog .mwInput.text input[type=date], .content-style .Dialog .mwInput.text input[type=tel], .content-style .Dialog .mwInput.text input[type=url], .content-style .Dialog .mwInput.select .subcontrol, .content-style .Dialog .mwInput.select .value, .content-style .Dialog .mwInput.button input, .content-style .Dialog .mwInput.file {
  height: 34px;
}
.content-style .Dialog .mwInput .subcontrol, .content-style .Dialog .mwInput.text input[type=text], .content-style .Dialog .mwInput.text input[type=search], .content-style .Dialog .mwInput.text input[type=password], .content-style .Dialog .mwInput.text input[type=email], .content-style .Dialog .mwInput.text input[type=date], .content-style .Dialog .mwInput.text input[type=number], .content-style .Dialog .mwInput.text input[type=tel], .content-style .Dialog .mwInput.text input[type=url], .content-style .Dialog .mwInput.checkbox DIV, .content-style .Dialog .mwInput.select DIV, .content-style .Dialog .mwInput.button, .content-style .Dialog .mwInput.button input[type=button], .content-style .Dialog .mwInput.button input[type=submit] {
  line-height: 28px;
}
.content-style .Dialog .mwInput.select .value, .content-style .Dialog .mwInput.file .fileName, .content-style .Dialog .mwInput.file .num {
  line-height: 34px;
}
.content-style .Dialog .mwInput .subcontrol {
  width: 34px;
  background: #0096D6 center center no-repeat;
}
.content-style .Dialog .mwInput.text {
  overflow: hidden;
}
.content-style .Dialog .mwInput.text input[type=text],
.content-style .Dialog .mwInput.text input[type=search],
.content-style .Dialog .mwInput.text input[type=password],
.content-style .Dialog .mwInput.text input[type=email],
.content-style .Dialog .mwInput.text input[type=date],
.content-style .Dialog .mwInput.text input[type=number],
.content-style .Dialog .mwInput.text input[type=tel],
.content-style .Dialog .mwInput.text input[type=url] {
  width: 100%;
  padding: 0 20px;
}
.content-style .Dialog .mwInput.file {
  padding: 0;
}
.content-style .Dialog .mwInput.file .num {
  right: 70px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
.content-style .Dialog .mwInput.file .fileName {
  padding: 0 20px;
}
.content-style .Dialog .mwInput.textarea {
  width: 100%;
  padding: 20px;
  border-radius: 0;
}
.content-style .Dialog .mwInput.textarea textarea {
  overflow: hidden;
  min-height: 192px;
}
.content-style .Dialog .mwInput.select .value {
  padding: 0 20px;
  min-width: auto !important;
}
.content-style .Dialog .mwInput.select .subcontrol {
  background-image: url("/images/static/downarrow-white.png");
}
.content-style .Dialog .mwInput.select .subcontrol:before {
  display: none;
}
.content-style .Dialog .mwInput.multiple option {
  padding: 5px 10px;
}
.content-style .Dialog .mwInput.multiple.hover {
  background: rgba(0, 150, 214, 0.05);
}
.content-style .Dialog .mwInput.button {
  border-color: #0096D6;
  background: #0096D6;
}
.content-style .Dialog .mwInput.button:hover {
  border-color: #004B6B;
  background-color: #004B6B;
}
.content-style .Dialog .mwInput.button input {
  padding: 0 20px;
  color: #fff !important;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: ease 360ms;
}
.content-style .Dialog .mwInput.checkbox {
  display: block;
  width: auto;
  border: none;
  background: none;
  box-shadow: none;
}
.content-style .Dialog .mwInput.checkbox:before {
  display: none;
}
.content-style .Dialog .mwInput.checkbox .icon {
  display: inline-block;
  padding: 0;
  height: auto;
  white-space: normal;
  vertical-align: middle;
  line-height: 1.5;
}
.content-style .Dialog .mwInput.checkbox .icon:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0 !important;
  border-radius: 4px;
  transition: ease 200ms;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 26px;
  height: 26px;
  border: 1px solid #9F9F9F;
  background-image: none;
  background-color: #F7F7F7;
}
.content-style .Dialog .mwInput.checkbox.checked .icon {
  font-weight: 700;
}
.content-style .Dialog .mwInput.checkbox.checked .icon:before {
  border-color: #9F9F9F;
  background-color: #6c757d;
  background-image: url(/images/static/svg/icon-checkmark-white.svg);
  box-shadow: none;
}
.content-style .Dialog .mwInput input[type=number]::-webkit-inner-spin-button,
.content-style .Dialog .mwInput input[type=number]::-webkit-outer-spin-button {
  display: none;
}
.content-style .Dialog .mwInput .number-spinner {
  position: absolute;
  top: 0;
  right: 0;
}
.content-style .Dialog .mwInput .number-spinner__button {
  cursor: pointer;
  color: #fff;
  font-size: 8px;
  text-align: center;
  width: 34px;
  height: 17px;
  line-height: 17px;
  background-color: #0096D6;
}
.content-style .Dialog .mwInput .number-spinner__button:hover {
  background-color: #0065AF;
}
.content-style .Dialog .mwInput.Disabled, .content-style .Dialog .mwInput.Disabled *,
.content-style .Dialog .mwInput [disabled] {
  color: #001B2F !important;
}
.content-style .Dialog .mwInput input[readonly=readonly],
.content-style .Dialog .mwInput input[readonly],
.content-style .Dialog .mwInput textarea[readonly=readonly],
.content-style .Dialog .mwInput textarea[readonly] {
  cursor: not-allowed;
}
.content-style .Dialog .mwInput.error {
  border-color: #FF6571;
  background-color: rgba(255, 101, 113, 0.1);
}
.content-style .Dialog .mwInput.error.checkbox {
  border: none;
  background: none;
}
.content-style .Dialog .mwInput.error.checkbox div:before {
  border-color: #FF6571;
  background-color: rgba(255, 101, 113, 0.1);
}
.content-style .Dialog .mwInput.error.checkbox div.checked:before {
  background: #9F9F9F;
}
.content-style .Dialog .mwCaptcha {
  display: block;
  text-align: left;
  margin: 0 0 20px;
}
.content-style .Dialog .mwRadios::after {
  display: block;
  clear: both;
  content: "";
}
.content-style .Dialog .mwRadios .mwInput.checkbox .icon:before {
  border-radius: 50%;
  background-size: 10px;
}
.content-style .Dialog .mwRadios .mwInput.checkbox.checked .icon:before {
  background-image: url(/images/static/svg/icon-circle-white.svg);
}
.content-style .Dialog .mwRadios .mwInput.checkbox + .mwInput.checkbox {
  margin-top: 8px;
}
.content-style .Dialog tbody, .content-style .Dialog tr, .content-style .Dialog td, .content-style .Dialog th {
  display: table;
  width: 100%;
}
.content-style .Dialog tbody {
  margin-bottom: 30px;
}
.content-style .Dialog tbody tr td .Caption {
  margin-top: 30px;
  margin-bottom: 30px;
}
.content-style .Dialog tbody tr td .Caption h1, .content-style .Dialog tbody tr td .Caption h2,
.content-style .Dialog tbody tr td .Caption h3, .content-style .Dialog tbody tr td .Caption h4,
.content-style .Dialog tbody tr td .Caption h5, .content-style .Dialog tbody tr td .Caption h6 {
  margin-bottom: 0;
}
.content-style .Dialog tbody tr td .Caption h1 div, .content-style .Dialog tbody tr td .Caption h2 div,
.content-style .Dialog tbody tr td .Caption h3 div, .content-style .Dialog tbody tr td .Caption h4 div,
.content-style .Dialog tbody tr td .Caption h5 div, .content-style .Dialog tbody tr td .Caption h6 div {
  float: none !important;
}
.content-style .Dialog tbody tr td .Caption h1 .mwInput.button, .content-style .Dialog tbody tr td .Caption h2 .mwInput.button,
.content-style .Dialog tbody tr td .Caption h3 .mwInput.button, .content-style .Dialog tbody tr td .Caption h4 .mwInput.button,
.content-style .Dialog tbody tr td .Caption h5 .mwInput.button, .content-style .Dialog tbody tr td .Caption h6 .mwInput.button {
  font-size: 14px;
  text-align: left;
}
.content-style .Dialog tbody tr td .Caption h1 .mwInput.button input, .content-style .Dialog tbody tr td .Caption h2 .mwInput.button input,
.content-style .Dialog tbody tr td .Caption h3 .mwInput.button input, .content-style .Dialog tbody tr td .Caption h4 .mwInput.button input,
.content-style .Dialog tbody tr td .Caption h5 .mwInput.button input, .content-style .Dialog tbody tr td .Caption h6 .mwInput.button input {
  width: auto;
}
.content-style .Dialog .form-inline {
  display: flex;
  align-items: center;
}
.content-style .Dialog .form-inline .cf-radio {
  flex: 0 0 auto;
}
.content-style .Dialog .form-inline .mwInput {
  flex-grow: 1;
}
.content-style .Dialog .form-inline .mwInput.button {
  flex-grow: 0;
}
.content-style .Dialog .form-inline .hidden-form {
  flex-grow: 1;
}
.content-style .Dialog.amount {
  max-width: 660px;
  margin: 30px auto 0;
}
.content-style .Dialog.amount th {
  text-align: center;
}
.content-style .Dialog .inputIcon {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 12px;
  color: #001B2F;
  line-height: 34px;
}
.content-style .Dialog .mwInput.has-inputIcon input[type=password],
.content-style .Dialog .mwInput.has-inputIcon input[type=number],
.content-style .Dialog .mwInput.has-inputIcon input[type=search],
.content-style .Dialog .mwInput.has-inputIcon input[type=email],
.content-style .Dialog .mwInput.has-inputIcon input[type=text],
.content-style .Dialog .mwInput.has-inputIcon input[type=date],
.content-style .Dialog .mwInput.has-inputIcon input[type=tel],
.content-style .Dialog .mwInput.has-inputIcon input[type=url] {
  padding-left: 33px;
}
.content-style .cf h3, .content-style .cf h4 {
  margin-top: 30px;
}
.content-style .cf p.Caption {
  margin-bottom: 30px;
}
.content-style .cf tbody {
  margin-bottom: 0;
}
.content-style .cf .mwInput {
  margin-bottom: 30px;
}
.content-style .cf .has-description .mwInput {
  margin-bottom: 10px;
}
.content-style .cf .cf-checkbox {
  margin-bottom: 30px;
}
.content-style .cf .cf-checkbox .mwInput.checkbox {
  margin-bottom: 0;
}
.content-style .cf .cf-radio {
  margin-bottom: 30px;
}
.content-style .cf .cf-radio .mwInput.checkbox {
  margin-bottom: 0;
}
.content-style .cf .nested-form {
  padding: 30px 30px 1px;
  margin-bottom: 30px;
  background-color: #e9ecef;
}
.content-style .form-msg {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  margin: 0 0 30px;
  border-radius: 6px;
  background-color: #EAE827;
}
.content-style .form-msg i {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  line-height: 34px;
  margin-right: 15px;
  font-size: 18px;
  text-align: center;
  border: 1px solid #001B2F;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .content-style .Dialog div[class^=Cell-]:nth-child(odd),
.content-style .Dialog div[class*=" Cell-"]:nth-child(odd),
.content-style .Dialog div[class^=cell-]:nth-child(odd),
.content-style .Dialog div[class*=" cell-"]:nth-child(odd) {
    padding-right: 5px;
  }
  .content-style .Dialog div[class^=Cell-]:nth-child(even),
.content-style .Dialog div[class*=" Cell-"]:nth-child(even),
.content-style .Dialog div[class^=cell-]:nth-child(even),
.content-style .Dialog div[class*=" cell-"]:nth-child(even) {
    padding-left: 5px;
  }
  .content-style .Dialog .cell-20,
.content-style .Dialog .Cell-20,
.content-style .Dialog .cell-50,
.content-style .Dialog .Cell-50,
.content-style .Dialog .cell-80,
.content-style .Dialog .Cell-80,
.content-style .Dialog .cell-100,
.content-style .Dialog .Cell-100 {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .content-style .Dialog .cell-20:nth-child(odd),
.content-style .Dialog .Cell-20:nth-child(odd),
.content-style .Dialog .cell-50:nth-child(odd),
.content-style .Dialog .Cell-50:nth-child(odd),
.content-style .Dialog .cell-80:nth-child(odd),
.content-style .Dialog .Cell-80:nth-child(odd),
.content-style .Dialog .cell-100:nth-child(odd),
.content-style .Dialog .Cell-100:nth-child(odd) {
    padding-right: 0 !important;
  }
  .content-style .Dialog .cell-20:nth-child(even),
.content-style .Dialog .Cell-20:nth-child(even),
.content-style .Dialog .cell-50:nth-child(even),
.content-style .Dialog .Cell-50:nth-child(even),
.content-style .Dialog .cell-80:nth-child(even),
.content-style .Dialog .Cell-80:nth-child(even),
.content-style .Dialog .cell-100:nth-child(even),
.content-style .Dialog .Cell-100:nth-child(even) {
    padding-left: 0 !important;
  }
  .content-style .Dialog tbody tr td .Caption h1, .content-style .Dialog tbody tr td .Caption h2,
.content-style .Dialog tbody tr td .Caption h3, .content-style .Dialog tbody tr td .Caption h4,
.content-style .Dialog tbody tr td .Caption h5, .content-style .Dialog tbody tr td .Caption h6 {
    display: table;
  }
  .content-style .Dialog tbody tr td .Caption h1 .mwInput.button, .content-style .Dialog tbody tr td .Caption h2 .mwInput.button,
.content-style .Dialog tbody tr td .Caption h3 .mwInput.button, .content-style .Dialog tbody tr td .Caption h4 .mwInput.button,
.content-style .Dialog tbody tr td .Caption h5 .mwInput.button, .content-style .Dialog tbody tr td .Caption h6 .mwInput.button {
    margin-top: 18px;
  }
}
.content-style .button {
  display: inline-block;
}
.content-style .button p a,
.content-style .button p button,
.content-style .button p span {
  cursor: pointer;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  font-weight: 700;
  text-transform: uppercase;
}
.content-style .button p a.disabled, .content-style .button p a:disabled,
.content-style .button p button.disabled,
.content-style .button p button:disabled,
.content-style .button p span.disabled,
.content-style .button p span:disabled {
  cursor: not-allowed;
}
.content-style .button p a.small,
.content-style .button p button.small,
.content-style .button p span.small {
  padding: 5px 12px;
  font-size: 12px;
}
.content-style .button p a.medium,
.content-style .button p button.medium,
.content-style .button p span.medium {
  padding: 10px 30px;
  font-size: 14px;
}
.content-style .button p a.large,
.content-style .button p button.large,
.content-style .button p span.large {
  padding: 10px 30px;
  font-size: 16px;
}
.content-style .button--rounded p a,
.content-style .button--rounded p button,
.content-style .button--rounded p span {
  border-radius: 50px;
}
.content-style .button--default p a,
.content-style .button--default p button,
.content-style .button--default p span {
  color: #fff;
  border-color: #0096D6;
  background-color: #0096D6;
}
.content-style .button--default p a:hover,
.content-style .button--default p button:hover,
.content-style .button--default p span:hover {
  color: #fff;
  border-color: #004B6B;
  background-color: #004B6B;
}
.content-style .button--white p a,
.content-style .button--white p button,
.content-style .button--white p span {
  color: #0096D6;
  border-color: #fff;
  background-color: #fff;
}
.content-style .button--white p a:hover,
.content-style .button--white p button:hover,
.content-style .button--white p span:hover {
  color: #0096D6;
  border-color: #fff;
  background-color: #fff;
}
.content-style .button--dark p a,
.content-style .button--dark p button,
.content-style .button--dark p span {
  color: #fff;
  border-color: #343a40;
  background-color: #343a40;
}
.content-style .button--dark p a:hover,
.content-style .button--dark p button:hover,
.content-style .button--dark p span:hover {
  color: #343a40;
  border-color: #0096D6;
  background-color: #0096D6;
}
.content-style .button--primary p a,
.content-style .button--primary p button,
.content-style .button--primary p span {
  color: #fff;
  border-color: #0096D6;
  background-color: #0096D6;
}
.content-style .button--primary p a:hover,
.content-style .button--primary p button:hover,
.content-style .button--primary p span:hover {
  color: #fff;
  border-color: #004B6B;
  background-color: #004B6B;
}
.content-style .button--secondary p a,
.content-style .button--secondary p button,
.content-style .button--secondary p span {
  color: #343a40;
  border-color: #EAE827;
  background-color: #EAE827;
}
.content-style .button--secondary p a:hover,
.content-style .button--secondary p button:hover,
.content-style .button--secondary p span:hover {
  color: #fff;
  border-color: #757413;
  background-color: #757413;
}
.content-style .button--outline p a,
.content-style .button--outline p button,
.content-style .button--outline p span {
  background-color: transparent;
}
.content-style .button--outline.button--white p a,
.content-style .button--outline.button--white p button,
.content-style .button--outline.button--white p span {
  color: #fff;
}
.content-style .button--outline.button--white p a:hover,
.content-style .button--outline.button--white p button:hover,
.content-style .button--outline.button--white p span:hover {
  color: #0096D6;
  border-color: #fff;
  background-color: #fff;
}
.content-style .button--outline.button--primary p a,
.content-style .button--outline.button--primary p button,
.content-style .button--outline.button--primary p span {
  color: #0096D6;
}
.content-style .button--outline.button--primary p a:hover,
.content-style .button--outline.button--primary p button:hover,
.content-style .button--outline.button--primary p span:hover {
  color: #fff;
  border-color: #004B6B;
  background-color: #004B6B;
}
.content-style .button--outline.button--secondary p a,
.content-style .button--outline.button--secondary p button,
.content-style .button--outline.button--secondary p span {
  color: #EAE827;
}
.content-style .button--outline.button--secondary p a:hover,
.content-style .button--outline.button--secondary p button:hover,
.content-style .button--outline.button--secondary p span:hover {
  color: #343a40;
  border-color: #EAE827;
  background-color: #EAE827;
}
.content-style .button--cta {
  display: block;
}
.content-style .button--cta p a,
.content-style .button--cta p button,
.content-style .button--cta p a.small,
.content-style .button--cta p a.medium,
.content-style .button--cta p a.large {
  display: block;
  padding: 30px 25px;
  font-size: 20px;
  text-transform: none;
  font-weight: 400;
}
.content-style .button--cta.button--secondary p a,
.content-style .button--cta.button--secondary p button,
.content-style .button--cta.button--secondary p span {
  color: #0096D6;
}
.content-style .button--cta.button--secondary p a:hover,
.content-style .button--cta.button--secondary p button:hover,
.content-style .button--cta.button--secondary p span:hover {
  color: #fff;
}
.content-style .mwBtnLeft {
  text-align: left;
}
.content-style .mwBtnCenter {
  text-align: center;
}
.content-style .mwBtnRight {
  text-align: right;
}
.content-style .text-secondary {
  color: #AFAE1D;
}
.content-style.bg-white,
.content-style .bg-white {
  background-color: #fff;
}
.content-style.bg-light,
.content-style .bg-light {
  background-color: #e9ecef;
}
.content-style.bg-primary,
.content-style .bg-primary {
  color: #fff;
  background-color: #0096D6;
}
.content-style.bg-primary h1, .content-style.bg-primary h2, .content-style.bg-primary h3, .content-style.bg-primary h4, .content-style.bg-primary h5, .content-style.bg-primary h6,
.content-style .bg-primary h1,
.content-style .bg-primary h2,
.content-style .bg-primary h3,
.content-style .bg-primary h4,
.content-style .bg-primary h5,
.content-style .bg-primary h6 {
  color: #fff;
}
.content-style.bg-primary p,
.content-style .bg-primary p {
  color: #fff;
}
.content-style.bg-primary a,
.content-style .bg-primary a {
  color: #fff;
}
.content-style.bg-primary a:hover,
.content-style .bg-primary a:hover {
  color: #fff;
}
.content-style.bg-primary .divider,
.content-style .bg-primary .divider {
  background-color: #fff;
}
.content-style.bg-primary .button--primary p a,
.content-style.bg-primary .button--primary p button,
.content-style .bg-primary .button--primary p a,
.content-style .bg-primary .button--primary p button {
  color: #0096D6;
  border-color: #fff;
  background-color: #fff;
}
.content-style.bg-primary .button--primary p a:hover,
.content-style.bg-primary .button--primary p button:hover,
.content-style .bg-primary .button--primary p a:hover,
.content-style .bg-primary .button--primary p button:hover {
  color: #fff;
  border-color: #0065AF;
  background-color: #0065AF;
}
.content-style.bg-primary .button--outline p a,
.content-style.bg-primary .button--outline p button,
.content-style .bg-primary .button--outline p a,
.content-style .bg-primary .button--outline p button {
  background-color: transparent;
}
.content-style.bg-primary .button--outline.button--primary p a,
.content-style.bg-primary .button--outline.button--primary p button,
.content-style .bg-primary .button--outline.button--primary p a,
.content-style .bg-primary .button--outline.button--primary p button {
  color: #fff;
}
.content-style.bg-primary .button--outline.button--primary p a:hover,
.content-style.bg-primary .button--outline.button--primary p button:hover,
.content-style .bg-primary .button--outline.button--primary p a:hover,
.content-style .bg-primary .button--outline.button--primary p button:hover {
  color: #fff;
  border-color: #0065AF;
  background-color: #0065AF;
}
.content-style.bg-primary-dark,
.content-style .bg-primary-dark {
  color: #fff;
  background-color: #0065AF;
}
.content-style.bg-primary-dark h1, .content-style.bg-primary-dark h2, .content-style.bg-primary-dark h3, .content-style.bg-primary-dark h4, .content-style.bg-primary-dark h5, .content-style.bg-primary-dark h6,
.content-style .bg-primary-dark h1,
.content-style .bg-primary-dark h2,
.content-style .bg-primary-dark h3,
.content-style .bg-primary-dark h4,
.content-style .bg-primary-dark h5,
.content-style .bg-primary-dark h6 {
  color: #fff;
}
.content-style.bg-primary-dark p,
.content-style .bg-primary-dark p {
  color: #fff;
}
.content-style.bg-primary-dark a,
.content-style .bg-primary-dark a {
  color: #fff;
}
.content-style.bg-primary-dark a:hover,
.content-style .bg-primary-dark a:hover {
  color: #fff;
}
.content-style.bg-primary-dark .divider,
.content-style .bg-primary-dark .divider {
  background-color: #fff;
}
.content-style.bg-secondary,
.content-style .bg-secondary {
  color: #001B2F;
  background-color: #EAE827;
}
.content-style.bg-secondary h1, .content-style.bg-secondary h2, .content-style.bg-secondary h3, .content-style.bg-secondary h4, .content-style.bg-secondary h5, .content-style.bg-secondary h6,
.content-style .bg-secondary h1,
.content-style .bg-secondary h2,
.content-style .bg-secondary h3,
.content-style .bg-secondary h4,
.content-style .bg-secondary h5,
.content-style .bg-secondary h6 {
  color: #0096D6;
}
.content-style.bg-secondary p,
.content-style .bg-secondary p {
  color: #001B2F;
}
.content-style.bg-secondary a,
.content-style .bg-secondary a {
  color: #001B2F;
}
.content-style.bg-secondary a:hover,
.content-style .bg-secondary a:hover {
  color: #001B2F;
}
.content-style.bg-secondary .divider,
.content-style .bg-secondary .divider {
  background-color: #001B2F;
}
.content-style hr {
  margin: 30px 0;
  border: 0;
  border-top: 1px solid #ced4da;
}
@media (max-width: 1199px) {
  .content-style hr {
    margin: 20px 0;
  }
}
.content-style blockquote {
  font-size: 24px;
}
@media (max-width: 991px) {
  .content-style blockquote {
    font-size: 20px;
  }
}
.content-style blockquote p {
  color: #0096D6;
  font-weight: 100;
}
.content-style .border {
  border: 1px solid #ced4da;
}
.content-style .border--primary {
  border-color: #0096D6;
}
.content-style h1, .content-style h2 {
  position: relative;
  text-align: center;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .content-style h1, .content-style h2 {
    padding-top: 20px;
  }
}
.content-style h1:before, .content-style h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 134px;
  height: 6px;
  margin-left: -67px;
  background-color: #EAE827;
}
.content-style h1 {
  font-size: 60px;
}
.content-style h5 {
  font-weight: 100;
}

.content-area {
  padding-top: 60px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .content-area {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .content-area {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
.content-area--tall {
  padding-top: 90px;
  padding-left: 75px;
  padding-right: 75px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .content-area--tall {
    padding-top: 60px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .content-area--tall {
    padding-top: 45px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 25px;
  }
}
.content-area--short {
  padding-top: 30px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .content-area--short {
    padding-top: 30px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .content-area--short {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.content-area--short h1, .content-area--short h2, .content-area--short h3, .content-area--short h4, .content-area--short h5, .content-area--short h6, .content-area--short p {
  margin-bottom: 10px;
}
.content-area--intro {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .content-area--intro {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .content-area--intro {
    padding-top: 45px;
  }
}
.sidebar__side .content-area {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}

.content-area.home-stories-of-impact {
  padding-bottom: 30px;
  background-color: #f8f9fa;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.five-seventy {
  max-width: 570px;
  margin: 0 auto;
}

.seven-seventy {
  max-width: 770px;
  margin: 0 auto;
}

.nine-seventy {
  max-width: 970px;
  margin: 0 auto;
}

.col-f {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .col-f {
    margin-bottom: 20px;
  }
}
.col-f .col-f__body {
  display: flex;
  flex-direction: column;
}
.col-f .col-f__btn {
  margin-top: auto;
}

.two-column--border .two-column__left {
  min-height: 50px;
  border-right: 1px solid #0096D6;
}
@media (max-width: 767px) {
  .two-column--border .two-column__left {
    border-right: none;
  }
}
.two-column--border .two-column__left .two-column__inner {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .two-column--border .two-column__left .two-column__inner {
    padding-right: 0;
  }
}
.two-column--border .two-column__right {
  min-height: 50px;
}
.two-column--border .two-column__right .two-column__inner {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .two-column--border .two-column__right .two-column__inner {
    padding-left: 0;
  }
}

.two-column--fullwidth {
  margin: 0;
}
.two-column--fullwidth .two-column__left,
.two-column--fullwidth .two-column__right {
  display: flex;
  align-items: center;
  padding: 0;
}
.two-column--fullwidth .two-column__left {
  justify-content: flex-end;
}
.two-column--fullwidth .two-column__right {
  justify-content: flex-start;
}
.two-column--fullwidth .two-column__left-inner,
.two-column--fullwidth .two-column__right-inner {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 50px;
  max-width: 570px;
}
.two-column--fullwidth .two-column__left-inner {
  padding-left: 15px;
  padding-right: 80px;
}
.container .two-column--fullwidth .two-column__left-inner {
  padding-left: 80px;
}
.two-column--fullwidth .two-column__right-inner {
  padding-left: 80px;
  padding-right: 15px;
}
.container .two-column--fullwidth .two-column__right-inner {
  padding-right: 80px;
}
.two-column--fullwidth [class^=bg-img],
.two-column--fullwidth [class*=" bg-img"] {
  min-height: 480px;
}

@media (max-width: 1199px) {
  .two-column--fullwidth .two-column__left-inner,
.two-column--fullwidth .two-column__right-inner {
    max-width: 480px;
  }
  .two-column--fullwidth .two-column__left-inner {
    padding-right: 60px;
  }
  .container .two-column--fullwidth .two-column__left-inner {
    padding-left: 60px;
  }
  .two-column--fullwidth .two-column__right-inner {
    padding-left: 60px;
  }
  .container .two-column--fullwidth .two-column__right-inner {
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .two-column--fullwidth .two-column__left-inner,
.two-column--fullwidth .two-column__right-inner {
    padding-top: 60px;
    padding-bottom: 40px;
    max-width: 360px;
  }
  .two-column--fullwidth .two-column__left-inner {
    padding-right: 30px;
  }
  .container .two-column--fullwidth .two-column__left-inner {
    padding-left: 30px;
  }
  .two-column--fullwidth .two-column__right-inner {
    padding-left: 30px;
  }
  .container .two-column--fullwidth .two-column__right-inner {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .two-column--fullwidth .two-column__left,
.two-column--fullwidth .two-column__right {
    justify-content: center;
  }
  .two-column--fullwidth .two-column__left-inner,
.two-column--fullwidth .two-column__right-inner {
    max-width: 540px;
  }
  .two-column--fullwidth .two-column__left-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container .two-column--fullwidth .two-column__left-inner {
    padding-left: 20px;
  }
  .two-column--fullwidth .two-column__right-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container .two-column--fullwidth .two-column__right-inner {
    padding-right: 20px;
  }
  .two-column--fullwidth [class^=bg-img],
.two-column--fullwidth [class*=" bg-img"] {
    order: -1;
  }
}
.sidebar--left .sidebar__main {
  min-height: 50px;
}
@media (max-width: 991px) {
  .sidebar--left .sidebar__main {
    order: 0;
  }
}
.sidebar--left .sidebar__main .sidebar__inner {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .sidebar--left .sidebar__main .sidebar__inner {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .sidebar--left .sidebar__side {
    order: 1;
  }
}
.sidebar--left .sidebar__side .sidebar__inner {
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .sidebar--left .sidebar__side .sidebar__inner {
    padding-right: 0;
  }
}
.sidebar--left.sidebar--border .sidebar__side {
  border-right: 1px solid #ced4da;
}
@media (max-width: 991px) {
  .sidebar--left.sidebar--border .sidebar__side {
    border-right: none;
  }
}

.sidebar--right .sidebar__main {
  min-height: 50px;
}
.sidebar--right .sidebar__main .sidebar__inner {
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .sidebar--right .sidebar__main .sidebar__inner {
    padding-right: 0;
  }
}
.sidebar--right .sidebar__side .sidebar__inner {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .sidebar--right .sidebar__side .sidebar__inner {
    padding-left: 0;
  }
}
.sidebar--right.sidebar--border .sidebar__side {
  border-left: 1px solid #ced4da;
}
@media (max-width: 991px) {
  .sidebar--right.sidebar--border .sidebar__side {
    border-left: none;
  }
}

.header {
  z-index: 500;
  height: 120px;
}
@media (max-width: 1199px) {
  .header {
    height: 120px;
  }
}
@media (max-width: 991px) {
  .header {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .header {
    height: 120px;
  }
}
.header__wrapper {
  z-index: 520;
  position: fixed;
  top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 120px;
  padding-left: 40px;
  padding-right: 40px;
  border-bottom: 1px solid #0096D6;
  background-color: #fff;
  transition: ease 360ms;
}
@media (max-width: 1199px) {
  .header__wrapper {
    height: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .header__wrapper {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .header__wrapper {
    top: 0;
    height: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.header__buttons .blockContents {
  display: flex;
  flex-wrap: wrap;
}
.header__buttons a {
  display: block;
  padding: 8px 14px;
  margin-left: 7px;
  color: #0096D6;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #0096D6;
  background-color: transparent;
}
.header__buttons a.btn-yellow {
  color: #343a40;
  border-color: #EAE827;
  background-color: #EAE827;
}
.header__buttons a.btn-yellow:hover {
  color: #fff;
  border-color: #0096D6;
  background-color: #0096D6;
}
.header__buttons a:hover {
  color: #fff;
  background-color: #0096D6;
}
.header__buttons a.current-page {
  border: 2px solid #AFAE1D;
  color: #AFAE1D;
}
.header__buttons a.current-page:hover {
  color: #fff;
  background-color: #AFAE1D;
}
@media (max-width: 1365px) {
  .header__buttons {
    margin-left: 23px;
  }
}
@media (max-width: 767px) {
  .header__buttons {
    display: none;
  }
}

.utility {
  z-index: 500;
  height: 30px;
}
.utility__wrapper {
  z-index: 520;
  position: fixed;
  display: flex;
  top: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 30px;
  padding-left: 40px;
  padding-right: 40px;
  color: #fff;
  font-size: 12px;
  background-color: #0065AF;
}
.utility .message {
  font-size: 15px;
  color: #EAE827;
}
.utility .message__content {
  display: inline-block;
}
.utility .message__content p:before {
  content: "\F06A";
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.utility .message__content a {
  color: #EAE827;
}
.utility .message__content a:hover {
  color: #fff;
}

@media (max-width: 1199px) {
  .utility__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .utility__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#gdpr-cookie-message input[type=checkbox] {
  margin-top: 10px;
  margin-right: 15px;
  float: left;
}

#gdpr-cookie-message label {
  display: inline-block;
  max-width: 90%;
}

code {
  font-family: monospace;
  font-size: 16px;
  background: #f7f7f7;
  padding: 3px 5px;
  border-radius: 3px;
  border: 1px solid #ebebeb;
}

button#ihavecookiesBtn {
  margin-left: 0 !important;
}

/* Cookie Dialog */
#gdpr-cookie-message {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 100%;
  padding-top: 20px;
  margin-left: 0;
  max-width: 410px;
  border-top: none;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  z-index: 9999;
}

#gdpr-cookie-message h4 {
  display: none;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18pt;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  max-width: 80%;
  padding: 20px;
}

#gdpr-cookie-message h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

#gdpr-cookie-message p, #gdpr-cookie-message ul {
  color: #001B2F;
  font-size: 12pt;
  line-height: 1.5em;
  width: 80%;
  margin: 0 auto;
  padding: 10px;
}

#gdpr-cookie-message p:last-child {
  margin-bottom: 20px;
}

#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}

#gdpr-cookie-message a {
  color: #0096D6;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px solid #0096D6;
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message a:hover {
  color: #0065AF;
  border-bottom-color: #0065AF;
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message button,
button#ihavecookiesBtn {
  cursor: pointer;
  color: #fff;
  background: #0096D6;
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 9pt;
  letter-spacing: 1px;
  border: none;
  width: 100%;
}

#gdpr-cookie-message button:hover,
button#ihavecookiesBtn:hover {
  background: #0065AF;
  color: #fff;
}

#gdpr-cookie-message button:hover {
  background: #0065AF;
  transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
  background: white;
  display: none;
}

#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}

#gdpr-cookie-message input[type=checkbox] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}

@media (max-width: 767px) {
  #gdpr-cookie-message {
    right: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    max-width: none;
  }
}
.logo a {
  display: block;
}
@media (max-width: 767px) {
  .logo .desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .logo .mobile {
    display: none;
  }
}
.logo img {
  transition: ease 360ms;
}
.header .logo img {
  height: 95px;
}
@media (max-width: 1199px) {
  .header .logo img {
    height: 95px;
  }
}
@media (max-width: 991px) {
  .header .logo img {
    height: 95px;
  }
}
@media (max-width: 767px) {
  .header .logo img {
    height: 95px;
  }
}

.main-menu {
  display: inline-block;
}
.main-menu__wrapper > .Menu > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main-menu__wrapper > .Menu > ul > li {
  position: relative;
  padding: 0 15px;
}
@media (max-width: 1439px) {
  .main-menu__wrapper > .Menu > ul > li {
    padding: 0 10px;
  }
}
.main-menu__wrapper > .Menu > ul > li > a {
  display: block;
  position: relative;
  line-height: 120px;
  color: #0065AF;
  font-size: 16px;
  font-weight: 700;
}
.main-menu__wrapper > .Menu > ul > li > a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 550;
  background-color: #EAE827;
  transition: ease 200ms;
}
@media (max-width: 1199px) {
  .main-menu__wrapper > .Menu > ul > li > a {
    line-height: 120px;
  }
}
@media (max-width: 991px) {
  .main-menu__wrapper > .Menu > ul > li > a {
    line-height: 120px;
  }
}
@media (max-width: 767px) {
  .main-menu__wrapper > .Menu > ul > li > a {
    line-height: 120px;
  }
}
.main-menu__wrapper > .Menu > ul > li:hover > a {
  color: #0096D6;
}
.main-menu__wrapper > .Menu > ul > li:hover > a:after {
  height: 6px;
}
.main-menu__wrapper > .Menu > ul > li:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.utility__wrapper ul li {
  display: inline-block;
  position: relative;
  margin-right: 27px;
}
.utility__wrapper ul li a {
  color: #fff;
}
.utility__wrapper ul li a:hover {
  color: #EAE827;
}
.utility__wrapper ul li:last-of-type {
  margin-right: 0;
}

.mega-menu {
  z-index: 510;
  position: absolute;
  top: 100%;
  left: -10px;
  opacity: 0;
  visibility: hidden;
  transition: ease 500ms;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.mega-menu.mega-menu--align-right {
  left: auto;
  right: -10px;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.mega-menu__wrapper {
  padding: 30px 25px 15px;
  background-color: #f7f7f7;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.mega-menu a {
  color: #0065AF;
}
.mega-menu a:hover {
  color: #0096D6;
}
.mega-menu h1, .mega-menu h2, .mega-menu h3, .mega-menu h4, .mega-menu h5, .mega-menu h6, .mega-menu strong, .mega-menu b {
  color: #0065AF;
}
.mega-menu__title p {
  margin-bottom: 20px;
}
.mega-menu__subtitle p {
  margin-bottom: 20px;
}
.mega-menu__subtitle hr {
  margin: 20px 0;
}
.mega-menu__body {
  display: flex;
}
.mega-menu__body h1, .mega-menu__body h2, .mega-menu__body h3, .mega-menu__body h4, .mega-menu__body h5, .mega-menu__body h6, .mega-menu__body p {
  margin-bottom: 20px;
}
.mega-menu__body hr {
  margin: 0 0 20px;
  border-top: 1px solid #0096D6;
}
.mega-menu__body ul {
  margin-bottom: 20px;
}
.mega-menu__body ul li {
  padding-left: 0;
}
.mega-menu__body ul li:before {
  display: none;
}
.mega-menu__col {
  width: 230px;
  margin-right: 40px;
}
.mega-menu__col:last-child {
  margin-right: 0;
}
.mega-menu__sidebar {
  display: flex;
}
.mega-menu__sidebar__left {
  margin-right: 40px;
}
.mega-menu__sidebar__right .mega-menu__col {
  width: 300px;
}
.mega-menu.extra-wide {
  max-width: calc(100% + 10px);
}
.current-page {
  color: #AFAE1D !important;
}

.burger {
  display: inline-block;
  position: relative;
}
.burger__lines {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 36px;
  height: 36px;
  vertical-align: middle;
}
.burger__line {
  display: block;
  position: absolute;
  top: 17px;
  height: 2px;
  border-radius: 2px;
  background-color: #0096D6;
}
.burger__slashes {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 3px;
  right: 3px;
  width: 30px;
  height: 30px;
  border-radius: 2px;
}
.burger__slash {
  display: block;
  position: absolute;
  opacity: 0;
  top: 14px;
  left: -4px;
  width: 38px;
  height: 2px;
  border-radius: 2px;
  background-color: #0096D6;
  transition: ease 500ms;
}
.burger__text {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-right: 3px;
  color: #0096D6;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
}
.burger__text .text__open {
  display: block;
  transition: ease 360ms;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.burger__text .text__close {
  display: block;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  transition: ease 360ms;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.burger:hover .burger__line {
  background-color: #0065AF;
}
.burger:hover .burger__slash {
  background-color: #0065AF;
}
.burger:hover .burger__text {
  color: #0065AF;
}
.burger.open .burger__text .text__open {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.burger.open .burger__text .text__close {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.burger--default .burger__line:nth-of-type(1) {
  width: 29px;
  -webkit-transform: translate(0px, -8px);
          transform: translate(0px, -8px);
  transition: ease 360ms 0ms;
}
.burger--default .burger__line:nth-of-type(2) {
  width: 30px;
  -webkit-transform: translate(6px, 0px);
          transform: translate(6px, 0px);
  transition: ease 360ms 100ms;
}
.burger--default .burger__line:nth-of-type(3) {
  width: 24px;
  -webkit-transform: translate(2px, 8px);
          transform: translate(2px, 8px);
  transition: ease 360ms 200ms;
}
.burger--default .burger__line:nth-of-type(4) {
  opacity: 0;
  width: 29px;
  -webkit-transform: translate(-38px, -8px);
          transform: translate(-38px, -8px);
  transition: ease 360ms 50ms;
}
.burger--default .burger__line:nth-of-type(5) {
  opacity: 0;
  width: 30px;
  -webkit-transform: translate(-38px, 0px);
          transform: translate(-38px, 0px);
  transition: ease 360ms 150ms;
}
.burger--default .burger__line:nth-of-type(6) {
  opacity: 0;
  width: 24px;
  -webkit-transform: translate(-38px, 8px);
          transform: translate(-38px, 8px);
  transition: ease 360ms 250ms;
}
.burger--default .burger__slash:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translate(-28px, 0);
          transform: rotate(45deg) translate(-28px, 0);
}
.burger--default .burger__slash:nth-of-type(2) {
  -webkit-transform: rotate(-45deg) translate(28px, 0);
          transform: rotate(-45deg) translate(28px, 0);
}
.burger--default .burger__slash:nth-of-type(3) {
  -webkit-transform: rotate(45deg) translate(-28px, 0);
          transform: rotate(45deg) translate(-28px, 0);
}
.burger--default .burger__slash:nth-of-type(4) {
  -webkit-transform: rotate(-45deg) translate(28px, 0);
          transform: rotate(-45deg) translate(28px, 0);
}
.burger--default:hover .burger__line:nth-of-type(1) {
  opacity: 0;
  -webkit-transform: translate(38px, -8px);
          transform: translate(38px, -8px);
}
.burger--default:hover .burger__line:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translate(38px, 0);
          transform: translate(38px, 0);
}
.burger--default:hover .burger__line:nth-of-type(3) {
  opacity: 0;
  -webkit-transform: translate(38px, 8px);
          transform: translate(38px, 8px);
}
.burger--default:hover .burger__line:nth-of-type(4) {
  opacity: 1;
  -webkit-transform: translate(0px, -8px);
          transform: translate(0px, -8px);
}
.burger--default:hover .burger__line:nth-of-type(5) {
  opacity: 1;
  -webkit-transform: translate(6px, 0);
          transform: translate(6px, 0);
}
.burger--default:hover .burger__line:nth-of-type(6) {
  opacity: 1;
  -webkit-transform: translate(2px, 8px);
          transform: translate(2px, 8px);
}
.burger--default.open .burger__line:nth-of-type(1) {
  -webkit-transform: translate(38px, -8px);
          transform: translate(38px, -8px);
}
.burger--default.open .burger__line:nth-of-type(2) {
  -webkit-transform: translate(38px, 0);
          transform: translate(38px, 0);
}
.burger--default.open .burger__line:nth-of-type(3) {
  -webkit-transform: translate(38px, 8px);
          transform: translate(38px, 8px);
}
.burger--default.open .burger__line:nth-of-type(4) {
  opacity: 0;
  -webkit-transform: translate(38px, -8px);
          transform: translate(38px, -8px);
}
.burger--default.open .burger__line:nth-of-type(5) {
  opacity: 0;
  -webkit-transform: translate(38px, 0);
          transform: translate(38px, 0);
}
.burger--default.open .burger__line:nth-of-type(6) {
  opacity: 0;
  -webkit-transform: translate(38px, 8px);
          transform: translate(38px, 8px);
}
.burger--default.open .burger__slash:nth-of-type(1) {
  -webkit-transform: translate(0, 0) rotate(45deg);
          transform: translate(0, 0) rotate(45deg);
  opacity: 1;
}
.burger--default.open .burger__slash:nth-of-type(2) {
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
  opacity: 1;
}
.burger--default.open:hover .burger__slash:nth-of-type(1) {
  -webkit-transform: translate(28px, 28px) rotate(45deg);
          transform: translate(28px, 28px) rotate(45deg);
  opacity: 0;
}
.burger--default.open:hover .burger__slash:nth-of-type(2) {
  -webkit-transform: translate(-28px, 28px) rotate(-45deg);
          transform: translate(-28px, 28px) rotate(-45deg);
  opacity: 0;
}
.burger--default.open:hover .burger__slash:nth-of-type(3) {
  -webkit-transform: translate(0, 0) rotate(45deg);
          transform: translate(0, 0) rotate(45deg);
  opacity: 1;
}
.burger--default.open:hover .burger__slash:nth-of-type(4) {
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
  opacity: 1;
}

.burger--full .burger__line {
  width: 36px;
}
.burger--full .burger__line:nth-of-type(1) {
  -webkit-transform: translate(0px, -8px);
          transform: translate(0px, -8px);
  transition: ease 360ms 0ms;
}
.burger--full .burger__line:nth-of-type(2) {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  transition: ease 360ms 100ms;
}
.burger--full .burger__line:nth-of-type(3) {
  -webkit-transform: translate(0px, 8px);
          transform: translate(0px, 8px);
  transition: ease 360ms 200ms;
}
.burger--full .burger__line:nth-of-type(4) {
  opacity: 0;
  -webkit-transform: translate(-38px, -8px);
          transform: translate(-38px, -8px);
  transition: ease 360ms 50ms;
}
.burger--full .burger__line:nth-of-type(5) {
  opacity: 0;
  -webkit-transform: translate(-38px, 0px);
          transform: translate(-38px, 0px);
  transition: ease 360ms 150ms;
}
.burger--full .burger__line:nth-of-type(6) {
  opacity: 0;
  -webkit-transform: translate(-38px, 8px);
          transform: translate(-38px, 8px);
  transition: ease 360ms 250ms;
}
.burger--full .burger__slash:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translate(-45px, 0);
          transform: rotate(45deg) translate(-45px, 0);
}
.burger--full .burger__slash:nth-of-type(2) {
  -webkit-transform: rotate(-45deg) translate(45px, 0);
          transform: rotate(-45deg) translate(45px, 0);
}
.burger--full .burger__slash:nth-of-type(3) {
  -webkit-transform: rotate(45deg) translate(-45px, 0);
          transform: rotate(45deg) translate(-45px, 0);
}
.burger--full .burger__slash:nth-of-type(4) {
  -webkit-transform: rotate(-45deg) translate(45px, 0);
          transform: rotate(-45deg) translate(45px, 0);
}
.burger--full:hover .burger__line:nth-of-type(1) {
  opacity: 0;
  -webkit-transform: translate(38px, -8px);
          transform: translate(38px, -8px);
}
.burger--full:hover .burger__line:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translate(38px, 0);
          transform: translate(38px, 0);
}
.burger--full:hover .burger__line:nth-of-type(3) {
  opacity: 0;
  -webkit-transform: translate(38px, 8px);
          transform: translate(38px, 8px);
}
.burger--full:hover .burger__line:nth-of-type(4) {
  opacity: 1;
  -webkit-transform: translate(0px, -8px);
          transform: translate(0px, -8px);
}
.burger--full:hover .burger__line:nth-of-type(5) {
  opacity: 1;
  -webkit-transform: translate(0px, 0);
          transform: translate(0px, 0);
}
.burger--full:hover .burger__line:nth-of-type(6) {
  opacity: 1;
  -webkit-transform: translate(0px, 8px);
          transform: translate(0px, 8px);
}
.burger--full.open .burger__line:nth-of-type(1) {
  -webkit-transform: translate(38px, -8px);
          transform: translate(38px, -8px);
}
.burger--full.open .burger__line:nth-of-type(2) {
  -webkit-transform: translate(38px, 0);
          transform: translate(38px, 0);
}
.burger--full.open .burger__line:nth-of-type(3) {
  -webkit-transform: translate(38px, 8px);
          transform: translate(38px, 8px);
}
.burger--full.open .burger__line:nth-of-type(4) {
  opacity: 0;
  -webkit-transform: translate(38px, -8px);
          transform: translate(38px, -8px);
}
.burger--full.open .burger__line:nth-of-type(5) {
  opacity: 0;
  -webkit-transform: translate(38px, 0);
          transform: translate(38px, 0);
}
.burger--full.open .burger__line:nth-of-type(6) {
  opacity: 0;
  -webkit-transform: translate(38px, 8px);
          transform: translate(38px, 8px);
}
.burger--full.open .burger__slash:nth-of-type(1) {
  -webkit-transform: translate(0, 0) rotate(45deg);
          transform: translate(0, 0) rotate(45deg);
  opacity: 1;
}
.burger--full.open .burger__slash:nth-of-type(2) {
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
  opacity: 1;
}
.burger--full.open:hover .burger__slash:nth-of-type(1) {
  -webkit-transform: translate(45px, 45px) rotate(45deg);
          transform: translate(45px, 45px) rotate(45deg);
  opacity: 0;
}
.burger--full.open:hover .burger__slash:nth-of-type(2) {
  -webkit-transform: translate(-45px, 45px) rotate(-45deg);
          transform: translate(-45px, 45px) rotate(-45deg);
  opacity: 0;
}
.burger--full.open:hover .burger__slash:nth-of-type(3) {
  -webkit-transform: translate(0, 0) rotate(45deg);
          transform: translate(0, 0) rotate(45deg);
  opacity: 1;
}
.burger--full.open:hover .burger__slash:nth-of-type(4) {
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
  opacity: 1;
}

.sidr {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.06);
  z-index: 999990;
}
.sidr.right {
  right: -260px;
}
.sidr .left {
  left: -260px;
}
.sidr .sidr-inner {
  padding: 0;
  margin: 0 0 0 0;
}
.sidr ul {
  padding: 0;
}
.sidr ul li {
  position: relative;
  padding: 0;
  transition: ease 360ms;
}
.sidr ul li a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 15px 40px 15px 20px;
  color: #001B2F;
  line-height: 1.4;
  border-bottom: 1px solid rgba(52, 58, 64, 0.1);
}
.sidr ul li button.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 53px;
}
.sidr ul li button.arrow svg {
  width: auto;
  height: 18px;
  transition: ease 360ms;
}
.sidr ul li button.arrow svg path {
  fill: #001B2F;
  transition: ease 360ms;
}
.sidr ul li button.arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background-color: transparent;
}
.sidr ul li:hover {
  background-color: #e9ecef;
}
.sidr ul li:hover > a {
  color: #343a40;
}
.sidr ul li:hover button.arrow svg path {
  fill: #343a40;
}
.sidr ul li.open {
  background-color: #e9ecef;
}
.sidr ul li.open > a {
  color: #343a40;
  border-bottom: 1px solid rgba(52, 58, 64, 0.1);
}
.sidr ul li.open button.arrow svg path {
  fill: #343a40;
}
.sidr ul li.open button.arrow svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sidr ul li ul {
  padding: 0;
}
.sidr ul li ul li {
  background-color: #e9ecef;
}
.sidr ul li ul li a {
  color: #343a40;
  border-bottom: 1px solid rgba(52, 58, 64, 0.1);
}
.sidr ul li ul li:hover {
  background-color: #ced4da;
}
.sidr ul li ul li:hover a {
  color: #343a40;
}
.sidr .sidr-class-mega-menu p strong a {
  color: #0096D6;
}
.sidr .sidr-class-mega-menu p em {
  display: block;
  padding: 15px 40px 15px 20px;
}
.sidr .sidr-class-mega-menu a {
  border-bottom: none;
}
.sidr .sidr-class-mega-menu hr {
  display: none;
}
.sidr .sidr-class-mega-menu .sidr-class-mega-menu__title a {
  /*font-size: 20px;*/
  /*color: #0096D6;*/
  color: #343a40;
  font-weight: normal;
}
.sidr .sidr-class-header__buttons-wrapper {
  padding: 0 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.sidr .sidr-class-header__buttons-wrapper a {
  display: block;
  padding: 8px 14px;
  margin-bottom: 10px;
  color: #0096D6;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #0096D6;
  background-color: transparent;
}
.sidr .sidr-class-header__buttons-wrapper a:hover {
  color: #fff;
  background-color: #0096D6;
}
.sidr .sidr-class-utility-menu__wrapper {
  border-top: 1px solid rgba(52, 58, 64, 0.1);
}
.sidr .sidr-class-utility-menu__wrapper li {
  display: none;
}
.sidr .sidr-class-utility-menu__wrapper li.sidr-class-sidr-show {
  display: block;
}
.sidr .sidr-class-message__wrapper {
  color: #EAE827;
  padding: 15px 40px 15px 20px;
  background-color: #0065AF;
}
.sidr .sidr-class-message__wrapper p:before {
  content: "\F06A";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.sidr .sidr-class-message__wrapper a {
  color: #EAE827;
}
.sidr .sidr-class-message__wrapper a:hover {
  color: #fff;
}
.sidr .sidr-class-social-media__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.sidr .sidr-class-social-media__wrapper a {
  font-size: 20px;
}
.sidr .sidr-class-social-media__wrapper a:first-of-type {
  padding-left: 0;
}
.sidr .sidr-class-social-media__wrapper a:last-of-type {
  padding-right: 0;
}

#sidr-id-mega-menu-community-impact a,
#sidr-id-mega-menu-media-center a,
#sidr-id-mega-menu-about-us a {
  padding-left: 35px;
}

#sidr-id-mega-menu-community-impact .sidr-class-mega-menu__sidebar__left .sidr-class-mega-menu__body .sidr-class-mega-menu__col ul {
  display: none;
}

#sidr-id-mega-menu-community-impact .sidr-class-mega-menu__sidebar__left .sidr-class-mega-menu__body .sidr-class-mega-menu__col ul {
  display: none;
}

.image-card--one {
  overflow: hidden;
  position: relative;
}
.image-card--one p {
  margin-bottom: 45px;
}
.image-card--one .image-card__wrapper {
  display: flex;
  flex-direction: column;
}
.image-card--one .image-card__header {
  text-align: center;
  padding: 20px;
}
.image-card--one .image-card__header h3 {
  white-space: pre;
}
@media (min-width: 992px) {
  .image-card--one .image-card__header h3 {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .image-card--one .image-card__header {
    order: 1;
  }
}
@media (max-width: 991px) {
  .image-card--one .image-card__image {
    order: 0;
  }
}
@media (max-width: 991px) {
  .image-card--one .image-card__image .img-ratio-portrait {
    padding-bottom: 76%;
    background-position: center;
  }
}
.image-card--one .image-card__body {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: ease 600ms;
}
@media (max-width: 991px) {
  .image-card--one .image-card__body {
    display: none;
  }
}
.image-card--one .image-card__body .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 101, 175, 0.9);
}
.image-card--one .image-card__body .inner-content {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 374px;
}
@media (min-width: 992px) {
  .image-card--one:hover .image-card__body {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .image-card--one p {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .image-card--one .button p a.medium {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .image-card--one {
    margin-top: 5px;
  }
  .image-card--one p {
    overflow: hidden;
    max-height: 168px;
  }
}
@media (max-width: 767px) {
  .image-card--one .img-ratio-portrait {
    padding-bottom: 100%;
  }
  .image-card--one.image-card--reverse .image-card__header {
    order: 1;
  }
  .image-card--one.image-card--reverse .image-card__image {
    order: 2;
  }
}
.image-card--two .image-card__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.image-card--two .image-card__image {
  width: 100%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .image-card--two .image-card__image {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0;
  }
}
.image-card--two .image-card__image .image {
  width: 100%;
  height: 100%;
}
.image-card--two .image-card__body {
  width: 100%;
  text-align: center;
}
@media (max-width: 991px) and (min-width: 768px) {
  .image-card--two .image-card__body {
    height: auto;
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media (max-width: 1199px) {
  .image-card--two .image-card__body {
    height: auto;
  }
}
.image-card--two .image-card__header h3 {
  white-space: pre;
}
@media (min-width: 1200px) {
  .image-card--two .image-card__content p {
    overflow: hidden;
    height: 264px;
  }
}

.image-card--four h4.title {
  overflow: hidden;
  height: 123.2px;
}
@media (max-width: 991px) {
  .image-card--four h4.title {
    height: 112px;
  }
}
@media (max-width: 767px) {
  .image-card--four h4.title {
    height: auto;
    overflow: initial;
  }
}

.image-card--five h4.title {
  overflow: hidden;
  height: 61.6px;
}
@media (max-width: 991px) {
  .image-card--five h4.title {
    height: 56px;
  }
}
@media (max-width: 767px) {
  .image-card--five h4.title {
    height: auto;
    overflow: initial;
  }
}
.image-card--five .body {
  overflow: hidden;
  height: 384px;
}

.image-card--six {
  display: block;
}
.image-card--six .image-card__wrapper {
  transition: ease 360ms;
  border: 2px solid #ced4da;
}
.image-card--six .image-card__title {
  transition: ease 360ms;
}
@media (min-width: 992px) {
  .image-card--six .image-card__title {
    white-space: pre-line;
  }
}

.social-media__wrapper a, .social-media__wrapper button {
  display: inline-block;
  color: #0096D6;
}
.social-media__wrapper a:hover, .social-media__wrapper button:hover {
  color: #004B6B;
}
.social-media__wrapper a.small, .social-media__wrapper button.small {
  font-size: 16px;
  margin-right: 10px;
}
.social-media__wrapper a.small:last-of-type, .social-media__wrapper button.small:last-of-type {
  margin-right: 0;
}
.social-media__wrapper a.medium, .social-media__wrapper button.medium {
  font-size: 22px;
  margin-right: 10px;
}
.social-media__wrapper a.medium:last-of-type, .social-media__wrapper button.medium:last-of-type {
  margin-right: 0;
}
.social-media__wrapper a.large, .social-media__wrapper button.large {
  font-size: 30px;
  margin-right: 30px;
}
.social-media__wrapper a.large:last-of-type, .social-media__wrapper button.large:last-of-type {
  margin-right: 0;
}

.social-media--circle .social-media__wrapper a, .social-media--circle .social-media__wrapper button,
.social-media--square .social-media__wrapper a,
.social-media--square .social-media__wrapper button {
  text-align: center;
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.social-media--circle .social-media__wrapper a i, .social-media--circle .social-media__wrapper button i,
.social-media--square .social-media__wrapper a i,
.social-media--square .social-media__wrapper button i {
  transition: ease 200ms;
  background-color: #0096D6;
}
.social-media--circle .social-media__wrapper a:hover i, .social-media--circle .social-media__wrapper button:hover i,
.social-media--square .social-media__wrapper a:hover i,
.social-media--square .social-media__wrapper button:hover i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.social-media--circle .social-media__wrapper a.small, .social-media--circle .social-media__wrapper button.small,
.social-media--square .social-media__wrapper a.small,
.social-media--square .social-media__wrapper button.small {
  margin-right: 5px;
}
.social-media--circle .social-media__wrapper a.small i, .social-media--circle .social-media__wrapper button.small i,
.social-media--square .social-media__wrapper a.small i,
.social-media--square .social-media__wrapper button.small i {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.social-media--circle .social-media__wrapper a.medium, .social-media--circle .social-media__wrapper button.medium,
.social-media--square .social-media__wrapper a.medium,
.social-media--square .social-media__wrapper button.medium {
  margin-right: 5px;
}
.social-media--circle .social-media__wrapper a.medium i, .social-media--circle .social-media__wrapper button.medium i,
.social-media--square .social-media__wrapper a.medium i,
.social-media--square .social-media__wrapper button.medium i {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.social-media--circle .social-media__wrapper a.large, .social-media--circle .social-media__wrapper button.large,
.social-media--square .social-media__wrapper a.large,
.social-media--square .social-media__wrapper button.large {
  margin-right: 10px;
}
.social-media--circle .social-media__wrapper a.large i, .social-media--circle .social-media__wrapper button.large i,
.social-media--square .social-media__wrapper a.large i,
.social-media--square .social-media__wrapper button.large i {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.social-media--circle .social-media__wrapper a i, .social-media--circle .social-media__wrapper button i {
  border-radius: 50%;
}

.ShareButton,
.FollowButton {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .ShareButton,
.FollowButton {
    margin-bottom: 20px;
  }
}
.ShareButton > div,
.FollowButton > div {
  line-height: inherit !important;
  height: auto !important;
}
.ShareButton a,
.FollowButton a {
  font-size: 22px;
  display: inline-block;
  margin-right: 40px;
}
.ShareButton a:last-child,
.FollowButton a:last-child {
  margin-right: 0;
}

.share-button--circle,
.share-button--square,
.follow-button--circle,
.follow-button--square {
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.share-button--circle i,
.share-button--square i,
.follow-button--circle i,
.follow-button--square i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #0096D6;
  transition: ease 200ms;
}
.share-button--circle:hover i,
.share-button--square:hover i,
.follow-button--circle:hover i,
.follow-button--square:hover i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.share-button--circle i,
.follow-button--circle i {
  border-radius: 50%;
}

.instagram-photo {
  margin-bottom: 30px;
}

.igFeedOne .igviewer {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(29, 31, 32, 0.9);
}

.igFeedOne .igviewer img {
  display: block;
  margin: 1rem auto;
  height: calc(100vh - 2rem);
  width: auto;
  box-shadow: 0 10px 40px 10px rgba(0, 0, 0, 0.8);
}

.igFeedOne .igviewer.hidden {
  display: none;
}

.igFeedOne .instagram {
  display: flex;
  flex-flow: row wrap;
  overflow: hidden;
  margin: 0 auto;
}

.igFeedOne .instagram .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: calc(33.333333% - 8px);
  height: 0;
  padding-bottom: 30%;
  margin: 4px;
  overflow: hidden;
  transition: all 200ms ease;
  position: relative;
  cursor: pointer;
}

.igFeedOne .instagram .image .caption {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding: 1em;
}

.igFeedOne .instagram .image:hover .caption {
  display: block;
}

.banner--page .banner__wrapper {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner--page .banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 64%;
  height: 100%;
}
@media (max-width: 991px) {
  .banner--page .banner__image {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 240px;
  }
}
.banner--page .banner__shape {
  background-image: url("/images/banner-shape-full.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  position: absolute;
  top: 0;
  left: 49%;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .banner--page .banner__shape {
    left: 40%;
  }
}
@media (max-width: 991px) {
  .banner--page .banner__shape {
    display: none;
  }
}
.banner--page .banner__bg {
  background-image: url("/images/banner-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  position: absolute;
  top: 0;
  left: 49%;
  height: 100%;
  width: 100%;
  z-index: 3;
}
@media (max-width: 1199px) {
  .banner--page .banner__bg {
    left: 40%;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .banner--page .banner__bg {
    left: 25%;
  }
}
.banner--page .banner__inner {
  position: relative;
}
.banner--page .banner__outer {
  position: relative;
  padding: 40px 0 10px;
  z-index: 2;
}
.banner--page .banner__outer p, .banner--page .banner__outer h2 {
  color: #0096D6;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 991px) {
  .banner--page .banner__outer p, .banner--page .banner__outer h2 {
    font-size: 18px;
  }
}
.banner--page .banner__outer h2 {
  padding: 0;
}
.banner--page .banner__outer h2:before {
  display: none;
}
.banner--page .banner__body {
  position: relative;
  height: 400px;
}
@media (max-width: 991px) {
  .banner--page .banner__body {
    height: auto;
    background-color: #0096D6;
  }
}
.banner--page .banner__content {
  float: right;
  max-width: 400px;
  padding: 50px 0 20px;
}
@media (max-width: 991px) {
  .banner--page .banner__content {
    width: 100%;
    max-width: inherit;
    padding: 30px 0 10px;
  }
}
.banner--page .banner__content .page-title {
  position: relative;
  text-align: right;
  z-index: 4;
}
@media (max-width: 991px) {
  .banner--page .banner__content .page-title {
    text-align: center;
  }
}
.banner--page .banner__content h1 {
  padding: 0;
  font-size: 40px;
  white-space: pre-line;
}
@media (min-width: 992px) {
  .banner--page .banner__content h1 {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .banner--page .banner__content h1 {
    font-size: 20px;
  }
}
.banner--page .banner__content h1:before {
  display: none;
}

.banner--post .banner__wrapper {
  height: 450px;
  max-width: 1110px;
  margin: 0 auto;
}

.banner--home .banner__wrapper {
  position: relative;
  overflow: hidden;
}
.banner--home .banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
}
@media (max-width: 991px) {
  .banner--home .banner__image {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 240px;
  }
}
.banner--home .banner__shape {
  background-image: url("/images/banner-shape-full.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  position: absolute;
  top: 0;
  left: 49%;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .banner--home .banner__shape {
    left: 40%;
  }
}
@media (max-width: 991px) {
  .banner--home .banner__shape {
    display: none;
  }
}
.banner--home .banner__bg {
  background-image: url("/images/banner-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  position: absolute;
  top: 0;
  left: 49%;
  height: 100%;
  width: 100%;
  z-index: 3;
}
@media (max-width: 1199px) {
  .banner--home .banner__bg {
    left: 40%;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .banner--home .banner__bg {
    left: 25%;
  }
}
.banner--home .banner__inner {
  position: relative;
}
.banner--home .banner__outer {
  position: relative;
  padding: 40px 0 10px;
  z-index: 2;
}
.banner--home .banner__body {
  position: relative;
  height: 400px;
}
@media (max-width: 991px) {
  .banner--home .banner__body {
    height: auto;
    background-color: #0096D6;
  }
}
.banner--home .banner__content {
  float: right;
  max-width: 400px;
  padding: 50px 0 20px;
}
@media (max-width: 991px) {
  .banner--home .banner__content {
    width: 100%;
    max-width: inherit;
    padding: 30px 0 10px;
  }
}
.banner--home .banner__content .top {
  position: relative;
  text-align: right;
  margin-bottom: 30px;
  z-index: 4;
}
.banner--home .banner__content .bottom {
  position: relative;
  text-align: right;
  z-index: 4;
}
.banner--home .banner__content h1, .banner--home .banner__content h2, .banner--home .banner__content h3, .banner--home .banner__content h4, .banner--home .banner__content h5, .banner--home .banner__content h6 {
  margin: 0;
}
.banner--home .banner__content h1 {
  padding: 0;
  margin: 0;
  color: #EAE827;
  text-align: right;
  font-size: 70px;
}
@media (max-width: 991px) {
  .banner--home .banner__content h1 {
    font-size: 36px;
  }
}
.banner--home .banner__content h1:before {
  display: none;
}
@media (max-width: 991px) {
  .banner--home .banner__content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .banner--home .banner__content h3, .banner--home .banner__content h5 {
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  .banner--home .banner__content h3 br, .banner--home .banner__content h5 br {
    display: none;
  }
}
.banner--home .banner__content .button {
  margin-left: 8px;
}
.banner--home .banner__content .button:first-of-type {
  margin-left: 0;
}
.banner--home .banner__content .button p a {
  padding: 5px 20px;
}
@media (max-width: 991px) {
  .banner--home .banner__content .button p a {
    font-size: 14px;
    padding: 5px 15px;
  }
}
.banner--home .sidebar {
  position: relative;
  z-index: 4;
}
.banner--home .sidebar__logo img {
  margin-bottom: 30px;
}

.carousel .slick-prev,
.carousel .slick-next {
  width: 43px;
  height: 43px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 1;
}
.carousel .slick-prev:before,
.carousel .slick-next:before {
  display: none;
}
@media (max-width: 1199px) {
  .carousel .slick-prev,
.carousel .slick-next {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 991px) {
  .carousel .slick-prev,
.carousel .slick-next {
    width: 20px;
    height: 20px;
  }
}
.carousel .slick-prev {
  left: -45px;
  background-image: url("/images/static/arrow-left.svg");
}
@media (max-width: 1199px) {
  .carousel .slick-prev {
    left: -30px;
  }
}
@media (max-width: 991px) {
  .carousel .slick-prev {
    left: -15px;
  }
}
@media (max-width: 767px) {
  .carousel .slick-prev {
    left: 5px;
  }
}
.carousel .slick-next {
  right: -45px;
  background-image: url("/images/static/arrow-right.svg");
}
@media (max-width: 1199px) {
  .carousel .slick-next {
    right: -30px;
  }
}
@media (max-width: 991px) {
  .carousel .slick-next {
    right: -15px;
  }
}
@media (max-width: 767px) {
  .carousel .slick-next {
    right: 5px;
  }
}

.carousel--one .carousel__item {
  display: block;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.container .carousel--posts-list .carousel__wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .container .carousel--posts-list .carousel__wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.carousel--posts-list .posts-item {
  margin: 0 15px;
}
@media (max-width: 767px) {
  .carousel--posts-list .posts-item {
    margin: 0 10px;
    opacity: 0.3;
  }
  .carousel--posts-list .posts-item.slick-current {
    opacity: 1;
  }
}
.carousel--posts-list .posts-item:focus {
  outline: 0;
  box-shadow: none;
}
.carousel--posts-list .slick-track {
  padding-top: 10px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .carousel--posts-list .slick-track {
    padding-bottom: 20px;
  }
}

.search-button {
  cursor: pointer;
}

.search-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  height: 120px;
  background-color: #0065AF;
  z-index: 999999;
  transition: ease 360ms;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.search-box__wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 800px;
}
@media (max-width: 767px) {
  .search-box__wrap {
    max-width: none;
  }
}
.search-box__form {
  width: 100%;
}
@media (max-width: 767px) {
  .search-box__form {
    max-width: none;
  }
}
.search-box__text-input {
  width: 480px;
  height: 60px;
  color: #fff;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  transition: ease 360ms;
}
@media (max-width: 767px) {
  .search-box__text-input {
    width: calc(100% - 50px);
    border-bottom: none;
  }
}
.search-box__text-input:hover, .search-box__text-input:focus {
  border-bottom-color: #EAE827;
}
.search-box__text-input::-webkit-input-placeholder {
  color: #fff;
}
.search-box__text-input::-moz-placeholder {
  color: #fff;
}
.search-box__text-input:-ms-input-placeholder {
  color: #fff;
}
.search-box__text-input::-ms-input-placeholder {
  color: #fff;
}
.search-box__text-input::placeholder {
  color: #fff;
}
.search-box__submit-button {
  cursor: pointer;
  padding: 0;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 26px;
  transition: ease 360ms;
}
@media (max-width: 767px) {
  .search-box__submit-button {
    display: none;
  }
}
.search-box__submit-button:hover {
  color: #EAE827;
}
.search-box__close {
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 60px;
  color: #fff;
  font-size: 26px;
  line-height: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .search-box__close {
    width: 30px;
  }
}
.search-box__close:hover {
  color: #EAE827;
}
.search-box.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.searchResults h2 {
  padding-top: 0;
}
.searchResults h2:before {
  display: none;
}
.searchResults .search-file-type-Image {
  display: none;
}

.footer .content-style a, .footer.content-style a {
  text-decoration: underline;
}
.footer .content-style a:hover, .footer.content-style a:hover {
  color: #EAE827;
}
.footer .content-style hr, .footer.content-style hr {
  border-color: #0096D6;
  margin: 0;
}
@media (max-width: 991px) {
  .footer .content-style, .footer.content-style {
    text-align: center;
  }
}
.footer__wrapper {
  position: relative;
  background-image: url("/images/svg/footer-bg.svg");
  background-repeat: no-repeat;
  background-position: right calc(10% - 220px) top;
}
.footer__wrapper > .container {
  padding-top: 50px;
}
.footer .scroll-top {
  position: absolute;
  top: -16px;
  right: 10%;
}
.footer__bg {
  position: absolute;
  top: 0;
  right: calc(10% - 280px);
}
.footer__col {
  margin-bottom: 10px;
}
.footer__col .inner {
  width: 100%;
}
.footer .second .inner {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .footer .second .inner {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .footer .second .inner {
    max-width: 72%;
  }
}
.footer .logo {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .footer .logo {
    margin: 0 auto 20px;
  }
}
.footer .logo img {
  width: auto;
  height: auto;
  max-width: 255px;
  max-height: 150px;
}
.footer .sub-logos {
  text-align: center;
}
.footer .sub-logos img {
  width: auto;
  height: 80px;
  margin-bottom: 20px;
}
.footer__copyright {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .footer__copyright {
    padding-bottom: 60px;
  }
}
.footer__copyright p {
  margin: 0;
}

.scroll-top-button {
  cursor: pointer;
  position: relative;
  width: 32.33px;
  height: 56px;
  padding-top: 14px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #006fb7;
}
.scroll-top-button:before, .scroll-top-button:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
}
.scroll-top-button:before {
  left: 100%;
  border-left: 16.17px solid #006fb7;
}
.scroll-top-button:after {
  right: 100%;
  border-right: 16.17px solid #006fb7;
}
.scroll-top-button__text {
  position: relative;
  line-height: 1;
}
.scroll-top-button__text:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -4px;
  border-style: solid;
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent #ffffff transparent;
}

.page-template {
  width: 100%;
  height: 100%;
}

.page-fast-fact #main-area .content-style h3 {
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #0096D6;
}
.page-fast-fact #main-area .content-style h4 {
  position: relative;
  padding-bottom: 15px;
}
.page-fast-fact #main-area .content-style h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #0096D6;
}
.page-fast-fact #main-area .sidebar--right .sidebar__side .sidebar__inner, .page-fast-fact #main-area .sidebar--left .sidebar__side .sidebar__inner {
  padding: 15px 20px;
  border-radius: 20px;
  background-color: #0096D6;
}
.page-fast-fact #main-area .sidebar--right .sidebar__side .sidebar__inner h1, .page-fast-fact #main-area .sidebar--right .sidebar__side .sidebar__inner h2, .page-fast-fact #main-area .sidebar--right .sidebar__side .sidebar__inner h3, .page-fast-fact #main-area .sidebar--right .sidebar__side .sidebar__inner h4, .page-fast-fact #main-area .sidebar--right .sidebar__side .sidebar__inner h5, .page-fast-fact #main-area .sidebar--right .sidebar__side .sidebar__inner h6, .page-fast-fact #main-area .sidebar--left .sidebar__side .sidebar__inner h1, .page-fast-fact #main-area .sidebar--left .sidebar__side .sidebar__inner h2, .page-fast-fact #main-area .sidebar--left .sidebar__side .sidebar__inner h3, .page-fast-fact #main-area .sidebar--left .sidebar__side .sidebar__inner h4, .page-fast-fact #main-area .sidebar--left .sidebar__side .sidebar__inner h5, .page-fast-fact #main-area .sidebar--left .sidebar__side .sidebar__inner h6 {
  color: #fff;
}
.page-fast-fact #main-area .sidebar--right .sidebar__side .sidebar__inner p, .page-fast-fact #main-area .sidebar--left .sidebar__side .sidebar__inner p {
  color: #fff;
}

.page-404 .main {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-404__logo {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 40px;
}
.page-404__content h1,
.page-404__content h2 {
  padding-top: 0;
  margin-bottom: 10px;
}
.page-404__content h1:before,
.page-404__content h2:before {
  display: none;
}

.posts-list .row div[style="clear:both;"] {
  flex-basis: 100%;
}
.posts-list .row div[style="overflow: hidden;"] {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.posts-list .blogs-show-more {
  cursor: pointer;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  padding: 10px 30px;
  margin: 40px auto 0;
  border-color: #0096D6;
  background-color: #0096D6;
  transition: ease 200ms;
}
.posts-list .blogs-show-more:hover {
  color: #fff;
  border-color: #004B6B;
  background-color: #004B6B;
}

.posts-no-result {
  max-width: 300px;
  padding: 30px 50px;
  margin: 0 auto;
  font-size: 22px;
  text-align: center;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}

.posts-item .author {
  color: #9F9F9F;
  font-size: 14px;
  margin-bottom: 15px;
}
.posts-item .author a {
  text-decoration: underline;
  color: #9F9F9F;
}
.posts-item .author a:hover {
  color: #0096D6;
}
.posts-item .author .tag:last-child .comma {
  display: none;
}
.posts-item .categories {
  color: #6F6F6F;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 15px;
  overflow: hidden;
  height: 21px;
}
@media (max-width: 991px) {
  .posts-item .categories {
    height: auto;
  }
}
.posts-item .categories a {
  text-decoration: underline;
  color: #6F6F6F;
}
.posts-item .categories a:hover {
  color: #0096D6;
}
.posts-item .categories .comma {
  margin-left: 2px;
}
.posts-item .categories .comma:last-child {
  display: none;
}
.posts-item__wrapper {
  transition: ease 360ms;
}
.posts-item__image {
  overflow: hidden;
  position: relative;
}
.posts-item__image .image {
  width: 100%;
  height: 100%;
  transition: ease 360ms;
}
.posts-item:hover .posts-item__wrapper {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.posts-item:hover .posts-item__image .image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.image-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 60px;
  color: #fff;
  font-style: italic;
  background-color: rgba(0, 101, 175, 0.9);
}
@media (max-width: 1199px) {
  .image-caption {
    padding: 10px 30px;
  }
}
@media (max-width: 767px) {
  .image-caption {
    padding: 10px 20px;
  }
}

div[id^=blogs_list_loader_],
div[id*=" blogs_list_loader_"] {
  width: 70px;
  margin: 60px auto;
}

.posts-list--one .posts-item {
  float: left;
  display: block;
  margin-bottom: 30px;
}
.posts-list--one .posts-item .title {
  overflow: hidden;
  margin-bottom: 10px;
  transition: ease 200ms;
}
.posts-list--one .posts-item .body {
  overflow: hidden;
  overflow: hidden;
  max-height: 48px;
}
.posts-list--one .posts-item__wrapper {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.posts-list--one .posts-item__image {
  flex: 1 0 auto;
  width: 100%;
}
.posts-list--one .posts-item__image .image {
  position: absolute;
  top: 0;
  left: 0;
}
.posts-list--one .posts-item__content {
  flex: 0 1 auto;
  width: 100%;
}
.posts-list--one .posts-item:hover .posts-item__wrapper {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.posts-list--one .posts-item:nth-child(3n+1) {
  width: 58.65%;
  margin-right: 2.7%;
}
.posts-list--one .posts-item:nth-child(3n+1) .title {
  overflow: hidden;
  max-height: 84px;
}
@media (max-width: 991px) {
  .posts-list--one .posts-item:nth-child(3n+1) .title {
    max-height: 67.2px;
  }
}
@media (max-width: 767px) {
  .posts-list--one .posts-item:nth-child(3n+1) .title {
    max-height: none;
    overflow: initial;
  }
}
.posts-list--one .posts-item:nth-child(3n+1) .posts-item__wrapper {
  height: 760px;
}
@media (max-width: 991px) {
  .posts-list--one .posts-item:nth-child(3n+1) .posts-item__wrapper {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .posts-list--one .posts-item:nth-child(3n+1) .posts-item__wrapper {
    height: 480px;
  }
}
@media (max-width: 1199px) {
  .posts-list--one .posts-item:nth-child(3n+1) {
    width: 58.4%;
    margin-right: 3.2%;
  }
}
@media (max-width: 991px) {
  .posts-list--one .posts-item:nth-child(3n+1) {
    width: 57.85%;
    margin-right: 4.3%;
  }
}
@media (max-width: 767px) {
  .posts-list--one .posts-item:nth-child(3n+1) {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.posts-list--one .posts-item:nth-child(3n+2) {
  width: 38.65%;
}
.posts-list--one .posts-item:nth-child(3n+2) .title {
  overflow: hidden;
  max-height: 84px;
}
@media (max-width: 991px) {
  .posts-list--one .posts-item:nth-child(3n+2) .title {
    max-height: 67.2px;
  }
}
@media (max-width: 767px) {
  .posts-list--one .posts-item:nth-child(3n+2) .title {
    max-height: none;
    overflow: initial;
  }
}
.posts-list--one .posts-item:nth-child(3n+2) .posts-item__wrapper {
  height: 365px;
}
@media (max-width: 991px) {
  .posts-list--one .posts-item:nth-child(3n+2) .posts-item__wrapper {
    height: 285px;
  }
}
@media (max-width: 767px) {
  .posts-list--one .posts-item:nth-child(3n+2) .posts-item__wrapper {
    height: 480px;
  }
}
@media (min-width: 992px) {
  .posts-list--one .posts-item:nth-child(3n+2) .title {
    font-size: 22px;
    max-height: 61.6px;
  }
}
@media (max-width: 1199px) {
  .posts-list--one .posts-item:nth-child(3n+2) {
    width: 38.4%;
  }
}
@media (max-width: 991px) {
  .posts-list--one .posts-item:nth-child(3n+2) {
    width: 37.85%;
  }
}
@media (max-width: 767px) {
  .posts-list--one .posts-item:nth-child(3n+2) {
    float: none;
    width: 100%;
  }
}
.posts-list--one .posts-item:nth-child(3n+3) {
  width: 38.65%;
}
.posts-list--one .posts-item:nth-child(3n+3) .title {
  overflow: hidden;
  max-height: 84px;
}
@media (max-width: 991px) {
  .posts-list--one .posts-item:nth-child(3n+3) .title {
    max-height: 67.2px;
  }
}
@media (max-width: 767px) {
  .posts-list--one .posts-item:nth-child(3n+3) .title {
    max-height: none;
    overflow: initial;
  }
}
.posts-list--one .posts-item:nth-child(3n+3) .posts-item__wrapper {
  height: 365px;
}
@media (max-width: 991px) {
  .posts-list--one .posts-item:nth-child(3n+3) .posts-item__wrapper {
    height: 285px;
  }
}
@media (max-width: 767px) {
  .posts-list--one .posts-item:nth-child(3n+3) .posts-item__wrapper {
    height: 480px;
  }
}
@media (min-width: 992px) {
  .posts-list--one .posts-item:nth-child(3n+3) .title {
    font-size: 22px;
    max-height: 61.6px;
  }
}
@media (max-width: 1199px) {
  .posts-list--one .posts-item:nth-child(3n+3) {
    width: 38.4%;
  }
}
@media (max-width: 991px) {
  .posts-list--one .posts-item:nth-child(3n+3) {
    width: 37.85%;
  }
}
@media (max-width: 767px) {
  .posts-list--one .posts-item:nth-child(3n+3) {
    float: none;
    width: 100%;
  }
}
.posts-list--one .posts-item.large h3.title {
  overflow: hidden;
  max-height: 84px;
}
@media (max-width: 991px) {
  .posts-list--one .posts-item.large h3.title {
    max-height: 67.2px;
  }
}
@media (max-width: 767px) {
  .posts-list--one .posts-item.large h3.title {
    max-height: none;
    overflow: initial;
  }
}
.posts-list--one .posts-item.large .posts-item__wrapper {
  height: 760px;
}
@media (max-width: 767px) {
  .posts-list--one .posts-item.large .posts-item__wrapper {
    height: 480px;
  }
}
.posts-list--one .posts-item.small h4.title {
  overflow: hidden;
  max-height: 61.6px;
}
@media (max-width: 991px) {
  .posts-list--one .posts-item.small h4.title {
    max-height: 56px;
  }
}
@media (max-width: 767px) {
  .posts-list--one .posts-item.small h4.title {
    max-height: none;
    overflow: initial;
  }
}
.posts-list--one .posts-item.small .posts-item__wrapper {
  height: 365px;
}
@media (max-width: 767px) {
  .posts-list--one .posts-item.small .posts-item__wrapper {
    height: 480px;
  }
}

.posts-list--two .posts-item {
  display: block;
  margin-bottom: 30px;
}
.posts-list--two .posts-item .date {
  font-size: 12px;
  margin-bottom: 10px;
}
.posts-list--two .posts-item__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.posts-list--two .posts-item__image {
  width: 100%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .posts-list--two .posts-item__image {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0;
  }
}
.posts-list--two .posts-item__content {
  width: 100%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .posts-list--two .posts-item__content {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.posts-list--two .posts-item:hover .posts-item__wrapper {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.posts-list--two .posts-item.small h4.title {
  overflow: hidden;
  max-height: 61.6px;
}
@media (max-width: 991px) {
  .posts-list--two .posts-item.small h4.title {
    max-height: 56px;
  }
}
@media (max-width: 767px) {
  .posts-list--two .posts-item.small h4.title {
    max-height: none;
    overflow: initial;
  }
}
.posts-list--two .posts-item.small .posts-item__content {
  height: 145px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .posts-list--two .posts-item.small .posts-item__content {
    height: 272px;
  }
}
@media (max-width: 767px) {
  .posts-list--two .posts-item.small .posts-item__content {
    height: auto;
  }
}
.posts-list--two .posts-item.large h4.title {
  margin-bottom: 20px;
  overflow: hidden;
  max-height: 123.2px;
}
@media (max-width: 991px) {
  .posts-list--two .posts-item.large h4.title {
    max-height: 112px;
  }
}
@media (max-width: 767px) {
  .posts-list--two .posts-item.large h4.title {
    max-height: none;
    overflow: initial;
  }
}
.posts-list--two .posts-item.large .body {
  overflow: hidden;
  max-height: 72px;
}
.posts-list--two .posts-item.large .posts-item__content {
  height: 300px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .posts-list--two .posts-item.large .posts-item__content {
    height: 272px;
  }
}
@media (max-width: 767px) {
  .posts-list--two .posts-item.large .posts-item__content {
    height: auto;
  }
}

.posts-list--three .posts-item {
  display: block;
  margin-bottom: 30px;
}
.posts-list--three .posts-item h4.title {
  overflow: hidden;
  margin-bottom: 15px;
  height: 92.4px;
}
@media (max-width: 991px) {
  .posts-list--three .posts-item h4.title {
    height: auto;
  }
}
.posts-list--three .posts-item .body {
  overflow: hidden;
  height: 72px;
}
.posts-list--three .posts-item .date {
  color: #9F9F9F;
  font-size: 14px;
}
.posts-list--three .posts-item__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.posts-list--three .posts-item__image {
  width: 100%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .posts-list--three .posts-item__image {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0;
  }
}
.posts-list--three .posts-item__content {
  width: 100%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .posts-list--three .posts-item__content {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.posts-list--three .posts-item:hover .posts-item__wrapper {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.posts-list--four .posts-item {
  display: block;
  margin-bottom: 30px;
}
.posts-list--four .posts-item h4.title {
  margin-bottom: 20px;
  overflow: hidden;
  height: 123.2px;
}
@media (max-width: 991px) {
  .posts-list--four .posts-item h4.title {
    height: 112px;
  }
}
@media (max-width: 767px) {
  .posts-list--four .posts-item h4.title {
    height: auto;
    overflow: initial;
  }
}
.posts-list--four .posts-item .body {
  overflow: hidden;
  max-height: 72px;
}
.posts-list--four .posts-item .date {
  color: #9f9f9f;
  font-size: 14px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .posts-list--four .posts-item .Button {
    position: absolute;
    bottom: 0;
  }
}
.posts-list--four .posts-item__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.posts-list--four .posts-item__image {
  width: 100%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .posts-list--four .posts-item__image {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0;
  }
}
.posts-list--four .posts-item__content {
  position: relative;
  width: 100%;
  height: 370px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .posts-list--four .posts-item__content {
    height: auto;
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media (max-width: 991px) {
  .posts-list--four .posts-item__content {
    height: auto;
  }
}
.posts-list--four .posts-item:hover .posts-item__wrapper {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.posts-list--five .posts-item {
  display: block;
  margin-bottom: 30px;
}
.posts-list--five .posts-item h4.title {
  overflow: hidden;
  height: 92.4px;
}
@media (max-width: 991px) {
  .posts-list--five .posts-item h4.title {
    height: 84px;
  }
}
@media (max-width: 767px) {
  .posts-list--five .posts-item h4.title {
    height: auto;
    overflow: initial;
  }
}
@media (max-width: 767px) {
  .posts-list--five .posts-item h4.title {
    height: auto;
  }
}
.posts-list--five .posts-item__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.posts-list--five .posts-item__image {
  width: 100%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .posts-list--five .posts-item__image {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0;
  }
}
.posts-list--five .posts-item__content {
  width: 100%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .posts-list--five .posts-item__content {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.posts-list--five .posts-item:hover .posts-item__wrapper {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.posts-list--featured .posts-item {
  display: block;
}
.posts-list--featured .featured-story {
  font-size: 22px;
}
.posts-list--featured .bg-img-full {
  min-height: 300px;
}

.posts-list--carousel .posts-item {
  display: block;
}
.posts-list--carousel .posts-item .date {
  color: #9F9F9F;
  font-size: 14px;
  margin-bottom: 10px;
}
.posts-list--carousel .posts-item h4.title {
  overflow: hidden;
  max-height: 92.4px;
}
@media (max-width: 991px) {
  .posts-list--carousel .posts-item h4.title {
    max-height: 84px;
  }
}
@media (max-width: 767px) {
  .posts-list--carousel .posts-item h4.title {
    max-height: none;
    overflow: initial;
  }
}
.posts-list--carousel .posts-item__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.posts-list--carousel .posts-item__image {
  width: 100%;
}
.posts-list--carousel .posts-item__content {
  width: 100%;
  height: 172px;
}
@media (max-width: 991px) {
  .posts-list--carousel .posts-item__content {
    height: 152px;
  }
}
.posts-list--carousel .posts-item:hover .posts-item__wrapper {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.posts-list--staff .posts-item__image {
  position: relative;
}
.posts-list--staff .posts-item__overlay {
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 101, 175, 0.9);
  transition: ease 360ms;
}
.posts-list--staff .posts-item__overlay .inner {
  padding: 20px 40px;
}
.posts-list--staff .posts-item__overlay p {
  color: #fff;
  overflow: hidden;
  max-height: 192px;
}
.posts-list--staff .posts-item__overlay a {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  text-decoration: underline;
  color: #fff;
}
.posts-list--staff .posts-item__overlay a:hover {
  color: #EAE827;
}
.posts-list--staff .posts-item__content {
  overflow: auto;
  padding-top: 25px;
}
.posts-list--staff .posts-item:hover .posts-item__overlay {
  opacity: 1;
  visibility: visible;
}
.posts-list--staff .title {
  color: #001B2F;
  margin-bottom: 15px;
}
.posts-list--staff .position {
  font-size: 14px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .posts-list--staff .position {
    overflow: hidden;
    height: 42px;
  }
}
.posts-list--staff .phone {
  margin-bottom: 0;
}
.posts-list--sidebar .posts-item {
  display: block;
  margin-bottom: 30px;
}
.posts-list--sidebar .posts-item .date {
  font-size: 12px;
  margin-bottom: 10px;
}
.posts-list--sidebar .posts-item .title {
  color: #0096D6;
  margin-bottom: 20px;
}
.posts-list--sidebar .posts-item .inner {
  padding: 20px 20px 1px;
}
.posts-list--sidebar .posts-item__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.posts-list--sidebar .posts-item__image {
  width: 100%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .posts-list--sidebar .posts-item__image {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0;
  }
}
.posts-list--sidebar .posts-item__content {
  width: 100%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .posts-list--sidebar .posts-item__content {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.posts-list--sidebar .posts-item:hover .posts-item__wrapper {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.events-item__wrapper {
  transition: ease 360ms;
}
.events-item__image {
  overflow: hidden;
  position: relative;
}
.events-item__image .image {
  width: 100%;
  height: 100%;
  transition: ease 360ms;
}
.events-item:hover .posts-item__wrapper {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.events-item:hover .posts-item__image .image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.events--one .events-item {
  display: block;
  height: 100%;
}
.events--one .events-item h3.title {
  overflow: hidden;
  height: 84px;
}
@media (max-width: 991px) {
  .events--one .events-item h3.title {
    height: 67.2px;
  }
}
@media (max-width: 767px) {
  .events--one .events-item h3.title {
    height: auto;
    overflow: initial;
  }
}
@media (max-width: 767px) {
  .events--one .events-item h3.title {
    height: auto;
  }
}
.events--one .events-item .category {
  color: #6F6F6F;
  font-style: italic;
}
.events--one .events-item__wrapper {
  height: 100%;
}
@media (min-width: 992px) {
  .events--one .events-item__wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .events--one .events-item__wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.events--one .events-item__image {
  flex-shrink: 0;
  width: 100%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .events--one .events-item__image {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0;
  }
}
.events--one .events-item__content {
  width: 100%;
}
@media (min-width: 992px) {
  .events--one .events-item__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .events--one .events-item__content {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media (min-width: 992px) {
  .events--one .events-item__content .button {
    margin-top: auto;
  }
}
.events--one .events-item:hover .events-item__wrapper {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.events-detail--one hr {
  margin-top: 45px;
  margin-bottom: 45px;
}
.events-detail--one .category {
  color: #6F6F6F;
  font-style: italic;
}
.events-detail--one.public-event.publicized .events-detail__footer {
  display: none;
}

.donations-item__wrapper {
  transition: ease 360ms;
}

.donations--one .donations-item {
  display: block;
  height: 100%;
}
.donations--one .donations-item__wrapper {
  height: 100%;
  transition: ease 360ms;
}
.donations--one .donations-item__content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.donations--one .donations-item__buttons {
  margin-top: auto;
}
.donations--one .donations-item__buttons .button {
  float: left;
}
.donations--one .donations-item__buttons .button p {
  display: table;
}
.donations--one .donations-item__buttons .button p a, .donations--one .donations-item__buttons .button p button {
  padding: 8px 20px;
}
.donations--one .donations-item:hover .donations-item__wrapper {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.donations--two .donations-item {
  display: block;
  margin-bottom: 30px;
}
.donations--two .donations-item__buttons .button p {
  display: table;
}
.donations--two .donations-item__buttons .button p a, .donations--two .donations-item__buttons .button p button {
  padding: 8px 20px;
}

.donate-form--one h1, .donate-form--one h2, .donate-form--one h3, .donate-form--one h4, .donate-form--one h5, .donate-form--one h6, .donate-form--one p, .donate-form--one ul, .donate-form--one ol, .donate-form--one dl, .donate-form--one table {
  margin-bottom: 15px;
}
.donate-form--one .Dialog label, .donate-form--one .Dialog tbody tr th {
  margin-bottom: 5px;
}
.donate-form--one .Dialog tbody {
  margin-bottom: 0;
}
.donate-form--one .Dialog tbody tr td .Caption {
  margin-top: 15px;
  margin-bottom: 15px;
}
.donate-form--one .Dialog hr {
  margin: 15px 0;
}
.donate-form--one .Dialog .mwInput.Textarea textarea {
  min-height: auto;
}
.donate-form--one .Dialog div[class^=cell-],
.donate-form--one .Dialog div[class*=" cell-"],
.donate-form--one .Dialog div[class^=Cell-],
.donate-form--one .Dialog div[class*=" Cell-"] {
  margin-bottom: 0;
}
.donate-form--one .cf h3, .donate-form--one .cf h4 {
  margin-top: 15px;
}
.donate-form--one .cf .mwInput, .donate-form--one .cf .cf-checkbox, .donate-form--one .cf .cf-radio {
  margin-bottom: 10px;
}
.donate-form--one .cf .nested-form {
  padding-bottom: 20px;
}
.donate-form--one .donate-amounts {
  margin-bottom: 15px;
}
.donate-form--one .donate-amounts__buttons {
  text-align: center;
}
.donate-form--one .donate-amounts__buttons button.amount {
  margin-right: 5px;
  color: #fff;
  font-weight: 700;
  background-color: #343a40;
  margin-bottom: 5px;
}
.donate-form--one .donate-amounts__buttons button.amount:last-child {
  margin-right: 0;
}
.donate-form--one .donate-amounts__buttons button.amount.medium {
  width: 120px;
  height: 120px;
  line-height: 120px;
}
.donate-form--one .donate-amounts__buttons button.amount.round {
  border-radius: 200px;
}
.donate-form--one .donate-amounts__buttons button.amount.init {
  background-color: #0096D6;
}
.donate-form--one .donate-amounts__buttons button.amount.selected {
  background-color: #0096D6;
}
.donate-form--one .donate-amounts__other .Dialog.amount {
  margin-top: 45px;
  max-width: none;
}
.donate-form--one .donate-amounts__other .Dialog .mwInput {
  border: 1px solid #0096D6;
}
.donate-form--one .donate-amounts__other .Dialog .mwInput.Text input[type=text] {
  height: 60px;
  color: #0096D6;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 100;
  background-color: #fff;
}
.donate-form--one .donate-amounts__other .Dialog .mwInput.Text input[type=text]::-webkit-input-placeholder {
  color: #0096D6;
  opacity: 1;
}
.donate-form--one .donate-amounts__other .Dialog .mwInput.Text input[type=text]::-moz-placeholder {
  color: #0096D6;
  opacity: 1;
}
.donate-form--one .donate-amounts__other .Dialog .mwInput.Text input[type=text]:-ms-input-placeholder {
  color: #0096D6;
  opacity: 1;
}
.donate-form--one .donate-amounts__other .Dialog .mwInput.Text input[type=text]::-ms-input-placeholder {
  color: #0096D6;
  opacity: 1;
}
.donate-form--one .donate-amounts__other .Dialog .mwInput.Text input[type=text]::placeholder {
  color: #0096D6;
  opacity: 1;
}
.donate-form--one .donate-amounts__other .Dialog .mwInput.Text input[type=text]::-webkit-input-placeholder {
  color: #0096D6;
}
.donate-form--one .donate-amounts__other .Dialog .mwInput.Text input[type=text]:-moz-placeholder {
  color: #0096D6;
  opacity: 1;
}
.donate-form--one .donate-amounts__other .Dialog .mwInput.Text input[type=text]::-moz-placeholder {
  color: #0096D6;
  opacity: 1;
}
.donate-form--one .donate-amounts__other .Dialog .mwInput.Text input[type=text]:-ms-input-placeholder {
  color: #0096D6;
}
.donate-form--one .donate-amount {
  margin-bottom: 15px;
}
.donate-form--one .donate-amount .mwInput {
  margin-bottom: 5px;
}
.donate-form--one .mwPayment-hint {
  max-width: none;
  padding: 15px 20px;
  margin: 0 0 30px;
  color: #001B2F;
  text-align: left;
  border: none;
  border-radius: 6px;
  background-color: #EAE827;
}
.donate-form--one .mwPayment-hint i {
  width: 36px;
  height: 36px;
  line-height: 34px;
  margin-right: 15px;
  font-size: 18px;
  text-align: center;
  border: 1px solid #001B2F;
  border-radius: 50%;
}
.donate-form--one .donate-cc-title h4 {
  margin-right: 15px;
}
.donate-form--one .donate-cc-title .button {
  margin-top: 15px;
}
.donate-form--one .donate-cc-title .button p {
  margin-bottom: 0;
}
.donate-form--one .donate-grand-total {
  text-align: center;
}
.donate-form--one .donate-policy {
  line-height: 1.1;
}
.donate-form--one .donate-agreement .mwInput.Checkbox > div {
  line-height: 1.1;
}
.donate-form--one .donate-submit-button {
  text-align: center;
  margin-top: 45px;
}
.donate-form--one .donate-submit-button .mwInput.button {
  padding: 10px 30px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: #0096D6;
  background-color: #0096D6;
}
.donate-form--one .donate-submit-button .mwInput.button.left {
  float: left;
}
.donate-form--one .donate-submit-button .mwInput.button.right {
  float: right;
}
.donate-form--one .donate-submit-button .mwInput.button:hover {
  color: #fff;
  border-color: #004B6B;
  background-color: #004B6B;
}

.post--default a {
  text-decoration: underline;
}
.post--default h1, .post--default h2 {
  padding: 0;
  text-align: inherit;
}
.post--default h1:before, .post--default h2:before {
  display: none;
}
.post--default .post__header {
  text-align: center;
  margin-bottom: 60px;
}
.post--default h1.post__title {
  font-size: 30px;
  padding: 0;
  margin-bottom: 25px;
}
.post--default h1.post__title:before {
  display: none;
}
.post--default .post__categories a {
  text-decoration: underline;
  color: #6F6F6F;
}
.post--default .post__categories a:hover {
  color: #0096D6;
}
.post--default .post__categories .comma {
  color: #6F6F6F;
  margin-left: 2px;
}
.post--default .post__categories .comma:last-child {
  display: none;
}
.post--default .post__author a {
  text-decoration: underline;
  color: #6F6F6F;
}
.post--default .post__author a:hover {
  color: #0096D6;
}
.post--default .post__author .tag:last-child .comma {
  display: none;
}
.post--default .post__author .comma {
  color: #6F6F6F;
  margin-left: 2px;
}
.post--default .post__body {
  margin-bottom: 50px;
}
.post--default .post__body h1, .post--default .post__body h2, .post--default .post__body h3, .post--default .post__body h4, .post--default .post__body h5, .post--default .post__body h6 {
  margin-top: 45px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.post--default .post__body p {
  line-height: 1.7;
}
.post--default .post__body blockquote {
  font-size: 24px;
}
@media (max-width: 991px) {
  .post--default .post__body blockquote {
    font-size: 20px;
  }
}
.post--default .post__body blockquote p {
  color: #0096D6;
  font-weight: 100;
}
.post--default .post__body img {
  width: auto;
  max-width: 100%;
}
.post--default .post__body img + h1, .post--default .post__body img + h2, .post--default .post__body img + h3, .post--default .post__body img + h4, .post--default .post__body img + h5, .post--default .post__body img + h6 {
  margin-top: 30px;
}
.post--default .post__body hr {
  margin: 45px 0;
}

@media (max-width: 767px) {
  .post--default .post__body h1, .post--default .post__body h2, .post--default .post__body h3, .post--default .post__body h4, .post--default .post__body h5, .post--default .post__body h6 {
    margin-top: 35px;
  }
  .post--default .post__body h4 {
    font-size: 24px;
  }
  .post--default .post__body h5, .post--default .post__body h6 {
    font-size: 20px;
  }
  .post--default .post__body blockquote {
    font-size: 28px;
    margin: 40px auto;
  }
  .post--default .post__body blockquote p {
    font-size: 28px;
  }
  .post--default .post__body img + h1, .post--default .post__body img + h2, .post--default .post__body img + h3, .post--default .post__body img + h4, .post--default .post__body img + h5, .post--default .post__body img + h6 {
    margin-top: 10px;
  }
}
.post--staff-bio hr {
  margin-top: 45px;
  margin-bottom: 45px;
}
.post--staff-bio .return-link {
  text-decoration: underline;
  color: #001B2F;
}
.post--staff-bio .return-link:hover {
  color: #0096D6;
}
.post--staff-bio .return-link span {
  text-transform: capitalize;
}
.post--staff-bio .staffBioSns.list-inline {
  font-size: 25px;
  margin-bottom: 30px;
}
.post--staff-bio .staffBioSns.list-inline li {
  margin-right: 10px;
}

.post--events hr {
  margin-top: 45px;
  margin-bottom: 45px;
}
.post--events .return-link {
  text-decoration: underline;
  color: #001B2F;
}
.post--events .return-link:hover {
  color: #0096D6;
}
.post--events .return-link span {
  text-transform: capitalize;
}
.post--events .email {
  color: #001B2F;
}
.post--events .email:hover {
  color: #0096D6;
}

ul.metas--list li {
  margin-bottom: 5px;
}
ul.metas--list li:before {
  top: 3px;
  color: #0096D6;
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
ul.metas--list li.metas__date {
  overflow: hidden;
  min-height: 24px;
}
ul.metas--list li.metas__date:before {
  content: "\F073";
}
ul.metas--list li.metas__address {
  overflow: hidden;
  min-height: 48px;
}
ul.metas--list li.metas__address:before {
  content: "\F3C5";
}

.feeds--one .feeds-item {
  display: block;
  height: 100%;
}
.feeds--one .feeds-item__wrapper {
  height: 100%;
  transition: ease 360ms;
}
.feeds--one .feeds-item__content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.feeds--one .feeds-item__content .date {
  color: #6F6F6F;
}
.feeds--one .feeds-item__content .button {
  margin-top: auto;
}
.feeds--one .feeds-item:hover .feeds-item__wrapper {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.cta--one {
  border-top: 1px solid #ced4da;
}
@media (max-width: 991px) {
  .cta--one {
    text-align: center;
  }
}
.cta--one h2 {
  text-align: inherit;
  padding: 0;
}
.cta--one h2:before, .cta--one h2:after {
  display: none;
}
@media (max-width: 991px) {
  .cta--one .sidebar__main {
    order: 1;
  }
}
@media (max-width: 991px) {
  .cta--one .sidebar__side {
    order: 0;
  }
}
.cta--one .sidebar__inner {
  width: 100%;
}
.cta--one .sidebar__content-area {
  padding-top: 30px;
  padding-bottom: 0px;
}
@media (max-width: 991px) {
  .cta--one .sidebar__content-area {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}

.cta--image h2 {
  text-align: left;
  padding-top: 0;
  margin-bottom: 30px;
}
.cta--image h2:before {
  display: none;
}
@media (max-width: 991px) {
  .cta--image h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .cta--image h2 {
    margin-bottom: 20px;
  }
}
.cta--image .two-column__left > .File {
  width: 100%;
  height: 100%;
}
.cta--image .bg-img-full {
  min-height: 300px;
}

.resource-card__wrapper {
  padding: 30px;
}
.resource-card__title h4 {
  overflow: hidden;
  height: 92.4px;
}
@media (max-width: 991px) {
  .resource-card__title h4 {
    height: 84px;
  }
}
@media (max-width: 767px) {
  .resource-card__title h4 {
    height: auto;
    overflow: initial;
  }
}
.resource-card__link a {
  text-decoration: underline;
  color: #001B2F;
}
.resource-card__link a:hover {
  color: #0096D6;
}
.resource-card__img > .mwPageBlock,
.resource-card__img > .mwPageBlock > .blockContents {
  width: 100%;
  height: 100%;
}


@media (max-width: 991px) {
  .resource-card__img {
    min-height: 360px;
    margin-bottom: 30px;
  }
}

.contact-card__wrapper {
  padding: 35px 40px;
}
@media (max-width: 767px) {
  .contact-card__img {
    min-height: 360px;
  }
}
.contact-card__img > .mwPageBlock,
.contact-card__img > .mwPageBlock > .blockContents {
  width: 100%;
  height: 100%;
}
.contact-card .inner {
  padding: 30px 80px 20px;
}
@media (max-width: 991px) {
  .contact-card .inner {
    padding: 30px 40px 20px;
  }
}
@media (max-width: 767px) {
  .contact-card .inner {
    padding: 30px 20px 20px;
  }
}
.contact-card .inner h1, .contact-card .inner h2, .contact-card .inner h3, .contact-card .inner h4, .contact-card .inner h5, .contact-card .inner h6, .contact-card .inner p {
  margin-bottom: 10px;
}

.video-card--one .video-card__cover {
  position: relative;
}
.video-card--one .video-card__cover .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  opacity: 0.8;
  color: #fff;
  font-size: 30px;
  text-align: center;
  border-radius: 100px;
  background-color: #0096D6;
  transition: opacity ease 360ms;
}
.video-card--one .video-card__cover .play-icon:before {
  margin-left: 2px;
}
.video-card--one .video-card__content H4.title {
  overflow: hidden;
  height: 61.6px;
}
@media (max-width: 991px) {
  .video-card--one .video-card__content H4.title {
    height: 56px;
  }
}
@media (max-width: 767px) {
  .video-card--one .video-card__content H4.title {
    height: auto;
    overflow: initial;
  }
}
.video-card--one .video-card__content .description > p:first-child {
  overflow: hidden;
  height: 144px;
}
.video-card--one:hover .video-card__cover .play-icon {
  opacity: 1;
}

.anchor-links__wrapper {
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .anchor-links ul {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ced4da;
  }
}
.anchor-links ul li {
  padding-left: 0;
  margin-right: auto;
  margin-bottom: 0;
}
.anchor-links ul li:last-child {
  margin-right: 0;
}
.anchor-links ul li:before {
  display: none;
}
.anchor-links ul li a {
  display: block;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .anchor-links ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 550;
    background-color: #EAE827;
    transition: ease 200ms;
  }
  .anchor-links ul li a:hover:after {
    height: 6px;
  }
}
@media (max-width: 1199px) {
  .anchor-links ul li a {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}

.accordion--one .accordion__button {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  min-height: 53px;
  padding: 10px 25px;
}
.accordion--one .accordion__button p, .accordion--one .accordion__button h1, .accordion--one .accordion__button h2, .accordion--one .accordion__button h3, .accordion--one .accordion__button h4, .accordion--one .accordion__button h5, .accordion--one .accordion__button h6 {
  margin-bottom: 0;
  font-size: 18px;
}
.accordion--one .accordion__button p strong {
  color: #0096D6;
  font-size: 18px;
  font-weight: 100;
}
@media (max-width: 991px) {
  .accordion--one .accordion__button p strong {
    font-size: 20px;
  }
}
.accordion--one .accordion__icon {
  position: absolute;
  top: 19px;
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url("/images/static/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.accordion--one .accordion__toggler {
  position: absolute;
  top: 16px;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url("/images/static/plus.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: ease 360ms;
}
.accordion--one.selected .accordion__toggler {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.event-date {
  position: absolute;
  top: 0;
  left: 115px;
  width: 108px;
  padding: 5px 15px 0;
  text-align: center;
  color: #EAE827;
  background-color: #0065AF;
}
.event-date:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -30px;
  left: 0;
  border-top: 30px solid #0065AF;
  border-left: 54px solid transparent;
  border-right: 54px solid transparent;
}
.event-date .month {
  display: block;
  font-size: 33px;
  text-transform: uppercase;
}

.gallery a {
  display: block;
}

.gallery--one .gallery__item {
  position: relative;
}
.gallery--one .gallery__item:hover .gallery__overlay {
  opacity: 1;
  visibility: visible;
}
.gallery--one .gallery__overlay {
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 150, 214, 0.7);
  transition: ease 360ms;
}
.gallery--one .gallery__content {
  padding: 15px;
}
.gallery--one .gallery__title {
  color: #fff;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 0;
}
.gallery--one .gallery__icon {
  color: #fff;
  font-size: 40px;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.fa-Google:before,
.fa-googleplus:before {
  content: "\F0D5";
}

.fa-Instagram:before {
  content: "\F16D";
}

.fa-Facebook:before,
.fa-facebook:before {
  content: "\F39E";
}

.fa-LinkedIn:before {
  content: "\F0E1";
}

.fa-Twitter:before {
  content: "\F099";
}

.fa-email,
.fa-sharethis,
.fa-addthis,
.fa-print {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fa-email:before {
  content: "\F0E0";
}

.fa-sharethis:before {
  content: "\F1E0";
}

.fa-addthis:before {
  content: "\F1E0";
}

.fa-print:before {
  content: "\F02F";
}

.timeline--one {
  margin-bottom: 60px;
}
.timeline--one .image-card__wrapper {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.timeline--one .image-card__image {
  position: relative;
}
.timeline--one .image-card__title {
  position: absolute;
  bottom: 0;
  padding: 10px 30px;
  margin-bottom: 0;
  color: #fff;
  background-color: rgba(0, 101, 175, 0.85);
}
.timeline--one .image-card__content p {
  color: #0096D6;
}
.timeline--one .image-card--md {
  max-width: 430px;
}
.timeline--one .image-card--sm {
  max-width: 330px;
}
.timeline--one .BlockContents h1, .timeline--one .BlockContents h2, .timeline--one .BlockContents h3, .timeline--one .BlockContents h4, .timeline--one .BlockContents h5, .timeline--one .BlockContents h6 {
  position: relative;
  margin-bottom: 80px;
}
.timeline--one .BlockContents h1:after, .timeline--one .BlockContents h2:after, .timeline--one .BlockContents h3:after, .timeline--one .BlockContents h4:after, .timeline--one .BlockContents h5:after, .timeline--one .BlockContents h6:after {
  content: "";
  position: absolute;
  top: calc(100% + 40px);
  width: calc(100% + 45px);
  height: 1px;
  background-color: #0096D6;
}
.timeline--one .BlockContents h1, .timeline--one .BlockContents h2 {
  padding-top: 0;
}
.timeline--one .BlockContents h1:before, .timeline--one .BlockContents h2:before {
  display: none;
}
@media (min-width: 768px) {
  .timeline--one .two-column__left {
    padding-top: 60px;
  }
}
.timeline--one .two-column__left .image-card {
  margin-left: auto;
}
.timeline--one .two-column__left .image-card__title {
  left: 0;
}
.timeline--one .two-column__left .BlockContents h1:after, .timeline--one .two-column__left .BlockContents h2:after, .timeline--one .two-column__left .BlockContents h3:after, .timeline--one .two-column__left .BlockContents h4:after, .timeline--one .two-column__left .BlockContents h5:after, .timeline--one .two-column__left .BlockContents h6:after {
  left: 0;
}
@media (max-width: 767px) {
  .timeline--one .two-column__left .BlockContents h1:after, .timeline--one .two-column__left .BlockContents h2:after, .timeline--one .two-column__left .BlockContents h3:after, .timeline--one .two-column__left .BlockContents h4:after, .timeline--one .two-column__left .BlockContents h5:after, .timeline--one .two-column__left .BlockContents h6:after {
    left: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .timeline--one .two-column__right {
    padding-top: 60px;
  }
}
.timeline--one .two-column__right .image-card {
  margin-right: auto;
}
.timeline--one .two-column__right .image-card__title {
  right: 0;
}
.timeline--one .two-column__right .BlockContents h1:after, .timeline--one .two-column__right .BlockContents h2:after, .timeline--one .two-column__right .BlockContents h3:after, .timeline--one .two-column__right .BlockContents h4:after, .timeline--one .two-column__right .BlockContents h5:after, .timeline--one .two-column__right .BlockContents h6:after {
  left: -45px;
}
@media (max-width: 767px) {
  .timeline--one .two-column__right .BlockContents h1:after, .timeline--one .two-column__right .BlockContents h2:after, .timeline--one .two-column__right .BlockContents h3:after, .timeline--one .two-column__right .BlockContents h4:after, .timeline--one .two-column__right .BlockContents h5:after, .timeline--one .two-column__right .BlockContents h6:after {
    left: 0;
    width: 100%;
  }
}
.timeline--one .timeline__footer {
  padding-top: 60px;
  text-align: center;
}
.timeline--one .timeline__footer img {
  width: 70px;
}

@media print {
  #header-area .search-box,
#header-area .utility {
    display: none;
  }
  #header-area .header .header__wrapper {
    position: relative;
  }

  .banner {
    display: none;
  }

  .content-style.bg-primary h1,
.content-style.bg-primary h2,
.content-style.bg-primary h3,
.content-style.bg-primary h4,
.content-style.bg-primary h5,
.content-style.bg-primary h6,
.content-style .bg-primary h1,
.content-style .bg-primary h2,
.content-style .bg-primary h3,
.content-style .bg-primary h4,
.content-style .bg-primary h5,
.content-style .bg-primary h6 {
    color: black;
  }

  img,
.img-ratio-portrait,
.img-ratio-square,
.img-ratio-landscape,
.img-ratio-ultrawide,
.footer,
.mobile-menu {
    display: none !important;
  }
}
.liveEdBlock {
  min-width: 34px;
}
.liveEdBlock .leBlockBorder {
  transition: all linear 200ms;
}
.liveEdBlock.Hover > .leBlockBorder {
  background-color: rgba(146, 238, 255, 0.1);
}

.liveEdArea > .Placeholder {
  min-width: 34px;
}

.liveEdBlockTools {
  z-index: 9999;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Banner One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.videoBannerOne .videoBannerWrap {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.videoBannerOne video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 575px) {
  .videoBannerOne video {
    display: none;
  }
}
.videoBannerOne .videoBannerInner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}
.videoBannerOne .videoBannerTitle {
  color: #fff;
}
.videoBannerOne .videoBannerTitle .headingCaption {
  display: block;
}
.videoBannerOne .videoBannerParagraph {
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.videoBannerOne .videoBannerBtns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.videoBannerOne .videoBannerBtns .button {
  flex: 0 0 auto;
  padding: 0 5px;
}

.videoBannerOne.videoBannerLarge .videoBannerInner {
  height: calc(100vh - 150px);
  height: calc((var(--vh, 1vh) * 100) - 150px);
  min-height: 600px;
  max-height: 1200px;
}
@media (max-width: 991px) {
  .videoBannerOne.videoBannerLarge .videoBannerInner {
    height: auto;
  }
}
.videoBannerOne.videoBannerLarge .videoBannerTitle {
  line-height: 1;
  font-size: 100px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .videoBannerOne.videoBannerLarge .videoBannerTitle {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .videoBannerOne.videoBannerLarge .videoBannerTitle {
    font-size: 46px;
  }
}
.videoBannerOne.videoBannerLarge .videoBannerTitle .headingCaption {
  margin-bottom: 15px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .videoBannerOne.videoBannerLarge .videoBannerTitle .headingCaption {
    font-size: 18px;
  }
}
.videoBannerOne.videoBannerLarge .videoBannerParagraph {
  max-width: 620px;
  font-size: 25px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .videoBannerOne.videoBannerLarge .videoBannerParagraph {
    max-width: 495px;
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .videoBannerOne.videoBannerLarge .videoBannerParagraph {
    max-width: 375px;
    font-size: 16px;
  }
}
.videoBannerOne.videoBannerMedium .videoBannerInner {
  height: 480px;
}
.videoBannerOne.videoBannerMedium .videoBannerTitle {
  line-height: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.videoBannerOne.videoBannerMedium .videoBannerTitle .headingCaption {
  margin-bottom: 15px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .videoBannerOne.videoBannerMedium .videoBannerTitle .headingCaption {
    font-size: 18px;
  }
}
.videoBannerOne.videoBannerMedium .videoBannerParagraph {
  max-width: 495px;
  font-size: 20px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .videoBannerOne.videoBannerMedium .videoBannerParagraph {
    max-width: 375px;
    font-size: 16px;
  }
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Banner One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Logo Divider - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/

.logoDivider {
  margin-bottom: 30px;
  text-align: center;
}

.logoDivider img {
  pointer-events: none;
  width: 50px;
  height: auto;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Logo Divider - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | K-I Box Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.kibox {
  position: relative;
}

.kibox .anchor-offset {
  pointer-events: none;
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
  width: 0;
  height: 0;
}

.kiboxTitle h2 {
  text-align: initial;
  padding-top: 0;
}

.kiboxTitle h2:before {
  display: none;
}

.kiboxHeader {
  display: flex;
  flex-wrap: wrap;
}

.kiboxImg {
  flex: 0 0 55%;
  width: 100%;
  max-width: 55%;
  min-height: 280px;
}

@media (max-width: 997px) {
  .kiboxImg {
    flex: 0 0 auto;
    max-width: none;
  }
}

.kiboxImg  > .mwPageBlock,
.kiboxImg  > .mwPageBlock > .blockContents {
  width: 100%;
  height: 100%;
}

.kiboxTitle {
  position: relative;
  flex: 0 0 45%;
  width: 100%;
  max-width: 45%;
  display: flex;
  align-items: center;
  padding: 40px 40px 10px 20px;
}

@media (max-width: 997px) {
  .kiboxTitle {
    flex: 0 0 auto;
    max-width: none;
    padding: 30px 30px 10px;
  }
}

.kiboxTitle svg {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 100%;
  width: auto;
  height: 100%;
}

@media (max-width: 997px) {
  .kiboxTitle svg {
    display: none;
  }
}

.kiboxBody {
  padding: 60px 80px 30px;
}

@media (max-width: 997px) {
  .kiboxBody {
    padding: 30px 30px 20px;
  }
}

.kiboxBody h3 {
  color: #001B2F;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | K-I Box End
 |
 |
 |-----------------------------------------------------------------------------------------
*/

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Contact Card Two - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/

.contact-card--two .contact-card__wrapper {
  display: flex;
}

@media (max-width: 997px) {
  .contact-card--two .contact-card__wrapper {
    display: block;
  }
}

.contact-card--two .contact-card__img {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  margin-right: 30px;
}

@media (max-width: 997px) {
  .contact-card--two .contact-card__img {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.contact-card--two .contact-card__img > .inner {
  width: 160px;
  position: relative;
  padding-bottom: 125%;
}

@media (max-width: 997px) {
  .contact-card--two .contact-card__img > .inner {
    width: 100%;
    position: relative;
    padding-bottom: 125%;
  }
}

.contact-card--two .contact-card__img > .inner > .mwPageBlock {
  position: absolute;
  top: 0;
  left: 0;
}

.contact-card--two .contact-card__img > .inner > .mwPageBlock,
.contact-card--two .contact-card__img > .inner > .mwPageBlock > .blockContents {
  width: 100%;
  height: 100%;
}

.contact-card--two .contact-card__content {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
}


.contact-card--two .contact-card__content .inner {
  padding: 0;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Contact Card Two - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
