/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
h1,
h2,
h3,
h4,
h5,
body,
a {
  font-family: "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.6; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* SCREEN READER
   ========================================================================== */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* ALIGN RULES
   ========================================================================== */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h1,
h2,
h3,
h4,
h5 {
  text-align: center;
  font-weight: normal;
}

h2 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h4 {
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0.3em;
  margin-bottom: 0.2em;
}

h5 {
  font-weight: normal;
  margin-top: 0.3em;
  margin-bottom: 0.2em;
}

h2 + h3 {
  margin-top: -0.5em !important;
  margin-bottom: 0.7em;
}

a:focus,
.focus a {
  outline: none !important;
}

@media screen and (max-width: 767px) {
  .fa-4x {
    font-size: 3em !important;
  }
  .fa-3x {
    font-size: 2em !important;
  }
}
.module {
  padding: 2em 1em 2em 1em;
  border-width: 1px 0;
  border-style: solid;
}

.module-narrow {
  border-width: 1px 0;
  border-style: solid;
}

/* === GENERAL === */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container {
  width: 100%;
  /*    padding-right: 15px;
      padding-left: 15px;*/
  margin-right: auto;
  margin-left: auto;
}

.black {
  /*filter: brightness(0) invert(1);*/
  -webkit-filter: brightness(0) saturate(100%);
          filter: brightness(0) saturate(100%);
}

.white {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.css-col-two p {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  margin-top: 0;
}

@media (min-width: 768px) {
  .css-col-two {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.grid-footer {
  display: -ms-grid;
  display: grid;
  padding-bottom: 1em;
  padding-top: 1em;
}

.grid-footer .box {
  text-align: center;
}

@media (min-width: 768px) {
  .grid-footer {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.site-content-contain {
  top: 120px;
  position: relative;
}

.header-inner {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  display: block;
  height: 100%;
}

.header li {
  display: inline;
  float: left;
}

.header img.logo {
  float: left;
  max-height: 90%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 300px;
}

@media screen and (max-width: 767px) {
  .header img.logo {
    max-width: 300px;
    margin-left: 10px;
  }
}
header {
  float: left;
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
}

header a {
  text-decoration: none;
  font-size: 1em;
}

header li {
  margin-right: 30px;
}

header.large {
  height: 120px;
}

@media screen and (max-width: 480px) {
  header.large {
    height: 70px !important;
  }
  .site-content-contain {
    top: 70px !important;
  }
}
header.small {
  height: 50px;
}

header,
.header a,
.header img,
.header li {
  transition: 0.7s all;
  -moz-transition: 0.7s all;
  -webkit-transition: 0.7s all;
  -o-transition: 0.7s all;
}

/*@media screen and (min-width: 768px) {*/
@media screen and (min-width: 1080px) {
  .menu-name {
    display: none;
  }
  #menu {
    margin: 0 !important;
  }
  .header ul {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.show-menu {
  top: calc(100% - 100px);
}

/* == MOBILE - HAMBURGER === */
/*@media screen and (max-width: 767px) {*/
@media screen and (max-width: 1079px) {
  .hamburger-shell {
    margin: 0;
    /*    position: relative; */
    overflow: hidden;
    width: 40px;
    height: 30px;
    overflow: auto;
    left: calc(100% - 50px);
    /*    top: 10px; */
    cursor: pointer;
    max-height: 100%;
    z-index: 999;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /*
    float: left;
      max-height: 90%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      max-width: 300px;
    */
  /*  .top, .middle{
      position: absolute;
      width: 62px;
      height: 10px;
      transition: all 350ms ease-in-out;
      top: 20px;
    } */
  .top, .middle {
    position: absolute;
    width: 36px;
    height: 4px;
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    /* top: 20px; */
  }
  .top {
    top: 0;
  }
  .middle {
    /*top: 40px; */
    top: 8px;
  }
  .menu-name {
    position: absolute;
    font-weight: 400;
    font-size: 13px;
    top: 14px;
    left: -1px;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
  }
  #menu {
    position: fixed;
    display: none;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: 100;
    font-size: 20px;
    color: #333;
    padding: 10px 20px;
    text-align: left;
  }
  header.large #menu {
    margin: 0;
    width: 100%;
  }
  header.small #menu {
    margin: 0;
    width: 100%;
  }
  #menu li {
    margin-right: 0;
    width: 100%;
  }
  #menu a {
    text-decoration: none;
  }
  .rotate {
    -ms-transform: rotate(225deg);
        transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    top: 14px;
    height: 4px;
  }
  header.small .hamb.top.rotate,
header.small .hamb.middle.rotate-back {
    top: 12px;
  }
  header.small .bump {
    display: none;
  }
  .rotate-back {
    -ms-transform: rotate(-225deg);
        transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    top: 14px;
    height: 4px;
  }
  .top {
    -webkit-animation-delay: 100ms;
  }
  .middle {
    -webkit-animation-delay: 250ms;
  }
  .bottom {
    -webkit-animation-delay: 400ms;
  }
  /* REMOVE: 2023-03-30 */
  /*
    .menu-name {
      font-family: Verdana;
      font-weight: 900;
      font-size: 19.5px;
      text-decoration: none;
      position: absolute;
      top: 56px;
      left: -1px;
      transition: all 350ms;
      }
    */
  /*
    .menu-name {
      font-family: Verdana;
      font-weight: normal;
      font-size: 14px;
      text-decoration: none;
      position: absolute;
      top: 56px;
      left: -1px;
      transition: all 350ms;
      }
  */
  .menu-name.bump {
    display: none !important;
  }
}
/* === MODULES === */
.module .head {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.module .head p {
  margin-top: 0;
}

.item-txt {
  padding: 0.2em 0.2em 0.2em 0.2em;
}

.module-full {
  padding: 0 !important;
}