html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: Inter, Arial, sans-serif;
  font-style: normal;
}
* {
  font-variant-ligatures: no-common-ligatures;
  -moz-font-feature-settings: "liga" 0, "clig" 0;
  -webkit-font-feature-settings: "liga" 0, "clig" 0;
  font-feature-settings: "liga" 0, "clig" 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  color: #700a0a;
  text-decoration: underline;
  font-weight: 600;
}
a:hover {
  text-decoration: none;
  color: #008080;
}
a.cta {
  text-decoration: none;
}
a.cta:hover {
  font-weight: 600;
}
a:focus {
  outline: 2px solid #700a0a;
  border-radius: 3px;
  padding: 3px;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
input[type='submit'],
input[type='button'] {
  cursor: pointer;
}
textarea {
  resize: vertical;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.grid-container {
  padding: 0;
}
p {
  font-weight: normal;
  line-height: 1.5;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 0.6em;
}
h1,
.h1 {
  font-size: 2em;
  line-height: 1.4em;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  h1,
  .h1 {
    font-size: 2.6em;
  }
}
@media screen and (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 2.5em;
  }
}
h2,
.h2 {
  line-height: 1.6em;
  font-size: 1.4em;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 2em;
  }
}
h3,
.h3 {
  font-weight: 700;
  font-size: 1.2em;
}
@media screen and (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 1.6em;
  }
}
h4,
.h4 {
  line-height: 1.4em;
  font-size: 1em;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  h4,
  .h4 {
    font-size: 1.2em;
  }
}
h5,
.h5 {
  font-size: 1em;
  font-weight: 700;
}
p {
  margin-bottom: 1.5em;
  line-height: 1.63;
}
p:last-child,
p not(.vacancy-view) {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .subtitle {
    font-size: 1.13em;
  }
}
.block p {
  margin: 40px auto;
  max-width: 610px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-up {
  text-transform: uppercase;
}
.text-white {
  color: #fff;
}
.text-highlight {
  color: #700a0a;
}
.bg-primary {
  background: #700a0a;
}
.bg-secondary {
  background: #008080;
}
.bg-white {
  background: #fff;
}
.cta {
  border: 0;
  font-family: Inter, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  background: #00833b;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #00833b;
  transition: all ease-in 0.2s;
  color: #fff !important;
  text-decoration: none !important;
}
.cta:focus {
  padding: 0.5rem 1rem;
  background: #00692f;
  border-color: #00692f;
  border-radius: 100px;
}
@media screen and (min-width: 1024px) {
  .cta:hover {
    padding: 0.5rem 1rem;
    background: #00692f;
    border-color: #00692f;
    border-radius: 100px;
    text-decoration: none !important;
  }
}
body,
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
  color: #272727;
  font-weight: normal;
  font-style: normal;
  font-family: Inter, Arial, sans-serif;
}
.clear {
  clar: both;
  float: none;
}
.center-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.center-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.center-xy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.site {
  position: relative;
  overflow: hidden;
}
.popular-searches-wrap {
  margin-top: 80px;
}
.sub-page-tile {
  margin-bottom: 40px;
  min-height: 350px;
  padding-bottom: 30px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 16px 32px 4px, rgba(0, 0, 0, 0.23) 0px 8px 16px;
}
@media screen and (min-width: 1024px) {
  .sub-page-tile {
    margin-bottom: 0;
  }
}
.sub-page-tile img {
  object-fit: cover;
  height: 180px;
  width: 100%;
  margin-bottom: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.sub-page-tile p,
.sub-page-tile a {
  padding: 0 20px;
}
.sub-page-tile a i {
  margin-left: 5px;
}
.img-full {
  width: 100;
  border-radius: 10px;
  margin-top: 2em;
  object-fit: cover;
  height: 250px;
  width: 100%;
}
section {
  margin-bottom: 40px;
}
@media screen and (min-width: 640px) {
  section {
    margin-bottom: 120px;
  }
}
section.main-content {
  margin-bottom: 40px;
}
@media screen and (min-width: 640px) {
  section.main-content {
    margin-bottom: 80px;
  }
}
.margin-bottom {
  margin-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .margin-bottom {
    margin-bottom: 80px;
  }
}
.margin-bottom-small {
  margin-bottom: 30px;
}
.margin-top-bottom {
  margin-top: 30px;
}
.margin-top-bottom:last-of-type {
  margin-bottom: 30px;
}
.img-margin-bottom {
  display: block;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .img-margin-bottom {
    margin-bottom: 0;
  }
}
.site-content {
  min-height: 500px;
}
.small-textbox {
  max-width: 600px;
  margin: auto;
  margin-bottom: 40px;
}
.apply-link-section {
  background: #008080;
  margin-top: 100px;
  margin-bottom: 0;
}
@media screen and (min-width: 640px) {
  .apply-link-section {
    margin-top: 240px;
  }
}
.apply-link {
  position: relative;
  background: #fff;
  top: -80px;
  border: 1px #700a0a solid;
  border-radius: 10px;
  padding: 40px;
}
.footer-separator {
  background: teal;
  height: 50px;
}
.side-item {
  border: 1px solid #BBBBBB;
  border-radius: 15px;
  padding: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .side-item {
    margin-top: 0;
  }
}
.side-item .indicates-required {
  text-align: right;
}
.side-item .asterisk {
  color: red;
}
.side-item #mc_embed_signup .mc-field-group label {
  margin-bottom: 0.8em;
  display: block;
  font-weight: 600;
}
.side-item #mc_embed_signup .mc-field-group input {
  display: block;
  width: 100%;
  border: 1px solid #BBBBBB;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
}
.vacancy {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #BBBBBB;
}
@media screen and (min-width: 1024px) {
  .vacancy {
    padding-right: 20px;
  }
}
.vacancy .vacancy-details-list {
  margin: 20px 0;
}
.vacancy .vacancy-details-list li {
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .vacancy .vacancy-details-list li {
    display: inline-block;
    margin-right: 20px;
  }
}
.vacancy-read-more a {
  color: #700a0a;
}
.vacancy-read-more a:hover {
  text-decoration: underline;
}
.rss-atom li {
  margin-right: 10px;
  display: inline-block;
}
.sorting {
  padding-bottom: 50px;
}
.sorting p,
.sorting ul {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.sorting li {
  margin: 0 8px;
  display: inline-block;
  vertical-align: middle;
  color: #700a0a;
}
.sorting li:first-child {
  margin-left: 20px;
}
.sorting li a:hover {
  text-decoration: underline;
}
.sorting li.active {
  font-weight: bold;
}
.sorting li:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-left: 5px;
}
.sorting li.asc:after {
  content: "\f0d8";
}
.sorting li.desc:after {
  content: "\f0d7";
}
.vacancy-view-section {
  margin-bottom: 30px;
}
.vacancy-view-section img {
  width: initial;
  margin: 15px;
  vertical-align: middle;
  max-width: 250px;
}
.vacancy-view-section ul {
  list-style: disc;
  margin-left: 30px;
  margin-bottom: 1.5em;
  line-height: 1.63;
}
.vacancy-meta-view {
  margin: 30px 0;
  border-bottom: 1px solid #BBBBBB;
  border-top: 1px solid #BBBBBB;
  padding: 30px 0;
}
.vacancy-view img {
  max-width: 180px;
  margin: 1.5em;
  display: block;
}
.vacancy-view .vacancy-description h2,
.vacancy-view .vacancy-description h3,
.vacancy-view .vacancy-description h4,
.vacancy-view .vacancy-description h5 {
  margin: 10px 0;
}
.vacancy-view .vacancy-description ul {
  list-style: disc;
  margin: 0 0 1.5em 1em;
}
.vacancy-view .vacancy-description ul li {
  margin-bottom: 10px;
}
.vacancy-view .vacancy-description ul li:last-child {
  margin-bottom: 0;
}
.vacancy-view .vacancy-details {
  margin: 20px 0;
}
.vacancy-view .vacancy-details li {
  margin-bottom: 5px;
}
.vacancy-view .vacancy-actions .cta {
  margin: 1.5em 1em 0 0 ;
}
.vacancy-view .vacancy-documents li {
  margin: 10px 0;
}
.vacancy-view .vacancy-documents i {
  margin-left: 1em;
}
.vacancy-view .vacancy-documents a {
  color: #700a0a;
}
.vacancy-view .vacancy-documents a:hover {
  text-decoration: underline;
}
.form-group {
  margin-bottom: 2.5em;
}
.form-group select {
  -webkit-appearance: none;
}
.form-group input,
.form-group select {
  padding: 10px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #BBBBBB;
}
.form-group label {
  margin-bottom: 0.8em;
  display: block;
  font-weight: 600;
}
.form-group .help-block {
  margin-top: 1em;
  display: block;
}
.form-group .inline-block {
  display: inline-block;
}
.form-group .cta {
  margin: 1.5em 1em 0 0 ;
}
.subpage .search-wrap {
  background: #008080;
  padding: 30px 0;
  margin: 0 0 30px 0;
}
.search-results p {
  margin-bottom: 0;
}
.search-results input,
.search-results select {
  padding: 10px;
}
.search-results form {
  padding-top: 20px;
}
.search-results .save-search {
  margin-right: 1.5em;
}
.search-results .cta {
  margin-top: 1em;
}
@media screen and (min-width: 1024px) {
  .search-results .cta {
    margin-top: 0;
  }
}
.search-results .save-search {
  display: inline-block;
}
.saved-searches {
  margin-top: 10px;
  margin-bottom: 60px;
  border: 1px solid #bbb;
  border-radius: 15px;
  padding: 20px;
}
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Pro";
}
/*# sourceMappingURL=main.css.map */