/*!
Theme Name: Specialty
Theme URI: https://www.cssigniter.com/ignite/themes/specialty/
Author: CSSIgniter
Author URI: https://www.cssigniter.com
Description: Job Board Theme for WordPress
Version: 1.4.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: specialty
Domain Path: /languages
*/

/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. 01. General
.. 02. Main Navigation
.. 03. Header
.. 04. Modules
.. 05. Footer
.. 06. Comments
.. 07. Widgets Styling
.. 08. WordPress defaults
.. 09. Mobile Menu
.. 10. External Plugins
.. 11. Global Mediaqueries

*/

@keyframes rot {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container::after {
  content: "";
  display: table;
  clear: both;
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 8.33333%;
}

.col-xs-2 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 16.66667%;
}

.col-xs-3 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 25%;
}

.col-xs-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 33.33333%;
}

.col-xs-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 41.66667%;
}

.col-xs-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 50%;
}

.col-xs-7 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 58.33333%;
}

.col-xs-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 66.66667%;
}

.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 75%;
}

.col-xs-10 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 83.33333%;
}

.col-xs-11 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 91.66667%;
}

.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 100%;
}

.pull-xs-0 {
  right: auto;
}

.pull-xs-1 {
  right: 8.33333%;
}

.pull-xs-2 {
  right: 16.66667%;
}

.pull-xs-3 {
  right: 25%;
}

.pull-xs-4 {
  right: 33.33333%;
}

.pull-xs-5 {
  right: 41.66667%;
}

.pull-xs-6 {
  right: 50%;
}

.pull-xs-7 {
  right: 58.33333%;
}

.pull-xs-8 {
  right: 66.66667%;
}

.pull-xs-9 {
  right: 75%;
}

.pull-xs-10 {
  right: 83.33333%;
}

.pull-xs-11 {
  right: 91.66667%;
}

.pull-xs-12 {
  right: 100%;
}

.push-xs-0 {
  left: auto;
}

.push-xs-1 {
  left: 8.33333%;
}

.push-xs-2 {
  left: 16.66667%;
}

.push-xs-3 {
  left: 25%;
}

.push-xs-4 {
  left: 33.33333%;
}

.push-xs-5 {
  left: 41.66667%;
}

.push-xs-6 {
  left: 50%;
}

.push-xs-7 {
  left: 58.33333%;
}

.push-xs-8 {
  left: 66.66667%;
}

.push-xs-9 {
  left: 75%;
}

.push-xs-10 {
  left: 83.33333%;
}

.push-xs-11 {
  left: 91.66667%;
}

.push-xs-12 {
  left: 100%;
}

.offset-xs-1 {
  margin-left: 8.33333%;
}

.offset-xs-2 {
  margin-left: 16.66667%;
}

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

.offset-xs-4 {
  margin-left: 33.33333%;
}

.offset-xs-5 {
  margin-left: 41.66667%;
}

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

.offset-xs-7 {
  margin-left: 58.33333%;
}

.offset-xs-8 {
  margin-left: 66.66667%;
}

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

.offset-xs-10 {
  margin-left: 83.33333%;
}

.offset-xs-11 {
  margin-left: 91.66667%;
}

/* -----------------------------------------
	01. General
----------------------------------------- */

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

* {
  box-sizing: inherit;
}

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

/* Basic Typography
=================================== */

body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.625;
  font-size: 16px;
  background-color: #f6f6f6;
  color: #484848;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  margin: 0 0 15px;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  margin: 0 0 15px;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
  outline: none;
  color: #00c6ff;
  text-decoration: none;
}

a:hover {
  color: #33d1ff;
  outline: none;
  text-decoration: none;
}

a:active {
  outline: none;
}

.group::after {
  content: "";
  display: table;
  clear: both;
}

/* General Element Styling
=================================== */

/* Reset figure margin from normalize.css */

figure {
  margin: 0;
}

/* Lists */

ul,
ol {
  padding-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dl {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 15px;
}

/* Blockquotes */

blockquote {
  margin: 20px 0;
  padding-left: 15px;
  border-left: 3px solid #e9e9e9;
  font-size: 17px;
  font-weight: 300;
}

blockquote cite {
  display: block;
  font-weight: bold;
  font-style: italic;
  margin: 10px 0 0;
  color: rgba(72, 72, 72, 0.8);
  font-size: 14px;
}

/* Tables */

table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.entry-content table {
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
}

.entry-content th,
.entry-content td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.entry-content th:first-child,
.entry-content td:first-child {
  padding-left: 0;
}

.entry-content caption,
.entry-content th,
.entry-content td {
  font-weight: normal;
  text-align: left;
  padding: 5px;
  vertical-align: middle;
}

.entry-content th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 85%;
}

.entry-content td {
  border-width: 0 1px 1px 0;
}

/* Code */

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-style: normal;
}

pre {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Various */

address {
  margin: 0 0 15px;
}

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

/* Embeds and iframes
=================================== */

embed,
iframe,
object,
video,
audio {
  margin-bottom: 15px;
  max-width: 100%;
}

p > embed,
p > iframe,
p > object,
p > audio,
span > embed,
span > iframe,
span > object,
span > audio {
  margin-bottom: 0;
}

#map *,
.map * {
  max-width: none !important;
}

/* General Form Styling
=================================== */

.form-field {
  margin-bottom: 20px;
}

label {
  display: block;
  margin: 0 0 2px;
  font-weight: normal;
}

input,
textarea {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 42px;
  padding: 6px 12px;
  box-shadow: none;
  line-height: normal;
  border: 2px solid #e9e9e9;
  border-radius: 3px;
  background-color: #fff;
  background-image: none;
  color: #484848;
  font-size: 15px;
  transition: border-color .18s ease;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  border-color: #00c6ff;
  outline: none;
}

input[type="search"] {
  /* Restoring box-sizing */
  box-sizing: border-box;
}

textarea {
  height: auto;
}

select {
  width: 100%;
  max-width: 100%;
  color: #484848;
  box-shadow: none;
  line-height: normal;
  height: 42px;
  border: 2px solid #e9e9e9;
  padding: 0 12px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-size: 9px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-position: right .8rem center;
  background-repeat: no-repeat;
}

.ci-select {
  position: relative;
  width: 100%;
  height: 42px;
}

.ci-select select {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  border: 2px solid #e9e9e9;
  padding: 6px 12px;
  color: #828282;
  background-color: #fff;
}

.ci-select select::-ms-expand {
  display: none;
}

.ci-select::after {
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 20px;
  position: absolute;
  top: 0;
  line-height: 42px;
  right: 12px;
  height: 100%;
  color: #484848;
  pointer-events: none;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
  width: auto;
  height: auto;
}

input[type=file] {
  height: auto;
  cursor: pointer;
}

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

/* Placeholder text color */

::-webkit-input-placeholder {
  color: rgba(72, 72, 72, 0.5);
  font-weight: normal;
  opacity: 1;
}

:-moz-placeholder {
  color: rgba(72, 72, 72, 0.5);
  font-weight: normal;
  opacity: 1;
}

::-moz-placeholder {
  color: rgba(72, 72, 72, 0.5);
  font-weight: normal;
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(72, 72, 72, 0.5);
  font-weight: normal;
  opacity: 1;
}

/* Buttons
=================================== */

.btn,
.comment-reply-link,
input[type="submit"],
input[type="reset"],
button {
  position: relative;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  line-height: normal;
  border: 0;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  transition: .18s background-color ease, .18s color ease, .18s border-color ease, .18s opacity ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  width: auto;
  height: auto;
  background-image: none;
  text-transform: uppercase;
  background-color: #00c6ff;
  border: 2px solid transparent;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
  padding: 11px 38px;
  font-size: 13px;
  height: 42px;
}

.btn:active,
.comment-reply-link:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active {
  outline: none;
}

.btn:hover,
.comment-reply-link:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
  color: #fff;
  background-color: #00bef5;
  text-decoration: none;
}

.btn::before,
.comment-reply-link::before,
input[type="submit"]::before,
input[type="reset"]::before,
button::before {
  border: 3px solid rgba(255, 255, 255, 0.35);
  border-top-color: rgba(255, 255, 255, 0.875);
  border-radius: 100%;
  height: 24px;
  width: 24px;
  animation: rot .8s infinite linear;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  opacity: 0;
  transition: opacity .18s ease;
}

.btn-sm {
  padding: 8px 18px;
  font-size: 11px;
  height: auto;
}

.btn-lg {
  padding: 16px 42px;
  font-size: 16px;
  height: auto;
}

.btn-block {
  min-width: 100%;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-round {
  border-radius: 30px;
}

.btn-transparent {
  background-color: transparent;
  border-color: #00c6ff;
  color: #00c6ff;
}

.btn-transparent:hover {
  color: #fff;
  background-color: #00c6ff;
}

.btn-transparent.btn-loading:hover {
  background-color: transparent;
  color: #00c6ff;
}

.btn-white {
  background-color: #fff;
  color: #00c6ff;
}

.btn-white:hover {
  color: #00c6ff;
  background-color: #fff;
}

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

.btn-white.btn.btn-transparent:hover {
  background-color: #fff;
  color: #00c6ff;
}

.btn-white.btn.btn-transparent.btn-loading:hover {
  color: #fff;
  background-color: transparent;
}

.btn-loading {
  cursor: not-allowed;
  pointer-events: none;
  text-indent: -999em;
}

.btn-loading::before {
  opacity: 1;
}

/* Magnific Popup Overrides
=================================== */

.mfp-bg {
  background-color: #000;
}

.mfp-preloader {
  color: #fff;
}

.mfp-preloader a {
  color: #fff;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-container:not(.mfp-s-error) .mfp-preloader {
  border: 6px solid rgba(255, 255, 255, 0.35);
  border-top-color: rgba(255, 255, 255, 0.875);
  border-radius: 100%;
  height: 40px;
  width: 40px;
  animation: rot .8s infinite linear;
  background-color: transparent;
  text-indent: -999em;
  margin: 0 auto;
}

button.mfp-close,
button.mfp-arrow {
  border: 0;
  opacity: 1;
}

button.mfp-close:hover,
button.mfp-arrow:hover {
  background: none;
  border: 0;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
}

.mfp-arrow {
  line-height: .3;
}

.mfp-arrow::before,
.mfp-arrow::after {
  border: 0;
}

.mfp-arrow::after {
  font-family: FontAwesome;
  font-size: 70px;
  color: #fff;
}

.mfp-arrow-right::after,
.mfp-arrow-right .mpf-a {
  content: "\f105";
}

.mfp-arrow-left::after,
.mfp-arrow-left .mpf-a {
  content: "\f104";
}

/* Text Alignment Helpers
=================================== */

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

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

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

.text-justified {
  text-align: justify;
}

/* Other Text Helpers
=================================== */

.text-theme {
  font-weight: 700;
  color: #00c6ff;
}

.text-secondary {
  text-transform: uppercase;
  font-size: 11px;
  line-height: normal;
  font-weight: 700;
  color: #828282;
}

/* -----------------------------------------
	02. Main Navigation
----------------------------------------- */

.nav {
  display: block;
  margin-left: auto;
}

.navigation-main {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  /* Functional Styles
	=================================== */
  /* Visual Styles
	=================================== */
}

.navigation-main::after {
  content: "";
  display: table;
  clear: both;
}

.navigation-main li {
  position: relative;
}

.navigation-main > li {
  display: inline-block;
}

.navigation-main a {
  display: block;
  white-space: nowrap;
}

.navigation-main ul {
  position: absolute;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s;
  transform: translate(0, 15px);
}

.navigation-main > li:last-child > ul {
  right: 0;
}

.navigation-main > li:last-child > ul::before {
  left: auto;
  right: 10px;
}

.navigation-main ul ul {
  top: 0;
  right: 100%;
  transform: translate(-5px, 0);
}

.navigation-main li:hover a {
  transition-delay: 0s;
}

.navigation-main li:hover > ul {
  transition-delay: 0s, 0s, 0s;
  visibility: visible;
  opacity: 1;
}

.navigation-main li:hover ul {
  z-index: 15;
}

.navigation-main > li:hover > ul {
  transform: translate(0, 10px);
}

.navigation-main li li:hover > ul {
  transform: translate(0, 0);
}

.navigation-main ul {
  padding: 0;
  margin: 0 0 0 30px;
  list-style: none;
  background-color: #fff;
  min-width: 200px;
  border-radius: 3px;
  border-bottom: 2px solid #e9e9e9;
}

.navigation-main a {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.navigation-main > li > a {
  padding: 8px 0;
  margin-left: 30px;
  color: #fff;
  border-bottom: 2px solid transparent;
  transition-delay: .25s;
}

.navigation-main > li.menu-item-btn > a {
  padding: 6px 12px;
  border: 2px solid #00c6ff;
  font-weight: 700;
  border-radius: 2px;
}

.navigation-main > li.menu-item-btn > a:hover {
  background-color: #00c6ff;
}

.navigation-main > li > ul::before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-bottom-color: #fff;
  top: -10px;
  left: 10px;
}

.navigation-main > li:hover > a,
.navigation-main > li > a:focus,
.navigation-main > .current-menu-item > a,
.navigation-main > .current-menu-parent > a,
.navigation-main > .current-menu-ancestor > a {
  border-bottom: 2px solid #00c6ff;
}

.navigation-main li li a {
  font-size: 11px;
  padding: 9px 12px;
  border-bottom: 1px solid #e9e9e9;
  color: #484848;
}

.navigation-main li li:last-child > a {
  border-bottom: 0;
}

.navigation-main li li:hover > a,
.navigation-main li li > a:focus,
.navigation-main li .current-menu-item > a,
.navigation-main li .current-menu-parent > a,
.navigation-main li .current-menu-ancestor > a {
  color: #00c6ff;
}

.navigation-main .menu-item-has-children > a::after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 8px;
  position: relative;
  top: -4px;
  right: -3px;
  line-height: normal;
}

.navigation-main li .menu-item-has-children > a::after {
  content: "\f054";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* -----------------------------------------
	03. Header
----------------------------------------- */

.header {
  z-index: 50;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 25px 0;
}

.mast-head {
  display: flex;
  align-items: center;
}

.site-logo {
  line-height: normal;
  font-size: 24px;
  margin: 0;
  max-width: 225px;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  font-weight: bold;
}

.site-logo a {
  color: #fff;
}

.site-tagline {
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  margin: 0;
}

/* -----------------------------------------
	04. Modules
----------------------------------------- */

/* Page Hero
=================================== */

.page-hero {
  background-color: #2f3043;
  background-repeat: no-repeat;
  background-position: center top;
  color: #fff;
  height: 350px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.page-template-template-builder-php .page-hero {
  height: 82px;
}

.page-hero .container {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.page-hero::before {
  content: "";
  background-color: rgba(47, 48, 67, 0.82);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-hero-lg {
  height: 500px;
}

.page-template-template-builder-php .page-hero-lg {
  height: 82px;
}

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

.page-hero-content {
  margin-top: 50px;
}

.page-hero-lg .page-hero-content {
  margin-top: 60px;
}

.page-title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 300;
  margin: 0;
}

.page-hero-lg .page-title {
  max-width: 570px;
}

.page-subtitle {
  margin: 15px 0 0;
}

.page-hero-details span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 20px;
}

.page-hero-details span::after {
  content: "\2022";
  position: absolute;
  right: -16px;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
  opacity: .3;
}

.page-hero-details span.item-badge::after {
  top: -1px;
}

.page-hero-details span:last-child::after {
  display: none;
}

/* Filter Form
=================================== */

.form-filter {
  position: relative;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 30px 0;
}

/* Content Wrappers
=================================== */

.main {
  padding: 60px 0;
  position: relative;
}

.main-elevated {
  padding-top: 0;
  margin-top: -72px;
}

.content-wrap {
  background-color: #fff;
  border-radius: 3px;
  padding: 100px;
  border-bottom: 2px solid rgba(233, 233, 233, 0.8);
}

.content-wrap-footer {
  text-transform: uppercase;
  font-size: 11px;
  line-height: normal;
  font-weight: 700;
  color: #828282;
  padding: 15px 0;
}

.section-title-wrap::after {
  content: "";
  display: table;
  clear: both;
}

.section-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
}

.entry-related .section-title {
  font-weight: 700;
}

.section-title-wrap .section-title {
  float: left;
}

.section-title-compliment {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
  float: right;
}

.section-title-compliment a {
  color: #484848;
}

.section-title-compliment .fa {
  margin-right: 5px;
}

/* Sidebar
=================================== */

.main-elevated .sidebar {
  margin-top: 100px;
}

/* Badges
=================================== */

.item-badge {
  display: inline-block;
  margin: 0;
  line-height: normal;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #00c6ff;
  vertical-align: middle;
  border-radius: 2px;
}

.item-badge:hover {
  color: #fff;
}

.item-badge a {
  color: #fff;
}

.item-badge a:hover {
  color: #fff;
}

/* List Items
=================================== */

.item-listing,
ul.job_listings {
  position: relative;
  margin-bottom: 0;
  border-top: 0;
}

.item-listing::after,
ul.job_listings::after {
  border: 6px solid rgba(0, 198, 255, 0.35);
  border-top-color: rgba(0, 198, 255, 0.875);
  border-radius: 100%;
  height: 40px;
  width: 40px;
  animation: rot .8s infinite linear;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  z-index: 11;
  display: none;
}

.item-listing::before,
ul.job_listings::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 10;
  opacity: .6;
  display: none;
}

.item-listing.is-loading::after,
.item-listing.is-loading::before,
ul.job_listings.is-loading::after,
ul.job_listings.is-loading::before {
  display: block;
}

ul.job_listings li.list-item.job_listing {
  padding: 30px;
  border-bottom: 1px solid #e9e9e9;
}

ul.job_listings li.list-item.job_listing a {
  background: none;
  padding: 0;
  opacity: 1;
  display: inline-block;
  line-height: normal;
}

ul.job_listings li.list-item.job_listing a:hover,
ul.job_listings li.list-item.job_listing a:focus {
  background: none;
}

.list-item {
  display: flex;
  padding: 30px;
  background-color: #fff;
  align-items: center;
  line-height: normal;
}

.list-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.list-item-sm {
  padding: 10px;
}

.list-item-featured,
.job_position_featured {
  background-color: #fffded;
}

.single .list-item-featured,
.single
.job_position_featured {
  background-color: #fff;
}

.list-item-callout {
  background-color: #00c6ff;
  border-top: 2px solid rgba(0, 0, 0, 0.03);
  border-bottom: 2px solid rgba(0, 0, 0, 0.03);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.list-item-error {
  background-color: #ff6452;
  text-align: center;
  display: none;
}

.list-item-error .fa-warning {
  text-align: center;
  display: block;
  font-size: 30px;
  margin-bottom: 15px;
}

.list-item-secondary-info {
  text-align: right;
  margin-left: auto;
}

.widget .list-item-secondary-info {
  display: none;
}

.list-item-title-eyebrow {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  opacity: .4;
  margin: -13px 0 3px;
  padding: 0;
  line-height: 1;
  font-weight: 400;
}

.widget .list-item-title-eyebrow {
  display: none;
}

.list-item-title {
  font-size: 20px;
  margin: 0 0 4px;
  letter-spacing: -.025em;
  line-height: 1;
}

.entry-content .list-item-title {
  margin: 0 0 4px;
}

.list-item-callout .list-item-title {
  font-weight: 700;
  color: #fff;
}

.widget .list-item-title {
  font-size: 15px;
  margin-bottom: 5px;
}

.list-item-error .list-item-title {
  color: #fff;
  width: 100%;
}

.list-item-location {
  margin: 0 0 3px;
  line-height: normal;
  color: #343434;
}

.entry-content .list-item-location {
  margin: 0 0 3px;
}

.list-item-time,
.list-item-company {
  font-size: 13px;
  color: #828282;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.list-item-callout .list-item-time,
.list-item-callout
.list-item-company {
  color: #fff;
}

.list-item-sm .list-item-time,
.list-item-sm
.list-item-company {
  font-size: 12px;
}

.list-item-sm .list-item-company {
  max-width: 140px;
}

.list-item-tag {
  margin-right: 5px;
}

.list-item-secondary-wrap {
  background-color: #00c6ff;
  padding: 30px;
  text-align: center;
}

.list-item-secondary-wrap:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 2px solid #e9e9e9;
}

.no_job_listings_found {
  list-style: none;
  text-align: center;
  padding: 30px;
  background-color: #fff;
}

/* Custom Filters
=================================== */

.item-filters-array {
  margin: 0;
  padding: 0;
}

.item-filter {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e9e9e9;
  line-height: normal;
  background-color: #fff;
}

.item-filter:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.item-filter:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-width: 2px;
}

.item-filter input:not([type="checkbox"]),
.item-filter input:not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkbox-filter-label {
  margin: 0;
  padding: 12px;
  display: block;
  cursor: pointer;
  position: relative;
  top: 2px;
  color: #828282;
  line-height: normal;
}

.checkbox-filter-label::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #e9e9e9;
  position: absolute;
  right: 12px;
  border-radius: 2px;
  transition: background-color .18s ease;
}

.checkbox-filter-label::after {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 12px;
  color: #fff;
  transform: scale(0);
  opacity: 0;
  transition: opacity .18s ease, transform .18s ease;
}

.item-filter-tag {
  margin-left: -12px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
  height: 18px;
  padding: 2px 20px 2px 15px;
  min-width: 96px;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  transition: color .18s ease .075s;
}

.item-filter-tag-bg {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #00c6ff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  transform: translateX(calc(-100% + 5px));
  transition: transform .25s ease;
}

.checkbox-filter {
  position: absolute;
  left: -9999px;
}

.checkbox-filter:checked + label::before {
  background-color: #00c6ff;
}

.checkbox-filter:checked + label::after {
  opacity: 1;
  transform: scale(1);
}

.checkbox-filter:checked + label .item-filter-tag-badge {
  transition-delay: 0s;
  color: #fff;
}

.checkbox-filter:checked + label .item-filter-tag-bg {
  transform: translateX(0);
}

/* Tag & Filter Colors
=================================== */

.item-filter-tag-bg.job-type-contract,
.item-badge.job-type-contract {
  background-color: #1cbbb4;
}

.item-filter-tag-bg.job-type-freelance,
.item-badge.job-type-freelance {
  background-color: #ed145b;
}

.item-filter-tag-bg.job-type-full-time,
.item-badge.job-type-full-time {
  background-color: #0072bc;
}

.item-filter-tag-bg.job-type-part-time,
.item-badge.job-type-part-time {
  background-color: #f26c4f;
}

.item-filter-tag-bg.job-type-internship,
.item-badge.job-type-internship {
  background-color: #630460;
}

.item-filter-tag-bg.job-type-temporary,
.item-badge.job-type-temporary {
  background-color: #edc214;
}

.item-filter-tag-bg.job-type-remote,
.item-badge.job-type-remote {
  background-color: #ed848f;
}

/* Entry Styles
=================================== */

.entry {
  margin: 0 0 200px;
}

.entry:only-of-type,
.entry:last-child {
  margin: 0;
}

.entry:first-child img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.search-results .entry {
  margin-bottom: 60px;
}

.search-results .entry:last-child {
  margin-bottom: 0;
}

.entry-thumb {
  display: block;
  margin: -100px -100px 30px;
}

.entry-meta {
  text-transform: uppercase;
  font-size: 11px;
  line-height: normal;
  font-weight: 700;
  color: #828282;
  margin-bottom: 10px;
}

.entry-time + .entry-categories::before {
  content: "\2022";
  display: inline-block;
  margin: 0 5px;
  opacity: .4;
}

.entry-title {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 30px;
}

.entry-content::after {
  content: "";
  display: table;
  clear: both;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-top: 40px;
}

.entry-content p {
  margin-bottom: 20px;
}

.entry-content iframe,
.entry-content blockquote,
.entry-content .fluid-width-video-wrapper {
  margin: 25px 0;
}

.entry-content .fluid-width-video-wrapper iframe {
  margin: 0;
}

.entry-content .mce-tinymce iframe {
  margin: 0;
}

.btn-read-more {
  margin-top: 20px;
}

.btn-apply-content {
  margin-top: 35px;
}

.search-notice {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.search-notice p:only-child {
  margin-bottom: 0;
}

.search-notice:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Entry Item Styles
=================================== */

.entry-related {
  margin: 50px 0 40px;
}

.entry-related:last-child {
  margin-bottom: 0;
}

.entry-related .row-equal {
  display: flex;
  flex-flow: row wrap;
}

.entry-related .row-equal .related-post {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 25%;
}

.entry-related .row-equal .related-columns-1 {
  flex: 0 0 100%;
}

.entry-related .row-equal .related-columns-2 {
  flex: 0 0 50%;
}

.entry-related .row-equal .related-columns-3 {
  flex: 0 0 33.33333%;
}

.entry-item {
  background-color: #fff;
  font-size: 15px;
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 30px;
}

.entry-item p {
  margin-bottom: 0;
}

.entry-item-thumb img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.job_listing .entry-item-thumb {
  text-align: center;
  padding: 0;
  max-width: 120px;
  margin-right: 30px;
}

.job_listing .entry-item-thumb img {
  border-radius: 0;
  position: relative;
  display: inline-block;
}

.entry-item-content-wrap {
  padding: 25px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.entry-item-title {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -.025em;
  margin: -5px 0 10px;
}

/* Entry Sharing
=================================== */

.entry-share {
  display: inline-block;
  margin-left: 5px;
  color: #484848;
  font-weight: 700;
}

.entry-share:hover {
  color: inherit;
}

.entry-share-facebook {
  color: #3b5998;
}

.entry-share-twitter {
  color: #00acee;
}

.entry-share-linkedin {
  color: #dd4b39;
}

/* Pagination
=================================== */

.navigation {
  text-align: center;
  margin: 40px 0 0;
}

.navigation a,
.navigation span {
  text-transform: uppercase;
  font-size: 11px;
  line-height: normal;
  font-weight: 700;
  color: #828282;
  display: inline-block;
  margin: 0 3px;
  padding: 9px 16px;
  font-size: 12px;
  color: #484848;
  background-color: #fff;
  border-radius: 3px;
  border-bottom: 2px solid #e9e9e9;
}

.navigation a:hover,
.navigation .current {
  background-color: #00c6ff;
  color: #fff;
}

.navigation .nav-links::after {
  content: "";
  display: table;
  clear: both;
}

.navigation .nav-previous {
  float: left;
}

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

/* Social Icons
=================================== */

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

.list-social-icons::after {
  content: "";
  display: table;
  clear: both;
}

.list-social-icons li {
  float: left;
  margin: 0 5px 3px 0;
}

.social-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 28px;
  font-size: 16px;
  text-align: center;
  color: #828282;
  background-color: transparent;
  border: 2px solid #828282;
  border-radius: 50%;
  opacity: .7;
}

.social-icon:hover {
  color: #00c6ff;
  border-color: #00c6ff;
}

/* Responsive embeds
=================================== */

.specialty-responsive-embed {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.specialty-responsive-embed iframe,
.specialty-responsive-embed object,
.specialty-responsive-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -----------------------------------------
	05. Footer
----------------------------------------- */

.footer {
  padding: 60px 0 55px;
  background-color: #fff;
}

.footer-widgets {
  padding-bottom: 20px;
}

.footer-copy {
  text-transform: uppercase;
  font-size: 11px;
  line-height: normal;
  font-weight: 700;
  color: #828282;
  font-weight: 400;
  border-top: 1px solid #e9e9e9;
  padding-top: 17px;
}

.footer-copy p {
  margin-bottom: 0;
}

/* -----------------------------------------
   06. Comments
----------------------------------------- */

#comments {
  margin: 0;
}

#comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

#comment-list ol {
  list-style: none;
}

#comment-list .comment-body {
  margin-bottom: 20px;
  padding-top: 20px;
}

#comment-list > .comment:first-child > .comment-body {
  border-top: 0;
  padding-top: 0;
}

.post-comments {
  margin: 0 0 80px;
}

.post-comments > h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  margin-bottom: 35px;
}

.comment-author {
  text-transform: uppercase;
  font-size: 11px;
  line-height: normal;
  font-weight: 700;
  color: #828282;
  font-size: 12px;
  margin-bottom: 5px;
}

.comment-author .avatar {
  width: 64px;
  height: 64px;
  float: left;
  margin: 0 15px 15px 0;
  overflow: visible;
  border-radius: 3px;
}

.comment-content {
  overflow: hidden;
  zoom: 1;
  font-size: 14px;
}

.comment-metadata {
  font-size: 12px;
  margin: 0 0 5px;
}

.comment-reply-link {
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 10px;
  margin-left: 80px;
  height: auto;
  width: auto;
}

.bypostauthor > article .fn::before {
  font-family: FontAwesome;
  content: "\f005";
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px;
  font-size: 11px;
}

#cancel-comment-reply-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.comment-respond > h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.form-allowed-tags,
.comment-notes {
  font-size: 14px;
  line-height: 1.5;
  opacity: .7;
}

.form-submit {
  margin-bottom: 0;
}

/* -----------------------------------------
	07. Widgets Styling
----------------------------------------- */

.widget {
  margin: 0 0 55px;
  font-size: 13px;
  /* Nullify bottom margin for last elements in widgets and sidebars */
}

.footer .widget {
  margin-bottom: 35px;
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

.widget p:last-child {
  margin-bottom: 0;
}

.widget select {
  width: 100%;
  padding: 5px 10px;
  border-radius: 0;
  border: 1px solid #e9e9e9;
}

.widget-title {
  font-size: 14px;
  font-weight: 700;
  color: #343434;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 0;
}

.widget-title label {
  text-transform: none;
  display: block;
  font-size: inherit;
  margin: 0;
  line-height: inherit;
  font-weight: inherit;
}

/* WIDGET: #Apply Button Widget
========================================= */

.widget_ci-apply-button-widget:first-child {
  margin-top: -100px;
  margin-bottom: 90px;
}

/* WIDGET: #Company Info Widget
========================================= */

.card-info-media {
  margin-bottom: 20px;
}

.card-info-media::after {
  content: "";
  display: table;
  clear: both;
}

.card-info-thumb {
  float: left;
  width: 66px;
  height: 66px;
  margin-right: 15px;
  border-radius: 3px;
  background-color: #fff;
  padding: 3px;
  border-bottom: 2px solid #e9e9e9;
}

.card-info-thumb img {
  border-radius: 2px;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  display: inline-block;
}

.card-info-title {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 3px;
}

.card-info-link {
  font-size: 12px;
  margin-bottom: 5px;
}

.card-info-socials {
  font-size: 14px;
  margin: 0;
}

.card-info-socials a {
  display: inline-block;
  margin-right: 5px;
}

/* WIDGET: #Company Info Widget
========================================= */

.callout-wrapper {
  padding: 35px 30px;
  background-color: #fff;
  border-radius: 3px;
  border-bottom: 2px solid #e9e9e9;
  text-align: center;
}

.callout-wrapper p {
  font-size: 15px;
  margin-bottom: 8px;
  line-height: 1.35;
}

.callout-wrapper .text-secondary {
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 11px;
}

.callout-thumb {
  margin-bottom: 17px;
}

/* WIDGET: #List Widgets
========================================= */

.widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_meta ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_recent_entries ul ul {
  margin-left: 15px;
}

.widget_meta li,
.widget_pages li,
.widget_categories li,
.widget_archive li,
.widget_nav_menu li,
.widget_recent_entries li {
  text-transform: uppercase;
  font-size: 11px;
  line-height: normal;
  font-weight: 700;
  color: #828282;
  line-height: normal;
  display: block;
  position: relative;
}

.widget_meta li a,
.widget_pages li a,
.widget_categories li a,
.widget_archive li a,
.widget_nav_menu li a,
.widget_recent_entries li a {
  color: #828282;
  display: inline-block;
  margin: 0 3px 6px 0;
}

.widget_meta li a:hover,
.widget_pages li a:hover,
.widget_categories li a:hover,
.widget_archive li a:hover,
.widget_nav_menu li a:hover,
.widget_recent_entries li a:hover {
  color: #00c6ff;
}

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

.widget_recent_comments li {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #e9e9e9;
}

.widget_pages select,
.widget_categories select,
.widget_archive select {
  display: block;
  width: 100%;
  padding: 6px 15px;
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  font-weight: normal;
  border: 1px solid #e9e9e9;
  background-color: #fff;
}

/* WIDGET: #Search
========================================= */

.searchform > div {
  position: relative;
}

.searchform .searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

/* WIDGET: #Text Widget
========================================= */

.widget_text p:last-child {
  margin-bottom: 0;
}

/* WIDGET: #Calendar
================================================== */

#wp-calendar {
  width: 100%;
}

#wp-calendar a {
  font-weight: bold;
  font-style: italic;
}

#wp-calendar caption {
  text-align: left;
  margin-top: 10px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
  padding: 9px;
}

#wp-calendar thead {
  font-size: 10px;
}

#wp-calendar thead th {
  background: rgba(0, 0, 0, 0.1);
  font-weight: bold;
  padding: 8px;
}

#wp-calendar tbody td {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 3px;
}

#wp-calendar tbody td:hover {
  background: rgba(0, 0, 0, 0.1);
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

/* -----------------------------------------
	08. WordPress Defaults
----------------------------------------- */

/* WordPress Galleries
=================================== */

.gallery {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 25px;
}

.gallery::after {
  content: "";
  display: table;
  clear: both;
}

.gallery-item {
  margin-bottom: 10px;
}

.gallery-item img {
  width: 100%;
  max-width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-1 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 11.11111%;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 0 5px;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: calc(100% - 10px);
  transition: opacity .18s ease;
}

.gallery-caption::before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* WordPress Classes
=================================== */

/* Alignment */

.alignnone {
  margin: 5px 0 20px;
}

p .alignnone {
  margin-bottom: 0;
}

.aligncenter {
  display: block;
  margin: 7px auto;
}

.alignright {
  float: right;
  margin: 7px 0 7px 24px;
}

.alignleft {
  float: left;
  margin: 7px 24px 7px 0;
}

/* Captions */

.wp-caption {
  max-width: 100%;
  margin-bottom: 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 12px;
  line-height: 17px;
  margin: 3px 0 0;
  padding: 5px 0 0;
  text-align: left;
}

.sticky {
  /* Provide sticky styles */
}

/* -----------------------------------------
	08a. Block editor styles Defaults
----------------------------------------- */

/* -----------------------------------------
Gutenberg general style resets
----------------------------------------- */

.entry-content > [class^="wp-block-"],
.entry > [class^="wp-block-"],
.wp-block-column > [class^="wp-block-"] {
  margin-bottom: 30px;
}

.entry-content .wp-block-audio {
  margin-bottom: 1.5em;
}

.entry-content .wp-block-audio audio {
  width: 100%;
  margin: 0;
}

.entry-content .wp-block-audio figcaption {
  color: inherit;
  opacity: .7;
}

.entry-content .wp-block-video {
  margin-bottom: 1.5em;
}

.entry-content .wp-block-video video {
  width: 100%;
  margin: 0;
}

.entry-content .wp-block-video figcaption {
  color: inherit;
  opacity: .7;
}

/* Embed blocks
=================================== */

.wp-block-embed iframe {
  margin: 0;
}

.wp-block-embed figcaption {
  color: inherit;
  opacity: .7;
}

/* Image Block
=================================== */

.wp-block-image figcaption {
  color: inherit;
  opacity: .7;
}

/* Separator Block
=================================== */

.wp-block-separator {
  margin: 30px 0;
}

/* Latest Comments Block
=================================== */

.wp-block-latest-comments {
  padding-left: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
  padding: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-date {
  color: inherit;
  opacity: .7;
}

/* Latest Posts Block
=================================== */

.wp-block-latest-posts {
  list-style: none;
  padding: 0;
}

.wp-block-latest-posts li {
  margin-bottom: 15px;
}

.wp-block-latest-posts .wp-block-latest-posts__post-date {
  color: inherit;
  opacity: .7;
}

/* Gallery Block
=================================== */

.wp-block-gallery li::before {
  display: none;
}

.wp-block-gallery li a {
  border: 0;
  box-shadow: none;
}

/* Columns Block
=================================== */

.wp-block-column :last-child {
  margin-bottom: 0;
}

/* Quote Block
=================================== */

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  background: none;
  font-style: normal;
}

.wp-block-quote.is-large::before,
.wp-block-quote.is-large::after,
.wp-block-quote.is-style-large::before,
.wp-block-quote.is-style-large::after {
  display: none;
}

/* Pull Quote Block
=================================== */

.wp-block-pullquote {
  padding: 0;
  font-style: normal;
}

.wp-block-pullquote blockquote {
  font-style: normal;
  padding: 0;
  border: 0;
}

/* -----------------------------------------
  09.  MOBILE MENU
----------------------------------------- */

.mobile-nav-open {
  overflow: hidden;
}

.navigation-mobile-wrap {
  background-color: #e9e9e9;
  padding: 0 15px;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .18s ease;
}

.mobile-nav-open .navigation-mobile-wrap {
  opacity: 1;
  visibility: visible;
}

.admin-bar .navigation-mobile-wrap {
  top: 46px;
}

.navigation-mobile {
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #484848;
}

.navigation-mobile li {
  list-style: none;
  width: 100%;
  position: relative;
}

.navigation-mobile li ul {
  display: none;
}

.navigation-mobile .menu-item-expanded > ul {
  display: block;
}

.navigation-mobile .menu-item-expanded > .menu-item-sub-menu-toggle::before {
  display: inline-block;
  transform: rotate(180deg);
}

.navigation-mobile a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  border-bottom: 1px solid #e9e9e9;
  padding: 15px 45px 15px 0;
  font-weight: 700;
  color: currentColor;
}

.navigation-mobile-dismiss {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #e9e9e9;
  padding: 14px;
  text-align: right;
  font-weight: 700;
  color: currentColor;
}

.navigation-mobile-dismiss:hover {
  color: currentColor;
}

.navigation-mobile-dismiss::after {
  content: "\00d7";
  font-size: 1.5rem;
  margin-left: 5px;
}

.menu-item-sub-menu-toggle {
  height: auto;
  width: auto;
  background: none;
  box-shadow: none;
  display: block;
  flex: none;
  padding: 15px 15px;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  color: #484848;
}

.menu-item-sub-menu-toggle:focus {
  outline: 1px dotted currentColor;
}

.menu-item-sub-menu-toggle::before {
  display: inline-block;
  content: "\f107";
  font-family: "FontAwesome";
  transition: transform .18s ease;
}

/* Mobile Triggers
=================================== */

.mobile-triggers {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #e9e9e9;
  display: none;
  z-index: 99;
}

.mobile-triggers::after {
  content: "";
  display: table;
  clear: both;
}

.mobile-trigger {
  text-transform: uppercase;
  font-size: 11px;
  line-height: normal;
  font-weight: 700;
  color: #828282;
  font-size: 13px;
  width: 50%;
  float: left;
  padding: 12px 10px;
}

.mobile-trigger:hover {
  color: #00c6ff;
}

.mobile-trigger:hover,
.mobile-trigger:focus {
  color: #828282;
}

.mobile-trigger:first-child {
  border-right: 1px solid #e9e9e9;
}

.mobile-trigger .fa {
  margin-right: 7px;
}

.mobile-nav-trigger {
  display: none;
}

/* -----------------------------------------
	10. External Plugins
----------------------------------------- */

/* Jetpack Sharing */

.sharedaddy {
  margin-top: 30px;
}

/* WP Instagram */

.null-instagram-feed p {
  padding-top: 10px;
}

.widget .instagram-pics {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget .instagram-pics::after {
  content: "";
  display: table;
  clear: both;
}

.widget .instagram-pics li {
  border-bottom: 0;
  padding: 0;
  float: left;
  width: 33.33333333333%;
}

.widget .instagram-pics li a {
  display: block;
  color: #484848;
}

/* Select2
===================================== */

.ci-select,
.job-manager-form {
  font-size: 15px;
}

.ci-select .select2-container .select2-selection,
.job-manager-form .select2-container .select2-selection {
  border: 2px solid #e9e9e9;
}

.ci-select .select2-container .select2-selection.select2-selection--single,
.job-manager-form .select2-container .select2-selection.select2-selection--single {
  height: 42px;
}

.ci-select .select2-container .select2-selection.select2-selection--single .select2-selection__rendered,
.job-manager-form .select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
  line-height: 37px;
}

.ci-select .select2-container .select2-selection.select2-selection--single .select2-selection__clear,
.job-manager-form .select2-container .select2-selection.select2-selection--single .select2-selection__clear {
  right: 10px;
}

.ci-select .select2-container .select2-selection.select2-selection--multiple,
.job-manager-form .select2-container .select2-selection.select2-selection--multiple {
  line-height: 1em;
  padding: 0 12px;
  min-height: 42px;
}

.ci-select .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered,
.job-manager-form .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}

.ci-select .select2-container .select2-selection.select2-selection--multiple .select2-selection__choice,
.job-manager-form .select2-container .select2-selection.select2-selection--multiple .select2-selection__choice {
  color: #484848;
  font-size: 10px;
  text-transform: uppercase;
  padding: 6px 20px 6px 10px;
  background: #e9e9e9;
  border: 0;
  position: relative;
  margin-top: 7px;
  margin-right: 8px;
}

.ci-select .select2-container .select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
.job-manager-form .select2-container .select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  font-size: 16px;
  position: absolute;
  top: 5px;
  right: 3px;
}

.ci-select .select2-container .select2-selection.select2-selection--multiple .select2-search__field,
.job-manager-form .select2-container .select2-selection.select2-selection--multiple .select2-search__field {
  margin: 0;
  height: 35px;
  position: relative;
  top: 2px;
}

.ci-select .select2-container .select2-selection.select2-selection--multiple .select2-search--inline,
.job-manager-form .select2-container .select2-selection.select2-selection--multiple .select2-search--inline {
  margin-top: 0;
}

.ci-select .select2-container .select2-selection.select2-selection--multiple .select2-selection__clear,
.job-manager-form .select2-container .select2-selection.select2-selection--multiple .select2-selection__clear {
  color: #484848;
  float: left;
  line-height: 36px;
  margin-top: 0;
  position: relative;
  top: 1px;
}

.ci-select .select2-container .select2-selection__arrow,
.job-manager-form .select2-container .select2-selection__arrow {
  display: none;
}

.select2-container .select2-results {
  font-size: 15px;
  line-height: 1em;
}

.select2-container .select2-results .select2-results__option--highlighted {
  background: #00c6ff;
}

/* WP Job Manager Plugin
====================================== */

div.job_listings {
  margin-bottom: 0;
}

ul.job_listings li.job_listing.job_position_featured.list-item a {
  background: none;
}

ul.job_listings li.job_listing.job_position_featured.list-item a:hover,
ul.job_listings li.job_listing.job_position_featured.list-item a:focus {
  background: none;
}

.entry-content .job_listing_preview_title .button,
.job_listing_preview_title .button {
  padding: 5px 16px;
  font-size: 11px;
  height: auto;
}

.single_job_listing .application .application_button {
  position: relative;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  line-height: normal;
  border: 0;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  transition: .18s background-color ease, .18s color ease, .18s border-color ease, .18s opacity ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  width: auto;
  height: auto;
  background-image: none;
  text-transform: uppercase;
  background-color: #00c6ff;
  border: 2px solid transparent;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
  padding: 11px 38px;
  font-size: 13px;
  height: 42px;
}

.single_job_listing .application .application_button:active {
  outline: none;
}

.single_job_listing .application .application_button:hover {
  color: #fff;
  background-color: #00bef5;
  text-decoration: none;
}

.job-listing-meta {
  margin: 0;
  padding: 0;
}

.job-listing-meta li {
  text-transform: uppercase;
  font-size: 11px;
  list-style: none;
}

.company_video {
  margin-top: 20px;
  background-color: #fff;
  padding: 5px;
  border-bottom: 2px solid #e9e9e9;
  border-radius: 3px;
}

.google_map_link::before {
  font-family: FontAwesome;
  content: '\f041';
  margin-right: 5px;
  font-size: .9em;
  opacity: .7;
}

.widget ul.job_listings {
  border-top: 0;
}

.widget ul.job_listings li.job_listing {
  border-bottom-color: #e9e9e9;
  background-color: #fff;
  padding: 10px;
}

.footer .widget ul.job_listings li.job_listing {
  padding-left: 0;
  padding-right: 0;
}

.footer .widget ul.job_listings li.job_listing.job_position_featured {
  padding-left: 10px;
  padding-right: 10px;
}

.widget ul.job_listings li.job_listing:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.widget ul.job_listings li.job_listing:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.widget ul.job_listings li.job_listing .list-item-title a {
  padding: 0;
  background: none;
}

.widget ul.job_listings li.job_listing .list-item-title a:hover,
.widget ul.job_listings li.job_listing .list-item-title a:focus {
  background: none;
}

.widget ul.job_listings li.job_listing.job_position_featured {
  background: #fffded;
}

.widget ul.job_listings li.job_listing.job_position_featured a {
  background: none;
}

.widget ul.job_listings li.job_listing.job_position_featured a:hover,
.widget ul.job_listings li.job_listing.job_position_featured a:focus {
  background: none;
}

.widget:not(.widget_featured_jobs) ul.job_listings li.job_listing.job_position_featured {
  background-color: #fffded;
  padding-left: 10px;
  padding-right: 10px;
}

/* -----------------------------------------
	11. Global Mediaqueries
----------------------------------------- */

.sidebar-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  width: 80%;
  max-width: 330px;
  padding: 65px 0 0;
  background-color: #f6f6f6;
  border-left: 1px solid #e9e9e9;
  z-index: 100;
  transform: translateX(100%);
  transition: transform .25s ease;
}

.sidebar-wrap .sidebar {
  max-height: 100%;
  overflow-y: scroll;
  padding: 0 25px 25px;
  margin: 0;
}

.sidebar-wrap-visible {
  transform: translateX(0);
}

.sidebar-wrap-header,
.form-filter-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: right;
  background-color: #fff;
  height: 40px;
}

.sidebar-wrap-dismiss,
.form-filter-dismiss {
  display: inline-block;
  font-size: 30px;
  color: #343434;
  line-height: normal;
  position: relative;
  right: 15px;
}

.sidebar-wrap-dismiss:hover,
.form-filter-dismiss:hover {
  color: #343434;
}

@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }

  .col-sm-1 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 8.33333%;
  }

  .col-sm-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 16.66667%;
  }

  .col-sm-3 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 25%;
  }

  .col-sm-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 33.33333%;
  }

  .col-sm-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 41.66667%;
  }

  .col-sm-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 50%;
  }

  .col-sm-7 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 58.33333%;
  }

  .col-sm-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 66.66667%;
  }

  .col-sm-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 75%;
  }

  .col-sm-10 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 83.33333%;
  }

  .col-sm-11 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 91.66667%;
  }

  .col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.33333%;
  }

  .pull-sm-2 {
    right: 16.66667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.33333%;
  }

  .pull-sm-5 {
    right: 41.66667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.33333%;
  }

  .pull-sm-8 {
    right: 66.66667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.33333%;
  }

  .pull-sm-11 {
    right: 91.66667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.33333%;
  }

  .push-sm-2 {
    left: 16.66667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.33333%;
  }

  .push-sm-5 {
    left: 41.66667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.33333%;
  }

  .push-sm-8 {
    left: 66.66667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.33333%;
  }

  .push-sm-11 {
    left: 91.66667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .col-md-1 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 8.33333%;
  }

  .col-md-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 16.66667%;
  }

  .col-md-3 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 25%;
  }

  .col-md-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 33.33333%;
  }

  .col-md-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 41.66667%;
  }

  .col-md-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 50%;
  }

  .col-md-7 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 58.33333%;
  }

  .col-md-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 66.66667%;
  }

  .col-md-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 75%;
  }

  .col-md-10 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 83.33333%;
  }

  .col-md-11 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 91.66667%;
  }

  .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.33333%;
  }

  .pull-md-2 {
    right: 16.66667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.33333%;
  }

  .pull-md-5 {
    right: 41.66667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.33333%;
  }

  .pull-md-8 {
    right: 66.66667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.33333%;
  }

  .pull-md-11 {
    right: 91.66667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.33333%;
  }

  .push-md-2 {
    left: 16.66667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.33333%;
  }

  .push-md-5 {
    left: 41.66667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.33333%;
  }

  .push-md-8 {
    left: 66.66667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.33333%;
  }

  .push-md-11 {
    left: 91.66667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }

  .col-lg-1 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 8.33333%;
  }

  .col-lg-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 16.66667%;
  }

  .col-lg-3 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 25%;
  }

  .col-lg-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 33.33333%;
  }

  .col-lg-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 41.66667%;
  }

  .col-lg-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 50%;
  }

  .col-lg-7 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 58.33333%;
  }

  .col-lg-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 66.66667%;
  }

  .col-lg-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 75%;
  }

  .col-lg-10 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 83.33333%;
  }

  .col-lg-11 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 91.66667%;
  }

  .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.33333%;
  }

  .pull-lg-2 {
    right: 16.66667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.33333%;
  }

  .pull-lg-5 {
    right: 41.66667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.33333%;
  }

  .pull-lg-8 {
    right: 66.66667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.33333%;
  }

  .pull-lg-11 {
    right: 91.66667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.33333%;
  }

  .push-lg-2 {
    left: 16.66667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.33333%;
  }

  .push-lg-5 {
    left: 41.66667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.33333%;
  }

  .push-lg-8 {
    left: 66.66667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.33333%;
  }

  .push-lg-11 {
    left: 91.66667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .sidebar-wrap:not(.sidebar-fixed-default) {
    position: static;
    padding: 0;
    border: 0;
    width: auto;
    max-width: none;
    background-color: transparent;
    transform: translateX(0);
  }

  .sidebar-wrap:not(.sidebar-fixed-default) .sidebar-wrap-header {
    display: none;
  }

  .sidebar-wrap:not(.sidebar-fixed-default) .sidebar {
    padding: 0;
    max-height: none;
    overflow-y: visible;
  }

  .form-filter-header {
    display: none;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  .col-xl-1 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 8.33333%;
  }

  .col-xl-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 16.66667%;
  }

  .col-xl-3 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 25%;
  }

  .col-xl-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 33.33333%;
  }

  .col-xl-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 41.66667%;
  }

  .col-xl-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 50%;
  }

  .col-xl-7 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 58.33333%;
  }

  .col-xl-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 66.66667%;
  }

  .col-xl-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 75%;
  }

  .col-xl-10 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 83.33333%;
  }

  .col-xl-11 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 91.66667%;
  }

  .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.33333%;
  }

  .pull-xl-2 {
    right: 16.66667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.33333%;
  }

  .pull-xl-5 {
    right: 41.66667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.33333%;
  }

  .pull-xl-8 {
    right: 66.66667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.33333%;
  }

  .pull-xl-11 {
    right: 91.66667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.33333%;
  }

  .push-xl-2 {
    left: 16.66667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.33333%;
  }

  .push-xl-5 {
    left: 41.66667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.33333%;
  }

  .push-xl-8 {
    left: 66.66667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.33333%;
  }

  .push-xl-11 {
    left: 91.66667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (max-width: 1199px) {
  .content-wrap {
    padding: 50px;
  }

  .entry {
    margin-bottom: 130px;
  }

  .entry-thumb {
    margin-top: -50px;
    margin-right: -50px;
    margin-left: -50px;
  }

  .entry-item {
    background-color: transparent;
    border: 0;
    margin-bottom: 40px;
  }

  .entry-item::after {
    content: "";
    display: table;
    clear: both;
  }

  .entry-item-thumb {
    float: left;
    width: 200px;
    margin-right: 20px;
  }

  .entry-item-thumb img {
    border-radius: 3px;
  }

  .job_listing .entry-item-thumb {
    padding: 0;
  }

  .entry-item-content-wrap {
    padding: 0;
    overflow: hidden;
    font-size: 13px;
  }

  #job-manager-alerts {
    overflow-x: scroll;
  }

  #job-manager-alerts .job-manager-alerts {
    font-size: 14px;
  }

  #job-manager-alerts .job-manager-alerts .job-alert-actions {
    margin-top: 10px;
    padding: 2px 10px;
    background-color: rgba(233, 233, 233, 0.35);
    visibility: visible;
    font-size: 12px;
  }

  .entry-related .row-equal .related-post {
    flex-basis: 100%;
  }
}

@media (max-width: 991px) {
  input,
  textarea {
    font-size: 16px;
  }

  .gallery-columns-7 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    width: 20%;
  }

  .gallery-columns-8 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    width: 20%;
  }

  .gallery-columns-9 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    width: 20%;
  }

  .mobile-nav-trigger {
    display: block;
  }

  .navigation-main {
    display: none;
  }

  .mobile-nav-trigger {
    display: inline-block;
  }

  .mobile-triggers {
    display: block;
  }

  .form-filter {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 80%;
    padding-top: 60px;
    max-width: 300px;
    background-color: #f6f6f6;
    color: #484848;
    z-index: 200;
    border-right: 1px solid #e9e9e9;
    transform: translateX(-100%);
    transition: transform .25s ease;
  }

  .form-filter input,
  .form-filter .ci-select {
    margin-bottom: 25px;
  }

  .form-filter select {
    background-color: #fff;
  }

  .form-filter-visible {
    transform: translateX(0);
  }

  .page-hero {
    height: 300px;
  }

  .page-hero-lg {
    height: 380px;
  }

  .page-hero-content {
    margin: 0;
  }

  .page-hero-lg .page-hero-content {
    margin-top: 35px;
  }

  .page-title {
    font-size: 34px;
  }

  .section-title-compliment .sidebar-wrap-trigger {
    display: none;
  }

  .sidebar {
    margin-top: 50px;
  }

  .sidebar .widget_ci-apply-button-widget {
    display: none;
  }

  .main-elevated .sidebar {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .job_listing .entry-item-thumb {
    max-width: 50px;
    margin-right: 15px;
  }

  #comment-list ol {
    margin: 0;
    padding: 0;
  }

  .comment-reply-link {
    margin: 0;
  }

  .gallery-columns-5 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    width: 25%;
  }

  .gallery-columns-6 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    width: 25%;
  }

  .gallery-columns-7 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    width: 25%;
  }

  .gallery-columns-8 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    width: 25%;
  }

  .gallery-columns-9 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    width: 25%;
  }

  .site-logo {
    max-width: 180px;
  }

  .content-wrap-footer .text-right {
    text-align: left;
    margin-top: 10px;
  }

  .entry-title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .entry-related {
    margin: 30px 0 10px;
  }

  .comment-author .avatar {
    display: none;
  }

  .footer {
    padding-bottom: 30px;
  }

  #job-manager-job-dashboard {
    overflow-x: scroll;
  }

  #job-manager-job-dashboard .job-manager-jobs {
    font-size: 14px;
  }

  #job-manager-job-dashboard .job-manager-jobs .job_title {
    min-width: 250px;
  }

  #job-manager-job-dashboard .job-manager-jobs .filled {
    width: 40px;
  }

  #job-manager-job-dashboard .job-manager-jobs .date,
  #job-manager-job-dashboard .job-manager-jobs .expires {
    min-width: 120px;
  }

  #job-manager-job-dashboard .job-manager-jobs .job-dashboard-actions {
    margin-top: 10px;
    padding: 2px 10px;
    background-color: rgba(233, 233, 233, 0.35);
    visibility: visible;
    font-size: 12px;
  }

  .job-manager-form fieldset {
    margin-bottom: 5px;
  }

  .job-manager-form fieldset label {
    float: none;
    width: 100%;
    display: block;
  }

  .job-manager-form fieldset div.field {
    float: none;
    width: 100%;
    display: block;
  }
}

@media (max-width: 543px) {
  input,
  textarea {
    width: 100%;
  }

  ul.job_listings li.list-item.job_listing {
    padding: 20px 15px;
  }

  .comment-author .avatar {
    display: none;
  }

  .header {
    padding: 15px 0;
  }

  .page-hero {
    height: 230px;
  }

  .page-hero .page-hero-content {
    margin-top: 25px;
  }

  .page-hero .page-title {
    font-size: 26px;
  }

  .page-hero-lg {
    height: 300px;
  }

  .page-hero-lg .page-hero-content {
    margin-top: 40px;
  }

  .page-hero-lg .page-title {
    font-size: 28px;
  }

  .page-hero-lg .page-title br {
    display: none;
  }

  .main {
    padding: 40px 0;
  }

  .content-wrap {
    padding: 15px;
  }

  .entry {
    margin-bottom: 60px;
  }

  .entry-title {
    font-size: 24px;
  }

  .entry-thumb {
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .entry-related {
    margin: 25px 0;
  }

  .entry-item-thumb {
    float: none;
    margin-bottom: 20px;
  }

  .job_listing .entry-item-thumb {
    text-align: left;
  }

  .post-comments {
    margin-bottom: 40px;
  }

  .navigation a,
  .navigation span {
    padding: 5px 9px;
  }

  /* List Items */

  .list-item {
    padding: 23px 15px 27px;
  }

  .list-item-main-info {
    margin-right: 10px;
  }

  .list-item-title {
    font-size: 18px;
  }

  .list-item-secondary-info {
    max-width: 30%;
  }

  .list-item-location {
    font-size: 13px;
  }

  .list-item-callout {
    display: block;
    text-align: center;
  }

  .list-item-callout .list-item-secondary-info {
    max-width: none;
    text-align: center;
    margin-top: 15px;
  }

  /* Footer */

  .footer {
    padding: 40px 0 50px;
  }

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

  .footer-copy .text-right {
    text-align: center;
    margin-top: 5px;
  }
}