@charset "UTF-8";
/*
Theme Name:         Jobhunt
Theme URI:          https://themeforest.net/item/jobhunt-job-board-wordpress-theme-for-wp-job-manager/22563674
Author:             MadrasThemes
Author URI:         https://madrasthemes.com/
Description:        Jobhunt is an easy to use, cleanly coded and light weight Job Board WordPress theme built for WP Job Manager. It supports all the features of WP Job Manager such as Filterable Job Listings, Job Submissions, Employer Dashboard and Job Submissions. It also supports WP Job Manager Core Add-on Bundle that includes features such as Resume Manager, Job Alerts, Indeed Integration, Job Tags, Paid Listings, Job Applications, etc
Version:            1.2.11
GitHub Theme URI:   https://github.com/Transvelo/jobhunt
GitHub Branch:      theme
License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:        jobhunt
Tags:               two-columns, left-sidebar, custom-colors, custom-menu, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready

Jobhunt is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work
of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Bootstrap License: MIT - https://github.com/twbs/bootstrap/blob/master/LICENSE
Animate.css - http://daneden.me/animate - License: MIT - http://opensource.org/licenses/MIT

======
Note: Do not edit this file. If you wish to add your own CSS we strongly recommend creating your own child theme, or installing a custom CSS plugin.
======
*/
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

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

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: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

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

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

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,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}
/*

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
*/
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*!
 * Font Awesome Free 5.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-moon:before {
  content: "\f186";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-plane:before {
  content: "\f072";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Varela Round", "Montserrat", "Quicksand", sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: #576366;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

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

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}
table th,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
table .table {
  background-color: #fff;
}
table th,
table td {
  border: 1px solid #dee2e6;
}
table thead th,
table thead td {
  border-bottom-width: 2px;
}

.screen-reader-text {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.wp-caption {
  max-width: 100%;
}

img.alignright, img.alignleft {
  margin-bottom: 1em;
}

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

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

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  margin-top: 4px;
  font-size: 13px;
  font-style: italic;
}

.wp-caption.alignleft,
.wp-caption.alignright,
img.alignright,
img.alignleft {
  margin-top: 8px;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 30px;
  margin: 0.2em 0;
  line-height: 1.5;
  color: #202020;
}
@media (max-width: 767.98px) {
  .section-header .section-title {
    font-size: 26px;
    line-height: 1.2;
  }
}
.section-header .section-sub-title {
  font-size: 16px;
  color: #888;
}
@media (max-width: 767.98px) {
  .section-header .section-sub-title {
    font-size: 14px;
  }
}

.jh-section {
  margin-bottom: 70px;
}
.jh-section.mb-0 {
  margin-bottom: 0;
}

.mb-0 .site-content {
  margin-bottom: 0;
}

/* Font Awesome KC Fix */
[class^=fa-],
[class*=" fa-"],
[class^=fa-]:before,
[class*=" fa-"]:before {
  font-family: "Font Awesome 5 Free" !important;
}

[class*="fab fa-"], [class^="fab fa-"]:before, [class*="fab fa-"]:before {
  font-family: "Font Awesome 5 Brands" !important;
}

[class^="fas fa-"],
[class*="fas fa-"],
[class^="fas fa-"]:before,
[class*="fas fa-"]:before {
  font-weight: 900 !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@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;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.site-content-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.site-content-inner > .content-area,
.site-content-inner > .widget-area,
.site-content-inner > .woocommerce {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .desktop-only {
    display: block !important;
  }
  .handheld-only {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .desktop-only {
    display: none !important;
  }
  .handheld-only {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .has-sidebar .site-content-inner > .content-area,
  .blog.left-sidebar .site-content-inner > .content-area,
  .blog.right-sidebar .site-content-inner > .content-area,
  .archive .site-content-inner > .content-area,
  .single-post.left-sidebar .site-content-inner > .content-area,
  .single-post.right-sidebar .site-content-inner > .content-area,
  .page-template-template-sidebar .site-content-inner > .content-area,
  .page-template-template-job-sidebar .site-content-inner > .content-area,
  .page-template-template-resume-sidebar .site-content-inner > .content-area,
  .page-template-template-company-sidebar .site-content-inner > .content-area,
  .single-product .site-content-inner > .content-area,
  .company-type-v2.post-type-archive-company .site-content-inner > .content-area,
  .type-list-classic.post-type-archive-job_listing .site-content-inner > .content-area,
  .resume-type-v3.post-type-archive-resume .site-content-inner > .content-area,
  .search-results.left-sidebar .site-content-inner > .content-area,
  .search-results.right-sidebar .site-content-inner > .content-area,
  .search-no-results.right-sidebar .site-content-inner > .content-area,
  .search-no-results.left-sidebar .site-content-inner > .content-area,
  body.search.right-sidebar .site-content-inner > .content-area,
  body.search.left-sidebar .site-content-inner > .content-area {
    flex: 0 0 69.16666667%;
    max-width: 69.16666667%;
  }
  .has-sidebar .site-content-inner > .widget-area,
  .blog.left-sidebar .site-content-inner > .widget-area,
  .blog.right-sidebar .site-content-inner > .widget-area,
  .archive .site-content-inner > .widget-area,
  .single-post.left-sidebar .site-content-inner > .widget-area,
  .single-post.right-sidebar .site-content-inner > .widget-area,
  .page-template-template-sidebar .site-content-inner > .widget-area,
  .page-template-template-job-sidebar .site-content-inner > .widget-area,
  .page-template-template-resume-sidebar .site-content-inner > .widget-area,
  .page-template-template-company-sidebar .site-content-inner > .widget-area,
  .single-product .site-content-inner > .widget-area,
  .company-type-v2.post-type-archive-company .site-content-inner > .widget-area,
  .type-list-classic.post-type-archive-job_listing .site-content-inner > .widget-area,
  .resume-type-v3.post-type-archive-resume .site-content-inner > .widget-area,
  .search-results.left-sidebar .site-content-inner > .widget-area,
  .search-results.right-sidebar .site-content-inner > .widget-area,
  .search-no-results.right-sidebar .site-content-inner > .widget-area,
  .search-no-results.left-sidebar .site-content-inner > .widget-area,
  body.search.right-sidebar .site-content-inner > .widget-area,
  body.search.left-sidebar .site-content-inner > .widget-area {
    flex: 0 0 30.83333333%;
    max-width: 30.83333333%;
  }
}
@media (min-width: 1200px) {
  .has-sidebar .site-content-inner > .content-area,
  .blog.left-sidebar .site-content-inner > .content-area,
  .blog.right-sidebar .site-content-inner > .content-area,
  .archive .site-content-inner > .content-area,
  .single-post.left-sidebar .site-content-inner > .content-area,
  .single-post.right-sidebar .site-content-inner > .content-area,
  .page-template-template-sidebar .site-content-inner > .content-area,
  .page-template-template-job-sidebar .site-content-inner > .content-area,
  .page-template-template-resume-sidebar .site-content-inner > .content-area,
  .page-template-template-company-sidebar .site-content-inner > .content-area,
  .single-product .site-content-inner > .content-area,
  .company-type-v2.post-type-archive-company .site-content-inner > .content-area,
  .type-list-classic.post-type-archive-job_listing .site-content-inner > .content-area,
  .resume-type-v3.post-type-archive-resume .site-content-inner > .content-area,
  .search-results.left-sidebar .site-content-inner > .content-area,
  .search-results.right-sidebar .site-content-inner > .content-area,
  .search-no-results.right-sidebar .site-content-inner > .content-area,
  .search-no-results.left-sidebar .site-content-inner > .content-area,
  body.search.right-sidebar .site-content-inner > .content-area,
  body.search.left-sidebar .site-content-inner > .content-area {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .has-sidebar .site-content-inner > .widget-area,
  .blog.left-sidebar .site-content-inner > .widget-area,
  .blog.right-sidebar .site-content-inner > .widget-area,
  .archive .site-content-inner > .widget-area,
  .single-post.left-sidebar .site-content-inner > .widget-area,
  .single-post.right-sidebar .site-content-inner > .widget-area,
  .page-template-template-sidebar .site-content-inner > .widget-area,
  .page-template-template-job-sidebar .site-content-inner > .widget-area,
  .page-template-template-resume-sidebar .site-content-inner > .widget-area,
  .page-template-template-company-sidebar .site-content-inner > .widget-area,
  .single-product .site-content-inner > .widget-area,
  .company-type-v2.post-type-archive-company .site-content-inner > .widget-area,
  .type-list-classic.post-type-archive-job_listing .site-content-inner > .widget-area,
  .resume-type-v3.post-type-archive-resume .site-content-inner > .widget-area,
  .search-results.left-sidebar .site-content-inner > .widget-area,
  .search-results.right-sidebar .site-content-inner > .widget-area,
  .search-no-results.right-sidebar .site-content-inner > .widget-area,
  .search-no-results.left-sidebar .site-content-inner > .widget-area,
  body.search.right-sidebar .site-content-inner > .widget-area,
  body.search.left-sidebar .site-content-inner > .widget-area {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .company-type-v3.post-type-archive-company .site-content-inner > .content-area {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .company-type-v3.post-type-archive-company .site-content-inner > .content-area {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .company-type-v3.post-type-archive-company .site-content-inner > .content-area {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .company-type-v3.post-type-archive-company .site-content-inner > .widget-area {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .company-type-v3.post-type-archive-company .site-content-inner > .widget-area {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}

@media (min-width: 992px) {
  .page-template-template-job-sidebar .site-content-inner > .content-area {
    order: 2;
  }
  .page-template-template-job-sidebar .site-content-inner > .widget-area {
    order: 1;
  }
}

@media (min-width: 992px) {
  .post-type-archive-resume .site-content-inner > .content-area,
  .post-type-archive-job_listing .site-content-inner > .content-area,
  .post-type-archive-company .site-content-inner > .content-area {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .post-type-archive-resume .site-content-inner > .widget-area,
  .post-type-archive-job_listing .site-content-inner > .widget-area,
  .post-type-archive-company .site-content-inner > .widget-area {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}

.post-type-archive-resume.full-width .site-content-inner > .content-area,
.post-type-archive-job_listing.full-width .site-content-inner > .content-area,
.post-type-archive-company.full-width .site-content-inner > .content-area {
  flex: 0 0 100%;
  max-width: 100%;
}

embed,
iframe,
object,
video {
  max-width: 100%;
  width: 100%;
}

blockquote {
  background: transparent url(assets/images/blockquote-icon.svg) center center no-repeat;
  background-size: 161px 112px;
  border: none;
  padding: 40px 10%;
  margin: 20px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  font-family: "Quicksand", sans-serif;
}
blockquote cite {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #717f86;
  font-style: normal;
  font-weight: 600;
}
blockquote cite:before {
  content: "— ";
}
blockquote > p:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  color: #384047;
}

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

h2, .h2 {
  font-size: 22px;
}

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

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

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

h6, .h6 {
  font-size: 14px;
}

b, strong, dt, th {
  font-family: "Quicksand", sans-serif;
  color: #384047;
}

pre {
  border-radius: 5px;
  overflow: auto;
  padding: 10px 20px;
  margin: 20px 0;
  background: #f6f9fa;
  line-height: 1.4;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  color: #384047;
}

/**
 * Forms
 */
label {
  font-family: "Quicksand", sans-serif;
  color: #40484a;
  font-weight: 600;
  margin-bottom: 0.5em;
  line-height: 1.3;
  display: inline-block;
}

input[type=password],
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=url],
.input-text,
textarea {
  display: block;
  width: 100%;
  color: #40484a;
  background-color: #f9fafa;
  background-clip: padding-box;
  border: 2px solid #d4d9dd;
  transition: 0.2s;
  box-shadow: none;
  padding: 0.75em 1em;
  font-size: 14px;
  line-height: normal;
  border-radius: 4px;
}
input[type=password]::-ms-expand,
input[type=text]::-ms-expand,
input[type=tel]::-ms-expand,
input[type=email]::-ms-expand,
input[type=number]::-ms-expand,
input[type=search]::-ms-expand,
input[type=tel]::-ms-expand,
input[type=url]::-ms-expand,
.input-text::-ms-expand,
textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
input[type=password]::placeholder,
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
.input-text::placeholder,
textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
input[type=password]:disabled, input[type=password][readonly],
input[type=text]:disabled,
input[type=text][readonly],
input[type=tel]:disabled,
input[type=tel][readonly],
input[type=email]:disabled,
input[type=email][readonly],
input[type=number]:disabled,
input[type=number][readonly],
input[type=search]:disabled,
input[type=search][readonly],
input[type=tel]:disabled,
input[type=tel][readonly],
input[type=url]:disabled,
input[type=url][readonly],
.input-text:disabled,
.input-text[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type=password]:hover, input[type=password]:focus,
input[type=text]:hover,
input[type=text]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=number]:hover,
input[type=number]:focus,
input[type=search]:hover,
input[type=search]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=url]:hover,
input[type=url]:focus,
.input-text:hover,
.input-text:focus,
textarea:hover,
textarea:focus {
  border-color: #8c9aa6;
}
input[type=password]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
.input-text:focus,
textarea:focus {
  background-color: #fff;
  outline: none;
}

input[type=submit] {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 5px 25px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 5px;
}
@media (prefers-reduced-motion: reduce) {
  input[type=submit] {
    transition: none;
  }
}
input[type=submit]:hover, input[type=submit]:focus {
  text-decoration: none;
}
input[type=submit]:focus, input[type=submit].focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
input[type=submit].disabled, input[type=submit]:disabled {
  opacity: 0.65;
}
input[type=submit]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
input[type=submit]:not(:disabled):not(.disabled):active, input[type=submit]:not(:disabled):not(.disabled).active {
  background-image: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
  width: 100%;
}

fieldset {
  clear: both;
}
fieldset legend {
  font-size: 1.5em;
}

select {
  display: inline-block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: normal;
  color: #40484a;
  vertical-align: middle;
  background: #f9fafa url('data:image/svg+xml;utf8,<svg fill="%23343a40" xmlns="http://www.w3.org/2000/svg" width="24" height="24"><defs><style>.arrow-clr{}</style></defs><path class="arrow-clr" d="M18.7 8.3c-.4-.4-1-.4-1.4 0L12 13.6 6.7 8.3c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l6 6c.2.2.5.3.7.3s.5-.1.7-.3l6-6c.4-.4.4-1 0-1.4z"/></svg>') no-repeat right 0.75rem center;
  background-size: 16px;
  border: 2px solid #d4d9dd;
  border-radius: 4px;
  appearance: none;
  height: 47px;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  font-size: 14px;
}
select:focus {
  border-color: #8c9aa6;
  outline: 0;
  box-shadow: none;
}
select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
select[multiple], select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
select::-ms-expand {
  opacity: 0;
}
select:hover, select:focus {
  border-color: #8c9aa6;
}
select:focus {
  background-color: #fff;
  outline: none;
}

.wpforms-container.contact-form {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .wpforms-container.contact-form {
    padding-right: 82px !important;
  }
}
.wpforms-container.contact-form .wpforms-form .wpforms-field {
  padding: 0;
  margin-bottom: 1rem;
}
.wpforms-container.contact-form .wpforms-form .wpforms-field input,
.wpforms-container.contact-form .wpforms-form .wpforms-field select,
.wpforms-container.contact-form .wpforms-form .wpforms-field textarea {
  margin-bottom: 6px;
}
.wpforms-container.contact-form .wpforms-form .wpforms-field input,
.wpforms-container.contact-form .wpforms-form .wpforms-field textarea {
  display: block;
  width: 100%;
  color: #40484a;
  background-color: #f9fafa;
  background-clip: padding-box;
  border: 2px solid #d4d9dd;
  transition: 0.2s;
  box-shadow: none;
  padding: 0.75em 1em;
  font-size: 14px;
  line-height: normal;
  border-radius: 4px;
}
.wpforms-container.contact-form .wpforms-form .wpforms-field input::-ms-expand,
.wpforms-container.contact-form .wpforms-form .wpforms-field textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.wpforms-container.contact-form .wpforms-form .wpforms-field input::placeholder,
.wpforms-container.contact-form .wpforms-form .wpforms-field textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
.wpforms-container.contact-form .wpforms-form .wpforms-field input:disabled, .wpforms-container.contact-form .wpforms-form .wpforms-field input[readonly],
.wpforms-container.contact-form .wpforms-form .wpforms-field textarea:disabled,
.wpforms-container.contact-form .wpforms-form .wpforms-field textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.wpforms-container.contact-form .wpforms-form .wpforms-field input:hover, .wpforms-container.contact-form .wpforms-form .wpforms-field input:focus,
.wpforms-container.contact-form .wpforms-form .wpforms-field textarea:hover,
.wpforms-container.contact-form .wpforms-form .wpforms-field textarea:focus {
  border-color: #8c9aa6;
}
.wpforms-container.contact-form .wpforms-form .wpforms-field input:focus,
.wpforms-container.contact-form .wpforms-form .wpforms-field textarea:focus {
  background-color: #fff;
  outline: none;
}
.wpforms-container.contact-form .wpforms-form .wpforms-field input {
  height: auto;
}
.wpforms-container.contact-form .wpforms-form .wpforms-field input.wpforms-error {
  border-width: 2px;
}
.wpforms-container.contact-form .wpforms-form .wpforms-field-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.wpforms-container.contact-form .wpforms-form .wpforms-submit-container {
  padding-top: 0;
  margin-bottom: 1rem;
}
.wpforms-container.contact-form .wpforms-form .wpforms-submit-container .wpforms-submit {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 15px 18px;
  font-size: 0.9375rem;
  line-height: 16px;
  border-radius: 4px;
  min-width: 164px;
  box-shadow: none !important;
}
@media (prefers-reduced-motion: reduce) {
  .wpforms-container.contact-form .wpforms-form .wpforms-submit-container .wpforms-submit {
    transition: none;
  }
}
.wpforms-container.contact-form .wpforms-form .wpforms-submit-container .wpforms-submit:hover, .wpforms-container.contact-form .wpforms-form .wpforms-submit-container .wpforms-submit:focus {
  text-decoration: none;
}
.wpforms-container.contact-form .wpforms-form .wpforms-submit-container .wpforms-submit:focus, .wpforms-container.contact-form .wpforms-form .wpforms-submit-container .wpforms-submit.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.wpforms-container.contact-form .wpforms-form .wpforms-submit-container .wpforms-submit.disabled, .wpforms-container.contact-form .wpforms-form .wpforms-submit-container .wpforms-submit:disabled {
  opacity: 0.65;
}
.wpforms-container.contact-form .wpforms-form .wpforms-submit-container .wpforms-submit:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.wpforms-container.contact-form .wpforms-form .wpforms-submit-container .wpforms-submit:not(:disabled):not(.disabled):active, .wpforms-container.contact-form .wpforms-form .wpforms-submit-container .wpforms-submit:not(:disabled):not(.disabled).active {
  background-image: none;
}
.wpforms-container.newsletter-form .wpforms-form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.wpforms-container.newsletter-form .wpforms-form .wpforms-field-container {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.wpforms-container.newsletter-form .wpforms-form .wpforms-field {
  padding: 0;
}
.wpforms-container.newsletter-form .wpforms-form .wpforms-field input {
  display: block;
  width: 100%;
  color: #fff;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #8a99b3;
  transition: 0.2s;
  box-shadow: none;
  padding: 0.75em 1em;
  font-size: 14px;
  line-height: normal;
  border-radius: 4px;
  border-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  height: 50px;
}
.wpforms-container.newsletter-form .wpforms-form .wpforms-field input::-ms-expand {
  background-color: transparent;
  border: 0;
}
.wpforms-container.newsletter-form .wpforms-form .wpforms-field input::placeholder {
  color: #6c757d;
  opacity: 1;
}
.wpforms-container.newsletter-form .wpforms-form .wpforms-field input:disabled, .wpforms-container.newsletter-form .wpforms-form .wpforms-field input[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.wpforms-container.newsletter-form .wpforms-form .wpforms-field input:focus {
  outline: none;
}
.wpforms-container.newsletter-form .wpforms-form .wpforms-field input.wpforms-error {
  border-color: #8a99b3;
  border-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.wpforms-container.newsletter-form .wpforms-form .wpforms-field label.wpforms-error {
  margin-top: 6px;
}
.wpforms-container.newsletter-form .wpforms-form .wpforms-submit-container {
  padding-top: 0;
}
.wpforms-container.newsletter-form .wpforms-form .wpforms-submit-container .wpforms-submit {
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  height: 50px;
}
.wpforms-container.newsletter-form .wpforms-form .wpforms-submit-container .wpforms-submit:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.wpforms-container.newsletter-form .wpforms-form .wpforms-submit-container .wpforms-submit[class*=la-] {
  font-size: 0;
}
.wpforms-container.newsletter-form .wpforms-form .wpforms-submit-container .wpforms-submit[class*=la-]:before {
  font-size: 28px;
  transform: rotate(-40deg);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  padding: 40px 0;
  list-style: none;
  display: flex;
  line-height: 1;
  justify-content: center;
  flex-wrap: wrap;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  background: transparent;
  border: 0;
}
.slick-dots button:hover, .slick-dots button:focus {
  outline: none;
}
.slick-dots button::before {
  content: "\f111";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  color: #b7bac6;
}
.slick-dots li.slick-active button::before {
  content: "\f192";
}
.slick-dots li + li {
  margin-left: 14px;
}
.slick-dots li {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .slick-dots li {
    margin-bottom: 0;
  }
}

.button {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.75em 2em;
  font-size: 0.875rem;
  line-height: normal;
  border-radius: 4px;
  color: #576366;
  border-color: #576366;
}
@media (prefers-reduced-motion: reduce) {
  .button {
    transition: none;
  }
}
.button:hover, .button:focus {
  text-decoration: none;
}
.button:focus, .button.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.button.disabled, .button:disabled {
  opacity: 0.65;
}
.button:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.button:not(:disabled):not(.disabled):active, .button:not(:disabled):not(.disabled).active {
  background-image: none;
}
.button:hover {
  color: #fff;
  background-color: #576366;
  border-color: #576366;
}
.button:focus, .button.focus {
  box-shadow: 0 0 0 0.2rem rgba(87, 99, 102, 0.5);
}
.button.disabled, .button:disabled {
  color: #576366;
  background-color: transparent;
}
.button:not(:disabled):not(.disabled):active, .button:not(:disabled):not(.disabled).active, .show > .button.dropdown-toggle {
  color: #fff;
  background-color: #576366;
  border-color: #576366;
}
.button:not(:disabled):not(.disabled):active:focus, .button:not(:disabled):not(.disabled).active:focus, .show > .button.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(87, 99, 102, 0.5);
}

.post-icon {
  position: relative;
  background-color: #f6f9fa;
  height: 280px;
  border-radius: 6px;
  margin-bottom: 0;
}
.post-icon i {
  font-size: 36px;
  color: #adb5bd;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease 0s;
}

article,
article.post {
  position: relative;
  margin-bottom: 30px;
}
article .post-inner,
article.post .post-inner {
  padding-bottom: 30px;
  border-bottom: 1px solid #e8ecec;
}
article.sticky .entry-title::before, article.category-sticky .entry-title::before,
article.post.sticky .entry-title::before,
article.post.category-sticky .entry-title::before {
  content: "\f08d";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-right: 8px;
  font-size: 22px;
}
article .media-attachment,
article.post .media-attachment {
  margin-bottom: 17px;
}
article .entry-meta,
article.post .entry-meta {
  font-size: 13px;
  display: flex;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) {
  article .entry-meta,
  article.post .entry-meta {
    flex-direction: row;
    align-items: center;
  }
}
article .entry-meta .post-author-info,
article.post .entry-meta .post-author-info {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  article .entry-meta .post-author-info,
  article.post .entry-meta .post-author-info {
    margin-right: 30px;
    margin-bottom: 20px;
  }
}
article .entry-meta span,
article.post .entry-meta span {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  article .entry-meta span,
  article.post .entry-meta span {
    margin-right: 30px;
    margin-bottom: 20px;
  }
}
article .entry-meta span a,
article.post .entry-meta span a {
  display: flex;
  align-items: center;
  color: #a7a7a7;
}
article .entry-meta span a:before,
article.post .entry-meta span a:before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  font-size: 22px;
  margin-right: 5px;
}
article .entry-meta .posted-on,
article.post .entry-meta .posted-on {
  flex-shrink: 0;
}
article .entry-meta .posted-on a:before,
article.post .entry-meta .posted-on a:before {
  content: "\f133";
}
article .entry-meta .comments-link,
article.post .entry-meta .comments-link {
  flex-shrink: 0;
}
article .entry-meta .comments-link a:before,
article.post .entry-meta .comments-link a:before {
  content: "\f086";
}
article .entry-meta .cat-links,
article.post .entry-meta .cat-links {
  color: #a7a7a7;
}
article .entry-meta .cat-links a,
article.post .entry-meta .cat-links a {
  display: inline-block;
}
article .entry-meta .cat-links:before,
article.post .entry-meta .cat-links:before {
  content: "\f0c5";
  font-family: "Line Awesome Free";
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  font-size: 22px;
  margin-right: 5px;
  vertical-align: sub;
}
article .entry-title,
article.post .entry-title {
  margin-top: 0;
}
article .entry-title a,
article.post .entry-title a {
  color: #384047;
}
article .entry-sub-title,
article.post .entry-sub-title {
  font-size: 16px;
  font-weight: 500;
}
article .entry-content,
article.post .entry-content {
  margin-bottom: 20px;
  margin-top: 0;
}
article .entry-content * + h1, article .entry-content * + h2, article .entry-content * + h3, article .entry-content * + h4, article .entry-content * + h5, article .entry-content * + h6,
article .entry-content * + .h1, article .entry-content * + .h2, article .entry-content * + .h3, article .entry-content * + .h4, article .entry-content * + .h5, article .entry-content * + .h6,
article.post .entry-content * + h1,
article.post .entry-content * + h2,
article.post .entry-content * + h3,
article.post .entry-content * + h4,
article.post .entry-content * + h5,
article.post .entry-content * + h6,
article.post .entry-content * + .h1,
article.post .entry-content * + .h2,
article.post .entry-content * + .h3,
article.post .entry-content * + .h4,
article.post .entry-content * + .h5,
article.post .entry-content * + .h6 {
  margin-top: 1em;
}
article.post-password-required .post-password-form p,
article.post.post-password-required .post-password-form p {
  display: flex;
  align-items: center;
}
article.post-password-required .post-password-form label input[type=password],
article.post.post-password-required .post-password-form label input[type=password] {
  margin-top: 8px;
  min-width: 300px;
}
article.post-password-required .post-password-form input[type=submit],
article.post.post-password-required .post-password-form input[type=submit] {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 12px 26px;
  font-size: 0.9375rem;
  line-height: 1;
  border-radius: 4px;
  margin-top: 18px;
  margin-left: 15px;
}
@media (prefers-reduced-motion: reduce) {
  article.post-password-required .post-password-form input[type=submit],
  article.post.post-password-required .post-password-form input[type=submit] {
    transition: none;
  }
}
article.post-password-required .post-password-form input[type=submit]:hover, article.post-password-required .post-password-form input[type=submit]:focus,
article.post.post-password-required .post-password-form input[type=submit]:hover,
article.post.post-password-required .post-password-form input[type=submit]:focus {
  text-decoration: none;
}
article.post-password-required .post-password-form input[type=submit]:focus, article.post-password-required .post-password-form input[type=submit].focus,
article.post.post-password-required .post-password-form input[type=submit]:focus,
article.post.post-password-required .post-password-form input[type=submit].focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
article.post-password-required .post-password-form input[type=submit].disabled, article.post-password-required .post-password-form input[type=submit]:disabled,
article.post.post-password-required .post-password-form input[type=submit].disabled,
article.post.post-password-required .post-password-form input[type=submit]:disabled {
  opacity: 0.65;
}
article.post-password-required .post-password-form input[type=submit]:not(:disabled):not(.disabled),
article.post.post-password-required .post-password-form input[type=submit]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
article.post-password-required .post-password-form input[type=submit]:not(:disabled):not(.disabled):active, article.post-password-required .post-password-form input[type=submit]:not(:disabled):not(.disabled).active,
article.post.post-password-required .post-password-form input[type=submit]:not(:disabled):not(.disabled):active,
article.post.post-password-required .post-password-form input[type=submit]:not(:disabled):not(.disabled).active {
  background-image: none;
}
article blockquote.jh-blockquote,
article.post blockquote.jh-blockquote {
  background-color: #f5f7fa;
  border-radius: 10px;
  margin: 0 0 22px 0;
  padding: 22px 40px 4px 64px;
  font-style: italic;
}
article blockquote.jh-blockquote .blokq-text,
article.post blockquote.jh-blockquote .blokq-text {
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 26px;
  color: #888;
}
article blockquote.jh-blockquote .blokq-text:before, article blockquote.jh-blockquote .blokq-text:after,
article.post blockquote.jh-blockquote .blokq-text:before,
article.post blockquote.jh-blockquote .blokq-text:after {
  font-size: 60px;
  position: absolute;
  color: #afafaf;
}
article blockquote.jh-blockquote .blokq-text:before,
article.post blockquote.jh-blockquote .blokq-text:before {
  left: -23px;
  top: -16px;
  transform: rotate(-180deg);
  content: open-quote;
}
article blockquote.jh-blockquote .blokq-text:after,
article.post blockquote.jh-blockquote .blokq-text:after {
  bottom: -14px;
  content: close-quote;
}
article blockquote.jh-blockquote cite,
article.post blockquote.jh-blockquote cite {
  font-weight: 500;
  color: #384047;
  display: block;
  margin-top: 0;
  font-size: 14px;
  line-height: 26px;
}
article blockquote.jh-blockquote .jh-blokq-cite,
article.post blockquote.jh-blockquote .jh-blokq-cite {
  margin-bottom: 14px;
}

.post-author-info {
  flex-shrink: 0;
}
.post-author-info .media {
  display: flex;
  align-items: center;
}
.post-author-info .avatar {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.post-author-info .media-body {
  margin-left: 15px;
}
.post-author-info .media-heading {
  margin: 0;
  line-height: 1em;
}
.post-author-info .media-heading a {
  font-size: 13px;
  font-weight: 500;
  color: #a7a7a7;
  vertical-align: bottom;
}

.type-post .entry-content {
  color: #888;
}

.search-no-results .content-area .search-form {
  display: flex;
  margin-bottom: 40px;
}
.search-no-results .content-area .search-form > label {
  min-width: 50%;
  margin-bottom: 0;
  margin-right: 15px;
}
.search-no-results .page-content > p {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #fff;
  background-color: #ed5a5a;
  border-color: #ed5a5a;
  margin-bottom: 1.5rem;
}
.search-no-results .page-content > p hr {
  border-top-color: #ea4343;
}
.search-no-results .page-content > p .alert-link {
  color: #e6e6e6;
}

.post-readmore a {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 10px 26px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 4px;
}
@media (prefers-reduced-motion: reduce) {
  .post-readmore a {
    transition: none;
  }
}
.post-readmore a:hover, .post-readmore a:focus {
  text-decoration: none;
}
.post-readmore a:focus, .post-readmore a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.post-readmore a.disabled, .post-readmore a:disabled {
  opacity: 0.65;
}
.post-readmore a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.post-readmore a:not(:disabled):not(.disabled):active, .post-readmore a:not(:disabled):not(.disabled).active {
  background-image: none;
}
.jh-recent-articles.v1, .jh-recent-articles.v2 {
  width: 100vw;
  position: relative;
  margin-left: calc(-50vw + 50% - 8px);
  padding: 42px 0 50px;
  background-color: #f4f5fa;
}
@media (max-width: 991.98px) {
  .jh-recent-articles.v1, .jh-recent-articles.v2 {
    /* (max-width: 991.98px) */
    margin-left: calc(-50vw + 50%);
  }
}
.jh-recent-articles.v1 {
  margin-bottom: 0;
  background-image: url("assets/images/inspiration-geometry.png");
}
.jh-recent-articles.v2 article.post .entry-meta,
.jh-recent-articles.v2 article .entry-meta {
  position: absolute;
  top: -260px;
  border-radius: 8px;
  left: 20px;
  padding: 12px 14px;
  margin-bottom: 0;
}
.jh-recent-articles.v2 article.post .entry-meta .posted-on,
.jh-recent-articles.v2 article .entry-meta .posted-on {
  margin: 0;
}
.jh-recent-articles.v2 article.post .entry-meta .posted-on a,
.jh-recent-articles.v2 article .entry-meta .posted-on a {
  color: #202020;
  font-size: 14px;
}
.jh-recent-articles.v2 article.post .entry-title,
.jh-recent-articles.v2 article .entry-title {
  margin: 20px 0;
}
.jh-recent-articles.v2 .content-body {
  margin-top: 0;
  padding: 0 40px;
}
.jh-recent-articles.v2 .entry-meta .comments-link {
  display: none;
}
@media (min-width: 768px) {
  .jh-recent-articles .posts.columns-1 .post {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .jh-recent-articles .posts.columns-1 .post {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .jh-recent-articles .posts.columns-2 .post {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .jh-recent-articles .posts.columns-4 .post {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .jh-recent-articles .posts.columns-5 .post {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .jh-recent-articles .posts.columns-5 .post {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.blog-grid .jh-recent-articles-inner .posts {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.blog-grid .jh-recent-articles-inner .post-inner {
  background-color: #fff;
}
.blog-grid .jh-recent-articles-inner .post {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.comments-title {
  font-size: 20px;
  margin: 0 0 20px 0;
}

.comment-list {
  padding-left: 0;
  list-style: none;
}
.comment-list > li + li {
  border-top: 1px solid #e8ecec;
}
.comment-list .bypostauthor .woocommerce-review__author:after {
  content: "\f02e";
  font-family: "Line Awesome Free";
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0 8px;
  font-size: 15px;
}
.comment-list .children {
  padding-left: 0;
  list-style: none;
  padding-left: 0px;
  border-top: 1px solid #e8ecec;
}
@media (min-width: 768px) {
  .comment-list .children {
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  .comment-list .children {
    padding-left: 80px;
  }
}
@media (max-width: 767.98px) {
  .comment-list .children iframe {
    height: 100%;
  }
}
.comment-list .children > li {
  border-top: 1px solid #e8ecec;
}
.comment-list .children > li:first-child {
  border-top: none;
}
.comment-list .children .depth-5 .children {
  padding-left: 0;
}
.comment-list .avatar {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.comment-list .comment_container {
  display: flex;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .comment-list .comment_container {
    flex-direction: row;
  }
}
.comment-list .comment-text {
  flex: 1;
  min-width: 0;
}
.comment-list .avatar + .comment-text {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .comment-list .avatar + .comment-text {
    padding-left: 30px;
  }
}
.comment-list .woocommerce-review__published-date:before,
.comment-list .comment-reply-link:before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 1em;
  vertical-align: sub;
  -webkit-font-smoothing: antialiased;
}
.comment-list .meta {
  display: flex;
  line-height: 1em;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .comment-list .meta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 0;
  }
}
.comment-list .woocommerce-review__author,
.comment-list .woocommerce-review__author a {
  font-size: 16px;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}
.comment-list .woocommerce-review__author {
  line-height: 1.3;
  padding-right: 20px;
}
@media (max-width: 767.98px) {
  .comment-list .woocommerce-review__author {
    margin-bottom: 12px;
  }
}
.comment-list .woocommerce-review__published-date {
  flex-shrink: 0;
}
.comment-list .woocommerce-review__published-date,
.comment-list .woocommerce-review__published-date a {
  font-size: 13px;
}
.comment-list .woocommerce-review__published-date:before {
  content: "\f133";
  padding-right: 7px;
}
.comment-list .reply {
  margin-top: 13px;
  line-height: 1em;
}
.comment-list .reply a {
  font-size: 14px;
}
.comment-list .reply a + a {
  margin-left: 7px;
}
.comment-list .reply .comment-reply-link:before {
  content: "\f3e5";
  padding-right: 6px;
}
.comment-list .description > p {
  font-size: 14px;
  line-height: 26px;
  color: #888;
  margin-bottom: 0;
  margin-top: 11px;
}
.comment-list .description > p strong {
  color: #384047;
}
.comment-list .comment-respond {
  margin-top: 20px;
  padding: 20px 28px;
  background-color: #fcfcfc;
  border-radius: 8px;
}
.comment-list .comment-respond #reply-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .comment-list .comment-respond #reply-title {
    margin-bottom: 0;
  }
}
.comment-list .comment-respond small {
  display: inherit;
}
.comment-list .comment-respond #cancel-comment-reply-link {
  color: #aaa;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 6px 12px;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 5px;
  background-color: #eee;
}
@media (prefers-reduced-motion: reduce) {
  .comment-list .comment-respond #cancel-comment-reply-link {
    transition: none;
  }
}
.comment-list .comment-respond #cancel-comment-reply-link:hover, .comment-list .comment-respond #cancel-comment-reply-link:focus {
  text-decoration: none;
}
.comment-list .comment-respond #cancel-comment-reply-link:focus, .comment-list .comment-respond #cancel-comment-reply-link.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.comment-list .comment-respond #cancel-comment-reply-link.disabled, .comment-list .comment-respond #cancel-comment-reply-link:disabled {
  opacity: 0.65;
}
.comment-list .comment-respond #cancel-comment-reply-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.comment-list .comment-respond #cancel-comment-reply-link:not(:disabled):not(.disabled):active, .comment-list .comment-respond #cancel-comment-reply-link:not(:disabled):not(.disabled).active {
  background-image: none;
}
.comment-list .comment-respond #cancel-comment-reply-link:hover, .comment-list .comment-respond #cancel-comment-reply-link:focus {
  background-color: #e4e4e4;
}
.comment-list .comment-respond #cancel-comment-reply-link::after {
  content: "\f00d";
  font-family: "Line Awesome Free";
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  padding-left: 4px;
  padding-top: 1px;
}
.comment-list .depth-2 #reply-title {
  flex-direction: column;
}
@media (min-width: 361px) {
  .comment-list .depth-2 #reply-title {
    flex-direction: row;
  }
}

.comment-respond .comment-reply-title {
  font-size: 18px;
  color: #384047;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}
@media (min-width: 768px) {
  .comment-respond .comment-reply-title {
    font-size: 20px;
  }
}
.comment-respond .comment-form {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.comment-respond .comment-form > p,
.comment-respond .comment-form .comment-form-rating {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.comment-respond .comment-form .logged-in-as,
.comment-respond .comment-form .comment-notes {
  font-size: 14px;
}
.comment-respond .comment-form .logged-in-as,
.comment-respond .comment-form .comment-notes,
.comment-respond .comment-form .comment-form-comment,
.comment-respond .comment-form .comment-form-cookies-consent,
.comment-respond .comment-form .form-submit {
  flex: 0 0 100%;
  max-width: 100%;
}
.comment-respond .comment-form .comment-form-author,
.comment-respond .comment-form .comment-form-email {
  flex: 0 0 50%;
  max-width: 50%;
}
.comment-respond .comment-form .comment-form-comment {
  order: 6;
  margin-bottom: 26px;
}
.comment-respond .comment-form .form-submit {
  order: 7;
}
.comment-respond .comment-form .comment-form-cookies-consent label {
  margin-left: 10px;
}
.comment-respond .comment-form input[type=submit] {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 10px 26px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 5px;
}
@media (prefers-reduced-motion: reduce) {
  .comment-respond .comment-form input[type=submit] {
    transition: none;
  }
}
.comment-respond .comment-form input[type=submit]:hover, .comment-respond .comment-form input[type=submit]:focus {
  text-decoration: none;
}
.comment-respond .comment-form input[type=submit]:focus, .comment-respond .comment-form input[type=submit].focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.comment-respond .comment-form input[type=submit].disabled, .comment-respond .comment-form input[type=submit]:disabled {
  opacity: 0.65;
}
.comment-respond .comment-form input[type=submit]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.comment-respond .comment-form input[type=submit]:not(:disabled):not(.disabled):active, .comment-respond .comment-form input[type=submit]:not(:disabled):not(.disabled).active {
  background-image: none;
}
.comment-navigation {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #e8ecec;
  border-bottom: 1px solid #e8ecec;
  margin-bottom: 20px;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 768px) {
  .comment-navigation {
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
    align-items: center;
  }
}
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 2.5;
}
@media (min-width: 768px) {
  .comment-navigation .nav-previous,
  .comment-navigation .nav-next {
    line-height: 1.75;
  }
}
.comment-navigation .nav-previous > a,
.comment-navigation .nav-next > a {
  display: inline-block;
  font-size: 15px;
}
@media (min-width: 768px) {
  .comment-navigation .nav-next {
    padding-right: 0;
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .comment-navigation .nav-previous {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 0;
  }
  .comment-navigation .nav-previous + .nav-next {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.comment-navigation a {
  color: #384047;
}

#comment-nav-above {
  display: none;
}

.pagination,
.wpjm-pagination,
.wpjmr-pagination,
.wpjmc-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px 0 10px;
}
.pagination ul.page-numbers,
.wpjm-pagination ul.page-numbers,
.wpjmr-pagination ul.page-numbers,
.wpjmc-pagination ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.pagination li,
.wpjm-pagination li,
.wpjmr-pagination li,
.wpjmc-pagination li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.pagination li a,
.pagination li > span,
.wpjm-pagination li a,
.wpjm-pagination li > span,
.wpjmr-pagination li a,
.wpjmr-pagination li > span,
.wpjmc-pagination li a,
.wpjmc-pagination li > span {
  font-size: 13px;
  padding: 9px 15px;
  line-height: 1;
  color: #576366;
  border: 2px solid #d3d9dd;
  border-radius: 5px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  text-align: center;
}
.pagination li + li,
.wpjm-pagination li + li,
.wpjmr-pagination li + li,
.wpjmc-pagination li + li {
  margin-left: 10px;
}
.pagination li:hover a,
.pagination li:hover > span,
.wpjm-pagination li:hover a,
.wpjm-pagination li:hover > span,
.wpjmr-pagination li:hover a,
.wpjmr-pagination li:hover > span,
.wpjmc-pagination li:hover a,
.wpjmc-pagination li:hover > span {
  color: #40484a;
  border-color: #b6c0c7;
  transition: all 0.4s ease 0s;
}
.pagination li .meta-nav,
.wpjm-pagination li .meta-nav,
.wpjmr-pagination li .meta-nav,
.wpjmc-pagination li .meta-nav {
  display: none;
}
.pagination a.prev,
.pagination a.next,
.wpjm-pagination a.prev,
.wpjm-pagination a.next,
.wpjmr-pagination a.prev,
.wpjmr-pagination a.next,
.wpjmc-pagination a.prev,
.wpjmc-pagination a.next {
  padding: 9px 16px;
}
.pagination .current,
.wpjm-pagination .current,
.wpjmr-pagination .current,
.wpjmc-pagination .current {
  border-color: #f0f2f3;
}
.pagination .current:hover,
.wpjm-pagination .current:hover,
.wpjmr-pagination .current:hover,
.wpjmc-pagination .current:hover {
  border-color: #f0f2f3;
}
.pagination a.page-numbers:not(.prev):not(.next),
.pagination span.page-numbers:not(.prev):not(.next),
.wpjm-pagination a.page-numbers:not(.prev):not(.next),
.wpjm-pagination span.page-numbers:not(.prev):not(.next),
.wpjmr-pagination a.page-numbers:not(.prev):not(.next),
.wpjmr-pagination span.page-numbers:not(.prev):not(.next),
.wpjmc-pagination a.page-numbers:not(.prev):not(.next),
.wpjmc-pagination span.page-numbers:not(.prev):not(.next) {
  min-width: 41px;
}

.post-type-archive-resume.resume-type-v1 .wpjmr-pagination,
.post-type-archive-resume.resume-type-v2 .wpjmr-pagination {
  padding: 60px 0;
}

/*.secondary-navigation {

    .menu {
        > .menu-item {
            margin-left: 21px;

            > a {
                display: flex;
                align-items: center;
                i {
                    font-size: 20px;
                }
            }
        }
    }
}
*/
.top-bar {
  font-size: 12px;
  background-color: #222b38;
  line-height: 25px;
  display: none;
}
@media (min-width: 768px) {
  .top-bar {
    display: block;
  }
}
.top-bar a {
  color: #fff;
}
.top-bar ul {
  padding-left: 0;
  list-style: none;
  justify-content: center;
}
@media (min-width: 768px) {
  .top-bar ul {
    justify-content: flex-start;
  }
}
.top-bar .top-bar-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .top-bar .top-bar-inner {
    justify-content: flex-end;
  }
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.top-bar .top-bar-left {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .top-bar .top-bar-left {
    margin-bottom: 0;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
.top-bar .top-bar-left .menu-text {
  display: none;
}
.top-bar .top-bar-left a {
  color: #7a8493;
}
.top-bar .top-bar-left a:hover, .top-bar .top-bar-left a:focus {
  color: #fff;
}
.top-bar .top-bar-left li + li {
  margin-left: 14px;
}
.top-bar .top-bar-right {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .top-bar .top-bar-right {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    padding-right: 0;
    display: flex;
    margin-bottom: 0;
    justify-content: flex-end;
  }
}
.top-bar .top-bar-right i {
  font-size: 18px;
  margin-right: 4px;
}
.top-bar .top-bar-right ul {
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .top-bar .top-bar-right ul {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .top-bar .top-bar-right li + li {
    margin-left: 22px;
  }
}
@media (min-width: 768px) {
  .top-bar .top-bar-right li a {
    display: flex;
    align-items: center;
  }
}

.testimonial-block.v1 {
  width: 100vw;
  position: relative;
  margin-left: calc(-50vw + 50% - 8px);
  padding: 46px 0 0;
}
@media (max-width: 991.98px) {
  .testimonial-block.v1 {
    /* (max-width: 991.98px) */
    margin-left: calc(-50vw + 50%);
  }
}
.testimonial-block.v1::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  opacity: 0.8;
}
.testimonial-block.v1 .testimonial-block-inner {
  position: relative;
  z-index: 2;
}

.testimonials {
  list-style: none;
  padding: 0;
}
.testimonials .testimonial {
  text-align: center;
}
.testimonials .testimonial:hover, .testimonials .testimonial:focus {
  outline: none;
}
.testimonials .placeholder {
  background-color: #d8d8d8;
}
.testimonials img {
  border-radius: 50%;
  width: 100px;
  margin: auto;
}
@media (min-width: 992px) {
  .testimonials .testimonial-inner {
    padding: 0 210px;
  }
}
.testimonials .testimonial-inner .customer-info {
  margin-bottom: 16px;
}

.elementor .testimonials img {
  border-radius: 50%;
}

.v1 .testimonial {
  margin-top: 50px;
  text-align: left;
}
@media (max-width: 767.98px) {
  .v1 .testimonial {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .v1 .testimonial {
    padding: 0 15px;
  }
}
.v1 .testimonial-block-inner .section-title,
.v1 .testimonial-block-inner .section-sub-title {
  color: #fff;
}
.v1 .testimonial-block-inner .slick-dots li button::before {
  color: #fff;
}
.v1 .testimonial-inner {
  min-height: 240px;
  border-radius: 8px;
  padding: 34px 22px 28px 34px;
  background-color: #fff;
  position: relative;
}
.v1 .testimonial-inner::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -0.125em;
  content: "\f10e";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 34px;
  position: absolute;
  top: 40px;
  right: 40px;
}
.v1 .testimonial-inner .customer-info {
  position: relative;
}
.v1 .testimonial-inner .customer-info-inner {
  display: inline-flex;
  align-items: baseline;
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .v1 .testimonial-inner .customer-info-inner {
    flex-direction: column;
  }
}
.v1 .testimonial-inner .customer-name {
  color: #202020;
}
.v1 .testimonial-inner .customer-profile-image {
  position: absolute;
  top: -82px;
}
.v1 .testimonial-inner .customer-designation {
  color: #888;
}
@media (min-width: 768px) {
  .v1 .testimonial-inner .customer-designation {
    margin-left: 14px;
  }
}
.v1 .testimonial-inner .customer-feedback {
  color: #888;
}

.v2 .testimonials img {
  padding: 5px;
  width: 106px;
  height: 106px;
  border: 2px dashed transparent;
}
.v2 .customer-name {
  margin-bottom: 4px;
}
.v2 .testimonial-inner .customer-info {
  margin-bottom: 26px;
}

.v2 .testimonials, .v3 .testimonials {
  overflow: hidden;
}
.v2 .testimonials .slick-list, .v3 .testimonials .slick-list {
  overflow: visible;
}
.v2 .testimonial .customer-feedback, .v3 .testimonial .customer-feedback {
  position: relative;
}
@media (min-width: 992px) {
  .v2 .testimonial .customer-feedback::before, .v2 .testimonial .customer-feedback::after, .v3 .testimonial .customer-feedback::before, .v3 .testimonial .customer-feedback::after {
    content: "";
    width: 84px;
    height: 60px;
    display: block;
    background: transparent url(assets/images/blockquote-icon.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
  }
  .v2 .testimonial .customer-feedback::before, .v3 .testimonial .customer-feedback::before {
    top: -100%;
    left: -28%;
  }
  .v2 .testimonial .customer-feedback::after, .v3 .testimonial .customer-feedback::after {
    bottom: -50%;
    right: -28%;
    transform: rotate(180deg);
  }
}

.v3 .testimonials img {
  border: 1px solid transparent;
}
.v3 .customer-profile-image {
  display: inline-block;
  box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.6);
  border-radius: 50%;
}
.v3 .customer-profile-image img {
  box-shadow: 0px 0px 0px 10px rgb(255, 255, 255);
}
.v3 .testimonials .testimonial-inner {
  padding: 20px 10px 0;
}
@media (min-width: 768px) {
  .v3 .testimonials .testimonial-inner {
    padding: 20px 100px 0;
  }
}
@media (min-width: 992px) {
  .v3 .testimonials .testimonial-inner {
    padding: 20px 210px 0;
  }
}

.banners-block {
  width: 100vw;
  position: relative;
  margin-left: calc(-50vw + 50% - 8px);
}
@media (max-width: 991.98px) {
  .banners-block {
    /* (max-width: 991.98px) */
    margin-left: calc(-50vw + 50%);
  }
}
.banners-block .section-title,
.banners-block .section-sub-title {
  color: #fff;
}
@media (max-width: 767.98px) {
  .banners-block .section-title {
    margin-bottom: 14px;
  }
}
@media (max-width: 767.98px) {
  .banners-block .section-sub-title {
    line-height: 1.6;
    display: block;
    padding: 0 20px;
  }
}
.banners-block:not(.with-action) {
  padding: 40px 0;
  transition: all 0.4s ease 0s;
}
.banners-block:not(.with-action) .section-header {
  margin-bottom: 0;
}
.banners-block.with-action {
  text-align: center;
  position: relative;
  padding: 80px 0;
}
@media (min-width: 768px) {
  .banners-block.with-action {
    padding: 87px 0 113px;
  }
}
.banners-block.with-action::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  opacity: 0.86;
}
@media (min-width: 992px) {
  .banners-block.with-action .section-header {
    margin-bottom: 41px;
  }
}
@media (max-width: 767.98px) {
  .banners-block.with-action .section-header {
    margin-bottom: 24px;
  }
}
.banners-block.with-action .banners-block-inner {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .banners-block.with-action .section-title {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .banners-block.with-action .section-title {
    line-height: 1.2;
  }
}
.banners-block.with-action .action-link {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 15px 36px;
  font-size: 1rem;
  line-height: 1;
  border-radius: 8px;
  color: #fff;
  border-color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .banners-block.with-action .action-link {
    transition: none;
  }
}
.banners-block.with-action .action-link:hover, .banners-block.with-action .action-link:focus {
  text-decoration: none;
}
.banners-block.with-action .action-link:focus, .banners-block.with-action .action-link.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.banners-block.with-action .action-link.disabled, .banners-block.with-action .action-link:disabled {
  opacity: 0.65;
}
.banners-block.with-action .action-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.banners-block.with-action .action-link:not(:disabled):not(.disabled):active, .banners-block.with-action .action-link:not(:disabled):not(.disabled).active {
  background-image: none;
}
.banners-block.with-action .action-link:hover {
  color: #202020;
  background-color: #fff;
  border-color: #fff;
}
.banners-block.with-action .action-link:focus, .banners-block.with-action .action-link.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.banners-block.with-action .action-link.disabled, .banners-block.with-action .action-link:disabled {
  color: #fff;
  background-color: transparent;
}
.banners-block.with-action .action-link:not(:disabled):not(.disabled):active, .banners-block.with-action .action-link:not(:disabled):not(.disabled).active, .show > .banners-block.with-action .action-link.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.banners-block.with-action .action-link:not(:disabled):not(.disabled):active:focus, .banners-block.with-action .action-link:not(:disabled):not(.disabled).active:focus, .show > .banners-block.with-action .action-link.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.banner-with-image-section {
  width: 100vw;
  position: relative;
  margin-left: calc(-50vw + 50% - 8px);
}
@media (max-width: 991.98px) {
  .banner-with-image-section {
    /* (max-width: 991.98px) */
    margin-left: calc(-50vw + 50%);
  }
}
@media (min-width: 768px) {
  .banner-with-image-section {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .banner-with-image-section {
    margin-top: 220px;
  }
}
.banner-with-image-section::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  opacity: 0.8;
  z-index: 1;
}

section.banner-with-image-section.jh-section {
  margin-bottom: 0;
}

.banner-with-image-section-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 20px 20px 0;
}
@media (min-width: 768px) {
  .banner-with-image-section-inner {
    height: 200px;
    padding: 0;
  }
}
.banner-with-image-section-inner .banner-with-image-details,
.banner-with-image-section-inner .banner-thumbnail {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.banner-with-image-section-inner .banner-with-image-details {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .banner-with-image-section-inner .banner-with-image-details {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    margin-bottom: 0;
  }
}
.banner-with-image-section-inner .banner-with-image-details .title {
  font-size: 30px;
}
.banner-with-image-section-inner .banner-with-image-details .sub-title {
  font-size: 16px;
}
.banner-with-image-section-inner .banner-with-image-details .title,
.banner-with-image-section-inner .banner-with-image-details .sub-title {
  color: #fff;
}
.banner-with-image-section-inner .banner-thumbnail {
  height: 100%;
}
@media (min-width: 768px) {
  .banner-with-image-section-inner .banner-thumbnail {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .banner-with-image-section-inner .banner-thumbnail img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.dual-banner-section {
  width: 100vw;
  position: relative;
  margin-left: calc(-50vw + 50% - 8px);
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .dual-banner-section {
    /* (max-width: 991.98px) */
    margin-left: calc(-50vw + 50%);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .dual-banner-section .container {
    max-width: 100%;
  }
}

.dual-banner-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .dual-banner-inner {
    height: 400px;
  }
}
.dual-banner-inner .banner-caption {
  margin-bottom: 20px;
}
.dual-banner-inner .banner-caption,
.dual-banner-inner .banner-action {
  position: relative;
  z-index: 2;
}
.dual-banner-inner .banners {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  height: 100%;
  margin-bottom: 0;
  flex-grow: 1;
}
.dual-banner-inner .banners .banner {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding: 40px 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .dual-banner-inner .banners .banner {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }
}
.dual-banner-inner .banners .banner::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: " ";
  opacity: 0.8;
  z-index: 1;
}
.dual-banner-inner .banners .banner:not(.align-end)::after {
  left: -2000px;
  right: 0;
  background-color: #202020;
}
@media (min-width: 768px) {
  .dual-banner-inner .banners .banner:not(.align-end) .sub-title {
    padding-right: 100px;
  }
}
.dual-banner-inner .banners .align-end {
  text-align: right;
}
.dual-banner-inner .banners .align-end::after {
  right: -2000px;
  left: 0;
}
@media (min-width: 768px) {
  .dual-banner-inner .banners .align-end .sub-title {
    padding-left: 100px;
  }
}
.dual-banner-inner .banners .banner-title {
  font-size: 40px;
  font-weight: 400;
  margin: 14px 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .dual-banner-inner .banners .banner-title {
    font-size: 36px;
  }
}
.dual-banner-inner .banners .sub-title {
  font-size: 16px;
  display: block;
  line-height: 1.6;
}
.dual-banner-inner .banners .banner-title,
.dual-banner-inner .banners .sub-title {
  color: #fff;
}
.dual-banner-inner .banners .banner-action a {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 11px 57.5px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0px;
  color: #fff;
  border-color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .dual-banner-inner .banners .banner-action a {
    transition: none;
  }
}
.dual-banner-inner .banners .banner-action a:hover, .dual-banner-inner .banners .banner-action a:focus {
  text-decoration: none;
}
.dual-banner-inner .banners .banner-action a:focus, .dual-banner-inner .banners .banner-action a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.dual-banner-inner .banners .banner-action a.disabled, .dual-banner-inner .banners .banner-action a:disabled {
  opacity: 0.65;
}
.dual-banner-inner .banners .banner-action a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.dual-banner-inner .banners .banner-action a:not(:disabled):not(.disabled):active, .dual-banner-inner .banners .banner-action a:not(:disabled):not(.disabled).active {
  background-image: none;
}
.dual-banner-inner .banners .banner-action a:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.dual-banner-inner .banners .banner-action a:focus, .dual-banner-inner .banners .banner-action a.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.dual-banner-inner .banners .banner-action a.disabled, .dual-banner-inner .banners .banner-action a:disabled {
  color: #fff;
  background-color: transparent;
}
.dual-banner-inner .banners .banner-action a:not(:disabled):not(.disabled):active, .dual-banner-inner .banners .banner-action a:not(:disabled):not(.disabled).active, .show > .dual-banner-inner .banners .banner-action a.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.dual-banner-inner .banners .banner-action a:not(:disabled):not(.disabled):active:focus, .dual-banner-inner .banners .banner-action a:not(:disabled):not(.disabled).active:focus, .show > .dual-banner-inner .banners .banner-action a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.dual-banner-inner .banners .banner-action a:hover, .dual-banner-inner .banners .banner-action a:focus {
  color: #202020;
}

.how-it-works-section .steps {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.how-it-works-section .step {
  text-align: center;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .how-it-works-section .step {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
.how-it-works-section .step + .step {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .how-it-works-section .step + .step {
    margin-top: 0;
  }
}
.how-it-works-section .step i {
  width: 100px;
  height: 100px;
  font-size: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.how-it-works-section.v1 .step i {
  border: 2px dashed transparent;
}
.how-it-works-section.v1 .step:hover i, .how-it-works-section.v1 .step:focus i {
  color: #141f71;
  border-color: #141f71;
}
.how-it-works-section.v2 .step i {
  color: #fff;
}
.how-it-works-section.v2 .step:hover i, .how-it-works-section.v2 .step:focus i {
  background-color: #647585;
}
.how-it-works-section.v2 .step:hover .step-thumbnail, .how-it-works-section.v2 .step:focus .step-thumbnail {
  box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  border-radius: 50%;
  display: inline-block;
}
.how-it-works-section.v1 .steps, .how-it-works-section.v2 .steps {
  position: relative;
  overflow: hidden;
}
.how-it-works-section.v1 .step i, .how-it-works-section.v2 .step i {
  background-color: #fff;
  box-shadow: 0px 0px 0px 10px rgb(255, 255, 255);
}
.how-it-works-section.v1 .step .step-info, .how-it-works-section.v2 .step .step-info {
  background-color: #fff;
  padding: 20px 20px 0;
}
@media (min-width: 1200px) {
  .how-it-works-section.v1 .step + .step::before, .how-it-works-section.v2 .step + .step::before {
    content: " ";
    width: 456px;
    height: 288px;
    border: 1px dashed transparent;
    position: absolute;
    border-radius: 50%;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    left: -56%;
    top: -90%;
    z-index: -1;
  }
  .how-it-works-section.v1 .step:nth-child(3)::before, .how-it-works-section.v2 .step:nth-child(3)::before {
    top: 0;
    border-top-width: 1px;
    border-bottom-width: 0;
  }
}
.how-it-works-section.v3 {
  padding: 60px 0;
}
.how-it-works-section.v3 i {
  border: 1px solid #e7e7e7;
  color: #647585;
}
.how-it-works-section.v3 .step-thumbnail {
  margin-bottom: 34px;
}
.how-it-works-section.v3 .step-title {
  color: #202020;
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
}
.how-it-works-section.v3 .step-desc {
  color: #888;
  font-size: 14px;
}
.how-it-works-section.v4 .step {
  padding: 0px 34px;
}
.how-it-works-section.v4 .step:hover i, .how-it-works-section.v4 .step:focus i {
  color: #202020;
}
.how-it-works-section.v4 .step i {
  background-color: #f4f5fa;
}
@media (min-width: 768px) {
  .how-it-works-section.v4 .step + .step::before {
    content: " ";
    width: 190px;
    left: -94px;
    height: 1px;
    background-color: #f4f5fa;
    display: block;
    position: absolute;
    top: 50px;
  }
}
@media (min-width: 992px) {
  .how-it-works-section.v4 .step + .step::before {
    width: 270px;
    left: -136px;
  }
}
.how-it-works-section.v4 .step-title {
  font-size: 16px;
  font-weight: 500;
  color: #202020;
}
.how-it-works-section.v4 .step-desc {
  font-size: 14px;
  color: #888;
}
.how-it-works-section.v4 .step-thumbnail {
  margin-bottom: 30px;
}
.how-it-works-section.v4 .section-header {
  margin-bottom: 40px;
}

.jh-site-stats-section {
  width: 100vw;
  position: relative;
  margin-left: calc(-50vw + 50% - 8px);
  padding: 46px 0 70px;
}
@media (max-width: 991.98px) {
  .jh-site-stats-section {
    /* (max-width: 991.98px) */
    margin-left: calc(-50vw + 50%);
  }
}
.jh-site-stats-section.v1 {
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .jh-site-stats-section.v1 {
    background-position: inherit;
  }
}
.jh-site-stats-section.v1::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  opacity: 0.8;
  z-index: 1;
}
.jh-site-stats-section.v1 .jh-site-stats-inner {
  position: relative;
  z-index: 2;
}
.jh-site-stats-section.v1 .section-title,
.jh-site-stats-section.v1 .section-sub-title {
  color: #fff;
}
.jh-site-stats-section.v1 .section-header {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .jh-site-stats-section.v1 .section-header {
    padding: 0 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .jh-site-stats-section.v1 .section-header {
    padding: 0 180px;
    margin-bottom: 76px;
  }
}
.jh-site-stats-section.v1 .site-stats .stats-count,
.jh-site-stats-section.v1 .site-stats .stats-title {
  color: #fff;
}
.jh-site-stats-section .site-stats-list {
  list-style: none;
  padding: 0;
  text-align: center;
  align-items: center;
  margin-bottom: 0;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767.98px) {
  .jh-site-stats-section .site-stats-list {
    flex-direction: column;
  }
  .jh-site-stats-section .site-stats-list li + li {
    margin-top: 40px;
  }
}
.jh-site-stats-section .site-stats {
  line-height: 1;
}
.jh-site-stats-section .site-stats .stats-count {
  font-weight: 700;
}
@media (min-width: 992px) {
  .jh-site-stats-section .site-stats .stats-count {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .jh-site-stats-section .site-stats .stats-count {
    font-size: 50px;
  }
}
.jh-site-stats-section .site-stats .stats-title {
  font-weight: 500;
  margin-top: 4px;
}
@media (min-width: 992px) {
  .jh-site-stats-section .site-stats .stats-title {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .jh-site-stats-section .site-stats .stats-title {
    font-size: 16px;
  }
}
.jh-site-stats-section.v2 {
  padding: 42px 0 53px;
  background-color: #f4f5fa;
}
.jh-site-stats-section.v2 .section-header {
  margin-bottom: 64px;
}

.app-promo-section {
  width: 100vw;
  position: relative;
  margin-left: calc(-50vw + 50% - 8px);
}
@media (max-width: 991.98px) {
  .app-promo-section {
    /* (max-width: 991.98px) */
    margin-left: calc(-50vw + 50%);
  }
}

.app-promo-section-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
  padding: 50px 15px 0;
}
@media (min-width: 768px) {
  .app-promo-section-inner {
    height: 500px;
    padding: 0;
  }
}
.app-promo-section-inner .app-promo-details,
.app-promo-section-inner .app-promo-banner {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.app-promo-section-inner .app-promo-details {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .app-promo-section-inner .app-promo-details {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .app-promo-section-inner .app-promo-banner {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    align-self: flex-end;
  }
}
.app-promo-section-inner .section-header {
  text-align: left;
}
.app-promo-section-inner .section-header .section-title,
.app-promo-section-inner .section-header .section-sub-title {
  color: #fff;
}

.app-promo-links {
  list-style: none;
  padding: 0;
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) {
  .app-promo-links {
    flex-direction: row;
  }
}

.app-promo-link {
  width: 100%;
}
@media (min-width: 768px) {
  .app-promo-link {
    width: auto;
  }
}
.app-promo-link a {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 10px 19px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 8px;
  color: #fff;
  border-color: #fff;
  display: flex;
  align-items: center;
  text-align: left;
  min-width: 230px;
  height: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .app-promo-link a {
    transition: none;
  }
}
.app-promo-link a:hover, .app-promo-link a:focus {
  text-decoration: none;
}
.app-promo-link a:focus, .app-promo-link a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.app-promo-link a.disabled, .app-promo-link a:disabled {
  opacity: 0.65;
}
.app-promo-link a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.app-promo-link a:not(:disabled):not(.disabled):active, .app-promo-link a:not(:disabled):not(.disabled).active {
  background-image: none;
}
.app-promo-link a:hover {
  color: #202020;
  background-color: #fff;
  border-color: #fff;
}
.app-promo-link a:focus, .app-promo-link a.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.app-promo-link a.disabled, .app-promo-link a:disabled {
  color: #fff;
  background-color: transparent;
}
.app-promo-link a:not(:disabled):not(.disabled):active, .app-promo-link a:not(:disabled):not(.disabled).active, .show > .app-promo-link a.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.app-promo-link a:not(:disabled):not(.disabled):active:focus, .app-promo-link a:not(:disabled):not(.disabled).active:focus, .show > .app-promo-link a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.app-promo-link a .app-sub-title,
.app-promo-link a .app-title {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.app-promo-link a:hover .app-sub-title,
.app-promo-link a:hover .app-title, .app-promo-link a:focus .app-sub-title,
.app-promo-link a:focus .app-title {
  color: #202020;
}
.app-promo-link .app-link-info {
  margin-left: 20px;
}
.app-promo-link .app-title {
  margin: 0;
}
.app-promo-link i {
  font-size: 34px;
}
.app-promo-link .fa-apple {
  font-size: 40px;
}
.app-promo-link + .app-promo-link {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .app-promo-link + .app-promo-link {
    margin-left: 30px;
    margin-top: 0;
  }
}

.faq-content-question-header {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.faq-content-question-header h5[data-toggle=collapse] {
  flex: 0 1 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 500;
  padding: 0 60px 0 0;
  margin: 0;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .faq-content-question-header h5[data-toggle=collapse] {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .faq-content-question-header h5[data-toggle=collapse] {
    font-size: 20px;
  }
}
.faq-content-question-header h5::after {
  content: "\f068";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 20px;
  position: absolute;
  right: 0;
}
.faq-content-question-header h5.collapsed::after {
  content: "\f067";
  font-size: 20px;
}

.jobhunt-faq-content {
  padding-top: 15px;
}

.faq-content-question-body {
  padding-top: 20px;
  color: #888;
}

.faq-content-questions {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.faq-content-question + .faq-content-question {
  margin-top: 40px;
}

.jobhunt-faq-section {
  background: transparent !important;
}
.jobhunt-faq-section .section-header {
  text-align: left;
}
.jobhunt-faq-section .jobhunt-faq-content {
  padding-top: 0;
}
.jobhunt-faq-section .faq-content-question {
  margin-bottom: 1px;
  margin-top: 0;
}
.jobhunt-faq-section .faq-content-question-header {
  background-color: #f4f5fa;
  height: 60px;
}
.jobhunt-faq-section .faq-content-question-header h5[data-toggle=collapse] {
  padding: 0 60px 0 32px;
  font-size: 16px;
}
.jobhunt-faq-section .faq-content-question-header h5::after {
  content: "\f063";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 17px;
  right: 32px;
}
.jobhunt-faq-section .faq-content-question-header h5.collapsed::after {
  font-size: 17px;
  content: "\f105" /*rtl:"\f104.1"*/;
}
.jobhunt-faq-section .faq-content-question-body {
  padding: 20px 32px;
}

.features {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.features .feature {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .features .feature {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .features .feature {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.feature-thumbnail i {
  font-size: 40px;
  padding: 20px;
  margin-right: 20px;
  border: 2px solid #e6e7ef;
  border-radius: 50px;
  color: #647585;
}

.feature-inner {
  display: flex;
}
.feature-inner:hover .feature-thumbnail i, .feature-inner:focus .feature-thumbnail i {
  color: #fff;
}

.feature-title {
  font-size: 16px;
  color: #202020;
  font-weight: 500;
  margin-top: 0;
}

.feature-desc {
  color: #888;
}

#scrollUp {
  border-radius: 50%;
  border: 2px solid #5d6d88;
  color: #5d6d88;
  bottom: 1.25rem;
  font-size: 30px;
  height: 50px;
  width: 50px;
  right: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease 0s;
}
#scrollUp:hover, #scrollUp:focus {
  color: #fff;
}

@media (max-width: 991.98px) {
  #scrollUp {
    bottom: 2rem;
  }
}
.pac-container {
  box-shadow: none;
  z-index: 1;
  margin-top: -3px;
  border: 1px solid #d9d9d9;
  border-top-width: 0;
}
.pac-container .pac-item {
  padding: 5px 10px;
}

.pac-logo:after {
  background-size: 100px 12px;
  margin-right: 10px;
  margin-bottom: 4px;
}

.ui-autocomplete {
  padding-left: 0;
  list-style: none;
  background-color: #fff;
  margin-bottom: 0;
  border-radius: 0 0 2px 2px;
  z-index: 5;
  box-shadow: 0px -2px 0px 0px #fff;
}
.ui-autocomplete .ui-menu-item {
  padding: 10px 20px;
  border-top: 1px solid #e6e6e6;
  border-radius: 0 0 2px 2px;
  font-size: 13px;
}
.ui-autocomplete .ui-menu-item:hover, .ui-autocomplete .ui-menu-item:focus {
  background-color: #fafafa;
}

.hentry .byline,
.hentry .updated:not(.published) {
  display: none;
}
.hentry .media-attachment img,
.hentry .wp-post-image {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
}
.hentry .post-thumbnail {
  overflow: hidden;
  border-radius: 6px;
}
@media (min-width: 1200px) {
  .hentry .post-thumbnail img {
    transition: all 0.4s ease 0s;
    transform: scale(1.1) translate(-20px);
  }
  .hentry .post-thumbnail img:hover, .hentry .post-thumbnail img:focus {
    transform: translate(0px) scale(1.1);
  }
}

@media (min-width: 1200px) {
  .blog-list .hentry .post-thumbnail img,
  .blog-grid .hentry .post-thumbnail img,
  .single-post .hentry .post-thumbnail img {
    transform: scale(1.1) translate(-8px);
  }
  .blog-list .hentry .post-thumbnail img:hover, .blog-list .hentry .post-thumbnail img:focus,
  .blog-grid .hentry .post-thumbnail img:hover,
  .blog-grid .hentry .post-thumbnail img:focus,
  .single-post .hentry .post-thumbnail img:hover,
  .single-post .hentry .post-thumbnail img:focus {
    transform: translate(0px) scale(1.1);
  }
}

@media (max-width: 767.98px) {
  .blog .site-content-inner > .widget-area,
  .single-post .site-content-inner > .widget-area {
    margin-top: 50px;
  }
}

/*blog-default*/
.blog-default article.post .entry-meta,
.blog-default article .entry-meta {
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .blog-default article.post .entry-meta,
  .blog-default article .entry-meta {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .blog-default article.post .entry-meta span,
  .blog-default article .entry-meta span {
    margin-right: 30px;
  }
}

/*grid*/
.blog-grid .site-main {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.blog-grid article.post,
.blog-grid article {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .blog-grid article.post,
  .blog-grid article {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-grid article.post,
  .blog-grid article {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.blog-grid article.post .post-inner,
.blog-grid article .post-inner {
  border: 1px solid #e8ecec;
  border-top: 0;
  border-radius: 6px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}
.blog-grid article.post:hover .post-inner, .blog-grid article.post:focus .post-inner,
.blog-grid article:hover .post-inner,
.blog-grid article:focus .post-inner {
  border-color: transparent;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease 0s;
}
.blog-grid article.post .post-author-info,
.blog-grid article .post-author-info {
  display: none;
}
.blog-grid article.post .posted-on,
.blog-grid article .posted-on {
  margin-right: 10px;
}
.blog-grid article.post .posted-on .published + .updated,
.blog-grid article .posted-on .published + .updated {
  display: none;
}
.blog-grid article.post .media-attachment,
.blog-grid article .media-attachment {
  margin-bottom: 0;
}
.blog-grid article.post .media-attachment .post-icon, .blog-grid article.post .media-attachment .post-thumbnail,
.blog-grid article .media-attachment .post-icon,
.blog-grid article .media-attachment .post-thumbnail {
  border-radius: 6px 6px 0 0;
}
.blog-grid article.post .entry-title,
.blog-grid article .entry-title {
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 500;
}
.blog-grid article.post .entry-title a,
.blog-grid article.post .entry-title a:hover,
.blog-grid article .entry-title a,
.blog-grid article .entry-title a:hover {
  color: #232323;
}
.blog-grid article.post .entry-meta,
.blog-grid article .entry-meta {
  display: flex;
  background-color: #fff;
  padding: 20px 8px;
  border-radius: 6px 6px 0 0;
  margin-bottom: 7px;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (min-width: 768px) {
  .blog-grid article.post .entry-meta,
  .blog-grid article .entry-meta {
    padding: 20px 22px;
  }
}
.blog-grid article.post .entry-meta span,
.blog-grid article .entry-meta span {
  margin-left: 0;
  line-height: 1;
  margin-bottom: 6px;
}
.blog-grid article.post .entry-meta .cat-links,
.blog-grid article .entry-meta .cat-links {
  display: none;
}
.blog-grid article.post .post-readmore,
.blog-grid article .post-readmore {
  border-top: 1px solid #e8ecec;
}
.blog-grid article.post .post-readmore a,
.blog-grid article .post-readmore a {
  border: none;
  font-size: 13px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-grid article.post .post-readmore a:hover, .blog-grid article.post .post-readmore a:focus,
.blog-grid article .post-readmore a:hover,
.blog-grid article .post-readmore a:focus {
  background-color: transparent;
}
.blog-grid article.post .post-readmore a:hover, .blog-grid article.post .post-readmore a:focus, .blog-grid article.post .post-readmore a:active,
.blog-grid article .post-readmore a:hover,
.blog-grid article .post-readmore a:focus,
.blog-grid article .post-readmore a:active {
  box-shadow: none !important;
}
.blog-grid article.post .post-readmore a:after,
.blog-grid article .post-readmore a:after {
  content: "\f105" /*rtl:"\f104"*/;
  font-family: "Line Awesome Free";
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 4px;
}
.blog-grid article.post .post-thumbnail img,
.blog-grid article .post-thumbnail img {
  margin: 0 auto;
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 280px;
  object-fit: cover;
}
.blog-grid .content-body {
  text-align: center;
  border-top: 0;
  border-radius: 0px 0px 6px 6px;
  padding: 0 15px;
  margin-top: -30px;
  display: flex;
  flex-direction: column;
  height: inherit;
  position: relative;
}
.blog-grid .content-body .entry-content {
  flex: 0 1 100%;
}
.blog-grid article.post .entry-meta .posted-on a:before,
.blog-grid article.post .entry-meta .comments-link a:before {
  content: none;
}
.blog-grid .comments-link {
  border-left: 1px solid;
  margin-left: 8px;
  padding-left: 11px;
  margin-right: 0;
}

@media (min-width: 768px) {
  .blog-grid.right-sidebar article.post,
  .blog-grid.right-sidebar article,
  .blog-grid.left-sidebar article.post,
  .blog-grid.left-sidebar article {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/*list*/
.blog-list article.post .post-inner,
.blog-list article .post-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 40px;
}
.blog-list article.post .entry-meta span,
.blog-list article .entry-meta span {
  margin-left: 0;
}
.blog-list article.post .entry-meta .comments-link,
.blog-list article .entry-meta .comments-link {
  margin-left: 30px;
}
.blog-list article.post .media-attachment,
.blog-list article .media-attachment {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .blog-list article.post .media-attachment,
  .blog-list article .media-attachment {
    flex: 0 0 35.83333333%;
    max-width: 35.83333333%;
    margin-bottom: 0;
  }
  .blog-list article.post .media-attachment img,
  .blog-list article .media-attachment img {
    margin-bottom: 0;
    object-fit: cover;
    height: 276px;
  }
  .blog-list article.post .media-attachment .post-icon,
  .blog-list article .media-attachment .post-icon {
    height: 276px;
  }
}
.blog-list article.post .post-author-info,
.blog-list article.post .cat-links,
.blog-list article .post-author-info,
.blog-list article .cat-links {
  display: none;
}
.blog-list article.post .content-body,
.blog-list article .content-body {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .blog-list article.post .content-body,
  .blog-list article .content-body {
    flex: 0 0 64.16666667%;
    max-width: 64.16666667%;
  }
}
.blog-list article.post .post-readmore a,
.blog-list article .post-readmore a {
  border: none;
  font-size: 13px;
  line-height: 1.3;
  background-color: transparent;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  padding: 0;
}
.blog-list article.post .post-readmore a:hover, .blog-list article.post .post-readmore a:focus,
.blog-list article .post-readmore a:hover,
.blog-list article .post-readmore a:focus {
  background-color: transparent;
}
.blog-list article.post .post-readmore a:after,
.blog-list article .post-readmore a:after {
  content: "\f061" /*rtl:"\f060"*/;
  font-family: "Line Awesome Free";
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 4px;
}
.blog-list article.post .entry-content p,
.blog-list article .entry-content p {
  margin-bottom: 10px;
}
.blog-list article.post.format-quote, .blog-list article.post.format-link,
.blog-list article.format-quote,
.blog-list article.format-link {
  margin-left: 0;
  margin-right: 0;
}
.blog-list article.format-status {
  padding-left: 15px;
  padding-right: 15px;
}

article.post.format-status .entry-content p {
  font-size: 23px;
  margin-bottom: 33px;
}
article.post.format-aside .posted-on a, article.post.format-status .posted-on a {
  color: #a7a7a7;
}

.post-navigation {
  margin-bottom: 30px;
}
.post-navigation .screen-reader-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.post-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0;
  justify-content: flex-end;
  align-items: center;
  padding: 29px 0;
  border-top: 1px solid #e8ecec;
  border-bottom: 1px solid #e8ecec;
}
.post-navigation .nav-links .nav-next:only-child {
  margin-left: auto;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.post-navigation .nav-previous > a,
.post-navigation .nav-next > a {
  display: inline-block;
}
.post-navigation .nav-previous > a:hover .nav-icon, .post-navigation .nav-previous > a:focus .nav-icon,
.post-navigation .nav-next > a:hover .nav-icon,
.post-navigation .nav-next > a:focus .nav-icon {
  border-color: #8c9aa6;
}
.post-navigation .nav-previous > a:hover .post-title, .post-navigation .nav-previous > a:focus .post-title,
.post-navigation .nav-next > a:hover .post-title,
.post-navigation .nav-next > a:focus .post-title {
  color: #4b5658;
}
.post-navigation .nav-previous {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .post-navigation .nav-previous {
    margin-bottom: 0;
    padding-left: 0;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .post-navigation .nav-previous + .nav-next {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
  }
}
.post-navigation .nav-next {
  display: flex;
  justify-content: flex-end;
}
.post-navigation a {
  color: #384047;
}
.post-navigation .jobhunt-post-nav {
  display: flex;
  align-items: center;
}
.post-navigation .jobhunt-post-title {
  padding-left: 20px;
  line-height: 1em;
}
.post-navigation .jobhunt-post-title.next {
  padding-left: 0;
  padding-right: 20px;
  text-align: right;
}
.post-navigation .post-direction {
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
}
.post-navigation .post-title {
  font-size: 13px;
  color: #888;
  word-break: break-word;
}
.post-navigation .nav-icon {
  display: inline-block;
  width: 53px;
  height: 53px;
  border: 2px solid #d3d9dd;
  border-radius: 50%;
  text-align: center;
  line-height: 53px;
  font-size: 20px;
  transition: all 0.4s ease 0s;
}

.tag-share {
  display: flex;
  justify-content: space-between;
  padding: 18.5px 0;
  align-items: center;
  border-top: 1px solid #e8ecec;
  clear: both;
}
.tag-share .tags-links {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tag-share .tags-links .tags-label {
  font-size: 16px;
  color: #384047;
  margin-right: 20px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
}
.tag-share .tags-links a {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 7px 15.2px;
  font-size: 0.8125rem;
  line-height: 1em;
  border-radius: 5px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #eaedee;
  border-color: #eaedee;
  color: #656c72;
  border-width: 2px;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  margin: 4px 0;
}
@media (prefers-reduced-motion: reduce) {
  .tag-share .tags-links a {
    transition: none;
  }
}
.tag-share .tags-links a:hover, .tag-share .tags-links a:focus {
  text-decoration: none;
}
.tag-share .tags-links a:focus, .tag-share .tags-links a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.tag-share .tags-links a.disabled, .tag-share .tags-links a:disabled {
  opacity: 0.65;
}
.tag-share .tags-links a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.tag-share .tags-links a:not(:disabled):not(.disabled):active, .tag-share .tags-links a:not(:disabled):not(.disabled).active {
  background-image: none;
}
.tag-share .tags-links a:hover {
  color: #3e474f;
  background-color: #fff;
  border-color: #dde0e1;
}
.tag-share .tags-links a:focus, .tag-share .tags-links a.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 237, 238, 0.5);
}
.tag-share .tags-links a.disabled, .tag-share .tags-links a:disabled {
  color: #eaedee;
  background-color: transparent;
}
.tag-share .tags-links a:not(:disabled):not(.disabled):active, .tag-share .tags-links a:not(:disabled):not(.disabled).active, .show > .tag-share .tags-links a.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #dde0e1;
}
.tag-share .tags-links a:not(:disabled):not(.disabled):active:focus, .tag-share .tags-links a:not(:disabled):not(.disabled).active:focus, .show > .tag-share .tags-links a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 237, 238, 0.5);
}
.tag-share .tags-links a + a {
  margin-left: 8px;
}
.tag-share .sd-block {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom-width: 0;
}

.page-links {
  clear: both;
}

.blog .header-bg-default + .site-content-page-header .page-title-area,
.blog-archive .header-bg-default + .site-content-page-header .page-title-area,
.single.single-post .header-bg-default + .site-content-page-header .page-title-area {
  display: block;
  margin: auto 0;
}
.blog .header-bg-default + .site-content-page-header .page-title-area-inner + .page-header-aside,
.blog-archive .header-bg-default + .site-content-page-header .page-title-area-inner + .page-header-aside,
.single.single-post .header-bg-default + .site-content-page-header .page-title-area-inner + .page-header-aside {
  margin-top: 14px;
}
.blog .header-bg-default + .site-content-page-header .site-content-page-header-inner,
.blog-archive .header-bg-default + .site-content-page-header .site-content-page-header-inner,
.single.single-post .header-bg-default + .site-content-page-header .site-content-page-header-inner {
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
  height: 230px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.blog .header-bg-default + .site-content-page-header .site-content-page-title,
.blog-archive .header-bg-default + .site-content-page-header .site-content-page-title,
.single.single-post .header-bg-default + .site-content-page-header .site-content-page-title {
  color: #fff;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .single.single-post.right-sidebar .post-navigation .nav-links,
  .single.single-post.right-sidebar .comment-respond,
  .single.single-post.right-sidebar .tag-share .tags-links,
  .single.single-post.right-sidebar .comment-list .comment-text,
  .single.single-post.right-sidebar article, .single.single-post.right-sidebar article.post,
  .single.single-post.right-sidebar .comment-navigation .nav-previous + .nav-next {
    padding-right: 30px;
  }
  .single.single-post.left-sidebar .post-navigation .nav-links,
  .single.single-post.left-sidebar .comment-respond,
  .single.single-post.left-sidebar .tag-share .tags-links,
  .single.single-post.left-sidebar .comments-title,
  .single.single-post.left-sidebar .comment-list .comment_container,
  .single.single-post.left-sidebar .comment-navigation .nav-previous,
  .single.single-post.left-sidebar article, .single.single-post.left-sidebar article.post,
  .single.single-post.left-sidebar .comment-navigation .nav-previous + .nav-next {
    padding-left: 30px;
  }
  .right-sidebar.blog:not(.blog-list) article .post-inner,
  .right-sidebar.blog:not(.blog-list) article.post .post-inner,
  body.blog-archive.right-sidebar article .post-inner,
  body.blog-archive.right-sidebar article.post .post-inner,
  body.search:not(.archive).right-sidebar article .post-inner,
  body.search:not(.archive).right-sidebar article.post .post-inner {
    padding-right: 30px;
  }
  body.search:not(.archive).right-sidebar .no-results {
    padding-right: 30px;
  }
  .left-sidebar.blog:not(.blog-list) article .post-inner,
  .left-sidebar.blog:not(.blog-list) article.post .post-inner,
  body.blog-archive.left-sidebar article .post-inner,
  body.blog-archive.left-sidebar article.post .post-inner,
  body.search:not(.archive).left-sidebar article .post-inner,
  body.search:not(.archive).left-sidebar article.post .post-inner {
    padding-left: 30px;
  }
  body.search:not(.archive).left-sidebar .no-results {
    padding-left: 30px;
  }
  .right-sidebar.blog.blog-grid article .post-inner,
  .right-sidebar.blog.blog-grid article.post .post-inner {
    padding-right: 0;
  }
  .left-sidebar.blog.blog-grid article .post-inner,
  .left-sidebar.blog.blog-grid article.post .post-inner {
    padding-left: 0;
  }
  .blog.blog-list.right-sidebar .site-content-inner,
  .blog.blog-list.right-sidebar article.post .post-inner,
  .blog.blog-list.right-sidebar article .post-inner,
  .blog.blog-list.left-sidebar .site-content-inner,
  .blog.blog-list.left-sidebar article.post .post-inner,
  .blog.blog-list.left-sidebar article .post-inner {
    margin: 0;
  }
  .blog.blog-list.right-sidebar article.post .media-attachment,
  .blog.blog-list.right-sidebar article .media-attachment {
    padding-left: 0;
  }
  .blog.blog-list.right-sidebar article.post .content-body,
  .blog.blog-list.right-sidebar article .content-body,
  .blog.right-sidebar.blog-grid #primary {
    padding-right: 30px;
  }
  .blog.blog-list.left-sidebar article.post .media-attachment,
  .blog.blog-list.left-sidebar article .media-attachment,
  .blog.left-sidebar.blog-grid #primary {
    padding-left: 30px;
  }
  .blog.blog-list.left-sidebar article.post .content-body,
  .blog.blog-list.left-sidebar article .content-body {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .blog.left-sidebar .site-content-page-header,
  .blog.left-sidebar .site-content,
  .blog.right-sidebar .site-content-page-header,
  .blog.right-sidebar .site-content,
  body.blog-archive.right-sidebar .site-content-page-header,
  body.blog-archive.right-sidebar .site-content,
  body.blog-archive.left-sidebar .site-content-page-header,
  body.blog-archive.left-sidebar .site-content,
  .single.single-post.right-sidebar .site-content-page-header,
  .single.single-post.right-sidebar .site-content,
  .single.single-post.left-sidebar .site-content-page-header,
  .single.single-post.left-sidebar .site-content,
  body.search:not(.archive).right-sidebar .site-content-page-header,
  body.search:not(.archive).right-sidebar .site-content,
  body.search:not(.archive).left-sidebar .site-content-page-header,
  body.search:not(.archive).left-sidebar .site-content {
    margin-bottom: 0;
  }
  .blog.left-sidebar #primary,
  .blog.left-sidebar #secondary,
  .blog.right-sidebar #primary,
  .blog.right-sidebar #secondary,
  body.blog-archive.right-sidebar #primary,
  body.blog-archive.right-sidebar #secondary,
  body.blog-archive.left-sidebar #primary,
  body.blog-archive.left-sidebar #secondary,
  .single.single-post.right-sidebar #primary,
  .single.single-post.right-sidebar #secondary,
  .single.single-post.left-sidebar #primary,
  .single.single-post.left-sidebar #secondary,
  body.search:not(.archive).right-sidebar #primary,
  body.search:not(.archive).right-sidebar #secondary,
  body.search:not(.archive).left-sidebar #primary,
  body.search:not(.archive).left-sidebar #secondary {
    padding: 40px 28px;
  }
  .blog.right-sidebar .content-area,
  body.blog-archive.right-sidebar .content-area,
  .single.single-post.right-sidebar .content-area,
  body.search:not(.archive).right-sidebar .content-area {
    border-right: 1px solid #edeff7;
  }
  .blog.right-sidebar #primary,
  body.blog-archive.right-sidebar #primary,
  .single.single-post.right-sidebar #primary,
  body.search:not(.archive).right-sidebar #primary {
    padding-left: 15px;
    padding-right: 0;
  }
  .blog.right-sidebar #secondary,
  body.blog-archive.right-sidebar #secondary,
  .single.single-post.right-sidebar #secondary,
  body.search:not(.archive).right-sidebar #secondary {
    padding-right: 15px;
  }
  .blog.left-sidebar .content-area,
  body.blog-archive.left-sidebar .content-area,
  .single.single-post.left-sidebar .content-area,
  body.search:not(.archive).left-sidebar .content-area {
    border-left: 1px solid #edeff7;
  }
  .blog.left-sidebar #primary,
  body.blog-archive.left-sidebar #primary,
  .single.single-post.left-sidebar #primary,
  body.search:not(.archive).left-sidebar #primary {
    padding-right: 15px;
    padding-left: 0;
  }
  .blog.left-sidebar #secondary,
  body.blog-archive.left-sidebar #secondary,
  .single.single-post.left-sidebar #secondary,
  body.search:not(.archive).left-sidebar #secondary {
    padding-left: 15px;
  }
}
.comments-area .no-comments {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #fff;
  background-color: #3f8abf;
  border-color: #3f8abf;
}
.comments-area .no-comments hr {
  border-top-color: #397cac;
}
.comments-area .no-comments .alert-link {
  color: #e6e6e6;
}

.left-sidebar .comments-area .no-comments {
  margin-left: 30px;
}

.right-sidebar .comments-area .no-comments {
  margin-right: 30px;
}

.widget {
  margin-bottom: 30px;
}
.widget .widget-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Quicksand", sans-serif;
}
.widget ul {
  padding-left: 0;
  list-style: none;
}
.widget ul .children {
  padding-left: 20px;
  margin-bottom: 0;
  margin-top: 6px;
}
.widget ul li {
  margin-bottom: 10px;
  color: #888;
}
.widget ul li a {
  color: #888;
  transition: all 0.3s ease 0s;
}
.widget.job_manager .job_listings {
  margin-bottom: 0;
}
.widget.job_manager .job_listing:before,
.widget.job_manager .job_listing li:before {
  content: none !important;
}
.widget.job_manager .job_listing.job_position_featured h3:after {
  content: "\f005";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 21px;
  margin-left: 5px;
}

.widget_search form.search-form label {
  display: flex;
  align-items: center;
  border: 2px solid #d4d9dd;
  border-radius: 8px;
  background-color: #f9fafa;
  position: relative;
}
.widget_search form.search-form label:hover, .widget_search form.search-form label:focus {
  border-color: #8c9aa6;
}
.widget_search form.search-form label:focus {
  background-color: #fff;
  outline: none;
}
.widget_search form.search-form label:after {
  content: "\f002";
  font-family: "Line Awesome Free";
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 46px;
  position: absolute;
  right: 10px;
}
.widget_search form.search-form .search-field {
  flex: 0 1 100%;
  font-size: 13px;
  line-height: 1;
  padding: 15px 34px 15px 15px;
  border: none;
  margin-bottom: 0;
  border-radius: 8px;
}
.widget_search form.search-form .search-field:hover, .widget_search form.search-form .search-field:focus {
  outline: none;
}
.widget_search .search-submit,
.widget_search input[type=submit],
.widget_search button[type=submit] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.jobhunt_recent_posts_widget > ul > li {
  display: flex;
  margin: 0 0 28px;
  padding-left: 0;
}
.jobhunt_recent_posts_widget > ul > li:before {
  display: none;
}
.jobhunt_recent_posts_widget img {
  max-width: 74px;
  max-height: 64px;
  border-radius: 8px;
  object-fit: cover;
}
.jobhunt_recent_posts_widget a.post-thumbnail {
  padding-right: 16px;
  margin-right: 0;
}
.jobhunt_recent_posts_widget .post-content a {
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #384047;
  word-break: break-word;
  transition: all 0.3s ease 0s;
  margin-bottom: 4px;
  line-height: 1.3;
}
.jobhunt_recent_posts_widget .post-content span {
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #888;
}
.jobhunt_recent_posts_widget .jobhunt-img-placeholder {
  position: relative;
}
.jobhunt_recent_posts_widget .post-icon {
  position: relative;
  width: 74px;
  height: 64px;
  background-color: #f5f5f5;
  border-radius: 8px;
  margin-bottom: 0;
}
.jobhunt_recent_posts_widget .post-icon i {
  font-size: 18px;
  color: #adb5bd;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease 0s;
}

.widget_tag_cloud .tagcloud,
.widget_product_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
}
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 7px 15.2px;
  font-size: 13px !important;
  line-height: 1em;
  border-radius: 5px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #eaedee;
  border-color: #eaedee;
  color: #656c72;
  border-width: 2px;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  margin: 0 8px 8px 0;
}
@media (prefers-reduced-motion: reduce) {
  .widget_tag_cloud .tagcloud a,
  .widget_product_tag_cloud .tagcloud a {
    transition: none;
  }
}
.widget_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:focus,
.widget_product_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:focus {
  text-decoration: none;
}
.widget_tag_cloud .tagcloud a:focus, .widget_tag_cloud .tagcloud a.focus,
.widget_product_tag_cloud .tagcloud a:focus,
.widget_product_tag_cloud .tagcloud a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.widget_tag_cloud .tagcloud a.disabled, .widget_tag_cloud .tagcloud a:disabled,
.widget_product_tag_cloud .tagcloud a.disabled,
.widget_product_tag_cloud .tagcloud a:disabled {
  opacity: 0.65;
}
.widget_tag_cloud .tagcloud a:not(:disabled):not(.disabled),
.widget_product_tag_cloud .tagcloud a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.widget_tag_cloud .tagcloud a:not(:disabled):not(.disabled):active, .widget_tag_cloud .tagcloud a:not(:disabled):not(.disabled).active,
.widget_product_tag_cloud .tagcloud a:not(:disabled):not(.disabled):active,
.widget_product_tag_cloud .tagcloud a:not(:disabled):not(.disabled).active {
  background-image: none;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
  color: #3e474f;
  background-color: #fff;
  border-color: #dde0e1;
}
.widget_tag_cloud .tagcloud a:focus, .widget_tag_cloud .tagcloud a.focus,
.widget_product_tag_cloud .tagcloud a:focus,
.widget_product_tag_cloud .tagcloud a.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 237, 238, 0.5);
}
.widget_tag_cloud .tagcloud a.disabled, .widget_tag_cloud .tagcloud a:disabled,
.widget_product_tag_cloud .tagcloud a.disabled,
.widget_product_tag_cloud .tagcloud a:disabled {
  color: #eaedee;
  background-color: transparent;
}
.widget_tag_cloud .tagcloud a:not(:disabled):not(.disabled):active, .widget_tag_cloud .tagcloud a:not(:disabled):not(.disabled).active, .show > .widget_tag_cloud .tagcloud a.dropdown-toggle,
.widget_product_tag_cloud .tagcloud a:not(:disabled):not(.disabled):active,
.widget_product_tag_cloud .tagcloud a:not(:disabled):not(.disabled).active,
.show > .widget_product_tag_cloud .tagcloud a.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #dde0e1;
}
.widget_tag_cloud .tagcloud a:not(:disabled):not(.disabled):active:focus, .widget_tag_cloud .tagcloud a:not(:disabled):not(.disabled).active:focus, .show > .widget_tag_cloud .tagcloud a.dropdown-toggle:focus,
.widget_product_tag_cloud .tagcloud a:not(:disabled):not(.disabled):active:focus,
.widget_product_tag_cloud .tagcloud a:not(:disabled):not(.disabled).active:focus,
.show > .widget_product_tag_cloud .tagcloud a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 237, 238, 0.5);
}

.widget_calendar .calendar_wrap {
  text-align: center;
}
.widget_calendar .calendar_wrap th,
.widget_calendar .calendar_wrap td,
.widget_calendar .calendar_wrap thead th,
.widget_calendar .calendar_wrap tbody + tbody {
  border: 0;
}
.widget_calendar .calendar_wrap tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.widget_calendar .calendar_wrap th,
.widget_calendar .calendar_wrap td {
  padding: 0.3rem;
}
.widget_calendar .calendar_wrap caption {
  text-align: center;
  font-weight: 600;
  color: #384047;
  caption-side: top;
  padding-top: 0;
}
.widget_calendar .calendar_wrap tfoot a {
  font-size: 14px;
  font-weight: 500;
}
.widget_calendar .calendar_wrap tfoot #prev {
  text-align: left;
  padding-left: 20px;
}
.widget_calendar .calendar_wrap tfoot #next {
  text-align: right;
  padding-right: 20px;
}

.widget_rss .widget-title img {
  display: none;
}
.widget_rss ul li {
  padding-left: 0;
}
.widget_rss ul li::before {
  content: none !important;
}
.widget_rss ul li + li {
  border-top: 1px solid #e6e7ef;
  padding-top: 10px;
}
.widget_rss li .rsswidget {
  display: block;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #384047;
}
.widget_rss li .rss-date {
  font-size: 13px;
}
.widget_rss li .rssSummary {
  font-size: 14px;
  line-height: 22px;
  color: #888;
}
.widget_rss li cite {
  font-size: 14px;
  font-weight: 500;
  color: #384047;
}

.widget_recent_comments ul li {
  line-height: 22px;
  margin-bottom: 14px;
}
.widget_recent_comments ul li::before {
  content: none !important;
}
.widget_recent_comments ul li a {
  font-weight: 500;
  color: #384047;
}

.widget_text .textwidget p {
  font-size: 14px;
  line-height: 22px;
  color: #888;
}
.widget_text .textwidget p strong {
  color: #384047;
}

.widget-area .widget ul li:before,
.shop-sidebar .widget ul li:before,
.blog-sidebar .widget ul li:before,
.footer-v1 .footer-widgets .widget ul li:before,
.footer-v3 .footer-widgets .widget ul li:before,
.footer-v4 .footer-widgets .widget ul li:before,
.footer-v5 .footer-widgets .widget ul li:before {
  content: "\f105" /*rtl:"\f104"*/;
  font-family: "Line Awesome Free";
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
}
.widget-area .widget.widget_pages .menu-item-inner,
.widget-area .widget.widget_pages .cat-item-inner,
.widget-area .widget.widget_pages .page-item-inner, .widget-area .widget.widget_product_categories .menu-item-inner,
.widget-area .widget.widget_product_categories .cat-item-inner,
.widget-area .widget.widget_product_categories .page-item-inner, .widget-area .widget.widget_categories .menu-item-inner,
.widget-area .widget.widget_categories .cat-item-inner,
.widget-area .widget.widget_categories .page-item-inner, .widget-area .widget.widget_nav_menu .menu-item-inner,
.widget-area .widget.widget_nav_menu .cat-item-inner,
.widget-area .widget.widget_nav_menu .page-item-inner,
.shop-sidebar .widget.widget_pages .menu-item-inner,
.shop-sidebar .widget.widget_pages .cat-item-inner,
.shop-sidebar .widget.widget_pages .page-item-inner,
.shop-sidebar .widget.widget_product_categories .menu-item-inner,
.shop-sidebar .widget.widget_product_categories .cat-item-inner,
.shop-sidebar .widget.widget_product_categories .page-item-inner,
.shop-sidebar .widget.widget_categories .menu-item-inner,
.shop-sidebar .widget.widget_categories .cat-item-inner,
.shop-sidebar .widget.widget_categories .page-item-inner,
.shop-sidebar .widget.widget_nav_menu .menu-item-inner,
.shop-sidebar .widget.widget_nav_menu .cat-item-inner,
.shop-sidebar .widget.widget_nav_menu .page-item-inner,
.blog-sidebar .widget.widget_pages .menu-item-inner,
.blog-sidebar .widget.widget_pages .cat-item-inner,
.blog-sidebar .widget.widget_pages .page-item-inner,
.blog-sidebar .widget.widget_product_categories .menu-item-inner,
.blog-sidebar .widget.widget_product_categories .cat-item-inner,
.blog-sidebar .widget.widget_product_categories .page-item-inner,
.blog-sidebar .widget.widget_categories .menu-item-inner,
.blog-sidebar .widget.widget_categories .cat-item-inner,
.blog-sidebar .widget.widget_categories .page-item-inner,
.blog-sidebar .widget.widget_nav_menu .menu-item-inner,
.blog-sidebar .widget.widget_nav_menu .cat-item-inner,
.blog-sidebar .widget.widget_nav_menu .page-item-inner,
.footer-v1 .footer-widgets .widget.widget_pages .menu-item-inner,
.footer-v1 .footer-widgets .widget.widget_pages .cat-item-inner,
.footer-v1 .footer-widgets .widget.widget_pages .page-item-inner,
.footer-v1 .footer-widgets .widget.widget_product_categories .menu-item-inner,
.footer-v1 .footer-widgets .widget.widget_product_categories .cat-item-inner,
.footer-v1 .footer-widgets .widget.widget_product_categories .page-item-inner,
.footer-v1 .footer-widgets .widget.widget_categories .menu-item-inner,
.footer-v1 .footer-widgets .widget.widget_categories .cat-item-inner,
.footer-v1 .footer-widgets .widget.widget_categories .page-item-inner,
.footer-v1 .footer-widgets .widget.widget_nav_menu .menu-item-inner,
.footer-v1 .footer-widgets .widget.widget_nav_menu .cat-item-inner,
.footer-v1 .footer-widgets .widget.widget_nav_menu .page-item-inner,
.footer-v3 .footer-widgets .widget.widget_pages .menu-item-inner,
.footer-v3 .footer-widgets .widget.widget_pages .cat-item-inner,
.footer-v3 .footer-widgets .widget.widget_pages .page-item-inner,
.footer-v3 .footer-widgets .widget.widget_product_categories .menu-item-inner,
.footer-v3 .footer-widgets .widget.widget_product_categories .cat-item-inner,
.footer-v3 .footer-widgets .widget.widget_product_categories .page-item-inner,
.footer-v3 .footer-widgets .widget.widget_categories .menu-item-inner,
.footer-v3 .footer-widgets .widget.widget_categories .cat-item-inner,
.footer-v3 .footer-widgets .widget.widget_categories .page-item-inner,
.footer-v3 .footer-widgets .widget.widget_nav_menu .menu-item-inner,
.footer-v3 .footer-widgets .widget.widget_nav_menu .cat-item-inner,
.footer-v3 .footer-widgets .widget.widget_nav_menu .page-item-inner,
.footer-v4 .footer-widgets .widget.widget_pages .menu-item-inner,
.footer-v4 .footer-widgets .widget.widget_pages .cat-item-inner,
.footer-v4 .footer-widgets .widget.widget_pages .page-item-inner,
.footer-v4 .footer-widgets .widget.widget_product_categories .menu-item-inner,
.footer-v4 .footer-widgets .widget.widget_product_categories .cat-item-inner,
.footer-v4 .footer-widgets .widget.widget_product_categories .page-item-inner,
.footer-v4 .footer-widgets .widget.widget_categories .menu-item-inner,
.footer-v4 .footer-widgets .widget.widget_categories .cat-item-inner,
.footer-v4 .footer-widgets .widget.widget_categories .page-item-inner,
.footer-v4 .footer-widgets .widget.widget_nav_menu .menu-item-inner,
.footer-v4 .footer-widgets .widget.widget_nav_menu .cat-item-inner,
.footer-v4 .footer-widgets .widget.widget_nav_menu .page-item-inner,
.footer-v5 .footer-widgets .widget.widget_pages .menu-item-inner,
.footer-v5 .footer-widgets .widget.widget_pages .cat-item-inner,
.footer-v5 .footer-widgets .widget.widget_pages .page-item-inner,
.footer-v5 .footer-widgets .widget.widget_product_categories .menu-item-inner,
.footer-v5 .footer-widgets .widget.widget_product_categories .cat-item-inner,
.footer-v5 .footer-widgets .widget.widget_product_categories .page-item-inner,
.footer-v5 .footer-widgets .widget.widget_categories .menu-item-inner,
.footer-v5 .footer-widgets .widget.widget_categories .cat-item-inner,
.footer-v5 .footer-widgets .widget.widget_categories .page-item-inner,
.footer-v5 .footer-widgets .widget.widget_nav_menu .menu-item-inner,
.footer-v5 .footer-widgets .widget.widget_nav_menu .cat-item-inner,
.footer-v5 .footer-widgets .widget.widget_nav_menu .page-item-inner {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.widget-area .widget.widget_pages .menu-item-inner + .children,
.widget-area .widget.widget_pages .cat-item-inner + .children,
.widget-area .widget.widget_pages .page-item-inner + .children, .widget-area .widget.widget_product_categories .menu-item-inner + .children,
.widget-area .widget.widget_product_categories .cat-item-inner + .children,
.widget-area .widget.widget_product_categories .page-item-inner + .children, .widget-area .widget.widget_categories .menu-item-inner + .children,
.widget-area .widget.widget_categories .cat-item-inner + .children,
.widget-area .widget.widget_categories .page-item-inner + .children, .widget-area .widget.widget_nav_menu .menu-item-inner + .children,
.widget-area .widget.widget_nav_menu .cat-item-inner + .children,
.widget-area .widget.widget_nav_menu .page-item-inner + .children,
.shop-sidebar .widget.widget_pages .menu-item-inner + .children,
.shop-sidebar .widget.widget_pages .cat-item-inner + .children,
.shop-sidebar .widget.widget_pages .page-item-inner + .children,
.shop-sidebar .widget.widget_product_categories .menu-item-inner + .children,
.shop-sidebar .widget.widget_product_categories .cat-item-inner + .children,
.shop-sidebar .widget.widget_product_categories .page-item-inner + .children,
.shop-sidebar .widget.widget_categories .menu-item-inner + .children,
.shop-sidebar .widget.widget_categories .cat-item-inner + .children,
.shop-sidebar .widget.widget_categories .page-item-inner + .children,
.shop-sidebar .widget.widget_nav_menu .menu-item-inner + .children,
.shop-sidebar .widget.widget_nav_menu .cat-item-inner + .children,
.shop-sidebar .widget.widget_nav_menu .page-item-inner + .children,
.blog-sidebar .widget.widget_pages .menu-item-inner + .children,
.blog-sidebar .widget.widget_pages .cat-item-inner + .children,
.blog-sidebar .widget.widget_pages .page-item-inner + .children,
.blog-sidebar .widget.widget_product_categories .menu-item-inner + .children,
.blog-sidebar .widget.widget_product_categories .cat-item-inner + .children,
.blog-sidebar .widget.widget_product_categories .page-item-inner + .children,
.blog-sidebar .widget.widget_categories .menu-item-inner + .children,
.blog-sidebar .widget.widget_categories .cat-item-inner + .children,
.blog-sidebar .widget.widget_categories .page-item-inner + .children,
.blog-sidebar .widget.widget_nav_menu .menu-item-inner + .children,
.blog-sidebar .widget.widget_nav_menu .cat-item-inner + .children,
.blog-sidebar .widget.widget_nav_menu .page-item-inner + .children,
.footer-v1 .footer-widgets .widget.widget_pages .menu-item-inner + .children,
.footer-v1 .footer-widgets .widget.widget_pages .cat-item-inner + .children,
.footer-v1 .footer-widgets .widget.widget_pages .page-item-inner + .children,
.footer-v1 .footer-widgets .widget.widget_product_categories .menu-item-inner + .children,
.footer-v1 .footer-widgets .widget.widget_product_categories .cat-item-inner + .children,
.footer-v1 .footer-widgets .widget.widget_product_categories .page-item-inner + .children,
.footer-v1 .footer-widgets .widget.widget_categories .menu-item-inner + .children,
.footer-v1 .footer-widgets .widget.widget_categories .cat-item-inner + .children,
.footer-v1 .footer-widgets .widget.widget_categories .page-item-inner + .children,
.footer-v1 .footer-widgets .widget.widget_nav_menu .menu-item-inner + .children,
.footer-v1 .footer-widgets .widget.widget_nav_menu .cat-item-inner + .children,
.footer-v1 .footer-widgets .widget.widget_nav_menu .page-item-inner + .children,
.footer-v3 .footer-widgets .widget.widget_pages .menu-item-inner + .children,
.footer-v3 .footer-widgets .widget.widget_pages .cat-item-inner + .children,
.footer-v3 .footer-widgets .widget.widget_pages .page-item-inner + .children,
.footer-v3 .footer-widgets .widget.widget_product_categories .menu-item-inner + .children,
.footer-v3 .footer-widgets .widget.widget_product_categories .cat-item-inner + .children,
.footer-v3 .footer-widgets .widget.widget_product_categories .page-item-inner + .children,
.footer-v3 .footer-widgets .widget.widget_categories .menu-item-inner + .children,
.footer-v3 .footer-widgets .widget.widget_categories .cat-item-inner + .children,
.footer-v3 .footer-widgets .widget.widget_categories .page-item-inner + .children,
.footer-v3 .footer-widgets .widget.widget_nav_menu .menu-item-inner + .children,
.footer-v3 .footer-widgets .widget.widget_nav_menu .cat-item-inner + .children,
.footer-v3 .footer-widgets .widget.widget_nav_menu .page-item-inner + .children,
.footer-v4 .footer-widgets .widget.widget_pages .menu-item-inner + .children,
.footer-v4 .footer-widgets .widget.widget_pages .cat-item-inner + .children,
.footer-v4 .footer-widgets .widget.widget_pages .page-item-inner + .children,
.footer-v4 .footer-widgets .widget.widget_product_categories .menu-item-inner + .children,
.footer-v4 .footer-widgets .widget.widget_product_categories .cat-item-inner + .children,
.footer-v4 .footer-widgets .widget.widget_product_categories .page-item-inner + .children,
.footer-v4 .footer-widgets .widget.widget_categories .menu-item-inner + .children,
.footer-v4 .footer-widgets .widget.widget_categories .cat-item-inner + .children,
.footer-v4 .footer-widgets .widget.widget_categories .page-item-inner + .children,
.footer-v4 .footer-widgets .widget.widget_nav_menu .menu-item-inner + .children,
.footer-v4 .footer-widgets .widget.widget_nav_menu .cat-item-inner + .children,
.footer-v4 .footer-widgets .widget.widget_nav_menu .page-item-inner + .children,
.footer-v5 .footer-widgets .widget.widget_pages .menu-item-inner + .children,
.footer-v5 .footer-widgets .widget.widget_pages .cat-item-inner + .children,
.footer-v5 .footer-widgets .widget.widget_pages .page-item-inner + .children,
.footer-v5 .footer-widgets .widget.widget_product_categories .menu-item-inner + .children,
.footer-v5 .footer-widgets .widget.widget_product_categories .cat-item-inner + .children,
.footer-v5 .footer-widgets .widget.widget_product_categories .page-item-inner + .children,
.footer-v5 .footer-widgets .widget.widget_categories .menu-item-inner + .children,
.footer-v5 .footer-widgets .widget.widget_categories .cat-item-inner + .children,
.footer-v5 .footer-widgets .widget.widget_categories .page-item-inner + .children,
.footer-v5 .footer-widgets .widget.widget_nav_menu .menu-item-inner + .children,
.footer-v5 .footer-widgets .widget.widget_nav_menu .cat-item-inner + .children,
.footer-v5 .footer-widgets .widget.widget_nav_menu .page-item-inner + .children {
  width: 100%;
}
.widget-area .widget.widget_pages .menu-item-inner .child-indicator i,
.widget-area .widget.widget_pages .cat-item-inner .child-indicator i,
.widget-area .widget.widget_pages .page-item-inner .child-indicator i, .widget-area .widget.widget_product_categories .menu-item-inner .child-indicator i,
.widget-area .widget.widget_product_categories .cat-item-inner .child-indicator i,
.widget-area .widget.widget_product_categories .page-item-inner .child-indicator i, .widget-area .widget.widget_categories .menu-item-inner .child-indicator i,
.widget-area .widget.widget_categories .cat-item-inner .child-indicator i,
.widget-area .widget.widget_categories .page-item-inner .child-indicator i, .widget-area .widget.widget_nav_menu .menu-item-inner .child-indicator i,
.widget-area .widget.widget_nav_menu .cat-item-inner .child-indicator i,
.widget-area .widget.widget_nav_menu .page-item-inner .child-indicator i,
.shop-sidebar .widget.widget_pages .menu-item-inner .child-indicator i,
.shop-sidebar .widget.widget_pages .cat-item-inner .child-indicator i,
.shop-sidebar .widget.widget_pages .page-item-inner .child-indicator i,
.shop-sidebar .widget.widget_product_categories .menu-item-inner .child-indicator i,
.shop-sidebar .widget.widget_product_categories .cat-item-inner .child-indicator i,
.shop-sidebar .widget.widget_product_categories .page-item-inner .child-indicator i,
.shop-sidebar .widget.widget_categories .menu-item-inner .child-indicator i,
.shop-sidebar .widget.widget_categories .cat-item-inner .child-indicator i,
.shop-sidebar .widget.widget_categories .page-item-inner .child-indicator i,
.shop-sidebar .widget.widget_nav_menu .menu-item-inner .child-indicator i,
.shop-sidebar .widget.widget_nav_menu .cat-item-inner .child-indicator i,
.shop-sidebar .widget.widget_nav_menu .page-item-inner .child-indicator i,
.blog-sidebar .widget.widget_pages .menu-item-inner .child-indicator i,
.blog-sidebar .widget.widget_pages .cat-item-inner .child-indicator i,
.blog-sidebar .widget.widget_pages .page-item-inner .child-indicator i,
.blog-sidebar .widget.widget_product_categories .menu-item-inner .child-indicator i,
.blog-sidebar .widget.widget_product_categories .cat-item-inner .child-indicator i,
.blog-sidebar .widget.widget_product_categories .page-item-inner .child-indicator i,
.blog-sidebar .widget.widget_categories .menu-item-inner .child-indicator i,
.blog-sidebar .widget.widget_categories .cat-item-inner .child-indicator i,
.blog-sidebar .widget.widget_categories .page-item-inner .child-indicator i,
.blog-sidebar .widget.widget_nav_menu .menu-item-inner .child-indicator i,
.blog-sidebar .widget.widget_nav_menu .cat-item-inner .child-indicator i,
.blog-sidebar .widget.widget_nav_menu .page-item-inner .child-indicator i,
.footer-v1 .footer-widgets .widget.widget_pages .menu-item-inner .child-indicator i,
.footer-v1 .footer-widgets .widget.widget_pages .cat-item-inner .child-indicator i,
.footer-v1 .footer-widgets .widget.widget_pages .page-item-inner .child-indicator i,
.footer-v1 .footer-widgets .widget.widget_product_categories .menu-item-inner .child-indicator i,
.footer-v1 .footer-widgets .widget.widget_product_categories .cat-item-inner .child-indicator i,
.footer-v1 .footer-widgets .widget.widget_product_categories .page-item-inner .child-indicator i,
.footer-v1 .footer-widgets .widget.widget_categories .menu-item-inner .child-indicator i,
.footer-v1 .footer-widgets .widget.widget_categories .cat-item-inner .child-indicator i,
.footer-v1 .footer-widgets .widget.widget_categories .page-item-inner .child-indicator i,
.footer-v1 .footer-widgets .widget.widget_nav_menu .menu-item-inner .child-indicator i,
.footer-v1 .footer-widgets .widget.widget_nav_menu .cat-item-inner .child-indicator i,
.footer-v1 .footer-widgets .widget.widget_nav_menu .page-item-inner .child-indicator i,
.footer-v3 .footer-widgets .widget.widget_pages .menu-item-inner .child-indicator i,
.footer-v3 .footer-widgets .widget.widget_pages .cat-item-inner .child-indicator i,
.footer-v3 .footer-widgets .widget.widget_pages .page-item-inner .child-indicator i,
.footer-v3 .footer-widgets .widget.widget_product_categories .menu-item-inner .child-indicator i,
.footer-v3 .footer-widgets .widget.widget_product_categories .cat-item-inner .child-indicator i,
.footer-v3 .footer-widgets .widget.widget_product_categories .page-item-inner .child-indicator i,
.footer-v3 .footer-widgets .widget.widget_categories .menu-item-inner .child-indicator i,
.footer-v3 .footer-widgets .widget.widget_categories .cat-item-inner .child-indicator i,
.footer-v3 .footer-widgets .widget.widget_categories .page-item-inner .child-indicator i,
.footer-v3 .footer-widgets .widget.widget_nav_menu .menu-item-inner .child-indicator i,
.footer-v3 .footer-widgets .widget.widget_nav_menu .cat-item-inner .child-indicator i,
.footer-v3 .footer-widgets .widget.widget_nav_menu .page-item-inner .child-indicator i,
.footer-v4 .footer-widgets .widget.widget_pages .menu-item-inner .child-indicator i,
.footer-v4 .footer-widgets .widget.widget_pages .cat-item-inner .child-indicator i,
.footer-v4 .footer-widgets .widget.widget_pages .page-item-inner .child-indicator i,
.footer-v4 .footer-widgets .widget.widget_product_categories .menu-item-inner .child-indicator i,
.footer-v4 .footer-widgets .widget.widget_product_categories .cat-item-inner .child-indicator i,
.footer-v4 .footer-widgets .widget.widget_product_categories .page-item-inner .child-indicator i,
.footer-v4 .footer-widgets .widget.widget_categories .menu-item-inner .child-indicator i,
.footer-v4 .footer-widgets .widget.widget_categories .cat-item-inner .child-indicator i,
.footer-v4 .footer-widgets .widget.widget_categories .page-item-inner .child-indicator i,
.footer-v4 .footer-widgets .widget.widget_nav_menu .menu-item-inner .child-indicator i,
.footer-v4 .footer-widgets .widget.widget_nav_menu .cat-item-inner .child-indicator i,
.footer-v4 .footer-widgets .widget.widget_nav_menu .page-item-inner .child-indicator i,
.footer-v5 .footer-widgets .widget.widget_pages .menu-item-inner .child-indicator i,
.footer-v5 .footer-widgets .widget.widget_pages .cat-item-inner .child-indicator i,
.footer-v5 .footer-widgets .widget.widget_pages .page-item-inner .child-indicator i,
.footer-v5 .footer-widgets .widget.widget_product_categories .menu-item-inner .child-indicator i,
.footer-v5 .footer-widgets .widget.widget_product_categories .cat-item-inner .child-indicator i,
.footer-v5 .footer-widgets .widget.widget_product_categories .page-item-inner .child-indicator i,
.footer-v5 .footer-widgets .widget.widget_categories .menu-item-inner .child-indicator i,
.footer-v5 .footer-widgets .widget.widget_categories .cat-item-inner .child-indicator i,
.footer-v5 .footer-widgets .widget.widget_categories .page-item-inner .child-indicator i,
.footer-v5 .footer-widgets .widget.widget_nav_menu .menu-item-inner .child-indicator i,
.footer-v5 .footer-widgets .widget.widget_nav_menu .cat-item-inner .child-indicator i,
.footer-v5 .footer-widgets .widget.widget_nav_menu .page-item-inner .child-indicator i {
  font-size: 18px;
}
.widget-area .widget.widget_pages .menu-item-inner .child-indicator:not(.collapsed) i::before,
.widget-area .widget.widget_pages .cat-item-inner .child-indicator:not(.collapsed) i::before,
.widget-area .widget.widget_pages .page-item-inner .child-indicator:not(.collapsed) i::before, .widget-area .widget.widget_product_categories .menu-item-inner .child-indicator:not(.collapsed) i::before,
.widget-area .widget.widget_product_categories .cat-item-inner .child-indicator:not(.collapsed) i::before,
.widget-area .widget.widget_product_categories .page-item-inner .child-indicator:not(.collapsed) i::before, .widget-area .widget.widget_categories .menu-item-inner .child-indicator:not(.collapsed) i::before,
.widget-area .widget.widget_categories .cat-item-inner .child-indicator:not(.collapsed) i::before,
.widget-area .widget.widget_categories .page-item-inner .child-indicator:not(.collapsed) i::before, .widget-area .widget.widget_nav_menu .menu-item-inner .child-indicator:not(.collapsed) i::before,
.widget-area .widget.widget_nav_menu .cat-item-inner .child-indicator:not(.collapsed) i::before,
.widget-area .widget.widget_nav_menu .page-item-inner .child-indicator:not(.collapsed) i::before,
.shop-sidebar .widget.widget_pages .menu-item-inner .child-indicator:not(.collapsed) i::before,
.shop-sidebar .widget.widget_pages .cat-item-inner .child-indicator:not(.collapsed) i::before,
.shop-sidebar .widget.widget_pages .page-item-inner .child-indicator:not(.collapsed) i::before,
.shop-sidebar .widget.widget_product_categories .menu-item-inner .child-indicator:not(.collapsed) i::before,
.shop-sidebar .widget.widget_product_categories .cat-item-inner .child-indicator:not(.collapsed) i::before,
.shop-sidebar .widget.widget_product_categories .page-item-inner .child-indicator:not(.collapsed) i::before,
.shop-sidebar .widget.widget_categories .menu-item-inner .child-indicator:not(.collapsed) i::before,
.shop-sidebar .widget.widget_categories .cat-item-inner .child-indicator:not(.collapsed) i::before,
.shop-sidebar .widget.widget_categories .page-item-inner .child-indicator:not(.collapsed) i::before,
.shop-sidebar .widget.widget_nav_menu .menu-item-inner .child-indicator:not(.collapsed) i::before,
.shop-sidebar .widget.widget_nav_menu .cat-item-inner .child-indicator:not(.collapsed) i::before,
.shop-sidebar .widget.widget_nav_menu .page-item-inner .child-indicator:not(.collapsed) i::before,
.blog-sidebar .widget.widget_pages .menu-item-inner .child-indicator:not(.collapsed) i::before,
.blog-sidebar .widget.widget_pages .cat-item-inner .child-indicator:not(.collapsed) i::before,
.blog-sidebar .widget.widget_pages .page-item-inner .child-indicator:not(.collapsed) i::before,
.blog-sidebar .widget.widget_product_categories .menu-item-inner .child-indicator:not(.collapsed) i::before,
.blog-sidebar .widget.widget_product_categories .cat-item-inner .child-indicator:not(.collapsed) i::before,
.blog-sidebar .widget.widget_product_categories .page-item-inner .child-indicator:not(.collapsed) i::before,
.blog-sidebar .widget.widget_categories .menu-item-inner .child-indicator:not(.collapsed) i::before,
.blog-sidebar .widget.widget_categories .cat-item-inner .child-indicator:not(.collapsed) i::before,
.blog-sidebar .widget.widget_categories .page-item-inner .child-indicator:not(.collapsed) i::before,
.blog-sidebar .widget.widget_nav_menu .menu-item-inner .child-indicator:not(.collapsed) i::before,
.blog-sidebar .widget.widget_nav_menu .cat-item-inner .child-indicator:not(.collapsed) i::before,
.blog-sidebar .widget.widget_nav_menu .page-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v1 .footer-widgets .widget.widget_pages .menu-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v1 .footer-widgets .widget.widget_pages .cat-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v1 .footer-widgets .widget.widget_pages .page-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v1 .footer-widgets .widget.widget_product_categories .menu-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v1 .footer-widgets .widget.widget_product_categories .cat-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v1 .footer-widgets .widget.widget_product_categories .page-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v1 .footer-widgets .widget.widget_categories .menu-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v1 .footer-widgets .widget.widget_categories .cat-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v1 .footer-widgets .widget.widget_categories .page-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v1 .footer-widgets .widget.widget_nav_menu .menu-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v1 .footer-widgets .widget.widget_nav_menu .cat-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v1 .footer-widgets .widget.widget_nav_menu .page-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v3 .footer-widgets .widget.widget_pages .menu-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v3 .footer-widgets .widget.widget_pages .cat-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v3 .footer-widgets .widget.widget_pages .page-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v3 .footer-widgets .widget.widget_product_categories .menu-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v3 .footer-widgets .widget.widget_product_categories .cat-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v3 .footer-widgets .widget.widget_product_categories .page-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v3 .footer-widgets .widget.widget_categories .menu-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v3 .footer-widgets .widget.widget_categories .cat-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v3 .footer-widgets .widget.widget_categories .page-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v3 .footer-widgets .widget.widget_nav_menu .menu-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v3 .footer-widgets .widget.widget_nav_menu .cat-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v3 .footer-widgets .widget.widget_nav_menu .page-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v4 .footer-widgets .widget.widget_pages .menu-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v4 .footer-widgets .widget.widget_pages .cat-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v4 .footer-widgets .widget.widget_pages .page-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v4 .footer-widgets .widget.widget_product_categories .menu-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v4 .footer-widgets .widget.widget_product_categories .cat-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v4 .footer-widgets .widget.widget_product_categories .page-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v4 .footer-widgets .widget.widget_categories .menu-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v4 .footer-widgets .widget.widget_categories .cat-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v4 .footer-widgets .widget.widget_categories .page-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v4 .footer-widgets .widget.widget_nav_menu .menu-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v4 .footer-widgets .widget.widget_nav_menu .cat-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v4 .footer-widgets .widget.widget_nav_menu .page-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v5 .footer-widgets .widget.widget_pages .menu-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v5 .footer-widgets .widget.widget_pages .cat-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v5 .footer-widgets .widget.widget_pages .page-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v5 .footer-widgets .widget.widget_product_categories .menu-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v5 .footer-widgets .widget.widget_product_categories .cat-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v5 .footer-widgets .widget.widget_product_categories .page-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v5 .footer-widgets .widget.widget_categories .menu-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v5 .footer-widgets .widget.widget_categories .cat-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v5 .footer-widgets .widget.widget_categories .page-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v5 .footer-widgets .widget.widget_nav_menu .menu-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v5 .footer-widgets .widget.widget_nav_menu .cat-item-inner .child-indicator:not(.collapsed) i::before,
.footer-v5 .footer-widgets .widget.widget_nav_menu .page-item-inner .child-indicator:not(.collapsed) i::before {
  content: "\f146";
}
.widget-area .widget.widget_pages .menu-item-inner a:not(.child-indicator),
.widget-area .widget.widget_pages .cat-item-inner a:not(.child-indicator),
.widget-area .widget.widget_pages .page-item-inner a:not(.child-indicator), .widget-area .widget.widget_product_categories .menu-item-inner a:not(.child-indicator),
.widget-area .widget.widget_product_categories .cat-item-inner a:not(.child-indicator),
.widget-area .widget.widget_product_categories .page-item-inner a:not(.child-indicator), .widget-area .widget.widget_categories .menu-item-inner a:not(.child-indicator),
.widget-area .widget.widget_categories .cat-item-inner a:not(.child-indicator),
.widget-area .widget.widget_categories .page-item-inner a:not(.child-indicator), .widget-area .widget.widget_nav_menu .menu-item-inner a:not(.child-indicator),
.widget-area .widget.widget_nav_menu .cat-item-inner a:not(.child-indicator),
.widget-area .widget.widget_nav_menu .page-item-inner a:not(.child-indicator),
.shop-sidebar .widget.widget_pages .menu-item-inner a:not(.child-indicator),
.shop-sidebar .widget.widget_pages .cat-item-inner a:not(.child-indicator),
.shop-sidebar .widget.widget_pages .page-item-inner a:not(.child-indicator),
.shop-sidebar .widget.widget_product_categories .menu-item-inner a:not(.child-indicator),
.shop-sidebar .widget.widget_product_categories .cat-item-inner a:not(.child-indicator),
.shop-sidebar .widget.widget_product_categories .page-item-inner a:not(.child-indicator),
.shop-sidebar .widget.widget_categories .menu-item-inner a:not(.child-indicator),
.shop-sidebar .widget.widget_categories .cat-item-inner a:not(.child-indicator),
.shop-sidebar .widget.widget_categories .page-item-inner a:not(.child-indicator),
.shop-sidebar .widget.widget_nav_menu .menu-item-inner a:not(.child-indicator),
.shop-sidebar .widget.widget_nav_menu .cat-item-inner a:not(.child-indicator),
.shop-sidebar .widget.widget_nav_menu .page-item-inner a:not(.child-indicator),
.blog-sidebar .widget.widget_pages .menu-item-inner a:not(.child-indicator),
.blog-sidebar .widget.widget_pages .cat-item-inner a:not(.child-indicator),
.blog-sidebar .widget.widget_pages .page-item-inner a:not(.child-indicator),
.blog-sidebar .widget.widget_product_categories .menu-item-inner a:not(.child-indicator),
.blog-sidebar .widget.widget_product_categories .cat-item-inner a:not(.child-indicator),
.blog-sidebar .widget.widget_product_categories .page-item-inner a:not(.child-indicator),
.blog-sidebar .widget.widget_categories .menu-item-inner a:not(.child-indicator),
.blog-sidebar .widget.widget_categories .cat-item-inner a:not(.child-indicator),
.blog-sidebar .widget.widget_categories .page-item-inner a:not(.child-indicator),
.blog-sidebar .widget.widget_nav_menu .menu-item-inner a:not(.child-indicator),
.blog-sidebar .widget.widget_nav_menu .cat-item-inner a:not(.child-indicator),
.blog-sidebar .widget.widget_nav_menu .page-item-inner a:not(.child-indicator),
.footer-v1 .footer-widgets .widget.widget_pages .menu-item-inner a:not(.child-indicator),
.footer-v1 .footer-widgets .widget.widget_pages .cat-item-inner a:not(.child-indicator),
.footer-v1 .footer-widgets .widget.widget_pages .page-item-inner a:not(.child-indicator),
.footer-v1 .footer-widgets .widget.widget_product_categories .menu-item-inner a:not(.child-indicator),
.footer-v1 .footer-widgets .widget.widget_product_categories .cat-item-inner a:not(.child-indicator),
.footer-v1 .footer-widgets .widget.widget_product_categories .page-item-inner a:not(.child-indicator),
.footer-v1 .footer-widgets .widget.widget_categories .menu-item-inner a:not(.child-indicator),
.footer-v1 .footer-widgets .widget.widget_categories .cat-item-inner a:not(.child-indicator),
.footer-v1 .footer-widgets .widget.widget_categories .page-item-inner a:not(.child-indicator),
.footer-v1 .footer-widgets .widget.widget_nav_menu .menu-item-inner a:not(.child-indicator),
.footer-v1 .footer-widgets .widget.widget_nav_menu .cat-item-inner a:not(.child-indicator),
.footer-v1 .footer-widgets .widget.widget_nav_menu .page-item-inner a:not(.child-indicator),
.footer-v3 .footer-widgets .widget.widget_pages .menu-item-inner a:not(.child-indicator),
.footer-v3 .footer-widgets .widget.widget_pages .cat-item-inner a:not(.child-indicator),
.footer-v3 .footer-widgets .widget.widget_pages .page-item-inner a:not(.child-indicator),
.footer-v3 .footer-widgets .widget.widget_product_categories .menu-item-inner a:not(.child-indicator),
.footer-v3 .footer-widgets .widget.widget_product_categories .cat-item-inner a:not(.child-indicator),
.footer-v3 .footer-widgets .widget.widget_product_categories .page-item-inner a:not(.child-indicator),
.footer-v3 .footer-widgets .widget.widget_categories .menu-item-inner a:not(.child-indicator),
.footer-v3 .footer-widgets .widget.widget_categories .cat-item-inner a:not(.child-indicator),
.footer-v3 .footer-widgets .widget.widget_categories .page-item-inner a:not(.child-indicator),
.footer-v3 .footer-widgets .widget.widget_nav_menu .menu-item-inner a:not(.child-indicator),
.footer-v3 .footer-widgets .widget.widget_nav_menu .cat-item-inner a:not(.child-indicator),
.footer-v3 .footer-widgets .widget.widget_nav_menu .page-item-inner a:not(.child-indicator),
.footer-v4 .footer-widgets .widget.widget_pages .menu-item-inner a:not(.child-indicator),
.footer-v4 .footer-widgets .widget.widget_pages .cat-item-inner a:not(.child-indicator),
.footer-v4 .footer-widgets .widget.widget_pages .page-item-inner a:not(.child-indicator),
.footer-v4 .footer-widgets .widget.widget_product_categories .menu-item-inner a:not(.child-indicator),
.footer-v4 .footer-widgets .widget.widget_product_categories .cat-item-inner a:not(.child-indicator),
.footer-v4 .footer-widgets .widget.widget_product_categories .page-item-inner a:not(.child-indicator),
.footer-v4 .footer-widgets .widget.widget_categories .menu-item-inner a:not(.child-indicator),
.footer-v4 .footer-widgets .widget.widget_categories .cat-item-inner a:not(.child-indicator),
.footer-v4 .footer-widgets .widget.widget_categories .page-item-inner a:not(.child-indicator),
.footer-v4 .footer-widgets .widget.widget_nav_menu .menu-item-inner a:not(.child-indicator),
.footer-v4 .footer-widgets .widget.widget_nav_menu .cat-item-inner a:not(.child-indicator),
.footer-v4 .footer-widgets .widget.widget_nav_menu .page-item-inner a:not(.child-indicator),
.footer-v5 .footer-widgets .widget.widget_pages .menu-item-inner a:not(.child-indicator),
.footer-v5 .footer-widgets .widget.widget_pages .cat-item-inner a:not(.child-indicator),
.footer-v5 .footer-widgets .widget.widget_pages .page-item-inner a:not(.child-indicator),
.footer-v5 .footer-widgets .widget.widget_product_categories .menu-item-inner a:not(.child-indicator),
.footer-v5 .footer-widgets .widget.widget_product_categories .cat-item-inner a:not(.child-indicator),
.footer-v5 .footer-widgets .widget.widget_product_categories .page-item-inner a:not(.child-indicator),
.footer-v5 .footer-widgets .widget.widget_categories .menu-item-inner a:not(.child-indicator),
.footer-v5 .footer-widgets .widget.widget_categories .cat-item-inner a:not(.child-indicator),
.footer-v5 .footer-widgets .widget.widget_categories .page-item-inner a:not(.child-indicator),
.footer-v5 .footer-widgets .widget.widget_nav_menu .menu-item-inner a:not(.child-indicator),
.footer-v5 .footer-widgets .widget.widget_nav_menu .cat-item-inner a:not(.child-indicator),
.footer-v5 .footer-widgets .widget.widget_nav_menu .page-item-inner a:not(.child-indicator) {
  flex: 0 1 100%;
}
.widget-area .widget.widget_pages .menu-item-inner a:not(.child-indicator) .count,
.widget-area .widget.widget_pages .cat-item-inner a:not(.child-indicator) .count,
.widget-area .widget.widget_pages .page-item-inner a:not(.child-indicator) .count, .widget-area .widget.widget_product_categories .menu-item-inner a:not(.child-indicator) .count,
.widget-area .widget.widget_product_categories .cat-item-inner a:not(.child-indicator) .count,
.widget-area .widget.widget_product_categories .page-item-inner a:not(.child-indicator) .count, .widget-area .widget.widget_categories .menu-item-inner a:not(.child-indicator) .count,
.widget-area .widget.widget_categories .cat-item-inner a:not(.child-indicator) .count,
.widget-area .widget.widget_categories .page-item-inner a:not(.child-indicator) .count, .widget-area .widget.widget_nav_menu .menu-item-inner a:not(.child-indicator) .count,
.widget-area .widget.widget_nav_menu .cat-item-inner a:not(.child-indicator) .count,
.widget-area .widget.widget_nav_menu .page-item-inner a:not(.child-indicator) .count,
.shop-sidebar .widget.widget_pages .menu-item-inner a:not(.child-indicator) .count,
.shop-sidebar .widget.widget_pages .cat-item-inner a:not(.child-indicator) .count,
.shop-sidebar .widget.widget_pages .page-item-inner a:not(.child-indicator) .count,
.shop-sidebar .widget.widget_product_categories .menu-item-inner a:not(.child-indicator) .count,
.shop-sidebar .widget.widget_product_categories .cat-item-inner a:not(.child-indicator) .count,
.shop-sidebar .widget.widget_product_categories .page-item-inner a:not(.child-indicator) .count,
.shop-sidebar .widget.widget_categories .menu-item-inner a:not(.child-indicator) .count,
.shop-sidebar .widget.widget_categories .cat-item-inner a:not(.child-indicator) .count,
.shop-sidebar .widget.widget_categories .page-item-inner a:not(.child-indicator) .count,
.shop-sidebar .widget.widget_nav_menu .menu-item-inner a:not(.child-indicator) .count,
.shop-sidebar .widget.widget_nav_menu .cat-item-inner a:not(.child-indicator) .count,
.shop-sidebar .widget.widget_nav_menu .page-item-inner a:not(.child-indicator) .count,
.blog-sidebar .widget.widget_pages .menu-item-inner a:not(.child-indicator) .count,
.blog-sidebar .widget.widget_pages .cat-item-inner a:not(.child-indicator) .count,
.blog-sidebar .widget.widget_pages .page-item-inner a:not(.child-indicator) .count,
.blog-sidebar .widget.widget_product_categories .menu-item-inner a:not(.child-indicator) .count,
.blog-sidebar .widget.widget_product_categories .cat-item-inner a:not(.child-indicator) .count,
.blog-sidebar .widget.widget_product_categories .page-item-inner a:not(.child-indicator) .count,
.blog-sidebar .widget.widget_categories .menu-item-inner a:not(.child-indicator) .count,
.blog-sidebar .widget.widget_categories .cat-item-inner a:not(.child-indicator) .count,
.blog-sidebar .widget.widget_categories .page-item-inner a:not(.child-indicator) .count,
.blog-sidebar .widget.widget_nav_menu .menu-item-inner a:not(.child-indicator) .count,
.blog-sidebar .widget.widget_nav_menu .cat-item-inner a:not(.child-indicator) .count,
.blog-sidebar .widget.widget_nav_menu .page-item-inner a:not(.child-indicator) .count,
.footer-v1 .footer-widgets .widget.widget_pages .menu-item-inner a:not(.child-indicator) .count,
.footer-v1 .footer-widgets .widget.widget_pages .cat-item-inner a:not(.child-indicator) .count,
.footer-v1 .footer-widgets .widget.widget_pages .page-item-inner a:not(.child-indicator) .count,
.footer-v1 .footer-widgets .widget.widget_product_categories .menu-item-inner a:not(.child-indicator) .count,
.footer-v1 .footer-widgets .widget.widget_product_categories .cat-item-inner a:not(.child-indicator) .count,
.footer-v1 .footer-widgets .widget.widget_product_categories .page-item-inner a:not(.child-indicator) .count,
.footer-v1 .footer-widgets .widget.widget_categories .menu-item-inner a:not(.child-indicator) .count,
.footer-v1 .footer-widgets .widget.widget_categories .cat-item-inner a:not(.child-indicator) .count,
.footer-v1 .footer-widgets .widget.widget_categories .page-item-inner a:not(.child-indicator) .count,
.footer-v1 .footer-widgets .widget.widget_nav_menu .menu-item-inner a:not(.child-indicator) .count,
.footer-v1 .footer-widgets .widget.widget_nav_menu .cat-item-inner a:not(.child-indicator) .count,
.footer-v1 .footer-widgets .widget.widget_nav_menu .page-item-inner a:not(.child-indicator) .count,
.footer-v3 .footer-widgets .widget.widget_pages .menu-item-inner a:not(.child-indicator) .count,
.footer-v3 .footer-widgets .widget.widget_pages .cat-item-inner a:not(.child-indicator) .count,
.footer-v3 .footer-widgets .widget.widget_pages .page-item-inner a:not(.child-indicator) .count,
.footer-v3 .footer-widgets .widget.widget_product_categories .menu-item-inner a:not(.child-indicator) .count,
.footer-v3 .footer-widgets .widget.widget_product_categories .cat-item-inner a:not(.child-indicator) .count,
.footer-v3 .footer-widgets .widget.widget_product_categories .page-item-inner a:not(.child-indicator) .count,
.footer-v3 .footer-widgets .widget.widget_categories .menu-item-inner a:not(.child-indicator) .count,
.footer-v3 .footer-widgets .widget.widget_categories .cat-item-inner a:not(.child-indicator) .count,
.footer-v3 .footer-widgets .widget.widget_categories .page-item-inner a:not(.child-indicator) .count,
.footer-v3 .footer-widgets .widget.widget_nav_menu .menu-item-inner a:not(.child-indicator) .count,
.footer-v3 .footer-widgets .widget.widget_nav_menu .cat-item-inner a:not(.child-indicator) .count,
.footer-v3 .footer-widgets .widget.widget_nav_menu .page-item-inner a:not(.child-indicator) .count,
.footer-v4 .footer-widgets .widget.widget_pages .menu-item-inner a:not(.child-indicator) .count,
.footer-v4 .footer-widgets .widget.widget_pages .cat-item-inner a:not(.child-indicator) .count,
.footer-v4 .footer-widgets .widget.widget_pages .page-item-inner a:not(.child-indicator) .count,
.footer-v4 .footer-widgets .widget.widget_product_categories .menu-item-inner a:not(.child-indicator) .count,
.footer-v4 .footer-widgets .widget.widget_product_categories .cat-item-inner a:not(.child-indicator) .count,
.footer-v4 .footer-widgets .widget.widget_product_categories .page-item-inner a:not(.child-indicator) .count,
.footer-v4 .footer-widgets .widget.widget_categories .menu-item-inner a:not(.child-indicator) .count,
.footer-v4 .footer-widgets .widget.widget_categories .cat-item-inner a:not(.child-indicator) .count,
.footer-v4 .footer-widgets .widget.widget_categories .page-item-inner a:not(.child-indicator) .count,
.footer-v4 .footer-widgets .widget.widget_nav_menu .menu-item-inner a:not(.child-indicator) .count,
.footer-v4 .footer-widgets .widget.widget_nav_menu .cat-item-inner a:not(.child-indicator) .count,
.footer-v4 .footer-widgets .widget.widget_nav_menu .page-item-inner a:not(.child-indicator) .count,
.footer-v5 .footer-widgets .widget.widget_pages .menu-item-inner a:not(.child-indicator) .count,
.footer-v5 .footer-widgets .widget.widget_pages .cat-item-inner a:not(.child-indicator) .count,
.footer-v5 .footer-widgets .widget.widget_pages .page-item-inner a:not(.child-indicator) .count,
.footer-v5 .footer-widgets .widget.widget_product_categories .menu-item-inner a:not(.child-indicator) .count,
.footer-v5 .footer-widgets .widget.widget_product_categories .cat-item-inner a:not(.child-indicator) .count,
.footer-v5 .footer-widgets .widget.widget_product_categories .page-item-inner a:not(.child-indicator) .count,
.footer-v5 .footer-widgets .widget.widget_categories .menu-item-inner a:not(.child-indicator) .count,
.footer-v5 .footer-widgets .widget.widget_categories .cat-item-inner a:not(.child-indicator) .count,
.footer-v5 .footer-widgets .widget.widget_categories .page-item-inner a:not(.child-indicator) .count,
.footer-v5 .footer-widgets .widget.widget_nav_menu .menu-item-inner a:not(.child-indicator) .count,
.footer-v5 .footer-widgets .widget.widget_nav_menu .cat-item-inner a:not(.child-indicator) .count,
.footer-v5 .footer-widgets .widget.widget_nav_menu .page-item-inner a:not(.child-indicator) .count {
  margin-left: 4px;
}
.widget-area .widget.widget_pages .menu-item-inner a:not(.child-indicator) .count::before,
.widget-area .widget.widget_pages .cat-item-inner a:not(.child-indicator) .count::before,
.widget-area .widget.widget_pages .page-item-inner a:not(.child-indicator) .count::before, .widget-area .widget.widget_product_categories .menu-item-inner a:not(.child-indicator) .count::before,
.widget-area .widget.widget_product_categories .cat-item-inner a:not(.child-indicator) .count::before,
.widget-area .widget.widget_product_categories .page-item-inner a:not(.child-indicator) .count::before, .widget-area .widget.widget_categories .menu-item-inner a:not(.child-indicator) .count::before,
.widget-area .widget.widget_categories .cat-item-inner a:not(.child-indicator) .count::before,
.widget-area .widget.widget_categories .page-item-inner a:not(.child-indicator) .count::before, .widget-area .widget.widget_nav_menu .menu-item-inner a:not(.child-indicator) .count::before,
.widget-area .widget.widget_nav_menu .cat-item-inner a:not(.child-indicator) .count::before,
.widget-area .widget.widget_nav_menu .page-item-inner a:not(.child-indicator) .count::before,
.shop-sidebar .widget.widget_pages .menu-item-inner a:not(.child-indicator) .count::before,
.shop-sidebar .widget.widget_pages .cat-item-inner a:not(.child-indicator) .count::before,
.shop-sidebar .widget.widget_pages .page-item-inner a:not(.child-indicator) .count::before,
.shop-sidebar .widget.widget_product_categories .menu-item-inner a:not(.child-indicator) .count::before,
.shop-sidebar .widget.widget_product_categories .cat-item-inner a:not(.child-indicator) .count::before,
.shop-sidebar .widget.widget_product_categories .page-item-inner a:not(.child-indicator) .count::before,
.shop-sidebar .widget.widget_categories .menu-item-inner a:not(.child-indicator) .count::before,
.shop-sidebar .widget.widget_categories .cat-item-inner a:not(.child-indicator) .count::before,
.shop-sidebar .widget.widget_categories .page-item-inner a:not(.child-indicator) .count::before,
.shop-sidebar .widget.widget_nav_menu .menu-item-inner a:not(.child-indicator) .count::before,
.shop-sidebar .widget.widget_nav_menu .cat-item-inner a:not(.child-indicator) .count::before,
.shop-sidebar .widget.widget_nav_menu .page-item-inner a:not(.child-indicator) .count::before,
.blog-sidebar .widget.widget_pages .menu-item-inner a:not(.child-indicator) .count::before,
.blog-sidebar .widget.widget_pages .cat-item-inner a:not(.child-indicator) .count::before,
.blog-sidebar .widget.widget_pages .page-item-inner a:not(.child-indicator) .count::before,
.blog-sidebar .widget.widget_product_categories .menu-item-inner a:not(.child-indicator) .count::before,
.blog-sidebar .widget.widget_product_categories .cat-item-inner a:not(.child-indicator) .count::before,
.blog-sidebar .widget.widget_product_categories .page-item-inner a:not(.child-indicator) .count::before,
.blog-sidebar .widget.widget_categories .menu-item-inner a:not(.child-indicator) .count::before,
.blog-sidebar .widget.widget_categories .cat-item-inner a:not(.child-indicator) .count::before,
.blog-sidebar .widget.widget_categories .page-item-inner a:not(.child-indicator) .count::before,
.blog-sidebar .widget.widget_nav_menu .menu-item-inner a:not(.child-indicator) .count::before,
.blog-sidebar .widget.widget_nav_menu .cat-item-inner a:not(.child-indicator) .count::before,
.blog-sidebar .widget.widget_nav_menu .page-item-inner a:not(.child-indicator) .count::before,
.footer-v1 .footer-widgets .widget.widget_pages .menu-item-inner a:not(.child-indicator) .count::before,
.footer-v1 .footer-widgets .widget.widget_pages .cat-item-inner a:not(.child-indicator) .count::before,
.footer-v1 .footer-widgets .widget.widget_pages .page-item-inner a:not(.child-indicator) .count::before,
.footer-v1 .footer-widgets .widget.widget_product_categories .menu-item-inner a:not(.child-indicator) .count::before,
.footer-v1 .footer-widgets .widget.widget_product_categories .cat-item-inner a:not(.child-indicator) .count::before,
.footer-v1 .footer-widgets .widget.widget_product_categories .page-item-inner a:not(.child-indicator) .count::before,
.footer-v1 .footer-widgets .widget.widget_categories .menu-item-inner a:not(.child-indicator) .count::before,
.footer-v1 .footer-widgets .widget.widget_categories .cat-item-inner a:not(.child-indicator) .count::before,
.footer-v1 .footer-widgets .widget.widget_categories .page-item-inner a:not(.child-indicator) .count::before,
.footer-v1 .footer-widgets .widget.widget_nav_menu .menu-item-inner a:not(.child-indicator) .count::before,
.footer-v1 .footer-widgets .widget.widget_nav_menu .cat-item-inner a:not(.child-indicator) .count::before,
.footer-v1 .footer-widgets .widget.widget_nav_menu .page-item-inner a:not(.child-indicator) .count::before,
.footer-v3 .footer-widgets .widget.widget_pages .menu-item-inner a:not(.child-indicator) .count::before,
.footer-v3 .footer-widgets .widget.widget_pages .cat-item-inner a:not(.child-indicator) .count::before,
.footer-v3 .footer-widgets .widget.widget_pages .page-item-inner a:not(.child-indicator) .count::before,
.footer-v3 .footer-widgets .widget.widget_product_categories .menu-item-inner a:not(.child-indicator) .count::before,
.footer-v3 .footer-widgets .widget.widget_product_categories .cat-item-inner a:not(.child-indicator) .count::before,
.footer-v3 .footer-widgets .widget.widget_product_categories .page-item-inner a:not(.child-indicator) .count::before,
.footer-v3 .footer-widgets .widget.widget_categories .menu-item-inner a:not(.child-indicator) .count::before,
.footer-v3 .footer-widgets .widget.widget_categories .cat-item-inner a:not(.child-indicator) .count::before,
.footer-v3 .footer-widgets .widget.widget_categories .page-item-inner a:not(.child-indicator) .count::before,
.footer-v3 .footer-widgets .widget.widget_nav_menu .menu-item-inner a:not(.child-indicator) .count::before,
.footer-v3 .footer-widgets .widget.widget_nav_menu .cat-item-inner a:not(.child-indicator) .count::before,
.footer-v3 .footer-widgets .widget.widget_nav_menu .page-item-inner a:not(.child-indicator) .count::before,
.footer-v4 .footer-widgets .widget.widget_pages .menu-item-inner a:not(.child-indicator) .count::before,
.footer-v4 .footer-widgets .widget.widget_pages .cat-item-inner a:not(.child-indicator) .count::before,
.footer-v4 .footer-widgets .widget.widget_pages .page-item-inner a:not(.child-indicator) .count::before,
.footer-v4 .footer-widgets .widget.widget_product_categories .menu-item-inner a:not(.child-indicator) .count::before,
.footer-v4 .footer-widgets .widget.widget_product_categories .cat-item-inner a:not(.child-indicator) .count::before,
.footer-v4 .footer-widgets .widget.widget_product_categories .page-item-inner a:not(.child-indicator) .count::before,
.footer-v4 .footer-widgets .widget.widget_categories .menu-item-inner a:not(.child-indicator) .count::before,
.footer-v4 .footer-widgets .widget.widget_categories .cat-item-inner a:not(.child-indicator) .count::before,
.footer-v4 .footer-widgets .widget.widget_categories .page-item-inner a:not(.child-indicator) .count::before,
.footer-v4 .footer-widgets .widget.widget_nav_menu .menu-item-inner a:not(.child-indicator) .count::before,
.footer-v4 .footer-widgets .widget.widget_nav_menu .cat-item-inner a:not(.child-indicator) .count::before,
.footer-v4 .footer-widgets .widget.widget_nav_menu .page-item-inner a:not(.child-indicator) .count::before,
.footer-v5 .footer-widgets .widget.widget_pages .menu-item-inner a:not(.child-indicator) .count::before,
.footer-v5 .footer-widgets .widget.widget_pages .cat-item-inner a:not(.child-indicator) .count::before,
.footer-v5 .footer-widgets .widget.widget_pages .page-item-inner a:not(.child-indicator) .count::before,
.footer-v5 .footer-widgets .widget.widget_product_categories .menu-item-inner a:not(.child-indicator) .count::before,
.footer-v5 .footer-widgets .widget.widget_product_categories .cat-item-inner a:not(.child-indicator) .count::before,
.footer-v5 .footer-widgets .widget.widget_product_categories .page-item-inner a:not(.child-indicator) .count::before,
.footer-v5 .footer-widgets .widget.widget_categories .menu-item-inner a:not(.child-indicator) .count::before,
.footer-v5 .footer-widgets .widget.widget_categories .cat-item-inner a:not(.child-indicator) .count::before,
.footer-v5 .footer-widgets .widget.widget_categories .page-item-inner a:not(.child-indicator) .count::before,
.footer-v5 .footer-widgets .widget.widget_nav_menu .menu-item-inner a:not(.child-indicator) .count::before,
.footer-v5 .footer-widgets .widget.widget_nav_menu .cat-item-inner a:not(.child-indicator) .count::before,
.footer-v5 .footer-widgets .widget.widget_nav_menu .page-item-inner a:not(.child-indicator) .count::before {
  content: "(";
}
.widget-area .widget.widget_pages .menu-item-inner a:not(.child-indicator) .count::after,
.widget-area .widget.widget_pages .cat-item-inner a:not(.child-indicator) .count::after,
.widget-area .widget.widget_pages .page-item-inner a:not(.child-indicator) .count::after, .widget-area .widget.widget_product_categories .menu-item-inner a:not(.child-indicator) .count::after,
.widget-area .widget.widget_product_categories .cat-item-inner a:not(.child-indicator) .count::after,
.widget-area .widget.widget_product_categories .page-item-inner a:not(.child-indicator) .count::after, .widget-area .widget.widget_categories .menu-item-inner a:not(.child-indicator) .count::after,
.widget-area .widget.widget_categories .cat-item-inner a:not(.child-indicator) .count::after,
.widget-area .widget.widget_categories .page-item-inner a:not(.child-indicator) .count::after, .widget-area .widget.widget_nav_menu .menu-item-inner a:not(.child-indicator) .count::after,
.widget-area .widget.widget_nav_menu .cat-item-inner a:not(.child-indicator) .count::after,
.widget-area .widget.widget_nav_menu .page-item-inner a:not(.child-indicator) .count::after,
.shop-sidebar .widget.widget_pages .menu-item-inner a:not(.child-indicator) .count::after,
.shop-sidebar .widget.widget_pages .cat-item-inner a:not(.child-indicator) .count::after,
.shop-sidebar .widget.widget_pages .page-item-inner a:not(.child-indicator) .count::after,
.shop-sidebar .widget.widget_product_categories .menu-item-inner a:not(.child-indicator) .count::after,
.shop-sidebar .widget.widget_product_categories .cat-item-inner a:not(.child-indicator) .count::after,
.shop-sidebar .widget.widget_product_categories .page-item-inner a:not(.child-indicator) .count::after,
.shop-sidebar .widget.widget_categories .menu-item-inner a:not(.child-indicator) .count::after,
.shop-sidebar .widget.widget_categories .cat-item-inner a:not(.child-indicator) .count::after,
.shop-sidebar .widget.widget_categories .page-item-inner a:not(.child-indicator) .count::after,
.shop-sidebar .widget.widget_nav_menu .menu-item-inner a:not(.child-indicator) .count::after,
.shop-sidebar .widget.widget_nav_menu .cat-item-inner a:not(.child-indicator) .count::after,
.shop-sidebar .widget.widget_nav_menu .page-item-inner a:not(.child-indicator) .count::after,
.blog-sidebar .widget.widget_pages .menu-item-inner a:not(.child-indicator) .count::after,
.blog-sidebar .widget.widget_pages .cat-item-inner a:not(.child-indicator) .count::after,
.blog-sidebar .widget.widget_pages .page-item-inner a:not(.child-indicator) .count::after,
.blog-sidebar .widget.widget_product_categories .menu-item-inner a:not(.child-indicator) .count::after,
.blog-sidebar .widget.widget_product_categories .cat-item-inner a:not(.child-indicator) .count::after,
.blog-sidebar .widget.widget_product_categories .page-item-inner a:not(.child-indicator) .count::after,
.blog-sidebar .widget.widget_categories .menu-item-inner a:not(.child-indicator) .count::after,
.blog-sidebar .widget.widget_categories .cat-item-inner a:not(.child-indicator) .count::after,
.blog-sidebar .widget.widget_categories .page-item-inner a:not(.child-indicator) .count::after,
.blog-sidebar .widget.widget_nav_menu .menu-item-inner a:not(.child-indicator) .count::after,
.blog-sidebar .widget.widget_nav_menu .cat-item-inner a:not(.child-indicator) .count::after,
.blog-sidebar .widget.widget_nav_menu .page-item-inner a:not(.child-indicator) .count::after,
.footer-v1 .footer-widgets .widget.widget_pages .menu-item-inner a:not(.child-indicator) .count::after,
.footer-v1 .footer-widgets .widget.widget_pages .cat-item-inner a:not(.child-indicator) .count::after,
.footer-v1 .footer-widgets .widget.widget_pages .page-item-inner a:not(.child-indicator) .count::after,
.footer-v1 .footer-widgets .widget.widget_product_categories .menu-item-inner a:not(.child-indicator) .count::after,
.footer-v1 .footer-widgets .widget.widget_product_categories .cat-item-inner a:not(.child-indicator) .count::after,
.footer-v1 .footer-widgets .widget.widget_product_categories .page-item-inner a:not(.child-indicator) .count::after,
.footer-v1 .footer-widgets .widget.widget_categories .menu-item-inner a:not(.child-indicator) .count::after,
.footer-v1 .footer-widgets .widget.widget_categories .cat-item-inner a:not(.child-indicator) .count::after,
.footer-v1 .footer-widgets .widget.widget_categories .page-item-inner a:not(.child-indicator) .count::after,
.footer-v1 .footer-widgets .widget.widget_nav_menu .menu-item-inner a:not(.child-indicator) .count::after,
.footer-v1 .footer-widgets .widget.widget_nav_menu .cat-item-inner a:not(.child-indicator) .count::after,
.footer-v1 .footer-widgets .widget.widget_nav_menu .page-item-inner a:not(.child-indicator) .count::after,
.footer-v3 .footer-widgets .widget.widget_pages .menu-item-inner a:not(.child-indicator) .count::after,
.footer-v3 .footer-widgets .widget.widget_pages .cat-item-inner a:not(.child-indicator) .count::after,
.footer-v3 .footer-widgets .widget.widget_pages .page-item-inner a:not(.child-indicator) .count::after,
.footer-v3 .footer-widgets .widget.widget_product_categories .menu-item-inner a:not(.child-indicator) .count::after,
.footer-v3 .footer-widgets .widget.widget_product_categories .cat-item-inner a:not(.child-indicator) .count::after,
.footer-v3 .footer-widgets .widget.widget_product_categories .page-item-inner a:not(.child-indicator) .count::after,
.footer-v3 .footer-widgets .widget.widget_categories .menu-item-inner a:not(.child-indicator) .count::after,
.footer-v3 .footer-widgets .widget.widget_categories .cat-item-inner a:not(.child-indicator) .count::after,
.footer-v3 .footer-widgets .widget.widget_categories .page-item-inner a:not(.child-indicator) .count::after,
.footer-v3 .footer-widgets .widget.widget_nav_menu .menu-item-inner a:not(.child-indicator) .count::after,
.footer-v3 .footer-widgets .widget.widget_nav_menu .cat-item-inner a:not(.child-indicator) .count::after,
.footer-v3 .footer-widgets .widget.widget_nav_menu .page-item-inner a:not(.child-indicator) .count::after,
.footer-v4 .footer-widgets .widget.widget_pages .menu-item-inner a:not(.child-indicator) .count::after,
.footer-v4 .footer-widgets .widget.widget_pages .cat-item-inner a:not(.child-indicator) .count::after,
.footer-v4 .footer-widgets .widget.widget_pages .page-item-inner a:not(.child-indicator) .count::after,
.footer-v4 .footer-widgets .widget.widget_product_categories .menu-item-inner a:not(.child-indicator) .count::after,
.footer-v4 .footer-widgets .widget.widget_product_categories .cat-item-inner a:not(.child-indicator) .count::after,
.footer-v4 .footer-widgets .widget.widget_product_categories .page-item-inner a:not(.child-indicator) .count::after,
.footer-v4 .footer-widgets .widget.widget_categories .menu-item-inner a:not(.child-indicator) .count::after,
.footer-v4 .footer-widgets .widget.widget_categories .cat-item-inner a:not(.child-indicator) .count::after,
.footer-v4 .footer-widgets .widget.widget_categories .page-item-inner a:not(.child-indicator) .count::after,
.footer-v4 .footer-widgets .widget.widget_nav_menu .menu-item-inner a:not(.child-indicator) .count::after,
.footer-v4 .footer-widgets .widget.widget_nav_menu .cat-item-inner a:not(.child-indicator) .count::after,
.footer-v4 .footer-widgets .widget.widget_nav_menu .page-item-inner a:not(.child-indicator) .count::after,
.footer-v5 .footer-widgets .widget.widget_pages .menu-item-inner a:not(.child-indicator) .count::after,
.footer-v5 .footer-widgets .widget.widget_pages .cat-item-inner a:not(.child-indicator) .count::after,
.footer-v5 .footer-widgets .widget.widget_pages .page-item-inner a:not(.child-indicator) .count::after,
.footer-v5 .footer-widgets .widget.widget_product_categories .menu-item-inner a:not(.child-indicator) .count::after,
.footer-v5 .footer-widgets .widget.widget_product_categories .cat-item-inner a:not(.child-indicator) .count::after,
.footer-v5 .footer-widgets .widget.widget_product_categories .page-item-inner a:not(.child-indicator) .count::after,
.footer-v5 .footer-widgets .widget.widget_categories .menu-item-inner a:not(.child-indicator) .count::after,
.footer-v5 .footer-widgets .widget.widget_categories .cat-item-inner a:not(.child-indicator) .count::after,
.footer-v5 .footer-widgets .widget.widget_categories .page-item-inner a:not(.child-indicator) .count::after,
.footer-v5 .footer-widgets .widget.widget_nav_menu .menu-item-inner a:not(.child-indicator) .count::after,
.footer-v5 .footer-widgets .widget.widget_nav_menu .cat-item-inner a:not(.child-indicator) .count::after,
.footer-v5 .footer-widgets .widget.widget_nav_menu .page-item-inner a:not(.child-indicator) .count::after {
  content: ")";
}
.widget-area .widget.widget_pages .cat-item,
.widget-area .widget.widget_pages .page_item,
.widget-area .widget.widget_pages .menu-item, .widget-area .widget.widget_product_categories .cat-item,
.widget-area .widget.widget_product_categories .page_item,
.widget-area .widget.widget_product_categories .menu-item, .widget-area .widget.widget_categories .cat-item,
.widget-area .widget.widget_categories .page_item,
.widget-area .widget.widget_categories .menu-item, .widget-area .widget.widget_nav_menu .cat-item,
.widget-area .widget.widget_nav_menu .page_item,
.widget-area .widget.widget_nav_menu .menu-item,
.shop-sidebar .widget.widget_pages .cat-item,
.shop-sidebar .widget.widget_pages .page_item,
.shop-sidebar .widget.widget_pages .menu-item,
.shop-sidebar .widget.widget_product_categories .cat-item,
.shop-sidebar .widget.widget_product_categories .page_item,
.shop-sidebar .widget.widget_product_categories .menu-item,
.shop-sidebar .widget.widget_categories .cat-item,
.shop-sidebar .widget.widget_categories .page_item,
.shop-sidebar .widget.widget_categories .menu-item,
.shop-sidebar .widget.widget_nav_menu .cat-item,
.shop-sidebar .widget.widget_nav_menu .page_item,
.shop-sidebar .widget.widget_nav_menu .menu-item,
.blog-sidebar .widget.widget_pages .cat-item,
.blog-sidebar .widget.widget_pages .page_item,
.blog-sidebar .widget.widget_pages .menu-item,
.blog-sidebar .widget.widget_product_categories .cat-item,
.blog-sidebar .widget.widget_product_categories .page_item,
.blog-sidebar .widget.widget_product_categories .menu-item,
.blog-sidebar .widget.widget_categories .cat-item,
.blog-sidebar .widget.widget_categories .page_item,
.blog-sidebar .widget.widget_categories .menu-item,
.blog-sidebar .widget.widget_nav_menu .cat-item,
.blog-sidebar .widget.widget_nav_menu .page_item,
.blog-sidebar .widget.widget_nav_menu .menu-item,
.footer-v1 .footer-widgets .widget.widget_pages .cat-item,
.footer-v1 .footer-widgets .widget.widget_pages .page_item,
.footer-v1 .footer-widgets .widget.widget_pages .menu-item,
.footer-v1 .footer-widgets .widget.widget_product_categories .cat-item,
.footer-v1 .footer-widgets .widget.widget_product_categories .page_item,
.footer-v1 .footer-widgets .widget.widget_product_categories .menu-item,
.footer-v1 .footer-widgets .widget.widget_categories .cat-item,
.footer-v1 .footer-widgets .widget.widget_categories .page_item,
.footer-v1 .footer-widgets .widget.widget_categories .menu-item,
.footer-v1 .footer-widgets .widget.widget_nav_menu .cat-item,
.footer-v1 .footer-widgets .widget.widget_nav_menu .page_item,
.footer-v1 .footer-widgets .widget.widget_nav_menu .menu-item,
.footer-v3 .footer-widgets .widget.widget_pages .cat-item,
.footer-v3 .footer-widgets .widget.widget_pages .page_item,
.footer-v3 .footer-widgets .widget.widget_pages .menu-item,
.footer-v3 .footer-widgets .widget.widget_product_categories .cat-item,
.footer-v3 .footer-widgets .widget.widget_product_categories .page_item,
.footer-v3 .footer-widgets .widget.widget_product_categories .menu-item,
.footer-v3 .footer-widgets .widget.widget_categories .cat-item,
.footer-v3 .footer-widgets .widget.widget_categories .page_item,
.footer-v3 .footer-widgets .widget.widget_categories .menu-item,
.footer-v3 .footer-widgets .widget.widget_nav_menu .cat-item,
.footer-v3 .footer-widgets .widget.widget_nav_menu .page_item,
.footer-v3 .footer-widgets .widget.widget_nav_menu .menu-item,
.footer-v4 .footer-widgets .widget.widget_pages .cat-item,
.footer-v4 .footer-widgets .widget.widget_pages .page_item,
.footer-v4 .footer-widgets .widget.widget_pages .menu-item,
.footer-v4 .footer-widgets .widget.widget_product_categories .cat-item,
.footer-v4 .footer-widgets .widget.widget_product_categories .page_item,
.footer-v4 .footer-widgets .widget.widget_product_categories .menu-item,
.footer-v4 .footer-widgets .widget.widget_categories .cat-item,
.footer-v4 .footer-widgets .widget.widget_categories .page_item,
.footer-v4 .footer-widgets .widget.widget_categories .menu-item,
.footer-v4 .footer-widgets .widget.widget_nav_menu .cat-item,
.footer-v4 .footer-widgets .widget.widget_nav_menu .page_item,
.footer-v4 .footer-widgets .widget.widget_nav_menu .menu-item,
.footer-v5 .footer-widgets .widget.widget_pages .cat-item,
.footer-v5 .footer-widgets .widget.widget_pages .page_item,
.footer-v5 .footer-widgets .widget.widget_pages .menu-item,
.footer-v5 .footer-widgets .widget.widget_product_categories .cat-item,
.footer-v5 .footer-widgets .widget.widget_product_categories .page_item,
.footer-v5 .footer-widgets .widget.widget_product_categories .menu-item,
.footer-v5 .footer-widgets .widget.widget_categories .cat-item,
.footer-v5 .footer-widgets .widget.widget_categories .page_item,
.footer-v5 .footer-widgets .widget.widget_categories .menu-item,
.footer-v5 .footer-widgets .widget.widget_nav_menu .cat-item,
.footer-v5 .footer-widgets .widget.widget_nav_menu .page_item,
.footer-v5 .footer-widgets .widget.widget_nav_menu .menu-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.widget-area .widget.widget_pages .cat-item > .children ul ul ul ul ul,
.widget-area .widget.widget_pages .page_item > .children ul ul ul ul ul,
.widget-area .widget.widget_pages .menu-item > .children ul ul ul ul ul, .widget-area .widget.widget_product_categories .cat-item > .children ul ul ul ul ul,
.widget-area .widget.widget_product_categories .page_item > .children ul ul ul ul ul,
.widget-area .widget.widget_product_categories .menu-item > .children ul ul ul ul ul, .widget-area .widget.widget_categories .cat-item > .children ul ul ul ul ul,
.widget-area .widget.widget_categories .page_item > .children ul ul ul ul ul,
.widget-area .widget.widget_categories .menu-item > .children ul ul ul ul ul, .widget-area .widget.widget_nav_menu .cat-item > .children ul ul ul ul ul,
.widget-area .widget.widget_nav_menu .page_item > .children ul ul ul ul ul,
.widget-area .widget.widget_nav_menu .menu-item > .children ul ul ul ul ul,
.shop-sidebar .widget.widget_pages .cat-item > .children ul ul ul ul ul,
.shop-sidebar .widget.widget_pages .page_item > .children ul ul ul ul ul,
.shop-sidebar .widget.widget_pages .menu-item > .children ul ul ul ul ul,
.shop-sidebar .widget.widget_product_categories .cat-item > .children ul ul ul ul ul,
.shop-sidebar .widget.widget_product_categories .page_item > .children ul ul ul ul ul,
.shop-sidebar .widget.widget_product_categories .menu-item > .children ul ul ul ul ul,
.shop-sidebar .widget.widget_categories .cat-item > .children ul ul ul ul ul,
.shop-sidebar .widget.widget_categories .page_item > .children ul ul ul ul ul,
.shop-sidebar .widget.widget_categories .menu-item > .children ul ul ul ul ul,
.shop-sidebar .widget.widget_nav_menu .cat-item > .children ul ul ul ul ul,
.shop-sidebar .widget.widget_nav_menu .page_item > .children ul ul ul ul ul,
.shop-sidebar .widget.widget_nav_menu .menu-item > .children ul ul ul ul ul,
.blog-sidebar .widget.widget_pages .cat-item > .children ul ul ul ul ul,
.blog-sidebar .widget.widget_pages .page_item > .children ul ul ul ul ul,
.blog-sidebar .widget.widget_pages .menu-item > .children ul ul ul ul ul,
.blog-sidebar .widget.widget_product_categories .cat-item > .children ul ul ul ul ul,
.blog-sidebar .widget.widget_product_categories .page_item > .children ul ul ul ul ul,
.blog-sidebar .widget.widget_product_categories .menu-item > .children ul ul ul ul ul,
.blog-sidebar .widget.widget_categories .cat-item > .children ul ul ul ul ul,
.blog-sidebar .widget.widget_categories .page_item > .children ul ul ul ul ul,
.blog-sidebar .widget.widget_categories .menu-item > .children ul ul ul ul ul,
.blog-sidebar .widget.widget_nav_menu .cat-item > .children ul ul ul ul ul,
.blog-sidebar .widget.widget_nav_menu .page_item > .children ul ul ul ul ul,
.blog-sidebar .widget.widget_nav_menu .menu-item > .children ul ul ul ul ul,
.footer-v1 .footer-widgets .widget.widget_pages .cat-item > .children ul ul ul ul ul,
.footer-v1 .footer-widgets .widget.widget_pages .page_item > .children ul ul ul ul ul,
.footer-v1 .footer-widgets .widget.widget_pages .menu-item > .children ul ul ul ul ul,
.footer-v1 .footer-widgets .widget.widget_product_categories .cat-item > .children ul ul ul ul ul,
.footer-v1 .footer-widgets .widget.widget_product_categories .page_item > .children ul ul ul ul ul,
.footer-v1 .footer-widgets .widget.widget_product_categories .menu-item > .children ul ul ul ul ul,
.footer-v1 .footer-widgets .widget.widget_categories .cat-item > .children ul ul ul ul ul,
.footer-v1 .footer-widgets .widget.widget_categories .page_item > .children ul ul ul ul ul,
.footer-v1 .footer-widgets .widget.widget_categories .menu-item > .children ul ul ul ul ul,
.footer-v1 .footer-widgets .widget.widget_nav_menu .cat-item > .children ul ul ul ul ul,
.footer-v1 .footer-widgets .widget.widget_nav_menu .page_item > .children ul ul ul ul ul,
.footer-v1 .footer-widgets .widget.widget_nav_menu .menu-item > .children ul ul ul ul ul,
.footer-v3 .footer-widgets .widget.widget_pages .cat-item > .children ul ul ul ul ul,
.footer-v3 .footer-widgets .widget.widget_pages .page_item > .children ul ul ul ul ul,
.footer-v3 .footer-widgets .widget.widget_pages .menu-item > .children ul ul ul ul ul,
.footer-v3 .footer-widgets .widget.widget_product_categories .cat-item > .children ul ul ul ul ul,
.footer-v3 .footer-widgets .widget.widget_product_categories .page_item > .children ul ul ul ul ul,
.footer-v3 .footer-widgets .widget.widget_product_categories .menu-item > .children ul ul ul ul ul,
.footer-v3 .footer-widgets .widget.widget_categories .cat-item > .children ul ul ul ul ul,
.footer-v3 .footer-widgets .widget.widget_categories .page_item > .children ul ul ul ul ul,
.footer-v3 .footer-widgets .widget.widget_categories .menu-item > .children ul ul ul ul ul,
.footer-v3 .footer-widgets .widget.widget_nav_menu .cat-item > .children ul ul ul ul ul,
.footer-v3 .footer-widgets .widget.widget_nav_menu .page_item > .children ul ul ul ul ul,
.footer-v3 .footer-widgets .widget.widget_nav_menu .menu-item > .children ul ul ul ul ul,
.footer-v4 .footer-widgets .widget.widget_pages .cat-item > .children ul ul ul ul ul,
.footer-v4 .footer-widgets .widget.widget_pages .page_item > .children ul ul ul ul ul,
.footer-v4 .footer-widgets .widget.widget_pages .menu-item > .children ul ul ul ul ul,
.footer-v4 .footer-widgets .widget.widget_product_categories .cat-item > .children ul ul ul ul ul,
.footer-v4 .footer-widgets .widget.widget_product_categories .page_item > .children ul ul ul ul ul,
.footer-v4 .footer-widgets .widget.widget_product_categories .menu-item > .children ul ul ul ul ul,
.footer-v4 .footer-widgets .widget.widget_categories .cat-item > .children ul ul ul ul ul,
.footer-v4 .footer-widgets .widget.widget_categories .page_item > .children ul ul ul ul ul,
.footer-v4 .footer-widgets .widget.widget_categories .menu-item > .children ul ul ul ul ul,
.footer-v4 .footer-widgets .widget.widget_nav_menu .cat-item > .children ul ul ul ul ul,
.footer-v4 .footer-widgets .widget.widget_nav_menu .page_item > .children ul ul ul ul ul,
.footer-v4 .footer-widgets .widget.widget_nav_menu .menu-item > .children ul ul ul ul ul,
.footer-v5 .footer-widgets .widget.widget_pages .cat-item > .children ul ul ul ul ul,
.footer-v5 .footer-widgets .widget.widget_pages .page_item > .children ul ul ul ul ul,
.footer-v5 .footer-widgets .widget.widget_pages .menu-item > .children ul ul ul ul ul,
.footer-v5 .footer-widgets .widget.widget_product_categories .cat-item > .children ul ul ul ul ul,
.footer-v5 .footer-widgets .widget.widget_product_categories .page_item > .children ul ul ul ul ul,
.footer-v5 .footer-widgets .widget.widget_product_categories .menu-item > .children ul ul ul ul ul,
.footer-v5 .footer-widgets .widget.widget_categories .cat-item > .children ul ul ul ul ul,
.footer-v5 .footer-widgets .widget.widget_categories .page_item > .children ul ul ul ul ul,
.footer-v5 .footer-widgets .widget.widget_categories .menu-item > .children ul ul ul ul ul,
.footer-v5 .footer-widgets .widget.widget_nav_menu .cat-item > .children ul ul ul ul ul,
.footer-v5 .footer-widgets .widget.widget_nav_menu .page_item > .children ul ul ul ul ul,
.footer-v5 .footer-widgets .widget.widget_nav_menu .menu-item > .children ul ul ul ul ul {
  padding-left: 0;
}

.widget-area .jobhunt-wpjm-search,
.widget-area .jobhunt-wpjm-location-search,
.widget-area .jobhunt-wpjmc-search,
.widget-area .jobhunt-wpjmc-location-search,
.widget-area .jobhunt-wpjmr-search,
.widget-area .jobhunt-wpjmr-location-search,
.widget-area .woocommerce-product-search {
  display: block;
  width: 100%;
  color: #40484a;
  background-color: #f9fafa;
  background-clip: padding-box;
  border: 2px solid #d4d9dd;
  transition: 0.2s;
  box-shadow: none;
  padding: 0 0;
  font-size: 14px;
  line-height: normal;
  border-radius: 8px;
  display: flex;
  height: 50px;
}
.widget-area .jobhunt-wpjm-search::-ms-expand,
.widget-area .jobhunt-wpjm-location-search::-ms-expand,
.widget-area .jobhunt-wpjmc-search::-ms-expand,
.widget-area .jobhunt-wpjmc-location-search::-ms-expand,
.widget-area .jobhunt-wpjmr-search::-ms-expand,
.widget-area .jobhunt-wpjmr-location-search::-ms-expand,
.widget-area .woocommerce-product-search::-ms-expand {
  background-color: transparent;
  border: 0;
}
.widget-area .jobhunt-wpjm-search::placeholder,
.widget-area .jobhunt-wpjm-location-search::placeholder,
.widget-area .jobhunt-wpjmc-search::placeholder,
.widget-area .jobhunt-wpjmc-location-search::placeholder,
.widget-area .jobhunt-wpjmr-search::placeholder,
.widget-area .jobhunt-wpjmr-location-search::placeholder,
.widget-area .woocommerce-product-search::placeholder {
  color: #6c757d;
  opacity: 1;
}
.widget-area .jobhunt-wpjm-search:disabled, .widget-area .jobhunt-wpjm-search[readonly],
.widget-area .jobhunt-wpjm-location-search:disabled,
.widget-area .jobhunt-wpjm-location-search[readonly],
.widget-area .jobhunt-wpjmc-search:disabled,
.widget-area .jobhunt-wpjmc-search[readonly],
.widget-area .jobhunt-wpjmc-location-search:disabled,
.widget-area .jobhunt-wpjmc-location-search[readonly],
.widget-area .jobhunt-wpjmr-search:disabled,
.widget-area .jobhunt-wpjmr-search[readonly],
.widget-area .jobhunt-wpjmr-location-search:disabled,
.widget-area .jobhunt-wpjmr-location-search[readonly],
.widget-area .woocommerce-product-search:disabled,
.widget-area .woocommerce-product-search[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.widget-area .jobhunt-wpjm-search:hover, .widget-area .jobhunt-wpjm-search:focus,
.widget-area .jobhunt-wpjm-location-search:hover,
.widget-area .jobhunt-wpjm-location-search:focus,
.widget-area .jobhunt-wpjmc-search:hover,
.widget-area .jobhunt-wpjmc-search:focus,
.widget-area .jobhunt-wpjmc-location-search:hover,
.widget-area .jobhunt-wpjmc-location-search:focus,
.widget-area .jobhunt-wpjmr-search:hover,
.widget-area .jobhunt-wpjmr-search:focus,
.widget-area .jobhunt-wpjmr-location-search:hover,
.widget-area .jobhunt-wpjmr-location-search:focus,
.widget-area .woocommerce-product-search:hover,
.widget-area .woocommerce-product-search:focus {
  border-color: #8c9aa6;
}
.widget-area .jobhunt-wpjm-search:focus,
.widget-area .jobhunt-wpjm-location-search:focus,
.widget-area .jobhunt-wpjmc-search:focus,
.widget-area .jobhunt-wpjmc-location-search:focus,
.widget-area .jobhunt-wpjmr-search:focus,
.widget-area .jobhunt-wpjmr-location-search:focus,
.widget-area .woocommerce-product-search:focus {
  background-color: #fff;
  outline: none;
}
.widget-area .jobhunt-wpjm-search .search-field, .widget-area .jobhunt-wpjm-search .location-search-field,
.widget-area .jobhunt-wpjm-location-search .search-field,
.widget-area .jobhunt-wpjm-location-search .location-search-field,
.widget-area .jobhunt-wpjmc-search .search-field,
.widget-area .jobhunt-wpjmc-search .location-search-field,
.widget-area .jobhunt-wpjmc-location-search .search-field,
.widget-area .jobhunt-wpjmc-location-search .location-search-field,
.widget-area .jobhunt-wpjmr-search .search-field,
.widget-area .jobhunt-wpjmr-search .location-search-field,
.widget-area .jobhunt-wpjmr-location-search .search-field,
.widget-area .jobhunt-wpjmr-location-search .location-search-field,
.widget-area .woocommerce-product-search .search-field,
.widget-area .woocommerce-product-search .location-search-field {
  border-width: 0;
  border-radius: 8px;
}
.widget-area .jobhunt-wpjm-search .search-field:focus + button, .widget-area .jobhunt-wpjm-search .location-search-field:focus + button,
.widget-area .jobhunt-wpjm-location-search .search-field:focus + button,
.widget-area .jobhunt-wpjm-location-search .location-search-field:focus + button,
.widget-area .jobhunt-wpjmc-search .search-field:focus + button,
.widget-area .jobhunt-wpjmc-search .location-search-field:focus + button,
.widget-area .jobhunt-wpjmc-location-search .search-field:focus + button,
.widget-area .jobhunt-wpjmc-location-search .location-search-field:focus + button,
.widget-area .jobhunt-wpjmr-search .search-field:focus + button,
.widget-area .jobhunt-wpjmr-search .location-search-field:focus + button,
.widget-area .jobhunt-wpjmr-location-search .search-field:focus + button,
.widget-area .jobhunt-wpjmr-location-search .location-search-field:focus + button,
.widget-area .woocommerce-product-search .search-field:focus + button,
.widget-area .woocommerce-product-search .location-search-field:focus + button {
  background-color: #fff;
}
.widget-area .jobhunt-wpjm-search input::placeholder,
.widget-area .jobhunt-wpjm-location-search input::placeholder,
.widget-area .jobhunt-wpjmc-search input::placeholder,
.widget-area .jobhunt-wpjmc-location-search input::placeholder,
.widget-area .jobhunt-wpjmr-search input::placeholder,
.widget-area .jobhunt-wpjmr-location-search input::placeholder,
.widget-area .woocommerce-product-search input::placeholder {
  font-size: 13px;
  color: #a7a7a7;
}
.widget-area .jobhunt-wpjm-search button,
.widget-area .jobhunt-wpjm-location-search button,
.widget-area .jobhunt-wpjmc-search button,
.widget-area .jobhunt-wpjmc-location-search button,
.widget-area .jobhunt-wpjmr-search button,
.widget-area .jobhunt-wpjmr-location-search button,
.widget-area .woocommerce-product-search button {
  border-width: 0;
  background: transparent;
  font-size: 24px;
  display: flex;
  align-items: center;
  border-radius: 8px;
}
.widget-area .jobhunt-wpjm-search button .job-search-text,
.widget-area .jobhunt-wpjm-search button .job-location-search-text,
.widget-area .jobhunt-wpjm-search button .company-search-text,
.widget-area .jobhunt-wpjm-search button .company-location-search-text,
.widget-area .jobhunt-wpjm-search button .resume-search-text,
.widget-area .jobhunt-wpjm-search button .resume-location-search-text,
.widget-area .jobhunt-wpjm-location-search button .job-search-text,
.widget-area .jobhunt-wpjm-location-search button .job-location-search-text,
.widget-area .jobhunt-wpjm-location-search button .company-search-text,
.widget-area .jobhunt-wpjm-location-search button .company-location-search-text,
.widget-area .jobhunt-wpjm-location-search button .resume-search-text,
.widget-area .jobhunt-wpjm-location-search button .resume-location-search-text,
.widget-area .jobhunt-wpjmc-search button .job-search-text,
.widget-area .jobhunt-wpjmc-search button .job-location-search-text,
.widget-area .jobhunt-wpjmc-search button .company-search-text,
.widget-area .jobhunt-wpjmc-search button .company-location-search-text,
.widget-area .jobhunt-wpjmc-search button .resume-search-text,
.widget-area .jobhunt-wpjmc-search button .resume-location-search-text,
.widget-area .jobhunt-wpjmc-location-search button .job-search-text,
.widget-area .jobhunt-wpjmc-location-search button .job-location-search-text,
.widget-area .jobhunt-wpjmc-location-search button .company-search-text,
.widget-area .jobhunt-wpjmc-location-search button .company-location-search-text,
.widget-area .jobhunt-wpjmc-location-search button .resume-search-text,
.widget-area .jobhunt-wpjmc-location-search button .resume-location-search-text,
.widget-area .jobhunt-wpjmr-search button .job-search-text,
.widget-area .jobhunt-wpjmr-search button .job-location-search-text,
.widget-area .jobhunt-wpjmr-search button .company-search-text,
.widget-area .jobhunt-wpjmr-search button .company-location-search-text,
.widget-area .jobhunt-wpjmr-search button .resume-search-text,
.widget-area .jobhunt-wpjmr-search button .resume-location-search-text,
.widget-area .jobhunt-wpjmr-location-search button .job-search-text,
.widget-area .jobhunt-wpjmr-location-search button .job-location-search-text,
.widget-area .jobhunt-wpjmr-location-search button .company-search-text,
.widget-area .jobhunt-wpjmr-location-search button .company-location-search-text,
.widget-area .jobhunt-wpjmr-location-search button .resume-search-text,
.widget-area .jobhunt-wpjmr-location-search button .resume-location-search-text,
.widget-area .woocommerce-product-search button .job-search-text,
.widget-area .woocommerce-product-search button .job-location-search-text,
.widget-area .woocommerce-product-search button .company-search-text,
.widget-area .woocommerce-product-search button .company-location-search-text,
.widget-area .woocommerce-product-search button .resume-search-text,
.widget-area .woocommerce-product-search button .resume-location-search-text {
  display: none;
}
.widget-area .jobhunt-wpjm-search button:focus,
.widget-area .jobhunt-wpjm-location-search button:focus,
.widget-area .jobhunt-wpjmc-search button:focus,
.widget-area .jobhunt-wpjmc-location-search button:focus,
.widget-area .jobhunt-wpjmr-search button:focus,
.widget-area .jobhunt-wpjmr-location-search button:focus,
.widget-area .woocommerce-product-search button:focus {
  outline: none;
}
.widget-area .woocommerce-product-search button {
  border-width: 0;
  background: transparent;
  font-size: 24px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  text-indent: -9999px;
}
.widget-area .woocommerce-product-search button:after {
  content: "\f002";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-indent: 0;
}
.widget-area .widget_jobhunt_wpjm_date_filter .jobhunt-wpjm-date-filter-list__item:before,
.widget-area .widget_jobhunt_wpjm_date_filter .jobhunt-wpjmc-date-filter-list__item:before,
.widget-area .widget_jobhunt_wpjm_date_filter .jobhunt-wpjmr-date-filter-list__item:before,
.widget-area .widget_jobhunt_wpjmc_date_filter .jobhunt-wpjm-date-filter-list__item:before,
.widget-area .widget_jobhunt_wpjmc_date_filter .jobhunt-wpjmc-date-filter-list__item:before,
.widget-area .widget_jobhunt_wpjmc_date_filter .jobhunt-wpjmr-date-filter-list__item:before,
.widget-area .widget_jobhunt_wpjmr_date_filter .jobhunt-wpjm-date-filter-list__item:before,
.widget-area .widget_jobhunt_wpjmr_date_filter .jobhunt-wpjmc-date-filter-list__item:before,
.widget-area .widget_jobhunt_wpjmr_date_filter .jobhunt-wpjmr-date-filter-list__item:before {
  display: none;
}
.widget-area .widget_jobhunt_wpjm_date_filter .jobhunt-wpjm-date-filter-list__item a,
.widget-area .widget_jobhunt_wpjm_date_filter .jobhunt-wpjmc-date-filter-list__item a,
.widget-area .widget_jobhunt_wpjm_date_filter .jobhunt-wpjmr-date-filter-list__item a,
.widget-area .widget_jobhunt_wpjmc_date_filter .jobhunt-wpjm-date-filter-list__item a,
.widget-area .widget_jobhunt_wpjmc_date_filter .jobhunt-wpjmc-date-filter-list__item a,
.widget-area .widget_jobhunt_wpjmc_date_filter .jobhunt-wpjmr-date-filter-list__item a,
.widget-area .widget_jobhunt_wpjmr_date_filter .jobhunt-wpjm-date-filter-list__item a,
.widget-area .widget_jobhunt_wpjmr_date_filter .jobhunt-wpjmc-date-filter-list__item a,
.widget-area .widget_jobhunt_wpjmr_date_filter .jobhunt-wpjmr-date-filter-list__item a {
  font-size: 13px;
  display: flex;
  align-items: center;
}
.widget-area .widget_jobhunt_wpjm_date_filter .jobhunt-wpjm-date-filter-list__item a:before,
.widget-area .widget_jobhunt_wpjm_date_filter .jobhunt-wpjmc-date-filter-list__item a:before,
.widget-area .widget_jobhunt_wpjm_date_filter .jobhunt-wpjmr-date-filter-list__item a:before,
.widget-area .widget_jobhunt_wpjmc_date_filter .jobhunt-wpjm-date-filter-list__item a:before,
.widget-area .widget_jobhunt_wpjmc_date_filter .jobhunt-wpjmc-date-filter-list__item a:before,
.widget-area .widget_jobhunt_wpjmc_date_filter .jobhunt-wpjmr-date-filter-list__item a:before,
.widget-area .widget_jobhunt_wpjmr_date_filter .jobhunt-wpjm-date-filter-list__item a:before,
.widget-area .widget_jobhunt_wpjmr_date_filter .jobhunt-wpjmc-date-filter-list__item a:before,
.widget-area .widget_jobhunt_wpjmr_date_filter .jobhunt-wpjmr-date-filter-list__item a:before {
  content: "\f111";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  line-height: 1.3;
  color: #e6e7ef;
  margin-right: 9px;
}
.widget-area .widget_jobhunt_wpjm_date_filter .jobhunt-wpjm-date-filter-list__item.chosen a:before,
.widget-area .widget_jobhunt_wpjm_date_filter .jobhunt-wpjmc-date-filter-list__item.chosen a:before,
.widget-area .widget_jobhunt_wpjm_date_filter .jobhunt-wpjmr-date-filter-list__item.chosen a:before,
.widget-area .widget_jobhunt_wpjmc_date_filter .jobhunt-wpjm-date-filter-list__item.chosen a:before,
.widget-area .widget_jobhunt_wpjmc_date_filter .jobhunt-wpjmc-date-filter-list__item.chosen a:before,
.widget-area .widget_jobhunt_wpjmc_date_filter .jobhunt-wpjmr-date-filter-list__item.chosen a:before,
.widget-area .widget_jobhunt_wpjmr_date_filter .jobhunt-wpjm-date-filter-list__item.chosen a:before,
.widget-area .widget_jobhunt_wpjmr_date_filter .jobhunt-wpjmc-date-filter-list__item.chosen a:before,
.widget-area .widget_jobhunt_wpjmr_date_filter .jobhunt-wpjmr-date-filter-list__item.chosen a:before {
  content: "\f192";
}

.jobhunt-wpjmr-widget-layered-nav-list {
  max-height: 300px;
  overflow-y: scroll;
}

.jobhunt-wpjm-widget-layered-nav-list .jobhunt-wpjm-widget-layered-nav-list__item,
.jobhunt-wpjmc-widget-layered-nav-list .jobhunt-wpjmc-widget-layered-nav-list__item,
.jobhunt-wpjmr-widget-layered-nav-list .jobhunt-wpjmr-widget-layered-nav-list__item {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-bottom: 6px;
}
.jobhunt-wpjm-widget-layered-nav-list .jobhunt-wpjm-widget-layered-nav-list__item:before,
.jobhunt-wpjmc-widget-layered-nav-list .jobhunt-wpjmc-widget-layered-nav-list__item:before,
.jobhunt-wpjmr-widget-layered-nav-list .jobhunt-wpjmr-widget-layered-nav-list__item:before {
  display: none;
}
.jobhunt-wpjm-widget-layered-nav-list .jobhunt-wpjm-widget-layered-nav-list__item a,
.jobhunt-wpjmc-widget-layered-nav-list .jobhunt-wpjmc-widget-layered-nav-list__item a,
.jobhunt-wpjmr-widget-layered-nav-list .jobhunt-wpjmr-widget-layered-nav-list__item a {
  display: flex;
  align-items: center;
  margin-right: 5px;
  line-height: 30px;
}
.jobhunt-wpjm-widget-layered-nav-list .jobhunt-wpjm-widget-layered-nav-list__item a:hover, .jobhunt-wpjm-widget-layered-nav-list .jobhunt-wpjm-widget-layered-nav-list__item a:focus,
.jobhunt-wpjmc-widget-layered-nav-list .jobhunt-wpjmc-widget-layered-nav-list__item a:hover,
.jobhunt-wpjmc-widget-layered-nav-list .jobhunt-wpjmc-widget-layered-nav-list__item a:focus,
.jobhunt-wpjmr-widget-layered-nav-list .jobhunt-wpjmr-widget-layered-nav-list__item a:hover,
.jobhunt-wpjmr-widget-layered-nav-list .jobhunt-wpjmr-widget-layered-nav-list__item a:focus {
  color: #2c7dfa;
}
.jobhunt-wpjm-widget-layered-nav-list .jobhunt-wpjm-widget-layered-nav-list__item a:before,
.jobhunt-wpjmc-widget-layered-nav-list .jobhunt-wpjmc-widget-layered-nav-list__item a:before,
.jobhunt-wpjmr-widget-layered-nav-list .jobhunt-wpjmr-widget-layered-nav-list__item a:before {
  content: "\f04d";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-right: 6px;
  font-size: 30px;
  color: #e6e8ef;
}
.jobhunt-wpjm-widget-layered-nav-list .jobhunt-wpjm-widget-layered-nav-list__item a .count,
.jobhunt-wpjmc-widget-layered-nav-list .jobhunt-wpjmc-widget-layered-nav-list__item a .count,
.jobhunt-wpjmr-widget-layered-nav-list .jobhunt-wpjmr-widget-layered-nav-list__item a .count {
  margin-left: 5px;
}
.jobhunt-wpjm-widget-layered-nav-list .jobhunt-wpjm-widget-layered-nav-list__item.chosen a:before,
.jobhunt-wpjmc-widget-layered-nav-list .jobhunt-wpjmc-widget-layered-nav-list__item.chosen a:before,
.jobhunt-wpjmr-widget-layered-nav-list .jobhunt-wpjmr-widget-layered-nav-list__item.chosen a:before {
  content: "\f14a";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  margin: 0 12px 0 5px;
  color: #2c7dfa;
}

.widget_jobhunt_wpjm_date_filter .widget-title,
.widget_jobhunt_wpjmr_date_filter .widget-title,
.widget_jobhunt_wpjmc_date_filter .widget-title,
.widget_jobhunt_wpjmc_layered_nav .widget-title,
.widget_jobhunt_wpjmr_layered_nav .widget-title,
.widget_jobhunt_wpjm_layered_nav .widget-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 16px;
  font-size: 14px;
  color: #202020;
  font-weight: 500;
}
.widget_jobhunt_wpjm_date_filter .widget-title::after,
.widget_jobhunt_wpjmr_date_filter .widget-title::after,
.widget_jobhunt_wpjmc_date_filter .widget-title::after,
.widget_jobhunt_wpjmc_layered_nav .widget-title::after,
.widget_jobhunt_wpjmr_layered_nav .widget-title::after,
.widget_jobhunt_wpjm_layered_nav .widget-title::after {
  content: "\f068";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 20px;
  color: #000;
}
.widget_jobhunt_wpjm_date_filter > ul,
.widget_jobhunt_wpjmr_date_filter > ul,
.widget_jobhunt_wpjmc_date_filter > ul,
.widget_jobhunt_wpjmc_layered_nav > ul,
.widget_jobhunt_wpjmr_layered_nav > ul,
.widget_jobhunt_wpjm_layered_nav > ul {
  transition: all 0.2s ease 0s;
}
.widget_jobhunt_wpjm_date_filter.closed > ul,
.widget_jobhunt_wpjmr_date_filter.closed > ul,
.widget_jobhunt_wpjmc_date_filter.closed > ul,
.widget_jobhunt_wpjmc_layered_nav.closed > ul,
.widget_jobhunt_wpjmr_layered_nav.closed > ul,
.widget_jobhunt_wpjm_layered_nav.closed > ul {
  visibility: hidden;
  height: 0;
  margin-bottom: 0;
  opacity: 0;
}
.widget_jobhunt_wpjm_date_filter.closed .widget-title,
.widget_jobhunt_wpjmr_date_filter.closed .widget-title,
.widget_jobhunt_wpjmc_date_filter.closed .widget-title,
.widget_jobhunt_wpjmc_layered_nav.closed .widget-title,
.widget_jobhunt_wpjmr_layered_nav.closed .widget-title,
.widget_jobhunt_wpjm_layered_nav.closed .widget-title {
  margin-bottom: 0;
}
.widget_jobhunt_wpjm_date_filter.closed .widget-title::after,
.widget_jobhunt_wpjmr_date_filter.closed .widget-title::after,
.widget_jobhunt_wpjmc_date_filter.closed .widget-title::after,
.widget_jobhunt_wpjmc_layered_nav.closed .widget-title::after,
.widget_jobhunt_wpjmr_layered_nav.closed .widget-title::after,
.widget_jobhunt_wpjm_layered_nav.closed .widget-title::after {
  content: "\f067";
  font-size: 20px;
}

.widget_jobhunt_wpjmc_search .widget-title,
.widget_jobhunt_wpjmc_location_search .widget-title,
.widget_jobhunt_wpjmr_search .widget-title,
.widget_jobhunt_wpjmr_location_search .widget-title,
.widget_jobhunt_wpjm_search .widget-title,
.widget_jobhunt_wpjm_location_search .widget-title {
  font-size: 14px;
  color: #202020;
  font-weight: 500;
  margin-bottom: 16px;
}

.company-type-v3 .widget-area-inner .widget,
.company-type-v2 .widget-area-inner .widget,
.type-list-classic .widget-area-inner .widget {
  border: 2px solid #e6e7ef;
  border-radius: 4px;
}
.company-type-v3 .widget-area-inner .widget.widget_jobhunt_wpjmc_search, .company-type-v3 .widget-area-inner .widget.widget_jobhunt_wpjmc_location_search, .company-type-v3 .widget-area-inner .widget.widget_jobhunt_wpjmr_search, .company-type-v3 .widget-area-inner .widget.widget_jobhunt_wpjmr_location_search, .company-type-v3 .widget-area-inner .widget.widget_jobhunt_wpjm_search, .company-type-v3 .widget-area-inner .widget.widget_jobhunt_wpjm_location_search,
.company-type-v2 .widget-area-inner .widget.widget_jobhunt_wpjmc_search,
.company-type-v2 .widget-area-inner .widget.widget_jobhunt_wpjmc_location_search,
.company-type-v2 .widget-area-inner .widget.widget_jobhunt_wpjmr_search,
.company-type-v2 .widget-area-inner .widget.widget_jobhunt_wpjmr_location_search,
.company-type-v2 .widget-area-inner .widget.widget_jobhunt_wpjm_search,
.company-type-v2 .widget-area-inner .widget.widget_jobhunt_wpjm_location_search,
.type-list-classic .widget-area-inner .widget.widget_jobhunt_wpjmc_search,
.type-list-classic .widget-area-inner .widget.widget_jobhunt_wpjmc_location_search,
.type-list-classic .widget-area-inner .widget.widget_jobhunt_wpjmr_search,
.type-list-classic .widget-area-inner .widget.widget_jobhunt_wpjmr_location_search,
.type-list-classic .widget-area-inner .widget.widget_jobhunt_wpjm_search,
.type-list-classic .widget-area-inner .widget.widget_jobhunt_wpjm_location_search {
  border-width: 0;
  padding: 0;
}
.company-type-v3 .widget-area-inner .widget > ul,
.company-type-v2 .widget-area-inner .widget > ul,
.type-list-classic .widget-area-inner .widget > ul {
  margin-bottom: 0;
}

.company-type-v3 .widget-area-inner .widget,
.company-type-v2 .widget-area-inner .widget {
  padding: 12px 24px 12px 16px;
  margin-bottom: 30px;
}

.type-list-classic .widget-area-inner .widget {
  padding: 20px;
  margin-bottom: 10px;
}

.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.freelance a:hover, .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.freelance a:focus {
  color: #dc3545;
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.freelance a:before {
  color: #dc3545;
  border-color: #dc3545;
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.freelance a:before:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.freelance a:before:focus, .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.freelance a:before.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.freelance a:before.disabled, .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.freelance a:before:disabled {
  color: #dc3545;
  background-color: transparent;
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.freelance a:before:not(:disabled):not(.disabled):active, .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.freelance a:before:not(:disabled):not(.disabled).active, .show > .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.freelance a:before.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.freelance a:before:not(:disabled):not(.disabled):active:focus, .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.freelance a:before:not(:disabled):not(.disabled).active:focus, .show > .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.freelance a:before.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.full-time a:hover, .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.full-time a:focus {
  color: #007bff;
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.full-time a:before {
  color: #007bff;
  border-color: #007bff;
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.full-time a:before:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.full-time a:before:focus, .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.full-time a:before.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.full-time a:before.disabled, .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.full-time a:before:disabled {
  color: #007bff;
  background-color: transparent;
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.full-time a:before:not(:disabled):not(.disabled):active, .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.full-time a:before:not(:disabled):not(.disabled).active, .show > .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.full-time a:before.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.full-time a:before:not(:disabled):not(.disabled):active:focus, .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.full-time a:before:not(:disabled):not(.disabled).active:focus, .show > .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.full-time a:before.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.internship a:hover, .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.internship a:focus {
  color: #3d9cd2;
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.internship a:before {
  color: #3d9cd2;
  border-color: #3d9cd2;
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.internship a:before:hover {
  color: #fff;
  background-color: #3d9cd2;
  border-color: #3d9cd2;
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.internship a:before:focus, .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.internship a:before.focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 156, 210, 0.5);
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.internship a:before.disabled, .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.internship a:before:disabled {
  color: #3d9cd2;
  background-color: transparent;
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.internship a:before:not(:disabled):not(.disabled):active, .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.internship a:before:not(:disabled):not(.disabled).active, .show > .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.internship a:before.dropdown-toggle {
  color: #fff;
  background-color: #3d9cd2;
  border-color: #3d9cd2;
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.internship a:before:not(:disabled):not(.disabled):active:focus, .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.internship a:before:not(:disabled):not(.disabled).active:focus, .show > .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.internship a:before.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 156, 210, 0.5);
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.part-time a:hover, .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.part-time a:focus {
  color: #0f834d;
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.part-time a:before {
  color: #0f834d;
  border-color: #0f834d;
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.part-time a:before:hover {
  color: #fff;
  background-color: #0f834d;
  border-color: #0f834d;
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.part-time a:before:focus, .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.part-time a:before.focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 131, 77, 0.5);
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.part-time a:before.disabled, .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.part-time a:before:disabled {
  color: #0f834d;
  background-color: transparent;
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.part-time a:before:not(:disabled):not(.disabled):active, .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.part-time a:before:not(:disabled):not(.disabled).active, .show > .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.part-time a:before.dropdown-toggle {
  color: #fff;
  background-color: #0f834d;
  border-color: #0f834d;
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.part-time a:before:not(:disabled):not(.disabled):active:focus, .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.part-time a:before:not(:disabled):not(.disabled).active:focus, .show > .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.part-time a:before.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 131, 77, 0.5);
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.temporary a:hover, .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.temporary a:focus {
  color: #6033cc;
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.temporary a:before {
  color: #6033cc;
  border-color: #6033cc;
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.temporary a:before:hover {
  color: #fff;
  background-color: #6033cc;
  border-color: #6033cc;
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.temporary a:before:focus, .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.temporary a:before.focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 51, 204, 0.5);
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.temporary a:before.disabled, .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.temporary a:before:disabled {
  color: #6033cc;
  background-color: transparent;
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.temporary a:before:not(:disabled):not(.disabled):active, .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.temporary a:before:not(:disabled):not(.disabled).active, .show > .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.temporary a:before.dropdown-toggle {
  color: #fff;
  background-color: #6033cc;
  border-color: #6033cc;
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.temporary a:before:not(:disabled):not(.disabled):active:focus, .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.temporary a:before:not(:disabled):not(.disabled).active:focus, .show > .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.temporary a:before.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 51, 204, 0.5);
}
.tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.chosen a:before {
  content: "\f14a";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 25px;
  margin: 0px 8px 0px 1px;
}

.widget_price_filter .price_slider {
  margin-bottom: 1.6em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  top: -2px;
  z-index: 2;
  width: 1em;
  height: 1em;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  cursor: ew-resize;
  outline: none;
  background: #fff;
  box-sizing: border-box;
  margin-top: -0.25em;
  margin-left: auto;
  opacity: 1;
  border: 2px solid;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  background: rgba(0, 0, 0, 0.1);
  border: 0;
}
.widget_price_filter .ui-slider-horizontal {
  height: 4px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.widget_price_filter .price_label .from, .widget_price_filter .price_label .to {
  font-weight: 500;
}

.widget_recently_viewed_products .product_list_widget {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.widget_recently_viewed_products .product_list_widget > li {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
}
.widget_recently_viewed_products .product_list_widget .woocommerce-Price-amount {
  display: none;
}
.widget_recently_viewed_products .product_list_widget .reviewer {
  color: #1a1a1a;
  opacity: 0.7;
}

.widget .product_list_widget li {
  margin-bottom: 20px;
}
.widget .product_list_widget li::after {
  display: block;
  clear: both;
  content: "";
}
.widget .product_list_widget li:last-child {
  margin-bottom: 0;
}
.widget .product_list_widget li > a {
  display: block;
}
.widget .product_list_widget li:before {
  content: none !important;
}
.widget .product_list_widget img, .widget .product_list_widget .wp-post-image {
  width: 75px;
  height: 75px;
  object-fit: cover;
  margin-right: 20px;
  float: left;
  display: block;
}
.widget .product_list_widget .product-title {
  display: block;
  font-size: 14px;
  color: #384047;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget .product_list_widget .woocommerce-Price-amount {
  display: block;
  font-size: 14px;
  color: rgba(26, 26, 26, 0.7);
  margin: 0;
}
.widget .product_list_widget del {
  margin-right: 4px;
}
.widget .product_list_widget del .woocommerce-Price-amount {
  font-size: 13px;
  font-weight: 300;
  color: #888;
  text-decoration: line-through;
}
.widget .product_list_widget ins {
  text-decoration: none;
}
.widget .product_list_widget del .woocommerce-Price-amount,
.widget .product_list_widget ins .woocommerce-Price-amount {
  display: inline-block;
}

.woocommerce-widget-layered-nav-dropdown .select2-container--default {
  margin-bottom: 15px;
}
.woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple {
  display: block;
  width: 100%;
  color: #40484a;
  background-color: #f9fafa;
  background-clip: padding-box;
  border: 2px solid #d4d9dd;
  transition: 0.2s;
  box-shadow: none;
  padding: 0 0;
  font-size: 14px;
  line-height: normal;
  border-radius: 8px;
  display: flex;
  min-height: 47px;
}
.woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple::-ms-expand {
  background-color: transparent;
  border: 0;
}
.woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple::placeholder {
  color: #6c757d;
  opacity: 1;
}
.woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple:disabled, .woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple:hover, .woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple:focus {
  border-color: #8c9aa6;
}
.woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple:focus {
  background-color: #fff;
  outline: none;
}
.woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple li {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 5px 5px;
  font-size: 13px !important;
  line-height: 1em;
  border-radius: 5px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-color: transparent;
  color: #656c72;
  border-width: 2px;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  margin: 0 5px 0 0;
}
@media (prefers-reduced-motion: reduce) {
  .woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple li {
    transition: none;
  }
}
.woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple li:hover, .woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple li:focus {
  text-decoration: none;
}
.woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple li:focus, .woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple li.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple li.disabled, .woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple li:disabled {
  opacity: 0.65;
}
.woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple li:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple li:not(:disabled):not(.disabled):active, .woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple li:not(:disabled):not(.disabled).active {
  background-image: none;
}
.woocommerce-widget-layered-nav-dropdown .select2-container--default.select2-container--focus .select2-selection--multiple, .woocommerce-widget-layered-nav-dropdown .select2-container--default.select2-container--open .select2-selection--multiple {
  border: 2px solid #8c9aa6;
}
.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 5px 25px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 5px;
  color: #576366;
  border-color: #576366;
}
@media (prefers-reduced-motion: reduce) {
  .woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit {
    transition: none;
  }
}
.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit:hover, .woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit:focus {
  text-decoration: none;
}
.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit:focus, .woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit.disabled, .woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit:disabled {
  opacity: 0.65;
}
.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit:not(:disabled):not(.disabled):active, .woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit:not(:disabled):not(.disabled).active {
  background-image: none;
}
.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit:hover {
  color: #fff;
  background-color: #576366;
  border-color: #576366;
}
.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit:focus, .woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit.focus {
  box-shadow: 0 0 0 0.2rem rgba(87, 99, 102, 0.5);
}
.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit.disabled, .woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit:disabled {
  color: #576366;
  background-color: transparent;
}
.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit:not(:disabled):not(.disabled):active, .woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit:not(:disabled):not(.disabled).active, .show > .woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit.dropdown-toggle {
  color: #fff;
  background-color: #576366;
  border-color: #576366;
}
.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit:not(:disabled):not(.disabled):active:focus, .woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit:not(:disabled):not(.disabled).active:focus, .show > .woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(87, 99, 102, 0.5);
}

.header-v2 .site-header-inner {
  width: 100vw;
  position: relative;
  margin-left: calc(-50vw + 50% - 8px);
  padding: 0 80px;
}
@media (max-width: 991.98px) {
  .header-v2 .site-header-inner {
    /* (max-width: 991.98px) */
    margin-left: calc(-50vw + 50%);
  }
}
.header-v2 .site-header-inner .header-menu {
  justify-content: center;
}

.header-v3 .header-menu {
  justify-content: flex-start;
}

.header-v4 .site-header-inner > .header-menu .menu li a:hover, .header-v4 .site-header-inner > .header-menu .menu li a:focus {
  color: #fff;
}
.header-v4.site-header .site-header-inner > .header-menu {
  padding: 0 15px;
}
.header-v4 .site-header-inner > .header-menu .menu > .menu-item {
  margin-left: 20px;
}
.header-v4 .site-header-inner > .header-menu .menu > .menu-item > a {
  font-size: 14px;
}
.header-v4 .site-header-inner > .header-menu li a {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 9px 15px;
  font-size: 0.8125rem;
  line-height: 1.45;
  border-radius: 5px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #222b38;
  border-color: #222b38;
  min-width: 82px;
  display: flex;
  justify-content: center;
}
@media (prefers-reduced-motion: reduce) {
  .header-v4 .site-header-inner > .header-menu li a {
    transition: none;
  }
}
.header-v4 .site-header-inner > .header-menu li a:hover, .header-v4 .site-header-inner > .header-menu li a:focus {
  text-decoration: none;
}
.header-v4 .site-header-inner > .header-menu li a:focus, .header-v4 .site-header-inner > .header-menu li a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.header-v4 .site-header-inner > .header-menu li a.disabled, .header-v4 .site-header-inner > .header-menu li a:disabled {
  opacity: 0.65;
}
.header-v4 .site-header-inner > .header-menu li a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.header-v4 .site-header-inner > .header-menu li a:not(:disabled):not(.disabled):active, .header-v4 .site-header-inner > .header-menu li a:not(:disabled):not(.disabled).active {
  background-image: none;
}
.header-v4 .site-header-inner > .header-menu li a:hover {
  color: #fff;
  background-color: #222b38;
  border-color: #222b38;
}
.header-v4 .site-header-inner > .header-menu li a:focus, .header-v4 .site-header-inner > .header-menu li a.focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 43, 56, 0.5);
}
.header-v4 .site-header-inner > .header-menu li a.disabled, .header-v4 .site-header-inner > .header-menu li a:disabled {
  color: #222b38;
  background-color: transparent;
}
.header-v4 .site-header-inner > .header-menu li a:not(:disabled):not(.disabled):active, .header-v4 .site-header-inner > .header-menu li a:not(:disabled):not(.disabled).active, .show > .header-v4 .site-header-inner > .header-menu li a.dropdown-toggle {
  color: #fff;
  background-color: #222b38;
  border-color: #222b38;
}
.header-v4 .site-header-inner > .header-menu li a:not(:disabled):not(.disabled):active:focus, .header-v4 .site-header-inner > .header-menu li a:not(:disabled):not(.disabled).active:focus, .show > .header-v4 .site-header-inner > .header-menu li a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 43, 56, 0.5);
}
.header-v4 .site-header-inner > .header-menu li a i {
  display: none !important;
}
.header-v4 .site-header-inner > .header-menu li + li {
  margin-left: 20px;
}

.header-v5 .site-header-inner {
  padding: 0 70px;
}
@media (max-width: 1450px) {
  .header-v5 .site-header-inner {
    padding: 0 30px;
  }
}
.header-v5 .site-header-inner .primary-nav {
  flex: 0 0 44.16666667%;
  max-width: 44.16666667%;
}
.header-v5 .site-header-inner .primary-nav .header-menu > .menu-item > a, .header-v5 .site-header-inner > .header-menu > .menu-item > a {
  color: #fff;
}
.header-v5 .site-header-inner > .header-menu > .menu-item > a i {
  display: none;
}
.header-v5 .site-header-inner .site-branding {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  text-align: left;
}
.header-v5 .site-header-inner .site-branding .custom-logo-link,
.header-v5 .site-header-inner .site-branding .site-title {
  color: #fff;
}
.header-v5 .site-header-inner .primary-nav .header-menu {
  justify-content: flex-start;
}
.header-v5 .handheld-header > .header-menu > .menu-item > a,
.header-v5 .handheld-header .off-canvas-navbar-toggle-buttons .navbar-toggler {
  color: #fff;
}

.footer-v1 .footer-widgets {
  background-color: #24324a;
  color: #a9b4c7;
}
.footer-v1 .footer-widgets a,
.footer-v1 .footer-widgets address,
.footer-v1 .footer-widgets address a,
.footer-v1 .footer-widgets .textwidget,
.footer-v1 .footer-widgets .textwidget p,
.footer-v1 .footer-widgets .textwidget a,
.footer-v1 .footer-widgets .widget-description,
.footer-v1 .footer-widgets .widget_nav_menu .menu-item,
.footer-v1 .footer-widgets .widget_nav_menu .menu-item a,
.footer-v1 .footer-widgets .widget ul li,
.footer-v1 .footer-widgets .widget ul li a,
.footer-v1 .footer-widgets .widget_rss li .rssSummary,
.footer-v1 .footer-widgets .widget_rss li cite,
.footer-v1 .footer-widgets select,
.footer-v1 .footer-widgets .widget_search form.search-form label:after,
.footer-v1 .footer-widgets .widget_search .woocommerce-product-search label:after,
.footer-v1 .footer-widgets .widget_search form.search-form .search-field,
.footer-v1 .footer-widgets .widget_search .woocommerce-product-search .search-field,
.footer-v1 .footer-widgets .widget_calendar .calendar_wrap caption {
  color: #a9b4c7;
}
.footer-v1 .footer-widgets table,
.footer-v1 .footer-widgets table th {
  color: #a9b4c7;
}
.footer-v1 .footer-widgets .widget_calendar .calendar_wrap tbody tr:nth-of-type(odd) {
  background-color: #1f2b40;
}
.footer-v1 .footer-widgets select {
  background: #f9fafa url('data:image/svg+xml;utf8,<svg fill="%238a99b3" xmlns="http://www.w3.org/2000/svg" width="24" height="24"><defs><style>.arrow-clr{}</style></defs><path class="arrow-clr" d="M18.7 8.3c-.4-.4-1-.4-1.4 0L12 13.6 6.7 8.3c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l6 6c.2.2.5.3.7.3s.5-.1.7-.3l6-6c.4-.4.4-1 0-1.4z"/></svg>') no-repeat right 0.75rem center;
}
.footer-v1 .footer-widgets table,
.footer-v1 .footer-widgets .widget_rss ul li + li {
  border-color: #a9b4c7;
}
.footer-v1 .footer-widgets select,
.footer-v1 .footer-widgets .widget_search form.search-form .search-field,
.footer-v1 .footer-widgets .widget_search .woocommerce-product-search .search-field,
.footer-v1 .footer-widgets .widget_search .woocommerce-product-search label {
  background-color: #1f2b40;
  border-width: 0;
}
.footer-v1 .footer-widgets .widget_search form.search-form label,
.footer-v1 .footer-widgets .widget_search .woocommerce-product-search label {
  border-width: 0;
  background-color: transparent;
}
.footer-v1 .footer-widgets .widget_text .textwidget p strong {
  color: #fff;
}
.footer-v1 .footer-widgets .widget_tag_cloud .tagcloud a {
  color: #8a99b3;
  border-color: #8a99b3;
}
.footer-v1 .footer-widgets .widget_tag_cloud .tagcloud a:hover {
  color: #8a99b3;
  background-color: #1f2b40;
  border-color: #1f2b40;
}
.footer-v1 .footer-widgets .widget_tag_cloud .tagcloud a:focus, .footer-v1 .footer-widgets .widget_tag_cloud .tagcloud a.focus {
  box-shadow: 0 0 0 0.2rem rgba(138, 153, 179, 0.5);
}
.footer-v1 .footer-widgets .widget_tag_cloud .tagcloud a.disabled, .footer-v1 .footer-widgets .widget_tag_cloud .tagcloud a:disabled {
  color: #8a99b3;
  background-color: transparent;
}
.footer-v1 .footer-widgets .widget_tag_cloud .tagcloud a:not(:disabled):not(.disabled):active, .footer-v1 .footer-widgets .widget_tag_cloud .tagcloud a:not(:disabled):not(.disabled).active, .show > .footer-v1 .footer-widgets .widget_tag_cloud .tagcloud a.dropdown-toggle {
  color: #fff;
  background-color: #1f2b40;
  border-color: #1f2b40;
}
.footer-v1 .footer-widgets .widget_tag_cloud .tagcloud a:not(:disabled):not(.disabled):active:focus, .footer-v1 .footer-widgets .widget_tag_cloud .tagcloud a:not(:disabled):not(.disabled).active:focus, .show > .footer-v1 .footer-widgets .widget_tag_cloud .tagcloud a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(138, 153, 179, 0.5);
}
.footer-v1 .footer-widgets a:hover, .footer-v1 .footer-widgets a:focus,
.footer-v1 .footer-widgets address a:hover,
.footer-v1 .footer-widgets address a:focus,
.footer-v1 .footer-widgets .textwidget a:hover,
.footer-v1 .footer-widgets .textwidget a:focus,
.footer-v1 .footer-widgets .widget_nav_menu .menu-item:hover,
.footer-v1 .footer-widgets .widget_nav_menu .menu-item:focus,
.footer-v1 .footer-widgets .widget_nav_menu .menu-item a:hover,
.footer-v1 .footer-widgets .widget_nav_menu .menu-item a:focus,
.footer-v1 .footer-widgets .widget ul li a:hover,
.footer-v1 .footer-widgets .widget ul li a:focus {
  color: #fff;
}
.footer-v1 .footer-widgets .textwidget a:hover p, .footer-v1 .footer-widgets .textwidget a:focus p {
  color: #fff;
}

.footer-v2 .footer-logo-widget .site-title {
  color: #091256;
}
.footer-v2 .footer-widget.footer-widget-1 {
  padding: 0 15px;
}
.footer-v2 .jobhunt_newsletter_widget {
  width: 100vw;
  position: relative;
  margin-left: calc(-50vw + 50% - 8px);
  background-color: #f6f9fa;
  padding: 34px 0 46px;
}
@media (max-width: 991.98px) {
  .footer-v2 .jobhunt_newsletter_widget {
    /* (max-width: 991.98px) */
    margin-left: calc(-50vw + 50%);
  }
}
.footer-v2 .jobhunt_newsletter_widget > div {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .footer-v2 .jobhunt_newsletter_widget > div {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .footer-v2 .jobhunt_newsletter_widget > div {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .footer-v2 .jobhunt_newsletter_widget > div {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .footer-v2 .jobhunt_newsletter_widget > div {
    max-width: 1140px;
  }
}
.footer-v2 .footer-widgets {
  background-color: #fff;
  color: #888;
}
.footer-v2 .footer-widgets .widget-title,
.footer-v2 .footer-widgets span.widget-title {
  color: #202020;
}
.footer-v2 .footer-widgets a,
.footer-v2 .footer-widgets address,
.footer-v2 .footer-widgets address a,
.footer-v2 .footer-widgets .textwidget,
.footer-v2 .footer-widgets .textwidget p,
.footer-v2 .footer-widgets .textwidget a,
.footer-v2 .footer-widgets .widget-description {
  color: #888;
}
.footer-v2 .footer-widgets-inner {
  padding: 0;
}
.footer-v2 .footer-widgets-inner .footer-widget {
  flex: 0 0 100%;
  max-width: 100%;
}

.footer-v3 .footer-logo-widget .site-title {
  color: #202020;
}
.footer-v3 .footer-widgets {
  background-color: #fff;
  border-top: 1px solid #eaeeee;
  color: #647585;
}
.footer-v3 .footer-widgets .widget-title,
.footer-v3 .footer-widgets .jobhunt_footer_logo_widget .site-title {
  color: #202020;
}
.footer-v3 .footer-widgets a,
.footer-v3 .footer-widgets address,
.footer-v3 .footer-widgets address a,
.footer-v3 .footer-widgets .textwidget,
.footer-v3 .footer-widgets .textwidget p,
.footer-v3 .footer-widgets .textwidget a,
.footer-v3 .footer-widgets .widget-description,
.footer-v3 .footer-widgets .widget_nav_menu .menu-item,
.footer-v3 .footer-widgets .widget_nav_menu .menu-item a,
.footer-v3 .footer-widgets .widget ul li,
.footer-v3 .footer-widgets .widget ul li a {
  color: #647585;
}

.footer-v4 .footer-widgets {
  background-color: #222b38;
  color: #7a8493;
}
.footer-v4 .footer-widgets a,
.footer-v4 .footer-widgets address,
.footer-v4 .footer-widgets address a,
.footer-v4 .footer-widgets .textwidget,
.footer-v4 .footer-widgets .textwidget p,
.footer-v4 .footer-widgets .textwidget a,
.footer-v4 .footer-widgets .widget_nav_menu .menu-item,
.footer-v4 .footer-widgets .widget_nav_menu .menu-item a,
.footer-v4 .footer-widgets .widget-description,
.footer-v4 .footer-widgets .widget ul li a,
.footer-v4 .footer-widgets .widget ul li,
.footer-v4 .footer-widgets .widget_rss li .rssSummary,
.footer-v4 .footer-widgets .widget_rss li cite,
.footer-v4 .footer-widgets select,
.footer-v4 .footer-widgets .widget_search form.search-form label:after,
.footer-v4 .footer-widgets .widget_search .woocommerce-product-search label:after,
.footer-v4 .footer-widgets .widget_calendar .calendar_wrap caption,
.footer-v4 .footer-widgets .widget_search form.search-form .search-field,
.footer-v4 .footer-widgets .widget_search .woocommerce-product-search .search-field,
.footer-v4 .footer-widgets .widget_calendar .calendar_wrap caption,
.footer-v4 .footer-widgets table th {
  color: #7a8493;
}
.footer-v4 .footer-widgets .widget_calendar .calendar_wrap tbody tr:nth-of-type(odd) {
  background-color: #181818;
}
.footer-v4 .footer-widgets select {
  background: #f9fafa url('data:image/svg+xml;utf8,<svg fill="%237a8493" xmlns="http://www.w3.org/2000/svg" width="24" height="24"><defs><style>.arrow-clr{}</style></defs><path class="arrow-clr" d="M18.7 8.3c-.4-.4-1-.4-1.4 0L12 13.6 6.7 8.3c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l6 6c.2.2.5.3.7.3s.5-.1.7-.3l6-6c.4-.4.4-1 0-1.4z"/></svg>') no-repeat right 0.75rem center;
}
.footer-v4 .footer-widgets table,
.footer-v4 .footer-widgets .widget_rss ul li + li {
  border-color: #7a8493;
}
.footer-v4 .footer-widgets select,
.footer-v4 .footer-widgets .widget_search form.search-form .search-field,
.footer-v4 .footer-widgets .widget_search .woocommerce-product-search .search-field,
.footer-v4 .footer-widgets .widget_search .woocommerce-product-search label {
  background-color: #181818;
  border-width: 0;
}
.footer-v4 .footer-widgets .widget_search form.search-form label,
.footer-v4 .footer-widgets .widget_search .woocommerce-product-search label {
  border-width: 0;
  background-color: transparent;
}
.footer-v4 .footer-widgets .widget_text .textwidget p strong {
  color: #fff;
}
.footer-v4 .footer-widgets .widget_tag_cloud .tagcloud a {
  color: #7a8493;
  border-color: #7a8493;
}
.footer-v4 .footer-widgets .widget_tag_cloud .tagcloud a:hover {
  color: #7a8493;
  background-color: #181818;
  border-color: #1f2b40;
}
.footer-v4 .footer-widgets .widget_tag_cloud .tagcloud a:focus, .footer-v4 .footer-widgets .widget_tag_cloud .tagcloud a.focus {
  box-shadow: 0 0 0 0.2rem rgba(122, 132, 147, 0.5);
}
.footer-v4 .footer-widgets .widget_tag_cloud .tagcloud a.disabled, .footer-v4 .footer-widgets .widget_tag_cloud .tagcloud a:disabled {
  color: #7a8493;
  background-color: transparent;
}
.footer-v4 .footer-widgets .widget_tag_cloud .tagcloud a:not(:disabled):not(.disabled):active, .footer-v4 .footer-widgets .widget_tag_cloud .tagcloud a:not(:disabled):not(.disabled).active, .show > .footer-v4 .footer-widgets .widget_tag_cloud .tagcloud a.dropdown-toggle {
  color: #fff;
  background-color: #181818;
  border-color: #1f2b40;
}
.footer-v4 .footer-widgets .widget_tag_cloud .tagcloud a:not(:disabled):not(.disabled):active:focus, .footer-v4 .footer-widgets .widget_tag_cloud .tagcloud a:not(:disabled):not(.disabled).active:focus, .show > .footer-v4 .footer-widgets .widget_tag_cloud .tagcloud a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(122, 132, 147, 0.5);
}
.footer-v4 .footer-widgets a:hover, .footer-v4 .footer-widgets a:focus,
.footer-v4 .footer-widgets address a:hover,
.footer-v4 .footer-widgets address a:focus,
.footer-v4 .footer-widgets .textwidget a:hover,
.footer-v4 .footer-widgets .textwidget a:focus,
.footer-v4 .footer-widgets .widget_nav_menu .menu-item:hover,
.footer-v4 .footer-widgets .widget_nav_menu .menu-item:focus,
.footer-v4 .footer-widgets .widget_nav_menu .menu-item a:hover,
.footer-v4 .footer-widgets .widget_nav_menu .menu-item a:focus,
.footer-v4 .footer-widgets .widget ul li a:hover,
.footer-v4 .footer-widgets .widget ul li a:focus {
  color: #c6cdd7;
}
.footer-v4 .footer-widgets .textwidget a:hover p, .footer-v4 .footer-widgets .textwidget a:focus p {
  color: #c6cdd7;
}
.footer-v4 .footer-widgets-inner .footer-widget-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .footer-v4 .footer-widgets-inner .footer-widget-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
}
.footer-v4 .footer-widgets-inner .footer-widget-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-v4 .footer-widgets-inner .footer-widget-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .footer-v4 .footer-widgets-inner .footer-widget-4 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .footer-v4 .footer-widgets-inner .footer-widget-2,
  .footer-v4 .footer-widgets-inner .footer-widget-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.footer-v5 .footer-widgets {
  background-color: #202020;
  color: #929393;
}
.footer-v5 .footer-widgets a,
.footer-v5 .footer-widgets address,
.footer-v5 .footer-widgets address a,
.footer-v5 .footer-widgets .textwidget,
.footer-v5 .footer-widgets .textwidget p,
.footer-v5 .footer-widgets .textwidget a,
.footer-v5 .footer-widgets .widget_nav_menu .menu-item,
.footer-v5 .footer-widgets .widget_nav_menu .menu-item a,
.footer-v5 .footer-widgets .widget-description,
.footer-v5 .footer-widgets .widget ul li a,
.footer-v5 .footer-widgets .widget ul li,
.footer-v5 .footer-widgets .widget_rss li .rssSummary,
.footer-v5 .footer-widgets .widget_rss li cite,
.footer-v5 .footer-widgets select,
.footer-v5 .footer-widgets .widget_search form.search-form label:after,
.footer-v5 .footer-widgets .widget_search .woocommerce-product-search label:after,
.footer-v5 .footer-widgets .widget_calendar .calendar_wrap caption,
.footer-v5 .footer-widgets .widget_search form.search-form .search-field,
.footer-v5 .footer-widgets .widget_search .woocommerce-product-search .search-field,
.footer-v5 .footer-widgets .widget_calendar .calendar_wrap caption,
.footer-v5 .footer-widgets table th {
  color: #929393;
}
.footer-v5 .footer-widgets select {
  background: #f9fafa url('data:image/svg+xml;utf8,<svg fill="%23929393" xmlns="http://www.w3.org/2000/svg" width="24" height="24"><defs><style>.arrow-clr{}</style></defs><path class="arrow-clr" d="M18.7 8.3c-.4-.4-1-.4-1.4 0L12 13.6 6.7 8.3c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l6 6c.2.2.5.3.7.3s.5-.1.7-.3l6-6c.4-.4.4-1 0-1.4z"/></svg>') no-repeat right 0.75rem center;
}
.footer-v5 .footer-widgets table,
.footer-v5 .footer-widgets .widget_rss ul li + li {
  border-color: #929393;
}
.footer-v5 .footer-widgets select,
.footer-v5 .footer-widgets .widget_search form.search-form .search-field,
.footer-v5 .footer-widgets .widget_search .woocommerce-product-search .search-field,
.footer-v5 .footer-widgets .widget_search .woocommerce-product-search label {
  background-color: #181818;
  border-width: 0;
}
.footer-v5 .footer-widgets .widget_search form.search-form label,
.footer-v5 .footer-widgets .widget_search .woocommerce-product-search label {
  border-width: 0;
  background-color: transparent;
}
.footer-v5 .footer-widgets .widget_text .textwidget p strong {
  color: #fff;
}
.footer-v5 .footer-widgets .widget_tag_cloud .tagcloud a {
  color: #929393;
  border-color: #929393;
}
.footer-v5 .footer-widgets .widget_tag_cloud .tagcloud a:hover {
  color: #929393;
  background-color: #181818;
  border-color: #1f2b40;
}
.footer-v5 .footer-widgets .widget_tag_cloud .tagcloud a:focus, .footer-v5 .footer-widgets .widget_tag_cloud .tagcloud a.focus {
  box-shadow: 0 0 0 0.2rem rgba(146, 147, 147, 0.5);
}
.footer-v5 .footer-widgets .widget_tag_cloud .tagcloud a.disabled, .footer-v5 .footer-widgets .widget_tag_cloud .tagcloud a:disabled {
  color: #929393;
  background-color: transparent;
}
.footer-v5 .footer-widgets .widget_tag_cloud .tagcloud a:not(:disabled):not(.disabled):active, .footer-v5 .footer-widgets .widget_tag_cloud .tagcloud a:not(:disabled):not(.disabled).active, .show > .footer-v5 .footer-widgets .widget_tag_cloud .tagcloud a.dropdown-toggle {
  color: #fff;
  background-color: #181818;
  border-color: #1f2b40;
}
.footer-v5 .footer-widgets .widget_tag_cloud .tagcloud a:not(:disabled):not(.disabled):active:focus, .footer-v5 .footer-widgets .widget_tag_cloud .tagcloud a:not(:disabled):not(.disabled).active:focus, .show > .footer-v5 .footer-widgets .widget_tag_cloud .tagcloud a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(146, 147, 147, 0.5);
}

.single-post .gallery {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.single-post figure.gallery-item {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.single-post figure.gallery-item .gallery-caption {
  position: absolute;
  background: black;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 0.625rem 1.25rem;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  bottom: 0;
  line-height: 1.5;
  font-weight: 300;
}
.single-post figure.gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}
.single-post figure.gallery-item:hover .gallery-caption {
  opacity: 1;
  width: 100%;
}

.gallery .gallery-item {
  width: 25%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16%;
}

.gallery-columns-7 .gallery-item {
  width: 14%;
}

.gallery-columns-8 .gallery-item {
  width: 12%;
}

.gallery-columns-9 .gallery-item {
  width: 11%;
}

.gallery-columns-10 .gallery-item {
  width: 10%;
}

.gallery-columns-10 figure.gallery-item .gallery-caption,
.gallery-columns-9 figure.gallery-item .gallery-caption,
.gallery-columns-8 figure.gallery-item .gallery-caption,
.gallery-columns-7 figure.gallery-item .gallery-caption,
.gallery-columns-6 figure.gallery-item .gallery-caption,
.gallery-columns-5 figure.gallery-item .gallery-caption,
.gallery-columns-4 figure.gallery-item .gallery-caption {
  display: none;
}

.page-template-template-homepage-v1 .site-content,
.page-template-template-homepage-v2 .site-content,
.page-template-template-homepage-v4 .site-content,
.page-template-template-homepage-v5 .site-content,
.page-template-template-homepage-v4 .site-content-page-header,
.page-template-template-homepage-v2 .site-content-page-header,
.page-template-template-homepage-v2 .testimonial-block,
.page-template-template-homepage-v3 .testimonial-block {
  margin-bottom: 0;
}

.page-template-template-homepage-v1 .grid,
.page-template-template-homepage-v2 .grid,
.page-template-template-homepage-v3 .grid,
.page-template-template-homepage-v4 .grid,
.page-template-template-homepage-v5 .grid {
  margin-top: 0;
}
.page-template-template-homepage-v1 .jh-section + .entry-content::after,
.page-template-template-homepage-v2 .jh-section + .entry-content::after,
.page-template-template-homepage-v3 .jh-section + .entry-content::after,
.page-template-template-homepage-v4 .jh-section + .entry-content::after,
.page-template-template-homepage-v5 .jh-section + .entry-content::after {
  display: block;
  clear: both;
  content: "";
}

.page-template-template-homepage-v5 .section-header {
  margin-bottom: 20px;
}
.page-template-template-homepage-v5 .jh-section {
  margin-bottom: 60px;
}

.error404 .site-content {
  margin-bottom: 0;
}

.error-404 .content-404 {
  width: 100vw;
  position: relative;
  margin-left: calc(-50vw + 50% - 8px);
  background-position: center center;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .error-404 .content-404 {
    /* (max-width: 991.98px) */
    margin-left: calc(-50vw + 50%);
  }
}
.error-404 .content-404::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  opacity: 0.86;
}
.error-404 .content-404-inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 100px 15px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 576px) {
  .error-404 .content-404-inner {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .error-404 .content-404-inner {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .error-404 .content-404-inner {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .error-404 .content-404-inner {
    max-width: 1140px;
  }
}
@media (min-width: 768px) {
  .error-404 .content-404-inner {
    padding: 0 150px;
  }
}
.error-404 .header-image {
  margin-bottom: 55px;
}
.error-404 h4 {
  font-size: 24px;
  color: #d5d8f3;
  margin-top: 0;
  margin-bottom: 20px;
}
.error-404 p {
  color: #fff;
  margin-bottom: 40px;
}
.error-404 .search-form {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.error-404 .search-form label {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .error-404 .search-form label {
    margin-right: 12px;
  }
}
@media (max-width: 767.98px) {
  .error-404 .search-form label {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .error-404 .search-form {
    flex-direction: column;
    align-items: center;
  }
}
.error-404 .search-field {
  width: 500px;
  padding: 21px 30px;
  font-weight: 500;
  border: none;
}
@media (max-width: 767.98px) {
  .error-404 .search-field {
    width: 100%;
    margin-bottom: 10px;
  }
}
.error-404 .search-submit {
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 4px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .error-404 .search-submit {
    padding: 7px 20px;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 4px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .error-404 .search-submit {
    min-width: 180px;
  }
}
.error-404 .home-button a {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 7px 25px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 4px;
  background-color: #0f36a5;
  color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .error-404 .home-button a {
    transition: none;
  }
}
.error-404 .home-button a:hover, .error-404 .home-button a:focus {
  text-decoration: none;
}
.error-404 .home-button a:focus, .error-404 .home-button a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.error-404 .home-button a.disabled, .error-404 .home-button a:disabled {
  opacity: 0.65;
}
.error-404 .home-button a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.error-404 .home-button a:not(:disabled):not(.disabled):active, .error-404 .home-button a:not(:disabled):not(.disabled).active {
  background-image: none;
}
@media (max-width: 767.98px) {
  .error-404 .home-button a {
    padding: 12px 25px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 4px;
    width: 100%;
  }
}

.page-template-template-aboutpage .testimonial-block,
.page-template-template-aboutpage .testimonial-block ul,
.page-template-template-aboutpage .jh-site-stats-section,
.page-template-template-aboutpage .jh-site-stats-section .site-stats .stats-title,
.page-template-template-aboutpage .site-content,
.about-page .testimonial-block,
.about-page .testimonial-block ul,
.about-page .jh-site-stats-section,
.about-page .jh-site-stats-section .site-stats .stats-title,
.about-page .site-content {
  margin-bottom: 0;
}
.page-template-template-aboutpage .jh-site-stats-section,
.about-page .jh-site-stats-section {
  background-color: #fff;
  padding: 70px 0 54px;
}
.page-template-template-aboutpage .jobhunt-about-content-section,
.about-page .jobhunt-about-content-section {
  margin-bottom: 37px;
}

.about-content {
  margin-bottom: 40px;
}
.about-content .content-image {
  float: right;
}
@media (max-width: 767.98px) {
  .about-content .content-image {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .about-content .content-image {
    width: 435px;
    margin-left: 40px;
  }
}
.about-content .content-image img {
  height: 280px;
  object-fit: cover;
  border-radius: 8px;
}
.about-content .content {
  color: #888;
}

.sharedaddy .sd-block {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom-width: 0;
}

.jobhunt-about-content-section .section-header,
.jobhunt-features-section .section-header {
  text-align: left;
  margin-bottom: 20px;
}
.jobhunt-about-content-section .section-header .section-title,
.jobhunt-features-section .section-header .section-title {
  font-size: 20px;
  font-weight: 500;
}

.jobhunt-features-section {
  margin-bottom: 20px;
}
.jobhunt-features-section .section-header {
  margin-bottom: 40px;
}

.jh-contact h2 {
  margin-bottom: 23px;
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
}
.jh-contact iframe {
  border-radius: 8px;
}
.jh-contact .location-map .wpb_gmaps_widget .wpb_wrapper {
  background-color: transparent;
  padding: 0;
}
.jh-contact .contact-form input[type=email], .jh-contact .contact-form input[type=text], .jh-contact .contact-form input[type=url],
.jh-contact .contact-form textarea {
  width: 100%;
}

@media (min-width: 992px) {
  .contact-form {
    padding-right: 82px;
  }
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  margin-bottom: 6px;
}
.contact-form .wpcf7-form-control-wrap.your-message {
  margin-bottom: 30px;
  display: block;
}
.contact-form .wpcf7-validation-errors,
.contact-form .wpcf7-mail-sent-ok {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin: 0 0 1rem 0;
}
.contact-form .wpcf7-validation-errors {
  color: #fff;
  background-color: #ed5a5a;
  border-color: #ed5a5a;
}
.contact-form .wpcf7-validation-errors hr {
  border-top-color: #ea4343;
}
.contact-form .wpcf7-validation-errors .alert-link {
  color: #e6e6e6;
}
.contact-form .wpcf7-mail-sent-ok {
  color: #fff;
  background-color: #5fcf80;
  border-color: #5fcf80;
}
.contact-form .wpcf7-mail-sent-ok hr {
  border-top-color: #4bc970;
}
.contact-form .wpcf7-mail-sent-ok .alert-link {
  color: #e6e6e6;
}
.contact-form input[type=submit] {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 15px 18px;
  font-size: 0.9375rem;
  line-height: 16px;
  border-radius: 4px;
  min-width: 164px;
  box-shadow: none !important;
}
@media (prefers-reduced-motion: reduce) {
  .contact-form input[type=submit] {
    transition: none;
  }
}
.contact-form input[type=submit]:hover, .contact-form input[type=submit]:focus {
  text-decoration: none;
}
.contact-form input[type=submit]:focus, .contact-form input[type=submit].focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.contact-form input[type=submit].disabled, .contact-form input[type=submit]:disabled {
  opacity: 0.65;
}
.contact-form input[type=submit]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.contact-form input[type=submit]:not(:disabled):not(.disabled):active, .contact-form input[type=submit]:not(:disabled):not(.disabled).active {
  background-image: none;
}
.contact-form .invalid input[type=submit] {
  color: #fff;
  background-color: #666;
  border-color: #666;
  cursor: not-allowed;
}
.contact-form .invalid input[type=submit]:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.contact-form .invalid input[type=submit]:focus, .contact-form .invalid input[type=submit].focus {
  color: #fff;
  background-color: #666;
  border-color: #666;
  box-shadow: 0 0 0 0.2rem rgba(125, 125, 125, 0.5);
}
.contact-form .invalid input[type=submit].disabled, .contact-form .invalid input[type=submit]:disabled {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.contact-form .invalid input[type=submit]:not(:disabled):not(.disabled):active, .contact-form .invalid input[type=submit]:not(:disabled):not(.disabled).active, .show > .contact-form .invalid input[type=submit].dropdown-toggle {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #464646;
}
.contact-form .invalid input[type=submit]:not(:disabled):not(.disabled):active:focus, .contact-form .invalid input[type=submit]:not(:disabled):not(.disabled).active:focus, .show > .contact-form .invalid input[type=submit].dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 125, 125, 0.5);
}

.contact-address h2 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .contact-address h2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .contact-address h2 {
    text-align: center;
  }
}
.contact-address.v2 {
  background-color: #edeff7;
  border-radius: 8px;
  padding: 30px 20px 12px;
}
@media (min-width: 992px) {
  .contact-address.v2 {
    padding: 40px 42px 12px;
  }
}
.contact-address ul {
  padding-left: 0;
  list-style: none;
}
.contact-address ul li {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
  color: #888;
}
.contact-address ul li address {
  margin-bottom: 0;
}
.contact-address ul li i {
  font-size: 40px;
  width: 40px;
  margin-right: 24px;
}

#customer_login {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  #customer_login::after {
    content: " ";
    width: 1px;
    height: 100%;
    display: block;
    background-color: #e7e7e7;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#customer_login .col-1 .woocommerce-form-register > *,
#customer_login .col-2 .woocommerce-form-register > * {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  #customer_login .col-1,
  #customer_login .col-2 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  #customer_login .woocommerce-form {
    margin: 0 80px;
  }
}
#customer_login .woocommerce-form.woocommerce-form-login {
  flex: 0 0 100%;
  max-width: 100%;
}
#customer_login h2 {
  text-align: center;
  margin-bottom: 24px;
}
#customer_login .create-account {
  margin-bottom: 2px;
}
#customer_login .woocommerce-privacy-policy-text {
  color: #959595;
}

.woocommerce-account:not(.logged-in) h2 {
  text-align: center;
  margin-bottom: 24px;
}

.woocommerce-form.woocommerce-form-login {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  margin: 0 auto;
}

#customer_login .woocommerce-form,
.woocommerce-form.woocommerce-form-login {
  position: relative;
}
#customer_login .woocommerce-form .woocommerce-Button,
.woocommerce-form.woocommerce-form-login .woocommerce-Button {
  width: 100%;
  margin-bottom: 10px;
}
#customer_login .woocommerce-form .woocommerce-LostPassword,
.woocommerce-form.woocommerce-form-login .woocommerce-LostPassword {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  line-height: 2.2;
  font-family: "Quicksand", sans-serif;
  color: #40484a;
  font-weight: 600;
  display: inline-block;
}
#customer_login .woocommerce-form .woocommerce-form__label span,
.woocommerce-form.woocommerce-form-login .woocommerce-form__label span {
  padding-left: 4px;
}
#customer_login .woocommerce-form .woocommerce-form-login__rememberme,
.woocommerce-form.woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
  margin-bottom: 1rem;
}

.modal-register-login-wrapper .jobhunt-register-login-form .jobhunt-register-login-form-inner {
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0;
}
.modal-register-login-wrapper .jobhunt-register-login-form .jobhunt-register-login-form-inner .tab-content #jobhunt_login_form fieldset p:nth-child(3),
.modal-register-login-wrapper .jobhunt-register-login-form .jobhunt-register-login-form-inner .tab-content #jobhunt_login_form fieldset p:nth-child(4) {
  width: 48.6%;
}
.modal-register-login-wrapper .close-button {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  margin: 10px;
}
.modal-register-login-wrapper .close-button i {
  font-size: 24px;
  line-height: 28px;
  width: 28px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 576px) {
  .modal-register-login-wrapper .close-button {
    left: 100%;
    right: auto;
    margin: 2px;
  }
  .modal-register-login-wrapper .close-button i {
    background-color: transparent;
  }
}

.woocommerce-account.logged-in .content-area .woocommerce {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
  padding: 0;
}

.woocommerce-MyAccount-navigation {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .woocommerce-MyAccount-navigation {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  flex-direction: row;
}
@media (min-width: 992px) {
  .woocommerce-MyAccount-navigation ul {
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .woocommerce-MyAccount-navigation ul {
    overflow: auto;
  }
}
.woocommerce-MyAccount-navigation ul li {
  height: 46px;
  display: flex;
  align-items: stretch;
  padding: 0 15px;
  background-color: #f9f9f9;
}
.woocommerce-MyAccount-navigation ul li a {
  width: 100%;
  display: flex;
  align-items: center;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #e7e7e7;
}
@media (max-width: 991.98px) {
  .woocommerce-MyAccount-navigation ul li {
    flex-shrink: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .woocommerce-MyAccount-navigation ul li {
    max-width: 33%;
    flex: 0 0 33%;
  }
}

.woocommerce-MyAccount-content {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .woocommerce-MyAccount-content {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.woocommerce-MyAccount-content .addresses {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.woocommerce-MyAccount-content .addresses .col-1,
.woocommerce-MyAccount-content .addresses .col-2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .woocommerce-MyAccount-content .addresses .col-1,
  .woocommerce-MyAccount-content .addresses .col-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.woocommerce-MyAccount-content .woocommerce-Address {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .woocommerce-MyAccount-content .woocommerce-Address {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.woocommerce-MyAccount-content .woocommerce-Address .title h3 {
  margin-bottom: 20px;
  font-size: 18px;
}
.woocommerce-MyAccount-content .woocommerce-Address .edit {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 4px 22px;
  font-size: 0.9375rem;
  line-height: 16px;
  border-radius: 4px;
  margin-bottom: 8px;
}
@media (prefers-reduced-motion: reduce) {
  .woocommerce-MyAccount-content .woocommerce-Address .edit {
    transition: none;
  }
}
.woocommerce-MyAccount-content .woocommerce-Address .edit:hover, .woocommerce-MyAccount-content .woocommerce-Address .edit:focus {
  text-decoration: none;
}
.woocommerce-MyAccount-content .woocommerce-Address .edit:focus, .woocommerce-MyAccount-content .woocommerce-Address .edit.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.woocommerce-MyAccount-content .woocommerce-Address .edit.disabled, .woocommerce-MyAccount-content .woocommerce-Address .edit:disabled {
  opacity: 0.65;
}
.woocommerce-MyAccount-content .woocommerce-Address .edit:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.woocommerce-MyAccount-content .woocommerce-Address .edit:not(:disabled):not(.disabled):active, .woocommerce-MyAccount-content .woocommerce-Address .edit:not(:disabled):not(.disabled).active {
  background-image: none;
}
.woocommerce-MyAccount-content .woocommerce-info .button {
  margin-right: 20px;
}

form.woocommerce-EditAccountForm.edit-account {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
form.woocommerce-EditAccountForm.edit-account > * {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
form.woocommerce-EditAccountForm.edit-account > .form-row-wide {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  form.woocommerce-EditAccountForm.edit-account > .form-row-first,
  form.woocommerce-EditAccountForm.edit-account > .form-row-last {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.woocommerce-lost-password article,
.woocommerce-lost-password article.post,
.woocommerce-lost-password article .entry-content,
.woocommerce-lost-password article.post .entry-content {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .woocommerce-lost-password .woocommerce-Button {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .woocommerce-lost-password article,
  .woocommerce-lost-password article.post {
    padding: 40px 0;
  }
  .woocommerce-lost-password .woocommerce-form-row--first,
  .woocommerce-lost-password .woocommerce-form-row--last {
    width: 40%;
  }
  .woocommerce-lost-password .woocommerce-form-row--first + .woocommerce-form-row--last {
    margin-left: 15px;
  }
  .woocommerce-lost-password .lost_reset_password {
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce-lost-password .lost_reset_password p:not(.form-row) {
    width: 100%;
  }
  .woocommerce-lost-password .lost_reset_password .woocommerce-form-row {
    margin-bottom: 0;
  }
  .woocommerce-lost-password .lost_reset_password .woocommerce-form-row input[type=text] {
    min-width: 400px;
  }
  .woocommerce-lost-password .lost_reset_password .woocommerce-form-row .woocommerce-Button {
    margin-left: 15px;
    margin-top: 25px;
  }
}

.woocommerce-info {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #fff;
  background-color: #3f8abf;
  border-color: #3f8abf;
}
.woocommerce-info hr {
  border-top-color: #397cac;
}
.woocommerce-info .alert-link {
  color: #e6e6e6;
}
.woocommerce-info a, .woocommerce-info strong {
  color: #fff;
}
.woocommerce-info a:hover, .woocommerce-info a:focus, .woocommerce-info strong:hover, .woocommerce-info strong:focus {
  color: #fff;
}
.woocommerce-info a:hover, .woocommerce-info a:focus {
  text-decoration: underline;
}

.terms-conditions .terms h2 {
  font-size: 20px;
  font: 500px;
  margin-top: 0;
  margin-bottom: 18px;
}
.terms-conditions .terms p {
  font-size: 13px;
  margin-bottom: 18px;
}

.how-it-works-page-wrapper {
  padding: 30px 0 20px;
}

div.how-it-works-page {
  align-items: center;
  display: flex !important;
  flex-wrap: wrap;
}
div.how-it-works-page + .how-it-works-page {
  margin-top: 150px;
}
@media (max-width: 767.98px) {
  div.how-it-works-page + .how-it-works-page {
    margin-top: 60px;
  }
}
div.how-it-works-page::after, div.how-it-works-page::before {
  content: none !important;
}

div.how-it-works-content {
  padding-left: 112px;
  z-index: 1;
  box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  display: flex;
  align-items: center;
  padding-right: 50px;
}
@media (max-width: 991.98px) {
  div.how-it-works-content {
    width: 92%;
    margin: -30px 4% 0;
    padding-left: 60px;
  }
}
@media (max-width: 767.98px) {
  div.how-it-works-content {
    height: 100%;
    padding: 0 26px 20px;
  }
}
div.how-it-works-content > div {
  height: auto !important;
}
div.how-it-works-content i {
  font-size: 70px;
  color: #edeff7;
  position: absolute;
  top: 20px;
  right: 30px;
}
@media (max-width: 767.98px) {
  div.how-it-works-content i {
    font-size: 50px;
    right: 20px;
    top: 16px;
  }
}
div.how-it-works-content h2 {
  margin-top: 0;
  font-size: 22px;
  color: #202020;
}
@media (max-width: 767.98px) {
  div.how-it-works-content h2 {
    font-size: 20px;
    padding-top: 0.9em;
  }
}
div.how-it-works-content p {
  color: #888;
  line-height: 2;
}
@media (max-width: 767.98px) {
  div.how-it-works-content p {
    font-size: 13px;
    line-height: 1.8;
  }
}

.how-it-works-step {
  width: 66px;
  height: 66px;
  color: #fff;
  font-size: 25px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .how-it-works-step {
    left: 50%;
    top: 0;
  }
}

@media (min-width: 992px) {
  .how-it-works-page.right .how-it-works-step {
    left: auto;
    right: 0;
    transform: translate(50%, -50%);
  }
}
.how-it-works-page.right .how-it-works-image img {
  float: right;
}
.how-it-works-page.right div.how-it-works-content {
  padding-left: 60px;
  padding-right: 112px;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .how-it-works-page.right div.how-it-works-content {
    padding-right: 60px;
    order: 2;
  }
}
@media (max-width: 767.98px) {
  .how-it-works-page.right div.how-it-works-content {
    padding: 0 26px 30px;
  }
}
.how-it-works-page.right div.how-it-works-content i {
  left: 30px;
  right: auto;
}
@media (max-width: 767.98px) {
  .how-it-works-page.right div.how-it-works-content i {
    left: 20px;
  }
}
@media (min-width: 992px) {
  .how-it-works-page.right div.how-it-works-image {
    padding-left: 15px;
    padding-right: 0;
  }
  .how-it-works-page.right div.how-it-works-image .image-gradient::before {
    left: -99px;
  }
  .how-it-works-page.right div.how-it-works-image .vc_align_left.image-gradient::before {
    left: -84px;
  }
}

@media (max-width: 991.98px) {
  div.how-it-works-image {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 992px) {
  div.how-it-works-image {
    padding-left: 0;
  }
}
div.how-it-works-image img {
  max-width: 100%;
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}
@media (min-width: 768px) {
  div.how-it-works-image img {
    height: 416px;
  }
}
@media (min-width: 992px) {
  div.how-it-works-image img {
    max-width: 550px;
    width: 550px;
  }
}
@media (min-width: 1200px) {
  div.how-it-works-image img {
    max-width: 654px;
    width: 654px;
  }
}
div.how-it-works-image .image-gradient::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  opacity: 0.8;
}
@media (min-width: 992px) {
  div.how-it-works-image .image-gradient::before {
    width: 550px;
  }
}
@media (min-width: 1200px) {
  div.how-it-works-image .image-gradient::before {
    width: 654px;
  }
}

.how-it-works-content {
  background-color: #fff;
  height: 356px;
  border-radius: 8px;
}

.post-a-job a {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0 18px;
  font-size: 0.875rem;
  line-height: 34px;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-width: 2px;
  transition: all 0.4s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
  .post-a-job a {
    transition: none;
  }
}
.post-a-job a:hover, .post-a-job a:focus {
  text-decoration: none;
}
.post-a-job a:focus, .post-a-job a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.post-a-job a.disabled, .post-a-job a:disabled {
  opacity: 0.65;
}
.post-a-job a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.post-a-job a:not(:disabled):not(.disabled):active, .post-a-job a:not(:disabled):not(.disabled).active {
  background-image: none;
}
.post-a-job a i {
  font-size: 15px;
  margin-right: 10px;
}
.post-a-job a:hover, .post-a-job a:focus {
  outline: none;
  box-shadow: none;
}

.header-v5 .post-a-job {
  flex: none;
  width: auto;
}
.header-v5 .post-a-job a {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 11.5px 24.85px;
  font-size: 0.875rem;
  line-height: 1.45;
  border-radius: 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  border-color: #fff;
  border-width: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .header-v5 .post-a-job a {
    transition: none;
  }
}
.header-v5 .post-a-job a:hover, .header-v5 .post-a-job a:focus {
  text-decoration: none;
}
.header-v5 .post-a-job a:focus, .header-v5 .post-a-job a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.header-v5 .post-a-job a.disabled, .header-v5 .post-a-job a:disabled {
  opacity: 0.65;
}
.header-v5 .post-a-job a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.header-v5 .post-a-job a:not(:disabled):not(.disabled):active, .header-v5 .post-a-job a:not(:disabled):not(.disabled).active {
  background-image: none;
}
.header-v5 .post-a-job a:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.header-v5 .post-a-job a:focus, .header-v5 .post-a-job a.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.header-v5 .post-a-job a.disabled, .header-v5 .post-a-job a:disabled {
  color: #fff;
  background-color: transparent;
}
.header-v5 .post-a-job a:not(:disabled):not(.disabled):active, .header-v5 .post-a-job a:not(:disabled):not(.disabled).active, .show > .header-v5 .post-a-job a.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.header-v5 .post-a-job a:not(:disabled):not(.disabled):active:focus, .header-v5 .post-a-job a:not(:disabled):not(.disabled).active:focus, .show > .header-v5 .post-a-job a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.site-branding .custom-logo-link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.site-branding .site-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  margin: 0;
}
.site-branding .site-description {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0;
  display: none;
}

.header-bg-default .site-branding .custom-logo-link,
.header-bg-default .site-branding .site-title {
  color: #fff;
}

.header-menu {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: flex-end;
  align-items: center;
}
.header-menu > li > a {
  display: block;
  padding: 0.5em 10px;
  color: #7b8b8e;
}
.header-menu > li > a:hover, .header-menu > li > a:focus {
  text-decoration: none;
}
.header-menu > li > a.disabled {
  color: #6c757d;
}
.header-menu > li > a:hover, .header-menu > li > a:focus {
  color: #4b5658;
}
.header-menu > li > a i {
  padding-right: 6px;
}
@media (min-width: 1200px) {
  .header-menu > li > .sub-menu::before {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: 40px;
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
    background-color: #fff;
    border-radius: 3px;
  }
}
.header-menu > li:last-child > .sub-menu {
  right: 0;
  left: auto;
}
.header-menu > li:last-child > .sub-menu:before {
  right: 40px;
  left: auto;
}
.header-menu .menu-item-has-children {
  position: relative;
}
.header-menu .menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .header-menu .menu-item-has-children > a:after {
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    line-height: 28px;
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .header-menu .menu-item-has-children .menu-item-has-children > a:after {
    content: "\f105";
  }
}
.header-menu .menu-item-has-children .menu-item-has-children > .sub-menu {
  left: 100%;
  top: -9px;
}
@media (min-width: 1200px) {
  .header-menu .menu-item-has-children:hover > .sub-menu, .header-menu .menu-item-has-children:focus > .sub-menu {
    display: block;
  }
}
.header-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 20px 0;
  margin: 0 0 0;
  font-size: 14px;
  color: #7b8b8e;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid #fff;
  border-radius: 0;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199.98px) {
  .header-menu .sub-menu {
    box-shadow: none;
  }
}
@media (min-width: 1200px) {
  .header-menu .sub-menu {
    border-radius: 6px;
  }
}
.header-menu .sub-menu > li > a {
  display: block;
  width: 100%;
  padding: 4px 30px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  color: #7b8b8e;
}
.header-menu .sub-menu > li > a:hover, .header-menu .sub-menu > li > a:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.header-menu .sub-menu > li > a.active, .header-menu .sub-menu > li > a:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.header-menu .sub-menu > li > a.disabled, .header-menu .sub-menu > li > a:disabled {
  color: #adb5bd;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .header-menu .sub-menu {
    box-shadow: 0px 5px 12px 6px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1200px) {
  .header-menu > li > .sub-menu:before {
    box-shadow: 4px -5px 10px -3px rgba(0, 0, 0, 0.1);
  }
}
.header-menu .user-image img.avatar {
  border: 2px solid #fff;
  border-radius: 50%;
}

.header-bg-default .stuck .header-menu > li > a {
  color: #7b8b8e;
}
.header-bg-default .stuck .header-menu > li > a:hover, .header-bg-default .stuck .header-menu > li > a:focus {
  color: #7b8b8e;
}
.header-bg-default .stuck .site-branding svg path {
  fill: #070d37;
}
.header-bg-default .header-menu > li > a {
  color: #fff;
}
.header-bg-default .header-menu > li > a:hover, .header-bg-default .header-menu > li > a:focus {
  color: #fff;
}

.menu-item-user-page i {
  font-size: 17px;
}
.menu-item-user-page .sub-menu .menu-item i {
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 6px;
}

.off-canvas-navigation {
  background-color: #333;
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  transition: all 0.2s;
  z-index: 10000;
}
.off-canvas-navigation .yamm .dropdown.yamm-fw .dropdown-menu {
  position: relative;
}
.off-canvas-navigation .dropdown .dropdown-menu,
.off-canvas-navigation .yamm-tfw .dropdown-menu,
.off-canvas-navigation .yamm-fw .dropdown-menu,
.off-canvas-navigation .yamm-hw .dropdown-menu {
  width: 100% !important;
  top: 0;
}
.off-canvas-navigation .nav-title, .off-canvas-navigation .widgettitle, .off-canvas-navigation .widget-title {
  color: #fff;
  padding: 0;
}
.off-canvas-navigation .nav-title a, .off-canvas-navigation .widgettitle a, .off-canvas-navigation .widget-title a {
  color: #fff;
  padding: 0 1.387em;
}
.off-canvas-navigation .nav-divider {
  display: none;
}
.off-canvas-navigation .yamm .yamm-content {
  padding: 0;
}
.off-canvas-navigation .yamm .yamm-content .vc_row, .off-canvas-navigation .yamm .yamm-content .kc-wrap-columns {
  margin: 0;
}
.off-canvas-navigation .yamm .yamm-content .wpb_column, .off-canvas-navigation .yamm .yamm-content .kc_column {
  width: 100%;
}
.off-canvas-navigation .yamm .yamm-content .vc_column-inner, .off-canvas-navigation .yamm .yamm-content .kc_column {
  padding: 0;
}
.off-canvas-navigation ul, .off-canvas-navigation .yamm .yamm-content {
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
}
.off-canvas-navigation ul li.menu-item-has-children .dropdown-toggle::after, .off-canvas-navigation .yamm .yamm-content li.menu-item-has-children .dropdown-toggle::after {
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-left: auto;
}
.off-canvas-navigation ul li.menu-item-has-children > .dropdown-toggle.toggled-on::after, .off-canvas-navigation .yamm .yamm-content li.menu-item-has-children > .dropdown-toggle.toggled-on::after {
  content: "\f106";
}
.off-canvas-navigation ul li.menu-item-has-children.open .dropdown-backdrop, .off-canvas-navigation .yamm .yamm-content li.menu-item-has-children.open .dropdown-backdrop {
  display: none;
}
.off-canvas-navigation ul li .dropdown-toggle::after, .off-canvas-navigation .yamm .yamm-content li .dropdown-toggle::after {
  width: auto;
  height: auto;
  margin: 0;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  display: block;
}
.off-canvas-navigation ul li .dropdown-toggle + .sub-menu .dropdown-toggle::after, .off-canvas-navigation .yamm .yamm-content li .dropdown-toggle + .sub-menu .dropdown-toggle::after {
  color: #333;
}
.off-canvas-navigation ul li.nav-title,
.off-canvas-navigation ul li a,
.off-canvas-navigation ul li > a, .off-canvas-navigation .yamm .yamm-content li.nav-title,
.off-canvas-navigation .yamm .yamm-content li a,
.off-canvas-navigation .yamm .yamm-content li > a {
  padding: 0 1.387em;
  line-height: 3em;
  border-bottom: 1px solid #262626;
  text-decoration: none;
}
.off-canvas-navigation ul li.nav-title:hover,
.off-canvas-navigation ul li a:hover,
.off-canvas-navigation ul li > a:hover, .off-canvas-navigation .yamm .yamm-content li.nav-title:hover,
.off-canvas-navigation .yamm .yamm-content li a:hover,
.off-canvas-navigation .yamm .yamm-content li > a:hover {
  text-decoration: none;
}
.off-canvas-navigation ul li button.dropdown-toggle, .off-canvas-navigation .yamm .yamm-content li button.dropdown-toggle {
  border-bottom: 1px solid #262626;
}
.off-canvas-navigation ul li button.dropdown-toggle + .sub-menu button.dropdown-toggle, .off-canvas-navigation .yamm .yamm-content li button.dropdown-toggle + .sub-menu button.dropdown-toggle {
  border-width: 0;
}
.off-canvas-navigation ul li .nav-title a,
.off-canvas-navigation ul li .nav-title, .off-canvas-navigation .yamm .yamm-content li .nav-title a,
.off-canvas-navigation .yamm .yamm-content li .nav-title {
  font-size: 1em;
}
.off-canvas-navigation ul li.nav-title a, .off-canvas-navigation .yamm .yamm-content li.nav-title a {
  padding: 0;
  border-width: 0;
  color: #fff;
}
.off-canvas-navigation ul li.nav-title a:hover, .off-canvas-navigation .yamm .yamm-content li.nav-title a:hover {
  background-color: transparent;
  box-shadow: none;
  font-weight: 700;
}
.off-canvas-navigation ul li .nav-title a, .off-canvas-navigation .yamm .yamm-content li .nav-title a {
  padding: 0;
  border-bottom: 0;
}
.off-canvas-navigation ul li a, .off-canvas-navigation .yamm .yamm-content li a {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767.98px) {
  .off-canvas-navigation ul li a, .off-canvas-navigation .yamm .yamm-content li a {
    flex-wrap: wrap;
  }
  .off-canvas-navigation ul li a .nav-subtext, .off-canvas-navigation .yamm .yamm-content li a .nav-subtext {
    width: 100%;
    margin-bottom: 14px;
  }
}
.off-canvas-navigation ul li a:hover, .off-canvas-navigation ul li a:focus, .off-canvas-navigation .yamm .yamm-content li a:hover, .off-canvas-navigation .yamm .yamm-content li a:focus {
  background-color: #b3b3b3;
  box-shadow: inset -2px 0px 4px -1px rgba(0, 0, 0, 0.6);
}
.off-canvas-navigation ul li a i, .off-canvas-navigation .yamm .yamm-content li a i {
  margin-right: 10px;
}
.off-canvas-navigation ul li .dropdown-toggle:hover, .off-canvas-navigation ul li .dropdown-toggle:focus, .off-canvas-navigation ul li .nav-title a:hover, .off-canvas-navigation ul li .nav-title a:focus, .off-canvas-navigation .yamm .yamm-content li .dropdown-toggle:hover, .off-canvas-navigation .yamm .yamm-content li .dropdown-toggle:focus, .off-canvas-navigation .yamm .yamm-content li .nav-title a:hover, .off-canvas-navigation .yamm .yamm-content li .nav-title a:focus {
  background-color: transparent;
  box-shadow: none;
}
.off-canvas-navigation ul li ul, .off-canvas-navigation .yamm .yamm-content li ul {
  border-radius: 0;
}
.off-canvas-navigation ul li ul::after, .off-canvas-navigation ul li ul::before, .off-canvas-navigation .yamm .yamm-content li ul::after, .off-canvas-navigation .yamm .yamm-content li ul::before {
  display: none;
  bottom: 100%;
  right: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(72, 72, 72, 0);
  border-bottom-color: #090b0c;
  border-width: 7px;
  margin-left: -7px;
}
.off-canvas-navigation ul .bg-yamm-content, .off-canvas-navigation .yamm .yamm-content .bg-yamm-content {
  display: none;
}
.off-canvas-navigation ul .dropdown-menu, .off-canvas-navigation .yamm .yamm-content .dropdown-menu {
  position: relative;
  background-color: #090b0c;
  width: 100%;
  transition: all 0.3s ease;
  border: none;
}

.off-canvas-navigation-wrapper button,
.off-canvas-navigation-wrapper .navbar-toggler,
.off-canvas-navigation-wrapper.toggled button,
.off-canvas-navigation-wrapper.toggled .navbar-toggler {
  border: none;
}

.off-canvas-navbar-toggle-buttons .navbar-toggler {
  background-color: transparent;
  color: #7b8b8e;
  font-size: 24px;
  line-height: 1;
  padding: 4px 0 0;
  border-radius: 4px;
}

.header-bg-default .off-canvas-navbar-toggle-buttons .navbar-toggler {
  color: #fff;
}

.stuck .off-canvas-navbar-toggle-buttons .navbar-toggler {
  color: #7b8b8e;
}

.off-canvas-navigation.light {
  background-color: #fdfcfc;
  border-right: 1px solid #ebebeb;
}
.off-canvas-navigation.light .yamm .yamm-content li.nav-title,
.off-canvas-navigation.light ul li.nav-title {
  border-color: #ebebeb;
  color: #000;
}
.off-canvas-navigation.light ul li a, .off-canvas-navigation.light ul li .dropdown-toggle,
.off-canvas-navigation.light .yamm .yamm-content li.nav-title a,
.off-canvas-navigation.light .yamm .yamm-content li.nav-title .dropdown-toggle,
.off-canvas-navigation.light .yamm .yamm-content li a,
.off-canvas-navigation.light .yamm .yamm-content li .dropdown-toggle,
.off-canvas-navigation.light ul li.nav-title a,
.off-canvas-navigation.light ul li.nav-title .dropdown-toggle {
  color: #000;
  border-color: #ebebeb;
}
.off-canvas-navigation.light ul li a:hover, .off-canvas-navigation.light ul li a:focus, .off-canvas-navigation.light ul li .dropdown-toggle:hover, .off-canvas-navigation.light ul li .dropdown-toggle:focus,
.off-canvas-navigation.light .yamm .yamm-content li.nav-title a:hover,
.off-canvas-navigation.light .yamm .yamm-content li.nav-title a:focus,
.off-canvas-navigation.light .yamm .yamm-content li.nav-title .dropdown-toggle:hover,
.off-canvas-navigation.light .yamm .yamm-content li.nav-title .dropdown-toggle:focus,
.off-canvas-navigation.light .yamm .yamm-content li a:hover,
.off-canvas-navigation.light .yamm .yamm-content li a:focus,
.off-canvas-navigation.light .yamm .yamm-content li .dropdown-toggle:hover,
.off-canvas-navigation.light .yamm .yamm-content li .dropdown-toggle:focus,
.off-canvas-navigation.light ul li.nav-title a:hover,
.off-canvas-navigation.light ul li.nav-title a:focus,
.off-canvas-navigation.light ul li.nav-title .dropdown-toggle:hover,
.off-canvas-navigation.light ul li.nav-title .dropdown-toggle:focus {
  background-color: #ebebeb;
  box-shadow: none;
}
.off-canvas-navigation.light ul li .dropdown-toggle:hover, .off-canvas-navigation.light ul li .dropdown-toggle:focus, .off-canvas-navigation.light ul li .nav-title a:hover, .off-canvas-navigation.light ul li .nav-title a:focus,
.off-canvas-navigation.light .yamm .yamm-content li.nav-title .dropdown-toggle:hover,
.off-canvas-navigation.light .yamm .yamm-content li.nav-title .dropdown-toggle:focus,
.off-canvas-navigation.light .yamm .yamm-content li.nav-title .nav-title a:hover,
.off-canvas-navigation.light .yamm .yamm-content li.nav-title .nav-title a:focus,
.off-canvas-navigation.light .yamm .yamm-content li .dropdown-toggle:hover,
.off-canvas-navigation.light .yamm .yamm-content li .dropdown-toggle:focus,
.off-canvas-navigation.light .yamm .yamm-content li .nav-title a:hover,
.off-canvas-navigation.light .yamm .yamm-content li .nav-title a:focus,
.off-canvas-navigation.light ul li.nav-title .dropdown-toggle:hover,
.off-canvas-navigation.light ul li.nav-title .dropdown-toggle:focus,
.off-canvas-navigation.light ul li.nav-title .nav-title a:hover,
.off-canvas-navigation.light ul li.nav-title .nav-title a:focus {
  background-color: transparent;
  box-shadow: none;
}
.off-canvas-navigation.light ul li .dropdown-toggle::after,
.off-canvas-navigation.light ul li.menu-item-has-children > a::after {
  color: #000;
}
.off-canvas-navigation.light ul .dropdown-menu {
  background-color: #f6f4f4;
}
.off-canvas-navigation.light ul li ul::after,
.off-canvas-navigation.light ul li ul::before {
  display: none;
  border-bottom-color: #f6f4f4;
}

.off-canvas-bg-opacity .site-content::before {
  background: rgba(37, 41, 51, 0.2);
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999999;
}
.off-canvas-bg-opacity .site-header .animated, .off-canvas-bg-opacity .site-header.animated {
  animation-fill-mode: none;
}
.off-canvas-bg-opacity .site-header .faster, .off-canvas-bg-opacity .site-header.faster {
  animation-duration: 0s !important;
}

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}
.off-canvas-wrapper #page {
  overflow: hidden;
}
.off-canvas-wrapper #page.off-canvas-bg-opacity {
  overflow: visible;
}

.navbar-toggle-close {
  display: none;
}

.toggled .navbar-toggle-close {
  display: block;
}
.toggled .navbar-toggle-hamburger {
  display: none;
}

.site-header .jobhunt-stick-this.stuck {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(32, 32, 32, 0.1);
}

.admin-bar .site-header .jobhunt-stick-this.stuck {
  top: 32px;
}

.site-header:not(.header-transparent) .site-branding svg path {
  fill: #070d37;
}

.site-header.header-v5 .site-branding svg path {
  fill: #fff;
}

.handheld-header {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: space-between;
  padding: 21.5px 0;
  align-items: center;
}
.handheld-header .site-branding,
.handheld-header .off-canvas-navigation-wrapper,
.handheld-header > .header-menu {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.handheld-header .site-branding {
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .handheld-header .off-canvas-navigation-wrapper.toggled {
    order: -1;
  }
}
.handheld-header .off-canvas-navigation-wrapper {
  line-height: 1;
}
.handheld-header .secondary-menu-text {
  display: none;
}
.handheld-header > .header-menu {
  padding: 0;
}
.handheld-header > .header-menu > li > a {
  display: flex;
  align-items: center;
}
.handheld-header > .header-menu > li > a i {
  padding-right: 0;
  font-size: 18px;
}

.handheld-header-menu.header-menu li {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.handheld-header-menu.header-menu > li a {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.handheld-header-menu.header-menu .sub-menu {
  width: 100%;
  padding: 14px 0;
}
.handheld-header-menu.header-menu .sub-menu .sub-menu {
  padding: 0;
}
.handheld-header-menu.header-menu .sub-menu a {
  line-height: 2.2;
  padding: 4px 24px;
}
.handheld-header-menu.header-menu button.dropdown-toggle {
  outline: none;
  background-color: transparent;
  padding-right: 1.387em;
}
.handheld-header-menu.header-menu .menu-item-has-children .sub-menu.toggled-on {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

@media (max-width: 991.98px) {
  .post-type-archive-job_listing.right-sidebar .site-content .widget-area, .post-type-archive-job_listing.left-sidebar .site-content .widget-area,
  .post-type-archive-resume.right-sidebar .site-content .widget-area,
  .post-type-archive-resume.left-sidebar .site-content .widget-area,
  .post-type-archive-company.right-sidebar .site-content .widget-area,
  .post-type-archive-company.left-sidebar .site-content .widget-area,
  .tax-job_listing_category.right-sidebar .site-content .widget-area,
  .tax-job_listing_category.left-sidebar .site-content .widget-area {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: -340px;
    width: 288px;
    height: 100%;
    transition: all 0.3s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 999;
    padding-top: 20px;
    opacity: 0;
    visibility: hidden;
  }
  .post-type-archive-job_listing.right-sidebar .site-content.active-hh-sidebar .widget-area, .post-type-archive-job_listing.left-sidebar .site-content.active-hh-sidebar .widget-area,
  .post-type-archive-resume.right-sidebar .site-content.active-hh-sidebar .widget-area,
  .post-type-archive-resume.left-sidebar .site-content.active-hh-sidebar .widget-area,
  .post-type-archive-company.right-sidebar .site-content.active-hh-sidebar .widget-area,
  .post-type-archive-company.left-sidebar .site-content.active-hh-sidebar .widget-area,
  .tax-job_listing_category.right-sidebar .site-content.active-hh-sidebar .widget-area,
  .tax-job_listing_category.left-sidebar .site-content.active-hh-sidebar .widget-area {
    left: 0;
    opacity: 1;
    visibility: visible;
    box-shadow: 0 0 17px -1px rgba(0, 0, 0, 0.66);
  }
}

.handheld-sidebar-toggle {
  padding-left: 15px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .handheld-sidebar-toggle {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .handheld-sidebar-toggle {
    display: none;
  }
}
.handheld-sidebar-toggle .btn {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1;
  border-radius: 4px;
}
@media (prefers-reduced-motion: reduce) {
  .handheld-sidebar-toggle .btn {
    transition: none;
  }
}
.handheld-sidebar-toggle .btn:hover, .handheld-sidebar-toggle .btn:focus {
  text-decoration: none;
}
.handheld-sidebar-toggle .btn:focus, .handheld-sidebar-toggle .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.handheld-sidebar-toggle .btn.disabled, .handheld-sidebar-toggle .btn:disabled {
  opacity: 0.65;
}
.handheld-sidebar-toggle .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.handheld-sidebar-toggle .btn:not(:disabled):not(.disabled):active, .handheld-sidebar-toggle .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
.handheld-sidebar-toggle .btn i {
  margin-right: 8px;
}

@media (max-width: 767.98px) {
  .post-type-archive-resume.right-sidebar .handheld-sidebar-toggle, .post-type-archive-resume.left-sidebar .handheld-sidebar-toggle {
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .post-type-archive-resume.right-sidebar .handheld-sidebar-toggle, .post-type-archive-resume.left-sidebar .handheld-sidebar-toggle {
    padding: 0 0 16px;
    border-bottom: 1px solid #edeff7;
  }
}

.site-header .header-search-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.site-header .header-search-icon .search-btn {
  font-size: 17px;
  line-height: 1;
  display: block;
  padding: 0.5em 10px;
  color: #7b8b8e;
  cursor: pointer;
}
.site-header .header-search-icon .search-btn:hover, .site-header .header-search-icon .search-btn:focus {
  text-decoration: none;
}
.site-header .header-search-icon .search-btn.disabled {
  color: #6c757d;
}
.site-header .header-search-icon .search-btn:hover, .site-header .header-search-icon .search-btn:focus {
  color: #384047;
}
.site-header .header-search-icon > .job-search-block,
.site-header .header-search-icon > .resume-search-block {
  display: none !important;
}
.site-header .header-search-icon.show > .job-search-block,
.site-header .header-search-icon.show > .resume-search-block {
  display: flex !important;
  position: fixed;
  background-color: #fff;
  padding: 30px 15px;
  top: 0;
  left: 0px;
  right: 0px;
  box-shadow: 0px 2px 5px 0px rgba(32, 32, 32, 0.1);
}
@media (min-width: 768px) {
  .site-header .header-search-icon.show > .job-search-block,
  .site-header .header-search-icon.show > .resume-search-block {
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .site-header .header-search-icon.show > .job-search-block,
  .site-header .header-search-icon.show > .resume-search-block {
    left: 15px;
    right: 15px;
  }
}
@media (min-width: 992px) {
  .site-header .header-search-icon.show > .job-search-block,
  .site-header .header-search-icon.show > .resume-search-block {
    padding: 15px 30px;
  }
}
@media (min-width: 1200px) {
  .site-header .header-search-icon.show > .job-search-block,
  .site-header .header-search-icon.show > .resume-search-block {
    padding: 15px;
  }
  .site-header .header-search-icon.show > .job-search-block form #search_keywords,
  .site-header .header-search-icon.show > .resume-search-block form #search_keywords {
    min-width: 410px;
  }
}
.site-header .header-search-icon.show > .job-search-block input[type=text],
.site-header .header-search-icon.show > .job-search-block #search_category,
.site-header .header-search-icon.show > .resume-search-block input[type=text],
.site-header .header-search-icon.show > .resume-search-block #search_category {
  border-width: 2px;
}

.admin-bar .site-header .header-search-icon.show > .job-search-block,
.admin-bar .site-header .header-search-icon.show > .resume-search-block {
  top: 46px;
}
@media (min-width: 992px) {
  .admin-bar .site-header .header-search-icon.show > .job-search-block,
  .admin-bar .site-header .header-search-icon.show > .resume-search-block {
    top: 32px;
  }
}

.site-header.header-bg-default .header-search-icon .search-btn {
  color: #fff;
}
.site-header.header-bg-default .stuck .header-search-icon .search-btn {
  color: #7b8b8e;
}

.site-header {
  position: relative;
  z-index: 3;
}
.site-header:not(.header-transparent) {
  box-shadow: 0 0 1px rgba(0, 65, 94, 0.2);
}
@media (min-width: 1200px) {
  .site-header .jh-svg-logo {
    margin-bottom: 8px;
  }
}

.site-header-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
  position: relative;
  height: 70px;
}
.site-header-inner .primary-nav,
.site-header-inner .site-branding,
.site-header-inner .post-a-job, .site-header-inner > .header-menu {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.site-header-inner .site-branding + ul.header-menu,
.site-header-inner .site-branding + .post-a-job {
  margin-left: auto;
}
.site-header-inner .site-branding {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.site-header-inner .primary-nav {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.site-header-inner > .header-menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  width: auto;
}
.site-header-inner > .header-menu > li > a {
  display: flex;
  align-items: center;
}
.site-header-inner .site-branding {
  padding-right: 0;
}
.site-header-inner .post-a-job {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding: 0;
}

.woocommerce-breadcrumb a {
  border-bottom: 1px solid #7b8b8e;
}
.woocommerce-breadcrumb a:hover, .woocommerce-breadcrumb a:focus {
  border-bottom-color: #4b5658;
}

.site-content-page-header {
  background-color: #f6f9fa;
  border-bottom: 1px solid #e9f0f3;
  margin-bottom: 40px;
  color: #7b8b8e;
}
.site-content-page-header a {
  color: #7b8b8e;
}
.site-content-page-header a:hover, .site-content-page-header a:focus {
  color: #4b5658;
}

.site-content-page-header-inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 576px) {
  .site-content-page-header-inner {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .site-content-page-header-inner {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .site-content-page-header-inner {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .site-content-page-header-inner {
    max-width: 1170px;
  }
}

.site-content-page-title {
  font-size: 30px;
  margin: 0 0 0.5rem 0;
}

.page-title-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .page-title-area {
    flex-direction: column;
  }
  .page-title-area .page-title-area-inner {
    text-align: center;
  }
}

.header-transparent + .site-content-page-header {
  margin-top: -70px;
  padding-top: 70px;
}
@media (max-width: 1199.98px) {
  .header-transparent + .site-content-page-header {
    margin-top: -90px;
  }
}

.header-bg-default + .site-content-page-header {
  position: relative;
  color: #fff;
}
.header-bg-default + .site-content-page-header a {
  color: #fff;
}
.header-bg-default + .site-content-page-header a:hover, .header-bg-default + .site-content-page-header a:focus {
  color: #fff;
}
.header-bg-default + .site-content-page-header .page-title {
  color: #fff;
}
.header-bg-default + .site-content-page-header .page-header-inner {
  z-index: 1;
}
.header-bg-default + .site-content-page-header:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  content: "";
  z-index: 0;
}

body:not(.page-template-template-homepage-v1):not(.page-template-template-homepage-v2):not(.page-template-template-homepage-v3):not(.page-template-template-homepage-v4):not(.page-template-template-homepage-v5) .header-bg-default + .site-content-page-header a {
  border-bottom-color: #fff;
}
body:not(.page-template-template-homepage-v1):not(.page-template-template-homepage-v2):not(.page-template-template-homepage-v3):not(.page-template-template-homepage-v4):not(.page-template-template-homepage-v5) .header-bg-default + .site-content-page-header .site-content-page-title {
  color: #fff;
}
body:not(.page-template-template-homepage-v1):not(.page-template-template-homepage-v2):not(.page-template-template-homepage-v3):not(.page-template-template-homepage-v4):not(.page-template-template-homepage-v5) .header-bg-default + .site-content-page-header .site-content-page-header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  min-height: 280px;
}
body:not(.page-template-template-homepage-v1):not(.page-template-template-homepage-v2):not(.page-template-template-homepage-v3):not(.page-template-template-homepage-v4):not(.page-template-template-homepage-v5) .header-bg-default + .site-content-page-header .page-title-area {
  flex-direction: column;
}

.page-template-template-homepage-v1 .header-bg-default + .site-content-page-header:after {
  background-image: linear-gradient(45deg, rgb(139, 145, 221) 0%, rgb(16, 25, 93) 71%, rgb(16, 25, 93) 100%);
}

.page-template-template-homepage-v1:not(.wpjm-activated) .site-content-page-header-inner,
.page-template-template-homepage-v2:not(.wpjm-activated) .site-content-page-header-inner,
.page-template-template-homepage-v3:not(.wpjm-activated) .site-content-page-header-inner,
.page-template-template-homepage-v4:not(.wpjm-activated) .site-content-page-header-inner,
.page-template-template-homepage-v5:not(.wpjm-activated) .site-content-page-header-inner {
  position: relative;
  z-index: 1;
  color: #fff;
}
.page-template-template-homepage-v1:not(.wpjm-activated) .site-content-page-header-inner .page-title-area,
.page-template-template-homepage-v2:not(.wpjm-activated) .site-content-page-header-inner .page-title-area,
.page-template-template-homepage-v3:not(.wpjm-activated) .site-content-page-header-inner .page-title-area,
.page-template-template-homepage-v4:not(.wpjm-activated) .site-content-page-header-inner .page-title-area,
.page-template-template-homepage-v5:not(.wpjm-activated) .site-content-page-header-inner .page-title-area {
  width: 100%;
}
.page-template-template-homepage-v1:not(.wpjm-activated) .site-content-page-header-inner .site-content-page-title, .page-template-template-homepage-v1:not(.wpjm-activated) .site-content-page-header-inner a,
.page-template-template-homepage-v2:not(.wpjm-activated) .site-content-page-header-inner .site-content-page-title,
.page-template-template-homepage-v2:not(.wpjm-activated) .site-content-page-header-inner a,
.page-template-template-homepage-v3:not(.wpjm-activated) .site-content-page-header-inner .site-content-page-title,
.page-template-template-homepage-v3:not(.wpjm-activated) .site-content-page-header-inner a,
.page-template-template-homepage-v4:not(.wpjm-activated) .site-content-page-header-inner .site-content-page-title,
.page-template-template-homepage-v4:not(.wpjm-activated) .site-content-page-header-inner a,
.page-template-template-homepage-v5:not(.wpjm-activated) .site-content-page-header-inner .site-content-page-title,
.page-template-template-homepage-v5:not(.wpjm-activated) .site-content-page-header-inner a {
  color: #fff;
}

.site-content {
  margin-bottom: 40px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0.67em 0;
}

.footer-logo-widget .site-title {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #fff;
}
.footer-logo-widget .site-description {
  display: none;
}

.footer-widgets span.widget-title {
  color: #fff;
}
.footer-widgets address {
  font-size: 13px;
  margin-bottom: 10px;
}
.footer-widgets .menu-item {
  flex-wrap: wrap;
}
.footer-widgets .menu-item.menu-item-has-children .menu-item-has-children {
  margin-bottom: 0;
}
.footer-widgets .menu-item.menu-item-has-children .menu-item-inner {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}
.footer-widgets .menu-item.menu-item-has-children .menu-item-inner .child-indicator:not(.collapsed) i::before {
  content: "\f146";
}
.footer-widgets .menu-item.menu-item-has-children .children {
  width: 100%;
  padding-left: 0px;
}
.footer-widgets .job_manager .job_listing h3 {
  color: #fff;
}

.footer-v1 .footer-widgets .widget_nav_menu .menu-item,
.footer-v3 .footer-widgets .widget_nav_menu .menu-item {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
.footer-v1 .footer-widgets .widget_nav_menu .menu-item::before,
.footer-v3 .footer-widgets .widget_nav_menu .menu-item::before {
  content: "\f068";
  font-family: "Line Awesome Free";
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 6px;
}

.footer-v1 .footer-widgets .widget_categories > ul > li.cat-parent li, .footer-v1 .footer-widgets .widget_categories > ul > li.menu-item-has-children li, .footer-v1 .footer-widgets .widget_categories > ul > li.page_item_has_children li,
.footer-v1 .footer-widgets .widget_pages > ul > li.cat-parent li,
.footer-v1 .footer-widgets .widget_pages > ul > li.menu-item-has-children li,
.footer-v1 .footer-widgets .widget_pages > ul > li.page_item_has_children li,
.footer-v1 .footer-widgets .widget_nav_menu ul.menu > li.cat-parent li,
.footer-v1 .footer-widgets .widget_nav_menu ul.menu > li.menu-item-has-children li,
.footer-v1 .footer-widgets .widget_nav_menu ul.menu > li.page_item_has_children li,
.footer-v3 .footer-widgets .widget_categories > ul > li.cat-parent li,
.footer-v3 .footer-widgets .widget_categories > ul > li.menu-item-has-children li,
.footer-v3 .footer-widgets .widget_categories > ul > li.page_item_has_children li,
.footer-v3 .footer-widgets .widget_pages > ul > li.cat-parent li,
.footer-v3 .footer-widgets .widget_pages > ul > li.menu-item-has-children li,
.footer-v3 .footer-widgets .widget_pages > ul > li.page_item_has_children li,
.footer-v3 .footer-widgets .widget_nav_menu ul.menu > li.cat-parent li,
.footer-v3 .footer-widgets .widget_nav_menu ul.menu > li.menu-item-has-children li,
.footer-v3 .footer-widgets .widget_nav_menu ul.menu > li.page_item_has_children li,
.footer-v4 .footer-widgets .widget_categories > ul > li.cat-parent li,
.footer-v4 .footer-widgets .widget_categories > ul > li.menu-item-has-children li,
.footer-v4 .footer-widgets .widget_categories > ul > li.page_item_has_children li,
.footer-v4 .footer-widgets .widget_pages > ul > li.cat-parent li,
.footer-v4 .footer-widgets .widget_pages > ul > li.menu-item-has-children li,
.footer-v4 .footer-widgets .widget_pages > ul > li.page_item_has_children li,
.footer-v4 .footer-widgets .widget_nav_menu ul.menu > li.cat-parent li,
.footer-v4 .footer-widgets .widget_nav_menu ul.menu > li.menu-item-has-children li,
.footer-v4 .footer-widgets .widget_nav_menu ul.menu > li.page_item_has_children li,
.footer-v5 .footer-widgets .widget_categories > ul > li.cat-parent li,
.footer-v5 .footer-widgets .widget_categories > ul > li.menu-item-has-children li,
.footer-v5 .footer-widgets .widget_categories > ul > li.page_item_has_children li,
.footer-v5 .footer-widgets .widget_pages > ul > li.cat-parent li,
.footer-v5 .footer-widgets .widget_pages > ul > li.menu-item-has-children li,
.footer-v5 .footer-widgets .widget_pages > ul > li.page_item_has_children li,
.footer-v5 .footer-widgets .widget_nav_menu ul.menu > li.cat-parent li,
.footer-v5 .footer-widgets .widget_nav_menu ul.menu > li.menu-item-has-children li,
.footer-v5 .footer-widgets .widget_nav_menu ul.menu > li.page_item_has_children li {
  margin-bottom: 0;
  margin-top: 10px;
}
.footer-v1 .footer-widgets .widget_categories > ul > li .children,
.footer-v1 .footer-widgets .widget_pages > ul > li .children,
.footer-v1 .footer-widgets .widget_nav_menu ul.menu > li .children,
.footer-v3 .footer-widgets .widget_categories > ul > li .children,
.footer-v3 .footer-widgets .widget_pages > ul > li .children,
.footer-v3 .footer-widgets .widget_nav_menu ul.menu > li .children,
.footer-v4 .footer-widgets .widget_categories > ul > li .children,
.footer-v4 .footer-widgets .widget_pages > ul > li .children,
.footer-v4 .footer-widgets .widget_nav_menu ul.menu > li .children,
.footer-v5 .footer-widgets .widget_categories > ul > li .children,
.footer-v5 .footer-widgets .widget_pages > ul > li .children,
.footer-v5 .footer-widgets .widget_nav_menu ul.menu > li .children {
  margin-top: 0;
}

@media (min-width: 768px) {
  .footer-v1 .footer-widget-2 .menu,
  .footer-v3 .footer-widget-2 .menu,
  .footer-v5 .footer-widget-2 .menu {
    column-count: 2;
    column-gap: 40px;
  }
}

.footer-v2 .footer-widget {
  padding: 34px 15px 16px;
  text-align: center;
}
.footer-v2 .footer-widget address {
  line-height: 32px;
}
.footer-v2 .footer-widget .widget-title,
.footer-v2 .footer-widget .menu .sub-menu,
.footer-v2 .footer-widget .menu .children,
.footer-v2 .footer-widget .menu .child-indicator {
  display: none;
}
.footer-v2 .footer-widget .menu, .footer-v2 .footer-widget ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-v2 .footer-widget .menu .menu-item, .footer-v2 .footer-widget .menu li, .footer-v2 .footer-widget ul .menu-item, .footer-v2 .footer-widget ul li {
  margin-bottom: 0;
}
.footer-v2 .footer-widget .menu .menu-item + .menu-item, .footer-v2 .footer-widget .menu .menu-item + li, .footer-v2 .footer-widget .menu li + .menu-item, .footer-v2 .footer-widget .menu li + li, .footer-v2 .footer-widget ul .menu-item + .menu-item, .footer-v2 .footer-widget ul .menu-item + li, .footer-v2 .footer-widget ul li + .menu-item, .footer-v2 .footer-widget ul li + li {
  margin-left: 24px;
  list-style: disc;
}

.footer-copyright-bar .footer-copyright-bar-inner {
  display: flex;
  align-items: center;
  text-align: center;
  height: 80px;
}
.footer-copyright-bar .copyright-info {
  flex: 0 0 100%;
  font-size: 14px;
}

.footer-v1 .footer-copyright-bar {
  background-color: #1d293e;
}
.footer-v1 .footer-copyright-bar .footer-copyright-bar-inner {
  text-align: center;
}
.footer-v1 .footer-copyright-bar .copyright-info, .footer-v1 .footer-copyright-bar a {
  color: #8a99b3;
}

.footer-v3 .footer-copyright-bar {
  background-color: #fff;
}
.footer-v3 .footer-copyright-bar .footer-copyright-bar-inner {
  text-align: center;
  border-top: 1px solid #eaeeee;
}
.footer-v3 .footer-copyright-bar .copyright-info, .footer-v3 .footer-copyright-bar a {
  color: #647585;
}

.footer-v4 .footer-copyright-bar {
  background-color: #12171e;
}
.footer-v4 .footer-copyright-bar .copyright-info, .footer-v4 .footer-copyright-bar a {
  color: #7a8493;
}

.footer-v5 .footer-copyright-bar {
  background-color: #101010;
}
.footer-v5 .footer-copyright-bar .copyright-info, .footer-v5 .footer-copyright-bar a {
  color: #929393;
}

.jobhunt_newsletter_widget .widget-description {
  font-size: 13px;
}
.jobhunt_newsletter_widget .newsletter-form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  height: 50px;
}
.jobhunt_newsletter_widget .newsletter-form input[type=email] {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  border-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  margin-bottom: 0;
}
.jobhunt_newsletter_widget .newsletter-form button[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 50px;
  font-size: 24px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.jobhunt_newsletter_widget .newsletter-form button[type=submit] i {
  font-size: 27px;
  transform: rotate(-40deg);
  margin-bottom: 4px;
  margin-left: 4px;
}
@media (min-width: 992px) {
  .jobhunt_newsletter_widget .newsletter-form button[type=submit] i {
    font-size: 32px;
    margin-bottom: 6px;
    margin-left: 5px;
  }
}

.footer-widgets .jobhunt_newsletter_widget .newsletter-form input[type=email] {
  border-width: 1px;
  background-color: transparent;
}

.footer-v1 .jobhunt_newsletter_widget .newsletter-form input[type=email] {
  border-color: #8a99b3;
  color: #fff;
}
.footer-v1 .jobhunt_newsletter_widget .newsletter-form input[type=email]::placeholder {
  color: #8a99b3;
}

.footer-v3 .jobhunt_newsletter_widget .newsletter-form input[type=email] {
  border-color: #647585;
  color: #202020;
  background-color: #fff;
}
.footer-v3 .jobhunt_newsletter_widget .newsletter-form input[type=email]::placeholder {
  color: #647585;
}

.footer-v2 .jobhunt_newsletter_widget .newsletter {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
  margin: 0;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .footer-v2 .jobhunt_newsletter_widget .newsletter {
    margin: 0 -15px;
  }
}
.footer-v2 .jobhunt_newsletter_widget .newsletter-caption,
.footer-v2 .jobhunt_newsletter_widget .newsletter-form {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .footer-v2 .jobhunt_newsletter_widget .newsletter-caption,
  .footer-v2 .jobhunt_newsletter_widget .newsletter-form {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.footer-v2 .jobhunt_newsletter_widget .newsletter-caption {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .footer-v2 .jobhunt_newsletter_widget .newsletter-caption {
    text-align: left;
    margin-bottom: 0;
  }
}
.footer-v2 .jobhunt_newsletter_widget .widget-title {
  display: block;
  font-size: 30px;
  margin-bottom: 7px;
}
.footer-v2 .jobhunt_newsletter_widget .widget-description {
  font-size: 14px;
  margin-bottom: 0;
}
.footer-v2 .jobhunt_newsletter_widget .newsletter-form {
  box-shadow: 0px 2px 5px 0px rgba(32, 32, 32, 0.1);
  border-radius: 30px;
  background-color: #fff;
  padding-right: 0;
}
.footer-v2 .jobhunt_newsletter_widget .newsletter-form input[type=email] {
  color: #202020;
  border-width: 0;
  height: 50px;
  border: none;
}
.footer-v2 .jobhunt_newsletter_widget .newsletter-form input[type=email]::placeholder {
  color: #888;
}
.footer-v2 .jobhunt_newsletter_widget .newsletter-form button[type=submit] {
  border-radius: 50%;
  box-shadow: 0px 2px 5px 0px rgba(32, 32, 32, 0.1);
}

.footer-v4 .jobhunt_newsletter_widget .newsletter-form input[type=email] {
  border-color: #7a8493;
  color: #fff;
}
.footer-v4 .jobhunt_newsletter_widget .newsletter-form input[type=email]::placeholder {
  color: #7a8493;
}

.footer-v5 .jobhunt_newsletter_widget .newsletter-form input[type=email] {
  border-color: #929393;
  color: #fff;
}
.footer-v5 .jobhunt_newsletter_widget .newsletter-form input[type=email]::placeholder {
  color: #929393;
}

.footer-widget .social-menu-widget .menu-item i, .footer-widget .social-menu-widget li i {
  width: 16px;
  font-size: 16px;
  text-align: center;
  margin-right: 15px;
}
.footer-widget .social-menu-widget .menu-item:before, .footer-widget .social-menu-widget li:before {
  content: none !important;
}

.footer-v1 .footer-widget-1 .social-menu-widget .menu,
.footer-v3 .footer-widget-1 .social-menu-widget .menu,
.footer-v4 .footer-widget-1 .social-menu-widget .menu,
.footer-v5 .footer-widget-1 .social-menu-widget .menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer-v1 .footer-widget-1 .social-menu-widget .menu,
  .footer-v3 .footer-widget-1 .social-menu-widget .menu,
  .footer-v4 .footer-widget-1 .social-menu-widget .menu,
  .footer-v5 .footer-widget-1 .social-menu-widget .menu {
    justify-content: flex-start;
  }
}
.footer-v1 .footer-widget-1 .social-menu-widget .menu-item,
.footer-v3 .footer-widget-1 .social-menu-widget .menu-item,
.footer-v4 .footer-widget-1 .social-menu-widget .menu-item,
.footer-v5 .footer-widget-1 .social-menu-widget .menu-item {
  margin-bottom: 0;
  margin-right: 20px;
}
.footer-v1 .footer-widget-1 .social-menu-widget .menu-item i,
.footer-v3 .footer-widget-1 .social-menu-widget .menu-item i,
.footer-v4 .footer-widget-1 .social-menu-widget .menu-item i,
.footer-v5 .footer-widget-1 .social-menu-widget .menu-item i {
  margin-right: 0;
}
.footer-v1 .footer-widget-1 .social-menu-widget .menu-item i + .menu-text,
.footer-v3 .footer-widget-1 .social-menu-widget .menu-item i + .menu-text,
.footer-v4 .footer-widget-1 .social-menu-widget .menu-item i + .menu-text,
.footer-v5 .footer-widget-1 .social-menu-widget .menu-item i + .menu-text {
  display: none;
}
.footer-v1 .footer-widget-2 .social-menu-widget .menu-item a, .footer-v1 .footer-widget-2 .social-menu-widget li a,
.footer-v1 .footer-widget-3 .social-menu-widget .menu-item a,
.footer-v1 .footer-widget-3 .social-menu-widget li a,
.footer-v1 .footer-widget-4 .social-menu-widget .menu-item a,
.footer-v1 .footer-widget-4 .social-menu-widget li a,
.footer-v3 .footer-widget-2 .social-menu-widget .menu-item a,
.footer-v3 .footer-widget-2 .social-menu-widget li a,
.footer-v3 .footer-widget-3 .social-menu-widget .menu-item a,
.footer-v3 .footer-widget-3 .social-menu-widget li a,
.footer-v3 .footer-widget-4 .social-menu-widget .menu-item a,
.footer-v3 .footer-widget-4 .social-menu-widget li a,
.footer-v4 .footer-widget-2 .social-menu-widget .menu-item a,
.footer-v4 .footer-widget-2 .social-menu-widget li a,
.footer-v4 .footer-widget-3 .social-menu-widget .menu-item a,
.footer-v4 .footer-widget-3 .social-menu-widget li a,
.footer-v4 .footer-widget-4 .social-menu-widget .menu-item a,
.footer-v4 .footer-widget-4 .social-menu-widget li a,
.footer-v5 .footer-widget-2 .social-menu-widget .menu-item a,
.footer-v5 .footer-widget-2 .social-menu-widget li a,
.footer-v5 .footer-widget-3 .social-menu-widget .menu-item a,
.footer-v5 .footer-widget-3 .social-menu-widget li a,
.footer-v5 .footer-widget-4 .social-menu-widget .menu-item a,
.footer-v5 .footer-widget-4 .social-menu-widget li a {
  display: inline-flex;
  align-items: center;
}
.footer-v1 .footer-widget-2 .social-menu-widget .menu-item i, .footer-v1 .footer-widget-2 .social-menu-widget li i,
.footer-v1 .footer-widget-3 .social-menu-widget .menu-item i,
.footer-v1 .footer-widget-3 .social-menu-widget li i,
.footer-v1 .footer-widget-4 .social-menu-widget .menu-item i,
.footer-v1 .footer-widget-4 .social-menu-widget li i,
.footer-v3 .footer-widget-2 .social-menu-widget .menu-item i,
.footer-v3 .footer-widget-2 .social-menu-widget li i,
.footer-v3 .footer-widget-3 .social-menu-widget .menu-item i,
.footer-v3 .footer-widget-3 .social-menu-widget li i,
.footer-v3 .footer-widget-4 .social-menu-widget .menu-item i,
.footer-v3 .footer-widget-4 .social-menu-widget li i,
.footer-v4 .footer-widget-2 .social-menu-widget .menu-item i,
.footer-v4 .footer-widget-2 .social-menu-widget li i,
.footer-v4 .footer-widget-3 .social-menu-widget .menu-item i,
.footer-v4 .footer-widget-3 .social-menu-widget li i,
.footer-v4 .footer-widget-4 .social-menu-widget .menu-item i,
.footer-v4 .footer-widget-4 .social-menu-widget li i,
.footer-v5 .footer-widget-2 .social-menu-widget .menu-item i,
.footer-v5 .footer-widget-2 .social-menu-widget li i,
.footer-v5 .footer-widget-3 .social-menu-widget .menu-item i,
.footer-v5 .footer-widget-3 .social-menu-widget li i,
.footer-v5 .footer-widget-4 .social-menu-widget .menu-item i,
.footer-v5 .footer-widget-4 .social-menu-widget li i {
  font-size: 15px;
}

.footer-v2 .social-menu-widget {
  padding: 0;
}
.footer-v2 .social-menu-widget .widget-title {
  display: none;
}
.footer-v2 .social-menu-widget .menu, .footer-v2 .social-menu-widget ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.footer-v2 .social-menu-widget .menu .menu-item + .menu-item, .footer-v2 .social-menu-widget .menu .menu-item + li, .footer-v2 .social-menu-widget .menu li + .menu-item, .footer-v2 .social-menu-widget .menu li + li, .footer-v2 .social-menu-widget ul .menu-item + .menu-item, .footer-v2 .social-menu-widget ul .menu-item + li, .footer-v2 .social-menu-widget ul li + .menu-item, .footer-v2 .social-menu-widget ul li + li {
  margin-left: 8px;
  list-style: none;
}
.footer-v2 .social-menu-widget .menu-item, .footer-v2 .social-menu-widget li {
  margin-bottom: 0;
}
.footer-v2 .social-menu-widget .menu-item a, .footer-v2 .social-menu-widget li a {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  background-color: #d3d9dd;
  justify-content: center;
}
.footer-v2 .social-menu-widget .menu-item i, .footer-v2 .social-menu-widget li i {
  width: auto;
  color: #fff;
  margin-right: 0;
}
.footer-v2 .social-menu-widget .menu-item i + .menu-text, .footer-v2 .social-menu-widget li i + .menu-text {
  display: none;
}

@media (max-width: 767.98px) {
  .footer-v4 .social-menu-widget {
    text-align: left;
  }
}

.footer-widgets-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding: 56px 0;
}
.footer-widgets-inner .footer-widget {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .footer-widgets-inner .footer-widget {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .footer-widgets-inner .footer-widget-1 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer-widgets-inner .footer-widget-2 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .footer-widgets-inner .footer-widget-3 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .footer-widgets-inner .footer-widget-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer-widgets-inner .footer-widget-5 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.job_listings {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .job_listings {
    margin-bottom: 50px;
  }
}
.job_listings + .load_more_jobs {
  margin-bottom: 50px;
}

.job_listings.grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.job_listings.grid > li {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .job_listings.grid > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.no-jobs-found {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #fff;
  background-color: #3f8abf;
  border-color: #3f8abf;
}
.no-jobs-found hr {
  border-top-color: #397cac;
}
.no-jobs-found .alert-link {
  color: #e6e6e6;
}
.no-jobs-found a, .no-jobs-found strong {
  color: #fff;
}

.load_more_jobs {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #d3d9dd;
  border-color: #d3d9dd;
  color: #4b5658;
  border-width: 2px;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 5px;
  display: block;
  width: 100%;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 20px;
}
@media (prefers-reduced-motion: reduce) {
  .load_more_jobs {
    transition: none;
  }
}
.load_more_jobs:hover, .load_more_jobs:focus {
  text-decoration: none;
}
.load_more_jobs:focus, .load_more_jobs.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.load_more_jobs.disabled, .load_more_jobs:disabled {
  opacity: 0.65;
}
.load_more_jobs:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.load_more_jobs:not(:disabled):not(.disabled):active, .load_more_jobs:not(:disabled):not(.disabled).active {
  background-image: none;
}
.load_more_jobs:hover {
  color: #d3d9dd;
  background-color: #d3d9dd;
  border-color: #d3d9dd;
}
.load_more_jobs:focus, .load_more_jobs.focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 217, 221, 0.5);
}
.load_more_jobs.disabled, .load_more_jobs:disabled {
  color: #d3d9dd;
  background-color: transparent;
}
.load_more_jobs:not(:disabled):not(.disabled):active, .load_more_jobs:not(:disabled):not(.disabled).active, .show > .load_more_jobs.dropdown-toggle {
  color: #212529;
  background-color: #d3d9dd;
  border-color: #d3d9dd;
}
.load_more_jobs:not(:disabled):not(.disabled):active:focus, .load_more_jobs:not(:disabled):not(.disabled).active:focus, .show > .load_more_jobs.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 217, 221, 0.5);
}
.load_more_jobs:hover, .load_more_jobs:focus {
  color: #4b5658;
}

.job_filters {
  margin-bottom: 20px;
}
.job_filters .job_types {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-left: -1rem;
  margin-right: -1rem;
}
.job_filters .job_types > li {
  margin: 0.5rem 1rem;
}

.search_jobs {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 16px;
}
.search_jobs > div {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.search_jobs > div.search_keywords {
  flex: 0 0 50%;
  max-width: 50%;
}
.search_jobs > div.search_location {
  flex: 0 0 25%;
  max-width: 25%;
}
.search_jobs > div.search_categories {
  flex: 0 0 25%;
  max-width: 25%;
}

.single-job_listing .showing_jobs span {
  font-size: 16px;
}

.showing_jobs {
  margin: 20px 0;
  color: #384047;
  display: flex;
  align-items: center;
}
.showing_jobs span {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 20px;
}
.showing_jobs .reset {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 85%;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  text-transform: lowercase;
  margin-left: 15px;
  color: #212529;
  background-color: #eee;
}
.showing_jobs .reset:empty {
  display: none;
}
a.showing_jobs .reset:hover, a.showing_jobs .reset:focus {
  color: #212529;
  background-color: #d5d5d5;
}
a.showing_jobs .reset:focus, a.showing_jobs .reset.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.showing_jobs .rss_link {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.showing_jobs .highlight {
  border-bottom: 1px solid #384047;
}

.post-type-archive-company.company-type-v1 .site-content-page-header,
.post-type-archive-company.company-type-v1 .site-content {
  margin-bottom: 0;
}
.post-type-archive-company.company-type-v1 .content-area,
.post-type-archive-company.company-type-v1 .widget-area {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .right-sidebar.post-type-archive-resume .site-content-inner > .widget-area, .right-sidebar.post-type-archive-job_listing .site-content-inner > .widget-area, .right-sidebar.post-type-archive-company .site-content-inner > .widget-area {
    padding-left: 45px;
  }
}
@media (min-width: 992px) {
  .right-sidebar.resume-type-v3.post-type-archive-resume .site-content-inner > .widget-area {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .right-sidebar.post-type-archive-company.company-type-v1 .site-content-inner > .widget-area {
    border-left: 1px solid #e8ecec;
    margin-left: -15px;
  }
  .right-sidebar.post-type-archive-company.company-type-v1 .site-content-inner > .content-area {
    margin-right: 15px;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .right-sidebar .site-content-inner .content-area {
    order: 1;
  }
  .right-sidebar .site-content-inner .widget-area {
    order: 2;
  }
}

@media (min-width: 992px) {
  .left-sidebar.post-type-archive-resume .site-content-inner > .widget-area, .left-sidebar.post-type-archive-job_listing .site-content-inner > .widget-area, .left-sidebar.post-type-archive-company .site-content-inner > .widget-area {
    padding-right: 45px;
  }
}
@media (min-width: 992px) {
  .left-sidebar.resume-type-v3.post-type-archive-resume .site-content-inner > .widget-area {
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .left-sidebar.post-type-archive-company.company-type-v1 .site-content-inner > .widget-area {
    border-right: 1px solid #e8ecec;
    margin-right: -15px;
  }
  .left-sidebar.post-type-archive-company.company-type-v1 .site-content-inner > .content-area {
    margin-left: 15px;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .left-sidebar .site-content-inner .content-area {
    order: 2;
  }
  .left-sidebar .site-content-inner .widget-area {
    order: 1;
  }
}

.company-type-v2.left-sidebar.post-type-archive-company .site-content-inner > .widget-area,
.company-type-v3.left-sidebar.post-type-archive-company .site-content-inner > .widget-area,
.type-list-classic.left-sidebar.post-type-archive-job_listing .site-content-inner > .widget-area {
  padding-right: 15px;
}

.company-type-v2.right-sidebar.post-type-archive-company .site-content-inner > .widget-area,
.company-type-v3.right-sidebar.post-type-archive-company .site-content-inner > .widget-area,
.type-list-classic.right-sidebar.post-type-archive-job_listing .site-content-inner > .widget-area {
  padding-left: 15px;
}

.post-type-archive-job_listing.type-list .site-content-page-header,
.post-type-archive-job_listing.type-list .site-content,
.post-type-archive-resume.resume-type-v1 .site-content-page-header,
.post-type-archive-resume.resume-type-v1 .site-content,
.post-type-archive-resume.resume-type-v2 .site-content-page-header,
.post-type-archive-resume.resume-type-v2 .site-content {
  margin-bottom: 0;
}
.post-type-archive-job_listing.type-list #primary,
.post-type-archive-job_listing.type-list #secondary,
.post-type-archive-resume.resume-type-v1 #primary,
.post-type-archive-resume.resume-type-v1 #secondary,
.post-type-archive-resume.resume-type-v2 #primary,
.post-type-archive-resume.resume-type-v2 #secondary {
  padding-top: 32px;
}
.post-type-archive-job_listing.type-list #secondary,
.post-type-archive-resume.resume-type-v1 #secondary,
.post-type-archive-resume.resume-type-v2 #secondary {
  padding-bottom: 60px;
}

@media (min-width: 992px) {
  .post-type-archive-job_listing.type-list.left-sidebar .content-area,
  .post-type-archive-resume.resume-type-v1.left-sidebar .content-area,
  .post-type-archive-resume.resume-type-v2.left-sidebar .content-area {
    border-left: 1px solid #edeff7;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .post-type-archive-job_listing.type-list.right-sidebar .content-area,
  .post-type-archive-resume.resume-type-v1.right-sidebar .content-area,
  .post-type-archive-resume.resume-type-v2.right-sidebar .content-area {
    border-right: 1px solid #edeff7;
    padding-right: 0;
  }
}

.company-category .categories li::after,
.single-job-listing-overview__detail-content--value li::after,
.single-resume-overview__detail-content--value li::after {
  content: ",";
  margin-right: 4px;
}
.company-category .categories li:last-child::after,
.single-job-listing-overview__detail-content--value li:last-child::after,
.single-resume-overview__detail-content--value li:last-child::after {
  display: none;
}

.faq-with-testimonail-section {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.faq-with-testimonail-section .jobhunt-faq-section,
.faq-with-testimonail-section .testimonial-block {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .faq-with-testimonail-section .jobhunt-faq-section {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
}
@media (min-width: 992px) {
  .faq-with-testimonail-section .jobhunt-faq-section {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .faq-with-testimonail-section .testimonial-block {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}
@media (min-width: 992px) {
  .faq-with-testimonail-section .testimonial-block {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}

.job-categories-section .job-categories {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.job-categories-section .job-category {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .job-categories-section .job-category {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .job-categories-section .job-category {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .job-categories-section .job-category {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.job-list-summary-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.job-list-summary-inner .job-list,
.job-list-summary-inner .job-summary {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .job-list-summary-inner .job-list {
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
}
@media (min-width: 1200px) {
  .job-list-summary-inner .job-list {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  .job-list-summary-inner .job-summary {
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
}
@media (min-width: 1200px) {
  .job-list-summary-inner .job-summary {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.job-list-summary-inner ul.job_listings.grid > li {
  flex: 0 0 100%;
  max-width: 100%;
}

.job-manager-form {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.job-manager-form > * {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .job-manager-form > *.fieldset-job_location, .job-manager-form > *.fieldset-job_type, .job-manager-form > *.fieldset-job_category, .job-manager-form > *.fieldset-company_website, .job-manager-form > *.fieldset-company_tagline, .job-manager-form > *.fieldset-company_twitter, .job-manager-form > *.fieldset-job_listing_salary, .job-manager-form > *.fieldset-job_listing_career_level, .job-manager-form > *.fieldset-job_listing_experience, .job-manager-form > *.fieldset-job_listing_gender, .job-manager-form > *.fieldset-job_listing_industry, .job-manager-form > *.fieldset-job_listing_qualification {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}

#submit-job-form {
  padding-top: 30px;
}
@media (min-width: 768px) {
  #submit-job-form .fieldset-company_team_size,
  #submit-job-form .fieldset-company_category,
  #submit-job-form .fieldset-company_location,
  #submit-job-form .fieldset-company_email,
  #submit-job-form .fieldset-company_phone,
  #submit-job-form .fieldset-company_facebook,
  #submit-job-form .fieldset-company_googleplus,
  #submit-job-form .fieldset-company_linkedin {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#submit-job-form .fieldset-company_video {
  order: 1;
}
#submit-job-form > h2,
#submit-job-form > p,
#submit-job-form fieldset:first-child,
#submit-job-form > p + fieldset {
  flex: 0 0 100%;
  max-width: 100%;
}
#submit-job-form > p:last-child {
  order: 2;
}
#submit-job-form .select2 .select2-selection.select2-selection--single,
#submit-job-form .select2 .select2-selection.select2-selection--multiple {
  min-height: 44px;
}

#submit-company-form {
  padding-top: 30px;
}
#submit-company-form fieldset {
  margin-bottom: 1.5em;
}
#submit-company-form > p:last-child {
  order: 2;
}
#submit-company-form .select2 .select2-selection.select2-selection--single,
#submit-company-form .select2 .select2-selection.select2-selection--multiple {
  min-height: 44px;
}

#submit-resume-form [class^=fieldset-] {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  #submit-resume-form [class^=fieldset-] {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#submit-resume-form .fieldset-resume_content,
#submit-resume-form .fieldset-resume_file,
#submit-resume-form .fieldset-links,
#submit-resume-form .fieldset-candidate_education,
#submit-resume-form .fieldset-candidate_experience,
#submit-resume-form .fieldset-candidate_awards,
#submit-resume-form .fieldset-candidate_photo,
#submit-resume-form .fieldset-resume_skills,
#submit-resume-form .fieldset-resume_file,
#submit-resume-form .applying_for,
#submit-resume-form .applying_for + fieldset,
#submit-resume-form fieldset:first-child,
#submit-resume-form .fieldset-logged_in,
#submit-resume-form .fieldset-login_required,
#submit-resume-form .fieldset-create_account_username {
  flex: 0 0 100%;
  max-width: 100%;
}
#submit-resume-form .fieldset-candidate_name,
#submit-resume-form .fieldset-candidate_email,
#submit-resume-form .fieldset-candidate_title,
#submit-resume-form .fieldset-candidate_location,
#submit-resume-form .fieldset-resume_gender,
#submit-resume-form .fieldset-resume_age,
#submit-resume-form .applying_for,
#submit-resume-form .applying_for + fieldset,
#submit-resume-form fieldset:first-child,
#submit-resume-form .fieldset-resume_skills,
#submit-resume-form .fieldset-resume_language,
#submit-resume-form .fieldset-resume_current_salary,
#submit-resume-form .fieldset-resume_category,
#submit-resume-form .fieldset-resume_education_level,
#submit-resume-form .fieldset-resume_expected_salary,
#submit-resume-form .fieldset-resume_experience,
#submit-resume-form .fieldset-resume_file,
#submit-resume-form .fieldset-logged_in,
#submit-resume-form .fieldset-login_required,
#submit-resume-form .fieldset-create_account_username,
#submit-resume-form .fieldset-login_required,
#submit-resume-form .fieldset-create_account_username,
#submit-resume-form .fieldset-create_account_password,
#submit-resume-form .fieldset-create_account_password_verify {
  order: -1;
}
#submit-resume-form .ui-sortable .resume-manager-data-row,
#submit-resume-form .field .resume-manager-data-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#submit-resume-form .ui-sortable .resume-manager-data-row fieldset,
#submit-resume-form .field .resume-manager-data-row fieldset {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
#submit-resume-form .select2 .select2-selection.select2-selection--single,
#submit-resume-form .select2 .select2-selection.select2-selection--multiple {
  min-height: 44px;
}

.job_listing > a {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all 0.4s ease 0s;
}
@media (max-width: 767.98px) {
  .job_listing > a {
    justify-content: center;
  }
}
.job_listing > a:hover, .job_listing > a:focus {
  color: initial;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.job_listing.job_position_featured .job-listing-loop-job__title:after {
  content: "\f005";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 21px;
  margin-left: 5px;
}

.list-classic .job_listing > a:hover, .list-classic .job_listing > a:focus {
  box-shadow: none;
  background-color: #f4f5fa;
  border-radius: 4px;
}

.job-listing-company-logo {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  margin-bottom: 30px;
}
.job-listing-company-logo img {
  max-width: 150px;
}
@media (min-width: 768px) {
  .job-listing-company-logo {
    max-width: 180px;
    flex: 0 0 180px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .job-listing-company-logo {
    max-width: 90px;
    flex: 0 0 90px;
  }
  .job-listing-company-logo img {
    max-width: 100%;
  }
}

.job-listing-company strong {
  text-transform: capitalize;
}
.job-listing-company .tagline {
  display: none;
}

.job-details {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  color: #717f86;
  display: flex;
}
@media (min-width: 768px) {
  .job-details {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .job-details {
    flex-direction: column;
    justify-content: center;
  }
}

.type-list-classic .job-details,
.type-list .job-details {
  align-items: center;
}

.job-details-inner {
  line-height: 1.6;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .job-details-inner {
    margin-bottom: 26px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .job-details-inner {
    padding-right: 15px;
    flex: inherit;
  }
}
.job-details-inner > * + * {
  margin-top: 6px;
}
.job-details-inner .job-location {
  font-size: 13px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .job-details-inner .job-location {
    justify-content: center;
  }
}
.job-details-inner .job-location i {
  font-size: 20px;
}
.job-details-inner .job-listing-company strong {
  font-weight: 500;
}

.job-listing-loop-job__title {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
}

.job-listing-meta {
  text-align: center;
}
@media (min-width: 992px) {
  .job-listing-meta {
    text-align: right;
  }
}
.job-listing-meta .job-location {
  display: none;
}

.job-types,
ul.job-listing-meta {
  padding-left: 0;
  list-style: none;
}

.job-type {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  line-height: 16px;
  border-radius: 4px;
  color: #007bff;
  border-color: #007bff;
  width: 110px;
}
@media (prefers-reduced-motion: reduce) {
  .job-type {
    transition: none;
  }
}
.job-type:hover, .job-type:focus {
  text-decoration: none;
}
.job-type:focus, .job-type.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.job-type.disabled, .job-type:disabled {
  opacity: 0.65;
}
.job-type:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.job-type:not(:disabled):not(.disabled):active, .job-type:not(:disabled):not(.disabled).active {
  background-image: none;
}
.job-type:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.job-type:focus, .job-type.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.job-type.disabled, .job-type:disabled {
  color: #007bff;
  background-color: transparent;
}
.job-type:not(:disabled):not(.disabled):active, .job-type:not(:disabled):not(.disabled).active, .show > .job-type.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.job-type:not(:disabled):not(.disabled):active:focus, .job-type:not(:disabled):not(.disabled).active:focus, .show > .job-type.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.job-type.part-time {
  color: #007bff;
  border-color: #007bff;
}
.job-type.part-time:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.job-type.part-time:focus, .job-type.part-time.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.job-type.part-time.disabled, .job-type.part-time:disabled {
  color: #007bff;
  background-color: transparent;
}
.job-type.part-time:not(:disabled):not(.disabled):active, .job-type.part-time:not(:disabled):not(.disabled).active, .show > .job-type.part-time.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.job-type.part-time:not(:disabled):not(.disabled):active:focus, .job-type.part-time:not(:disabled):not(.disabled).active:focus, .show > .job-type.part-time.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.job-type.freelance {
  color: #3d9cd2;
  border-color: #3d9cd2;
}
.job-type.freelance:hover {
  color: #fff;
  background-color: #3d9cd2;
  border-color: #3d9cd2;
}
.job-type.freelance:focus, .job-type.freelance.focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 156, 210, 0.5);
}
.job-type.freelance.disabled, .job-type.freelance:disabled {
  color: #3d9cd2;
  background-color: transparent;
}
.job-type.freelance:not(:disabled):not(.disabled):active, .job-type.freelance:not(:disabled):not(.disabled).active, .show > .job-type.freelance.dropdown-toggle {
  color: #fff;
  background-color: #3d9cd2;
  border-color: #3d9cd2;
}
.job-type.freelance:not(:disabled):not(.disabled):active:focus, .job-type.freelance:not(:disabled):not(.disabled).active:focus, .show > .job-type.freelance.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 156, 210, 0.5);
}
.job-type.full-time {
  color: #0f834d;
  border-color: #0f834d;
}
.job-type.full-time:hover {
  color: #fff;
  background-color: #0f834d;
  border-color: #0f834d;
}
.job-type.full-time:focus, .job-type.full-time.focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 131, 77, 0.5);
}
.job-type.full-time.disabled, .job-type.full-time:disabled {
  color: #0f834d;
  background-color: transparent;
}
.job-type.full-time:not(:disabled):not(.disabled):active, .job-type.full-time:not(:disabled):not(.disabled).active, .show > .job-type.full-time.dropdown-toggle {
  color: #fff;
  background-color: #0f834d;
  border-color: #0f834d;
}
.job-type.full-time:not(:disabled):not(.disabled):active:focus, .job-type.full-time:not(:disabled):not(.disabled).active:focus, .show > .job-type.full-time.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 131, 77, 0.5);
}
.job-type.internship {
  color: #6033cc;
  border-color: #6033cc;
}
.job-type.internship:hover {
  color: #fff;
  background-color: #6033cc;
  border-color: #6033cc;
}
.job-type.internship:focus, .job-type.internship.focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 51, 204, 0.5);
}
.job-type.internship.disabled, .job-type.internship:disabled {
  color: #6033cc;
  background-color: transparent;
}
.job-type.internship:not(:disabled):not(.disabled):active, .job-type.internship:not(:disabled):not(.disabled).active, .show > .job-type.internship.dropdown-toggle {
  color: #fff;
  background-color: #6033cc;
  border-color: #6033cc;
}
.job-type.internship:not(:disabled):not(.disabled):active:focus, .job-type.internship:not(:disabled):not(.disabled).active:focus, .show > .job-type.internship.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 51, 204, 0.5);
}
.job-type.temporary {
  color: #dc3545;
  border-color: #dc3545;
}
.job-type.temporary:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.job-type.temporary:focus, .job-type.temporary.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.job-type.temporary.disabled, .job-type.temporary:disabled {
  color: #dc3545;
  background-color: transparent;
}
.job-type.temporary:not(:disabled):not(.disabled):active, .job-type.temporary:not(:disabled):not(.disabled).active, .show > .job-type.temporary.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.job-type.temporary:not(:disabled):not(.disabled):active:focus, .job-type.temporary:not(:disabled):not(.disabled).active:focus, .show > .job-type.temporary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.site-content-page-header .job-type.part-time, .site-content-page-header .job-type.freelance, .site-content-page-header .job-type.full-time, .site-content-page-header .job-type.internship, .site-content-page-header .job-type.temporary {
  color: #fff;
  border-color: #fff;
}
.site-content-page-header .job-type.part-time:hover, .site-content-page-header .job-type.freelance:hover, .site-content-page-header .job-type.full-time:hover, .site-content-page-header .job-type.internship:hover, .site-content-page-header .job-type.temporary:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.site-content-page-header .job-type.part-time:focus, .site-content-page-header .job-type.part-time.focus, .site-content-page-header .job-type.freelance:focus, .site-content-page-header .job-type.freelance.focus, .site-content-page-header .job-type.full-time:focus, .site-content-page-header .job-type.full-time.focus, .site-content-page-header .job-type.internship:focus, .site-content-page-header .job-type.internship.focus, .site-content-page-header .job-type.temporary:focus, .site-content-page-header .job-type.temporary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.site-content-page-header .job-type.part-time.disabled, .site-content-page-header .job-type.part-time:disabled, .site-content-page-header .job-type.freelance.disabled, .site-content-page-header .job-type.freelance:disabled, .site-content-page-header .job-type.full-time.disabled, .site-content-page-header .job-type.full-time:disabled, .site-content-page-header .job-type.internship.disabled, .site-content-page-header .job-type.internship:disabled, .site-content-page-header .job-type.temporary.disabled, .site-content-page-header .job-type.temporary:disabled {
  color: #fff;
  background-color: transparent;
}
.site-content-page-header .job-type.part-time:not(:disabled):not(.disabled):active, .site-content-page-header .job-type.part-time:not(:disabled):not(.disabled).active, .show > .site-content-page-header .job-type.part-time.dropdown-toggle, .site-content-page-header .job-type.freelance:not(:disabled):not(.disabled):active, .site-content-page-header .job-type.freelance:not(:disabled):not(.disabled).active, .show > .site-content-page-header .job-type.freelance.dropdown-toggle, .site-content-page-header .job-type.full-time:not(:disabled):not(.disabled):active, .site-content-page-header .job-type.full-time:not(:disabled):not(.disabled).active, .show > .site-content-page-header .job-type.full-time.dropdown-toggle, .site-content-page-header .job-type.internship:not(:disabled):not(.disabled):active, .site-content-page-header .job-type.internship:not(:disabled):not(.disabled).active, .show > .site-content-page-header .job-type.internship.dropdown-toggle, .site-content-page-header .job-type.temporary:not(:disabled):not(.disabled):active, .site-content-page-header .job-type.temporary:not(:disabled):not(.disabled).active, .show > .site-content-page-header .job-type.temporary.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.site-content-page-header .job-type.part-time:not(:disabled):not(.disabled):active:focus, .site-content-page-header .job-type.part-time:not(:disabled):not(.disabled).active:focus, .show > .site-content-page-header .job-type.part-time.dropdown-toggle:focus, .site-content-page-header .job-type.freelance:not(:disabled):not(.disabled):active:focus, .site-content-page-header .job-type.freelance:not(:disabled):not(.disabled).active:focus, .show > .site-content-page-header .job-type.freelance.dropdown-toggle:focus, .site-content-page-header .job-type.full-time:not(:disabled):not(.disabled):active:focus, .site-content-page-header .job-type.full-time:not(:disabled):not(.disabled).active:focus, .show > .site-content-page-header .job-type.full-time.dropdown-toggle:focus, .site-content-page-header .job-type.internship:not(:disabled):not(.disabled):active:focus, .site-content-page-header .job-type.internship:not(:disabled):not(.disabled).active:focus, .show > .site-content-page-header .job-type.internship.dropdown-toggle:focus, .site-content-page-header .job-type.temporary:not(:disabled):not(.disabled):active:focus, .site-content-page-header .job-type.temporary:not(:disabled):not(.disabled).active:focus, .show > .site-content-page-header .job-type.temporary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.job-published-date {
  display: inline-block;
  color: #888;
  font-size: 13px;
  margin-top: 12px;
}

.job-location i {
  margin-right: 5px;
}

.no_job_listings_found {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.no_job_listings_found hr {
  border-top-color: #ffe8a1;
}
.no_job_listings_found .alert-link {
  color: #533f03;
}

.type-list-classic.post-type-archive-job_listing .page-title-area-inner,
.type-list-classic.post-type-archive-job_listing .page-header-aside,
.type-grid.post-type-archive-job_listing .page-title-area-inner,
.type-grid.post-type-archive-job_listing .page-header-aside {
  display: none;
}
@media (min-width: 768px) {
  .type-list-classic.post-type-archive-job_listing .site-content-page-header-inner,
  .type-grid.post-type-archive-job_listing .site-content-page-header-inner {
    height: 330px;
    display: flex;
    align-items: flex-end;
  }
}
.type-list-classic.post-type-archive-job_listing .site-content-page-header-inner .page-title-area,
.type-grid.post-type-archive-job_listing .site-content-page-header-inner .page-title-area {
  width: 100%;
}

.type-list-classic.post-type-archive-job_listing .site-content .jobhunt-wpjm-active-filters {
  display: none;
}
.type-list-classic.post-type-archive-job_listing .site-content-page-header-inner {
  padding-bottom: 38px;
}
.type-list-classic.post-type-archive-job_listing .job-header-search-block {
  margin-bottom: 42px;
}
.type-list-classic.post-type-archive-job_listing .page-title-area {
  align-items: end;
}
.type-list-classic.post-type-archive-job_listing .jobhunt-wpjm-active-filters {
  margin-bottom: 0;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  border-width: 0;
}
@media (min-width: 768px) {
  .type-list-classic.post-type-archive-job_listing .jobhunt-wpjm-active-filters {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    margin-left: 16.66666667%;
  }
}
.type-list-classic.post-type-archive-job_listing .jobhunt-wpjm-active-filters .clear-all a {
  color: #fff;
}
.type-list-classic.post-type-archive-job_listing .jobhunt-wpjm-active-filters > ul .chosen a {
  background-color: #fff;
}
.type-list-classic.post-type-archive-job_listing .jobhunt-wpjm-active-filters > ul .chosen a:hover {
  color: #fff;
}
.type-list-classic.post-type-archive-job_listing .site-content-page-header {
  margin-bottom: 32px;
}

.type-grid.post-type-archive-job_listing .site-content-page-header-inner {
  padding-bottom: 70px;
}

.post-type-archive-job_listing .site-content-page-header .page-header-aside {
  display: none;
}
.post-type-archive-job_listing .site-content-page-header .site-content-page-header-inner {
  position: relative;
  z-index: 1;
}
.post-type-archive-job_listing .site-content-page-header .site-content-page-header-inner .page-title-area {
  flex-direction: column;
}
.post-type-archive-job_listing .site-content-page-header .job-search-block {
  width: 100%;
}
.post-type-archive-job_listing .site-content-page-header .job-search-block .section-header {
  margin-bottom: 30px;
}
.post-type-archive-job_listing .site-content-page-header .job-search-block .section-header .section-title {
  font-size: 30px;
  color: #fff;
}
.post-type-archive-job_listing .site-content-page-header .job-search-block form {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.post-type-archive-job_listing .site-content-page-header .job-search-block form > div {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .post-type-archive-job_listing .site-content-page-header .job-search-block form > div {
    margin-bottom: 0;
  }
}
.post-type-archive-job_listing .site-content-page-header .job-search-block form input[type=text] {
  height: 60px;
  padding: 14px 60px 14px 30px;
  border-width: 0;
}
.post-type-archive-job_listing .site-content-page-header .job-search-block form input[type=text]::placeholder {
  font-size: 13px;
  color: #a7a7a7;
}
@media (min-width: 768px) {
  .post-type-archive-job_listing .site-content-page-header .job-search-block .job-search-keywords {
    padding-left: 10px;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
    margin-left: 6.66666667%;
  }
}
.post-type-archive-job_listing .site-content-page-header .job-search-block .job-search-keywords::after {
  content: "\f11c";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
@media (min-width: 768px) {
  .post-type-archive-job_listing .site-content-page-header .job-search-block .job-search-location {
    flex: 0 0 30.83333333%;
    max-width: 30.83333333%;
  }
}
.post-type-archive-job_listing .site-content-page-header .job-search-block .job-search-location::after {
  content: "\f041";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.post-type-archive-job_listing .site-content-page-header .job-search-block .job-search-keywords::after,
.post-type-archive-job_listing .site-content-page-header .job-search-block .job-search-location::after {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: 20px;
  font-size: 30px;
}
.post-type-archive-job_listing .site-content-page-header .job-search-block .job-search-category {
  display: none;
}
@media (min-width: 768px) {
  .post-type-archive-job_listing .site-content-page-header .job-search-block .job-search-submit {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
}
.post-type-archive-job_listing .site-content-page-header .job-search-block .job-search-submit button {
  border-radius: 4px;
  height: 60px;
  border-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  width: inherit;
}
@media (min-width: 768px) {
  .post-type-archive-job_listing .site-content-page-header .job-search-block .job-search-submit button {
    width: 65px;
  }
}
.post-type-archive-job_listing .site-content-page-header .job-search-block .job-search-submit button:hover, .post-type-archive-job_listing .site-content-page-header .job-search-block .job-search-submit button:focus, .post-type-archive-job_listing .site-content-page-header .job-search-block .job-search-submit button:active {
  box-shadow: none !important;
  outline: none;
  border-width: 0;
}
.post-type-archive-job_listing .site-content-page-header .job-search-block .job-search-submit i {
  color: #fff;
  font-size: 30px;
  line-height: 1;
}
.post-type-archive-job_listing .site-content-page-header .job-search-block .job-search-submit .job-search-text {
  color: #fff;
  order: -1;
  font-size: 20px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .post-type-archive-job_listing .site-content-page-header .job-search-block .job-search-submit .job-search-text {
    display: none;
  }
}

.post-type-archive-job_listing.type-list .job_listing > a {
  margin: 0;
}
.post-type-archive-job_listing.type-list .jh-jobs-control-bar {
  margin-right: 0;
}
@media (min-width: 992px) {
  .post-type-archive-job_listing.type-list .jobhunt-wpjm-active-filters,
  .post-type-archive-job_listing.type-list .jh-jobs-control-bar,
  .post-type-archive-job_listing.type-list .no-jobs-found {
    margin-left: 32px;
  }
}
@media (min-width: 1200px) {
  .post-type-archive-job_listing.type-list .jh-jobs-control-bar .showing_jobs {
    padding-left: 0;
  }
  .post-type-archive-job_listing.type-list .jh-jobs-control-bar .jobs-sorting {
    padding-right: 0;
  }
}
.post-type-archive-job_listing.type-list .job_listing > a {
  padding: 30px 15px;
  border-bottom: 1px solid #edeff7;
}
.post-type-archive-job_listing.type-list .job_listing:first-child > a {
  border-top: 1px solid #edeff7;
}
.post-type-archive-job_listing.type-list .job_listings,
.post-type-archive-job_listing.type-list .wpjm-pagination {
  margin-bottom: 80px;
}

.post-type-archive-job_listing.type-list.right-sidebar .jobhunt-wpjm-active-filters,
.post-type-archive-job_listing.type-list.right-sidebar .jh-jobs-control-bar {
  margin-left: 0;
  margin-right: 32px;
}

ul.job_listings .listing-bookmarked h3.job-listing-loop-job__title::before,
ul.resumes .listing-bookmarked h3.job-listing-loop-job__title::before {
  content: "\f02e";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-family: "Font Awesome 5 Free" !important;
  color: #5fcf80;
  font-size: 17px;
  margin-top: 4px;
  margin-left: 0;
  margin-right: 10px;
  float: none;
}

ul.job_listings .job-manager-applications-applied-notice {
  float: none;
  font-weight: 600;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  ul.job_listings .job-manager-applications-applied-notice {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
ul.job_listings .job-manager-applications-applied-notice:before {
  content: "\f058";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  font-family: "Font Awesome 5 Free" !important;
  margin: 0 4px 3px;
  vertical-align: middle;
}

.grid {
  margin-top: -30px;
}
.grid .job_listing {
  margin-top: 30px;
}
.grid .job_listing > a {
  border: 2px solid #e8ecec;
  border-radius: 5px;
  height: 100%;
  margin: 0;
  flex-wrap: wrap;
  padding: 0 10px;
}
.grid .job_listing > a:hover, .grid .job_listing > a:focus {
  border-color: transparent;
}
.grid .job-details {
  flex-direction: column;
  padding: 0 7px;
}
.grid .job-details-inner .job-location {
  display: none;
}
.grid .job-details-inner > * + * {
  margin-top: 5px;
}
.grid .job-listing-company-logo {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .grid .job-listing-company-logo {
    flex: 0 0 100%;
    max-width: 100%;
    height: 120px;
  }
}
.grid .job-listing-company-logo img {
  margin: auto;
}
@media (min-width: 768px) {
  .grid .job-listing-company-logo img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
.grid .job-listing-meta {
  border-top: 1px solid #e8ecec;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  margin-top: 15px;
}
.grid .job-listing-meta > li + li {
  margin-top: 0;
}
.grid .job-listing-meta .job-types {
  text-align: right;
}
.grid .job-listing-meta .job-types li {
  margin-top: 2px;
  margin-bottom: 2px;
}
.grid .job-listing-meta .job-published-date {
  display: none;
}
.grid .job-listing-meta .job-location {
  display: flex;
  text-align: left;
  margin-right: 5px;
  margin-top: 0;
  font-size: 13px;
}
.grid .job-listing-meta .job-location i {
  display: none;
}
.grid.job_listings .wp-job-manager-attribution-row.job_listing {
  flex: 0 0 100%;
  max-width: 100%;
}

.job-manager-pagination {
  margin-bottom: 60px;
}
.job-manager-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  justify-content: center;
}
.job-manager-pagination ul > li:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.job-manager-pagination ul > li:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.job-manager-pagination ul > li.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.job-manager-pagination ul > li.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.job-manager-pagination ul a, .job-manager-pagination ul span {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -2px;
  line-height: 1.25;
  color: #576366;
  background-color: #fff;
  border: 2px solid #d3d9dd;
  border-radius: 5px;
  margin: 0 4px;
  transition: border-color, 200ms ease-in-out, color, 200ms ease-in-out;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}
.job-manager-pagination ul a:hover, .job-manager-pagination ul span:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.job-manager-pagination ul a:focus, .job-manager-pagination ul span:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.job-manager-pagination ul a:not(:disabled):not(.disabled), .job-manager-pagination ul span:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.job-manager-pagination ul a:not(.current):hover, .job-manager-pagination ul a:not(.current):focus, .job-manager-pagination ul span:not(.current):hover, .job-manager-pagination ul span:not(.current):focus {
  border-color: #b9c1c8;
  background-color: transparent;
  color: #576366;
}
.job-manager-pagination ul a.current, .job-manager-pagination ul span.current {
  border-color: #f2f4f5;
}
.job-manager-pagination ul a.current:hover, .job-manager-pagination ul a.current:focus, .job-manager-pagination ul span.current:hover, .job-manager-pagination ul span.current:focus {
  background-color: transparent;
  color: #576366;
}

/* @group Base */
.chosen-container {
  /*position: relative;
  display: inline-block;
  vertical-align: middle;*/
  font-size: 14px;
  /*user-select: none;
  * {
      box-sizing: border-box;
  }*/
  /*&.chosen-with-drop .chosen-drop {
      clip: auto;
      clip-path: none;
  }
  a{
      cursor: pointer;
  }

  .search-choice, .chosen-single{
      .group-name{
          margin-right: 4px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          font-weight: normal;
          color: #999999;
          &:after {
              content: ":";
              padding-left: 2px;
              vertical-align: top;
          }
      }
  }*/
}
.chosen-container .chosen-drop {
  width: 100%;
  border: 2px solid #8c9aa6;
  box-shadow: none;
  border-top: 0;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #7b8b8e;
}
.chosen-container .chosen-results li {
  padding: 4px 15px;
  line-height: 24px;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #f9fafa;
  background-image: none;
  color: #40484a;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single {
  /*.chosen-default {
      color: #999;
  }
  .chosen-single span {
      display: block;
      overflow: hidden;
      margin-right: 26px;
      text-overflow: ellipsis;
      white-space: nowrap;
  }
  .chosen-single-with-deselect span {
      margin-right: 38px;
  }
  .chosen-single abbr {
      position: absolute;
      top: 6px;
      right: 26px;
      display: block;
      width: 12px;
      height: 12px;
      background: $chosen-sprite -42px 1px no-repeat;
      font-size: 1px;
      &:hover {
          background-position: -42px -10px;
      }
  }
  &.chosen-disabled .chosen-single abbr:hover {
      background-position: -42px -10px;
  }*/
  /*.chosen-drop {
      margin-top: -1px;
      border-radius: 0 0 4px 4px;
      background-clip: padding-box;
  }
  &.chosen-container-single-nosearch .chosen-search {
      position: absolute;
      clip: rect(0,0,0,0);
      clip-path: inset(100% 100%);
  }*/
}
.chosen-container-single .chosen-single {
  padding: 0.75em 1em;
  height: 42px;
  border: 2px solid #d4d9dd;
  border-radius: 5px;
  background: none;
  background-color: #f9fafa;
  background-clip: padding-box;
  box-shadow: none;
  color: #40484a;
  line-height: normal;
}
.chosen-container-single .chosen-search {
  /*position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;*/
}
.chosen-container-single .chosen-search input[type=text] {
  background: none;
  font-family: "Varela Round", "Montserrat", "Quicksand", sans-serif;
  /*margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  line-height: normal;
  border-radius: 0;*/
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 18px;
  height: 100%;
  /*b {
      display: block;
      width: 100%;
      height: 100%;
      background: $chosen-sprite no-repeat 0px 2px;
  }*/
}
.chosen-container-single:hover .chosen-single {
  border-color: #8c9aa6;
}

/* @end */
.chosen-container-multi .chosen-choices {
  background-image: none;
  border-width: 2px;
  border-color: #d4d9dd;
  background-color: #f9fafa;
  border-radius: 5px;
}
.chosen-container-multi .chosen-choices li {
  /*&.search-choice-disabled {
      padding-right: 5px;
      border: 1px solid #ccc;
      background-color: #e4e4e4;
      background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
      color: #666;
  }

  &.search-choice-focus {
      background: #d4d4d4;
      .search-choice-close {
          background-position: -42px -10px;
      }
  }*/
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  font-family: "Varela Round", "Montserrat", "Quicksand", sans-serif;
  color: #40484a;
  padding: 0.75em 1em;
}
.chosen-container-multi .chosen-choices li.search-choice {
  background-image: none;
  background-color: #fff;
  border-radius: 4px;
  color: #40484a;
  border-width: 2px;
  border-color: #d4d9dd;
  padding: 8px 20px 8px 12px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 9px;
  right: 4px;
}
.chosen-container-multi:hover .chosen-choices {
  border-color: #8c9aa6;
}

/* @group Active  */
.chosen-container-active .chosen-single {
  box-shadow: none;
  /*border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(#000,.3);*/
}
.chosen-container-active.chosen-with-drop .chosen-single {
  box-shadow: none;
  background-color: #fff;
  border-color: #8c9aa6;
  background-image: none;
  border-width: 2px;
  /*border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;*/
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  /*border-left: none;
  background: transparent;
  b {
      background-position: -18px 2px;
  }*/
}
.chosen-container-active .chosen-choices {
  box-shadow: none;
  background-color: #fff;
  border-color: #8c9aa6;
  /*li.search-field input[type="text"] {
      color: #222 !important;
  }*/
}

/* @end */
.chosen-container-active .chosen-choices li.search-choice {
  background-color: #f9fafa;
}

.select2 .select2-selection.select2-selection--single, .select2 .select2-selection.select2-selection--multiple {
  background-color: #f9fafa;
  border: 2px solid #d4d9dd;
  min-height: 42px;
}
.select2 .select2-selection.select2-selection--single {
  display: flex;
  align-items: center;
}
.select2 .select2-selection.select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.select2 .select2-selection.select2-selection--multiple .select2-selection__rendered {
  padding-top: 1px;
}
.select2 .select2-selection.select2-selection--multiple .select2-selection__rendered li {
  margin: 5px 5px 0 0;
}
.select2 .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search__field {
  margin-top: 6px;
}
.select2.select2-container--open .select2-selection.select2-selection--single, .select2.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #8c9aa6;
}

.single-job_listing .page-title-area {
  flex-wrap: wrap;
  text-align: center;
}
.single-job_listing .page-title-area-inner {
  flex: 0 0 100%;
  max-width: 100%;
  z-index: 1;
  position: relative;
}
.single-job_listing .page-header-aside {
  display: none;
}
.single-job_listing .site-content-page-title {
  color: #fff;
}
.single-job_listing .site-content-page-subtitle {
  margin-top: 30px;
}

.site-content-page-subtitle .job-listing-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  flex-direction: column;
}
@media (min-width: 768px) {
  .site-content-page-subtitle .job-listing-meta {
    flex-direction: row;
  }
}
.site-content-page-subtitle .job-listing-meta > li {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .site-content-page-subtitle .job-listing-meta > li {
    margin-bottom: 0;
  }
  .site-content-page-subtitle .job-listing-meta > li + li {
    margin-left: 40px;
    margin-top: 0;
  }
}
.site-content-page-subtitle .job-listing-meta li.job-type {
  border-radius: 16px;
}
.site-content-page-subtitle .job-listing-meta .application-deadline label {
  color: #fff;
  font-weight: 500;
}
.site-content-page-subtitle .job-listing-meta .application-deadline::before {
  font-size: 24px;
  margin-right: 6px;
  position: relative;
  top: 4px;
}
.site-content-page-subtitle .job-listing-meta .claim-link a {
  color: #fff;
}

.job-listing-meta li.location:before {
  content: "\f3c5";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 24px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.job-listing-meta li.date-posted:before {
  content: "\f073";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 24px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}

.account-sign-in,
.job-manager-message {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.account-sign-in hr,
.job-manager-message hr {
  border-top-color: #9fcdff;
}
.account-sign-in .alert-link,
.job-manager-message .alert-link {
  color: #002752;
}
.account-sign-in strong,
.job-manager-message strong {
  display: inline-block;
  border-bottom: 1px solid #004085;
  color: #004085;
  margin-left: 5px;
}
.account-sign-in a,
.job-manager-message a {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.75em 2em;
  font-size: 0.875rem;
  line-height: normal;
  border-radius: 4px;
}
@media (prefers-reduced-motion: reduce) {
  .account-sign-in a,
  .job-manager-message a {
    transition: none;
  }
}
.account-sign-in a:hover, .account-sign-in a:focus,
.job-manager-message a:hover,
.job-manager-message a:focus {
  text-decoration: none;
}
.account-sign-in a:focus, .account-sign-in a.focus,
.job-manager-message a:focus,
.job-manager-message a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.account-sign-in a.disabled, .account-sign-in a:disabled,
.job-manager-message a.disabled,
.job-manager-message a:disabled {
  opacity: 0.65;
}
.account-sign-in a:not(:disabled):not(.disabled),
.job-manager-message a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.account-sign-in a:not(:disabled):not(.disabled):active, .account-sign-in a:not(:disabled):not(.disabled).active,
.job-manager-message a:not(:disabled):not(.disabled):active,
.job-manager-message a:not(:disabled):not(.disabled).active {
  background-image: none;
}
.account-sign-in .button, .account-sign-in a,
.job-manager-message .button,
.job-manager-message a {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  width: 100%;
  order: 1;
  margin-top: 14px;
}
.account-sign-in .button:hover, .account-sign-in a:hover,
.job-manager-message .button:hover,
.job-manager-message a:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.account-sign-in .button:focus, .account-sign-in .button.focus, .account-sign-in a:focus, .account-sign-in a.focus,
.job-manager-message .button:focus,
.job-manager-message .button.focus,
.job-manager-message a:focus,
.job-manager-message a.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.account-sign-in .button.disabled, .account-sign-in .button:disabled, .account-sign-in a.disabled, .account-sign-in a:disabled,
.job-manager-message .button.disabled,
.job-manager-message .button:disabled,
.job-manager-message a.disabled,
.job-manager-message a:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.account-sign-in .button:not(:disabled):not(.disabled):active, .account-sign-in .button:not(:disabled):not(.disabled).active, .show > .account-sign-in .button.dropdown-toggle, .account-sign-in a:not(:disabled):not(.disabled):active, .account-sign-in a:not(:disabled):not(.disabled).active, .show > .account-sign-in a.dropdown-toggle,
.job-manager-message .button:not(:disabled):not(.disabled):active,
.job-manager-message .button:not(:disabled):not(.disabled).active,
.show > .job-manager-message .button.dropdown-toggle,
.job-manager-message a:not(:disabled):not(.disabled):active,
.job-manager-message a:not(:disabled):not(.disabled).active,
.show > .job-manager-message a.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.account-sign-in .button:not(:disabled):not(.disabled):active:focus, .account-sign-in .button:not(:disabled):not(.disabled).active:focus, .show > .account-sign-in .button.dropdown-toggle:focus, .account-sign-in a:not(:disabled):not(.disabled):active:focus, .account-sign-in a:not(:disabled):not(.disabled).active:focus, .show > .account-sign-in a.dropdown-toggle:focus,
.job-manager-message .button:not(:disabled):not(.disabled):active:focus,
.job-manager-message .button:not(:disabled):not(.disabled).active:focus,
.show > .job-manager-message .button.dropdown-toggle:focus,
.job-manager-message a:not(:disabled):not(.disabled):active:focus,
.job-manager-message a:not(:disabled):not(.disabled).active:focus,
.show > .job-manager-message a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
@media (min-width: 768px) {
  .account-sign-in .button, .account-sign-in a,
  .job-manager-message .button,
  .job-manager-message a {
    width: auto;
    margin-left: auto;
    margin-top: 0;
  }
}

.account-sign-in {
  margin-bottom: 0;
}

.jh-jobs-control-bar {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
  margin-bottom: 32px;
}
.jh-jobs-control-bar .showing_jobs,
.jh-jobs-control-bar .jobs-sorting {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .jh-jobs-control-bar .showing_jobs,
  .jh-jobs-control-bar .jobs-sorting {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .jh-jobs-control-bar .showing_jobs {
    margin: 0;
  }
}
.jh-jobs-control-bar .showing_jobs span {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .jh-jobs-control-bar .showing_jobs {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
}
.jh-jobs-control-bar .jobs-sorting {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .jh-jobs-control-bar .jobs-sorting {
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .jh-jobs-control-bar .jobs-sorting {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    justify-content: flex-end;
    margin-bottom: 0;
  }
}
.jh-jobs-control-bar .jobs-sorting label {
  font-size: 13px;
  font-weight: 500;
  color: #888;
}
@media (min-width: 768px) {
  .jh-jobs-control-bar .jobs-sorting label {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.jh-jobs-control-bar .jobs-sorting form + form {
  margin: 15px 0 0;
}
@media (min-width: 768px) {
  .jh-jobs-control-bar .jobs-sorting form + form {
    margin: 0 0 0 10px;
  }
}
.jh-jobs-control-bar .jobs-sorting select {
  width: 100%;
  font-size: 13px;
  color: #888;
  border-width: 0;
  height: 35px;
  background-color: #f4f5fa;
}
@media (min-width: 768px) {
  .jh-jobs-control-bar .jobs-sorting select {
    min-width: 160px;
    width: auto;
  }
}
.jh-jobs-control-bar .jobs-sorting select:hover, .jh-jobs-control-bar .jobs-sorting select:focus {
  background-color: #f4f5fa;
}

.jobhunt-wpjm-active-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #e8ecec;
  padding: 0 10px;
  border-radius: 4px;
  margin-bottom: 27px;
}
.jobhunt-wpjm-active-filters > ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-top: 10px;
}
.jobhunt-wpjm-active-filters > ul .chosen {
  display: flex;
  margin-right: 18px;
  margin-bottom: 10px;
}
.jobhunt-wpjm-active-filters > ul .chosen span {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 5px 17px;
  font-size: 0.8125rem;
  line-height: 16px;
  border-radius: 4px;
  background-color: #f4f5fa;
  color: #888;
}
@media (prefers-reduced-motion: reduce) {
  .jobhunt-wpjm-active-filters > ul .chosen span {
    transition: none;
  }
}
.jobhunt-wpjm-active-filters > ul .chosen span:hover, .jobhunt-wpjm-active-filters > ul .chosen span:focus {
  text-decoration: none;
}
.jobhunt-wpjm-active-filters > ul .chosen span:focus, .jobhunt-wpjm-active-filters > ul .chosen span.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.jobhunt-wpjm-active-filters > ul .chosen span.disabled, .jobhunt-wpjm-active-filters > ul .chosen span:disabled {
  opacity: 0.65;
}
.jobhunt-wpjm-active-filters > ul .chosen span:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.jobhunt-wpjm-active-filters > ul .chosen span:not(:disabled):not(.disabled):active, .jobhunt-wpjm-active-filters > ul .chosen span:not(:disabled):not(.disabled).active {
  background-image: none;
}
.jobhunt-wpjm-active-filters > ul .chosen span:hover, .jobhunt-wpjm-active-filters > ul .chosen span:focus {
  background-color: #e6e8f4;
}
.jobhunt-wpjm-active-filters > ul .chosen a {
  align-self: baseline;
  line-height: 1;
  width: 16px;
  height: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  font-size: 10px;
  margin-left: -10px;
  margin-top: -4px;
}
.jobhunt-wpjm-active-filters > ul .chosen a i {
  font-weight: 600;
}
.jobhunt-wpjm-active-filters .clear-all {
  margin: 0 5px;
}
.jobhunt-wpjm-active-filters .clear-all a {
  display: flex;
  align-items: center;
  font-size: 13px;
}
.jobhunt-wpjm-active-filters .clear-all a:before {
  content: "\f2ed";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 22px;
  padding-bottom: 4px;
  margin-right: 5px;
}

.jobhunt-register-login-form {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 30px;
  margin: 0;
}
.jobhunt-register-login-form .jobhunt-register-login-form-inner {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  border: 2px solid #edeff0;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .jobhunt-register-login-form .jobhunt-register-login-form-inner {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    margin-left: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .jobhunt-register-login-form .jobhunt-register-login-form-inner {
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 25%;
  }
}
.jobhunt-register-login-form .nav {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  border-bottom: 2px solid #edeff0;
}
.jobhunt-register-login-form .nav li {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  padding: 0;
}
.jobhunt-register-login-form .nav li a {
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  color: #586365;
}
.jobhunt-register-login-form .nav li a.active {
  background-color: #edeff0;
  color: #40484a;
}
.jobhunt-register-login-form .tab-content {
  padding: 20px 10px 30px;
}
@media (min-width: 768px) {
  .jobhunt-register-login-form .tab-content {
    padding: 20px 24px 40px;
  }
}
.jobhunt-register-login-form .tab-content .entry-header,
.jobhunt-register-login-form .tab-content .hidden {
  display: none;
}
.jobhunt-register-login-form .tab-content input[type=submit]:not(#jobhunt_login_submit),
.jobhunt-register-login-form .tab-content label {
  width: 100%;
}
.jobhunt-register-login-form .tab-content input[type=submit] {
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
}
.jobhunt-register-login-form .tab-content #jobhunt_registration_form p:nth-child(5), .jobhunt-register-login-form .tab-content #jobhunt_registration_form p:nth-child(6) {
  margin-bottom: 0;
}
.jobhunt-register-login-form .tab-content #jobhunt_login_form fieldset p {
  padding: 0;
}
.jobhunt-register-login-form .tab-content #jobhunt_login_form fieldset p:nth-child(1), .jobhunt-register-login-form .tab-content #jobhunt_login_form fieldset p:nth-child(2) {
  display: block;
}
.jobhunt-register-login-form .tab-content #jobhunt_login_form fieldset p:nth-child(3), .jobhunt-register-login-form .tab-content #jobhunt_login_form fieldset p:nth-child(4) {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .jobhunt-register-login-form .tab-content #jobhunt_login_form fieldset p:nth-child(3), .jobhunt-register-login-form .tab-content #jobhunt_login_form fieldset p:nth-child(4) {
    display: inline-block;
    width: 48.6%;
  }
}
@media (min-width: 1200px) {
  .jobhunt-register-login-form .tab-content #jobhunt_login_form fieldset p:nth-child(3), .jobhunt-register-login-form .tab-content #jobhunt_login_form fieldset p:nth-child(4) {
    width: 49.6%;
  }
}
.jobhunt-register-login-form .tab-content #jobhunt_login_form fieldset p:nth-child(4) {
  margin-top: 14px;
}
@media (min-width: 768px) {
  .jobhunt-register-login-form .tab-content #jobhunt_login_form fieldset p:nth-child(4) {
    text-align: right;
    margin-top: 0;
  }
}
.jobhunt-register-login-form .tab-content #jobhunt_login_submit {
  padding: 12px 34px;
}
.jobhunt-register-login-form .tab-content label input {
  margin-top: 10px;
}
.jobhunt-register-login-form .tab-content select {
  margin-top: 4px;
  margin-bottom: 14px;
}
.jobhunt-register-login-form .tab-content div.notification {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.jobhunt-register-login-form .tab-content div.notification.error {
  color: #fff;
  background-color: #ed5a5a;
  border-color: #ed5a5a;
}
.jobhunt-register-login-form .tab-content div.notification.error hr {
  border-top-color: #ea4343;
}
.jobhunt-register-login-form .tab-content div.notification.error .alert-link {
  color: #e6e6e6;
}
.jobhunt-register-login-form .tab-content div.notification.success {
  color: #fff;
  background-color: #5fcf80;
  border-color: #5fcf80;
}
.jobhunt-register-login-form .tab-content div.notification.success hr {
  border-top-color: #4bc970;
}
.jobhunt-register-login-form .tab-content div.notification.success .alert-link {
  color: #e6e6e6;
}

.post-type-archive-resume .site-content-page-header-inner,
.post-type-archive-company .site-content-page-header-inner,
.post-type-archive-job_listing.type-list .site-content-page-header-inner {
  height: 200px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 20px 0 0 0;
  position: relative;
  z-index: 1;
}
.post-type-archive-resume .site-content-page-header-inner .site-content-page-title,
.post-type-archive-resume .site-content-page-header-inner .page-header-aside,
.post-type-archive-company .site-content-page-header-inner .site-content-page-title,
.post-type-archive-company .site-content-page-header-inner .page-header-aside,
.post-type-archive-job_listing.type-list .site-content-page-header-inner .site-content-page-title,
.post-type-archive-job_listing.type-list .site-content-page-header-inner .page-header-aside {
  color: #fff;
}
.post-type-archive-resume .site-content-page-header-inner .site-content-page-title,
.post-type-archive-company .site-content-page-header-inner .site-content-page-title,
.post-type-archive-job_listing.type-list .site-content-page-header-inner .site-content-page-title {
  font-size: 28px;
}
.post-type-archive-resume .site-content-page-header-inner .page-header-aside,
.post-type-archive-company .site-content-page-header-inner .page-header-aside,
.post-type-archive-job_listing.type-list .site-content-page-header-inner .page-header-aside {
  display: block;
}
.post-type-archive-resume .site-content-page-header-inner .page-title-area,
.post-type-archive-company .site-content-page-header-inner .page-title-area,
.post-type-archive-job_listing.type-list .site-content-page-header-inner .page-title-area {
  display: block;
  text-align: center;
}
@media (min-width: 992px) {
  .post-type-archive-resume .site-content-page-header-inner,
  .post-type-archive-company .site-content-page-header-inner,
  .post-type-archive-job_listing.type-list .site-content-page-header-inner {
    height: 280px;
    padding: 40px 0 0 0;
  }
  .post-type-archive-resume .site-content-page-header-inner .site-content-page-title,
  .post-type-archive-company .site-content-page-header-inner .site-content-page-title,
  .post-type-archive-job_listing.type-list .site-content-page-header-inner .site-content-page-title {
    font-size: 36px;
  }
}

p.job-manager-single-alert-link {
  display: inline-block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  p.job-manager-single-alert-link {
    padding: 0 15px;
  }
}
p.job-manager-single-alert-link a {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  color: #576366;
  border-color: #576366;
  border: 2px solid;
  text-align: center;
  display: block;
  width: 100%;
}
p.job-manager-single-alert-link a:hover {
  color: #fff;
  background-color: #576366;
  border-color: #576366;
}
p.job-manager-single-alert-link a:focus, p.job-manager-single-alert-link a.focus {
  box-shadow: 0 0 0 0.2rem rgba(87, 99, 102, 0.5);
}
p.job-manager-single-alert-link a.disabled, p.job-manager-single-alert-link a:disabled {
  color: #576366;
  background-color: transparent;
}
p.job-manager-single-alert-link a:not(:disabled):not(.disabled):active, p.job-manager-single-alert-link a:not(:disabled):not(.disabled).active, .show > p.job-manager-single-alert-link a.dropdown-toggle {
  color: #fff;
  background-color: #576366;
  border-color: #576366;
}
p.job-manager-single-alert-link a:not(:disabled):not(.disabled):active:focus, p.job-manager-single-alert-link a:not(:disabled):not(.disabled).active:focus, .show > p.job-manager-single-alert-link a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(87, 99, 102, 0.5);
}
p.job-manager-single-alert-link a:before {
  content: none;
}

.job-single-type-v2 p.job-manager-single-alert-link a {
  width: fit-content;
  min-width: 250px;
  margin: auto;
}

#job-manager-alerts td, #job-manager-alerts th {
  padding: 0.5em 1em;
}

.job-manager-applications-applied-notice {
  margin-top: 15px;
}

.woocommerce-active.logged-in .job-manager-job-dashboard-inner,
.woocommerce-active.logged-in .job-manager-company-dashboard-inner,
.woocommerce-active.logged-in #resume-manager-candidate-dashboard,
.woocommerce-active.logged-in #job-manager-job-applications {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.woocommerce-active.logged-in .job-manager-job-dashboard-content,
.woocommerce-active.logged-in .job-manager-company-dashboard-content,
.woocommerce-active.logged-in .resume-manager-candidate-dashboard,
.woocommerce-active.logged-in .job-manager-job-applications {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .woocommerce-active.logged-in .job-manager-job-dashboard-content,
  .woocommerce-active.logged-in .job-manager-company-dashboard-content,
  .woocommerce-active.logged-in .resume-manager-candidate-dashboard,
  .woocommerce-active.logged-in .job-manager-job-applications {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.wpjm-activated .woocommerce-MyAccount-navigation-link {
  background-color: transparent;
}
.wpjm-activated .woocommerce-MyAccount-navigation-link.is-active {
  background-color: transparent;
}
.wpjm-activated .woocommerce-MyAccount-navigation-link a {
  color: #888;
  font-weight: 500;
}
.wpjm-activated .woocommerce-MyAccount-navigation-link a:before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 28px;
  width: 30px;
  margin-right: 15px;
}
.wpjm-activated .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f187";
}
.wpjm-activated .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f022";
}
.wpjm-activated .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\f019";
}
.wpjm-activated .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f59f";
}
.wpjm-activated .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f4ff";
}
.wpjm-activated .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f2f5";
}
.wpjm-activated .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--subscriptions a:before {
  content: "\f09d";
}

#resume-manager-candidate-dashboard table.resume-manager-resumes ul.candidate-dashboard-actions,
#resume-manager-candidate-dashboard table.resume-manager-resumes ul.job-dashboard-actions,
#resume-manager-candidate-dashboard table.resume-manager-resumes ul.company-dashboard-actions,
#job-manager-job-dashboard table.job-manager-jobs ul.candidate-dashboard-actions,
#job-manager-job-dashboard table.job-manager-jobs ul.job-dashboard-actions,
#job-manager-job-dashboard table.job-manager-jobs ul.company-dashboard-actions,
#job-manager-company-dashboard table.job-manager-companies ul.candidate-dashboard-actions,
#job-manager-company-dashboard table.job-manager-companies ul.job-dashboard-actions,
#job-manager-company-dashboard table.job-manager-companies ul.company-dashboard-actions {
  visibility: visible;
}
@media (min-width: 1200px) {
  #resume-manager-candidate-dashboard table.resume-manager-resumes ul.candidate-dashboard-actions,
  #resume-manager-candidate-dashboard table.resume-manager-resumes ul.job-dashboard-actions,
  #resume-manager-candidate-dashboard table.resume-manager-resumes ul.company-dashboard-actions,
  #job-manager-job-dashboard table.job-manager-jobs ul.candidate-dashboard-actions,
  #job-manager-job-dashboard table.job-manager-jobs ul.job-dashboard-actions,
  #job-manager-job-dashboard table.job-manager-jobs ul.company-dashboard-actions,
  #job-manager-company-dashboard table.job-manager-companies ul.candidate-dashboard-actions,
  #job-manager-company-dashboard table.job-manager-companies ul.job-dashboard-actions,
  #job-manager-company-dashboard table.job-manager-companies ul.company-dashboard-actions {
    visibility: hidden;
  }
}
#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot a,
#job-manager-job-dashboard table.job-manager-jobs tfoot a,
#job-manager-company-dashboard table.job-manager-companies tfoot a {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 8px 18px;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 4px;
}
@media (prefers-reduced-motion: reduce) {
  #resume-manager-candidate-dashboard table.resume-manager-resumes tfoot a,
  #job-manager-job-dashboard table.job-manager-jobs tfoot a,
  #job-manager-company-dashboard table.job-manager-companies tfoot a {
    transition: none;
  }
}
#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot a:hover, #resume-manager-candidate-dashboard table.resume-manager-resumes tfoot a:focus,
#job-manager-job-dashboard table.job-manager-jobs tfoot a:hover,
#job-manager-job-dashboard table.job-manager-jobs tfoot a:focus,
#job-manager-company-dashboard table.job-manager-companies tfoot a:hover,
#job-manager-company-dashboard table.job-manager-companies tfoot a:focus {
  text-decoration: none;
}
#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot a:focus, #resume-manager-candidate-dashboard table.resume-manager-resumes tfoot a.focus,
#job-manager-job-dashboard table.job-manager-jobs tfoot a:focus,
#job-manager-job-dashboard table.job-manager-jobs tfoot a.focus,
#job-manager-company-dashboard table.job-manager-companies tfoot a:focus,
#job-manager-company-dashboard table.job-manager-companies tfoot a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot a.disabled, #resume-manager-candidate-dashboard table.resume-manager-resumes tfoot a:disabled,
#job-manager-job-dashboard table.job-manager-jobs tfoot a.disabled,
#job-manager-job-dashboard table.job-manager-jobs tfoot a:disabled,
#job-manager-company-dashboard table.job-manager-companies tfoot a.disabled,
#job-manager-company-dashboard table.job-manager-companies tfoot a:disabled {
  opacity: 0.65;
}
#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot a:not(:disabled):not(.disabled),
#job-manager-job-dashboard table.job-manager-jobs tfoot a:not(:disabled):not(.disabled),
#job-manager-company-dashboard table.job-manager-companies tfoot a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot a:not(:disabled):not(.disabled):active, #resume-manager-candidate-dashboard table.resume-manager-resumes tfoot a:not(:disabled):not(.disabled).active,
#job-manager-job-dashboard table.job-manager-jobs tfoot a:not(:disabled):not(.disabled):active,
#job-manager-job-dashboard table.job-manager-jobs tfoot a:not(:disabled):not(.disabled).active,
#job-manager-company-dashboard table.job-manager-companies tfoot a:not(:disabled):not(.disabled):active,
#job-manager-company-dashboard table.job-manager-companies tfoot a:not(:disabled):not(.disabled).active {
  background-image: none;
}
#resume-manager-candidate-dashboard table.resume-manager-resumes tfoot a::before,
#job-manager-job-dashboard table.job-manager-jobs tfoot a::before,
#job-manager-company-dashboard table.job-manager-companies tfoot a::before {
  content: "\f067";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 14px;
  padding-right: 4px;
}
@media (min-width: 1200px) {
  #resume-manager-candidate-dashboard table.resume-manager-resumes tr:hover ul.job-dashboard-actions,
  #resume-manager-candidate-dashboard table.resume-manager-resumes tr:hover ul.company-dashboard-actions,
  #resume-manager-candidate-dashboard table.resume-manager-resumes tr:hover ul.candidate-dashboard-actions, #resume-manager-candidate-dashboard table.resume-manager-resumes tr:focus ul.job-dashboard-actions,
  #resume-manager-candidate-dashboard table.resume-manager-resumes tr:focus ul.company-dashboard-actions,
  #resume-manager-candidate-dashboard table.resume-manager-resumes tr:focus ul.candidate-dashboard-actions,
  #job-manager-job-dashboard table.job-manager-jobs tr:hover ul.job-dashboard-actions,
  #job-manager-job-dashboard table.job-manager-jobs tr:hover ul.company-dashboard-actions,
  #job-manager-job-dashboard table.job-manager-jobs tr:hover ul.candidate-dashboard-actions,
  #job-manager-job-dashboard table.job-manager-jobs tr:focus ul.job-dashboard-actions,
  #job-manager-job-dashboard table.job-manager-jobs tr:focus ul.company-dashboard-actions,
  #job-manager-job-dashboard table.job-manager-jobs tr:focus ul.candidate-dashboard-actions,
  #job-manager-company-dashboard table.job-manager-companies tr:hover ul.job-dashboard-actions,
  #job-manager-company-dashboard table.job-manager-companies tr:hover ul.company-dashboard-actions,
  #job-manager-company-dashboard table.job-manager-companies tr:hover ul.candidate-dashboard-actions,
  #job-manager-company-dashboard table.job-manager-companies tr:focus ul.job-dashboard-actions,
  #job-manager-company-dashboard table.job-manager-companies tr:focus ul.company-dashboard-actions,
  #job-manager-company-dashboard table.job-manager-companies tr:focus ul.candidate-dashboard-actions {
    visibility: visible;
  }
}
#resume-manager-candidate-dashboard table.resume-manager-resumes .candidate-dashboard-actions,
#resume-manager-candidate-dashboard table.resume-manager-resumes .job-dashboard-actions,
#resume-manager-candidate-dashboard table.resume-manager-resumes .company-dashboard-actions,
#job-manager-job-dashboard table.job-manager-jobs .candidate-dashboard-actions,
#job-manager-job-dashboard table.job-manager-jobs .job-dashboard-actions,
#job-manager-job-dashboard table.job-manager-jobs .company-dashboard-actions,
#job-manager-company-dashboard table.job-manager-companies .candidate-dashboard-actions,
#job-manager-company-dashboard table.job-manager-companies .job-dashboard-actions,
#job-manager-company-dashboard table.job-manager-companies .company-dashboard-actions {
  margin-top: 6px;
}
#resume-manager-candidate-dashboard table.resume-manager-resumes .candidate-dashboard-actions a::before,
#resume-manager-candidate-dashboard table.resume-manager-resumes .job-dashboard-actions a::before,
#resume-manager-candidate-dashboard table.resume-manager-resumes .company-dashboard-actions a::before,
#job-manager-job-dashboard table.job-manager-jobs .candidate-dashboard-actions a::before,
#job-manager-job-dashboard table.job-manager-jobs .job-dashboard-actions a::before,
#job-manager-job-dashboard table.job-manager-jobs .company-dashboard-actions a::before,
#job-manager-company-dashboard table.job-manager-companies .candidate-dashboard-actions a::before,
#job-manager-company-dashboard table.job-manager-companies .job-dashboard-actions a::before,
#job-manager-company-dashboard table.job-manager-companies .company-dashboard-actions a::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 14px;
  padding-right: 2px;
}
#resume-manager-candidate-dashboard table.resume-manager-resumes .job-dashboard-action-mark_not_filled::before,
#job-manager-job-dashboard table.job-manager-jobs .job-dashboard-action-mark_not_filled::before,
#job-manager-company-dashboard table.job-manager-companies .job-dashboard-action-mark_not_filled::before {
  content: "\f057";
}
#resume-manager-candidate-dashboard table.resume-manager-resumes .job-dashboard-action-mark_filled::before,
#job-manager-job-dashboard table.job-manager-jobs .job-dashboard-action-mark_filled::before,
#job-manager-company-dashboard table.job-manager-companies .job-dashboard-action-mark_filled::before {
  content: "\f058";
}
#resume-manager-candidate-dashboard table.resume-manager-resumes .job-dashboard-action-duplicate::before,
#job-manager-job-dashboard table.job-manager-jobs .job-dashboard-action-duplicate::before,
#job-manager-company-dashboard table.job-manager-companies .job-dashboard-action-duplicate::before {
  content: "\f0c5";
}
#resume-manager-candidate-dashboard table.resume-manager-resumes .job-dashboard-action-relist::before,
#job-manager-job-dashboard table.job-manager-jobs .job-dashboard-action-relist::before,
#job-manager-company-dashboard table.job-manager-companies .job-dashboard-action-relist::before {
  content: "\f2f9";
}
#resume-manager-candidate-dashboard table.resume-manager-resumes .candidate-dashboard-action-edit::before,
#resume-manager-candidate-dashboard table.resume-manager-resumes .job-dashboard-action-edit::before,
#resume-manager-candidate-dashboard table.resume-manager-resumes .company-dashboard-action-edit::before,
#job-manager-job-dashboard table.job-manager-jobs .candidate-dashboard-action-edit::before,
#job-manager-job-dashboard table.job-manager-jobs .job-dashboard-action-edit::before,
#job-manager-job-dashboard table.job-manager-jobs .company-dashboard-action-edit::before,
#job-manager-company-dashboard table.job-manager-companies .candidate-dashboard-action-edit::before,
#job-manager-company-dashboard table.job-manager-companies .job-dashboard-action-edit::before,
#job-manager-company-dashboard table.job-manager-companies .company-dashboard-action-edit::before {
  content: "\f044";
}
#resume-manager-candidate-dashboard table.resume-manager-resumes .candidate-dashboard-action-delete::before,
#resume-manager-candidate-dashboard table.resume-manager-resumes .job-dashboard-action-delete::before,
#resume-manager-candidate-dashboard table.resume-manager-resumes .company-dashboard-action-delete::before,
#job-manager-job-dashboard table.job-manager-jobs .candidate-dashboard-action-delete::before,
#job-manager-job-dashboard table.job-manager-jobs .job-dashboard-action-delete::before,
#job-manager-job-dashboard table.job-manager-jobs .company-dashboard-action-delete::before,
#job-manager-company-dashboard table.job-manager-companies .candidate-dashboard-action-delete::before,
#job-manager-company-dashboard table.job-manager-companies .job-dashboard-action-delete::before,
#job-manager-company-dashboard table.job-manager-companies .company-dashboard-action-delete::before {
  content: "\f2ed";
}
#resume-manager-candidate-dashboard table.resume-manager-resumes .candidate-dashboard-action-hide::before,
#resume-manager-candidate-dashboard table.resume-manager-resumes .company-dashboard-action-hide::before,
#job-manager-job-dashboard table.job-manager-jobs .candidate-dashboard-action-hide::before,
#job-manager-job-dashboard table.job-manager-jobs .company-dashboard-action-hide::before,
#job-manager-company-dashboard table.job-manager-companies .candidate-dashboard-action-hide::before,
#job-manager-company-dashboard table.job-manager-companies .company-dashboard-action-hide::before {
  content: "\f070";
}
#resume-manager-candidate-dashboard table.resume-manager-resumes .candidate-dashboard-action-publish::before,
#resume-manager-candidate-dashboard table.resume-manager-resumes .company-dashboard-action-publish::before,
#job-manager-job-dashboard table.job-manager-jobs .candidate-dashboard-action-publish::before,
#job-manager-job-dashboard table.job-manager-jobs .company-dashboard-action-publish::before,
#job-manager-company-dashboard table.job-manager-companies .candidate-dashboard-action-publish::before,
#job-manager-company-dashboard table.job-manager-companies .company-dashboard-action-publish::before {
  content: "\f06e";
}
@media (max-width: 767.98px) {
  #resume-manager-candidate-dashboard table.resume-manager-resumes,
  #job-manager-job-dashboard table.job-manager-jobs,
  #job-manager-company-dashboard table.job-manager-companies {
    border: none;
  }
  #resume-manager-candidate-dashboard table.resume-manager-resumes thead,
  #job-manager-job-dashboard table.job-manager-jobs thead,
  #job-manager-company-dashboard table.job-manager-companies thead {
    display: none;
  }
  #resume-manager-candidate-dashboard table.resume-manager-resumes tbody th,
  #job-manager-job-dashboard table.job-manager-jobs tbody th,
  #job-manager-company-dashboard table.job-manager-companies tbody th {
    display: none;
  }
  #resume-manager-candidate-dashboard table.resume-manager-resumes tr td,
  #job-manager-job-dashboard table.job-manager-jobs tr td,
  #job-manager-company-dashboard table.job-manager-companies tr td {
    display: block;
    clear: both;
    padding: 0.75rem;
    width: 100%;
    border-bottom: none;
  }
  #resume-manager-candidate-dashboard table.resume-manager-resumes tr td:last-child,
  #job-manager-job-dashboard table.job-manager-jobs tr td:last-child,
  #job-manager-company-dashboard table.job-manager-companies tr td:last-child {
    margin-bottom: 30px;
    border-bottom: 1px solid #dee2e6;
  }
}

.job-manager-job-applications div.job-applications ul.job-applications li.job-application header .job-application-rating:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Line Awesome Free";
  font-weight: 400;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  letter-spacing: 0;
}
.job-manager-job-applications div.job-applications ul.job-applications li.job-application header .job-application-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #ffc107;
  letter-spacing: 0;
}
.job-manager-job-applications div.job-applications ul.job-applications li.job-application section.job-application-content a.hide_section,
.job-manager-job-applications div.job-applications ul.job-applications li.job-application section.job-application-edit a.hide_section,
.job-manager-job-applications div.job-applications ul.job-applications li.job-application section.job-application-notes a.hide_section {
  color: initial;
}
.job-manager-job-applications div.job-applications ul.job-applications li.job-application section.job-application-content a.hide_section:hover, .job-manager-job-applications div.job-applications ul.job-applications li.job-application section.job-application-content a.hide_section:focus,
.job-manager-job-applications div.job-applications ul.job-applications li.job-application section.job-application-edit a.hide_section:hover,
.job-manager-job-applications div.job-applications ul.job-applications li.job-application section.job-application-edit a.hide_section:focus,
.job-manager-job-applications div.job-applications ul.job-applications li.job-application section.job-application-notes a.hide_section:hover,
.job-manager-job-applications div.job-applications ul.job-applications li.job-application section.job-application-notes a.hide_section:focus {
  color: #dc3545;
}
.job-manager-job-applications div.job-applications ul.job-applications li.job-application section.job-application-content a.hide_section:before,
.job-manager-job-applications div.job-applications ul.job-applications li.job-application section.job-application-edit a.hide_section:before,
.job-manager-job-applications div.job-applications ul.job-applications li.job-application section.job-application-notes a.hide_section:before {
  content: "\f057";
  font-family: "Line Awesome Free";
}
.job-manager-job-applications div.job-applications ul.job-applications li.job-application footer ul.actions {
  margin: 0;
}
.job-manager-job-applications div.job-applications ul.job-applications li.job-application footer ul.actions li a {
  padding: 0;
  width: 42px;
  height: 42px;
}
.job-manager-job-applications div.job-applications ul.job-applications li.job-application footer ul.actions li a:before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 16px;
  padding: 14px 0;
}
.job-manager-job-applications div.job-applications ul.job-applications li.job-application footer ul.actions li.edit a:before {
  content: "\f044";
}
.job-manager-job-applications div.job-applications ul.job-applications li.job-application footer ul.actions li.notes a:before {
  content: "\f075";
}
.job-manager-job-applications div.job-applications ul.job-applications li.job-application footer ul.actions li.email a:before {
  content: "\f0e0";
}
.job-manager-job-applications div.job-applications ul.job-applications li.job-application footer ul.actions li.resume a:before {
  content: "\f007";
}
.job-manager-job-applications div.job-applications ul.job-applications li.job-application footer ul.actions li.content a:before {
  content: "\f15c";
}
.job-manager-job-applications div.job-applications ul.job-applications li.job-application footer ul.actions li.attachment a:before {
  content: "\f0c6";
}

.job-search-block,
.resume-search-block {
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .job-search-block .section-title,
  .resume-search-block .section-title {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .job-search-block .section-title,
  .resume-search-block .section-title {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .job-search-block .section-sub-title,
  .resume-search-block .section-sub-title {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .job-search-block .section-sub-title,
  .resume-search-block .section-sub-title {
    font-size: 18px;
  }
}
.job-search-block .section-title,
.job-search-block .section-sub-title,
.resume-search-block .section-title,
.resume-search-block .section-sub-title {
  color: #fff;
}
.job-search-block input[type=text],
.job-search-block #search_category,
.resume-search-block input[type=text],
.resume-search-block #search_category {
  border-width: 0;
}
.job-search-block .browse-jobs-by-category,
.job-search-block .browse-resumes-by-category,
.resume-search-block .browse-jobs-by-category,
.resume-search-block .browse-resumes-by-category {
  margin-top: 22px;
}
.job-search-block .browse-jobs-by-category a,
.job-search-block .browse-resumes-by-category a,
.resume-search-block .browse-jobs-by-category a,
.resume-search-block .browse-resumes-by-category a {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 7px 15.2px;
  font-size: 0.8125rem;
  line-height: 1em;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  border-color: #fff;
  margin-left: 10px;
}
@media (prefers-reduced-motion: reduce) {
  .job-search-block .browse-jobs-by-category a,
  .job-search-block .browse-resumes-by-category a,
  .resume-search-block .browse-jobs-by-category a,
  .resume-search-block .browse-resumes-by-category a {
    transition: none;
  }
}
.job-search-block .browse-jobs-by-category a:hover, .job-search-block .browse-jobs-by-category a:focus,
.job-search-block .browse-resumes-by-category a:hover,
.job-search-block .browse-resumes-by-category a:focus,
.resume-search-block .browse-jobs-by-category a:hover,
.resume-search-block .browse-jobs-by-category a:focus,
.resume-search-block .browse-resumes-by-category a:hover,
.resume-search-block .browse-resumes-by-category a:focus {
  text-decoration: none;
}
.job-search-block .browse-jobs-by-category a:focus, .job-search-block .browse-jobs-by-category a.focus,
.job-search-block .browse-resumes-by-category a:focus,
.job-search-block .browse-resumes-by-category a.focus,
.resume-search-block .browse-jobs-by-category a:focus,
.resume-search-block .browse-jobs-by-category a.focus,
.resume-search-block .browse-resumes-by-category a:focus,
.resume-search-block .browse-resumes-by-category a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.job-search-block .browse-jobs-by-category a.disabled, .job-search-block .browse-jobs-by-category a:disabled,
.job-search-block .browse-resumes-by-category a.disabled,
.job-search-block .browse-resumes-by-category a:disabled,
.resume-search-block .browse-jobs-by-category a.disabled,
.resume-search-block .browse-jobs-by-category a:disabled,
.resume-search-block .browse-resumes-by-category a.disabled,
.resume-search-block .browse-resumes-by-category a:disabled {
  opacity: 0.65;
}
.job-search-block .browse-jobs-by-category a:not(:disabled):not(.disabled),
.job-search-block .browse-resumes-by-category a:not(:disabled):not(.disabled),
.resume-search-block .browse-jobs-by-category a:not(:disabled):not(.disabled),
.resume-search-block .browse-resumes-by-category a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.job-search-block .browse-jobs-by-category a:not(:disabled):not(.disabled):active, .job-search-block .browse-jobs-by-category a:not(:disabled):not(.disabled).active,
.job-search-block .browse-resumes-by-category a:not(:disabled):not(.disabled):active,
.job-search-block .browse-resumes-by-category a:not(:disabled):not(.disabled).active,
.resume-search-block .browse-jobs-by-category a:not(:disabled):not(.disabled):active,
.resume-search-block .browse-jobs-by-category a:not(:disabled):not(.disabled).active,
.resume-search-block .browse-resumes-by-category a:not(:disabled):not(.disabled):active,
.resume-search-block .browse-resumes-by-category a:not(:disabled):not(.disabled).active {
  background-image: none;
}
.job-search-block .browse-jobs-by-category a:hover,
.job-search-block .browse-resumes-by-category a:hover,
.resume-search-block .browse-jobs-by-category a:hover,
.resume-search-block .browse-resumes-by-category a:hover {
  color: #141f71;
  background-color: #fff;
  border-color: #fff;
}
.job-search-block .browse-jobs-by-category a:focus, .job-search-block .browse-jobs-by-category a.focus,
.job-search-block .browse-resumes-by-category a:focus,
.job-search-block .browse-resumes-by-category a.focus,
.resume-search-block .browse-jobs-by-category a:focus,
.resume-search-block .browse-jobs-by-category a.focus,
.resume-search-block .browse-resumes-by-category a:focus,
.resume-search-block .browse-resumes-by-category a.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.job-search-block .browse-jobs-by-category a.disabled, .job-search-block .browse-jobs-by-category a:disabled,
.job-search-block .browse-resumes-by-category a.disabled,
.job-search-block .browse-resumes-by-category a:disabled,
.resume-search-block .browse-jobs-by-category a.disabled,
.resume-search-block .browse-jobs-by-category a:disabled,
.resume-search-block .browse-resumes-by-category a.disabled,
.resume-search-block .browse-resumes-by-category a:disabled {
  color: #fff;
  background-color: transparent;
}
.job-search-block .browse-jobs-by-category a:not(:disabled):not(.disabled):active, .job-search-block .browse-jobs-by-category a:not(:disabled):not(.disabled).active, .show > .job-search-block .browse-jobs-by-category a.dropdown-toggle,
.job-search-block .browse-resumes-by-category a:not(:disabled):not(.disabled):active,
.job-search-block .browse-resumes-by-category a:not(:disabled):not(.disabled).active,
.show > .job-search-block .browse-resumes-by-category a.dropdown-toggle,
.resume-search-block .browse-jobs-by-category a:not(:disabled):not(.disabled):active,
.resume-search-block .browse-jobs-by-category a:not(:disabled):not(.disabled).active,
.show > .resume-search-block .browse-jobs-by-category a.dropdown-toggle,
.resume-search-block .browse-resumes-by-category a:not(:disabled):not(.disabled):active,
.resume-search-block .browse-resumes-by-category a:not(:disabled):not(.disabled).active,
.show > .resume-search-block .browse-resumes-by-category a.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.job-search-block .browse-jobs-by-category a:not(:disabled):not(.disabled):active:focus, .job-search-block .browse-jobs-by-category a:not(:disabled):not(.disabled).active:focus, .show > .job-search-block .browse-jobs-by-category a.dropdown-toggle:focus,
.job-search-block .browse-resumes-by-category a:not(:disabled):not(.disabled):active:focus,
.job-search-block .browse-resumes-by-category a:not(:disabled):not(.disabled).active:focus,
.show > .job-search-block .browse-resumes-by-category a.dropdown-toggle:focus,
.resume-search-block .browse-jobs-by-category a:not(:disabled):not(.disabled):active:focus,
.resume-search-block .browse-jobs-by-category a:not(:disabled):not(.disabled).active:focus,
.show > .resume-search-block .browse-jobs-by-category a.dropdown-toggle:focus,
.resume-search-block .browse-resumes-by-category a:not(:disabled):not(.disabled):active:focus,
.resume-search-block .browse-resumes-by-category a:not(:disabled):not(.disabled).active:focus,
.show > .resume-search-block .browse-resumes-by-category a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.job-search-block .job-search-submit button,
.job-search-block .resume-search-submit button,
.resume-search-block .job-search-submit button,
.resume-search-block .resume-search-submit button {
  cursor: pointer;
}
.job-search-block .job-search-location.region-location,
.resume-search-block .job-search-location.region-location {
  height: 60px;
}
.job-search-block .job-search-location.region-location .jobhunt-job-region-select,
.resume-search-block .job-search-location.region-location .jobhunt-job-region-select {
  font-size: 14px;
  color: #a7a7a7;
  padding: 14px 60px 14px 30px;
}
@media (min-width: 768px) {
  .job-search-block .job-search-location.region-location,
  .resume-search-block .job-search-location.region-location {
    min-width: 240px;
    max-width: 240px;
  }
}
@media (min-width: 1200px) {
  .job-search-block .job-search-location.region-location,
  .resume-search-block .job-search-location.region-location {
    max-width: 300px;
  }
}
.job-search-block .job-search-location.region-location:after,
.resume-search-block .job-search-location.region-location:after {
  content: none !important;
}
.job-search-block .jobhunt-job-region-select,
.resume-search-block .jobhunt-job-region-select {
  height: 100%;
}

.page-template-template-homepage-v1 .site-content-page-header,
.header-search-icon .site-content-page-header {
  margin-bottom: 84px;
}
.page-template-template-homepage-v1 .site-content-page-header-inner,
.header-search-icon .site-content-page-header-inner {
  position: relative;
}
@media (min-width: 1200px) {
  .page-template-template-homepage-v1 .site-content-page-header-inner,
  .header-search-icon .site-content-page-header-inner {
    padding-top: 200px;
    padding-bottom: 270px;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-homepage-v1 .site-content-page-header-inner,
  .header-search-icon .site-content-page-header-inner {
    padding-top: 80px;
    padding-bottom: 140px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-template-template-homepage-v1 .site-content-page-header-inner,
  .header-search-icon .site-content-page-header-inner {
    padding-top: 120px;
    padding-bottom: 170px;
  }
}
.page-template-template-homepage-v1 .jh-scroll-to,
.header-search-icon .jh-scroll-to {
  position: absolute;
  left: 50%;
  border-radius: 500px;
  transform: translate(-50%, -50%);
  top: 100%;
  z-index: 2;
}
.page-template-template-homepage-v1 .jh-scroll-to a,
.header-search-icon .jh-scroll-to a {
  width: 130px;
  height: 130px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  transition: all 0.3s ease 0s;
}
.page-template-template-homepage-v1 .jh-scroll-to a:hover i, .page-template-template-homepage-v1 .jh-scroll-to a:focus i,
.header-search-icon .jh-scroll-to a:hover i,
.header-search-icon .jh-scroll-to a:focus i {
  color: #fff;
}
.page-template-template-homepage-v1 .jh-scroll-to a i,
.header-search-icon .jh-scroll-to a i {
  font-size: 30px;
  padding: 15px;
  border-radius: 500px;
  background-color: #fff;
  box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
}
@media (min-width: 768px) {
  .page-template-template-homepage-v1 .job-search-block,
  .page-template-template-homepage-v1 .resume-search-block,
  .header-search-icon .job-search-block,
  .header-search-icon .resume-search-block {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-homepage-v1 .job-search-block,
  .page-template-template-homepage-v1 .resume-search-block,
  .header-search-icon .job-search-block,
  .header-search-icon .resume-search-block {
    justify-content: center;
  }
}
.page-template-template-homepage-v1 .job-search-block > div,
.page-template-template-homepage-v1 .resume-search-block > div,
.header-search-icon .job-search-block > div,
.header-search-icon .resume-search-block > div {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .page-template-template-homepage-v1 .job-search-block .job-search-form,
  .page-template-template-homepage-v1 .job-search-block .resume-search-form,
  .page-template-template-homepage-v1 .resume-search-block .job-search-form,
  .page-template-template-homepage-v1 .resume-search-block .resume-search-form,
  .header-search-icon .job-search-block .job-search-form,
  .header-search-icon .job-search-block .resume-search-form,
  .header-search-icon .resume-search-block .job-search-form,
  .header-search-icon .resume-search-block .resume-search-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}
.page-template-template-homepage-v1 .job-search-block .browse-jobs-by-category,
.page-template-template-homepage-v1 .job-search-block .browse-resumes-by-category,
.page-template-template-homepage-v1 .resume-search-block .browse-jobs-by-category,
.page-template-template-homepage-v1 .resume-search-block .browse-resumes-by-category,
.header-search-icon .job-search-block .browse-jobs-by-category,
.header-search-icon .job-search-block .browse-resumes-by-category,
.header-search-icon .resume-search-block .browse-jobs-by-category,
.header-search-icon .resume-search-block .browse-resumes-by-category {
  margin-top: 22px;
}
@media (min-width: 1200px) {
  .page-template-template-homepage-v1 .job-search-block .section-title,
  .page-template-template-homepage-v1 .resume-search-block .section-title,
  .header-search-icon .job-search-block .section-title,
  .header-search-icon .resume-search-block .section-title {
    margin: 0;
  }
}
.page-template-template-homepage-v1 .job-search-block .section-header,
.page-template-template-homepage-v1 .resume-search-block .section-header,
.header-search-icon .job-search-block .section-header,
.header-search-icon .resume-search-block .section-header {
  margin-bottom: 30px;
}
.page-template-template-homepage-v1 .job-search-block form,
.page-template-template-homepage-v1 .resume-search-block form,
.header-search-icon .job-search-block form,
.header-search-icon .resume-search-block form {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .page-template-template-homepage-v1 .job-search-block form,
  .page-template-template-homepage-v1 .resume-search-block form,
  .header-search-icon .job-search-block form,
  .header-search-icon .resume-search-block form {
    justify-content: center;
  }
}
.page-template-template-homepage-v1 .job-search-block form > div,
.page-template-template-homepage-v1 .resume-search-block form > div,
.header-search-icon .job-search-block form > div,
.header-search-icon .resume-search-block form > div {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .page-template-template-homepage-v1 .job-search-block form > div,
  .page-template-template-homepage-v1 .resume-search-block form > div,
  .header-search-icon .job-search-block form > div,
  .header-search-icon .resume-search-block form > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}
.page-template-template-homepage-v1 .job-search-block form input[type=text],
.page-template-template-homepage-v1 .job-search-block form #search_category,
.page-template-template-homepage-v1 .resume-search-block form input[type=text],
.page-template-template-homepage-v1 .resume-search-block form #search_category,
.header-search-icon .job-search-block form input[type=text],
.header-search-icon .job-search-block form #search_category,
.header-search-icon .resume-search-block form input[type=text],
.header-search-icon .resume-search-block form #search_category {
  height: 60px;
  padding: 14px 60px 14px 30px;
}
@media (min-width: 1200px) {
  .page-template-template-homepage-v1 .job-search-block form #search_keywords,
  .page-template-template-homepage-v1 .resume-search-block form #search_keywords,
  .header-search-icon .job-search-block form #search_keywords,
  .header-search-icon .resume-search-block form #search_keywords {
    min-width: 510px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-homepage-v1 .job-search-block form .job-search-location input[type=text],
  .page-template-template-homepage-v1 .job-search-block form .resume-search-location input[type=text],
  .page-template-template-homepage-v1 .resume-search-block form .job-search-location input[type=text],
  .page-template-template-homepage-v1 .resume-search-block form .resume-search-location input[type=text],
  .header-search-icon .job-search-block form .job-search-location input[type=text],
  .header-search-icon .job-search-block form .resume-search-location input[type=text],
  .header-search-icon .resume-search-block form .job-search-location input[type=text],
  .header-search-icon .resume-search-block form .resume-search-location input[type=text] {
    min-width: 330px;
  }
}
.page-template-template-homepage-v1 .job-search-block form input[type=text]::placeholder,
.page-template-template-homepage-v1 .job-search-block form #search_category,
.page-template-template-homepage-v1 .resume-search-block form input[type=text]::placeholder,
.page-template-template-homepage-v1 .resume-search-block form #search_category,
.header-search-icon .job-search-block form input[type=text]::placeholder,
.header-search-icon .job-search-block form #search_category,
.header-search-icon .resume-search-block form input[type=text]::placeholder,
.header-search-icon .resume-search-block form #search_category {
  font-size: 14px;
  color: #a7a7a7;
}
@media (min-width: 992px) {
  .page-template-template-homepage-v1 .job-search-block .job-search-keywords,
  .page-template-template-homepage-v1 .job-search-block .resume-search-keywords,
  .page-template-template-homepage-v1 .resume-search-block .job-search-keywords,
  .page-template-template-homepage-v1 .resume-search-block .resume-search-keywords,
  .header-search-icon .job-search-block .job-search-keywords,
  .header-search-icon .job-search-block .resume-search-keywords,
  .header-search-icon .resume-search-block .job-search-keywords,
  .header-search-icon .resume-search-block .resume-search-keywords {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
.page-template-template-homepage-v1 .job-search-block .job-search-keywords::after,
.page-template-template-homepage-v1 .job-search-block .resume-search-keywords::after,
.page-template-template-homepage-v1 .resume-search-block .job-search-keywords::after,
.page-template-template-homepage-v1 .resume-search-block .resume-search-keywords::after,
.header-search-icon .job-search-block .job-search-keywords::after,
.header-search-icon .job-search-block .resume-search-keywords::after,
.header-search-icon .resume-search-block .job-search-keywords::after,
.header-search-icon .resume-search-block .resume-search-keywords::after {
  content: "\f11c";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.page-template-template-homepage-v1 .job-search-block .job-search-location::after,
.page-template-template-homepage-v1 .job-search-block .resume-search-location::after,
.page-template-template-homepage-v1 .resume-search-block .job-search-location::after,
.page-template-template-homepage-v1 .resume-search-block .resume-search-location::after,
.header-search-icon .job-search-block .job-search-location::after,
.header-search-icon .job-search-block .resume-search-location::after,
.header-search-icon .resume-search-block .job-search-location::after,
.header-search-icon .resume-search-block .resume-search-location::after {
  content: "\f041";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
@media (max-width: 991.98px) {
  .page-template-template-homepage-v1 .job-search-block .job-search-keywords,
  .page-template-template-homepage-v1 .job-search-block .resume-search-keywords,
  .page-template-template-homepage-v1 .job-search-block .job-search-location,
  .page-template-template-homepage-v1 .job-search-block .resume-search-location,
  .page-template-template-homepage-v1 .resume-search-block .job-search-keywords,
  .page-template-template-homepage-v1 .resume-search-block .resume-search-keywords,
  .page-template-template-homepage-v1 .resume-search-block .job-search-location,
  .page-template-template-homepage-v1 .resume-search-block .resume-search-location,
  .header-search-icon .job-search-block .job-search-keywords,
  .header-search-icon .job-search-block .resume-search-keywords,
  .header-search-icon .job-search-block .job-search-location,
  .header-search-icon .job-search-block .resume-search-location,
  .header-search-icon .resume-search-block .job-search-keywords,
  .header-search-icon .resume-search-block .resume-search-keywords,
  .header-search-icon .resume-search-block .job-search-location,
  .header-search-icon .resume-search-block .resume-search-location {
    margin-bottom: 20px;
  }
}
.page-template-template-homepage-v1 .job-search-block .job-search-keywords::after,
.page-template-template-homepage-v1 .job-search-block .resume-search-keywords::after,
.page-template-template-homepage-v1 .job-search-block .job-search-location::after,
.page-template-template-homepage-v1 .job-search-block .resume-search-location::after,
.page-template-template-homepage-v1 .resume-search-block .job-search-keywords::after,
.page-template-template-homepage-v1 .resume-search-block .resume-search-keywords::after,
.page-template-template-homepage-v1 .resume-search-block .job-search-location::after,
.page-template-template-homepage-v1 .resume-search-block .resume-search-location::after,
.header-search-icon .job-search-block .job-search-keywords::after,
.header-search-icon .job-search-block .resume-search-keywords::after,
.header-search-icon .job-search-block .job-search-location::after,
.header-search-icon .job-search-block .resume-search-location::after,
.header-search-icon .resume-search-block .job-search-keywords::after,
.header-search-icon .resume-search-block .resume-search-keywords::after,
.header-search-icon .resume-search-block .job-search-location::after,
.header-search-icon .resume-search-block .resume-search-location::after {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: 20px;
  font-size: 30px;
}
@media (max-width: 991.98px) {
  .page-template-template-homepage-v1 .job-search-block .job-search-category,
  .page-template-template-homepage-v1 .job-search-block .resume-search-category,
  .page-template-template-homepage-v1 .resume-search-block .job-search-category,
  .page-template-template-homepage-v1 .resume-search-block .resume-search-category,
  .header-search-icon .job-search-block .job-search-category,
  .header-search-icon .job-search-block .resume-search-category,
  .header-search-icon .resume-search-block .job-search-category,
  .header-search-icon .resume-search-block .resume-search-category {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-homepage-v1 .job-search-block .job-search-category #search_category:focus,
  .page-template-template-homepage-v1 .job-search-block .resume-search-category #search_category:focus,
  .page-template-template-homepage-v1 .resume-search-block .job-search-category #search_category:focus,
  .page-template-template-homepage-v1 .resume-search-block .resume-search-category #search_category:focus,
  .header-search-icon .job-search-block .job-search-category #search_category:focus,
  .header-search-icon .job-search-block .resume-search-category #search_category:focus,
  .header-search-icon .resume-search-block .job-search-category #search_category:focus,
  .header-search-icon .resume-search-block .resume-search-category #search_category:focus {
    background-color: #f9fafa;
  }
}
.page-template-template-homepage-v1 .job-search-block .job-search-submit,
.page-template-template-homepage-v1 .job-search-block .resume-search-submit,
.page-template-template-homepage-v1 .resume-search-block .job-search-submit,
.page-template-template-homepage-v1 .resume-search-block .resume-search-submit,
.header-search-icon .job-search-block .job-search-submit,
.header-search-icon .job-search-block .resume-search-submit,
.header-search-icon .resume-search-block .job-search-submit,
.header-search-icon .resume-search-block .resume-search-submit {
  cursor: pointer;
}
@media (min-width: 992px) {
  .page-template-template-homepage-v1 .job-search-block .job-search-submit,
  .page-template-template-homepage-v1 .job-search-block .resume-search-submit,
  .page-template-template-homepage-v1 .resume-search-block .job-search-submit,
  .page-template-template-homepage-v1 .resume-search-block .resume-search-submit,
  .header-search-icon .job-search-block .job-search-submit,
  .header-search-icon .job-search-block .resume-search-submit,
  .header-search-icon .resume-search-block .job-search-submit,
  .header-search-icon .resume-search-block .resume-search-submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}
.page-template-template-homepage-v1 .job-search-block .job-search-submit button,
.page-template-template-homepage-v1 .job-search-block .resume-search-submit button,
.page-template-template-homepage-v1 .resume-search-block .job-search-submit button,
.page-template-template-homepage-v1 .resume-search-block .resume-search-submit button,
.header-search-icon .job-search-block .job-search-submit button,
.header-search-icon .job-search-block .resume-search-submit button,
.header-search-icon .resume-search-block .job-search-submit button,
.header-search-icon .resume-search-block .resume-search-submit button {
  border-radius: 4px;
  width: 65px;
  height: 60px;
  border-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (max-width: 991.98px) {
  .page-template-template-homepage-v1 .job-search-block .job-search-submit button,
  .page-template-template-homepage-v1 .job-search-block .resume-search-submit button,
  .page-template-template-homepage-v1 .resume-search-block .job-search-submit button,
  .page-template-template-homepage-v1 .resume-search-block .resume-search-submit button,
  .header-search-icon .job-search-block .job-search-submit button,
  .header-search-icon .job-search-block .resume-search-submit button,
  .header-search-icon .resume-search-block .job-search-submit button,
  .header-search-icon .resume-search-block .resume-search-submit button {
    width: 100%;
  }
}
.page-template-template-homepage-v1 .job-search-block .job-search-submit button:hover, .page-template-template-homepage-v1 .job-search-block .job-search-submit button:focus, .page-template-template-homepage-v1 .job-search-block .job-search-submit button:active,
.page-template-template-homepage-v1 .job-search-block .resume-search-submit button:hover,
.page-template-template-homepage-v1 .job-search-block .resume-search-submit button:focus,
.page-template-template-homepage-v1 .job-search-block .resume-search-submit button:active,
.page-template-template-homepage-v1 .resume-search-block .job-search-submit button:hover,
.page-template-template-homepage-v1 .resume-search-block .job-search-submit button:focus,
.page-template-template-homepage-v1 .resume-search-block .job-search-submit button:active,
.page-template-template-homepage-v1 .resume-search-block .resume-search-submit button:hover,
.page-template-template-homepage-v1 .resume-search-block .resume-search-submit button:focus,
.page-template-template-homepage-v1 .resume-search-block .resume-search-submit button:active,
.header-search-icon .job-search-block .job-search-submit button:hover,
.header-search-icon .job-search-block .job-search-submit button:focus,
.header-search-icon .job-search-block .job-search-submit button:active,
.header-search-icon .job-search-block .resume-search-submit button:hover,
.header-search-icon .job-search-block .resume-search-submit button:focus,
.header-search-icon .job-search-block .resume-search-submit button:active,
.header-search-icon .resume-search-block .job-search-submit button:hover,
.header-search-icon .resume-search-block .job-search-submit button:focus,
.header-search-icon .resume-search-block .job-search-submit button:active,
.header-search-icon .resume-search-block .resume-search-submit button:hover,
.header-search-icon .resume-search-block .resume-search-submit button:focus,
.header-search-icon .resume-search-block .resume-search-submit button:active {
  box-shadow: none !important;
  outline: none;
  border-width: 0;
}
.page-template-template-homepage-v1 .job-search-block .job-search-submit i,
.page-template-template-homepage-v1 .job-search-block .resume-search-submit i,
.page-template-template-homepage-v1 .resume-search-block .job-search-submit i,
.page-template-template-homepage-v1 .resume-search-block .resume-search-submit i,
.header-search-icon .job-search-block .job-search-submit i,
.header-search-icon .job-search-block .resume-search-submit i,
.header-search-icon .resume-search-block .job-search-submit i,
.header-search-icon .resume-search-block .resume-search-submit i {
  color: #fff;
  font-size: 30px;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .page-template-template-homepage-v1 .job-search-block .job-search-submit .job-search-text,
  .page-template-template-homepage-v1 .job-search-block .job-search-submit .resume-search-text,
  .page-template-template-homepage-v1 .job-search-block .resume-search-submit .job-search-text,
  .page-template-template-homepage-v1 .job-search-block .resume-search-submit .resume-search-text,
  .page-template-template-homepage-v1 .resume-search-block .job-search-submit .job-search-text,
  .page-template-template-homepage-v1 .resume-search-block .job-search-submit .resume-search-text,
  .page-template-template-homepage-v1 .resume-search-block .resume-search-submit .job-search-text,
  .page-template-template-homepage-v1 .resume-search-block .resume-search-submit .resume-search-text,
  .header-search-icon .job-search-block .job-search-submit .job-search-text,
  .header-search-icon .job-search-block .job-search-submit .resume-search-text,
  .header-search-icon .job-search-block .resume-search-submit .job-search-text,
  .header-search-icon .job-search-block .resume-search-submit .resume-search-text,
  .header-search-icon .resume-search-block .job-search-submit .job-search-text,
  .header-search-icon .resume-search-block .job-search-submit .resume-search-text,
  .header-search-icon .resume-search-block .resume-search-submit .job-search-text,
  .header-search-icon .resume-search-block .resume-search-submit .resume-search-text {
    order: -1;
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .page-template-template-homepage-v1 .job-search-block .job-search-submit .job-search-text,
  .page-template-template-homepage-v1 .job-search-block .job-search-submit .resume-search-text,
  .page-template-template-homepage-v1 .job-search-block .resume-search-submit .job-search-text,
  .page-template-template-homepage-v1 .job-search-block .resume-search-submit .resume-search-text,
  .page-template-template-homepage-v1 .resume-search-block .job-search-submit .job-search-text,
  .page-template-template-homepage-v1 .resume-search-block .job-search-submit .resume-search-text,
  .page-template-template-homepage-v1 .resume-search-block .resume-search-submit .job-search-text,
  .page-template-template-homepage-v1 .resume-search-block .resume-search-submit .resume-search-text,
  .header-search-icon .job-search-block .job-search-submit .job-search-text,
  .header-search-icon .job-search-block .job-search-submit .resume-search-text,
  .header-search-icon .job-search-block .resume-search-submit .job-search-text,
  .header-search-icon .job-search-block .resume-search-submit .resume-search-text,
  .header-search-icon .resume-search-block .job-search-submit .job-search-text,
  .header-search-icon .resume-search-block .job-search-submit .resume-search-text,
  .header-search-icon .resume-search-block .resume-search-submit .job-search-text,
  .header-search-icon .resume-search-block .resume-search-submit .resume-search-text {
    display: none;
  }
}

.page-template-template-homepage-v2 .site-content-page-header-inner {
  padding: 70px 0 40px;
}
@media (min-width: 768px) {
  .page-template-template-homepage-v2 .site-content-page-header-inner {
    padding: 150px 0 70px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-template-template-homepage-v2 .site-content-page-header-inner {
    max-width: 740px;
  }
}
.page-template-template-homepage-v2 .header-bg-default + .site-content-page-header:after {
  background-color: rgba(0, 0, 0, 0.9);
}
.page-template-template-homepage-v2 .job-search-block .job-search-form,
.page-template-template-homepage-v2 .job-search-block .resume-search-form,
.page-template-template-homepage-v2 .resume-search-block .job-search-form,
.page-template-template-homepage-v2 .resume-search-block .resume-search-form {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 10px;
  margin: 0 16px 40px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .page-template-template-homepage-v2 .job-search-block .job-search-form,
  .page-template-template-homepage-v2 .job-search-block .resume-search-form,
  .page-template-template-homepage-v2 .resume-search-block .job-search-form,
  .page-template-template-homepage-v2 .resume-search-block .resume-search-form {
    margin: 0 0 70px;
    height: 80px;
    border-radius: 50px;
    display: inline-flex;
  }
}
@media (min-width: 768px) {
  .page-template-template-homepage-v2 .job-search-block,
  .page-template-template-homepage-v2 .resume-search-block {
    text-align: center;
  }
}
.page-template-template-homepage-v2 .job-search-block .job-categories-section,
.page-template-template-homepage-v2 .job-search-block .job-categories-section .job-categories,
.page-template-template-homepage-v2 .resume-search-block .job-categories-section,
.page-template-template-homepage-v2 .resume-search-block .job-categories-section .job-categories {
  margin-bottom: 0;
}
.page-template-template-homepage-v2 .job-search-block .section-header,
.page-template-template-homepage-v2 .resume-search-block .section-header {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .page-template-template-homepage-v2 .job-search-block .section-header,
  .page-template-template-homepage-v2 .resume-search-block .section-header {
    padding: 0 30px;
  }
}
.page-template-template-homepage-v2 .job-search-block .section-title,
.page-template-template-homepage-v2 .resume-search-block .section-title {
  margin: 0;
}
@media (max-width: 767.98px) {
  .page-template-template-homepage-v2 .job-search-block .section-title,
  .page-template-template-homepage-v2 .resume-search-block .section-title {
    margin-bottom: 14px;
  }
}
.page-template-template-homepage-v2 .job-search-block form,
.page-template-template-homepage-v2 .resume-search-block form {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0;
  align-items: stretch;
}
@media (min-width: 768px) {
  .page-template-template-homepage-v2 .job-search-block form,
  .page-template-template-homepage-v2 .resume-search-block form {
    height: 60px;
  }
}
.page-template-template-homepage-v2 .job-search-block form > div,
.page-template-template-homepage-v2 .resume-search-block form > div {
  display: flex;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-template-template-homepage-v2 .job-search-block form > div,
  .page-template-template-homepage-v2 .resume-search-block form > div {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}
.page-template-template-homepage-v2 .job-search-block form input[type=text]::placeholder,
.page-template-template-homepage-v2 .job-search-block form #search_category,
.page-template-template-homepage-v2 .resume-search-block form input[type=text]::placeholder,
.page-template-template-homepage-v2 .resume-search-block form #search_category {
  font-size: 14px;
  color: #868686;
}
.page-template-template-homepage-v2 .job-search-block form .job-search-keywords,
.page-template-template-homepage-v2 .job-search-block form .resume-search-keywords,
.page-template-template-homepage-v2 .job-search-block form .job-search-location,
.page-template-template-homepage-v2 .job-search-block form .resume-search-location,
.page-template-template-homepage-v2 .resume-search-block form .job-search-keywords,
.page-template-template-homepage-v2 .resume-search-block form .resume-search-keywords,
.page-template-template-homepage-v2 .resume-search-block form .job-search-location,
.page-template-template-homepage-v2 .resume-search-block form .resume-search-location {
  position: relative;
}
.page-template-template-homepage-v2 .job-search-block form .job-search-keywords::after,
.page-template-template-homepage-v2 .job-search-block form .resume-search-keywords::after,
.page-template-template-homepage-v2 .job-search-block form .job-search-location::after,
.page-template-template-homepage-v2 .job-search-block form .resume-search-location::after,
.page-template-template-homepage-v2 .resume-search-block form .job-search-keywords::after,
.page-template-template-homepage-v2 .resume-search-block form .resume-search-keywords::after,
.page-template-template-homepage-v2 .resume-search-block form .job-search-location::after,
.page-template-template-homepage-v2 .resume-search-block form .resume-search-location::after {
  width: 1px;
  height: 33px;
  background-color: #ebebeb;
  content: " ";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: 0;
}
@media (max-width: 767.98px) {
  .page-template-template-homepage-v2 .job-search-block form .job-search-keywords input[type=text],
  .page-template-template-homepage-v2 .job-search-block form .resume-search-keywords input[type=text],
  .page-template-template-homepage-v2 .resume-search-block form .job-search-keywords input[type=text],
  .page-template-template-homepage-v2 .resume-search-block form .resume-search-keywords input[type=text] {
    border-radius: 6px;
  }
}
@media (min-width: 768px) {
  .page-template-template-homepage-v2 .job-search-block form .job-search-keywords input[type=text],
  .page-template-template-homepage-v2 .job-search-block form .resume-search-keywords input[type=text],
  .page-template-template-homepage-v2 .resume-search-block form .job-search-keywords input[type=text],
  .page-template-template-homepage-v2 .resume-search-block form .resume-search-keywords input[type=text] {
    border-radius: 50px 0 0 50px;
    padding-left: 42px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-homepage-v2 .job-search-block form .job-search-keywords input[type=text],
  .page-template-template-homepage-v2 .job-search-block form .resume-search-keywords input[type=text],
  .page-template-template-homepage-v2 .resume-search-block form .job-search-keywords input[type=text],
  .page-template-template-homepage-v2 .resume-search-block form .resume-search-keywords input[type=text] {
    min-width: 370px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-homepage-v2 .job-search-block form .job-search-locatio input[type=text],
  .page-template-template-homepage-v2 .job-search-block form .job-search-locatio #search_category,
  .page-template-template-homepage-v2 .job-search-block form .resume-search-locationn input[type=text],
  .page-template-template-homepage-v2 .job-search-block form .resume-search-locationn #search_category,
  .page-template-template-homepage-v2 .job-search-block form .job-search-category input[type=text],
  .page-template-template-homepage-v2 .job-search-block form .job-search-category #search_category,
  .page-template-template-homepage-v2 .job-search-block form .resume-search-category input[type=text],
  .page-template-template-homepage-v2 .job-search-block form .resume-search-category #search_category,
  .page-template-template-homepage-v2 .resume-search-block form .job-search-locatio input[type=text],
  .page-template-template-homepage-v2 .resume-search-block form .job-search-locatio #search_category,
  .page-template-template-homepage-v2 .resume-search-block form .resume-search-locationn input[type=text],
  .page-template-template-homepage-v2 .resume-search-block form .resume-search-locationn #search_category,
  .page-template-template-homepage-v2 .resume-search-block form .job-search-category input[type=text],
  .page-template-template-homepage-v2 .resume-search-block form .job-search-category #search_category,
  .page-template-template-homepage-v2 .resume-search-block form .resume-search-category input[type=text],
  .page-template-template-homepage-v2 .resume-search-block form .resume-search-category #search_category {
    min-width: 300px;
  }
}
@media (max-width: 767.98px) {
  .page-template-template-homepage-v2 .job-search-block form .job-search-submit,
  .page-template-template-homepage-v2 .job-search-block form .resume-search-submit,
  .page-template-template-homepage-v2 .resume-search-block form .job-search-submit,
  .page-template-template-homepage-v2 .resume-search-block form .resume-search-submit {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .page-template-template-homepage-v2 .job-search-block form .job-search-submit .job-search-text,
  .page-template-template-homepage-v2 .job-search-block form .job-search-submit .resume-search-text,
  .page-template-template-homepage-v2 .job-search-block form .resume-search-submit .job-search-text,
  .page-template-template-homepage-v2 .job-search-block form .resume-search-submit .resume-search-text,
  .page-template-template-homepage-v2 .resume-search-block form .job-search-submit .job-search-text,
  .page-template-template-homepage-v2 .resume-search-block form .job-search-submit .resume-search-text,
  .page-template-template-homepage-v2 .resume-search-block form .resume-search-submit .job-search-text,
  .page-template-template-homepage-v2 .resume-search-block form .resume-search-submit .resume-search-text {
    display: none;
  }
}
@media (min-width: 1200px) {
  .page-template-template-homepage-v2 .job-search-block form .job-search-submit .job-search-text,
  .page-template-template-homepage-v2 .job-search-block form .job-search-submit .resume-search-text,
  .page-template-template-homepage-v2 .job-search-block form .resume-search-submit .job-search-text,
  .page-template-template-homepage-v2 .job-search-block form .resume-search-submit .resume-search-text,
  .page-template-template-homepage-v2 .resume-search-block form .job-search-submit .job-search-text,
  .page-template-template-homepage-v2 .resume-search-block form .job-search-submit .resume-search-text,
  .page-template-template-homepage-v2 .resume-search-block form .resume-search-submit .job-search-text,
  .page-template-template-homepage-v2 .resume-search-block form .resume-search-submit .resume-search-text {
    display: block;
  }
}
.page-template-template-homepage-v2 .job-search-block form .job-search-submit i,
.page-template-template-homepage-v2 .job-search-block form .resume-search-submit i,
.page-template-template-homepage-v2 .resume-search-block form .job-search-submit i,
.page-template-template-homepage-v2 .resume-search-block form .resume-search-submit i {
  line-height: 34px;
  order: 2;
  font-size: 20px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .page-template-template-homepage-v2 .job-search-block form .job-search-submit i,
  .page-template-template-homepage-v2 .job-search-block form .resume-search-submit i,
  .page-template-template-homepage-v2 .resume-search-block form .job-search-submit i,
  .page-template-template-homepage-v2 .resume-search-block form .resume-search-submit i {
    font-size: 34px;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .page-template-template-homepage-v2 .job-search-block form .job-search-submit i,
  .page-template-template-homepage-v2 .job-search-block form .resume-search-submit i,
  .page-template-template-homepage-v2 .resume-search-block form .job-search-submit i,
  .page-template-template-homepage-v2 .resume-search-block form .resume-search-submit i {
    padding-left: 20px;
  }
}
.page-template-template-homepage-v2 .job-search-block form .job-search-submit button,
.page-template-template-homepage-v2 .job-search-block form .resume-search-submit button,
.page-template-template-homepage-v2 .resume-search-block form .job-search-submit button,
.page-template-template-homepage-v2 .resume-search-block form .resume-search-submit button {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  width: 100%;
  border-width: 0;
  padding: 6px;
  background-color: transparent;
  font-family: "Quicksand", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .page-template-template-homepage-v2 .job-search-block form .job-search-submit button,
  .page-template-template-homepage-v2 .job-search-block form .resume-search-submit button,
  .page-template-template-homepage-v2 .resume-search-block form .job-search-submit button,
  .page-template-template-homepage-v2 .resume-search-block form .resume-search-submit button {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .page-template-template-homepage-v2 .job-search-block form .job-search-submit button,
  .page-template-template-homepage-v2 .job-search-block form .resume-search-submit button,
  .page-template-template-homepage-v2 .resume-search-block form .job-search-submit button,
  .page-template-template-homepage-v2 .resume-search-block form .resume-search-submit button {
    border-radius: 0 50px 50px 0;
    padding: 0 30px;
  }
}
.page-template-template-homepage-v2 .job-search-block form .job-search-submit button:focus,
.page-template-template-homepage-v2 .job-search-block form .resume-search-submit button:focus,
.page-template-template-homepage-v2 .resume-search-block form .job-search-submit button:focus,
.page-template-template-homepage-v2 .resume-search-block form .resume-search-submit button:focus {
  box-shadow: none !important;
  outline: none;
}
.page-template-template-homepage-v2 .job-search-block form #search_category,
.page-template-template-homepage-v2 .resume-search-block form #search_category {
  background: #f9fafa url('data:image/svg+xml;utf8,<svg fill="%23343a40" xmlns="http://www.w3.org/2000/svg" width="24" height="24"><defs><style>.arrow-clr{}</style></defs><path class="arrow-clr" d="M18.7 8.3c-.4-.4-1-.4-1.4 0L12 13.6 6.7 8.3c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l6 6c.2.2.5.3.7.3s.5-.1.7-.3l6-6c.4-.4.4-1 0-1.4z"/></svg>') no-repeat right 0.85rem center;
  background-size: 15px;
}
.page-template-template-homepage-v2 .job-search-block form input[type=text],
.page-template-template-homepage-v2 .job-search-block form #search_category,
.page-template-template-homepage-v2 .resume-search-block form input[type=text],
.page-template-template-homepage-v2 .resume-search-block form #search_category {
  background-color: #fff;
  height: 100%;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .page-template-template-homepage-v2 .job-search-block form input[type=text],
  .page-template-template-homepage-v2 .job-search-block form #search_category,
  .page-template-template-homepage-v2 .resume-search-block form input[type=text],
  .page-template-template-homepage-v2 .resume-search-block form #search_category {
    border-radius: 4px;
  }
}

.page-template-template-homepage-v3 .site-content-page-header {
  margin-bottom: 86px;
}
.page-template-template-homepage-v3 .site-content-page-header-inner {
  padding: 80px 15px 100px 15px;
  position: relative;
}
@media (min-width: 768px) {
  .page-template-template-homepage-v3 .site-content-page-header-inner {
    padding: 204px 0 188px 0;
  }
}
.page-template-template-homepage-v3 .site-content-page-header-inner .jh-scroll-to {
  position: absolute;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  top: 100%;
  z-index: 2;
}
.page-template-template-homepage-v3 .site-content-page-header-inner .jh-scroll-to a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
}
.page-template-template-homepage-v3 .site-content-page-header-inner .jh-scroll-to a:hover i, .page-template-template-homepage-v3 .site-content-page-header-inner .jh-scroll-to a:focus i {
  color: #fff;
}
.page-template-template-homepage-v3 .site-content-page-header-inner .jh-scroll-to a i {
  font-size: 30px;
  padding: 15px;
  border-radius: 500px;
  background-color: #fff;
  box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
}
.page-template-template-homepage-v3 .job-search-block,
.page-template-template-homepage-v3 .resume-search-block {
  text-align: center;
}
@media (min-width: 1200px) {
  .page-template-template-homepage-v3 .job-search-block,
  .page-template-template-homepage-v3 .resume-search-block {
    text-align: left;
  }
}
.page-template-template-homepage-v3 .job-search-block .section-header,
.page-template-template-homepage-v3 .resume-search-block .section-header {
  margin-bottom: 36px;
}
@media (min-width: 1200px) {
  .page-template-template-homepage-v3 .job-search-block .section-header,
  .page-template-template-homepage-v3 .resume-search-block .section-header {
    text-align: left;
  }
}
.page-template-template-homepage-v3 .job-search-block .section-title,
.page-template-template-homepage-v3 .resume-search-block .section-title {
  margin: 0;
}
.page-template-template-homepage-v3 .job-search-block .section-sub-title,
.page-template-template-homepage-v3 .resume-search-block .section-sub-title {
  color: #070d37;
  font-size: 16px;
}
.page-template-template-homepage-v3 .job-search-block .job-search-category #search_category,
.page-template-template-homepage-v3 .job-search-block .resume-search-category #search_category,
.page-template-template-homepage-v3 .resume-search-block .job-search-category #search_category,
.page-template-template-homepage-v3 .resume-search-block .resume-search-category #search_category {
  color: #a7a7a7;
  height: auto;
}
.page-template-template-homepage-v3 .job-search-block form,
.page-template-template-homepage-v3 .resume-search-block form {
  align-items: center;
}
@media (min-width: 992px) {
  .page-template-template-homepage-v3 .job-search-block form,
  .page-template-template-homepage-v3 .resume-search-block form {
    margin: auto;
    display: inline-flex;
    border-radius: 50px;
    box-shadow: 0px 20px 50px 0px rgba(32, 32, 32, 0.1);
  }
}
.page-template-template-homepage-v3 .job-search-block form > div,
.page-template-template-homepage-v3 .resume-search-block form > div {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 20px 50px 0px rgba(32, 32, 32, 0.1);
  margin-bottom: 15px;
  padding: 10px;
  height: 70px;
  display: flex;
  background-color: #fff;
}
@media (min-width: 992px) {
  .page-template-template-homepage-v3 .job-search-block form > div,
  .page-template-template-homepage-v3 .resume-search-block form > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    padding: 0 15px;
  }
  .page-template-template-homepage-v3 .job-search-block form > div #search_location,
  .page-template-template-homepage-v3 .job-search-block form > div #search_keywords,
  .page-template-template-homepage-v3 .resume-search-block form > div #search_location,
  .page-template-template-homepage-v3 .resume-search-block form > div #search_keywords {
    min-width: 300px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-homepage-v3 .job-search-block form > div #search_location,
  .page-template-template-homepage-v3 .job-search-block form > div #search_keywords,
  .page-template-template-homepage-v3 .resume-search-block form > div #search_location,
  .page-template-template-homepage-v3 .resume-search-block form > div #search_keywords {
    min-width: 360px;
  }
}
.page-template-template-homepage-v3 .job-search-block input[type=text], .page-template-template-homepage-v3 .job-search-block #search_category,
.page-template-template-homepage-v3 .resume-search-block input[type=text],
.page-template-template-homepage-v3 .resume-search-block #search_category {
  background-color: transparent;
}
.page-template-template-homepage-v3 .job-search-block input[type=text]::placeholder,
.page-template-template-homepage-v3 .resume-search-block input[type=text]::placeholder {
  font-size: 14px;
  color: #a7a7a7;
}
@media (min-width: 992px) {
  .page-template-template-homepage-v3 .job-search-block .job-search-keywords,
  .page-template-template-homepage-v3 .job-search-block .resume-search-keywords,
  .page-template-template-homepage-v3 .resume-search-block .job-search-keywords,
  .page-template-template-homepage-v3 .resume-search-block .resume-search-keywords {
    border-radius: 50px 0 0 50px;
  }
  .page-template-template-homepage-v3 .job-search-block .job-search-keywords::after,
  .page-template-template-homepage-v3 .job-search-block .resume-search-keywords::after,
  .page-template-template-homepage-v3 .resume-search-block .job-search-keywords::after,
  .page-template-template-homepage-v3 .resume-search-block .resume-search-keywords::after {
    right: 0;
  }
}
@media (min-width: 992px) {
  .page-template-template-homepage-v3 .job-search-block .job-search-category::before,
  .page-template-template-homepage-v3 .job-search-block .resume-search-category::before,
  .page-template-template-homepage-v3 .resume-search-block .job-search-category::before,
  .page-template-template-homepage-v3 .resume-search-block .resume-search-category::before {
    left: 0;
  }
}
@media (min-width: 992px) {
  .page-template-template-homepage-v3 .job-search-block .job-search-keywords::after,
  .page-template-template-homepage-v3 .job-search-block .resume-search-keywords::after,
  .page-template-template-homepage-v3 .job-search-block .job-search-category::before,
  .page-template-template-homepage-v3 .job-search-block .resume-search-category::before,
  .page-template-template-homepage-v3 .resume-search-block .job-search-keywords::after,
  .page-template-template-homepage-v3 .resume-search-block .resume-search-keywords::after,
  .page-template-template-homepage-v3 .resume-search-block .job-search-category::before,
  .page-template-template-homepage-v3 .resume-search-block .resume-search-category::before {
    width: 1px;
    height: 37px;
    background-color: #ebebeb;
    content: " ";
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
  }
}
.page-template-template-homepage-v3 .job-search-block .job-search-submit,
.page-template-template-homepage-v3 .job-search-block .resume-search-submit,
.page-template-template-homepage-v3 .resume-search-block .job-search-submit,
.page-template-template-homepage-v3 .resume-search-block .resume-search-submit {
  padding: 0;
  border-radius: 0 50px 50px 0;
}
@media (min-width: 992px) {
  .page-template-template-homepage-v3 .job-search-block .job-search-submit,
  .page-template-template-homepage-v3 .job-search-block .resume-search-submit,
  .page-template-template-homepage-v3 .resume-search-block .job-search-submit,
  .page-template-template-homepage-v3 .resume-search-block .resume-search-submit {
    padding-right: 10px;
    display: flex;
    justify-content: flex-end;
  }
}
.page-template-template-homepage-v3 .job-search-block .job-search-submit button,
.page-template-template-homepage-v3 .job-search-block .resume-search-submit button,
.page-template-template-homepage-v3 .resume-search-block .job-search-submit button,
.page-template-template-homepage-v3 .resume-search-block .resume-search-submit button {
  border-width: 0;
  width: 100%;
  padding: 0;
  height: 70px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}
@media (min-width: 992px) {
  .page-template-template-homepage-v3 .job-search-block .job-search-submit button,
  .page-template-template-homepage-v3 .job-search-block .resume-search-submit button,
  .page-template-template-homepage-v3 .resume-search-block .job-search-submit button,
  .page-template-template-homepage-v3 .resume-search-block .resume-search-submit button {
    width: 53px;
    height: 53px;
    border-radius: 50px;
  }
}
.page-template-template-homepage-v3 .job-search-block .job-search-submit button:hover, .page-template-template-homepage-v3 .job-search-block .job-search-submit button:focus, .page-template-template-homepage-v3 .job-search-block .job-search-submit button:active,
.page-template-template-homepage-v3 .job-search-block .resume-search-submit button:hover,
.page-template-template-homepage-v3 .job-search-block .resume-search-submit button:focus,
.page-template-template-homepage-v3 .job-search-block .resume-search-submit button:active,
.page-template-template-homepage-v3 .resume-search-block .job-search-submit button:hover,
.page-template-template-homepage-v3 .resume-search-block .job-search-submit button:focus,
.page-template-template-homepage-v3 .resume-search-block .job-search-submit button:active,
.page-template-template-homepage-v3 .resume-search-block .resume-search-submit button:hover,
.page-template-template-homepage-v3 .resume-search-block .resume-search-submit button:focus,
.page-template-template-homepage-v3 .resume-search-block .resume-search-submit button:active {
  box-shadow: none !important;
  outline: none;
}
.page-template-template-homepage-v3 .job-search-block .job-search-submit .job-search-text,
.page-template-template-homepage-v3 .job-search-block .job-search-submit .resume-search-text,
.page-template-template-homepage-v3 .job-search-block .resume-search-submit .job-search-text,
.page-template-template-homepage-v3 .job-search-block .resume-search-submit .resume-search-text,
.page-template-template-homepage-v3 .resume-search-block .job-search-submit .job-search-text,
.page-template-template-homepage-v3 .resume-search-block .job-search-submit .resume-search-text,
.page-template-template-homepage-v3 .resume-search-block .resume-search-submit .job-search-text,
.page-template-template-homepage-v3 .resume-search-block .resume-search-submit .resume-search-text {
  order: -1;
  font-size: 18px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .page-template-template-homepage-v3 .job-search-block .job-search-submit .job-search-text,
  .page-template-template-homepage-v3 .job-search-block .job-search-submit .resume-search-text,
  .page-template-template-homepage-v3 .job-search-block .resume-search-submit .job-search-text,
  .page-template-template-homepage-v3 .job-search-block .resume-search-submit .resume-search-text,
  .page-template-template-homepage-v3 .resume-search-block .job-search-submit .job-search-text,
  .page-template-template-homepage-v3 .resume-search-block .job-search-submit .resume-search-text,
  .page-template-template-homepage-v3 .resume-search-block .resume-search-submit .job-search-text,
  .page-template-template-homepage-v3 .resume-search-block .resume-search-submit .resume-search-text {
    display: none;
  }
}
.page-template-template-homepage-v3 .job-search-block .job-search-submit i,
.page-template-template-homepage-v3 .job-search-block .resume-search-submit i,
.page-template-template-homepage-v3 .resume-search-block .job-search-submit i,
.page-template-template-homepage-v3 .resume-search-block .resume-search-submit i {
  font-size: 24px;
  color: #fff;
  line-height: 0.8;
}
@media (min-width: 992px) {
  .page-template-template-homepage-v3 .job-search-block .job-search-submit i,
  .page-template-template-homepage-v3 .job-search-block .resume-search-submit i,
  .page-template-template-homepage-v3 .resume-search-block .job-search-submit i,
  .page-template-template-homepage-v3 .resume-search-block .resume-search-submit i {
    font-size: 30px;
  }
}

.page-template-template-homepage-v4 .site-content-page-header,
.page-template-template-homepage-v5 .site-content-page-header {
  position: relative;
  border-width: 0;
}
.page-template-template-homepage-v4 .site-content-page-header::after,
.page-template-template-homepage-v5 .site-content-page-header::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  content: "";
  z-index: 0;
}

.page-template-template-homepage-v4 .site-content-page-header::after {
  background-color: rgba(0, 0, 0, 0.9);
}
.page-template-template-homepage-v4 .site-content-page-header-inner {
  display: flex;
  align-items: center;
  padding: 70px 0 30px;
}
@media (min-width: 992px) {
  .page-template-template-homepage-v4 .site-content-page-header-inner {
    height: 376px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .page-template-template-homepage-v4 .site-content-page-header-inner {
    height: 576px;
  }
}
.page-template-template-homepage-v4 .job-search-block,
.page-template-template-homepage-v4 .resume-search-block {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.page-template-template-homepage-v4 .job-search-block input[type=text], .page-template-template-homepage-v4 .job-search-block #search_category,
.page-template-template-homepage-v4 .resume-search-block input[type=text],
.page-template-template-homepage-v4 .resume-search-block #search_category {
  background-color: transparent;
}
.page-template-template-homepage-v4 .job-search-block input[type=text]::placeholder,
.page-template-template-homepage-v4 .job-search-block #search_category,
.page-template-template-homepage-v4 .resume-search-block input[type=text]::placeholder,
.page-template-template-homepage-v4 .resume-search-block #search_category {
  font-size: 15px;
  color: #202020;
}
.page-template-template-homepage-v4 .job-search-block .job-search-location,
.page-template-template-homepage-v4 .job-search-block .resume-search-location,
.page-template-template-homepage-v4 .resume-search-block .job-search-location,
.page-template-template-homepage-v4 .resume-search-block .resume-search-location {
  order: 3;
}
.page-template-template-homepage-v4 .job-search-block .job-search-submit,
.page-template-template-homepage-v4 .job-search-block .resume-search-submit,
.page-template-template-homepage-v4 .resume-search-block .job-search-submit,
.page-template-template-homepage-v4 .resume-search-block .resume-search-submit {
  order: 5;
}
@media (min-width: 992px) {
  .page-template-template-homepage-v4 .job-search-block .job-search-form,
  .page-template-template-homepage-v4 .job-search-block .resume-search-form,
  .page-template-template-homepage-v4 .resume-search-block .job-search-form,
  .page-template-template-homepage-v4 .resume-search-block .resume-search-form {
    width: 100%;
    height: 100px;
    border-radius: 4px;
    position: absolute;
    bottom: -50px;
    text-align: center;
  }
}
.page-template-template-homepage-v4 .job-search-block form,
.page-template-template-homepage-v4 .resume-search-block form {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
  height: inherit;
  margin: 0;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .page-template-template-homepage-v4 .job-search-block form,
  .page-template-template-homepage-v4 .resume-search-block form {
    flex-wrap: nowrap;
    background-color: #fff;
    border-radius: 4px;
    justify-content: space-between;
  }
}
.page-template-template-homepage-v4 .job-search-block form > div,
.page-template-template-homepage-v4 .resume-search-block form > div {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .page-template-template-homepage-v4 .job-search-block form > div,
  .page-template-template-homepage-v4 .resume-search-block form > div {
    border-radius: 0;
    margin-bottom: 0;
    background-color: transparent;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .page-template-template-homepage-v4 .job-search-block form .job-search-keywords,
  .page-template-template-homepage-v4 .job-search-block form .resume-search-keywords,
  .page-template-template-homepage-v4 .resume-search-block form .job-search-keywords,
  .page-template-template-homepage-v4 .resume-search-block form .resume-search-keywords {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .page-template-template-homepage-v4 .job-search-block form .job-search-keywords::after,
  .page-template-template-homepage-v4 .job-search-block form .resume-search-keywords::after,
  .page-template-template-homepage-v4 .job-search-block form .job-search-category::after,
  .page-template-template-homepage-v4 .job-search-block form .resume-search-category::after,
  .page-template-template-homepage-v4 .resume-search-block form .job-search-keywords::after,
  .page-template-template-homepage-v4 .resume-search-block form .resume-search-keywords::after,
  .page-template-template-homepage-v4 .resume-search-block form .job-search-category::after,
  .page-template-template-homepage-v4 .resume-search-block form .resume-search-category::after {
    width: 1px;
    height: 66px;
    background-color: #ebebeb;
    content: " ";
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .page-template-template-homepage-v4 .job-search-block form .job-search-keywords input[type=text], .page-template-template-homepage-v4 .job-search-block form .job-search-keywords #search_category,
  .page-template-template-homepage-v4 .job-search-block form .resume-search-keywords input[type=text],
  .page-template-template-homepage-v4 .job-search-block form .resume-search-keywords #search_category,
  .page-template-template-homepage-v4 .job-search-block form .job-search-category input[type=text],
  .page-template-template-homepage-v4 .job-search-block form .job-search-category #search_category,
  .page-template-template-homepage-v4 .job-search-block form .resume-search-category input[type=text],
  .page-template-template-homepage-v4 .job-search-block form .resume-search-category #search_category,
  .page-template-template-homepage-v4 .resume-search-block form .job-search-keywords input[type=text],
  .page-template-template-homepage-v4 .resume-search-block form .job-search-keywords #search_category,
  .page-template-template-homepage-v4 .resume-search-block form .resume-search-keywords input[type=text],
  .page-template-template-homepage-v4 .resume-search-block form .resume-search-keywords #search_category,
  .page-template-template-homepage-v4 .resume-search-block form .job-search-category input[type=text],
  .page-template-template-homepage-v4 .resume-search-block form .job-search-category #search_category,
  .page-template-template-homepage-v4 .resume-search-block form .resume-search-category input[type=text],
  .page-template-template-homepage-v4 .resume-search-block form .resume-search-category #search_category {
    min-width: 330px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-homepage-v4 .job-search-block form .job-search-location input[type=text],
  .page-template-template-homepage-v4 .job-search-block form .resume-search-location input[type=text],
  .page-template-template-homepage-v4 .resume-search-block form .job-search-location input[type=text],
  .page-template-template-homepage-v4 .resume-search-block form .resume-search-location input[type=text] {
    min-width: 240px;
  }
}
.page-template-template-homepage-v4 .job-search-block form .job-search-submit,
.page-template-template-homepage-v4 .job-search-block form .resume-search-submit,
.page-template-template-homepage-v4 .resume-search-block form .job-search-submit,
.page-template-template-homepage-v4 .resume-search-block form .resume-search-submit {
  background-color: transparent;
  padding: 0;
}
.page-template-template-homepage-v4 .job-search-block form i,
.page-template-template-homepage-v4 .resume-search-block form i {
  color: #fff;
  font-size: 30px;
  line-height: 0.8;
  padding-right: 10px;
}
.page-template-template-homepage-v4 .job-search-block form button,
.page-template-template-homepage-v4 .resume-search-block form button {
  border-width: 0;
  height: 60px;
  padding: 0 15px;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: inherit;
}
@media (min-width: 992px) {
  .page-template-template-homepage-v4 .job-search-block form button,
  .page-template-template-homepage-v4 .resume-search-block form button {
    min-width: 175px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .page-template-template-homepage-v4 .job-search-block form button,
  .page-template-template-homepage-v4 .resume-search-block form button {
    margin-left: auto;
  }
}
.page-template-template-homepage-v4 .job-search-block form button:hover, .page-template-template-homepage-v4 .job-search-block form button:focus, .page-template-template-homepage-v4 .job-search-block form button:active,
.page-template-template-homepage-v4 .resume-search-block form button:hover,
.page-template-template-homepage-v4 .resume-search-block form button:focus,
.page-template-template-homepage-v4 .resume-search-block form button:active {
  outline: none;
}
.page-template-template-homepage-v4 .job-search-block .section-header,
.page-template-template-homepage-v4 .resume-search-block .section-header {
  margin-bottom: 0;
  align-self: center;
  width: 100%;
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  .page-template-template-homepage-v4 .job-search-block .section-header,
  .page-template-template-homepage-v4 .resume-search-block .section-header {
    margin-bottom: 0;
  }
}
.page-template-template-homepage-v4 .job-search-block .section-title,
.page-template-template-homepage-v4 .resume-search-block .section-title {
  margin: 0;
  font-weight: 400;
}

.page-template-template-homepage-v5 .site-content-page-header::after {
  background-color: rgba(0, 0, 0, 0.75);
}
.page-template-template-homepage-v5 .site-content-page-header-inner {
  padding: 100px 15px 80px;
  position: relative;
}
@media (min-width: 768px) {
  .page-template-template-homepage-v5 .site-content-page-header-inner {
    padding: 166px 0 200px;
    max-width: 800px;
  }
}
@media (min-width: 992px) {
  .page-template-template-homepage-v5 .site-content-page-header-inner {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-homepage-v5 .site-content-page-header-inner {
    max-width: 1170px;
  }
}
.page-template-template-homepage-v5 .site-content-page-header-inner .jh-scroll-to {
  font-size: 30px;
  position: absolute;
  left: 50%;
  border-radius: 500px;
  transform: translate(-50%, 0);
  z-index: 1;
  bottom: 14px;
}
@media (min-width: 768px) {
  .page-template-template-homepage-v5 .site-content-page-header-inner .jh-scroll-to {
    bottom: 40px;
  }
}
.page-template-template-homepage-v5 .site-content-page-header-inner .jh-scroll-to a {
  color: #fff;
}
.page-template-template-homepage-v5 .job-search-block .section-header,
.page-template-template-homepage-v5 .resume-search-block .section-header {
  margin-bottom: 40px;
}
.page-template-template-homepage-v5 .job-search-block .section-title,
.page-template-template-homepage-v5 .resume-search-block .section-title {
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
  font-size: 30px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-template-template-homepage-v5 .job-search-block .section-title,
  .page-template-template-homepage-v5 .resume-search-block .section-title {
    margin-bottom: 0;
  }
}
.page-template-template-homepage-v5 .job-search-block .section-sub-title,
.page-template-template-homepage-v5 .resume-search-block .section-sub-title {
  font-weight: 400;
  line-height: 1.2;
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
}
@media (min-width: 992px) {
  .page-template-template-homepage-v5 .job-search-block .section-sub-title,
  .page-template-template-homepage-v5 .job-search-block .section-title,
  .page-template-template-homepage-v5 .resume-search-block .section-sub-title,
  .page-template-template-homepage-v5 .resume-search-block .section-title {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-homepage-v5 .job-search-block .section-sub-title,
  .page-template-template-homepage-v5 .job-search-block .section-title,
  .page-template-template-homepage-v5 .resume-search-block .section-sub-title,
  .page-template-template-homepage-v5 .resume-search-block .section-title {
    font-size: 60px;
  }
}
.page-template-template-homepage-v5 .job-search-block .job-search-form form,
.page-template-template-homepage-v5 .job-search-block .resume-search-form form,
.page-template-template-homepage-v5 .resume-search-block .job-search-form form,
.page-template-template-homepage-v5 .resume-search-block .resume-search-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-template-template-homepage-v5 .job-search-block .job-search-form form > div,
.page-template-template-homepage-v5 .job-search-block .resume-search-form form > div,
.page-template-template-homepage-v5 .resume-search-block .job-search-form form > div,
.page-template-template-homepage-v5 .resume-search-block .resume-search-form form > div {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-template-template-homepage-v5 .job-search-block .job-search-form form > div,
  .page-template-template-homepage-v5 .job-search-block .resume-search-form form > div,
  .page-template-template-homepage-v5 .resume-search-block .job-search-form form > div,
  .page-template-template-homepage-v5 .resume-search-block .resume-search-form form > div {
    margin-right: 2px;
    width: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .page-template-template-homepage-v5 .job-search-block .job-search-form #search_keywords,
  .page-template-template-homepage-v5 .job-search-block .resume-search-form #search_keywords,
  .page-template-template-homepage-v5 .resume-search-block .job-search-form #search_keywords,
  .page-template-template-homepage-v5 .resume-search-block .resume-search-form #search_keywords {
    min-width: 364px;
  }
}
.page-template-template-homepage-v5 .job-search-block .job-search-form input[type=text]::placeholder,
.page-template-template-homepage-v5 .job-search-block .job-search-form #search_category,
.page-template-template-homepage-v5 .job-search-block .resume-search-form input[type=text]::placeholder,
.page-template-template-homepage-v5 .job-search-block .resume-search-form #search_category,
.page-template-template-homepage-v5 .resume-search-block .job-search-form input[type=text]::placeholder,
.page-template-template-homepage-v5 .resume-search-block .job-search-form #search_category,
.page-template-template-homepage-v5 .resume-search-block .resume-search-form input[type=text]::placeholder,
.page-template-template-homepage-v5 .resume-search-block .resume-search-form #search_category {
  font-size: 14px;
  color: #666;
}
.page-template-template-homepage-v5 .job-search-block .job-search-form input[type=text],
.page-template-template-homepage-v5 .job-search-block .job-search-form #search_category,
.page-template-template-homepage-v5 .job-search-block .resume-search-form input[type=text],
.page-template-template-homepage-v5 .job-search-block .resume-search-form #search_category,
.page-template-template-homepage-v5 .resume-search-block .job-search-form input[type=text],
.page-template-template-homepage-v5 .resume-search-block .job-search-form #search_category,
.page-template-template-homepage-v5 .resume-search-block .resume-search-form input[type=text],
.page-template-template-homepage-v5 .resume-search-block .resume-search-form #search_category {
  background-color: #fff;
  height: 60px;
  border-radius: 0;
  padding: 0 20px;
}
.page-template-template-homepage-v5 .job-search-block .job-search-category,
.page-template-template-homepage-v5 .job-search-block .resume-search-category,
.page-template-template-homepage-v5 .resume-search-block .job-search-category,
.page-template-template-homepage-v5 .resume-search-block .resume-search-category {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
@media (min-width: 768px) {
  .page-template-template-homepage-v5 .job-search-block .job-search-keywords,
  .page-template-template-homepage-v5 .job-search-block .resume-search-keywords,
  .page-template-template-homepage-v5 .resume-search-block .job-search-keywords,
  .page-template-template-homepage-v5 .resume-search-block .resume-search-keywords {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}
.page-template-template-homepage-v5 .job-search-block .job-search-location,
.page-template-template-homepage-v5 .job-search-block .resume-search-location,
.page-template-template-homepage-v5 .resume-search-block .job-search-location,
.page-template-template-homepage-v5 .resume-search-block .resume-search-location {
  position: relative;
}
@media (min-width: 768px) {
  .page-template-template-homepage-v5 .job-search-block .job-search-location,
  .page-template-template-homepage-v5 .job-search-block .resume-search-location,
  .page-template-template-homepage-v5 .resume-search-block .job-search-location,
  .page-template-template-homepage-v5 .resume-search-block .resume-search-location {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}
.page-template-template-homepage-v5 .job-search-block .job-search-location::after,
.page-template-template-homepage-v5 .job-search-block .resume-search-location::after,
.page-template-template-homepage-v5 .resume-search-block .job-search-location::after,
.page-template-template-homepage-v5 .resume-search-block .resume-search-location::after {
  content: "\f05b";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: 0;
  font-size: 30px;
}
.page-template-template-homepage-v5 .job-search-block .job-search-location input[type=text],
.page-template-template-homepage-v5 .job-search-block .resume-search-location input[type=text],
.page-template-template-homepage-v5 .resume-search-block .job-search-location input[type=text],
.page-template-template-homepage-v5 .resume-search-block .resume-search-location input[type=text] {
  padding: 0 50px 0 20px;
}
@media (min-width: 768px) {
  .page-template-template-homepage-v5 .job-search-block .job-search-submit,
  .page-template-template-homepage-v5 .job-search-block .resume-search-submit,
  .page-template-template-homepage-v5 .resume-search-block .job-search-submit,
  .page-template-template-homepage-v5 .resume-search-block .resume-search-submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}
.page-template-template-homepage-v5 .job-search-block .job-search-submit button,
.page-template-template-homepage-v5 .job-search-block .resume-search-submit button,
.page-template-template-homepage-v5 .resume-search-block .job-search-submit button,
.page-template-template-homepage-v5 .resume-search-block .resume-search-submit button {
  height: 60px;
  padding: 0;
  border-width: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .page-template-template-homepage-v5 .job-search-block .job-search-submit button,
  .page-template-template-homepage-v5 .job-search-block .resume-search-submit button,
  .page-template-template-homepage-v5 .resume-search-block .job-search-submit button,
  .page-template-template-homepage-v5 .resume-search-block .resume-search-submit button {
    width: 70px;
    display: block;
  }
}
.page-template-template-homepage-v5 .job-search-block .job-search-submit button:hover, .page-template-template-homepage-v5 .job-search-block .job-search-submit button:focus, .page-template-template-homepage-v5 .job-search-block .job-search-submit button:active,
.page-template-template-homepage-v5 .job-search-block .resume-search-submit button:hover,
.page-template-template-homepage-v5 .job-search-block .resume-search-submit button:focus,
.page-template-template-homepage-v5 .job-search-block .resume-search-submit button:active,
.page-template-template-homepage-v5 .resume-search-block .job-search-submit button:hover,
.page-template-template-homepage-v5 .resume-search-block .job-search-submit button:focus,
.page-template-template-homepage-v5 .resume-search-block .job-search-submit button:active,
.page-template-template-homepage-v5 .resume-search-block .resume-search-submit button:hover,
.page-template-template-homepage-v5 .resume-search-block .resume-search-submit button:focus,
.page-template-template-homepage-v5 .resume-search-block .resume-search-submit button:active {
  outline: none;
}
.page-template-template-homepage-v5 .job-search-block .job-search-submit i,
.page-template-template-homepage-v5 .job-search-block .resume-search-submit i,
.page-template-template-homepage-v5 .resume-search-block .job-search-submit i,
.page-template-template-homepage-v5 .resume-search-block .resume-search-submit i {
  font-size: 24px;
}
@media (min-width: 768px) {
  .page-template-template-homepage-v5 .job-search-block .job-search-submit i,
  .page-template-template-homepage-v5 .job-search-block .resume-search-submit i,
  .page-template-template-homepage-v5 .resume-search-block .job-search-submit i,
  .page-template-template-homepage-v5 .resume-search-block .resume-search-submit i {
    font-size: 30px;
  }
}
.page-template-template-homepage-v5 .job-search-block .job-search-submit .job-search-text,
.page-template-template-homepage-v5 .job-search-block .job-search-submit .resume-search-text,
.page-template-template-homepage-v5 .job-search-block .resume-search-submit .job-search-text,
.page-template-template-homepage-v5 .job-search-block .resume-search-submit .resume-search-text,
.page-template-template-homepage-v5 .resume-search-block .job-search-submit .job-search-text,
.page-template-template-homepage-v5 .resume-search-block .job-search-submit .resume-search-text,
.page-template-template-homepage-v5 .resume-search-block .resume-search-submit .job-search-text,
.page-template-template-homepage-v5 .resume-search-block .resume-search-submit .resume-search-text {
  font-size: 20px;
  order: -1;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .page-template-template-homepage-v5 .job-search-block .job-search-submit .job-search-text,
  .page-template-template-homepage-v5 .job-search-block .job-search-submit .resume-search-text,
  .page-template-template-homepage-v5 .job-search-block .resume-search-submit .job-search-text,
  .page-template-template-homepage-v5 .job-search-block .resume-search-submit .resume-search-text,
  .page-template-template-homepage-v5 .resume-search-block .job-search-submit .job-search-text,
  .page-template-template-homepage-v5 .resume-search-block .job-search-submit .resume-search-text,
  .page-template-template-homepage-v5 .resume-search-block .resume-search-submit .job-search-text,
  .page-template-template-homepage-v5 .resume-search-block .resume-search-submit .resume-search-text {
    display: none;
  }
}

.job-list-tab-section {
  width: 100vw;
  position: relative;
  margin-left: calc(-50vw + 50% - 8px);
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .job-list-tab-section {
    /* (max-width: 991.98px) */
    margin-left: calc(-50vw + 50%);
  }
}
.job-list-tab-section .job-list-tab-inner {
  display: flex;
  flex-direction: column;
}
.job-list-tab-section .nav-tabs {
  align-self: center;
  border: 1px solid #e7e7e7;
  padding: 4px;
  border-radius: 4px;
  font-size: 18px;
  margin-bottom: 34px;
}
.job-list-tab-section .nav-tabs .nav-item {
  width: 100%;
}
@media (min-width: 768px) {
  .job-list-tab-section .nav-tabs .nav-item {
    width: auto;
  }
}
.job-list-tab-section .nav-tabs .nav-link {
  border-width: 0;
  padding: 9.5px 22.5px;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-align: center;
  color: #202020;
  font-family: "Quicksand", sans-serif;
  min-width: inherit;
}
@media (min-width: 768px) {
  .job-list-tab-section .nav-tabs .nav-link {
    min-width: 190px;
  }
}
.job-list-tab-section .nav-tabs .nav-link:hover, .job-list-tab-section .nav-tabs .nav-link:focus {
  outline: none;
  box-shadow: none !important;
}
.job-list-tab-section .showing_jobs,
.job-list-tab-section .job-published-date {
  display: none;
}
.job-list-tab-section .job-details {
  flex-direction: column;
}
.job-list-tab-section .job-details-inner {
  padding-right: 0;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .job-list-tab-section .job-details-inner {
    margin-bottom: 0;
  }
}
.job-list-tab-section .job-details-inner .job-location {
  display: none;
}
.job-list-tab-section .job-details-inner > * + * {
  margin-top: 4px;
}
.job-list-tab-section .job-listing-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  margin-top: 5px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .job-list-tab-section .job-listing-meta {
    flex-direction: row;
  }
}
.job-list-tab-section .job-listing-meta .job-location {
  font-size: 13px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .job-list-tab-section .job-listing-meta .job-location {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.job-list-tab-section .job-listing-meta .job-location i {
  font-size: 21px;
  padding-bottom: 4px;
}
.job-list-tab-section .job-listing-meta .job-types {
  text-align: center;
}
@media (min-width: 768px) {
  .job-list-tab-section .job-listing-meta .job-types {
    text-align: right;
  }
}
.job-list-tab-section ul.job_listings {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  column-count: 2;
  margin-bottom: 10px;
}
.job-list-tab-section ul.job_listings .job_listing {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .job-list-tab-section ul.job_listings .job_listing {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.job-list-tab-section ul.job_listings .job_listing a {
  margin: 0;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  height: 100%;
  align-items: center;
}
.job-list-tab-section ul.job_listings .job_listing a:hover, .job-list-tab-section ul.job_listings .job_listing a:focus {
  border-color: transparent;
}
.job-list-tab-section .job_listings + .load_more_jobs {
  margin: auto;
}
.job-list-tab-section .load_more_jobs {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 15px 36px;
  font-size: 1rem;
  line-height: 1;
  border-radius: 8px;
  width: fit-content;
  margin: auto;
}
@media (prefers-reduced-motion: reduce) {
  .job-list-tab-section .load_more_jobs {
    transition: none;
  }
}
.job-list-tab-section .load_more_jobs:hover, .job-list-tab-section .load_more_jobs:focus {
  text-decoration: none;
}
.job-list-tab-section .load_more_jobs:focus, .job-list-tab-section .load_more_jobs.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.job-list-tab-section .load_more_jobs.disabled, .job-list-tab-section .load_more_jobs:disabled {
  opacity: 0.65;
}
.job-list-tab-section .load_more_jobs:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.job-list-tab-section .load_more_jobs:not(:disabled):not(.disabled):active, .job-list-tab-section .load_more_jobs:not(:disabled):not(.disabled).active {
  background-image: none;
}
.job-list-tab-section .load_more_jobs strong {
  font-weight: 500;
  font-size: 15px;
}
.job-list-tab-section .load_more_jobs:hover strong, .job-list-tab-section .load_more_jobs:focus strong {
  color: #fff;
}
.job-list-tab-section div.job_listings {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .job-pricing-section .products,
  .job-pricing-section .products > .product {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .job-pricing-section .products > .product:hover .job-pricing-inner, .job-pricing-section .products > .product:focus .job-pricing-inner {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease 0s;
  }
}

.job-pricing-inner {
  background-color: #f4f5fa;
  border-radius: 8px;
  text-align: center;
  padding: 10px 10px 44px;
  flex-direction: column;
  display: flex;
}
.job-pricing-inner .price {
  flex-direction: column;
}
.job-pricing-inner .job-pricing-features {
  flex: 0 1 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.job-pricing-inner .job-pricing-features h2 {
  display: none;
}
.job-pricing-inner .job-pricing-features > p {
  padding: 30px;
}
.job-pricing-inner .job-pricing-features .added_to_cart {
  margin-left: 0;
}
.job-pricing-inner .job-pricing-features .add_to_cart_button.added {
  display: none;
}
.job-pricing-inner .job-pricing-features ul {
  flex: 0 1 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  line-height: 4.6;
  padding: 20px 0;
  color: #888;
}
.job-pricing-inner .job-pricing-features a {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 10px 26px;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 4px;
  text-transform: uppercase;
}
@media (prefers-reduced-motion: reduce) {
  .job-pricing-inner .job-pricing-features a {
    transition: none;
  }
}
.job-pricing-inner .job-pricing-features a:hover, .job-pricing-inner .job-pricing-features a:focus {
  text-decoration: none;
}
.job-pricing-inner .job-pricing-features a:focus, .job-pricing-inner .job-pricing-features a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.job-pricing-inner .job-pricing-features a.disabled, .job-pricing-inner .job-pricing-features a:disabled {
  opacity: 0.65;
}
.job-pricing-inner .job-pricing-features a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.job-pricing-inner .job-pricing-features a:not(:disabled):not(.disabled):active, .job-pricing-inner .job-pricing-features a:not(:disabled):not(.disabled).active {
  background-image: none;
}
.job-pricing-inner .job-pricing-header {
  height: 180px;
  padding: 34px 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(32, 32, 32, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 180px;
}
.job-pricing-inner .woocommerce-loop-product__title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
}
.job-pricing-inner .woocommerce-Price-amount {
  font-size: 60px;
  line-height: 1;
  margin: 0;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
}
.job-pricing-inner .woocommerce-Price-currencySymbol {
  font-size: 18px;
  font-weight: 500;
  font-family: "Varela Round", "Montserrat", "Quicksand", sans-serif;
  color: #202020;
}
.job-pricing-inner del .woocommerce-Price-currencySymbol {
  font-size: 14px;
  color: #999;
}
.job-pricing-inner del .woocommerce-Price-amount {
  margin-left: 0;
}

.products.columns-4 .job-pricing-inner .job-pricing-features ul {
  line-height: 3.6;
  padding: 30px 0;
}

.product.featured .job-pricing-inner .job-pricing-features,
.product.featured .job-pricing-inner .job-pricing-features ul {
  color: #fff;
}

.job-list-section {
  width: 100vw;
  position: relative;
  margin-left: calc(-50vw + 50% - 8px);
}
@media (max-width: 991.98px) {
  .job-list-section {
    /* (max-width: 991.98px) */
    margin-left: calc(-50vw + 50%);
  }
}
.job-list-section .action {
  text-align: center;
}
.job-list-section .showing_jobs {
  display: none;
}
.job-list-section .job_listings + .load_more_jobs {
  margin: auto;
}
.job-list-section div.job_listings {
  display: flex;
  flex-direction: column;
}
.job-list-section .list .job_listing > a {
  align-items: center;
}
.job-list-section .load_more_jobs {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 15px 36px;
  font-size: 1rem;
  line-height: 1;
  border-radius: 8px;
  width: fit-content;
  margin: auto;
}
@media (prefers-reduced-motion: reduce) {
  .job-list-section .load_more_jobs {
    transition: none;
  }
}
.job-list-section .load_more_jobs:hover, .job-list-section .load_more_jobs:focus {
  text-decoration: none;
}
.job-list-section .load_more_jobs:focus, .job-list-section .load_more_jobs.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.job-list-section .load_more_jobs.disabled, .job-list-section .load_more_jobs:disabled {
  opacity: 0.65;
}
.job-list-section .load_more_jobs:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.job-list-section .load_more_jobs:not(:disabled):not(.disabled):active, .job-list-section .load_more_jobs:not(:disabled):not(.disabled).active {
  background-image: none;
}
.job-list-section .load_more_jobs strong {
  font-weight: 500;
  font-size: 15px;
}
.job-list-section .load_more_jobs:hover strong {
  color: #fff;
}
.job-list-section.grid-view {
  background-color: #f4f5fa;
  padding: 42px 0 50px;
}
@media (max-width: 767.98px) {
  .job-list-section.grid-view .job_listings.grid {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .job-list-section.grid-view .job_listing {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .job-list-section.grid-view .job_listing {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
.job-list-section.grid-view .job_listing > a {
  background-color: #fff;
}

.job-categories-section .job-categories {
  margin-bottom: 46px;
}
.job-categories-section .job-category a {
  display: block;
}
.job-categories-section .job-category i {
  font-size: 63px;
  margin-bottom: 20px;
  transition: all 0.4s ease 0s;
}
.job-categories-section .action {
  text-align: center;
}
.job-categories-section .action .action-link {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 14px 30px;
  font-size: 0.9375rem;
  line-height: 1.2;
  border-radius: 8px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-width: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .job-categories-section .action .action-link {
    transition: none;
  }
}
.job-categories-section .action .action-link:hover, .job-categories-section .action .action-link:focus {
  text-decoration: none;
}
.job-categories-section .action .action-link:focus, .job-categories-section .action .action-link.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.job-categories-section .action .action-link.disabled, .job-categories-section .action .action-link:disabled {
  opacity: 0.65;
}
.job-categories-section .action .action-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.job-categories-section .action .action-link:not(:disabled):not(.disabled):active, .job-categories-section .action .action-link:not(:disabled):not(.disabled).active {
  background-image: none;
}
.job-categories-section.v2, .job-categories-section.v4 {
  width: 100vw;
  position: relative;
  margin-left: calc(-50vw + 50% - 8px);
}
@media (max-width: 991.98px) {
  .job-categories-section.v2, .job-categories-section.v4 {
    /* (max-width: 991.98px) */
    margin-left: calc(-50vw + 50%);
  }
}
.job-categories-section.v3 .job-categories, .job-categories-section.v4 .job-categories {
  margin-bottom: 16px;
}
.job-categories-section.v3 .job-category, .job-categories-section.v4 .job-category {
  margin-bottom: 30px;
}
.job-categories-section.v1 .job-category {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
  height: 205px;
}
@media (max-width: 1199.98px) {
  .job-categories-section.v1 .job-category {
    border-bottom: 1px solid #e8ecec;
    border-top: 1px solid #e8ecec;
  }
}
.job-categories-section.v1 .job-category > a {
  display: block;
  text-align: center;
  z-index: 2;
  transition: all 0.4s ease 0s;
}
.job-categories-section.v1 .job-category > a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.job-categories-section.v1 .job-category > a:hover:before, .job-categories-section.v1 .job-category > a:focus:before {
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(32, 32, 32, 0.15);
  border-radius: 8px;
}
.job-categories-section.v1 .job-category .category-titile {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 6px;
}
.job-categories-section.v1 .job-category .job-count {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .job-categories-section.v1 .job-category:nth-child(n+5) {
    border-top: 1px solid #e8ecec;
  }
}
.job-categories-section.v1 .job-category + .job-category {
  border-left: 1px solid #e8ecec;
}
@media (min-width: 1200px) {
  .job-categories-section.v1 .job-category + .job-category:nth-child(4n+1) {
    border-left: none;
  }
}
.job-categories-section.v2 .section-header,
.job-categories-section.v2 .action {
  display: none;
}
.job-categories-section.v2 .job-category i {
  width: 87px;
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 50%;
}
.job-categories-section.v2 a, .job-categories-section.v2 .category-titile {
  color: #fff;
}
.job-categories-section.v2 .category-titile {
  margin-bottom: 6px;
}
.job-categories-section.v3 {
  width: 100vw;
  position: relative;
  margin-left: calc(-50vw + 50% - 8px);
  background-color: #f4f5fa;
  padding: 100px 0 40px;
}
@media (max-width: 991.98px) {
  .job-categories-section.v3 {
    /* (max-width: 991.98px) */
    margin-left: calc(-50vw + 50%);
  }
}
.job-categories-section.v3 .job-category {
  height: 180px;
}
.job-categories-section.v3 .job-category a {
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: inherit;
}
.job-categories-section.v3 .job-category i {
  margin-bottom: 0;
}
.job-categories-section.v3 .job-category:hover a, .job-categories-section.v3 .job-category:focus a {
  box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
}
.job-categories-section.v3 .category-titile {
  color: #202020;
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 500;
}
.job-categories-section.v3 .job-count {
  color: #b1b1b1;
}
.job-categories-section.v3 i {
  color: #647585;
}
.page-template-template-homepage-v5 .job-categories-section.v4 {
  margin-bottom: 30px;
}
.job-categories-section.v4 .job-category {
  height: 180px;
}
.job-categories-section.v4 .job-category a {
  background-color: #f4f5fa;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: inherit;
}
.job-categories-section.v4 .job-category i {
  margin-bottom: 0;
}
.job-categories-section.v4 .action {
  display: none;
}
.job-categories-section.v4 .category-titile {
  color: #202020;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}
.job-categories-section.v4 .job-count {
  color: #959595;
  font-size: 14px;
}

.jh-companies {
  padding-left: 0;
  list-style: none;
}
.jh-companies .company-inner {
  display: flex;
  align-items: baseline;
  padding: 24px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .jh-companies .company-inner {
    flex-direction: column;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .jh-companies .company-inner {
    padding: 30px;
  }
}
.jh-companies .company-details {
  flex: 0 1 100%;
  align-self: flex-start;
}
.jh-companies .company-details a {
  display: inline-block;
}
.jh-companies .company-details a h3 {
  margin: 0;
  font-size: 16px;
  color: #202020;
}
.jh-companies .company-name strong {
  font-weight: 500;
}
.jh-companies .company-logo {
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .jh-companies .company-logo {
    margin: 0 auto 5px;
  }
}
.jh-companies .company-logo a {
  display: block;
}
.jh-companies .company-desc {
  color: #888;
}
.jh-companies .company-location-map {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-size: 13px;
}
@media (max-width: 767.98px) {
  .jh-companies .company-location-map {
    justify-content: center;
    margin-bottom: 10px;
  }
}
.jh-companies .company-location-map .company-location,
.jh-companies .company-location-map i {
  color: #888;
}
.jh-companies .company-location-map i {
  font-size: 24px;
  margin-right: 4px;
}
.jh-companies .company-location-map .company-location {
  margin-top: 4px;
}
.jh-companies .company-title-position {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .jh-companies .company-title-position {
    flex-direction: column-reverse;
  }
}
.jh-companies .company-title-position .company-name {
  font-size: 16px;
  color: #202020;
}
.jh-companies .company-title-position .open-positions {
  font-size: 13px;
}
.jh-companies .company_logo {
  max-width: 80px;
  height: 80px;
  border-radius: 50px;
  width: 80px;
  object-fit: cover;
}
.jh-companies .company-category {
  margin: 4px 0;
}
.jh-companies .company-category .categories {
  padding-left: 0;
  list-style: none;
}
.jh-companies .company-category .categories li {
  display: inline-block;
}
.jh-companies .company-category .categories a {
  font-size: 14px;
}
.jh-companies .company {
  display: flex;
  align-items: center;
  transition: all 0.4s ease 0s;
}
.jh-companies .company + .company {
  border-top: 1px solid #edeff7;
}
@media (min-width: 1200px) {
  .jh-companies .company:hover, .jh-companies .company:focus {
    box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  }
}

.companies-listing-a-z {
  margin-bottom: -21px;
}
.companies-listing-a-z ul {
  padding-left: 0;
  list-style: none;
}
.companies-listing-a-z .company-group {
  padding: 15px 8px;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.companies-listing-a-z .company-group.hidden {
  display: none;
}
.companies-listing-a-z .companies-overview {
  margin: 0 -4px;
}
@media (min-width: 768px) {
  .companies-listing-a-z .companies-overview {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .companies-listing-a-z .companies-overview {
    column-count: 4;
  }
}
.companies-listing-a-z .company-letters {
  margin-bottom: 15px;
}
.companies-listing-a-z .company-group-inner {
  border: 2px solid #e6e7ef;
  border-radius: 4px;
  padding: 18px;
}
.companies-listing-a-z .company-group-inner .company-letter {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 16.5px 18.7px;
  font-size: 0.8125rem;
  line-height: 1;
  border-radius: 4px;
  margin-bottom: 22px;
}
@media (prefers-reduced-motion: reduce) {
  .companies-listing-a-z .company-group-inner .company-letter {
    transition: none;
  }
}
.companies-listing-a-z .company-group-inner .company-letter:hover, .companies-listing-a-z .company-group-inner .company-letter:focus {
  text-decoration: none;
}
.companies-listing-a-z .company-group-inner .company-letter:focus, .companies-listing-a-z .company-group-inner .company-letter.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.companies-listing-a-z .company-group-inner .company-letter.disabled, .companies-listing-a-z .company-group-inner .company-letter:disabled {
  opacity: 0.65;
}
.companies-listing-a-z .company-group-inner .company-letter:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.companies-listing-a-z .company-group-inner .company-letter:not(:disabled):not(.disabled):active, .companies-listing-a-z .company-group-inner .company-letter:not(:disabled):not(.disabled).active {
  background-image: none;
}
.companies-listing-a-z .company-group-inner .company-name {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.companies-listing-a-z .company-group-inner .company-name a {
  color: #202020;
}
.companies-listing-a-z .company-group-inner .company-name::before {
  content: "―";
  padding-right: 18px;
  font-size: 17px;
}

.company-letters {
  margin-bottom: 32px;
}
.company-letters ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 30px;
  align-items: center;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #888;
}
@media (min-width: 768px) {
  .company-letters ul {
    height: 70px;
  }
}
@media (max-width: 767.98px) {
  .company-letters ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px 20px;
  }
}
@media (max-width: 767.98px) {
  .company-letters ul li + li {
    padding: 5px 10px;
  }
}
.company-letters ul li:first-child a {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 11.5px 20.54px;
  font-size: 0.8125rem;
  line-height: 1;
  border-radius: 4px;
  color: #fff !important;
}
@media (prefers-reduced-motion: reduce) {
  .company-letters ul li:first-child a {
    transition: none;
  }
}
.company-letters ul li:first-child a:hover, .company-letters ul li:first-child a:focus {
  text-decoration: none;
}
.company-letters ul li:first-child a:focus, .company-letters ul li:first-child a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.company-letters ul li:first-child a.disabled, .company-letters ul li:first-child a:disabled {
  opacity: 0.65;
}
.company-letters ul li:first-child a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.company-letters ul li:first-child a:not(:disabled):not(.disabled):active, .company-letters ul li:first-child a:not(:disabled):not(.disabled).active {
  background-image: none;
}
.company-type-v2 .jh-companies .company {
  border: 2px solid transparent;
}
.company-type-v2 .jh-companies .company + .company {
  border-top: 2px solid transparent;
}
@media (max-width: 1199.98px) {
  .company-type-v2 .jh-companies .company + .company {
    border-top: 1px solid #edeff7;
  }
}
@media (min-width: 1200px) {
  .company-type-v2 .jh-companies .company:hover, .company-type-v2 .jh-companies .company:focus {
    box-shadow: none;
    border-color: #e6e7ef;
    border-radius: 4px;
  }
}
.company-type-v2 .jh-companies .company_logo {
  max-width: 87px;
  height: 87px;
  border-radius: 4px;
  width: 87px;
}

@media (min-width: 992px) {
  .company-type-v3 .jh-companies-control-bar {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .company-type-v3 .handheld-sidebar-toggle {
    padding: 0;
    text-align: center;
  }
}
.company-type-v3 .jh-companies {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 767.98px) {
  .company-type-v3 .jh-companies {
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .company-type-v3 .jh-companies {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .company-type-v3 .jh-companies {
    margin: 30px 0 0;
  }
}
.company-type-v3 .jh-companies .company {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
  border-top: none;
}
@media (min-width: 1200px) {
  .company-type-v3 .jh-companies .company {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .company-type-v3 .jh-companies .company {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.company-type-v3 .jh-companies .company:hover, .company-type-v3 .jh-companies .company:focus {
  box-shadow: none;
}
.company-type-v3 .jh-companies .company-inner {
  flex-direction: column;
  text-align: center;
  border: 2px solid #e6e7ef;
  border-radius: 4px;
  height: 100%;
  padding: 30px 15px 15px;
  transition: all 0.4s ease 0s;
  min-height: 240px;
}
@media (max-width: 767.98px) {
  .company-type-v3 .jh-companies .company-inner {
    border: 2px solid #e6e7ef;
  }
}
.company-type-v3 .jh-companies .company-details,
.company-type-v3 .jh-companies .company-logo,
.company-type-v3 .jh-companies .company-name {
  margin: 0 auto;
}
.company-type-v3 .jh-companies .company-logo {
  margin-bottom: 15px;
}
.company-type-v3 .jh-companies .company_logo {
  border-radius: 4px;
}
.company-type-v3 .jh-companies .open-positions {
  position: absolute;
  top: 15px;
  right: 35px;
}
.company-type-v3 .jh-companies .company-location-map {
  justify-content: center;
}

.no-companies-found {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #fff;
  background-color: #ed5a5a;
  border-color: #ed5a5a;
}
.no-companies-found hr {
  border-top-color: #ea4343;
}
.no-companies-found .alert-link {
  color: #e6e6e6;
}
.no-companies-found a, .no-companies-found strong {
  color: #fff;
}

.single-company-page {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  flex-direction: column;
  margin: 0;
}

.single-company__head,
.single-company__inner,
.company-single-head__left .company-logo,
.company-single-head__left .company-info,
.company-single-head__left,
.company-single-head__right {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .single-company__head,
  .company-single-head__left {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.single-company__head {
  margin: 0 0 38px;
  padding: 0 0 40px;
  border-bottom: 1px solid #edeff7;
  align-items: center;
}

@media (min-width: 992px) {
  .company-single-type-v1 .company-single-head__left {
    flex: 0 0 81.66666667%;
    max-width: 81.66666667%;
  }
}

@media (max-width: 991.98px) {
  .company-single-head__left {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .company-single-head__left .company-logo {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .company-single-head__left .company-logo {
    text-align: center;
    margin-bottom: 15px;
  }
}
.company-single-head__left .company-logo img {
  object-fit: cover;
  border-radius: 8px;
}
@media (min-width: 1200px) {
  .company-single-head__left .company-logo img {
    width: 160px;
    max-width: 160px;
    height: 138px;
  }
}
.company-single-head__left .company-info {
  color: #888;
  padding-left: 11px;
}
@media (min-width: 992px) {
  .company-single-head__left .company-info {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (max-width: 991.98px) {
  .company-single-head__left .company-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.company-single-head__left .company-info a {
  color: #888;
}
.company-single-head__left .company-info .company-name {
  margin-top: 0;
  font-size: 20px;
  color: #202020;
  margin-bottom: 10px;
}
.company-single-head__left .company-info > span {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .company-single-head__left .company-info > span + span {
    margin-left: 12px;
  }
}
.company-single-head__left .company-info .company-location,
.company-single-head__left .company-info .open-positions {
  display: flex;
}
.company-single-head__left .open-positions {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 8px 26px;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 4px;
  display: block;
  width: fit-content;
  border-width: 1px;
}
@media (prefers-reduced-motion: reduce) {
  .company-single-head__left .open-positions {
    transition: none;
  }
}
.company-single-head__left .open-positions:hover, .company-single-head__left .open-positions:focus {
  text-decoration: none;
}
.company-single-head__left .open-positions:focus, .company-single-head__left .open-positions.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.company-single-head__left .open-positions.disabled, .company-single-head__left .open-positions:disabled {
  opacity: 0.65;
}
.company-single-head__left .open-positions:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.company-single-head__left .open-positions:not(:disabled):not(.disabled):active, .company-single-head__left .open-positions:not(:disabled):not(.disabled).active {
  background-image: none;
}
.company-single-head__left .open-positions a {
  color: inherit;
}
@media (max-width: 991.98px) {
  .company-single-head__left .open-positions {
    margin: 14px 0 20px;
  }
}
.company-single-head__left .company-location-map {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-size: 14px;
}
.company-single-head__left .company-location-map .company-location {
  line-height: 24px;
}
.company-single-head__left i {
  font-size: 24px;
  height: 28px;
  margin-right: 5px;
}

.company-single-type-v1 .company-single-head__right {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.company-single-head__right {
  text-align: center;
  display: flex;
  justify-content: flex-end;
  padding: 0;
  flex-direction: column;
}
.company-single-head__right .company-location-map {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 10px 26px;
  font-size: 0.8125rem;
  line-height: 1;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 165px;
  margin-left: auto;
}
@media (prefers-reduced-motion: reduce) {
  .company-single-head__right .company-location-map {
    transition: none;
  }
}
.company-single-head__right .company-location-map:hover, .company-single-head__right .company-location-map:focus {
  text-decoration: none;
}
.company-single-head__right .company-location-map:focus, .company-single-head__right .company-location-map.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.company-single-head__right .company-location-map.disabled, .company-single-head__right .company-location-map:disabled {
  opacity: 0.65;
}
.company-single-head__right .company-location-map:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.company-single-head__right .company-location-map:not(:disabled):not(.disabled):active, .company-single-head__right .company-location-map:not(:disabled):not(.disabled).active {
  background-image: none;
}
@media (max-width: 991.98px) {
  .company-single-head__right .company-location-map {
    margin: 0 auto;
  }
}
.company-single-head__right .company-location-map i {
  font-size: 24px;
}
.company-single-head__right .company-location-map .company-location {
  margin-top: 3px;
  color: #fff;
}
.company-single-head__right .social-network-pages {
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .company-single-head__right .social-network-pages {
    text-align: right;
  }
}
.company-single-head__right .social-network-pages a {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 2px 3px;
  font-size: 0.8125rem;
  line-height: 2;
  border-radius: 4px;
  height: 35px;
  width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (prefers-reduced-motion: reduce) {
  .company-single-head__right .social-network-pages a {
    transition: none;
  }
}
.company-single-head__right .social-network-pages a:hover, .company-single-head__right .social-network-pages a:focus {
  text-decoration: none;
}
.company-single-head__right .social-network-pages a:focus, .company-single-head__right .social-network-pages a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.company-single-head__right .social-network-pages a.disabled, .company-single-head__right .social-network-pages a:disabled {
  opacity: 0.65;
}
.company-single-head__right .social-network-pages a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.company-single-head__right .social-network-pages a:not(:disabled):not(.disabled):active, .company-single-head__right .social-network-pages a:not(:disabled):not(.disabled).active {
  background-image: none;
}
.company-single-head__right .social-network-pages a + a {
  margin-left: 16px;
}
.company-single-head__right .social-network-pages a i {
  font-size: 15px;
}
.company-single-head__right .social-network-pages .company-twitter {
  color: #55acee;
  border-color: #55acee;
}
.company-single-head__right .social-network-pages .company-twitter:hover {
  color: #fff;
  background-color: #55acee;
  border-color: #55acee;
}
.company-single-head__right .social-network-pages .company-twitter:focus, .company-single-head__right .social-network-pages .company-twitter.focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 172, 238, 0.5);
}
.company-single-head__right .social-network-pages .company-twitter.disabled, .company-single-head__right .social-network-pages .company-twitter:disabled {
  color: #55acee;
  background-color: transparent;
}
.company-single-head__right .social-network-pages .company-twitter:not(:disabled):not(.disabled):active, .company-single-head__right .social-network-pages .company-twitter:not(:disabled):not(.disabled).active, .show > .company-single-head__right .social-network-pages .company-twitter.dropdown-toggle {
  color: #212529;
  background-color: #55acee;
  border-color: #55acee;
}
.company-single-head__right .social-network-pages .company-twitter:not(:disabled):not(.disabled):active:focus, .company-single-head__right .social-network-pages .company-twitter:not(:disabled):not(.disabled).active:focus, .show > .company-single-head__right .social-network-pages .company-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 172, 238, 0.5);
}
.company-single-head__right .social-network-pages .company-facebook {
  color: #3b5999;
  border-color: #3b5999;
}
.company-single-head__right .social-network-pages .company-facebook:hover {
  color: #fff;
  background-color: #3b5999;
  border-color: #3b5999;
}
.company-single-head__right .social-network-pages .company-facebook:focus, .company-single-head__right .social-network-pages .company-facebook.focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 89, 153, 0.5);
}
.company-single-head__right .social-network-pages .company-facebook.disabled, .company-single-head__right .social-network-pages .company-facebook:disabled {
  color: #3b5999;
  background-color: transparent;
}
.company-single-head__right .social-network-pages .company-facebook:not(:disabled):not(.disabled):active, .company-single-head__right .social-network-pages .company-facebook:not(:disabled):not(.disabled).active, .show > .company-single-head__right .social-network-pages .company-facebook.dropdown-toggle {
  color: #fff;
  background-color: #3b5999;
  border-color: #3b5999;
}
.company-single-head__right .social-network-pages .company-facebook:not(:disabled):not(.disabled):active:focus, .company-single-head__right .social-network-pages .company-facebook:not(:disabled):not(.disabled).active:focus, .show > .company-single-head__right .social-network-pages .company-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 89, 153, 0.5);
}
.company-single-head__right .social-network-pages .company-google-plus {
  color: #dd4b39;
  border-color: #dd4b39;
}
.company-single-head__right .social-network-pages .company-google-plus:hover {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.company-single-head__right .social-network-pages .company-google-plus:focus, .company-single-head__right .social-network-pages .company-google-plus.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 75, 57, 0.5);
}
.company-single-head__right .social-network-pages .company-google-plus.disabled, .company-single-head__right .social-network-pages .company-google-plus:disabled {
  color: #dd4b39;
  background-color: transparent;
}
.company-single-head__right .social-network-pages .company-google-plus:not(:disabled):not(.disabled):active, .company-single-head__right .social-network-pages .company-google-plus:not(:disabled):not(.disabled).active, .show > .company-single-head__right .social-network-pages .company-google-plus.dropdown-toggle {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.company-single-head__right .social-network-pages .company-google-plus:not(:disabled):not(.disabled):active:focus, .company-single-head__right .social-network-pages .company-google-plus:not(:disabled):not(.disabled).active:focus, .show > .company-single-head__right .social-network-pages .company-google-plus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 75, 57, 0.5);
}
.company-single-head__right .social-network-pages .company-linkedin {
  color: #0077B5;
  border-color: #0077B5;
}
.company-single-head__right .social-network-pages .company-linkedin:hover {
  color: #fff;
  background-color: #0077B5;
  border-color: #0077B5;
}
.company-single-head__right .social-network-pages .company-linkedin:focus, .company-single-head__right .social-network-pages .company-linkedin.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 119, 181, 0.5);
}
.company-single-head__right .social-network-pages .company-linkedin.disabled, .company-single-head__right .social-network-pages .company-linkedin:disabled {
  color: #0077B5;
  background-color: transparent;
}
.company-single-head__right .social-network-pages .company-linkedin:not(:disabled):not(.disabled):active, .company-single-head__right .social-network-pages .company-linkedin:not(:disabled):not(.disabled).active, .show > .company-single-head__right .social-network-pages .company-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #0077B5;
  border-color: #0077B5;
}
.company-single-head__right .social-network-pages .company-linkedin:not(:disabled):not(.disabled):active:focus, .company-single-head__right .social-network-pages .company-linkedin:not(:disabled):not(.disabled).active:focus, .show > .company-single-head__right .social-network-pages .company-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 119, 181, 0.5);
}

.single-company__inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding: 0;
  margin: 0;
}
.single-company__inner .single-company__content-area,
.single-company__inner .single-company__sidebar {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .single-company__inner .single-company__content-area,
  .single-company__inner .single-company__sidebar {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.single-company__inner h2 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 17px;
  color: #202020;
}
@media (min-width: 992px) {
  .single-company__inner .single-company__content-area {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .single-company__inner .single-company__content-area {
    padding: 0;
  }
}
.single-company__inner .single-company__content-area .company_description {
  color: #888;
  margin-bottom: 60px;
}
.single-company__inner .company_description ul {
  list-style: none;
  padding-left: 25px;
}
.single-company__inner .company_description ul li::before {
  content: "‒";
  padding-right: 12px;
}
@media (min-width: 992px) {
  .single-company__inner .single-company__sidebar {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding-right: 0;
  }
}
.single-company__inner .single-company__sidebar .contact-employer {
  padding-right: 0;
  margin-top: 34px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .single-company__inner .single-company__sidebar .contact-employer {
    margin-top: 0;
  }
}
.single-company__inner .single-company__sidebar .contact-form-title {
  font-size: 16px;
  color: #202020;
  margin-top: 0;
  margin-bottom: 17px;
}
.single-company__inner .single-company__sidebar .contact-employer-inner {
  padding: 30px 30px 20px;
  border: 2px solid #e6e7ef;
  border-radius: 8px;
}
.single-company__inner .single-company__sidebar .contact-employer-inner input {
  margin-bottom: 6px;
  width: 100%;
}
.single-company__inner .single-company__sidebar .contact-employer-inner label {
  display: inline-block;
}
.single-company__inner .single-company__sidebar .contact-employer-inner .wpcf7-form-control:not(.wpcf7-submit) {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
}
.single-company__inner .single-company__sidebar .contact-employer-inner div.wpcf7 .ajax-loader {
  position: absolute;
}
.single-company__inner .single-company__sidebar .contact-employer-inner span.wpcf7-not-valid-tip {
  font-size: 12px;
}
.single-company__inner .single-company__sidebar .contact-employer-inner div.wpcf7-response-output {
  margin: 0;
}
.single-company__inner .company-overview-inner {
  padding: 24px 20px;
  border: 2px solid #e6e7ef;
  border-radius: 8px;
}
.single-company__inner .company-overview-inner > div {
  display: flex;
}
.single-company__inner .company-overview-inner > div + div {
  margin-top: 30px;
}
.single-company__inner .company-overview-inner i {
  font-size: 30px;
  margin-right: 16px;
}
.single-company__inner .company-overview-inner label {
  font-size: 14px;
  color: #202020;
  margin-bottom: 0;
}
.single-company__inner .company-overview-inner .value {
  color: #888;
}
.single-company__inner .company-overview-inner .value ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.single-company__inner .company-overview-inner .value li {
  display: inline-block;
}
.single-company__inner .company-overview-inner .value a {
  color: #888;
}

.company-single-type-v1 .single-company__content-area .job_listing > a {
  border: 2px solid transparent;
  border-radius: 8px;
  margin: 0;
}
.company-single-type-v1 .single-company__content-area .job_listing > a:hover, .company-single-type-v1 .single-company__content-area .job_listing > a:focus {
  box-shadow: none;
  border-color: #e6e7ef;
}
@media (max-width: 1199.98px) {
  .company-single-type-v1 .single-company__content-area .job_listing > a {
    border-bottom: 1px solid #e6e7ef;
    border-radius: 0;
  }
  .company-single-type-v1 .single-company__content-area .job_listing > a:hover, .company-single-type-v1 .single-company__content-area .job_listing > a:focus {
    border: none;
    border-bottom: 1px solid #e6e7ef;
  }
}
@media (max-width: 1199.98px) {
  .company-single-type-v1 .single-company__content-area li:last-child a {
    border: none;
    border-bottom: none;
  }
  .company-single-type-v1 .single-company__content-area li:last-child a:hover, .company-single-type-v1 .single-company__content-area li:last-child a:focus {
    border-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .company-single-type-v1 .single-company__sidebar {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0;
    width: 100%;
  }
  .company-single-type-v1 .single-company__sidebar > .company-overview,
  .company-single-type-v1 .single-company__sidebar > .contact-employer {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.company-single-type-v2 .site-content-page-header,
.company-single-type-v2 .site-content {
  margin-bottom: 0;
}
.company-single-type-v2 .single-company-page {
  flex-direction: row;
}
@media (max-width: 991.98px) {
  .company-single-type-v2 .single-company-page {
    flex-direction: column-reverse;
  }
}
.company-single-type-v2 .single-company__head {
  order: 2;
  border-bottom-width: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 992px) {
  .company-single-type-v2 .single-company__head {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    border-left: 1px solid #edeff7;
  }
}
.company-single-type-v2 .company-single-head__left {
  text-align: center;
  margin: 0;
}
.company-single-type-v2 .company-single-head__left .company-logo,
.company-single-type-v2 .company-single-head__left .company-info {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
.company-single-type-v2 .company-single-head__left .company-logo img {
  width: 150px;
  max-width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  margin: 50px 0 40px;
  object-fit: cover;
  padding: 20px;
}
.company-single-type-v2 .company-single-head__left .open-positions {
  margin: auto auto 20px !important;
  padding: 8px 23px;
}
.company-single-type-v2 .company-single-head__left .company-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.company-single-type-v2 .company-single-head__left .company-info .company-name {
  font-size: 18px;
}
.company-single-type-v2 .company-single-head__left .company-info > span,
.company-single-type-v2 .company-single-head__left .company-info > div {
  margin: auto;
  margin-bottom: 10px;
}
.company-single-type-v2 .company-single-head__left .company-info .company-email {
  margin-bottom: 20px;
}
.company-single-type-v2 .company-single-head__right {
  align-items: center;
}
.company-single-type-v2 .company-single-head__right .social-network-pages {
  margin-bottom: 14px;
  text-align: center;
}
.company-single-type-v2 .company-single-head__right .social-network-pages a {
  height: 45px;
  border-radius: 50px;
}
.company-single-type-v2 .company-single-head__right .company-location-map {
  margin-left: 0;
  min-width: 250px;
}
@media (max-width: 991.98px) {
  .company-single-type-v2 .company-single-head__right .company-location-map {
    margin: 0 auto;
  }
}
.company-single-type-v2 .single-company__sidebar .company-overview {
  overflow: hidden;
  padding-top: 60px;
}
.company-single-type-v2 .single-company__sidebar .company-overview > h2 {
  margin-bottom: 40px;
}
.company-single-type-v2 .single-company__inner {
  order: 1;
}
@media (min-width: 992px) {
  .company-single-type-v2 .single-company__inner {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}
.company-single-type-v2 .single-company__inner .company-overview-inner {
  border-width: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .company-single-type-v2 .single-company__inner .company-overview-inner {
    border-bottom: 1px solid #edeff7;
  }
}
@media (max-width: 767.98px) {
  .company-single-type-v2 .single-company__inner .company-overview-inner {
    flex-direction: column;
  }
}
.company-single-type-v2 .single-company__inner .company-overview-inner > div {
  display: inline-flex;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid #edeff7;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-right: 31px;
}
@media (min-width: 768px) {
  .company-single-type-v2 .single-company__inner .company-overview-inner > div {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .company-single-type-v2 .single-company__inner .company-overview-inner > div:nth-last-child(-n+3) {
    border-width: 0;
    margin-bottom: 0;
  }
}
.company-single-type-v2 .single-company__inner .company-overview-inner > div:nth-child(3), .company-single-type-v2 .single-company__inner .company-overview-inner > div:nth-child(2) {
  border-width: 1px;
  margin-bottom: 15px;
}
.company-single-type-v2 .single-company__inner .company-overview-inner > div + div {
  margin-top: 0;
}
.company-single-type-v2 .single-company__content-area,
.company-single-type-v2 .single-company__sidebar {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .company-single-type-v2 .single-company__sidebar {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .company-single-type-v2 .single-company__sidebar {
    padding: 0;
  }
}
.company-single-type-v2 .single-company__content-area {
  order: 2;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .company-single-type-v2 .single-company__content-area {
    padding: 0;
  }
}
.company-single-type-v2 .single-company__content-area .company_description {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #edeff7;
}
@media (min-width: 992px) {
  .company-single-type-v2 .single-company__content-area .company_description {
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .company-single-type-v2 .single-company__content-area .company-job_listings {
    padding-right: 15px;
  }
}
.company-single-type-v2 .single-company__content-area .company-job_listings .job_listing > a {
  border-bottom: 1px solid #edeff7;
}
@media (max-width: 1199.98px) {
  .company-single-type-v2 .single-company__content-area .company-job_listings .job_listing > a:hover {
    box-shadow: none;
  }
}
@media (max-width: 767.98px) {
  .company-single-type-v2 .single-company__content-area .company-job_listings .job_listing > a {
    margin: 0;
  }
}
.company-single-type-v2 .single-company__content-area .company-job_listings .job_listing:last-child > a {
  border-bottom-width: 0;
}

.single-company .site-content-page-header-inner {
  height: 230px;
  align-items: flex-end;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
.single-company .site-content-page-header-inner .site-content-page-title {
  color: #fff;
}
.single-company .site-content-page-header-inner .page-header-aside {
  display: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .single-company .job_listing a {
    align-items: center;
  }
  .single-company .job_listing a .job-listing-company-logo {
    max-width: 180px;
    flex: 0 0 180px;
    margin-bottom: 0;
  }
}

.jh-companies-control-bar {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
  margin: 0;
}
@media (max-width: 767.98px) {
  .jh-companies-control-bar {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .jh-companies-control-bar {
    margin: 0 -15px;
  }
}
.jh-companies-control-bar .total-companies-count,
.jh-companies-control-bar .companies-sorting,
.jh-companies-control-bar .company-letters {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.jh-companies-control-bar .total-companies-count,
.jh-companies-control-bar .companies-sorting {
  font-size: 13px;
}
@media (min-width: 768px) {
  .jh-companies-control-bar .total-companies-count,
  .jh-companies-control-bar .companies-sorting {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.jh-companies-control-bar .company-letters {
  margin: 27px 0;
}
.jh-companies-control-bar .company-letters ul {
  font-weight: 500;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .jh-companies-control-bar .company-letters ul {
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .jh-companies-control-bar .company-letters ul {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .jh-companies-control-bar .company-letters ul li + li {
    padding: 5px 10px;
  }
}
.jh-companies-control-bar .company-letters ul li:first-child a {
  padding: 5.5px 14.54px;
}
.jh-companies-control-bar .company-letters ul a {
  color: #888;
}
.jh-companies-control-bar .total-companies-count,
.jh-companies-control-bar .companies-sorting label {
  font-weight: 500;
  color: #888;
}
@media (max-width: 767.98px) {
  .jh-companies-control-bar .total-companies-count {
    text-align: center;
    margin-bottom: 20px;
  }
}
.jh-companies-control-bar .companies-sorting {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .jh-companies-control-bar .companies-sorting {
    justify-content: flex-end;
  }
}
.jh-companies-control-bar .companies-sorting label {
  margin-right: 20px;
  margin-bottom: 0;
}
.jh-companies-control-bar .companies-sorting select {
  min-width: 160px;
  width: auto;
  font-size: 13px;
  color: #888;
  border-width: 0;
  height: 35px;
}

.company-profile-section {
  width: 100vw;
  position: relative;
  margin-left: calc(-50vw + 50% - 8px);
  background-color: #fbfbfd;
  padding: 42px 0 62px;
}
@media (max-width: 991.98px) {
  .company-profile-section {
    /* (max-width: 991.98px) */
    margin-left: calc(-50vw + 50%);
  }
}
.company-profile-section.v1 {
  background-color: transparent;
}
.company-profile-section.v1 .company-profile-inner .company_logo {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .company-profile-section.v1 .company-profile-inner .companies {
    margin: 0 -10px;
  }
}
@media (max-width: 767.98px) {
  .company-profile-section.v1 .company-profile-inner .company {
    margin: 10px;
  }
}

.company-profile-inner .companies {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .company-profile-inner .company {
    padding: 15px;
  }
}
.company-profile-inner .company-inner {
  background-color: #fff;
  border-radius: 8px;
  transition: all 0.4s ease 0s;
  box-shadow: 0px 2px 5px 0px rgba(32, 32, 32, 0.1);
  padding: 20px;
  min-height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-profile-inner .company-inner:hover, .company-profile-inner .company-inner:focus {
  outline: none;
  box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
}
.company-profile-inner .company-info {
  text-align: center;
}
.company-profile-inner .company_logo {
  max-width: 80px;
  height: 80px;
  width: 80px;
  margin: auto;
  object-fit: cover;
  margin-bottom: 25px;
}
.company-profile-inner .company-name {
  margin-bottom: 12px;
  margin-top: 0;
}
.company-profile-inner .company-location {
  display: block;
  font-size: 13px;
  margin-bottom: 12px;
}
.company-profile-inner .open-positions {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  line-height: 16px;
  border-radius: 4px;
  color: #007bff;
  border-color: #007bff;
  border-width: 1px;
  margin: auto;
}
@media (prefers-reduced-motion: reduce) {
  .company-profile-inner .open-positions {
    transition: none;
  }
}
.company-profile-inner .open-positions:hover, .company-profile-inner .open-positions:focus {
  text-decoration: none;
}
.company-profile-inner .open-positions:focus, .company-profile-inner .open-positions.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.company-profile-inner .open-positions.disabled, .company-profile-inner .open-positions:disabled {
  opacity: 0.65;
}
.company-profile-inner .open-positions:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.company-profile-inner .open-positions:not(:disabled):not(.disabled):active, .company-profile-inner .open-positions:not(:disabled):not(.disabled).active {
  background-image: none;
}
.company-profile-inner .open-positions:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.company-profile-inner .open-positions:focus, .company-profile-inner .open-positions.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.company-profile-inner .open-positions.disabled, .company-profile-inner .open-positions:disabled {
  color: #007bff;
  background-color: transparent;
}
.company-profile-inner .open-positions:not(:disabled):not(.disabled):active, .company-profile-inner .open-positions:not(:disabled):not(.disabled).active, .show > .company-profile-inner .open-positions.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.company-profile-inner .open-positions:not(:disabled):not(.disabled):active:focus, .company-profile-inner .open-positions:not(:disabled):not(.disabled).active:focus, .show > .company-profile-inner .open-positions.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.company-profile-inner .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #bec2c2;
  background-color: #fff;
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px dashed #bec2c2;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .company-profile-inner .slick-arrow {
    transition: none;
  }
}
.company-profile-inner .slick-arrow:hover, .company-profile-inner .slick-arrow:focus {
  text-decoration: none;
}
.company-profile-inner .slick-arrow:focus, .company-profile-inner .slick-arrow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.company-profile-inner .slick-arrow.disabled, .company-profile-inner .slick-arrow:disabled {
  opacity: 0.65;
}
.company-profile-inner .slick-arrow:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.company-profile-inner .slick-arrow:not(:disabled):not(.disabled):active, .company-profile-inner .slick-arrow:not(:disabled):not(.disabled).active {
  background-image: none;
}
.company-profile-inner .slick-arrow:hover, .company-profile-inner .slick-arrow:focus {
  border-style: solid;
  color: #fff;
  box-shadow: none;
}
.company-profile-inner .slick-next,
.company-profile-inner .slick-prev {
  z-index: 1;
}
.company-profile-inner .slick-prev {
  left: -10px;
}
@media (min-width: 1200px) {
  .company-profile-inner .slick-prev {
    left: -90px;
  }
}
.company-profile-inner .slick-prev:before {
  content: "\f060" /*rtl:"\f061"*/;
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 30px;
}
.company-profile-inner .slick-next {
  right: -10px;
}
@media (min-width: 1200px) {
  .company-profile-inner .slick-next {
    right: -90px;
  }
}
.company-profile-inner .slick-next:before {
  content: "\f061" /*rtl:"\f060"*/;
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 30px;
}

.company-profile-section.v1 .company-profile-inner .company-inner {
  min-height: auto;
}

.page-template-template-homepage-v1 .company-profile-section.v1,
.page-template-template-homepage-v4 .company-profile-section.v1 {
  padding: 0;
}

.page-template-template-homepage-v2 .company-profile-section.v2 {
  margin-bottom: 0;
}

.single-resume .site-content-page-header {
  display: none;
}

.single-resume-head {
  width: 100vw;
  position: relative;
  margin-left: calc(-50vw + 50% - 8px);
  margin-bottom: 30px;
  margin-top: -83px;
  padding-top: 210px;
}
@media (max-width: 991.98px) {
  .single-resume-head {
    /* (max-width: 991.98px) */
    margin-left: calc(-50vw + 50%);
  }
}
@media (min-width: 768px) {
  .single-resume-head {
    margin-top: -71px;
  }
}
.single-resume-head::before, .single-resume-head::after {
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
  z-index: 0;
}
.single-resume-head::before {
  top: 0;
  opacity: 0.8;
}
.single-resume-head::after {
  top: 300px;
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .single-resume-head {
    padding-top: 140px;
  }
  .single-resume-head::after {
    top: 230px;
  }
}

.single-resume-inner .single-resume-head-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  z-index: 1;
  position: relative;
  padding: 0;
}
@media (min-width: 576px) {
  .single-resume-inner .single-resume-head-inner {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .single-resume-inner .single-resume-head-inner {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .single-resume-inner .single-resume-head-inner {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .single-resume-inner .single-resume-head-inner {
    max-width: 1140px;
  }
}
.single-resume-inner .single-resume-head-inner > div {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.single-resume-inner .single-resume-head-inner .single-candidate-details {
  text-align: center;
}
.single-resume-inner .single-resume-head-inner ul {
  padding-left: 0;
  list-style: none;
}
.single-resume-inner .single-resume-head-inner .single-candidate-details {
  order: 1;
}
.single-resume-inner .single-resume-head-inner .single-candidate-head-left {
  order: 2;
}
.single-resume-inner .single-resume-head-inner .single-candidate-head-right {
  order: 3;
}
@media (min-width: 1200px) {
  .single-resume-inner .single-resume-head-inner .single-candidate-head-left,
  .single-resume-inner .single-resume-head-inner .single-candidate-head-right,
  .single-resume-inner .single-resume-head-inner .single-candidate-details {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .single-resume-inner .single-resume-head-inner .single-candidate-head-left {
    padding-left: 0;
    order: 1;
  }
  .single-resume-inner .single-resume-head-inner .single-candidate-head-right {
    padding-right: 0;
  }
}
.single-resume-inner .single-resume__sidebar-area .contact-candidate {
  padding-right: 0;
}
.single-resume-inner .single-resume__sidebar-area * + .contact-candidate {
  margin-top: 34px;
}
.single-resume-inner .single-resume__sidebar-area .contact-form-title {
  font-size: 16px;
  font-weight: 500;
  color: #202020;
}
.single-resume-inner .single-resume__sidebar-area .contact-candidate-inner {
  padding: 30px 30px 20px;
  border: 2px solid #e6e7ef;
  border-radius: 8px;
}
.single-resume-inner .single-resume__sidebar-area .contact-candidate-inner label {
  display: inline-block;
}
.single-resume-inner .single-resume__sidebar-area .contact-candidate-inner input {
  margin-bottom: 6px;
  width: 100%;
}
.single-resume-inner .single-resume__sidebar-area .contact-candidate-inner .wpcf7-form-control:not(.wpcf7-submit) {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
}
.single-resume-inner .single-resume__sidebar-area .contact-candidate-inner div.wpcf7 .ajax-loader {
  position: absolute;
}
.single-resume-inner .single-resume__sidebar-area .contact-candidate-inner span.wpcf7-not-valid-tip {
  font-size: 12px;
}
.single-resume-inner .single-resume__sidebar-area .contact-candidate-inner div.wpcf7-response-output {
  margin: 0;
}
.single-resume-inner .single-candidate-details .candidate-image {
  width: fit-content;
  margin: auto;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 15px;
}
.single-resume-inner .single-candidate-details .candidate-image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .single-resume-inner .single-candidate-details .candidate-image img {
    width: 145px;
    height: 145px;
  }
}
.single-resume-inner .single-candidate-details .candidate-name {
  font-size: 20px;
}
.single-resume-inner .single-candidate-details .job-title {
  font-size: 14px;
  margin-bottom: 5px;
}
.single-resume-inner .single-candidate-details .candidate-e-mail,
.single-resume-inner .single-candidate-details .resume-links {
  font-size: 13px;
  margin-bottom: 5px;
  color: #888;
  line-height: 2;
}
.single-resume-inner .single-candidate-details .candidate-e-mail i,
.single-resume-inner .single-candidate-details .resume-links i {
  font-size: 16px;
  padding-right: 4px;
}
.single-resume-inner .single-candidate-details .candidate-e-mail a,
.single-resume-inner .single-candidate-details .resume-links a {
  color: #888;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: auto;
}
.single-resume-inner .single-candidate-details .resume-links a::before {
  content: "\f0c1";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 16px;
  padding-right: 4px;
}
@media (min-width: 1200px) {
  .single-resume-inner .single-candidate-details .job-title,
  .single-resume-inner .single-candidate-details .candidate-e-mail,
  .single-resume-inner .single-candidate-details .resume-links {
    margin-bottom: 0;
  }
}
.single-resume-inner .single-candidate-head-left,
.single-resume-inner .single-candidate-head-right {
  display: flex;
  flex-wrap: wrap;
}
.single-resume-inner .single-candidate-head-right {
  padding: 0 10px 15px;
}
.single-resume-inner .single-candidate-head-right .location,
.single-resume-inner .single-candidate-head-right .published-date {
  display: flex;
  align-items: center;
  line-height: 1.4;
  margin-bottom: 15px;
}
.single-resume-inner .single-candidate-head-right .location a,
.single-resume-inner .single-candidate-head-right .location,
.single-resume-inner .single-candidate-head-right .published-date {
  font-size: 13px;
  color: #888;
}
.single-resume-inner .single-candidate-head-right .location a i,
.single-resume-inner .single-candidate-head-right .location i,
.single-resume-inner .single-candidate-head-right .published-date i {
  font-size: 20px;
  padding-right: 6px;
}
@media (min-width: 1200px) {
  .single-resume-inner .single-candidate-head-right {
    justify-content: flex-end;
    padding: 44px 15px 55px;
  }
  .single-resume-inner .single-candidate-head-right .location,
  .single-resume-inner .single-candidate-head-right .published-date {
    align-self: baseline;
    margin-bottom: 0;
  }
  .single-resume-inner .single-candidate-head-right .location {
    padding-right: 28px;
  }
}
@media (min-width: 1200px) {
  .single-resume-inner .single-candidate-head-right .location a,
  .single-resume-inner .single-candidate-head-right .location,
  .single-resume-inner .single-candidate-head-right .published-date {
    color: #fff;
  }
}
.single-resume-inner .single-candidate-head-left {
  flex-direction: column;
  justify-content: space-between;
  padding: 0 30px;
}
.single-resume-inner .single-candidate-head-left .categories {
  display: flex;
  font-size: 13px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.single-resume-inner .single-candidate-head-left .categories li {
  height: 30px;
  margin-bottom: 22px;
  padding-right: 20px;
}
.single-resume-inner .single-candidate-head-left .categories li a {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0px 16px;
  font-size: 0.8125rem;
  line-height: 1;
  border-radius: 4px;
  height: inherit;
  display: flex;
  align-items: center;
}
@media (prefers-reduced-motion: reduce) {
  .single-resume-inner .single-candidate-head-left .categories li a {
    transition: none;
  }
}
.single-resume-inner .single-candidate-head-left .categories li a:hover, .single-resume-inner .single-candidate-head-left .categories li a:focus {
  text-decoration: none;
}
.single-resume-inner .single-candidate-head-left .categories li a:focus, .single-resume-inner .single-candidate-head-left .categories li a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.single-resume-inner .single-candidate-head-left .categories li a.disabled, .single-resume-inner .single-candidate-head-left .categories li a:disabled {
  opacity: 0.65;
}
.single-resume-inner .single-candidate-head-left .categories li a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.single-resume-inner .single-candidate-head-left .categories li a:not(:disabled):not(.disabled):active, .single-resume-inner .single-candidate-head-left .categories li a:not(:disabled):not(.disabled).active {
  background-image: none;
}
.single-resume-inner .single-candidate-head-left .categories li:nth-child(n+4) a {
  color: #070d37;
  border-color: #070d37;
}
.single-resume-inner .single-candidate-head-left .categories li:nth-child(n+4) a:hover {
  color: #fff;
  background-color: #070d37;
  border-color: #070d37;
}
.single-resume-inner .single-candidate-head-left .categories li:nth-child(n+4) a:focus, .single-resume-inner .single-candidate-head-left .categories li:nth-child(n+4) a.focus {
  box-shadow: 0 0 0 0.2rem rgba(7, 13, 55, 0.5);
}
.single-resume-inner .single-candidate-head-left .categories li:nth-child(n+4) a.disabled, .single-resume-inner .single-candidate-head-left .categories li:nth-child(n+4) a:disabled {
  color: #070d37;
  background-color: transparent;
}
.single-resume-inner .single-candidate-head-left .categories li:nth-child(n+4) a:not(:disabled):not(.disabled):active, .single-resume-inner .single-candidate-head-left .categories li:nth-child(n+4) a:not(:disabled):not(.disabled).active, .show > .single-resume-inner .single-candidate-head-left .categories li:nth-child(n+4) a.dropdown-toggle {
  color: #fff;
  background-color: #070d37;
  border-color: #070d37;
}
.single-resume-inner .single-candidate-head-left .categories li:nth-child(n+4) a:not(:disabled):not(.disabled):active:focus, .single-resume-inner .single-candidate-head-left .categories li:nth-child(n+4) a:not(:disabled):not(.disabled).active:focus, .show > .single-resume-inner .single-candidate-head-left .categories li:nth-child(n+4) a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(7, 13, 55, 0.5);
}
@media (min-width: 1200px) {
  .single-resume-inner .single-candidate-head-left {
    padding: 44px 15px 40px;
  }
}

.single-resume__overview .single-resume__widget--title {
  font-size: 16px;
  font-weight: 500;
  color: #202020;
}
.single-resume__overview .single-resume__widget--content {
  padding-left: 0;
  list-style: none;
}
.single-resume__overview .single-resume__widget--content > li .single-resume-overview__detail {
  display: flex;
}
.single-resume__overview .single-resume__widget--content > li + li {
  margin-top: 30px;
}
.single-resume__overview .single-resume__widget--content > li h6 {
  font-size: 14px;
  color: #202020;
  margin: 4px 0;
}
.single-resume__overview .single-resume__widget--content > li i {
  font-size: 30px;
  margin-right: 16px;
}
.single-resume__overview .single-resume__widget--content > li ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.single-resume__overview .single-resume__widget--content > li .single-resume-overview__detail-content--value {
  color: #888;
}
.single-resume__overview .single-resume__widget--content > li .single-resume-overview__detail-content--value li {
  display: inline-block;
}
.single-resume__overview .single-resume__widget--content > li .single-resume-overview__detail-content--value a {
  color: #888;
}

.single-resume-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.single-resume-content .navbar-links,
.single-resume-content .job-overview-inner ul {
  padding-left: 0;
  list-style: none;
}
.single-resume-content .single-resume-content-navbar,
.single-resume-content .single-resume-content_inner {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .single-resume-content .single-resume-content_inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 0;
  }
  .single-resume-content .single-resume-content_inner .single-resume__content-area {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .single-resume-content .single-resume-content_inner .single-resume__sidebar-area {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-right: 0;
  }
}
.single-resume-content .single-resume__content-area h2 {
  margin-top: 0;
  font-size: 20px;
  color: #202020;
  margin-bottom: 16px;
}
.single-resume-content .single-resume__content-area p {
  color: #888;
  font-size: 14px;
}
.single-resume-content .single-resume__content-area .resume-manager-education dt::before {
  content: "\f19d";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 48px;
  left: 0;
  top: 6px;
}
.single-resume-content .single-resume__content-area .resume-manager-education dt, .single-resume-content .single-resume__content-area .resume-manager-education dd {
  border-width: 0;
  padding-left: 68px;
}
.single-resume-content .single-resume__content-area .resume-manager-experience dt,
.single-resume-content .single-resume__content-area .resume-manager-awards dt {
  position: inherit;
}
.single-resume-content .single-resume__content-area .resume-manager-experience dt::before,
.single-resume-content .single-resume__content-area .resume-manager-awards dt::before {
  content: "\f111";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  font-size: 17px;
  left: 28px;
  box-shadow: 0px 0px 0px 2px rgb(255, 255, 255);
  background-color: #fff;
}
.single-resume-content .single-resume__content-area .resume-manager-experience dt, .single-resume-content .single-resume__content-area .resume-manager-experience dd,
.single-resume-content .single-resume__content-area .resume-manager-awards dt,
.single-resume-content .single-resume__content-area .resume-manager-awards dd {
  border-left: 2px solid #e6e7ef;
  border-right-width: 0;
  padding-left: 48px;
  margin-left: 20px;
  margin-bottom: 0;
  overflow: hidden;
}
.single-resume-content .single-resume__content-area .resume-manager-experience dd:nth-last-child(1),
.single-resume-content .single-resume__content-area .resume-manager-awards dd:nth-last-child(1) {
  border-width: 0;
}
.single-resume-content .single-resume__content-area .resume-manager-experience > dt:nth-last-child(2),
.single-resume-content .single-resume__content-area .resume-manager-awards > dt:nth-last-child(2) {
  border-width: 0;
}
.single-resume-content .single-resume__content-area .resume-manager-education,
.single-resume-content .single-resume__content-area .resume-manager-experience,
.single-resume-content .single-resume__content-area .resume-manager-awards {
  border: 0;
  margin: 0;
  padding: 0;
}
.single-resume-content .single-resume__content-area .resume-manager-education dt::before,
.single-resume-content .single-resume__content-area .resume-manager-experience dt::before,
.single-resume-content .single-resume__content-area .resume-manager-awards dt::before {
  position: absolute;
}
.single-resume-content .single-resume__content-area .resume-manager-education dt, .single-resume-content .single-resume__content-area .resume-manager-education dd,
.single-resume-content .single-resume__content-area .resume-manager-experience dt,
.single-resume-content .single-resume__content-area .resume-manager-experience dd,
.single-resume-content .single-resume__content-area .resume-manager-awards dt,
.single-resume-content .single-resume__content-area .resume-manager-awards dd {
  padding-top: 0;
}
.single-resume-content .single-resume__content-area .resume-manager-education .timeline-title,
.single-resume-content .single-resume__content-area .resume-manager-education h3,
.single-resume-content .single-resume__content-area .resume-manager-experience .timeline-title,
.single-resume-content .single-resume__content-area .resume-manager-experience h3,
.single-resume-content .single-resume__content-area .resume-manager-awards .timeline-title,
.single-resume-content .single-resume__content-area .resume-manager-awards h3 {
  margin: 0;
}
.single-resume-content .single-resume__content-area .resume-manager-education .timeline-title::before,
.single-resume-content .single-resume__content-area .resume-manager-education h3::before,
.single-resume-content .single-resume__content-area .resume-manager-experience .timeline-title::before,
.single-resume-content .single-resume__content-area .resume-manager-experience h3::before,
.single-resume-content .single-resume__content-area .resume-manager-awards .timeline-title::before,
.single-resume-content .single-resume__content-area .resume-manager-awards h3::before {
  display: none;
}
.single-resume-content .single-resume__content-area .resume-manager-education .location,
.single-resume-content .single-resume__content-area .resume-manager-education .job_title,
.single-resume-content .single-resume__content-area .resume-manager-education .award-title,
.single-resume-content .single-resume__content-area .resume-manager-experience .location,
.single-resume-content .single-resume__content-area .resume-manager-experience .job_title,
.single-resume-content .single-resume__content-area .resume-manager-experience .award-title,
.single-resume-content .single-resume__content-area .resume-manager-awards .location,
.single-resume-content .single-resume__content-area .resume-manager-awards .job_title,
.single-resume-content .single-resume__content-area .resume-manager-awards .award-title {
  font-size: 16px;
  padding-right: 6px;
}
.single-resume-content .single-resume__content-area .resume-manager-education .qualification, .single-resume-content .single-resume__content-area .resume-manager-education .date, .single-resume-content .single-resume__content-area .resume-manager-education .employer,
.single-resume-content .single-resume__content-area .resume-manager-experience .qualification,
.single-resume-content .single-resume__content-area .resume-manager-experience .date,
.single-resume-content .single-resume__content-area .resume-manager-experience .employer,
.single-resume-content .single-resume__content-area .resume-manager-awards .qualification,
.single-resume-content .single-resume__content-area .resume-manager-awards .date,
.single-resume-content .single-resume__content-area .resume-manager-awards .employer {
  color: #888;
  font-size: 14px;
  font-weight: 500;
}
.single-resume-content .single-resume__content-area .resume-manager-education .employer,
.single-resume-content .single-resume__content-area .resume-manager-experience .employer,
.single-resume-content .single-resume__content-area .resume-manager-awards .employer {
  font-size: 16px;
}
.single-resume-content .single-resume__content-area .resume-manager-education dt + dd p,
.single-resume-content .single-resume__content-area .resume-manager-experience dt + dd p,
.single-resume-content .single-resume__content-area .resume-manager-awards dt + dd p {
  margin-bottom: 20px;
}
.single-resume-content .single-resume__content-area .candidate-experience,
.single-resume-content .single-resume__content-area .candidate-qualification {
  margin-bottom: 20px;
}
.single-resume-content .single-resume__content-area .resume-manager-skills {
  display: flex;
  flex-wrap: wrap;
}
.single-resume-content .single-resume__content-area .resume-manager-skills li {
  width: fit-content;
  padding-left: 0;
  padding-right: 25px;
}
.single-resume-content .single-resume__content-area .resume-manager-skills li::before {
  content: "\f0eb";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  padding-right: 6px;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .single-resume-content .single-resume__content-area .candidate-video iframe {
    max-height: 200px;
  }
}

.resume-single-type-v1 .single-resume-inner .single-candidate-head-left .categories {
  justify-content: center;
}
@media (min-width: 1200px) {
  .resume-single-type-v1 .single-resume-inner .single-candidate-head-left .categories {
    justify-content: flex-start;
  }
}
.resume-single-type-v1 .single-resume-inner .social-network-pages {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5px;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0px 0px;
  font-size: 1rem;
  line-height: 1;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
  margin-right: 7px;
}
@media (prefers-reduced-motion: reduce) {
  .resume-single-type-v1 .single-resume-inner .social-network-pages a {
    transition: none;
  }
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a:hover, .resume-single-type-v1 .single-resume-inner .social-network-pages a:focus {
  text-decoration: none;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a:focus, .resume-single-type-v1 .single-resume-inner .social-network-pages a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.disabled, .resume-single-type-v1 .single-resume-inner .social-network-pages a:disabled {
  opacity: 0.65;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a:not(:disabled):not(.disabled):active, .resume-single-type-v1 .single-resume-inner .social-network-pages a:not(:disabled):not(.disabled).active {
  background-image: none;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-twitter {
  color: #55acee;
  border-color: #55acee;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-twitter:hover {
  color: #fff;
  background-color: #55acee;
  border-color: #55acee;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-twitter:focus, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-twitter.focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 172, 238, 0.5);
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-twitter.disabled, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-twitter:disabled {
  color: #55acee;
  background-color: transparent;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-twitter:not(:disabled):not(.disabled):active, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-twitter:not(:disabled):not(.disabled).active, .show > .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-twitter.dropdown-toggle {
  color: #212529;
  background-color: #55acee;
  border-color: #55acee;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-twitter:not(:disabled):not(.disabled):active:focus, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-twitter:not(:disabled):not(.disabled).active:focus, .show > .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 172, 238, 0.5);
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-facebook {
  color: #3b5999;
  border-color: #3b5999;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-facebook:hover {
  color: #fff;
  background-color: #3b5999;
  border-color: #3b5999;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-facebook:focus, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-facebook.focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 89, 153, 0.5);
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-facebook.disabled, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-facebook:disabled {
  color: #3b5999;
  background-color: transparent;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-facebook:not(:disabled):not(.disabled):active, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-facebook:not(:disabled):not(.disabled).active, .show > .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-facebook.dropdown-toggle {
  color: #fff;
  background-color: #3b5999;
  border-color: #3b5999;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-facebook:not(:disabled):not(.disabled):active:focus, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-facebook:not(:disabled):not(.disabled).active:focus, .show > .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 89, 153, 0.5);
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-google-plus {
  color: #dd4b39;
  border-color: #dd4b39;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-google-plus:hover {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-google-plus:focus, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-google-plus.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 75, 57, 0.5);
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-google-plus.disabled, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-google-plus:disabled {
  color: #dd4b39;
  background-color: transparent;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-google-plus:not(:disabled):not(.disabled):active, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-google-plus:not(:disabled):not(.disabled).active, .show > .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-google-plus.dropdown-toggle {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-google-plus:not(:disabled):not(.disabled):active:focus, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-google-plus:not(:disabled):not(.disabled).active:focus, .show > .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-google-plus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 75, 57, 0.5);
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-linkedin {
  color: #0077B5;
  border-color: #0077B5;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-linkedin:hover {
  color: #fff;
  background-color: #0077B5;
  border-color: #0077B5;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-linkedin:focus, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-linkedin.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 119, 181, 0.5);
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-linkedin.disabled, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-linkedin:disabled {
  color: #0077B5;
  background-color: transparent;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-linkedin:not(:disabled):not(.disabled):active, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-linkedin:not(:disabled):not(.disabled).active, .show > .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #0077B5;
  border-color: #0077B5;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-linkedin:not(:disabled):not(.disabled):active:focus, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-linkedin:not(:disabled):not(.disabled).active:focus, .show > .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 119, 181, 0.5);
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-instagram {
  color: #e4405f;
  border-color: #e4405f;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-instagram:hover {
  color: #fff;
  background-color: #e4405f;
  border-color: #e4405f;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-instagram:focus, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-instagram.focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 64, 95, 0.5);
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-instagram.disabled, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-instagram:disabled {
  color: #e4405f;
  background-color: transparent;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-instagram:not(:disabled):not(.disabled):active, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-instagram:not(:disabled):not(.disabled).active, .show > .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-instagram.dropdown-toggle {
  color: #fff;
  background-color: #e4405f;
  border-color: #e4405f;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-instagram:not(:disabled):not(.disabled):active:focus, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-instagram:not(:disabled):not(.disabled).active:focus, .show > .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 64, 95, 0.5);
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-youtube {
  color: #cd201f;
  border-color: #cd201f;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-youtube:hover {
  color: #fff;
  background-color: #cd201f;
  border-color: #cd201f;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-youtube:focus, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-youtube.focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 32, 31, 0.5);
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-youtube.disabled, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-youtube:disabled {
  color: #cd201f;
  background-color: transparent;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-youtube:not(:disabled):not(.disabled):active, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-youtube:not(:disabled):not(.disabled).active, .show > .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-youtube.dropdown-toggle {
  color: #fff;
  background-color: #cd201f;
  border-color: #cd201f;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-youtube:not(:disabled):not(.disabled):active:focus, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-youtube:not(:disabled):not(.disabled).active:focus, .show > .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-youtube.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 32, 31, 0.5);
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-behance {
  color: #131418;
  border-color: #131418;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-behance:hover {
  color: #fff;
  background-color: #131418;
  border-color: #131418;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-behance:focus, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-behance.focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 20, 24, 0.5);
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-behance.disabled, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-behance:disabled {
  color: #131418;
  background-color: transparent;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-behance:not(:disabled):not(.disabled):active, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-behance:not(:disabled):not(.disabled).active, .show > .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-behance.dropdown-toggle {
  color: #fff;
  background-color: #131418;
  border-color: #131418;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-behance:not(:disabled):not(.disabled):active:focus, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-behance:not(:disabled):not(.disabled).active:focus, .show > .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-behance.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 20, 24, 0.5);
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-pinterest {
  color: #bd081c;
  border-color: #bd081c;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-pinterest:hover {
  color: #fff;
  background-color: #bd081c;
  border-color: #bd081c;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-pinterest:focus, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-pinterest.focus {
  box-shadow: 0 0 0 0.2rem rgba(189, 8, 28, 0.5);
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-pinterest.disabled, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-pinterest:disabled {
  color: #bd081c;
  background-color: transparent;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-pinterest:not(:disabled):not(.disabled):active, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-pinterest:not(:disabled):not(.disabled).active, .show > .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-pinterest.dropdown-toggle {
  color: #fff;
  background-color: #bd081c;
  border-color: #bd081c;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-pinterest:not(:disabled):not(.disabled):active:focus, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-pinterest:not(:disabled):not(.disabled).active:focus, .show > .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-pinterest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(189, 8, 28, 0.5);
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-github {
  color: #1F1F1F;
  border-color: #1F1F1F;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-github:hover {
  color: #fff;
  background-color: #1F1F1F;
  border-color: #1F1F1F;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-github:focus, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-github.focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 31, 31, 0.5);
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-github.disabled, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-github:disabled {
  color: #1F1F1F;
  background-color: transparent;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-github:not(:disabled):not(.disabled):active, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-github:not(:disabled):not(.disabled).active, .show > .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-github.dropdown-toggle {
  color: #fff;
  background-color: #1F1F1F;
  border-color: #1F1F1F;
}
.resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-github:not(:disabled):not(.disabled):active:focus, .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-github:not(:disabled):not(.disabled).active:focus, .show > .resume-single-type-v1 .single-resume-inner .social-network-pages a.candidate-github.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 31, 31, 0.5);
}
@media (min-width: 1200px) {
  .resume-single-type-v1 .single-resume-inner .social-network-pages {
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .resume-single-type-v1 .single-resume-inner .social-network-pages a {
    width: 45px;
    height: 45px;
    margin-bottom: 16px;
    margin-right: 16px;
  }
}
@media (min-width: 1200px) {
  .resume-single-type-v1 .single-resume-inner .single-resume-head-inner > div.single-candidate-head-left {
    padding-left: 15px;
  }
}
.resume-single-type-v1 .single-candidate-head-left .categories {
  margin-bottom: 16px;
}
.resume-single-type-v1 .single-candidate-head-left .categories li a {
  color: #888;
  background-color: #edeff7;
}
.resume-single-type-v1 .single-candidate-head-left .categories li a:hover, .resume-single-type-v1 .single-candidate-head-left .categories li a:focus {
  color: #fff;
}
.resume-single-type-v1 .single-candidate-head-left .social-network-pages {
  margin-bottom: 23px;
}
@media (min-width: 1200px) {
  .resume-single-type-v1 .single-candidate-head-left .categories {
    margin-bottom: 0;
  }
  .resume-single-type-v1 .single-candidate-head-left .social-network-pages {
    margin-bottom: 0;
  }
}
.resume-single-type-v1 .single-candidate-head-right {
  align-items: center;
  flex-direction: column;
}
.resume-single-type-v1 .single-candidate-head-right .candidate-location-published {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}
.resume-single-type-v1 .single-candidate-head-right .candidate-resume {
  align-self: center;
}
.resume-single-type-v1 .single-candidate-head-right .candidate-resume a {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 8px 41px;
  font-size: 0.9375rem;
  line-height: 2;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
@media (prefers-reduced-motion: reduce) {
  .resume-single-type-v1 .single-candidate-head-right .candidate-resume a {
    transition: none;
  }
}
.resume-single-type-v1 .single-candidate-head-right .candidate-resume a:hover, .resume-single-type-v1 .single-candidate-head-right .candidate-resume a:focus {
  text-decoration: none;
}
.resume-single-type-v1 .single-candidate-head-right .candidate-resume a:focus, .resume-single-type-v1 .single-candidate-head-right .candidate-resume a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.resume-single-type-v1 .single-candidate-head-right .candidate-resume a.disabled, .resume-single-type-v1 .single-candidate-head-right .candidate-resume a:disabled {
  opacity: 0.65;
}
.resume-single-type-v1 .single-candidate-head-right .candidate-resume a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.resume-single-type-v1 .single-candidate-head-right .candidate-resume a:not(:disabled):not(.disabled):active, .resume-single-type-v1 .single-candidate-head-right .candidate-resume a:not(:disabled):not(.disabled).active {
  background-image: none;
}
.resume-single-type-v1 .single-candidate-head-right .candidate-resume a i {
  padding-left: 8px;
  font-size: 20px;
  color: #1da1f2;
}
.resume-single-type-v1 .single-candidate-head-right .candidate-resume a:hover i {
  color: #fff;
}
.resume-single-type-v1 .single-candidate-head-right .candidate-resume a:focus i {
  color: inherit;
}
.resume-single-type-v1 .single-candidate-head-right .candidate-resume a:active {
  color: #fff !important;
}
@media (min-width: 1200px) {
  .resume-single-type-v1 .single-candidate-head-right {
    flex-direction: row;
    padding: 48px 15px 55px;
  }
  .resume-single-type-v1 .single-candidate-head-right .candidate-location-published {
    flex-direction: row;
    align-items: normal;
    align-self: flex-start;
    margin-bottom: 0;
  }
  .resume-single-type-v1 .single-candidate-head-right .location {
    margin-bottom: 0;
  }
  .resume-single-type-v1 .single-candidate-head-right .candidate-resume {
    align-self: flex-end;
  }
}
.resume-single-type-v1 .single-candidate-details {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .resume-single-type-v1 .single-candidate-details {
    margin-bottom: 0;
  }
}
.resume-single-type-v1 .single-resume-content-navbar {
  margin-bottom: 30px;
}
.resume-single-type-v1 .single-resume-content-navbar ul {
  border: 2px solid #e6e7ef;
  margin-bottom: 0;
  display: flex;
  height: 60px;
  align-items: center;
  border-radius: 8px;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}
.resume-single-type-v1 .single-resume-content-navbar ul li {
  height: inherit;
}
.resume-single-type-v1 .single-resume-content-navbar ul li a {
  height: inherit;
  -moz-height: 58px;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #888;
  padding: 2px 10px 0;
  width: max-content;
  border-bottom: 2px solid transparent;
}
.resume-single-type-v1 .single-resume-content-navbar ul li a i {
  display: none;
}
.resume-single-type-v1 .single-resume-content-navbar ul li a.active {
  font-weight: 600;
}
@media (min-width: 768px) {
  .resume-single-type-v1 .single-resume-content-navbar ul {
    justify-content: center;
  }
  .resume-single-type-v1 .single-resume-content-navbar ul li {
    text-align: center;
  }
  .resume-single-type-v1 .single-resume-content-navbar ul li a {
    width: fit-content;
  }
}
@media (min-width: 992px) {
  .resume-single-type-v1 .single-resume-content-navbar ul {
    overflow-x: inherit;
    overflow-y: inherit;
  }
  .resume-single-type-v1 .single-resume-content-navbar ul li a.active {
    font-weight: 400;
  }
}
@media (min-width: 1200px) {
  .resume-single-type-v1 .single-resume-content-navbar {
    margin-bottom: 30px;
  }
  .resume-single-type-v1 .single-resume-content-navbar ul li a {
    font-size: 15px;
  }
  .resume-single-type-v1 .single-resume-content-navbar ul li + li {
    margin-left: 22px;
  }
}
.resume-single-type-v1 .single-resume-content-navbar-inner.stuck {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  left: 0;
}
.resume-single-type-v1 .single-resume-content-navbar-inner.stuck ul {
  width: 100vw;
  position: relative;
  margin-left: calc(-50vw + 50% - 8px);
  border-width: 2px 0;
  border-top-color: transparent;
  border-radius: 0;
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .resume-single-type-v1 .single-resume-content-navbar-inner.stuck ul {
    /* (max-width: 991.98px) */
    margin-left: calc(-50vw + 50%);
  }
}
.resume-single-type-v1 .single-resume__widget--content {
  padding: 24px 20px;
  border: 2px solid #e6e7ef;
  border-radius: 8px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .resume-single-type-v1 .single-resume-content_inner .single-resume__sidebar-area {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .resume-single-type-v1 .single-resume-content_inner .single-resume__sidebar-area .single-resume__overview,
  .resume-single-type-v1 .single-resume-content_inner .single-resume__sidebar-area .contact-candidate {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 0;
  }
}
.resume-single-type-v1.admin-bar .single-resume-content-navbar-inner.stuck {
  top: 32px;
}

.resume-single-type-v2 .single-resume-inner .single-candidate-head-right {
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  .resume-single-type-v2 .single-resume-inner .single-candidate-head-right {
    padding: 35px 15px 55px;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  .resume-single-type-v2 .single-resume-inner .single-candidate-head-left {
    padding: 57px 15px 55px;
  }
}
.resume-single-type-v2 .single-resume-inner .social-network-pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.resume-single-type-v2 .single-resume-inner .social-network-pages a {
  font-size: 15px;
  color: #888;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.resume-single-type-v2 .single-resume-inner .social-network-pages a.candidate-twitter:hover, .resume-single-type-v2 .single-resume-inner .social-network-pages a.candidate-twitter:focus {
  color: #55acee;
}
.resume-single-type-v2 .single-resume-inner .social-network-pages a.candidate-facebook:hover, .resume-single-type-v2 .single-resume-inner .social-network-pages a.candidate-facebook:focus {
  color: #3b5999;
}
.resume-single-type-v2 .single-resume-inner .social-network-pages a.candidate-google-plus:hover, .resume-single-type-v2 .single-resume-inner .social-network-pages a.candidate-google-plus:focus {
  color: #dd4b39;
}
.resume-single-type-v2 .single-resume-inner .social-network-pages a.candidate-linkedin:hover, .resume-single-type-v2 .single-resume-inner .social-network-pages a.candidate-linkedin:focus {
  color: #0077B5;
}
.resume-single-type-v2 .single-resume-inner .social-network-pages a.candidate-instagram:hover, .resume-single-type-v2 .single-resume-inner .social-network-pages a.candidate-instagram:focus {
  color: #e4405f;
}
.resume-single-type-v2 .single-resume-inner .social-network-pages a.candidate-youtube:hover, .resume-single-type-v2 .single-resume-inner .social-network-pages a.candidate-youtube:focus {
  color: #cd201f;
}
.resume-single-type-v2 .single-resume-inner .social-network-pages a.candidate-behance:hover, .resume-single-type-v2 .single-resume-inner .social-network-pages a.candidate-behance:focus {
  color: #131418;
}
.resume-single-type-v2 .single-resume-inner .social-network-pages a.candidate-pinterest:hover, .resume-single-type-v2 .single-resume-inner .social-network-pages a.candidate-pinterest:focus {
  color: #bd081c;
}
.resume-single-type-v2 .single-resume-inner .social-network-pages a.candidate-github:hover, .resume-single-type-v2 .single-resume-inner .social-network-pages a.candidate-github:focus {
  color: #1F1F1F;
}
@media (min-width: 1200px) {
  .resume-single-type-v2 .single-resume-inner .social-network-pages {
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .resume-single-type-v2 .single-resume-inner .social-network-pages a {
    color: #fff;
  }
}
.resume-single-type-v2 .single-candidate-details .candidate-info {
  margin-bottom: 15px;
}
.resume-single-type-v2 .single-candidate-details .published-date {
  font-size: 13px;
  color: #888;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.resume-single-type-v2 .single-candidate-details .published-date i {
  font-size: 16px;
  padding-right: 6px;
}
.resume-single-type-v2 .single-candidate-details .categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.resume-single-type-v2 .single-candidate-details .categories li {
  margin-bottom: 14px;
  margin-right: 20px;
}
.resume-single-type-v2 .single-candidate-details .categories li a {
  font-size: 13px;
  color: #888;
  padding: 4px 18px;
  background-color: #edeff7;
  border-radius: 4px;
  display: flex;
}
.resume-single-type-v2 .single-candidate-details .categories li a:hover, .resume-single-type-v2 .single-candidate-details .categories li a:focus {
  color: #fff;
}
@media (min-width: 1200px) {
  .resume-single-type-v2 .single-candidate-details .candidate-info {
    margin-bottom: 0;
  }
  .resume-single-type-v2 .single-candidate-details .published-date {
    margin-bottom: 20px;
  }
}
.resume-single-type-v2 .single-candidate-head-right .location {
  margin-bottom: 20px;
}
.resume-single-type-v2 .single-candidate-head-right .candidate-resume a {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 4.5px 38px;
  font-size: 0.875rem;
  line-height: 2;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
@media (prefers-reduced-motion: reduce) {
  .resume-single-type-v2 .single-candidate-head-right .candidate-resume a {
    transition: none;
  }
}
.resume-single-type-v2 .single-candidate-head-right .candidate-resume a:hover, .resume-single-type-v2 .single-candidate-head-right .candidate-resume a:focus {
  text-decoration: none;
}
.resume-single-type-v2 .single-candidate-head-right .candidate-resume a:focus, .resume-single-type-v2 .single-candidate-head-right .candidate-resume a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.resume-single-type-v2 .single-candidate-head-right .candidate-resume a.disabled, .resume-single-type-v2 .single-candidate-head-right .candidate-resume a:disabled {
  opacity: 0.65;
}
.resume-single-type-v2 .single-candidate-head-right .candidate-resume a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.resume-single-type-v2 .single-candidate-head-right .candidate-resume a:not(:disabled):not(.disabled):active, .resume-single-type-v2 .single-candidate-head-right .candidate-resume a:not(:disabled):not(.disabled).active {
  background-image: none;
}
.resume-single-type-v2 .single-candidate-head-right .candidate-resume a i {
  padding-left: 8px;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .resume-single-type-v2 .single-candidate-head-right .location {
    margin-bottom: 0;
  }
}
.resume-single-type-v2 .single-resume-content .single-resume-content_inner {
  display: flex;
  flex-wrap: wrap;
}
.resume-single-type-v2 .single-resume-content .single-resume-content_inner .single-resume__sidebar-area,
.resume-single-type-v2 .single-resume-content .single-resume-content_inner .single-resume__content-area {
  flex: 0 0 100%;
  max-width: 100%;
}
.resume-single-type-v2 .single-resume-content .single-resume-content_inner .single-resume__content-area {
  order: 2;
}
@media (min-width: 992px) {
  .resume-single-type-v2 .single-resume-content .single-resume-content-navbar {
    flex: 0 0 25%;
    max-width: 25%;
    order: 2;
  }
  .resume-single-type-v2 .single-resume-content .single-resume-content_inner {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  .resume-single-type-v2 .site-content {
    margin-bottom: 0;
  }
}
.resume-single-type-v2 .site-footer {
  position: relative;
  z-index: 2;
}
.resume-single-type-v2 .single-resume-content_inner {
  padding: 0;
  margin-right: 0;
}
.resume-single-type-v2 .single-resume-content {
  margin: 0;
}
@media (min-width: 992px) {
  .resume-single-type-v2 .single-resume-content {
    border-top: 1px solid #edeff7;
  }
}
@media (min-width: 992px) {
  .resume-single-type-v2 .single-resume__content-area {
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
.resume-single-type-v2 .single-resume__content-area .resume-manager-experience dt, .resume-single-type-v2 .single-resume__content-area .resume-manager-experience dd,
.resume-single-type-v2 .single-resume__content-area .resume-manager-awards dt,
.resume-single-type-v2 .single-resume__content-area .resume-manager-awards dd {
  margin-left: 35px;
  padding-left: 33px;
}
@media (min-width: 992px) {
  .resume-single-type-v2 .single-resume__content-area .resume-manager-experience dt, .resume-single-type-v2 .single-resume__content-area .resume-manager-experience dd,
  .resume-single-type-v2 .single-resume__content-area .resume-manager-awards dt,
  .resume-single-type-v2 .single-resume__content-area .resume-manager-awards dd {
    margin-left: 20px;
    padding-left: 48px;
  }
}
.resume-single-type-v2 .single-resume-content-navbar {
  padding: 0;
}
@media (min-width: 992px) {
  .resume-single-type-v2 .single-resume-content-navbar {
    padding-left: 15px;
    border-left: 1px solid #edeff7;
  }
}
.resume-single-type-v2 .single-resume-content-navbar .navbar-links {
  flex-wrap: nowrap;
  overflow-x: scroll;
}
.resume-single-type-v2 .single-resume-content-navbar .navbar-links li {
  width: max-content;
  padding: 15px 0;
}
.resume-single-type-v2 .single-resume-content-navbar .navbar-links li i {
  font-size: 26px;
  padding-right: 15px;
}
.resume-single-type-v2 .single-resume-content-navbar .navbar-links li a {
  display: flex;
  align-items: center;
  width: max-content;
  color: #888;
  font-size: 15px;
}
@media (min-width: 992px) {
  .resume-single-type-v2 .single-resume-content-navbar .navbar-links {
    padding: 28px 0 0 8px;
    flex-direction: column;
    overflow-x: inherit;
  }
  .resume-single-type-v2 .single-resume-content-navbar .navbar-links li {
    padding: 0;
  }
  .resume-single-type-v2 .single-resume-content-navbar .navbar-links li + li {
    margin-top: 24px;
  }
  .resume-single-type-v2 .single-resume-content-navbar .navbar-links li a {
    width: fit-content;
  }
}
.resume-single-type-v2 .single-resume-content-navbar .contact-candidate-email {
  margin-top: 0;
  margin-bottom: 30px;
}
.resume-single-type-v2 .single-resume-content-navbar .contact-candidate-email a {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 9px 18px;
  font-size: 0.875rem;
  line-height: 2;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: auto;
}
@media (prefers-reduced-motion: reduce) {
  .resume-single-type-v2 .single-resume-content-navbar .contact-candidate-email a {
    transition: none;
  }
}
.resume-single-type-v2 .single-resume-content-navbar .contact-candidate-email a:hover, .resume-single-type-v2 .single-resume-content-navbar .contact-candidate-email a:focus {
  text-decoration: none;
}
.resume-single-type-v2 .single-resume-content-navbar .contact-candidate-email a:focus, .resume-single-type-v2 .single-resume-content-navbar .contact-candidate-email a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.resume-single-type-v2 .single-resume-content-navbar .contact-candidate-email a.disabled, .resume-single-type-v2 .single-resume-content-navbar .contact-candidate-email a:disabled {
  opacity: 0.65;
}
.resume-single-type-v2 .single-resume-content-navbar .contact-candidate-email a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.resume-single-type-v2 .single-resume-content-navbar .contact-candidate-email a:not(:disabled):not(.disabled):active, .resume-single-type-v2 .single-resume-content-navbar .contact-candidate-email a:not(:disabled):not(.disabled).active {
  background-image: none;
}
.resume-single-type-v2 .single-resume-content-navbar .contact-candidate-email a i {
  font-size: 22px;
  margin-right: 10px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .resume-single-type-v2 .single-resume-content-navbar .contact-candidate-email a {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .resume-single-type-v2 .single-resume-content-navbar .contact-candidate-email a {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.resume-single-type-v2 .single-resume-content-navbar .single-resume-content-navbar-inner {
  display: flex;
  flex-direction: column;
}
.resume-single-type-v2 .single-resume-content-navbar .single-resume-content-navbar-inner .navbar-links {
  order: 1;
}
.resume-single-type-v2 .single-resume-content-navbar .single-resume-content-navbar-inner.stuck {
  position: fixed;
  top: 0;
  z-index: 1;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 2px solid #edeff7;
}
.resume-single-type-v2 .single-resume-content-navbar .single-resume-content-navbar-inner.stuck .contact-candidate-email,
.resume-single-type-v2 .single-resume-content-navbar .single-resume-content-navbar-inner.stuck .job-manager-form.wp-job-manager-bookmarks-form {
  display: none;
}
@media (min-width: 992px) {
  .resume-single-type-v2 .single-resume-content-navbar .single-resume-content-navbar-inner {
    display: block;
  }
  .resume-single-type-v2 .single-resume-content-navbar .single-resume-content-navbar-inner.stuck {
    left: auto;
    width: auto;
    border-bottom: none;
  }
  .resume-single-type-v2 .single-resume-content-navbar .single-resume-content-navbar-inner.stuck .contact-candidate-email {
    display: flex;
  }
}
.resume-single-type-v2 .single-resume__sidebar-area {
  padding-right: 0;
}
.resume-single-type-v2 .single-resume__overview {
  margin-bottom: 26px;
}
@media (min-width: 992px) {
  .resume-single-type-v2 .single-resume__overview {
    border-bottom: 1px solid #edeff7;
  }
}
.resume-single-type-v2 .single-resume__overview .single-resume__widget--content {
  padding: 24px 20px;
}
@media (min-width: 768px) {
  .resume-single-type-v2 .single-resume__overview .single-resume__widget--content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 24px 0 0;
    margin-bottom: 0;
  }
  .resume-single-type-v2 .single-resume__overview .single-resume__widget--content > li {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    margin-bottom: 24px;
  }
  .resume-single-type-v2 .single-resume__overview .single-resume__widget--content > li + li {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .resume-single-type-v2 .single-resume__overview .single-resume__widget--content {
    border: 2px solid #e6e7ef;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
  }
}
.resume-single-type-v2 .single-resume__overview .single-resume__widget--title {
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .resume-single-type-v2 .single-resume__overview .single-resume__widget--title {
    display: none;
  }
}

#resume_preview .resume_preview_title,
#resume_preview .job_listing_preview_title {
  position: relative;
  z-index: 1;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: transparent;
  flex-direction: column;
  padding: 10px 0;
}
#resume_preview .resume_preview_title #resume_preview_submit_button,
#resume_preview .job_listing_preview_title #resume_preview_submit_button {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #resume_preview .resume_preview_title,
  #resume_preview .job_listing_preview_title {
    justify-content: space-between;
    flex-direction: row;
    top: 110px;
    position: absolute;
  }
  #resume_preview .resume_preview_title #resume_preview_submit_button,
  #resume_preview .job_listing_preview_title #resume_preview_submit_button {
    order: 3;
    margin-bottom: 0;
  }
}
#resume_preview .resume_preview_title h2,
#resume_preview .job_listing_preview_title h2 {
  color: #fff;
  order: -1;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  #resume_preview .resume_preview_title h2,
  #resume_preview .job_listing_preview_title h2 {
    order: 1;
    margin-bottom: 0;
  }
}
#resume_preview .single-resume-head {
  margin-top: -217px;
  padding-top: 240px;
}
#resume_preview .single-resume-head::after {
  top: 310px;
}
@media (min-width: 768px) {
  #resume_preview .single-resume-head {
    margin-top: -71px;
    padding-top: 210px;
  }
  #resume_preview .single-resume-head::after {
    top: 300px;
  }
}
#resume_preview input.button {
  border-width: 0;
  margin: 0;
}
#resume_preview .resume_preview.single-resume {
  border-width: 0;
  padding-bottom: 0;
}
#resume_preview .resume_preview.single-resume h1 {
  display: none;
}

.jobhunt-sticky-header-enabled.resume-single-type-v2 .single-resume-content-navbar .single-resume-content-navbar-inner.stuck,
.jobhunt-sticky-header-enabled.resume-single-type-v1 .single-resume-content-navbar-inner.stuck {
  top: 70px;
}

.admin-bar.jobhunt-sticky-header-enabled.resume-single-type-v2 .single-resume-content-navbar .single-resume-content-navbar-inner.stuck,
.admin-bar.jobhunt-sticky-header-enabled.resume-single-type-v1 .single-resume-content-navbar-inner.stuck {
  top: 102px;
}

.candidate-profile-section {
  width: 100vw;
  position: relative;
  margin-left: calc(-50vw + 50% - 8px);
  background-color: #fbfbfd;
  padding: 42px 0 0;
}
@media (max-width: 991.98px) {
  .candidate-profile-section { /* (max-width: 991.98px) */
    margin-left: calc(-50vw + 50%);
  }
}

.candidate-profile-inner .candidates {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.candidate-profile-inner .candidate {
  padding: 0 15px;
}
.candidate-profile-inner .candidate:hover, .candidate-profile-inner .candidate:focus {
  outline: none;
}
.candidate-profile-inner .candidate:hover .candidate-inner, .candidate-profile-inner .candidate:focus .candidate-inner {
  box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
}
.candidate-profile-inner .candidate-inner {
  height: 264px;
  background-color: #fff;
  border-radius: 8px;
  padding: 86px 20px 16px;
  position: relative;
  margin-top: 80px;
  margin-bottom: 22px;
  transition: all 0.4s ease 0s;
}
.candidate-profile-inner img {
  width: 122px;
  height: 122px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 10px rgb(255, 255, 255);
  position: absolute;
  top: -66px;
  transform: translate(-50%, 0%);
  left: 50%;
  background-color: #e7e7e7;
}
.candidate-profile-inner .candidate-name {
  font-size: 16px;
  margin: 0 0 6px;
  font-weight: 500;
  color: #202020;
}
.candidate-profile-inner .candidate-info {
  margin-bottom: 16px;
}
.candidate-profile-inner .profession,
.candidate-profile-inner .candidate-content {
  font-size: 14px;
  color: #888;
}
.candidate-profile-inner .candidate-content {
  margin-bottom: 22px;
}
.candidate-profile-inner .view-resume {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.candidate-profile-inner .view-resume:hover, .candidate-profile-inner .view-resume:focus {
  outline: none;
}
.candidate-profile-inner .view-resume i {
  font-size: 18px;
  margin-left: 10px;
}
.candidate-profile-inner .slick-dots button::before,
.candidate-profile-inner .slick-dots li.slick-active button::before {
  font-size: 22px;
  color: #647585;
}
.candidate-profile-inner .slick-dots {
  padding: 20px 0 40px;
}

.jh-resumes {
  padding-left: 0;
  list-style: none;
}
.jh-resumes .resume-inner {
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .jh-resumes .resume-inner {
    padding: 16px 0;
  }
}
.jh-resumes .candidate-details {
  flex: 0 1 100%;
  align-self: flex-start;
}
.jh-resumes .candidate-details a {
  display: inline-block;
}
.jh-resumes .candidate-details a h3 {
  margin: 0;
  font-size: 16px;
  color: #202020;
}
.jh-resumes .candidate-title strong {
  font-weight: 500;
}
.jh-resumes .candidate-image {
  margin-right: 30px;
}
.jh-resumes .candidate-image a {
  display: block;
}
.jh-resumes .location {
  display: flex;
  align-items: center;
}
.jh-resumes .location > a {
  color: #888;
  margin-top: 4px;
}
.jh-resumes .location i {
  display: block;
  font-size: 22px;
  color: #888;
}
.jh-resumes .candidate_photo {
  max-width: 100px;
  height: 86px;
  border-radius: 8px;
  width: 100px;
  object-fit: cover;
}
.jh-resumes .resume {
  display: flex;
  align-items: center;
}
.jh-resumes .resume + .resume {
  border-top: 1px solid #edeff7;
}
.jh-resumes .resume:hover, .jh-resumes .resume:focus {
  box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
}
.jh-resumes .view-resume-action a {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 10px 18px;
  font-size: 0.875rem;
  line-height: 16px;
  border-radius: 4px;
  min-width: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (prefers-reduced-motion: reduce) {
  .jh-resumes .view-resume-action a {
    transition: none;
  }
}
.jh-resumes .view-resume-action a:hover, .jh-resumes .view-resume-action a:focus {
  text-decoration: none;
}
.jh-resumes .view-resume-action a:focus, .jh-resumes .view-resume-action a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.jh-resumes .view-resume-action a.disabled, .jh-resumes .view-resume-action a:disabled {
  opacity: 0.65;
}
.jh-resumes .view-resume-action a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.jh-resumes .view-resume-action a:not(:disabled):not(.disabled):active, .jh-resumes .view-resume-action a:not(:disabled):not(.disabled).active {
  background-image: none;
}
.jh-resumes .view-resume-action a i {
  font-size: 16px;
  margin-left: 12px;
}
.jh-resumes .view-resume-action a:active {
  color: #fff !important;
}
@media (max-width: 767.98px) {
  .jh-resumes .resume-inner {
    flex-direction: column;
    align-items: center;
    padding: 30px 10px;
  }
  .jh-resumes .candidate-image {
    margin-right: 0;
  }
  .jh-resumes .candidate_photo {
    max-width: 120px;
    width: 120px;
    height: 96px;
    margin-bottom: 25px;
  }
  .jh-resumes .candidate-details {
    margin-bottom: 25px;
    align-self: center;
    text-align: center;
  }
  .jh-resumes .location {
    justify-content: center;
  }
}

.resume-type-v2 .jh-resumes .resume:hover, .resume-type-v2 .jh-resumes .resume:focus,
.resume-type-v3 .jh-resumes .resume:hover,
.resume-type-v3 .jh-resumes .resume:focus {
  box-shadow: none;
}

.resume-type-v3 .jh-resumes .resume {
  border: 2px solid transparent;
}
.resume-type-v3 .jh-resumes .resume + .resume {
  border-top: 2px solid transparent;
}
.resume-type-v3 .jh-resumes .resume:hover, .resume-type-v3 .jh-resumes .resume:focus {
  border-color: #e6e7ef;
  border-radius: 4px;
}

.no-resumes-found {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #fff;
  background-color: #ed5a5a;
  border-color: #ed5a5a;
}
.no-resumes-found hr {
  border-top-color: #ea4343;
}
.no-resumes-found .alert-link {
  color: #e6e6e6;
}
.no-resumes-found a, .no-resumes-found strong {
  color: #fff;
}

.faq-with-testimonail-section .jobhunt-faq-section,
.faq-with-testimonail-section .testimonial-block {
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .faq-with-testimonail-section .jobhunt-faq-section .section-header .section-title,
  .faq-with-testimonail-section .testimonial-block .section-header .section-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .faq-with-testimonail-section .jobhunt-faq-section .faq-content-question-header h5[data-toggle=collapse],
  .faq-with-testimonail-section .testimonial-block .faq-content-question-header h5[data-toggle=collapse] {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .faq-with-testimonail-section .jobhunt-faq-section .faq-content-question-header h5[data-toggle=collapse],
  .faq-with-testimonail-section .testimonial-block .faq-content-question-header h5[data-toggle=collapse] {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .faq-with-testimonail-section.jh-section {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .faq-with-testimonail-section .faq-content-question-header {
    min-height: 80px;
  }
}
.faq-with-testimonail-section .section-header {
  text-align: left;
}
.faq-with-testimonail-section .v3 .testimonials .testimonial-inner {
  padding: 0;
}
.faq-with-testimonail-section .v3 .testimonial .customer-feedback::before {
  top: -170px;
  left: auto;
  right: 40px;
  width: 50px;
  transform: rotate(180deg);
}
.faq-with-testimonail-section .v3 .testimonials img {
  border-width: 0;
}
.faq-with-testimonail-section .v3 .customer-profile-image {
  box-shadow: none;
}
.faq-with-testimonail-section .v3 .testimonial .customer-feedback::after {
  content: none;
}
.faq-with-testimonail-section .slick-dots {
  padding: 10px 0;
}
.faq-with-testimonail-section .testimonials {
  padding-top: 24px;
}

.job-categories-section {
  text-align: center;
}
@media (max-width: 767.98px) {
  .job-categories-section .job-category {
    flex-shrink: 0;
  }
}
.job-categories-section .job-categories {
  padding-left: 0;
  list-style: none;
}
@media (max-width: 1199.98px) {
  .job-categories-section .job-categories {
    overflow-y: scroll;
    flex-wrap: nowrap;
  }
}

.job-list-summary-section .job-details-inner {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  flex: inherit;
}
.job-list-summary-section .job-listing-loop-job__title {
  width: 100%;
}
@media (min-width: 768px) {
  .job-list-summary-section .job-location {
    margin-left: 14px;
  }
  .job-list-summary-section .job-location i {
    display: none;
  }
}
@media (min-width: 768px) {
  .job-list-summary-section .job_listings {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .job-list-summary-section .job_listings {
    margin-bottom: 50px;
  }
}
.job-list-summary-section .job-published-date {
  display: none;
}
.job-list-summary-section .job-listing-company,
.job-list-summary-section .job-location {
  width: 100%;
}
@media (min-width: 768px) {
  .job-list-summary-section .job-listing-company,
  .job-list-summary-section .job-location {
    width: auto;
  }
}
.job-list-summary-section .job_listing {
  margin-bottom: 20px;
}
.job-list-summary-section .job_listing > a {
  padding: 34px 15px;
}
@media (min-width: 768px) {
  .job-list-summary-section .job_listing {
    margin-bottom: 0;
  }
  .job-list-summary-section .job_listing > a {
    padding: 15px;
  }
}
.job-list-summary-section .job-details {
  align-items: center;
}
@media (min-width: 768px) {
  .job-list-summary-section .job-listing-company-logo {
    flex: 0 0 100px;
    max-width: 100px;
    margin-bottom: 0;
  }
  .job-list-summary-section .job-listing-company-logo img {
    height: 70px;
    object-fit: scale-down;
  }
}
.job-list-summary-section .job-summary .job-location {
  margin-left: 0;
}
@media (max-width: 767.98px) {
  .job-list-summary-section .job-summary .job_summary_shortcode {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .job-list-summary-section .job-summary .job_summary_shortcode + .job_summary_shortcode {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .job-list-summary-section .job-summary .job_summary_shortcode {
    width: 50% !important;
    padding-right: 10px;
  }
  .job-list-summary-section .job-summary .job_summary_shortcode a {
    min-height: 442px;
    display: flex;
    flex-direction: column;
  }
  .job-list-summary-section .job-summary .job_summary_shortcode + .job_summary_shortcode {
    padding-left: 10px;
    padding-right: 0;
  }
}
.job-list-summary-section .job-summary .job_summary_shortcode a {
  padding: 30px 20px;
}
.job-list-summary-section .job_summary_content strong {
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
  line-height: 1.4;
}
.job-list-summary-section .job_summary_content .job-location {
  font-size: 13px;
  margin-bottom: 8px;
}
.job-list-summary-section .job_summary_content .job-description {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #888;
}
.job-list-summary-section .job-types {
  margin-bottom: 0;
}

.job-list-summary-inner .showing_jobs, .job-list-summary-inner .load_more_jobs {
  display: none;
}
.job-list-summary-inner .title {
  font-size: 22px;
}
@media (min-width: 768px) {
  .job-list-summary-inner .title {
    font-size: 30px;
  }
}
.job-list-summary-inner ul.job_listings .job_listing > a,
.job-list-summary-inner .job-summary a {
  background-color: #f4f5fa;
  margin: 0;
}
.job-list-summary-inner ul.job_listings .job_listing > a:hover, .job-list-summary-inner ul.job_listings .job_listing > a:focus,
.job-list-summary-inner .job-summary a:hover,
.job-list-summary-inner .job-summary a:focus {
  box-shadow: none;
  background-color: #fff;
}
.job-list-summary-inner .job-summary a {
  display: block;
  padding: 20px;
}
.job-list-summary-inner .job-summary .alignleft {
  margin-right: 0;
}
.job-list-summary-inner .job-summary img {
  margin: auto;
  width: 150px;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .job-list-summary-inner .job-summary img {
    width: 100px;
    height: 100px;
    margin-bottom: 0;
  }
}
.job-list-summary-inner .job-summary .job_summary_title {
  font-size: 16px;
  margin-bottom: 6px;
}
.job-list-summary-inner .job-summary .job_summary_content {
  margin-bottom: 10px;
}
.job-list-summary-inner .job-summary .job_summary_footer .job-types {
  text-align: center;
}
.job-list-summary-inner .job-summary .job_summary_footer .job-types li + li {
  margin-top: 5px;
}
.job-list-summary-inner .job-details-inner > * + * {
  margin-top: 4px;
}
.job-list-summary-inner ul.job_listings.grid > li {
  margin-top: 0;
  margin-bottom: 30px;
}
.job-list-summary-inner ul.job_listings.grid > li a {
  border-width: 0;
  border-radius: 0;
}

.job-manager-form .chosen-container {
  width: 100% !important;
}
.job-manager-form .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  width: 100% !important;
}
.job-manager-form .chosen-container-multi .chosen-choices {
  display: flex;
  flex-wrap: wrap;
}
.job-manager-form fieldset {
  margin-bottom: 1.5em;
}
.job-manager-form fieldset .resume-manager-data-row .resume-manager-remove-row {
  height: auto;
  margin: 0;
  width: auto;
  align-items: center;
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 6px 14px;
  font-size: 0.8125rem;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  z-index: 1;
  color: #fff !important;
  right: 15px;
  top: -8px;
  left: auto;
}
@media (prefers-reduced-motion: reduce) {
  .job-manager-form fieldset .resume-manager-data-row .resume-manager-remove-row {
    transition: none;
  }
}
.job-manager-form fieldset .resume-manager-data-row .resume-manager-remove-row:hover, .job-manager-form fieldset .resume-manager-data-row .resume-manager-remove-row:focus {
  text-decoration: none;
}
.job-manager-form fieldset .resume-manager-data-row .resume-manager-remove-row:focus, .job-manager-form fieldset .resume-manager-data-row .resume-manager-remove-row.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.job-manager-form fieldset .resume-manager-data-row .resume-manager-remove-row.disabled, .job-manager-form fieldset .resume-manager-data-row .resume-manager-remove-row:disabled {
  opacity: 0.65;
}
.job-manager-form fieldset .resume-manager-data-row .resume-manager-remove-row:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.job-manager-form fieldset .resume-manager-data-row .resume-manager-remove-row:not(:disabled):not(.disabled):active, .job-manager-form fieldset .resume-manager-data-row .resume-manager-remove-row:not(:disabled):not(.disabled).active {
  background-image: none;
}
.job-manager-form fieldset .resume-manager-data-row .resume-manager-remove-row::before {
  position: relative;
  order: 2;
  margin-left: 4px;
}
.job-manager-form input[type=button] {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 5px 25px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 5px;
}
@media (prefers-reduced-motion: reduce) {
  .job-manager-form input[type=button] {
    transition: none;
  }
}
.job-manager-form input[type=button]:hover, .job-manager-form input[type=button]:focus {
  text-decoration: none;
}
.job-manager-form input[type=button]:focus, .job-manager-form input[type=button].focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.job-manager-form input[type=button].disabled, .job-manager-form input[type=button]:disabled {
  opacity: 0.65;
}
.job-manager-form input[type=button]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.job-manager-form input[type=button]:not(:disabled):not(.disabled):active, .job-manager-form input[type=button]:not(:disabled):not(.disabled).active {
  background-image: none;
}
.job-manager-form input[type=text],
.job-manager-form select {
  height: 44px;
}

.job-manager-error {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #fff;
  background-color: #ed5a5a;
  border-color: #ed5a5a;
}
.job-manager-error hr {
  border-top-color: #ea4343;
}
.job-manager-error .alert-link {
  color: #e6e6e6;
}
.job-manager-error a, .job-manager-error strong {
  color: #fff;
}

.job-single-type-v2 .job-manager-error {
  margin-top: 30px;
}

.job-single-type-v2 .job-manager-error + #submit-job-form {
  padding-top: 10px;
}

#submit-job-form > p a,
#submit-company-form > p a {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 6px 14px;
  font-size: 0.8125rem;
  line-height: 1;
  border-radius: 4px;
  color: #fff !important;
}
@media (prefers-reduced-motion: reduce) {
  #submit-job-form > p a,
  #submit-company-form > p a {
    transition: none;
  }
}
#submit-job-form > p a:hover, #submit-job-form > p a:focus,
#submit-company-form > p a:hover,
#submit-company-form > p a:focus {
  text-decoration: none;
}
#submit-job-form > p a:focus, #submit-job-form > p a.focus,
#submit-company-form > p a:focus,
#submit-company-form > p a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#submit-job-form > p a.disabled, #submit-job-form > p a:disabled,
#submit-company-form > p a.disabled,
#submit-company-form > p a:disabled {
  opacity: 0.65;
}
#submit-job-form > p a:not(:disabled):not(.disabled),
#submit-company-form > p a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
#submit-job-form > p a:not(:disabled):not(.disabled):active, #submit-job-form > p a:not(:disabled):not(.disabled).active,
#submit-company-form > p a:not(:disabled):not(.disabled):active,
#submit-company-form > p a:not(:disabled):not(.disabled).active {
  background-image: none;
}
#submit-job-form .job-manager-uploaded-file-preview,
#submit-company-form .job-manager-uploaded-file-preview {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 26px 0;
}
#submit-job-form .job-manager-uploaded-file-preview .job-manager-remove-uploaded-file,
#submit-company-form .job-manager-uploaded-file-preview .job-manager-remove-uploaded-file {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -6px;
  right: -16px;
  color: #fff;
}
#submit-job-form .job-manager-uploaded-file-preview .job-manager-remove-uploaded-file:hover,
#submit-company-form .job-manager-uploaded-file-preview .job-manager-remove-uploaded-file:hover {
  color: #fff;
}
#submit-job-form .job-manager-uploaded-file-preview .job-manager-remove-uploaded-file::before,
#submit-company-form .job-manager-uploaded-file-preview .job-manager-remove-uploaded-file::before {
  content: "\f00d";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 14px;
  text-indent: 0;
  float: left;
  border-radius: 50px;
  padding: 3px;
}

#submit-resume-form .applying_for {
  font-weight: 500;
}
#submit-resume-form .applying_for a {
  font-weight: 700;
}
#submit-resume-form label {
  margin-bottom: 1em;
}
#submit-resume-form .resume_file {
  margin-bottom: 10px;
}
#submit-resume-form .ui-sortable .resume-manager-add-row,
#submit-resume-form .field .resume-manager-add-row {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 8px 18px;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 4px;
  color: #fff !important;
  margin-bottom: 10px;
}
@media (prefers-reduced-motion: reduce) {
  #submit-resume-form .ui-sortable .resume-manager-add-row,
  #submit-resume-form .field .resume-manager-add-row {
    transition: none;
  }
}
#submit-resume-form .ui-sortable .resume-manager-add-row:hover, #submit-resume-form .ui-sortable .resume-manager-add-row:focus,
#submit-resume-form .field .resume-manager-add-row:hover,
#submit-resume-form .field .resume-manager-add-row:focus {
  text-decoration: none;
}
#submit-resume-form .ui-sortable .resume-manager-add-row:focus, #submit-resume-form .ui-sortable .resume-manager-add-row.focus,
#submit-resume-form .field .resume-manager-add-row:focus,
#submit-resume-form .field .resume-manager-add-row.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#submit-resume-form .ui-sortable .resume-manager-add-row.disabled, #submit-resume-form .ui-sortable .resume-manager-add-row:disabled,
#submit-resume-form .field .resume-manager-add-row.disabled,
#submit-resume-form .field .resume-manager-add-row:disabled {
  opacity: 0.65;
}
#submit-resume-form .ui-sortable .resume-manager-add-row:not(:disabled):not(.disabled),
#submit-resume-form .field .resume-manager-add-row:not(:disabled):not(.disabled) {
  cursor: pointer;
}
#submit-resume-form .ui-sortable .resume-manager-add-row:not(:disabled):not(.disabled):active, #submit-resume-form .ui-sortable .resume-manager-add-row:not(:disabled):not(.disabled).active,
#submit-resume-form .field .resume-manager-add-row:not(:disabled):not(.disabled):active,
#submit-resume-form .field .resume-manager-add-row:not(:disabled):not(.disabled).active {
  background-image: none;
}
#submit-resume-form .ui-sortable .description,
#submit-resume-form .field .description {
  display: block;
}
#submit-resume-form .ui-sortable .resume-manager-data-row fieldset:last-child,
#submit-resume-form .field .resume-manager-data-row fieldset:last-child {
  border-width: 0;
}

.single-resume-preview.single-resume .site-content-page-header .site-content-page-header-inner {
  position: relative;
  z-index: 1;
}
.single-resume-preview.single-resume .site-content-page-header .site-content-page-title {
  color: #fff;
  margin-bottom: 0;
}
.single-resume-preview.single-resume .site-content-page-header .page-title-area {
  justify-content: center;
}
.single-resume-preview.single-resume .site-content-page-header::after {
  background-color: #fff;
}

p.resume-submitted,
.job-submitted {
  padding: 80px 0;
  text-align: center;
  font-size: 20px;
}
@media (min-width: 768px) {
  p.resume-submitted,
  .job-submitted {
    font-size: 26px;
    padding: 100px 0;
  }
}
p.resume-submitted::before,
.job-submitted::before {
  content: "\f058";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 80px;
  display: block;
  margin-bottom: 40px;
  color: #5fcf80;
}
@media (min-width: 768px) {
  p.resume-submitted::before,
  .job-submitted::before {
    font-size: 100px;
  }
}

#job_package_selection.job-manager-form,
#wpjmcl_submit_claim.job-manager-form {
  margin-left: 0;
  margin-right: 0;
}
#job_package_selection.job-manager-form > *,
#wpjmcl_submit_claim.job-manager-form > * {
  padding-left: 0;
  padding-right: 0;
}
#job_package_selection .job_listing_packages_title,
#wpjmcl_submit_claim .job_listing_packages_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 30px;
}
#job_package_selection .job_listing_packages_title input[type=submit],
#wpjmcl_submit_claim .job_listing_packages_title input[type=submit] {
  order: 1;
}
@media (max-width: 767.98px) {
  #job_package_selection .job_listing_packages_title,
  #wpjmcl_submit_claim .job_listing_packages_title {
    flex-direction: column;
  }
  #job_package_selection .job_listing_packages_title input[type=submit],
  #wpjmcl_submit_claim .job_listing_packages_title input[type=submit] {
    margin-top: 20px;
  }
}
#job_package_selection .job_listing_packages,
#wpjmcl_submit_claim .job_listing_packages {
  border-width: 1px;
}
#job_package_selection .job_listing_packages .package-section,
#wpjmcl_submit_claim .job_listing_packages .package-section {
  background-color: #f9f9f9;
  padding: 20px 32px;
}
#job_package_selection .job_listing_packages .job-package,
#job_package_selection .job_listing_packages .user-job-package,
#job_package_selection .job_listing_packages .resume-package,
#job_package_selection .job_listing_packages .user-resume-package,
#wpjmcl_submit_claim .job_listing_packages .job-package,
#wpjmcl_submit_claim .job_listing_packages .user-job-package,
#wpjmcl_submit_claim .job_listing_packages .resume-package,
#wpjmcl_submit_claim .job_listing_packages .user-resume-package {
  position: relative;
  padding: 20px 55px;
}
#job_package_selection .job_listing_packages input[type=radio],
#wpjmcl_submit_claim .job_listing_packages input[type=radio] {
  position: absolute;
  left: 32px;
  top: 25px;
}
#job_package_selection .resume_packages,
#wpjmcl_submit_claim .resume_packages {
  border-width: 1px;
}

.job-manager-form.wp-job-manager-bookmarks-form {
  display: inline-block;
  margin: 0 0 10px;
  border: none;
  overflow: inherit;
  width: 100%;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .job-manager-form.wp-job-manager-bookmarks-form {
    padding: 0 15px;
  }
}
.job-manager-form.wp-job-manager-bookmarks-form > div {
  padding: 0;
}
.job-manager-form.wp-job-manager-bookmarks-form .bookmark-notice {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  color: #576366;
  border-color: #576366;
  border: 2px solid;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-manager-form.wp-job-manager-bookmarks-form .bookmark-notice:hover {
  color: #fff;
  background-color: #576366;
  border-color: #576366;
}
.job-manager-form.wp-job-manager-bookmarks-form .bookmark-notice:focus, .job-manager-form.wp-job-manager-bookmarks-form .bookmark-notice.focus {
  box-shadow: 0 0 0 0.2rem rgba(87, 99, 102, 0.5);
}
.job-manager-form.wp-job-manager-bookmarks-form .bookmark-notice.disabled, .job-manager-form.wp-job-manager-bookmarks-form .bookmark-notice:disabled {
  color: #576366;
  background-color: transparent;
}
.job-manager-form.wp-job-manager-bookmarks-form .bookmark-notice:not(:disabled):not(.disabled):active, .job-manager-form.wp-job-manager-bookmarks-form .bookmark-notice:not(:disabled):not(.disabled).active, .show > .job-manager-form.wp-job-manager-bookmarks-form .bookmark-notice.dropdown-toggle {
  color: #fff;
  background-color: #576366;
  border-color: #576366;
}
.job-manager-form.wp-job-manager-bookmarks-form .bookmark-notice:not(:disabled):not(.disabled):active:focus, .job-manager-form.wp-job-manager-bookmarks-form .bookmark-notice:not(:disabled):not(.disabled).active:focus, .show > .job-manager-form.wp-job-manager-bookmarks-form .bookmark-notice.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(87, 99, 102, 0.5);
}
.job-manager-form.wp-job-manager-bookmarks-form .bookmark-notice:before {
  content: "\f02e";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-family: "Font Awesome 5 Free" !important;
  margin-right: 7px;
  height: auto;
}
.job-manager-form.wp-job-manager-bookmarks-form .bookmark-notice.bookmarked:before {
  content: "\f058";
}
.job-manager-form.wp-job-manager-bookmarks-form .remove-bookmark {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 10px 18px;
  font-size: 0.625rem;
  line-height: 1;
  border-radius: 5px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  float: none;
  visibility: inherit;
  margin-bottom: 7px;
  margin-top: 10px;
}
@media (prefers-reduced-motion: reduce) {
  .job-manager-form.wp-job-manager-bookmarks-form .remove-bookmark {
    transition: none;
  }
}
.job-manager-form.wp-job-manager-bookmarks-form .remove-bookmark:hover, .job-manager-form.wp-job-manager-bookmarks-form .remove-bookmark:focus {
  text-decoration: none;
}
.job-manager-form.wp-job-manager-bookmarks-form .remove-bookmark:focus, .job-manager-form.wp-job-manager-bookmarks-form .remove-bookmark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.job-manager-form.wp-job-manager-bookmarks-form .remove-bookmark.disabled, .job-manager-form.wp-job-manager-bookmarks-form .remove-bookmark:disabled {
  opacity: 0.65;
}
.job-manager-form.wp-job-manager-bookmarks-form .remove-bookmark:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.job-manager-form.wp-job-manager-bookmarks-form .remove-bookmark:not(:disabled):not(.disabled):active, .job-manager-form.wp-job-manager-bookmarks-form .remove-bookmark:not(:disabled):not(.disabled).active {
  background-image: none;
}
.job-manager-form.wp-job-manager-bookmarks-form .bookmark-details {
  margin-top: 20px;
  padding: 20px;
  border: 2px solid #e8ecec;
  border-radius: 5px;
  text-align: left;
}
@media (min-width: 768px) {
  .job-manager-form.wp-job-manager-bookmarks-form .bookmark-details {
    padding: 35px;
  }
}
.job-manager-form.wp-job-manager-bookmarks-form .bookmark-details > p {
  margin-bottom: 15px;
}
.job-manager-form.wp-job-manager-bookmarks-form .bookmark-details > p:last-child {
  margin-bottom: 0;
}
.job-manager-form.wp-job-manager-bookmarks-form .bookmark-details input[type=submit] {
  width: 100%;
}

.job-single-type-v2 .job-manager-form.wp-job-manager-bookmarks-form div {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.job-single-type-v2 .job-manager-form.wp-job-manager-bookmarks-form a.bookmark-notice {
  width: fit-content;
  min-width: 250px;
  margin: auto;
}

.single-resume__sidebar-area .job-manager-form.wp-job-manager-bookmarks-form .remove-bookmark {
  margin-top: 0;
}

.resume-single-type-v2 .job-manager-form.wp-job-manager-bookmarks-form {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .resume-single-type-v2 .job-manager-form.wp-job-manager-bookmarks-form {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.resume-single-type-v2 .job-manager-form.wp-job-manager-bookmarks-form div {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.resume-single-type-v2 .job-manager-form.wp-job-manager-bookmarks-form a.bookmark-notice {
  width: fit-content;
  min-width: 250px;
  margin: auto;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .resume-single-type-v2 .job-manager-form.wp-job-manager-bookmarks-form a.bookmark-notice {
    min-width: auto;
  }
}

.job-manager-form .wpjmsq-new-question-trigger-wrapper .add_screening_question_button_options {
  z-index: 2;
}
.job-manager-form .wpjmsq-job-questions-wrapper .remove_question_item {
  border-radius: 50%;
}
.job-manager-form #wpjmsq-popup .modal-content {
  border-width: 0;
}
.job-manager-form #wpjmsq-popup .wpjmsq-modal-close-btn {
  z-index: 2;
}

.job_description p > strong:first-child:only-child {
  font-size: 18px;
}

.single-job-listing__inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .single-job-listing__inner > .single-job-listing__content-area {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .single-job-listing__inner > .single-job-listing__sidebar-area {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}

.single-job-listing__description {
  border-bottom: 1px solid #edeff7;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.single-job-listing__description::after {
  display: block;
  clear: both;
  content: "";
}

.single_job_listing .application-deadline::before,
.single_job_listing .listing-expired::before,
.single_job_listing .position-filled::before,
.site-content-page-subtitle .application-deadline::before,
.site-content-page-subtitle .listing-expired::before,
.site-content-page-subtitle .position-filled::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Line Awesome Free" !important;
  line-height: 24px;
  width: auto;
  height: auto;
  font-size: 24px;
  margin-right: 5px;
}
.single_job_listing .application-deadline label,
.site-content-page-subtitle .application-deadline label {
  color: #576366;
  margin-bottom: 0;
  margin-top: 4px;
  font-weight: 500;
}
.single_job_listing .application-deadline::before,
.site-content-page-subtitle .application-deadline::before {
  content: "\f273";
  padding-bottom: 4px;
}
.single_job_listing .listing-expired::before,
.site-content-page-subtitle .listing-expired::before {
  content: "\f057";
  position: relative;
  top: 4px;
  color: #e2401c;
}
.single_job_listing .position-filled::before,
.site-content-page-subtitle .position-filled::before {
  content: "\f058";
  position: relative;
  top: 4px;
  color: #0f834d;
}

.claim-link .claim-verified:before,
.claim-link a:before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 24px;
  margin-right: 5px;
  position: relative;
  top: 4px;
  color: #ffc107;
}

.claim-link a {
  color: inherit;
}
.claim-link a:before {
  content: "\f071";
}

.claim-link .claim-verified:before {
  content: "\f14a";
  color: #0f834d;
}

.job-single-type-v1 .sharedaddy {
  border-bottom: 1px solid #edeff7;
  padding-bottom: 18px;
  margin-bottom: 25px;
}
.job-single-type-v1 .single-job-listing__content-area,
.job-single-type-v1 .single-job-listing__sidebar-area {
  padding: 0 25px;
}
@media (min-width: 768px) {
  .job-single-type-v1 .single-job-listing__content-area,
  .job-single-type-v1 .single-job-listing__sidebar-area {
    padding: 0 15px;
  }
}
.job-single-type-v1 .single-job-listing__sidebar-area {
  width: 100%;
}
@media (min-width: 768px) {
  .job-single-type-v1 .single-job-listing__sidebar-area {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .job-single-type-v1 .single-job-listing__sidebar-area {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .job-single-type-v1 .single-job-listing__sidebar-area .job_application {
    width: 100%;
    padding: 0 15px;
  }
  .job-single-type-v1 .single-job-listing__sidebar-area > .single-job-listing__widget {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .job-single-type-v1 .single-job-listing__sidebar-area > .single-job-listing__widget:last-child {
    margin-top: 0;
  }
}

.job-single-type-v2 .header-transparent.header-bg-default + .site-content-page-header {
  margin-bottom: 0;
}
.job-single-type-v2 .site-content {
  margin-bottom: 0;
}
.job-single-type-v2 .single-job-listing__content-area,
.job-single-type-v2 .single-job-listing__sidebar-area {
  padding-top: 50px;
}
.job-single-type-v2 .single-job-listing__sidebar-area {
  padding-top: 50px;
}
.job-single-type-v2 .single-job-listing__inner > .single-job-listing__content-area {
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .job-single-type-v2 .single-job-listing__inner > .single-job-listing__content-area {
    padding-right: 0;
    border-right: 1px solid #edeff7;
  }
}
@media (min-width: 992px) {
  .job-single-type-v2 .single-job-listing__inner > .single-job-listing__content-area > * {
    padding-right: 15px;
  }
}
.job-single-type-v2 .sharedaddy + #comments {
  padding-top: 30px;
  margin-top: 20px;
  border-top: 1px solid #edeff7;
}
.job-single-type-v2 .job-manager-message {
  margin-top: 1rem;
}

.job-single-type-v3 .site-content-page-header {
  margin-bottom: 30px;
}
.job-single-type-v3 .sharedaddy {
  margin-bottom: 30px;
}

.job-manager-info {
  padding: 100px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

#job_preview .job_listing_preview_title {
  z-index: 1;
  width: 100%;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  background-color: transparent;
  padding-bottom: 30px;
  border-bottom: 1px solid #edeff7;
  margin-bottom: 30px;
  flex-direction: column;
}
#job_preview .job_listing_preview_title h2 {
  order: -1;
  text-align: center;
  margin-bottom: 18px;
  margin-top: 0;
}
#job_preview .job_listing_preview_title .job-manager-button-submit-listing {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #job_preview .job_listing_preview_title {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  #job_preview .job_listing_preview_title h2 {
    order: 1;
    margin-bottom: 0;
  }
  #job_preview .job_listing_preview_title .job-manager-button-submit-listing {
    margin-bottom: 0;
  }
  #job_preview .job_listing_preview_title #job_preview_submit_button {
    order: 3;
  }
}
@media (min-width: 1200px) {
  #job_preview .job_listing_preview_title {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50% - 8px);
  }
}
@media (min-width: 1200px) and (max-width: 991.98px) {
  #job_preview .job_listing_preview_title {
    /* (max-width: 991.98px) */
    margin-left: calc(-50vw + 50%);
  }
}
@media (min-width: 1200px) {
  #job_preview .job_listing_preview_title .job-manager-button-submit-listing {
    margin-right: calc(50vw - 578px);
  }
}
@media (min-width: 1200px) {
  #job_preview .job_listing_preview_title .job-manager-button-edit-listing {
    margin-left: calc(50vw - 562px);
  }
}
#job_preview .job_listing_preview.single_job_listing {
  border-width: 0;
  padding-bottom: 0;
}
#job_preview .job_listing_preview.single_job_listing h1 {
  display: none;
}

.single-job-preview article,
.single-job-preview .entry-content {
  margin-bottom: 0;
}
.single-job-preview #submit-job-form {
  margin-bottom: 40px;
}
.single-job-preview .site-content-inner {
  padding-top: 30px;
}
.single-job-preview .site-content-page-header .site-content-page-header-inner {
  position: relative;
  z-index: 1;
}
.single-job-preview .site-content-page-header .page-title-area {
  justify-content: center;
  flex-direction: column;
}
.single-job-preview .site-content-page-header .site-content-page-title {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .job-single-type-v1 .single-job-listing__sidebar-area,
  .job-single-type-v3 .single-job-listing__sidebar-area {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .job-single-type-v1 .single-job-listing__sidebar-area ul.single-job-listing__widget--content,
  .job-single-type-v3 .single-job-listing__sidebar-area ul.single-job-listing__widget--content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 15px;
    padding-bottom: 0;
    margin: 0;
  }
  .job-single-type-v1 .single-job-listing__sidebar-area ul.single-job-listing__widget--content > li,
  .job-single-type-v3 .single-job-listing__sidebar-area ul.single-job-listing__widget--content > li {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding: 0 15px 15px;
  }
  .job-single-type-v1 .single-job-listing__sidebar-area ul.single-job-listing__widget--content > li + li,
  .job-single-type-v3 .single-job-listing__sidebar-area ul.single-job-listing__widget--content > li + li {
    margin-top: 0;
  }
  .job-single-type-v1 .single-job-listing__sidebar-area ul.single-job-listing__widget--content > li .single-job-listing-overview__detail,
  .job-single-type-v3 .single-job-listing__sidebar-area ul.single-job-listing__widget--content > li .single-job-listing-overview__detail {
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .job-single-type-v3 .single-job-listing__sidebar-area {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .job-single-type-v3 .single-job-listing-company {
    flex-direction: column;
    align-items: center;
  }
  .job-single-type-v3 .single-job-listing-company .single-job-listing-company__logo {
    margin: 0 auto 15px;
  }
  .job-single-type-v3 .single-job-listing-company .single-job-listing-company__name {
    text-align: center;
  }
  .job-single-type-v3 .single-job-listing-company .job_application {
    padding-left: 0;
  }
  .job-single-type-v3 .single-job-listing-company .job-location-type {
    margin: 20px 0;
    flex-direction: column;
  }
  .job-single-type-v3 .single-job-listing-company .job-location-type .job-types {
    padding: 15px 0 0;
  }
  .job-single-type-v3 .single-job-listing-company .single-job-listing-company__contact {
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
  }
  .job-single-type-v3 .single-job-listing-company .single-job-listing-company__contact > * {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .job-single-type-v3 .single-job-listing-company .application_button {
    padding-left: 80px;
    padding-right: 80px;
  }
  .job-single-type-v3 .single-job-listing-company .application_details {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .job-single-type-v3 .single-job-listing__inner {
    margin: 0;
    padding: 10px;
  }
}

#wpjmr-submit-ratings,
#wpjmr-submit-gallery,
#mas-wpjmr-submit-ratings,
#mas-wpjmr-submit-gallery {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}

#wpjmr-submit-ratings,
#mas-wpjmr-submit-ratings {
  margin-top: 20px;
  margin-bottom: 10px;
}
#wpjmr-submit-ratings .rating-row > .stars,
#mas-wpjmr-submit-ratings .rating-row > .stars {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  #wpjmr-submit-ratings .star-ratings,
  #mas-wpjmr-submit-ratings .star-ratings {
    display: flex;
    flex-wrap: wrap;
  }
  #wpjmr-submit-ratings .rating-row:not(:last-child),
  #mas-wpjmr-submit-ratings .rating-row:not(:last-child) {
    margin-right: 15px;
  }
}

.wpjmr-list-reviews,
.mas-wpjmr-list-reviews {
  display: flex;
  flex-wrap: wrap;
  float: none;
  padding-left: 0;
  margin-top: 15px;
}
.wpjmr-list-reviews .star-rating-title,
.mas-wpjmr-list-reviews .star-rating-title {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  color: #40484a;
  margin-bottom: 7px;
}
.wpjmr-list-reviews .stars-rating,
.mas-wpjmr-list-reviews .stars-rating {
  text-align: left;
  float: none;
  width: auto;
  height: auto;
  max-height: none;
  margin-bottom: 10px;
}
.wpjmr-list-reviews .stars-rating:not(:last-child),
.mas-wpjmr-list-reviews .stars-rating:not(:last-child) {
  margin-right: 10px;
}
.wpjmr-list-reviews .stars-rating > p,
.mas-wpjmr-list-reviews .stars-rating > p {
  display: flex;
  margin-bottom: 0;
}
.wpjmr-list-reviews .stars-rating .dashicons,
.mas-wpjmr-list-reviews .stars-rating .dashicons {
  display: flex;
  font-size: 16px;
  padding-top: 0;
  text-indent: 0;
  float: none;
  position: static;
  height: auto;
  width: auto;
}
.wpjmr-list-reviews .stars-rating .dashicons:before,
.mas-wpjmr-list-reviews .stars-rating .dashicons:before {
  position: static;
  content: "\f154";
}
.wpjmr-list-reviews .stars-rating .dashicons-star-filled:before,
.mas-wpjmr-list-reviews .stars-rating .dashicons-star-filled:before {
  content: "\f155";
}

.wpjmr-gallery,
.mas-wpjmr-gallery {
  margin-top: 15px;
}
.wpjmr-gallery .gallery-item,
.mas-wpjmr-gallery .gallery-item {
  display: inline-block;
  width: auto;
}
@media (min-width: 768px) {
  .wpjmr-gallery .gallery-item:not(:last-child),
  .mas-wpjmr-gallery .gallery-item:not(:last-child) {
    margin-right: 7px;
  }
}

.single-job-listing-company {
  text-align: center;
  border-bottom: 1px solid #e8ecec;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .single-job-listing-company {
    display: flex;
    align-items: flex-start;
    text-align: initial;
  }
}

.single-job-listing-company__logo {
  margin: 0 auto 15px;
}
.single-job-listing-company__logo img {
  border: 2px solid #e9f0f3;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .single-job-listing-company__logo {
    flex: 0 0 105px;
    width: 105px;
    height: 100px;
    margin: 0;
    border: 2px solid #e9f0f3;
    border-radius: 8px;
    margin-right: 25px;
    padding: 15px;
    display: flex;
  }
  .single-job-listing-company__logo img {
    border: none;
  }
}
.single-job-listing-company__logo .company_logo {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.single-job-listing-company__details {
  flex: 1;
  align-self: center;
}
.single-job-listing-company__details .single-job-listing-company__name {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}
.single-job-listing-company__details > * + * {
  margin-top: 10px;
}

.single-job-listing-company__tagline {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .single-job-listing-company__contact {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}
.single-job-listing-company__contact > * {
  display: block;
}
@media (min-width: 1200px) {
  .single-job-listing-company__contact > * {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .single-job-listing-company__contact > * {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.single-job-listing-company__contact a {
  color: #576366;
}
@media (min-width: 1200px) {
  .single-job-listing-company__contact > * {
    margin-right: 20px;
  }
}
.single-job-listing-company__contact .application-deadline {
  line-height: 30px;
}
.single-job-listing-company__contact .application-deadline:before {
  content: "\f273";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Line Awesome Free" !important;
  margin-right: 5px;
  font-size: 24px;
  position: relative;
  width: 24px;
  height: 24px;
  top: 1px;
}
.single-job-listing-company__contact a::before,
.single-job-listing-company__contact span::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  font-display: auto;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-right: 5px;
  font-size: 24px;
  position: relative;
  top: 4px;
}

.single-job-listing-company__contact--website::before {
  content: "\f0c1";
}

.single-job-listing-company__contact--twitter::before {
  content: "\f099";
  font-family: "Line Awesome Brands";
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.single-job-listing-company__contact--application-email::before {
  content: "\f0e0";
}

.single-job-listing-company__contact--phone::before {
  content: "\f095";
}

.job-post-published::before {
  content: "\f073";
}

.company_video {
  margin-bottom: 20px;
}
.company_video > .wp-video {
  margin: 0 auto;
}

.job-single-type-v2 .single-job-listing-company {
  display: block;
  text-align: center;
  padding-bottom: 0;
  border-bottom: none;
}
.job-single-type-v2 .single-job-listing-company__contact {
  margin-top: 0;
}
.job-single-type-v2 .single-job-listing-company__tagline {
  margin-bottom: 15px;
  margin-top: 0;
  color: #576366;
}
.job-single-type-v2 .single-job-listing-company__logo {
  flex: 0 0 125px;
  width: 125px;
  height: 125px;
  margin: 0 auto 20px;
  border-radius: 50%;
  box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
}
.job-single-type-v2 .single-job-listing-company__logo .company_logo {
  border-radius: 50%;
}
.job-single-type-v2 .single-job-listing-company__contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.job-single-type-v2 .single-job-listing-company__contact > a, .job-single-type-v2 .single-job-listing-company__contact span {
  display: inline-block;
  margin: 0 auto 5px;
  color: #576366;
}
.job-single-type-v2 .single-job-listing-company__contact > a::before, .job-single-type-v2 .single-job-listing-company__contact span::before {
  font-size: 24px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .job-single-type-v2 .single-job-listing-company__contact > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .job-single-type-v2 .single-job-listing__content-area {
    order: 1;
  }
}
@media (max-width: 991.98px) {
  .job-single-type-v2 .single-job-listing__sidebar-area {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .job-single-type-v2 .single-job-listing__content-area,
  .job-single-type-v2 .single-job-listing__sidebar-area {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767.98px) {
  .job-single-type-v2 .job-listing-single-job__title-type,
  .job-single-type-v2 .job-listing-single-location-salary-posted,
  .job-single-type-v2 .single-job-listing__widget--content {
    flex-direction: column;
  }
  .job-single-type-v2 .job-listing_single_job__category {
    justify-content: center;
  }
  .job-single-type-v2 h3.job-listing-single-job__title,
  .job-single-type-v2 .job-listing-single-location-salary-posted > * {
    margin-bottom: 15px;
  }
}

.job-single-type-v3 .single-job-listing-company {
  margin-bottom: 25px;
}
.job-single-type-v3 .single-job-listing-company__logo {
  flex: 0 0 120px;
  width: 120px;
  height: 95px;
}
.job-single-type-v3 .job-location-type {
  display: flex;
  align-items: center;
}
.job-single-type-v3 .job-location-type .location {
  display: flex;
  align-items: center;
}
.job-single-type-v3 .job-location-type .location > i {
  font-size: 24px;
  margin-right: 5px;
  padding-bottom: 4px;
}
@media (min-width: 992px) {
  .job-single-type-v3 .job-location-type > * {
    padding-right: 20px;
  }
}
.job-single-type-v3 .job-location-type > *:last-child {
  padding-right: 0;
}
.job-single-type-v3 .job-types {
  margin-bottom: 0;
}
.job-single-type-v3 .claim-link {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .job-single-type-v3 .claim-link {
    margin-top: 0;
  }
}

.job_listing-single-job-info {
  border-bottom: 1px solid #e8ecec;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.job_listing-single-job-info .job-listing-single-job__title-type {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.job_listing-single-job-info .job-listing-single-job__title {
  margin-bottom: 0;
  margin-top: 0;
}
.job_listing-single-job-info .job-types,
.job_listing-single-job-info .claim-link {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .job_listing-single-job-info .job-types,
  .job_listing-single-job-info .claim-link {
    padding-left: 20px;
  }
}
.job_listing-single-job-info .job-listing-single-location-salary-posted {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .job_listing-single-job-info .job-listing-single-location-salary-posted > div + div {
    margin-left: 40px;
  }
}
.job_listing-single-job-info .location,
.job_listing-single-job-info .job-listing_single_job__salary,
.job_listing-single-job-info .date-posted {
  display: flex;
  align-items: center;
}
.job_listing-single-job-info .location > i,
.job_listing-single-job-info .job-listing_single_job__salary > i,
.job_listing-single-job-info .date-posted > i {
  font-size: 24px;
  margin-right: 5px;
  padding-bottom: 4px;
}
.job_listing-single-job-info .location a, .job_listing-single-job-info .location time,
.job_listing-single-job-info .job-listing_single_job__salary a,
.job_listing-single-job-info .job-listing_single_job__salary time,
.job_listing-single-job-info .date-posted a,
.job_listing-single-job-info .date-posted time {
  color: #576366;
}
.job_listing-single-job-info .job-listing_single_job__salary > ul,
.job_listing-single-job-info .job-listing_single_job__category > ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  margin-left: 5px;
}
.job_listing-single-job-info .job-listing_single_job__salary > ul > li,
.job_listing-single-job-info .job-listing_single_job__category > ul > li {
  display: inline-block;
}
.job_listing-single-job-info .job-listing_single_job__salary span,
.job_listing-single-job-info .job-listing_single_job__category span {
  color: #576366;
}
.job_listing-single-job-info .job-listing_single_job__category {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}
.job_listing-single-job-info .job-listing_single_job__category label {
  margin-bottom: 0;
}
.job_listing-single-job-info .job-listing_single_job__category a {
  color: #576366;
}

.job_tags {
  padding: 20px 0;
}
.job_tags a {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 7px 14px;
  font-size: 0.8125rem;
  line-height: 1em;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0 4px;
}
@media (prefers-reduced-motion: reduce) {
  .job_tags a {
    transition: none;
  }
}
.job_tags a:hover, .job_tags a:focus {
  text-decoration: none;
}
.job_tags a:focus, .job_tags a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.job_tags a.disabled, .job_tags a:disabled {
  opacity: 0.65;
}
.job_tags a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.job_tags a:not(:disabled):not(.disabled):active, .job_tags a:not(:disabled):not(.disabled).active {
  background-image: none;
}
.job_application {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.application_details {
  margin-top: 30px;
  padding: 20px;
  border: 2px solid #e8ecec;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .application_details {
    padding: 35px;
  }
}
.application_details > p:only-child {
  margin-bottom: 0;
}

.application_button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  display: block;
  width: 100%;
}

.job-manager-application-form > *:last-child {
  margin-bottom: 0;
}
.job-manager-application-form + hr, .job-manager-application-form + hr + .apply_with_resume {
  display: none;
}

.apply_with_resume select {
  width: 100%;
}
.apply_with_resume textarea {
  min-height: 150px;
}
.apply_with_resume input[type=submit] {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 10px 26px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 5px;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .apply_with_resume input[type=submit] {
    transition: none;
  }
}
.apply_with_resume input[type=submit]:hover, .apply_with_resume input[type=submit]:focus {
  text-decoration: none;
}
.apply_with_resume input[type=submit]:focus, .apply_with_resume input[type=submit].focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.apply_with_resume input[type=submit].disabled, .apply_with_resume input[type=submit]:disabled {
  opacity: 0.65;
}
.apply_with_resume input[type=submit]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.apply_with_resume input[type=submit]:not(:disabled):not(.disabled):active, .apply_with_resume input[type=submit]:not(:disabled):not(.disabled).active {
  background-image: none;
}
.apply_with_resume > * {
  display: flex;
  flex-wrap: wrap;
}
.apply_with_resume > *:last-child {
  margin-bottom: 0;
}

.wp_job_manager_send_application_button {
  display: block;
  width: 100%;
}

.job-single-type-v1 .single_job_listing .application .apply-with-xing,
.job-single-type-v1 .single_job_listing .application .apply-with-facebook,
.job-single-type-v3 .single_job_listing .application .apply-with-xing,
.job-single-type-v3 .single_job_listing .application .apply-with-facebook {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  display: block;
  width: 100%;
  margin-left: 0;
}
@media (min-width: 768px) {
  .job-single-type-v1 .single_job_listing .application .apply-with-xing,
  .job-single-type-v1 .single_job_listing .application .apply-with-facebook,
  .job-single-type-v3 .single_job_listing .application .apply-with-xing,
  .job-single-type-v3 .single_job_listing .application .apply-with-facebook {
    font-size: 1.25rem;
  }
}

.job-single-type-v2 .job_application {
  display: flex;
  flex-wrap: wrap;
}
.job-single-type-v2 .application_button {
  display: inline-block;
  width: auto;
  min-width: 250px;
  margin: auto;
}
.job-single-type-v2 .single_job_listing .application .apply-with-xing,
.job-single-type-v2 .single_job_listing .application .apply-with-facebook {
  margin: auto auto 20px;
  min-width: 250px;
  border-radius: 0.3rem;
  line-height: 1.5;
}

.job-single-type-v3 .job_application {
  padding-left: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .job-single-type-v3 .job_application {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
.job-single-type-v3 .application_details {
  position: absolute;
  z-index: 1;
  background-color: #fff;
}

.single-job-listing__widget {
  margin: 30px 0;
}

.single-job-listing__widget--content {
  padding-left: 0;
  list-style: none;
  padding: 35px;
  border: 2px solid #edeff7;
  border-radius: 5px;
}
.single-job-listing__widget--content > li + li {
  margin-top: 20px;
}
.single-job-listing__widget--content.no-padding {
  padding: 0;
}
.single-job-listing__widget--content.single-job-listing--location {
  border-width: 0;
}
.single-job-listing__widget--content.single-job-listing--location iframe {
  border-radius: 5px;
  height: 264px;
}

.single-job-listing__widget--title {
  margin-bottom: 20px;
}

.single-job-listing-overview__detail--icon {
  font-size: 30px;
  margin-right: 20px;
}

.single-job-listing-overview__detail {
  display: flex;
  align-items: flex-start;
}

.single-job-listing-overview__detail--content {
  flex: 1;
}

.single-job-listing-overview__detail-content--value ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.single-job-listing-overview__detail-content--value li {
  display: inline-block;
}
.single-job-listing-overview__detail-content--value a {
  color: #888;
}

.job-single-type-v2 .single-job-listing__widget {
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8ecec;
}
.job-single-type-v2 .single-job-listing__widget--content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  border: none;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .job-single-type-v2 .single-job-listing__widget--content {
    margin: 0;
  }
}
.job-single-type-v2 .single-job-listing__widget--content > li {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .job-single-type-v2 .single-job-listing__widget--content > li {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
.job-single-type-v2 .single-job-listing__widget--content > li + li {
  margin-top: 0;
}

.job-single-type-v3 .single-job-listing__widget {
  margin-top: 0;
}

.related-jobs .job-listing-loop-job__title {
  font-size: 14px;
}
.related-jobs .job_listing {
  border-bottom: 1px solid #e8ecec;
}
.related-jobs .job_listing > a {
  padding-top: 20px;
  padding-bottom: 20px;
}
.related-jobs .showing_jobs {
  display: none;
}
.related-jobs .job-details {
  align-items: center;
}

.single_job_listing .related-jobs .job_listing {
  border-bottom: 1px solid #e6e7ef;
}
.single_job_listing .related-jobs .job_listing:last-child {
  border-bottom: none;
}
@media (min-width: 1200px) {
  .single_job_listing .related-jobs .job_listing {
    border-bottom: none;
  }
}
.single_job_listing .related-jobs .job_listing > a:hover, .single_job_listing .related-jobs .job_listing > a:focus {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .single_job_listing .related-jobs .job_listing > a {
    border: 2px solid transparent;
  }
  .single_job_listing .related-jobs .job_listing > a:hover, .single_job_listing .related-jobs .job_listing > a:focus {
    border-color: #e6e7ef;
    border-radius: 4px;
  }
}

.job-manager-job-dashboard-content table td,
.job-manager-company-dashboard-content table td {
  vertical-align: top;
}
.job-manager-job-dashboard-content table td small,
.job-manager-company-dashboard-content table td small {
  font-size: 0.92em;
  color: #999;
  display: block;
}
.job-manager-job-dashboard-content table ul.job-dashboard-actions,
.job-manager-job-dashboard-content table ul.company-dashboard-actions,
.job-manager-company-dashboard-content table ul.job-dashboard-actions,
.job-manager-company-dashboard-content table ul.company-dashboard-actions {
  font-size: 0.92em;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .job-manager-job-dashboard-content table ul.job-dashboard-actions,
  .job-manager-job-dashboard-content table ul.company-dashboard-actions,
  .job-manager-company-dashboard-content table ul.job-dashboard-actions,
  .job-manager-company-dashboard-content table ul.company-dashboard-actions {
    visibility: hidden;
  }
}
.job-manager-job-dashboard-content table ul.job-dashboard-actions li,
.job-manager-job-dashboard-content table ul.company-dashboard-actions li,
.job-manager-company-dashboard-content table ul.job-dashboard-actions li,
.job-manager-company-dashboard-content table ul.company-dashboard-actions li {
  display: inline-block;
  padding: 0;
  margin: 0 0.5em 0 0;
  font-weight: normal;
  list-style: none outside;
}
.job-manager-job-dashboard-content table ul.job-dashboard-actions li .job-dashboard-action-delete,
.job-manager-job-dashboard-content table ul.job-dashboard-actions li .company-dashboard-action-delete,
.job-manager-job-dashboard-content table ul.company-dashboard-actions li .job-dashboard-action-delete,
.job-manager-job-dashboard-content table ul.company-dashboard-actions li .company-dashboard-action-delete,
.job-manager-company-dashboard-content table ul.job-dashboard-actions li .job-dashboard-action-delete,
.job-manager-company-dashboard-content table ul.job-dashboard-actions li .company-dashboard-action-delete,
.job-manager-company-dashboard-content table ul.company-dashboard-actions li .job-dashboard-action-delete,
.job-manager-company-dashboard-content table ul.company-dashboard-actions li .company-dashboard-action-delete {
  color: red;
}
.job-manager-job-dashboard-content table ul.job-dashboard-actions li:after,
.job-manager-job-dashboard-content table ul.company-dashboard-actions li:after,
.job-manager-company-dashboard-content table ul.job-dashboard-actions li:after,
.job-manager-company-dashboard-content table ul.company-dashboard-actions li:after {
  padding: 0 0 0 0.5em;
  content: "‣";
}
.job-manager-job-dashboard-content table ul.job-dashboard-actions li:last-child:after,
.job-manager-job-dashboard-content table ul.company-dashboard-actions li:last-child:after,
.job-manager-company-dashboard-content table ul.job-dashboard-actions li:last-child:after,
.job-manager-company-dashboard-content table ul.company-dashboard-actions li:last-child:after {
  content: "";
}
@media (min-width: 1200px) {
  .job-manager-job-dashboard-content table tr:hover ul.job-dashboard-actions,
  .job-manager-job-dashboard-content table tr:hover ul.company-dashboard-actions, .job-manager-job-dashboard-content table tr:focus ul.job-dashboard-actions,
  .job-manager-job-dashboard-content table tr:focus ul.company-dashboard-actions,
  .job-manager-company-dashboard-content table tr:hover ul.job-dashboard-actions,
  .job-manager-company-dashboard-content table tr:hover ul.company-dashboard-actions,
  .job-manager-company-dashboard-content table tr:focus ul.job-dashboard-actions,
  .job-manager-company-dashboard-content table tr:focus ul.company-dashboard-actions {
    visibility: visible;
  }
}

.wpjmcl_form_claim_listing .fieldset-wpjmcl_listing label,
.wpjmcl_form_claim_detail .fieldset-wpjmcl_listing label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wpjmcl_form_claim_listing .fieldset-wpjmcl_listing .field,
.wpjmcl_form_claim_detail .fieldset-wpjmcl_listing .field {
  font-size: 24px;
}
.wpjmcl_form_claim_listing .fieldset-wpjmcl_listing .field strong,
.wpjmcl_form_claim_detail .fieldset-wpjmcl_listing .field strong {
  color: inherit;
}
.wpjmcl_form_claim_listing input[type=submit],
.wpjmcl_form_claim_detail input[type=submit] {
  padding: 10px 20px;
}

.job-manager-message + .wpjmcl_form_claim_listing,
.job-manager-message + .wpjmcl_form_claim_detail {
  margin-top: 1.5em;
}

.johunt-filtered-links {
  border: 1px solid #edeff7;
  margin-bottom: 20px;
  text-align: right;
}
@media (min-width: 992px) {
  .johunt-filtered-links {
    border-left: 0;
  }
}
.johunt-filtered-links a {
  padding: 0.75rem;
  display: inline-block;
}

/**
 * Jetpack
 */
/**
 * Widgets
 */
.jetpack_subscription_widget #subscribe-email input {
  padding: 20px !important;
  width: 100% !important;
}

.widget_google_translate_widget img {
  display: inline;
}
.widget_google_translate_widget a {
  text-decoration: none !important;
}

/**
 * Infinite Scroll
 */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll .pagination,
.infinite-scroll .woocommerce-pagination,
.infinite-scroll ul.products + .jobhunt-sorting,
.infinite-scroll .woocommerce-result-count,
.infinite-scroll.neverending .site-footer,
.infinite-scroll .jobhunt-sorting { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

/**
 * Sharing
 */
.sd-block {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e8ecec;
}
.sd-block .sd-content ul {
  margin-bottom: 0 !important;
}
.sd-block .sd-content ul li {
  margin: 0 5px !important;
}

div.sharedaddy h3.sd-title {
  font-size: 16px !important;
  margin: 0 10px 0 0 !important;
}
div.sharedaddy h3.sd-title:before {
  content: none !important;
}

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