/* Text colors */
@font-face {
  font-family: "Nexa";
  src: url("../fonts/NexaBook/font.woff") format("woff"), url("../fonts/NexaBook/font.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/NexaBookItalic/font.woff") format("woff"), url("../fonts/NexaBookItalic/font.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/NexaBold/font.woff") format("woff"), url("../fonts/NexaBold/font.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/NexaBoldItalic/font.woff") format("woff"), url("../fonts/NexaBoldItalic/font.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/NexaBlack/font.woff") format("woff"), url("../fonts/NexaBlack/font.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/NexaBlackItalic/font.woff") format("woff"), url("../fonts/NexaBlackItalic/font.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot");
  src: url("../fonts/icomoon/icomoon.eot?iefix") format("eot"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.svg#icomoon") format("svg"), url("../fonts/icomoon/icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* ==================================================================
  Padding between elements and the edge of the window
===================================================================== */
/* ==================================================================
  Clear default list styles
===================================================================== */
a.button-link.dark {
  border: 3px solid #ffc733;
  border-radius: 2em;
  display: inline-block;
  font-size: 12px;
  font-size: 0.6666666667rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-bottom: 5px;
  padding: 11px 30px 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #0d0f12;
}

a.button-link.light {
  border: 3px solid #ffc733;
  border-radius: 2em;
  display: inline-block;
  font-size: 12px;
  font-size: 0.6666666667rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-bottom: 5px;
  padding: 11px 30px 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

.skip-link {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.bump-block-top {
  margin-top: 4rem !important;
}

.bump-top {
  margin-top: 1rem !important;
}

.bump-block-bottom {
  margin-bottom: 4rem !important;
}

.bump-bottom {
  margin-bottom: 1rem !important;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family: "Lucida Console", "Liberation Mono", "Courier New", monospace, sans-serif;
  font-size: 1em;
}

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

img {
  border-style: none;
}

audio,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button::-moz-focusring,
[type=button]::-moz-focusring,
[type=reset]::-moz-focusring,
[type=submit]::-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

template,
[hidden] {
  display: none;
}

abbr,
blockquote,
code,
kbd,
q,
samp,
tt,
var {
  hyphens: none;
}

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

html {
  box-sizing: border-box;
  min-height: 100%;
  text-size-adjust: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
  outline: 0;
}
a:focus {
  outline: 1px dotted;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
abbr:hover {
  cursor: help;
}

address .contact-info {
  displauy: inline-block;
  float: left;
  margin-right: 2rem;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

button {
  overflow: visible;
}

canvas {
  display: inline-block;
}

dfn {
  font-style: italic;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

h1 {
  hyphens: auto;
  text-rendering: optimizeLegibility;
}

hr {
  border: 1px solid;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

iframe {
  border: 0;
}

img {
  border: 0;
  font-style: italic;
  height: auto;
  max-width: 100%;
}

input {
  line-height: normal;
}

legend {
  border: 0;
  box-sizing: border-box;
  color: inherit;
  display: table;
  margin: 0;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

mark {
  background: #ff0;
  color: #000;
}

optgroup {
  font-weight: bold;
}

pre {
  overflow: auto;
}

small {
  font-size: 0.8em;
}

sub {
  bottom: -0.25em;
}

summary {
  display: list-item;
}

sup {
  top: -0.5em;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 100%;
}

textarea {
  overflow: auto;
}

th {
  text-align: left;
}

/* Override Bootstrap CSS variables to use Nexa font */
:root {
  --bs-body-font-family: "Nexa", sans-serif;
  --bs-font-sans-serif: "Nexa", sans-serif;
}

/* 1. HTML elements
   ========================================================================== */
html {
  box-sizing: border-box;
  font-family: "Nexa", sans-serif;
  font-size: 112.5%;
  line-height: 1.7;
}

body {
  color: #464646;
  font-family: "Nexa", sans-serif !important;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.7;
}

p {
  margin: 0 0 0.5555555556rem;
}
p:last-child {
  margin-bottom: 0;
}

a[href] {
  color: #464646;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0d0f12;
  font-family: "Nexa", sans-serif;
  font-weight: 900;
  hyphens: none;
  margin-top: 1em;
  margin-bottom: 0.5555555556rem;
  text-rendering: optimizeLegibility;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 30px;
  font-size: 1.6666666667rem;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (min-width: 800px) {
  h1 {
    font-size: 48px;
    font-size: 2.6666666667rem;
  }
}

h2 {
  font-size: 34px;
  font-size: 1.8888888889rem;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (min-width: 800px) {
  h2 {
    font-size: 36px;
    font-size: 2rem;
  }
}
h2 a {
  text-decoration: none;
}

h3 {
  font-size: 30px;
  font-size: 1.6666666667rem;
  font-weight: 900;
  line-height: 1.3;
}
h3 a {
  text-decoration: none;
}

h4 {
  font-size: 24px;
  font-size: 1.3333333333rem;
  font-weight: 900;
  line-height: 1.3;
}
h4 a {
  text-decoration: none;
}

h5 {
  font-size: 18px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4;
}
h5 a {
  text-decoration: none;
}

h6 {
  font-size: 18px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4;
}
h6 a {
  text-decoration: none;
}

.layout-container h1 {
  font-size: 30px;
  font-size: 1.6666666667rem;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (min-width: 800px) {
  .layout-container h1 {
    font-size: 48px;
    font-size: 2.6666666667rem;
  }
}
.layout-container h2 {
  font-size: 34px;
  font-size: 1.8888888889rem;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (min-width: 800px) {
  .layout-container h2 {
    font-size: 36px;
    font-size: 2rem;
  }
}
.layout-container h2 a {
  text-decoration: none;
}
.layout-container h3 {
  font-size: 30px;
  font-size: 1.6666666667rem;
  font-weight: 900;
  line-height: 1.3;
}
.layout-container h3 a {
  text-decoration: none;
}
.layout-container h4 {
  font-size: 24px;
  font-size: 1.3333333333rem;
  font-weight: 900;
  line-height: 1.3;
}
.layout-container h4 a {
  text-decoration: none;
}
.layout-container h5 {
  font-size: 18px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4;
}
.layout-container h5 a {
  text-decoration: none;
}
.layout-container h6 {
  font-size: 18px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4;
}
.layout-container h6 a {
  text-decoration: none;
}

.region-banner h1 {
  color: #fff;
}

hr {
  border: 2px solid #b9c0d4;
  margin: 80px auto;
}

ol,
ul {
  list-style-position: outside;
  margin-left: 1em;
  padding: 0;
}

ol li {
  margin-top: 0.4em;
}

@media screen and (min-width: 0px) and (max-width: 919px) {
  br.linebreak {
    display: none;
  }
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

.intro {
  font-size: 24px;
  font-size: 1.3333333333rem;
  line-height: 1.45;
}

.text-align-center {
  text-align: center;
}

.fcaption {
  color: #b9c0d4;
  margin: 1rem 0 2rem;
  color: #b9c0d4;
}
.fcaption > * {
  display: initial;
}

input.form-text,
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=search] {
  border: 1px solid #464646;
  border-radius: 4px;
  display: block;
  padding: 8px 14px;
  width: 100%;
}

textarea,
textarea.form-control {
  border: 1px solid #464646;
  border-radius: 4px;
  display: block;
}

textarea:focus,
textarea.form-control:focus {
  border-color: #464646;
  box-shadow: none;
}

input[type=submit] {
  border: 3px solid #ffc733;
  border-radius: 2em;
  display: inline-block;
  font-size: 12px;
  font-size: 0.6666666667rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-bottom: 5px;
  padding: 11px 30px 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
}

.user-pass label,
.user-login-form label,
.webform-submission-contact-form label {
  display: block;
  margin-bottom: 3px;
}

.field ul {
  margin: 0;
  padding: 0 0 0 0.5em;
}
.field li {
  margin-top: 0.3em;
  padding-left: 0.5em;
}
.field ::marker {
  color: #ffc733;
  content: "+";
}

figure {
  margin: 0;
}

figcaption {
  color: #b9c0d4;
  margin: 1rem 0 2rem;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .field-name-body .align-left,
  .field-name-body .align-right,
  .field--type-text-with-summary .align-left,
  .field--type-text-with-summary .align-right,
  .field-name-field-body .align-left,
  .field-name-field-body .align-right,
  .field--type-text-long .align-left,
  .field--type-text-long .align-right {
    float: none;
  }
}
@media screen and (min-width: 560px) {
  .field-name-body .align-left,
  .field-name-body .align-right,
  .field--type-text-with-summary .align-left,
  .field--type-text-with-summary .align-right,
  .field-name-field-body .align-left,
  .field-name-field-body .align-right,
  .field--type-text-long .align-left,
  .field--type-text-long .align-right {
    max-width: 50%;
  }
}
@media screen and (min-width: 560px) {
  .field-name-body .align-left,
  .field--type-text-with-summary .align-left,
  .field-name-field-body .align-left,
  .field--type-text-long .align-left {
    margin-right: 10px;
  }
}
@media screen and (min-width: 560px) {
  .field-name-body .align-right,
  .field--type-text-with-summary .align-right,
  .field-name-field-body .align-right,
  .field--type-text-long .align-right {
    margin-left: 10px;
  }
}
.field-name-body .align-center img,
.field--type-text-with-summary .align-center img,
.field-name-field-body .align-center img,
.field--type-text-long .align-center img {
  margin-left: auto;
  margin-right: auto;
}

.field-name-field-media-oembed-video {
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
  position: relative;
}
.field-name-field-media-oembed-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

tbody {
  vertical-align: baseline;
}

th {
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

td {
  padding: 5px;
}
