@import 'https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap';
ul {
  list-style-type: disc; }

body {
  color: #0c3c46;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; }

h2,
h4,
h5,
h6 {
  color: #0c7489;
  font-family: "Open Sans", sans-serif;
  font-weight: 700; }

h1 {
  color: #0c3c46;
  font-size: 2.9375rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase; }

h2 {
  font-size: 2.25rem;
  line-height: 1.1; }

h3 {
  color: #0c3c46;
  font-size: 1.625rem;
  line-height: 1.15; }

h4 {
  font-size: 1.375rem;
  line-height: 1.18; }

a {
  color: #6d001a; }

body.tenkfs .l-sp-btm {
  margin-bottom: 1.875rem; }

body.tenkfs .l-sp-btm--2x {
  margin-bottom: 3.75rem; }

body.tenkfs .l-constrained {
  max-width: 1200px;
  width: 100%; }

body.tenkfs .l-offset {
  margin-left: 1.1em;
  margin-right: 1.1em; }

body.tenkfs .l-content-list {
  list-style: none;
  margin: 0;
  padding: 0; }

body.tenkfs .l-content-list__item {
  margin: 0; }

body.tenkfs .l-card-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 1.25rem; }
  @media screen and (min-width: 40em) {
    body.tenkfs .l-card-list {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 60em) {
    body.tenkfs .l-card-list {
      grid-template-columns: repeat(4, 1fr); } }

@media screen and (min-width: 60em) {
  body.tenkfs .l-card-list--2col {
    grid-template-columns: repeat(2, 1fr); } }

body.tenkfs .l-card-list__item {
  display: block; }
  body.tenkfs .l-card-list__item > div,
  body.tenkfs .l-card-list__item > article {
    height: 100%; }

body.tenkfs .l-info-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 auto 3.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media screen and (min-width: 60em) {
    body.tenkfs .l-info-cards {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

body.tenkfs .l-info-cards__item {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  width: 100%; }
  @media screen and (min-width: 60em) {
    body.tenkfs .l-info-cards__item {
      margin-right: 1.25rem;
      max-width: 22.8125rem; }
      body.tenkfs .l-info-cards__item:last-of-type {
        margin-right: 0; }
      body.tenkfs .l-info-cards__item > div,
      body.tenkfs .l-info-cards__item > article {
        height: 100%; } }

@media screen and (min-width: 60em) {
  body.tenkfs .l-info-cards--4 .l-info-cards__item {
    margin-right: 0.9375rem; }
    body.tenkfs .l-info-cards--4 .l-info-cards__item:last-of-type {
      margin-right: 0; } }

body.tenkfs .page > footer {
  padding-bottom: 1.875rem; }

body.tenkfs .page .region-breadcrumb {
  margin-left: 1.1em;
  margin-right: 1.1em; }

body.tenkfs.p-landing-page .page > main h1 {
  font-weight: 800;
  margin: 0 auto;
  max-width: 62.5rem;
  text-align: center; }

body.tenkfs.p-landing-page .page > main .block-field-blocknodelanding-pagebody {
  margin: 0 auto;
  max-width: 62.5rem;
  text-align: center; }

body.tenkfs.p-landing-page .page > main .l-info-cards {
  margin-top: 3.125rem; }

body.tenkfs .t-large {
  font-size: 1.125rem; }
  @media screen and (min-width: 60em) {
    body.tenkfs .t-large {
      font-size: 1.375rem; } }

body.tenkfs .u-box {
  background-color: #fff; }

body.tenkfs .u-center {
  text-align: center; }

body.tenkfs .u-click-region {
  position: relative; }

body.tenkfs .u-click-region__target {
  color: currentcolor; }
  body.tenkfs .u-click-region__target::before {
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
  body.tenkfs .u-click-region__target:hover {
    text-decoration: underline; }

body.tenkfs .u-click-region__target-wrapper a {
  color: currentcolor; }
  body.tenkfs .u-click-region__target-wrapper a::before {
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
  body.tenkfs .u-click-region__target-wrapper a:hover {
    text-decoration: underline; }

body.tenkfs .u-tag {
  background-color: #7a0019;
  color: #fff;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3.75rem;
  flex: 0 0 3.75rem;
  font-size: 1.625rem;
  font-weight: 700;
  height: 3.75rem;
  line-height: 1;
  margin: 0 0.9375rem 1.0625rem 0;
  padding: 0.5rem 0.5rem 0 0.5rem;
  position: relative;
  text-align: center;
  width: 3.75rem; }
  body.tenkfs .u-tag::after {
    border-bottom: 0.5rem solid #7a0019;
    border-right: 0.5rem solid #7a0019;
    bottom: -0.375rem;
    content: '';
    height: 0.9375rem;
    left: 1.4375rem;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0.9375rem; }

body.tenkfs .u-tag__month {
  display: block;
  font-size: 1.0625rem;
  font-weight: 400; }

body.tenkfs .u-thick-heading {
  font-weight: 800;
  margin: 0 auto;
  text-align: center; }

body.tenkfs .u-tenkfs-dialog {
  border-radius: 6px;
  overflow: hidden; }
  body.tenkfs .u-tenkfs-dialog .ui-dialog-title {
    color: #0c7489; }
  body.tenkfs .u-tenkfs-dialog .ui-dialog-content {
    margin: 0;
    padding: 0; }

body.tenkfs .page [role=main] ul {
  overflow: visible; }

body.tenkfs #breadcrumb {
  padding: 1.125rem 0 0; }

body.tenkfs .more-link {
  padding: 1rem 0;
  text-align: left; }
  body.tenkfs .more-link a {
    border: none;
    color: #6d001a;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase; }
    body.tenkfs .more-link a:hover {
      color: #7a0019;
      text-decoration: underline; }

body.tenkfs .ui-dialog .ui-dialog-titlebar {
  background-color: #fff8ec; }

body.tenkfs .dialog-content {
  color: #0c3c46; }

body.tenkfs .field--name-field-paragraphs .field__item {
  position: relative; }

body.tenkfs #mandatory-header-wrapper {
  position: relative;
  z-index: 1; }

body.tenkfs .readless-link,
body.tenkfs .readmore-link {
  border-bottom: none;
  color: #7a0019;
  display: inline-block;
  margin: 0 0 1.125rem;
  text-decoration: none;
  text-transform: capitalize; }
  body.tenkfs .readless-link:visited,
  body.tenkfs .readmore-link:visited {
    border-bottom: none; }
  body.tenkfs .readless-link::after,
  body.tenkfs .readmore-link::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    margin: 0 0 0 0.4375rem; }

body.tenkfs .readless-link::after {
  content: "\f077"; }

body.tenkfs .readmore-link::after {
  content: "\f078"; }

body.tenkfs .ui-accordion .ui-accordion-header,
body.tenkfs .ui-accordion h3.ui-accordion-header {
  background-color: transparent !important;
  color: #7a0019;
  font-size: 1.25rem;
  margin: 0; }
  body.tenkfs .ui-accordion .ui-accordion-header .arrow,
  body.tenkfs .ui-accordion h3.ui-accordion-header .arrow {
    font-size: 1.25rem;
    font-weight: 700;
    top: 27%; }

body.tenkfs .accordion h3.ui-state-active {
  background-color: transparent !important; }
  body.tenkfs .accordion h3.ui-state-active:hover {
    background-color: rgba(51, 51, 51, 0.15) !important; }

body.tenkfs .accordion h3:hover,
body.tenkfs .accordion h3:focus {
  background-color: rgba(51, 51, 51, 0.15) !important; }

body.tenkfs .ui-accordion > .field__item {
  border-bottom: solid 1px rgba(149, 131, 98, 0.4); }
  body.tenkfs .ui-accordion > .field__item:first-of-type {
    border-top: solid 1px rgba(149, 131, 98, 0.4); }

body.tenkfs .ui-accordion .ui-accordion-content.ui-widget-content {
  background: transparent; }

.page {
  background-image: url("../../images/10kfs-bg.svg");
  background-repeat: repeat-y;
  background-size: 100%, auto; }

.site-identity {
  background: transparent; }

/*# sourceMappingURL=main.css.map */
