.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
img {
  display: block;
  max-width: 100%;
}
#main {
  padding-top: 48px;
  padding-bottom: 48px;
}
.rich-text ul,
.rich-text ol,
.rich-text dl {
  list-style-position: outside;
  padding-left: 24px;
  margin: 24px 0;
}
.rich-text ul {
  list-style-type: disc;
}
.rich-text ol {
  list-style-type: decimal;
}
.rich-text dl {
  padding: 0;
}
.rich-text dt,
.rich-text dd {
  display: block;
  margin: 0;
}
.rich-text dt {
  font-weight: bold;
  font-size: 110%;
}
.rich-text dd {
  margin-bottom: 12px;
}
.rich-text .table-wrapper {
  margin: 24px 0;
  overflow-x: auto;
}
.rich-text .table-wrapper table {
  font-size: 0.8em;
  line-height: 1.5;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #e6e6e6;
}
.rich-text .table-wrapper caption {
  text-align: left;
}
.rich-text .table-wrapper td,
.rich-text .table-wrapper th {
  padding: 24px;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
}
.rich-text .table-wrapper th {
  background: #fcfcfc;
  font-weight: bold;
}
.rich-text legend {
  font-weight: bold;
}
.rich-text sup {
  vertical-align: super;
  font-size: 60%;
}
.rich-text sub {
  vertical-align: sub;
  font-size: 60%;
}
.rich-text pre {
  font-family: monospace;
  clear: left;
  border: 1px solid #e6e6e6;
  padding: 24px;
  font-size: 80%;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
small {
  font-size: 60%;
}
.hover a:hover {
  opacity: 0.7;
}
.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-row {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.flex-column {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.flex-fill {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}
.flex-grow-0 {
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
  flex-grow: 0;
}
.flex-grow-1 {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.flex-shrink-1 {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.justify-content-start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.justify-content-end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.justify-content-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.justify-content-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-items-start {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.align-items-end {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}
.align-items-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.align-items-baseline {
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;
}
.align-items-stretch {
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.align-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}
.align-content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.align-content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.align-self-auto {
  -ms-flex-item-align: auto;
  align-self: auto;
}
.align-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-self-center {
  -ms-flex-item-align: center;
  align-self: center;
}
.align-self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-wrapper iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry-footer {
  display: none;
}
.container {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 1200px;
}
.container.full-width {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.container.content-width {
  max-width: 800px;
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}
.row.row--align-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.row.row--align-stretch {
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.row.row--justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row.row--justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.row.row--no-gutter {
  margin-left: 0;
}
.row.row--no-gutter [class*="col-"] {
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}
[class*="col-"] {
  padding-left: 20px;
  width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  max-width: 8.33333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.33333333%;
  -ms-flex: 8.33333333%;
}
.col-2 {
  max-width: 16.66666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.66666667%;
  -ms-flex: 16.66666667%;
}
.col-3 {
  max-width: 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  -ms-flex: 25%;
}
.col-4 {
  max-width: 33.33333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.33333333%;
  -ms-flex: 33.33333333%;
}
.col-5 {
  max-width: 41.66666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.66666667%;
  -ms-flex: 41.66666667%;
}
.col-6 {
  max-width: 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  -ms-flex: 50%;
}
.col-7 {
  max-width: 58.33333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.33333333%;
  -ms-flex: 58.33333333%;
}
.col-8 {
  max-width: 66.66666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.66666667%;
  -ms-flex: 66.66666667%;
}
.col-9 {
  max-width: 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  -ms-flex: 75%;
}
.col-10 {
  max-width: 83.33333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.33333333%;
  -ms-flex: 83.33333333%;
}
.col-11 {
  max-width: 91.66666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.66666667%;
  -ms-flex: 91.66666667%;
}
.col-12 {
  max-width: 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  -ms-flex: 100%;
}
.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  order: 13;
}
.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12;
}
@media handheld, only screen and (min-width: 600px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
}
@media handheld, print, only screen and (min-width: 1023px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto.grow-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-2-5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
}
@media handheld, only screen and (min-width: 1200px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
}
@media handheld, only screen and (min-width: 1400px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
}
img,
object,
embed {
  max-width: 100%;
}
img {
  height: auto;
}
img[alt] {
  font-size: 0.7em;
}
.js .js-fancybox-content {
  display: none;
}
.u-txt-left {
  text-align: left;
}
.u-txt-right {
  text-align: right;
}
.u-txt-center {
  text-align: center;
}
.u-txt-center ul,
.u-txt-center li {
  list-style-position: inside;
}
.hover a:hover {
  opacity: 0.8;
}
.no-touch .u-img-grey {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.no-touch .u-img-grey:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.u-list-inline-block li {
  display: inline-block;
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tile-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  margin-bottom: 48px;
}
.tile-flex .flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  color: #808285;
}
.u-hidden-visually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.u-hidden {
  display: none;
}
.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.u-float-right {
  float: right;
}
.u-table {
  display: table;
  width: 100%;
}
.u-tr {
  display: table-row;
}
.u-td {
  display: table-cell;
  vertical-align: middle;
}
.u-uppercase {
  text-transform: uppercase;
}
.u-lowercase {
  text-transform: lowercase;
}
.u-title-case {
  text-transform: none;
}
.u-read-more {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-top: 24px;
  padding-right: 40px;
  font-weight: 600;
  opacity: 0.7;
}
.u-read-more:after {
  width: 8px;
  height: 8px;
  margin-left: 4px;
  display: inline-block;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 2px solid #333;
  border-bottom: 0;
  border-left: 0;
}
.u-small,
small {
  font-size: 0.7em;
}
img:not([src]) {
  visibility: hidden;
}
.image-wrapper img {
  width: 100%;
}
.u-table-md {
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media handheld, only screen and (max-width: 1023px) {
  .u-table-md {
    display: block;
  }
}
.u-table-md .th,
.u-table-md .td {
  display: table-cell;
  vertical-align: middle;
}
@media handheld, only screen and (max-width: 1023px) {
  .u-table-md .th,
  .u-table-md .td {
    display: block;
  }
}
html {
  line-height: 1.7;
}
@media handheld, only screen and (max-width: 600px) {
  html {
    font-size: 15px;
  }
}
@media handheld, only screen and (min-width: 1023px) {
  html {
    font-size: 15px;
  }
}
@media handheld, only screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
body {
  color: #808285;
  font-family: "OpenSans", helvetica, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  -webkit-transform: translate3d(0);
  transform: translate3d(0);
  -webkit-text-size-adjust: 100%;
  background: #fff;
}
.no-js body {
  display: block;
}
html,
body {
  position: relative;
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  overflow: auto;
}
.header-alert {
  width: 100%;
  text-align: center;
  background: #fdc75a;
  color: #4975bf;
  font-size: 0.9em;
  padding: 5px 10px;
}
.header-alert br {
  display: none;
}
@media screen and (min-width: 1023px) {
  .header-alert {
    position: absolute;
    max-width: 700px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 10px;
    border-radius: 10px;
    line-height: 1.2em;
    font-size: 1.2em;
    padding: 10px;
    border: 2px solid #34568f;
  }
  .header-alert br {
    display: block;
  }
}
header#site-header {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  z-index: 999;
}
header#site-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
header#site-header svg {
  fill: #007ac2;
  display: inline-block;
}
header#site-header .header__top {
  padding: 10px 0 0;
}
@media screen and (max-width: 1023px) {
  header#site-header .header__top {
    padding: 12px 0;
  }
}
header#site-header .header__top .site-logo img {
  width: 190px;
  display: block;
}
@media screen and (max-width: 1023px) {
  header#site-header .header__top .site-logo img {
    width: 130px;
    height: 41px;
  }
}
header#site-header .header__top .secondary-logo {
  display: inline-block;
  line-height: 0;
  vertical-align: sub;
  font-size: 0;
}
header#site-header #site-navigation {
  display: none;
}
header#site-header #site-navigation ul {
  text-align: center;
}
header#site-header #site-navigation ul li {
  display: inline-block;
  position: relative;
}
header#site-header #site-navigation ul li a {
  font-size: 0.9em;
  padding: 20px 10px;
  display: inline-block;
  text-decoration: none;
  color: #353740;
}
header#site-header #site-navigation ul li a:hover {
  color: #5f6eb3;
}
header#site-header #site-navigation ul li.current_page_item a {
  color: #5f6eb3;
}
header#site-header #site-navigation ul li:hover ul {
  display: block;
}
header#site-header #site-navigation ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: left;
  padding: 0;
  width: 300px;
}
header#site-header #site-navigation ul li ul li {
  background: #f9f9f9;
  display: block;
}
header#site-header #site-navigation ul li ul li:not(last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
header#site-header #site-navigation ul li ul li a {
  display: block;
  font-size: 0.8em;
  padding: 12px 24px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
header#site-header #site-navigation ul li ul li a:hover {
  padding-left: 31.92px;
  background: #f9f9f9;
}
header#site-header .text-toggle {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 24px;
}
header#site-header .text-toggle button {
  padding: 5px 2px;
  border: none;
  background: none;
  outline: none;
  font-size: 30px;
}
header#site-header .text-toggle button#buttonMinus {
  font-size: 16px;
}
@media screen and (min-width: 1023px) {
  header#site-header #site-navigation {
    display: block;
  }
  header#site-header #mobileMenu,
  header#site-header .mobile-toggle-col {
    display: none !important;
  }
}
header#site-header #menuToggle {
  background: transparent;
  border: 1px solid #5f6eb3;
  padding: 12px 16px;
  outline: none;
}
header#site-header #menuToggle .bar {
  width: 20px;
  height: 2px;
  background: #5f6eb3;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
header#site-header #menuToggle .bar:not(:last-child) {
  margin-bottom: 5px;
}
header#site-header #menuToggle.menu-open .bar-1 {
  -webkit-transform: translate(0, 7px) rotate(45deg);
  transform: translate(0, 7px) rotate(45deg);
}
header#site-header #menuToggle.menu-open .bar-2 {
  width: 0;
}
header#site-header #menuToggle.menu-open .bar-3 {
  -webkit-transform: translate(0, -7px) rotate(-45deg);
  transform: translate(0, -7px) rotate(-45deg);
}
header#site-header #mobileMenu {
  display: none;
  background: #f9f9f9;
  padding: 0 24px;
}
header#site-header #mobileMenu a {
  font-size: 1em;
  padding: 16px 12px;
  display: inline-block;
  text-decoration: none;
  width: calc(100% - 30px);
  color: #353740;
}
header#site-header #mobileMenu a[aria-current] {
  font-weight: bold;
  color: #5f6eb3;
}
header#site-header #mobileMenu li {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
header#site-header #mobileMenu li .submenu-open {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.09);
  text-align: center;
  position: relative;
  cursor: pointer;
}
header#site-header #mobileMenu li .submenu-open:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #353740;
  border-left: none;
  border-top: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 11px;
  left: 10px;
}
header#site-header #mobileMenu li .submenu-open.is-open:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header#site-header #mobileMenu li:not(.menu-item-has-children) .submenu-open {
  display: none;
}
header#site-header #mobileMenu li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
header#site-header #mobileMenu li ul.sub-menu {
  display: none;
  width: 100%;
  padding-left: 30px;
  background: rgba(0, 0, 0, 0.05);
}
header#site-header #mobileMenu li ul.sub-menu li .submenu-open {
  display: none;
}
.screen-reader-text {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.entry-footer {
  margin: 24px 0;
}
.entry-footer a {
  border-bottom: 1px dotted #333;
}
.jquery-modal {
  display: none;
}
.external-popup-open .jquery-modal {
  display: block;
}
.external-popup-open .blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.external-popup-open .blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.external-popup-open .blocker.behind {
  background-color: transparent;
}
.external-popup-open .modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}
.external-popup-open .modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}
footer.site-footer {
  border-top: 1px solid #b4b6c0;
  padding-top: 36px;
}
footer.site-footer .footer-info {
  font-size: 0.7em;
  color: #b4b6c0;
  margin-bottom: 24px;
}
footer.site-footer .footer-info p {
  margin-bottom: 12px;
}
footer.site-footer .footer-info h5 {
  color: #b4b6c0;
  padding: 12px;
  border: 1px solid #b4b6c0;
  font-weight: 700;
}
.footer-menu {
  margin-bottom: 24px;
  text-align: center;
  font-size: 0.8em;
}
footer.site-footer .footer-menu li {
  display: inline-block;
}
footer.site-footer .footer-menu li a {
  display: block;
  position: relative;
  padding: 0 12px;
  text-decoration: underline;
}
footer.site-footer .footer-menu li a:after {
  position: absolute;
  right: 0;
  width: 2px;
  top: 0;
  bottom: 0;
  content: "";
  background-color: #ccc;
}
footer.site-footer .footer-menu li:last-child a:after {
  display: none;
}
footer.site-footer .widget-area,
footer.site-footer .footer-copy-copy {
  max-width: 800px;
  margin: 0 auto;
}
footer.site-footer .textwidget {
  text-align: center;
  font-size: 0.7em;
  color: #b4b6c0;
  margin-top: 24px;
}
footer.site-footer .small {
  font-size: 0.7rem;
}
footer.site-footer sup {
  font-size: 0.7em;
  vertical-align: super;
}
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"),
    url("fonts/open-sans-v16-latin-300.woff2") format("woff2"),
    url("fonts/open-sans-v16-latin-300.woff") format("woff");
}
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url("fonts/open-sans-v16-latin-regular.woff2") format("woff2"),
    url("fonts/open-sans-v16-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "OpenSans";
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"),
    url("fonts/open-sans-v16-latin-italic.woff2") format("woff2"),
    url("fonts/open-sans-v16-latin-italic.woff") format("woff");
}
@font-face {
  font-family: "OpenSans";
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"),
    url("fonts/open-sans-v16-latin-300italic.woff2") format("woff2"),
    url("fonts/open-sans-v16-latin-300italic.woff") format("woff");
}
@font-face {
  font-family: "OpenSans";
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"),
    url("fonts/open-sans-v16-latin-700italic.woff2") format("woff2"),
    url("fonts/open-sans-v16-latin-700italic.woff") format("woff");
}
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url("fonts/open-sans-v16-latin-700.woff2") format("woff2"),
    url("fonts/open-sans-v16-latin-700.woff") format("woff");
}
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"),
    url("fonts/open-sans-v16-latin-800.woff2") format("woff2"),
    url("fonts/open-sans-v16-latin-800.woff") format("woff");
}
@font-face {
  font-family: "OpenSans";
  font-style: italic;
  font-weight: 800;
  src: local("Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"),
    url("fonts/open-sans-v16-latin-800italic.woff2") format("woff2"),
    url("fonts/open-sans-v16-latin-800italic.woff") format("woff");
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 16px;
  color: #5f6eb3;
}
h1,
.h1 {
  font-weight: 700;
  font-size: 2.5em;
  margin-bottom: 36px;
}
h2,
.h2 {
  font-size: 1.5em;
}
h3,
.h3 {
  font-size: 1.2em;
}
h4,
.h4 {
  font-size: 1.2em;
}
h5,
h6,
.h5,
.h6 {
  font-size: 1em;
}
hr {
  border: none;
  background: #ccc;
  height: 1px;
}
p {
  margin-bottom: 24px;
}
a {
  color: #5f6eb3;
  text-decoration: underline;
}
strong,
b {
  font-weight: 600;
}
em {
  font-style: italic;
}
.hgroup {
  margin-bottom: 48px;
}
.hgroup > * {
  margin: 8px 0;
}
.hgroup:first-child {
  margin-top: 0;
}
.registered-mark {
  font-size: 0.6em !important;
  vertical-align: super !important;
}
.rich-text *:first-child {
  margin-top: 0;
}
.rich-text ul li,
.rich-text ol li {
  margin-bottom: 8px;
}
.rich-text table td,
.rich-text table th {
  background: none;
  border: 1px solid #ccc;
}
.rich-text a {
  color: #5f6eb3;
}
.rich-text span.glossaryLink,
.rich-text a.glossaryLink {
  color: inherit;
  border-bottom: 2px solid #ffc72c;
}
.rich-text label {
  margin-bottom: 6px;
}
.rich-text .lead {
  font-size: 1.2rem;
}
.rich-text .text-yellow {
  color: #e3a612;
}
.rich-text .text-teal {
  color: #009fb6;
}
.rich-text hr {
  margin: 48px auto;
}
.rich-text .table-wrapper {
  margin: 48px 0;
}
.btn,
button,
input[type="submit"],
.wp-block-button a.wp-block-button__link {
  color: #5f6eb3;
  background-color: #ffc72c;
  text-transform: none;
  font-size: 1em;
  padding: 12px 24px;
  border-bottom: 5px solid #f8b600;
}
.btn:hover,
button:hover,
input[type="submit"]:hover,
.wp-block-button a.wp-block-button__link:hover {
  opacity: 0.8;
}
.btn.full-width,
button.full-width,
input[type="submit"].full-width,
.wp-block-button a.wp-block-button__link.full-width {
  width: 100%;
  display: block;
}
.rich-text a.btn {
  color: #fff;
}
button[type="submit"],
#searchsubmit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}
.sidebar-wrapper {
  margin-bottom: 48px;
}
@media screen and (min-width: 1023px) {
  .sidebar-wrapper {
    padding-right: 48px;
  }
}
.sidebar-wrapper .sidebar {
  border: 1px solid #b4b6c0;
  border-radius: 5px;
  overflow: hidden;
}
.sidebar-wrapper .sidebar > li:not([class*="current-"]) {
  display: none;
}
.sidebar-wrapper ul li a {
  font-size: 0.8em;
  color: #353740;
  display: block;
  padding: 12px 24px;
  border-bottom: 1px solid #b4b6c0;
  font-weight: 700;
  text-decoration: none;
}
.sidebar-wrapper ul li a:hover {
  color: #5f6eb3;
}
.sidebar-wrapper ul li:last-child a {
  border-bottom: none;
}
.sidebar-wrapper ul li.current_page_item > a {
  background-color: #5f6eb3;
  border-color: #5f6eb3;
  color: #fff;
}
.sidebar-wrapper ul li ul.sub-menu li.current_page_item ul.sub-menu {
  display: block;
}
.sidebar-wrapper ul li ul.sub-menu ul.sub-menu {
  padding-left: 36px;
  padding-bottom: 12px;
}
.sidebar-wrapper ul li ul.sub-menu ul.sub-menu li a {
  font-weight: 400;
  padding: 8px 6.85714286px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #f6f2ee inset !important;
}
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="date"],
textarea {
  border: 1px solid #ccc;
  outline: none;
  color: #333;
  margin: 0;
  width: 100%;
  padding: 16px;
  display: block;
  background: #fff;
  font-size: 16px;
  border-radius: 3px;
  font-family: helvetica, arial, sans-serif;
  font-weight: 400;
  background-clip: padding-box;
  -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
textarea:focus {
  border: 1px solid #000;
  background: #fff;
  color: #444;
}
@media handheld, only screen and (max-width: 600px) {
  input[type="text"],
  input[type="tel"],
  input[type="number"],
  input[type="password"],
  input[type="email"],
  input[type="search"],
  input[type="date"],
  textarea {
    padding: 13px;
  }
}
fieldset {
  margin: 0;
  padding: 0;
}
fieldset > *:last-child:not(.form-field-radio) {
  margin-bottom: 0;
}
textarea {
  height: auto;
  min-height: 234px;
  font-family: sans-serif;
  -webkit-appearance: none;
  line-height: 1.4;
  resize: vertical;
}
input[type="submit"],
button {
  -webkit-appearance: none;
  cursor: pointer;
}
legend,
h3.legend {
  font-size: 1rem;
  line-height: 1.3;
  display: block;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
label,
.label {
  font-weight: 600;
  display: block;
  color: #aaa;
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 8px;
}
.select-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  line-height: 3;
  margin: 0;
  background: #fff;
  border-radius: 3px;
  background-clip: padding-box;
  overflow: hidden;
  border: 1px solid #ccc;
  padding-left: 8px;
}
.select-wrapper:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #333;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 17px;
  top: 17px;
  pointer-events: none;
}
.select-wrapper:before {
  content: "";
  width: 1px;
  height: 52px;
  background: #ccc;
  position: absolute;
  right: 46px;
  top: 0;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 !important;
  background: #fff;
  background-image: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 0.5em;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.select-wrapper select::-ms-expand {
  display: none;
}
@media handheld, only screen and (max-width: 600px) {
  .select-wrapper {
    height: 47px;
  }
  .select-wrapper:after {
    top: 17px;
  }
}
hr.wp-block-separator {
  max-width: 100% !important;
  margin: 48px auto;
  border-bottom: 2px solid #808fd0;
}
.wp-block-image {
  background: #f2f2f2;
}
.wp-block-image img {
  margin: 0;
}
.wp-block-image figcaption {
  margin: 0;
  font-weight: 600;
  padding: 12px;
  text-align: left;
  font-size: 0.8em;
}
@media screen and (max-width: 1023px) {
  .wp-block-image img {
    margin: 0 auto;
  }
}
.better-file-block {
  margin: 24px auto;
  zoom: 1;
}
.better-file-block:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}
.better-file-block img {
  float: left;
  border: 1px solid #ccc;
  width: 100px;
  margin-right: 24px;
}
@media handheld, only screen and (min-width: 600px) {
  .better-file-block img {
    width: 150px;
  }
}
.better-file-block .wp-block-file {
  margin: 0;
  float: left;
  width: calc(100% - 175px);
}
.better-file-block .wp-block-file a:not(.wp-block-file__button) {
  font-size: 1rem;
  color: #808285 !important;
}
.better-file-block-with-description {
  margin: 24px auto;
  zoom: 1;
}
.better-file-block-with-description:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}
.better-file-block-with-description img {
  float: left;
  border: 1px solid #ccc;
  width: 100px;
  margin-right: 24px;
}
@media handheld, only screen and (min-width: 600px) {
  .better-file-block-with-description img {
    width: 150px;
  }
}
.better-file-block-with-description h1,
.better-file-block-with-description h2,
.better-file-block-with-description h3,
.better-file-block-with-description h4,
.better-file-block-with-description h5,
.better-file-block-with-description h6 {
  font-size: 1.2rem;
  margin-top: 0 !important;
  margin-bottom: 12px;
  color: #808285 !important;
  font-weight: 600;
  float: right;
  width: calc(100% - 175px);
}
.better-file-block-with-description .wp-block-file {
  margin: 0;
  float: right;
  width: calc(100% - 175px);
}
.better-file-block-with-description
  .wp-block-file
  a:not(.wp-block-file__button) {
  font-size: 1rem;
  color: #808285 !important;
  font-weight: 300;
}
.large-bracket {
  margin: 48px 24px;
  position: relative;
  padding: 12px 72px;
  color: #808fd0;
}
.large-bracket:before,
.large-bracket:after {
  background: #fff;
  content: "";
  display: block;
  width: 14px;
  height: 120%;
  border: 8px solid #808fd0;
  position: absolute;
  top: -10%;
}
.large-bracket:before {
  left: 24px;
  border-right: 0;
}
.large-bracket:after {
  right: 24px;
  border-left: 0;
}
.thick-left-border {
  padding-left: 36px;
  position: relative;
}
.thick-left-border:before {
  content: "";
  width: 11px;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #808fd0),
    to(#5f6eb3)
  );
  background-image: linear-gradient(to top, #808fd0 0, #5f6eb3 100%);
}
.large-bracket-solid {
  margin: 48px 24px;
  position: relative;
  padding: 12px 72px;
  color: #808fd0;
  margin: 48px 0;
  padding-top: 24px;
  padding-bottom: 24px;
  background: rgba(128, 143, 208, 0.7);
  color: #333;
  height: 100%;
  margin-bottom: 15px;
}
.large-bracket-solid:before,
.large-bracket-solid:after {
  background: #fff;
  content: "";
  display: block;
  width: 14px;
  height: 120%;
  border: 8px solid #808fd0;
  position: absolute;
  top: -10%;
}
.large-bracket-solid:before {
  left: 24px;
  border-right: 0;
}
.large-bracket-solid:after {
  right: 24px;
  border-left: 0;
}
.has-2-columns .large-bracket-solid {
  padding-bottom: 12px;
}
.large-bracket-solid:before {
  left: 0;
}
.large-bracket-solid:after {
  right: 0;
}
.grad-column-block.has-1-columns {
  text-align: center;
}
.grad-column-block.has-1-columns .wp-block-column {
  margin: 0 auto;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 80%;
}
.grad-column-block {
  margin: 48px 0;
}
@media handheld, only screen and (min-width: 600px) {
  .grad-column-block {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.grad-column-block .wp-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 24px;
  color: #fff;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #808fd0),
    to(#808fd0)
  );
  background-image: linear-gradient(to top, #808fd0 0, #808fd0 100%);
  padding: 24px;
  border-radius: 20px;
  background-clip: padding-box;
}
@media handheld, only screen and (min-width: 600px) {
  .grad-column-block .wp-block-column {
    width: auto;
    margin: 0 24px 0 0;
  }
}
.grad-column-block .wp-block-column a {
  color: #fff;
}
.grad-column-block .wp-block-column h1,
.grad-column-block .wp-block-column h2,
.grad-column-block .wp-block-column h3,
.grad-column-block .wp-block-column h4,
.grad-column-block .wp-block-column h5,
.grad-column-block .wp-block-column h6 {
  color: #fff !important;
  font-size: 1.5rem;
}
.grad-column-block .wp-block-column h1 span,
.grad-column-block .wp-block-column h2 span,
.grad-column-block .wp-block-column h3 span,
.grad-column-block .wp-block-column h4 span,
.grad-column-block .wp-block-column h5 span,
.grad-column-block .wp-block-column h6 span {
  display: block;
  font-size: 1rem;
  font-weight: 200;
}
.grad-column-block .wp-block-column .wp-block-button {
  text-align: center;
  margin-bottom: 0;
}
.grad-column-block .wp-block-column .wp-block-button__link {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.grad-column-block .wp-block-column:empty {
  opacity: 0;
}
.wp-block-button {
  margin-top: auto;
}
.wp-block-button .wp-block-button__link {
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 700;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 6px 12px;
  color: #fff;
  background: #5f6eb3;
}
ul.wp-block-gallery {
  padding: 0;
}
.file-no-title .wp-block-file {
  margin-bottom: 0;
}
.wp-block-file {
  margin: 48px 0;
}
.wp-block-file a:not(.wp-block-file__button) {
  color: #5f6eb3;
  display: block;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.wp-block-file a.wp-block-file__button {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 700;
  border-radius: 5px;
  background-clip: padding-box;
  background: #5f6eb3;
}
.page-hero {
  position: relative;
}
.page-hero img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-hero .hero-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-hero .hero-content .text {
  max-width: 350px;
  text-align: center;
}
.page-hero .hero-content .text h2 {
  color: #fff;
}
@media screen and (min-width: 1023px) {
  .page-hero .hero-content .text h2 {
    font-size: 2.8em;
    font-weight: 400;
  }
}
.page-hero .hero-content .text.text-alignment-center {
  margin: 0 auto;
}
.page-hero .hero-content .text.text-alignment-right {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1023px) {
  .page-hero:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  .page-hero img {
    max-height: 200px;
  }
  .page-hero .hero-content .text {
    max-width: 200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .slider {
    background: #5f6eb3;
  }
}
.slider:not(.slick-active) .slide:not(:first-child) {
  display: none;
}
.slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  outline: none;
  padding: 24px;
}
@media screen and (max-width: 1023px) {
  .slider .slick-arrow {
    padding: 24px 12px;
    top: 40%;
  }
}
.slider .slick-arrow:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-left: none;
  border-top: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slider .slick-arrow.slick-prev {
  left: 0;
}
.slider .slick-arrow.slick-prev:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slider .slick-arrow.slick-next {
  right: 0;
}
.slider .slick-dots {
  position: absolute;
  bottom: 24px;
  right: 24px;
}
@media screen and (max-width: 1023px) {
  .slider .slick-dots {
    left: 24px;
    text-align: center;
  }
}
.slider .slick-dots li {
  display: inline-block;
  padding: 0.4em;
}
.slider .slick-dots li button {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: rgba(255, 255, 255, 0.3);
  color: transparent;
  padding: 0;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  border: none;
  outline: none;
}
.slider .slick-dots li.slick-active button {
  background: #fff;
}
.slide .text {
  padding: 24px 24px 72px;
}
.page-hero__circle .text {
  padding: 24px;
}
.slide,
.page-hero__circle {
  height: auto;
  background: #000 0;
  position: relative;
}
.slide .slide-inner .container,
.page-hero__circle .slide-inner .container {
  padding: 0;
}
.slide .slide-inner .text,
.page-hero__circle .slide-inner .text {
  color: #fff;
  background: #5f6eb3;
}
.slide .slide-inner .text h2,
.page-hero__circle .slide-inner .text h2 {
  color: #fff;
  font-size: 1.2em;
  margin: 0;
}
.slide .slide-inner .slider-logo__wrapper,
.page-hero__circle .slide-inner .slider-logo__wrapper {
  display: none;
}
.slide .slide-inner img.background-image,
.page-hero__circle .slide-inner img.background-image {
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .slide .slide-inner,
  .page-hero__circle .slide-inner {
    height: 500px;
  }
  .slide .slide-inner img.background-image,
  .page-hero__circle .slide-inner img.background-image {
    height: 100%;
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
  }
  .slide .slide-inner .container,
  .page-hero__circle .slide-inner .container {
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
    margin: 0 auto;
    max-width: 2000px;
  }
  .slide .slide-inner .slider-logo__wrapper,
  .page-hero__circle .slide-inner .slider-logo__wrapper {
    display: block;
    position: absolute;
    bottom: 24px;
    right: 0;
    left: 0;
  }
  .slide .slide-inner .slider-logo__wrapper img.slider-logo,
  .page-hero__circle .slide-inner .slider-logo__wrapper img.slider-logo {
    display: block;
    width: 220px;
  }
  .slide .slide-inner .text,
  .page-hero__circle .slide-inner .text {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 50px;
    width: 350px;
    height: 350px;
    margin-bottom: 24px;
    text-align: center;
    border-radius: 100%;
    overflow-wrap: break-word;
    -webkit-shape-inside: circle();
    shape-inside: circle();
  }
  .slide .slide-inner .text .inner,
  .page-hero__circle .slide-inner .text .inner {
    overflow-wrap: break-word;
  }
  .slide .slide-inner .text .inner h2,
  .page-hero__circle .slide-inner .text .inner h2 {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.6em;
    color: #fff;
  }
}
.breadcrumb-wrapper {
  padding: 12px 0;
  background: #f4f4f4;
  font-size: 0.7em;
}
@media screen and (min-width: 1023px) {
  .breadcrumb-wrapper {
    text-align: right;
  }
}
.benefit {
  margin: 24px 0;
  background: #e9ebf5;
  padding: 24px;
  border-radius: 10px;
  text-align: center;
}
.benefit .title {
  color: #5f6eb3;
  padding-bottom: 24px;
}
.benefit .text-top,
.benefit .text-bottom {
  background: #fff;
  padding: 24px;
  border-radius: 10px;
}
.benefit .text-top p,
.benefit .text-bottom p {
  margin-bottom: 0;
}
.benefit .arrow {
  padding: 12px 0 0;
}
@media screen and (min-width: 1023px) {
  .comparison-slider-wrapper {
    position: relative;
    width: 100%;
    margin: 20px 0;
    background-color: #fff;
  }
  .comparison-slider-wrapper .comparison-slider {
    position: relative;
    width: 100%;
    margin: 0;
    border: 5px #fff solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  .comparison-slider-wrapper .comparison-slider img {
    max-width: 5000px;
  }
  .comparison-slider-wrapper .comparison-slider > img {
    width: 100%;
    height: auto;
    display: block;
  }
  .comparison-slider-wrapper .comparison-slider .overlay {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    width: 300px;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ddd;
    text-align: right;
    opacity: 0;
    font-size: 15px;
  }
  .comparison-slider-wrapper .comparison-slider .overlay h3 {
    display: none;
  }
  .comparison-slider-wrapper .comparison-slider .resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
  }
  .comparison-slider-wrapper .comparison-slider .resize > img {
    display: block;
  }
  .comparison-slider-wrapper .comparison-slider .resize .overlay {
    right: auto;
    left: 20px;
    text-align: left;
  }
  .comparison-slider-wrapper .comparison-slider .after-overlay,
  .comparison-slider-wrapper .comparison-slider .before-overlay {
    background: #5f6eb3
      url(../twentynineteen-child-roche/images/diagonal-lines.svg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.75;
  }
  .comparison-slider-wrapper .comparison-slider .divider {
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    left: 50%;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    cursor: ew-resize;
  }
  .comparison-slider-wrapper .comparison-slider .divider:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    left: -12px;
    top: 50%;
    margin-top: -10px;
    background: #fff
      url(../twentynineteen-child-roche/images/compare-slider-arrows.svg)
      no-repeat center center;
    background-size: contain;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .comparison-slider-wrapper .comparison-slider .divider.draggable:before {
    width: 30px;
    height: 30px;
    left: -14px;
    margin-top: -15px;
  }
  .comparison-slider-wrapper .comparison-slider .divider.draggable:after {
    width: 20px;
    height: 20px;
    left: -9px;
    margin-top: -10px;
    background-color: #555;
  }
  .comparison-slider-wrapper .comparison-slider .divider .divder-left,
  .comparison-slider-wrapper .comparison-slider .divider .divder-right {
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.26);
    width: 300px;
    font-size: 1.25em;
    position: absolute;
    padding: 0 48px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .comparison-slider-wrapper .comparison-slider .divider .divder-right {
    left: 0;
  }
  .comparison-slider-wrapper .comparison-slider .divider .divder-left {
    right: 0;
    text-align: right;
  }
}
@media screen and (max-width: 1023px) {
  .comparison-slider-wrapper {
    position: relative;
    width: 100%;
    margin: 20px 0;
  }
  .comparison-slider-wrapper .divider {
    display: none;
  }
  .comparison-slider-wrapper .resize {
    width: 100% !important;
  }
  .comparison-slider-wrapper .overlay {
    margin-bottom: 0;
    padding: 24px;
    background: #f4f4f4;
    opacity: 1 !important;
  }
  .comparison-slider-wrapper img {
    margin-bottom: 24px;
    opacity: 1 !important;
  }
  .comparison-slider-wrapper h3 {
    font-size: 1em;
    font-weight: 700;
  }
}
.comparison-slider .overlay .glossaryLink {
  border-bottom: none !important;
}
article .page-title {
  padding: 10px 20px;
  background: #5f6eb3;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  border-radius: 0 10px 10px 10px;
  position: relative;
  margin-top: 25px;
}
article .page-title:before {
  content: "";
  background: url(../twentynineteen-child-roche/images/heading-curve.svg)
    no-repeat center center;
  display: block;
  height: 25px;
  width: 25px;
  position: absolute;
  top: -25px;
  left: 0;
}
article .site-featured-image {
  padding: 24px;
}
@media handheld, only screen and (min-width: 1023px) {
  article .site-featured-image {
    padding: 24px;
    float: right;
    max-width: 400px;
  }
}
article .site-featured-image .post-thumbnail {
  position: relative;
}
article .site-featured-image .post-thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #fff),
    color-stop(30%, rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(
    to right,
    #fff 0,
    rgba(255, 255, 255, 0) 30%
  );
}
article .site-featured-image img {
  border-radius: 0 30px 30px 0;
  background-clip: padding-box;
}
article .color--purple {
  color: #5f6eb3;
}
article .wp-block-columns.columns--auto .wp-block-column {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: auto;
}
article .wp-block-columns.columns--align-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
article .wp-block-image {
  background: transparent;
}
article .wp-block-image.full-width {
  width: 100%;
}
article .wp-block-image.full-width img {
  width: 100%;
}
article .wp-block-image.is-resized {
  padding: 12px;
  display: block;
}
article .wp-block-image.is-resized figcaption {
  text-align: center;
  display: block;
}
article .highlight {
  background: #5f6eb3;
  color: #fff;
  padding: 12px 24px;
  border-radius: 10px;
}
article .highlight2 {
  background: #e9ebf5;
  color: #808285;
  padding: 12px 24px;
  border-radius: 10px;
}
.resize * {
  -webkit-transition-property: none !important;
  transition-property: none !important;
}
.banner ul li {
  background-size: cover;
  background-repeat: no-repeat;
}
article h1 {
  margin-bottom: 24px;
}
html.blog .news-feed,
html.archive .news-feed,
html.search-results .news-feed,
html.search-no-results .news-feed,
html.error404 .news-feed,
html.blog .search-feed,
html.archive .search-feed,
html.search-results .search-feed,
html.search-no-results .search-feed,
html.error404 .search-feed {
  padding-top: 72px;
  max-width: 800px;
  margin: 0 auto 48px auto;
  float: none;
}
html.blog .news-feed ul,
html.archive .news-feed ul,
html.search-results .news-feed ul,
html.search-no-results .news-feed ul,
html.error404 .news-feed ul,
html.blog .search-feed ul,
html.archive .search-feed ul,
html.search-results .search-feed ul,
html.search-no-results .search-feed ul,
html.error404 .search-feed ul {
  margin-bottom: 48px;
}
html.blog .news-feed li,
html.archive .news-feed li,
html.search-results .news-feed li,
html.search-no-results .news-feed li,
html.error404 .news-feed li,
html.blog .search-feed li,
html.archive .search-feed li,
html.search-results .search-feed li,
html.search-no-results .search-feed li,
html.error404 .search-feed li {
  padding: 24px 0;
  border-bottom: 1px dotted #ccc;
}
html.blog .news-feed li h3,
html.archive .news-feed li h3,
html.search-results .news-feed li h3,
html.search-no-results .news-feed li h3,
html.error404 .news-feed li h3,
html.blog .search-feed li h3,
html.archive .search-feed li h3,
html.search-results .search-feed li h3,
html.search-no-results .search-feed li h3,
html.error404 .search-feed li h3 {
  font-size: 1.6rem;
  margin-bottom: 12px;
  color: #5f6eb3;
}
html.blog .news-feed li img,
html.archive .news-feed li img,
html.search-results .news-feed li img,
html.search-no-results .news-feed li img,
html.error404 .news-feed li img,
html.blog .search-feed li img,
html.archive .search-feed li img,
html.search-results .search-feed li img,
html.search-no-results .search-feed li img,
html.error404 .search-feed li img {
  max-width: 300px;
  float: right;
  margin-left: 24px;
  margin-bottom: 24px;
}
html.blog .news-feed li a,
html.archive .news-feed li a,
html.search-results .news-feed li a,
html.search-no-results .news-feed li a,
html.error404 .news-feed li a,
html.blog .search-feed li a,
html.archive .search-feed li a,
html.search-results .search-feed li a,
html.search-no-results .search-feed li a,
html.error404 .search-feed li a {
  display: block;
  zoom: 1;
}
html.blog .news-feed li a:after,
html.archive .news-feed li a:after,
html.search-results .news-feed li a:after,
html.search-no-results .news-feed li a:after,
html.error404 .news-feed li a:after,
html.blog .search-feed li a:after,
html.archive .search-feed li a:after,
html.search-results .search-feed li a:after,
html.search-no-results .search-feed li a:after,
html.error404 .search-feed li a:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}
html.blog .news-feed li a:hover,
html.archive .news-feed li a:hover,
html.search-results .news-feed li a:hover,
html.search-no-results .news-feed li a:hover,
html.error404 .news-feed li a:hover,
html.blog .search-feed li a:hover,
html.archive .search-feed li a:hover,
html.search-results .search-feed li a:hover,
html.search-no-results .search-feed li a:hover,
html.error404 .search-feed li a:hover {
  opacity: 0.7;
}
html.search-no-results .no-results.not-found,
html.error404 .no-results.not-found {
  background: #f5f5f5;
  padding: 5vw;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  margin: 24px 0;
}
html.search-no-results form .search-wrap,
html.error404 form .search-wrap {
  display: block;
  position: relative;
  padding-right: 50px;
}
html.search-no-results form input[type="search"],
html.error404 form input[type="search"] {
  width: 100%;
  padding: 0 12px;
  height: 50px !important;
  display: block;
  font-size: 16px;
}
html.search-no-results form button,
html.error404 form button {
  top: 0;
  position: absolute;
  right: 0;
  height: 50px;
  width: 50px;
  display: block;
  padding: 0;
  background-color: #9ec1da;
}
html.search-no-results form button svg,
html.error404 form button svg {
  width: 24px;
  height: 24px;
}
html.search-no-results form button svg .search-circle,
html.error404 form button svg .search-circle,
html.search-no-results form button svg .search-line,
html.error404 form button svg .search-line {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
html.search-no-results form button svg .search-circle,
html.error404 form button svg .search-circle {
  stroke-width: 1px;
}
html.search-no-results form button svg .search-line,
html.error404 form button svg .search-line {
  stroke-width: 1px;
}
.page-tc {
  font-size: 0.7rem;
  padding: 24px;
}
.page-tc sup {
  font-size: 0.6em;
  vertical-align: super;
}
.page-tc .attachment-logo-width {
  max-width: 200px;
  height: auto;
  margin: 0 0 12px auto;
}
.page-tc blockquote {
  border: 1px solid #333;
  padding: 12px;
  font-weight: 600;
  text-align: center;
  margin: 12px 0;
}
.page-tc blockquote p {
  margin: 0;
}
@media handheld, only screen and (min-width: 1023px) {
  .page-tc {
    padding: 72px;
  }
}
html.search-results .inner-wrapper {
  padding: 24px;
  max-width: 800px;
  margin: 0 auto;
}
html.search-results .inner-wrapper article {
  margin: 24px 0;
}
.navigation.pagination {
  text-align: center;
}
.navigation.pagination .page-numbers.current {
  color: #5f6eb3;
  font-weight: 600;
}
.navigation.pagination a {
  display: inline-block;
}
.navigation.pagination a svg {
  position: relative;
  top: 5px;
}
html.page-template.page-template-page-no-side-nav article h2:before,
html.page-template.page-template-page-no-side-nav article h3:before,
html.page-template.page-template-page-no-side-nav article h2:after,
html.page-template.page-template-page-no-side-nav article h3:after {
  display: none;
}
html.page-template.page-template-page-no-side-nav article {
  border: none;
}
html.page-template.page-template-page-no-side-nav .main-column {
  float: none;
}
@media print {
  body {
    font-size: 9pt;
  }
  p {
    font-size: em;
    page-break-inside: avoid;
  }
  p a {
    page-break-inside: avoid;
  }
  p a[href^="http"]:after {
    content: " < " attr(href) "> ";
  }
  p a:after > img {
    content: "";
  }
  p article a[href^="#"]:after {
    content: "";
  }
  p a:not(:local-link):after {
    content: " < " attr(href) "> ";
  }
  h1 {
    font-size: 1.5em;
  }
  .header-wrapper {
    padding: 0 !important;
  }
  header#site-header.sticky,
  header#site-header {
    position: static;
  }
  #site-navigation,
  .mobile-toggle-col,
  .text-toggle {
    display: none;
  }
  #homeSlider {
    display: none;
  }
  .wp-block-columns {
    page-break-inside: avoid;
  }
  .sidebar-column {
    display: none;
  }
  .main-column {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
.imageheadernormal > img {
  object-fit: contain;
  max-height: 86px;
}
.imageheadersmall > img {
  object-fit: contain;
  max-height: 76px;
}
