@charset "UTF-8";
/*
This is the mixin to style the <li> or other list tag as a table-cell
 */
/*
This is the mixin to style the <ul> or other list tag
 */
@import url("//hello.myfonts.net/count/339e09");
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes appearFromBottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: none;
            transform: none; } }

@keyframes appearFromBottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: none;
            transform: none; } }

.animate-spin {
  -webkit-animation: spin 1s forwards linear infinite;
          animation: spin 1s forwards linear infinite; }

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px; }

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
  opacity: .7; }

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important; }

/* crit:start */
*,
*::before,
*::after {
  box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 737px) {
    .container {
      max-width: 45rem; } }
  @media (min-width: 992px) {
    .container {
      max-width: 60rem; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 76.625rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
      order: -1; }

.order-last {
  -ms-flex-order: 13;
      order: 13; }

.order-0 {
  -ms-flex-order: 0;
      order: 0; }

.order-1 {
  -ms-flex-order: 1;
      order: 1; }

.order-2 {
  -ms-flex-order: 2;
      order: 2; }

.order-3 {
  -ms-flex-order: 3;
      order: 3; }

.order-4 {
  -ms-flex-order: 4;
      order: 4; }

.order-5 {
  -ms-flex-order: 5;
      order: 5; }

.order-6 {
  -ms-flex-order: 6;
      order: 6; }

.order-7 {
  -ms-flex-order: 7;
      order: 7; }

.order-8 {
  -ms-flex-order: 8;
      order: 8; }

.order-9 {
  -ms-flex-order: 9;
      order: 9; }

.order-10 {
  -ms-flex-order: 10;
      order: 10; }

.order-11 {
  -ms-flex-order: 11;
      order: 11; }

.order-12 {
  -ms-flex-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: 737px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-sm-12 {
    -ms-flex-order: 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: 992px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-md-12 {
    -ms-flex-order: 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: 1200px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-lg-12 {
    -ms-flex-order: 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%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

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

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

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

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

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

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

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

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

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

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

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

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

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

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 737px) {
    .form-inline label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

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

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

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

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 737px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 1200px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

.modal-xl {
  max-width: 1140px; }

.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: -ms-flexbox !important;
  display: flex !important; }

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

@media (min-width: 737px) {
  .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: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .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: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .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: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important; }

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 737px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

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

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

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

@media (min-width: 737px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

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

@media (min-width: 992px) {
  .col-flex-md-4 {
    width: 33%;
    float: left; } }

@media (min-width: 992px) {
  .col-flex-md-3 {
    width: 25%;
    float: left; } }

/* crit:end */
/* crit:start */
/* crit:end */
/* crit:start */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #fff; }

.hamburger-box {
  width: 22px;
  height: 21px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 22px;
    height: 3px;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -9px; }
  .hamburger-inner::after {
    bottom: -9px; }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* crit:end */
/* crit:start */
@font-face {
  font-family: "g-icons";
  src: url("/www_shared/assets/fonts/g-icons.eot?587bd4");
  src: url("/www_shared/assets/fonts/g-icons.eot?587bd4#iefix") format("eot"), url("/www_shared/assets/fonts/g-icons.woff2?587bd4") format("woff2"), url("/www_shared/assets/fonts/g-icons.woff?587bd4") format("woff"), url("/www_shared/assets/fonts/g-icons.ttf?587bd4") format("truetype"), url("/www_shared/assets/fonts/g-icons.svg?587bd4#g-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="g-icon-"],
[class*=" g-icon-"],
.g-icon {
  font-family: 'g-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.g-icon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.g-icon-2x {
  font-size: 2em; }

.g-icon-3x {
  font-size: 3em; }

.g-icon-4x {
  font-size: 4em; }

.g-icon-5x {
  font-size: 5em; }

.g-icon-fw {
  width: 1.28571429em;
  text-align: center; }

.g-icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.g-icon-ul > li {
  position: relative; }

.g-icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.g-icon-li.g-icon-lg {
  left: -1.85714286em; }

.g-icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.g-icon-pull-left {
  float: left; }

.g-icon-pull-right {
  float: right; }

.g-icon.g-icon-pull-left {
  margin-right: .3em; }

.g-icon.g-icon-pull-right {
  margin-left: .3em; }

.g-icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.g-icon-stack-1x,
.g-icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.g-icon-stack-1x {
  line-height: inherit; }

.g-icon-stack-2x {
  font-size: 2em; }

.g-icon-inverse {
  color: #ffffff; }

.g-icon-abbreviations:before {
  content: ""; }

.g-icon-about-aihw:before {
  content: ""; }

.g-icon-about-author:before {
  content: ""; }

.g-icon-about-clearinghouse:before {
  content: ""; }

.g-icon-access-data:before {
  content: ""; }

.g-icon-access-to-resources:before {
  content: ""; }

.g-icon-adults:before {
  content: ""; }

.g-icon-alert-circle:before {
  content: ""; }

.g-icon-angle-down:before {
  content: ""; }

.g-icon-angle-left:before {
  content: ""; }

.g-icon-angle-right:before {
  content: ""; }

.g-icon-angle-up:before {
  content: ""; }

.g-icon-arrow-right:before {
  content: ""; }

.g-icon-arrow-up:before {
  content: ""; }

.g-icon-babies-parents:before {
  content: ""; }

.g-icon-check:before {
  content: ""; }

.g-icon-chevron-right-circle:before {
  content: ""; }

.g-icon-children:before {
  content: ""; }

.g-icon-closing-the-gap:before {
  content: ""; }

.g-icon-community-safety:before {
  content: ""; }

.g-icon-content:before {
  content: ""; }

.g-icon-cross:before {
  content: ""; }

.g-icon-cube:before {
  content: ""; }

.g-icon-culture-and-language:before {
  content: ""; }

.g-icon-culture:before {
  content: ""; }

.g-icon-curved-triangle:before {
  content: ""; }

.g-icon-data-availability:before {
  content: ""; }

.g-icon-data-development:before {
  content: ""; }

.g-icon-data-sources:before {
  content: ""; }

.g-icon-disability:before {
  content: ""; }

.g-icon-doc:before {
  content: ""; }

.g-icon-docs:before {
  content: ""; }

.g-icon-document-download:before {
  content: ""; }

.g-icon-document-pencil:before {
  content: ""; }

.g-icon-document:before {
  content: ""; }

.g-icon-download:before {
  content: ""; }

.g-icon-early-childhood:before {
  content: ""; }

.g-icon-education-and-employment:before {
  content: ""; }

.g-icon-education-work:before {
  content: ""; }

.g-icon-elderly:before {
  content: ""; }

.g-icon-email:before {
  content: ""; }

.g-icon-event:before {
  content: ""; }

.g-icon-exclamation:before {
  content: ""; }

.g-icon-expand:before {
  content: ""; }

.g-icon-external-link:before {
  content: ""; }

.g-icon-eye:before {
  content: ""; }

.g-icon-facebook:before {
  content: ""; }

.g-icon-fact-sheets:before {
  content: ""; }

.g-icon-family-and-community:before {
  content: ""; }

.g-icon-file:before {
  content: ""; }

.g-icon-gears:before {
  content: ""; }

.g-icon-glossary:before {
  content: ""; }

.g-icon-graph:before {
  content: ""; }

.g-icon-group:before {
  content: ""; }

.g-icon-hamburger:before {
  content: ""; }

.g-icon-hand-circle:before {
  content: ""; }

.g-icon-health-behaviours:before {
  content: ""; }

.g-icon-health-conditions:before {
  content: ""; }

.g-icon-health-outcomes:before {
  content: ""; }

.g-icon-health-services:before {
  content: ""; }

.g-icon-home-environment:before {
  content: ""; }

.g-icon-home:before {
  content: ""; }

.g-icon-housing-homelessness:before {
  content: ""; }

.g-icon-image:before {
  content: ""; }

.g-icon-info-circle:before {
  content: ""; }

.g-icon-instagram:before {
  content: ""; }

.g-icon-life-expectancy:before {
  content: ""; }

.g-icon-linkedin:before {
  content: ""; }

.g-icon-list:before {
  content: ""; }

.g-icon-loading:before {
  content: ""; }

.g-icon-map-marker:before {
  content: ""; }

.g-icon-media-release:before {
  content: ""; }

.g-icon-mental-health:before {
  content: ""; }

.g-icon-minus:before {
  content: ""; }

.g-icon-multimedia:before {
  content: ""; }

.g-icon-news:before {
  content: ""; }

.g-icon-notes-tables:before {
  content: ""; }

.g-icon-pause:before {
  content: ""; }

.g-icon-pdf:before {
  content: ""; }

.g-icon-people-community:before {
  content: ""; }

.g-icon-play:before {
  content: ""; }

.g-icon-plus:before {
  content: ""; }

.g-icon-print:before {
  content: ""; }

.g-icon-publication-release:before {
  content: ""; }

.g-icon-publication:before {
  content: ""; }

.g-icon-question-circle:before {
  content: ""; }

.g-icon-quote-left:before {
  content: ""; }

.g-icon-quote-right:before {
  content: ""; }

.g-icon-recommended-resources:before {
  content: ""; }

.g-icon-research:before {
  content: ""; }

.g-icon-resources:before {
  content: ""; }

.g-icon-search:before {
  content: ""; }

.g-icon-service-provision:before {
  content: ""; }

.g-icon-share:before {
  content: ""; }

.g-icon-social-and-wellbeing:before {
  content: ""; }

.g-icon-storage:before {
  content: ""; }

.g-icon-subscribe:before {
  content: ""; }

.g-icon-suicide-prevention:before {
  content: ""; }

.g-icon-symbol-defs:before {
  content: ""; }

.g-icon-tactile:before {
  content: ""; }

.g-icon-tag:before {
  content: ""; }

.g-icon-technical-notes:before {
  content: ""; }

.g-icon-training:before {
  content: ""; }

.g-icon-twitter:before {
  content: ""; }

.g-icon-word:before {
  content: ""; }

.g-icon-xls:before {
  content: ""; }

.g-icon-youth:before {
  content: ""; }

.g-icon-youtube:before {
  content: ""; }

/* crit:end */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  line-height: 2.75rem;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    line-height: 0.875rem; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  line-height: 1.125rem;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    line-height: 2.1875rem;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .collapse {
    height: auto !important;
    display: block; }
  [data-mh] {
    height: auto !important; } }

/* crit:start */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  line-height: 0;
  font-size: 0px;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "g-icons";
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    color: #CAC5C0;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      line-height: 0;
      font-size: 0px;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "g-icons";
        font-size: 6px;
        font-size: 0.375rem;
        line-height: 20px;
        line-height: 1.25rem;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* crit:end */
.slick-active {
  transition-timing-function: ease-in !important; }

@media (min-width: 992px) {
  .slick-slider {
    -webkit-user-select: initial;
       -moz-user-select: initial;
        -ms-user-select: initial;
            user-select: initial; } }

.slick-slide {
  height: auto;
  -ms-flex: 1;
      flex: 1;
  outline: 0;
  transition-timing-function: ease-out !important;
  /* crit */ }
  .slick-slide .lt-ie10 {
    height: 100%;
    /* crit */ }

.slick-track {
  display: -ms-flexbox;
  display: flex;
  /* crit */ }
  .slick-track:before {
    content: none;
    /* crit */ }
  .lt-ie10 .slick-track:before {
    content: '';
    /* crit */ }

.slick-loading .slick-list {
  background: #fff 50% no-repeat;
  /* crit */ }

.slick-arrow {
  width: 48px;
  height: 48px; }
  .slick-arrow:before {
    content: none; }

.slick-prev {
  left: -35px; }

.slick-next {
  right: -35px; }

.slick-prev:before {
  font-size: 28px;
  font-size: 1.75rem; }

.slick-next:before {
  font-size: 28px;
  font-size: 1.75rem; }

.slick-dots li {
  width: 12px;
  height: 12px; }
  .slick-dots li button {
    width: 12px;
    height: 12px; }
    .slick-dots li button:before {
      content: '';
      border-radius: 50px;
      width: 12px;
      height: 12px; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; }
  .collapse {
    height: auto !important;
    display: block; }
  [data-mh] {
    height: auto !important; } }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/**
 * @license
 * MyFonts Webfont Build ID 3382793, 2017-05-02T00:16:34-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Gibson-BoldItalic by Canada Type
 * URL: http://www.myfonts.com/fonts/canadatype/gibson/bold-italic/
 *
 * Webfont: Gibson-SemiboldIt by Canada Type
 * URL: http://www.myfonts.com/fonts/canadatype/gibson/semi-bold-italic/
 *
 * Webfont: Gibson-Bold by Canada Type
 * URL: http://www.myfonts.com/fonts/canadatype/gibson/bold/
 *
 * Webfont: Gibson-Regular by Canada Type
 * URL: http://www.myfonts.com/fonts/canadatype/gibson/regular/
 *
 * Webfont: Gibson-SemiBold by Canada Type
 * URL: http://www.myfonts.com/fonts/canadatype/gibson/semi-bold/
 *
 * Webfont: Gibson-Italic by Canada Type
 * URL: http://www.myfonts.com/fonts/canadatype/gibson/italic/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3382793
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright &#x00A9; 2011 Rod McDonald. Published by Canada Type. All rights reserved.
 *
 * 2017 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
/* crit:start */
@font-face {
  font-family: 'Gibson';
  font-weight: 700;
  font-style: italic;
  src: url("/www_shared/assets/fonts/339E09_0_0.eot");
  src: url("/www_shared/assets/fonts/339E09_0_0.eot?#iefix") format("embedded-opentype"), url("/www_shared/assets/fonts/339E09_0_0.woff2") format("woff2"), url("/www_shared/assets/fonts/339E09_0_0.woff") format("woff"), url("/www_shared/assets/fonts/339E09_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gibson';
  font-weight: 600;
  font-style: italic;
  src: url("/www_shared/assets/fonts/339E09_1_0.eot");
  src: url("/www_shared/assets/fonts/339E09_1_0.eot?#iefix") format("embedded-opentype"), url("/www_shared/assets/fonts/339E09_1_0.woff2") format("woff2"), url("/www_shared/assets/fonts/339E09_1_0.woff") format("woff"), url("/www_shared/assets/fonts/339E09_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gibson';
  font-weight: 700;
  font-style: normal;
  src: url("/www_shared/assets/fonts/339E09_2_0.eot");
  src: url("/www_shared/assets/fonts/339E09_2_0.eot?#iefix") format("embedded-opentype"), url("/www_shared/assets/fonts/339E09_2_0.woff2") format("woff2"), url("/www_shared/assets/fonts/339E09_2_0.woff") format("woff"), url("/www_shared/assets/fonts/339E09_2_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gibson';
  font-weight: 400;
  font-style: normal;
  src: url("/www_shared/assets/fonts/339E09_3_0.eot");
  src: url("/www_shared/assets/fonts/339E09_3_0.eot?#iefix") format("embedded-opentype"), url("/www_shared/assets/fonts/339E09_3_0.woff2") format("woff2"), url("/www_shared/assets/fonts/339E09_3_0.woff") format("woff"), url("/www_shared/assets/fonts/339E09_3_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gibson';
  font-weight: 600;
  font-style: normal;
  src: url("/www_shared/assets/fonts/339E09_4_0.eot");
  src: url("/www_shared/assets/fonts/339E09_4_0.eot?#iefix") format("embedded-opentype"), url("/www_shared/assets/fonts/339E09_4_0.woff2") format("woff2"), url("/www_shared/assets/fonts/339E09_4_0.woff") format("woff"), url("/www_shared/assets/fonts/339E09_4_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gibson';
  font-weight: 400;
  font-style: italic;
  src: url("/www_shared/assets/fonts/339E09_5_0.eot");
  src: url("/www_shared/assets/fonts/339E09_5_0.eot?#iefix") format("embedded-opentype"), url("/www_shared/assets/fonts/339E09_5_0.woff2") format("woff2"), url("/www_shared/assets/fonts/339E09_5_0.woff") format("woff"), url("/www_shared/assets/fonts/339E09_5_0.ttf") format("truetype"); }

/* crit:end */
@font-face {
  font-family: 'Quotes';
  font-weight: 400;
  font-style: normal;
  src: url("/www_shared/assets/fonts/ArialBlack.eot");
  src: url("/www_shared/assets/fonts/ArialBlack.woff2") format("woff2"), url("/www_shared/assets/fonts/ArialBlack.woff") format("woff");
  unicode-range: U+2018-201e; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

input {
  border-radius: 0; }

input[type="search"]::-ms-clear {
  display: none; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak,
[v-cloak] {
  display: none !important;
  /* crit */ }

html {
  font-size: 16Px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* crit */ }

ms-placeholder {
  color: #999; }
  .c-header__search ms-placeholder {
    margin: 0;
    position: relative;
    top: -4px; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

.CMSSiteMapList .CMSSiteMapList {
  margin-bottom: 0; }

.affix {
  position: fixed !important;
  top: 0;
  z-index: 1; }

/* crit:start */
h1, h2, h3, h4, h5, h6 {
  margin: 0; }

h1, .b-h1 {
  font-family: 'Open Sans', Arial, 'sans-serif';
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 58px;
  line-height: 3.625rem; }

h2, .b-h2 {
  font-family: 'Open Sans', Arial, 'sans-serif';
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 46px;
  line-height: 2.875rem; }

h3, .b-h3 {
  font-family: 'Open Sans', Arial, 'sans-serif';
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 38px;
  line-height: 2.375rem; }

h4, .b-h4 {
  font-family: 'Open Sans', Arial, 'sans-serif';
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 32px;
  line-height: 2rem; }

h5, .b-h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 28px;
  line-height: 1.75rem; }

h6, .b-h6 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.76; }

.lead, .b-lead {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.64; }

p, .b-p {
  margin-bottom: 15px; }

small, .b-small {
  font-size: 12px;
  font-size: 0.75rem; }

.strong {
  font-weight: 700; }

a {
  color: #2f6c95; }

/* crit:end */
/* crit:start */
.u-btn-unstyled {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer; }
  .u-btn-unstyled:hover, .u-btn-unstyled:focus {
    text-decoration: none;
    background-color: transparent; }
  .u-btn-unstyled:disabled {
    cursor: auto; }

.u-list-unstyled {
  /* crit:start */
  list-style-type: none;
  margin: 0;
  padding: 0;
  /* crit:end */ }

.u-input-unstyled {
  border: 0; }

.u-select-unstyled {
  background-color: transparent;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0; }

/* crit:end */
/* crit:start */
.u-bd {
  border: 1px solid #CAC5C0; }

.u-bd0 {
  border: 0; }

.u-bdt {
  border-top: 1px solid #CAC5C0; }

.u-bdt0 {
  border-top: 0; }

.u-bdl {
  border-left: 1px solid #CAC5C0; }

.u-bdl0 {
  border-left: 0; }

.u-bdr {
  border-right: 1px solid #CAC5C0; }

.u-bdr0 {
  border-right: 0; }

.u-bdb {
  border-bottom: 1px solid #CAC5C0; }

.u-bdb0 {
  border-bottom: 0; }

@media (min-width: 737px) {
  .u-bd-sm {
    border: 1px solid #CAC5C0; }
  .u-bd0-sm {
    border: 0; }
  .u-bdt-sm {
    border-top: 1px solid #CAC5C0; }
  .u-bdt0-sm {
    border-top: 0; }
  .u-bdl-sm {
    border-left: 1px solid #CAC5C0; }
  .u-bdl0-sm {
    border-left: 0; }
  .u-bdr-sm {
    border-right: 1px solid #CAC5C0; }
  .u-bdr0-sm {
    border-right: 0; }
  .u-bdb-sm {
    border-bottom: 1px solid #CAC5C0; }
  .u-bdb0-sm {
    border-bottom: 0; } }

@media (min-width: 992px) {
  .u-bd-md {
    border: 1px solid #CAC5C0; }
  .u-bd0-md {
    border: 0; }
  .u-bdt-md {
    border-top: 1px solid #CAC5C0; }
  .u-bdt0-md {
    border-top: 0; }
  .u-bdl-md {
    border-left: 1px solid #CAC5C0; }
  .u-bdl0-md {
    border-left: 0; }
  .u-bdr-md {
    border-right: 1px solid #CAC5C0; }
  .u-bdr0-md {
    border-right: 0; }
  .u-bdb-md {
    border-bottom: 1px solid #CAC5C0; }
  .u-bdb0-md {
    border-bottom: 0; } }

@media (min-width: 1200px) {
  .u-bd-lg {
    border: 1px solid #CAC5C0; }
  .u-bd0-lg {
    border: 0; }
  .u-bdt-lg {
    border-top: 1px solid #CAC5C0; }
  .u-bdt0-lg {
    border-top: 0; }
  .u-bdl-lg {
    border-left: 1px solid #CAC5C0; }
  .u-bdl0-lg {
    border-left: 0; }
  .u-bdr-lg {
    border-right: 1px solid #CAC5C0; }
  .u-bdr0-lg {
    border-right: 0; }
  .u-bdb-lg {
    border-bottom: 1px solid #CAC5C0; }
  .u-bdb0-lg {
    border-bottom: 0; } }

.u-bdl0-first:first-child {
  border-left: 0; }

.u-bdt0-first:first-child {
  border-top: 0; }

.u-bdr0-last:last-child {
  border-right: 0; }

.u-bdb0-last:last-child {
  border-bottom: 0; }

.u-bdra0, .u-radius0 {
  border-radius: 0; }

.u-bdra50p, .u-radius50p {
  border-radius: 50%; }

.u-us-all {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all; }

.u-link-tdn:hover, .u-link-tdn:focus {
  text-decoration: none; }

.u-link-colorstay {
  color: inherit; }
  .u-link-colorstay:hover, .u-link-colorstay:focus {
    color: inherit; }

.u-focus-outline0:focus {
  outline: 0; }

.u-curp {
  cursor: pointer; }

.u-pin {
  pointer-events: none; }

.u-m0 {
  margin: 0; }

.u-mtb0 {
  margin-top: 0; }

.u-myb0 {
  margin-top: 0; }

.u-mrb0 {
  margin-right: 0; }

.u-mxb0 {
  margin-right: 0; }

.u-mbb0 {
  margin-bottom: 0; }

.u-myb0 {
  margin-bottom: 0; }

.u-mlb0 {
  margin-left: 0; }

.u-mxb0 {
  margin-left: 0; }

.u-mtb1 {
  margin-top: 0.25rem; }

.u-myb1 {
  margin-top: 0.25rem; }

.u-mrb1 {
  margin-right: 0.25rem; }

.u-mxb1 {
  margin-right: 0.25rem; }

.u-mbb1 {
  margin-bottom: 0.25rem; }

.u-myb1 {
  margin-bottom: 0.25rem; }

.u-mlb1 {
  margin-left: 0.25rem; }

.u-mxb1 {
  margin-left: 0.25rem; }

.u-mtb2 {
  margin-top: 0.5rem; }

.u-myb2 {
  margin-top: 0.5rem; }

.u-mrb2 {
  margin-right: 0.5rem; }

.u-mxb2 {
  margin-right: 0.5rem; }

.u-mbb2 {
  margin-bottom: 0.5rem; }

.u-myb2 {
  margin-bottom: 0.5rem; }

.u-mlb2 {
  margin-left: 0.5rem; }

.u-mxb2 {
  margin-left: 0.5rem; }

.u-mtb3 {
  margin-top: 1rem; }

.u-myb3 {
  margin-top: 1rem; }

.u-mrb3 {
  margin-right: 1rem; }

.u-mxb3 {
  margin-right: 1rem; }

.u-mbb3 {
  margin-bottom: 1rem; }

.u-myb3 {
  margin-bottom: 1rem; }

.u-mlb3 {
  margin-left: 1rem; }

.u-mxb3 {
  margin-left: 1rem; }

.u-mtb4 {
  margin-top: 1.5rem; }

.u-myb4 {
  margin-top: 1.5rem; }

.u-mrb4 {
  margin-right: 1.5rem; }

.u-mxb4 {
  margin-right: 1.5rem; }

.u-mbb4 {
  margin-bottom: 1.5rem; }

.u-myb4 {
  margin-bottom: 1.5rem; }

.u-mlb4 {
  margin-left: 1.5rem; }

.u-mxb4 {
  margin-left: 1.5rem; }

.u-mtb5 {
  margin-top: 3rem; }

.u-myb5 {
  margin-top: 3rem; }

.u-mrb5 {
  margin-right: 3rem; }

.u-mxb5 {
  margin-right: 3rem; }

.u-mbb5 {
  margin-bottom: 3rem; }

.u-myb5 {
  margin-bottom: 3rem; }

.u-mlb5 {
  margin-left: 3rem; }

.u-mxb5 {
  margin-left: 3rem; }

.u-mtb6 {
  margin-top: 36px; }

.u-myb6 {
  margin-top: 36px; }

.u-mrb6 {
  margin-right: 36px; }

.u-mxb6 {
  margin-right: 36px; }

.u-mbb6 {
  margin-bottom: 36px; }

.u-myb6 {
  margin-bottom: 36px; }

.u-mlb6 {
  margin-left: 36px; }

.u-mxb6 {
  margin-left: 36px; }

.u-mtb7 {
  margin-top: 42px; }

.u-myb7 {
  margin-top: 42px; }

.u-mrb7 {
  margin-right: 42px; }

.u-mxb7 {
  margin-right: 42px; }

.u-mbb7 {
  margin-bottom: 42px; }

.u-myb7 {
  margin-bottom: 42px; }

.u-mlb7 {
  margin-left: 42px; }

.u-mxb7 {
  margin-left: 42px; }

.u-mtb8 {
  margin-top: 48px; }

.u-myb8 {
  margin-top: 48px; }

.u-mrb8 {
  margin-right: 48px; }

.u-mxb8 {
  margin-right: 48px; }

.u-mbb8 {
  margin-bottom: 48px; }

.u-myb8 {
  margin-bottom: 48px; }

.u-mlb8 {
  margin-left: 48px; }

.u-mxb8 {
  margin-left: 48px; }

.u-mtb9 {
  margin-top: 54px; }

.u-myb9 {
  margin-top: 54px; }

.u-mrb9 {
  margin-right: 54px; }

.u-mxb9 {
  margin-right: 54px; }

.u-mbb9 {
  margin-bottom: 54px; }

.u-myb9 {
  margin-bottom: 54px; }

.u-mlb9 {
  margin-left: 54px; }

.u-mxb9 {
  margin-left: 54px; }

.u-mtb10 {
  margin-top: 60px; }

.u-myb10 {
  margin-top: 60px; }

.u-mrb10 {
  margin-right: 60px; }

.u-mxb10 {
  margin-right: 60px; }

.u-mbb10 {
  margin-bottom: 60px; }

.u-myb10 {
  margin-bottom: 60px; }

.u-mlb10 {
  margin-left: 60px; }

.u-mxb10 {
  margin-left: 60px; }

.u-p0 {
  padding: 0; }

.u-ptb0 {
  padding-top: 0; }

.u-pyb0 {
  padding-top: 0; }

.u-prb0 {
  padding-right: 0; }

.u-pxb0 {
  padding-right: 0; }

.u-pbb0 {
  padding-bottom: 0; }

.u-pyb0 {
  padding-bottom: 0; }

.u-plb0 {
  padding-left: 0; }

.u-pxb0 {
  padding-left: 0; }

.u-ptb1 {
  padding-top: 0.25rem; }

.u-pyb1 {
  padding-top: 0.25rem; }

.u-prb1 {
  padding-right: 0.25rem; }

.u-pxb1 {
  padding-right: 0.25rem; }

.u-pbb1 {
  padding-bottom: 0.25rem; }

.u-pyb1 {
  padding-bottom: 0.25rem; }

.u-plb1 {
  padding-left: 0.25rem; }

.u-pxb1 {
  padding-left: 0.25rem; }

.u-ptb2 {
  padding-top: 0.5rem; }

.u-pyb2 {
  padding-top: 0.5rem; }

.u-prb2 {
  padding-right: 0.5rem; }

.u-pxb2 {
  padding-right: 0.5rem; }

.u-pbb2 {
  padding-bottom: 0.5rem; }

.u-pyb2 {
  padding-bottom: 0.5rem; }

.u-plb2 {
  padding-left: 0.5rem; }

.u-pxb2 {
  padding-left: 0.5rem; }

.u-ptb3 {
  padding-top: 1rem; }

.u-pyb3 {
  padding-top: 1rem; }

.u-prb3 {
  padding-right: 1rem; }

.u-pxb3 {
  padding-right: 1rem; }

.u-pbb3 {
  padding-bottom: 1rem; }

.u-pyb3 {
  padding-bottom: 1rem; }

.u-plb3 {
  padding-left: 1rem; }

.u-pxb3 {
  padding-left: 1rem; }

.u-ptb4 {
  padding-top: 1.5rem; }

.u-pyb4 {
  padding-top: 1.5rem; }

.u-prb4 {
  padding-right: 1.5rem; }

.u-pxb4 {
  padding-right: 1.5rem; }

.u-pbb4 {
  padding-bottom: 1.5rem; }

.u-pyb4 {
  padding-bottom: 1.5rem; }

.u-plb4 {
  padding-left: 1.5rem; }

.u-pxb4 {
  padding-left: 1.5rem; }

.u-ptb5 {
  padding-top: 3rem; }

.u-pyb5 {
  padding-top: 3rem; }

.u-prb5 {
  padding-right: 3rem; }

.u-pxb5 {
  padding-right: 3rem; }

.u-pbb5 {
  padding-bottom: 3rem; }

.u-pyb5 {
  padding-bottom: 3rem; }

.u-plb5 {
  padding-left: 3rem; }

.u-pxb5 {
  padding-left: 3rem; }

.u-ptb6 {
  padding-top: 36px; }

.u-pyb6 {
  padding-top: 36px; }

.u-prb6 {
  padding-right: 36px; }

.u-pxb6 {
  padding-right: 36px; }

.u-pbb6 {
  padding-bottom: 36px; }

.u-pyb6 {
  padding-bottom: 36px; }

.u-plb6 {
  padding-left: 36px; }

.u-pxb6 {
  padding-left: 36px; }

.u-ptb7 {
  padding-top: 42px; }

.u-pyb7 {
  padding-top: 42px; }

.u-prb7 {
  padding-right: 42px; }

.u-pxb7 {
  padding-right: 42px; }

.u-pbb7 {
  padding-bottom: 42px; }

.u-pyb7 {
  padding-bottom: 42px; }

.u-plb7 {
  padding-left: 42px; }

.u-pxb7 {
  padding-left: 42px; }

.u-ptb8 {
  padding-top: 48px; }

.u-pyb8 {
  padding-top: 48px; }

.u-prb8 {
  padding-right: 48px; }

.u-pxb8 {
  padding-right: 48px; }

.u-pbb8 {
  padding-bottom: 48px; }

.u-pyb8 {
  padding-bottom: 48px; }

.u-plb8 {
  padding-left: 48px; }

.u-pxb8 {
  padding-left: 48px; }

.u-ptb9 {
  padding-top: 54px; }

.u-pyb9 {
  padding-top: 54px; }

.u-prb9 {
  padding-right: 54px; }

.u-pxb9 {
  padding-right: 54px; }

.u-pbb9 {
  padding-bottom: 54px; }

.u-pyb9 {
  padding-bottom: 54px; }

.u-plb9 {
  padding-left: 54px; }

.u-pxb9 {
  padding-left: 54px; }

.u-ptb10 {
  padding-top: 60px; }

.u-pyb10 {
  padding-top: 60px; }

.u-prb10 {
  padding-right: 60px; }

.u-pxb10 {
  padding-right: 60px; }

.u-pbb10 {
  padding-bottom: 60px; }

.u-pyb10 {
  padding-bottom: 60px; }

.u-plb10 {
  padding-left: 60px; }

.u-pxb10 {
  padding-left: 60px; }

.u-mta {
  margin-top: auto; }

.u-mra {
  margin-right: auto; }

.u-mxa {
  margin-right: auto; }

.u-mla {
  margin-left: auto; }

.u-mxa {
  margin-left: auto; }

@media (min-width: 737px) {
  .u-m0-sm {
    margin: 0; }
  .u-mtb0-sm {
    margin-top: 0; }
  .u-myb0-sm {
    margin-top: 0; }
  .u-mrb0-sm {
    margin-right: 0; }
  .u-mxb0-sm {
    margin-right: 0; }
  .u-mbb0-sm {
    margin-bottom: 0; }
  .u-myb0-sm {
    margin-bottom: 0; }
  .u-mlb0-sm {
    margin-left: 0; }
  .u-mxb0-sm {
    margin-left: 0; }
  .u-mtb1-sm {
    margin-top: 0.25rem; }
  .u-myb1-sm {
    margin-top: 0.25rem; }
  .u-mrb1-sm {
    margin-right: 0.25rem; }
  .u-mxb1-sm {
    margin-right: 0.25rem; }
  .u-mbb1-sm {
    margin-bottom: 0.25rem; }
  .u-myb1-sm {
    margin-bottom: 0.25rem; }
  .u-mlb1-sm {
    margin-left: 0.25rem; }
  .u-mxb1-sm {
    margin-left: 0.25rem; }
  .u-mtb2-sm {
    margin-top: 0.5rem; }
  .u-myb2-sm {
    margin-top: 0.5rem; }
  .u-mrb2-sm {
    margin-right: 0.5rem; }
  .u-mxb2-sm {
    margin-right: 0.5rem; }
  .u-mbb2-sm {
    margin-bottom: 0.5rem; }
  .u-myb2-sm {
    margin-bottom: 0.5rem; }
  .u-mlb2-sm {
    margin-left: 0.5rem; }
  .u-mxb2-sm {
    margin-left: 0.5rem; }
  .u-mtb3-sm {
    margin-top: 1rem; }
  .u-myb3-sm {
    margin-top: 1rem; }
  .u-mrb3-sm {
    margin-right: 1rem; }
  .u-mxb3-sm {
    margin-right: 1rem; }
  .u-mbb3-sm {
    margin-bottom: 1rem; }
  .u-myb3-sm {
    margin-bottom: 1rem; }
  .u-mlb3-sm {
    margin-left: 1rem; }
  .u-mxb3-sm {
    margin-left: 1rem; }
  .u-mtb4-sm {
    margin-top: 1.5rem; }
  .u-myb4-sm {
    margin-top: 1.5rem; }
  .u-mrb4-sm {
    margin-right: 1.5rem; }
  .u-mxb4-sm {
    margin-right: 1.5rem; }
  .u-mbb4-sm {
    margin-bottom: 1.5rem; }
  .u-myb4-sm {
    margin-bottom: 1.5rem; }
  .u-mlb4-sm {
    margin-left: 1.5rem; }
  .u-mxb4-sm {
    margin-left: 1.5rem; }
  .u-mtb5-sm {
    margin-top: 3rem; }
  .u-myb5-sm {
    margin-top: 3rem; }
  .u-mrb5-sm {
    margin-right: 3rem; }
  .u-mxb5-sm {
    margin-right: 3rem; }
  .u-mbb5-sm {
    margin-bottom: 3rem; }
  .u-myb5-sm {
    margin-bottom: 3rem; }
  .u-mlb5-sm {
    margin-left: 3rem; }
  .u-mxb5-sm {
    margin-left: 3rem; }
  .u-mtb6-sm {
    margin-top: 36px; }
  .u-myb6-sm {
    margin-top: 36px; }
  .u-mrb6-sm {
    margin-right: 36px; }
  .u-mxb6-sm {
    margin-right: 36px; }
  .u-mbb6-sm {
    margin-bottom: 36px; }
  .u-myb6-sm {
    margin-bottom: 36px; }
  .u-mlb6-sm {
    margin-left: 36px; }
  .u-mxb6-sm {
    margin-left: 36px; }
  .u-mtb7-sm {
    margin-top: 42px; }
  .u-myb7-sm {
    margin-top: 42px; }
  .u-mrb7-sm {
    margin-right: 42px; }
  .u-mxb7-sm {
    margin-right: 42px; }
  .u-mbb7-sm {
    margin-bottom: 42px; }
  .u-myb7-sm {
    margin-bottom: 42px; }
  .u-mlb7-sm {
    margin-left: 42px; }
  .u-mxb7-sm {
    margin-left: 42px; }
  .u-mtb8-sm {
    margin-top: 48px; }
  .u-myb8-sm {
    margin-top: 48px; }
  .u-mrb8-sm {
    margin-right: 48px; }
  .u-mxb8-sm {
    margin-right: 48px; }
  .u-mbb8-sm {
    margin-bottom: 48px; }
  .u-myb8-sm {
    margin-bottom: 48px; }
  .u-mlb8-sm {
    margin-left: 48px; }
  .u-mxb8-sm {
    margin-left: 48px; }
  .u-mtb9-sm {
    margin-top: 54px; }
  .u-myb9-sm {
    margin-top: 54px; }
  .u-mrb9-sm {
    margin-right: 54px; }
  .u-mxb9-sm {
    margin-right: 54px; }
  .u-mbb9-sm {
    margin-bottom: 54px; }
  .u-myb9-sm {
    margin-bottom: 54px; }
  .u-mlb9-sm {
    margin-left: 54px; }
  .u-mxb9-sm {
    margin-left: 54px; }
  .u-mtb10-sm {
    margin-top: 60px; }
  .u-myb10-sm {
    margin-top: 60px; }
  .u-mrb10-sm {
    margin-right: 60px; }
  .u-mxb10-sm {
    margin-right: 60px; }
  .u-mbb10-sm {
    margin-bottom: 60px; }
  .u-myb10-sm {
    margin-bottom: 60px; }
  .u-mlb10-sm {
    margin-left: 60px; }
  .u-mxb10-sm {
    margin-left: 60px; }
  .u-p0-sm {
    padding: 0; }
  .u-ptb0-sm {
    padding-top: 0; }
  .u-pyb0-sm {
    padding-top: 0; }
  .u-prb0-sm {
    padding-right: 0; }
  .u-pxb0-sm {
    padding-right: 0; }
  .u-pbb0-sm {
    padding-bottom: 0; }
  .u-pyb0-sm {
    padding-bottom: 0; }
  .u-plb0-sm {
    padding-left: 0; }
  .u-pxb0-sm {
    padding-left: 0; }
  .u-ptb1-sm {
    padding-top: 0.25rem; }
  .u-pyb1-sm {
    padding-top: 0.25rem; }
  .u-prb1-sm {
    padding-right: 0.25rem; }
  .u-pxb1-sm {
    padding-right: 0.25rem; }
  .u-pbb1-sm {
    padding-bottom: 0.25rem; }
  .u-pyb1-sm {
    padding-bottom: 0.25rem; }
  .u-plb1-sm {
    padding-left: 0.25rem; }
  .u-pxb1-sm {
    padding-left: 0.25rem; }
  .u-ptb2-sm {
    padding-top: 0.5rem; }
  .u-pyb2-sm {
    padding-top: 0.5rem; }
  .u-prb2-sm {
    padding-right: 0.5rem; }
  .u-pxb2-sm {
    padding-right: 0.5rem; }
  .u-pbb2-sm {
    padding-bottom: 0.5rem; }
  .u-pyb2-sm {
    padding-bottom: 0.5rem; }
  .u-plb2-sm {
    padding-left: 0.5rem; }
  .u-pxb2-sm {
    padding-left: 0.5rem; }
  .u-ptb3-sm {
    padding-top: 1rem; }
  .u-pyb3-sm {
    padding-top: 1rem; }
  .u-prb3-sm {
    padding-right: 1rem; }
  .u-pxb3-sm {
    padding-right: 1rem; }
  .u-pbb3-sm {
    padding-bottom: 1rem; }
  .u-pyb3-sm {
    padding-bottom: 1rem; }
  .u-plb3-sm {
    padding-left: 1rem; }
  .u-pxb3-sm {
    padding-left: 1rem; }
  .u-ptb4-sm {
    padding-top: 1.5rem; }
  .u-pyb4-sm {
    padding-top: 1.5rem; }
  .u-prb4-sm {
    padding-right: 1.5rem; }
  .u-pxb4-sm {
    padding-right: 1.5rem; }
  .u-pbb4-sm {
    padding-bottom: 1.5rem; }
  .u-pyb4-sm {
    padding-bottom: 1.5rem; }
  .u-plb4-sm {
    padding-left: 1.5rem; }
  .u-pxb4-sm {
    padding-left: 1.5rem; }
  .u-ptb5-sm {
    padding-top: 3rem; }
  .u-pyb5-sm {
    padding-top: 3rem; }
  .u-prb5-sm {
    padding-right: 3rem; }
  .u-pxb5-sm {
    padding-right: 3rem; }
  .u-pbb5-sm {
    padding-bottom: 3rem; }
  .u-pyb5-sm {
    padding-bottom: 3rem; }
  .u-plb5-sm {
    padding-left: 3rem; }
  .u-pxb5-sm {
    padding-left: 3rem; }
  .u-ptb6-sm {
    padding-top: 36px; }
  .u-pyb6-sm {
    padding-top: 36px; }
  .u-prb6-sm {
    padding-right: 36px; }
  .u-pxb6-sm {
    padding-right: 36px; }
  .u-pbb6-sm {
    padding-bottom: 36px; }
  .u-pyb6-sm {
    padding-bottom: 36px; }
  .u-plb6-sm {
    padding-left: 36px; }
  .u-pxb6-sm {
    padding-left: 36px; }
  .u-ptb7-sm {
    padding-top: 42px; }
  .u-pyb7-sm {
    padding-top: 42px; }
  .u-prb7-sm {
    padding-right: 42px; }
  .u-pxb7-sm {
    padding-right: 42px; }
  .u-pbb7-sm {
    padding-bottom: 42px; }
  .u-pyb7-sm {
    padding-bottom: 42px; }
  .u-plb7-sm {
    padding-left: 42px; }
  .u-pxb7-sm {
    padding-left: 42px; }
  .u-ptb8-sm {
    padding-top: 48px; }
  .u-pyb8-sm {
    padding-top: 48px; }
  .u-prb8-sm {
    padding-right: 48px; }
  .u-pxb8-sm {
    padding-right: 48px; }
  .u-pbb8-sm {
    padding-bottom: 48px; }
  .u-pyb8-sm {
    padding-bottom: 48px; }
  .u-plb8-sm {
    padding-left: 48px; }
  .u-pxb8-sm {
    padding-left: 48px; }
  .u-ptb9-sm {
    padding-top: 54px; }
  .u-pyb9-sm {
    padding-top: 54px; }
  .u-prb9-sm {
    padding-right: 54px; }
  .u-pxb9-sm {
    padding-right: 54px; }
  .u-pbb9-sm {
    padding-bottom: 54px; }
  .u-pyb9-sm {
    padding-bottom: 54px; }
  .u-plb9-sm {
    padding-left: 54px; }
  .u-pxb9-sm {
    padding-left: 54px; }
  .u-ptb10-sm {
    padding-top: 60px; }
  .u-pyb10-sm {
    padding-top: 60px; }
  .u-prb10-sm {
    padding-right: 60px; }
  .u-pxb10-sm {
    padding-right: 60px; }
  .u-pbb10-sm {
    padding-bottom: 60px; }
  .u-pyb10-sm {
    padding-bottom: 60px; }
  .u-plb10-sm {
    padding-left: 60px; }
  .u-pxb10-sm {
    padding-left: 60px; }
  .u-mta-sm {
    margin-top: auto; }
  .u-mra-sm {
    margin-right: auto; }
  .u-mxa-sm {
    margin-right: auto; }
  .u-mla-sm {
    margin-left: auto; }
  .u-mxa-sm {
    margin-left: auto; } }

@media (min-width: 992px) {
  .u-m0-md {
    margin: 0; }
  .u-mtb0-md {
    margin-top: 0; }
  .u-myb0-md {
    margin-top: 0; }
  .u-mrb0-md {
    margin-right: 0; }
  .u-mxb0-md {
    margin-right: 0; }
  .u-mbb0-md {
    margin-bottom: 0; }
  .u-myb0-md {
    margin-bottom: 0; }
  .u-mlb0-md {
    margin-left: 0; }
  .u-mxb0-md {
    margin-left: 0; }
  .u-mtb1-md {
    margin-top: 0.25rem; }
  .u-myb1-md {
    margin-top: 0.25rem; }
  .u-mrb1-md {
    margin-right: 0.25rem; }
  .u-mxb1-md {
    margin-right: 0.25rem; }
  .u-mbb1-md {
    margin-bottom: 0.25rem; }
  .u-myb1-md {
    margin-bottom: 0.25rem; }
  .u-mlb1-md {
    margin-left: 0.25rem; }
  .u-mxb1-md {
    margin-left: 0.25rem; }
  .u-mtb2-md {
    margin-top: 0.5rem; }
  .u-myb2-md {
    margin-top: 0.5rem; }
  .u-mrb2-md {
    margin-right: 0.5rem; }
  .u-mxb2-md {
    margin-right: 0.5rem; }
  .u-mbb2-md {
    margin-bottom: 0.5rem; }
  .u-myb2-md {
    margin-bottom: 0.5rem; }
  .u-mlb2-md {
    margin-left: 0.5rem; }
  .u-mxb2-md {
    margin-left: 0.5rem; }
  .u-mtb3-md {
    margin-top: 1rem; }
  .u-myb3-md {
    margin-top: 1rem; }
  .u-mrb3-md {
    margin-right: 1rem; }
  .u-mxb3-md {
    margin-right: 1rem; }
  .u-mbb3-md {
    margin-bottom: 1rem; }
  .u-myb3-md {
    margin-bottom: 1rem; }
  .u-mlb3-md {
    margin-left: 1rem; }
  .u-mxb3-md {
    margin-left: 1rem; }
  .u-mtb4-md {
    margin-top: 1.5rem; }
  .u-myb4-md {
    margin-top: 1.5rem; }
  .u-mrb4-md {
    margin-right: 1.5rem; }
  .u-mxb4-md {
    margin-right: 1.5rem; }
  .u-mbb4-md {
    margin-bottom: 1.5rem; }
  .u-myb4-md {
    margin-bottom: 1.5rem; }
  .u-mlb4-md {
    margin-left: 1.5rem; }
  .u-mxb4-md {
    margin-left: 1.5rem; }
  .u-mtb5-md {
    margin-top: 3rem; }
  .u-myb5-md {
    margin-top: 3rem; }
  .u-mrb5-md {
    margin-right: 3rem; }
  .u-mxb5-md {
    margin-right: 3rem; }
  .u-mbb5-md {
    margin-bottom: 3rem; }
  .u-myb5-md {
    margin-bottom: 3rem; }
  .u-mlb5-md {
    margin-left: 3rem; }
  .u-mxb5-md {
    margin-left: 3rem; }
  .u-mtb6-md {
    margin-top: 36px; }
  .u-myb6-md {
    margin-top: 36px; }
  .u-mrb6-md {
    margin-right: 36px; }
  .u-mxb6-md {
    margin-right: 36px; }
  .u-mbb6-md {
    margin-bottom: 36px; }
  .u-myb6-md {
    margin-bottom: 36px; }
  .u-mlb6-md {
    margin-left: 36px; }
  .u-mxb6-md {
    margin-left: 36px; }
  .u-mtb7-md {
    margin-top: 42px; }
  .u-myb7-md {
    margin-top: 42px; }
  .u-mrb7-md {
    margin-right: 42px; }
  .u-mxb7-md {
    margin-right: 42px; }
  .u-mbb7-md {
    margin-bottom: 42px; }
  .u-myb7-md {
    margin-bottom: 42px; }
  .u-mlb7-md {
    margin-left: 42px; }
  .u-mxb7-md {
    margin-left: 42px; }
  .u-mtb8-md {
    margin-top: 48px; }
  .u-myb8-md {
    margin-top: 48px; }
  .u-mrb8-md {
    margin-right: 48px; }
  .u-mxb8-md {
    margin-right: 48px; }
  .u-mbb8-md {
    margin-bottom: 48px; }
  .u-myb8-md {
    margin-bottom: 48px; }
  .u-mlb8-md {
    margin-left: 48px; }
  .u-mxb8-md {
    margin-left: 48px; }
  .u-mtb9-md {
    margin-top: 54px; }
  .u-myb9-md {
    margin-top: 54px; }
  .u-mrb9-md {
    margin-right: 54px; }
  .u-mxb9-md {
    margin-right: 54px; }
  .u-mbb9-md {
    margin-bottom: 54px; }
  .u-myb9-md {
    margin-bottom: 54px; }
  .u-mlb9-md {
    margin-left: 54px; }
  .u-mxb9-md {
    margin-left: 54px; }
  .u-mtb10-md {
    margin-top: 60px; }
  .u-myb10-md {
    margin-top: 60px; }
  .u-mrb10-md {
    margin-right: 60px; }
  .u-mxb10-md {
    margin-right: 60px; }
  .u-mbb10-md {
    margin-bottom: 60px; }
  .u-myb10-md {
    margin-bottom: 60px; }
  .u-mlb10-md {
    margin-left: 60px; }
  .u-mxb10-md {
    margin-left: 60px; }
  .u-p0-md {
    padding: 0; }
  .u-ptb0-md {
    padding-top: 0; }
  .u-pyb0-md {
    padding-top: 0; }
  .u-prb0-md {
    padding-right: 0; }
  .u-pxb0-md {
    padding-right: 0; }
  .u-pbb0-md {
    padding-bottom: 0; }
  .u-pyb0-md {
    padding-bottom: 0; }
  .u-plb0-md {
    padding-left: 0; }
  .u-pxb0-md {
    padding-left: 0; }
  .u-ptb1-md {
    padding-top: 0.25rem; }
  .u-pyb1-md {
    padding-top: 0.25rem; }
  .u-prb1-md {
    padding-right: 0.25rem; }
  .u-pxb1-md {
    padding-right: 0.25rem; }
  .u-pbb1-md {
    padding-bottom: 0.25rem; }
  .u-pyb1-md {
    padding-bottom: 0.25rem; }
  .u-plb1-md {
    padding-left: 0.25rem; }
  .u-pxb1-md {
    padding-left: 0.25rem; }
  .u-ptb2-md {
    padding-top: 0.5rem; }
  .u-pyb2-md {
    padding-top: 0.5rem; }
  .u-prb2-md {
    padding-right: 0.5rem; }
  .u-pxb2-md {
    padding-right: 0.5rem; }
  .u-pbb2-md {
    padding-bottom: 0.5rem; }
  .u-pyb2-md {
    padding-bottom: 0.5rem; }
  .u-plb2-md {
    padding-left: 0.5rem; }
  .u-pxb2-md {
    padding-left: 0.5rem; }
  .u-ptb3-md {
    padding-top: 1rem; }
  .u-pyb3-md {
    padding-top: 1rem; }
  .u-prb3-md {
    padding-right: 1rem; }
  .u-pxb3-md {
    padding-right: 1rem; }
  .u-pbb3-md {
    padding-bottom: 1rem; }
  .u-pyb3-md {
    padding-bottom: 1rem; }
  .u-plb3-md {
    padding-left: 1rem; }
  .u-pxb3-md {
    padding-left: 1rem; }
  .u-ptb4-md {
    padding-top: 1.5rem; }
  .u-pyb4-md {
    padding-top: 1.5rem; }
  .u-prb4-md {
    padding-right: 1.5rem; }
  .u-pxb4-md {
    padding-right: 1.5rem; }
  .u-pbb4-md {
    padding-bottom: 1.5rem; }
  .u-pyb4-md {
    padding-bottom: 1.5rem; }
  .u-plb4-md {
    padding-left: 1.5rem; }
  .u-pxb4-md {
    padding-left: 1.5rem; }
  .u-ptb5-md {
    padding-top: 3rem; }
  .u-pyb5-md {
    padding-top: 3rem; }
  .u-prb5-md {
    padding-right: 3rem; }
  .u-pxb5-md {
    padding-right: 3rem; }
  .u-pbb5-md {
    padding-bottom: 3rem; }
  .u-pyb5-md {
    padding-bottom: 3rem; }
  .u-plb5-md {
    padding-left: 3rem; }
  .u-pxb5-md {
    padding-left: 3rem; }
  .u-ptb6-md {
    padding-top: 36px; }
  .u-pyb6-md {
    padding-top: 36px; }
  .u-prb6-md {
    padding-right: 36px; }
  .u-pxb6-md {
    padding-right: 36px; }
  .u-pbb6-md {
    padding-bottom: 36px; }
  .u-pyb6-md {
    padding-bottom: 36px; }
  .u-plb6-md {
    padding-left: 36px; }
  .u-pxb6-md {
    padding-left: 36px; }
  .u-ptb7-md {
    padding-top: 42px; }
  .u-pyb7-md {
    padding-top: 42px; }
  .u-prb7-md {
    padding-right: 42px; }
  .u-pxb7-md {
    padding-right: 42px; }
  .u-pbb7-md {
    padding-bottom: 42px; }
  .u-pyb7-md {
    padding-bottom: 42px; }
  .u-plb7-md {
    padding-left: 42px; }
  .u-pxb7-md {
    padding-left: 42px; }
  .u-ptb8-md {
    padding-top: 48px; }
  .u-pyb8-md {
    padding-top: 48px; }
  .u-prb8-md {
    padding-right: 48px; }
  .u-pxb8-md {
    padding-right: 48px; }
  .u-pbb8-md {
    padding-bottom: 48px; }
  .u-pyb8-md {
    padding-bottom: 48px; }
  .u-plb8-md {
    padding-left: 48px; }
  .u-pxb8-md {
    padding-left: 48px; }
  .u-ptb9-md {
    padding-top: 54px; }
  .u-pyb9-md {
    padding-top: 54px; }
  .u-prb9-md {
    padding-right: 54px; }
  .u-pxb9-md {
    padding-right: 54px; }
  .u-pbb9-md {
    padding-bottom: 54px; }
  .u-pyb9-md {
    padding-bottom: 54px; }
  .u-plb9-md {
    padding-left: 54px; }
  .u-pxb9-md {
    padding-left: 54px; }
  .u-ptb10-md {
    padding-top: 60px; }
  .u-pyb10-md {
    padding-top: 60px; }
  .u-prb10-md {
    padding-right: 60px; }
  .u-pxb10-md {
    padding-right: 60px; }
  .u-pbb10-md {
    padding-bottom: 60px; }
  .u-pyb10-md {
    padding-bottom: 60px; }
  .u-plb10-md {
    padding-left: 60px; }
  .u-pxb10-md {
    padding-left: 60px; }
  .u-mta-md {
    margin-top: auto; }
  .u-mra-md {
    margin-right: auto; }
  .u-mxa-md {
    margin-right: auto; }
  .u-mla-md {
    margin-left: auto; }
  .u-mxa-md {
    margin-left: auto; } }

@media (min-width: 1200px) {
  .u-m0-lg {
    margin: 0; }
  .u-mtb0-lg {
    margin-top: 0; }
  .u-myb0-lg {
    margin-top: 0; }
  .u-mrb0-lg {
    margin-right: 0; }
  .u-mxb0-lg {
    margin-right: 0; }
  .u-mbb0-lg {
    margin-bottom: 0; }
  .u-myb0-lg {
    margin-bottom: 0; }
  .u-mlb0-lg {
    margin-left: 0; }
  .u-mxb0-lg {
    margin-left: 0; }
  .u-mtb1-lg {
    margin-top: 0.25rem; }
  .u-myb1-lg {
    margin-top: 0.25rem; }
  .u-mrb1-lg {
    margin-right: 0.25rem; }
  .u-mxb1-lg {
    margin-right: 0.25rem; }
  .u-mbb1-lg {
    margin-bottom: 0.25rem; }
  .u-myb1-lg {
    margin-bottom: 0.25rem; }
  .u-mlb1-lg {
    margin-left: 0.25rem; }
  .u-mxb1-lg {
    margin-left: 0.25rem; }
  .u-mtb2-lg {
    margin-top: 0.5rem; }
  .u-myb2-lg {
    margin-top: 0.5rem; }
  .u-mrb2-lg {
    margin-right: 0.5rem; }
  .u-mxb2-lg {
    margin-right: 0.5rem; }
  .u-mbb2-lg {
    margin-bottom: 0.5rem; }
  .u-myb2-lg {
    margin-bottom: 0.5rem; }
  .u-mlb2-lg {
    margin-left: 0.5rem; }
  .u-mxb2-lg {
    margin-left: 0.5rem; }
  .u-mtb3-lg {
    margin-top: 1rem; }
  .u-myb3-lg {
    margin-top: 1rem; }
  .u-mrb3-lg {
    margin-right: 1rem; }
  .u-mxb3-lg {
    margin-right: 1rem; }
  .u-mbb3-lg {
    margin-bottom: 1rem; }
  .u-myb3-lg {
    margin-bottom: 1rem; }
  .u-mlb3-lg {
    margin-left: 1rem; }
  .u-mxb3-lg {
    margin-left: 1rem; }
  .u-mtb4-lg {
    margin-top: 1.5rem; }
  .u-myb4-lg {
    margin-top: 1.5rem; }
  .u-mrb4-lg {
    margin-right: 1.5rem; }
  .u-mxb4-lg {
    margin-right: 1.5rem; }
  .u-mbb4-lg {
    margin-bottom: 1.5rem; }
  .u-myb4-lg {
    margin-bottom: 1.5rem; }
  .u-mlb4-lg {
    margin-left: 1.5rem; }
  .u-mxb4-lg {
    margin-left: 1.5rem; }
  .u-mtb5-lg {
    margin-top: 3rem; }
  .u-myb5-lg {
    margin-top: 3rem; }
  .u-mrb5-lg {
    margin-right: 3rem; }
  .u-mxb5-lg {
    margin-right: 3rem; }
  .u-mbb5-lg {
    margin-bottom: 3rem; }
  .u-myb5-lg {
    margin-bottom: 3rem; }
  .u-mlb5-lg {
    margin-left: 3rem; }
  .u-mxb5-lg {
    margin-left: 3rem; }
  .u-mtb6-lg {
    margin-top: 36px; }
  .u-myb6-lg {
    margin-top: 36px; }
  .u-mrb6-lg {
    margin-right: 36px; }
  .u-mxb6-lg {
    margin-right: 36px; }
  .u-mbb6-lg {
    margin-bottom: 36px; }
  .u-myb6-lg {
    margin-bottom: 36px; }
  .u-mlb6-lg {
    margin-left: 36px; }
  .u-mxb6-lg {
    margin-left: 36px; }
  .u-mtb7-lg {
    margin-top: 42px; }
  .u-myb7-lg {
    margin-top: 42px; }
  .u-mrb7-lg {
    margin-right: 42px; }
  .u-mxb7-lg {
    margin-right: 42px; }
  .u-mbb7-lg {
    margin-bottom: 42px; }
  .u-myb7-lg {
    margin-bottom: 42px; }
  .u-mlb7-lg {
    margin-left: 42px; }
  .u-mxb7-lg {
    margin-left: 42px; }
  .u-mtb8-lg {
    margin-top: 48px; }
  .u-myb8-lg {
    margin-top: 48px; }
  .u-mrb8-lg {
    margin-right: 48px; }
  .u-mxb8-lg {
    margin-right: 48px; }
  .u-mbb8-lg {
    margin-bottom: 48px; }
  .u-myb8-lg {
    margin-bottom: 48px; }
  .u-mlb8-lg {
    margin-left: 48px; }
  .u-mxb8-lg {
    margin-left: 48px; }
  .u-mtb9-lg {
    margin-top: 54px; }
  .u-myb9-lg {
    margin-top: 54px; }
  .u-mrb9-lg {
    margin-right: 54px; }
  .u-mxb9-lg {
    margin-right: 54px; }
  .u-mbb9-lg {
    margin-bottom: 54px; }
  .u-myb9-lg {
    margin-bottom: 54px; }
  .u-mlb9-lg {
    margin-left: 54px; }
  .u-mxb9-lg {
    margin-left: 54px; }
  .u-mtb10-lg {
    margin-top: 60px; }
  .u-myb10-lg {
    margin-top: 60px; }
  .u-mrb10-lg {
    margin-right: 60px; }
  .u-mxb10-lg {
    margin-right: 60px; }
  .u-mbb10-lg {
    margin-bottom: 60px; }
  .u-myb10-lg {
    margin-bottom: 60px; }
  .u-mlb10-lg {
    margin-left: 60px; }
  .u-mxb10-lg {
    margin-left: 60px; }
  .u-p0-lg {
    padding: 0; }
  .u-ptb0-lg {
    padding-top: 0; }
  .u-pyb0-lg {
    padding-top: 0; }
  .u-prb0-lg {
    padding-right: 0; }
  .u-pxb0-lg {
    padding-right: 0; }
  .u-pbb0-lg {
    padding-bottom: 0; }
  .u-pyb0-lg {
    padding-bottom: 0; }
  .u-plb0-lg {
    padding-left: 0; }
  .u-pxb0-lg {
    padding-left: 0; }
  .u-ptb1-lg {
    padding-top: 0.25rem; }
  .u-pyb1-lg {
    padding-top: 0.25rem; }
  .u-prb1-lg {
    padding-right: 0.25rem; }
  .u-pxb1-lg {
    padding-right: 0.25rem; }
  .u-pbb1-lg {
    padding-bottom: 0.25rem; }
  .u-pyb1-lg {
    padding-bottom: 0.25rem; }
  .u-plb1-lg {
    padding-left: 0.25rem; }
  .u-pxb1-lg {
    padding-left: 0.25rem; }
  .u-ptb2-lg {
    padding-top: 0.5rem; }
  .u-pyb2-lg {
    padding-top: 0.5rem; }
  .u-prb2-lg {
    padding-right: 0.5rem; }
  .u-pxb2-lg {
    padding-right: 0.5rem; }
  .u-pbb2-lg {
    padding-bottom: 0.5rem; }
  .u-pyb2-lg {
    padding-bottom: 0.5rem; }
  .u-plb2-lg {
    padding-left: 0.5rem; }
  .u-pxb2-lg {
    padding-left: 0.5rem; }
  .u-ptb3-lg {
    padding-top: 1rem; }
  .u-pyb3-lg {
    padding-top: 1rem; }
  .u-prb3-lg {
    padding-right: 1rem; }
  .u-pxb3-lg {
    padding-right: 1rem; }
  .u-pbb3-lg {
    padding-bottom: 1rem; }
  .u-pyb3-lg {
    padding-bottom: 1rem; }
  .u-plb3-lg {
    padding-left: 1rem; }
  .u-pxb3-lg {
    padding-left: 1rem; }
  .u-ptb4-lg {
    padding-top: 1.5rem; }
  .u-pyb4-lg {
    padding-top: 1.5rem; }
  .u-prb4-lg {
    padding-right: 1.5rem; }
  .u-pxb4-lg {
    padding-right: 1.5rem; }
  .u-pbb4-lg {
    padding-bottom: 1.5rem; }
  .u-pyb4-lg {
    padding-bottom: 1.5rem; }
  .u-plb4-lg {
    padding-left: 1.5rem; }
  .u-pxb4-lg {
    padding-left: 1.5rem; }
  .u-ptb5-lg {
    padding-top: 3rem; }
  .u-pyb5-lg {
    padding-top: 3rem; }
  .u-prb5-lg {
    padding-right: 3rem; }
  .u-pxb5-lg {
    padding-right: 3rem; }
  .u-pbb5-lg {
    padding-bottom: 3rem; }
  .u-pyb5-lg {
    padding-bottom: 3rem; }
  .u-plb5-lg {
    padding-left: 3rem; }
  .u-pxb5-lg {
    padding-left: 3rem; }
  .u-ptb6-lg {
    padding-top: 36px; }
  .u-pyb6-lg {
    padding-top: 36px; }
  .u-prb6-lg {
    padding-right: 36px; }
  .u-pxb6-lg {
    padding-right: 36px; }
  .u-pbb6-lg {
    padding-bottom: 36px; }
  .u-pyb6-lg {
    padding-bottom: 36px; }
  .u-plb6-lg {
    padding-left: 36px; }
  .u-pxb6-lg {
    padding-left: 36px; }
  .u-ptb7-lg {
    padding-top: 42px; }
  .u-pyb7-lg {
    padding-top: 42px; }
  .u-prb7-lg {
    padding-right: 42px; }
  .u-pxb7-lg {
    padding-right: 42px; }
  .u-pbb7-lg {
    padding-bottom: 42px; }
  .u-pyb7-lg {
    padding-bottom: 42px; }
  .u-plb7-lg {
    padding-left: 42px; }
  .u-pxb7-lg {
    padding-left: 42px; }
  .u-ptb8-lg {
    padding-top: 48px; }
  .u-pyb8-lg {
    padding-top: 48px; }
  .u-prb8-lg {
    padding-right: 48px; }
  .u-pxb8-lg {
    padding-right: 48px; }
  .u-pbb8-lg {
    padding-bottom: 48px; }
  .u-pyb8-lg {
    padding-bottom: 48px; }
  .u-plb8-lg {
    padding-left: 48px; }
  .u-pxb8-lg {
    padding-left: 48px; }
  .u-ptb9-lg {
    padding-top: 54px; }
  .u-pyb9-lg {
    padding-top: 54px; }
  .u-prb9-lg {
    padding-right: 54px; }
  .u-pxb9-lg {
    padding-right: 54px; }
  .u-pbb9-lg {
    padding-bottom: 54px; }
  .u-pyb9-lg {
    padding-bottom: 54px; }
  .u-plb9-lg {
    padding-left: 54px; }
  .u-pxb9-lg {
    padding-left: 54px; }
  .u-ptb10-lg {
    padding-top: 60px; }
  .u-pyb10-lg {
    padding-top: 60px; }
  .u-prb10-lg {
    padding-right: 60px; }
  .u-pxb10-lg {
    padding-right: 60px; }
  .u-pbb10-lg {
    padding-bottom: 60px; }
  .u-pyb10-lg {
    padding-bottom: 60px; }
  .u-plb10-lg {
    padding-left: 60px; }
  .u-pxb10-lg {
    padding-left: 60px; }
  .u-mta-lg {
    margin-top: auto; }
  .u-mra-lg {
    margin-right: auto; }
  .u-mxa-lg {
    margin-right: auto; }
  .u-mla-lg {
    margin-left: auto; }
  .u-mxa-lg {
    margin-left: auto; } }

.u-mlb0-first:first-child {
  margin-left: 0; }

.u-mtb0-first:first-child {
  margin-top: 0; }

.u-mrb0-last:last-child {
  margin-right: 0; }

.u-mbb0-last:last-child {
  margin-bottom: 0; }

.u-h100p {
  height: 100%; }

.u-h100vh {
  height: 100vh; }

.u-ha {
  height: auto; }

.u-w100p {
  width: 100%; }

.u-w100-absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.u-wa {
  width: auto; }
  @media (min-width: 737px) {
    .u-wa-sm {
      width: auto; } }

.u-maw50p {
  max-width: 50%; }

.u-maw100p {
  max-width: 100%; }

.u-mah100p {
  max-height: 100%; }

.u-mah100vh {
  max-height: 100vh; }

.u-mih100vh {
  min-height: 100vh; }

.u-bgc-t {
  background-color: transparent; }

.u-ovh {
  overflow: hidden; }

.u-ova {
  overflow: auto; }

.u-ovs {
  overflow: scroll; }

.u-ditb {
  display: inline-table;
  /* crit */ }

.u-dtb {
  border-collapse: collapse; }
  .u-dtb--fixed {
    width: 100%;
    table-layout: fixed; }

.u-dn {
  display: none; }

.u-di {
  display: inline; }

.u-dib {
  display: inline-block; }

.u-db {
  display: block; }

.u-dtb {
  display: table; }

.u-dtr {
  display: table-row; }

.u-dtc {
  display: table-cell; }

.u-df {
  display: -ms-flexbox;
  display: flex; }

.u-dif {
  display: -ms-inline-flexbox;
  display: inline-flex; }

.u-dg {
  display: grid; }

@media (min-width: 737px) {
  .u-dn-sm {
    display: none; }
  .u-di-sm {
    display: inline; }
  .u-dib-sm {
    display: inline-block; }
  .u-db-sm {
    display: block; }
  .u-dtb-sm {
    display: table; }
  .u-dtr-sm {
    display: table-row; }
  .u-dtc-sm {
    display: table-cell; }
  .u-df-sm {
    display: -ms-flexbox;
    display: flex; }
  .u-dif-sm {
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .u-dg-sm {
    display: grid; } }

@media (min-width: 992px) {
  .u-dn-md {
    display: none; }
  .u-di-md {
    display: inline; }
  .u-dib-md {
    display: inline-block; }
  .u-db-md {
    display: block; }
  .u-dtb-md {
    display: table; }
  .u-dtr-md {
    display: table-row; }
  .u-dtc-md {
    display: table-cell; }
  .u-df-md {
    display: -ms-flexbox;
    display: flex; }
  .u-dif-md {
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .u-dg-md {
    display: grid; } }

@media (min-width: 1200px) {
  .u-dn-lg {
    display: none; }
  .u-di-lg {
    display: inline; }
  .u-dib-lg {
    display: inline-block; }
  .u-db-lg {
    display: block; }
  .u-dtb-lg {
    display: table; }
  .u-dtr-lg {
    display: table-row; }
  .u-dtc-lg {
    display: table-cell; }
  .u-df-lg {
    display: -ms-flexbox;
    display: flex; }
  .u-dif-lg {
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .u-dg-lg {
    display: grid; } }

.u-vat {
  vertical-align: top; }

.u-vam {
  vertical-align: middle; }

.u-vab {
  vertical-align: bottom; }

.u-fll {
  float: left; }

.u-flr {
  float: right; }

.u-fln {
  float: none; }

.u-tar {
  text-align: right; }
  @media (min-width: 737px) {
    .u-tar-sm {
      text-align: right; } }
  @media (min-width: 992px) {
    .u-tar-md {
      text-align: right; } }

.u-tac {
  text-align: center; }
  @media (min-width: 737px) {
    .u-tac-sm {
      text-align: center; } }

.u-tal {
  text-align: left; }
  @media (min-width: 737px) {
    .u-tal-sm {
      text-align: left; } }
  @media (min-width: 992px) {
    .u-tal-md {
      text-align: left; } }

.u-lh1 {
  line-height: 1; }

.u-lhb {
  line-height: 24px;
  line-height: 1.5rem; }

.u-posa0 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.u-posf0 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.u-poss {
  position: static; }

.u-posr {
  position: relative; }

.u-posa {
  position: absolute; }

.u-posf {
  position: fixed; }

@media (min-width: 737px) {
  .u-poss-sm {
    position: static; }
  .u-posr-sm {
    position: relative; }
  .u-posa-sm {
    position: absolute; }
  .u-posf-sm {
    position: fixed; } }

@media (min-width: 992px) {
  .u-poss-md {
    position: static; }
  .u-posr-md {
    position: relative; }
  .u-posa-md {
    position: absolute; }
  .u-posf-md {
    position: fixed; } }

@media (min-width: 1200px) {
  .u-poss-lg {
    position: static; }
  .u-posr-lg {
    position: relative; }
  .u-posa-lg {
    position: absolute; }
  .u-posf-lg {
    position: fixed; } }

.u-l0 {
  left: 0; }

.u-la {
  left: auto; }

.u-r0 {
  right: 0; }

.u-ra {
  right: auto; }

.u-t0 {
  top: 0; }

.u-ta {
  top: auto; }

.u-b0 {
  bottom: 0; }

.u-ba {
  bottom: auto; }

.u-fw300 {
  font-weight: 300; }

.u-fw400 {
  font-weight: 400; }

.u-fw500 {
  font-weight: 500; }

.u-fw700 {
  font-weight: 700; }

.u-fwsb {
  font-weight: 600; }

.u-fwb {
  font-weight: bold;
  /* crit */ }

.u-fwn {
  font-weight: normal; }

.u-fsi {
  font-style: italic; }

.u-fz0 {
  font-size: 0; }

.u-fz {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem; }
  .u-fz9 {
    font-size: 9px;
    font-size: 0.5625rem; }
  .u-fz10 {
    font-size: 10px;
    font-size: 0.625rem; }
  .u-fz13 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem; }
  .u-fz14 {
    font-size: 0.875rem;
    line-height: 1.125rem; }
  .u-fz15 {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
    line-height: 1.375rem; }
  .u-fz16 {
    font-size: 1rem;
    line-height: 1.625; }
  .u-fz18 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem; }

.u-ttu {
  text-transform: uppercase; }

.u-ttc {
  text-transform: capitalize; }

.u-tdu {
  text-decoration: underline; }

.u-tdn {
  text-decoration: none; }

.u-fx1 {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
  .u-fx110 {
    -ms-flex: 1 1 0%;
        flex: 1 1 0%; }

.u-fxg0 {
  -ms-flex-positive: 0;
      flex-grow: 0; }

.u-fxg1 {
  -ms-flex-positive: 1;
      flex-grow: 1; }

.u-fxs0 {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.u-fxs1 {
  -ms-flex-negative: 1;
      flex-shrink: 1; }

.u-fxb0 {
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%; }

.u-fxba {
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

.u-fxdc {
  -ms-flex-direction: column;
      flex-direction: column; }

.u-fxww {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.u-fxfdcr {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
  @media (max-width: 991.98px) {
    .u-fxfdcr-sm {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }

.u-z-1 {
  z-index: -1; }

.u-z0 {
  z-index: 0; }

.u-z1 {
  z-index: 1; }

.u-z2 {
  z-index: 2; }

.u-z3 {
  z-index: 3; }

.u-z4 {
  z-index: 4; }

.u-z5 {
  z-index: 5; }

.u-o0 {
  opacity: 0; }

.u-o1 {
  opacity: 1; }

.u-o-lightmuted {
  opacity: .6; }

.u-bgc-primary {
  background-color: #2f6c95; }

.u-c-primary {
  color: #2f6c95; }

.u-bdc-primary {
  border-color: #2f6c95; }

.u-s-primary {
  stroke: #2f6c95; }

.u-f-primary {
  fill: #2f6c95; }

.u-bgc-primaryAccessible {
  background-color: #368DC4; }

.u-c-primaryAccessible {
  color: #368DC4; }

.u-bdc-primaryAccessible {
  border-color: #368DC4; }

.u-s-primaryAccessible {
  stroke: #368DC4; }

.u-f-primaryAccessible {
  fill: #368DC4; }

.u-bgc-primaryLight {
  background-color: #A3CEE9; }

.u-c-primaryLight {
  color: #A3CEE9; }

.u-bdc-primaryLight {
  border-color: #A3CEE9; }

.u-s-primaryLight {
  stroke: #A3CEE9; }

.u-f-primaryLight {
  fill: #A3CEE9; }

.u-bgc-primaryLightest {
  background-color: #D3ECFC; }

.u-c-primaryLightest {
  color: #D3ECFC; }

.u-bdc-primaryLightest {
  border-color: #D3ECFC; }

.u-s-primaryLightest {
  stroke: #D3ECFC; }

.u-f-primaryLightest {
  fill: #D3ECFC; }

.u-bgc-primaryDark {
  background-color: #164F6E; }

.u-c-primaryDark {
  color: #164F6E; }

.u-bdc-primaryDark {
  border-color: #164F6E; }

.u-s-primaryDark {
  stroke: #164F6E; }

.u-f-primaryDark {
  fill: #164F6E; }

.u-bgc-secondary {
  background-color: #45494B; }

.u-c-secondary {
  color: #45494B; }

.u-bdc-secondary {
  border-color: #45494B; }

.u-s-secondary {
  stroke: #45494B; }

.u-f-secondary {
  fill: #45494B; }

.u-bgc-secondaryLight {
  background-color: #636464; }

.u-c-secondaryLight {
  color: #636464; }

.u-bdc-secondaryLight {
  border-color: #636464; }

.u-s-secondaryLight {
  stroke: #636464; }

.u-f-secondaryLight {
  fill: #636464; }

.u-bgc-thirdy {
  background-color: #CAC5C0; }

.u-c-thirdy {
  color: #CAC5C0; }

.u-bdc-thirdy {
  border-color: #CAC5C0; }

.u-s-thirdy {
  stroke: #CAC5C0; }

.u-f-thirdy {
  fill: #CAC5C0; }

.u-bgc-thirdyLight {
  background-color: #E8E6E3; }

.u-c-thirdyLight {
  color: #E8E6E3; }

.u-bdc-thirdyLight {
  border-color: #E8E6E3; }

.u-s-thirdyLight {
  stroke: #E8E6E3; }

.u-f-thirdyLight {
  fill: #E8E6E3; }

.u-bgc-thirdyLightest {
  background-color: #F7F5F2; }

.u-c-thirdyLightest {
  color: #F7F5F2; }

.u-bdc-thirdyLightest {
  border-color: #F7F5F2; }

.u-s-thirdyLightest {
  stroke: #F7F5F2; }

.u-f-thirdyLightest {
  fill: #F7F5F2; }

.u-bgc-thirdyDark {
  background-color: #B5AFA8; }

.u-c-thirdyDark {
  color: #B5AFA8; }

.u-bdc-thirdyDark {
  border-color: #B5AFA8; }

.u-s-thirdyDark {
  stroke: #B5AFA8; }

.u-f-thirdyDark {
  fill: #B5AFA8; }

.u-bgc-green {
  background-color: #2A8028; }

.u-c-green {
  color: #2A8028; }

.u-bdc-green {
  border-color: #2A8028; }

.u-s-green {
  stroke: #2A8028; }

.u-f-green {
  fill: #2A8028; }

.u-bgc-greenLightest {
  background-color: #C3ECC5; }

.u-c-greenLightest {
  color: #C3ECC5; }

.u-bdc-greenLightest {
  border-color: #C3ECC5; }

.u-s-greenLightest {
  stroke: #C3ECC5; }

.u-f-greenLightest {
  fill: #C3ECC5; }

.u-bgc-orange {
  background-color: #F7AC16; }

.u-c-orange {
  color: #F7AC16; }

.u-bdc-orange {
  border-color: #F7AC16; }

.u-s-orange {
  stroke: #F7AC16; }

.u-f-orange {
  fill: #F7AC16; }

.u-bgc-orangeLightest {
  background-color: #FBEED3; }

.u-c-orangeLightest {
  color: #FBEED3; }

.u-bdc-orangeLightest {
  border-color: #FBEED3; }

.u-s-orangeLightest {
  stroke: #FBEED3; }

.u-f-orangeLightest {
  fill: #FBEED3; }

.u-bgc-rouge {
  background-color: #A3153D; }

.u-c-rouge {
  color: #A3153D; }

.u-bdc-rouge {
  border-color: #A3153D; }

.u-s-rouge {
  stroke: #A3153D; }

.u-f-rouge {
  fill: #A3153D; }

.u-bgc-rougeLightest {
  background-color: #F3A0AE; }

.u-c-rougeLightest {
  color: #F3A0AE; }

.u-bdc-rougeLightest {
  border-color: #F3A0AE; }

.u-s-rougeLightest {
  stroke: #F3A0AE; }

.u-f-rougeLightest {
  fill: #F3A0AE; }

.u-bgc-purple {
  background-color: #7F35DE; }

.u-c-purple {
  color: #7F35DE; }

.u-bdc-purple {
  border-color: #7F35DE; }

.u-s-purple {
  stroke: #7F35DE; }

.u-f-purple {
  fill: #7F35DE; }

.u-bgc-purpleLightest {
  background-color: #E9DBFB; }

.u-c-purpleLightest {
  color: #E9DBFB; }

.u-bdc-purpleLightest {
  border-color: #E9DBFB; }

.u-s-purpleLightest {
  stroke: #E9DBFB; }

.u-f-purpleLightest {
  fill: #E9DBFB; }

.u-bgc-aquablue {
  background-color: #0dc7dc; }

.u-c-aquablue {
  color: #0dc7dc; }

.u-bdc-aquablue {
  border-color: #0dc7dc; }

.u-s-aquablue {
  stroke: #0dc7dc; }

.u-f-aquablue {
  fill: #0dc7dc; }

.u-bgc-sandy {
  background-color: #f3c782; }

.u-c-sandy {
  color: #f3c782; }

.u-bdc-sandy {
  border-color: #f3c782; }

.u-s-sandy {
  stroke: #f3c782; }

.u-f-sandy {
  fill: #f3c782; }

.u-bgc-text {
  background-color: #212529; }

.u-c-text {
  color: #212529; }

.u-bdc-text {
  border-color: #212529; }

.u-s-text {
  stroke: #212529; }

.u-f-text {
  fill: #212529; }

.u-bgc-highlight {
  background-color: #f8f9fa; }

.u-c-highlight {
  color: #f8f9fa; }

.u-bdc-highlight {
  border-color: #f8f9fa; }

.u-s-highlight {
  stroke: #f8f9fa; }

.u-f-highlight {
  fill: #f8f9fa; }

.u-bgc-lightest {
  background-color: rgba(255, 255, 255, 0.1); }

.u-c-lightest {
  color: rgba(255, 255, 255, 0.1); }

.u-bdc-lightest {
  border-color: rgba(255, 255, 255, 0.1); }

.u-s-lightest {
  stroke: rgba(255, 255, 255, 0.1); }

.u-f-lightest {
  fill: rgba(255, 255, 255, 0.1); }

.u-bgc-fff {
  background-color: #fff;
  /* crit */ }

.u-c-fff {
  color: #fff;
  /* crit */ }

.u-bdc-error {
  border-color: red; }

.u-c-inherit {
  color: inherit; }

.u-ptb4p5 {
  padding-top: 2rem; }

@media (max-width: 991.98px) {
  .u-df-fdc-sm {
    -ms-flex-direction: column;
        flex-direction: column; } }

/* crit:end */
.u-m0 {
  margin: 0;
  /* crit */ }

.u-ma {
  margin: auto;
  /* crit */ }

.u-mt-gutter {
  margin-top: 30px; }

.u-mt-gutter0p25x {
  margin-top: 7.5px; }

.u-mt-gutter0p5x {
  margin-top: 15px; }

.u-mt-gutter2x {
  margin-top: 60px; }

.u-mt-gutter1p5x {
  margin-top: 45px; }

.u-mt-gutter3x {
  margin-top: 90px; }

.u-mb-gutter {
  margin-bottom: 30px;
  /* crit */ }
  @media (min-width: 1200px) {
    .u-mb-gutter {
      margin-bottom: 50px;
      /* crit */ } }

.u-mb-gutter0p25x {
  margin-bottom: 7.5px; }
  @media (min-width: 1200px) {
    .u-mb-gutter0p25x {
      margin-bottom: 12.5px; } }

.u-mb-gutter0p5x {
  margin-bottom: 15px; }
  @media (min-width: 1200px) {
    .u-mb-gutter0p5x {
      margin-bottom: 25px; } }

.u-mb-gutter2x {
  margin-bottom: 60px; }
  @media (min-width: 1200px) {
    .u-mb-gutter2x {
      margin-bottom: 100px; } }

.u-mb-gutter1p5x {
  margin-bottom: 45px; }
  @media (min-width: 1200px) {
    .u-mb-gutter1p5x {
      margin-bottom: 75px; } }

.u-mb-gutter3x {
  margin-bottom: 90px; }
  @media (min-width: 1200px) {
    .u-mb-gutter3x {
      margin-bottom: 150px; } }

.u-mr0 {
  margin-right: 0;
  /* crit */ }

.u-mr-gutter {
  margin-right: 30px;
  /* crit */ }

.u-mr-gutter0p25x {
  margin-right: 7.5px;
  /* crit */ }

.u-mr-gutter0p5x {
  margin-right: 15px;
  /* crit */ }

.u-mr-gutter2x {
  margin-right: 60px; }

.u-mr-gutter1p5x {
  margin-right: 45px; }

.u-mr-gutter3x {
  margin-right: 90px; }

.u-p0 {
  padding: 0; }

.u-pt-gutter {
  padding-top: 30px; }

.u-pt-gutter0p5x {
  padding-top: 15px; }

.u-pt-gutter2x {
  padding-top: 60px; }

.u-pt-gutter1p5x {
  padding-top: 45px; }

.u-pt-gutter3x {
  padding-top: 90px; }

.u-pb-gutter {
  padding-bottom: 30px; }

.u-pb-gutter0p5x {
  padding-bottom: 15px; }

.u-pb-gutter2x {
  padding-bottom: 60px; }

.u-pb-gutter1p5x {
  padding-bottom: 45px; }

.u-pb-gutter3x {
  padding-bottom: 90px; }

.u-pl-gutter {
  padding-left: 30px; }

.u-pl-gutter0p25x {
  padding-left: 7.5px; }

.u-pl-gutter0p5x {
  padding-left: 15px; }

.u-pl-gutter2x {
  padding-left: 60px; }

.u-pl-gutter1p5x {
  padding-left: 45px; }

.u-pl-gutter3x {
  padding-left: 90px; }

.u-pr-gutter {
  padding-right: 30px; }

.u-pr-gutter0p25x {
  padding-right: 7.5px; }

.u-pr-gutter0p5x {
  padding-right: 15px; }

.u-pr-gutter2x {
  padding-right: 60px; }

.u-pr-gutter1p5x {
  padding-right: 45px; }

.u-pr-gutter3x {
  padding-right: 90px; }

/* crit:start */
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important; }

/* crit:end */
@media (max-width: 736.98px) {
  /* crit:start */
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  td.visible-xs, th.visible-xs {
    display: table-cell !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; }
  .hidden-xs {
    display: none !important; }
  /* crit:end */ }

@media (max-width: 991.98px) {
  /* crit:start */
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  td.visible-sm, th.visible-sm {
    display: table-cell !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; }
  .hidden-sm {
    display: none !important; }
  /* crit:end */ }

@media (min-width: 737px) and (max-width: 1199.98px) {
  /* crit:start */
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  td.visible-md, th.visible-md {
    display: table-cell !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; }
  .hidden-md {
    display: none !important; }
  /* crit:end */ }

@media (min-width: 1200px) {
  /* crit:start */
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  td.visible-lg, th.visible-lg {
    display: table-cell !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; }
  .hidden-lg {
    display: none !important; }
  /* crit:end */ }

/* crit:start */
.visible-print {
  display: none !important; }

/* crit:end */
@media print {
  /* crit:start */
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  td.visible-print, th.visible-print {
    display: table-cell !important; }
  /* crit:end */ }

/* crit:start */
.visible-print-block {
  display: none !important; }

/* crit:end */
@media print {
  /* crit:start */
  .visible-print-block {
    display: block !important; }
  /* crit:end */ }

.visible-print-inline {
  /* crit:start */
  display: none !important; }

@media print {
  /* crit:start */
  .visible-print-inline {
    display: inline !important; }
  /* crit:end */ }

/* crit:start */
.visible-print-inline-block {
  display: none !important; }

/* crit:end */
@media print {
  /* crit:start */
  .visible-print-inline-block {
    display: inline-block !important; }
  /* crit:end */ }

@media print {
  /* crit:start */
  .hidden-print {
    display: none !important; }
  /* crit:end */ }

/* crit:start */
.hidden {
  display: none !important; }

/* crit:end */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

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

.u-bgimg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* crit */ }

.u-embed {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 100%;
  /* crit */ }
  .u-embed__item,
  .u-embed iframe,
  .u-embed embed,
  .u-embed object,
  .u-embed video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
    /* crit */ }
  .u-embed--16by9 {
    padding-bottom: 56.25%;
    /* crit */ }
  .u-embed--4by3 {
    padding-bottom: 75%; }

.u-focus-outline:focus {
  outline: 1px dotted currentColor; }

.u-link-tdn:hover, .u-link-tdn:focus {
  text-decoration: none; }

.u-link-colorstay:hover, .u-link-colorstay:focus {
  color: currentColor; }

.u-btn-unstyled {
  /* crit:start */
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  /* crit:end */ }
  .u-btn-unstyled:hover, .u-btn-unstyled:focus {
    text-decoration: none;
    background-color: transparent; }
  .u-btn-unstyled:disabled {
    cursor: auto; }

.u-list-unstyled {
  list-style-type: none;
  margin: 0;
  padding: 0;
  /* crit */ }

.u-input-unstyled {
  border: 0;
  /* crit */ }

.u-vertical-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* crit */ }

.u-absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* crit */ }

.u-horizontal-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* crit */ }

.u-gb:last-child {
  margin-bottom: 0; }

.u-gb--xs {
  margin-bottom: 30px; }

@media (min-width: 737px) {
  .u-gb--sm {
    margin-bottom: 30px; } }

.u-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%; }

@media (min-width: 737px) {
  .u-collapse-xsmax {
    display: block; }
    .u-collapse-xsmax-inline-block {
      display: inline-block; } }

@media (min-width: 992px) {
  .u-collapse-smmax {
    display: block; }
    .u-collapse-smmax-inline-block {
      display: inline-block; } }

@media (min-width: 1200px) {
  .u-collapse-mdmax {
    display: block; }
    .u-collapse-mdmax-inline-block {
      display: inline-block; } }

.u-container-tight {
  max-width: 800px;
  margin: 0 auto; }

.u-bt-d {
  border-top: 1px dotted #CAC5C0; }

.u-publication-head {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem; }
  .u-publication-head .c-article-card--featured {
    -ms-flex-positive: 0;
        flex-grow: 0;
    min-width: 25%;
    margin-left: auto; }
    @media (min-width: 737px) and (max-width: 1199.98px) {
      .u-publication-head .c-article-card--featured {
        min-width: auto; } }
    @media (max-width: 991.98px) {
      .u-publication-head .c-article-card--featured {
        min-width: auto;
        width: 100%;
        margin-top: 1rem; } }

.u-table-responsive table {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  border: 0; }
  .u-table-responsive table thead {
    font-weight: bold; }
    .u-table-responsive table thead > tr {
      background-color: #164F6E; }
      .u-table-responsive table thead > tr td {
        color: #fff; }
  .u-table-responsive table td {
    border: 0;
    padding: 12px 10px; }
  .u-table-responsive table tr {
    border-bottom: 1px solid #E8E6E3; }

.o-addthisdrop__list {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  border: solid 1px #CAC5C0;
  padding: 7.5px;
  color: #45494B;
  font-size: 13px;
  font-size: 0.8125rem;
  z-index: 1;
  background-color: #fff;
  top: calc(100% - 1px);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  min-width: 0;
  /* crit:start */
  display: none;
  /* crit:end */ }
  .o-addthisdrop:hover .o-addthisdrop__list,
  .o-addthisdrop__trigger:hover ~ .o-addthisdrop__list {
    display: block; }
  .o-addthisdrop__list:before {
    content: '';
    border-left: 1px solid #CAC5C0;
    border-top: 1px solid #CAC5C0;
    width: 10px;
    height: 10px;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
    position: absolute;
    top: -5px;
    left: 50%;
    background-color: #fff; }

.o-addthisdrop__item:not(:last-of-type) {
  margin-bottom: 7.5px; }

.o-addthisdrop__link {
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 50%;
  border: 1px solid #dedede;
  height: 35px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .o-addthisdrop__link.o-addthisdrop__link.o-addthisdrop__link {
    width: 35px;
    line-height: 36px;
    line-height: 2.25rem;
    margin-bottom: 0;
    padding: 0;
    color: inherit; }
  .o-addthisdrop__link:hover, .o-addthisdrop__link:focus {
    text-decoration: none; }

.o-addthisdrop__icon {
  vertical-align: middle; }

.o-affix {
  position: static;
  width: 100%; }
  .o-affix.is-fixed {
    position: fixed;
    top: 0;
    bottom: auto;
    z-index: 3; }
    @media (min-width: 737px) {
      .o-affix.is-fixed {
        max-height: 100vh;
        overflow: auto; } }
  .o-affix.is-stopped {
    position: absolute;
    bottom: 0;
    top: auto;
    z-index: 3; }
    @media (min-width: 737px) {
      .o-affix.is-stopped {
        max-height: 100vh;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
            align-items: flex-end; } }

.o-blockquote {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.67;
  border: 0;
  background-color: #f1f2f9;
  padding: 25px 100px;
  quotes: "“" "„" "‘" "’"; }
  @media (max-width: 599px) {
    .o-blockquote {
      font-size: 16px;
      font-size: 1rem;
      padding: 25px 45px; } }
  .o-contentpage__content .o-blockquote:not(:last-child) {
    margin-bottom: 30px; }
  .o-blockquote__body {
    margin-bottom: 14px; }
    .o-blockquote__body:before, .o-blockquote__body:after {
      font-family: Quotes;
      font-size: 60px;
      font-size: 3.75rem;
      position: absolute;
      color: #7637d1;
      line-height: 1;
      font-size: 46px;
      font-size: 2.875rem; }
    .o-blockquote__body:before {
      content: open-quote;
      top: -12px;
      left: -70px; }
      @media (max-width: 599px) {
        .o-blockquote__body:before {
          left: -34px; } }
    .o-blockquote__body:after {
      content: close-quote;
      bottom: 0;
      right: -70px; }
      @media (max-width: 599px) {
        .o-blockquote__body:after {
          right: -34px; } }
  .o-blockquote__author {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.29;
    color: #3f0d9b;
    opacity: .7; }

.o-breadcrumb {
  margin-top: 23px;
  margin-bottom: 24px;
  /* crit */ }
  .o-breadcrumb__item, .o-breadcrumb .CMSBreadCrumbsLink, .o-breadcrumb a.CMSBreadCrumbsLink {
    color: #45494B;
    font-size: 14px;
    font-size: 0.875rem;
    /* crit */ }
    .o-breadcrumb__item:not(.is-current), .o-breadcrumb .CMSBreadCrumbsLink:not(.is-current), .o-breadcrumb a.CMSBreadCrumbsLink:not(.is-current) {
      font-weight: 600;
      color: #2f6c95;
      /* crit */ }
      .o-breadcrumb__item:not(.is-current) > .link-text, .o-breadcrumb .CMSBreadCrumbsLink:not(.is-current) > .link-text, .o-breadcrumb a.CMSBreadCrumbsLink:not(.is-current) > .link-text {
        border-bottom: 1px dotted #2f6c95; }
      .o-breadcrumb__item:not(.is-current):hover > .link-text, .o-breadcrumb .CMSBreadCrumbsLink:not(.is-current):hover > .link-text, .o-breadcrumb a.CMSBreadCrumbsLink:not(.is-current):hover > .link-text {
        border-bottom-style: solid; }
    .o-breadcrumb__item:not(:last-child):after, .o-breadcrumb .CMSBreadCrumbsLink:not(:last-child):after, .o-breadcrumb a.CMSBreadCrumbsLink:not(:last-child):after {
      font-family: 'g-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      vertical-align: middle;
      font-size: 8px;
      font-size: 0.5rem;
      color: #b5b6b7;
      margin: 0 9px;
      /* crit */ }
    .o-breadcrumb__item:hover, .o-breadcrumb .CMSBreadCrumbsLink:hover, .o-breadcrumb a.CMSBreadCrumbsLink:hover {
      text-decoration: none; }
  .o-breadcrumb .CMSBreadCrumbsCurrentItem {
    font-size: 14px;
    font-size: 0.875rem;
    /* crit */ }
  @media (max-width: 991.98px) {
    .o-breadcrumb > a:not(:last-of-type) {
      display: none; }
    .o-breadcrumb > a:last-of-type {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
          align-items: center; }
      .o-breadcrumb > a:last-of-type:before {
        font-family: 'g-icons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        margin-right: 0.6rem; }
      .o-breadcrumb > a:last-of-type:after {
        display: none !important; }
    .o-breadcrumb .CMSBreadCrumbsCurrentItem {
      display: none; } }

.o-btn-sticky, .o-btn-sticky__feedback {
  /* crit:start */
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(-90deg) translateY(2.6em) translateX(25%);
          transform: rotate(-90deg) translateY(2.6em) translateX(25%);
  z-index: 10;
  border: 0;
  /* crit:end */ }

.o-btn {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #B5AFA8;
  color: #45494B;
  text-align: center;
  border-radius: 30px;
  padding: 10px 24px 10px 24px;
  display: inline-block;
  font-weight: 700;
  transition: 0.3s all;
  text-transform: uppercase;
  /* crit */ }
  .o-btn:hover, .o-btn:focus {
    text-decoration: none;
    background-color: transparent; }
  .o-btn:disabled {
    cursor: auto; }
  .o-btn:hover, .o-btn:focus {
    color: #B5AFA8; }
  .o-btn--primarydark {
    background-color: #164F6E;
    border-color: #164F6E;
    color: #fff; }
    .o-btn--primarydark:hover, .o-btn--primarydark:focus {
      background-color: #2f6c95;
      border-color: #2f6c95;
      color: #fff; }
  .o-btn--smalltext {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2857142857;
    /* crit */ }
  .o-btn--withlinkicon {
    position: relative;
    padding-right: 48px;
    /* crit */ }
    .o-btn--withlinkicon:after {
      font-family: 'g-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 0.875em;
      right: 18px; }
  .o-btn--icon {
    position: relative; }
    .o-btn--icon span[class^='g-icon-'] {
      position: absolute;
      right: 1rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .o-btn--white {
    background-color: #fff;
    border: 1px solid #fff; }
    .o-btn--white:hover, .o-btn--white:focus {
      background-color: #fff; }
  .o-btn--withmapicon {
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 13px 10px 18px; }
    .o-btn--withmapicon:after {
      font-family: 'g-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      color: #2f6c95;
      vertical-align: middle;
      padding-left: 10px;
      top: -3px;
      position: relative;
      font-size: 1.2rem; }
  .o-btn--help {
    border: 1px solid #2f6c95;
    color: #fff;
    line-height: 18px;
    line-height: 1.125rem;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 6px 27px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .o-btn--help:after {
      font-family: 'g-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      color: #2f6c95;
      vertical-align: middle;
      right: -10px;
      top: -1px;
      position: relative; }
      @media (max-width: 736.98px) {
        .o-btn--help:after {
          font-size: 1.7rem;
          right: -27px;
          top: 5px; } }
    @media (max-width: 736.98px) {
      .o-btn--help {
        border: 0; } }
  .o-btn-sticky__feedback {
    /* crit:start */
    background-color: #368DC4;
    color: #fff;
    padding: 11px 18px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    box-shadow: 0px -1px 8px 0px rgba(0, 0, 0, 0.3);
    border-radius: 2px 0px 0px 2px;
    /* crit:end */ }
    @media (max-width: 1199.98px) {
      .o-btn-sticky__feedback {
        /* crit:start */
        display: none;
        /* crit:end */ } }
  .o-btn--invert {
    border-color: #ffffff;
    color: #ffffff; }
    .o-btn--invert:hover, .o-btn--invert:focus {
      background-color: #FFFFFF;
      color: #164F6E; }
  .o-btn--alt {
    border-color: #B5AFA8;
    color: #45494B; }
    .o-btn--alt:hover {
      border-color: #164F6E;
      background-color: #164F6E;
      color: #FFFFFF; }
  .o-btn--outline {
    border-color: #FFFFFF;
    background-color: transparent;
    color: #FFFFFF; }
    .o-btn--outline:hover, .o-btn--outline:focus {
      color: #164F6E;
      background-color: #FFFFFF; }
    .o-btn--outline.o-btn--primary {
      border-color: #2f6c95;
      color: #2f6c95; }
      .o-btn--outline.o-btn--primary:hover, .o-btn--outline.o-btn--primary:focus {
        border-color: #fff;
        color: #164F6E; }
    .o-btn--outline.o-btn--primary-bg {
      border-color: #2f6c95;
      color: #2f6c95; }
      .o-btn--outline.o-btn--primary-bg:hover, .o-btn--outline.o-btn--primary-bg:focus {
        background-color: #2f6c95;
        color: #fff; }
  .o-btn--s {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 18px;
    line-height: 1.125rem;
    padding: 8px 16px; }
    .o-btn--s.o-btn--icon {
      padding-right: 32px; }
      .o-btn--s.o-btn--icon span[class^='g-icon-'] {
        right: 0.8rem; }
  .o-btn--back {
    position: relative;
    padding-left: 2.2rem; }
    .o-btn--back:before {
      font-family: 'g-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 0.625em;
      margin-left: 5px;
      position: absolute;
      left: 0.8rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 0.7rem; }
  .o-btn--gradient {
    background-image: linear-gradient(90deg, #368DC4 0%, #164F6E 100%);
    position: relative;
    z-index: 1; }
    .o-btn--gradient:before {
      position: absolute;
      content: "";
      top: -1px;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(90deg, #fff 0%, #fff 100%);
      z-index: -1;
      transition: 0.3s all;
      opacity: 0;
      border-radius: 999px;
      height: calc(100% + 2px); }
    .o-btn--gradient:hover, .o-btn--gradient:focus {
      color: #2f6c95;
      outline: none; }
      .o-btn--gradient:hover:before, .o-btn--gradient:focus:before {
        opacity: 1; }

.o-link-smalltext {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  /* crit */ }

.o-link-bigtext {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  /* crit */ }

.o-link-withicon {
  position: relative;
  color: #368DC4;
  outline: 0;
  /* crit */ }
  .o-link-withicon:after {
    font-family: 'g-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.625em;
    margin-left: 5px; }
  .o-link-withicon:hover {
    text-decoration: none;
    color: #368DC4; }

.o-cta-button {
  text-decoration: none !important; }

.o-cta-wrapper .o-cta-button {
  text-align: center;
  text-transform: uppercase;
  color: #45494b;
  padding: 11px;
  margin: 20px 0px 40px; }
  .o-cta-wrapper .o-cta-button:after {
    content: none; }

.o-cta-wrapper .o-btn-blue {
  color: #ffffff;
  text-decoration: none; }

.o-btn-blue {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff !important;
  background: #2f6c95;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.22);
  border-radius: 2px;
  padding: 14px 24px;
  font-weight: bold;
  margin: 20px 0;
  display: inline-block; }
  .o-btn-blue:hover, .o-btn-blue:focus {
    text-decoration: none;
    background-color: transparent; }
  .o-btn-blue:disabled {
    cursor: auto; }
  .o-btn-blue:hover, .o-btn-blue:focus {
    color: #fff;
    text-decoration: none;
    background: #164F6E; }
  .o-btn-blue.o-btn--withlinkicon {
    padding-right: 48px; }

.o-btn-blue--no-spacing {
  margin-top: 0;
  margin-bottom: 0; }

.o-btn-back {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  text-align: center;
  text-transform: uppercase;
  color: #45494b;
  padding: 11px 12px;
  border: 1px solid #cac5c0;
  box-sizing: border-box;
  border-radius: 64px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px; }
  .o-btn-back:before {
    content: "\EA02";
    font-family: g-icons;
    font-size: 0.7em;
    margin-right: 10px; }
  .o-btn-back:hover {
    color: #b5afa8;
    text-decoration: none; }

.o-btn-icon {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent; }

.o-card {
  border: 1px solid rgba(35, 35, 35, 0.2);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  position: relative;
  border-top-width: 0;
  padding: 35px;
  background-color: #fff; }
  .o-card:before {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    bottom: auto;
    left: -1px;
    height: 6px;
    background-color: #2f6c95;
    background-image: linear-gradient(to left, #7a3dce, #2f6c95); }
  .o-card__head {
    margin-bottom: 25px; }
  .o-card__body {
    margin-bottom: 30px; }
  .o-card__icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
    font-size: 2.25rem;
    margin-right: 24px; }
  .o-card__title {
    position: relative;
    padding-left: 60px;
    padding-top: 6px; }

.o-charcap {
  /* crit */ }
  .o-charcap__text {
    transition: opacity 0.8s linear; }
    .o-charcap__text.is-loaded {
      opacity: 1; }
    .o-charcap__text.is-truncated {
      font-size: 26px;
      font-size: 1.625rem; }

.o-checkbox {
  position: relative; }
  .o-checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 16px;
    width: 16px;
    top: 5px;
    left: 6px; }
    .o-checkbox input[type=checkbox] + label {
      display: block;
      margin: 0.2em;
      cursor: pointer;
      padding: 0.2em; }
      .o-checkbox input[type=checkbox] + label:before {
        font-family: 'g-icons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        border: 1px solid #CAC5C0;
        background: #fff;
        border-radius: 2px;
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 0.2em;
        vertical-align: top;
        color: transparent;
        transition: .2s;
        font-size: 15px;
        font-size: 0.9375rem;
        margin-top: 2px; }
    .o-checkbox input[type=checkbox]:checked + label:before {
      background-color: #2f6c95;
      border-color: #2f6c95;
      color: #fff; }
    .o-checkbox input[type=checkbox]:disabled + label:before {
      background: #E8E6E3; }
    .o-checkbox input[type=checkbox]:checked:disabled + label:before {
      background: #E8E6E3;
      border: 1px solid #CAC5C0; }

input[type=checkbox] input[type=checkbox]:checked:disabled + label:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #bfb;
  border-color: #bfb; }

.o-collapsecaret:before {
  content: ""; }
  .collapsed .o-collapsecaret:before {
    content: ""; }

/* crit:start */
.o-collapselist:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #CAC5C0; }

.o-collapselist__body {
  padding-bottom: 0.75rem; }

.o-collapselist__title {
  font-family: 'Open Sans', Arial, 'sans-serif';
  color: #45494B;
  padding-bottom: 12px;
  padding-top: 12px;
  line-height: 1.2;
  margin-bottom: 0 !important; }
  .o-collapselist__title-link {
    color: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5; }
    .o-collapselist__title-link.o-collapselist__title-link {
      color: #45494B;
      text-decoration: none; }

.o-collapselist__icon {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #45494B; }
  .o-collapselist__icon:before, .o-collapselist__icon:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: currentColor;
    top: 12px;
    left: 4px; }
  .o-collapselist__icon:after {
    transition: .5s all;
    opacity: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
    .collapsed .o-collapselist__icon:after {
      opacity: 1; }

.o-collapselist__panel {
  position: relative;
  padding-top: 10px; }

.o-collapselist .o-collapselist__title-link.o-collapselist__title-link {
  color: #45494B;
  text-decoration: none; }

/* crit:end */
/* crit:start */
.o-contentpage {
  color: #45494B; }
  .o-contentpage__sideshare {
    border: 1px solid #CAC5C0;
    border-radius: 3px;
    border-collapse: collapse;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    color: #45494B;
    /* crit */ }
    .o-contentpage__sideshare-col:not(:last-child) {
      border-right: 1px solid #CAC5C0;
      /* crit */ }
    .o-contentpage__sideshare-icon {
      font-size: 15px;
      font-size: 0.9375rem;
      color: #2f6c95;
      /* crit */ }
    .o-contentpage__sideshare-btn {
      padding-top: 6px;
      padding-bottom: 6px;
      background-color: #fff;
      transition: .3s all;
      /* crit */ }
      .o-contentpage__sideshare-btn:hover, .o-contentpage__sideshare-btn:focus {
        background-color: #f4f3f2; }
  .o-contentpage__title {
    color: #45494B;
    margin-bottom: 25px;
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.05; }
  .o-contentpage__sideitem:not(:last-child) {
    margin-bottom: 36px; }
  .o-contentpage__sidebox {
    border: 1px solid #CAC5C0;
    padding: 30px 30px 37px 30px;
    color: #45494B; }
    .o-contentpage__sidebox-head {
      background-color: #164F6E;
      padding-top: 15px;
      padding-bottom: 15px;
      margin-left: -1px;
      margin-right: -1px; }
      .o-contentpage__sidebox--nopad .o-contentpage__sidebox-head {
        padding-left: 25px;
        padding-right: 25px; }
      .o-contentpage__sidebox-head--secondary {
        background-image: none;
        background-color: #45494B; }
      .o-contentpage__sidebox-head--tertiary {
        background-image: none;
        background-color: transparent;
        position: relative;
        padding-top: 19px; }
        .o-contentpage__sidebox-head--tertiary:before {
          content: '';
          position: absolute;
          top: -1px;
          right: 0;
          bottom: auto;
          left: 0;
          height: 6px;
          background-image: linear-gradient(to left, #7a3dce, #2f6c95); }
        .o-contentpage__sidebox-head--tertiary:after {
          content: '';
          position: absolute;
          border-bottom: 2px solid #CAC5C0;
          width: calc(100% - 25px * 2); }
    .o-contentpage__sidebox-body--with-sidepad {
      padding-left: 25px;
      padding-right: 25px; }
    .o-contentpage__sidebox--nopad .o-contentpage__sidebox-foot {
      padding-left: 25px;
      padding-right: 25px; }
    .o-contentpage__sidebox-title {
      font-family: 'Open Sans', Arial, 'sans-serif';
      color: #fff;
      line-height: 26px;
      line-height: 1.625rem;
      font-size: 16px;
      font-size: 1rem; }
      .o-contentpage__sidebox-titleicon {
        font-size: 27px;
        font-size: 1.6875rem;
        margin-right: 10px; }
        .c-sidegeneric .o-contentpage__sidebox-titleicon {
          margin-right: 20px; }
      .o-contentpage__sidebox-title--tertiary {
        color: inherit;
        margin-bottom: 12px; }
    .o-contentpage__sidebox--nopad {
      padding: 0; }
    .o-contentpage__sidebox--noborder {
      border-color: transparent; }
    .o-contentpage__sidebox--tertiary {
      background: #ffffff;
      border: 1px solid #E8E6E3; }
      .o-contentpage__sidebox--tertiary .o-contentpage__sidebox-title {
        font-size: 16px;
        font-size: 1rem;
        line-height: 26px;
        line-height: 1.625rem;
        color: #FFFFFF; }
        .o-contentpage__sidebox--tertiary .o-contentpage__sidebox-title p {
          margin: 0px; }
      .o-contentpage__sidebox--tertiary .c-sidegeneric__body a {
        font-weight: bold; }
  .o-contentpage__content {
    font-family: 'Open Sans', Arial, 'sans-serif'; }
    .o-contentpage__content h2:not([class]), .o-contentpage__content h3:not([class]), .o-contentpage__content h4:not([class]), .o-contentpage__content h5:not([class]), .o-contentpage__content h6:not([class]) {
      color: #45494B;
      margin: 12px 0;
      margin-bottom: 20px; }
    .o-contentpage__content > p {
      margin-bottom: 26px; }
    .o-contentpage__content > img {
      max-width: 100%; }
      .o-contentpage__content > img:not(:last-child) {
        margin-bottom: 22px; }
    .o-contentpage__content .lead {
      color: #45494B;
      margin-bottom: 32px; }
    .o-contentpage__content ol li, .o-contentpage__content ul li {
      margin: 10px 0 0; }
    .o-contentpage__content .o-richtext h2:not([class]) {
      font-family: 'Open Sans', Arial, 'sans-serif';
      font-size: 28px;
      font-size: 1.75rem;
      font-weight: 700;
      line-height: 38px;
      line-height: 2.375rem;
      font-weight: 600; }
    .o-contentpage__content .o-richtext h3:not([class]) {
      font-family: 'Open Sans', Arial, 'sans-serif';
      font-size: 22px;
      font-size: 1.375rem;
      font-weight: 700;
      line-height: 32px;
      line-height: 2rem; }
    .o-contentpage__content .o-richtext h4:not([class]) {
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 28px;
      line-height: 1.75rem;
      font-weight: 600; }
    .o-contentpage__content .o-richtext h5:not([class]), .o-contentpage__content .o-richtext h6:not([class]) {
      font-family: Gibson, Arial, 'sans-serif';
      font-size: 16px;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.76;
      font-weight: 600; }
  .o-contentpage__side {
    position: relative;
    width: 100%; }
    @media (min-width: 992px) {
      .o-contentpage__side--border:after {
        display: block;
        height: 100%;
        content: '';
        width: 2px;
        background: #E8E6E3;
        position: absolute;
        right: 15px;
        top: 0;
        z-index: 1; } }
    @media (max-width: 991.98px) {
      .o-contentpage__side {
        display: none; } }
    @media (min-width: 992px) {
      .o-contentpage__side-noborder:after {
        display: none; }
      .o-contentpage__side aside {
        position: relative;
        z-index: 2;
        width: 100%; } }
    .o-contentpage__side-title {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.4666666667;
      padding: 12px 17px; }
    .o-contentpage__side-label {
      display: inline-block;
      -ms-flex-negative: 1;
          flex-shrink: 1; }
    .o-contentpage__side-list {
      list-style: none;
      margin: 0;
      padding: 0;
      /*crit*/ }
      .o-contentpage__side-list li {
        position: relative; }
        .o-contentpage__side-list li:first-of-type > a {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center; }
          .o-contentpage__side-list li:first-of-type > a:before {
            font-family: 'g-icons' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            display: inline-block;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "";
            vertical-align: middle;
            font-size: 9px;
            font-size: 0.5625rem;
            margin-right: 15px;
            /*crit*/ }
          .o-contentpage__side-list li:first-of-type > a:after {
            display: none; }
        .o-contentpage__side-list li > a {
          display: block;
          font-size: 13px;
          font-size: 0.8125rem;
          line-height: 1.5384615385;
          padding: 12px 17px;
          font-weight: 600;
          color: #212529;
          border-top: 2px solid #E8E6E3;
          border-bottom: 2px solid #E8E6E3;
          margin-bottom: -2px;
          /*crit*/ }
          .o-contentpage__side-list li > a:after {
            font-family: 'g-icons' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            display: inline-block;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "";
            vertical-align: middle;
            font-size: 9px;
            font-size: 0.5625rem;
            margin-right: 10px;
            position: absolute;
            right: 10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            /*crit*/ }
          .o-contentpage__side-list li > a:hover, .o-contentpage__side-list li > a:focus {
            cursor: pointer;
            background: #e8e6e3;
            border-color: #e8e6e3;
            text-decoration: none; }
            @media (max-width: 991.98px) {
              .o-contentpage__side-list li > a:hover, .o-contentpage__side-list li > a:focus {
                background: #005B2E;
                border-color: #005B2E;
                color: #FFFFFF; } }
        .o-contentpage__side-list li.active {
          background: #2f6c95;
          color: white;
          position: relative;
          z-index: 2; }
          .o-contentpage__side-list li.active > a {
            color: white;
            border-color: #2f6c95;
            pointer-events: none; }
            .o-contentpage__side-list li.active > a:after {
              display: none; }
          .o-contentpage__side-list li.active:after {
            content: '';
            display: none;
            background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDggMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0tNi4xOTkzNmUtMDcgMzZDMC4wODAyMTMxIDMxLjAyMiAyLjA4NTU2IDI3LjQxNDggNS4wOTM1OCAyMy43NzE1QzYuMDU2MTUgMjIuNTgxMiA3LjUgMjEuMjgyNiA3LjUgMThDNy41IDE0LjcxNzQgNi4wNTYxNSAxMy40MTg4IDUuMDkzNTggMTIuMjI4NUMyLjA0NTQ1IDguNTg1MTcgMC4wNDAxMDc1IDQuOTc3OTYgOS41MzY3NGUtMDcgLTMuMjc4MzVlLTA3TC02LjE5OTM2ZS0wNyAzNloiIGZpbGw9IiMzMzc2QTMiLz4KPC9zdmc+Cg==");
            right: -6px;
            width: 8px;
            height: 36px;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            z-index: 1;
            position: absolute; }
          .o-contentpage__side-list li.active:hover a {
            background: #2f6c95;
            border-color: #2f6c95; }
        .o-contentpage__side-list li ul {
          list-style: none;
          margin: 0;
          padding: 0;
          /*crit*/ }
        .o-contentpage__side-list li:first-child > a {
          border-top: 0; }
      .o-contentpage__side-list.is-noarrow li > a:before, .o-contentpage__side-list.is-noarrow li > a:after {
        display: none; }
      .o-contentpage__side-listlink {
        display: block;
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.5384615385;
        padding: 12px 17px;
        font-weight: 600;
        color: #212529;
        position: relative; }
        .o-contentpage__side-listlink:after {
          font-family: 'g-icons' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          display: inline-block;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          vertical-align: middle;
          font-size: 9px;
          font-size: 0.5625rem;
          margin-right: 10px;
          position: absolute;
          right: 7px;
          top: 18px;
          /*crit*/ }
    @media (min-width: 992px) {
      .o-contentpage__side-scrollspy {
        max-width: 210px; } }
    @media (min-width: 1200px) {
      .o-contentpage__side-scrollspy {
        max-width: 268px; } }
    .o-contentpage__side-scrollspy.affix {
      overflow: auto;
      height: 100%; }
    .o-contentpage__side-scrollspy.affix-bottom {
      bottom: 0;
      top: auto !important; }
    .o-contentpage__side__mobile-toggle {
      display: block;
      width: 100%;
      -moz-appearance: none;
           appearance: none;
      -webkit-appearance: none;
      border: 0;
      background-color: #45494B;
      padding: 0.75rem 0;
      color: #FFFFFF;
      text-align: left;
      font-size: 15px;
      font-size: 0.9375rem; }
      @media (min-width: 992px) {
        .o-contentpage__side__mobile-toggle {
          display: none; } }
      .o-contentpage__side__mobile-toggle__inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
      .o-contentpage__side__mobile-toggle__hide {
        display: none; }
      .o-contentpage__side__mobile-toggle .hamburger {
        display: -ms-flexbox;
        display: flex;
        margin-right: 0.8rem; }
      .o-contentpage__side__mobile-toggle .hamburger-box {
        top: auto !important; }
      .o-contentpage__side__mobile-toggle .hamburger-inner:before {
        top: -8px; }
      .o-contentpage__side__mobile-toggle .hamburger-inner:after {
        bottom: -8px; }
      .o-contentpage__side__mobile-toggle .hamburger-close {
        display: none; }
  .o-contentpage--no-divider .o-contentpage__side:after {
    display: none; }
  .o-contentpage__footer {
    margin-top: auto;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.5rem;
    border-top: 3px solid #CAC5C0; }
    @media (max-width: 991.98px) {
      .o-contentpage__footer {
        -ms-flex-direction: column;
            flex-direction: column;
        margin-bottom: 2.5rem; } }
    .o-contentpage__footer__text {
      font-weight: bold;
      margin-bottom: 1rem;
      -ms-flex-positive: 1;
          flex-grow: 1; }
    .o-contentpage__footer__cta {
      -ms-flex-negative: 0;
          flex-shrink: 0; }

/* crit:end */
.o-contentslider {
  padding-bottom: 36px;
  border-bottom: 1px solid #CAC5C0; }
  .o-contentpage .o-contentslider:not(:last-child) {
    margin-bottom: 36px; }

.o-factblock {
  padding: 22px;
  background-color: #F7F5F2;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  line-height: 1.375rem; }
  .o-factblock > h3, .o-factblock > h2 {
    color: #368DC4; }
  .o-factblock > p {
    color: #45494B; }
  .o-factblock-summary {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem; }
  .o-factblock-small-text {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem; }
  .o-factblock__blue {
    background-color: #368DC4; }
    .o-factblock__blue > h3, .o-factblock__blue > p {
      color: #fff; }
  .o-factblock__dark-blue {
    background-color: #164F6E; }
    .o-factblock__dark-blue > h3, .o-factblock__dark-blue > p {
      color: #fff; }

.o-form {
  padding: 28px 35px 43px;
  background-color: #f9f9f9;
  /* crit */ }
  .o-form-label {
    color: #4c4c4c;
    margin-bottom: 0;
    /* crit */ }
  .o-form-text {
    /* crit:start */
    border-radius: 3px;
    border: solid 1px #CAC5C0;
    padding: 12px 20px;
    background-color: #f8f8f8;
    /* crit:end */
    transition: .3s all; }
    .o-form-text:focus {
      background-color: #fff; }
  .o-form-select {
    /* crit:start */
    opacity: 0;
    /* crit:end */
    transition: .3s all;
    background-color: #fff; }
    .o-form-select.is-rendered {
      opacity: 1;
      /* crit */ }
    .o-form-select.bootstrap-select {
      position: relative;
      cursor: pointer;
      display: inline-block;
      border-radius: 3px; }
      .o-form-select.bootstrap-select.is-full-width .dropdown-toggle {
        width: 100%; }
      .o-form-select.bootstrap-select.is-full-width .dropdown-menu {
        width: 100%; }
      .o-form-select.bootstrap-select.open {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
        .o-form-select.bootstrap-select.open .btn {
          background-color: transparent;
          border-bottom-color: transparent; }
      @media (min-width: 992px) {
        .o-form-select.bootstrap-select select {
          position: absolute !important;
          width: 1px;
          height: 1px;
          overflow: hidden;
          clip: rect(0, 0, 0, 0);
          min-width: auto; } }
      @media (max-width: 991.98px) {
        .o-form-select.bootstrap-select select.mobile-device {
          position: absolute;
          top: 0;
          right: auto;
          bottom: 0;
          left: 0;
          width: 100%;
          opacity: 0;
          z-index: 2; } }
      .o-form-select.bootstrap-select .dropdown-menu {
        font-size: inherit;
        border-radius: 0;
        min-width: 0;
        margin-top: -2px;
        border-top: 0;
        border-color: #CAC5C0; }
        .o-form-select.bootstrap-select .dropdown-menu a {
          padding-left: 14px;
          padding-right: 14px; }
      .o-form-select.bootstrap-select .bs-caret {
        position: absolute;
        right: 7px; }
      .o-form-select.bootstrap-select .caret {
        border: 0;
        width: auto;
        height: auto; }
        .o-form-select.bootstrap-select .caret:before {
          font-family: 'g-icons' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          display: inline-block;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: ""; }
      .o-form-select.bootstrap-select .btn {
        padding: 9px 26px 9px 14px;
        border: 1px solid #CAC5C0;
        position: relative;
        background-color: #fff;
        border-radius: 3px;
        width: 100%; }
      .o-form-select.bootstrap-select .inner {
        position: static;
        float: none;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        overflow-x: hidden; }
    .o-form-select--2.bootstrap-select .bs-caret {
      height: 24px;
      border-left: 1px solid #CAC5C0;
      padding-left: 16px;
      padding-right: 12px;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 24px;
      line-height: 1.5rem; }
    .o-form-select--2.bootstrap-select .btn {
      padding-right: 58px; }
  .o-form-group:not(:last-child) .o-form-group__col {
    padding-bottom: 18px;
    /* crit */ }

@media (min-width: 992px) {
  .o-glossary {
    margin-bottom: 346px; } }

.o-glossary__section:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E8E6E3;
  /* crit */ }

.o-glossary__section-head {
  margin-bottom: 10px;
  /* crit */ }

.o-glossary__letter {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 38px;
  line-height: 2.375rem;
  color: #45494B;
  /* crit */ }

.o-glossary__term {
  font-family: 'Open Sans', Arial, 'sans-serif';
  color: #45494B;
  /* crit */
  margin-bottom: 0px !important; }

.o-glossary__item:not(:last-child) {
  margin-bottom: 32px;
  /* crit */ }

.o-gotop {
  width: 40px;
  height: 40px;
  color: #45494B;
  border-radius: 50%;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.6); }

.o-iconblock {
  background: linear-gradient(90deg, #368DC4 0%, #164F6E 100%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  color: #fff; }
  .o-iconblock--m {
    width: 140px;
    height: 140px;
    border-radius: 8px;
    font-size: 6.4rem;
    padding: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .o-iconblock--m img {
      max-height: 100px;
      max-width: 100%;
      display: block; }
    @media (max-width: 991.98px) {
      .o-iconblock--m {
        width: 80px;
        height: 80px;
        font-size: 3.8rem;
        padding: 16px; }
        .o-iconblock--m img {
          max-height: 64px; } }
  .o-iconblock--l {
    width: 180px;
    height: 180px;
    border-radius: 8px;
    font-size: 8.6rem;
    padding: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 991.98px) {
      .o-iconblock--l {
        width: 80px;
        height: 80px;
        font-size: 5.2rem;
        padding: 16px; } }
  @media (max-width: 991.98px) {
    .o-iconblock {
      padding: 16px; } }
  .o-iconblock img {
    max-width: 100%;
    display: block; }

/* crit:start */
.o-iconcss-close {
  position: absolute;
  margin-top: 0;
  margin-left: 0;
  width: 24px;
  height: 24px; }
  .o-iconcss-close:before, .o-iconcss-close:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #2f6c95;
    left: 0; }
  .o-iconcss-close:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .o-iconcss-close:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

/* crit:end */
.o-illustrated-point {
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 0; }
  .o-illustrated-point__image {
    background: linear-gradient(90deg, #368DC4 0%, #164F6E 100%);
    color: #fff;
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 1.6rem;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .o-illustrated-point__image__icon {
      padding-left: 2px; }
  .o-illustrated-point__title {
    font-weight: bold;
    color: #212529; }
  .o-illustrated-point__description {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem; }
  .o-illustrated-point--icon-l .o-illustrated-point__image__icon {
    font-size: 3.2rem; }

.o-info-card {
  padding: 1.5rem;
  background-color: #F7F5F2;
  display: block;
  font-size: 1.25rem;
  line-height: 2rem;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  position: relative; }
  .o-info-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, #368DC4 0%, #164F6E 100%);
    display: block; }
  .o-info-card + .o-info-card {
    margin-left: 0.5rem; }
    @media (max-width: 736.98px) {
      .o-info-card + .o-info-card {
        margin-left: 0;
        margin-top: 0.75rem; } }
  @media (max-width: 1199.98px) {
    .o-info-card {
      font-size: 1rem;
      line-height: 1.625rem;
      padding: 1.1rem 1.5rem; } }
  .o-info-card__group {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 736.98px) {
      .o-info-card__group {
        -ms-flex-direction: column;
            flex-direction: column; } }
  .o-info-card__heading {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.25;
    margin-bottom: 0.5rem;
    font-weight: bold;
    display: block; }
  .o-info-card__description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5; }
    @media (min-width: 992px) {
      .o-info-card__description {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.6; } }
  .o-info-card--topic {
    color: #45494B;
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .o-info-card--topic:hover {
      text-decoration: none;
      color: #45494B; }
    .o-info-card--topic .o-illustrated-point {
      padding-top: 0;
      padding-bottom: 1rem;
      -ms-flex-align: center;
          align-items: center;
      border-bottom: 1px solid #E8E6E3; }
    .o-info-card--topic .o-illustrated-point__image {
      width: 60px;
      height: 60px;
      font-size: 3rem; }
    .o-info-card--topic .o-illustrated-point__title {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 28px;
      line-height: 1.75rem; }
    .o-info-card--topic .o-info-card__heading {
      margin-top: 1rem; }
    .o-info-card--topic .o-btn {
      margin-top: 1.5rem; }

.o-infoRow {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #CAC5C0;
  padding: 7px 0; }
  .o-infoRow__col:first-of-type {
    min-width: 140px; }

.o-inputbox__box {
  width: 18px;
  height: 18px;
  border: 1px solid #CAC5C0;
  top: 2px;
  /* crit */ }
  .o-inputbox--radio .o-inputbox__box {
    border-radius: 50%;
    /* crit */ }
  .o-inputbox__box:before {
    font-family: 'g-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    line-height: 18px;
    line-height: 1.125rem;
    color: #fff;
    opacity: 0;
    /* crit */ }
    .o-inputbox--radio .o-inputbox__box:before {
      content: '';
      background-color: #fff;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      /* crit */ }
  input:checked ~ .o-inputbox__box, .is-selected .o-inputbox__box {
    background-color: #2f6c95;
    border-color: #2f6c95;
    /* crit */ }
    input:checked ~ .o-inputbox__box:before, .is-selected .o-inputbox__box:before {
      opacity: 1;
      /* crit */ }
    input:disabled ~ input:checked ~ .o-inputbox__box, input:disabled ~ .is-selected .o-inputbox__box {
      opacity: .4;
      /* crit */ }
  input:focus ~ .o-inputbox__box {
    box-shadow: 0 0 10px 0 rgba(69, 73, 75, 0.25); }
  input:disabled ~ .o-inputbox__box {
    opacity: .4;
    /* crit */ }

input:disabled ~ .o-inputbox__text {
  opacity: .4; }

.o-input {
  background-color: #F7F5F2;
  width: 100%;
  color: #45494B;
  border: 1px solid rgba(140, 140, 140, 0.5);
  min-height: 3rem;
  padding: 0.5rem 1.25rem;
  box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px; }
  .o-input:focus {
    outline: 0; }

.o-styled-input__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
  .o-styled-input__input:checked + .o-styled-input__label .o-styled-input__icon-container {
    background-color: #2f6c95;
    border-color: #2f6c95; }
    .o-styled-input__input:checked + .o-styled-input__label .o-styled-input__icon-container .g-icon-check {
      display: block; }
  .o-styled-input__input:hover + .o-styled-input__label .o-styled-input__icon-container {
    border-color: #2f6c95; }
  .o-styled-input__input[type="radio"] + .o-styled-input__label .o-styled-input__icon-container {
    border-radius: 50%; }
    .o-styled-input__input[type="radio"] + .o-styled-input__label .o-styled-input__icon-container .g-icon-check {
      font-size: 0.8rem; }

.o-styled-input__label {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  color: #45494B; }

.o-styled-input__icon-container {
  background-color: #fff;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-right: 1rem;
  border: 1px solid #CAC5C0;
  border-radius: 2px;
  position: relative; }
  .o-styled-input__icon-container .g-icon-check {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 1rem;
    color: #fff;
    display: none; }

.o-landingpage__head {
  margin-bottom: 36px;
  /* crit */ }

.o-landingpage__title {
  color: #45494B;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.05; }

.o-linkbox {
  border: 1px solid #E8E6E3;
  padding: 32px 35px;
  height: 100%;
  background: #F7F5F2;
  transition: 0.1s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 160px;
  margin-top: 8px;
  position: relative;
  text-decoration: none !important;
  -ms-flex-direction: column;
      flex-direction: column;
  /* crit */
  padding-left: 26px;
  padding-right: 26px;
  /* crit */ }
  .o-linkbox--no-highlight:before {
    display: none; }
  .o-linkbox__media {
    color: #fff;
    text-align: center;
    margin-bottom: 10px; }
    .o-linkbox__media > i {
      font-size: 78px;
      font-size: 4.875rem;
      width: 110px;
      height: 110px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      border-radius: 8px;
      background: #fff;
      color: #2f6c95; }
  .o-linkbox__text {
    color: #45494B;
    margin-bottom: 0 !important; }
    .o-linkbox__text-icon {
      font-size: 11px;
      font-size: 0.6875rem;
      margin-left: 5px; }
  .o-linkbox:hover .o-linkbox__text {
    color: #368DC4; }
  .o-linkbox:hover {
    text-decoration: none; }
    .o-linkbox:hover .o-linkbox__media i {
      background: linear-gradient(90deg, #368DC4 0%, #164F6E 100%);
      color: #fff; }
  .o-linkbox__img {
    max-height: 12px; }
  .lt-ie10 .o-landingpage__linkcol .o-linkbox, .lt-ie10
  .c-hometopics .o-linkbox {
    min-height: 323px; }

.o-lister__head {
  border-bottom: 1px dashed #B5AFA8; }

.o-lister__heading {
  padding-bottom: 1.5rem;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5;
  color: #212529; }

.o-lister__subhead {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #CAC5C0; }

.o-lister__body {
  margin-bottom: 24px;
  border-bottom: 1px solid #CAC5C0; }
  .c-search .o-lister__body {
    border-bottom: 0;
    margin-bottom: 0;
    /* crit */ }

.o-lister__footer {
  padding-top: 1rem; }

.o-lister__filter {
  background-color: #f0f0f0;
  border: 1px solid #e3e4e4;
  padding: 10px 15px 1.5rem 15px;
  font-size: 12px;
  font-size: 0.75rem;
  /* crit */ }
  @media (max-width: 991.98px) {
    .o-lister__filter {
      padding: 20px; } }
  @media print {
    .o-lister__filter {
      display: none; } }
  .c-search .o-lister__filter {
    border: 0;
    background-color: #fff;
    /* crit */ }
  .o-lister__filter-count {
    font-size: 13px;
    font-size: 0.8125rem; }
    .c-search .o-lister__filter-count {
      font-size: 15px;
      font-size: 0.9375rem;
      font-weight: bold; }
  .o-lister__filter-subtitle {
    margin-right: 12px;
    display: block;
    margin-bottom: 12px; }
  @media (max-width: 991.98px) {
    .o-lister__filter-item {
      display: block;
      text-align: left; }
      .o-lister__filter-item:not(:last-child) {
        margin-bottom: 12px;
        /* crit */ } }
  @media (max-width: 991.98px) {
    .o-lister__filter-item--sorter {
      display: inline-block;
      vertical-align: middle; }
      .o-lister__filter-item--sorter.o-lister__filter-item--sorter {
        margin-bottom: 0; }
      .o-lister__filter-item--sorter:not(:last-child) {
        margin-right: 30px; } }
  .o-lister__filter-input {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #45494B; }
    .o-lister__filter--alt .o-lister__filter-input {
      border: 0; }
  .o-lister__filter--alt {
    background-color: #2f6c95;
    color: #fff;
    /* crit */ }

.o-lister__pagination {
  font-size: 14px;
  font-size: 0.875rem; }
  .o-lister__pagination-all:hover, .o-lister__pagination-all:focus {
    text-decoration: underline; }
  .o-lister__pagination-list {
    border: 1px solid #dadbdb;
    /* crit */ }
  .o-lister__pagination-item {
    position: relative;
    background-color: #f8f8f8;
    /* crit */ }
    .o-lister__pagination-item:not(:last-child) {
      border-right: 1px solid #dadbdb;
      /* crit */ }
    .o-lister__pagination-item.active {
      background-color: #fff;
      font-weight: bold; }
      .o-lister__pagination-item.active:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: -1px;
        left: 0;
        border-bottom: 2px solid #0dc7dc; }
  .o-lister__pagination-link {
    padding: 11px 14px;
    line-height: 1;
    /* crit */ }

.o-lister__item {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  border-bottom: 1px dashed #B5AFA8; }
  .o-lister__item:not(:last-child) {
    /* crit */ }
  .o-lister__item--icon-m .o-lister__item-icon {
    font-size: 1.8rem; }
    .o-lister__item--icon-m .o-lister__item-icon:hover {
      color: #fff;
      text-decoration: none; }
  .o-lister__item--icon-l .o-lister__item-icon {
    font-size: 3.6rem; }
    .o-lister__item--icon-l .o-lister__item-icon:hover {
      color: #fff;
      text-decoration: none; }
  @media (max-width: 991.98px) {
    .o-lister__item--research {
      -ms-flex-align: start !important;
          align-items: flex-start !important; }
      .o-lister__item--research .o-lister__item-cta {
        display: none; }
      .o-lister__item--research .o-lister__item-released {
        display: none; } }
  .o-lister__item--research .o-lister__item-status {
    margin-right: 0;
    text-align: center; }
  .o-lister__item--research .o-lister__item-released {
    margin-right: 0;
    text-align: center; }
  .o-lister__item--horizontal .o-lister__item-icon {
    margin-right: 1rem;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .o-lister__item--horizontal .o-lister__item-title {
    margin-bottom: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6; }
  .o-lister__item--horizontal .o-lister__item-content {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .o-lister__item--horizontal .o-lister__item-head {
    margin-right: 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .o-lister__item--download {
    padding: 1rem 0; }
    .o-lister__item--download .o-lister__item-body {
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 991.98px) {
        .o-lister__item--download .o-lister__item-body {
          -ms-flex-direction: column;
              flex-direction: column; }
          .o-lister__item--download .o-lister__item-body > .o-lister__item-content {
            margin-top: 1rem; } }
      @media (min-width: 992px) {
        .o-lister__item--download .o-lister__item-body__container {
          padding-right: 1rem; } }
      .o-lister__item--download .o-lister__item-body__container {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .o-lister__item--download .o-lister__item-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      color: #45494B; }
      .o-lister__item--download .o-lister__item-content .o-btn {
        width: 100%; }
    .o-lister__item--download .o-lister__item-icon.o-lister__item-icon {
      text-decoration: none;
      color: #fff;
      background-color: #368DC4;
      background: linear-gradient(90deg, #368DC4 0%, #164F6E 100%);
      width: 72px;
      height: 72px;
      font-size: 3rem; }
    .o-lister__item--download .o-lister__item-body .o-lister__item-title {
      text-decoration: none; }
      .o-lister__item--download .o-lister__item-body .o-lister__item-title:hover {
        text-decoration: underline; }
  .o-lister__item-icon {
    color: #fff;
    background: linear-gradient(90deg, #368DC4 0%, #164F6E 100%);
    width: 60px;
    height: 60px;
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-right: 1.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .o-lister__item-head > span {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #636464;
    display: block; }
  .o-lister__item-body {
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .o-lister__item-footer {
    font-size: 12px;
    font-size: 0.75rem; }
    .o-lister__item-head + .o-lister__item-footer {
      margin-top: -6px; }
  .o-lister__item-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
    color: #164F6E;
    display: inline-block;
    margin-bottom: 0.5rem;
    /* crit */ }
    .o-lister__item-title:after {
      font-size: 9px;
      font-size: 0.5625rem;
      margin-left: 0.5rem; }
  .o-lister__item-content {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #636464;
    /* crit */ }
    .o-lister__item-content a {
      color: #2f6c95; }
  .o-lister__item-status {
    display: inline-block;
    width: 120px;
    margin-right: 0.5rem; }
  .o-lister__item-released {
    display: inline-block;
    width: 120px;
    margin-right: 0.5rem; }
  .o-lister__item-cta {
    display: inline-block;
    width: 120px; }
  .o-lister__item-side {
    -ms-flex-negative: 0;
        flex-shrink: 0; }

@media (max-width: 991.98px) {
  .o-lister__view-all {
    width: 100%; } }

/* crit:start */
.o-loader {
  transition: opacity .3s, z-index .1s .3s;
  z-index: 2; }
  .o-loader.is-hidden {
    opacity: 0;
    z-index: -1; }
  .o-loader__box {
    padding: 15px; }
  .o-loader__ring {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
    border: 3px solid #ddd;
    border-top: 3px solid #2f6c95;
    border-radius: 50%;
    height: 75px;
    width: 75px; }

.o-loader-reveal {
  position: relative;
  transition: height 0.6s ease-out;
  transition-delay: 0.2s; }
  .o-loader-reveal:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    pointer-events: none;
    transition: opacity 0.6s ease-out;
    transition-delay: 0.4s; }
  .o-loader-reveal:not(.is-loaded) {
    height: 400px !important; }
  .o-loader-reveal.is-loaded:before {
    opacity: 0; }
  .o-loader-reveal.is-loaded .o-loader-reveal__status {
    opacity: 0; }

.o-loader-reveal__status {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  position: absolute;
  top: 0%;
  right: 0%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.6s ease-out;
  opacity: 1; }

.o-loader-reveal__status__spinner {
  display: inline-block;
  height: 75px;
  width: 75px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  border: 3px solid #ddd;
  border-top: 3px solid #2f6c95;
  border-radius: 50%; }

.o-loader-reveal__status__subtext {
  margin-top: 1rem; }

.o-loader-reveal--search-top:before {
  display: none; }

.o-loader-reveal--search-top:not(.is-loaded) {
  height: 100% !important; }

.o-loader-reveal--search-top.is-loading .o-loader-reveal__status {
  opacity: 1; }

.o-loader-reveal--search-top.is-loading .g-icon-search {
  opacity: 0; }

.o-loader-reveal--search-top .o-loader-reveal__status {
  opacity: 0;
  transition: opacity 0.15s ease-out;
  transition-delay: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 8px); }
  .o-loader-reveal--search-top .o-loader-reveal__status.is-svg {
    font-size: 1.35rem; }
    .o-loader-reveal--search-top .o-loader-reveal__status.is-svg span {
      -webkit-animation: spin 1s linear infinite;
              animation: spin 1s linear infinite; }

.o-loader-reveal--search-top .o-loader-reveal__status__spinner {
  width: 1.2rem;
  height: 1.2rem; }

.o-loader-reveal--search-top .g-icon-search {
  color: #FFFFFF;
  display: inline-block;
  margin-top: 0;
  vertical-align: middle; }

.o-loader-reveal--search-button {
  position: absolute;
  left: 0;
  top: 0;
  width: 3.6rem;
  height: 100%;
  display: inline-block; }
  .o-loader-reveal--search-button:before {
    display: none; }
  .o-loader-reveal--search-button:not(.is-loaded) {
    height: 100% !important; }
  .o-loader-reveal--search-button.is-loading .o-loader-reveal__status {
    opacity: 1; }
  .o-loader-reveal--search-button.is-loading .c-search-module__btn {
    opacity: 0; }
  .o-loader-reveal--search-button .o-loader-reveal__status {
    opacity: 0;
    transition: opacity 0.15s ease-out;
    transition-delay: 0; }
  .o-loader-reveal--search-button .o-loader-reveal__status__spinner {
    width: 1.4rem;
    height: 1.4rem; }

/* crit:end */
.o-menu-toggle {
  position: relative; }
  .o-menu-toggle.is-active .o-menu-toggle__content {
    display: block; }
  .o-menu-toggle.is-active .o-contentpage__side__mobile-toggle__show, .o-menu-toggle.is-active .hamburger-box {
    display: none; }
  .o-menu-toggle.is-active .o-contentpage__side__mobile-toggle__hide {
    display: block; }
  .o-menu-toggle.is-active .hamburger-close {
    display: -ms-flexbox;
    display: flex; }

.o-menu-toggle__content {
  width: 100%;
  z-index: 2; }
  @media (max-width: 991.98px) {
    .o-menu-toggle__content {
      display: none; } }

.o-quickfacts {
  border-bottom: 1px solid #CAC5C0;
  padding-bottom: 40px;
  color: #45494B; }
  .o-contentpage .o-quickfacts:not(:last-child) {
    margin-bottom: 36px; }
  .o-quickfacts__head {
    margin-bottom: 40px; }
  .o-quickfacts__fact {
    padding: 35px; }
    .o-quickfacts__fact-body {
      margin-bottom: 12px; }
      .o-quickfacts__fact-bodyhead {
        margin-bottom: 9px; }
    .o-quickfacts__fact-head {
      margin-bottom: 14px; }
    .o-quickfacts__fact-img {
      max-height: 130px; }
    .o-quickfacts__fact-title {
      font-family: Gibson, Arial, 'sans-serif';
      font-size: 45px;
      font-size: 2.8125rem; }
  .o-quickfacts__row {
    border-collapse: collapse; }
  .o-quickfacts__col {
    border: 1px solid #CAC5C0;
    border-radius: 6px; }
    .o-quickfacts__col:nth-child(odd) {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
      @media (min-width: 992px) {
        .o-quickfacts__col:nth-child(odd) {
          border-top-right-radius: 0; } }
    .o-quickfacts__col:nth-child(even) {
      border-top-left-radius: 0;
      border-top: 0;
      border-top-right-radius: 0; }
      @media (min-width: 992px) {
        .o-quickfacts__col:nth-child(even) {
          border-left: 0;
          border-bottom-left-radius: 0; } }

.o-responsiveframe {
  position: relative;
  overflow: hidden; }
  @media (max-width: 1199.98px) {
    .o-responsiveframe {
      padding-top: 0; } }

.o-responsiveframe__content {
  width: 100%;
  height: 100%; }
  @media (max-width: 1199.98px) {
    .o-responsiveframe__content {
      position: static;
      height: calc(100vh - 50px); } }

.o-richtext {
  /* ul,	ol {
		padding-left: 0;
		margin-bottom: 30px;
	} */ }
  .o-richtext > *:not([class]):last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
  .o-richtext h1, .o-richtext h2, .o-richtext h3, .o-richtext h4, .o-richtext h5, .o-richtext h6 {
    margin-bottom: 10px; }
    .o-richtext h1:not(:first-child), .o-richtext h2:not(:first-child), .o-richtext h3:not(:first-child), .o-richtext h4:not(:first-child), .o-richtext h5:not(:first-child), .o-richtext h6:not(:first-child) {
      margin-top: 10px; }
  .o-richtext h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.3571428571;
    font-weight: 700; }
  .o-richtext h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700; }
  .o-richtext h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5555555556;
    font-weight: 700; }
  .o-richtext h5, .o-richtext h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
    font-weight: 700; }
  .o-richtext img {
    margin: 0 auto 30px;
    max-width: 100%; }
  .o-richtext__img {
    margin-bottom: 30px; }
    .o-richtext__img img {
      margin-bottom: 16px; }
  .o-richtext a {
    color: #357AA9; }
    .o-richtext a:not(.o-btn) {
      text-decoration: underline; }
  .o-richtext blockquote {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
    color: #45494B;
    padding-left: 40px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-left: 8px solid #2f6c95; }
    .o-richtext blockquote footer {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.5384615385; }
    .o-richtext blockquote cite {
      font-style: normal; }
  .o-richtext ol {
    padding-left: 24px; }
    .o-richtext ol > li {
      padding-left: 8px; }
      .o-richtext ol > li:before {
        display: none; }
  .o-richtext > div {
    margin-bottom: 2rem; }
  .o-richtext ul {
    padding-left: 24px;
    margin-right: 0px; }
    .o-richtext ul li {
      position: relative;
      font-size: 1rem;
      /* &:before {
				content: '';
				width: 7px;
				height: 7px;
				background-color: $secondary;
				border-radius: 50%;
				left: 0;
				position: absolute;
				top: 0.65rem;
			} */ }
      .o-richtext ul li[style*="list-style: none"]:before {
        content: none; }
  .o-richtext .image-caption__text {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem; }
  .o-richtext a[target="_blank"]:after,
  .o-richtext a[target="blank"]:after {
    font-family: 'g-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    vertical-align: middle;
    margin-left: 5px;
    /*crit*/ }
  .o-richtext a[target="_blank"].o-btn--no-external-icon:after,
  .o-richtext a[target="blank"].o-btn--no-external-icon:after {
    display: none; }
  .o-richtext table {
    width: 100%; }
    .o-richtext table th,
    .o-richtext table td {
      padding: 8px 10px;
      font-size: 13px;
      font-size: 0.8125rem;
      border: 1px solid #CAC5C0;
      vertical-align: top; }
    .o-richtext table th {
      background: #2f6c95;
      font-weight: 700;
      color: white; }
    .o-richtext table tr:nth-child(even) {
      background: #F7F5F2; }
    .o-richtext table p, .o-richtext table img {
      margin-bottom: 0; }

.o-dropdown-select {
  min-height: 2.875rem;
  border: solid 1px #CAC5C0;
  border-radius: 2px;
  position: relative;
  background: #fff;
  box-sizing: border-box;
  z-index: 1; }
  .o-dropdown-select > select {
    background-color: transparent;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    position: relative;
    width: 100%;
    padding: 0.675rem 1.25rem;
    color: #666;
    z-index: 1; }
  .o-dropdown-select:after {
    font-family: 'g-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    font-size: 1.25rem;
    color: #B5AFA8;
    height: 100%;
    width: 40px;
    border-left: 1px solid #CAC5C0;
    padding: 13px;
    pointer-events: none; }

.o-dropdown-container {
  position: relative; }
  .o-dropdown-container__selector {
    padding: 10px 12px;
    cursor: pointer; }
    .o-dropdown-container__selector-big:after {
      padding: 23px 13px; }
    .o-dropdown-container__selector:hover {
      border: 1px solid #368DC4; }
    .o-dropdown-container__selector:focus {
      box-shadow: 0px 0px 6px #368DC4;
      border: 1px solid #368DC4; }
  .o-dropdown-container__list {
    background: #fff;
    width: 100%;
    position: absolute;
    z-index: 2000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 4px 4px;
    border: 1px solid #ccc;
    border-top: none;
    display: none; }
    .o-dropdown-container__list.active {
      display: block; }
    .o-dropdown-container__list-item {
      padding: 5px 9px;
      background: #fff;
      border: 3px solid #fff;
      width: 100%;
      cursor: pointer; }
      .o-dropdown-container__list-item:hover {
        background: #E8E6E3; }
      .o-dropdown-container__list-item p {
        margin: 0; }
      .o-dropdown-container__list-item p.no-data {
        font-weight: 600;
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 20px;
        line-height: 1.25rem;
        color: #368DC4; }
    .o-dropdown-container__list-default-note {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 20px;
      line-height: 1.25rem;
      text-align: right;
      padding: 5px 20px;
      border-top: 1px solid #E8E6E3; }
      .o-dropdown-container__list-default-note::before {
        content: " ";
        background-color: #F7AC16;
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 50%;
        position: relative;
        left: -5px; }
  .o-dropdown-container__scroll {
    max-height: 305px;
    overflow-y: scroll; }
  .o-dropdown-container .select_overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1000; }

.o-sidefactninfoindex__body {
  background-color: #f9f9f9;
  padding: 20px 25px;
  /* crit */ }

.o-sidefactninfoindex__item:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid #CAC5C0;
  margin-bottom: 12px;
  /* crit */ }

.o-sidefactninfoindex__item-icon {
  font-size: 27px;
  font-size: 1.6875rem;
  color: #2f6c95;
  /* crit */ }

.o-sidefactninfoindex__item-arrow {
  color: #2f6c95;
  /* crit */ }

.o-sidefactninfoindex__item-col-icon {
  width: 40px; }

.o-sidefactninfoindex__item-col-arrow {
  width: 25px; }

.o-sidefactninfoindex__item-link:hover, .o-sidefactninfoindex__item-link:focus {
  color: #CAC5C0; }

.o-sidefactninfoindex__item-text {
  color: #CAC5C0;
  font-size: 16px;
  font-size: 1rem;
  /* crit */ }
  .o-sidefactninfoindex__item-text:hover, .o-sidefactninfoindex__item-text:focus {
    color: #CAC5C0; }

.o-sidefactninfoindex__collapseicon {
  right: 0;
  /* crit */ }
  .o-sidefactninfoindex__collapseicon:before {
    content: "";
    /* crit */ }
  .collapsed .o-sidefactninfoindex__collapseicon:before {
    content: "";
    /* crit */ }

.o-factsheet {
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 37px; }
  .o-factsheet__body {
    margin-bottom: 30px; }
  .o-factsheet__listhead {
    margin-bottom: 12px; }
  .o-factsheet__listitem:not(:last-child) {
    margin-bottom: 24px; }
  .o-factsheet__listtitle {
    color: #45494B; }
    .o-factsheet__listtitle:hover, .o-factsheet__listtitle:focus {
      color: #45494B; }
    .o-factsheet__listtitle-icon {
      color: #2f6c95;
      font-size: 20px;
      font-size: 1.25rem;
      margin-right: 13px; }

.o-sideglossary {
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 37px; }
  .o-sideglossary__body {
    margin-bottom: 30px; }
  .o-sideglossary__listitem:not(:last-child) {
    margin-bottom: 12px; }

.o-sideglossaryindex__body {
  padding: 16px 16px 20px;
  background-color: #fff;
  /* crit */ }

.o-sideglossaryindex__anchor.is-disabled {
  cursor: not-allowed;
  color: #CAC5C0; }
  .o-sideglossaryindex__anchor.is-disabled > .u-embed__item {
    color: #E8E6E3;
    background: #F7F5F2;
    border-color: #F7F5F2; }

.o-sideglossaryindex__link {
  border: 1px solid #CAC5C0;
  background-color: #F7F5F2;
  border-radius: 50%;
  color: #164F6E;
  font-weight: 700;
  /* crit */ }
  .o-sideglossaryindex__link:hover, .o-sideglossaryindex__link:focus, .active .o-sideglossaryindex__link {
    background-color: #fff;
    background: #357AA9;
    border: 1px solid #357AA9;
    color: #fff; }
  .is-indicator-disabled .o-sideglossaryindex__link {
    background-color: #f8f8f8; }
    .is-indicator-disabled .o-sideglossaryindex__link:after {
      visibility: hidden; }

.o-sideglossaryindex__row {
  margin-left: -4px;
  margin-right: -4px;
  /* crit */ }

.o-sideglossaryindex__col {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
  width: 14.2857142857%;
  -ms-flex-preferred-size: 14.2857142857%;
      flex-basis: 14.2857142857%;
  max-width: 14.2857142857%;
  margin-bottom: 4px;
  /* crit */ }
  @media (min-width: 640px) and (max-width: 991px) {
    .o-sideglossaryindex__col {
      width: 8.3333333333%;
      -ms-flex-preferred-size: 8.3333333333%;
          flex-basis: 8.3333333333%;
      max-width: 8.3333333333%;
      /* crit */ } }
  .lt-ie10 .o-sideglossaryindex__col {
    float: left;
    /* crit */ }

@media (min-width: 992px) {
  .o-sideglossaryindex__collapsepanel.collapse {
    height: 100% !important;
    display: block !important;
    /* crit */ } }

.o-sideglossaryindex__collapseicon {
  right: 0;
  /* crit */ }
  .o-sideglossaryindex__collapseicon:before {
    content: "";
    /* crit */ }
  .collapsed .o-sideglossaryindex__collapseicon:before {
    content: ""; }

/* crit:start */
.o-simplelist__item {
  padding: 10px 0;
  border-bottom: 2px solid #CAC5C0; }
  .o-simplelist--style2 .o-simplelist__item {
    padding: 17px 0; }

.o-simplelist__col--mid {
  padding: 0 12px; }
  .o-simplelist--style2 .o-simplelist__col--mid {
    padding: 0 36px; }
    @media (max-width: 479px) {
      .o-simplelist--style2 .o-simplelist__col--mid {
        padding: 0;
        display: block;
        /* crit */ } }

.o-simplelist__col--media-img {
  width: 126px; }
  @media (max-width: 479px) {
    .o-simplelist--style2 .o-simplelist__col--media-img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 7.5px;
      /* crit */ } }

.o-simplelist__arrowcol {
  top: 0;
  right: -36px; }
  @media (max-width: 479px) {
    .o-simplelist--style2 .o-simplelist__arrowcol {
      right: 0;
      /* crit */ } }

/* crit:end */
.o-skiptocontent {
  background-color: #368DC4;
  padding: 5px; }
  .o-skiptocontent:focus, .o-skiptocontent:active {
    color: white;
    position: absolute;
    top: 0;
    z-index: 999; }

.o-slick {
  opacity: 0;
  /* crit */ }
  .o-slick.c-homeslider__slides {
    overflow: hidden;
    /* crit */ }
  .o-slick.c-headerslider__slides {
    /*max-height:	373px;*/
    overflow: hidden;
    /* crit */ }
  .o-slick.o-contentslider__slides {
    max-height: 420px;
    overflow: hidden; }
  .o-slick.slick-initialized {
    overflow: visible;
    transition: opacity .5s;
    opacity: 1; }
  .o-slick .slick-dots.slick-dots {
    display: block;
    text-align: center; }
    .o-slick .slick-dots.slick-dots li button:before {
      content: '';
      background-color: #E8E6E3;
      opacity: 1; }
    .o-slick .slick-dots.slick-dots li.slick-active button:before {
      content: '';
      background-color: #368DC4; }

.o-socialstream__item a {
  color: inherit; }

.o-socialstream__itemicon {
  font-size: 24px;
  font-size: 1.5rem; }
  .o-socialstream__itemicon.o-socialstream__itemicon:hover, .o-socialstream__itemicon.o-socialstream__itemicon:focus {
    color: #f8f9fa; }

.o-socialstream__item-inner {
  transition: .3s; }
  .o-socialstream__item--youtube:hover .o-socialstream__item-inner,
  .o-socialstream__item--youtube:focus .o-socialstream__item-inner {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.o-socialstream__filter-item:last-child {
  margin-right: 0; }

.o-socialstream__filter-indicator {
  transition: .3s;
  height: 3px; }
  .active .o-socialstream__filter-indicator {
    opacity: 1; }

@media (max-width: 736.98px) {
  .o-socialstream__filter-btn {
    width: 48px;
    height: 48px; } }

@media (max-width: 736.98px) {
  .o-socialstream__filter-btn-icon {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    margin-right: 0; } }

@media (max-width: 736.98px) {
  .o-socialstream__filter-btn--all .o-socialstream__filter-btn-icon {
    display: none; } }

.o-socialstream__filter-btn--all .o-socialstream__filter-btn-text {
  display: inline-block !important; }

.o-socialstream__content-inner {
  margin-left: -12px;
  margin-right: -12px;
  max-height: calc( ( 100vw - (30px * 2) + 24px) * 6); }
  @media (min-width: 737px) {
    .o-socialstream__content-inner {
      max-height: calc( ( 100vw - (30px * 2) - 24px) / 2 * 3); } }
  @media (min-width: 992px) {
    .o-socialstream__content-inner {
      max-height: 586px; } }
  @media (min-width: 1200px) {
    .o-socialstream__content-inner {
      max-height: 612px; } }

.o-socialstream__col {
  padding-left: 12px;
  padding-right: 12px; }

.o-stickywrapper {
  position: relative; }

.o-tabs__nav {
  font-size: 14px;
  font-size: 0.875rem;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .o-tabs__nav-link {
    color: #45494B;
    padding: 0.75rem;
    /* crit */ }
    .o-tabs__nav-link--biggervpad {
      padding-top: 1.125rem;
      padding-bottom: 1.125rem; }
    .o-tabs__nav-link:hover, .o-tabs__nav-link:focus {
      color: #45494B; }
    .o-tabs--bordered .o-tabs__nav-link {
      position: relative; }
      .o-tabs--bordered .o-tabs__nav-link:after {
        content: none;
        border-bottom: 1px solid #CAC5C0;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0; }
    .active .o-tabs__nav-link:after {
      content: none; }
    .o-tabs__nav-linktext > span {
      font-size: 13px;
      font-size: 0.8125rem;
      color: #636464;
      font-weight: 600; }
  .o-tabs__nav-item {
    /* crit:start */
    background-color: #F7F5F2;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    min-width: 140px;
    width: auto;
    /* crit:end */
    transition: .3s all; }
    .o-tabs__nav-item.active {
      background-color: #fff;
      position: relative;
      /* crit */ }
      .o-tabs__nav-item.active:before {
        border-top: 3px solid #2f6c95;
        position: absolute;
        top: -3px;
        right: 0;
        left: 0;
        content: '';
        /* crit */ }
      .o-tabs__nav-item.active:first-child:before {
        left: -1px; }
    .o-tabs__nav-item:hover {
      text-decoration: none; }
    .o-tabs--bordered .o-tabs__nav-item {
      border: 1px solid #CAC5C0; }
      .o-tabs--bordered .o-tabs__nav-item + .o-tabs__nav-item {
        border-left: 0; }
    @media (max-width: 399px) {
      .c-topic__sidetab-tabs .o-tabs__nav-item {
        text-align: center; } }
    @media (min-width: 992px) {
      .c-topic__sidetab-tabs .o-tabs__nav-item {
        text-align: center; } }
  .c-search__tabs .o-tabs__nav {
    margin-top: 2px;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1199.98px) {
      .c-search__tabs .o-tabs__nav {
        table-layout: initial;
        white-space: nowrap;
        /* crit */ } }

.o-tabs__pane {
  display: none; }
  .o-tabs__pane.active {
    display: block; }

.o-tabs__content {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff; }

.o-tabs__icon {
  font-size: 25px;
  font-size: 1.5625rem; }
  @media (max-width: 399px) {
    .c-topic__sidetab-tabs .o-tabs__icon {
      display: block;
      margin-right: 0;
      margin-bottom: 7.5px; } }
  @media (min-width: 992px) {
    .c-topic__sidetab-tabs .o-tabs__icon {
      display: block;
      margin-right: 0;
      margin-bottom: 7.5px; } }

.o-tabs--bordered {
  border-collapse: collapse; }

.o-tabs .o-tabs__nav-item.o-tabs__nav-item {
  text-decoration: none; }

/* crit:start */
.o-topshare {
  margin-top: 23px;
  margin-bottom: 24px;
  margin-left: auto;
  max-width: 33px; }
  @media (min-width: 737px) {
    .o-topshare {
      max-width: 96px; } }
  @media (min-width: 992px) {
    .o-topshare {
      max-width: 193px; } }

/* crit:end */
.o-typeahead {
  width: 100%; }
  .o-typeahead .tt-menu {
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 100%;
    border-radius: 0px 0px 4px 4px; }
  .o-typeahead .tt-dataset {
    margin: 2px;
    min-height: 10rem;
    overflow: auto; }
  .o-typeahead .tt-suggestion {
    display: block;
    width: 100%;
    margin: 0;
    background-color: transparent;
    text-decoration: none;
    color: #45494B;
    padding: 0.5rem 1.25rem;
    text-align: left;
    border: 0; }
  .o-typeahead .tt-cursor {
    background-color: rgba(232, 230, 227, 0.5); }

.input-validation-error {
  border: 2px solid #c81b1b;
  background-color: #f9eaea; }

.field-validation-error {
  display: block;
  color: #c81b1b;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.7; }

.o-widget {
  margin-bottom: 2rem; }

.c-listing-side__container {
  padding: 24px; }

.c-listing select {
  min-width: 50px;
  padding: 6px 12px;
  z-index: 200;
  color: #666;
  padding-right: 58px;
  min-height: 42px; }

.c-listing__sort-bar {
  background: #45494B;
  display: -ms-flexbox;
  display: flex; }
  .c-listing__sort-bar__column {
    background: #164f6e;
    display: inline-block; }
    .c-listing__sort-bar__column:not(:first-of-type) {
      border-left: 1px solid #fff; }
    .c-listing__sort-bar__column:nth-of-type(1) {
      -ms-flex: 1;
          flex: 1; }
    .c-listing__sort-bar__column:nth-of-type(2) {
      min-width: 120px; }
    .c-listing__sort-bar__column:nth-of-type(3) {
      min-width: 120px; }
      @media (max-width: 991.98px) {
        .c-listing__sort-bar__column:nth-of-type(3) {
          display: none; } }
    .c-listing__sort-bar__column:nth-of-type(4) {
      min-width: 120px; }
      @media (max-width: 991.98px) {
        .c-listing__sort-bar__column:nth-of-type(4) {
          display: none; } }
  .c-listing__sort-bar__nosort {
    min-width: 100px !important; }
    .c-listing__sort-bar__nosort:after {
      display: none !important; }
  .c-listing__sort-bar__toggle {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    color: #fff;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
    padding: 16px 24px;
    text-align: left;
    font-weight: bold;
    position: relative; }
    .c-listing__sort-bar__toggle.asc:after {
      -webkit-transform: translate(0, -50%) rotate(180deg);
              transform: translate(0, -50%) rotate(180deg); }
    .c-listing__sort-bar__toggle:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 5px 0 5px;
      border-color: #fff transparent transparent transparent;
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 1rem;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }

.c-listing__control-bar {
  font-family: 'Open Sans', Arial, 'sans-serif';
  background: #164F6E;
  font-style: normal;
  font-weight: 600;
  min-height: 3.45rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #45494B;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 6px;
  padding-right: 1rem; }
  .c-listing__control-bar .results-controls .o-dropdown-select:not(:first-of-type) {
    margin-left: 1rem; }
  @media (max-width: 991.98px) {
    .c-listing__control-bar {
      padding: 1rem;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  @media (max-width: 736.98px) {
    .c-listing__control-bar {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
      .c-listing__control-bar .results-controls {
        margin-bottom: 1rem;
        width: 100%; }
        .c-listing__control-bar .results-controls .o-dropdown-select:not(:first-of-type) {
          margin-left: 0; }
        .c-listing__control-bar .results-controls select {
          width: 100%; }
        .c-listing__control-bar .results-controls__sort-label {
          min-width: 80px;
          -ms-flex-negative: 0;
              flex-shrink: 0; } }
  @media (max-width: 736.98px) {
    .c-listing__control-bar {
      height: auto; } }
  .c-listing__control-bar .results-label {
    color: #ffffff;
    margin-left: auto;
    margin-right: 0; }
    @media (max-width: 991.98px) {
      .c-listing__control-bar .results-label {
        margin-left: 0; } }
    @media (max-width: 736.98px) {
      .c-listing__control-bar .results-label {
        margin-top: 0.5rem; } }
  .c-listing__control-bar .results-controls {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 736.98px) {
      .c-listing__control-bar .results-controls {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .c-listing__control-bar .results-controls__sort {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-left: 7px;
      margin-right: 0;
      border: 0;
      border-radius: 2px;
      position: relative;
      background: #fff;
      color: #636464;
      box-sizing: border-box; }
      @media (max-width: 736.98px) {
        .c-listing__control-bar .results-controls__sort:first-child {
          margin-bottom: 6px; } }
      .c-listing__control-bar .results-controls__sort-label {
        padding-left: 12px;
        margin-right: 8px;
        color: #212529; }
      .c-listing__control-bar .results-controls__sort:after {
        font-family: 'g-icons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        position: absolute;
        line-height: 0.5;
        right: 0;
        top: 0;
        font-size: 20px;
        font-size: 1.25rem;
        color: #B5AFA8;
        height: 100%;
        width: 36px;
        border-left: 1px solid #CAC5C0;
        padding: 12px;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1199.98px) {
      .c-listing__control-bar .results-controls__sort {
        margin-left: 0;
        margin-right: 7px; } }
  .c-listing__control-bar .page-select select::-ms-expand {
    display: none; }
  @media (max-width: 736.98px) {
    .c-listing__control-bar .page-select {
      margin-bottom: 1rem; } }
  @media (max-width: 1199.98px) {
    .c-listing__control-bar .page-select {
      margin-left: 0px; } }
  .c-listing__control-bar .page-select .u-prb1 {
    font-weight: bold; }
  .c-listing__control-bar .sort-select select::-ms-expand {
    display: none; }
  .c-listing__control-bar .sort-select .u-prb1 {
    font-weight: bold; }

.c-listing__filter-title {
  background: #164f6e;
  color: white;
  font-family: 'Open Sans', Arial, 'sans-serif';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  padding: 16px 24px; }

.c-listing__pagination {
  background: #f7f5f2;
  padding: 1rem 1.5rem;
  border: 1px solid #e8e6e3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .c-listing__pagination-item {
    float: left;
    border: 1px solid #e8e6e3;
    border-right: none;
    width: 2.5rem;
    height: 2.5rem;
    background: #ffffff;
    padding: 0px; }
    .c-listing__pagination-item:last-child {
      border-right: 1px solid #e8e6e3; }
    .c-listing__pagination-item.active {
      pointer-events: none; }
    .c-listing__pagination-item-inner {
      color: #164f6e;
      font-weight: 600;
      background: #ffffff;
      width: 100%;
      height: 100%;
      padding-top: 0.375rem;
      margin: 0px;
      text-align: center; }
      .active .c-listing__pagination-item-inner {
        background: #357aa9;
        color: #ffffff; }

.c-listing__access-list {
  list-style: none;
  margin: 0px;
  padding: 0px; }
  .c-listing__access-list-row {
    display: -ms-flexbox;
    display: flex; }
  .c-listing__access-list-label {
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .c-listing__access-list li {
    border-bottom: 1px dotted #b5afa8;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    .c-listing__access-list li:last-child {
      border-bottom: none; }
    @media (max-width: 991.98px) {
      .c-listing__access-list li {
        padding-top: 12px;
        padding-bottom: 12px; } }
    .c-listing__access-list li a .g-icon-angle-right {
      font-size: 12px;
      font-size: 0.75rem;
      padding-top: 0px;
      margin-left: 10px; }
    .c-listing__access-list li .c-listing__access-list-icon {
      min-width: 3.125rem;
      width: 3.125rem;
      height: 3.125rem;
      background: #e8e6e3;
      padding: 0.6rem 0.5rem;
      text-align: center;
      border-radius: 50%;
      margin-right: 10px;
      color: #368DC4;
      font-size: 20px;
      font-size: 1.25rem; }
      .c-listing__access-list li .c-listing__access-list-icon:before {
        line-height: 30.8px;
        line-height: 1.925rem; }
    .c-listing__access-list li .c-listing__access-list-topics {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 20px;
      line-height: 1.25rem;
      color: #45494b;
      margin-top: 5px;
      padding-right: 1rem; }
      @media (max-width: 736.98px) {
        .c-listing__access-list li .c-listing__access-list-topics {
          padding-right: 0; } }
    .c-listing__access-list li .c-listing__access-list-source {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 20px;
      line-height: 1.25rem;
      color: #45494b; }
      .c-listing__access-list li .c-listing__access-list-source div > span > span {
        color: #2f6c95;
        font-weight: 400;
        cursor: pointer;
        white-space: nowrap; }
        .c-listing__access-list li .c-listing__access-list-source div > span > span:hover {
          text-decoration: underline; }

.c-listing__filter-search {
  background: #f7f5f2;
  border-bottom: 1px dashed #CAC5C0;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative; }
  .c-listing__filter-search h4 {
    margin-bottom: 1rem;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #45494b; }
  .c-listing__filter-search.c-listing__filter-search input {
    padding: 10px 16px;
    width: 100%;
    background-color: #fff; }
  .c-listing__filter-search .search-input__wrapper .g-icon-search {
    top: 50%;
    right: 12px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.c-listing__filter {
  position: relative;
  border-bottom: 1px dashed #CAC5C0;
  padding-bottom: 1rem;
  margin-bottom: 1.25rem; }
  .c-listing__filter:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
  .c-listing__filter-clear {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5384615385; }
    .c-listing__filter-clear a {
      text-decoration: underline;
      color: #45494B; }
  .c-listing__filter #categories {
    background-color: transparent;
    padding: 0;
    margin: 0;
    box-shadow: none; }

.c-listing__filterlist-list {
  padding-left: 0px;
  margin-left: 17px;
  margin-bottom: 0px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #45494b;
  list-style: none; }
  .c-listing__filterlist-list li::before {
    content: "\2022";
    color: #368dc4;
    font-weight: bold;
    font-size: 17px;
    font-size: 1.0625rem;
    display: inline-block;
    width: 5px;
    margin-left: -1em; }

.c-listing__filterlist-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #45494b; }

.c-listing__filterlist-head {
  pointer-events: none; }
  @media (max-width: 991.98px) {
    .c-listing__filterlist-head {
      pointer-events: initial; }
      .c-listing__filterlist-head + div > ul {
        padding-top: 1rem; } }
  .c-listing__filterlist-head-heading {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6; }
    @media (max-width: 991.98px) {
      .c-listing__filterlist-head-heading {
        margin-bottom: 0; } }
  .collapsed .c-listing__filterlist-head-icon:before {
    content: ""; }

@media (min-width: 992px) {
  .c-listing__filterlist-body.collapse {
    display: block; } }

@media (min-width: 992px) {
  .c-listing__filterlist-body.collapsing {
    height: auto !important; } }

.c-a-country {
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  gap: 5px; }
  .c-a-country .flag-container {
    max-height: 44px;
    max-width: 104px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.2);
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    gap: 8px; }
  .c-a-country .text-container {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
    font-weight: 400;
    line-height: 20px !important;
    line-height: 1.25rem !important;
    letter-spacing: 0em;
    text-align: left; }
    @media (max-width: 459px) {
      .c-a-country .text-container {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        margin-left: -15px;
        margin-top: 10px; } }

.hr-line {
  background: rgba(255, 255, 255, 0.2) !important; }

.c-alert-tab {
  min-width: 230px;
  min-height: 160px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  display: none;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 737px) {
    .c-alert-tab {
      border-radius: 8px 8px 0px 0px;
      min-width: 320px; } }
  .c-alert-tab__wrapper {
    position: fixed;
    bottom: 15px;
    right: 4.5rem;
    z-index: 3;
    color: #fff; }
    @media (min-width: 737px) {
      .c-alert-tab__wrapper.is-active {
        bottom: 0; } }
    .c-alert-tab__wrapper.is-active .c-alert-tab {
      display: -ms-flexbox;
      display: flex; }
    .c-alert-tab__wrapper.is-active .c-alert-tab__toggle {
      opacity: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1; }
  .c-alert-tab__toggle {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.6);
    border: 0; }
    .c-alert-tab__toggle:focus {
      outline: 0; }
  .c-alert-tab__head {
    background-color: #164F6E;
    text-align: center;
    border-radius: 8px 8px 0px 0px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 16px;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2857142857; }
    .c-alert-tab__head__close {
      border: 0;
      background-color: transparent;
      margin: 0;
      padding: 4px;
      position: absolute;
      top: 50%;
      right: 16px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #fff;
      font-size: 11px;
      font-size: 0.6875rem;
      line-height: 1; }
      .c-alert-tab__head__close:after {
        font-family: 'g-icons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: ""; }
  .c-alert-tab__body {
    background-color: #2f6c95;
    padding: 1rem;
    text-align: center;
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5555555556;
    border-radius: 0px 0px 8px 8px;
    position: relative;
    z-index: 2; }
    @media (min-width: 737px) {
      .c-alert-tab__body {
        border-radius: 0;
        min-width: 320px; } }
    .c-alert-tab__body img {
      margin-bottom: 4px;
      display: inline-block;
      max-width: 110px; }
    .c-alert-tab__body__row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
      @media (min-width: 737px) {
        .c-alert-tab__body__row {
          -ms-flex-direction: row;
              flex-direction: row; } }
    .c-alert-tab__body__col {
      -ms-flex: 1 0 0px;
          flex: 1 0 0; }
      .c-alert-tab__body__col:not(:first-of-type) {
        border-top: 1px solid #CAC5C0;
        margin-top: 1rem;
        padding-top: 1rem; }
        @media (min-width: 737px) {
          .c-alert-tab__body__col:not(:first-of-type) {
            border-top: 0;
            border-left: 1px solid #CAC5C0;
            margin-top: 0;
            padding-top: 0; } }
  .c-alert-tab__link {
    color: #fff;
    text-align: center;
    margin-top: 0.5rem;
    display: inline-block; }
    .c-alert-tab__link:hover, .c-alert-tab__link:focus {
      color: #fff; }

body.is-locked-algolia {
  overflow: hidden; }

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.ais-Hits-list {
  width: 100%;
  list-style: none;
  padding-left: 0; }

.ais-RefinementList-showMore {
  border: 0;
  background-color: transparent;
  text-align: center;
  padding: 0;
  margin-top: 0.6rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  display: block;
  color: #2f6c95;
  font-weight: 600; }
  .ais-RefinementList-showMore--disabled {
    display: none; }
  .ais-RefinementList-showMore.is-hidden {
    display: none; }

.c-algolia {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .c-algolia--standalone {
    min-height: 0; }
    @media (max-width: 991.98px) {
      .c-algolia--standalone .c-algolia__results {
        padding-left: 0;
        padding-right: 0; } }
    .c-algolia--standalone .c-algolia__top {
      padding-top: 18px; }
      @media (max-width: 991.98px) {
        .c-algolia--standalone .c-algolia__top {
          padding-left: 0;
          padding-right: 0; } }
  .c-algolia__module {
    position: fixed;
    z-index: 123456;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    display: none;
    background-color: #fff; }
    .c-algolia__module.is-active {
      display: block; }
  .c-algolia__top {
    padding-top: 24px;
    background-color: #123F58; }
    @media (max-width: 1199.98px) {
      .c-algolia__top {
        padding-top: 16px; } }
  .c-algolia__main {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex; }
  .c-algolia__layout {
    margin: 0 -7.5px;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991.98px) {
      .c-algolia__layout {
        margin-left: 0;
        margin-right: 0;
        -ms-flex-direction: column;
            flex-direction: column; } }
    .c-algolia__layout__col {
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
      padding-left: 7.5px;
      padding-right: 7.5px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
      @media (max-width: 991.98px) {
        .c-algolia__layout__col {
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
          padding-left: 0;
          padding-right: 0; } }
  .c-algolia__close {
    width: auto;
    min-width: 56px;
    height: 56px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    padding: 0 15px;
    background-color: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 80px;
    background-color: #368DC4;
    border-radius: 4px;
    color: #fff;
    border: 0; }
    @media (max-width: 991.98px) {
      .c-algolia__close {
        height: 40px;
        min-width: 40px;
        margin-left: 8px; } }
  .c-algolia__search {
    display: -ms-flexbox;
    display: flex; }
    .c-algolia__search-container {
      padding-bottom: 18px;
      max-width: 1194px;
      margin: 0 auto; }
      @media (max-width: 1199.98px) {
        .c-algolia__search-container {
          padding-left: 15px;
          padding-right: 15px; } }
      .c-algolia__search-container.search-container {
        width: 100%; }
  .c-algolia #related {
    margin-top: 8px;
    height: 34px;
    overflow: hidden;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .c-algolia #related .c-algolia__tab-content--wrapper > div > div {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%; }
      .c-algolia #related .c-algolia__tab-content--wrapper > div > div > div {
        margin-right: 8px;
        margin-bottom: 8px; }
    .c-algolia #related div[class*="touchAction"] > div:hover {
      background-color: #2f6c95;
      color: #fff; }
    .c-algolia #related .ais-Highlight-highlighted {
      background-color: transparent;
      font-weight: normal; }
  .c-algolia__keywords {
    margin-top: 8px; }
    .c-algolia__keywords-light {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      .c-algolia__keywords-light > div > div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%;
        -ms-flex-pack: center;
            justify-content: center;
        margin-top: 8px; }
        .c-algolia__keywords-light > div > div > div {
          margin-right: 8px;
          margin-bottom: 8px; }
      .c-algolia__keywords-light .ais-Hits-list {
        max-height: 100% !important;
        overflow: visible !important; }
      .c-algolia__keywords-light .ais-Hits-item {
        box-shadow: none !important;
        border-bottom: 0 !important;
        margin-bottom: 0.5rem !important; }
      .c-algolia__keywords-light .ais-Highlight {
        color: #164F6E; }
      .c-algolia__keywords-light .ais-Highlight-highlighted {
        background-color: transparent !important;
        font-weight: normal; }
      .c-algolia__keywords-light .c-algolia__keywords__button {
        color: #164F6E; }
      .c-algolia__keywords-light div[class*="touchAction"] > div:hover {
        background-color: #2f6c95; }
        .c-algolia__keywords-light div[class*="touchAction"] > div:hover .ais-Highlight {
          color: #fff; }
    .c-algolia__keywords .ais-Hits-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 0; }
      @media (max-width: 1199.98px) {
        .c-algolia__keywords .ais-Hits-list {
          max-height: 32px;
          overflow: hidden; } }
    .c-algolia__keywords .ais-Hits-item {
      margin-right: 8px;
      margin-bottom: 8px;
      background-color: transparent; }
      .c-algolia__keywords .ais-Hits-item:last-of-type {
        margin-right: 0; }
    .c-algolia__keywords__button {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 20px;
      line-height: 1.25rem;
      padding: 2px 8px;
      border-radius: 4px;
      border: 1px solid #2f6c95;
      background-color: transparent;
      color: #D3ECFC;
      white-space: nowrap; }
      .c-algolia__keywords__button:hover {
        outline: none;
        background-color: #2f6c95;
        color: #fff; }
      .c-algolia__keywords__button:focus {
        outline: none; }
  .c-algolia__tab {
    border: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
    line-height: 1.375rem;
    padding: 12px 24px;
    margin: 0;
    background-color: #164F6E;
    color: #fff;
    border-left: 1px solid #123F58;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    vertical-align: bottom; }
    .c-algolia__tab [class*="g-icon"] {
      font-size: 24px;
      font-size: 1.5rem;
      min-height: 24px; }
    .c-algolia__tab .ais-Stats {
      color: #fff;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 22px;
      line-height: 1.375rem;
      font-weight: normal; }
      .c-algolia__tab .ais-Stats > strong {
        font-weight: normal; }
    .c-algolia__tab .ais-MultiIndex__root {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 22px;
      line-height: 1.375rem;
      margin-left: 4px; }
    .c-algolia__tab:focus, .c-algolia__tab:hover {
      background-color: #2f6c95;
      outline: none; }
    .c-algolia__tab.is-active {
      position: relative;
      font-weight: bold;
      background-color: #fff;
      color: #45494B;
      border-left: 0; }
      .c-algolia__tab.is-active + .c-algolia__tab {
        border-left: 0; }
      .c-algolia__tab.is-active:before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #368DC4; }
      .c-algolia__tab.is-active .ais-Stats > strong {
        font-weight: bold;
        color: #45494B; }
    .c-algolia__tab-container {
      padding-top: 4px; }
      @media (max-width: 991.98px) {
        .c-algolia__tab-container {
          white-space: nowrap;
          overflow: auto; } }
    .c-algolia__tab-content {
      display: none;
      padding-top: 32px;
      padding-bottom: 48px;
      padding-left: 15px;
      padding-right: 15px;
      background-color: #fff;
      width: 100%; }
      @media (max-width: 991.98px) {
        .c-algolia__tab-content {
          padding: 0; } }
      .c-algolia__tab-content.is-active {
        display: block; }
      .c-algolia__tab-content--grey {
        background-color: #F7F5F2; }
      .c-algolia__tab-content--wrapper {
        background-color: transparent;
        padding: 0;
        width: auto; }
  .c-algolia__content-container {
    max-width: 1194px;
    margin: 0 auto;
    width: 100%; }
  @media (max-width: 991.98px) {
    .c-algolia__filter-col {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100%;
      z-index: 101;
      padding: 0;
      overflow: auto;
      display: none;
      -ms-flex-direction: column;
          flex-direction: column; }
      .c-algolia__filter-col.is-active {
        display: -ms-flexbox;
        display: flex; }
        .c-algolia__filter-col.is-active .c-listing__filter-search {
          -ms-flex: 1;
              flex: 1;
          padding-bottom: 64px; } }
  .c-algolia__filter-col .c-algolia__close {
    display: none; }
    @media (max-width: 991.98px) {
      .c-algolia__filter-col .c-algolia__close {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 40px; } }
  .c-algolia__results {
    background-color: #fff;
    padding: 1.5rem;
    border: 1px solid #E8E6E3;
    border-radius: 4px;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    @media (max-width: 991.98px) {
      .c-algolia__results {
        margin-bottom: 8px;
        border-radius: 0; } }
    .c-algolia__results + .c-algolia__results {
      margin-top: 1rem; }
      @media (max-width: 991.98px) {
        .c-algolia__results + .c-algolia__results {
          margin-top: 0; } }
    .c-algolia__results--no-border {
      border: 0;
      padding: 0; }
      @media (max-width: 991.98px) {
        .c-algolia__results--no-border {
          padding: 1.5rem; } }
    .c-algolia__results__no-results {
      margin: 1rem 0; }
    .c-algolia__results__heading {
      border-bottom: 2px solid #164F6E;
      padding-bottom: 1rem; }
      .c-algolia__results__heading--wide {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        margin-bottom: 24px;
        -ms-flex-align: baseline;
            align-items: baseline; }
        @media (max-width: 1199.98px) {
          .c-algolia__results__heading--wide {
            margin-bottom: 0; } }
      .c-algolia__results__heading .ais-Stats {
        font-weight: bold;
        color: #45494B; }
    .c-algolia__results__title {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 34px;
      line-height: 2.125rem;
      margin-bottom: 4px; }
    .c-algolia__results__subtext {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.5384615385;
      font-weight: 600;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .c-algolia__results__subtext--flex-start {
        -ms-flex-align: start;
            align-items: flex-start; }
      .c-algolia__results__subtext__break {
        margin: 0 8px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #CAC5C0;
        display: inline-block; }
    .c-algolia__results__filter-button {
      position: fixed;
      bottom: 1rem;
      right: 50%;
      -webkit-transform: translateX(50%);
              transform: translateX(50%);
      z-index: 5;
      margin: 0;
      padding: 0;
      border: 0;
      background-color: transparent;
      cursor: pointer;
      border: 1px solid #B5AFA8;
      color: #45494B;
      text-align: center;
      border-radius: 30px;
      padding: 10px 24px 10px 24px;
      display: inline-block;
      font-weight: 700;
      transition: 0.3s all;
      text-transform: uppercase;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 18px;
      line-height: 1.125rem;
      background-color: #2F7261;
      color: #fff;
      border-color: #2F7261;
      display: none;
      -ms-flex-align: center;
          align-items: center; }
      .c-algolia__results__filter-button:hover, .c-algolia__results__filter-button:focus {
        text-decoration: none;
        background-color: transparent; }
      .c-algolia__results__filter-button:disabled {
        cursor: auto; }
      .c-algolia__results__filter-button:hover, .c-algolia__results__filter-button:focus {
        color: #B5AFA8; }
      .c-algolia__results__filter-button:hover, .c-algolia__results__filter-button:focus {
        background-color: #204e42;
        border-color: #204e42;
        color: #fff; }
      .c-algolia__results__filter-button__count {
        width: 24px;
        height: 24px;
        background-color: #fff;
        border-radius: 50%;
        display: none;
        color: #2F7261;
        margin-left: 8px;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
        .c-algolia__results__filter-button__count.is-active {
          display: -ms-inline-flexbox;
          display: inline-flex; }
      @media (max-width: 991.98px) {
        .c-algolia__results__filter-button {
          display: -ms-inline-flexbox;
          display: inline-flex; } }
    .c-algolia__results__filter-misc-mobile {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding: 0 24px; }
      @media (max-width: 991.98px) {
        .c-algolia__results__filter-misc-mobile {
          position: fixed;
          bottom: 0;
          padding: 12px 24px;
          left: 0;
          width: 100%;
          background-color: #fff; } }
      .c-algolia__results__filter-misc-mobile .ais-Stats {
        display: inline-block;
        color: inherit; }
      .c-algolia__results__filter-misc-mobile .ais-ClearRefinements {
        width: 100%; }
        @media (max-width: 991.98px) {
          .c-algolia__results__filter-misc-mobile .ais-ClearRefinements {
            width: auto;
            margin-right: 8px;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; } }
      .c-algolia__results__filter-misc-mobile__mobile-only {
        display: none; }
        @media (max-width: 991.98px) {
          .c-algolia__results__filter-misc-mobile__mobile-only {
            display: block;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
            .c-algolia__results__filter-misc-mobile__mobile-only > button {
              width: 100%; } }
    .c-algolia__results__load-more {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      position: relative;
      font-size: 14px;
      font-size: 0.875rem;
      width: 100%; }
      .c-algolia__results__load-more:hover .ais-Stats {
        color: #fff; }
      .c-algolia__results__load-more .ais-Stats {
        color: #45494B;
        margin-left: 4px;
        transition: 0.3s color;
        font-size: 14px;
        font-size: 0.875rem; }
      .c-algolia__results__load-more:after {
        font-family: 'g-icons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        position: absolute;
        top: 50%;
        right: 16px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        font-size: 11px;
        font-size: 0.6875rem; }
    .c-algolia__results .ais-Hits-item {
      box-shadow: none;
      margin-bottom: 0;
      border-radius: 0; }
      .c-algolia__results .ais-Hits-item:not(:last-of-type) {
        border-bottom: 1px dashed #CAC5C0; }
      .c-algolia__results .ais-Hits-item .hit {
        padding: 16px 0px; }
        .c-algolia__results .ais-Hits-item .hit:hover, .c-algolia__results .ais-Hits-item .hit:focus {
          text-decoration: none; }
          .c-algolia__results .ais-Hits-item .hit:hover .hit-name, .c-algolia__results .ais-Hits-item .hit:focus .hit-name {
            text-decoration: underline; }
        .c-algolia__results .ais-Hits-item .hit-name {
          font-weight: bold;
          color: #164F6E;
          margin-bottom: 4px;
          font-size: 16px;
          font-size: 1rem;
          line-height: 1.625;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -ms-flex-align: center;
              align-items: center; }
          .c-algolia__results .ais-Hits-item .hit-name__badge {
            font-size: 11px;
            font-size: 0.6875rem;
            line-height: 16px;
            line-height: 1rem;
            color: #fff;
            background-color: #164F6E;
            padding: 1px 4px;
            border-radius: 4px;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: center;
                justify-content: center;
            margin-left: 8px; }
        .c-algolia__results .ais-Hits-item .hit-description {
          margin-bottom: 0;
          color: #45494B; }
        .c-algolia__results .ais-Hits-item .hit-icon {
          width: 40px;
          height: 40px;
          border-radius: 4px;
          background-color: #368DC4;
          margin-right: 12px;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          color: #fff;
          font-size: 22px;
          font-size: 1.375rem; }
          .c-algolia__results .ais-Hits-item .hit-icon--s {
            font-size: 1.2rem; }
      .c-algolia__results .ais-Hits-item .hit-icon--register {
        background-color: #9E2D58; }
      .c-algolia__results .ais-Hits-item .hit-icon--publication-release, .c-algolia__results .ais-Hits-item .hit-icon--publication {
        background-color: #4D3C8F; }
      .c-algolia__results .ais-Hits-item .hit-icon--data {
        background-color: #B42B36;
        -webkit-transform: scaleX(-1);
                transform: scaleX(-1); }
      .c-algolia__results .ais-Hits-item .hit-icon--pdf {
        background-color: #164F6E;
        font-size: 1.6rem; }
      .c-algolia__results .ais-Hits-item .hit-icon--resources {
        background-color: #4B752D;
        margin-left: 4px; }
      .c-algolia__results .ais-Hits-item .hit-icon--news, .c-algolia__results .ais-Hits-item .hit-icon--media-release {
        background-color: #2F7261; }
      .c-algolia__results .ais-Hits-item .hit-icon--events {
        background-color: #4B752D; }
  .c-algolia .ais-SearchBox {
    position: relative; }
    .c-algolia .ais-SearchBox input {
      padding: 15px;
      padding-left: 44px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.1); }
      @media (max-width: 991.98px) {
        .c-algolia .ais-SearchBox input {
          padding-top: 8px;
          padding-bottom: 8px;
          max-height: 40px; } }
    .c-algolia .ais-SearchBox-reset {
      right: 1.5rem;
      margin: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .c-algolia .ais-SearchBox-reset svg {
        fill: #164F6E; }
    .c-algolia .ais-SearchBox .ais-SearchBox-submit {
      position: absolute;
      top: 50%;
      left: 18px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      margin: 0;
      pointer-events: none; }
      .c-algolia .ais-SearchBox .ais-SearchBox-submit svg {
        height: 16px;
        width: 16px;
        fill: #636464; }
  .c-algolia #sortby, .c-algolia #categories {
    margin-bottom: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 0; }
  .c-algolia #categories {
    padding-top: 0; }
  .c-algolia .ais-Panel {
    margin-bottom: 24px;
    border-bottom: 1px dashed #CAC5C0;
    padding-bottom: 24px; }
  .c-algolia .ais-Panel-header {
    padding-left: 0;
    padding-right: 0;
    text-transform: none;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 10px; }
  .c-algolia .ais-SortBy {
    padding: 0; }
  .c-algolia .ais-RefinementList-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0; }
  .c-algolia .ais-RefinementList-item {
    padding: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem; }
    .c-algolia .ais-RefinementList-item:not(:last-of-type) {
      margin-bottom: 8px; }
  .c-algolia input.ais-RefinementList-checkbox {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    /* 1 */
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    /* 2 */
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important; }
    .c-algolia input.ais-RefinementList-checkbox:checked + .ais-RefinementList-labelText:before {
      font-family: 'g-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      font-size: 1rem;
      background-color: #368DC4;
      color: #fff;
      border-color: #368DC4; }
  .c-algolia .ais-RefinementList-label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 0; }
    .c-algolia .ais-RefinementList-labelText {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
          align-items: center;
      margin-left: 0; }
      .c-algolia .ais-RefinementList-labelText:before {
        content: '';
        width: 16px;
        height: 16px;
        display: inline-block;
        background-color: #fff;
        border-radius: 2px;
        border: 1px solid #CAC5C0;
        margin-right: 8px; }
  .c-algolia .ais-RefinementList-icon {
    margin-left: auto;
    background-color: #368DC4;
    color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 24px;
    height: 24px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 4px;
    border-radius: 2px; }
    .c-algolia .ais-RefinementList-icon--resources {
      background-color: #4B752D; }
    .c-algolia .ais-RefinementList-icon--pdf {
      background-color: #164F6E;
      font-size: 1rem; }
    .c-algolia .ais-RefinementList-icon--data {
      background-color: #B42B36; }
    .c-algolia .ais-RefinementList-icon--event {
      background-color: #4B752D; }
    .c-algolia .ais-RefinementList-icon--news {
      background-color: #2F7261; }
    .c-algolia .ais-RefinementList-icon--publication-release {
      background-color: #4D3C8F; }
    .c-algolia .ais-RefinementList-icon--media-release {
      background-color: #2F7261; }
    .c-algolia .ais-RefinementList-icon--content {
      padding: 6px; }
  .c-algolia .ais-RefinementList-count {
    margin-left: 4px;
    color: #45494B;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem; }
    .c-algolia .ais-RefinementList-count:before {
      content: '('; }
    .c-algolia .ais-RefinementList-count:after {
      content: ')'; }
  .c-algolia .c-listing__filter-search {
    border: 0; }
  .c-algolia .c-listing__filter-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (max-width: 991.98px) {
      .c-algolia .c-listing__filter-title {
        min-height: 56px;
        padding-right: 8px; } }
  .c-algolia .ais-Highlight-highlighted {
    background-color: #feeecc;
    text-decoration: none; }
  .c-algolia .ais-Snippet-highlighted {
    text-decoration: none;
    background-color: #feeecc;
    font-weight: normal; }
  .c-algolia .ais-Pagination {
    background-color: #F7F5F2;
    padding: 8px; }
    .c-algolia .ais-Pagination-list {
      margin-bottom: 0;
      display: block; }
    .c-algolia .ais-Pagination-item {
      background-color: #fff;
      border-radius: 0;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: 40px;
      height: 40px;
      margin: 0;
      font-weight: 600;
      border: 1px solid #E8E6E3; }
      .c-algolia .ais-Pagination-item:hover {
        background-color: #fff;
        color: #2f6c95;
        text-decoration: underline; }
      .c-algolia .ais-Pagination-item--page + .ais-Pagination-item--page {
        border-left: 0; }
      .c-algolia .ais-Pagination-item--nextPage {
        float: right;
        border: 1px solid #E8E6E3;
        font-size: 0; }
        .c-algolia .ais-Pagination-item--nextPage .ais-Pagination-link {
          display: -ms-inline-flexbox;
          display: inline-flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center; }
          .c-algolia .ais-Pagination-item--nextPage .ais-Pagination-link:after {
            font-family: 'g-icons' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            display: inline-block;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "";
            font-size: 13px;
            font-size: 0.8125rem; }
      .c-algolia .ais-Pagination-item--previousPage {
        float: left;
        border: 1px solid #E8E6E3;
        font-size: 0; }
        .c-algolia .ais-Pagination-item--previousPage .ais-Pagination-link {
          display: -ms-inline-flexbox;
          display: inline-flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center; }
          .c-algolia .ais-Pagination-item--previousPage .ais-Pagination-link:after {
            font-family: 'g-icons' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            display: inline-block;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "";
            font-size: 13px;
            font-size: 0.8125rem; }
      .c-algolia .ais-Pagination-item .ais-Pagination-link {
        color: #2f6c95; }
      .c-algolia .ais-Pagination-item--disabled {
        pointer-events: none;
        opacity: 0.3; }
      .c-algolia .ais-Pagination-item--firstPage {
        display: none; }
      .c-algolia .ais-Pagination-item--selected {
        background-color: #2f6c95; }
        .c-algolia .ais-Pagination-item--selected .ais-Pagination-link {
          color: #fff; }
        .c-algolia .ais-Pagination-item--selected:hover {
          background-color: #2f6c95;
          text-decoration: none; }
          .c-algolia .ais-Pagination-item--selected:hover .ais-Pagination-link {
            pointer-events: none; }
    .c-algolia .ais-Pagination--noRefinement {
      display: none; }
  .c-algolia .ais-ClearRefinements {
    position: relative; }
    .c-algolia .ais-ClearRefinements--single .ais-ClearRefinements-button {
      position: absolute;
      top: 0;
      right: 0;
      border: 0;
      background-color: transparent;
      margin: 0;
      padding: 0;
      color: #2f6c95;
      font-weight: 600;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.5384615385; }
      .c-algolia .ais-ClearRefinements--single .ais-ClearRefinements-button:hover, .c-algolia .ais-ClearRefinements--single .ais-ClearRefinements-button:focus {
        text-decoration: underline; }
      .c-algolia .ais-ClearRefinements--single .ais-ClearRefinements-button--disabled {
        display: none; }
    .c-algolia .ais-ClearRefinements:not(.ais-ClearRefinements--single) .ais-ClearRefinements-button {
      border: 1px solid #B5AFA8;
      border-radius: 999rem;
      padding: 8px 16px 8px 16px;
      display: inline-block;
      width: 100%;
      background-color: transparent;
      transition: 0.3s all;
      text-transform: uppercase;
      text-align: center;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 22px;
      line-height: 1.375rem;
      font-weight: bold; }
      .c-algolia .ais-ClearRefinements:not(.ais-ClearRefinements--single) .ais-ClearRefinements-button:not(.ais-ClearRefinements-button--disabled) {
        color: #45494B; }
        .c-algolia .ais-ClearRefinements:not(.ais-ClearRefinements--single) .ais-ClearRefinements-button:not(.ais-ClearRefinements-button--disabled):hover {
          border-color: #164F6E;
          background-color: #164F6E;
          color: #fff; }
  .c-algolia .ais-VoiceSearch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    background-color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    .c-algolia .ais-VoiceSearch-button {
      background-color: transparent;
      border: 0;
      padding: 0 15px;
      color: #212529; }

.c-algolia__tab-svg-icon path {
  fill: white; }

.c-algolia__tab.is-active .c-algolia__tab-svg-icon path {
  fill: #45494B; }

.c-algolia__tab-svg-icon--register {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }

.c-article-card {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 1rem; }
  .c-article-card:last-of-type {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .c-article-card {
      margin-bottom: 0;
      -ms-flex: 1;
          flex: 1; } }
  .c-article-card__heading {
    padding-bottom: 1.5rem;
    border-bottom: 1px dashed #2f6c95; }
  .c-article-card__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (min-width: 992px) {
      .c-article-card__container {
        -ms-flex-direction: row;
            flex-direction: row; } }
  .c-article-card__content {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    padding-bottom: 1.5rem; }
    .c-article-card__content__img {
      max-width: 240px;
      width: 100%; }
  .c-article-card__list {
    padding-left: 0;
    list-style: none; }
    .c-article-card__list li {
      border-bottom: 1px dashed #CAC5C0; }
  .c-article-card__footer a {
    margin-top: 0;
    margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .c-article-card__footer a {
        display: block; } }
  .c-article-card__cta {
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 737px) and (max-width: 1199.98px) {
      .c-article-card__cta {
        -ms-flex-direction: column;
            flex-direction: column;
        margin-top: 1rem; } }
    @media (max-width: 736.98px) {
      .c-article-card__cta {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .c-article-card__cta .o-btn {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      width: 100%; }
      @media (max-width: 736.98px) {
        .c-article-card__cta .o-btn ~ .o-btn {
          margin-top: 0.5rem; } }
  .c-article-card__cta__spacer {
    display: block;
    margin-left: 0.5rem; }
    @media (min-width: 737px) and (max-width: 1199.98px) {
      .c-article-card__cta__spacer {
        margin-top: 0.5rem; } }
  .c-article-card__item-publication {
    display: block; }
    @media (max-width: 1199.98px) {
      .c-article-card__item-publication {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; } }
    @media (max-width: 991.98px) {
      .c-article-card__item-publication {
        -ms-flex-direction: row;
            flex-direction: row; } }
    @media (max-width: 736.98px) {
      .c-article-card__item-publication {
        -ms-flex-direction: column;
            flex-direction: column; } }
    @media (min-width: 737px) and (max-width: 1199.98px) {
      .c-article-card__item-publication .o-illustrated-point {
        -ms-flex: 1;
            flex: 1; } }
    .c-article-card__item-publication .c-article-card__cta {
      min-width: 180px; }
  .c-article-card--primary {
    background-color: #164F6E;
    color: #fff; }
    .c-article-card--primary a {
      color: #fff; }
  .c-article-card--light {
    background-color: #fff; }
    .c-article-card--light .c-article-card__heading {
      border-color: #CAC5C0; }
    .c-article-card--light .c-article-card__list li {
      border-color: #CAC5C0; }
  .c-article-card--dark {
    background-color: #343434;
    color: #fff; }
    .c-article-card--dark .c-article-card__heading {
      border-color: #636464; }
    .c-article-card--dark .c-article-card__list li {
      border-color: #636464; }
    .c-article-card--dark a {
      color: #fff; }
  .c-article-card--outline {
    border: 1px solid #CAC5C0;
    padding: 1.5rem; }
    .c-article-card--outline .c-article-card__heading {
      border-bottom: none;
      padding-bottom: 0; }
  .c-article-card--widget {
    background-color: #F7F5F2;
    padding: 1.5rem; }
    .c-article-card--widget .c-article-card__heading {
      border-width: 4px;
      border-color: #45494B;
      border-bottom-style: solid;
      padding-bottom: 1rem;
      margin-bottom: 0.75rem; }
    .c-article-card--widget .c-article-card__content {
      padding-bottom: 0; }
    .c-article-card--widget .c-article-card__list {
      margin-bottom: 0; }
      .c-article-card--widget .c-article-card__list li:last-of-type {
        border-bottom: 0; }
    .c-article-card--widget .o-illustrated-point {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      -ms-flex-align: center;
          align-items: center; }
      .c-article-card--widget .o-illustrated-point:hover, .c-article-card--widget .o-illustrated-point:focus {
        text-decoration: none; }
        .c-article-card--widget .o-illustrated-point:hover .o-illustrated-point__title, .c-article-card--widget .o-illustrated-point:focus .o-illustrated-point__title {
          color: #2f6c95; }
        .c-article-card--widget .o-illustrated-point:hover .o-illustrated-point__description, .c-article-card--widget .o-illustrated-point:focus .o-illustrated-point__description {
          color: #2f6c95; }
    .c-article-card--widget .o-illustrated-point__image {
      width: 60px;
      height: 60px; }
    .c-article-card--widget .o-illustrated-point__title {
      color: #164F6E;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.6; }
    .c-article-card--widget .o-illustrated-point__description {
      -ms-flex: 1;
          flex: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      color: #212529; }
  .c-article-card--featured-collapsed .c-article-card__heading {
    margin-bottom: 1rem; }
  .c-article-card--featured-collapsed .c-article-card__cta {
    -ms-flex-direction: column;
        flex-direction: column;
    width: auto;
    -ms-flex-align: center;
        align-items: center; }
    .c-article-card--featured-collapsed .c-article-card__cta .o-btn {
      width: auto;
      padding-right: 2.6rem; }
      .c-article-card--featured-collapsed .c-article-card__cta .o-btn:not(:first-of-type) {
        margin-top: 0.5rem; }
  .c-article-card--featured {
    background-color: #F7F5F2;
    padding: 1.5rem;
    margin-bottom: 2rem; }
    .c-article-card--featured .c-article-card__heading {
      border-width: 4px;
      border-color: #45494B;
      border-bottom-style: solid;
      padding-bottom: 1rem;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.5555555556; }
    .c-article-card--featured .c-article-card__content {
      padding-bottom: 0; }
    .c-article-card--featured .c-article-card__list li {
      padding-bottom: 1rem; }
    .c-article-card--featured .o-illustrated-point {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; }
    .c-article-card--featured .o-illustrated-point__image {
      width: 60px;
      height: 60px;
      font-size: 3.2rem; }
  .c-article-card__wrapper {
    min-width: 25%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: auto;
    padding-left: 1rem; }
    @media (max-width: 991.98px) {
      .c-article-card__wrapper {
        width: 100%;
        padding-left: 0; } }

.k-autocomplete {
  width: 100%;
  background: #F7F5F2;
  border: solid 1px rgba(140, 140, 140, 0.5);
  padding: 8px 20px;
  box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  /* crit */ }
  .k-autocomplete input {
    width: 100%;
    border: 0;
    outline: 0;
    height: 32px;
    background: #F7F5F2;
    /* crit */ }

.k-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .k-list-container {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 4px 4px;
    overflow-y: scroll; }
  .k-list > .k-item {
    display: block;
    padding: 8px 20px;
    margin: 3px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
    line-height: 1.375rem;
    cursor: pointer; }
    .k-list > .k-item > strong {
      color: #357AA9;
      font-weight: bold; }
    .k-list > .k-item.k-state-focused, .k-list > .k-item.k-state-hover {
      background: #E8E6E3; }
  .k-list-container {
    height: 188px !important; }

.k-nodata {
  display: block;
  padding: 8px 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  line-height: 1.375rem; }

.c-community {
  font-family: 'Open Sans', Arial, 'sans-serif'; }
  .is-page-nothome .c-community {
    margin-bottom: -80px; }
  .c-community__subtitle {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem; }
  .c-community__media {
    -ms-flex-item-align: center;
        align-self: center; }
  .c-community__topics, .c-community__topic-details {
    padding: 32px 0;
    position: relative; }
  .c-community__header {
    margin-bottom: 40px; }
  .c-community__topics {
    /*.c-community__topics-breadcrumbs*/
    /*.c-community__topics-region*/ }
    .c-community__topics__container {
      margin-top: 30px;
      position: relative; }
    @media (min-width: 737px) {
      .c-community__topics__row {
        -ms-flex-pack: start;
            justify-content: flex-start;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        box-shadow: none;
        border-radius: 0px;
        max-height: none;
        overflow-y: visible;
        background: transparent;
        border: none; }
        .c-community__topics__row.active {
          display: -ms-flexbox;
          display: flex; } }
    @media (min-width: 737px) {
      .c-community__topics__col {
        width: calc(100% / 4 - 12px);
        border-radius: 4px;
        margin-right: 15px;
        margin-bottom: 8px;
        background: #fff; }
      .c-community__topics__col:nth-child(4n) {
        margin-right: 0; }
      .c-community__topics__col:nth-child(5n) {
        margin-right: 15px; } }
    @media (min-width: 992px) {
      .c-community__topics__col {
        width: calc(100% / 5 - 12px);
        margin-right: 15px; }
      .c-community__topics__col:nth-child(5n) {
        margin-right: 0; }
      .c-community__topics__col:nth-child(4n) {
        margin-right: 15px; } }
    .c-community__topics__col:hover a {
      text-decoration: none; }
    @media (min-width: 737px) {
      .c-community__topics__col:hover {
        border-color: 1px solid #2f6c95;
        box-shadow: 0px 0px 6px #2f6c95;
        background: #fff; } }
    .c-community__topics__link {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .c-community__topics_media {
      max-width: 42px;
      height: 42px;
      line-height: 1;
      background: #fff;
      border-radius: 5px;
      border: 1px solid #e8e6e3;
      -ms-flex-preferred-size: 42px;
          flex-basis: 42px;
      -ms-flex-item-align: start;
          align-self: flex-start; }
      .c-community__topics_media img {
        max-width: 100%; }
      .c-community__topics_media i {
        background: linear-gradient(90deg, #2f6c95 0%, #164F6E 100%);
        border-radius: 4px;
        color: #fff;
        font-size: 40px;
        font-size: 2.5rem; }
    .c-community__topics__linktext {
      color: #164f6e;
      font-weight: bold;
      text-decoration: none;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 20px;
      line-height: 1.25rem;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%; }
    @media (min-width: 737px) {
      .c-community__topics__col.selected {
        background-color: #368DC4;
        border-color: #368DC4; }
      .c-community__topics__col.selected .c-community__topics__linktext {
        color: #fff; }
      .c-community__topics__col.selected .c-community__topics__media {
        border-color: #fff; } }
    .c-community__topics-breadcrumbs {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 22px;
      line-height: 1.375rem; }
      .c-community__topics-breadcrumbs-item:not(:last-child):after {
        font-family: 'g-icons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        color: #B5AFA8;
        font-size: 0.575rem;
        margin: 0 9px; }
    .c-community__topics label {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 20px;
      line-height: 1.25rem;
      font-weight: 700; }
    .c-community__topics-select label {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 28px;
      line-height: 1.75rem; }
    .c-community__topics-location-title {
      margin-bottom: 24px; }
      @media (max-width: 991.98px) {
        .c-community__topics-location-title {
          font-size: 22px;
          font-size: 1.375rem; } }
    .c-community__topics-region .b-h3 {
      font-weight: normal; }
    @media (max-width: 991.98px) {
      .c-community__topics-region-select {
        margin-bottom: 8px; } }
    .c-community__topics-region__link {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 22px;
      line-height: 1.375rem; }
      .c-community__topics-region__link h6 {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 22px;
        line-height: 1.375rem;
        position: relative;
        display: inline-block; }
    .c-community__topics-region li.selected {
      background: #f7f5f2; }
      .c-community__topics-region li.selected h6:after {
        content: " - Selected";
        font-size: 12px;
        font-size: 0.75rem;
        color: #8c8c8c;
        font-weight: normal;
        font-style: italic; }
    .c-community__topics-region li.default h6:before {
      content: " ";
      background-color: #F7AC16;
      width: 8px;
      height: 8px;
      display: inline-block;
      border-radius: 50%;
      position: absolute;
      right: -15px;
      top: 9px; }
  .c-community__search {
    padding: 40px 0; }
    .c-community__search__header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: baseline;
          align-items: baseline;
      margin-bottom: 40px;
      margin-bottom: 0px; }
      .c-community__search__header h3 {
        font-size: 28px;
        font-size: 1.75rem; }
        @media (max-width: 736.98px) {
          .c-community__search__header h3 {
            font-size: 20px;
            font-size: 1.25rem; } }
      @media (min-width: 992px) {
        .c-community__search__header-text {
          width: 70%; } }
    .c-community__search__input {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: baseline;
          align-items: baseline;
      -ms-flex-direction: row;
          flex-direction: row; }
      .c-community__search__input_devider {
        margin: 0 16px;
        font-weight: bold;
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 22px;
        line-height: 1.375rem;
        color: #A3CEE9; }
        @media (max-width: 736.98px) {
          .c-community__search__input_devider {
            margin-left: 0px; } }
      @media (max-width: 736.98px) {
        .c-community__search__input {
          -ms-flex-direction: column;
              flex-direction: column; } }
    .c-community__search__input_wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-positive: 1;
          flex-grow: 1; }
      @media (max-width: 736.98px) {
        .c-community__search__input_wrap {
          width: 100%;
          margin-bottom: 16px; } }
    .c-community__search__alternative {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    @media (max-width: 736.98px) {
      .c-community__search {
        padding-bottom: 32px; } }
  .c-community__instructions {
    padding: 64px 0; }
    .c-community__instructions-item {
      background: #fff;
      height: 100%; }
      .c-community__instructions-item-media {
        background: #A3CEE9;
        padding: 2.5rem 1.5rem 0 1.5rem; }
        .c-community__instructions-item-media > img {
          margin: 0 auto; }
        .c-community__instructions-item-media-centered {
          background: #A3CEE9;
          padding: 1.5rem; }
      .c-community__instructions-item-text {
        padding: 40px 32px 25px;
        position: relative; }
      .c-community__instructions-item-number {
        font-family: 'Open Sans', Arial, 'sans-serif';
        font-size: 22px;
        font-size: 1.375rem;
        font-weight: 700;
        line-height: 32px;
        line-height: 2rem;
        background: #164F6E;
        color: #fff;
        border-radius: 50%;
        width: 3rem;
        height: 3rem;
        text-align: center;
        padding: 0.5rem;
        position: absolute;
        top: -1.5rem; }
  @media (min-width: 992px) {
    .c-community__results.active {
      padding-top: 76px;
      padding-bottom: 84px; } }
  .c-community__results-leftside > h4 {
    color: #164F6E; }
  .c-community__results-leftside > h6 {
    color: #368DC4; }
  .c-community__results__factblocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .c-community__results__factblocks-item {
      -ms-flex-positive: 1;
          flex-grow: 1;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
  .c-community__results-bottom-line {
    border-top: 1px solid #E8E6E3; }
  .c-community__results-graphs {
    display: -ms-flexbox;
    display: flex; }
    .c-community__results-graphs-bar, .c-community__results-graphs-piechart {
      padding: 0 15px; }
  .c-community__topics-triangle + .c-community__results {
    margin-top: -16px; }

.c-community-step {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  .c-community-step-box {
    color: #fff;
    background: #164F6E;
    border-radius: 24px;
    padding: 8px 14px; }

.c-community .c-section--blue .c-community-step-box {
  color: #45494B;
  background: #fff; }

.c-community-profile-region {
  background: #368DC4;
  padding: 1.5rem; }
  .c-community-profile-region-selector label {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem; }
  .c-community-profile-region-note {
    font-weight: 600;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem; }
    .c-community-profile-region-note > i {
      top: 4px;
      position: relative;
      vertical-align: top; }
    .c-community-profile-region-note > span {
      display: inline-block;
      width: calc(100% - 20px); }
  .c-community-profile-region .u-bdr {
    border-color: #164F6E; }

.c-community-profile-topics {
  padding: 32px 0; }
  .c-community-profile-topics-extended {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .c-community-profile-topics_media > i {
    background: #fff;
    border-radius: 4px;
    color: #368DC4;
    font-size: 40px;
    font-size: 2.5rem; }
  .c-community-profile-topics_text {
    font-weight: bold;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #164F6E; }
    .c-community-profile-topics_text > p {
      font-weight: 600;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 20px;
      line-height: 1.25rem;
      color: #357AA9;
      vertical-align: middle;
      margin: 0; }
      .c-community-profile-topics_text > p > i {
        top: 2px;
        position: relative;
        margin-right: 2px; }
  .c-community-profile-topics-subtopics {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px; }
  .c-community-profile-topics .c-community__topics-select > label {
    font-weight: bold;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem; }
  .c-community-profile-topics-item {
    background: #F7F5F2;
    border: 1px solid #E8E6E3;
    margin-bottom: 24px;
    padding-bottom: 16px;
    height: calc(100% - 24px); }
    .c-community-profile-topics-item-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      border-bottom: 1px solid #E8E6E3;
      padding: 10px 8px; }
    .c-community-profile-topics-item > ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .c-community-profile-topics-item > ul > li {
        margin: 4px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
        .c-community-profile-topics-item > ul > li label {
          font-weight: bold;
          font-size: 13px;
          font-size: 0.8125rem;
          line-height: 20px;
          line-height: 1.25rem;
          color: #45494B; }
          .c-community-profile-topics-item > ul > li label > span {
            display: inline-block;
            width: calc(100% - 20px); }
        .c-community-profile-topics-item > ul > li .o-checkbox {
          -ms-flex-positive: 1;
              flex-grow: 1; }
        .c-community-profile-topics-item > ul > li .status {
          background: #D3ECFC;
          border-radius: 64px;
          font-style: italic;
          font-weight: normal;
          font-size: 13px;
          font-size: 0.8125rem;
          line-height: 20px;
          line-height: 1.25rem;
          text-align: center;
          color: #45494B;
          padding: 0 10px;
          margin-top: 7px; }
  .c-community-profile-topics-action {
    font-weight: 600;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #357AA9;
    margin-left: auto;
    white-space: nowrap; }
    .c-community-profile-topics-action > a {
      color: #357AA9; }
  .c-community-profile-topics-wraper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    border-bottom: 1px solid #E8E6E3; }
    .c-community-profile-topics-wraper .c-community__topics-select {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
  .c-community-profile-topics-buttons {
    margin-left: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }

.c-community .o-link-clear {
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  text-align: right;
  color: #357AA9;
  display: inline-block; }

.c-community .o-btn-collapse {
  background: #F7F5F2;
  border: 1px solid #CAC5C0;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #164F6E;
  text-transform: none;
  border-radius: 0;
  padding: 11px 24px;
  display: inline-block;
  text-decoration: none; }
  .c-community .o-btn-collapse:after {
    font-family: 'g-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: 10px;
    position: relative;
    top: 2px; }
  .c-community .o-btn-collapse.collapsed:after {
    font-family: 'g-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.c-downloads__section {
  background: #e8e6e3;
  padding: 24px;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 32px;
  line-height: 2rem;
  margin-top: 40px; }
  .c-downloads__section label {
    font-weight: normal;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #45494b; }
    @media (max-width: 736.98px) {
      .c-downloads__section label {
        display: block; } }
  .c-downloads__section .c-data-checkbox {
    width: 16px;
    height: 16px;
    background: #ffffff;
    margin: 2px 10px 0 0;
    padding: 0px;
    color: #ffffff;
    font-size: 16px;
    font-size: 1rem; }
    .c-downloads__section .c-data-checkbox.g-icon-check {
      background: #368dc4; }
    @media (max-width: 736.98px) {
      .c-downloads__section .c-data-checkbox {
        display: block;
        margin: 2px 10px 0 0; } }
  .c-downloads__section .c-downloads__section-items {
    position: relative; }
    .c-downloads__section .c-downloads__section-items.disabled .c-downloads__disable-div {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0.4;
      background: #e8e6e3; }
    .c-downloads__section .c-downloads__section-items .c-publication__download {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      background: #ffffff;
      padding: 12px;
      margin-bottom: 8px;
      font-size: 16px;
      font-size: 1rem;
      line-height: 26px;
      line-height: 1.625rem;
      color: #164f6e; }
      .c-downloads__section .c-downloads__section-items .c-publication__download .c-publication__download-col--media {
        width: 64px;
        height: 64px;
        border-radius: 32px;
        background: #357aa9;
        color: #ffffff; }
        .c-downloads__section .c-downloads__section-items .c-publication__download .c-publication__download-col--media .c-publication__download-typeicon {
          font-size: 35px;
          font-size: 2.1875rem;
          transition: none;
          padding: 13px 0 0 18px; }
          .c-downloads__section .c-downloads__section-items .c-publication__download:hover .c-downloads__section .c-downloads__section-items .c-publication__download .c-publication__download-col--media .c-publication__download-typeicon,
          .c-downloads__section .c-downloads__section-items .c-publication__download:focus .c-downloads__section .c-downloads__section-items .c-publication__download .c-publication__download-col--media .c-publication__download-typeicon {
            -webkit-transform: none;
                    transform: none; }
      .c-downloads__section .c-downloads__section-items .c-publication__download .c-publication__download-col--text {
        vertical-align: middle; }
        .c-downloads__section .c-downloads__section-items .c-publication__download .c-publication__download-col--text .c-publication__download-type {
          font-weight: normal;
          font-size: 0.8em; }

.c-downloads__optin {
  display: -ms-flexbox;
  display: flex; }

.c-publication__details-list a {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #357aa9; }

.c-explore-module {
  /* crit:start */
  font-family: 'Open Sans', Arial, 'sans-serif';
  padding: 31px 0 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: column;
      flex-flow: column;
  /* crit:end */ }
  @media (min-width: 737px) {
    .c-explore-module {
      /* crit:start */
      -ms-flex-align: center;
          align-items: center;
      /* crit:end */ }
      .c-explore-module {
        /* crit:start */
        -ms-flex-flow: row;
            flex-flow: row;
        /* crit:end */ } }
  .c-explore-module__input_wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
        flex-grow: 1;
    /* crit */ }
  .c-explore-module__label {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 2rem;
    color: #45494B;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    -ms-flex-preferred-size: 21%;
        flex-basis: 21%;
    /* crit */ }
    @media (min-width: 768px) and (max-width: 1199px) {
      .c-explore-module__label {
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
        /* crit */ } }
    .c-explore-module__label i {
      color: #2f6c95;
      font-weight: bold;
      margin: 0 10px 0 0;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 34px;
      line-height: 2.125rem;
      /* crit */ }
  .c-explore-module__input_wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .c-explore-module__btn {
    font-size: 1.125rem;
    line-height: 1;
    width: 3rem;
    color: white;
    padding: 12px 0;
    background: #2f6c95;
    border-radius: 0px 2px 2px 0px;
    margin-left: -1px; }
    .c-explore-module__btn:hover, .c-explore-module__btn:focus {
      background: #A3CEE9; }
  .c-explore-module__text, .c-explore-module__ddl {
    background: #F7F5F2;
    box-sizing: border-box;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
    line-height: 1.375rem;
    width: 100%; }
  @media (min-width: 737px) {
    .c-explore-module__ddl {
      max-width: 350px; } }
  .c-explore-module__input_wrap {
    position: relative; }
    .c-explore-module__input_wrap > .k-widget {
      padding-left: 0; }
    .c-explore-module__input_wrap input {
      padding-left: 3.5rem; }
  .c-explore-module .c-search-module__btn {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: transparent;
    color: #636464;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    width: auto;
    transition: color 0.15s linear;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    cursor: default; }
    .c-explore-module .c-search-module__btn:hover {
      background-color: transparent; }
  .c-explore-module .twitter-typeahead {
    width: 100%; }

.c-factninfo__title {
  color: #45494B; }

.c-factninfo__item {
  margin-bottom: 36px;
  /* crit */ }
  .c-factninfo__item-head {
    padding-bottom: 8px;
    border-bottom: 2px solid #8c8c8c; }
  .c-factninfo__item-link:hover, .c-factninfo__item-link:focus {
    text-decoration: none; }
  .c-factninfo__item-icon {
    font-size: 24px;
    font-size: 1.5rem; }
  .c-factninfo__item-arrow {
    transition: .3s transform;
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
    position: relative;
    top: 0.3125rem; }
    .c-factninfo__item-link:hover .c-factninfo__item-arrow, .c-factninfo__item-link:focus .c-factninfo__item-arrow {
      -webkit-transform: none;
              transform: none; }
  .c-factninfo__item-link:hover .c-factninfo__item-title, .c-factninfo__item-link:focus .c-factninfo__item-title {
    color: #2f6c95;
    text-decoration: underline; }
  .c-factninfo__list--faq .c-factninfo__item-link:hover .c-factninfo__item-desc, .c-factninfo__list--faq .c-factninfo__item-link:focus .c-factninfo__item-desc {
    color: #2f6c95;
    text-decoration: underline; }
  @media (max-width: 479px) {
    .c-factninfo__item-content {
      padding-right: 32px;
      /* crit */ } }

.c-footer {
  background-color: #368DC4;
  background: linear-gradient(90deg, #368DC4 0%, #164F6E 100%);
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: 'Open Sans', Arial, 'sans-serif'; }
  @media print {
    .c-footer {
      padding-bottom: 0; } }
  .c-footer__nav-title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px; }
  .c-footer__nav-item:not(:last-child) {
    margin-bottom: 5px; }
  .c-footer__nav-item .connect-btn {
    color: #ffffff;
    width: 2rem;
    height: 2rem;
    border: 2px solid #ffffff;
    border-radius: 50%;
    font-size: 1rem;
    padding: 0.375rem; }
    .c-footer__nav-item .connect-btn:hover {
      color: #ffffff;
      text-decoration: none; }
  .c-footer__nav-link {
    color: inherit; }
    .c-footer__nav-link .g-icon-angle-right {
      font-size: 7px;
      font-size: 0.4375rem;
      position: relative;
      top: -1px; }
    .c-footer__nav-link:hover, .c-footer__nav-link:focus {
      color: inherit; }
    .c-footer__nav-link-bp {
      margin-right: 4px;
      font-size: 8px;
      font-size: 0.5rem; }
  @media (max-width: 991.98px) {
    .c-footer__nav-col {
      margin-bottom: 20px; } }
  .c-footer__nav__logo {
    max-width: 9.6rem;
    margin-left: auto;
    margin-right: 0; }
  .c-footer__bottom {
    font-family: 'Open Sans', Arial, 'sans-serif';
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #636464;
    padding: 16px 0px; }
    @media (min-width: 992px) {
      .c-footer__bottom-section {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%; }
        .c-footer__bottom-section div + div {
          margin-left: 1.5rem; } }
  .c-footer__bottomnav-item {
    display: block; }
    @media (min-width: 1200px) {
      .c-footer__bottomnav-item {
        display: inline-block; } }
    .c-footer__bottomnav-item:not(:last-child) {
      margin-right: 1.775rem;
      margin-bottom: 12px; }
  .c-footer__bottomnav-link {
    color: inherit;
    font-weight: 700; }
    .c-footer__bottomnav-link:hover, .c-footer__bottomnav-link:focus {
      color: inherit; }
  .c-footer__copy {
    display: block;
    margin-bottom: 5px; }
  .c-footer__gotop {
    position: fixed;
    top: auto;
    right: 15px;
    bottom: 15px;
    color: #8f9293;
    transition: 0.3s opacity;
    /* crit:start */
    opacity: 1;
    /* crit:end */ }
    .c-footer__gotop.affix {
      opacity: 1;
      /* crit */ }
    .c-footer__gotop svg {
      left: -2px;
      position: relative; }
    .c-footer__gotop svg,
    .c-footer__gotop path,
    .c-footer__gotop circle {
      transition: 0.3s all; }
    .c-footer__gotop:hover, .c-footer__gotop:focus {
      color: white !important; }
  .c-footer-subscribe {
    background-color: #7863B0;
    font-size: 16px;
    font-size: 1rem;
    color: #ffffff; }
    .c-footer-subscribe .c-subscribe-section {
      padding-top: 28px;
      padding-bottom: 28px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: start;
      /*crit*/ }
      .c-footer-subscribe .c-subscribe-section .g-icon-subscribe {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        background: #503B94;
        border-radius: 5px;
        font-size: 2.25rem;
        padding: 0.875rem 0.625rem 0.625rem 0.6875rem;
        float: left;
        height: 3.5rem;
        width: 3.5rem;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
        @media (max-width: 736.98px) {
          .c-footer-subscribe .c-subscribe-section .g-icon-subscribe {
            display: none; } }
      .c-footer-subscribe .c-subscribe-section p {
        width: auto;
        padding: 0 20px; }
        @media (min-width: 737px) {
          .c-footer-subscribe .c-subscribe-section p:last-of-type {
            margin-bottom: 0; } }
      .c-footer-subscribe .c-subscribe-section .o-btn--withlinkicon {
        border-color: #ffffff;
        color: #ffffff; }
        .c-footer-subscribe .c-subscribe-section .o-btn--withlinkicon:focus, .c-footer-subscribe .c-subscribe-section .o-btn--withlinkicon:hover {
          outline: none;
          color: #503B94;
          background-color: #ffffff;
          border-color: #ffffff; }
      @media (max-width: 736.98px) {
        .c-footer-subscribe .c-subscribe-section {
          display: block; }
          .c-footer-subscribe .c-subscribe-section p {
            padding-left: 0; } }

.c-form {
  background-color: #F7F5F2; }
  .c-form__head {
    margin-bottom: 32px;
    /* crit */ }
    .c-form__head-note {
      color: #4c4c4c; }
  .c-form__body {
    margin-bottom: 36px;
    /* crit */ }
  .c-form__title {
    font-family: 'Open Sans', Arial, 'sans-serif';
    /* crit */ }
  .c-form label {
    font-weight: 900; }
  .c-form__input-text {
    /* crit:start */
    width: 100%;
    background-color: #fff;
    border: solid 1px rgba(140, 140, 140, 0.5);
    padding-top: 8px;
    padding-bottom: 8px;
    /* crit:end */
    box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.1); }
    .c-form__input-text.input-validation-error {
      border-color: #c81b1b; }
  @media (min-width: 992px) {
    .c-form__submitarea {
      max-width: 250px;
      margin-left: auto; } }
  @media (min-width: 992px) {
    .c-form__submitbtn {
      font-size: 18px;
      font-size: 1.125rem; } }

.c-styled-form * {
  box-sizing: border-box !important; }

.c-styled-form .row {
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px; }

.c-styled-form div[class^='col-'] {
  padding-left: 15px;
  padding-right: 15px; }

.c-styled-form .form-field label {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem; }
  .c-styled-form .form-field label span {
    margin-bottom: 0.3rem; }

.c-styled-form .form-field input[type='text'] {
  min-height: 32px;
  width: 100% !important; }

.c-styled-form .form-field textarea {
  width: 100% !important; }

.c-styled-form .col-md-4 {
  -ms-flex: 1 0 33.3333333333% !important;
      flex: 1 0 33.3333333333% !important;
  max-width: 33.3333333333% !important; }

.c-styled-form .col-md-6 {
  -ms-flex: 1 0 50% !important;
      flex: 1 0 50% !important;
  max-width: 50% !important; }

.c-styled-form .col-md-8 {
  -ms-flex: 1 0 66.6666666667% !important;
      flex: 1 0 66.6666666667% !important;
  max-width: 66.6666666667% !important; }

#form-contact .form-group textarea {
  min-height: 180px; }

#form-contact input[type="submit"] {
  display: block;
  margin-left: auto;
  margin-right: 0; }

.c-global-banner {
  background-color: #7863B0;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 0.5rem 0; }
  .c-global-banner__container {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1199.98px) {
      .c-global-banner__container {
        -ms-flex-align: start;
            align-items: flex-start; } }
    .c-global-banner__container.is-closed {
      -ms-flex-align: center;
          align-items: center; }
      .c-global-banner__container.is-closed .c-global-banner__tag {
        margin-top: 0; }
      .c-global-banner__container.is-closed .c-global-banner__content {
        -ms-flex-align: center;
            align-items: center; }
      .c-global-banner__container.is-closed .c-global-banner__toggle {
        margin-left: auto;
        margin-top: 0; }
        .c-global-banner__container.is-closed .c-global-banner__toggle:after {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .c-global-banner__container.is-closed .c-global-banner__toggle__show {
        display: inline-block; }
      .c-global-banner__container.is-closed .c-global-banner__toggle__hide {
        display: none; }
      @media (max-width: 1199.98px) {
        .c-global-banner__container.is-closed .c-global-banner__description {
          display: none; } }
  .c-global-banner__toggle {
    display: none;
    margin-left: auto;
    border: 0;
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold; }
    @media (max-width: 1199.98px) {
      .c-global-banner__toggle {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
            align-items: center; } }
    @media (max-width: 736.98px) {
      .c-global-banner__toggle {
        margin-top: 0.5rem; } }
    .c-global-banner__toggle:after {
      font-family: 'g-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-left: 0.5rem; }
    .c-global-banner__toggle__show {
      display: none; }
  .c-global-banner__tag {
    padding: 0 0.4rem;
    background-color: #fff;
    margin-right: 0.6rem;
    color: #692C90;
    border-radius: 2px;
    font-weight: bold; }
  .c-global-banner__content {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media (max-width: 1199.98px) {
      .c-global-banner__content {
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }
    @media (max-width: 736.98px) {
      .c-global-banner__content {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }
  .c-global-banner__description {
    opacity: 0;
    transition: all 1s cubic-bezier(0.65, 0, 0.35, 1); }
    @media (max-width: 1199.98px) {
      .c-global-banner__description {
        max-width: 80%;
        margin-right: auto; } }
    @media (max-width: 736.98px) {
      .c-global-banner__description {
        max-width: 100%; } }
    .c-global-banner__description a {
      color: inherit;
      font-weight: bold;
      text-decoration: underline; }
  .c-global-banner__wrapper {
    max-height: 0;
    overflow: hidden;
    transition: all 1s cubic-bezier(0.65, 0, 0.35, 1); }
    .c-global-banner__wrapper.is-loaded {
      max-height: 100%; }
      .c-global-banner__wrapper.is-loaded .c-global-banner__description {
        opacity: 1; }

.c-header {
  /* crit:start */
  padding-top: 0;
  background-color: #368DC4;
  background: linear-gradient(90deg, #368DC4 0%, #164F6E 100%);
  color: #fff;
  /* crit:end */ }
  @media (max-width: 991.98px) {
    .c-header {
      padding-top: 0rem;
      padding-bottom: 0.75rem; } }
  @media (max-width: 736.98px) {
    .c-header {
      padding-top: 0.75rem;
      padding-bottom: 0;
      position: relative; } }
  @media (min-width: 992px) {
    .c-header {
      /* crit:start */
      height: auto;
      padding-top: 1rem;
      padding-bottom: 0;
      /* crit:end */ } }
  .c-header .top-nav-sm {
    /* crit:start */
    position: relative;
    background: rgba(163, 206, 233, 0.08);
    height: 2.5rem;
    min-height: 32px;
    /* crit:end */ }
    @media (max-width: 1199.98px) {
      .c-header .top-nav-sm {
        margin-bottom: 1rem; } }
    @media (max-width: 736.98px) {
      .c-header .top-nav-sm {
        /* crit */
        display: none !important; } }
  .c-header.is-home {
    position: relative;
    /* crit */ }
    .c-header.is-home:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: inherit;
      transition: .5s opacity;
      /* crit */ }
    .c-header.is-home.is-images-loaded:before {
      opacity: 0; }
  .c-header__top {
    color: #ffffff;
    /* crit */ }
    @media (min-width: 992px) {
      .c-header__top {
        height: 7.25rem;
        /* crit */ } }
    @media (min-width: 737px) {
      .c-header__top {
        /* crit */ } }
    .c-header__top-row {
      /* crit */ }
    .c-header__top-box {
      border-radius: 2px;
      min-width: 220px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      margin-left: auto;
      margin-right: auto; }
      .c-header__top-box a {
        color: #fff; }
    .c-header__top-col {
      /* crit */ }
      @media (min-width: 992px) {
        .c-header__top-col {
          float: left;
          /* crit */ } }
      @media (min-width: 992px) {
        .c-header__top-col--right {
          /* crit:start */
          width: 52%;
          float: right;
          /* crit:end */ } }
    .c-header__topnav {
      font-size: 13px;
      font-size: 0.8125rem;
      font-weight: 600;
      margin-bottom: 0.8rem;
      /* crit */ }
      .c-header__topnavdropdown > button {
        /* crit:start */
        font-weight: 600;
        /* crit:end */ }
      .c-header__topnav-menu {
        /* crit:start */
        margin-top: -1rem;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        /* crit:end */ }
        @media (max-width: 991.98px) {
          .c-header__topnav-menu {
            /* crit:start */
            margin: 0px;
            width: 100%;
            /* crit:end */ } }
        @media (min-width: 737px) {
          .c-header__topnav-menu > div {
            /* crit:start */
            margin: 0px;
            width: 100%;
            /* crit:end */ } }
        @media (min-width: 992px) {
          .c-header__topnav-menu > div {
            /* crit:start */
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: end;
                justify-content: flex-end;
            /* crit:end */ } }
        .c-header__topnav-menu button {
          /* crit:start */
          color: #ffffff;
          /* crit:end */ }
        .c-header__topnav-menu .c-header__topnav-item {
          /* crit:start */
          padding-left: 1rem;
          margin-top: 0.375rem;
          /* crit:end */ }
        .c-header__topnav-menu .c-header__fontresizer {
          /* crit:start */
          background: rgba(163, 206, 233, 0.08);
          border-radius: 0px 0px 2px 2px;
          padding: 5px;
          width: 2.5rem;
          height: 2.5rem;
          min-height: 32px;
          min-width: 32px;
          /* crit:end */ }
          @media (min-width: 737px) {
            .c-header__topnav-menu .c-header__fontresizer {
              /* crit:start */
              margin-top: -0.375rem;
              /* crit:end */ } }
        .c-header__topnav-menu--mobile {
          padding-left: 13px;
          color: #fff;
          /* crit */ }
        .c-header__topnav-menu--container {
          /* crit:start */
          width: 100%;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: end;
              justify-content: flex-end;
          /* crit:end */ }
      .c-header__topnav-item {
        padding: 0px;
        line-height: 30px;
        line-height: 1.875rem;
        /* crit */ }
        .c-header__topnav-item:first-child {
          padding-left: 0;
          /* crit */ }
        .c-header__topnav-item:last-child {
          padding-right: 0;
          display: -ms-flexbox;
          display: flex;
          /* crit */ }
        @media (max-width: 579px) {
          .c-header__topnav-item:not(.c-header__mobilebtns-search) {
            display: none;
            /* crit */ } }
        .c-header__topnav-menu--mobile .c-header__topnav-item {
          /* crit:start */
          display: block;
          padding-left: 0;
          padding-right: 0;
          margin-bottom: 4px;
          text-align: left;
          /* crit:end */ }
          .c-header__topnav-menu--mobile .c-header__topnav-item:after {
            content: none;
            /* crit */ }
      .c-header__topnav-link {
        /* crit:start */
        color: inherit;
        position: relative;
        /* crit:end */ }
        @media (max-width: 991.98px) {
          .c-header__topnav-link {
            /* crit:start */
            /* crit:end */ } }
        .c-header__topnav-link:hover, .c-header__topnav-link:focus {
          color: inherit; }
        .c-header__topnav-menu--mobile .c-header__topnav-link {
          text-align: left;
          font-weight: 600;
          /* crit */ }
      .c-header__topnav-searchbtn {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 24px;
        line-height: 1.5rem;
        /* crit */ }
        @media (max-width: 991.98px) {
          .c-header__topnav-searchbtn {
            /* crit:start */
            color: #ffffff;
            position: absolute;
            top: -4.5rem;
            right: 4.3125rem;
            width: 3.5rem;
            height: 3.5rem;
            background: rgba(163, 206, 233, 0.08);
            padding: 7px;
            /* crit:end */ } }
        @media (max-width: 736.98px) {
          .c-header__topnav-searchbtn {
            /* crit:start */
            color: #ffffff;
            position: absolute;
            top: -2.5rem;
            left: 5px;
            width: 2.5rem;
            height: 2.5rem;
            background: rgba(163, 206, 233, 0.08);
            padding: 7px;
            /* crit:end */ } }
        .c-header__topnav-searchbtn:hover {
          background: rgba(163, 206, 233, 0.08); }
      .c-header__topnavdropdown .dropdown-toggle::after {
        /* crit:start */
        content: none;
        /* crit:end */ }
      .c-header__topnavdropdown .dropdown-toggle:hover .dropdown-toggle__label {
        text-decoration: underline; }
      .c-header__topnavdropdown .dropdown-toggle__icon {
        margin-left: 3px; }
      .c-header__topnavdropdown-menu {
        /* crit:start */
        display: none;
        /* crit:end */
        font-size: 13px;
        font-size: 0.8125rem;
        border-radius: 0;
        padding: 16px 0; }
        .c-header__topnavdropdown-menu > li > a {
          color: #45494B;
          padding-left: 24px;
          padding-right: 24px;
          display: -ms-flexbox;
          display: flex; }
          .c-header__topnavdropdown-menu > li > a [class*=" g-icon-"] {
            display: inline-block;
            margin-top: 9px; }
          .c-header__topnavdropdown-menu > li > a:hover {
            text-decoration: none; }
            .c-header__topnavdropdown-menu > li > a:hover span:not([class*=" g-icon-"]) {
              text-decoration: underline; }
  .c-header__nav {
    /* crit */ }
    @media (max-width: 1199.98px) {
      .c-header__nav {
        /* crit:start */
        width: 100%;
        right: 0;
        /* crit:end */ } }
    @media (max-width: 991.98px) {
      .c-header__nav {
        /* crit:start */
        position: absolute;
        background-color: #45494B;
        overflow: auto;
        max-width: 350px;
        /* crit:end */ } }
  .c-header__mainnav {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    background-color: #45494B;
    /* crit */ }
    @media (max-width: 991.98px) {
      .c-header__mainnav {
        /* crit:start */
        min-height: 100%;
        padding-left: 25px;
        padding-right: 25px;
        height: 100vh;
        box-sizing: content-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        /* crit:end */ } }
    @media (max-width: 991.98px) {
      .c-header__mainnav-menu {
        /* crit:start */
        display: block;
        /* crit:end */ } }
    @media (min-width: 992px) {
      .c-header__mainnav-item {
        /* crit:start */
        vertical-align: middle;
        border-color: #636464;
        /* crit:end */ } }
    @media (max-width: 991.98px) {
      .c-header__mainnav-item {
        /* crit:start */
        display: block;
        position: relative;
        border-bottom: 1px solid #636464;
        /* crit:end */ } }
    .c-header__mainnav-item:hover {
      background-color: rgba(0, 0, 0, 0.15); }
    .c-header__mainnav-item.is-active .g-icon-symbol-defs {
      /* crit:start */
      display: block !important;
      color: #FFFFFF;
      z-index: 1 !important;
      opacity: 1 !important;
      visibility: visible !important;
      /* crit:end */ }
    .c-header__mainnav-item:not(:first-child) .c-header__mainnav-link:after {
      /* crit:start */
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      content: none;
      left: 0;
      height: 30px;
      background-color: #2f6c95;
      width: 1px;
      /* crit:end */ }
      @media (max-width: 991.98px) {
        .c-header__mainnav-item:not(:first-child) .c-header__mainnav-link:after {
          /* crit:start */
          content: none;
          /* crit:end */ } }
    .c-header__mainnav-item:not(:first-child) .c-header__mainnav-linkicon {
      /* crit:start */
      z-index: 2;
      /* crit:end */ }
    .c-header__mainnav-item__toggle {
      background-color: transparent;
      border: 0;
      z-index: 1001;
      position: relative; }
    .c-header__mainnav-item .c-header__mainnav-link {
      /* crit:start */
      position: relative;
      /* crit:end */ }
      .c-header__mainnav-item .c-header__mainnav-link .g-icon-symbol-defs {
        /* crit:start */
        position: absolute;
        left: 50%;
        bottom: -3px;
        font-size: 47px;
        font-size: 2.9375rem;
        opacity: 0;
        visibility: hidden;
        z-index: 1001;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        /* crit:end */ }
      .c-header__mainnav-item .c-header__mainnav-link .g-icon-angle-up {
        /* crit:start */
        display: none;
        /* crit:end */ }
      .c-header__mainnav-item .c-header__mainnav-link.is-open .g-icon-symbol-defs {
        /* crit:start */
        color: #E8E6E3;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        transition: .25s .4s;
        /* crit:end */ }
    @media (min-width: 992px) {
      .c-header__mainnav-item--home {
        /* crit:start */
        width: 94px;
        /* crit:end */ } }
    @media (max-width: 991.98px) {
      .c-header__mainnav-item--home:hover, .c-header__mainnav-item--home:focus {
        background-color: transparent; }
      .c-header__mainnav-item--home a {
        /* crit:start */
        display: inline-block;
        /* crit:end */ } }
    .c-header__mainnav .has-sub .g-icon-symbol-defs {
      bottom: -3px; }
    .c-header__mainnav-link {
      /* crit:start */
      z-index: 301;
      padding: .8rem;
      color: #fff;
      /* crit:end */ }
      @media (max-width: 991.98px) {
        .c-header__mainnav-link {
          /* crit:start */
          text-align: left;
          padding: 17px 13px;
          /* crit:end */ } }
      .c-header__mainnav-link:hover, .c-header__mainnav-link:focus {
        background-color: rgba(0, 0, 0, 0.15); }
      .c-header__mainnav-link:hover, .c-header__mainnav-link:focus, .c-header__mainnav-link.is-open {
        outline: 0;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.15); }
        .c-header__mainnav-link:hover:before, .c-header__mainnav-link:focus:before, .c-header__mainnav-link.is-open:before {
          opacity: 1;
          -webkit-transform: none;
                  transform: none; }
      .c-header__mainnav-link:before {
        /* crit:start */
        opacity: 0;
        /* crit:end */
        transition: all .3s;
        position: absolute;
        top: 0;
        right: -1px;
        bottom: 0;
        left: -1px;
        -webkit-transform: scaleY(0);
                transform: scaleY(0);
        z-index: 2; }
        @media (min-width: 992px) {
          .c-header__mainnav-link:before {
            /* crit:start */
            content: '';
            /* crit:end */ } }
      .c-header__mainnav-linktext {
        /* crit:start */
        width: 100%;
        white-space: nowrap;
        /* crit:end */ }
        @media (max-width: 991.98px) {
          .c-header__mainnav-linktext {
            /* crit:start */
            display: block;
            /* crit:end */ }
            .has-sub .c-header__mainnav-linktext {
              /* crit:start */
              padding-right: 59px;
              /* crit:end */ } }
      .c-header__mainnav-linkicon {
        /* crit:start */
        line-height: 27px;
        line-height: 1.6875rem;
        font-size: 1.5rem;
        top: 2px;
        /* crit:end */ }
        .c-header__mainnav-linkicon--dropdown {
          /* crit:start */
          margin-top: 2px;
          font-size: 1.3rem;
          color: rgba(255, 255, 255, 0.5);
          /* crit:end */ }
          @media (max-width: 991.98px) {
            .c-header__mainnav-linkicon--dropdown:before {
              /* crit:start */
              text-align: right;
              /* crit:end */ } }
    .c-header__mainnav-togglesubnav {
      /* crit:start */
      color: #fff;
      position: absolute;
      top: 0;
      right: 0;
      bottom: auto;
      left: auto;
      width: 48px;
      z-index: 302;
      height: 63px;
      /* crit:end */ }
      .c-header__mainnav-togglesubnav:focus {
        outline: 0;
        background-color: rgba(0, 0, 0, 0.15); }
      .c-header__mainnav-togglesubnav.collapsed {
        bottom: 0;
        /* crit */ }
      .c-header__mainnav-togglesubnav:before {
        content: '';
        position: absolute;
        top: 17px;
        left: 0;
        height: 24px;
        border-left: 1px solid #636464;
        /* crit */ }
      .c-header__mainnav-togglesubnav-icon {
        content: ""; }
        .collapsed .c-header__mainnav-togglesubnav-icon:before {
          content: "";
          /* crit */ }
    .c-header__mainnav-subnav {
      /* crit:start */
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.6;
      font-weight: normal;
      color: #fff;
      /* crit:end */ }
      @media (min-width: 992px) {
        .c-header__mainnav-subnav {
          /* crit:start */
          display: block !important;
          position: absolute;
          background: #E8E6E3;
          padding: 0px 50px 16px 50px;
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
          border: solid 1px #dadbdb;
          border-top: none;
          z-index: -1;
          left: 0;
          top: 0;
          width: 100%;
          -webkit-backface-visibility: hidden;
          transition-property: opacity,visibility,top, z-index;
          transition-delay: 0.3s,0.3s,0.3s,.4s;
          transition-duration: .25s;
          opacity: 0;
          visibility: hidden;
          /* crit:end */ } }
      @media (min-width: 992px) {
        .has-sub .c-header__mainnav-subnav.is-open {
          /* crit:start */
          display: block;
          visibility: visible;
          opacity: 1;
          /* crit:end */ } }
      @media (min-width: 992px) {
        .c-header__mainnav-subnav.is-open {
          /* crit:start */
          position: absolute;
          left: 0;
          right: 0;
          z-index: 300;
          opacity: 1;
          top: 100%;
          transition-duration: .5s,.5s,.5s,.5s;
          visibility: visible;
          /* crit:end */ } }
      @media (max-width: 991.98px) {
        .c-header__mainnav-subnavgroup {
          /* crit:start */
          padding-left: 13px;
          padding-right: 13px;
          padding-bottom: 13px;
          /* crit:end */ } }
      @media (min-width: 992px) {
        .c-header__mainnav-subnavgroup {
          /* crit:start */
          padding: 14px 0;
          position: relative;
          /* crit:end */
          /*&:after{
						content: '';
						display: block;
						position: absolute;
						left: 0;
						right: 0;
						bottom: 19px;
						border-top: 1px solid #fff;

					}*/ } }
      @media (min-width: 992px) {
        .c-header__mainnav-subnavgroup.row-flex {
          /* crit:start */
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          /* crit:end */ } }
      .c-header__mainnav-subnavgroup:after {
        content: "";
        position: relative;
        top: -1px;
        background-color: #E8E6E3;
        height: 1px;
        width: 100%; }
      @media (min-width: 992px) {
        .c-header__mainnav-subnavpanel {
          /* crit:start */
          position: relative;
          padding: 17px;
          /* crit:end */ }
          .c-header__mainnav-subnavpanel:not(:last-child)::after {
            /* crit:start */
            content: '';
            position: absolute;
            bottom: 0;
            left: 15px;
            right: 15px;
            border-bottom: 1px dotted #CAC5C0;
            /* crit:end */ }
          .IE9 .c-header__mainnav-subnavpanel {
            min-height: 122px; }
          .c-header__mainnav-subnavpanel--border-top:not(:last-child)::after {
            top: 0;
            bottom: auto;
            /* crit:end */ }
          .c-header__mainnav-subnavpanel--border-top ~ .c-header__mainnav-subnavpanel:not(:last-child)::after {
            top: 0;
            bottom: auto;
            /* crit:end */ } }
      @media (min-width: 992px) {
        .c-header__mainnav-subnavitem {
          /* crit:start */
          height: 100%;
          padding-right: 2rem;
          /* crit:end */ } }
      @media (max-width: 991.98px) {
        .c-header__mainnav-subnavitem {
          /* crit:start */
          margin-bottom: 8px;
          /* crit:end */ } }
      .c-header__mainnav-subnavlink {
        color: #fff;
        margin-right: 1.5rem;
        /* crit */ }
        @media (min-width: 992px) {
          .c-header__mainnav-subnavlink {
            /* crit:start */
            color: #45494B;
            font-size: 17px;
            font-size: 1.0625rem;
            font-weight: bold;
            /* crit:end */ } }
        .c-header__mainnav-subnavlink:hover, .c-header__mainnav-subnavlink:focus {
          color: white; }
          @media (min-width: 992px) {
            .c-header__mainnav-subnavlink:hover, .c-header__mainnav-subnavlink:focus {
              color: #2f6c95; } }
        .c-header__mainnav-subnavlinkicon {
          font-size: 12px;
          font-size: 0.75rem;
          top: 1.75rem;
          float: right;
          position: absolute;
          right: 1.2rem;
          /* crit */ }
      .c-header__mainnav-subnavdesc {
        /* crit:start */
        color: #45494B;
        margin-top: 10px;
        /* crit:end */ }
        .c-header__mainnav-subnavdesc p {
          /* crit:start */
          margin-bottom: 0px;
          /* crit:end */ }
  .c-header__body {
    padding-bottom: 64px;
    position: relative;
    background: #F7F5F2;
    /* crit */ }
    @media (min-width: 737px) {
      .c-header__body {
        /* crit:start */
        padding-top: 44px;
        padding-bottom: 40px;
        margin: 0 0 30px;
        /* crit:end */ } }
    .c-header__body-title {
      font-family: 'Open Sans', Arial, 'sans-serif';
      font-weight: 700;
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 38px;
      line-height: 2.375rem;
      margin-bottom: 16px;
      color: #fff;
      /* crit */ }
      @media (max-width: 991.98px) {
        .c-header__body-title {
          /* crit:start */
          font-size: 22px;
          font-size: 1.375rem;
          /* crit:end */ } }
    .c-header__body-text {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.67;
      opacity: 0.75;
      color: #fff;
      text-shadow: none;
      /* crit */ }
  .c-header__search {
    border-radius: 2px;
    padding: 6px 0;
    /* crit */ }
    @media (max-width: 991.98px) {
      .c-header__search {
        /* crit:start */
        /* crit:end */ } }
    .c-header__search-box {
      border-radius: 2px 3px 3px 2px;
      /* crit */ }
      @media (max-width: 991.98px) {
        .c-header__search-box {
          /* crit:start */
          background-color: #fff;
          max-width: 750px;
          border-radius: 0;
          width: 100%;
          /* crit:end */ } }
    .c-header__search-input {
      height: 3.125rem;
      outline: 0;
      font-family: 'Open Sans', sans-serif;
      line-height: 28px;
      line-height: 1.75rem;
      font-size: 15px;
      font-size: 0.9375rem;
      color: #45494B;
      padding: 11px 24px 11px 24px;
      /* crit */ }
      @media (max-width: 991.98px) {
        .c-header__search-input {
          /* crit:start */
          padding-left: 15px;
          padding-right: 150px;
          /* crit:end */ } }
      @media (min-width: 737px) and (max-width: 1199.98px) {
        .c-header__search-input {
          /* crit */ } }
    .c-header__search-btn {
      /* crit:start */
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1;
      right: 0;
      width: 3.125rem;
      line-height: 1.665rem;
      color: white;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      background: #368DC4;
      /* crit:end */ }
      .c-header__search-btn:hover, .c-header__search-btn:active, .c-header__search-btn:focus {
        background: #3376A3; }
      .c-header__search-btn:after {
        /* crit:start */
        content: none !important;
        /* crit:end */ }
      @media (min-width: 737px) {
        .c-header__search-btn {
          /* crit:start */
          height: 3.125rem;
          /* crit:end */ } }
      @media (max-width: 991.98px) {
        .c-header__search-btn {
          /* crit:start */
          margin: 0;
          padding: 0;
          border: 0;
          background-color: transparent;
          cursor: pointer;
          border: 1px solid #B5AFA8;
          color: #45494B;
          text-align: center;
          border-radius: 30px;
          padding: 10px 24px 10px 24px;
          display: inline-block;
          font-weight: 700;
          transition: 0.3s all;
          text-transform: uppercase;
          position: relative;
          padding-right: 48px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 55px;
          width: auto;
          font-size: 13px;
          font-size: 0.8125rem;
          height: auto;
          color: white;
          background-color: #2f6c95;
          border: none;
          padding: 3px 16px;
          /* crit:end */ }
          .c-header__search-btn:hover, .c-header__search-btn:focus {
            text-decoration: none;
            background-color: transparent; }
          .c-header__search-btn:disabled {
            cursor: auto; }
          .c-header__search-btn:hover, .c-header__search-btn:focus {
            color: #B5AFA8; }
          .c-header__search-btn:after {
            font-family: 'g-icons' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            display: inline-block;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "";
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            font-size: 0.875em;
            right: 18px; }
          .c-header__search-btn:hover, .c-header__search-btn:active, .c-header__search-btn:focus {
            background: #2f6c95;
            color: white; }
          .c-header__search-btn:after {
            right: 12px; } }
    .c-header__search-clearbtn {
      /* crit:start */
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 15px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      color: #fff;
      /* crit:end */ }
      .c-header__search-clearbtnicon {
        color: inherit;
        width: 15px;
        height: 15px;
        /* crit */ }
        .c-header__search-clearbtnicon:before, .c-header__search-clearbtnicon:after {
          width: 100%;
          top: 6px;
          /* crit */ }
  .c-header__fontresizer {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    vertical-align: middle;
    /* crit */ }
    @media (max-width: 579px) {
      .c-header__fontresizer {
        /* crit:start */
        display: none;
        /* crit:end */ } }
    .c-header__fontresizer:focus {
      outline: 1px dotted currentColor; }
    .c-header__fontresizer:not(:last-child) {
      margin-right: 6px;
      /* crit */ }
    .c-header__fontresizer--big {
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 700;
      /* crit */ }
      .c-header__fontresizer--big [class^="g-icon-"] {
        position: relative;
        top: -3px;
        left: -4px;
        font-size: 6px;
        font-size: 0.375rem;
        /* crit */ }
    .c-header__fontresizer--small [class^="g-icon-"] {
      position: relative;
      top: -3px;
      left: -3px;
      font-size: 1px;
      font-size: 0.0625rem;
      /* crit */ }
    .c-header__topnav-menu--mobile .c-header__fontresizer {
      display: none;
      /* crit */ }
  .c-header__logo {
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    /* crit */ }
    @media (max-width: 736.98px) {
      .c-header__logo {
        text-align: center;
        margin: 0 auto; } }
    @media (min-width: 992px) {
      .c-header__logo {
        /* crit */ } }
    @media (min-width: 1200px) {
      .c-header__logo {
        /* crit */ } }
    .c-header__logo-img {
      max-height: 86px;
      width: auto;
      /* crit */ }
      @media (min-width: 737px) and (max-width: 1199.98px) {
        .c-header__logo-img {
          max-height: 80px; } }
      @media (max-width: 736.98px) {
        .c-header__logo-img {
          max-height: 100%;
          /* crit */ } }
    .c-header__logo-images {
      text-align: left;
      padding-top: 6px; }
      @media (min-width: 737px) and (max-width: 1199.98px) {
        .c-header__logo-images {
          text-align: left;
          margin-bottom: 0.5rem;
          /* crit */ } }
      @media (max-width: 736.98px) {
        .c-header__logo-images {
          text-align: center;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          padding-bottom: 16px;
          padding-top: 4px;
          /* crit */ } }
      .c-header__logo-images a img {
        width: 100%; }
      @media (max-width: 1199.98px) {
        .c-header__logo-images a {
          max-width: 180px; }
          .c-header__logo-images a img {
            width: 100%; } }
      @media (max-width: 736.98px) {
        .c-header__logo-images a {
          display: -ms-inline-flexbox;
          display: inline-flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          width: 100%;
          max-width: 100%; }
          .c-header__logo-images a img {
            padding: 0 12px;
            width: 100%;
            margin-top: 0;
            margin-bottom: 0;
            max-width: 280px; } }
      @media (min-width: 737px) and (max-width: 1199.98px) {
        .c-header__logo-images a {
          max-width: 52%;
          /* crit */ } }
      @media (min-width: 1200px) {
        .c-header__logo-images a {
          max-width: 314px; } }
      @media (min-width: 737px) {
        .c-header__logo-images a:first-child {
          padding-right: 24px;
          display: inline-block;
          position: relative; }
          .c-header__logo-images a:first-child:after {
            content: '';
            position: absolute;
            width: 1px;
            height: calc(100% - 19px);
            bottom: 0;
            right: 0;
            background-color: #fff;
            display: block; } }
      @media (max-width: 736.98px) {
        .c-header__logo-images a:first-child:after {
          display: none; } }
      .c-header__logo-images a:last-child {
        margin-top: 16px;
        margin-left: 16px;
        -webkit-transform: translateY(4px);
                transform: translateY(4px); }
        .c-header__logo-images a:last-child img {
          margin: 0; }
        @media (max-width: 736.98px) {
          .c-header__logo-images a:last-child {
            display: inline-block;
            position: relative; } }
    @media (max-width: 736.98px) {
      .c-header__logo-text {
        /* crit:start */
        max-width: 10.375rem;
        max-height: 4.25rem;
        margin-top: 12px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 12px;
        /*padding-right: 15px;*/
        /* crit:end */ } }
    @media (min-width: 737px) {
      .c-header__logo-text {
        /* crit:start */
        max-width: 12.5rem;
        max-height: 4.25rem;
        margin: 19px 0px 0 16px;
        width: 100%;
        /* crit:end */ } }
    @media (min-width: 992px) {
      .c-header__logo-text {
        /* crit:start */
        max-width: 15rem;
        max-height: 5.3125rem;
        margin-left: 15px;
        /* crit:end */ } }
    @media (max-width: 991.98px) {
      .c-header__logo-text {
        max-width: 12.5rem; } }
    @media (min-width: 1200px) {
      .c-header__logo-text {
        /* crit:start */
        max-width: 16.5rem;
        max-height: 5rem;
        margin-left: 16px;
        /* crit:end */ } }
  .c-header__hamburger {
    /* crit:start */
    display: none;
    /* crit:end */ }
    @media (max-width: 991.98px) {
      .c-header__hamburger {
        /* crit:start */
        position: absolute;
        top: -4.5rem;
        right: 0px;
        width: 3.5rem;
        height: 3.5rem;
        background: rgba(163, 206, 233, 0.08);
        padding: 9px 5px;
        /* crit:end */ } }
    @media (max-width: 736.98px) {
      .c-header__hamburger {
        /* crit:start */
        position: absolute;
        top: -2.5rem;
        right: 5px;
        width: 2.5rem;
        height: 2.5rem;
        background: rgba(163, 206, 233, 0.08);
        padding: 9px 5px;
        /* crit:end */ } }
  .c-header__mobile-close {
    position: absolute;
    right: 0;
    width: 48px;
    height: 63px;
    color: #fff;
    z-index: 21;
    /* crit */ }
    .c-header__mobile-close:focus {
      outline: 0; }
  .c-header__mobilebtns {
    right: 0;
    margin-top: 7px; }
    .c-header__mobilebtns__wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
      width: 100%;
      -ms-flex-align: center;
          align-items: center; }
    @media (max-width: 1199.98px) {
      .c-header__mobilebtns {
        position: relative;
        height: 0; } }
    @media (max-width: 736.98px) {
      .c-header__mobilebtns {
        display: -ms-flexbox !important;
        display: flex !important;
        background-color: #45494B;
        margin-top: 0;
        padding: 0 1rem;
        height: auto;
        margin-left: -15px;
        margin-right: -15px; }
        .c-header__mobilebtns .u-dtb {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
        .c-header__mobilebtns-item {
          position: relative; }
          .c-header__mobilebtns-item .c-header__hamburger,
          .c-header__mobilebtns-item .c-header__topnav-searchbtn {
            position: relative;
            top: 0;
            background: transparent; }
          .c-header__mobilebtns-item .c-header__hamburger {
            right: 0; }
          .c-header__mobilebtns-item .c-header__topnav-searchbtn {
            left: 0;
            font-size: 20px;
            font-size: 1.25rem; } }
    .c-header__mobilebtns-item--right .c-header__topnav-item:not(.c-header__mobilebtns-search) {
      display: none; }
  .c-header__subnavblock {
    z-index: 301; }
    @media (max-width: 991.98px) {
      .c-header__subnavblock {
        display: none; } }

.c-headerslider {
  position: relative;
  font-family: 'Open Sans', Arial, 'sans-serif'; }
  .c-headerslider__slides.slick-initialized {
    margin-bottom: 0; }
    .c-headerslider__slides.slick-initialized .slick-track {
      display: -ms-flexbox;
      display: flex; }
  .c-headerslider__item {
    -ms-flex: 1;
        flex: 1;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
    background-color: #2f6c95; }
    @media (max-width: 991.98px) {
      .c-headerslider__item {
        padding: 60px 0; } }
    @media (max-width: 991.98px) {
      .c-headerslider__item {
        padding: 0;
        background-image: none !important; } }
    .c-headerslider__item.slick-slide {
      height: auto; }
    .c-headerslider__item__body {
      background: #2f6c95;
      padding: 25px 32px 50px 32px;
      color: #fff;
      min-height: 120px; }
      @media (min-width: 992px) {
        .c-headerslider__item__body {
          min-height: 24.75rem;
          padding: 2.5rem;
          margin-right: 15px; } }
      @media (min-width: 768px) and (max-width: 1199px) {
        .c-headerslider__item__body {
          padding: 25px 16px 64px 16px; } }
      .c-headerslider__item__body-title {
        font-weight: bold;
        font-size: 16px;
        font-size: 1rem;
        line-height: 26px;
        line-height: 1.625rem; }
        @media (min-width: 737px) {
          .c-headerslider__item__body-title {
            font-size: 22px;
            font-size: 1.375rem;
            line-height: 32px;
            line-height: 2rem; } }
        @media (min-width: 992px) {
          .c-headerslider__item__body-title {
            font-size: 28px;
            font-size: 1.75rem;
            line-height: 38px;
            line-height: 2.375rem; } }
        .c-headerslider__item__body-title-icon {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 20px;
          line-height: 1.25rem;
          margin-left: 9px; }
      .c-headerslider__item__body-text {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 22px;
        line-height: 1.375rem; }
  .c-headerslider__nav {
    opacity: 1;
    transition: 0.3s all;
    position: absolute;
    width: 100%;
    right: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    top: -188px;
    right: 15px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    /* crit */ }
    @media (max-width: 991.98px) {
      .c-headerslider__nav {
        top: -50px;
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media (max-width: 736.98px) {
      .c-headerslider__nav {
        -ms-flex-pack: center;
            justify-content: center;
        top: -25px; } }
    .c-headerslider__nav .slick-arrow {
      background-image: none; }
    .c-headerslider__nav .slick-next:before {
      font-family: 'g-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
    .c-headerslider__nav .slick-prev:before {
      font-family: 'g-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
  .c-headerslider__dots {
    bottom: auto; }
    .c-headerslider__dots .slick-dots.slick-dots {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      bottom: auto; }
      @media (min-width: 992px) {
        .c-headerslider__dots .slick-dots.slick-dots {
          left: -15px; } }
      .c-headerslider__dots .slick-dots.slick-dots li button:before {
        content: "";
        background-color: transparent;
        border: 1px solid #fff;
        opacity: 1; }
      .c-headerslider__dots .slick-dots.slick-dots li.slick-active button:before {
        background-color: #fff; }
  .c-headerslider__arrow {
    top: auto;
    bottom: auto;
    position: relative;
    z-index: 0;
    -webkit-transform: none;
            transform: none; }
    .c-headerslider__arrow [class*="g-icon"] {
      color: #fff; }
    .c-headerslider__arrow:before {
      color: #fff;
      font-size: 18px;
      font-size: 1.125rem; }
    .c-headerslider__arrow.slick-next {
      right: 15px;
      z-index: 100; }
      @media (min-width: 992px) {
        .c-headerslider__arrow.slick-next {
          right: 0; } }
    .c-headerslider__arrow.slick-prev {
      left: 15px;
      z-index: 100; }
      @media (min-width: 992px) {
        .c-headerslider__arrow.slick-prev {
          left: 0; } }

.c-home-about {
  font-family: 'Open Sans', Arial, 'sans-serif';
  padding: 10px 15px;
  color: #45494B; }
  @media (max-width: 991.98px) {
    .c-home-about {
      padding: 10px 0px; }
      .c-home-about_title {
        padding: 0 17px;
        margin-bottom: 14px; }
      .c-home-about_description {
        padding: 0 17px; } }
  @media (max-width: 736.98px) {
    .c-home-about {
      padding: 10px 36px; }
      .c-home-about_title {
        padding: 0; }
      .c-home-about_description {
        padding: 0; } }
  .c-home-about_description {
    line-height: 26px;
    line-height: 1.625rem; }

.c-hero-banner {
  margin-top: -5.9rem;
  background-color: #242627;
  padding-top: 7.2rem;
  padding-bottom: 4rem;
  min-height: 726px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative; }
  .c-hero-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.88) 6.25%, rgba(255, 255, 255, 0.74) 33.64%, rgba(255, 255, 255, 0) 52.94%); }
  @media (max-width: 991.98px) {
    .c-hero-banner {
      margin-top: 56.25%;
      padding-top: 4.2rem;
      padding-bottom: 2rem;
      min-height: 0; }
      .c-hero-banner:before {
        background: none; } }
  @media (max-width: 736.98px) {
    .c-hero-banner {
      margin-top: calc(56.25% + 3rem); } }
  .c-hero-banner.dark:before {
    background: linear-gradient(90deg, rgba(36, 38, 39, 0.88) 23.72%, rgba(36, 38, 39, 0.65) 42.13%, rgba(36, 38, 39, 0) 56.23%); }
    @media (max-width: 991.98px) {
      .c-hero-banner.dark:before {
        background: none; } }
  .c-hero-banner.dark .c-hero-banner__title {
    color: #FFFFFF; }
  .c-hero-banner.dark .c-hero-banner__extra-note {
    color: #FFFFFF; }

.c-hero-banner--alt {
  min-height: 0;
  background-color: #E8E6E3;
  padding-bottom: 2.5rem;
  padding-top: 90px; }
  @media (max-width: 991.98px) {
    .c-hero-banner--alt {
      margin-top: 0;
      -ms-flex-align: end;
          align-items: flex-end;
      padding-bottom: 2rem;
      padding-top: 64px; } }
  @media (max-width: 736.98px) {
    .c-hero-banner--alt {
      padding-top: 70px; } }
  .c-hero-banner--alt .c-hero-banner__title {
    color: #45494B; }
  .c-hero-banner--alt .c-hero-banner__content {
    max-width: 75%; }
    @media (max-width: 991.98px) {
      .c-hero-banner--alt .c-hero-banner__content {
        max-width: 100%; } }
  .c-hero-banner--alt:before {
    display: none; }
  .c-hero-banner--alt .c-hero-banner__title__container {
    margin-bottom: 0; }

@media (max-width: 991.98px) {
  .c-hero-banner__background__wrapper {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    padding-top: 56.25%; } }

.c-hero-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.c-hero-banner__content {
  max-width: 100%; }
  @media (min-width: 992px) {
    .c-hero-banner__content {
      max-width: 45%;
      z-index: 2;
      position: relative; } }

.c-hero-banner__title__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 2.5rem; }
  @media (max-width: 991.98px) {
    .c-hero-banner__title__container {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-bottom: 1.625rem; } }

.c-hero-banner__title {
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #45494B; }
  @media (max-width: 1199.98px) {
    .c-hero-banner__title {
      font-size: 1.75rem;
      line-height: 2.375rem; } }
  @media (max-width: 991.98px) {
    .c-hero-banner__title {
      color: #FFFFFF; } }
  @media (max-width: 736.98px) {
    .c-hero-banner__title {
      font-size: 1.5rem;
      line-height: 2.125rem; } }

.c-hero-banner__title__icon {
  width: 6rem;
  height: 6rem;
  background: linear-gradient(90deg, #368dc4 0%, #164f6e 100%);
  border-radius: 6px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 4rem;
  color: #FFFFFF;
  margin-right: 1.5rem;
  padding: 1rem; }
  @media (max-width: 991.98px) {
    .c-hero-banner__title__icon {
      margin-right: 0;
      width: 5rem;
      height: 5rem;
      font-size: 3.4rem;
      margin-left: 1rem; } }
  @media (max-width: 736.98px) {
    .c-hero-banner__title__icon {
      width: 4rem;
      height: 4rem;
      font-size: 2.8rem; } }

.c-hero-banner__topics .o-info-card:nth-of-type(2) {
  background-color: #FFFFFF;
  color: #212529; }

.c-hero-banner__topics .o-info-card:nth-of-type(3) {
  background-color: #4B752D; }

.breadcrumb-collapse {
  position: relative;
  z-index: 3; }
  .breadcrumb-collapse.breadcrumb-collapse--alt {
    color: #2f6c95; }
    .breadcrumb-collapse.breadcrumb-collapse--alt .o-contentpage__sideshare-btn {
      background-color: transparent; }
    .breadcrumb-collapse.breadcrumb-collapse--alt .CMSBreadCrumbsCurrentItem {
      color: #212529; }
  .breadcrumb-collapse:not(.breadcrumb-collapse--alt) .link-text {
    border-color: #45494B !important;
    color: #45494B !important; }
  .breadcrumb-collapse:not(.breadcrumb-collapse--alt).dark {
    color: #FFFFFF; }
    .breadcrumb-collapse:not(.breadcrumb-collapse--alt).dark .link-text {
      border-color: #FFFFFF !important;
      color: #FFFFFF !important; }
    .breadcrumb-collapse:not(.breadcrumb-collapse--alt).dark .o-breadcrumb > a:last-of-type:before {
      color: #FFFFFF; }
  @media (max-width: 991.98px) {
    .breadcrumb-collapse:not(.breadcrumb-collapse--alt) .link-text {
      border-color: #FFFFFF !important;
      color: #FFFFFF !important; } }
  .breadcrumb-collapse:not(.breadcrumb-collapse--alt) .o-contentpage__sideshare {
    border: none; }
  .breadcrumb-collapse:not(.breadcrumb-collapse--alt) .o-contentpage__sideshare-btn {
    background-color: #303335;
    color: #FFFFFF; }
  .breadcrumb-collapse:not(.breadcrumb-collapse--alt) .o-contentpage__sideshare-col:not(:last-child) {
    border: none; }
  @media (max-width: 991.98px) {
    .breadcrumb-collapse {
      position: absolute;
      top: -10px;
      right: 50%;
      -webkit-transform: translateX(50%);
              transform: translateX(50%);
      width: 100%;
      color: #FFFFFF; }
      .breadcrumb-collapse .o-contentpage__sideshare {
        min-width: 31px; } }

.c-hero-banner__extra-note {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 13px;
  font-size: 0.8125rem; }
  @media (max-width: 991.98px) {
    .c-hero-banner__extra-note {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      margin-top: 0;
      width: 100%;
      padding: 0.5rem 1rem;
      background-color: rgba(36, 38, 39, 0.7);
      color: #FFFFFF; } }

.c-homeabout {
  background-color: #E8E6E3;
  color: #212529;
  padding-top: 40px;
  padding-bottom: 40px; }
  .c-homeabout--white {
    background-color: #fff; }
  .c-homeabout__title {
    font-weight: bold;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 38px;
    line-height: 2.375rem; }
    @media (max-width: 991.98px) {
      .c-homeabout__title {
        margin-bottom: 1rem; } }
  @media (min-width: 992px) {
    .c-homeabout__body {
      display: -ms-flexbox;
      display: flex; } }
  .c-homeabout__body h3 {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-family: 'Open Sans', Arial, 'sans-serif';
    margin-bottom: 10px;
    margin-top: 8px; }
  .c-homeabout__body p:last-child {
    margin-bottom: 0; }
  .c-homeabout__links-nav {
    display: block;
    text-align: left;
    margin-bottom: 8px;
    max-width: 152px; }
  @media (max-width: 991.98px) {
    .c-homeabout {
      padding-top: 32px;
      padding-bottom: 32px; } }

.c-homecard {
  padding-bottom: 72px; }
  .c-homecard__body-item:not(:last-child) {
    margin-bottom: 12px; }
  .c-homecard__linklist-item:not(:last-child) {
    margin-bottom: 6px; }
  .c-homecard__linklist-link {
    color: #45494B;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71;
    position: relative;
    padding-right: 26px; }
    .c-homecard__linklist-linkicon {
      top: 4px;
      right: 0; }
  .c-homecard__foot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 36px; }

.c-homefeature {
  background-color: #f8f8f8; }
  @media (min-width: 737px) {
    .c-homefeature {
      padding: 54px 0; } }
  @media (min-width: 992px) {
    .c-homefeature {
      padding: 60px 0; } }
  .c-homefeature__col {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 737px) and (max-width: 1199.98px) {
      .c-homefeature__col:not(:last-child) {
        margin-bottom: 30px; } }

.c-home-infotiles {
  margin-top: 40px;
  font-family: 'Open Sans', Arial, 'sans-serif';
  position: relative;
  z-index: 2; }
  .c-home-infotiles .c-infotile {
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 0; }
    @media (min-width: 737px) {
      .c-home-infotiles .c-infotile {
        padding: 0 15px; } }
    .c-home-infotiles .c-infotile__title {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 32px;
      line-height: 2rem;
      font-weight: 700; }
    .c-home-infotiles .c-infotile__item {
      color: #fff;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      width: 100%; }
      .c-home-infotiles .c-infotile__item:hover {
        text-decoration: none; }
    .c-home-infotiles .c-infotile__body {
      background: #164F6E;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 22px;
      line-height: 1.375rem;
      padding: 32px;
      -ms-flex: 1 0 56%;
          flex: 1 0 56%;
      position: relative; }
      .c-home-infotiles .c-infotile__body:after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 16%;
        -webkit-transform: skewX(-18deg);
        transform: skewX(-18deg);
        background: #164F6E; }
      @media (min-width: 737px) {
        .c-home-infotiles .c-infotile__body {
          padding: 32px 0 32px 32px; } }
    .c-home-infotiles .c-infotile__media {
      max-height: 100%;
      width: 35%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position-x: right;
      z-index: -2; }
    .c-home-infotiles .c-infotile__more {
      margin-top: 16px; }
    .c-home-infotiles .c-infotile:nth-child(2) .c-infotile__item {
      color: #45494B; }
      .c-home-infotiles .c-infotile:nth-child(2) .c-infotile__item .o-btn--invert {
        border-color: #B5AFA8;
        color: #45494B; }
        .c-home-infotiles .c-infotile:nth-child(2) .c-infotile__item .o-btn--invert:hover {
          border-color: #164F6E;
          background-color: #164F6E;
          color: #FFFFFF; }
    .c-home-infotiles .c-infotile:nth-child(2) .c-infotile__body {
      background: #E8E6E3; }
      .c-home-infotiles .c-infotile:nth-child(2) .c-infotile__body:after {
        background: #E8E6E3; }
    .c-home-infotiles .c-infotile:nth-child(2) .c-infotile__media {
      background-size: 65%;
      background-position-y: calc(100% - 15px);
      background-position-x: calc(100% - 15px);
      background-color: #F7F5F2; }

.c-home-lifestories {
  padding-top: 40px;
  padding-bottom: 10px;
  font-family: 'Open Sans', Arial, 'sans-serif'; }
  .c-home-lifestories__intro {
    padding: 10px 30px 0 0;
    line-height: 26px;
    line-height: 1.625rem;
    color: #45494B; }
    .c-home-lifestories__intro .o-btn {
      text-transform: uppercase; }

.c-lifestories__item {
  height: auto;
  margin-bottom: 30px; }

.c-lifestories__tile {
  background: #fff;
  padding: 25px 24px;
  height: 100%; }
  .c-lifestories__tile__topics {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: bold; }
    .c-lifestories__tile__topics a {
      color: #45494B; }
  .c-lifestories__tile__date {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #636464; }

.c-homeslider {
  margin-bottom: 16px;
  position: relative;
  margin-top: 15px; }
  .c-homeslider__slides.slick-initialized .slick-track {
    display: -ms-flexbox;
    display: flex; }
  .c-homeslider__slides.slick-initialized .slick-slide {
    display: -ms-flexbox;
    display: flex;
    height: auto; }
  .c-homeslider__item {
    -ms-flex: 1;
        flex: 1; }
    .c-homeslider__item_inner {
      padding: 25px;
      border: solid 2px #E8E6E3; }
    @media (min-width: 992px) {
      .c-homeslider__item.slick-current .c-homeslider__item_inner {
        border-right: 0; } }
  .c-homeslider__media {
    margin-bottom: 15px;
    width: 90px; }
    @media (min-width: 737px) {
      .c-homeslider__media {
        width: 120px; } }
    .c-homeslider__media img.img-responsive {
      background: linear-gradient(90deg, #2f6c95 0%, #164F6E 100%);
      border-radius: 12px;
      width: 100%;
      padding: 12px; }
  .c-homeslider__content {
    line-height: 26px;
    line-height: 1.625rem; }
  .c-homeslider__body {
    font-family: 'Open Sans', Arial, 'sans-serif';
    color: #45494B;
    padding-left: 24px;
    max-width: 480px; }
  .c-homeslider__title {
    font-weight: 700;
    font-size: 36px;
    font-size: 2.25rem;
    color: #2f6c95;
    line-height: 44px;
    line-height: 2.75rem;
    margin-bottom: 12px; }
  .c-homeslider__nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: static;
    -webkit-transform: none;
            transform: none;
    display: inline-table; }
    .c-homeslider__nav .slick-dots {
      display: table-cell;
      position: static;
      vertical-align: middle;
      width: auto;
      padding-left: 40px;
      padding-right: 40px; }
      .c-homeslider__nav .slick-dots li {
        vertical-align: middle; }
    .c-homeslider__nav .slick-next:before {
      font-family: 'g-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      color: #45494B; }
    .c-homeslider__nav .slick-prev:before {
      font-family: 'g-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      color: #45494B; }
  .c-homeslider__more {
    font-weight: 600; }

.c-hometopics {
  padding-top: 48px;
  padding-bottom: 18px; }

@media (max-width: 991.98px) {
  .c-infotile {
    margin-bottom: 1.5rem; } }

.c-infotile--s .c-infotile__heading {
  border-bottom: 0;
  margin-bottom: 0;
  font-weight: 700;
  color: #164F6E; }

.c-infotile--s .c-infotile__icon {
  width: 60px;
  height: 60px;
  font-size: 1.8rem; }

.c-infotile__image {
  position: relative;
  display: block;
  margin-bottom: 1rem; }

.c-infotile__icon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 96px;
  height: 96px;
  background: linear-gradient(90deg, #368DC4 0%, #164F6E 100%);
  border-radius: 4px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  font-size: 2.8rem; }

.c-infotile__heading {
  padding-bottom: 1rem;
  border-bottom: 4px solid #45494B;
  margin-bottom: 1rem; }

.is-page-nothome .c-main {
  padding-bottom: 60px; }
  @media (max-width: 991.98px) {
    .is-page-nothome .c-main {
      padding-bottom: 40px; } }

/*Widget Help div*/
.helpopen.open {
  display: none; }

.dvCTAWidgetInstruction {
  background: #B6C6DE;
  padding: 16px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-size: 16px;
  font-size: 1rem; }
  .dvCTAWidgetInstruction .helpclose {
    position: absolute;
    right: 0px;
    top: 0px; }
  .dvCTAWidgetInstruction .helpopen {
    margin-right: 16px; }
  .dvCTAWidgetInstruction ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .dvCTAWidgetInstruction ul li {
      margin: 0px; }
      .dvCTAWidgetInstruction ul li:before {
        content: none; }
  .dvCTAWidgetInstruction .c-topic__container {
    margin: 0px; }
    .dvCTAWidgetInstruction .c-topic__container .alert-info {
      color: #0c5460;
      background-color: transparent;
      border: none; }
    .dvCTAWidgetInstruction .c-topic__container .alert {
      position: initial;
      padding: 0px;
      margin: 0px;
      border: none; }
    .dvCTAWidgetInstruction .c-topic__container ul {
      list-style: none; }

.c-nav-main__indicator {
  height: 4px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  /* crit */
  -webkit-transform-origin: top center;
          transform-origin: top center;
  transition: .3s; }
  .is-active .c-nav-main__indicator {
    -webkit-transform: none;
            transform: none; }
  .c-nav-main__link:hover ~ .c-nav-main__indicator,
  .c-nav-main__link:focus ~ .c-nav-main__indicator {
    -webkit-transform: none;
            transform: none; }

.c-popout {
  margin-bottom: 4.5rem;
  position: relative; }
  .c-popout.is-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 25px;
    z-index: 1000;
    margin-bottom: 0; }
    .c-popout.is-active .c-popout__close {
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .c-popout.is-active .c-popout__toggle {
      display: none; }
    .c-popout.is-active .o-responsiveframe__content {
      height: calc(100vh - 50px); }
  @media (min-width: 992px) {
    .c-popout:not(.is-active) .o-responsiveframe {
      height: 1240px; } }
  .c-popout__wrapper {
    width: 100%;
    max-width: 1540px;
    margin: 0 auto; }
  .c-popout__toggle {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    color: #fff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent;
    border: 0;
    padding: 0; }
    .c-popout__toggle > span {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
          align-items: center; }
      .c-popout__toggle > span:after {
        font-family: 'g-icons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        margin-left: 8px;
        opacity: 0.5;
        transition: opacity 0.15s linear; }
    @media (min-width: 1200px) {
      .c-popout__toggle {
        display: inline-block; } }
    .c-popout__toggle:hover > span:after {
      opacity: 1; }
  .c-popout__close {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #368dc4;
    border: none;
    color: #FFFFFF;
    border-radius: 4px;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 0.6rem;
    height: 32px;
    width: 32px;
    z-index: 1002; }
    .c-popout__close:after {
      font-family: 'g-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }

.container--wide {
  max-width: 1540px; }

.c-publication__head {
  margin-bottom: 36px;
  /* crit */ }

.c-publication__neck {
  margin-bottom: 20px;
  /* crit */ }

.c-publication__body {
  border-bottom: 1px solid #8c8c8c;
  margin-bottom: 24px;
  /* crit */ }
  .c-publication__body:not(:empty) {
    padding-bottom: 20px; }
  .c-publication__body-top {
    margin-bottom: 36px; }

.c-publication__foot-item:not(:last-child) {
  margin-bottom: 26px; }

.c-publication__media {
  width: 212px;
  /* crit */
  width: auto;
  display: block;
  /* crit */ }
  .no-media .c-publication__media {
    width: auto;
    /* crit */ }

.c-publication__details {
  padding-right: 15px;
  /* crit */
  display: table-footer-group;
  /* crit */ }
  .no-media .c-publication__details-list {
    max-width: none;
    /* crit */ }

.c-publication__detail-col {
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dotted #CAC5C0;
  /* crit */ }
  .c-publication__detail-col:first-child {
    padding-right: 12px;
    /* crit */ }

.c-publication__toc {
  background-color: #f9f9f9;
  padding: 36px 24px; }
  .c-publication__toc:empty {
    display: none; }
  .c-publication__toc ul {
    padding-left: 0;
    list-style: none; }
  .c-publication__toc li {
    font-weight: 700;
    padding-left: 45px;
    position: relative; }
    .c-publication__toc li:before {
      content: '•';
      font-weight: normal;
      position: absolute;
      left: 15px;
      color: #2f6c95; }
    .c-publication__toc li li {
      font-weight: 400; }
      .c-publication__toc li li:before {
        content: '⁃';
        color: #45494B; }

.c-publication__toctoggle {
  padding-left: 42px; }
  .c-publication__toctoggle-text {
    display: none; }
    .collapsed .c-publication__toctoggle-text {
      display: inline; }
    .c-publication__toctoggle-text--hidden-collapsed {
      display: inline; }
      .collapsed .c-publication__toctoggle-text--hidden-collapsed {
        display: none; }
  .c-publication__toctoggle-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    left: 0;
    top: -3px; }
    .c-publication__toctoggle-icon:before, .c-publication__toctoggle-icon:after {
      content: '';
      position: absolute;
      width: 14px;
      height: 2px;
      background-color: currentColor;
      top: 14px;
      left: 8px; }
    .c-publication__toctoggle-icon:after {
      transition: .5s all;
      opacity: 0;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
      .collapsed .c-publication__toctoggle-icon:after {
        opacity: 1; }

.c-publication__download {
  padding: 12px;
  background-color: #F7F5F2;
  border: 1px solid #E8E6E3;
  color: #212529;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 24px;
  text-decoration: none !important; }
  .c-publication__download:not(:last-child) {
    border-bottom: 1px dotted #CAC5C0; }
  .c-publication__download:hover, .c-publication__download:focus {
    color: #212529;
    text-decoration: none; }
    .c-publication__download:hover .c-publication__download-name, .c-publication__download:hover .c-publication__download-linkicon, .c-publication__download:focus .c-publication__download-name, .c-publication__download:focus .c-publication__download-linkicon {
      color: #368DC4; }
  .c-publication__download-type {
    color: #2f6c95; }
  .c-publication__download-col--media {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 65px; }
    @media (max-width: 736.98px) {
      .c-publication__download-col--media {
        width: 40px; } }
  .c-publication__download-col--text {
    padding-left: 17px;
    padding-right: 17px;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .c-publication__download-col--arrow {
    width: 16px; }
  .c-publication__download-typeicon {
    font-size: 33px;
    font-size: 2.0625rem;
    transition: .3s transform;
    width: 64px;
    height: 64px;
    line-height: 64px;
    line-height: 4rem;
    border-radius: 4px;
    background-color: #368DC4;
    background: linear-gradient(90deg, #368DC4 0%, #164F6E 100%);
    color: #fff;
    text-align: center;
    display: inline-block; }
    @media (max-width: 736.98px) {
      .c-publication__download-typeicon {
        width: 40px;
        height: 40px;
        line-height: 2;
        font-size: 20px;
        font-size: 1.25rem; } }
  .c-publication__download-name, .c-publication__download-linkicon {
    color: #2f6c95; }
  .c-publication__download-type {
    color: #212529;
    font-size: 13px;
    font-size: 0.8125rem; }
  .c-publication__download-linkicon {
    font-size: 14px;
    font-size: 0.875rem; }
  .c-publication__download.is-small {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    margin-bottom: 0; }
    .c-publication__download.is-small:not(:last-child) {
      border-bottom: 1px dotted #CAC5C0; }
    .c-publication__download.is-small .c-publication__download-typeicon {
      width: 40px;
      height: 40px;
      line-height: 40px;
      line-height: 2.5rem;
      font-size: 20px;
      font-size: 1.25rem;
      background: #E8E6E3;
      color: #164F6E; }
    .c-publication__download.is-small .c-publication__download-col--text {
      padding-left: 0; }
    .c-publication__download.is-small .c-publication__download-type {
      font-size: 13px;
      font-size: 0.8125rem; }
    .c-publication__download.is-small .c-publication__download-name,
    .c-publication__download.is-small .c-publication__download-linkicon {
      color: #164F6E; }

.c-publication__ext-link {
  color: #164F6E; }
  .c-publication__ext-link:after {
    font-family: 'g-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: 6px;
    font-size: 0.8rem; }
  .c-publication__ext-link:hover:after {
    text-decoration: none; }

.c-resource__head {
  margin-bottom: 34px; }

.c-resource__body {
  min-height: 200px; }

.c-resource__sideitem {
  padding: 25px;
  /* crit */ }
  @media (max-width: 991.98px) {
    .o-sidefilter .c-resource__sideitem {
      padding: 20px; } }
  .c-resource__sideitem:not(:last-child) {
    border-bottom: 1px solid #CAC5C0; }
  .c-resource__sideitem-head {
    margin-bottom: 11px; }
    .c-resource__sideitem-head[data-toggle="collapse"] {
      margin: -20px;
      padding: 20px; }
  .c-resource__sideitem-body {
    font-size: 14px;
    font-size: 0.875rem;
    /* crit */ }
  .c-resource__sideitem-title {
    font-family: 'Open Sans', Arial, 'sans-serif';
    font-size: 17px;
    font-size: 1.0625rem;
    /* crit */ }
  .c-resource__sideitem-list {
    margin-top: 11px; }
    .c-resource__sideitem-listitem {
      padding-left: 14px;
      position: relative;
      margin-bottom: 5px;
      /* crit */ }
      .c-resource__sideitem-listitem .c-resource__sideitem-listitem {
        margin-bottom: 0;
        padding-bottom: 5px; }
        .c-resource__sideitem-listitem .c-resource__sideitem-listitem:first-child {
          padding-top: 5px; }
          .c-resource__sideitem-listitem .c-resource__sideitem-listitem:first-child:before {
            top: calc(.5rem + 5px); }
      .c-resource__sideitem-listitem:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        background-color: #2f6c95;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        top: .5rem; }
  .c-resource__sideitem-inputinput {
    padding-right: 45px; }
  .c-resource__sideitem-inputicon {
    right: 15px;
    font-size: 22px;
    font-size: 1.375rem;
    /* crit */ }
  .c-resource__sideitem-input--search:valid {
    padding-right: 65px; }
  .c-resource__sideitem--alt {
    background-color: #f8f8f8;
    /* crit */ }
    @media print {
      .c-resource__sideitem--alt {
        display: none; } }

.c-search-module {
  font-family: 'Open Sans', Arial, 'sans-serif';
  padding: 40px 0 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: column;
      flex-flow: column; }
  @media (min-width: 737px) {
    .c-search-module {
      -ms-flex-flow: row;
          flex-flow: row; } }
  .c-search-module__input_wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .c-search-module__label {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 2rem;
    color: #45494B;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    -ms-flex-preferred-size: 11%;
        flex-basis: 11%; }
    .c-search-module__label i {
      color: #2f6c95;
      font-weight: bold;
      margin: 0 10px 0 0;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 34px;
      line-height: 2.125rem; }
  .c-search-module__btn {
    font-size: 1.125rem;
    line-height: 1;
    width: 3rem;
    color: white;
    padding: 12px 0;
    background: #2f6c95;
    border-radius: 0px 2px 2px 0px;
    margin-left: -1px; }
    .c-search-module__btn:hover, .c-search-module__btn:focus {
      background: #A3CEE9; }
  .c-search-module__text, .c-search-module__ddl {
    background: #F7F5F2;
    box-sizing: border-box;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
    line-height: 1.375rem;
    width: 100%; }
  @media (min-width: 737px) {
    .c-search-module__ddl {
      max-width: 350px; } }

/* crit:start */
.c-search {
  font-family: 'Open Sans', Arial, 'sans-serif';
  color: #45494B; }
  .c-search:only-child {
    margin-bottom: 70px; }
  .c-search__head {
    padding-bottom: 28px; }
    .c-search__head-input {
      display: -ms-flexbox;
      display: flex;
      position: relative; }
  .c-search__body {
    min-height: 200px;
    background: #fff; }
  .c-search__tabs {
    border-top: 0; }
    .c-search__tabs-content {
      padding-top: 40px;
      border-top: 0; }
  .c-search__clearbtn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #2f6c95;
    color: #fff; }
    .c-search__clearbtnicon {
      color: inherit;
      width: 15px;
      height: 15px; }
      .c-search__clearbtnicon:before, .c-search__clearbtnicon:after {
        width: 100%;
        top: 6px; }
    .c-search__clearbtn:hover, .c-search__clearbtn:focus {
      background-color: #2f6c95; }
    .c-search__clearbtn--transparent {
      background-color: transparent;
      color: #2f6c95; }
      .c-search__clearbtn--transparent:hover, .c-search__clearbtn--transparent:focus {
        background-color: transparent; }
    .c-search__searchinput:invalid ~ .c-search__clearbtn {
      visibility: hidden; }
    .c-resource__sideitem-input ~ .c-search__clearbtn {
      right: 42px; }
    .c-resource__sideitem-input:invalid ~ .c-search__clearbtn {
      visibility: hidden; }
  .c-search__searchinput {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    padding: 12px 12px 12px 24px; }
  .c-search__inputbox {
    -ms-flex-positive: 1;
        flex-grow: 1;
    border: 1px solid #CAC5C0;
    padding-right: 48px;
    display: -ms-flexbox;
    display: flex; }
    .c-search__inputbox__select {
      border: 0;
      border-left: 1px solid #CAC5C0;
      border-right: 1px solid #CAC5C0;
      display: -ms-inline-flexbox;
      display: inline-flex;
      position: relative; }
      .c-search__inputbox__select select {
        border: 0;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        padding-left: 12px;
        padding-right: 36px; }
      .c-search__inputbox__select__chevron {
        position: absolute;
        top: 50%;
        right: 12px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        pointer-events: none; }
  .c-search__searchbtn {
    font-size: 1.125rem;
    line-height: 1;
    width: 48px;
    padding: 12px 0;
    background: transparent;
    border-radius: 0px 2px 2px 0px;
    margin-left: -1px;
    position: absolute;
    height: 100%;
    right: 0; }
  .c-search__filterinput-sort {
    width: 275px;
    opacity: 1; }
    .c-search__filterinput-sort .dropdown-toggle:after {
      content: none; }
    .c-search__filterinput-sort.o-form-select .dropdown-toggle {
      border: none;
      padding: 12px 52px 12px 14px;
      overflow: hidden; }
    .c-search__filterinput-sort.o-form-select .dropdown-menu {
      margin-top: 1px; }
    .c-search__filterinput-sort .filter-option {
      text-align: left;
      overflow: hidden; }
      .c-search__filterinput-sort .filter-option-inner {
        display: inline-block; }
    .c-search__filterinput-sort .filter-option:before {
      font-weight: bold;
      margin-right: 5px; }
    .c-search__filterinput-sort.js-filter-sort .filter-option:before {
      content: "Sort by:"; }
    .c-search__filterinput-sort.js-filter-topics .filter-option:before {
      content: "Topic:"; }
  .c-search .o-tabs__icon {
    font-size: 16px;
    font-size: 1rem; }
    .c-search .o-tabs__icon.g-icon-document-pencil {
      font-size: 1.1rem; }
  .c-search .active .o-tabs__icon {
    background: transparent; }

/* crit:end */
.c-section--wrapped {
  padding-left: 3rem;
  padding-right: 3rem; }
  @media (max-width: 1199.98px) {
    .c-section--wrapped {
      padding-left: 1rem;
      padding-right: 1rem; } }

.c-section__wrapper {
  padding: 2rem 1rem; }
  @media (min-width: 737px) {
    .c-section__wrapper {
      padding: 4rem 0; } }

.c-section__hero {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    .c-section__hero {
      background-color: black;
      min-height: 600px; } }
  @media (max-width: 991.98px) {
    .c-section__hero {
      background-image: none !important; }
      .c-section__hero > .container {
        max-width: 100%;
        margin: 0;
        padding: 0; }
      .c-section__hero:before {
        display: none; } }
  .c-section__hero > .container {
    display: -ms-flexbox;
    display: flex; }
  .c-section__hero__dip {
    border: 0;
    background-color: transparent;
    position: absolute;
    z-index: 2;
    bottom: 0.5rem;
    left: 1rem;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (max-width: 991.98px) {
      .c-section__hero__dip {
        display: none; } }
    .c-section__hero__dip__scroll-down {
      width: 2rem;
      height: 1.6rem;
      border: 0;
      padding: 0;
      background-color: transparent;
      -webkit-animation-name: floating;
              animation-name: floating;
      -webkit-animation-direction: forwards;
              animation-direction: forwards;
      -webkit-animation-iteration-count: 3;
              animation-iteration-count: 3;
      -webkit-animation-duration: 1.5s;
              animation-duration: 1.5s;
      -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
              animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1); }
      .c-section__hero__dip__scroll-down .g-icon-arrow-up {
        font-size: 2rem;
        color: #FFFFFF;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  .c-section__hero__img-mobile {
    display: block;
    max-width: 100%;
    width: 100%; }
    @media (min-width: 992px) {
      .c-section__hero__img-mobile {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        width: auto;
        /*crit*/ } }
  .c-section__hero-content {
    position: relative;
    color: #fff;
    padding-bottom: 0;
    background: linear-gradient(90deg, #368DC4 0%, #164F6E 100%);
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    width: 100%; }
    @media (max-width: 991.98px) {
      .c-section__hero-content {
        margin: 0; } }
    @media (min-width: 737px) {
      .c-section__hero-content {
        padding-top: 0; } }
    @media (min-width: 992px) {
      .c-section__hero-content {
        background: transparent;
        padding: 3.6rem 0;
        padding-bottom: 24px;
        min-height: 580px; } }
  .c-section__hero-card {
    background-color: #2f6c95;
    padding: 2rem;
    padding-top: 1.5rem;
    border-radius: 0.5rem;
    margin-top: 3rem; }
    @media (max-width: 991.98px) {
      .c-section__hero-card {
        border-radius: 0rem;
        background: transparent;
        padding-left: 0.5rem;
        padding-right: 0.5rem; } }
    .c-section__hero-card__slider-ctrl {
      position: relative;
      margin-top: 1rem;
      margin-bottom: 1rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      opacity: 0;
      transition: opacity 0.3s linear; }
      .c-section__hero-card__slider-ctrl__dots .slick-dots {
        display: -ms-flexbox;
        display: flex; }
      .c-section__hero-card__slider-ctrl__media {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        .c-section__hero-card__slider-ctrl__media .o-btn-icon {
          transition: opacity 0.15s linear; }
          .c-section__hero-card__slider-ctrl__media .o-btn-icon:hover {
            opacity: 0.7; }
        .c-section__hero-card__slider-ctrl__media .o-btn-icon--pause {
          font-size: 14px;
          font-size: 0.875rem; }
        .c-section__hero-card__slider-ctrl__media .o-btn-icon--play {
          margin-left: 4px;
          font-size: 13px;
          font-size: 0.8125rem;
          display: none; }
        .c-section__hero-card__slider-ctrl__media.is-paused .o-btn-icon--pause {
          display: none; }
        .c-section__hero-card__slider-ctrl__media.is-paused .o-btn-icon--play {
          display: inline-block; }
    .c-section__hero-card .c-topic-card {
      visibility: hidden;
      transition: all 0.6s linear;
      color: #fff;
      opacity: 0;
      /* crit */ }
      .c-section__hero-card .c-topic-card:hover, .c-section__hero-card .c-topic-card:focus {
        text-decoration: none; }
      .c-section__hero-card .c-topic-card__icon {
        font-size: 2.4rem;
        display: inline-block;
        margin-right: 1rem; }
      .c-section__hero-card .c-topic-card:not(:first-of-type) {
        position: absolute; }
      .c-section__hero-card .c-topic-card.is-loaded {
        opacity: 1;
        visibility: visible; }
    .c-section__hero-card .slick-track {
      display: block; }
    .c-section__hero-card .slick-initialized + .c-section__hero-card__slider-ctrl {
      opacity: 1; }
    .c-section__hero-card .slick-slider {
      margin-bottom: 0; }
    .c-section__hero-card .slick-slide {
      overflow: hidden; }
    .c-section__hero-card .slick-dots {
      position: relative;
      bottom: auto;
      text-align: center; }
      .c-section__hero-card .slick-dots li {
        margin: 0; }
        .c-section__hero-card .slick-dots li:not(:first-of-type) {
          margin-left: 0.7rem; }
        .c-section__hero-card .slick-dots li.slick-active button:before {
          background-color: #fff; }
        .c-section__hero-card .slick-dots li button:before {
          opacity: 1;
          border: 2px solid #fff; }
    .c-section__hero-card .slick-arrow {
      bottom: 0;
      top: auto;
      width: 24px;
      height: 24px;
      -webkit-transform: none;
              transform: none;
      margin: 0 12px;
      line-height: 0;
      font-size: 0.75rem; }
  @media (min-width: 992px) {
    .c-section__hero--short {
      max-width: 1600px;
      margin: 0 auto;
      width: 100%;
      min-height: 480px; } }
  .c-section__hero--icon {
    margin-bottom: 3rem;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .c-section__hero--icon + .c-section__hero-icon {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%; }
      .c-section__hero--icon + .c-section__hero-icon .o-iconblock {
        position: absolute;
        bottom: -3rem; }
        @media (max-width: 1199.98px) {
          .c-section__hero--icon + .c-section__hero-icon .o-iconblock {
            width: 120px;
            height: 120px;
            font-size: 5.6rem; } }
        @media (max-width: 736.98px) {
          .c-section__hero--icon + .c-section__hero-icon .o-iconblock {
            width: 80px;
            height: 80px;
            left: 2rem;
            font-size: 4rem; } }

.c-section__content {
  padding: 15px;
  color: #fff; }

.c-section--alt {
  background-color: #E8E6E3; }

.c-section--blue {
  background-color: #164F6E;
  color: #fff; }

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(-1.2rem);
            transform: translateY(-1.2rem);
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0.2rem);
            transform: translateY(0.2rem); } }

@keyframes floating {
  0% {
    -webkit-transform: translateY(-1.2rem);
            transform: translateY(-1.2rem);
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0.2rem);
            transform: translateY(0.2rem); } }

.c-sidegeneric__body {
  padding-top: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 30px;
  /* crit */ }
  .c-sidegeneric__body a[href^="tel"] {
    color: #45494B; }

.c-sidegeneric__foot {
  margin-bottom: 30px;
  /* crit */ }

.c-sidegeneric__items {
  color: #CAC5C0; }

.c-sidegeneric__item:not(:last-child) {
  border-bottom: 1px solid #CAC5C0;
  padding-bottom: 17px;
  margin-bottom: 17px;
  /* crit */ }

.c-sidegeneric__item-head {
  margin-bottom: 6px;
  /* crit */ }

.c-sidegeneric__item-title {
  font-family: 'Open Sans', Arial, 'sans-serif';
  font-size: 16px;
  font-size: 1rem;
  /* crit */ }

.c-styled-table {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991.98px) {
    .c-styled-table {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .c-styled-table__col {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%; }
    .c-styled-table__col:not(:last-of-type) {
      border-right: 1px solid #E8E6E3; }
    @media (max-width: 991.98px) {
      .c-styled-table__col {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
        .c-styled-table__col:not(:last-of-type) {
          border-right: 0; } }
  .c-styled-table__heading {
    background-color: #45494B;
    color: #fff;
    padding: 12px 16px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: bold; }
  .c-styled-table__content {
    padding: 1rem; }
    .c-styled-table__content ul {
      margin-bottom: 0; }
      .c-styled-table__content ul li {
        margin-top: 4px;
        margin-bottom: 4px; }
    .c-styled-table__content p:last-of-type {
      margin-bottom: 0; }
  .c-styled-table__source {
    margin-top: 1rem;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5384615385; }
    @media (max-width: 991.98px) {
      .c-styled-table__source {
        margin-top: 0.5rem; } }

.c-footer-subscribe {
  background-color: #7863B0;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  color: #ffffff; }
  .c-footer-subscribe:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.12; }
  .c-footer-subscribe .c-subscribe-section {
    padding-top: 28px;
    padding-bottom: 28px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: start;
    position: relative;
    z-index: 2; }
    .c-footer-subscribe .c-subscribe-section .g-icon-subscribe {
      background: #503B94;
      color: #fff;
      border-radius: 8px;
      font-size: 2.25rem;
      padding: 0;
      float: left;
      height: 3.4375rem;
      width: 3.4375rem; }
    .c-footer-subscribe .c-subscribe-section p {
      width: auto;
      padding: 0 20px; }
    .c-footer-subscribe .c-subscribe-section__title {
      padding: 0 20px; }
      @media (max-width: 736.98px) {
        .c-footer-subscribe .c-subscribe-section__title {
          padding: 0; } }
    @media (max-width: 736.98px) {
      .c-footer-subscribe .c-subscribe-section {
        -ms-flex-direction: column;
            flex-direction: column; }
        .c-footer-subscribe .c-subscribe-section p {
          padding: 0; }
        .c-footer-subscribe .c-subscribe-section button {
          width: 100%; } }
    .c-footer-subscribe .c-subscribe-section .o-btn--withlinkicon {
      border-color: #ffffff;
      color: #ffffff;
      -ms-flex-item-align: center;
          align-self: center; }
      .c-footer-subscribe .c-subscribe-section .o-btn--withlinkicon:hover, .c-footer-subscribe .c-subscribe-section .o-btn--withlinkicon:focus {
        background-color: #FFFFFF;
        color: #503B94; }

.subscribe-dialog .modal-title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 32px;
  line-height: 2rem;
  color: #45494b; }

.subscribe-dialog .modal-header {
  border: none;
  padding: 40px 40px 0; }
  @media (max-width: 736.98px) {
    .subscribe-dialog .modal-header {
      padding: 20px 20px 0; } }
  .subscribe-dialog .modal-header button.close {
    background: #368dc4;
    border-radius: 4px;
    border: none;
    width: 48px;
    height: 48px;
    color: #ffffff;
    font-size: 12px;
    font-size: 0.75rem; }
    @media (min-width: 737px) {
      .subscribe-dialog .modal-header button.close {
        margin: -30px; } }

.subscribe-dialog .modal-body {
  padding: 0 40px;
  font-family: 'Open Sans', Arial, 'sans-serif'; }
  @media (max-width: 736.98px) {
    .subscribe-dialog .modal-body {
      padding: 0px 20px; } }

.subscribe-dialog .subscribe-subtitle {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #45494b;
  margin-bottom: 12px; }

.subscribe-dialog label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: bold;
  color: #45494b; }

.subscribe-dialog .subscribe-fieldset {
  background: #f7f5f2;
  border: 1px solid #e8e6e3;
  box-sizing: border-box;
  padding: 24px; }
  @media (max-width: 736.98px) {
    .subscribe-dialog .subscribe-fieldset {
      padding: 8px;
      margin-bottom: 8px; } }
  .subscribe-dialog .subscribe-fieldset .form__input {
    width: 100%;
    height: 48px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #636464;
    padding-left: 16px; }
  .subscribe-dialog .subscribe-fieldset .form__field:not(:first-child):not(:last-child) {
    margin-top: 16px; }
  .subscribe-dialog .subscribe-fieldset label {
    font-weight: bold;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #45494b; }

.subscribe-dialog .btn--secondary {
  background: #357aa9;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.22);
  border-radius: 2px;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  float: right;
  border: none;
  padding: 12px 20px;
  margin: 20px 0;
  position: relative;
  top: -97px; }
  @media (max-width: 736.98px) {
    .subscribe-dialog .btn--secondary {
      float: none;
      top: -9px;
      margin: 0; } }

.subscribe-dialog .subscribe-footer {
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-align: center;
  color: #45494b;
  padding: 16px 4px;
  width: 100%;
  background: #e8e6e3;
  border-radius: 0px 0px 2px 2px; }
  .subscribe-dialog .subscribe-footer a {
    color: #45494B;
    text-decoration: underline;
    font-weight: 700; }

@media (max-width: 991.98px) {
  .subscribe-dialog.normal-dialog .modal-header {
    padding-top: 2rem; } }

.subscribe-dialog.normal-dialog .modal-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 0.8rem; }

.subscribe-dialog.normal-dialog .btn--secondary {
  top: auto;
  float: none;
  margin-top: 0;
  margin-bottom: 0; }
  .subscribe-dialog.normal-dialog .btn--secondary .g-icon-cross {
    font-size: 0.55rem;
    margin-left: 1rem; }

.c-suicide-warning {
  padding-top: 32px;
  background-color: #F7F5F2; }
  @media (max-width: 991.98px) {
    .c-suicide-warning {
      padding-top: 16px;
      padding-bottom: 16px; } }
  .c-suicide-warning__gutters {
    width: 100%;
    padding: 0 15px; }
  .c-suicide-warning__container {
    max-width: 1194px;
    margin: 0 auto;
    background-color: #302367;
    height: 50px;
    color: #fff;
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 16px; }
  .c-suicide-warning svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: -2px; }
  .c-suicide-warning p {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 12px;
    padding-left: 12px;
    line-height: 1.4; }
    .c-suicide-warning p:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 1px;
      height: 100%;
      background-color: #fff; }
  .c-suicide-warning a {
    color: #fff; }

.c-tableau {
  overflow: hidden;
  display: inline-block;
  max-width: 820px;
  width: 100%;
  min-height: 300px;
  position: relative; }
  .c-tableau .o-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    background-color: #F7F5F2;
    opacity: 1;
    transition: opacity 0.6s linear; }
  .c-tableau.is-loaded .o-loader {
    opacity: 0;
    pointer-events: none; }
  .c-tableau__navbar {
    background-color: #2F6C95;
    padding: 0.25rem;
    padding-left: 0.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    color: #FFFFFF;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0; }
    .c-tableau__navbar.is-active .c-tableau__dropdown__toggle {
      background-color: #368DC4; }
    .c-tableau__navbar.is-active + .c-tableau__dropdown__list {
      display: block; }
  .c-tableau__chart {
    background-color: #F7F5F2;
    padding: 0 1.5rem;
    padding-bottom: 1rem; }
    @media (max-width: 991.98px) {
      .c-tableau__chart {
        padding: 0 1rem; } }
    .c-tableau__chart__wrapper {
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
    .c-tableau__chart iframe {
      margin: 0 auto; }
  .c-tableau__heading.c-tableau__heading {
    font-size: 0.8125rem;
    line-height: 1.25rem;
    margin-bottom: 0;
    margin-top: 0;
    color: #FFFFFF !important;
    text-align: left;
    padding-right: 1rem; }
  .c-tableau__filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 1rem 2rem;
    padding-bottom: 0;
    background-color: #F7F5F2; }
    .c-tableau__filter:last-of-type {
      padding-bottom: 1.5rem; }
    @media (max-width: 991.98px) {
      .c-tableau__filter {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
            align-items: flex-start;
        padding: 1.5rem 1rem; } }
    .c-tableau__filter__label {
      font-weight: bold;
      font-size: 0.9375rem;
      line-height: 1.375;
      margin-bottom: 0;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      margin-right: 1rem;
      width: 16%;
      min-width: 130px; }
      @media (max-width: 991.98px) {
        .c-tableau__filter__label {
          margin-bottom: 1rem;
          width: 100%; } }
    .c-tableau__filter .o-dropdown-select {
      width: 100%;
      min-height: 0;
      height: auto; }
      .c-tableau__filter .o-dropdown-select.is-singular select:disabled {
        opacity: 1; }
      .c-tableau__filter .o-dropdown-select.is-singular:after {
        display: none; }
      .c-tableau__filter .o-dropdown-select:after {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        padding-top: 1rem; }
    .c-tableau__filter__select {
      height: auto; }
      .c-tableau__filter__select.c-tableau__filter__select {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-size: 0.8125rem;
        line-height: 1.25rem;
        white-space: normal; }
    .c-tableau__filter--alt {
      padding-top: 2rem; }
      .c-tableau__filter--alt .o-dropdown-select {
        background-color: #2f6c95; }
        .c-tableau__filter--alt .o-dropdown-select.is-singular select {
          color: #fff; }
          .c-tableau__filter--alt .o-dropdown-select.is-singular select:disabled {
            opacity: 1; }
        .c-tableau__filter--alt .o-dropdown-select:after {
          color: #fff;
          border-color: #fff; }
      .c-tableau__filter--alt .c-tableau__filter__select {
        background-color: transparent;
        color: #fff; }
        .c-tableau__filter--alt .c-tableau__filter__select option {
          color: #212529; }
  .c-tableau__dropdown {
    position: relative; }
    .c-tableau__dropdown__toggle {
      background-color: transparent;
      width: 2.25rem;
      height: 2.25rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      color: #FFFFFF;
      border: none;
      margin: 0;
      padding: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      font-size: 1.25rem;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .c-tableau__dropdown__toggle:before {
        font-family: 'g-icons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: ""; }
    .c-tableau__dropdown__list {
      display: none;
      position: absolute;
      top: calc(100% + 0.25rem);
      right: 0;
      min-width: 15rem;
      list-style: none;
      background-color: #FFFFFF;
      padding: 0.75rem 0;
      border: 1px solid #CAC5C0;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
      border-radius: 2px;
      z-index: 2; }
  .c-tableau__list-select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    padding: 0.325rem 0.75rem;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    border: 0;
    display: block;
    width: 100%;
    text-align: left; }
    .c-tableau__list-select:hover, .c-tableau__list-select:focus {
      background-color: #F7F5F2; }
    .c-tableau__list-select.is-active {
      color: #FFFFFF;
      background-color: #2F6C95; }
      .c-tableau__list-select.is-active:hover, .c-tableau__list-select.is-active:focus {
        background-color: #368DC4; }
  .c-tableau__bottom {
    background-color: #F7F5F2;
    padding: 1rem 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    padding-top: 0; }
    @media (max-width: 991.98px) {
      .c-tableau__bottom {
        -ms-flex-pack: center;
            justify-content: center;
        padding: 1rem; } }
  .c-tableau__cta {
    border: 1px solid #2F6C95;
    border-radius: 999rem;
    min-height: 2rem;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 0.75rem;
    color: #2F6C95;
    margin-left: 0.5rem;
    transition: all 0.15s linear;
    background-color: transparent; }
    .c-tableau__cta:hover, .c-tableau__cta:focus {
      text-decoration: none;
      background-color: #2F6C95;
      color: #FFFFFF; }
    .c-tableau__cta--pdf:before {
      font-family: 'g-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-right: 0.4rem; }
    .c-tableau__cta--image:before {
      font-family: 'g-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-right: 0.4rem; }

@media print {
  .c-topic__aside {
    display: none; } }

.c-topic__aside-mobile {
  padding: 12px 0 9px 0;
  text-decoration: none; }
  .c-topic__aside-mobile:hover, .c-topic__aside-mobile:focus, .c-topic__aside-mobile:visited, .c-topic__aside-mobile:active {
    text-decoration: none; }
  .c-topic__aside-mobile .o-contentpage__side-title {
    padding: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.4666666667; }
  .c-topic__aside-mobile .hamburger {
    outline: none; }
  .c-topic__aside-mobile .hamburger-close {
    display: none;
    color: #FFFFFF;
    font-size: 1.1rem; }
  .c-topic__aside-mobile:not(.collapsed) .hamburger-close {
    display: inline-block; }
  .c-topic__aside-mobile:not(.collapsed) .hamburger-box {
    display: none; }
  .c-topic__aside-mobile__wrapper {
    left: 0; }
    .c-topic__aside-mobile__wrapper.affix .c-search__mobile-wrapper {
      padding-bottom: 1rem; }
  .c-topic__aside-mobile-content {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
    .c-topic__aside-mobile-content .o-contentpage__side-title {
      padding-left: 0; }
    .c-topic__aside-mobile-content .o-contentpage__side-list li {
      border-bottom: 2px solid #E8E6E3;
      background: #FFF; }
      .c-topic__aside-mobile-content .o-contentpage__side-list li > a {
        max-width: 45rem;
        margin-left: auto;
        margin-right: auto;
        border-bottom: 0;
        border-top: 0;
        padding: 12px 20px; }
        .c-topic__aside-mobile-content .o-contentpage__side-list li > a:hover, .c-topic__aside-mobile-content .o-contentpage__side-list li > a:focus {
          background-color: #2F6C95; }
      .c-topic__aside-mobile-content .o-contentpage__side-list li:hover > a {
        color: #fff; }
      .c-topic__aside-mobile-content .o-contentpage__side-list li:hover, .c-topic__aside-mobile-content .o-contentpage__side-list li.active {
        background: #2F6C95;
        border-bottom-color: #2F6C95; }
    .c-topic__aside-mobile-content .o-contentpage__side-list li.is-icon--tier1, .c-topic__aside-mobile-content .o-contentpage__side-list li.is-icon--tier2, .c-topic__aside-mobile-content .o-contentpage__side-list li.is-icon--tier3 {
      background: #F7F5F2; }
      .c-topic__aside-mobile-content .o-contentpage__side-list li.is-icon--tier1 > a, .c-topic__aside-mobile-content .o-contentpage__side-list li.is-icon--tier2 > a, .c-topic__aside-mobile-content .o-contentpage__side-list li.is-icon--tier3 > a {
        max-width: 45rem;
        margin-left: auto;
        margin-right: auto;
        border-bottom: 0;
        border-top: 0;
        color: inherit; }
        .c-topic__aside-mobile-content .o-contentpage__side-list li.is-icon--tier1 > a:hover, .c-topic__aside-mobile-content .o-contentpage__side-list li.is-icon--tier1 > a:focus, .c-topic__aside-mobile-content .o-contentpage__side-list li.is-icon--tier2 > a:hover, .c-topic__aside-mobile-content .o-contentpage__side-list li.is-icon--tier2 > a:focus, .c-topic__aside-mobile-content .o-contentpage__side-list li.is-icon--tier3 > a:hover, .c-topic__aside-mobile-content .o-contentpage__side-list li.is-icon--tier3 > a:focus {
          background-color: transparent;
          color: #2F6C95; }
      .c-topic__aside-mobile-content .o-contentpage__side-list li.is-icon--tier1 ul, .c-topic__aside-mobile-content .o-contentpage__side-list li.is-icon--tier2 ul, .c-topic__aside-mobile-content .o-contentpage__side-list li.is-icon--tier3 ul {
        border-top: 2px solid #E8E6E3;
        margin-bottom: -2px; }

.c-topic__aside .c-fact__icon img {
  max-width: 96px; }

.c-topic__container {
  margin-bottom: 30px;
  /* crit */ }

.c-topic__head {
  margin-bottom: 30px;
  /* crit */ }

.c-topic__pretitle {
  margin-bottom: 13px;
  /* crit */ }

.c-topic__title {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: 'Open Sans', Arial, 'sans-serif';
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 46px;
  line-height: 2.875rem;
  /* crit */ }

.c-topic__subhead {
  margin-bottom: 32px; }

.c-topic__sidebtn {
  font-size: 18px;
  font-size: 1.125rem; }

.c-topic__sidetab-list {
  margin-top: 20px;
  margin-bottom: 30px; }

.c-topic__sidetab-listitem:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #CAC5C0;
  /* crit */ }

.c-topic__sidetab-listlink {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71;
  color: #45494B;
  /* crit */ }
  .c-topic__sidetab-listlinkicon {
    position: relative;
    top: 4px;
    /* crit */ }

.c-topic__sidetab-content {
  padding-left: 25px;
  padding-right: 25px;
  /* crit */ }

.c-topic__sidebox-head {
  padding: 14px 25px; }

.c-topic__tags:not(:last-child) {
  margin-bottom: 36px; }

.c-topic__lead {
  background: #e8e6e3;
  padding: 40px 0;
  margin-bottom: 40px; }
  .c-topic__leadtext {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
    color: #45494b;
    padding-bottom: 29px; }
  .c-topic__leaddescription {
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #45494b; }
  .c-topic__lead .c-topic__icon {
    height: 173px;
    width: 100%;
    background: linear-gradient(90deg, #368dc4 0%, #164f6e 100%);
    border-radius: 8px;
    font-size: 116Px;
    color: #ffffff;
    padding: 28px 26px 24px 26px; }
    @media (min-width: 737px) {
      .c-topic__lead .c-topic__icon {
        float: right;
        width: 173px; } }

.c-topic__body {
  padding-bottom: 40px; }
  .c-topic__body h3 {
    margin-bottom: 24px; }
  .c-topic__body .c-topic__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #45494b; }

.c-topic__details {
  padding: 48px 0; }
  .c-topic__details h3 {
    margin-bottom: 24px; }

.c-topic__bigtext {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #45494b; }

.c-topic-infotiles .c-infotile__media {
  max-height: 100%;
  width: 28%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: left;
  z-index: -2; }

.c-topic-infotiles .c-search-module__btn {
  border-radius: 0px; }

.c-topic-infotiles .c-form__input-text {
  height: 48px;
  border-radius: 0px; }

.c-topic-infotiles p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  line-height: 1.375rem; }

.c-cta__list {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem; }
  .c-cta__list-title {
    padding: 16px 24px;
    background: #164f6e;
    line-height: 26px;
    line-height: 1.625rem;
    color: #ffffff; }
  .c-cta__list-list {
    border: 1px solid #e8e6e3;
    list-style: none;
    padding: 20px;
    font-size: 16px;
    font-size: 1rem; }
    .c-cta__list-list .c-cta__list-item {
      padding: 8px 0; }
      .c-cta__list-list .c-cta__list-item:not(:last-child) {
        border-bottom: 1px dotted #b5afa8; }
      .c-cta__list-list .c-cta__list-item a {
        color: #164f6e;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .c-cta__list-list .c-cta__list-item a:after {
          font-family: 'g-icons' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          display: inline-block;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: ""; }
        .c-cta__list-list .c-cta__list-item a:hover {
          color: #368dc4;
          text-decoration: none; }
          .c-cta__list-list .c-cta__list-item a:hover .c-cta__list-icon {
            background: #368dc4;
            color: #ffffff; }
      .c-cta__list-list .c-cta__list-item .c-cta__list-icon {
        width: 40px;
        height: 40px;
        background: #e8e6e3;
        border-radius: 20px;
        color: #164f6e;
        padding: 13px 0;
        margin-right: 10px;
        float: left;
        -ms-flex: 1 0 40px;
            flex: 1 0 40px; }
      .c-cta__list-list .c-cta__list-item .c-cta__list-itemtext {
        width: 100%; }
      .c-cta__list-list .c-cta__list-item .c-cta__list-itemdetails {
        font-size: 13px;
        font-size: 0.8125rem;
        font-weight: normal; }
        .c-cta__list-list .c-cta__list-item .c-cta__list-itemdetails a {
          float: left; }
          .c-cta__list-list .c-cta__list-item .c-cta__list-itemdetails a:after {
            content: none; }
        .c-cta__list-list .c-cta__list-item .c-cta__list-itemdetails-col {
          width: 100%;
          display: -ms-flexbox;
          display: flex; }
        .c-cta__list-list .c-cta__list-item .c-cta__list-itemdetails-title {
          padding-right: 10px; }
      .c-cta__list-list .c-cta__list-item .g-icon-angle-right {
        float: right;
        margin-top: 16px; }

.c-line__bottom {
  border-bottom: 4px solid #e8e6e3; }

.c-fact {
  background: #357aa9;
  color: #ffffff;
  padding: 24px;
  margin-bottom: 32px; }
  .c-fact__icon {
    float: right; }
    .c-fact__icon img {
      max-width: 144px; }
      @media (max-width: 1199.98px) {
        .c-fact__icon img {
          max-width: 96px; } }
  .c-fact__number {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.3571428571;
    font-weight: 700; }
  .c-fact__text {
    font-weight: normal;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
    padding-top: 10px;
    padding-bottom: 16px; }
  .c-fact__source {
    font-weight: normal;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem; }

.c-img__withcaption {
  padding-bottom: 32px; }
  .c-img__withcaption .c-img__withcaption-image {
    margin-bottom: 8px; }
  .c-img__withcaption .c-img__withcaption-caption {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #45494b; }

.o-list__blue {
  list-style: none;
  padding-left: 37px; }
  .o-list__blue li::before {
    content: "\2022";
    color: #368dc4;
    width: 8px;
    height: 8px;
    font-size: 30px;
    font-size: 1.875rem;
    vertical-align: middle;
    margin-left: -31px;
    margin-right: 20px; }

.c-topic--overview {
  position: relative;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .c-topic--overview {
      padding-top: 4rem; } }
  @media (max-width: 991.98px) {
    .c-topic--overview > .container {
      max-width: 100%; } }
  .c-topic--overview .o-contentpage__side {
    position: relative; }
    .c-topic--overview .o-contentpage__side .o-affix.is-fixed .o-contentpage__side-list li.active:after {
      display: none; }
    @media (min-width: 992px) {
      .c-topic--overview .o-contentpage__side:after {
        display: block;
        height: 100%;
        content: '';
        width: 2px;
        background: #E8E6E3;
        position: absolute;
        right: 15px;
        top: 0;
        z-index: 1; } }
    @media (max-width: 991.98px) {
      .c-topic--overview .o-contentpage__side {
        position: static;
        padding: 0; } }
  .c-topic--overview .o-contentpage__side-list {
    padding-bottom: 2px; }
    @media (min-width: 737px) {
      .c-topic--overview .o-contentpage__side-list > li:first-of-type {
        background-color: transparent; } }
    @media (min-width: 992px) {
      .c-topic--overview .o-contentpage__side-list > li:first-of-type a {
        background-color: #F7F5F2;
        margin-right: 2px; }
        .c-topic--overview .o-contentpage__side-list > li:first-of-type a:hover, .c-topic--overview .o-contentpage__side-list > li:first-of-type a:focus {
          background-color: #e8e6e3; } }
    @media (max-width: 991.98px) {
      .c-topic--overview .o-contentpage__side-list {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 3;
        background-color: #F7F5F2; }
        .c-topic--overview .o-contentpage__side-list > li:first-of-type {
          background-color: #FFFFFF; }
        .c-topic--overview .o-contentpage__side-list li {
          border-bottom: 2px solid #E8E6E3; }
          .c-topic--overview .o-contentpage__side-list li.active .o-contentpage__side__link {
            pointer-events: none; } }
      @media (max-width: 991.98px) and (max-width: 991.98px) {
        .c-topic--overview .o-contentpage__side-list li.active .o-contentpage__side__link:hover, .c-topic--overview .o-contentpage__side-list li.active .o-contentpage__side__link:focus {
          color: #FFFFFF; } }
    @media (max-width: 991.98px) {
          .c-topic--overview .o-contentpage__side-list li.active:after {
            display: none; }
        .c-topic--overview .o-contentpage__side-list .o-contentpage__side__link {
          border-bottom: none;
          border-top: none;
          margin: 0 auto;
          max-width: 45rem;
          position: relative; }
          .c-topic--overview .o-contentpage__side-list .o-contentpage__side__link:hover, .c-topic--overview .o-contentpage__side-list .o-contentpage__side__link:focus {
            background-color: transparent;
            color: #2f6c95; } }
    .c-topic--overview .o-contentpage__side-list li:not(:first-of-type) .o-contentpage__side__link:after {
      margin-left: 7px; }
  .c-topic--overview .o-contentpage__main {
    padding-left: 1.5rem; }
    @media (max-width: 991.98px) {
      .c-topic--overview .o-contentpage__main {
        padding-left: 0; } }
  .c-topic--overview .c-topic__body {
    padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .c-topic--overview .c-topic__container {
      margin-bottom: 0;
      margin-top: 2.25rem; } }
  @media (max-width: 736.98px) {
    .c-topic--overview .c-topic__container {
      margin-top: 1.5rem; } }

.modal-header {
  border-bottom: none; }
  .modal-header .close {
    background: #368DC4;
    border-radius: 4px;
    color: #fff;
    margin: -0.7rem -0.7rem -0.7rem auto;
    padding: 0.3rem 0.9rem 0.4rem;
    font-size: 26px;
    font-size: 1.625rem; }

.c-modal-lg {
  max-width: calc(100% - 200px); }

.c-modal-topics {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .c-modal-topics-item {
    background: #F7F5F2;
    border: 1px solid #E8E6E3;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 8px 16px 16px;
    cursor: pointer;
    -ms-flex-preferred-size: calc(100%/3 - 12px);
        flex-basis: calc(100%/3 - 12px); }
    .c-modal-topics-item .c-community__topics_media > i {
      background: #fff;
      color: #2f6c95; }
    .c-modal-topics-item:hover {
      border: 1px solid #2f6c95; }
      .c-modal-topics-item:hover .c-community__topics_media > i {
        background: linear-gradient(90deg, #2f6c95 0%, #164F6E 100%);
        color: #fff; }
    .c-modal-topics-item__link {
      display: block;
      height: 100%; }
      .c-modal-topics-item__link.selected:after {
        content: "Selected";
        background: #357AA9;
        border-radius: 4px;
        color: #fff;
        font-size: 13px;
        font-size: 0.8125rem;
        padding: 2px 5px 3px;
        margin-top: 10px;
        display: inline-block; }
    .c-modal-topics-item__title {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; }
      .c-modal-topics-item__title .c-community__topics__linktext {
        font-size: 16px;
        font-size: 1rem;
        line-height: 26px;
        line-height: 1.625rem;
        color: #164F6E;
        font-weight: bold; }
      .c-modal-topics-item__title .c-community__topics_media {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 20px;
        line-height: 1.25rem;
        width: 48px; }
    .c-modal-topics-item__text {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 20px;
      line-height: 1.25rem; }
      .c-modal-topics-item__text p.no-data {
        font-weight: 600;
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 20px;
        line-height: 1.25rem;
        color: #368DC4; }

.c-modal-default .modal-content {
  padding: 40px; }

.c-modal-default .modal-title {
  font-size: 1.375rem;
  line-height: 2rem; }

.c-modal-default .modal-header {
  padding: 0;
  margin-bottom: 1.5rem; }
  .c-modal-default .modal-header .close {
    background: #368DC4;
    border-radius: 4px;
    color: #fff;
    width: 48px;
    height: 48px;
    margin: -0.7rem -0.7rem -0.7rem auto;
    padding: 0.3rem 0.9rem 0.4rem;
    font-size: 0.75rem;
    border: 0; }

.c-modal-default .modal-body {
  padding: 0; }

.c-modal-tight {
  max-width: 580px !important;
  width: 100% !important; }
  .c-modal-tight .modal-content {
    margin: 0 1rem; }
  .c-modal-tight .modal-body {
    padding: 2rem; }

.modal-backdrop {
  background-color: #000000; }
  .modal-backdrop.show {
    opacity: 0.7; }

.modal--backdrop {
  width: 100vw;
  height: 100vh; }
  .modal--backdrop:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
    display: block; }
  .modal--backdrop .modal-dialog {
    position: relative;
    z-index: 1005; }

.modal-col:not(:last-of-type) {
  margin-bottom: 1rem; }

@media (min-width: 992px) {
  .modal-col:not(:last-of-type) {
    border-right: 1px solid #CAC5C0;
    margin-bottom: 0; } }

.c-wrapper.is-menu-active {
  overflow-x: hidden; }

.c-wrapper__body {
  position: relative;
  background-color: #fff;
  width: 100%;
  /* crit */ }
  @media (max-width: 991.98px) {
    .c-wrapper__body {
      transition: .5s transform; }
      .is-search-active .c-wrapper__body {
        -webkit-transform: translateY(64px);
                transform: translateY(64px);
        position: fixed;
        /* crit */ }
      .is-menu-active .c-wrapper__body {
        position: fixed;
        /* crit */ } }
  .is-menu-active .c-wrapper__body {
    -webkit-transform: translateX(-350px);
            transform: translateX(-350px);
    /* crit */ }

.c-wrapper__offtop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  overflow: auto;
  opacity: 0;
  z-index: -1;
  /* crit */ }
  .is-search-active .c-wrapper__offtop,
  .is-search-active-is-loading .c-wrapper__offtop {
    min-height: 64px;
    opacity: 1;
    z-index: auto; }
  .is-menu-active .c-wrapper__offtop,
  .is-menu-active-is-loading .c-wrapper__offtop {
    opacity: 0;
    z-index: -1; }

.c-wrapper__offleft {
  position: fixed;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  z-index: -1;
  /* crit */
  right: 0;
  z-index: 3;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: .5s transform;
  will-change: transform;
  /* crit */ }
  .is-menu-active .c-wrapper__offleft {
    -webkit-transform: none;
            transform: none;
    opacity: 1; }
  .is-menu-active .c-wrapper__offleft,
  .is-menu-active-is-loading .c-wrapper__offleft {
    min-width: 350px;
    z-index: auto; }
  .is-search-active .c-wrapper__offleft,
  .is-search-active-is-loading .c-wrapper__offleft {
    opacity: 0;
    z-index: -1; }

.c-wrapper__overlay {
  /* crit:start */
  opacity: 0;
  /* crit:end */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: -1;
  transition: all .3s; }
  @media (max-width: 991.98px) {
    .is-menu-active .c-wrapper__overlay,
    .is-search-active .c-wrapper__overlay {
      opacity: 1;
      z-index: auto; } }

.c-listing_filter-search {
  width: 40%;
  float: left; }

.c-listing_filter-others {
  width: 30%;
  float: left; }

.g-icon-search-header {
  margin-top: 8px;
  font-size: 18px;
  font-size: 1.125rem; }

#dashboardIframe:first-child iframe {
  padding-top: 40px; }

.hamburger-box {
  top: 5px !important; }
  @media (max-width: 736.98px) {
    .hamburger-box {
      top: 0px !important; } }

.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  border-radius: 2px; }

.search-input__wrapper {
  position: relative; }
  .search-input__wrapper .g-icon-search {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    top: 27px;
    right: 15px;
    color: #368DC4; }

.g-icon-curved-triangle {
  color: #e8e6e3; }

.c-footer__gotop-wrapper {
  position: relative;
  z-index: 100; }

@media (max-width: 991.98px) {
  .c-community__topics-select {
    padding: 16px 16px 0 0; } }

@media (max-width: 991.98px) {
  .c-community__topics--container {
    border: none; } }

@media (max-width: 736.98px) {
  .c-community__topics--container {
    border-bottom: 1px solid #b5afa8;
    padding-bottom: 24px;
    margin-bottom: 4px; } }

.c-community__topics-select--header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .c-community__topics-select--header a {
    text-decoration: underline !important;
    font-weight: 600;
    cursor: pointer; }

.c-sidegeneric {
  font-size: 16px;
  font-size: 1rem; }
  .c-sidegeneric__item {
    color: #505050 !important; }
    .c-sidegeneric__item-head {
      margin-bottom: 0px; }
    .c-sidegeneric__item-title {
      font-weight: 700 !important;
      margin-bottom: 0px !important; }

.c-form__body {
  text-align: right;
  margin-bottom: 0px; }
  .c-form__body .ktc-default-section {
    display: table;
    width: 100%; }
  .c-form__body input[type="submit"] {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff !important;
    background: #2f6c95;
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.22);
    border-radius: 2px;
    padding: 14px 24px;
    font-weight: bold;
    margin: 20px 0;
    display: inline-block; }
    .c-form__body input[type="submit"]:hover, .c-form__body input[type="submit"]:focus {
      text-decoration: none;
      background-color: transparent; }
    .c-form__body input[type="submit"]:disabled {
      cursor: auto; }
    .c-form__body input[type="submit"]:hover, .c-form__body input[type="submit"]:focus {
      color: #fff;
      text-decoration: none;
      background: #164F6E; }

.o-form-group__col {
  text-align: left; }

.o-form-group__col:last-child {
  text-align: right; }
  .o-form-group__col:last-child div {
    width: 100% !important; }

.modal {
  font-family: 'Open Sans', Arial, 'sans-serif'; }
  .modal-dialog {
    width: 95%;
    max-width: 992px;
    margin: 0.1rem auto !important; }

.modal-title {
  margin-bottom: 8px; }

.global-modal-dialog img {
  max-width: 160px;
  margin-bottom: 1rem; }

#feedbackForm .modal-body {
  padding-bottom: 40px;
  text-align: right; }

#feedbackForm .modal-header p {
  margin-bottom: 24px; }

#feedbackForm .ktc-default-section {
  display: table;
  width: 100%; }

#feedbackForm .o-form-group__col:first-child {
  width: 100px; }

#feedbackForm input[type="submit"] {
  top: 10px; }

.c-community__topics-select, .c-community__topics--container {
  padding-right: 0px; }

.widget-dark {
  background-color: #164F6E; }

.k-autocomplete {
  border-radius: 2px; }

.o-landingpage__linkcol {
  margin-bottom: 32px !important; }

#feedbackCaptchaId:first-child {
  position: absolute;
  right: 190px;
  bottom: 56px; }

.o-linkbox:hover i {
  border: none; }

.o-linkbox:hover .o-linkbox__media {
  position: relative;
  padding-bottom: 0px; }

.ktc-editable-area {
  z-index: 1; }

@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    /* Chrome, Safari */
    color-adjust: exact !important;
    /*Firefox*/ }
  .c-header {
    color: transparent;
    text-shadow: 0 0 0px #fff; }
    .c-header__fontresizer {
      color: transparent;
      text-shadow: 0 0 0px #fff; }
    .c-header__top-col {
      margin: 0 auto; }
    .c-header__topnav {
      display: none !important; }
    .c-header .c-header__topnav-menu button {
      color: transparent;
      text-shadow: 0 0 0px #fff; }
  .c-header__logo-images {
    display: -ms-flexbox;
    display: flex; }
    .c-header__logo-images a:first-child {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 16px;
      padding-right: 16px; }
      .c-header__logo-images a:first-child img {
        max-width: 240px !important; }
    .c-header__logo-images .hidden-xs {
      display: block !important; }
  .c-header__logo-img {
    max-width: 140px !important;
    margin: 0 auto;
    display: block;
    height: auto;
    max-height: 100%; }
  .c-header__logo-text {
    max-width: 280px !important;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    display: block;
    padding-left: 24px !important; }
  .c-home-infotiles .container > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .c-home-infotiles .container > div > .c-infotile {
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      max-width: 50%;
      padding: 0 7.5px;
      page-break-inside: avoid; }
  .c-hero-banner:before {
    display: none; }
  .o-contentpage__side__mobile-toggle {
    display: none; }
  .c-home-lifestories {
    page-break-inside: avoid; }
  .c-headerslider .slick-list {
    height: auto !important; }
  .c-headerslider__item {
    display: none !important; }
    .c-headerslider__item.slick-active {
      display: block !important;
      left: auto !important; }
  .c-lifestories__item {
    max-width: 50%;
    height: auto !important; }
  .c-search-module {
    display: none; }
  .slick-track {
    display: block !important;
    width: 100% !important;
    -webkit-transform: none !important;
            transform: none !important; }
  .slick-slide {
    width: 100% !important;
    margin-bottom: 1rem;
    page-break-inside: avoid; }
  .slick-cloned {
    display: none !important; }
  .slick-dots {
    display: none !important; }
  .c-header__mobilebtns {
    display: none !important; }
  .c-section__hero {
    display: none; }
  .c-footer-subscribe {
    display: none; }
  .c-article-card__container {
    display: block; }
  .c-article-card {
    page-break-inside: avoid;
    display: block; }
    .c-article-card--dark, .c-article-card--primary {
      color: transparent;
      text-shadow: 0 0 0px #fff; }
      .c-article-card--dark .o-illustrated-point__image__icon, .c-article-card--dark .o-illustrated-point__title, .c-article-card--primary .o-illustrated-point__image__icon, .c-article-card--primary .o-illustrated-point__title {
        color: transparent;
        text-shadow: 0 0 0px #fff; }
      .c-article-card--dark a, .c-article-card--primary a {
        color: transparent;
        text-shadow: 0 0 0px #fff; }
  .c-alert-tab__wrapper {
    display: none; }
  .c-footer {
    display: none; }
  .c-listing-side {
    display: none; }
  .c-listing__control-bar {
    display: none; }
  .o-lister__item {
    page-break-inside: avoid; }
  .c-listing__pagination {
    display: none; }
  .o-breadcrumb > a:last-of-type {
    display: none; }
  .c-infotile {
    page-break-inside: avoid; }
  .c-infotile__image img {
    page-break-inside: avoid; }
  .u-c-thirdyDark {
    color: transparent;
    text-shadow: 0 0 0px #B5AFA8; }
  .c-global-banner, .c-global-banner__toggle, .o-illustrated-point__image, .o-lister__item-icon, .o-iconblock, .c-styled-table__heading, .c-listing__sort-bar {
    color: transparent !important;
    text-shadow: 0 0 0px #fff; }
  .c-styled-table {
    display: block; }
  .c-header .visible-sm.top-nav-sm {
    display: none !important; }
  .c-listing__sort-bar, .c-listing__sort-bar__toggle {
    color: transparent !important;
    text-shadow: 0 0 0px #fff; }
  .c-infotile__image, .c-infotile__icon {
    color: transparent !important;
    text-shadow: 0 0 0px #fff; }
  .c-topic__body .carousel {
    display: none; }
  .c-section__hero--icon + .c-section__hero-icon {
    position: static; }
    .c-section__hero--icon + .c-section__hero-icon > .container {
      padding-left: 0; }
    .c-section__hero--icon + .c-section__hero-icon .o-iconblock {
      position: static; } }

.k-widget .tox.tox.tox-tinymce {
  min-height: 200px; }

.k-widget .tox.tox .tox-editor-container {
  height: calc(100% - 18px);
  overflow: auto; }

.k-widget .tox.tox .tox-sidebar-wrap {
  max-height: calc(100% - 33px) !important; }

/*# sourceMappingURL=main.css.map */
