﻿*,
*::before,
*::after {
  box-sizing: border-box
}
@media(prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .25
}
h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color)
}
h1 {
  font-size: calc(1.375rem + 1.5vw)
}
@media(min-width: 1200px) {
  h1 {
    font-size: 2.5rem
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw)
}
@media(min-width: 1200px) {
  h2 {
    font-size: 2rem
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw)
}
@media(min-width: 1200px) {
  h3 {
    font-size: 1.75rem
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw)
}
@media(min-width: 1200px) {
  h4 {
    font-size: 1.5rem
  }
}
h5 {
  font-size: 1.25rem
}
h6 {
  font-size: 1rem
}
p {
  margin-top: 0;
  margin-bottom: 1rem
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}
ol,
ul {
  padding-left: 2rem
}
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: 0.875em
}
mark {
  padding: .1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg)
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline
}
sub {
  bottom: -0.25em
}
sup {
  top: -0.5em
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word
}
a>code {
  color: inherit
}
kbd {
  padding: .1875rem .375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: .25rem
}
kbd kbd {
  padding: 0;
  font-size: 1em
}
figure {
  margin: 0 0 1rem
}
img,
svg {
  vertical-align: middle
}
table {
  caption-side: bottom;
  border-collapse: collapse
}
caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-secondary-color);
  text-align: left
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0
}
label {
  display: inline-block
}
button {
  border-radius: 0
}
button:focus:not(:focus-visible) {
  outline: 0
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
button,
select {
  text-transform: none
}
[role=button] {
  cursor: pointer
}
select {
  word-wrap: normal
}
select:disabled {
  opacity: 1
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important
}
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
}
::-moz-focus-inner {
  padding: 0;
  border-style: none
}
textarea {
  resize: vertical
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit
}
@media(min-width: 1200px) {
  legend {
    font-size: 1.5rem
  }
}
legend+* {
  clear: left
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0
}
::-webkit-inner-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-color-swatch-wrapper {
  padding: 0
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button
}
output {
  display: inline-block
}
iframe {
  border: 0
}
summary {
  display: list-item;
  cursor: pointer
}
progress {
  vertical-align: baseline
}
[hidden] {
  display: none !important
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 991px;
  --bs-breakpoint-xl: 1200px
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1*var(--bs-gutter-y));
  margin-right: calc(-0.5*var(--bs-gutter-x));
  margin-left: calc(-0.5*var(--bs-gutter-x))
}
.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)*.5);
  padding-left: calc(var(--bs-gutter-x)*.5);
  margin-top: var(--bs-gutter-y)
}
.col {
  flex: 1 0 0%
}
.row-cols-auto>* {
  flex: 0 0 auto;
  width: auto
}
.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%
}
.row-cols-2>* {
  flex: 0 0 auto;
  width: 50%
}
.row-cols-3>* {
  flex: 0 0 auto;
  width: 33.33333333%
}
.row-cols-4>* {
  flex: 0 0 auto;
  width: 25%
}
.row-cols-5>* {
  flex: 0 0 auto;
  width: 20%
}
.row-cols-6>* {
  flex: 0 0 auto;
  width: 16.66666667%
}
.col-auto {
  flex: 0 0 auto;
  width: auto
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%
}
.col-3 {
  flex: 0 0 auto;
  width: 25%
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%
}
.col-6 {
  flex: 0 0 auto;
  width: 50%
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%
}
.col-9 {
  flex: 0 0 auto;
  width: 75%
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%
}
.col-12 {
  flex: 0 0 auto;
  width: 100%
}
.mx-auto {
  margin: 0 auto;
}
@media(min-width: 576px) {
  .col-sm {
    flex: 1 0 0%
  }
  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto
  }
  .row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%
  }
  .row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%
  }
  .row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%
  }
  .row-cols-sm-5>* {
    flex: 0 0 auto;
    width: 20%
  }
  .row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%
  }
}
@media(min-width: 768px) {
  .col-md {
    flex: 1 0 0%
  }
  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto
  }
  .row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%
  }
  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%
  }
  .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%
  }
  .row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%
  }
  .row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%
  }
}
@media(min-width: 991px) {
  .col-lg {
    flex: 1 0 0%
  }
  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto
  }
  .row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%
  }
  .row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%
  }
  .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%
  }
  .row-cols-lg-5>* {
    flex: 0 0 auto;
    width: 20%
  }
  .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%
  }
}
@media(min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%
  }
  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto
  }
  .row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%
  }
  .row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%
  }
  .row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%
  }
  .row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 20%
  }
  .row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%
  }
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x)*.5);
  padding-left: calc(var(--bs-gutter-x)*.5);
  margin-right: auto;
  margin-left: auto
}
@media(min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px
  }
}
@media(min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px
  }
}
@media(min-width: 991px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px
  }
}
@media(min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px
  }
}
.img-fluid {
  max-width: 100%;
  height: auto
}
.img-thumbnail {
  padding: .25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto
}
.d-none {
  display: none !important
}
.d-flex {
  display: flex !important
}
@media(min-width: 576px) {
  .d-sm-block {
    display: block !important
  }
  .d-sm-inline-block {
    display: inline-block !important
  }
  .d-sm-none {
    display: none !important
  }
  .d-sm-flex {
    display: flex !important
  }
}
@media(min-width: 768px) {
  .d-md-block {
    display: block !important
  }
  .d-md-inline-block {
    display: inline-block !important
  }
  .d-md-none {
    display: none !important
  }
  .d-md-flex {
    display: flex !important
  }
}
@media(min-width: 991px) {
  .d-lg-block {
    display: block !important
  }
  .d-lg-inline-block {
    display: inline-block !important
  }
  .d-lg-none {
    display: none !important
  }
  .d-lg-flex {
    display: flex !important
  }
}
@media(min-width: 1200px) {
  .d-xl-block {
    display: block !important
  }
  .d-xl-inline-block {
    display: inline-block !important
  }
  .d-xl-none {
    display: none !important
  }
  .d-xl-flex {
    display: flex !important
  }
}
:root {
  --body-color: #ffffff;
  --background-color: #ffffff;
  --cards-background-color: #ffffff;
  --footer-background-color: #000000;
  --cards-border-color: #A39A9C;
  --link-color: #017A9A;
  --category-link-color: #017A9A;
  --pagination-color: #017A9A;
  --pagination-hover-color: #05A2BF;
  --nav-link-color: #017A9A;
  --heading-color: #000000;
  --subheading-color: #707070;
  --tag-background-color: #ffffff;
  --text-dark-color: #000000;
  --text-light-color: #babcbe;
  --main-button-color: #ff5f42;
  --main-button-hover-color: #dd3f23;
  --footer-link-color: #ffffff;
  --searchbar-background-color: #ffffff;
  --read-more-input-label-color: #05A2BF;
  --search-page-text-color: #58595A;
  --search-page-searchbox-color: #c7c7c7;
  --search-page-footer-background-color: #f2f2f2;
  --search-page-footer-link-color: #212529;
  --search-page-header-border-color: #00a0bd5c;
  --search-page-content-link-color: #000;
  --table-header-color: #FFFFFF;
  --table-border-color: #000000;
  --table-header-background-color: #00A0BD;
  --related-links-blue: #155DFC;
  --related-links-text-blue: #155DFC;
  --related-links-background: #F8FAFC;
  --related-links-heading-color: #0F172B;
  --related-links-text-color: #45556C;
  --related-links-hover-background: #FFFFFF;
  --related-links-border-radius: 0;
  --related-links-box-shadow: none;
  --related-links-hover-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --related-links-hover-arrow-margin-left: 8px;
  --link-badge-background: #EFF6FF
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular-ab16e311.woff") format("woff");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Bold-14015d65.woff") format("woff");
  font-weight: 700;
  font-style: normal
}
.text-center {
  text-align: center
}
.ms-auto {
  margin-left: auto
}
.text-nowrap {
  white-space: nowrap
}
.recommended-articles {
  margin-top: 10px;
  margin-bottom: 35px
}
.recommended-articles .recommended-articles-title {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase
}
.date,
.author {
  color: var(--subheading-color);
  font-size: 1rem
}
.flex-center {
  display: flex;
  justify-content: center
}
.more-button {
  background-color: var(--main-button-color);
  color: var(--background-color);
  border: none;
  border-radius: .2rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2;
  padding: .2rem 3.5rem;
  margin: 1.5rem 0
}
header.page-header {
  background-color: var(--background-color);
  padding-bottom: 0;
  position: sticky;
  top: 0;
  z-index: 1000
}
header.page-header .container {
  height: 100%
}
header.page-header .container.logo-row {
  border-bottom: 1px solid var(--heading-color);
  padding-top: 5px;
  padding-bottom: 5px
}
header.page-header .container.logo-row .container-fluid,
header.page-header .container.logo-row .container-sm,
header.page-header .container.logo-row .container-md,
header.page-header .container.logo-row .container-lg,
header.page-header .container.logo-row .container-xl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: flex-start
}
header.page-header .container.logo-row .container-fluid a,
header.page-header .container.logo-row .container-sm a,
header.page-header .container.logo-row .container-md a,
header.page-header .container.logo-row .container-lg a,
header.page-header .container.logo-row .container-xl a {
  margin-right: 1em
}
header.page-header .container.p-0 {
  padding-right: 0;
  padding-left: 0;
  width: 100%
}
@media(min-width: 991px) {
  header.page-header {
    border-bottom: 1px solid var(--heading-color)
  }
  header.page-header .container.logo-row {
    border-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px
  }
}
footer.page-footer {
  background-color: var(--footer-background-color);
  text-transform: uppercase;
  color: var(--footer-link-color)
}
footer.page-footer .container {
  padding-top: 1rem;
  padding-bottom: 1rem
}
footer.page-footer .nav {
  text-align: center;
  margin-bottom: 1rem
}
footer.page-footer .nav .nav-list {
  padding-left: 0
}
footer.page-footer .nav .nav-item {
  font-size: .8rem;
  display: inline-block;
  margin-left: .4rem;
  font-weight: bold
}
footer.page-footer .nav .nav-item a {
  color: var(--footer-link-color);
  text-decoration: none
}
footer.page-footer .copyright {
  font-size: .8rem;
  color: var(--footer-link-color);
  border-top: 1px solid var(--footer-link-color);
  padding-top: 2rem;
  text-align: center
}
footer.page-footer .consent-settings a {
  text-decoration: none
}
@media(min-width: 768px) {
  footer.page-footer .container {
    padding-top: 2rem;
    padding-bottom: 2rem
  }
  footer.page-footer .nav {
    text-align: center
  }
  footer.page-footer .nav .nav-item {
    margin-left: 1.5rem
  }
  footer.page-footer .nav-list {
    margin-top: 15px
  }
}
@media(min-width: 991px) {
  footer.page-footer .container {
    padding-top: 3rem;
    padding-bottom: 3rem
  }
  footer.page-footer .nav .nav-item {
    font-size: 1rem
  }
}
.vertical-card {
  margin-bottom: 20px
}
.vertical-card .link-badge {
  border-radius: 10px;
  background: #eff6ff;
  color: #155dfc;
  font-size: .75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  padding: .1rem 1rem;
  width: 60%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1rem;
  margin-left: 10px;
  text-decoration: none
}
.vertical-card a {
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none
}
.vertical-card a:hover {
  text-decoration: underline
}
.vertical-card.card-border {
  border-radius: 10px;
  border: 1px solid var(--cards-border-color);
  padding: 10px
}
.vertical-card.card-border .image-relative {
  position: relative;
  display: inline-block;
  width: 100%
}
.vertical-card.card-border .image-relative .text-overlay {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: start;
  z-index: 3
}
.vertical-card.card-border .image-relative .text-overlay.top {
  top: 0;
  bottom: auto
}
.vertical-card.card-border .image-relative .text-overlay.bottom {
  bottom: 0;
  top: auto
}
.vertical-card.card-border.image-fit {
  padding: 0px
}
.vertical-card.card-border.image-fit .vertical-card-title,
.vertical-card.card-border.image-fit .excerpt,
.vertical-card.card-border.image-fit .article-category,
.vertical-card.card-border.image-fit .date {
  padding-left: 10px;
  padding-right: 10px
}
.vertical-card.card-border.image-fit .image-first picture {
  border-radius: 9px 9px 0 0
}
.vertical-card.card-border.image-fit .image-last picture {
  border-radius: 0 0 9px 9px
}
.vertical-card.card-border .vertical-card-title,
.vertical-card.card-border .excerpt,
.vertical-card.card-border .article-category,
.vertical-card.card-border .date {
  padding: 5px 5px
}
.vertical-card.card-border picture {
  overflow: hidden;
  display: block
}
.vertical-card .article-category {
  font-size: 1rem;
  font-weight: bold;
  color: var(--category-link-color);
  text-transform: uppercase
}
.vertical-card .article-category a {
  text-decoration: none;
  font-size: 1.1rem;
  padding-right: 1rem
}
.vertical-card .article-category a:hover {
  color: var(--main-button-color)
}
.vertical-card .image {
  width: 100%;
  display: block;
  max-width: 100%;
  object-fit: cover
}
.vertical-card .rounded {
  border-radius: 10px
}
.vertical-card .recommended-article-title {
  margin-top: 8px;
  padding: 0 20px
}
.vertical-card .recommended-article-title a {
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none
}
.vertical-card .recommended-article-title a:hover {
  text-decoration: underline
}
.vertical-card .recommended-article-title {
  margin-top: 8px;
  padding: 0 20px
}
.vertical-card .recommended-article-title a {
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none
}
.vertical-card .recommended-article-title a:hover {
  text-decoration: underline
}
@media(min-width: 576px) {
  .col-12 {
    padding-bottom: calc(var(--bs-gutter-x)*.5)
  }
  .col-12 .vertical-card {
    height: 100%
  }
  .col-12 .vertical-card .article-title a {
    font-size: 1.5rem
  }
}
@media(min-width: 768px) {
  .vertical-card .article-title a {
    font-size: 1.1rem
  }
  .vertical-card .recommended-article-title a {
    font-size: .8rem
  }
}
@media(min-width: 991px) {
  .vertical-card .article-title a {
    font-size: 1.3rem
  }
  .vertical-card .recommended-article-title a {
    font-size: .9rem
  }
}
@media(min-width: 1200px) {
  .vertical-card .article-category {
    font-size: 1.1rem
  }
  .vertical-card .article-title a {
    font-size: 1.5rem
  }
  .vertical-card .recommended-article-title a {
    font-size: 1.1rem
  }
}
.article-box .article-section:has(#read-more-input:checked) .read-more-input-label {
  display: none
}
.article-box .article-section .read-more-input-label {
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--read-more-input-label-color);
  font-weight: 700;
  text-decoration: underline;
  background-color: var(--background-color);
  margin-top: 1rem;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem
}
.article-box .article-section .read-more-input-label .read-more-icon {
  width: 60px;
  color: var(--read-more-input-label-color);
  font-weight: 700;
  margin-top: -20px
}
.article-box .article-section #read-more-input {
  display: none
}
.article-box .article-section #read-more-input:focus {
  box-shadow: none
}
.article-box .article-section #read-more-input~* {
  display: none
}
.article-box .article-section #read-more-input:checked~* {
  display: inherit
}
.article-box h2 {
  font-size: 1.4rem;
  font-weight: bolder;
  margin-top: 1rem;
  margin-bottom: 1rem
}
.article-box p {
  line-height: 1.5
}
.article-box .caption {
  color: var(--subheading-color);
  font-size: 1rem
}
.article-box .tag-overflow .tag {
  text-transform: uppercase;
  color: var(--link-color);
  font-weight: bold
}
.article-box h1 {
  font-size: 4.5vw !important;
  font-weight: bold;
  margin-top: .2rem;
  margin-bottom: 0;
  text-transform: uppercase
}
.article-box .category-link {
  padding-right: 2rem
}
@media(min-width: 768px) {
  .article-box h1 {
    font-size: 2rem !important
  }
}
@media only screen and (max-width: 320px) {
  .article-box .date-tag {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 55%;
    position: absolute;
    padding-left: .3rem;
    color: var(--subheading-color)
  }
}

.related-links h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: var(--text-dark-color);
  transition: 0.3s;
}
.related-links .related-link {
  padding: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--related-links-text-color);
  transition: 0.3s;
}
.related-links .related-link:not(:last-of-type) {
  border-bottom: 1px solid var(--cards-border-color);
} 
.related-links .related-link:nth-of-type(1) {
  border-left: 4px solid darkslategray;
}
.related-links .related-link:nth-of-type(2) {
  border-left: 4px solid green;
}
.related-links .related-link:nth-of-type(3) {
  border-left: 4px solid yellow;
}
.related-links .related-link:nth-of-type(4) {
  border-left: 4px solid orange;
}
.related-links .related-link:hover h6 {
  color: #017A9A;
}
.article-box {
  padding-bottom: 2rem;
  border-bottom: 1px var(--text-dark-color) solid;
  font-size: 13px
}
.article-box a {
  color: var(--link-color);
  text-decoration: none
}
.article-box .d-inline-block {
  display: inline-block
}
.article-box img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  margin-top: .5rem;
  margin-bottom: 0
}
.vertical-card img {
  height: 190px;
}
.article-box p .image-description {
  font-size: .9rem;
  display: block;
  text-align: left;
  margin-top: .5rem;
  margin-bottom: 0;
  color: var(--subheading-color)
}
.article-box .placeholder {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: .5rem;
  margin-bottom: .8rem;
  text-align: center;
  overflow: hidden
}
.article-box .placeholder img {
  margin-bottom: 0
}
.article-box .placeholder:empty {
  display: none
}
.article-box .article-section .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}
.article-box .article-section table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-top: 5rem;
  margin-bottom: 5rem
}
@media(min-width: 991px) {
  .article-box .article-section table {
    table-layout: fixed
  }
}
@media(max-width:991px) {
  .vertical-card img {
      height: auto;
    }
}
.article-box .article-section table th,
.article-box .article-section table td {
  border: none;
  text-align: center
}
.article-box .article-section table th {
  padding: .6rem 5px;
  font-size: 1rem;
  color: var(--table-header-color);
  background-color: var(--table-header-background-color);
  border-bottom: 1px solid var(--table-border-color)
}
.article-box .article-section table td {
  padding: 1rem 5px
}
.article-box .article-section table th+th {
  border-left: 1px solid var(--table-border-color)
}
.article-box .article-section table td+td {
  border-left: 1px solid var(--table-border-color)
}
.article-box .article-section .readmore {
  position: relative;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 20px
}
.article-box .article-section .readmore.expand {
  max-height: 5000px !important;
  transition: max-height .5s ease-in-out
}
.article-box .article-section .readmore .readmore-link {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 60px;
  text-align: center;
  color: var(--link-color);
  font-weight: bold;
  font-size: 18px;
  padding-top: 40px;
  background-image: linear-gradient(to bottom, transparent, white);
  cursor: pointer
}
@media(min-width: 576px) {
  .article-box {
    font-size: 18px
  }
}
.articles-headline {
  margin-top: 15px;
  margin-bottom: 35px;
  text-transform: uppercase
}
.articles-headline .title {
  font-size: 2rem;
  font-weight: bold
}
.main-content {
  min-height: 80vh;
}
html body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  background: var(--body-color)
}
html body .container,
html body button,
html body .sub-menu {
  display: block
}
html body .container.collapse,
html body button.collapse,
html body .sub-menu.collapse {
  display: none
}
html .main-content {
  padding-bottom: 90px;
  padding-top: 30px
}
.img-fluid.full {
  width: 100%
}
.text-muted {
  color: var(--cards-border-color);
}
.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 200px 0 150px;
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.thanks img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.thanks p {
  text-align: center;
  font-size: 18px;
  color: var(--second-color);
}
.thanks p.thanks-text {
  color: var(--first-color);
}
@media screen and (max-width: 767.98px) {
  .thanks {
    padding: 150px 0 100px;
  }
  .thanks p {
    font-size: 14px;
  }
}