@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/opensans-regular.woff") format("woff"), url("../fonts/opensans-regular.woff2") format("woff2"), url("../fonts/opensans-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/opensans-italic.woff") format("woff"), url("../fonts/opensans-italic.woff2") format("woff2"), url("../fonts/opensans-italic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/opensans-semibold.woff") format("woff"), url("../fonts/opensans-semibold.woff2") format("woff2"), url("../fonts/opensans-semibold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/opensans-semibolditalic.woff") format("woff"), url("../fonts/opensans-semibolditalic.woff2") format("woff2"), url("../fonts/opensans-semibolditalic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/opensans-bold.woff") format("woff"), url("../fonts/opensans-bold.woff2") format("woff2"), url("../fonts/opensans-bold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/opensans-bolditalic.woff") format("woff"), url("../fonts/opensans-bolditalic.woff2") format("woff2"), url("../fonts/opensans-bolditalic.ttf") format("truetype");
}
/*-- Icons fonts */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?61dctv");
  src: url("../fonts/icomoon.eot?61dctv#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?61dctv") format("truetype"), url("../fonts/icomoon.woff?61dctv") format("woff"), url("../fonts/icomoon.svg?61dctv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/**
 * 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;
}

/**
 * Remove the gray background color from active links in IE 10.
 */
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

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

/**
 * 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.
 */
/**
 * Re-set default cursor for disabled elements.
 */
/**
 * Remove inner padding and border in Firefox 4+.
 */
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/**
 * 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.
 */
/**
 * 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`.
 */
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/**
 * 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).
 */
/**
 * Define consistent border, margin, and padding.
 */
/**
 * 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;
}

/* Main
   ========================================================================== */
:root {
  --page-spacing-x: 0.75rem;
}
@media (max-width: 620px) {
  :root {
    --page-spacing-x: calc(0.75rem / 2);
  }
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1rem;
  color: #444444;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
select,
textarea {
  display: block;
  padding: 5px 10px 4px;
  border: 1px solid #eee;
  border-radius: 5px;
  height: 2.5rem;
  color: #444444;
  width: 100%;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #868585;
  font-style: italic;
  font-weight: normal;
}
input[type=text]:focus, input[type=text]:active, input[type=text]:hover,
input[type=tel]:focus,
input[type=tel]:active,
input[type=tel]:hover,
input[type=email]:focus,
input[type=email]:active,
input[type=email]:hover,
input[type=search]:focus,
input[type=search]:active,
input[type=search]:hover,
input[type=password]:focus,
input[type=password]:active,
input[type=password]:hover,
select:focus,
select:active,
select:hover,
textarea:focus,
textarea:active,
textarea:hover {
  border-color: #fff;
  box-shadow: 0 0 2px 2px #00f;
  outline: none;
}

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

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit],
.button-primary {
  min-height: 2.5rem;
  border: 1px solid;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0.75rem;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 600;
  cursor: pointer;
}
button:focus, button:active, button:hover,
input[type=button]:focus,
input[type=button]:active,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:active,
input[type=reset]:hover,
input[type=file]:focus,
input[type=file]:active,
input[type=file]:hover,
input[type=submit]:focus,
input[type=submit]:active,
input[type=submit]:hover,
.button-primary:focus,
.button-primary:active,
.button-primary:hover {
  opacity: 0.8;
  border-color: #fff;
  box-shadow: 0 0 2px 2px #00f;
  outline: none;
}

.button-narrower {
  width: fit-content;
}

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

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

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
}

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

blockquote {
  border-left: 4px solid #868585;
  padding-left: 0.5em;
}

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

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

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

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
}

#content {
  float: left;
  width: 73%;
}

.page-spacing {
  padding-right: var(--page-spacing-x);
  padding-left: var(--page-spacing-x);
}

.sidebar-right {
  float: right;
  width: 25%;
}

.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;
  width: 100%;
}

.comment-form input[type=submit] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
}

.post-password-form input[type=password] {
  margin: 0 4px 0 0;
  width: 300px;
}

.search-form input {
  float: left;
  height: 38px;
}

.search-form input[type=checkbox] {
  float: none;
  height: auto;
  margin-right: 10px;
}

.search-form input[type=search] {
  margin: 0 4px 0 0;
  width: 150px;
}

.post-password-form input {
  float: left;
  height: 38px;
}

.search-form input[readonly=readonly] {
  background: #eee;
  cursor: not-allowed;
}

.post-password-form input[type=password] {
  width: 150px;
}

.comment-form input[type=submit],
.post-password-form input[type=submit] {
  border: none;
  height: 38px;
  border-radius: 2px;
  display: block;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #59b453;
  padding: 0 5px;
  font-size: 14px;
  line-height: 38px;
  font-weight: bold;
  cursor: pointer;
}

.comment-form input[type=submit]:hover,
.post-password-form input[type=submit]:hover {
  opacity: 0.8;
}

.commentlist {
  margin: 0 0 1.375em;
}

.commentlist .edit-link {
  margin: 0;
}

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

.commentlist-item .commentlist-item {
  padding: 0;
}

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

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

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

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

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.375em;
}

.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;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 50%;
  background: #000;
  color: #fff;
  padding: 0.4em;
  text-decoration: none;
}

.navigation-single {
  margin-bottom: 1.375em;
}

.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 50%;
  background: #000;
  color: #fff;
  text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 0.4em;
  display: block;
}

.navigation-single .next {
  float: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #868585;
  padding: 0.4em;
  margin-bottom: 1.375em;
}

.wp-caption img {
  margin: 0;
  vertical-align: top;
}

.wp-caption p {
  margin: 0.4em 0 0;
}

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

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

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

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

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

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

.h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}

.h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}

.h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}

.h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}

.h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}

.h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}

h1, .h1 {
  font-size: 2rem;
  background: #00417e;
  color: #fff;
}

h2, .h2 {
  font-size: 1.75rem;
  color: #3d454c;
}

h3, .h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #3d454c;
}

h4, .h4 {
  font-size: 1.25rem;
  color: #3d454c;
}

a {
  color: #00417e;
  text-decoration: none;
  transition: opacity 0.3s;
}
a:hover, a:focus {
  text-decoration: none;
  opacity: 0.8;
}

.container-row {
  max-width: 1010px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container-row {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.search-widget-border-container {
  margin: 12px auto;
  padding: 7px;
  background-color: rgba(180, 180, 180, 0.5);
  border-radius: 15px;
  border: 0;
}
@media (max-width: 768px) {
  .search-widget-border-container {
    margin: 7px auto;
  }
}

.search-widget-container {
  padding: 40px 25px;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  border: 0;
}
@media (max-width: 768px) {
  .search-widget-container {
    padding: 20px 15px;
  }
}

.search-widget {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.search-widget .field-container {
  width: auto;
  position: relative;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .search-widget .field-container {
    margin-right: 12px;
  }
}
.search-widget .field-container:last-child {
  margin-right: 0;
}
.search-widget .field-container.with-icon:after {
  position: absolute;
  font-size: 14px;
  line-height: 1;
  right: 15px;
  top: 50%;
  font-family: "icomoon", serif;
  transform: translateY(-50%);
  color: #6e7d89;
  z-index: 2;
}
.search-widget .search-icon:after {
  content: "\e905";
}
.search-widget .point-icon:after {
  content: "\e904";
}
.search-widget input[type=text],
.search-widget input[type=tel],
.search-widget input[type=email],
.search-widget input[type=search],
.search-widget input[type=password],
.search-widget textarea {
  font-size: 1em;
  line-height: 1.3em;
  padding: 0 40px 0 12px;
  height: 2.4em;
  border-radius: 2px;
  background: #f3f6f9;
  border: 1px solid #eee;
  width: 100%;
}
.search-widget input[type=submit] {
  padding: 0 30px;
}
.search-widget .serch-wrap {
  padding-top: 6px;
}

@media (max-width: 767px) {
  .slogan {
    order: 1;
    flex-grow: 1;
  }
}
.logo {
  max-width: 310px;
}

.links {
  overflow: hidden;
}

.links li {
  float: left;
  margin-left: 6px;
}

.links li:before {
  display: none;
}

.links li:first-child {
  display: none;
  margin-left: 0;
}

/* disable animation while browser is resizing */
.resize-active .hold,
.resize-active .drop,
.resize-active .drop > ul {
  -webkit-transition: none !important;
  transition: none !important;
}

.container {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
}

.btn {
  display: block;
  vertical-align: top;
  padding: 10px 14px;
  border-radius: 5px;
  color: #00417e;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
.btn:hover {
  opacity: 0.8;
}
.btn.blue {
  background: #00417e;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  border-radius: 4px;
  padding: 11px 14px 10px;
}

.onecolumn {
  width: 100%;
}
.onecolumn #content {
  width: 100%;
  float: none;
}

.twocolumns {
  float: left;
  width: 73.5%;
}
@media (max-width: 768px) {
  .twocolumns {
    width: 100%;
  }
}
.twocolumns .sidebar {
  float: left;
  width: 34%;
}
@media (max-width: 768px) {
  .twocolumns .sidebar {
    display: none;
  }
}
.twocolumns #content {
  width: 64%;
  float: right;
}
@media (max-width: 768px) {
  .twocolumns #content {
    width: 100%;
  }
}

.icon-info:before {
  content: "\ea0c";
  font-size: 26px;
  font-family: "icomoon";
  vertical-align: middle;
  color: #ffffff;
}

#content {
  background: #fff;
  padding: 0 19px 14px;
}

.home #content h1 {
  margin: 0;
}

.home #content {
  background: none;
  padding: 0;
}

.sidebar-right {
  width: 25%;
  float: right;
}
@media (max-width: 768px) {
  .sidebar-right {
    width: 100%;
  }
}
.sidebar-right .search-form {
  border-top: 1px solid #ccc;
}

.search-form .row {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.search-form .point:after,
.search-form .search:after {
  content: "\e905";
  position: absolute;
  font-size: 14px;
  line-height: 1;
  right: 15px;
  top: 50%;
  font-family: "icomoon";
  transform: translateY(-50%);
  color: #6e7d89;
  z-index: 2;
}

.search-form .point:after {
  content: "\e904";
}

.search-form .serch-wrap {
  padding-top: 6px;
}

.item-box {
  background: #fff;
}
.item-box .title {
  padding: 0 0.75rem;
}
@media (max-width: 768px) {
  .item-box .title {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.item-box .title .btn-link {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 7px 14px;
  font-size: 13px;
  line-height: 16px;
}
@media (max-width: 768px) {
  .item-box .title .btn-link {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.item-box .title .btn-link:hover {
  opacity: 0.8;
}
.item-box .title h1 {
  margin: 1px 0 0;
  color: #fff;
}
.item-box .title h2 {
  margin: 0;
  padding: 0.5rem 0.75rem 0.5rem 0;
  font-size: 1.125rem;
  letter-spacing: -1px;
  color: #fff;
}
.item-box .title.button-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.item-box .title.button-title h3 {
  padding-right: 160px;
}
@media (max-width: 768px) {
  .item-box .title.button-title h3 {
    padding-right: 125px;
  }
}
.item-box .page-title {
  margin: 0 -19px;
}
.item-box .page-title h1 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0.5rem 0.75rem 0.5rem 0;
  font-size: 1.125rem;
  color: #fff;
}
.item-box .text {
  font-size: 11px;
}
.item-box .text p {
  margin: 0 0 10px;
}
.item-box .item-body {
  padding: 14px 14px 14px;
}
.item-box .content-body {
  padding: 19px 0 0;
}
.item-box .content-body h2 {
  padding: 0;
}

.search-form {
  padding: 12px 0 0;
}

.jobs-listing {
  margin: 0 0 10px;
  padding: 0 0 10px;
  list-style: none;
}
.jobs-listing h3 {
  font-size: 1.125rem;
  letter-spacing: -1px;
  color: #3d454c;
}
.jobs-listing h3 a {
  color: #3d454c;
}
.jobs-listing h3 a:hover {
  opacity: 0.8;
}
.jobs-listing.featured-list-1.search-results h3 {
  white-space: normal;
  overflow: visible;
  margin-bottom: 15px !important;
}
.jobs-listing.search-results li {
  padding-bottom: 10px;
}
.jobs-listing.featured-list-1 .columns .col {
  width: 34%;
}
.jobs-listing.featured-list-1.search-results .columns .col {
  width: 25%;
  float: left;
}
.jobs-listing.featured-list-1.search-results .columns .col:nth-child(3) {
  width: 15%;
  float: right;
}
.jobs-listing.featured-list-1 .columns .col:first-child {
  width: 61%;
}
.jobs-listing.featured-list-1.search-results .columns .col:first-child {
  width: 60%;
}
.jobs-listing li {
  border-top: 1px solid #e2e2e2;
  padding: 0 10px;
  overflow: hidden;
  font-size: 0.9rem;
}
.jobs-listing li:before {
  display: none;
}
.jobs-listing .visual {
  width: 91px;
  float: left;
  margin: 0 31px 0 0;
  height: 90px;
  text-align: center;
  white-space: nowrap;
}
.jobs-listing .visual:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  vertical-align: middle;
}
.jobs-listing .visual img {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  overflow: hidden;
  font-size: 12px;
}
@media (max-width: 768px) {
  .jobs-listing .hold {
    font-size: 0.9em;
    padding: 0 5px;
  }
}
.jobs-listing .content-list {
  overflow: hidden;
  padding: 9px 0 11px;
}
.jobs-listing .content-list .ico {
  float: left;
  margin: 0 8px 0 0;
  line-height: inherit;
}
@media (max-width: 768px) {
  .jobs-listing .content-list .ico {
    margin: 0 5px 0 0;
  }
}
.jobs-listing .content-list .text-ico {
  overflow: hidden;
  display: block;
}
.jobs-listing .columns {
  overflow: hidden;
  color: #606060;
}
.jobs-listing.search-results .columns {
  overflow: visible;
}
.jobs-listing .columns .col {
  float: right;
  width: 45%;
}
.jobs-listing .columns .col:first-child {
  float: left;
}
@media (max-width: 768px) {
  .jobs-listing.featured-list-1 li {
    padding: 0 6px;
  }
  .jobs-listing .visual {
    width: 60px;
    height: 59px;
    margin-right: 17px;
  }
  .jobs-listing .columns .col {
    width: 44%;
  }
  .jobs-listing .columns .col:first-child {
    width: 47%;
  }
}

.search-results {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}

.search-results li:nth-child(even) {
  background: #f8f8f8;
}

.box {
  margin-bottom: 17px;
}

.page-wrap {
  text-align: center;
  padding: 19px 0;
}

.page-wrap .nav-links {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}

.navigation-comments,
.nav-links {
  font-size: 0;
  letter-spacing: -4px;
  line-height: 0;
}

.navigation-comments .page-numbers,
.nav-links .page-numbers {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  width: 31px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 32px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  margin: 0 3px;
  color: #666666;
  font-weight: bold;
  -webkit-transition: background 0.3s, color 0.3s, border-color 0.3s;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.navigation-comments .page-numbers:hover,
.nav-links .page-numbers:hover {
  background: #34495e;
  color: #fff;
  border-color: #34495e;
  opacity: 1;
}

.navigation-comments .page-numbers.prev,
.navigation-comments .page-numbers.next,
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
  width: auto;
  padding: 0 10px;
}

.navigation-comments .page-numbers.prev, .nav-links .page-numbers.prev {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.navigation-comments .page-numbers.current,
.nav-links .page-numbers.current {
  background: #34495e;
  color: #fff;
  border-color: #34495e;
}

.navigation-single .next,
.navigation-single .prev {
  background: none;
}

.navigation-single .next a,
.navigation-single .prev a {
  display: inline-block;
  vertical-align: top;
  height: 32px;
  background: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 32px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  padding: 0 10px;
  color: #868585;
  font-weight: bold;
  -webkit-transition: background 0.3s, color 0.3s, border-color 0.3s;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.navigation-single .next a:hover,
.navigation-single .prev a:hover {
  background: #34495e;
  color: #fff;
  border-color: #34495e;
  opacity: 1;
}

.states {
  column-width: 11.5em;
}

/*remove standard list and bullet formatting from ul*/
.states ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* correct webkit/chrome uneven margin on the first column*/
.states ul li:first-child {
  margin-top: 0px;
}

address {
  font-style: normal;
  margin: 0 0 10px;
}

address .address-link {
  padding: 22px 0 0;
}

address a {
  color: #666;
}

.section h2 {
  margin-bottom: 10px;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar #prev {
  text-align: left;
}

iframe {
  width: 100%;
  display: block;
}

th,
td {
  padding: 2px;
  text-align: center;
}

.email-form {
  padding: 6px 0 0;
}

.email-form .input-hold {
  border: 1px solid #d3d3d3;
  position: relative;
  padding: 0 58px 0 0;
}

.email-form .input-hold input {
  height: 27px;
  padding: 0 6px;
  color: #666;
  border: 0;
  font-size: 11px;
  line-height: 14px;
}

.email-form .input-hold input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 27px;
  line-height: 27px;
  font-weight: bold;
  background: #00417e;
  color: #fff;
  text-align: center;
  font-size: 11px;
  border: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.email-form .input-hold input[type=submit]:hover {
  opacity: 0.8;
}

.social-networks {
  overflow: hidden;
  margin: 0;
  padding: 6px 0;
  list-style: none;
}
.social-networks li {
  float: left;
  margin: 0 8px 8px 0;
}
.social-networks li a {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/sprite-1.png) no-repeat;
  font-size: 0;
  color: transparent;
  text-decoration: none;
}
.social-networks li a.facebook {
  background-position: 0 0;
}
.social-networks li a.twitter {
  background-position: -33px 0;
}

.back-to-top {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  color: #fff;
  font-size: 8px;
  text-align: center;
  line-height: 27px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  box-shadow: inset 3px 3px 7px 0 rgba(0, 0, 0, 0.4);
  z-index: 10;
}

.footer {
  color: #666;
  border-top: 3px solid #eee;
  background-color: #ffffff;
}
.footer .columns {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 2rem;
}
@media (max-width: 620px) {
  .footer .columns {
    flex-direction: column;
  }
}
.footer .columns .col {
  flex: 3;
  position: relative;
}
.footer .columns .col:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1rem;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(202, 202, 202, 0.1) 0%, #cacaca 15%, #cacaca 50%, #cacaca 85%, rgba(202, 202, 202, 0.1) 100%);
}
@media (max-width: 620px) {
  .footer .columns .col:before {
    display: none;
  }
}
.footer .columns .col:first-child:before {
  display: none;
}
.footer .columns .col.narrow {
  flex: 2;
}
.footer .columns .col.wide {
  flex: 4;
}
.footer h2 {
  font-size: 1.5rem;
  color: #00417e;
}

.footer-content {
  padding: 40px 1rem;
}
@media (max-width: 768px) {
  .footer-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.footer-widget .menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.footer-bar-wrapper {
  padding: 0 var(--page-spacing-x);
}

.footer-bar-content {
  color: #fff;
  position: relative;
  padding: 15px 0.75rem;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .footer-bar-content {
    padding: 10px 5px;
  }
}
.footer-bar-content p {
  margin: 0;
  display: inline-block;
}
.footer-bar-content a {
  color: #fff;
}

.footer-menu {
  display: inline-flex;
  flex-direction: row;
  gap: 5px;
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
}
@media (max-width: 768px) {
  .footer-menu {
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0 0;
    padding: 0;
  }
}
.footer-menu li {
  padding: 0;
}
.footer-menu li:after {
  content: "|";
  margin: 0 0 0 5px;
  color: inherit;
}
.footer-menu li:last-child:after {
  display: none;
}
.footer-menu li:before {
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 10px;
  background: #fff;
  border-radius: 0;
}

.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #eee;
  background: #f3f6f9;
  margin: 0;
  width: 100%;
  height: 38px;
  cursor: pointer;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font-size: 13px;
  line-height: 38px;
  margin: 0 35px 0 8px;
  cursor: pointer;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 42px;
  bottom: 0;
  right: 0;
  top: 0;
  cursor: pointer;
}

.jcf-select .jcf-select-opener:after {
  content: "\e902";
  position: absolute;
  right: 50%;
  top: 50%;
  font-size: 13px;
  transform: translate(50%, -50%);
  font-family: icomoon;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 0;
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 0;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #f3f6f9;
  line-height: 16px;
  font-weight: bold;
  color: #868585;
  font-size: 13px;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

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

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list ul li:before {
  display: none;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 12px;
  color: #656565;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #868585 !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #868585;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
  border-color: #f00 !important;
}

.button {
  background: #34495e none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}

.count {
  font-size: 0.8em;
  color: #3d454c;
}

/* Job Detail */
.job-form {
  width: 60%;
}

.job-header {
  float: left;
  width: 100%;
}

.job-header img {
  float: left;
  max-width: 200px;
  font-weight: bold;
}

.job-links {
  float: right;
  text-align: right;
}

ul.job-meta > li::before, ul.job-links > li::before {
  background: none;
}

.job-links li {
  text-align: right;
  list-style-type: none;
}

.job-meta li {
  float: left;
  font-size: 13px;
  margin-left: 20px;
}

.divider {
  border-top: 1px solid #ccc;
  float: left;
  width: 100%;
  padding: 5px 0 20px;
}

#wp-description-editor-container {
  border: 1px solid #ddd;
}

.quicktags-toolbar {
  min-height: 68px !important;
}

table.billing {
  margin-top: 20px;
  width: 100%;
}

table.billing td {
  border: 0px;
  border-top: 1px solid #aaa;
  font-size: 15px;
  padding: 3px 5px;
}

table.billing td.tdheader {
  background: #00417e;
  color: #70a5cb;
}

table.credit_card {
  font-size: 15px;
  max-width: 100%;
}

table.credit_card td {
  border: 0px;
}

.select_m .jcf-select {
  width: 60%;
  float: left;
}

.select_m select[name=ccexpyr] + .jcf-select {
  width: 30%;
  float: right;
}

.device_m_y {
  line-height: 39px;
}

.desc_logo_field {
  font-size: 90%;
}

.error_upload_img {
  font-size: 90%;
  color: red;
}

.demo_logo {
  border: 1px solid #ddd;
  padding: 5px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}
@media only screen and (min-width: 1025px) {
  a[href^=tel],
  a[href^=skype],
  a[href^=sms] {
    cursor: default;
    pointer-events: none;
  }
}
@media (max-width: 1023px) {
  .logo {
    width: 200px;
  }
  .item-box .visual-body .visual {
    width: 42%;
  }
  .jobs-listing .visual {
    margin-right: 15px;
    width: 70px;
  }
  .back-to-top {
    right: 6px;
  }
}
@media (max-width: 768px) {
  #content {
    width: 100%;
  }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0;
  }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: 0.2em;
  }
  .navigation-single .next a,
  .navigation-single .prev a {
    padding: 0.2em;
  }
  h1,
  .h1 {
    padding: 7px 8px 7px;
  }
  .logo {
    width: 310px;
  }
  .links li:first-child {
    display: block;
  }
  .sidebar-right {
    display: none;
  }
  .box {
    margin-bottom: 11px;
  }
  .page-wrap {
    padding: 13px 0;
  }
  .footer .columns .col:first-child {
    width: 100%;
    padding: 0 6px;
  }
  .footer h2 {
    margin-bottom: 12px;
  }
  .footer .panel {
    padding: 10px 0;
    text-align: center;
  }
  .footer .panel .separator {
    display: none;
  }
  .jen-footer-block {
    width: 100%;
  }
  .mobile-hidden {
    display: none !important;
  }
  .back-to-top {
    display: none;
  }
}
/**
Custom
 */
@media (min-width: 1023px) {
  .logo {
    width: 310px;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .dropdown-menu-only {
    display: none;
  }
}

/**
Helpers
 */
@media (max-width: 768px) {
  .hide-if-tablet {
    display: none !important;
  }
  .hide-if-mobile-view {
    display: none !important;
  }
  .hide-css-bg-mobile {
    background-image: none !important;
  }
}
@media (min-width: 769px) {
  .hide-if-tablet-up {
    display: none !important;
  }
}
.main-nav {
  display: flex;
  align-self: end;
  flex-grow: 1;
  justify-content: flex-end;
  font-size: 0.88em;
  line-height: 1.3em;
}
@media (max-width: 768px) {
  .main-nav {
    font-size: 1.2em;
    line-height: 1.5em;
  }
}
.main-nav ul {
  display: flex;
  flex-direction: row;
  width: fit-content;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0;
  padding: 5px 22px;
}
@media (max-width: 1366px) {
  .main-nav ul {
    padding: 5px 10px;
  }
}
@media (max-width: 768px) {
  .main-nav ul {
    flex-direction: column;
    width: 100%;
    align-content: flex-start;
    padding: 0 0 2px;
  }
}
.main-nav ul li {
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
  font-weight: bold;
}
@media (max-width: 768px) {
  .main-nav ul li {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .main-nav ul li a {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
  }
}
.main-nav li.separator {
  display: none;
  width: 1px;
  overflow: hidden;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #aaaaaa;
}
@media (max-width: 768px) {
  .main-nav li.separator {
    width: 100%;
    height: 1px;
    margin: 0;
    background-color: unset;
  }
  .main-nav li.separator a {
    background-color: unset;
  }
}

@media (max-width: 768px) {
  .nav-active .header-bar-drop-container .header-bar-drop {
    max-height: 1000px;
    transition: max-height 1s linear;
  }
}
#nav ul {
  overflow: hidden;
  list-style: none;
}
@media (max-width: 768px) {
  #nav ul {
    padding: 0;
  }
}
@media (max-width: 768px) {
  #nav ul li {
    float: none;
    margin: 7px 0;
    padding: 0;
    border: none;
    display: block;
  }
}
#nav ul li:before {
  display: none;
}
#nav ul li a {
  display: block;
  padding: 7px 16px;
  margin: 0 4px;
  transition: background 0.3s;
  border-radius: 4px;
}
@media (max-width: 768px) {
  #nav ul li a {
    display: block;
    text-align: center;
  }
}
#nav ul li a:hover {
  opacity: 1;
}
#nav ul .drop {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}

.top-nav-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .top-nav-row {
    width: 1200px;
  }
}
.top-nav-row .logo {
  display: flex;
  align-items: center;
  height: 75px;
  width: unset;
  max-width: none;
  margin: 0 20px;
  padding: 10px 0;
}
.top-nav-row .logo img {
  height: auto;
  max-height: 100%;
}
.top-nav-row .top-nav {
  min-height: 75px;
  justify-content: center;
}
.top-nav-row .top-nav ul {
  flex-wrap: wrap;
}
.top-nav-row .top-nav .drop {
  display: flex;
}
.top-nav-row .top-nav .drop > ul {
  align-self: center;
}

.has-top-nav-row .main-nav {
  align-self: unset;
}
.has-top-nav-row .main-nav li.separator {
  display: flex;
}

.header {
  width: 100%;
  height: 186px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-origin: padding-box;
  background-clip: border-box;
  padding: 0;
  position: relative;
  border-bottom: 10px solid #dbdbdb;
}
@media (max-width: 768px) {
  .header {
    height: auto;
  }
}
.header.full-width .container {
  max-width: none;
  padding: 0;
}
.header .container {
  position: relative;
  display: flex;
}
.header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: #00203e;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .header:after {
    display: none;
  }
}
.header.full-width .container {
  max-width: none;
  padding: 0;
}
.header.has-top-nav-row {
  height: unset;
  display: flex;
  flex-direction: column;
  border: none;
}
.header.has-top-nav-row:after {
  display: none;
}
.header .container {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  height: 100%;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .header .container {
    height: auto;
    padding-top: 0;
  }
}
.header .container .logo {
  align-self: center;
  padding: 5px 0 0;
}
@media (max-width: 768px) {
  .header .container .logo {
    padding: 5px 0;
  }
}
.header .has-header-content {
  padding: 50px 5px;
  justify-content: center;
}
@media (max-width: 768px) {
  .header .has-header-content {
    padding: 25px 5px;
  }
}
.header .larger-header {
  min-height: 680px;
}
@media (max-width: 768px) {
  .header .larger-header {
    min-height: 425px;
  }
}
@media (max-width: 620px) {
  .header .larger-header {
    min-height: 357px;
  }
}

.header-bar {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .header-bar {
    flex-wrap: wrap;
  }
}
.header-bar .logo {
  margin: 0 1rem;
  padding: 1rem 0;
  flex: 3;
}
.header-bar .logo img {
  width: auto;
  max-height: 75px;
}
.header-bar .bar-opener {
  flex: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 0.6rem 1rem;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.header-bar .bar-opener .ico {
  margin: 0 8px 0 0;
  position: relative;
}
@media (max-width: 620px) {
  .header-bar .bar-opener .ico {
    margin: 0;
  }
}
.header-bar .bar-opener .ico:hover {
  opacity: 0.9;
}
@media (max-width: 620px) {
  .header-bar .bar-opener .opener-label {
    display: none;
  }
}
.header-bar .jen-menu-block {
  width: 100%;
  display: none;
  position: initial;
}
@media (max-width: 768px) {
  .header-bar .jen-menu-block {
    display: block;
  }
}

.bar-opener-container {
  height: 75px;
  margin: 0 0 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.header-bar-drop-container {
  position: relative;
  width: 100%;
}
.header-bar-drop-container .header-bar-drop {
  max-height: 0;
  transition: all 0.5s linear;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
}

.header-content {
  margin: 0 0 40px;
  font-size: 1.5em;
}
@media (max-width: 768px) {
  .header-content {
    margin: 0 0 20px;
  }
}
.header-content h1, .header-content h2, .header-content h3, .header-content h4, .header-content h5, .header-content h6, .header-content p {
  margin: 0;
  padding: 0;
  color: unset;
}
.header-content h1 {
  background: none;
}

.above-main-content-wrapper .header-content {
  margin: 0;
}

.header-title {
  align-self: center;
  text-align: center;
  font: 35px/40px "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 800;
  color: transparent;
  background: linear-gradient(to right, #1fb25a 0%, #00529b 100%);
  background-clip: text;
  padding: 10px 0;
}
.container-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .container-wrapper.cols-if-tablet {
    flex-direction: row;
  }
}

.content-wrapper {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  background-origin: padding-box;
  background-clip: border-box;
  min-height: 120px;
}

@media (min-width: 769px) {
  .header-bar-wrapper {
    display: none;
  }
}

.above-main-content-wrapper {
  padding: 10px 1rem 0;
}

.main-content-wrapper {
  padding: 1rem var(--page-spacing-x) 2rem;
}

/*# sourceMappingURL=standard-theme.css.map */
