/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.listreset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation-single:after, .post-password-form p:after, .search-form:after, .widget:after, dl:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.section.comments a,
.section.respond a, .section.comments input[type=submit],
.section.respond input[type=submit] {
  transition: all 0.3s ease-in-out;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #000;
  background: #fff;
  font: 16px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

.gm-style img {
  max-width: none;
}

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

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.2em;
}

blockquote {
  border-left: 4px solid #999;
  padding-left: 0.5em;
  margin-left: 1.2em;
}

th, td {
  border: 1px solid #999;
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul, ol {
  padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}
dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #000;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: #999;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

@media (min-width: 768px) {
  html,
  body {
    height: 100%;
  }
  .page-holder {
    height: 100%;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    width: 100%;
  }
  #wrapper {
    display: table-cell;
    margin: 0 auto;
  }
}
.widget {
  margin-bottom: 1.2em;
}
.widget ul {
  padding-left: 2em;
}
.widget select {
  min-width: 150px;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}
.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}
.comment-form textarea,
.comment-form input[type=text] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}
.comment-form input[type=submit] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
  margin-bottom: 4px;
}
.post-password-form input[type=password] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.search-form {
  margin-bottom: 15px;
}
.search-form input {
  float: left;
  height: 2em;
}
.search-form input[type=search] {
  margin: 0 4px 0 0;
  width: 150px;
}

.post-password-form input {
  float: left;
  height: 2em;
}
.post-password-form input[type=password] {
  width: 150px;
}

.comment-form input[type=submit],
.post-password-form input[type=submit],
.search-form input[type=submit] {
  background: #000;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 0.5em;
}
.comment-form input[type=submit]:hover,
.post-password-form input[type=submit]:hover,
.search-form input[type=submit]:hover {
  opacity: 0.8;
}

.commentlist {
  margin: 0 0 1.2em;
}
.commentlist .edit-link {
  margin: 0;
}
.commentlist .avatar-holder {
  margin: 0 1.2em 4px 0;
  float: left;
}

.commentlist-item .commentlist-item {
  padding: 0;
}
@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  margin-bottom: 1.2em;
  position: relative;
  vertical-align: middle;
}
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}
.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4em;
}
@media (max-width: 767px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0 3px;
  }
}
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  background: #000;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  max-width: 48%;
  padding: 0.4em;
  text-decoration: none;
}
@media (max-width: 767px) {
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: 0.2em;
  }
}
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  opacity: 0.8;
}

.navigation-single {
  margin-bottom: 1.2em;
}
.navigation-single .next,
.navigation-single .prev {
  background: #000;
  color: #fff;
  float: left;
  vertical-align: middle;
  max-width: 48%;
  text-decoration: none;
}
.navigation-single .next:hover,
.navigation-single .prev:hover {
  opacity: 0.8;
}
.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 0.4em;
  display: block;
}
@media (max-width: 767px) {
  .navigation-single .next a,
  .navigation-single .prev a {
    padding: 0.2em;
  }
}
.navigation-single .next {
  float: right;
}

.wp-caption {
  margin-bottom: 1.2em;
  border: 1px solid #999;
  max-width: 100%;
  clear: both;
  padding: 0.4em;
}
.wp-caption img {
  margin: 0;
  vertical-align: top;
}
.wp-caption p {
  margin: 0.4em 0 0;
}

div.aligncenter {
  margin: 0 auto 1.2em;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

.mejs-container {
  margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

iframe {
  max-width: 100%;
}

.navigation-single .next,
.navigation-single .prev,
.page-numbers,
.title {
  word-break: break-word;
}

#wp-calendar tbody td {
  text-align: center;
}
#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999;
}

.section.comments,
.section.respond {
  max-width: 730px;
}
.section.comments .comment-form textarea,
.section.respond .comment-form textarea {
  max-width: 100%;
}
.section.comments input[type=text],
.section.comments input[type=email],
.section.comments input[type=url],
.section.comments textarea,
.section.respond input[type=text],
.section.respond input[type=email],
.section.respond input[type=url],
.section.respond textarea {
  border: 1px solid #000;
  width: 100%;
  max-width: 100%;
  padding: 10px 15px;
}
.section.comments input[type=submit],
.section.respond input[type=submit] {
  padding: 13px 25px;
  display: inline-block;
  height: auto;
}
.section.comments input[type=submit]:hover,
.section.respond input[type=submit]:hover {
  opacity: 0.7;
}
.section.comments a,
.section.respond a {
  text-decoration: none;
}
.section.comments a:hover,
.section.respond a:hover {
  opacity: 0.7;
}
.section.comments .comment-form-cookies-consent,
.section.respond .comment-form-cookies-consent {
  display: flex;
  align-items: center;
}
.section.comments .comment-form-cookies-consent input,
.section.respond .comment-form-cookies-consent input {
  margin-right: 10px;
}
.section.comments .comment-form-cookies-consent label,
.section.respond .comment-form-cookies-consent label {
  padding-bottom: 0;
}
.section.comments .comment-reply-title small,
.section.respond .comment-reply-title small {
  margin-left: 5px;
}

body {
  font-family: "Source Sans 3", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  margin: 0 0 0.5em;
  color: #2D3032;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 58px;
  margin-bottom: 15px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 21px;
}

h5, .h5 {
  font-size: 17px;
}

h6, .h6 {
  margin: 0;
  font-size: 23px;
}

p {
  font-size: 19px;
  margin: 0 0 1em;
}

a {
  color: #39f;
}
a:hover, a:focus {
  text-decoration: none;
}

h2.posts-section--title {
  font-size: 40px;
  font-weight: 400;
}

.footer {
  width: 100%;
}

.footer h2 {
  color: #ffffff;
  font-size: 3rem;
}

.footer p {
  color: #ffffff !important;
  font-weight: normal;
}

.footer a {
  color: #ffffff !important;
}

.upper-footer {
  position: relative;
  padding: 40px 0;
  background-color: #49129d;
}

.cta--green {
  background: #31734c;
  background-image: linear-gradient(top, #409764, #31734c);
  border: 3px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  display: inline-block;
  min-width: 245px;
  padding: 0.5rem 1.5rem;
}

.cta--icon-after:after, .cta--icon-before:before {
  content: "\f2a2";
}

.cta--with-icon:after, .cta--with-icon:before {
  color: #b38c48;
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0.5rem 0 0;
  vertical-align: bottom;
}

.middle-footer {
  background: #37444a;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  padding: 2rem 0;
}

.middle-footer img {
  max-width: 250px;
}

.middle-footer .row > div:nth-child(2) {
  display: table;
}

.middle-footer .row > div:nth-child(2) p {
  display: table-cell;
  vertical-align: middle;
}

.middle-footer h2 {
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.middle-footer .block--social-networks {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.middle-footer .social__items {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.middle-footer .social__items .social__item {
  padding: 0 1rem 0 0;
}

.middle-footer .social__link:before {
  content: "";
  display: block;
  font-family: "Font Awesome 6 Brands";
  min-height: 0.5rem;
  min-width: 0.5rem;
}

.middle-footer .social__link--fb:before {
  content: "\f39e";
}

.middle-footer .social__link--tw:before {
  content: "\f099";
}

.middle-footer .social__link--yt:before {
  content: "\f167";
}

.middle-footer .social__link--in:before {
  content: "\f16d";
}

.middle-footer .social__name {
  clip: rect(0, 0, 0, 0);
  left: -100vw;
  position: absolute;
}

.lower-footer {
  background: url("./././images/bg--noise-gray.jpg") repeat;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 20px 0;
  margin: auto;
  position: relative;
  z-index: 8;
  font-size: 0.875rem;
}

.lower-footer p {
  margin: 0;
}

html,
body,
p {
  color: #37444a;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-optical-sizing: auto;
  font-style: normal;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #37444a;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: bold;
  height: auto;
}

h2 {
  font-size: 32px;
}

a:not(.header a) {
  color: #37444a;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

a:not(.header a):hover {
  opacity: 0.6;
}

#wrapper {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.header {
  margin-bottom: -8px;
}

.page-template-page-job-board .header {
  margin-bottom: -9px;
}

.topbar {
  background: url("./././images/bg--noise-gray.jpg") repeat;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  color: #fff;
  height: 40px;
  position: relative;
  z-index: 8;
}

.middle-bar {
  background: #49129d;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  color: #fff;
  position: relative;
  z-index: 7;
}

.menu-bar {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  z-index: 6;
}

.page-template-page-job-board .menu-bar {
  min-height: 61px;
}

.topbar .row > div:last-child,
.middle-bar .row > div:last-child,
.menu-bar .row > div:last-child {
  padding-left: 0;
}

.logo-container .row > div:first-child {
  padding-right: 0;
}

.logo {
  position: relative;
  max-width: 130px;
  background-color: #ffffff;
  margin-top: -100px;
  padding: 25px 0;
  z-index: 9;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  float: right;
}

.header .row > div:first-child {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.header .row > div:last-child {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

ul.header-navigation {
  margin: 0;
  padding: 0;
}

ul.header-navigation li {
  display: inline-block;
  list-style-type: none;
  border-right: 1px solid #290a58;
}

ul.header-navigation li:last-child {
  border-right: none;
}

ul.header-navigation li a {
  display: block;
  padding: 21.5px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
}

ul.header-navigation li a:hover {
  background-color: #3e0f86;
}

ul.header-navigation li a:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
}

ul.secondary-navigation {
  margin: 0;
  padding: 0;
}

ul.secondary-navigation li {
  display: inline-block;
  list-style-type: none;
}

ul.secondary-navigation li a {
  display: block;
  padding: 21px;
  color: #37444a !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

ul.secondary-navigation li a:before {
  color: #b38c48;
  font-family: "Font Awesome 6 Free";
  margin-right: 10px;
}

ul.secondary-navigation li a:hover {
  background-color: #37444a;
  color: #ffffff !important;
}

ul.secondary-navigation li a:hover:before {
  color: #ffffff;
}

.register-menu-item a:before {
  content: "\f234";
}

.log-in-menu-item a:before {
  content: "\f502";
}

.user-panel-menu-item a:before {
  content: "\f624";
}

.job-offers-menu-item a:before {
  content: "\f0f2";
}

.search-jobs-menu-item a:before {
  content: "\f002";
}

.my-jobs-menu-item a:before {
  content: "\f0f2";
}

.profile-menu-item a:before {
  content: "\f007";
}

.page-template-page-job-board ul.header-navigation li a:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
}

.page-template-page-job-board .register-menu-item a:before {
  content: "\f234";
}

.page-template-page-job-board .log-in-menu-item a:before {
  content: "\f3c1";
}

.dropdown-menu li {
  margin: 14px 0;
}

.no-padding {
  padding: 0;
}

.gform_validation_errors,
.gfield_required {
  display: none !important;
}

.gform_confirmation_message {
  text-align: center;
}

.avatar {
  border-radius: 50%;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #472a91;
  z-index: 9999999999;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-preloader > div {
  display: flex;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  justify-content: center;
  align-items: center;
}

.inner-preloader > div:first-child {
  width: 138px;
  height: 138px;
  background: url("./././images/logo-white01.png") center center no-repeat;
  background-size: 100%;
}

@-moz-document url-prefix() {
  .inner-preloader > div:first-child {
    width: 138px;
    height: 138px;
    background: url("./././images/logo-white011.png") center center no-repeat;
    background-size: 100%;
  }
}
.inner-preloader h4 {
  position: relative;
  top: 140px;
  color: #ffffff;
  font-size: 22px;
}

.Shape_7 {
  width: 200px;
  height: 200px;
  position: relative;
}

.Shape_7 span {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 3px solid #ccc;
  border-top-color: #4fbb64;
  border-radius: 50%;
}

.Shape_7 span:first-child {
  animation: Shape_7_Rot_1 2s ease-in-out infinite;
}

.Shape_7 span:last-child {
  animation: Shape_7_Rot_2 2s ease-in-out infinite;
  transform: scale(0.8);
}

@keyframes Shape_7_Rot_1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes Shape_7_Rot_2 {
  0% {
    transform: scale(0.8) rotate(0deg);
  }
  100% {
    transform: scale(0.8) rotate(-360deg);
  }
}
.show-on-desktop {
  display: flex;
}

.show-on-mobile {
  display: none;
}

input[type=submit],
a.the-button {
  display: block;
  margin: 10px 0;
  padding: 15px 25px;
  background-color: #65ab89;
  color: #ffffff !important;
  font-size: 14px !important;
  text-align: center;
  border: none;
  border-radius: 12px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

input[type=submit]:hover,
a.the-button:hover {
  opacity: 0.6;
}

.panel-row > div:first-child {
  width: 28%;
}

.panel-row > div:last-child {
  width: 72%;
  margin-bottom: 60px;
}

.inner-sidebar {
  height: 100%;
  padding: 40px 18px;
  background-color: #efefef;
}

.inner-sidebar .element {
  margin-bottom: 40px;
}

.inner-sidebar h3 {
  margin-bottom: 20px;
  font-size: 18px;
}

.wpjb-form-actions input + a,
.wpjb-form fieldset:last-child > a,
.wpjb-candidate-progress > div:last-child {
  display: none;
}

.panel-heading-one {
  color: #275c85;
  font-weight: 500;
  text-transform: uppercase;
}

.wpjb-boxes-group-text {
  display: block;
  margin-bottom: 32px !important;
  font-weight: bold;
}

[class*=" wpjb-icon-"]:before {
  color: #65ab89;
}

.wpjb-flash-error .wpjb-glyphs:before {
  color: #ffffff;
}

@media screen and (max-width: 1366px) {
  body .job-board-options .row {
    padding: 0 280px;
  }
}
@media screen and (max-width: 1280px) {
  body .job-board-options .row {
    padding: 0 225px;
  }
}
@media screen and (max-width: 1176px) {
  body .job-board-options .row {
    padding: 0 170px;
  }
}
@media screen and (max-width: 1080px) {
  ul.header-navigation li a {
    padding: 21.5px 12px;
  }
}
@media screen and (max-width: 991px) {
  .show-on-desktop,
  .logo-container {
    display: none;
  }
  .show-on-mobile {
    display: block;
  }
  .middle-bar .row > div:last-child {
    padding-left: 15px;
  }
  .header .row > div:first-child {
    flex: 0 0 auto;
    width: 30%;
  }
  .header .row > div:last-child {
    flex: 0 0 auto;
    width: 70%;
  }
  ul.header-navigation {
    text-align: center;
  }
  ul.header-navigation li {
    display: block;
  }
  .logo {
    margin: -8px auto 0 auto !important;
    padding: 15px 0;
    float: none;
  }
  .navbar {
    position: relative;
    max-height: 70px;
  }
  .navbar .row {
    width: 100%;
    margin: 0 auto;
  }
  .navbar-toggler {
    margin-top: 7px;
    float: right;
  }
  .navbar-collapse {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 70px;
    left: 0;
    right: 0;
    background-color: #49129d;
  }
  body .job-board-options .row {
    padding: 0;
  }
  body .job-board-options .row > div {
    padding: 20px 0;
  }
}
@media screen and (max-width: 576px) {
  .panel-row > div {
    width: 100% !important;
  }
}
.btn {
  padding: 9px 55px;
  font-size: 18px;
  border-radius: 12px;
}

.btn:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}

.button-set {
  margin-top: 70px;
}

.button-set a {
  margin: 0 10px;
}

.btn-info {
  background-color: #009EDC;
  color: #ffffff;
  border-color: #009EDC;
}

.btn-info:hover {
  background-color: #009EDC;
  color: #ffffff;
}

.btn-white {
  background-color: #ffffff;
  color: #2D3032;
  border-color: #ffffff;
}

.btn-white:hover {
  background-color: #ffffff;
}

.btn-alt {
  background-color: transparent;
  color: #000000;
  border-color: #000000;
}

.btn-alt:hover {
  background-color: #009EDC;
  color: #ffffff;
  border-color: #009EDC;
}

.btn-alt-white {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.btn-alt-white:hover {
  background-color: #009EDC;
  color: #ffffff;
}

@media print {
  body {
    background: #fff;
    color: #000;
    overflow: visible;
  }
  * {
    color: #000 !important;
    background: none !important;
  }
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important;
  }
}
.resize-active * {
  transition: none !important;
}

.rounded-10 {
  border-radius: 10px;
}

.btn {
  font-weight: 500;
  font-family: "Source Sans 3";
  font-size: 20px;
}
@media (max-width: 769px) {
  .btn {
    padding: 8px 40px !important;
  }
}

@media (max-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 95% !important;
  }
}

.slick-dots li {
  width: 36px !important;
  height: 36px !important;
}
.slick-dots li.slick-active button::before {
  color: #39f !important;
}
.slick-dots li button {
  width: 36px !important;
  height: 36px !important;
}
.slick-dots li button::before {
  width: 36px !important;
  height: 36px !important;
  font-size: 14px !important;
}

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