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

/**
 * Remove default margin.
 */
body {
  margin: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

#footer .nav-footer ul, .post .meta, .tags ul, .section-action ul, .social-networks, .marquee .section-action ul, #header #nav ul:not(.jump-dropdown-menu) {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer:after, .popular-tags:after, .section-posts .posts-holder:after, .section-posts:after, .section-action:after, #main:after, .intro .section-signup:after, .intro .caption:after, .input-group:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.employer-profile .text-container > .inner-content::-webkit-scrollbar {
  width: 8px;
}
.employer-profile .text-container > .inner-content::-webkit-scrollbar-track {
  background-color: transparent;
}
.employer-profile .text-container > .inner-content::-webkit-scrollbar-thumb {
  background-color: rgba(110, 110, 110, 0.7);
  border-radius: 4px;
}

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

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body,
body:not(.old-layout) {
  color: #323232;
  background: #efefef;
  font-size: 15px;
  line-height: 1.53;
  font-family: "Georgia", "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body p,
body:not(.old-layout) p {
  font-size: inherit;
  color: inherit;
  letter-spacing: normal;
  line-height: inherit;
}
body a:visited,
body:not(.old-layout) a:visited {
  color: inherit;
}

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

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

ul {
  list-style: circle;
  margin-left: 15px;
}

ol {
  list-style: decimal;
  margin-left: 10px;
}

.jump_font_force * {
  font-family: "Georgia", "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
  color: #323232 !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fa4/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fa4/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fa4/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fa4/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fa4/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fa4/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

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

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

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

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

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

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

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

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -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 {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

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

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

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

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

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

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

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

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

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

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

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

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

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

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

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

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

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

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

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

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

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

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

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

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

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

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

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

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

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

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

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

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

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

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

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

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

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

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

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

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

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

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

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

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

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

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

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

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

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

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

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

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

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

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

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

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

.fa-hospital-o:before {
  content: "\f0f8";
}

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

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

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

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

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

.fa-unlock-alt:before {
  content: "\f13e";
}

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

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

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

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

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

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

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

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

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

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

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

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

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

.fa-windows:before {
  content: "\f17a";
}

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

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

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

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

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

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

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

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

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

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

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

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

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

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

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

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

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

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

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

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

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

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

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

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

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

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

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

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

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

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

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

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

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

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

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

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

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

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

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

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

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

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

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

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

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

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

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

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

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

.fa-volume-control-phone:before {
  content: "\f2a0";
}

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

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

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

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

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

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

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

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

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

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

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

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

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

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBold.eot");
  src: url("../fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
body {
  line-height: 21px;
}
@media (min-width: 1000px) {
  body {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (min-width: 1270px) {
  body {
    font-size: 21px;
    line-height: 25px;
  }
}

h1, .h1, h1 a,
h2, .h2, h2 a,
h3, .h3, h3 a,
h4, .h4, h4 a,
h5, .h5, h5 a,
h6, .h6, h6 a,
.h {
  font-family: "Georgia", "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
  font-weight: 500;
  margin: 0 0 0.5em;
  color: inherit;
  letter-spacing: normal;
  text-transform: none !important;
}
h1.bold, .h1.bold, h1 a.bold,
h2.bold, .h2.bold, h2 a.bold,
h3.bold, .h3.bold, h3 a.bold,
h4.bold, .h4.bold, h4 a.bold,
h5.bold, .h5.bold, h5 a.bold,
h6.bold, .h6.bold, h6 a.bold,
.h.bold {
  font-family: "Gilroy", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
}
h1 a, .h1 a, h1 a a,
h2 a, .h2 a, h2 a a,
h3 a, .h3 a, h3 a a,
h4 a, .h4 a, h4 a a,
h5 a, .h5 a, h5 a a,
h6 a, .h6 a, h6 a a,
.h a {
  color: inherit;
}

h1, .h1 {
  font-size: 28px;
  line-height: 34px;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1000px) {
  h1, .h1 {
    font-size: 45px;
    margin: 0 0 27px;
    line-height: 55px;
  }
}
@media (min-width: 1270px) {
  h1, .h1 {
    font-size: 55px;
    line-height: 62px;
    margin: 0 0 35px;
  }
}

h2, .h2 {
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize !important;
  text-align: center;
  margin: 0 0 12px;
}
@media (min-width: 1000px) {
  h2, .h2 {
    font-size: 29px;
    margin: 0 0 17px;
    line-height: 35px;
  }
}
@media (min-width: 1270px) {
  h2, .h2 {
    font-size: 35px;
    line-height: 42px;
  }
}
h2.super-size, .h2.super-size {
  font-size: 50px;
  line-height: 60px;
  text-align: left;
  margin: 50px 0 0;
}
@media (min-width: 768px) {
  h2.super-size, .h2.super-size {
    font-size: 92px;
    line-height: 115px;
  }
}
@media (min-width: 768px) {
  h2.medium-size, .h2.medium-size {
    font-size: 50px;
    line-height: 60px;
  }
}
h2.left, .h2.left {
  text-align: left;
}

h3, .h3 {
  font-size: 17px;
  line-height: 21px;
  margin: 0 0 14px;
}
@media (min-width: 1000px) {
  h3, .h3 {
    font-size: 18px;
    line-height: 23px;
    margin: 0 0 20px;
  }
}
@media (min-width: 1270px) {
  h3, .h3 {
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 25px;
  }
}
h3.no-margin, .h3.no-margin {
  margin: 0;
}
h3.large, .h3.large {
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 1000px) {
  h3.large, .h3.large {
    font-size: 29px;
    line-height: 35px;
  }
}

h4, .h4 {
  font-size: 16px;
  line-height: 20px;
}

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

h6, .h6 {
  font-size: 15px;
}

p {
  margin: 0 0 14px;
}
@media (min-width: 1000px) {
  p {
    margin: 0 0 20px;
  }
}
@media (min-width: 1270px) {
  p {
    margin: 0 0 26px;
  }
}

a {
  color: #016599;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  color: #f77f00;
}
a.underline {
  text-decoration: underline;
}
a.underline:hover, a.underline:focus {
  text-decoration: underline;
}

a, button, input[type=submit] {
  transition: 0.3s ease-in-out;
  transition-property: opacity, background, color, border, visibility;
}

.btn-primary, .btn-default, .btn-secondary, .btn-success, .btn-danger {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
  min-width: 180px;
  margin: 0 0 10px;
  border-radius: 4px;
  border: 0;
  background: #016599;
  color: #fff;
  line-height: 18px;
  padding: 11px 15px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 1000px) {
  .btn-primary, .btn-default, .btn-secondary, .btn-success, .btn-danger {
    font-size: 16px;
    line-height: 20px;
    padding: 13px 15px;
    min-width: 225px;
  }
}
@media (min-width: 1270px) {
  .btn-primary, .btn-default, .btn-secondary, .btn-success, .btn-danger {
    min-width: 275px;
  }
}
.btn-primary:visited, .btn-default:visited, .btn-secondary:visited, .btn-success:visited, .btn-danger:visited {
  color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-default:hover, .btn-default:focus, .btn-secondary:hover, .btn-secondary:focus, .btn-success:hover, .btn-success:focus, .btn-danger:hover, .btn-danger:focus {
  background: #002234;
  color: #fff;
}
.btn-primary.small, .btn-default.small, .btn-secondary.small, .btn-success.small, .btn-danger.small {
  font-size: 14px;
  line-height: 18px;
}
.btn-primary.normal-case, .btn-default.normal-case, .btn-secondary.normal-case, .btn-success.normal-case, .btn-danger.normal-case {
  text-transform: none;
}
.btn-primary.super-size, .btn-default.super-size, .btn-secondary.super-size, .btn-success.super-size, .btn-danger.super-size {
  font-size: 22px;
  line-height: 26px;
  padding: 25px 35px;
}
.btn-primary.inline, .btn-default.inline, .btn-secondary.inline, .btn-success.inline, .btn-danger.inline {
  display: inline-block;
  vertical-align: middle;
  min-width: 100px;
}
.btn-primary.minimal, .btn-default.minimal, .btn-secondary.minimal, .btn-success.minimal, .btn-danger.minimal {
  padding: 10px 15px;
}
.btn-primary.light, .btn-default.light, .btn-secondary.light, .btn-success.light, .btn-danger.light {
  background-color: #0045F7;
}
.btn-primary.light:hover, .btn-default.light:hover, .btn-secondary.light:hover, .btn-success.light:hover, .btn-danger.light:hover {
  background-color: #5e8bff;
}
.btn-primary.dark, .btn-default.dark, .btn-secondary.dark, .btn-success.dark, .btn-danger.dark {
  background-color: #002234;
}
.btn-primary.dark:hover, .btn-default.dark:hover, .btn-secondary.dark:hover, .btn-success.dark:hover, .btn-danger.dark:hover {
  background-color: black;
}

.btn-default {
  background: none;
  border: 1px solid #fff;
  padding: 10px 15px;
}
@media (min-width: 1000px) {
  .btn-default {
    padding: 16px 15px;
  }
}
.btn-default:hover, .btn-default:focus {
  background: #fff;
  color: #016599;
}
.btn-default.no-border {
  border: none;
}

.btn-success,
.btn-green {
  background: #38af94;
}
.btn-success:hover, .btn-success:focus,
.btn-green:hover,
.btn-green:focus {
  background: #2c8873;
}

.btn-danger {
  background: #ff0000;
}
.btn-danger:hover, .btn-danger:focus {
  background: #cc0000;
}

.btn-secondary {
  background: #f77f00;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #c46500;
}

.btn-border {
  background: transparent;
  border: 1px solid #016599;
  display: block;
  color: #016599;
}
.btn-border:visited {
  color: #016599 !important;
}
.btn-border:hover, .btn-border:focus {
  background: #002234;
  color: #fff !important;
}

.gradient-text, .page-partner .gradient, .home-section-1 h2 .gradient {
  background-image: linear-gradient(to right, #f77f00, #0045F7);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

a.gradient-text:hover, .page-partner a.gradient:hover, .home-section-1 h2 a.gradient:hover {
  color: transparent !important;
  opacity: 0.7;
}

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

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=search],
input[type=password],
input[type=url],
input[type=date],
.form-control,
textarea,
.select-filter,
select.jp-select {
  transition: 0.3s ease-in-out;
  transition-property: opacity, background, color, border, visibility;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px solid #b7b7b7;
  padding: 11px 10px;
  height: 44px;
  width: 100%;
  color: #6e6e6e;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=date]:focus,
.form-control:focus,
textarea:focus,
.select-filter:focus,
select.jp-select:focus {
  border-color: #000;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.select-filter::-webkit-input-placeholder,
select.jp-select::-webkit-input-placeholder {
  color: #6e6e6e;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=date]::-moz-placeholder,
.form-control::-moz-placeholder,
textarea::-moz-placeholder,
.select-filter::-moz-placeholder,
select.jp-select::-moz-placeholder {
  opacity: 1;
  color: #6e6e6e;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=date]:-moz-placeholder,
.form-control:-moz-placeholder,
textarea:-moz-placeholder,
.select-filter:-moz-placeholder,
select.jp-select:-moz-placeholder {
  color: #6e6e6e;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.select-filter:-ms-input-placeholder,
select.jp-select:-ms-input-placeholder {
  color: #6e6e6e;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=number].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
input[type=url].placeholder,
input[type=date].placeholder,
.form-control.placeholder,
textarea.placeholder,
.select-filter.placeholder,
select.jp-select.placeholder {
  color: #6e6e6e;
}
@media (min-width: 1000px) {
  input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=search],
input[type=password],
input[type=url],
input[type=date],
.form-control,
textarea,
.select-filter,
select.jp-select {
    font-size: 16px;
    line-height: 20px;
    height: 54px;
    padding: 16px 10px;
  }
}
input[type=text].transparent,
input[type=tel].transparent,
input[type=email].transparent,
input[type=number].transparent,
input[type=search].transparent,
input[type=password].transparent,
input[type=url].transparent,
input[type=date].transparent,
.form-control.transparent,
textarea.transparent,
.select-filter.transparent,
select.jp-select.transparent {
  background: rgba(255, 255, 255, 0.08);
  color: #f3f3f3;
  border-color: #f3f3f3;
}
input[type=text].transparent::-webkit-input-placeholder,
input[type=tel].transparent::-webkit-input-placeholder,
input[type=email].transparent::-webkit-input-placeholder,
input[type=number].transparent::-webkit-input-placeholder,
input[type=search].transparent::-webkit-input-placeholder,
input[type=password].transparent::-webkit-input-placeholder,
input[type=url].transparent::-webkit-input-placeholder,
input[type=date].transparent::-webkit-input-placeholder,
.form-control.transparent::-webkit-input-placeholder,
textarea.transparent::-webkit-input-placeholder,
.select-filter.transparent::-webkit-input-placeholder,
select.jp-select.transparent::-webkit-input-placeholder {
  color: #f3f3f3;
}
input[type=text].transparent::-moz-placeholder,
input[type=tel].transparent::-moz-placeholder,
input[type=email].transparent::-moz-placeholder,
input[type=number].transparent::-moz-placeholder,
input[type=search].transparent::-moz-placeholder,
input[type=password].transparent::-moz-placeholder,
input[type=url].transparent::-moz-placeholder,
input[type=date].transparent::-moz-placeholder,
.form-control.transparent::-moz-placeholder,
textarea.transparent::-moz-placeholder,
.select-filter.transparent::-moz-placeholder,
select.jp-select.transparent::-moz-placeholder {
  opacity: 1;
  color: #f3f3f3;
}
input[type=text].transparent:-moz-placeholder,
input[type=tel].transparent:-moz-placeholder,
input[type=email].transparent:-moz-placeholder,
input[type=number].transparent:-moz-placeholder,
input[type=search].transparent:-moz-placeholder,
input[type=password].transparent:-moz-placeholder,
input[type=url].transparent:-moz-placeholder,
input[type=date].transparent:-moz-placeholder,
.form-control.transparent:-moz-placeholder,
textarea.transparent:-moz-placeholder,
.select-filter.transparent:-moz-placeholder,
select.jp-select.transparent:-moz-placeholder {
  color: #f3f3f3;
}
input[type=text].transparent:-ms-input-placeholder,
input[type=tel].transparent:-ms-input-placeholder,
input[type=email].transparent:-ms-input-placeholder,
input[type=number].transparent:-ms-input-placeholder,
input[type=search].transparent:-ms-input-placeholder,
input[type=password].transparent:-ms-input-placeholder,
input[type=url].transparent:-ms-input-placeholder,
input[type=date].transparent:-ms-input-placeholder,
.form-control.transparent:-ms-input-placeholder,
textarea.transparent:-ms-input-placeholder,
.select-filter.transparent:-ms-input-placeholder,
select.jp-select.transparent:-ms-input-placeholder {
  color: #f3f3f3;
}
input[type=text].transparent.placeholder,
input[type=tel].transparent.placeholder,
input[type=email].transparent.placeholder,
input[type=number].transparent.placeholder,
input[type=search].transparent.placeholder,
input[type=password].transparent.placeholder,
input[type=url].transparent.placeholder,
input[type=date].transparent.placeholder,
.form-control.transparent.placeholder,
textarea.transparent.placeholder,
.select-filter.transparent.placeholder,
select.jp-select.transparent.placeholder {
  color: #f3f3f3;
}

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

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

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

.input-group {
  margin: 0 0 12px;
  display: block;
}

a[href="https://www.froala.com/wysiwyg-editor?k=u"] {
  display: none !important;
  position: absolute;
  top: -99999999px;
}

/* mailchimp newsletter form */
#mc_embed_signup {
  margin-bottom: 10px;
}
#mc_embed_signup .mc-field-group {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
#mc_embed_signup input[type=email],
#mc_embed_signup input[type=submit] {
  height: 54px;
  padding: 16px 10px;
  line-height: 20px;
  font-size: 16px;
  margin: 0;
}
#mc_embed_signup input[type=email] {
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #ffffff;
  border-right: none;
  padding-left: 45px;
  background: transparent;
}
#mc_embed_signup .email-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -12.5px;
  color: #ffffff;
  width: 25px;
  height: 25px;
  font-size: 25px;
  line-height: 25px;
}
#mc_embed_signup input[type=submit] {
  background: #f77f00;
  color: #fff;
  border: 1px solid #ffffff;
  border-left: none;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  outline: none;
}
#mc_embed_signup input[type=submit]:hover {
  background: #f77f00;
  color: #002234;
}
#mc_embed_signup .response {
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  border-width: 1px;
  border-style: solid;
}
#mc_embed_signup #mce-error-response {
  color: #ff0000;
  border-color: #ff0000;
}
#mc_embed_signup #mce-success-response {
  color: #38af94;
  border-color: #38af94;
}

.wp-jobhunt .rich-editor-text *,
.froala_container .fr-view * {
  max-width: 100%;
  font-family: "Georgia", "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
  font-size: 14px !important;
  color: #323232 !important;
  font-weight: inherit !important;
}
.wp-jobhunt .rich-editor-text p,
.froala_container .fr-view p {
  line-height: inherit !important;
  margin-bottom: 5px;
}
.wp-jobhunt .rich-editor-text ul li,
.froala_container .fr-view ul li {
  list-style-type: circle !important;
}
.wp-jobhunt .rich-editor-text ol li,
.froala_container .fr-view ol li {
  list-style-type: decimal !important;
}
.wp-jobhunt .rich-editor-text li,
.froala_container .fr-view li {
  padding: 0 !important;
}
.wp-jobhunt .rich-editor-text li:before,
.froala_container .fr-view li:before {
  display: none !important;
}
.wp-jobhunt .rich-editor-text strong,
.froala_container .fr-view strong {
  font-weight: 700 !important;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../fonts/fa5/fa-light-300.eot");
  src: url("../fonts/fa5/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fa5/fa-light-300.woff2") format("woff2"), url("../fonts/fa5/fa-light-300.woff") format("woff"), url("../fonts/fa5/fa-light-300.ttf") format("truetype"), url("../fonts/fa5/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa5/fa-regular-400.eot");
  src: url("../fonts/fa5/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa5/fa-regular-400.woff2") format("woff2"), url("../fonts/fa5/fa-regular-400.woff") format("woff"), url("../fonts/fa5/fa-regular-400.ttf") format("truetype"), url("../fonts/fa5/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa5/fa-solid-900.eot");
  src: url("../fonts/fa5/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa5/fa-solid-900.woff2") format("woff2"), url("../fonts/fa5/fa-solid-900.woff") format("woff"), url("../fonts/fa5/fa-solid-900.ttf") format("truetype"), url("../fonts/fa5/fa-solid-900.svg#fontawesome") format("svg");
}
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/* 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-abacus:before {
  content: "\f640";
}

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

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

.fa-acorn:before {
  content: "\f6ae";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.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-air-conditioner:before {
  content: "\f8f4";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

.fa-alarm-exclamation:before {
  content: "\f843";
}

.fa-alarm-plus:before {
  content: "\f844";
}

.fa-alarm-snooze:before {
  content: "\f845";
}

.fa-album:before {
  content: "\f89f";
}

.fa-album-collection:before {
  content: "\f8a0";
}

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

.fa-alicorn:before {
  content: "\f6b0";
}

.fa-alien:before {
  content: "\f8f5";
}

.fa-alien-monster:before {
  content: "\f8f6";
}

.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-align-slash:before {
  content: "\f846";
}

.fa-alipay:before {
  content: "\f642";
}

.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-amp-guitar:before {
  content: "\f8a1";
}

.fa-analytics:before {
  content: "\f643";
}

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

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

.fa-angel:before {
  content: "\f779";
}

.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-angry:before {
  content: "\f556";
}

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

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

.fa-ankh:before {
  content: "\f644";
}

.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-alt:before {
  content: "\f5d1";
}

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

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

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

.fa-archway:before {
  content: "\f557";
}

.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-alt-down:before {
  content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

.fa-arrow-alt-from-left:before {
  content: "\f347";
}

.fa-arrow-alt-from-right:before {
  content: "\f348";
}

.fa-arrow-alt-from-top:before {
  content: "\f349";
}

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

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

.fa-arrow-alt-square-down:before {
  content: "\f350";
}

.fa-arrow-alt-square-left:before {
  content: "\f351";
}

.fa-arrow-alt-square-right:before {
  content: "\f352";
}

.fa-arrow-alt-square-up:before {
  content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

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

.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-from-bottom:before {
  content: "\f342";
}

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

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

.fa-arrow-from-top:before {
  content: "\f345";
}

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

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

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

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

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

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

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

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

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

.fa-arrow-to-top:before {
  content: "\f341";
}

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

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

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

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

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

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

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

.fa-artstation:before {
  content: "\f77a";
}

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

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

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

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

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-atom-alt:before {
  content: "\f5d3";
}

.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-award:before {
  content: "\f559";
}

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

.fa-axe:before {
  content: "\f6b2";
}

.fa-axe-battle:before {
  content: "\f6b3";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backpack:before {
  content: "\f5d4";
}

.fa-backspace:before {
  content: "\f55a";
}

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

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-badge:before {
  content: "\f335";
}

.fa-badge-check:before {
  content: "\f336";
}

.fa-badge-dollar:before {
  content: "\f645";
}

.fa-badge-percent:before {
  content: "\f646";
}

.fa-badge-sheriff:before {
  content: "\f8a2";
}

.fa-badger-honey:before {
  content: "\f6b4";
}

.fa-bags-shopping:before {
  content: "\f847";
}

.fa-bahai:before {
  content: "\f666";
}

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

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

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

.fa-ball-pile:before {
  content: "\f77e";
}

.fa-ballot:before {
  content: "\f732";
}

.fa-ballot-check:before {
  content: "\f733";
}

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

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

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

.fa-banjo:before {
  content: "\f8a3";
}

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

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

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

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

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

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

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

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

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bat:before {
  content: "\f6b5";
}

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

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

.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-slash:before {
  content: "\f377";
}

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

.fa-battle-net:before {
  content: "\f835";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-bells:before {
  content: "\f77f";
}

.fa-betamax:before {
  content: "\f8a4";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

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

.fa-biking:before {
  content: "\f84a";
}

.fa-biking-mountain:before {
  content: "\f84b";
}

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

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

.fa-biohazard:before {
  content: "\f780";
}

.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-blanket:before {
  content: "\f498";
}

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

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

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

.fa-blinds:before {
  content: "\f8fb";
}

.fa-blinds-open:before {
  content: "\f8fc";
}

.fa-blinds-raised:before {
  content: "\f8fd";
}

.fa-blog:before {
  content: "\f781";
}

.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-bone:before {
  content: "\f5d7";
}

.fa-bone-break:before {
  content: "\f5d8";
}

.fa-bong:before {
  content: "\f55c";
}

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

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

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

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

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

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

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

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

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

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

.fa-books:before {
  content: "\f5db";
}

.fa-books-medical:before {
  content: "\f7e8";
}

.fa-boombox:before {
  content: "\f8a5";
}

.fa-boot:before {
  content: "\f782";
}

.fa-booth-curtain:before {
  content: "\f734";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-bottom:before {
  content: "\f84d";
}

.fa-border-center-h:before {
  content: "\f89c";
}

.fa-border-center-v:before {
  content: "\f89d";
}

.fa-border-inner:before {
  content: "\f84e";
}

.fa-border-left:before {
  content: "\f84f";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-outer:before {
  content: "\f851";
}

.fa-border-right:before {
  content: "\f852";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-border-style-alt:before {
  content: "\f854";
}

.fa-border-top:before {
  content: "\f855";
}

.fa-bow-arrow:before {
  content: "\f6b9";
}

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

.fa-bowling-pins:before {
  content: "\f437";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-boxing-glove:before {
  content: "\f438";
}

.fa-brackets:before {
  content: "\f7e9";
}

.fa-brackets-curly:before {
  content: "\f7ea";
}

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

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-loaf:before {
  content: "\f7eb";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

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

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

.fa-bring-forward:before {
  content: "\f856";
}

.fa-bring-front:before {
  content: "\f857";
}

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

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

.fa-browser:before {
  content: "\f37e";
}

.fa-brush:before {
  content: "\f55d";
}

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

.fa-buffer:before {
  content: "\f837";
}

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

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

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

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

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

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

.fa-burger-soda:before {
  content: "\f858";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-burrito:before {
  content: "\f7ed";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-bus-school:before {
  content: "\f5dd";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-cabinet-filing:before {
  content: "\f64b";
}

.fa-cactus:before {
  content: "\f8a7";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calculator-alt:before {
  content: "\f64c";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-edit:before {
  content: "\f333";
}

.fa-calendar-exclamation:before {
  content: "\f334";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-star:before {
  content: "\f736";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camcorder:before {
  content: "\f8a8";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-alt:before {
  content: "\f332";
}

.fa-camera-home:before {
  content: "\f8fe";
}

.fa-camera-movie:before {
  content: "\f8a9";
}

.fa-camera-polaroid:before {
  content: "\f8aa";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campfire:before {
  content: "\f6ba";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candle-holder:before {
  content: "\f6bc";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-candy-corn:before {
  content: "\f6bd";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

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

.fa-car-bump:before {
  content: "\f5e0";
}

.fa-car-bus:before {
  content: "\f85a";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-garage:before {
  content: "\f5e2";
}

.fa-car-mechanic:before {
  content: "\f5e3";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-car-tilt:before {
  content: "\f5e5";
}

.fa-car-wash:before {
  content: "\f5e6";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caravan-alt:before {
  content: "\e000";
}

.fa-caret-circle-down:before {
  content: "\f32d";
}

.fa-caret-circle-left:before {
  content: "\f32e";
}

.fa-caret-circle-right:before {
  content: "\f330";
}

.fa-caret-circle-up:before {
  content: "\f331";
}

.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-carrot:before {
  content: "\f787";
}

.fa-cars:before {
  content: "\f85b";
}

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

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cassette-tape:before {
  content: "\f8ab";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cat-space:before {
  content: "\e001";
}

.fa-cauldron:before {
  content: "\f6bf";
}

.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-cctv:before {
  content: "\f8ac";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chair-office:before {
  content: "\f6c1";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-line-down:before {
  content: "\f64d";
}

.fa-chart-network:before {
  content: "\f78a";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-chart-pie-alt:before {
  content: "\f64e";
}

.fa-chart-scatter:before {
  content: "\f7ee";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-cheese-swiss:before {
  content: "\f7f0";
}

.fa-cheeseburger:before {
  content: "\f7f1";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-bishop-alt:before {
  content: "\f43b";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before {
  content: "\f43e";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-king-alt:before {
  content: "\f440";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-knight-alt:before {
  content: "\f442";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-pawn-alt:before {
  content: "\f444";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-queen-alt:before {
  content: "\f446";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chess-rook-alt:before {
  content: "\f448";
}

.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-double-down:before {
  content: "\f322";
}

.fa-chevron-double-left:before {
  content: "\f323";
}

.fa-chevron-double-right:before {
  content: "\f324";
}

.fa-chevron-double-up:before {
  content: "\f325";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-square-down:before {
  content: "\f329";
}

.fa-chevron-square-left:before {
  content: "\f32a";
}

.fa-chevron-square-right:before {
  content: "\f32b";
}

.fa-chevron-square-up:before {
  content: "\f32c";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chimney:before {
  content: "\f78b";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clarinet:before {
  content: "\f8ad";
}

.fa-claw-marks:before {
  content: "\f6c2";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clipboard-list-check:before {
  content: "\f737";
}

.fa-clipboard-prescription:before {
  content: "\f5e8";
}

.fa-clipboard-user:before {
  content: "\f7f3";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-drizzle:before {
  content: "\f738";
}

.fa-cloud-hail:before {
  content: "\f739";
}

.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-music:before {
  content: "\f8ae";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-rainbow:before {
  content: "\f73e";
}

.fa-cloud-showers:before {
  content: "\f73f";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sleet:before {
  content: "\f741";
}

.fa-cloud-snow:before {
  content: "\f742";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-clouds:before {
  content: "\f744";
}

.fa-clouds-moon:before {
  content: "\f745";
}

.fa-clouds-sun:before {
  content: "\f746";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-code-commit:before {
  content: "\f386";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-coffee-pot:before {
  content: "\e002";
}

.fa-coffee-togo:before {
  content: "\f6c5";
}

.fa-coffin:before {
  content: "\f6c6";
}

.fa-coffin-cross:before {
  content: "\e051";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coin:before {
  content: "\f85c";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comet:before {
  content: "\e003";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-alt-check:before {
  content: "\f4a2";
}

.fa-comment-alt-dollar:before {
  content: "\f650";
}

.fa-comment-alt-dots:before {
  content: "\f4a3";
}

.fa-comment-alt-edit:before {
  content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

.fa-comment-alt-lines:before {
  content: "\f4a6";
}

.fa-comment-alt-medical:before {
  content: "\f7f4";
}

.fa-comment-alt-minus:before {
  content: "\f4a7";
}

.fa-comment-alt-music:before {
  content: "\f8af";
}

.fa-comment-alt-plus:before {
  content: "\f4a8";
}

.fa-comment-alt-slash:before {
  content: "\f4a9";
}

.fa-comment-alt-smile:before {
  content: "\f4aa";
}

.fa-comment-alt-times:before {
  content: "\f4ab";
}

.fa-comment-check:before {
  content: "\f4ac";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-edit:before {
  content: "\f4ae";
}

.fa-comment-exclamation:before {
  content: "\f4af";
}

.fa-comment-lines:before {
  content: "\f4b0";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-minus:before {
  content: "\f4b1";
}

.fa-comment-music:before {
  content: "\f8b0";
}

.fa-comment-plus:before {
  content: "\f4b2";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comment-smile:before {
  content: "\f4b4";
}

.fa-comment-times:before {
  content: "\f4b5";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-alt:before {
  content: "\f4b6";
}

.fa-comments-alt-dollar:before {
  content: "\f652";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compass-slash:before {
  content: "\f5e9";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

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

.fa-compress-wide:before {
  content: "\f326";
}

.fa-computer-classic:before {
  content: "\f8b1";
}

.fa-computer-speaker:before {
  content: "\f8b2";
}

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

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-construction:before {
  content: "\f85d";
}

.fa-container-storage:before {
  content: "\f4b7";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-corn:before {
  content: "\f6c7";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cow:before {
  content: "\f6c8";
}

.fa-cowbell:before {
  content: "\f8b3";
}

.fa-cowbell-more:before {
  content: "\f8b4";
}

.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-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-credit-card-blank:before {
  content: "\f389";
}

.fa-credit-card-front:before {
  content: "\f38a";
}

.fa-cricket:before {
  content: "\f449";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-croissant:before {
  content: "\f7f6";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-crutches:before {
  content: "\f7f8";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-curling:before {
  content: "\f44a";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dagger:before {
  content: "\f6cb";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-debug:before {
  content: "\f7f9";
}

.fa-deer:before {
  content: "\f78e";
}

.fa-deer-rudolph:before {
  content: "\f78f";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-desktop-alt:before {
  content: "\f390";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dewpoint:before {
  content: "\f748";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d10:before {
  content: "\f6cd";
}

.fa-dice-d12:before {
  content: "\f6ce";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d4:before {
  content: "\f6d0";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-d8:before {
  content: "\f6d2";
}

.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-digging:before {
  content: "\f85e";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-diploma:before {
  content: "\f5ea";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-disc-drive:before {
  content: "\f8b5";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-do-not-enter:before {
  content: "\f5ec";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dog-leashed:before {
  content: "\f6d4";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-empty:before {
  content: "\f473";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.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-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-circle:before {
  content: "\f5ed";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-draw-square:before {
  content: "\f5ef";
}

.fa-dreidel:before {
  content: "\f792";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-drone:before {
  content: "\f85f";
}

.fa-drone-alt:before {
  content: "\f860";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick:before {
  content: "\f6d6";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dryer:before {
  content: "\f861";
}

.fa-dryer-alt:before {
  content: "\f862";
}

.fa-duck:before {
  content: "\f6d8";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-ear:before {
  content: "\f5f0";
}

.fa-ear-muffs:before {
  content: "\f795";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-eclipse:before {
  content: "\f749";
}

.fa-eclipse-alt:before {
  content: "\f74a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-egg-fried:before {
  content: "\f7fc";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-elephant:before {
  content: "\f6da";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-empty-set:before {
  content: "\f656";
}

.fa-engine-warning:before {
  content: "\f5f2";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-dollar:before {
  content: "\f657";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.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-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-square:before {
  content: "\f321";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows:before {
  content: "\f31d";
}

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

.fa-expand-wide:before {
  content: "\f320";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-evil:before {
  content: "\f6db";
}

.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-fan:before {
  content: "\f863";
}

.fa-fan-table:before {
  content: "\e004";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-farm:before {
  content: "\f864";
}

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

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-faucet-drip:before {
  content: "\e006";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-field-hockey:before {
  content: "\f44c";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.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-certificate:before {
  content: "\f5f3";
}

.fa-file-chart-line:before {
  content: "\f659";
}

.fa-file-chart-pie:before {
  content: "\f65a";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-edit:before {
  content: "\f31c";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-minus:before {
  content: "\f318";
}

.fa-file-music:before {
  content: "\f8b6";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-plus:before {
  content: "\f319";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-search:before {
  content: "\f865";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-spreadsheet:before {
  content: "\f65b";
}

.fa-file-times:before {
  content: "\f317";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-user:before {
  content: "\f65c";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-files-medical:before {
  content: "\f7fd";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-film-alt:before {
  content: "\f3a0";
}

.fa-film-canister:before {
  content: "\f8b7";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-fire-smoke:before {
  content: "\f74b";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-fireplace:before {
  content: "\f79a";
}

.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-fish:before {
  content: "\f578";
}

.fa-fish-cooked:before {
  content: "\f7fe";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-alt:before {
  content: "\f74c";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flame:before {
  content: "\f6df";
}

.fa-flashlight:before {
  content: "\f8b8";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flask-poison:before {
  content: "\f6e0";
}

.fa-flask-potion:before {
  content: "\f6e1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flower:before {
  content: "\f7ff";
}

.fa-flower-daffodil:before {
  content: "\f800";
}

.fa-flower-tulip:before {
  content: "\f801";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-flute:before {
  content: "\f8b9";
}

.fa-flux-capacitor:before {
  content: "\f8ba";
}

.fa-fly:before {
  content: "\f417";
}

.fa-fog:before {
  content: "\f74e";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-download:before {
  content: "\e053";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-folder-times:before {
  content: "\f65f";
}

.fa-folder-tree:before {
  content: "\f802";
}

.fa-folder-upload:before {
  content: "\e054";
}

.fa-folders:before {
  content: "\f660";
}

.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-font-case:before {
  content: "\f866";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

.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-fragile:before {
  content: "\f4bb";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-french-fries:before {
  content: "\f803";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frosty-head:before {
  content: "\f79b";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-function:before {
  content: "\f661";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-galaxy:before {
  content: "\e008";
}

.fa-game-board:before {
  content: "\f867";
}

.fa-game-board-alt:before {
  content: "\f868";
}

.fa-game-console-handheld:before {
  content: "\f8bb";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gamepad-alt:before {
  content: "\f8bc";
}

.fa-garage:before {
  content: "\e009";
}

.fa-garage-car:before {
  content: "\e00a";
}

.fa-garage-open:before {
  content: "\e00b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gas-pump-slash:before {
  content: "\f5f4";
}

.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-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gift-card:before {
  content: "\f663";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-gingerbread-man:before {
  content: "\f79d";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.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:before {
  content: "\f804";
}

.fa-glass-champagne:before {
  content: "\f79e";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-citrus:before {
  content: "\f869";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glasses-alt:before {
  content: "\f5f5";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-globe-snow:before {
  content: "\f7a3";
}

.fa-globe-stand:before {
  content: "\f5f6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-golf-club:before {
  content: "\f451";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.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-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gramophone:before {
  content: "\f8bd";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-guitar-electric:before {
  content: "\f8be";
}

.fa-guitars:before {
  content: "\f8bf";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

.fa-h4:before {
  content: "\f86a";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hammer-war:before {
  content: "\f6e4";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-heart:before {
  content: "\f4bc";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-magic:before {
  content: "\f6e5";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.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-receiving:before {
  content: "\f47c";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-heart:before {
  content: "\f4c3";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-usd:before {
  content: "\f4c5";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-chef:before {
  content: "\f86b";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-santa:before {
  content: "\f7a7";
}

.fa-hat-winter:before {
  content: "\f7a8";
}

.fa-hat-witch:before {
  content: "\f6e7";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side:before {
  content: "\f6e9";
}

.fa-head-side-brain:before {
  content: "\f808";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-headphones:before {
  content: "\f8c2";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-medical:before {
  content: "\f809";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-head-vr:before {
  content: "\f6ea";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heart-circle:before {
  content: "\f4c7";
}

.fa-heart-rate:before {
  content: "\f5f8";
}

.fa-heart-square:before {
  content: "\f4c8";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-heat:before {
  content: "\e00c";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-helmet-battle:before {
  content: "\f6eb";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-mask:before {
  content: "\f6ee";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-home-alt:before {
  content: "\f80a";
}

.fa-home-heart:before {
  content: "\f4c9";
}

.fa-home-lg:before {
  content: "\f80b";
}

.fa-home-lg-alt:before {
  content: "\f80c";
}

.fa-hood-cloak:before {
  content: "\f6ef";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-horizontal-rule:before {
  content: "\f86c";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-horse-saddle:before {
  content: "\f8c3";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hospitals:before {
  content: "\f80e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.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-house:before {
  content: "\e00d";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-day:before {
  content: "\e00e";
}

.fa-house-flood:before {
  content: "\f74f";
}

.fa-house-leave:before {
  content: "\e00f";
}

.fa-house-night:before {
  content: "\e010";
}

.fa-house-return:before {
  content: "\e011";
}

.fa-house-signal:before {
  content: "\e012";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-humidity:before {
  content: "\f750";
}

.fa-hurricane:before {
  content: "\f751";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-ice-skate:before {
  content: "\f7ac";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-icons-alt:before {
  content: "\f86e";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-image-polaroid:before {
  content: "\f8c4";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-inbox-in:before {
  content: "\f310";
}

.fa-inbox-out:before {
  content: "\f311";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-industry-alt:before {
  content: "\f3b3";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-info-square:before {
  content: "\f30f";
}

.fa-inhaler:before {
  content: "\f5f9";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-integral:before {
  content: "\f667";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-intersection:before {
  content: "\f668";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-island-tropical:before {
  content: "\f811";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-joystick:before {
  content: "\f8c5";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-jug:before {
  content: "\f8c6";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-kazoo:before {
  content: "\f8c7";
}

.fa-kerning:before {
  content: "\f86f";
}

.fa-key:before {
  content: "\f084";
}

.fa-key-skeleton:before {
  content: "\f6f3";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-keynote:before {
  content: "\f66c";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kidneys:before {
  content: "\f5fb";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kite:before {
  content: "\f6f4";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-knife-kitchen:before {
  content: "\f6f5";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lambda:before {
  content: "\f66e";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-lamp-desk:before {
  content: "\e014";
}

.fa-lamp-floor:before {
  content: "\e015";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-landmark-alt:before {
  content: "\f752";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lasso:before {
  content: "\f8c8";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-layer-minus:before {
  content: "\f5fe";
}

.fa-layer-plus:before {
  content: "\f5ff";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leaf-heart:before {
  content: "\f4cb";
}

.fa-leaf-maple:before {
  content: "\f6f6";
}

.fa-leaf-oak:before {
  content: "\f6f7";
}

.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:before {
  content: "\f149";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-light-ceiling:before {
  content: "\e016";
}

.fa-light-switch:before {
  content: "\e017";
}

.fa-light-switch-off:before {
  content: "\e018";
}

.fa-light-switch-on:before {
  content: "\e019";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-lightbulb-dollar:before {
  content: "\f670";
}

.fa-lightbulb-exclamation:before {
  content: "\f671";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lightbulb-slash:before {
  content: "\f673";
}

.fa-lights-holiday:before {
  content: "\f7b2";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-line-columns:before {
  content: "\f870";
}

.fa-line-height:before {
  content: "\f871";
}

.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-lips:before {
  content: "\f600";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-music:before {
  content: "\f8c9";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location:before {
  content: "\f601";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-location-circle:before {
  content: "\f602";
}

.fa-location-slash:before {
  content: "\f603";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.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-long-arrow-down:before {
  content: "\f175";
}

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

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

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

.fa-loveseat:before {
  content: "\f4cc";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luchador:before {
  content: "\f455";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-mace:before {
  content: "\f6f8";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailbox:before {
  content: "\f813";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-mandolin:before {
  content: "\f6f9";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-marker-alt-slash:before {
  content: "\f605";
}

.fa-map-marker-check:before {
  content: "\f606";
}

.fa-map-marker-edit:before {
  content: "\f607";
}

.fa-map-marker-exclamation:before {
  content: "\f608";
}

.fa-map-marker-minus:before {
  content: "\f609";
}

.fa-map-marker-plus:before {
  content: "\f60a";
}

.fa-map-marker-question:before {
  content: "\f60b";
}

.fa-map-marker-slash:before {
  content: "\f60c";
}

.fa-map-marker-smile:before {
  content: "\f60d";
}

.fa-map-marker-times:before {
  content: "\f60e";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.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-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-meat:before {
  content: "\f814";
}

.fa-medal:before {
  content: "\f5a2";
}

.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-megaphone:before {
  content: "\f675";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.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-microphone-stand:before {
  content: "\f8cb";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-microwave:before {
  content: "\e01b";
}

.fa-mind-share:before {
  content: "\f677";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-hexagon:before {
  content: "\f307";
}

.fa-minus-octagon:before {
  content: "\f308";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mistletoe:before {
  content: "\f7b4";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

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

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.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-money-check-edit:before {
  content: "\f872";
}

.fa-money-check-edit-alt:before {
  content: "\f873";
}

.fa-monitor-heart-rate:before {
  content: "\f611";
}

.fa-monkey:before {
  content: "\f6fb";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-moon-cloud:before {
  content: "\f754";
}

.fa-moon-stars:before {
  content: "\f755";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mountains:before {
  content: "\f6fd";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-alt:before {
  content: "\f8cd";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mp3-player:before {
  content: "\f8ce";
}

.fa-mug:before {
  content: "\f874";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-mug-marshmallows:before {
  content: "\f7b7";
}

.fa-mug-tea:before {
  content: "\f875";
}

.fa-music:before {
  content: "\f001";
}

.fa-music-alt:before {
  content: "\f8cf";
}

.fa-music-alt-slash:before {
  content: "\f8d0";
}

.fa-music-slash:before {
  content: "\f8d1";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-narwhal:before {
  content: "\f6fe";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.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-octagon:before {
  content: "\f306";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-oil-temp:before {
  content: "\f614";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-omega:before {
  content: "\f67a";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-ornament:before {
  content: "\f7b8";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-outlet:before {
  content: "\e01c";
}

.fa-oven:before {
  content: "\e01d";
}

.fa-overline:before {
  content: "\f876";
}

.fa-page-break:before {
  content: "\f877";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-brush-alt:before {
  content: "\f5a9";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

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

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paragraph-rtl:before {
  content: "\f878";
}

.fa-parking:before {
  content: "\f540";
}

.fa-parking-circle:before {
  content: "\f615";
}

.fa-parking-circle-slash:before {
  content: "\f616";
}

.fa-parking-slash:before {
  content: "\f617";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.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-paw-alt:before {
  content: "\f701";
}

.fa-paw-claws:before {
  content: "\f702";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pegasus:before {
  content: "\f703";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-paintbrush:before {
  content: "\f618";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-person-sign:before {
  content: "\f757";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-laptop:before {
  content: "\f87a";
}

.fa-phone-office:before {
  content: "\f67d";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-rotary:before {
  content: "\f8d3";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-piano:before {
  content: "\f8d4";
}

.fa-piano-keyboard:before {
  content: "\f8d5";
}

.fa-pie:before {
  content: "\f705";
}

.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-pied-piper-square:before {
  content: "\e01e";
}

.fa-pig:before {
  content: "\f706";
}

.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-pizza:before {
  content: "\f817";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-planet-moon:before {
  content: "\e01f";
}

.fa-planet-ringed:before {
  content: "\e020";
}

.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-hexagon:before {
  content: "\f300";
}

.fa-plus-octagon:before {
  content: "\f301";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-podium:before {
  content: "\f680";
}

.fa-podium-star:before {
  content: "\f758";
}

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

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poll-people:before {
  content: "\f759";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-popcorn:before {
  content: "\f819";
}

.fa-portal-enter:before {
  content: "\e022";
}

.fa-portal-exit:before {
  content: "\e023";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-presentation:before {
  content: "\f685";
}

.fa-print:before {
  content: "\f02f";
}

.fa-print-search:before {
  content: "\f81a";
}

.fa-print-slash:before {
  content: "\f686";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-projector:before {
  content: "\f8d6";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pumpkin:before {
  content: "\f707";
}

.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-question-square:before {
  content: "\f2fd";
}

.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-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rabbit:before {
  content: "\f708";
}

.fa-rabbit-fast:before {
  content: "\f709";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-radar:before {
  content: "\e024";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-radio:before {
  content: "\f8d7";
}

.fa-radio-alt:before {
  content: "\f8d8";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-raindrops:before {
  content: "\f75c";
}

.fa-ram:before {
  content: "\f70a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-raygun:before {
  content: "\e025";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.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-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-refrigerator:before {
  content: "\e026";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-rings-wedding:before {
  content: "\f81b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocket-launch:before {
  content: "\e027";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-route-highway:before {
  content: "\f61a";
}

.fa-route-interstate:before {
  content: "\f61b";
}

.fa-router:before {
  content: "\f8da";
}

.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-triangle:before {
  content: "\f61c";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-rv:before {
  content: "\f7be";
}

.fa-sack:before {
  content: "\f81c";
}

.fa-sack-dollar:before {
  content: "\f81d";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salad:before {
  content: "\f81e";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sandwich:before {
  content: "\f81f";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-sausage:before {
  content: "\f820";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-sax-hot:before {
  content: "\f8db";
}

.fa-saxophone:before {
  content: "\f8dc";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-image:before {
  content: "\f8f3";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-scarecrow:before {
  content: "\f70d";
}

.fa-scarf:before {
  content: "\f7c1";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-scroll-old:before {
  content: "\f70f";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-scythe:before {
  content: "\f710";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.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-send-back:before {
  content: "\f87e";
}

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

.fa-sensor:before {
  content: "\e028";
}

.fa-sensor-alert:before {
  content: "\e029";
}

.fa-sensor-fire:before {
  content: "\e02a";
}

.fa-sensor-on:before {
  content: "\e02b";
}

.fa-sensor-smoke:before {
  content: "\e02c";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-all:before {
  content: "\f367";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-sheep:before {
  content: "\f711";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-shield-cross:before {
  content: "\f712";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shish-kebab:before {
  content: "\f821";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shovel:before {
  content: "\f713";
}

.fa-shovel-snow:before {
  content: "\f7c3";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shredder:before {
  content: "\f68a";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sickle:before {
  content: "\f822";
}

.fa-sigma:before {
  content: "\f68b";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signal-1:before {
  content: "\f68c";
}

.fa-signal-2:before {
  content: "\f68d";
}

.fa-signal-3:before {
  content: "\f68e";
}

.fa-signal-4:before {
  content: "\f68f";
}

.fa-signal-alt:before {
  content: "\f690";
}

.fa-signal-alt-1:before {
  content: "\f691";
}

.fa-signal-alt-2:before {
  content: "\f692";
}

.fa-signal-alt-3:before {
  content: "\f693";
}

.fa-signal-alt-slash:before {
  content: "\f694";
}

.fa-signal-slash:before {
  content: "\f695";
}

.fa-signal-stream:before {
  content: "\f8dd";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-siren:before {
  content: "\e02d";
}

.fa-siren-on:before {
  content: "\e02e";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-skeleton:before {
  content: "\f620";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-ski-jump:before {
  content: "\f7c7";
}

.fa-ski-lift:before {
  content: "\f7c8";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-cow:before {
  content: "\f8de";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

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

.fa-sledding:before {
  content: "\f7cb";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-sliders-h-square:before {
  content: "\f3f0";
}

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-plus:before {
  content: "\f5b9";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoke:before {
  content: "\f760";
}

.fa-smoking:before {
  content: "\f48d";
}

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

.fa-sms:before {
  content: "\f7cd";
}

.fa-snake:before {
  content: "\f716";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snooze:before {
  content: "\f880";
}

.fa-snow-blowing:before {
  content: "\f761";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowflakes:before {
  content: "\f7cf";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowmobile:before {
  content: "\f7d1";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-solar-system:before {
  content: "\e02f";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-alt:before {
  content: "\f883";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-circle:before {
  content: "\e030";
}

.fa-sort-circle-down:before {
  content: "\e031";
}

.fa-sort-circle-up:before {
  content: "\e032";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-shapes-down:before {
  content: "\f888";
}

.fa-sort-shapes-down-alt:before {
  content: "\f889";
}

.fa-sort-shapes-up:before {
  content: "\f88a";
}

.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}

.fa-sort-size-down:before {
  content: "\f88c";
}

.fa-sort-size-down-alt:before {
  content: "\f88d";
}

.fa-sort-size-up:before {
  content: "\f88e";
}

.fa-sort-size-up-alt:before {
  content: "\f88f";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-soup:before {
  content: "\f823";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-space-station-moon:before {
  content: "\e033";
}

.fa-space-station-moon-alt:before {
  content: "\e034";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-sparkles:before {
  content: "\f890";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker:before {
  content: "\f8df";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-speakers:before {
  content: "\f8e0";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spider-black-widow:before {
  content: "\f718";
}

.fa-spider-web:before {
  content: "\f719";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-sprinkler:before {
  content: "\e035";
}

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

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root:before {
  content: "\f697";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-squirrel:before {
  content: "\f71a";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-staff:before {
  content: "\f71b";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-christmas:before {
  content: "\f7d4";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-star-shooting:before {
  content: "\e036";
}

.fa-starfighter:before {
  content: "\e037";
}

.fa-starfighter-alt:before {
  content: "\e038";
}

.fa-stars:before {
  content: "\f762";
}

.fa-starship:before {
  content: "\e039";
}

.fa-starship-freighter:before {
  content: "\e03a";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steak:before {
  content: "\f824";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-steering-wheel:before {
  content: "\f622";
}

.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-stocking:before {
  content: "\f7d5";
}

.fa-stomach:before {
  content: "\f623";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

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

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-stretcher:before {
  content: "\f825";
}

.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-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-sun-cloud:before {
  content: "\f763";
}

.fa-sun-dust:before {
  content: "\f764";
}

.fa-sun-haze:before {
  content: "\f765";
}

.fa-sunglasses:before {
  content: "\f892";
}

.fa-sunrise:before {
  content: "\f766";
}

.fa-sunset:before {
  content: "\f767";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-sword-laser:before {
  content: "\e03b";
}

.fa-sword-laser-alt:before {
  content: "\e03c";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-swords-laser:before {
  content: "\e03d";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.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-tablet-android:before {
  content: "\f3fb";
}

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-tachometer-alt-fast:before {
  content: "\f625";
}

.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

.fa-tachometer-alt-slow:before {
  content: "\f627";
}

.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

.fa-tachometer-average:before {
  content: "\f629";
}

.fa-tachometer-fast:before {
  content: "\f62a";
}

.fa-tachometer-fastest:before {
  content: "\f62b";
}

.fa-tachometer-slow:before {
  content: "\f62c";
}

.fa-tachometer-slowest:before {
  content: "\f62d";
}

.fa-taco:before {
  content: "\f826";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tally:before {
  content: "\f69c";
}

.fa-tanakh:before {
  content: "\f827";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-tasks-alt:before {
  content: "\f828";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-telescope:before {
  content: "\e03e";
}

.fa-temperature-down:before {
  content: "\e03f";
}

.fa-temperature-frigid:before {
  content: "\f768";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-hot:before {
  content: "\f76a";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-temperature-up:before {
  content: "\e040";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text:before {
  content: "\f893";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-size:before {
  content: "\f894";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.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-theta:before {
  content: "\f69e";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-thunderstorm-moon:before {
  content: "\f76d";
}

.fa-thunderstorm-sun:before {
  content: "\f76e";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-tilde:before {
  content: "\f69f";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tire:before {
  content: "\f631";
}

.fa-tire-flat:before {
  content: "\f632";
}

.fa-tire-pressure-warning:before {
  content: "\f633";
}

.fa-tire-rugged:before {
  content: "\f634";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-alt:before {
  content: "\f71f";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-tombstone:before {
  content: "\f720";
}

.fa-tombstone-alt:before {
  content: "\f721";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-toothbrush:before {
  content: "\f635";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-cone:before {
  content: "\f636";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-traffic-light-go:before {
  content: "\f638";
}

.fa-traffic-light-slow:before {
  content: "\f639";
}

.fa-traffic-light-stop:before {
  content: "\f63a";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-transporter:before {
  content: "\e042";
}

.fa-transporter-1:before {
  content: "\e043";
}

.fa-transporter-2:before {
  content: "\e044";
}

.fa-transporter-3:before {
  content: "\e045";
}

.fa-transporter-empty:before {
  content: "\e046";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-trash-undo:before {
  content: "\f895";
}

.fa-trash-undo-alt:before {
  content: "\f896";
}

.fa-treasure-chest:before {
  content: "\f723";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-tree-christmas:before {
  content: "\f7db";
}

.fa-tree-decorated:before {
  content: "\f7dc";
}

.fa-tree-large:before {
  content: "\f7dd";
}

.fa-tree-palm:before {
  content: "\f82b";
}

.fa-trees:before {
  content: "\f724";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-triangle-music:before {
  content: "\f8e2";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-couch:before {
  content: "\f4dd";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-truck-plow:before {
  content: "\f7de";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-trumpet:before {
  content: "\f8e3";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-turkey:before {
  content: "\f725";
}

.fa-turntable:before {
  content: "\f8e4";
}

.fa-turtle:before {
  content: "\f726";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-alt:before {
  content: "\f8e5";
}

.fa-tv-music:before {
  content: "\f8e6";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typewriter:before {
  content: "\f8e7";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-ufo:before {
  content: "\e047";
}

.fa-ufo-beam:before {
  content: "\e048";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-unicorn:before {
  content: "\f727";
}

.fa-union:before {
  content: "\f6a2";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.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-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usb-drive:before {
  content: "\f8e9";
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-usd-square:before {
  content: "\f2e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alien:before {
  content: "\e04a";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-chart:before {
  content: "\f6a3";
}

.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-cowboy:before {
  content: "\f8ea";
}

.fa-user-crown:before {
  content: "\f6a4";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-hard-hat:before {
  content: "\f82c";
}

.fa-user-headset:before {
  content: "\f82d";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-md-chat:before {
  content: "\f82e";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-music:before {
  content: "\f8eb";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-robot:before {
  content: "\e04b";
}

.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-user-unlock:before {
  content: "\e058";
}

.fa-user-visor:before {
  content: "\e04c";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-class:before {
  content: "\f63d";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-crown:before {
  content: "\f6a5";
}

.fa-users-medical:before {
  content: "\f830";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vacuum:before {
  content: "\e04d";
}

.fa-vacuum-robot:before {
  content: "\e04e";
}

.fa-value-absolute:before {
  content: "\f6a6";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-vhs:before {
  content: "\f8ec";
}

.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-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-violin:before {
  content: "\f8ed";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume:before {
  content: "\f6a8";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-slash:before {
  content: "\f2e2";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-nay:before {
  content: "\f771";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-wagon-covered:before {
  content: "\f8ee";
}

.fa-walker:before {
  content: "\f831";
}

.fa-walkie-talkie:before {
  content: "\f8ef";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-wand:before {
  content: "\f72a";
}

.fa-wand-magic:before {
  content: "\f72b";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-washer:before {
  content: "\f898";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-watch-calculator:before {
  content: "\f8f0";
}

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-lower:before {
  content: "\f774";
}

.fa-water-rise:before {
  content: "\f775";
}

.fa-wave-sine:before {
  content: "\f899";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-wave-triangle:before {
  content: "\f89a";
}

.fa-waveform:before {
  content: "\f8f1";
}

.fa-waveform-path:before {
  content: "\f8f2";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-webcam:before {
  content: "\f832";
}

.fa-webcam-slash:before {
  content: "\f833";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whale:before {
  content: "\f72c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheat:before {
  content: "\f72d";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wifi-1:before {
  content: "\f6aa";
}

.fa-wifi-2:before {
  content: "\f6ab";
}

.fa-wifi-slash:before {
  content: "\f6ac";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-wind-turbine:before {
  content: "\f89b";
}

.fa-wind-warning:before {
  content: "\f776";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-frame:before {
  content: "\e04f";
}

.fa-window-frame-open:before {
  content: "\e050";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-windsock:before {
  content: "\f777";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.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-wpressr:before {
  content: "\f3e4";
}

.fa-wreath:before {
  content: "\f7e2";
}

.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-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

#header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 500;
  background: transparent;
  transform: translateX(-50%);
  min-height: 60px;
  width: 100%;
  box-shadow: none;
}
.search-jobs #header.new-header::before, .job-post #header.new-header::before {
  background: #fff !important;
}
.search-jobs #header.new-header .user-nav a:first-child, .job-post #header.new-header .user-nav a:first-child {
  background: #fff !important;
}
@media (max-width: 999px) {
  .search-jobs #header.new-header .user-nav a:first-child, .job-post #header.new-header .user-nav a:first-child {
    border: solid 1px #0045F7 !important;
  }
}
#header.new-header {
  z-index: 1000;
  padding: 40px 0;
}
#header.new-header::before {
  background: transparent;
}
@media (max-width: 999px) {
  #header.new-header {
    padding: 0;
  }
}
#header.new-header .user-nav a {
  text-transform: capitalize;
  color: #000;
}
#header.new-header .user-nav a:visited {
  color: #000;
}
#header.new-header .user-nav a.btn-primary {
  background-color: #002461;
  color: #fff;
}
#header.new-header .rounded-corners {
  border-radius: 20px;
}
#header.new-header .inner-content {
  display: block;
  background: #EBF3FF;
  border-radius: 100px;
  padding: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#header.new-header .logo {
  position: relative;
  margin: 0;
  display: block;
  float: none;
}
#header.new-header .logo a {
  height: 45px;
  display: block;
  margin: auto;
  padding: 8px;
}
#header.new-header #nav .navbar-area {
  justify-content: flex-end;
}
#header.new-header #nav .navbar-area:not(.white) li:not(.has-icon) a {
  color: #000 !important;
}
@media (min-width: 769px) {
  #header.new-header #nav .navbar-area .navbar-menu-items {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: fit-content;
    width: fit-content;
    margin: auto;
  }
  #header.new-header #nav .navbar-area .navbar-menu-items li {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  #header.new-header #nav .navbar-area .navbar-menu-items.left-aligned {
    margin: auto 0 auto 150px;
  }
  #header.new-header #nav .navbar-area .navbar-menu-items li.active a {
    position: relative;
    color: #002461 !important;
  }
  #header.new-header #nav .navbar-area .navbar-menu-items li.active a:before {
    content: "";
    position: absolute;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    top: -8px;
    left: -8px;
    border-radius: 22px;
    background-color: rgba(0, 36, 97, 0.1);
  }
}
@media (max-width: 999px) {
  #header.new-header #nav .navbar-area {
    background: #0045F7;
  }
}
#header .inner-content {
  position: relative;
}
@media (min-width: 1000px) {
  #header .inner-content {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
}
#header .inner-content.submenu {
  min-height: 50px;
}
#header .inner-content.submenu #nav {
  font-size: 14px;
  line-height: 18px;
}
#header .inner-content.submenu #nav .navbar-area li a {
  color: #828282;
}
#header .inner-content.submenu #nav .navbar-area li a:hover {
  color: #f77f00;
}
@media (max-width: 999px) {
  #header .hide-mobile {
    display: none;
  }
}
#header .divider {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #f77f00, #0045F7);
}
#header:before {
  position: absolute;
  left: -9999px;
  top: 0;
  right: -9999px;
  bottom: 0;
  background: #002234;
  content: "";
  z-index: -1;
  display: block;
}
#header.transparent:before {
  display: none;
}
#header .logo {
  height: 40px;
  float: left;
  position: relative;
  z-index: 50;
  margin: 10px 0 0;
  width: auto;
}
@media (min-width: 1000px) {
  #header .logo {
    margin: 0;
    margin-right: 20px;
    width: 122px;
    height: auto;
  }
}
#header .logo img {
  max-width: 100%;
  display: block;
  height: auto;
}
@media (min-width: 1000px) {
  #header .user-nav {
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-left: 20px;
  }
}
#header .user-nav > a {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}
#header .user-nav > a:not(.user_account) {
  padding: 8px 10px;
  min-width: 160px;
  margin: 4px 8px;
  text-transform: none;
}
#header .user-nav > a:hover {
  cursor: pointer;
}
#header .user-nav > a:first-child {
  margin-left: 0;
}
#header .user-nav > a:last-child {
  margin-right: 0;
}
#header .user-nav .btn-default {
  padding-top: 7px;
  padding-bottom: 7px;
}
#header .user-nav .btn-default:hover {
  color: #016599;
}
#header .user-nav .btn-secondary:hover {
  color: #fff !important;
}
#header .user_account {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
#header .user_account .user_photo {
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  margin-right: 10px;
  border: 2px solid #fff;
  background-color: white;
}
#header .user_account:hover {
  color: #f77f00;
}
#header .user_account:hover > .user_photo {
  border-color: #f77f00;
}
#header #nav {
  clear: both;
  font-size: 13px;
  line-height: 20px;
}
@media (min-width: 1000px) {
  #header #nav {
    font-size: 13px;
    line-height: 18px;
    clear: inherit;
    width: calc(100% - 142px);
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1270px) {
  #header #nav {
    font-size: 16px;
    line-height: 20px;
  }
}
#header #nav .nav-opener {
  position: absolute;
  left: auto;
  top: 22px;
  right: 15px;
  bottom: auto;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  z-index: 600;
  width: 25px;
  height: 17px;
}
#header #nav .nav-opener span, #header #nav .nav-opener:after, #header #nav .nav-opener:before {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  background: #fff;
  height: 3px;
  width: 100%;
  content: "";
  display: block;
  transition: all 0.3s ease-in-out;
}
.home #header #nav .nav-opener span, .page-partner #header #nav .nav-opener span, .page-template-pipeline-product #header #nav .nav-opener span, .page-whitepaper #header #nav .nav-opener span, .events-page #header #nav .nav-opener span, .page-content #header #nav .nav-opener span, .page-template-services #header #nav .nav-opener span, .page-template-about-us #header #nav .nav-opener span, .page-template-grow-product #header #nav .nav-opener span, .page-template-premier-product #header #nav .nav-opener span, .search-jobs #header #nav .nav-opener span, .job-post #header #nav .nav-opener span, .events-page #header #nav .nav-opener span, .page-about #header #nav .nav-opener span, .home #header #nav .nav-opener:after, .page-partner #header #nav .nav-opener:after, .page-template-pipeline-product #header #nav .nav-opener:after, .page-whitepaper #header #nav .nav-opener:after, .events-page #header #nav .nav-opener:after, .page-content #header #nav .nav-opener:after, .page-template-services #header #nav .nav-opener:after, .page-template-about-us #header #nav .nav-opener:after, .page-template-grow-product #header #nav .nav-opener:after, .page-template-premier-product #header #nav .nav-opener:after, .search-jobs #header #nav .nav-opener:after, .job-post #header #nav .nav-opener:after, .events-page #header #nav .nav-opener:after, .page-about #header #nav .nav-opener:after, .home #header #nav .nav-opener:before, .page-partner #header #nav .nav-opener:before, .page-template-pipeline-product #header #nav .nav-opener:before, .page-whitepaper #header #nav .nav-opener:before, .events-page #header #nav .nav-opener:before, .page-content #header #nav .nav-opener:before, .page-template-services #header #nav .nav-opener:before, .page-template-about-us #header #nav .nav-opener:before, .page-template-grow-product #header #nav .nav-opener:before, .page-template-premier-product #header #nav .nav-opener:before, .search-jobs #header #nav .nav-opener:before, .job-post #header #nav .nav-opener:before, .events-page #header #nav .nav-opener:before, .page-about #header #nav .nav-opener:before {
  background: #f77f00;
}
#header #nav .nav-opener span {
  top: 50%;
  margin: -2px 0 0;
}
.nav-active #header #nav .nav-opener span {
  opacity: 0;
}
#header #nav .nav-opener:before {
  top: 14px;
}
.nav-active #header #nav .nav-opener:before {
  transform: rotate(-45deg);
  margin: 9px 0 0;
  top: 0;
}
.nav-active #header #nav .nav-opener:after {
  transform: rotate(45deg);
  margin: 9px 0 0;
}
@media (min-width: 1000px) {
  #header #nav .nav-opener {
    display: none;
  }
}
#header #nav .navbar-area {
  position: absolute;
  left: -1px;
  top: 0;
  right: auto;
  bottom: auto;
  background: rgba(0, 0, 0, 0.9);
  width: calc(100% + 1px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  transition-property: opacity, visibility;
  padding: 63px 15px 20px;
}
.nav-active #header #nav .navbar-area {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1000px) {
  #header #nav .navbar-area {
    position: static;
    display: flex;
    flex-grow: 1;
    align-items: center;
    background: none;
    justify-content: space-between;
    padding: 0;
    opacity: 1;
    visibility: visible;
  }
}
#header #nav ul:not(.jump-dropdown-menu) {
  letter-spacing: -0.32em;
  margin: 0;
}
@media (min-width: 1000px) {
  #header #nav ul:not(.jump-dropdown-menu) {
    margin: 0 0 10px;
    flex-grow: 1;
    margin: 0;
    flex-flow: row nowrap;
    white-space: nowrap;
    text-align: right;
    overflow-x: auto;
  }
  #header #nav ul:not(.jump-dropdown-menu).left-aligned {
    text-align: left;
  }
}
#header #nav ul:not(.jump-dropdown-menu) li {
  overflow: hidden;
  letter-spacing: 0;
}
@media (min-width: 1000px) {
  #header #nav ul:not(.jump-dropdown-menu) li {
    display: inline-block;
    vertical-align: top;
    padding: 7px 6px;
  }
}
@media (min-width: 1270px) {
  #header #nav ul:not(.jump-dropdown-menu) li {
    padding: 11px 8px;
  }
}
#header #nav ul:not(.jump-dropdown-menu) li:first-child {
  padding-left: 0;
}
#header #nav ul:not(.jump-dropdown-menu) li:last-child {
  padding-right: 0;
}
#header #nav ul:not(.jump-dropdown-menu) li.active a {
  color: #f77f00;
}
#header #nav ul:not(.jump-dropdown-menu) li a {
  display: block;
  margin: 0 -15px;
  color: #fff !important;
  letter-spacing: 0.5px;
  padding: 5px 15px;
}
@media (min-width: 1000px) {
  #header #nav ul:not(.jump-dropdown-menu) li a {
    padding: 0;
    margin: 0;
  }
}
#header #nav ul:not(.jump-dropdown-menu) li a:hover, #header #nav ul:not(.jump-dropdown-menu) li a:focus {
  color: #f77f00;
}
.mini #header #nav ul:not(.jump-dropdown-menu) li {
  padding: 7px 6px;
}
#header #nav ul:not(.jump-dropdown-menu) li.has-icon {
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  text-align: center;
}
#header #nav ul:not(.jump-dropdown-menu) li.has-icon a {
  text-transform: none;
}
@media (max-width: 999px) {
  #header #nav ul:not(.jump-dropdown-menu) li.has-icon {
    text-align: initial;
  }
  #header #nav ul:not(.jump-dropdown-menu) li.has-icon a {
    display: grid;
    align-items: center;
    grid-template-columns: 25px auto;
    grid-gap: 10px;
  }
}
#header #nav ul:not(.jump-dropdown-menu) li.has-icon .fa {
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
.mini #header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mini #header .logo img {
  height: 30px;
}
.mini #header .social-area a {
  color: inherit !important;
}
@media (max-width: 767px) {
  .login.mini #header .logo, .register.mini #header .logo {
    margin: 0;
  }
}
.login.mini #header .logo img, .register.mini #header .logo img {
  height: auto;
}
@media (min-width: 768px) {
  .login.mini #header:before, .register.mini #header:before {
    display: none;
  }
}
.login.mini #header .navbar-area, .register.mini #header .navbar-area {
  text-transform: none;
}
.login.mini #header .social-area, .register.mini #header .social-area {
  display: none;
}
.login.mini #header ul, .register.mini #header ul {
  visibility: hidden;
}
.login.mini #header .signup, .register.mini #header .signup {
  display: block;
}
.login.mini #header .signup > *, .register.mini #header .signup > * {
  display: none;
}
.login #header #sign-up {
  display: inline-block;
}
.register #header #login {
  display: inline-block;
}
#header .signup {
  display: none;
}
#header .menu {
  margin-right: 10px;
}

.intro.home-header .caption .visual.light, .intro.services-header .caption .visual.light, .intro.events-header .caption .visual.light {
  background-color: #0066FF !important;
}

.admin-bar {
  margin-top: -32px;
}

.page-about,
.page-template-pipeline-product,
.page-whitepaper,
.events-page,
.page-content,
.page-template-services,
.page-template-about-us,
.page-template-grow-product,
.page-template-premier-product,
.page-partner:not(.gradient-bg),
.page-whitepaper,
body.home,
.page-content:not(.no-white),
body.login,
body.register {
  background: #fff !important;
}

.cs-page-title h1,
.cs-element-title h2 {
  text-transform: none !important;
}

.page-container {
  padding-top: 15px;
  padding-bottom: 15px;
}

.orange {
  color: #f77f00;
}

.blue {
  color: #016599;
}

.new-blue {
  color: #0045F7;
}

.new-new-blue {
  color: #002461;
}

.dark-blue {
  color: #002234;
}

.green {
  color: #38af94;
}

.green-alt {
  color: #236657;
}

.gold {
  color: #fcbf49;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.white-alt {
  color: #FFE9E0;
}

.peach {
  color: #FE9B71;
}

.blue-bg {
  background-color: #002461;
}

.blue-alt-bg {
  background-color: #003EA8;
}

.gold-bg {
  background-color: #fcbf49;
}

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

.light-gray-bg {
  background-color: #F0F6FF;
}

.green-alt-bg {
  background-color: #206455;
}

.peach-bg {
  background-color: #FE9B71;
}

.green-bg {
  background-color: #38af94;
}

.white-wavy-bg {
  background-image: url("../images/white_wavy_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

.white-linear-bg {
  background-image: url("../images/white_linear_bg.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 90%;
}

.skinny-p {
  max-width: 600px;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.gradient-bg {
  background-image: url("../images/gradient-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.grayscale-overlay {
  position: relative;
}

.grayscale-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.overlap-section {
  margin-top: -10%;
  padding-top: 10%;
}

.jump-gradient, .intro .caption .visual {
  position: relative;
}
.jump-gradient:after, .intro .caption .visual:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #016599;
  opacity: 0.4;
  content: "";
  z-index: 1;
}
.jump-gradient .overlay-gradient, .intro .caption .visual .overlay-gradient {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
}
.jump-gradient .overlay-gradient:after, .intro .caption .visual .overlay-gradient:after, .jump-gradient .overlay-gradient:before, .intro .caption .visual .overlay-gradient:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #016599 0%, #f77f00 100%);
  content: "";
  opacity: 0.1;
  z-index: -2;
}
.jump-gradient .overlay-gradient:before, .intro .caption .visual .overlay-gradient:before {
  z-index: -3;
  opacity: 0.3;
  background: linear-gradient(135deg, #016599 0%, #016599 60%, #f77f00 100%);
}
.jump-gradient .overlay-gradient.dark:before, .intro .caption .visual .overlay-gradient.dark:before {
  background: linear-gradient(135deg, black 0%, black 90%, #f77f00 100%);
}
.jump-gradient .overlay-gradient.dark:after, .intro .caption .visual .overlay-gradient.dark:after {
  background: linear-gradient(135deg, black 0%, #f77f00 100%);
}
.jump-gradient.banner:after, .intro .caption .banner.visual:after {
  display: none;
}
.jump-gradient.banner .overlay-gradient:before, .intro .caption .banner.visual .overlay-gradient:before {
  opacity: 0.6;
  background: linear-gradient(to right, #016599 0%, rgba(255, 255, 255, 0) 100%);
}
.jump-gradient.banner .overlay-gradient:after, .intro .caption .banner.visual .overlay-gradient:after {
  display: none;
}
.jump-gradient.upwards:after, .intro .caption .upwards.visual:after {
  background: transparent;
}
.jump-gradient.upwards .overlay-gradient:before, .intro .caption .upwards.visual .overlay-gradient:before {
  background: transparent;
}
.jump-gradient.upwards .overlay-gradient:after, .intro .caption .upwards.visual .overlay-gradient:after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #016599 120%);
  opacity: 1;
}
.jump-gradient.dark .overlay-gradient:before, .intro .caption .dark.visual .overlay-gradient:before {
  background: linear-gradient(to top, #000000 50%, #000000 100%);
}
.jump-gradient.no-effects .overlay-gradient, .intro .caption .no-effects.visual .overlay-gradient, .jump-gradient.no-effects:after, .intro .caption .no-effects.visual:after {
  display: none;
}

.wp-jobhunt .cs-element-title h2, .wp-jobhunt .cs-section-title h2 {
  font-size: 24px;
  line-height: 30px;
  font-family: "Georgia", "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
}
@media (min-width: 1000px) {
  .wp-jobhunt .cs-element-title h2, .wp-jobhunt .cs-section-title h2 {
    font-size: 29px;
    line-height: 35px;
  }
}
@media (min-width: 1270px) {
  .wp-jobhunt .cs-element-title h2, .wp-jobhunt .cs-section-title h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.wp-jobhunt .search-input input[type=text] {
  font-size: 13px;
  line-height: inherit;
}
.wp-jobhunt .main-search {
  text-align: left;
  margin-bottom: 0;
}
.wp-jobhunt .main-search [class*=col-lg],
.wp-jobhunt .main-search [class*=col-md],
.wp-jobhunt .main-search [class*=col-sm] {
  float: left;
}
.wp-jobhunt .search-btn input[type=submit] {
  background: #016599;
  min-width: 100%;
}
.wp-jobhunt .search-btn input[type=submit]:hover, .wp-jobhunt .search-btn input[type=submit]:focus {
  background: #002234;
  color: #fff;
}
.wp-jobhunt #inner-links > ul li a {
  font-size: 14px;
}
.wp-jobhunt .cs-login-dropdown ul li a {
  text-transform: none;
}
.wp-jobhunt .employers-listing.grid {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.wp-jobhunt .employers-listing.grid .cs-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 175px;
}
.wp-jobhunt .employers-listing.grid .cs-media figure {
  padding-top: 0;
  display: block;
  margin: 0;
}
.wp-jobhunt .employers-listing.grid li {
  display: block;
  width: 25%;
  max-width: 25%;
}

.required {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  color: #ff0000;
}

.lb-next, .lb-prev {
  color: #fff !important;
  margin: 0 !important;
  top: initial !important;
  height: 100% !important;
}

.lb-next {
  left: auto !important;
}

.job_box {
  display: block;
}

.job_link {
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom: 0px;
  border-radius: 20px;
  box-shadow: none;
  color: #fff;
  font-size: 13px !important;
  font-weight: 400 !important;
  padding: 5px 15px;
  text-transform: uppercase;
  display: inline !important;
  margin: 0 !important;
}

.ui-autocomplete {
  max-height: 250px;
  overflow-y: auto;
}
.ui-autocomplete-input {
  width: 100% !important;
}
.ui-autocomplete-loading {
  background-color: white;
  background-image: url("../images/loading.gif");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  transition: initial !important;
}

#wrapper {
  position: relative;
  overflow: hidden;
}
.page-content:not(.old-layout):not(.new-header-footer-layout) #wrapper, .single-tribe_events #wrapper, .single-tribe_venue #wrapper, .post-type-archive-tribe_events #wrapper, .page-template-default.old-layout:not(.transparent) #wrapper, .error404.old-layout #wrapper {
  margin-top: 60px;
}
@media (min-width: 1000px) {
  .page-content:not(.old-layout):not(.new-header-footer-layout) #wrapper, .single-tribe_events #wrapper, .single-tribe_venue #wrapper, .post-type-archive-tribe_events #wrapper, .page-template-default.old-layout:not(.transparent) #wrapper, .error404.old-layout #wrapper {
    margin-top: 64px;
  }
}

.jp-container {
  max-width: 1272px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 0;
}
.jp-container.skinny {
  max-width: 900px;
}

.marquee {
  max-width: unset;
  width: 100%;
  z-index: 0;
}
.marquee .section-action {
  margin: 0;
  white-space: nowrap;
  overflow-x: hidden;
  text-align: center;
  height: 100%;
  width: 100%;
  border: none;
}
.marquee .section-action::before {
  background: none;
}
.marquee .section-action ul {
  letter-spacing: -0.32em;
  position: unset;
  left: unset;
  display: block;
  width: 100%;
  -webkit-animation: scroll 20s linear infinite;
  animation: scroll 20s linear infinite;
  transition: all ease-in-out 1s;
}
.marquee .section-action ul li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  padding: 10px 20px;
  height: 64px;
}
.marquee .section-action ul li a {
  display: inline-block;
  vertical-align: top;
}
.marquee .section-action ul li img {
  display: block;
  margin: 0;
  filter: grayscale(100%);
  height: 100%;
  width: auto;
  object-fit: cover;
}
@media (max-width: 999px) {
  .marquee .section-action ul li {
    height: 40px;
  }
}

.article-container,
.single-tribe_events .page-container,
.single-tribe_venue .page-container {
  max-width: 900px;
}

.popup-modal-content {
  position: relative;
  background: #fff;
  padding: 20px;
  width: 800px;
  max-width: 95%;
  margin: 0 auto;
  overflow-y: auto;
  max-height: 80vh;
}

.social-networks {
  float: right;
  width: 50%;
  padding: 0 0 0 15px;
  margin: 0 -5px;
  text-align: right;
  letter-spacing: -0.32em;
}
@media (min-width: 768px) {
  .social-networks {
    width: auto;
    max-width: 50%;
  }
}
.social-networks li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  padding: 3px 5px;
}
.social-networks li a {
  width: 28px;
  height: 28px;
  color: #fff;
  background: #323232;
  display: block;
  text-align: center;
  position: relative;
  border-radius: 50%;
}
.social-networks li a:visited {
  color: #fff;
}
.social-networks li a:hover, .social-networks li a:focus {
  background: #002234;
}
.social-networks li a span:before {
  font-size: 15px;
  line-height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  display: block;
}
.social-networks li a.action {
  width: auto;
  border-radius: 14px;
  padding: 0 10px;
  background: transparent;
  border: 1px solid #002234;
  color: #323232;
}
.social-networks.colored li a.fb {
  background: #3B5998;
}
.social-networks.colored li a.fb:hover {
  background: #2d4373;
}
.social-networks.colored li a.li {
  background: #4875B4;
}
.social-networks.colored li a.li:hover {
  background: #395d90;
}
.social-networks.colored li a.tw {
  background: #00ACED;
}
.social-networks.colored li a.tw:hover {
  background: #0087ba;
}
.social-networks.colored li a.in {
  background: #517FA4;
}
.social-networks.colored li a.in:hover {
  background: #406582;
}

.dots {
  display: none;
  width: 200px;
  height: 200px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/dots.png");
}

.home .page-search,
.page-partner .page-search {
  padding-left: 0;
  padding-right: 0;
  border-radius: 10px;
  width: 50%;
  height: 105px;
  background: #F4F5FB;
}
.home .page-search .search-box,
.page-partner .page-search .search-box {
  border-radius: 10px;
  box-shadow: 0px 45px 100px rgba(0, 69, 247, 0.2);
  margin-top: 0;
}
.home .page-search .search-box input[type=submit],
.page-partner .page-search .search-box input[type=submit] {
  background: linear-gradient(to right, #f77f00, #0045F7);
  height: auto;
  margin: 15px;
  border-radius: 10px;
  padding: 25px 70px;
  text-transform: capitalize;
}
.home .page-search .search-box input[type=search],
.page-partner .page-search .search-box input[type=search] {
  background: #fff;
  color: #0045F7;
  padding-left: 60px;
  border-radius: 10px;
}
.home .page-search .search-box input[type=search]:focus,
.page-partner .page-search .search-box input[type=search]:focus {
  background: transparent;
}
.home .page-search .search-box input[type=search]:hover,
.page-partner .page-search .search-box input[type=search]:hover {
  opacity: 0.7;
}
.home .page-search .search-box ::placeholder,
.page-partner .page-search .search-box ::placeholder {
  color: #0045F7;
}
.home .page-search .search-box:before,
.page-partner .page-search .search-box:before {
  font-size: 32px;
  line-height: 32px;
  color: #0045F7;
  margin-top: -20px;
}
@media (max-width: 999px) {
  .home .page-search,
.page-partner .page-search {
    width: calc(100% - 30px) !important;
    height: 50px;
    margin: 0 15px;
  }
  .home .page-search .search-box input[type=submit],
.page-partner .page-search .search-box input[type=submit] {
    padding: 30px 40px;
    height: fit-content;
    margin: auto 10px auto auto;
  }
}
@media (min-width: 481px) {
  .home .page-search,
.page-partner .page-search {
    width: 75% !important;
  }
}
.home .blue-banner,
.page-partner .blue-banner {
  position: relative;
  background: #002234;
  padding: 65px 65px;
  color: #fff;
  margin-top: 60px;
  margin-bottom: 60px;
}
.home .blue-banner h2,
.page-partner .blue-banner h2 {
  margin-top: 0;
  color: #fff;
}
.home .blue-banner h3,
.page-partner .blue-banner h3 {
  margin: 25px 0 30px;
}
.home .blue-banner .dots,
.page-partner .blue-banner .dots {
  position: absolute;
  top: -100px;
  right: -100px;
}
.home .card,
.page-partner .card {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
}
.home .card:hover, .home .card:active, .home .card:visited,
.page-partner .card:hover,
.page-partner .card:active,
.page-partner .card:visited {
  color: white !important;
}
.home .card:before,
.page-partner .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.home .card > *,
.page-partner .card > * {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.home .section-action ul li,
.page-partner .section-action ul li {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 300px;
}
.home .section-action ul li img,
.page-partner .section-action ul li img {
  filter: grayscale(100%);
  height: 100%;
  width: auto;
  object-fit: contain;
}

.intro {
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 22px;
  width: 100%;
  margin: 0;
  color: #fff;
  overflow: hidden;
  z-index: 0;
}
@media (min-width: 768px) {
  .intro {
    padding: 73px 0 25px;
  }
}
@media (min-width: 1000px) {
  .intro {
    padding: 109px 0 35px;
    line-height: 24px;
  }
}
@media (min-width: 1270px) {
  .intro {
    line-height: 29px;
  }
}
.intro.home-header, .intro.services-header, .intro.events-header, .intro.about-header {
  position: relative;
  z-index: 15;
  color: #000;
  padding-top: 150px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F4F5FB;
}
.intro.home-header.transparent, .intro.services-header.transparent, .intro.events-header.transparent, .intro.about-header.transparent {
  background-color: transparent;
}
.intro.home-header h1, .intro.services-header h1, .intro.events-header h1, .intro.about-header h1 {
  font-size: 75px;
  line-height: 95px;
  text-shadow: none;
}
@media (max-width: 999px) {
  .intro.home-header, .intro.services-header, .intro.events-header, .intro.about-header {
    padding-top: 50px;
  }
  .intro.home-header h1, .intro.services-header h1, .intro.events-header h1, .intro.about-header h1 {
    font-size: 44px;
    line-height: normal;
    text-shadow: none;
  }
}
.intro.home-header .caption .visual.light, .intro.services-header .caption .visual.light, .intro.events-header .caption .visual.light, .intro.about-header .caption .visual.light {
  background-color: #F4F5FB !important;
}
.intro.home-header .caption-holder, .intro.services-header .caption-holder, .intro.events-header .caption-holder, .intro.about-header .caption-holder {
  overflow: hidden;
}
.intro.home-header .caption-holder .second-line, .intro.services-header .caption-holder .second-line, .intro.events-header .caption-holder .second-line, .intro.about-header .caption-holder .second-line {
  display: flex;
  justify-content: center;
  width: fit-content;
}
.intro.home-header .caption-holder .subtext, .intro.services-header .caption-holder .subtext, .intro.events-header .caption-holder .subtext, .intro.about-header .caption-holder .subtext {
  font-size: 24px;
  line-height: 30px;
  margin-top: 3%;
}
.intro.home-header .caption-holder .alt, .intro.services-header .caption-holder .alt, .intro.events-header .caption-holder .alt, .intro.about-header .caption-holder .alt {
  margin-left: 15px;
  border-right: 3px solid #f77f00;
  -webkit-animation: typing 3.5s steps(60, end), blinking-caret 0.75s step-end infinite;
  animation: typing 3.5s steps(60, end), blinking-caret 0.75s step-end infinite;
}
.intro.home-header .caption-holder .alt.inline, .intro.services-header .caption-holder .alt.inline, .intro.events-header .caption-holder .alt.inline, .intro.about-header .caption-holder .alt.inline {
  display: inline-block;
  vertical-align: middle;
}
.intro.home-header .caption-holder .alt .underline, .intro.services-header .caption-holder .alt .underline, .intro.events-header .caption-holder .alt .underline, .intro.about-header .caption-holder .alt .underline {
  position: relative;
}
.intro.home-header .caption-holder .alt .underline::after, .intro.services-header .caption-holder .alt .underline::after, .intro.events-header .caption-holder .alt .underline::after, .intro.about-header .caption-holder .alt .underline::after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 0;
  height: 67px;
  width: 100%;
  border: solid 10px #38af94;
  border-color: #38af94 transparent transparent transparent;
  border-radius: 50%;
  opacity: 0;
  animation: show-underline 1s 3.5s forwards;
}
.intro.home-header .caption-holder .text, .intro.services-header .caption-holder .text, .intro.events-header .caption-holder .text, .intro.about-header .caption-holder .text {
  margin-top: 30px;
  margin-bottom: 60px;
  text-shadow: none;
  white-space: break-spaces;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 480px) {
  .intro.home-header h1, .intro.services-header h1, .intro.events-header h1, .intro.about-header h1 {
    font-size: 30px;
    line-height: normal;
  }
  .home .intro.home-header h1, .home .intro.services-header h1, .home .intro.events-header h1, .home .intro.about-header h1 {
    font-size: 22px;
  }
  .home .intro.home-header h1 .second-line, .home .intro.services-header h1 .second-line, .home .intro.events-header h1 .second-line, .home .intro.about-header h1 .second-line {
    margin: 0 auto;
  }
  .home .intro.home-header h1 .second-line .alt, .home .intro.services-header h1 .second-line .alt, .home .intro.events-header h1 .second-line .alt, .home .intro.about-header h1 .second-line .alt {
    margin-left: 5px;
  }
  .intro.home-header .jp-container, .intro.services-header .jp-container, .intro.events-header .jp-container, .intro.about-header .jp-container {
    width: 100%;
  }
  .intro.home-header .caption-holder .alt .underline::after, .intro.services-header .caption-holder .alt .underline::after, .intro.events-header .caption-holder .alt .underline::after, .intro.about-header .caption-holder .alt .underline::after {
    bottom: -64px;
    border-width: 5px;
  }
}
.intro.services-header, .intro.about-header {
  padding-bottom: 0;
}
.intro.services-header .header-video-wrapper, .intro.about-header .header-video-wrapper {
  justify-content: center;
  align-items: flex-end;
}
.intro.services-header .header-video-wrapper video, .intro.about-header .header-video-wrapper video {
  width: 75%;
  border-radius: 10px 10px 0 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .intro.services-header .header-video-wrapper video, .intro.about-header .header-video-wrapper video {
    width: 100%;
  }
}
.intro.services-header h1, .intro.about-header h1 {
  text-align: center;
  width: fit-content;
}
.intro.services-header h1 .second-line, .intro.about-header h1 .second-line {
  width: fit-content;
  margin: 0 auto;
}
.intro.services-header h1 .alt, .intro.about-header h1 .alt {
  margin: 0 auto;
  animation: typing 3.5s steps(50, end), blinking-caret 0.75s step-end infinite !important;
  overflow: hidden !important;
}
.intro .video_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
}
@media (min-width: 768px) {
  .intro .jp-container {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.intro.add .caption:after {
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .intro.add .caption {
    width: 50%;
  }
}
.intro.add .caption .caption-holder {
  vertical-align: bottom;
  text-align: left;
  max-width: 100%;
}
.intro.add h1 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}
@media (min-width: 1000px) {
  .intro.add h1 {
    font-size: 29px;
    line-height: 35px;
  }
}
@media (min-width: 1270px) {
  .intro.add h1 {
    font-size: 35px;
    line-height: 42px;
  }
}
.intro h1 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.56);
}
@media (min-width: 1000px) {
  .intro h1 {
    text-shadow: 0 0 17px rgba(0, 0, 0, 0.56);
  }
}
@media (min-width: 1270px) {
  .intro h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.intro h1:last-child {
  margin: 0;
}
.intro p {
  text-shadow: 0 0 17px rgba(0, 0, 0, 0.56);
  margin: 0 0 5px;
}
.page-partner .intro .caption, .page-about .intro .caption {
  width: 100%;
}
.page-partner .intro .caption-holder, .page-about .intro .caption-holder {
  text-align: left;
}
.page-partner .intro h1, .page-about .intro h1 {
  margin: 0 auto 20px auto;
}
@media (max-width: 767px) {
  .page-partner .intro h1, .page-about .intro h1 {
    font-size: 30px;
  }
}
.page-partner .intro p, .page-about .intro p {
  line-height: 23px;
}
.page-whitepaper .intro h1 {
  margin-bottom: 10px;
}
.intro .btn-success {
  min-width: 130px;
  text-transform: capitalize;
  margin: 0 0 15px;
}
@media (min-width: 1000px) {
  .intro .btn-success {
    min-width: 166px;
    margin: 0 0 22px;
  }
}
@media (min-width: 1270px) {
  .intro .btn-success {
    margin: 0 0 25px;
  }
}
.intro .post-featured {
  overflow: hidden;
}
@media (min-width: 1000px) {
  .intro .post-featured {
    max-width: 80%;
    margin: 0 0 15px;
  }
}
@media (min-width: 1270px) {
  .intro .post-featured {
    margin: 0 0 23px;
  }
}
.intro .post-featured h1 {
  font-size: 23px;
  line-height: 28px;
  margin: 0 0 5px;
  letter-spacing: 0.5px;
}
@media (min-width: 1000px) {
  .intro .post-featured h1 {
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1270px) {
  .intro .post-featured h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
.intro .post-featured p {
  letter-spacing: 0.5px;
}
@media (min-width: 1000px) {
  .intro .post-featured p {
    letter-spacing: 1px;
  }
}
.intro .caption {
  white-space: nowrap;
  text-align: center;
  min-height: 320px;
  position: relative;
  padding: 0;
  z-index: 50;
  height: auto;
}
.intro .caption:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 100%;
}
.intro .caption > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  white-space: normal;
}
@media (min-width: 768px) {
  .intro .caption {
    position: static;
    width: 70%;
  }
}
@media (min-width: 1000px) {
  .intro .caption {
    width: 60%;
  }
}
@media (min-width: 1270px) {
  .intro .caption {
    width: 45%;
  }
}
.intro .caption:after {
  min-height: inherit;
}
.intro .caption.left {
  text-align: left;
}
.home .intro .caption, .page-template-pipeline-product .intro .caption, .page-whitepaper .intro .caption, .events-page .intro .caption, .page-content .intro .caption, .page-template-about-us .intro .caption, .page-template-services .intro .caption, .page-template-premier-product .intro .caption, .page-template-grow-product .intro .caption {
  width: 100%;
}
@media (min-width: 1000px) {
  .page-about .intro .caption {
    width: 100%;
  }
}
.intro .caption .caption-holder {
  width: 100%;
  position: relative;
  z-index: 50;
  padding: 73px 0 25px;
}
@media (min-width: 768px) {
  .intro .caption .caption-holder {
    padding: 0;
  }
}
.intro .caption .visual {
  position: absolute;
  left: -15px;
  top: 0;
  right: -15px;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #002234;
  max-width: inherit;
  z-index: 5;
}
@media (min-width: 768px) {
  .intro .caption .visual {
    left: 0;
    right: 0;
    max-width: 100%;
  }
}
.intro .caption .visual.top {
  background-position: top center;
}
.intro .caption .visual.position {
  background-position: 25% 50%;
}
@media (min-width: 768px) {
  .intro .caption .visual.position {
    background-position: 35% 50%;
  }
}
@media (min-width: 1000px) {
  .intro .caption .visual.position {
    background-position: 40% 50%;
  }
}
.intro .caption .visual.no-effects:before {
  display: none;
}
.intro .caption .visual.light {
  background-color: #fff;
}
.intro .caption h1.large {
  display: inline-block;
  text-align: center;
  font-size: 70px;
  line-height: 80px;
  margin-bottom: 20px;
  color: #fff;
}
.intro .actions {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.intro .actions .fa {
  margin-left: 7px;
}
@media (min-width: 1000px) {
  .intro .actions .btn-default {
    padding: 11px 15px;
  }
}
.intro .actions .btn-default:hover, .intro .actions .btn-default:active {
  color: #016599 !important;
}
.intro .section-signup {
  font-size: 14px;
  line-height: 18px;
  position: relative;
  text-align: center;
  padding: 15px 0;
  z-index: 50;
  max-width: 320px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .intro .section-signup {
    padding: 24px 17px 22px;
    margin: 0 0 0 15px;
  }
}
@media (min-width: 1000px) {
  .intro .section-signup {
    font-size: 16px;
    line-height: 20px;
    max-width: 366px;
    margin: 0 0 0 15px;
  }
}
@media (min-width: 1270px) {
  .intro .section-signup {
    margin: 0 15px 0 23px;
  }
}
.intro .section-signup:before {
  position: absolute;
  left: -9999px;
  top: 0;
  right: -9999px;
  bottom: 0;
  background: #fff;
  display: block;
  z-index: -1;
  content: "";
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
}
@media (min-width: 768px) {
  .intro .section-signup:before {
    left: 0;
    border-radius: 7px;
    right: 0;
  }
}
.intro .section-signup h2 {
  font-size: 17px;
  line-height: 21px;
  text-transform: uppercase !important;
  margin: 0 0 15px;
  color: #002234;
}
@media (min-width: 1000px) {
  .intro .section-signup h2 {
    font-size: 17px;
    line-height: 22px;
    margin: 0 0 19px;
  }
}
@media (min-width: 1270px) {
  .intro .section-signup h2 {
    font-size: 19px;
    line-height: 23px;
  }
}
.intro .section-signup .status-message {
  color: #323232;
  margin-bottom: 15px;
}
.intro .section-signup .alert {
  border: none;
  border-radius: 2px;
  margin: 0;
  padding: 5px 10px;
}
.intro .section-signup .alert.alert-danger p {
  color: #e0704a;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  text-align: left;
  text-shadow: none;
}
.intro .section-signup .alert.alert-success p {
  color: #45b39d;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  text-align: left;
  text-shadow: none;
}
.intro .section-signup .alert.alert-success i {
  color: #45b39d;
  float: left;
  font-size: 12px;
  margin: 5px 5px 0 0;
  text-shadow: none;
}
.intro .section-signup .alert.alert-danger i {
  color: #e0704a;
  float: left;
  font-size: 12px;
  margin: 5px 5px 0 0;
  text-shadow: none;
}
.intro .section-signup .alert-danger {
  background-color: transparent;
  color: #e0704a;
  margin: 0;
  padding: 0;
  text-align: left;
}
.intro .section-signup .alert-success {
  background-color: transparent;
  padding: 0;
}
.intro .section-signup button.close {
  padding: 2px 0 0;
}
.intro.overflow {
  overflow: visible;
  z-index: 50;
}
.intro.overflow .visual:before {
  display: none;
}
.intro.overflow p {
  text-shadow: none;
}
.intro.space-around {
  margin-top: 75px;
}
@media (min-width: 768px) {
  .intro.space-around {
    margin-top: 85px;
    margin-left: 25px;
    margin-right: 25px;
    width: calc(100% - 50px);
  }
}
@media (min-width: 1000px) {
  .intro.space-around {
    margin-top: 99px;
  }
}
.intro.space-around.no-side-space {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

#main {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-home #main, .old-layout #main {
  padding-top: 0;
}

.section-action {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 8px solid #efefef;
}
@media (min-width: 768px) {
  .section-action {
    border: 0;
  }
}
@media (min-width: 1000px) {
  .section-action {
    flex-flow: row nowrap;
  }
}
.section-action:before {
  position: absolute;
  left: -9999px;
  top: 0;
  right: -9999px;
  bottom: 0;
  background: #fff;
  z-index: -1;
  content: "";
}
.section-action h2 {
  font-size: 17px;
  line-height: 21px;
  text-transform: capitalize;
  color: #002234;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin: 0 0 10px;
  font-style: italic;
}
@media (min-width: 1000px) {
  .section-action h2 {
    font-size: 17px;
    line-height: 22px;
    margin: 0 10px 0 0;
    width: 400px;
    text-align: left;
    letter-spacing: 1px;
  }
}
@media (min-width: 1270px) {
  .section-action h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.section-action ul {
  letter-spacing: -0.32em;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .section-action ul {
    justify-content: space-between;
  }
}
.section-action ul li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  padding: 10px 20px;
  max-width: 50%;
}
@media (min-width: 768px) {
  .section-action ul li {
    padding: 10px;
    max-width: 25%;
  }
}
.section-action ul li a {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.section-action ul li img {
  display: block;
  margin: 0;
  max-height: 80px;
}
.section-action.small ul li img {
  max-height: 60px;
}
.section-action .action-heading {
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media (min-width: 1000px) {
  .section-action .action-heading {
    margin-bottom: 0;
    margin-right: 50px;
  }
}
.section-action .action-btn {
  margin-bottom: 0;
}
.page-home .section-action {
  flex-flow: row wrap;
}
.page-home .section-action .action-heading {
  font-family: "Gilroy", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: block;
  width: 100%;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 25px;
}

.about-section {
  margin-top: 50px;
  margin-bottom: 0px;
  background: #efefef;
  padding: 10px 0 100px;
}
.about-section h2 {
  text-align: center;
  margin-bottom: 30px;
}
.about-section .box-container {
  position: relative;
  width: 100%;
  padding-top: 85%;
}
.about-section .box-container .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  padding-top: 80%;
  z-index: 10;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #efefef;
}
.about-section .box-container .box.dark-blue {
  background-color: #002234;
}
.about-section .box-container .box.back {
  z-index: 1;
}

.section-about {
  overflow: hidden;
  line-height: 23px;
  margin: 0 0 25px;
  padding: 25px 0;
}
@media (min-width: 768px) {
  .section-about {
    margin: 0 0 7px;
    padding: 35px 0;
  }
}
@media (min-width: 1000px) {
  .section-about {
    line-height: 26px;
    margin: 0 0 12px;
  }
}
@media (min-width: 1270px) {
  .section-about {
    font-size: 20px;
    line-height: 29px;
  }
}
.section-about .visual {
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-about .visual {
    float: right;
    margin: 0 0 0 15px;
    max-width: 50%;
  }
}
@media (min-width: 1000px) {
  .section-about .visual {
    max-width: 60%;
    margin: 0 0 0 25px;
  }
}
.section-about .visual img {
  display: block;
  margin: 0 auto;
}
.section-about .text-box {
  overflow: hidden;
  padding: 35px 0 0;
}
@media (min-width: 768px) {
  .section-about .text-box {
    padding: 35px 0 20px;
  }
}
@media (min-width: 1000px) {
  .section-about .text-box {
    padding: 50px 0 25px;
  }
}
@media (min-width: 1270px) {
  .section-about .text-box {
    padding: 87px 0 25px;
  }
}
.section-about h2 {
  font-size: 21px;
  line-height: 25px;
  margin: 0 0 15px;
  text-align: center;
}
@media (min-width: 1000px) {
  .section-about h2 {
    font-size: 25px;
    line-height: 29px;
    margin: 0 0 21px;
  }
}
@media (min-width: 1270px) {
  .section-about h2 {
    font-size: 30px;
    line-height: 37px;
  }
}
.section-about p {
  margin: 0 0 20px;
}
@media (min-width: 1000px) {
  .section-about p {
    margin: 0 0 30px;
  }
}
@media (min-width: 1270px) {
  .section-about p {
    margin: 0 0 42px;
  }
}
@media (min-width: 1270px) {
  .section-about .btn-primary {
    min-width: 275px;
  }
}
.section-about .btn-primary:last-child {
  margin-bottom: 0;
}

.play-video {
  font-size: 50px;
}
.play-video .fa {
  font-size: 100px;
  color: #fff;
}

.boxes {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.boxes .box {
  display: flex;
  align-items: flex-start;
  text-align: center;
  padding: 60px 20px;
  color: #fff;
  width: 50%;
  margin-right: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  justify-content: center;
}
.boxes .box h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}
.boxes .box p {
  margin: 10px 0 25px;
}
.boxes .box:last-child {
  margin-right: 0;
}
.boxes .box .inner {
  z-index: 70;
}
@media (max-width: 768px) {
  .boxes {
    display: block;
  }
  .boxes .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .boxes .box:last-child {
    margin-bottom: 0;
  }
}

.section-posts {
  padding: 20px 0;
}
@media (min-width: 1000px) {
  .section-posts {
    padding: 25px 0;
  }
}
.page-home .section-posts {
  padding: 10px 0;
}
@media (min-width: 1000px) {
  .page-home .section-posts {
    padding: 10px 0;
  }
}
.page-home .section-posts h2 {
  text-align: center;
  margin-top: 17px;
  font-size: 21px;
  line-height: 25px;
}
@media (min-width: 1000px) {
  .page-home .section-posts h2 {
    font-size: 25px;
    line-height: 29px;
  }
}
@media (min-width: 1270px) {
  .page-home .section-posts h2 {
    font-size: 30px;
    line-height: 37px;
  }
}
.section-posts .posts-holder {
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 768px) {
  .section-posts .posts-holder {
    margin: 0 -10px;
  }
}
@media (min-width: 1000px) {
  .section-posts .posts-holder {
    margin: 0 -16px 10px;
  }
}
.section-posts .posts-holder.full {
  padding-top: 15px;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1270px) {
  .section-posts .posts-holder.full {
    padding-top: 22px;
  }
}
.section-posts .posts-holder.full > * {
  width: 100%;
}
@media (min-width: 768px) {
  .section-posts .posts-holder .no-posts {
    padding: 0px 10px;
  }
}
@media (min-width: 1000px) {
  .section-posts .posts-holder .no-posts {
    padding: 0px 16px;
  }
}
.section-posts .post {
  font-size: 13px;
  line-height: 19px;
  max-width: 390px;
  margin: 15px auto;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14);
  border-radius: 3px;
  overflow: hidden;
  z-index: 50;
  position: relative;
  padding: 0 15px 60px;
  width: 100%;
}
@media (min-width: 1000px) {
  .section-posts .post {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (min-width: 480px) {
  .section-posts .post {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (min-width: 768px) {
  .section-posts .post {
    width: calc(33.33% - 20px);
  }
}
@media (min-width: 1000px) {
  .section-posts .post {
    padding: 0 15px 60px;
    width: calc(33.33% - 32px);
    margin: 15px 16px;
  }
}
@media (min-width: 1270px) {
  .section-posts .post {
    padding: 0 20px 60px;
    margin: 22px 16px;
  }
}
.section-posts .post:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #b7b7b7;
  display: block;
  border-radius: 3px;
  z-index: -1;
  content: "";
  background: #fff;
}
.section-posts .post .visual {
  margin: 0 -15px 20px;
}
@media (min-width: 1270px) {
  .section-posts .post .visual {
    margin: 0 -20px 20px;
  }
}
.section-posts .post .visual .post-thumbnail {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section-posts .post .visual .post-thumbnail.video:before {
  content: "\f16a";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  line-height: 56px;
  margin-top: -28px;
  margin-left: -18px;
  color: #323232;
}
.section-posts .post .visual .post-thumbnail:hover.video:before {
  color: #ff0000;
}
.section-posts .post h3 {
  margin-bottom: 3px;
}
.section-posts .post h3 a,
.section-posts .post h3 a:hover,
.section-posts .post h3 a:focus {
  color: #002234;
}
.section-posts .post p {
  margin: 0 0 15px;
}
@media (min-width: 1000px) {
  .section-posts .post p {
    margin: 0 0 20px;
  }
}
@media (min-width: 1270px) {
  .section-posts .post p {
    margin: 0 0 25px;
  }
}
.section-posts .post .btn-block {
  position: absolute;
  left: 15px;
  top: auto;
  right: 15px;
  bottom: 15px;
  display: block;
  width: auto;
}
@media (min-width: 1270px) {
  .section-posts .post .btn-block {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
.section-posts .post .btn-block:after {
  content: "";
  clear: both;
  display: block;
}
.section-posts .post .btn-link {
  float: left;
  line-height: 30px;
}
.section-posts .post .author {
  float: right;
  line-height: 30px;
}
.section-posts .post.whitepaper {
  padding-bottom: 70px;
}
.section-posts .post.whitepaper .btn {
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 0;
}
.section-posts .post.whitepaper .post-thumbnail {
  padding-top: 75%;
}
.section-posts .post.news {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  box-shadow: none;
  border-radius: 0;
  border: none;
  border-top: 1px solid #323232;
  padding: 20px 0 0;
}
.section-posts .post.news:before {
  display: none;
}
.section-posts .post.news h3 {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
.section-posts .post.news h3 a {
  margin-bottom: 0;
}
.section-posts .post.news h3 img {
  width: 20px;
  margin-right: 15px;
  margin-top: -5px;
}
.section-posts .post.news h3 .save_item {
  position: static;
}
.section-posts .post.news .visual .post-thumbnail {
  padding-top: 90%;
}
.section-posts .post.news .btn-block {
  position: static;
}
.section-posts .post.news .btn-link,
.section-posts .post.news .author {
  display: block;
  float: none;
}
.section-posts.learning-development .section-title {
  margin-bottom: 10px;
}
.section-posts.learning-development .post {
  margin-top: 0;
}

.author .author_name {
  display: inline-block;
  vertical-align: middle;
  color: #6e6e6e;
}
.author .author_photo {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.quarter .post {
  width: 100%;
  max-width: initial;
}
@media (min-width: 480px) {
  .quarter .post {
    width: calc(50% - 20px);
  }
}
@media (min-width: 768px) {
  .quarter .post {
    width: calc(33.33% - 20px);
  }
}
@media (min-width: 1000px) {
  .quarter .post {
    width: calc(25% - 32px);
  }
}

.old-layout .post {
  padding-top: 0;
}

.aside {
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  padding: 20px 0;
  text-align: center;
  min-height: 180px;
  background: linear-gradient(to right, #0186cc 0%, #016599 40%, #002234 75%, #002234 100%);
}
.aside:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 100%;
}
.aside > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  white-space: normal;
}
@media (min-width: 1000px) {
  .aside {
    min-height: 253px;
  }
}
.aside.green {
  background: linear-gradient(to right, #52c8ad 0%, #38af94 40%, #1f6253 75%, #1f6253 100%);
}
.aside:after {
  min-height: inherit;
}
.aside h2 {
  display: block;
  color: #fff;
  font-weight: 400;
  text-transform: none !important;
  margin: 0 auto 20px;
  max-width: 1000px;
  width: 100%;
}
@media (min-width: 1000px) {
  .aside h2 {
    margin: 0 auto 27px;
  }
}
@media (min-width: 1270px) {
  .aside h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 auto 34px;
  }
}
.aside .btn-secondary {
  text-transform: none;
  margin: 0;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.17);
}
.aside .subtext {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 20px;
  max-width: 1000px;
}
@media (min-width: 1000px) {
  .aside .subtext {
    margin-bottom: 27px;
  }
}
@media (min-width: 1270px) {
  .aside .subtext {
    margin-bottom: 34px;
  }
}

.popular-tags {
  font-size: 13px;
  line-height: 19px;
  position: relative;
  z-index: 50;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 1000px) {
  .popular-tags {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (min-width: 1000px) {
  .popular-tags {
    padding-top: 20px;
    padding-bottom: 22px;
  }
}
.popular-tags:before {
  position: absolute;
  left: -9999px;
  top: 0;
  right: -9999px;
  bottom: 0;
  background: #fff;
  content: "";
  z-index: -1;
  display: block;
}
.popular-tags .social-area {
  overflow: hidden;
  margin: 0 0 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .popular-tags .social-area {
    float: right;
    min-width: 132px;
    margin: 0 0 0 20px;
  }
}
.popular-tags .social-area .title {
  display: block;
  text-transform: capitalize;
  margin: 0 0 5px;
}
.popular-tags .social-area .social-networks {
  overflow: hidden;
  margin: 0;
  width: auto;
  float: none;
  max-width: inherit;
  text-align: center;
}

.tags {
  overflow: hidden;
}
@media (min-width: 768px) {
  .tags {
    padding: 5px 0 0;
  }
}
.tags .title {
  font-size: 16px;
  line-height: 18px;
  text-transform: capitalize;
  margin: 0 0 4px;
  display: block;
}
@media (min-width: 1000px) {
  .tags .title {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 3px;
    letter-spacing: 0.5px;
  }
}
.tags ul {
  overflow: hidden;
  margin: 0 -7px;
}
.tags ul li {
  float: left;
  padding: 1px 7px;
}
.tags ul li a {
  display: block;
  color: #323232;
  text-transform: capitalize;
}
.tags ul li a:hover, .tags ul li a:focus {
  color: #016599;
}
.tags ul li a:visited {
  color: #323232;
}

.paging {
  background: url(../images/border.png) repeat-x;
  overflow: hidden;
  padding: 20px 0;
}
.paging .btn-next,
.paging .btn-prev {
  font-size: 13px;
  line-height: 19px;
  float: left;
  position: relative;
  padding: 0 0 0 22px;
  color: #323232;
  margin: 0 5px 0 0;
}
@media (min-width: 1000px) {
  .paging .btn-next,
.paging .btn-prev {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (min-width: 1000px) {
  .paging .btn-next,
.paging .btn-prev {
    padding: 0 0 0 26px;
  }
}
.paging .btn-next:before,
.paging .btn-prev:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f053";
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  font-size: 16px;
}
@media (min-width: 1000px) {
  .paging .btn-next:before,
.paging .btn-prev:before {
    font-size: 19px;
  }
}
@media (min-width: 1270px) {
  .paging .btn-next:before,
.paging .btn-prev:before {
    font-size: 21px;
  }
}
.paging .btn-next:hover, .paging .btn-next:focus,
.paging .btn-prev:hover,
.paging .btn-prev:focus {
  color: #016599;
}
.paging .btn-next {
  float: right;
  margin: 0 0 0 5px;
  padding: 0 22px 0 0;
}
@media (min-width: 1000px) {
  .paging .btn-next {
    padding: 0 26px 0 0;
  }
}
.paging .btn-next:before {
  left: auto;
  right: 0;
  content: "\f054";
}
.paging-post .btn-prev:before {
  position: absolute;
  left: 0;
  top: 3px;
  right: auto;
  bottom: auto;
}
.page-content .paging {
  background: none;
  padding: 0 0 5px;
}
@media (min-width: 1000px) {
  .page-content .paging {
    padding: 0 6px 10px;
  }
}
@media (min-width: 1270px) {
  .page-content .paging .btn-next,
.page-content .paging .btn-prev {
    font-size: 18px;
  }
}
.page-content .paging .btn-next:before,
.page-content .paging .btn-prev:before {
  font-size: 12px;
}
@media (min-width: 1000px) {
  .page-content .paging .btn-next:before,
.page-content .paging .btn-prev:before {
    font-size: 16px;
  }
}
.page-content .paging .btn-prev {
  padding-left: 14px;
}
@media (min-width: 1000px) {
  .page-content .paging .btn-prev {
    padding-left: 16px;
  }
}
.page-content .paging .btn-next {
  padding-right: 14px;
}
@media (min-width: 1000px) {
  .page-content .paging .btn-next {
    padding-right: 15px;
  }
}
@media (min-width: 1270px) {
  .page-content .paging .btn-next {
    padding-right: 16px;
  }
}

.info-block {
  overflow: hidden;
  text-align: center;
  padding: 25px 0;
  background: url(../images/border.png) repeat-x 0 100%;
}
@media (min-width: 1000px) {
  .info-block {
    padding: 35px 0;
  }
}
@media (min-width: 1270px) {
  .info-block {
    font-size: 20px;
    line-height: 29px;
    padding: 51px 0 55px;
  }
}
.info-block:first-child {
  padding-top: 10px;
}
@media (min-width: 1000px) {
  .info-block:first-child {
    padding-top: 15px;
  }
}
@media (min-width: 1270px) {
  .info-block:first-child {
    padding-bottom: 48px;
  }
}
.info-block:last-child {
  background: none;
}
.info-block h2 {
  margin: 0 0 15px;
}
@media (min-width: 1000px) {
  .info-block h2 {
    margin: 0 0 22px;
  }
}
@media (min-width: 1270px) {
  .info-block h2 {
    margin: 0 0 28px;
  }
}
.info-block p:last-child {
  margin: 0;
}
.info-block .col-holder {
  overflow: hidden;
  text-align: left;
  letter-spacing: -0.32em;
}
@media (min-width: 768px) {
  .info-block .col-holder {
    margin: 0 -1.5%;
  }
}
@media (min-width: 1000px) {
  .info-block .col-holder {
    padding: 15px 0 0;
  }
}
@media (min-width: 1270px) {
  .info-block .col-holder {
    margin: 0 -5%;
    padding: 30px 0 0;
  }
}
.info-block .col-holder .col {
  overflow: hidden;
  padding: 0 0 20px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .info-block .col-holder .col:last-child {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .info-block .col-holder .col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 1.5%;
  }
}
@media (min-width: 1270px) {
  .info-block .col-holder .col {
    padding: 0 5%;
  }
}

.author_box {
  margin: 0;
}
.author_box h5 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 25px;
  text-transform: capitalize !important;
}
.author_box .user_container {
  display: flex;
  align-items: flex-start;
}
.author_box .user_photo {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #6e6e6e;
}
.author_box .user_photo_container {
  flex-grow: 0;
  margin: 0 15px 0 0;
  width: 150px;
}
.author_box .user_description {
  flex-grow: 1;
  width: calc(100% - 165px);
}
.author_box .user_description .social-networks {
  float: none;
  text-align: left;
  max-width: none;
  margin-bottom: 10px;
  padding: 0;
}
@media (max-width: 768px) {
  .author_box {
    width: 100%;
    margin: 0 0 30px;
  }
  .author_box h5 {
    text-align: center;
  }
  .author_box .user_container {
    display: block;
  }
  .author_box .user_photo_container {
    margin: 10px auto;
  }
  .author_box .user_description {
    width: 100%;
  }
}

.post {
  padding: 12px 0;
  overflow: hidden;
}
@media (min-width: 1000px) {
  .post {
    padding: 17px 0;
  }
}
@media (min-width: 1270px) {
  .post {
    padding-bottom: 25px;
  }
}
.post .head {
  overflow: hidden;
  padding: 0 0 12px;
  margin: 0 0 16px;
}
@media (min-width: 480px) {
  .post .head {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1000px) {
  .post .head {
    padding: 0 0 16px;
    margin: 0 0 22px;
  }
}
.post .text-box {
  flex-grow: 1;
}
.post time {
  color: #6e6e6e;
}
.post .social-area {
  flex-grow: 0;
  white-space: nowrap;
  display: flex;
}
@media (min-width: 768px) {
  .post .social-area {
    min-width: 122px;
  }
}
@media (min-width: 1000px) {
  .post .social-area {
    margin: 0;
  }
}
.post .social-area .text-shares {
  float: left;
  font-size: 12px;
  line-height: 15px;
  width: 48px;
  color: #a9a9a9;
  padding: 0 7px 0 0;
  text-align: center;
  border-right: 1px solid #a9a9a9;
}
.post .social-area .text-shares .number {
  font-size: 20px;
  line-height: 20px;
  display: block;
  margin: 0 0 1px;
}
.post .social-area .social-networks {
  display: block;
  overflow: hidden;
  max-width: inherit;
  text-align: left;
  width: auto;
  float: none;
  padding: 0 0 0 11px;
  margin: 0 -4px 0 -5px;
}
.post h2 {
  font-size: 24px;
  line-height: 29px;
  margin: 5px 0 10px;
  text-align: left;
}
@media (min-width: 1000px) {
  .post h2 {
    font-size: 26px;
    line-height: 32px;
    margin: 10px 0 15px;
  }
}
@media (min-width: 1270px) {
  .post h2 {
    font-size: 33px;
    line-height: 38px;
  }
}
.post .meta {
  font-size: 13px;
  line-height: 19px;
  margin: 0 -6px 0 -8px;
  letter-spacing: -0.32em;
  overflow: hidden;
}
@media (min-width: 1000px) {
  .post .meta {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (min-width: 1270px) {
  .post .meta {
    font-size: 18px;
  }
}
.post .meta li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 6px 0 8px;
  letter-spacing: 0;
  margin: 2px 0;
}
.post .meta li:before {
  position: absolute;
  left: 0;
  top: 3px;
  right: auto;
  bottom: 2px;
  background: #323232;
  border-left: 1px solid #5b5b5b;
  content: "";
  width: 2px;
}
@media (min-width: 1270px) {
  .post .meta li:before {
    top: 5px;
  }
}
.post .meta li a.author {
  text-transform: capitalize;
}
.post .visual {
  overflow: hidden;
  margin: 0 0 18px;
}
@media (min-width: 1000px) {
  .post .visual {
    margin: 0 0 24px;
  }
}
@media (min-width: 1270px) {
  .post .visual {
    margin: 0 0 32px;
  }
}
.post .visual img {
  display: block;
  margin: 0 auto;
}
.post .content {
  overflow: hidden;
  padding: 0 0 15px;
}
@media (min-width: 1000px) {
  .post .content {
    padding: 0 0 20px;
  }
}
@media (min-width: 1270px) {
  .post .content {
    padding: 0 0 25px;
  }
}
.post .content iframe {
  max-width: 500px;
  margin: 0 auto;
  display: block;
}
.post .content .visual {
  margin-bottom: 15px;
  width: 100%;
}
.post .tags {
  overflow: hidden;
  background: url(../images/border.png) repeat-x;
  padding: 15px 0 0;
  display: flex;
  flex-flow: row nowrap;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 1270px) {
  .post .tags {
    padding: 32px 0 0;
  }
}
.post .tags:before {
  display: none;
}
.post .tags .title {
  float: left;
  letter-spacing: 0;
  margin: 0 8px 0 0;
  font-size: 16px;
  line-height: 20px;
}
.post .tags ul li {
  padding: 0 6px;
}
.post .tags ul li a {
  color: #016599;
}
.post .tags ul li a:hover, .post .tags ul li a:focus, .post .tags ul li a:visited {
  color: #f77f00;
}

.save_item,
.remove_item {
  position: absolute;
  top: 10px;
  right: 10px;
  min-width: 40px;
  height: 40px;
  z-index: 1;
  cursor: pointer;
  font-size: 16px;
  line-height: 40px;
}
.save_item:before,
.remove_item:before {
  color: rgba(0, 0, 0, 0.5);
  font: normal normal normal 14px/1 FontAwesome;
}
.save_item.button,
.remove_item.button {
  position: static;
  padding: 5px 10px;
  display: inline-block;
  line-height: 30px;
}
.social-networks .save_item.button,
.social-networks .remove_item.button {
  line-height: 36px;
  height: 46px;
  padding-left: 0;
  padding-right: 0;
}
.save_item.button:before,
.remove_item.button:before {
  -webkit-text-stroke: 0;
  color: #323232;
  padding-right: 5px;
  font-size: 16px;
  line-height: normal;
}

.save_item:before {
  content: "\f004";
  -webkit-text-stroke: 2px #fff;
  font-size: 35px;
  line-height: 40px;
}
.save_item.saved {
  color: #38af94;
  -webkit-text-stroke: 0;
}
.save_item.saved:before {
  color: #38af94;
}

.remove_item {
  display: none;
}
.remove_item:before {
  content: "\f00d";
}
.remove_item.saved {
  display: block;
  color: #b7b7b7;
}
.remove_item.saved:before {
  color: #b7b7b7;
}

.jump_subnav {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 480px) {
  .jump_subnav {
    display: none;
  }
}
.jump_subnav_container {
  border-top: 1px solid #6e6e6e;
  border-bottom: 1px solid #6e6e6e;
  padding: 10px 0;
  margin-bottom: 10px;
}
.jump_subnav_container.no-top-border {
  border-top: none;
}
.jump_subnav_container.nav-active {
  background: rgba(0, 0, 0, 0.8);
  margin: 0 -15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -1px;
}
.jump_subnav_container.nav-active .jump_subnav {
  display: block;
  margin-top: 5px;
}
.jump_subnav_container.nav-active .jump_subnav_toggle {
  color: #fff;
}
.jump_subnav_toggle {
  display: none;
  font-size: 22px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 480px) {
  .jump_subnav_toggle {
    display: block;
  }
}
.jump_subnav li {
  text-align: center;
  border-right: 1px solid #6e6e6e;
  font-weight: 700;
  flex-grow: 1;
}
@media (max-width: 480px) {
  .jump_subnav li {
    border-right: none;
    width: 100%;
    padding: 5px 0;
    text-align: left;
  }
  .jump_subnav li:last-child {
    padding-bottom: 0;
  }
}
.jump_subnav li a {
  color: #323232;
  display: block;
}
.jump_subnav li a:visited {
  color: #323232;
}
@media (max-width: 480px) {
  .jump_subnav li a {
    color: #fff;
  }
  .jump_subnav li a:visited {
    color: #fff;
  }
}
.jump_subnav li:last-child {
  border-right: none;
}
.jump_subnav li.active, .jump_subnav li:hover {
  background: transparent;
}
.jump_subnav li.active a, .jump_subnav li:hover a {
  color: #f77f00;
}

.warning-message {
  text-align: center;
}
.warning-message h3 {
  font-weight: 700;
  font-size: 30px;
  margin: 0 0 20px;
}
.warning-message p {
  font-size: 18px;
}

.froala_container {
  margin-bottom: 15px;
}

#html5-watermark {
  display: none !important;
}

.OverlayMenu__layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
}
.OverlayMenu__menu {
  position: absolute;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.14);
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 14px;
  min-width: 150px;
}
.OverlayMenu__menu-item {
  padding: 5px 10px;
  user-select: none;
  cursor: pointer;
  display: block;
  text-decoration: inherit;
  color: inherit;
  display: flex;
  align-items: center;
  color: #016599;
}
.OverlayMenu__menu-item.active {
  font-weight: 700;
  color: #f77f00;
}
.OverlayMenu__menu-item:hover {
  color: #f77f00 !important;
}
.OverlayMenu__menu-item:visited {
  color: #016599 !important;
}
.OverlayMenu__menu-item span {
  margin-right: 5px;
}
.OverlayMenu__menu-item.menu-header {
  font-weight: 700;
  font-size: 16px;
  cursor: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  color: #323232;
  padding: 10px;
}
.OverlayMenu__menu-item.menu-header:hover {
  color: #323232 !important;
}

.CommentBubble__layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.CommentBubble__container {
  font-size: 13px;
  position: absolute;
  background-color: #fff;
  width: 400px;
  min-height: 100px;
  border-radius: 4px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.14);
  padding: 10px;
}
.CommentBubble__container #loading {
  display: none;
  width: 18px;
  vertical-align: middle;
}
.CommentBubble__container:after {
  position: absolute;
  bottom: 100%;
  right: 28px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 12px;
}
.CommentBubble__container .jump-dropdown-menu {
  max-height: calc(100vh - 180px);
  overflow: auto;
}

.jump-section .section-title {
  display: flex;
  align-items: center;
}
.jump-section .section-title h2 {
  flex-grow: 1;
  text-align: left;
  font-size: 20px;
  margin: 0;
  line-height: 25px;
  text-transform: none !important;
}
.jump-section .section-title h2 a {
  font-size: 20px;
  line-height: 25px;
}
.jump-section .section-title h2 .fa-chevron-right {
  font-size: 16px;
  line-height: 25px;
  margin: 0 7px;
}
.jump-section .section-title .action_btns {
  position: relative;
  flex-grow: 0;
  white-space: nowrap;
  text-align: right;
}
.jump-section .section-title .action_btns > * {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .jump-section:not(.active) .section-title .action_btns a {
    font-size: 0;
  }
  .jump-section:not(.active) .section-title .action_btns a:before {
    content: "\f138";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    color: #323232;
  }
}

.owl-theme.top-dots {
  padding-top: 30px;
}
.owl-theme.top-dots .owl-dots {
  margin-top: 0;
  top: 0;
  bottom: initial;
}
.owl-theme.home-top-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .owl-theme.home-top-slider {
    height: 100%;
  }
}
.owl-theme.home-top-slider .owl-stage-outer,
.owl-theme.home-top-slider .owl-stage,
.owl-theme.home-top-slider .owl-item {
  height: 100%;
}
.owl-theme.home-top-slider .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.owl-theme.home-top-slider .owl-dots {
  max-width: 1272px;
  /* margin: 0 auto; */
  left: 50%;
  transform: translateX(-50%);
}
.owl-theme.home-top-slider .jp-container {
  height: 100%;
}
.owl-theme.home-top-slider .caption-holder {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .owl-theme.home-top-slider .caption-holder {
    margin-bottom: 40px;
  }
}
.owl-theme.testimonial-slider .owl-item {
  padding-bottom: 50px;
}
.owl-theme .owl-nav [class*=owl-] {
  background: transparent;
  color: #016599;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 25px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 25px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #f77f00;
}
.owl-theme .owl-nav .owl-next {
  right: -30px;
}
.owl-theme .owl-nav .owl-prev {
  left: -30px;
}
.owl-theme .owl-dots {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
}
.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #f77f00;
  width: 12px;
  height: 12px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #f77f00;
}
.owl-theme.left-dots .owl-dots {
  text-align: left;
  padding-left: 20px;
}

.testimonials {
  padding: 20px 0;
}
.testimonials .testimonial {
  max-width: 800px;
  text-align: center;
}
.testimonials .testimonial .testi-img {
  margin: 0 auto 5px;
  width: 90px;
  height: 90px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 2px;
}
.testimonials .testimonial .testi-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.testimonials .testimonial .testi-content {
  font-size: 15px;
}
.testimonials .testimonial-display {
  padding: 20px;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.testimonials .testimonial-display .fas {
  font-size: 24px;
  line-height: 40px;
}
.testimonials .testimonial-display .left-quote {
  margin-right: 10px;
}
.testimonials .testimonial-display .right-quote {
  margin-left: 10px;
}
.testimonials .testimonial-box {
  position: relative;
  height: 350px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #F2F2F2;
  display: flex;
  align-items: flex-end;
  border: 1px solid #EBEBEB;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 15px;
}
.testimonials .testimonial-box .content {
  z-index: 2;
  color: #323232;
  font-size: 18px;
  line-height: 22px;
  padding: 20px;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 100%;
}
.testimonials .testimonial-box .title {
  font-weight: 700;
}
.testimonials .testimonial-box .subtitle {
  color: #6e6e6e;
  font-size: 14px;
  line-height: 18px;
}
.testimonials.new {
  display: grid;
  grid-template-columns: 350px auto;
  align-items: center;
}
@media (max-width: 599px) {
  .testimonials.new {
    display: block;
  }
}
.testimonials .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  list-style-type: none;
  padding: 0;
}
.testimonials .owl-dots .owl-dot {
  border-radius: 50%;
  border: 2px solid white;
  width: 53px;
  height: 53px;
  margin-right: 10px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.testimonials .owl-dots .owl-dot.active {
  border-color: #f77f00;
}
.testimonials .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.upload-profile-pic-modal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 481px) {
  .upload-profile-pic-modal {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.upload-profile-pic-modal .picture-preview {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14);
  border: 3px solid #fff;
  overflow: hidden;
  margin-bottom: 5px;
}
@media (min-width: 481px) {
  .upload-profile-pic-modal .picture-preview {
    width: 150px;
    height: 150px;
    margin: 0 5px 0 0;
  }
}
.upload-profile-pic-modal .picture-preview.with-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-profile-pic-modal .picture-container {
  width: 100%;
  margin-left: 5px;
}
@media (min-width: 481px) {
  .upload-profile-pic-modal .picture-container {
    width: calc(100% - 160px);
  }
}

.multiple-images {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 5px 0;
}
.multiple-images > * {
  position: relative;
  width: 25%;
  padding: 5px;
}
.multiple-images .fa-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #ff0000;
  display: block;
  text-align: center;
  cursor: pointer;
}

.dot {
  font-size: 5px;
  line-height: inherit;
  vertical-align: middle;
  padding: 0 5px;
}

.jump-message {
  display: none;
  margin: 0 0 10px;
  padding: 5px 10px;
  font-size: 14px;
}
.jump-message.success {
  display: block;
  color: #38af94;
  border: 1px solid #38af94;
}
.jump-message.error {
  display: block;
  color: #ff0000;
  border: 1px solid #ff0000;
}

.column-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.column-container.nowrap {
  flex-wrap: nowrap;
  overflow-x: hidden;
}
.column-container.large-text {
  font-size: 18px;
}
.column-container:last-child {
  margin-bottom: 0;
}
.column-container.with-margin {
  margin: 25px 0;
}
.column-container.no-margin {
  margin: 0;
}
.column-container.bottom {
  align-items: flex-end;
}
.column-container.skinny {
  max-width: 900px;
}
.column-container.less-skinny {
  max-width: 1100px;
}
.column-container.centered {
  margin-left: auto;
  margin-right: auto;
}
.column-container.with-padding {
  padding: 30px 20px;
}
.column-container.align-center {
  justify-content: center;
}
.column-container.align-center > * {
  text-align: center;
}
.column-container > * {
  width: calc(100% - 20px);
  text-align: left;
  margin: 0;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .column-container > * {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
}
.column-container > *:last-child {
  margin-right: 0;
}
.column-container > *.center {
  display: flex;
  align-items: center;
}
.column-container > *.bottom {
  display: flex;
  align-items: flex-end;
}
.column-container > *.with-padding {
  padding: 20px 10px;
}
.column-container.with-divider > * {
  border-right: 1px solid #efefef;
  padding: 0;
}
.column-container.with-divider > *:last-child {
  border-right: none;
  padding-right: 0;
}
@media (min-width: 480px) {
  .column-container.with-divider > * {
    padding-right: 20px;
  }
}
@media (min-width: 480px) {
  .column-container .col2 {
    margin-bottom: 0;
  }
}
.column-container .col3 {
  position: relative;
}
@media (min-width: 768px) {
  .column-container .col3 {
    width: calc(33.33% - 20px);
  }
}
@media (min-width: 768px) {
  .column-container .col4 {
    width: calc(25% - 20px);
  }
}
@media (min-width: 768px) {
  .column-container .col5 {
    width: calc(75% - 20px);
  }
}
@media (min-width: 768px) {
  .column-container .col6 {
    width: calc(66.66% - 20px);
  }
}
.column-container .stack {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.column-container .no-btm-margin {
  margin-bottom: 0;
}
.column-container .with-action-btns {
  padding-bottom: 50px;
}
.column-container.align-middle > * {
  align-self: center;
}
.column-container .subtitle {
  font-size: 18px;
  line-height: 22px;
  color: #6e6e6e;
  font-weight: normal;
  margin: 0 0 10px;
}
.column-container .subtitle:not(.lowercase) {
  text-transform: uppercase !important;
}
@media (min-width: 768px) {
  .column-container .subtitle {
    font-size: 22px;
    line-height: 26px;
  }
}
.column-container .title {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .column-container .title {
    font-size: 26px;
    line-height: 30px;
  }
}
.column-container .title.large {
  font-size: 50px;
  line-height: 60px;
}
.column-container .content {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .column-container .content {
    font-size: 17px;
    line-height: 22px;
  }
}
.column-container .content.large {
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .column-container .content.large {
    font-size: 25px;
    line-height: 30px;
  }
}
.column-container .content:last-child {
  margin-bottom: 0;
}
.column-container .left-icon {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .column-container .left-icon {
    width: 100%;
  }
}
.column-container .left-icon .learn-icon {
  padding-top: 10px;
  padding-right: 10px;
  width: 110px;
}
.column-container .left-icon .details {
  width: calc(100% - 110px);
}
.column-container .top-icon .learn-icon {
  width: 100px;
  margin-bottom: 0;
}
.column-container .top-icon.align-center {
  text-align: center;
}
.column-container .top-icon.align-center .learn-icon {
  margin-right: auto;
  margin-left: auto;
}
.column-container .learn-icon {
  font-size: 80px;
  text-align: center;
  color: #002234;
}
.column-container .learn-icon .rotate {
  transform: rotate(180deg);
}
.column-container.small {
  margin-bottom: 0;
}
.column-container.small .title {
  font-size: 18px;
  line-height: 22px;
  margin: 10px 0;
}
.column-container.small .subtitle {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}
.column-container.small .content {
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 15px;
}
.column-container .btn:not(.static) {
  min-width: 200px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 2px 0px 12px rgba(0, 0, 0, 0.32);
  margin-bottom: 0;
}
.column-container .left {
  text-align: left;
}
.column-container .left.padding {
  padding-left: 20px;
}
.column-container .right {
  text-align: right;
}
.column-container .right.padding {
  padding-right: 20px;
}
.column-container .center {
  text-align: center;
}
.column-container .full-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.column-container .image {
  width: 95%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.19);
  display: block;
}
.column-container .image.skinny {
  width: 555px;
  max-width: 100%;
  margin: 0 auto;
}
.column-container .image.no-shadow {
  box-shadow: none;
}
@media (min-width: 768px) {
  .column-container p:last-child {
    margin-bottom: 0;
  }
}
.column-container .icon-small {
  display: inline-block;
  margin-bottom: 10px;
}

.dropshadow {
  position: relative;
}
.dropshadow .shadow:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), black 200%);
  height: 50%;
  z-index: 50;
}

.jump-dropdown-menu {
  margin: 0;
}
.jump-dropdown-menu li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.applicant-list {
  margin: 20px 0 0 !important;
  width: 100%;
}
.applicant-list li {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14);
  border-radius: 3px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 15px !important;
  margin-bottom: 10px;
}
.applicant-list li .user-name {
  color: #323232;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}
.applicant-list li .user-name:visited {
  color: #323232;
}
.applicant-image {
  width: 80px;
}
.applicant-details {
  width: calc(100% - 110px);
  padding: 0 15px;
  font-size: 12px;
}
.applicant-status {
  line-height: 20px;
}
.applicant-status select {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.14);
  margin-left: 5px;
  border-radius: 0;
}
.applicant-action {
  width: 30px;
  cursor: pointer;
  text-align: center;
}
.applicant-no-results {
  margin-top: 20px;
}

img.with-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
}

.window-bg {
  background-image: url("../images/window-bg.png");
  background-position: top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.support {
  padding: 50px 0 75px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.support .jp-container {
  position: relative;
  z-index: 55;
}
.support h2 {
  color: #fff;
}
@media (min-width: 600px) {
  .support .support-boxes {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.support .support-boxes img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
}
.support .support-boxes h3 {
  font-size: 24px;
  margin: 0 0 15px;
}
.support .support-boxes .box {
  width: 100%;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
.support .support-boxes .box:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .support .support-boxes .box {
    width: 45%;
    margin-bottom: 0;
  }
}
.support .support-boxes .box p {
  margin-bottom: 15px;
}
.support .support-boxes .details {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  z-index: 55;
}

.diverse-talent {
  background-image: url("../images/about/background001.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 30px 0 80px;
  color: #fff;
  position: relative;
}
.diverse-talent .jp-container {
  position: relative;
  z-index: 60;
}
.diverse-talent .col2 {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.diverse-talent:before, .diverse-talent:after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 52;
  background: rgba(1, 101, 153, 0.3);
  opacity: 1;
}
.diverse-talent:after {
  left: initial;
  right: 0;
  background: rgba(1, 101, 153, 0.6);
}
.diverse-talent h2 {
  text-align: center;
}
.diverse-talent h3 {
  font-size: 50px;
  line-height: 55px;
  font-family: "Georgia", "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
}
.diverse-talent .spacer {
  height: 80px;
}

.checklist-wrapper .checklist-row:nth-child(odd) {
  background: #f3f3f3;
}

.checklist-row {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 5px;
  font-size: 13px;
}
.checklist-row input[type=text] {
  height: auto;
  margin-bottom: 0;
  padding: 5px 10px;
}
.checklist-row input[type=checkbox] {
  margin: 0 5px 0 0;
}
.checklist-row label {
  font-weight: 500;
  flex-grow: 1;
  margin-bottom: 0;
}
.checklist-row .action-btn {
  margin: 0 0 0 5px;
  color: #016599;
  text-decoration: none;
  min-width: 55px;
  text-align: center;
  border: none;
  cursor: pointer;
}
.checklist-row .action-btn.small {
  min-width: 35px;
}
.checklist-row .action-btn:hover {
  color: #f77f00;
}

.loading-full {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
}

.tag-box-container input,
.tag-box-container .tag-box {
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  font-size: 12px;
  margin-top: 5px;
  height: auto;
}
.tag-box-container .tag-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-right: 0;
  padding-bottom: 0;
}
.tag-box-container .tag-box.filter-tag {
  border: none;
  padding: 0;
  justify-content: flex-start;
}
.tag-box-container .tag-box .tag {
  padding: 5px;
  border-radius: 4px;
  color: #002234;
  margin: 0;
  cursor: default;
}
.tag-box-container .tag-box .tag .fa {
  padding: 0 3px;
  cursor: pointer;
}
.tag-box-container .input-wrapper {
  position: relative;
}
.tag-box-container .input-wrapper:before {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 16px;
  height: 16px;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #002234;
}
.tag-box-container .input-wrapper.search input[type=text] {
  padding-left: 25px;
}
.tag-box-container .input-wrapper.search:before {
  content: "\f002";
  margin-top: -6px;
}
.tag-box-container .input-wrapper.select select {
  padding-right: 25px;
}
.tag-box-container .input-wrapper.select:before {
  content: "\f078";
  right: 5px;
  left: auto;
}

.action-form {
  padding: 15px;
  border: 1px solid #efefef;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 1;
}
.action-form .jump_user_form {
  margin: 0 -10px;
}
.action-form .jump-message,
.action-form .input-container.submit {
  margin: 0 10px;
}
.action-form .jump-message {
  margin-bottom: 10px;
}
.action-form h3 {
  text-align: center;
  margin-bottom: 15px;
}
.action-form .input-container:not(.submit) {
  display: inline-block;
  font-size: 0;
  margin: 0 10px 10px 10px;
  vertical-align: top;
}
.action-form.half .input-container:not(.submit) {
  width: calc(50% - 24px);
}
.action-form.third .input-container:not(.submit) {
  width: calc(33.33% - 24px);
}
.action-form.third .input-container:not(.submit).two-third {
  width: calc(66.66% - 24px);
}

.social-area {
  display: flex;
  align-items: flex-start;
}
.social-area .title {
  text-align: right;
  padding-right: 10px;
  flex-grow: 1;
  line-height: 34px;
}
.social-area .social-networks {
  float: none;
  padding: 0;
  width: auto;
  flex-grow: 0;
  max-width: none;
}
.social-area .social-networks li a {
  color: #002234;
  background: #f77f00;
}
.social-area .social-networks li a:visited {
  color: #002234;
}
.social-area .social-networks li a:hover {
  background: #c46500;
}

.chip-container {
  position: relative;
}
.chip-container .chip {
  display: none;
  z-index: 10;
  position: absolute;
  background: white;
  padding: 5px 10px;
  border-radius: 12px;
  font-size: 12px;
  line-height: 14px;
  color: #323232;
}
.chip-container .chip.large {
  font-size: 15px;
  line-height: 20px;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .chip-container .chip {
    display: block;
  }
}

.bar {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  padding: 10px 5px;
}
.bar.orange {
  color: #fff;
  background: #f77f00;
}
.bar.orange a,
.bar.orange a:hover,
.bar.orange a:visited,
.bar.orange a:active {
  color: #fff;
}

.jump-multiselect.full-width {
  max-width: initial;
}
.jump-multiselect .vscomp-toggle-button {
  border-color: #b7b7b7;
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 7px;
}
.jump-multiselect.form-err .vscomp-toggle-button {
  border-color: #ff0000;
}

.small-gradient-bg {
  background-image: url("../images/home/middle-bg.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 50%;
}

.home-section-1 {
  margin-top: 120px;
}
.home-section-1 h2 {
  text-align: left;
}
.home-section-1 .info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 460px 460px;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  margin: 60px 0;
}
.home-section-1 .info-grid .info-card {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
  background-size: cover;
}
.home-section-1 .info-grid .info-card span {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  color: #fff;
}
.home-section-1 .info-grid .info-card.text-convo {
  justify-content: space-between;
  background-image: url("../images/home/text-convo-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  grid-row: 1/2;
  grid-column: 1/2;
}
.home-section-1 .info-grid .info-card.text-convo img {
  object-fit: contain;
  width: 80%;
}
.home-section-1 .info-grid .info-card.text-convo span {
  margin: 80px 10px 10px 10px;
}
.home-section-1 .info-grid .info-card.recruiter {
  background-image: url("../images/home/home003.jpg");
  justify-content: center;
  grid-row: 1/2;
  grid-column: 2/-1;
}
.home-section-1 .info-grid .info-card.recruiter span {
  margin: 10px;
  z-index: 999;
}
.home-section-1 .info-grid .info-card.recruiter::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.home-section-1 .info-grid .info-card.jobs {
  background-image: url("../images/home/home006.jpg");
  grid-row: 2/-1;
  grid-column: span 3;
  justify-content: space-around;
  position: relative;
}
.home-section-1 .info-grid .info-card.jobs .heading {
  margin: 40px 10px 10px 10px;
  z-index: 999;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  color: #fff;
}
.home-section-1 .info-grid .info-card.jobs .heading:hover {
  opacity: 0.6;
}
.home-section-1 .info-grid .info-card.jobs::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 999px) {
  .home-section-1 .info-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 300px 300px 300px;
  }
  .home-section-1 .info-grid .info-card {
    background-position: cover;
  }
  .home-section-1 .info-grid .info-card.text-convo {
    grid-column: 1;
    grid-row: 1;
  }
  .home-section-1 .info-grid .info-card.text-convo span {
    margin: 10px;
  }
  .home-section-1 .info-grid .info-card.recruiter {
    grid-column: 1;
    grid-row: 2;
  }
  .home-section-1 .info-grid .info-card.jobs {
    grid-column: 1;
    grid-row: 3;
  }
}
.home-section-1 .top-jobs {
  display: inline-flex;
  -webkit-animation: jobs-scroll 30s linear infinite;
  animation: jobs-scroll 30s linear infinite;
  align-self: flex-start;
}
.home-section-1 .top-jobs:hover {
  animation-play-state: paused;
}
.home-section-1 .top-jobs .top-job {
  width: 370px;
  height: 180px;
  background: #fff;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  box-shadow: 0px 45px 100px -32px rgba(0, 0, 0, 0.2);
  margin: 0 10px;
  transition: transform ease-in-out 0.5s;
}
.home-section-1 .top-jobs .top-job:hover {
  transform: scale(1.2);
  transition: transform ease-in-out 0.5s;
}
.home-section-1 .top-jobs .top-job .top-job-heading {
  display: flex;
  flex-direction: row;
}
.home-section-1 .top-jobs .top-job .top-job-heading img {
  height: 79px;
  width: 79px;
  object-fit: cover;
  border-radius: 3px;
}
.home-section-1 .top-jobs .top-job .top-job-heading .top-job-info {
  color: #ababab;
  font-size: 10px;
  margin-left: 10px;
  overflow: hidden;
  text-transform: capitalize;
}
.home-section-1 .top-jobs .top-job .top-job-heading .top-job-info h5 {
  color: #000;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-section-1 .top-jobs .top-job .top-job-description {
  font-size: 12px;
  color: #000;
}
@media (max-width: 999px) {
  .home-section-1 .top-jobs .top-job {
    width: 205px;
    height: 100px;
    justify-content: center;
  }
  .home-section-1 .top-jobs .top-job .top-job-heading img {
    width: 50px;
    height: 50px;
  }
  .home-section-1 .top-jobs .top-job .top-job-heading .top-job-info h5 {
    font-size: 14px;
    margin: 0;
  }
  .home-section-1 .top-jobs .top-job .top-job-heading .top-job-info p {
    margin: 0;
  }
  .home-section-1 .top-jobs .top-job .top-job-description {
    display: none;
  }
}

.home-section-2 {
  height: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.home-section-2 .services {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 40px;
}
.home-section-2 .services .service {
  height: 140px;
  background-color: #fff;
  padding: 10px 30px;
  opacity: 0.3;
  transition: all ease-in-out 0.5s;
  position: relative;
}
.home-section-2 .services .service h3 {
  font-weight: bold;
}
.home-section-2 .services .service img {
  width: 50%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.home-section-2 .services .service.active, .home-section-2 .services .service:hover {
  opacity: 1;
  cursor: pointer;
}
.home-section-2 .services .service.active::before, .home-section-2 .services .service:hover::before {
  position: absolute;
  width: 6px;
  border-radius: 6px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #f77f00;
  content: "";
}
@media (max-width: 999px) {
  .home-section-2 {
    flex-direction: column;
    margin-bottom: 75px;
  }
  .home-section-2 img {
    width: 100%;
    height: auto;
    margin-top: 40px;
    order: 2;
  }
}

@-webkit-keyframes jobs-scroll {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes jobs-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes typing {
  from {
    width: 0;
    overflow: hidden;
  }
  to {
    width: 100%;
  }
}
@keyframes typing {
  from {
    width: 0;
    overflow: hidden;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes show-underline {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show-underline {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes blinking-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #f77f00;
  }
}
@keyframes blinking-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #f77f00;
  }
}
.ads {
  text-align: center;
}
.ads .ad {
  margin-bottom: 20px;
}
.ads .ad img {
  border: 1px solid #6e6e6e;
  max-width: 100%;
}
.ads .ad:last-child {
  margin-bottom: 0;
}
@media (max-width: 999px) {
  .ads {
    display: none;
  }
}

.breadbutter-ui input:not([type=checkbox]) {
  height: inherit;
}

.top-right-shape {
  border-radius: 90% 0 90% 0;
  min-height: 3.7vw;
  min-width: 3.7vw;
}

.top-left-shape {
  border-radius: 0 90% 0 90%;
  min-height: 3.7vw;
  min-width: 3.7vw;
}

.top-right-shape-small {
  border-radius: 90% 0 90% 0;
  min-height: 2vw;
  min-width: 2vw;
}

.top-left-shape-small {
  border-radius: 0 90% 0 90%;
  min-height: 2vw;
  min-width: 2vw;
}

.shape-yellow {
  background-color: #FCBF49;
}

.shape-green {
  background-color: #38AF94;
}

.shape-white {
  background-color: white;
}

.shape-orange {
  background-color: #FF6C2F;
}

.shape-blue {
  background-color: #0066FF;
}

#footer {
  width: 100%;
}

.testimonials {
  margin-left: 10%;
  margin-top: 5%;
  flex-grow: 100;
  min-height: 45vh;
}
.testimonials .people {
  flex-grow: 1;
  width: 50%;
}
.testimonials .people .service {
  width: 100%;
  display: flex;
  margin: 10px;
  padding: 20px;
  border-radius: 25px;
}
.testimonials .service.active {
  visibility: visible;
}
.testimonials .service {
  visibility: hidden;
  position: absolute;
  width: 30%;
}
.testimonials .service p {
  font-size: 1.2em;
  padding-right: 20px;
}
.testimonials .service h3 {
  font-size: 1.5em;
  font-weight: bold;
}

.slide-animation {
  transition: all 0.2s ease-in-out;
}

.people .service {
  width: 100%;
  display: flex;
  margin: 10px;
  padding: 20px;
  border-radius: 25px;
  transition: display 0.2s ease-in-out;
}
.people .service div {
  text-align: left;
  transition: all 0.5s ease-in-out;
  text-shadow: 1px 1px rgba(0, 0, 0, 0);
  min-width: 250px;
}
.people .service .name {
  font-weight: bold;
  font-size: 1.6em;
}
.people .service .description {
  font-size: 1.4em;
}
.people .service .details {
  display: flex;
  flex-direction: column;
  margin-left: 5%;
  margin-top: 2%;
}
.people .service img {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 80px;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-in-out;
}
.people .service img.with-border {
  border: 5px solid #FFE7CE;
}
.people .service.active {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
  text-align: center;
}

span.checked {
  color: orange;
}

.intro.home-header .caption .visual.light, .intro.services-header .caption .visual.light, .intro.events-header .caption .visual.light {
  background-color: #0066FF !important;
}

.jump-reach .row .red-card {
  padding: 2%;
}
.jump-reach .row .red-card .text-container {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background-color: #FF6C2F;
  transition: all 0.2s ease-in-out;
  text-align: center;
  color: white;
  padding: 15% 15%;
  height: 100%;
  text-align: left;
}
.jump-reach .row .red-card .text-container h3 {
  font-size: 2.5em;
}

.white-card {
  padding: 2%;
}
.white-card .text-container {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  text-align: center;
  padding: 15% 15%;
  height: 100%;
  text-align: left;
  background-color: white;
}
.white-card .text-container h3 {
  font-size: 2.5em;
  text-align: left;
}

.outcome h3 {
  font-weight: bold;
}
.outcome i {
  color: #0066FF;
  font-size: 2.2em;
  margin-bottom: 5%;
}
.outcome .jp-container > div {
  margin-top: 0;
}
.outcome .jp-container > div.pipeline .text-container {
  padding: 8% 5%;
  background-color: #F6F6F6;
  border-radius: 18px;
  height: 100%;
}
.outcome .jp-container > div.pipeline .text-container p {
  color: #4F4F4F;
}
.outcome .jp-container > div.process {
  display: inline-block;
  flex-grow: 1;
  width: 25%;
  position: relative;
}
.outcome .jp-container > div.process .process-circle {
  display: flex;
  flex-direction: column;
  position: relative;
}
.outcome .jp-container > div.process .text-container {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  padding: 20%;
}
.outcome .jp-container > div.process .text-container .process-icon {
  padding: 13%;
  width: 100%;
  height: 100%;
  position: relative;
}
.outcome .jp-container > div.process .text-container .process-icon .icon-border {
  border-radius: 100%;
  background-color: #0066FF;
  padding: 20%;
}
.outcome .jp-container > div.process .text-container .process-icon .icon-border img {
  color: white;
  text-align: center;
  font-size: 7em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15%;
}
.outcome .jp-container > div.process .content-outcome {
  text-align: center;
  padding: 0 10%;
}

.intro.home-header, .intro.services-header {
  background-color: #0066FF;
}

.competition i {
  border-style: solid;
  color: white;
  font-size: 2em;
  padding: 10px;
  border-radius: 100%;
  margin-bottom: 5%;
  width: 60px;
  height: 60px;
  text-align: center;
  display: inline-block;
  line-height: 35px;
}
.competition p {
  width: 90%;
  color: white !important;
  margin: 0;
  line-height: 2em !important;
  font-size: 0.85em !important;
}
.competition p.jump-tittle {
  font-size: 1em !important;
  margin-top: 4%;
}
.competition .row div {
  margin-bottom: 10%;
}

.dinamic-width {
  width: calc(33% - 32px);
}

.dinamic-width-outcome {
  width: 28%;
}

@media screen and (max-width: 999px) {
  .dinamic-width-outcome {
    width: 95%;
    margin-bottom: 50px;
  }
  .dinamic-width-outcome br {
    display: none;
  }

  .dinamic-width {
    width: calc(49% - 32px);
  }

  .archive .mainTitle.bold {
    font-size: 3em !important;
  }

  .shapes {
    display: none !important;
  }

  .jp-container .caption.center, .jp-container .home-sections {
    max-width: 100% !important;
    width: 100% !important;
  }

  .mainTitle {
    font-size: 4em !important;
  }

  .competition {
    padding-right: 8%;
  }

  .competition, .competition p {
    width: 100% !important;
  }

  .home-section-2 {
    flex-direction: row;
  }
  .home-section-2 img {
    margin: 0;
    order: 0;
  }

  .people .service {
    padding: 20px 0 20px 0;
    font-size: 0.7em;
    width: auto !important;
    margin: 10px 0 10px 0;
  }
  .people .service div {
    min-width: 0px;
  }

  .testimonials {
    margin-left: 0;
  }
  .testimonials .service {
    width: auto;
  }

  .page-template-about-us .mainTitle {
    font-size: 2.5em !important;
  }
  .page-template-about-us a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .page-template-about-us .container {
    padding: 0 !important;
  }
  .page-template-about-us .foundation-success, .page-template-about-us .who-we-are, .page-template-about-us .search-for-jobs, .page-template-about-us .learn-more, .page-template-about-us .meet-the-team, .page-template-about-us .press-releases {
    margin-top: 80px !important;
  }
  .page-template-about-us .foundation-success .content-grid {
    padding: 0 6px !important;
  }
  .page-template-about-us .search-for-jobs .content-grid .item {
    margin: 0 !important;
  }
  .page-template-about-us .home-section-1 h3 {
    font-size: 2.5em !important;
    line-height: 1.5em !important;
  }
  .page-template-about-us .home-section-2 {
    flex-direction: column !important;
  }
  .page-template-about-us .learn-more .links a {
    margin: 5px !important;
  }

  .page-template-services .home-section-2 {
    flex-direction: column !important;
  }

  .home-section-1 h3 {
    line-height: 1em !important;
  }

  .home-section-2 {
    flex-direction: column !important;
  }
  .home-section-2 .testimonials {
    min-height: 250px !important;
  }

  #footer .footer-holder .social-networks {
    margin: auto;
  }
  #footer .footer-holder:nth-child(1) {
    width: 100%;
  }
  #footer .footer-holder:nth-child(5) {
    width: 100%;
  }

  .caption-holder br {
    display: none;
  }
}
@media (min-width: 768px) {
  .intro .caption .caption-holder {
    padding-top: 5%;
  }
}
.home-sections a i {
  font-size: 1.5em;
  position: absolute;
  margin-left: 10px;
}

.dummy_ratio_1 {
  margin-top: 100%;
}

.process-number {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #CCE0FF;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
}
.process-number p {
  margin: 0;
  font-size: 25px !important;
  font-weight: bold;
  color: #0066FF !important;
}

.process-text {
  text-align: center;
  color: #4F4F4F;
}

.remove-slide-element {
  display: none !important;
}

.show-slide-element {
  display: visible !important;
}

.move-slider {
  transform: translateY();
}

.choose {
  padding: 0 2% 20px 2% !important;
  position: relative;
  margin-bottom: 10%;
}
.choose a {
  text-align: left;
  bottom: 0;
  left: 0;
  width: 100%;
}

.btn-secondary {
  min-width: 0;
}

body.page-template {
  color: black;
}

.color-boxes p {
  line-height: 1em !important;
  font-size: 1em !important;
}

.slider .testimonials {
  margin-left: 0;
}
.slider .testimonials .service {
  width: 100%;
}
.slider .testimonials h3 {
  font-size: 2em !important;
}
.slider .testimonials .text-container {
  padding: 10% 15% !important;
}

.slider-selected {
  width: 8px;
  height: 20px;
  margin-bottom: 5px;
  border: 1px solid #828282;
  background-color: #FFF;
}

.slider-selected.active {
  background-color: #f77f00;
}

.email_form_partnership {
  position: absolute;
  width: 60%;
}
.email_form_partnership input {
  font-size: 16px !important;
  line-height: 20px !important;
  height: 54px !important;
  padding: 16px 10px !important;
  border: 1px solid #b7b7b7;
  border-radius: 4px !important;
  overflow: hidden !important;
}

.type_form_partnership {
  display: none;
}

.button_form_partnership {
  position: absolute;
  right: 8%;
  width: 30%;
}
.button_form_partnership button {
  height: 54px !important;
  font-weight: bold !important;
  padding: 0 !important;
  line-height: 54px !important;
  width: 100% !important;
  margin: 0 !important;
  background: #f77f00 !important;
  border-color: #f77f00 !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

.page-content .search-box {
  box-shadow: none !important;
}

.tribe-common-l-container.tribe-events-l-container.events-container {
  padding: 0;
}

.single-whitepaper .jump_user_form input, .single-whitepaper .jump_user_form select {
  border-radius: 10px;
  border-color: #D9D9D9 !important;
}

.page-template-services .service p {
  font-size: 1.2em !important;
  line-height: 1.5em !important;
}
.page-template-services .service h3 {
  font-size: 1.5em !important;
}

.tribe-events-series-relationship-single-marker {
  color: white;
}
.tribe-events-series-relationship-single-marker svg, .tribe-events-series-relationship-single-marker a {
  color: white !important;
}

.single-candidate-resource form input, .single-candidate-resource form select {
  border-radius: 10px !important;
  border-color: #D9D9D9 !important;
}

.features-section {
  margin-top: 50px !important;
  border-radius: 20px;
  color: #002461;
}
.features-section a {
  color: #002461;
  text-decoration: underline;
}
.features-section a:active, .features-section a:visited, .features-section a:hover {
  color: #002461;
}
.features-section .col3.with-border {
  border: 1px solid #b7b7b7;
  border-radius: 6px;
}
.features-section .col3.left-border {
  border-left: 1px solid #b7b7b7;
}
.features-section .col3.highlight {
  border-color: #0045F7;
}
@media (min-width: 768px) {
  .features-section .col3:not(.highlight) {
    margin-top: 32px;
  }
  .features-section .col3:last-child {
    width: 33.3%;
  }
}
@media (max-width: 767px) {
  .features-section .col3 {
    width: 100%;
    margin-right: 0;
  }
}
.features-section .info {
  padding: 20px;
}
.features-section .info .fixed-height {
  height: 26px;
}
.features-section .recommend {
  position: absolute;
  right: 0;
  top: 25px;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  background-color: #002461;
}
.features-section h2 {
  margin-bottom: 20px;
}
.features-section .feature-list {
  list-style-type: none;
  margin: 25px 0;
}
.features-section .feature-list li {
  display: grid;
  grid-template-columns: 30px auto;
  margin-bottom: 10px;
}
.features-section .feature-list li .far {
  color: #002461;
}
.features-section .feature-list li:last-child {
  margin-bottom: 0;
}
.features-section .feature-list li.disabled {
  color: #b7b7b7;
}
.features-section .expand-section {
  padding: 15px 0;
  text-align: center;
  color: #fff;
  background: #002461;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  cursor: pointer;
}
.features-section:not(.show-all) .feature-list li.extra {
  display: none;
}

.learn-more-icon {
  display: inline-block;
  background-color: #FE9B71;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  color: #fff;
  text-align: center;
}

.focus-section {
  padding-top: 10%;
  padding-bottom: 10%;
  text-align: center;
}
.focus-section.less-padding {
  padding-top: 5%;
  padding-bottom: 5%;
}
.focus-section.no-margin {
  margin: 0;
}

.banner-section {
  margin: 30px 0;
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #efefef;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .banner-section {
    margin: 30px 25px;
    height: 350px;
  }
}
.banner-section h1 {
  font-size: 35px;
  line-height: 39px;
  margin: 0;
}
.banner-section.content-left {
  background-position: center right;
  background-size: auto 100%;
}
.banner-section.content-left .jp-container {
  width: 100%;
}
.banner-section.content-right {
  background-size: auto 100%;
  background-position: center left;
}
.banner-section.content-right .jp-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#footer {
  font-size: 13px;
  line-height: 19px;
  position: relative;
  z-index: 0;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 45px 0 40px;
}
@media (min-width: 1000px) {
  #footer {
    font-size: 15px;
    line-height: 21px;
  }
}
#footer.new-footer h3 {
  font-weight: bold;
}
#footer.new-footer:before {
  background-color: #002461;
}
#footer.new-footer .social-area .social-networks li a {
  background: linear-gradient(to right, #f77f00, #0045F7);
}
#footer.new-footer .social-area .social-networks li a .fa {
  color: #fff !important;
}
#footer.new-footer #mc_embed_signup input[type=email] {
  border: double 1px transparent;
  border-radius: 10px 0 0 10px;
  border-right: none;
  background-image: linear-gradient(white, white), linear-gradient(to right, #f77f00, #0045F7);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
#footer.new-footer #mc_embed_signup input[type=submit] {
  background: linear-gradient(to right, #f77f00, #0045F7);
  border-radius: 0 10px 10px 0;
}
#footer:before {
  position: absolute;
  left: -9999px;
  top: 0;
  right: -9999px;
  bottom: 0;
  background: #002234;
  content: "";
  z-index: -1;
  display: block;
}
#footer .logo {
  height: 45px;
  margin-bottom: 15px;
  width: auto;
}
@media (min-width: 1000px) {
  #footer .logo {
    height: 55px;
  }
}
#footer .footer-holder {
  flex-grow: 1;
  padding: 0 5px;
  width: 50%;
  margin-top: 15px;
}
@media (min-width: 768px) {
  #footer .footer-holder {
    width: 16.66%;
  }
  #footer .footer-holder.double {
    width: 33.33%;
  }
}
#footer p {
  color: #ffffff !important;
  font-size: 13px;
}
#footer h3 {
  font-size: 16px;
  margin: 0 0 10px;
  color: #ffffff;
}
@media (min-width: 1000px) {
  #footer h3 {
    font-size: 18px;
  }
}
#footer h3.upper {
  text-transform: uppercase !important;
}
#footer hr {
  border-top-color: #6a6e71;
}
#footer span {
  color: #ffffff !important;
}
#footer .nav-footer ul {
  letter-spacing: -0.32em;
}
@media (min-width: 768px) {
  #footer .nav-footer ul {
    margin: 0 -10px;
  }
}
@media (min-width: 1000px) {
  #footer .nav-footer ul {
    margin: 0 -15px;
  }
}
#footer .nav-footer ul li {
  display: block;
  padding: 4px 0;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  #footer .nav-footer ul li {
    padding: 3px 10px;
  }
}
@media (min-width: 1000px) {
  #footer .nav-footer ul li {
    padding: 3px 15px;
  }
}
#footer .nav-footer ul li a {
  font-weight: 500;
  text-transform: capitalize;
  color: #ffffff;
}
#footer .nav-footer ul li a:hover, #footer .nav-footer ul li a:focus {
  color: #f77f00;
}
.mini #footer {
  padding: 15px 0;
}
.mini #footer:before {
  background-color: #efefef;
}
.mini #footer .footer-holder,
.mini #footer p {
  color: #323232 !important;
  margin: 0;
}

.jumpModal__layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background: rgba(255, 255, 255, 0.6);
}
.jumpModal__layer.dark {
  background: rgba(0, 0, 0, 0.6);
}
.jumpModal__modal {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  font-size: 14px;
  color: #002234;
}
.jumpModal__modal .modal-jump-header {
  padding: 10px;
  border-bottom: 1px solid #efefef;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  line-height: 30px;
  height: 50px;
}
.jumpModal__modal .modal-jump-close {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 40px;
  width: 30px;
  padding: 5px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
.jumpModal__modal .modal-jump-content {
  padding: 10px;
  max-height: calc(100vh - 117px);
  overflow-y: auto;
}
.jumpModal__modal .modal-jump-footer {
  padding: 5px 10px 10px;
  text-align: right;
  line-height: 25px;
  height: 40px;
}
.jumpModal__modal.alternate {
  width: 800px;
  border-radius: 0;
  box-shadow: 1px 0px 25px rgba(0, 0, 0, 0.15);
}
.jumpModal__modal.alternate .modal-jump-header {
  padding: 20px 10px 10px;
  height: 50px;
  border-bottom: none;
}
.jumpModal__modal.alternate .modal-jump-close {
  top: 15px;
}
.jumpModal__modal.panel {
  width: 500px;
  top: 0;
  left: 0;
  height: 100vh;
  border-radius: 0;
  transform: none;
}
.jumpModal__modal.panel.right {
  left: initial;
  right: 0;
}
.jumpModal__modal.panel .modal-jump-header {
  border-bottom: none;
  height: 70px;
}
.jumpModal__modal.panel .modal-jump-content {
  max-height: calc(100vh - 70px);
}
.jumpModal__modal p {
  margin-bottom: 0;
  color: #323232;
}
.jumpModal__modal h4 {
  margin: 0;
  font-weight: 700;
  font-size: 15px;
}
.jumpModal__modal button {
  margin: 0 10px 0 0;
  min-width: auto;
  padding: 5px 10px;
  text-transform: none;
  border: none;
  font-size: 14px;
}
.jumpModal__modal button:last-child {
  margin-right: 0;
}
.jumpModal__modal label {
  display: block;
}
.jumpModal__modal input[type=text],
.jumpModal__modal textarea,
.jumpModal__modal select,
.jumpModal__modal .event_photo {
  padding: 5px;
  font-size: 14px;
  border-radius: 4px;
  line-height: 35px;
  width: 100%;
  border: 1px solid #002234;
  -webkit-appearance: none;
  color: #323232;
}
.jumpModal__modal input[type=text]:focus,
.jumpModal__modal textarea:focus,
.jumpModal__modal select:focus,
.jumpModal__modal .event_photo:focus {
  border-color: #f77f00;
}
.jumpModal__modal input[type=text]::-webkit-input-placeholder,
.jumpModal__modal textarea::-webkit-input-placeholder,
.jumpModal__modal select::-webkit-input-placeholder,
.jumpModal__modal .event_photo::-webkit-input-placeholder {
  color: #6e6e6e;
}
.jumpModal__modal input[type=text]::-moz-placeholder,
.jumpModal__modal textarea::-moz-placeholder,
.jumpModal__modal select::-moz-placeholder,
.jumpModal__modal .event_photo::-moz-placeholder {
  opacity: 1;
  color: #6e6e6e;
}
.jumpModal__modal input[type=text]:-moz-placeholder,
.jumpModal__modal textarea:-moz-placeholder,
.jumpModal__modal select:-moz-placeholder,
.jumpModal__modal .event_photo:-moz-placeholder {
  color: #6e6e6e;
}
.jumpModal__modal input[type=text]:-ms-input-placeholder,
.jumpModal__modal textarea:-ms-input-placeholder,
.jumpModal__modal select:-ms-input-placeholder,
.jumpModal__modal .event_photo:-ms-input-placeholder {
  color: #6e6e6e;
}
.jumpModal__modal input[type=text].placeholder,
.jumpModal__modal textarea.placeholder,
.jumpModal__modal select.placeholder,
.jumpModal__modal .event_photo.placeholder {
  color: #6e6e6e;
}
.jumpModal__modal input[type=text].form-err,
.jumpModal__modal textarea.form-err,
.jumpModal__modal select.form-err,
.jumpModal__modal .event_photo.form-err {
  border-color: #ff0000;
}
.jumpModal__modal input[type=text][disabled=disabled],
.jumpModal__modal textarea[disabled=disabled],
.jumpModal__modal select[disabled=disabled],
.jumpModal__modal .event_photo[disabled=disabled] {
  color: #f3f3f3;
  border-color: #f3f3f3;
  cursor: default;
}
.jumpModal__modal .jump-multiselect {
  height: 47px;
}
.jumpModal__modal .jump-multiselect .vscomp-toggle-button {
  border-color: #002234;
}
.jumpModal__modal .jump-multiselect .vscomp-wrapper {
  height: 100%;
}
.jumpModal__modal .jump-multiselect .vscomp-wrapper.focused .vscomp-toggle-button {
  border-color: #f77f00;
}
.jumpModal__modal .full-width {
  width: 100% !important;
  margin-bottom: 8px !important;
}
.jumpModal__modal .half-width {
  display: inline-block;
  width: calc(50% - 10px) !important;
  margin-right: 10px !important;
  margin-bottom: 8px !important;
}
.jumpModal__modal .half-width.last {
  width: 50% !important;
  margin-right: 0 !important;
}
.jumpModal__modal .half-width.last-row {
  margin-bottom: 0 !important;
}
.jumpModal__modal input[type=text] {
  height: auto;
  margin-bottom: 0;
}
.jumpModal__modal .ui-autocomplete-input {
  margin-bottom: 8px !important;
}
.jumpModal__modal textarea {
  min-height: 100px;
  resize: vertical;
  height: auto;
}
.jumpModal__modal .item-row {
  margin-bottom: 10px;
}
.jumpModal__modal .item-row:last-child {
  margin-bottom: 0;
}
.jumpModal__modal .item-row .modal-label {
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jumpModal__modal .item-row .modal-label a {
  color: #016599;
  font-weight: 400;
  font-size: 12px;
}
.jumpModal__modal .item-row .modal-label a:hover {
  color: #f77f00;
}
.jumpModal__modal .item-row .modal-label span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.jumpModal__modal .item-row .modal-label span:first-child {
  padding-left: 0;
}
.jumpModal__modal .item-row .modal-label.heading {
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}
.jumpModal__modal .item-row .modal-label.paragraph {
  font-size: 14px;
  font-weight: normal;
}
.jumpModal__modal .item-row.inline {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 0;
  padding: 5px 0;
}
.jumpModal__modal .item-row.inline input[type=checkbox] {
  margin: 0 5px 0 0;
}
.jumpModal__modal .item-row.inline label {
  font-weight: 500;
  flex-grow: 1;
  margin-bottom: 0;
}
.jumpModal__modal .item-row.inline .action-btn {
  margin: 0 0 0 5px;
  color: #016599;
  text-decoration: none;
  min-width: 65px;
  text-align: center;
}
.jumpModal__modal .item-row.form {
  align-items: flex-start;
  padding: 8px 0;
}
.jumpModal__modal .item-row.form .modal-label {
  flex-grow: 0;
  width: 110px;
  font-weight: 700;
  padding-right: 5px;
  padding-top: 3px;
  margin-bottom: 0;
}
.jumpModal__modal .item-row.form .modal-input {
  flex-grow: 1;
  padding-left: 5px;
  width: calc(100% - 110px);
}
.jumpModal__modal .item-row.form div:first-child {
  padding-left: 0;
}
.jumpModal__modal input[type=button],
.jumpModal__modal input[type=submit] {
  text-transform: uppercase;
  color: #016599;
  background: transparent;
  border: none;
  margin-right: 10px;
}
.jumpModal__modal input[type=button]:hover,
.jumpModal__modal input[type=submit]:hover {
  color: #f77f00;
}
.jumpModal__modal input[type=button]:last-child,
.jumpModal__modal input[type=submit]:last-child {
  margin-right: 0;
}
.jumpModal__modal .event_photo {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efefef;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.jumpModal__modal .event_photo .fa-camera {
  padding-left: 10px;
}
.jumpModal__modal #loading {
  display: none;
  width: 18px;
  vertical-align: middle;
}
.jumpModal__modal .msg-box {
  display: none;
  margin-bottom: 10px;
  border: 1px solid;
  padding: 10px;
  border-radius: 4px;
}
.jumpModal__modal .msg-box.success {
  display: block;
  border-color: #38af94;
  color: #38af94;
}
.jumpModal__modal .msg-box.error {
  display: block;
  border-color: #ff0000;
  color: #ff0000;
}
.jumpModal__modal .item-hidden {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.jumpModal__modal .upload {
  display: flex;
  align-items: center;
}
.jumpModal__modal .upload .btn-default {
  font-size: 14px;
  line-height: 18px;
  text-transform: none;
  padding: 5px;
}
.jumpModal__modal .upload .upload-label {
  flex-grow: 1;
  margin: 0 10px 0 0;
  text-align: left;
  border-color: #b7b7b7;
  color: #6e6e6e;
}
.jumpModal__modal .upload button {
  margin: 0;
  flex-grow: 0;
  white-space: nowrap;
  color: #016599;
  border: 1px solid #016599;
}
.jumpModal__modal .upload button[disabled] {
  color: #6e6e6e;
  border-color: #6e6e6e;
}
.jumpModal__modal .location_select label {
  display: none;
}

.jump-tooltip {
  position: relative;
}
.jump-tooltip .text {
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s;
  width: 120px;
  background-color: #fff;
  color: #323232;
  text-align: center;
  padding: 5px 0;
  border-radius: 3px;
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.14);
  word-break: break-word;
}
.jump-tooltip .text::before {
  content: " ";
  position: absolute;
  border-width: 7px;
  border-style: solid;
}
.jump-tooltip .text::after {
  content: " ";
  position: absolute;
  border-width: 5px;
  border-style: solid;
}
.jump-tooltip.top .text {
  width: 120px;
  bottom: calc(100% + 5px);
  left: 50%;
  margin-left: calc((120px / 2) * -1);
}
.jump-tooltip.top .text::before, .jump-tooltip.top .text::after {
  margin-left: -5px;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  border-color: #fff transparent transparent transparent;
}
.jump-tooltip.top .text::before {
  margin-left: -7px;
  border-color: rgba(0, 0, 0, 0.14) transparent transparent transparent;
}
.jump-tooltip.bottom .text {
  width: 120px;
  top: calc(100% + 5px);
  left: 50%;
  margin-left: calc((120px / 2) * -1);
}
.jump-tooltip.bottom .text::before, .jump-tooltip.bottom .text::after {
  margin-left: -5px;
  bottom: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  border-color: transparent transparent #fff transparent;
}
.jump-tooltip.bottom .text::before {
  margin-left: calc((5px + 2) * -1);
  border-color: transparent transparent rgba(0, 0, 0, 0.14) transparent;
}
.jump-tooltip.left .text {
  top: -5px;
  right: calc(100% + 5px);
}
.jump-tooltip.left .text::before, .jump-tooltip.left .text::after {
  margin-top: -5px;
  top: 50%;
  left: 100%;
  /* To the right of the tooltip */
  border-color: transparent transparent transparent #fff;
}
.jump-tooltip.left .text::before {
  margin-top: calc((5px + 2) * -1);
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.14);
}
.jump-tooltip.right .text {
  top: -5px;
  left: calc(100% + 5px);
}
.jump-tooltip.right .text::before, .jump-tooltip.right .text::after {
  margin-top: -5px;
  top: 50%;
  right: 100%;
  /* To the left of the tooltip */
  border-color: transparent #fff transparent transparent;
}
.jump-tooltip.right .text::before {
  margin-top: calc((5px + 2) * -1);
  border-color: transparent rgba(0, 0, 0, 0.14) transparent transparent;
}
.jump-tooltip:hover .text {
  visibility: visible;
  opacity: 1;
}

.icon {
  display: block;
  color: #fff;
  position: relative;
  padding: 5px 3px;
  cursor: pointer;
  height: 25px;
}
.icon:visited, .icon:active {
  color: #fff !important;
}
.icon:hover {
  color: #f77f00 !important;
}
.icon .fa {
  font-size: 22px;
  line-height: 25px;
}
.icon .count {
  position: absolute;
  line-height: 20px;
  min-width: 20px;
  top: -7px;
  right: -7px;
  background: #016599;
  border: 1px solid #fff;
  border-radius: calc(20px / 2);
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 0 4px;
}

.notification-container {
  position: relative;
  text-transform: none;
  font-size: 13px;
}
.notification-container.in-dropdown {
  margin: 0;
}
.notification-container.in-modal {
  margin: 0;
}
.notification-container.in-modal .notification-item:last-child {
  border-bottom: none;
}
@media (max-width: 999px) {
  .notification-container.menu {
    margin: 0;
  }
  .notification-container.menu .icon {
    padding: 0;
  }
  .notification-container.menu .icon:before {
    content: "Notifications";
    text-transform: uppercase;
  }
  .notification-container.menu .icon .fa {
    display: none;
  }
  .notification-container.menu .icon .count {
    position: static;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 5px;
  }
}
.notification-container .notification-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}
.notification-container .notification-header > * {
  white-space: nowrap;
}
.notification-container .notification-footer {
  text-align: center;
  padding-top: 10px;
}
.notification-container .notification-item {
  position: relative;
  padding: 10px;
  padding-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.notification-container .notification-item.viewed .notification-read {
  display: none;
}
.notification-container .notification-item.viewed .notification-text,
.notification-container .notification-item.viewed .profile-picture {
  opacity: 0.6;
}
.notification-container .notification-item.no-items {
  padding: 10px 0;
}
.notification-container .notification-link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: inherit !important;
}
.notification-container .notification-read {
  position: absolute;
  top: 10px;
  right: 0;
  color: #6e6e6e;
  cursor: pointer;
  width: 12px;
  height: 12px;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}
.notification-container .notification-image {
  padding-right: 5px;
}
.notification-container .notification-image .profile-picture {
  width: 40px;
  height: 40px;
}
.notification-container .notification-text {
  padding-left: 5px;
  flex-grow: 1;
}
.notification-container .notification-time {
  color: #6e6e6e;
  font-size: 11px;
}
.notification-container .see-more {
  padding: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  text-align: center;
}
.notification-pref-list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  width: 100%;
}
.notification-pref-list li h5 {
  font-size: 15px;
  margin-bottom: 0;
  color: #016599;
}
.notification-pref-list li:last-child {
  border-bottom: none;
}
.notification-pref-checkbox {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-self: center;
  font-size: 20px;
}
.notification-pref-checkbox > span:hover {
  cursor: pointer;
  color: #f77f00;
}
.notification-pref-contents {
  width: calc(100% - 40px);
  font-size: 13px;
}

.main-cs-loader .main-thecube {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.default-header {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .default-header {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1000px) {
  .default-header {
    padding-top: 130px;
    padding-bottom: 40px;
  }
}
.default-header .caption {
  min-height: 160px;
  width: 100%;
}
@media (min-width: 768px) {
  .default-header .caption {
    min-height: 100px;
  }
}
.default-header.hasImage .visual:after {
  opacity: 0.5;
}
.default-header.hasImage .visual:before {
  box-shadow: none;
}

.candidate-listing-page [class*=col-lg],
.candidate-listing-page [class*=col-md],
.candidate-listing-page [class*=col-sm] {
  float: left;
  display: block;
}
.candidate-listing-page .candidate-list {
  margin-left: 0;
}
.candidate-listing-page .candidate-list .listing {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 15px;
  border: 1px solid #f3f3f3;
  margin-bottom: 15px;
  width: 100%;
}
.candidate-listing-page .candidate-list .listing:last-child {
  margin-bottom: 0;
}
.candidate-listing-page .candidate-list .listing-details {
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  color: #323232;
  width: calc(100% - 110px);
}
.candidate-listing-page .candidate-list .listing-details a {
  color: #323232;
}
.candidate-listing-page .candidate-list .listing-details h5 {
  font-size: 17px;
  line-height: 19px !important;
  margin-bottom: 5px;
  word-break: break-word;
}
.candidate-listing-page .candidate-list .listing-details h5 a {
  color: #016599;
}
.candidate-listing-page .candidate-list .listing-details .cs-media {
  width: 105px;
  padding-right: 15px;
}
@media (max-width: 480px) {
  .candidate-listing-page .candidate-list .listing-details .cs-media {
    width: 60px;
    padding-right: 10px;
  }
}
.candidate-listing-page .candidate-list .listing-details .cs-text {
  width: calc(100% - 105px);
}
@media (max-width: 480px) {
  .candidate-listing-page .candidate-list .listing-details .cs-text {
    width: calc(100% - 60px);
  }
}
.candidate-listing-page .candidate-list .listing-details .img-wrapper {
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 480px) {
  .candidate-listing-page .candidate-list .listing-details .img-wrapper {
    width: 50px;
    height: 50px;
  }
}
.candidate-listing-page .candidate-list .listing-actions {
  flex-grow: 0;
  white-space: nowrap;
  width: 110px;
  text-align: right;
}
.candidate-listing-page .candidate-list .listing-actions .add_list_icon {
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 16px;
  color: #016599;
}
.candidate-listing-page .candidate-list .listing-actions .add_list_icon:hover {
  background: #002234;
  color: #fff;
}
.candidate-listing-page .cs-location {
  color: #6e6e6e;
}
.candidate-listing-page .filter-box {
  border: 1px solid #f3f3f3;
  margin-bottom: 15px;
}
.candidate-listing-page .filter-box form {
  max-height: 310px;
  overflow-y: auto;
}
.candidate-listing-page .filter-box .searchbox-heading {
  padding-bottom: 8px;
}
.candidate-listing-page .filter-box ul {
  padding-top: 0;
}
.candidate-listing-page .candidate-search {
  margin-bottom: 30px;
  position: relative;
}
.candidate-listing-page .candidate-search .action-bar {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
  height: 44px;
}
.candidate-listing-page .candidate-search .action-bar h3 {
  font-weight: 400;
  flex-grow: 1;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}
.candidate-listing-page .candidate-search .action-bar .reset {
  color: #323232;
  white-space: nowrap;
}
.candidate-listing-page .candidate-search .search-area {
  display: flex;
  align-items: center;
}
.candidate-listing-page .candidate-search .search-area .search-field-box {
  flex-grow: 1;
  padding-right: 10px;
}
.candidate-listing-page .candidate-search .search-area .search-button-box {
  flex-grow: 0;
  width: 120px;
  white-space: nowrap;
}
.candidate-listing-page .candidate-search .search-area input[type=text] {
  padding: 5px;
  border: 1px solid #f3f3f3;
  height: 44px;
  font-size: 14px;
  color: #323232;
  border-radius: 2px;
}
.candidate-listing-page .candidate-search .search-area input[type=text].cs_search_location_field {
  padding-right: 44px;
}
.candidate-listing-page .candidate-search .search-area input[type=submit] {
  background: #016599;
  color: #fff;
}
.candidate-listing-page .candidate-search .search-area input[type=submit]:hover, .candidate-listing-page .candidate-search .search-area input[type=submit]:focus {
  background: #002234;
  color: #fff;
}
.candidate-listing-page .candidate-search .select-location a.location-btn {
  right: 1px;
}
@media (max-width: 480px) {
  .candidate-listing-page aside,
.candidate-listing-page .candidate-search {
    display: none !important;
  }
}

.employer-profile .info-container {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  justify-content: flex-start;
  margin: 0 -10px;
}
.employer-profile .info-container > * {
  padding: 10px;
  margin: 10px;
  min-height: 300px;
  position: relative;
}
.employer-profile .edit {
  font-size: 18px;
  color: #016599;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.employer-profile .edit:hover {
  color: #f77f00;
}
.employer-profile .text-container {
  width: calc(58% - 20px);
  border: 1px solid #016599;
  flex-grow: 1;
  min-height: auto;
}
.employer-profile .text-container > .inner-content {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.employer-profile .text-container.small:not(.no-box-1) {
  width: calc(42% - 20px);
}
.employer-profile .text-container.small:not(.no-box-1) > .inner-content {
  max-height: 250px;
}
.employer-profile .text-container p {
  font-size: 16px !important;
  line-height: 20px !important;
  margin: 0 0 10px;
}
.employer-profile .text-container p:last-child {
  margin-bottom: 0;
}
.employer-profile .img-container {
  width: calc(42% - 20px);
  border: 1px solid #016599;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.employer-profile .img-container .item {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.employer-profile .video-container {
  flex-grow: 1;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 1px solid #016599;
}
.employer-profile .video-container a:not(.edit) {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  color: #fff !important;
  font-size: 25px;
  line-height: 30px;
  padding: 0 10%;
  text-align: center;
}
.employer-profile .video-container a:not(.edit):hover {
  color: #f77f00 !important;
}
.employer-profile .video-container a:not(.edit) .fa {
  display: block;
  margin-bottom: 5px;
  font-size: 50px;
}
.employer-profile .video-container a:not(.edit) div {
  max-width: 250px;
}
.employer-profile .video-container .edit {
  color: #fff;
}
.employer-profile .video-container .edit:hover {
  color: #f77f00;
}
@media (max-width: 480px) {
  .employer-profile .profile-section .right a {
    width: 100%;
  }
  .employer-profile .text-container,
.employer-profile .text-container.small,
.employer-profile .img-container {
    width: 100%;
    min-height: auto;
  }
  .employer-profile .text-container .inner-content,
.employer-profile .text-container.small .inner-content,
.employer-profile .img-container .inner-content {
    max-height: none;
  }
  .employer-profile .video-container {
    width: 100%;
  }
}
.employer-profile h3 {
  font-size: 22px;
  text-transform: uppercase !important;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 10px;
}
.employer-profile .has-content h3 {
  padding-right: 20px;
}
.employer-profile .has-content .edit {
  position: absolute;
  top: 5px;
  right: 10px;
  display: block;
  width: auto;
  height: auto;
  z-index: 10;
}
.employer-profile .profile-create-area {
  display: block;
  box-shadow: none;
  margin: 15px auto;
  padding: 0;
  width: 100%;
  max-width: 800px;
}

.candidate-profile #main {
  display: flex;
  align-items: flex-start;
  padding-top: 0;
  margin-top: -200px;
}
.candidate-profile .intro {
  padding: 30px 0 10px;
}
.candidate-profile .intro .caption {
  min-height: 140px;
  position: static;
}
@media (min-width: 769px) {
  .candidate-profile .intro {
    padding: 60px 0 25px;
  }
  .candidate-profile .intro .caption {
    min-height: 120px;
  }
}
.candidate-profile .banner {
  width: 100%;
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.candidate-profile .edit {
  font-size: 18px;
}
.candidate-profile .profile-cta {
  margin-right: 10px;
  font-size: 12px;
  line-height: 18px;
  vertical-align: text-bottom;
}
.candidate-profile .heading-section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 5px;
  color: #6e6e6e;
  font-size: 13px;
}
.candidate-profile .heading-section h2,
.candidate-profile .heading-section h3,
.candidate-profile .heading-section h4 {
  font-size: 17px;
  color: #323232;
  margin: 0;
  font-weight: 700;
}
.candidate-profile .heading-section h3 {
  font-size: 15px;
}
.candidate-profile .heading-section h4 {
  font-size: 15px;
}
.candidate-profile .heading-section .subtitle {
  font-weight: bold;
}
.candidate-profile .heading-section .action {
  font-size: 13px;
  line-height: 30px;
}
.candidate-profile .heading-section .action .plus {
  font-size: 25px;
  vertical-align: sub;
  line-height: 30px;
}
.candidate-profile .profile-main {
  width: 100%;
}
@media (min-width: 769px) {
  .candidate-profile .profile-main {
    width: calc(100% - 320px);
    padding-right: 20px;
  }
}
.candidate-profile .profile-section {
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.34);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  background: #fff;
}
.candidate-profile .profile-section:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .candidate-profile .profile-section {
    padding: 20px calc(20px * 2);
    margin-bottom: 20px;
  }
}
.candidate-profile .profile-section.minimal {
  padding: calc(20px / 2);
}
.candidate-profile .profile-section .spacer {
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  padding-top: 10px;
  margin-top: 10px;
}
.candidate-profile .profile-details {
  display: flex;
  align-items: flex-start;
}
.candidate-profile .profile-details h1 {
  font-size: 22px;
  line-height: 25px;
  margin: 0;
  color: #323232;
}
.candidate-profile .profile-details .img-container {
  width: 155px;
}
.candidate-profile .profile-details .info {
  width: calc(100% - 290px);
  font-size: 15px;
  color: #6e6e6e;
  padding: 0 10px 0 20px;
  align-self: center;
}
.candidate-profile .profile-details .info .link {
  text-decoration: underline;
  color: #6e6e6e;
}
.candidate-profile .profile-details .info .link:visited {
  color: #6e6e6e;
}
.candidate-profile .profile-details .info .link:hover {
  color: #f77f00;
}
.candidate-profile .profile-details .actions {
  width: 135px;
  text-align: right;
}
.candidate-profile .profile-details .actions .btn {
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}
.candidate-profile .profile-details .actions .notes-count {
  font-size: 12px;
  line-height: 14px;
  color: #f77f00;
}
.candidate-profile .profile-details.no-actions .info {
  width: calc(100% - 155px);
  padding-right: 0;
}
@media (max-width: 480px) {
  .candidate-profile .profile-details {
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    padding: 0 0 10px 0;
    margin-bottom: 10px;
  }
  .candidate-profile .profile-details .img-container {
    width: 100%;
  }
  .candidate-profile .profile-details .img-container .profile-picture {
    width: 50%;
    padding-top: 50%;
    margin: -30% auto 10px;
  }
  .candidate-profile .profile-details .info {
    width: calc(100% - 135px);
    padding-left: 0;
  }
  .candidate-profile .profile-details.no-actions .info {
    width: 100%;
  }
}
.candidate-profile .profile-content {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
}
.candidate-profile .profile-content.empty-section {
  margin-top: 0;
  color: #323232;
}
.candidate-profile .profile-sidebar {
  width: 320px;
  padding: 0;
}
@media (max-width: 768px) {
  .candidate-profile .profile-sidebar {
    display: none;
  }
}
.candidate-profile .profile-sidebar > * {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.34) !important;
  border-radius: 4px !important;
  margin-bottom: 10px;
}
.candidate-profile .profile-sidebar > * h4 {
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  margin: 0;
}
.candidate-profile .profile-data {
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  padding: 0 0 10px 0;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .candidate-profile .profile-data {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
  }
}
.candidate-profile .profile-data:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.candidate-profile .items-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.candidate-profile .items-list .item {
  padding-right: 5px;
}
.candidate-profile .items-list .item:last-child {
  padding-right: 0;
}
.candidate-profile .recruiting-tools .tabs {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 0 0;
}
.candidate-profile .recruiting-tools .tabs .tab {
  font-size: 12px;
  text-align: center;
  color: #323232;
}
.candidate-profile .recruiting-tools .tabs .tab:hover {
  color: #38af94;
}
.candidate-profile .recruiting-tools .tabs .tab.active {
  color: #38af94;
}
.candidate-profile .recruiting-tools .info {
  position: relative;
  margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  padding: 10px 0 0;
}
.candidate-profile .recruiting-tools .info.loading {
  text-align: center;
}
.candidate-profile .recruiting-tools .info h5 {
  font-size: 13px;
  margin: 0 0 5px;
  font-weight: 700;
}
.candidate-profile .recruiting-tools .info .checklist-wrapper {
  max-height: 300px;
  overflow: auto;
}

.user-profile .social-networks {
  float: none;
  text-align: left;
  padding: 0;
  max-width: initial;
}
.user-profile.no-sidebar .profile-main {
  width: 100%;
  padding-right: 0;
}
.user-profile.no-sidebar .profile-sidebar {
  display: none;
}
.user-profile .main-dashboard {
  display: block !important;
}

.profile-picture {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14);
  border: 3px solid #fff;
  background-size: cover;
  background-position: center center;
}
.profile-picture.small {
  width: 30px;
  height: 30px;
}
.profile-picture.sm-md {
  width: 45px;
  height: 45px;
}
.profile-picture.medium {
  width: 60px;
  height: 60px;
}
.profile-picture.large {
  width: 90px;
  height: 90px;
  padding: 0;
  margin: 0;
}
.profile-picture.no-border {
  border: none;
}
.profile-picture.float {
  width: 100%;
  padding-top: 100%;
  margin-top: -50%;
  height: auto;
}
.profile-picture.no-border {
  border: none;
  box-shadow: none;
}
.profile-picture .edit-picture {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.profile-picture .edit-picture .fa {
  font-size: 30px;
}

body.register a,
body.login a {
  color: #002234 !important;
}

.login-container {
  display: flex;
  align-items: center;
}

.login-area {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: 100vh;
  overflow: hidden;
  color: #002234;
}
@media (max-width: 767px) {
  .login-area {
    height: auto;
  }
}
.login-area .left-image {
  width: 45%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.register .login-area .left-image {
  background-position: center center;
}
.login-area .left-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.login-area .left-image.no-shadow:before {
  display: none;
}
@media (max-width: 767px) {
  .login-area .left-image {
    display: none;
  }
}
.login-area .form-area {
  width: 55%;
  padding: 100px 20px 50px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .login-area .form-area {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.login-area .form-area > * {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.login-area .form-area.wide > * {
  max-width: 700px;
}
.login-area .form-area.step-login.step1-show .step2, .login-area .form-area.step-login.step1-show .step3 {
  display: none;
}
.login-area .form-area.step-login.step2-show .step1, .login-area .form-area.step-login.step2-show .step3 {
  display: none;
}
.login-area .form-area.step-login.step3-show .step1, .login-area .form-area.step-login.step3-show .step2 {
  display: none;
}
.login-area.center {
  width: 700px;
  max-width: 95%;
  justify-content: center;
}
@media (min-width: 481px) {
  .login-area.reset-form {
    width: 40%;
  }
}
.login-area.reset-form .jump_user_form {
  width: 100%;
}
.login-area.reset-form .split-section,
.login-area.reset-form .btn-primary {
  margin-bottom: 0;
  min-width: auto;
}
.login-area.choose {
  text-align: center;
}
.login-area.choose > div {
  display: block;
  width: 100%;
}
.login-area .align-right {
  text-align: right;
}
.login-area .align-left {
  text-align: left;
}
.login-area .btn-default {
  font-size: 13px;
  line-height: 18px;
  padding: 7px 7px;
  min-width: 88px;
  margin: 4px 8px;
  color: #016599;
  border-color: #016599;
}
.login-area .btn-default:visited {
  color: #016599 !important;
}
.login-area h3 {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 5px;
  text-align: center;
}
.login-area h5 {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 5px;
}
.login-area p {
  font-size: 14px !important;
  line-height: 16px !important;
  margin: 0 auto 8px;
  text-align: center;
  max-width: 400px;
}
.login-area .action_btns {
  margin-top: 30px;
}
.login-area .action_btns a {
  margin-bottom: 0;
  margin-right: 20px;
  text-transform: none;
}
.login-area .action_btns a:last-child {
  margin-right: 0;
}
@media (max-width: 480px) {
  .login-area .action_btns a {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .login-area .action_btns a:last-child {
    margin-bottom: 0;
  }
  .login-area .action_btns a .fa {
    font-size: 30px;
  }
}
.login-area .action_btns .fa {
  display: block;
  text-align: center;
  font-size: 50px;
  margin-bottom: 10px;
}
.login-area .login_action_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.login-area .froala_container {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.login-area .message {
  visibility: hidden;
  height: 0px;
  margin: 0px 0px -13px 0px !important;
}

.profile-create-area {
  min-height: 400px;
}

.jump_user_form {
  overflow: hidden;
}
.jump_user_form .split-section {
  margin: 8px 0;
  display: flex;
  align-items: center;
  text-align: left;
}
.jump_user_form .split-section > div {
  width: 100%;
  flex-grow: 1;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .jump_user_form .split-section > div {
    width: 50%;
  }
}
.jump_user_form input,
.jump_user_form .hire-htn {
  width: 100%;
  border-radius: 2px;
}
.jump_user_form input[type=text],
.jump_user_form input[type=email],
.jump_user_form input[type=password] {
  padding-right: 40px;
}
.jump_user_form input[type=button],
.jump_user_form input[type=submit],
.jump_user_form .hire-btn {
  margin-bottom: 0;
  display: inline-block;
  min-width: initial;
  text-transform: none;
  max-width: 400px;
  width: 100%;
}
.jump_user_form .hire-btn {
  background-color: #002234;
  color: #fff !important;
}
.jump_user_form input,
.jump_user_form select {
  border-color: #002234 !important;
}
.jump_user_form input:focus,
.jump_user_form select:focus {
  border-color: #f77f00 !important;
}
.jump_user_form select {
  padding-right: 40px;
}
.jump_user_form .upload,
.jump_user_form .multi-select {
  display: flex;
  align-items: center;
}
.jump_user_form .upload:hover,
.jump_user_form .multi-select:hover {
  cursor: pointer;
}
.jump_user_form .upload .btn-default,
.jump_user_form .multi-select .btn-default {
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
  padding: 11px 10px;
}
@media (min-width: 1000px) {
  .jump_user_form .upload .btn-default,
.jump_user_form .multi-select .btn-default {
    padding: 16px 10px;
  }
}
.jump_user_form .upload .upload-label,
.jump_user_form .multi-select .upload-label {
  flex-grow: 1;
  margin: 0 10px 0 0;
  border-color: #b7b7b7;
  color: #6e6e6e;
  text-align: left;
}
.jump_user_form .upload button,
.jump_user_form .multi-select button {
  margin: 0;
  flex-grow: 0;
  white-space: nowrap;
}
.jump_user_form .upload button[disabled],
.jump_user_form .multi-select button[disabled] {
  color: #6e6e6e;
  border-color: #6e6e6e;
}
.jump_user_form .compact .upload .upload-label,
.jump_user_form .multi-select .upload-label {
  min-width: initial;
  max-width: 100%;
  margin-right: 0;
}
.jump_user_form .multiple-items {
  justify-content: center;
}
.jump_user_form .multiple-items .item {
  padding: 7px 20px;
  border-radius: 20px;
  border-color: #002234;
  margin: 3px 10px;
  line-height: 24px;
}
.jump_user_form .multiple-items .item:before {
  content: "+";
  font-size: 28px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.jump_user_form .multiple-items .item:hover {
  font-weight: 700;
}
.jump_user_form .multiple-items .item.active {
  background-color: #002234;
  color: #fff;
}
.jump_user_form .multiple-items .item.active:before {
  content: "-";
  color: #f77f00;
  font-weight: 700;
}
.jump_user_form .two-col {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.jump_user_form .two-col > * {
  width: 50%;
  margin-right: 10px;
}
.jump_user_form .two-col > *:last-child {
  margin-right: 0;
}
.jump_user_form .input-container {
  position: relative;
  margin: 13px 0;
  text-align: left;
}
.jump_user_form .input-container.extra-margin {
  margin: 16px 0;
}
.jump_user_form .input-container.submit {
  text-align: center;
}
.jump_user_form .input-container-heading {
  margin: 13px 0;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}
.jump_user_form .input-container:before {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
  font-size: 20px;
  color: #6e6e6e;
}
.jump_user_form .input-container.select:before {
  content: "\f078";
}
.jump_user_form .input-container.radio > * {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0 5px 0 0;
  position: static;
}
.jump_user_form .input-container.radio > *:last-child {
  margin-right: 0;
}
.jump_user_form .input-container.radio .placeholder {
  display: block;
  margin-bottom: 5px;
}
.jump_user_form .input-container.year {
  display: inline-block;
  width: calc(50% - 6px);
  margin: 0;
}
.jump_user_form .input-container.year.start-year {
  margin-right: 6px;
}
.jump_user_form .input-container.profilepicture .upload-label {
  flex-grow: 0;
}
.jump_user_form .input-container .submit-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.jump_user_form .input-container .submit-btns > * {
  flex-grow: 1;
  min-width: 50%;
  border-radius: 2px;
  margin-bottom: 0;
  margin-right: 10px;
}
.jump_user_form .input-container .submit-btns > *:last-child {
  margin-right: 0;
}
.jump_user_form .input-container.half-split > * {
  margin-bottom: 13px;
}
.jump_user_form .input-container.half-split > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .jump_user_form .input-container.half-split {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .jump_user_form .input-container.half-split > * {
    width: 49%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .jump_user_form .input-container.ethnicity-gender {
    width: calc(50% - 2px);
    display: inline-block;
    margin: 0;
  }
}
.jump_user_form #loading {
  display: none;
  width: 26px;
  margin: 10px 0;
}
.jump_user_form.center {
  text-align: center;
}
.jump_user_form .profile-picture {
  border: 3px solid #b7b7b7;
  margin: 0 auto;
}
.jump_user_form .message {
  visibility: hidden;
  height: 0px;
  margin: 0px 0px -13px 0px !important;
}

.terms-conditions {
  font-size: 12px;
  line-height: 16px;
  display: block;
  color: #6e6e6e;
  margin: 0;
}
@media (min-width: 1000px) {
  .terms-conditions {
    font-size: 14px;
    line-height: 20px;
  }
}
.terms-conditions a {
  color: #6e6e6e;
}
.terms-conditions a:hover, .terms-conditions a:focus {
  color: #3b3b3b;
  text-decoration: underline;
}

.multiple-items {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}
.multiple-items.align-left {
  justify-content: flex-start;
}
.multiple-items .item {
  padding: 5px 10px;
  white-space: nowrap;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  margin: 3px 5px;
  font-size: 13px;
}
.multiple-items .item:not(.no-hover):hover {
  cursor: pointer;
}
.multiple-items .item.active {
  border-color: #016599;
  background-color: #03a8fd;
  color: #016599;
  font-weight: 700;
}

.profile-sections {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 auto 15px;
  width: 95%;
}
@media (max-width: 480px) {
  .profile-sections {
    flex-wrap: wrap;
  }
}
.profile-sections li {
  flex-grow: 1;
  width: 25%;
  white-space: nowrap;
  text-align: center;
  position: relative;
  color: #b7b7b7;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .profile-sections li {
    width: 50%;
  }
}
.profile-sections li .dot {
  display: block;
  position: relative;
  z-index: 10;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #b7b7b7;
  margin: 0 auto 5px;
}
.profile-sections li:before, .profile-sections li:after {
  content: "";
  position: absolute;
  top: 8px;
  width: 50%;
  height: 5px;
  background-color: #b7b7b7;
}
.profile-sections li:before {
  left: 0;
}
.profile-sections li:after {
  right: 0;
}
.profile-sections li.active {
  color: #f77f00;
}
.profile-sections li.active:before, .profile-sections li.active:after,
.profile-sections li.active .dot {
  background-color: #f77f00;
}
.profile-sections li.last:after {
  background-color: #b7b7b7;
}

.social_login_container {
  color: #323232;
}
.social_login_container .action_text {
  margin-bottom: 5px;
  text-align: center;
  font-weight: 700;
}
.social_login_container .action_buttons {
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .social_login_container .action_buttons {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}
.social_login_container .action_buttons > a {
  width: 100%;
  display: block;
  color: #fff !important;
}
@media (min-width: 768px) {
  .social_login_container.multiple .action_buttons > a {
    width: 48%;
  }
}

.btn-facebook,
.btn-linkedin {
  font-size: 14px;
  line-height: 18px;
  border-radius: 2px;
  background: #3B5998;
  text-align: center;
  padding: 13px 55px 13px 70px;
  position: relative;
  display: block;
  color: #fff !important;
  margin: 0;
}
@media (min-width: 1000px) {
  .btn-facebook,
.btn-linkedin {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 55px 10px 70px;
  }
}
.btn-facebook i,
.btn-linkedin i {
  position: absolute;
  left: 30px;
  top: 50%;
  right: auto;
  bottom: auto;
  font-size: 20px;
  line-height: 20px;
  transform: translateY(-51%);
}
@media (min-width: 1000px) {
  .btn-facebook i,
.btn-linkedin i {
    font-size: 24px;
    line-height: 24px;
    left: 41px;
  }
}
.btn-facebook:visited,
.btn-linkedin:visited {
  color: #fff !important;
}
.btn-facebook:hover, .btn-facebook:focus,
.btn-linkedin:hover,
.btn-linkedin:focus {
  background: #002234;
  color: #fff;
}

.btn-linkedin {
  background: #4875B4;
}

.or {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 6px;
  color: #323232;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.or:after, .or:before {
  position: absolute;
  left: 100%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 9999px;
  height: 1px;
  background: #b7b7b7;
  content: "";
}
.or:after {
  left: auto;
  right: 100%;
}
.or.notext {
  margin: 8px 0;
  padding: 0;
}

.inline-login {
  background-color: #002234;
  color: #fff;
  width: 100%;
  margin-top: 15px;
  text-align: center;
  padding: 15px;
}
.inline-login h2, .inline-login h3 {
  text-align: center !important;
}
.inline-login .jump_user_form {
  max-width: 400px;
  margin: 0 auto;
}
.inline-login .jump_user_form .jump-message {
  background-color: #fff;
}
.inline-login .jump_user_form .message {
  visibility: hidden;
  height: 0px;
  margin: 0px 0px -13px 0px !important;
}
.inline-login .jump_user_form input[type=submit] {
  background-color: #38af94;
}
.inline-login .jump_user_form .action-btn {
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #323232 !important;
}
.inline-login .jump_user_form .action-btn:hover, .inline-login .jump_user_form .action-btn:active {
  color: #323232 !important;
}
.inline-login .modal-jump-header {
  border-bottom: none;
}
.inline-login .modal-jump-content {
  margin-top: -40px;
  text-align: center;
}
.inline-login .modal-jump-content > div {
  max-width: 350px;
  margin: 0 auto;
}
.inline-login .modal-jump-content h2 {
  margin-bottom: 5px;
}
.inline-login .modal-jump-content h3 {
  text-align: center;
}

.jumpModal__modal.login-modal {
  background-color: #002234;
  color: #fff;
  width: 500px;
  top: initial;
  bottom: 20px;
}
.jumpModal__modal.login-modal .jump_user_form .jump-message {
  background-color: #fff;
}
.jumpModal__modal.login-modal .jump_user_form .message {
  visibility: hidden;
  height: 0px;
  margin: 0px 0px -13px 0px !important;
}
.jumpModal__modal.login-modal .jump_user_form input[type=submit] {
  background-color: #38af94;
}
.jumpModal__modal.login-modal .jump_user_form .action-btn {
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #323232 !important;
}
.jumpModal__modal.login-modal .jump_user_form .action-btn:hover, .jumpModal__modal.login-modal .jump_user_form .action-btn:active {
  color: #323232 !important;
}
.jumpModal__modal.login-modal .modal-jump-header {
  border-bottom: none;
}
.jumpModal__modal.login-modal .modal-jump-content {
  margin-top: -40px;
  text-align: center;
}
.jumpModal__modal.login-modal .modal-jump-content > div {
  max-width: 350px;
  margin: 0 auto;
}
.jumpModal__modal.login-modal .modal-jump-content h2 {
  margin-bottom: 5px;
}
.jumpModal__modal.login-modal .modal-jump-content h3 {
  text-align: center;
}

.my_dashboard .skill-percent-main {
  display: none;
}
.my_dashboard .scetion-title > h4,
.my_dashboard .cs-candidate-title {
  font-family: "Georgia", "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
}
.my_dashboard .scetion-title > h4 {
  margin-top: 0;
}
.my_dashboard .upload-btn-div span {
  color: #6e6e6e;
}
.my_dashboard .input-info label {
  color: inherit;
  font-weight: bold;
  text-transform: none;
  font-size: 16px;
}
.my_dashboard .input-info input[type=text],
.my_dashboard .input-info input[type=tel],
.my_dashboard .input-info input[type=email],
.my_dashboard .input-info input[type=search],
.my_dashboard .input-info input[type=password],
.my_dashboard .input-info input[type=url],
.my_dashboard .input-info input[type=date],
.my_dashboard .input-info .form-control,
.my_dashboard .input-info .select-holder .chosen-container-single .chosen-single,
.my_dashboard .input-info textarea {
  color: #6e6e6e;
  border: 1px solid #b7b7b7;
  border-radius: 2px;
  padding: 11px 10px;
  height: 44px;
}
.my_dashboard .input-info select {
  height: auto !important;
}
.my_dashboard .input-info .has-error {
  border: 1px solid #ff0000 !important;
}
.my_dashboard .uplaod-btn,
.my_dashboard .dashboard-content-holder .input-info .select-holder .chosen-container-single .chosen-single,
.my_dashboard .dashboard-content-holder .chosen-container-multi .chosen-choices {
  color: #6e6e6e;
  border-color: #b7b7b7;
}
.my_dashboard .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  color: #6e6e6e;
}
.my_dashboard .checkbox-area {
  padding-top: 10px;
  padding-bottom: 10px;
}
.my_dashboard .account-menu li a,
.my_dashboard .account-menu li i {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .my_dashboard .account-menu li a,
.my_dashboard .account-menu li i {
    font-size: 16px;
    line-height: 26px;
  }
}
.my_dashboard .account-menu li a {
  display: flex;
  align-items: flex-start;
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .my_dashboard .account-menu li a {
    padding: 12px 25px;
  }
}
.my_dashboard .account-menu li i {
  width: 20px;
}
.my_dashboard .account-menu li.active a, .my_dashboard .account-menu li.active i {
  color: #f77f00 !important;
  font-weight: 700;
}
.my_dashboard .account-menu li:hover i {
  color: #f77f00;
}
.my_dashboard .account-menu li.active, .my_dashboard .account-menu li:hover {
  border-color: #f77f00;
}
.my_dashboard .account-menu li.active:after, .my_dashboard .account-menu li:hover:after {
  top: 15px;
}
.my_dashboard .cs-tabs .tab-content ul li {
  font-size: 14px;
  padding-left: 0;
}
.my_dashboard .cs-tabs .tab-content ul.top-heading-list {
  padding-right: 10px;
  border-bottom: 3px solid #f77f00;
  margin-bottom: 10px;
}
.my_dashboard .cs-tabs .tab-content ul.top-heading-list li {
  padding-left: 0;
  padding-right: 0;
}
.my_dashboard .cs-tabs .title {
  width: 45% !important;
}
.my_dashboard .cs-tabs .date {
  width: 20% !important;
  margin-bottom: 0;
}
.my_dashboard .cs-tabs .location {
  width: 35% !important;
}
.my_dashboard .cs-tabs .option {
  width: 10% !important;
}
.my_dashboard .cs-tabs ul.accordion-list li .top-section {
  padding: 0 0 15px;
}
.my_dashboard .cs-tabs ul.accordion-list li .top-section .location {
  width: 25% !important;
}
.my_dashboard .cs-tabs ul.accordion-list li .top-section.awards .date {
  width: 45% !important;
}
.my_dashboard .cs-tabs ul.accordion-list li:first-child .top-section {
  padding-top: 12px;
}
.my_dashboard .cs-tabs .view-profile a.acc-submit {
  font-size: 14px;
  line-height: 22px;
  padding: 10px 15px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .my_dashboard .cs-tabs .view-profile a.acc-submit {
    font-size: 16px;
    line-height: 26px;
    padding: 12px 25px;
  }
}
.my_dashboard .cs-tabs .view-profile a.acc-submit.highlight {
  background: #016599;
  color: #fff;
  font-weight: 700;
}
.my_dashboard .cs-manage-jobs ul.dashboard-list {
  padding-left: 0;
}
.my_dashboard .cs-manage-jobs ul.dashboard-list li {
  width: auto;
}
.my_dashboard .cs-manage-jobs ul.dashboard-list i {
  margin-left: 7px;
}
.my_dashboard .cs-manage-jobs ul.dashboard-list em {
  margin-left: 5px;
}
.my_dashboard ul.managment-list li {
  padding-left: 10px !important;
}
.my_dashboard ul.managment-list li .manag-title .expire-date,
.my_dashboard ul.managment-list li .manag-title .last-update {
  font-size: 13px;
}
.my_dashboard ul.managment-list li .manag-title h6 {
  color: #323232;
}
.my_dashboard ul.managment-list li .manag-title h6 span {
  font-size: 11px;
  padding: 6px 10px;
}
.my_dashboard ul.managment-list li .manag-title h6 a {
  display: block;
  color: #323232;
}
.my_dashboard #total_education_list li .title span {
  text-transform: none;
}
.my_dashboard .candidate-upload-container {
  margin-bottom: 15px;
  border-bottom: 3px solid #6e6e6e;
}
.my_dashboard .candidate-upload-container h5 {
  margin-bottom: 10px !important;
}
.my_dashboard .candidate-upload-container:last-child {
  border-bottom: none;
}
.my_dashboard .candidate-upload-container .files-list {
  margin: 10px 0;
}
.my_dashboard .candidate-upload-container .file {
  display: flex;
  align-items: center;
  padding: 5px 0 !important;
  list-style-type: circle !important;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  line-height: 20px;
}
.my_dashboard .candidate-upload-container .file > * {
  display: block;
  padding: 0 5px;
  flex-grow: 0;
}
.my_dashboard .candidate-upload-container .file > *.full-col {
  flex-grow: 1;
}
.my_dashboard .candidate-upload-container .file > *:first-child {
  padding-left: 0;
}
.my_dashboard .candidate-upload-container .file > *:last-child {
  padding-right: 0;
}
.my_dashboard .candidate-upload-container .file .default {
  text-align: center;
  width: 80px;
}
.my_dashboard .candidate-upload-container .file .timestamp {
  width: 150px;
}
.my_dashboard .candidate-upload-container .file .delete {
  width: 80px;
  text-align: center;
  line-height: 20px;
}
.my_dashboard .candidate-upload-container .file .delete i {
  cursor: pointer;
}
.my_dashboard .candidate-upload-container .file:first-child {
  border-top: none;
}
.my_dashboard .candidate-upload-container .upload-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 25px;
}
.my_dashboard .candidate-upload-container #resume-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 15px;
  z-index: 1000;
  display: block;
  width: 100vw;
  height: 100vh;
}

.new-dashboard {
  /* New item styles */
}
.new-dashboard .main-dashboard {
  display: grid;
  grid-template-columns: 220px auto;
  grid-gap: 20px;
}
@media (max-width: 999px) {
  .new-dashboard .main-dashboard {
    grid-template-columns: 220px auto;
  }
}
.new-dashboard .left-side {
  border-right: 1px solid #ECF4F8;
}
.new-dashboard .left-side > * {
  margin: 0 auto;
}
.new-dashboard .jump_subnav_container,
.new-dashboard .main-section,
.new-dashboard .ads {
  padding-top: 40px;
}
.new-dashboard .jump_subnav_container {
  border: none;
}
.new-dashboard .jump_subnav_container .jump_subnav {
  display: block;
  margin: 0 20px 0 5px;
}
.new-dashboard .jump_subnav_container .jump_subnav li {
  padding: 10px 5px 10px 25px;
  border-right: none;
  margin-bottom: 10px;
  border-radius: 7px;
  text-align: left;
  font-weight: normal;
}
.new-dashboard .jump_subnav_container .jump_subnav li:last-child {
  margin-bottom: 0;
}
.new-dashboard .jump_subnav_container .jump_subnav li.active {
  background: #E8F2F7;
  font-family: "Gilroy", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.new-dashboard .jump_subnav_container .jump_subnav li a,
.new-dashboard .jump_subnav_container .jump_subnav li a:visited {
  color: #002234 !important;
}
.new-dashboard .jump_subnav_container .jump_subnav li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.new-dashboard .jump_subnav_container .jump_subnav li a span {
  font-size: 18px;
  margin-right: 10px;
}
.new-dashboard .jump_subnav_container .jump_subnav li.post-job-btn {
  background: #002234;
  padding-left: 5px;
}
.new-dashboard .jump_subnav_container .jump_subnav li.post-job-btn a {
  color: #fff !important;
  justify-content: center;
}
.new-dashboard .jump_subnav_container .jump_subnav li.post-job-btn a:hover {
  color: #f77f00 !important;
}
.new-dashboard .main-section .section-posts:first-child,
.new-dashboard .main-section .section-posts.active {
  margin-top: 0;
  padding-top: 0;
}
.new-dashboard .profile-section {
  padding: 0 0 10px;
  border-bottom: 1px solid #6e6e6e;
}
@media (min-width: 480px) {
  .new-dashboard .profile-section {
    display: flex;
    align-items: center;
  }
}
.new-dashboard .profile-section .left {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.new-dashboard .profile-section .right {
  flex-grow: 0;
  white-space: nowrap;
  padding-left: 10px;
}
.new-dashboard .profile-section .right > * {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .new-dashboard .profile-section .right {
    margin-top: 10px;
    padding-left: 0px;
  }
}
.new-dashboard .profile-section .profile-picture {
  flex-grow: 0;
  white-space: nowrap;
  border-color: #b7b7b7;
  border-width: 1px;
}
.new-dashboard .profile-section .profile-picture .edit-picture {
  font-size: 12px;
}
.new-dashboard .profile-section .profile_details {
  width: calc(100% - 50px);
  flex-grow: 1;
  padding-left: 10px;
}
.new-dashboard .profile-section h1 {
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  margin: 0;
}
.new-dashboard .profile-section p {
  margin: 0;
}
.new-dashboard section:not(.intro) {
  padding: 10px 0;
  margin: 10px 0;
}
.new-dashboard section:not(.intro):last-child {
  border-bottom: none;
}
.new-dashboard section:not(.intro) .show_detailed {
  display: none !important;
}
.new-dashboard section:not(.intro) .hide_detailed {
  display: inherit !important;
}
.new-dashboard section:not(.intro) .extra {
  display: none !important;
}
.new-dashboard section:not(.intro).active .show_detailed {
  display: inherit !important;
}
.new-dashboard section:not(.intro).active .hide_detailed {
  display: none !important;
}
.new-dashboard section:not(.intro).active .extra {
  display: block !important;
}
.new-dashboard section:not(.intro).active .extra.flex {
  display: flex !important;
}
.new-dashboard section:not(.intro).active .extra.grid {
  display: grid !important;
}
.new-dashboard section:not(.intro).active .folder {
  padding: 10px 15px !important;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: auto;
}
.new-dashboard section:not(.intro).active .folder > a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.new-dashboard section:not(.intro).active .folder > a .fa {
  margin-right: 15px;
  font-size: 40px;
}
.new-dashboard section:not(.intro).inactive {
  display: none !important;
}
.new-dashboard section:not(.intro).no-items .posts-holder .post {
  width: 100%;
  max-width: initial;
}
.new-dashboard .save_item {
  top: 3px;
  right: 3px;
  text-align: center;
  height: 30px;
  min-width: 30px;
}
.new-dashboard .save_item:before {
  font-size: 25px;
  line-height: 30px;
}
.new-dashboard .job,
.new-dashboard .candidate,
.new-dashboard .link,
.new-dashboard .linked_account {
  padding: 5px 10px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.new-dashboard .job .img,
.new-dashboard .candidate .img,
.new-dashboard .link .img,
.new-dashboard .linked_account .img {
  width: 45px;
  height: 45px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #b7b7b7;
  border-radius: 2px;
}
.new-dashboard .job .details,
.new-dashboard .candidate .details,
.new-dashboard .link .details,
.new-dashboard .linked_account .details {
  width: calc(100% - 45px);
  padding-left: 10px;
}
.new-dashboard .job .details.full,
.new-dashboard .candidate .details.full,
.new-dashboard .link .details.full,
.new-dashboard .linked_account .details.full {
  width: 100%;
  padding-left: 0;
}
.new-dashboard .job p,
.new-dashboard .candidate p,
.new-dashboard .link p,
.new-dashboard .linked_account p {
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 15px;
}
.new-dashboard .job .img {
  border: none;
}
.new-dashboard .job .jobs-description {
  padding-top: 5px;
  font-size: 13px;
  line-height: 15px;
}
.new-dashboard .link {
  background: #002234;
  color: #fff;
  font-size: 12px !important;
  padding: 10px 10px 40px 10px;
  position: relative;
}
.new-dashboard .link a,
.new-dashboard .link a:visited,
.new-dashboard .link a:active {
  color: #f77f00;
}
.new-dashboard .link a:hover {
  color: #f77f00;
}
.new-dashboard .link .read-more {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-weight: 700;
  z-index: 1;
}
.new-dashboard .linked_account {
  align-items: center !important;
}
.new-dashboard .linked_account .img-outer {
  width: auto;
  height: auto;
  border-radius: 50%;
  padding: 2px;
  border: 1px solid #f77f00;
}
.new-dashboard .linked_account .img-inner {
  border-radius: 50%;
  background-color: #002234;
  border: none;
}
.new-dashboard .linked_account .details {
  width: calc(100% - 51px);
}
.new-dashboard .folder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  min-height: 150px;
  text-align: center;
  font-weight: 700;
  overflow: visible;
}
.new-dashboard .folder a {
  color: #323232;
}
.new-dashboard .folder a:visited {
  color: #323232;
}
.new-dashboard .folder:not(.add_new_item) .fa-folder {
  font-size: 50px;
  display: block;
  margin-bottom: 5px;
  color: #fcbf49;
  position: relative;
}
.new-dashboard .folder.new .fa-folder:after {
  content: "New";
  position: absolute;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Georgia", "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  top: 50%;
  left: 50%;
  height: 30px;
  width: 60px;
  line-height: 30px;
  margin: -15px 0 0 -30px;
}
.new-dashboard .folder .details {
  text-align: left;
}
.new-dashboard .folder .candidate_count {
  font-size: 14px;
  font-weight: normal;
  color: #6e6e6e;
  line-height: 20px;
}
.new-dashboard .company,
.new-dashboard .event {
  padding: 0 15px 10px;
}
.new-dashboard .company.no-image,
.new-dashboard .event.no-image {
  padding-top: 10px;
}
.new-dashboard .company .visual,
.new-dashboard .event .visual {
  margin: 1px -14px 10px;
}
.new-dashboard .company .visual .post-thumbnail,
.new-dashboard .event .visual .post-thumbnail {
  padding-top: 75%;
}
.new-dashboard .company.default-image .post-thumbnail,
.new-dashboard .event.default-image .post-thumbnail {
  background-size: 50% auto;
}
.new-dashboard .company p,
.new-dashboard .event p {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 16px;
}
.new-dashboard .event {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 95px auto;
  padding: 0;
  min-height: 100px;
}
.new-dashboard .event > * {
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-dashboard .event .event-date {
  flex-direction: column;
  padding: 5px;
  background: #002234;
  color: #fff;
  font-size: 20px;
}
.new-dashboard .event .event-date .day {
  font-family: "Gilroy", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 25px;
  line-height: 30px;
}
.new-dashboard .event .event-details {
  justify-content: flex-start;
}
.new-dashboard .post {
  font-size: 16px;
  border: 1px solid #D9D9D9;
  box-shadow: none;
}
.new-dashboard .post:before {
  display: none;
}
.new-dashboard .post h3,
.new-dashboard .post h3 a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}
.new-dashboard .post h3 {
  max-width: calc(100% - 20px);
}
.new-dashboard .post .title {
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 16px;
}
.new-dashboard .post .location {
  margin: 0;
  color: #888888;
  font-size: 12px;
  line-height: 14px;
}
.new-dashboard .post .job-id {
  margin: 0;
  color: #016599;
  font-size: 12px;
  line-height: 14px;
}
.new-dashboard .post .learn_more {
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  margin-top: 10px;
  border-top: 1px solid #D9D9D9;
  padding: 5px 0 0;
  text-align: center;
}
.new-dashboard .post .learn_more.no-border {
  border-top: none;
  margin-top: 0;
}
.new-dashboard .post .learn_more .btn-border {
  min-width: 60% !important;
  margin: 0 auto;
  min-width: auto;
  text-transform: none;
  padding: 5px 15px;
  display: inline-block;
}
.new-dashboard .post .learn_more p:first-child {
  margin-top: 0;
}
.new-dashboard .post .actions {
  padding: 2px 10px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.new-dashboard .add_new_item {
  padding: 0 !important;
  min-height: 135px;
  overflow: hidden;
}
.new-dashboard .add_new_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 100%;
  color: #323232;
  font-weight: 700;
}
.new-dashboard .add_new_item a:visited {
  color: #323232;
}
.new-dashboard .add_new_item .fa {
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -30px;
  font-size: 60px;
  width: 60px;
  color: #fcbf49;
}
.new-dashboard .new_event .fa {
  bottom: -40px;
  margin-left: -50px;
  font-size: 100px;
}
.new-dashboard .ads {
  flex-grow: 0;
  margin-bottom: 20px;
}
.new-dashboard .stats {
  width: 100%;
  padding: 0 0 10px 0;
  min-height: 150px;
  display: grid;
  grid-template-columns: 250px auto;
  grid-template-areas: "header header" "nav graph";
  grid-gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0.14);
}
@media (max-width: 480px) {
  .new-dashboard .stats {
    display: block;
  }
}
.new-dashboard .stats .timeframe {
  grid-area: header;
  text-align: center;
  font-size: 18px;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}
.new-dashboard .stats .timeframe > * {
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
}
.new-dashboard .stats .timeframe-title {
  padding: 0 5px;
}
.new-dashboard .stats .timeframe .arrow {
  cursor: pointer;
}
.new-dashboard .stats .timeframe .arrow.disabled {
  color: #f3f3f3;
  cursor: default;
}
.new-dashboard .stats .navigation {
  grid-area: nav;
  border-right: 1px solid rgba(0, 0, 0, 0.14);
  padding: 20px 10px 20px 20px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  margin-left: 20px;
}
@media (max-width: 480px) {
  .new-dashboard .stats .navigation {
    width: 100%;
  }
}
.new-dashboard .stats .navigation ul {
  margin: 0;
  list-style-type: none;
}
.new-dashboard .stats .navigation ul li {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  padding: 10px 0;
  cursor: pointer;
  color: #002234;
}
.new-dashboard .stats .navigation ul li.active {
  font-family: "Gilroy", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.new-dashboard .stats .navigation ul li:first-child {
  padding-top: 0;
}
.new-dashboard .stats .navigation ul li:last-child {
  padding-bottom: 0;
}
.new-dashboard .stats .navigation ul li .stat-icon {
  width: 30px;
  margin-top: 1px;
  font-size: 18px;
}
.new-dashboard .stats .navigation ul li .stat-title {
  width: calc(100% - 30px);
}
.new-dashboard .stats .details {
  grid-area: graph;
  background: #fff;
}
@media (max-width: 480px) {
  .new-dashboard .stats .details {
    width: 100%;
  }
}
.new-dashboard .stats .details .graph {
  padding: 20px;
  min-height: 200px;
  text-align: center;
}
@media (min-width: 768px) {
  .new-dashboard .stats .details .graph {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}
.new-dashboard .stats .details .graph-title {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .new-dashboard .stats .details .graph-title {
    width: 185px;
    margin: 0;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .new-dashboard .stats .details .graph-area {
    width: calc(100% - 185px);
    text-align: left;
  }
}
.new-dashboard .admin-dashboard .main-dashboard {
  width: 100%;
  padding-right: 0;
}
.new-dashboard .admin-dashboard .jobs-admin-application-list {
  margin-right: 0;
  margin-left: 0;
}
.new-dashboard .admin-dashboard .post:not(.stats) h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}
.new-dashboard .pipeline-folder-list {
  margin-top: -22px;
}
.new-dashboard .pipeline-folder-list .total-count {
  margin-top: 0;
}

.tribe-events-schedule h2 {
  text-transform: none !important;
}
.tribe-events-list .tribe-events-event-image img {
  width: auto;
  max-height: 200px;
  margin: 0 auto;
  display: block;
}

.event-today-button {
  font-size: 56px !important;
  font-weight: bold !important;
  color: #000 !important;
  margin-right: 26px !important;
  border: none !important;
}
.event-today-button:hover {
  opacity: 0.5;
}

.events-search-container {
  flex: auto;
}

.event-list-nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.event-list-nav ul .event-nav-list-item {
  margin-right: 24px;
}
.event-list-nav ul .event-nav-list-item svg path {
  fill: #f77f00;
}
.event-list-nav ul .event-nav-list-item .disabled svg path {
  fill: #6e6e6e;
  opacity: 0.5;
}

.single-event-page-container {
  margin-top: -375px !important;
  position: relative;
}
.single-event-page-container .single-event .tribe-events-back a {
  background-image: linear-gradient(to right, #f77f00, #0045F7);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.single-event-page-container .single-event .event-image {
  width: 100% !important;
  border-radius: 10px;
  object-fit: cover;
  margin-bottom: 40px;
}
.single-event-page-container .single-event .event-location {
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 32px 0;
  position: relative;
}
.single-event-page-container .single-event .event-location img {
  margin-right: 5px;
}
.single-event-page-container .single-event .event-location::before {
  content: " ";
  position: absolute;
  width: 100%;
  top: 0;
  height: 1px;
  background: #BDBDBD;
}
.single-event-page-container .single-event .event-location::after {
  content: " ";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 1px;
  background: #BDBDBD;
}
.single-event-page-container .single-event .subscribe-button {
  position: relative;
}
.single-event-page-container .single-event .subscribe-button .subscribe-button-container {
  width: fit-content;
  margin-left: 2px;
  position: relative;
}
.single-event-page-container .single-event .subscribe-button .subscribe-button-container .subscribe-dropdown-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 8px 10px;
  background: #fff;
  border-radius: 4px;
}
.single-event-page-container .single-event .subscribe-button .subscribe-button-container .subscribe-dropdown-wrapper:hover {
  border-color: transparent;
}
.single-event-page-container .single-event .subscribe-button .subscribe-button-container .subscribe-dropdown-wrapper:hover::after {
  opacity: 0.7;
}
.single-event-page-container .single-event .subscribe-button .subscribe-button-container .subscribe-dropdown-wrapper:hover .btn-text {
  opacity: 0.7;
}
.single-event-page-container .single-event .subscribe-button .subscribe-button-container .subscribe-dropdown-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background-image: linear-gradient(to right, #f77f00, #0045F7);
  transition: 0.3s ease-in-out;
}
.single-event-page-container .single-event .subscribe-button .subscribe-button-container button .btn-text {
  background-image: linear-gradient(to right, #f77f00, #0045F7);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
}
.single-event-page-container .single-event .subscribe-button::after {
  content: " ";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 1px;
  background: #BDBDBD;
}
.single-event-page-container .single-event .event-meta-details {
  margin-top: 40px;
  margin-bottom: 40px;
}
.single-event-page-container .single-event .event-meta-details h2 {
  text-align: left;
}
.single-event-page-container .single-event .event-meta-details::before {
  border: none;
}
.single-event-page-container .single-event .event-tickets {
  position: relative;
  order: 2 !important;
  padding: 40px 0 !important;
}
.single-event-page-container .single-event .event-tickets::before {
  content: " ";
  position: absolute;
  width: 100%;
  top: 0;
  height: 1px;
  background: #BDBDBD;
}

.tribe-events-view {
  background: #fff !important;
  overflow: unset !important;
}

.single-event-page {
  padding: 0;
}
.single-event-page .events-header {
  position: relative;
  height: 450px;
  padding: 0 !important;
}
.single-event-page .events-header .caption-holder {
  display: none;
}

.events-page {
  background: #fff !important;
}
.events-page .events-container {
  padding-top: 0 !important;
  background: #fff !important;
}
.events-page .latest-past-events h2 {
  font-weight: bold;
}
.events-page .events-header {
  padding-left: 25%;
  padding-right: 25%;
}
.events-page .events-header .caption-holder {
  margin-right: auto;
}
.events-page .events-search-messages {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.events-page .events-search-messages .events-top-bar {
  margin-right: auto !important;
}
.events-page .events-search-messages .events-top-bar .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
}
.events-page .events-search-messages .events-list-top-bar {
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: auto;
  margin-bottom: 34px !important;
}
.events-page .events-search-messages .events-bar {
  background-color: transparent !important;
  margin-top: -36px !important;
  margin-left: 0 !important;
  width: 100%;
  align-items: center;
}
.events-page .events-search-messages .events-bar .events-search-bar {
  position: relative;
  height: 74px;
  margin: 0 170px 0 0 !important;
  background: #fff;
  border-radius: 10px;
  padding: 0;
}
.events-page .events-search-messages .events-bar .events-search-bar .search-box {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1) !important;
}
.events-page .events-search-messages .events-bar .events-search-bar .search-box .events-search {
  padding-left: 60px;
  background: #fff;
  border-radius: 10px;
  margin: auto 20px auto 0;
  border: none;
}
.events-page .events-search-messages .events-bar .events-search-bar .search-box .events-search:focus {
  background: transparent;
}
.events-page .events-search-messages .events-bar .events-search-bar .search-box .events-search:hover {
  opacity: 0.7;
}
.events-page .events-search-messages .events-bar .events-search-bar .search-box .events-search-submit {
  background: linear-gradient(to right, #f77f00, #0045F7);
  margin: 10px 10px 10px 0;
  padding: 0 28px;
  height: auto;
  border-radius: 5px;
  text-transform: capitalize;
}
.events-page .events-search-messages .events-bar .events-views {
  height: 74px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.events-page .events-search-messages .events-bar .events-views .events-views-selector {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
.events-page .events-search-messages .events-bar .events-views .events-views-selector .events-views-list-item {
  margin: 0 10px;
}
.events-page .events-search-messages .events-bar .events-views .events-views-selector .events-views-list-item a {
  color: #000 !important;
  padding: 0 !important;
}
.events-page .events-search-messages .events-bar .events-views .events-views-selector .events-views-list-item.active a {
  color: #0045F7 !important;
}
.events-page .events-search-messages .events-messages {
  position: relative;
  padding: 3px 3px;
  background: #fff;
  border: double 1px transparent;
  border-radius: 10px;
  background-image: linear-gradient(to right, #f77f00, #0045F7);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  height: fit-content !important;
}
.events-page .events-search-messages .events-messages .events-message {
  position: relative;
  background: #fff !important;
  justify-content: center;
}
@media (max-width: 999px) {
  .events-page .events-search-messages .events-top-bar {
    margin-right: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .events-page .events-search-messages .events-list-top-bar {
    justify-content: center !important;
  }
  .events-page .events-search-messages .events-bar {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px !important;
  }
  .events-page .events-search-messages .events-bar .events-search-bar {
    width: 100%;
    margin-bottom: 20px !important;
  }
  .events-page .events-search-messages .events-messages {
    display: flex !important;
  }
}
.events-page .page-search {
  background: transparent !important;
}
.events-page .event-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  color: #000 !important;
  margin: 36px 0 !important;
}
.events-page .event-item a {
  color: #000 !important;
}
.events-page .event-item a:visited {
  color: #000 !important;
}
.events-page .event-item .event-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.events-page .event-item .event-date .event-date-day {
  font-size: 22px;
  font-weight: bold;
}
.events-page .event-item .event-content {
  margin: 0 auto 0 25px;
}
.events-page .event-item .event-content .event-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.events-page .event-item .event-content .event-details .event-venue .event-title {
  font-size: 20px;
  font-weight: bold;
}
.events-page .event-item .event-content .event-details img {
  width: 258px;
  height: 161px;
  border-radius: 10px;
  margin-right: 20px;
}
.events-page .event-item .event-content .event_description {
  color: #000;
}
.events-page .event-item .event-content .event_description p {
  color: #000;
}
.events-page .event-item .event-location {
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.events-page .event-item .event-location img {
  margin-right: 5px;
}
@media (max-width: 768px) {
  .events-page .event-item {
    flex-direction: column;
    align-items: center;
  }
  .events-page .event-item .event-date {
    display: none;
  }
  .events-page .event-item .event-content {
    margin: 0;
  }
  .events-page .event-item .event-content .event-details {
    flex-direction: column;
    align-items: center;
  }
  .events-page .event-item .event-content .event-details img {
    margin: 0;
  }
  .events-page .event-item .event-content .event-details .event-venue {
    text-align: center;
  }
  .events-page .event-item .event-content .event-description {
    display: none;
  }
}

.page-search {
  background: #fff !important;
}
.page-search .total-count {
  margin: 15px 0;
}
.page-search .total-count.no-top {
  margin-top: 0;
}
.page-search .sticky-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 499;
}
.page-search .job-search-header .caption .caption-holder {
  color: #000;
}
.page-search .job-search-header .caption .caption-holder h1 {
  text-shadow: none;
  text-transform: capitalize !important;
}
.page-search .job-search-header .caption .caption-holder h2 {
  white-space: break-spaces;
}
.page-search .intro.filter-padding {
  padding-top: 74px;
  padding-bottom: 74px;
}
.page-search .intro h1 {
  margin-bottom: 0;
  text-transform: uppercase !important;
}
.page-search .intro h2 {
  font-weight: 400;
  font-size: 24px;
  text-transform: none !important;
}
.page-search .intro .caption {
  min-height: 225px;
}
.page-search .intro.candidate {
  height: 137px;
  background: rgba(0, 0, 0, 0.5);
}
.page-search .search-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 15px 0;
}
.page-search .search-container.full-width .results {
  width: 100%;
}
.page-search .search-container.with-ads .ads {
  display: none;
}
@media (min-width: 769px) {
  .page-search .search-container.with-ads .results {
    width: calc(100% - 160px);
  }
  .page-search .search-container.with-ads .ads {
    display: block;
  }
}
.page-search .search-container.white {
  background-color: #fff;
}
.page-search .search-container.gray {
  background-color: #efefef;
}
.page-search .search-container .tag-box {
  margin-top: 10px;
}
.page-search .search-container .tag-box .tag {
  border: solid 1px #D4D4D4;
  border-radius: 15px;
  padding: 3px 10px;
}
.page-search .search-container .tag-box .tag .fa-remove {
  margin-left: 20px;
}
.page-search.search-jobs .tag-box-container input,
.page-search.search-jobs .tag-box-container select {
  color: #808080 !important;
  border-color: #808080 !important;
}
.page-search.search-jobs .tag-box-container input::placeholder,
.page-search.search-jobs .tag-box-container select::placeholder {
  color: #808080 !important;
}
.page-search.search-jobs .tag-box-container .select::before {
  color: #808080 !important;
}
.page-search.search-jobs .tag-box-container .search::before {
  color: #808080 !important;
}
.page-search.candidate-search .main-dashboard {
  grid-template-columns: auto;
}
@media (min-width: 769px) {
  .page-search.candidate-search .main-dashboard {
    grid-template-columns: 260px auto;
  }
}
.page-search.candidate-search .main-dashboard.sovren-sliders .sovren-filters {
  display: block;
}
.page-search.candidate-search .main-dashboard.sovren-sliders .back-button {
  display: inline-block;
}
.page-search.candidate-search .main-dashboard.sovren-sliders table {
  margin-top: -15px;
}
.page-search.candidate-search .main-dashboard.sovren-sliders .general-search .search-box {
  margin-right: 10px;
}
.page-search.candidate-search .search-container {
  margin-top: 63px;
  display: block;
  padding-top: 0 !important;
}
.page-search.candidate-search .filters,
.page-search.candidate-search .results {
  width: 100%;
  padding-top: 15px;
}
@media (min-width: 769px) {
  .page-search.candidate-search .filters,
.page-search.candidate-search .results {
    padding-top: 30px;
  }
}
.page-search.candidate-search .filters {
  padding-right: 20px;
}
@media (min-width: 769px) {
  .page-search.candidate-search .results {
    padding-left: 0;
  }
}
.page-search.candidate-search .results h1 {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 30px;
  color: #002234;
}
.page-search.candidate-search .general-search {
  justify-content: flex-start;
}
.page-search.candidate-search .general-search .search-box {
  max-width: 400px;
}
.page-search.candidate-search .general-search a {
  font-size: 14px;
  text-decoration: underline;
}
.page-search.candidate-search .search-action {
  margin-left: 10px;
  color: #002234;
}
.page-search.candidate-search .back-button {
  color: #002234;
  display: none;
  vertical-align: middle;
  padding: 4px 10px;
  background: #E8F2F7;
  border-radius: 4px;
  margin-bottom: 15px;
}
.page-search.candidate-search .back-button span {
  margin-right: 8px;
}
.page-search .filters {
  width: 280px;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .page-search .filters {
    display: none;
  }
}
.page-search .filters h3 {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  line-height: 22px;
}
.page-search .filters h3 .title {
  flex-grow: 1;
}
.page-search .filters h3 .advanced,
.page-search .filters h3 .reset {
  flex-grow: 0;
  font-size: 12px;
  color: #323232;
  margin-bottom: 0;
  line-height: 14px;
}
.page-search .filters h3 .advanced:hover,
.page-search .filters h3 .reset:hover {
  color: #f77f00;
}
.page-search .filters h3 .advanced {
  color: #38af94;
}
.page-search .filters.advanced-open .advanced-filter {
  display: block;
}
.page-search .filter {
  color: #002234;
  padding: 10px 0;
}
.page-search .filter ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-height: 245px;
  overflow-y: auto;
}
.page-search .filter li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 12px;
  line-height: 15px;
}
.page-search .filter li:last-child {
  margin-bottom: 0;
}
.page-search .filter .check {
  width: 20px;
  line-height: 15px;
}
.page-search .filter select,
.page-search .filter input[type=text],
.page-search .filter input[type=number] {
  color: #323232;
  -webkit-appearance: none;
  border: 1px solid #002234;
  margin-bottom: 0;
  background: transparent;
  height: auto;
  padding: 5px;
  font-size: 12px;
  border-radius: 4px;
}
.page-search .filter .with-margin {
  margin-bottom: 8px;
}
.page-search .filter:last-child {
  margin-bottom: 0;
}
.page-search .filter-box {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 20px 10px 10px;
  background: #fff;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 3px;
  border: 1px solid rgba(0, 0, 0, 0.14);
}
.page-search .filter-box.open {
  display: block;
}
.page-search .filter-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #323232;
  cursor: pointer;
  padding: 5px;
}
.page-search .filter-close:hover {
  color: #f77f00;
}
.page-search .filter.advanced-filter {
  display: none;
  background-color: rgba(56, 175, 148, 0.05);
}
.page-search .location_search {
  text-align: right;
}
.page-search .location_search input[type=submit] {
  background: #002234;
  color: #fff;
  padding: 5px 10px;
  border: none;
}
.page-search .search-box {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  color: #fff;
  width: 100%;
  margin-top: -70px;
}
.page-search .search-box input[type=search] {
  padding-left: 40px;
  background: #002234;
  border: none;
  height: 100%;
  border-top-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  margin-bottom: 0 !important;
}
.page-search .search-box input[type=search]:focus {
  outline: none;
  border: none;
  background: #002234;
}
.page-search .search-box:before {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  left: 15px;
  content: "\f002";
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  color: #000;
}
.page-search .search-box input[type=submit] {
  background: #002234;
  border: none;
  outline: none;
  padding: 0 30px;
  margin-left: 0;
  color: #fff;
  text-transform: uppercase;
  height: 100%;
  border-radius: 0px 4px 4px 0px;
  box-sizing: border-box;
  font-size: 16px;
}
@media (min-width: 768px) {
  .page-search .search-box {
    width: 50%;
    margin-top: -55px;
    height: initial;
  }
}
.page-search .search-box .clear {
  display: none;
  font-size: 12px;
  line-height: 30px;
  margin-left: 10px;
}
.page-search .search-box .clear.visible {
  display: block;
}
.page-search .search-box.white input[type=search],
.page-search .search-box.white input[type=search]:focus {
  background: #fff;
}
.page-search .search-box.with-border input[type=search] {
  border: 1px solid #002234;
  border-right: none;
}
.page-search .search-box.with-border input[type=submit] {
  border: 1px solid #002234;
}
.page-search .search-box.input-only input[type=search] {
  border: 1px solid #002234;
  border-radius: 2px;
}
.page-search .search-filters {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding: 10px;
  height: 100%;
}
@media (max-width: 768px) {
  .page-search .search-filters {
    padding: 15px 0;
  }
  .page-search .search-filters .filter {
    display: none;
  }
}
.page-search .search-filters > * {
  margin: 0 0 0 5px;
  border: none;
  padding: 0;
  flex-grow: 1;
  position: relative;
  z-index: 10;
}
.page-search .search-filters > *:first-child {
  margin-left: 0;
}
.page-search .search-filters.small {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.page-search .search-filters.no-padding {
  padding: 0;
}
.page-search .search-title {
  display: flex;
  align-items: center;
  margin: 25px 10px 0;
}
.page-search .search-title h1 {
  width: calc(100% - 280px);
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase !important;
  margin: 0;
}
.page-search .search-title .sort-by {
  width: 280px;
  text-align: right;
  line-height: 25px;
}
.page-search .search-title .sort-by select {
  display: inline-block;
  padding: 0 5px;
  margin-left: 10px;
  -webkit-appearance: initial;
  border: 1px solid #6e6e6e;
  border-radius: 0;
  max-width: 150px;
}
@media (max-width: 480px) {
  .page-search .search-title {
    display: block;
    margin: 0;
  }
  .page-search .search-title h1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-search .search-title .sort-by {
    width: 100%;
    text-align: left;
  }
}
.page-search .section-title {
  margin: 0 10px;
}
.page-search .section-title .back {
  color: #323232 !important;
  text-decoration: none;
  margin: 0 5px 0;
}
@media (max-width: 768px) {
  .page-search .section-title {
    margin: 0;
  }
}
.page-search .select-filter {
  position: relative;
  background: #fff;
  padding-right: 40px;
  color: #6e6e6e;
  cursor: pointer;
}
.page-search .select-filter:before {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  right: 15px;
  content: "\f078";
  font-size: 16px;
  line-height: 16px;
  margin-top: -8px;
  color: #6e6e6e;
}
.page-search .results {
  width: calc(100% - 280px);
  padding: 0 20px;
}
@media (max-width: 768px) {
  .page-search .results {
    width: 100%;
    padding: 0 10px;
  }
}
.page-search .items {
  list-style-type: none;
  margin: 15px 0;
  padding: 0;
  text-align: center;
}
.page-search .items.loading-items {
  justify-content: center !important;
}
.page-search .items.has-tabs {
  margin-top: 0;
  border: 1px solid rgba(0, 0, 0, 0.14);
}
.page-search .items.has-tabs.loading-items {
  padding: 10px;
}
.page-search .items.has-tabs .item {
  box-shadow: none;
  padding: 15px 10px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  margin: 0;
}
.page-search .items.has-tabs .item:last-child {
  border-bottom: none;
}
.page-search .item {
  text-align: left;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.34);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14);
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .page-search .item {
    display: flex;
    align-items: center;
  }
}
.page-search .item.no-results {
  display: block;
  text-align: center;
}
.page-search .item.job-item {
  padding: 20px;
  border-radius: 10px;
  border: none;
  box-shadow: none;
  background: #F6F6F6 !important;
  height: 250px;
  transition: transform ease-in-out 0.5s;
}
.page-search .item.job-item.no-actions .details {
  width: 75%;
}
.page-search .item.job-item:hover {
  transform: scale(1.03);
  transition: transform ease-in-out 0.5s;
}
.page-search .item.job-item .featured-badge {
  position: absolute;
  right: 75px;
  top: 0;
  background: #f77f00;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px;
  color: #fff;
  border-radius: 0 0 10px 10px;
}
.page-search .item.job-item .featured-badge img {
  object-fit: contain;
  margin-right: 10px;
}
.page-search .item.job-item .featured-badge p {
  margin-bottom: 0;
}
.page-search .item.job-item .details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  width: 75%;
}
.page-search .item.job-item .details-upper {
  display: flex;
  flex-direction: row;
}
.page-search .item.job-item .details-upper img {
  height: 75px;
  width: 75px;
  min-width: 75px;
  object-fit: cover;
  border-radius: 5px;
  background: #fff;
  margin-right: 20px;
}
.page-search .item.job-item .details-upper h5 {
  color: #000;
  font-weight: bold;
}
.page-search .item.job-item .details-upper p {
  color: #828282;
}
.page-search .item.job-item .details-lower p {
  color: #000;
}
.page-search .item.job-item .details-location {
  color: #828282;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  align-items: center;
}
.page-search .item.job-item .details-location img {
  margin-right: 10px;
  object-fit: contain;
}
.page-search .item.job-item .details-location p {
  margin-bottom: 0;
}
@media (max-width: 999px) {
  .page-search .item.job-item {
    height: 150px;
  }
  .page-search .item.job-item .featured-badge {
    right: 10%;
    padding: 5px;
  }
}
@media (max-width: 999px) and (max-width: 480px) {
  .page-search .item.job-item .featured-badge {
    right: 5px;
  }
}
@media (max-width: 999px) {
  .page-search .item.job-item .details-lower {
    display: none;
  }
  .page-search .item.job-item .details-upper {
    width: 100%;
  }
  .page-search .item.job-item .details-upper .info {
    overflow: hidden;
  }
  .page-search .item.job-item .details-upper .info h5 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.page-search .item h2 {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 20px;
  color: #016599;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .page-search .item h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.page-search .item h2 a {
  font-size: 18px;
  line-height: 20px;
  color: #016599;
}
.page-search .item h2 a:hover {
  color: #f77f00;
}
.page-search .item h2 .featured-title {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #f77f00;
  padding: 3px 5px;
  line-height: 14px;
  vertical-align: text-bottom;
  margin-left: 5px;
}
.page-search .item:last-child {
  margin-bottom: 0;
}
.page-search .item.featured {
  background: #fffaed;
}
.page-search .item .details {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-search .item .details {
    width: calc(100% - 180px);
    margin-bottom: 0;
    padding-right: 10px;
  }
}
.page-search .item .details-upper, .page-search .item .details-lower {
  font-size: 13px;
}
.page-search .item .details-upper > *, .page-search .item .details-lower > * {
  padding-right: 6px;
  display: inline-block;
  vertical-align: middle;
  color: #6e6e6e;
}
.page-search .item .details-upper > *:last-child, .page-search .item .details-lower > *:last-child {
  padding-right: 0;
}
.page-search .item .details-upper .title, .page-search .item .details-lower .title {
  display: block;
  padding-right: 0;
  color: #323232;
  font-size: 14px;
}
.page-search .item .details-upper .position, .page-search .item .details-lower .position {
  display: block;
}
.page-search .item .details-upper {
  margin-bottom: 5px;
}
.page-search .item .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
@media (min-width: 768px) {
  .page-search .item .actions {
    width: 180px;
    display: block;
  }
}
.page-search .item .actions .btn {
  min-width: 0;
  width: 180px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .page-search .item .actions .btn {
    padding: 9px 10px;
    width: calc(180px - 30px);
  }
}
.page-search .item .actions .later {
  font-size: 14px;
}
.page-search .item .actions .menu,
.page-search .item .actions .action-btns {
  color: #323232;
  text-align: center;
  font-size: 12px;
}
.page-search .item .actions .menu .fa,
.page-search .item .actions .action-btns .fa {
  font-size: 20px;
  line-height: 22px;
}
@media (max-width: 999px) {
  .page-search .item .actions .menu .fa,
.page-search .item .actions .action-btns .fa {
    font-size: 18px;
    line-height: 20px;
  }
}
.page-search .item .actions .menu:hover,
.page-search .item .actions .action-btns:hover {
  color: #f77f00;
}
.page-search .item .actions .menu {
  padding: 5px 15px;
}
.page-search .item .actions .invisible {
  visibility: hidden;
}
@media (max-width: 999px) {
  .page-search .item .actions .invisible {
    display: none !important;
    visibility: visible;
  }
}
.page-search .item .actions .saved {
  color: #6e6e6e;
  border-color: #6e6e6e;
}
.page-search .item .actions .save-to {
  font-size: 12px;
}
.page-search .item .actions.multiple > * {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.page-search .item .image {
  width: 100%;
  padding-top: 66.67%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-search .item.candidate-list {
  align-items: flex-start;
}
.page-search .item.candidate-list .details {
  width: calc(100% - 295px);
  align-self: flex-start;
}
@media (min-width: 1000px) {
  .page-search .item.candidate-list .details {
    width: calc(100% - 370px);
  }
}
.page-search .item.candidate-list .actions {
  width: 225px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1000px) {
  .page-search .item.candidate-list .actions {
    width: 300px;
  }
}
.page-search .item.candidate-list .image {
  width: 60px;
  height: 60px;
  padding: 0;
  margin-right: 10px;
  border-radius: 50%;
}
.page-search .item.candidate-list.has-metadata {
  flex-wrap: wrap;
}
.page-search .item.candidate-list .menu {
  display: none;
}
@media (max-width: 768px) {
  .page-search .item.candidate-list {
    display: flex;
    align-items: flex-start;
  }
  .page-search .item.candidate-list .details {
    margin-bottom: 0;
    width: calc(100% - 105px);
  }
  .page-search .item.candidate-list .actions {
    width: 35px;
  }
  .page-search .item.candidate-list .candidate-metadata {
    width: 100%;
    margin-left: 0;
  }
  .page-search .item.candidate-list .image {
    width: 60px;
    height: 60px;
  }
  .page-search .item.candidate-list .action-btns,
.page-search .item.candidate-list .save-to {
    display: none;
  }
  .page-search .item.candidate-list .menu {
    display: inline-block;
  }
}
.page-search .item.no-actions .details {
  width: 100%;
}
.page-search .item.no-actions.candidate-list .details {
  width: calc(100% - 70px);
}
.page-search .item .candidate-metadata {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 70px);
  margin-top: 10px;
  margin-left: 70px;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  padding-top: 5px;
}
.page-search .item .related-items .jump-tiles {
  display: none;
  padding: 10px 10px 10px 0;
}
.page-search .item .related-items .show-candidates {
  display: inline-block;
  font-size: 13px;
}
.page-search .item .related-items.expand .jump-tiles {
  display: flex;
}
.page-search .item .related-items.expand .show-candidates {
  display: none;
}
.page-search .item .full-width {
  width: 100%;
}
.page-search .item .notes-count {
  font-size: 12px;
  white-space: nowrap;
}
.page-search .jump-tiles {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-search .jump-tiles .tile {
  display: block;
  width: 35px;
  height: 35px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 5px;
  color: #6e6e6e;
}
.page-search .jump-tiles .tile:last-child {
  margin-right: 0;
}
.page-search .jump-tiles .tile.action {
  font-size: 13px;
  line-height: 35px;
  width: auto;
  color: #016599;
}
.page-search .jump-tiles .tile.action:hover {
  color: #f77f00;
}
.page-search .top-search-bar {
  position: relative;
  margin-top: -74px;
  z-index: 100;
  height: 74px;
}
.page-search .top-search-bar:before {
  position: absolute;
  left: -9999px;
  top: 0;
  right: -9999px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: -1;
  display: block;
}
.page-search .top-search-bar.no-background:before {
  display: none;
}
@media (max-width: 768px) {
  .page-search .top-search-bar {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.page-search .top-search-bar.jobs-search-bar, .page-search .top-search-bar.events-search-bar {
  margin-top: 0;
  margin-bottom: 100px;
}
.page-search .top-search-bar.jobs-search-bar .search-box, .page-search .top-search-bar.events-search-bar .search-box {
  box-shadow: 0px 45px 100px rgba(0, 69, 247, 0.2);
  border-radius: 10px;
}
.page-search .top-search-bar.jobs-search-bar .search-box input[type=search], .page-search .top-search-bar.events-search-bar .search-box input[type=search] {
  padding-left: 60px;
  background: #fff;
  border-radius: 10px;
}
.page-search .top-search-bar.jobs-search-bar .search-box input[type=search]:focus, .page-search .top-search-bar.events-search-bar .search-box input[type=search]:focus {
  background: transparent;
}
.page-search .top-search-bar.jobs-search-bar .search-box input[type=search]:hover, .page-search .top-search-bar.events-search-bar .search-box input[type=search]:hover {
  opacity: 0.7;
}
.page-search .top-search-bar.jobs-search-bar .search-box input[type=submit], .page-search .top-search-bar.events-search-bar .search-box input[type=submit] {
  background: linear-gradient(to right, #f77f00, #0045F7);
  margin: 10px 10px 10px 0;
  padding: 15px 50px;
  height: auto;
  border-radius: 5px;
  text-transform: capitalize;
}
.page-search .top-search-bar.jobs-search-bar .search-box ::placeholder, .page-search .top-search-bar.events-search-bar .search-box ::placeholder {
  color: #0045F7;
}
.page-search .top-search-bar.jobs-search-bar .search-box::before, .page-search .top-search-bar.events-search-bar .search-box::before {
  color: #000;
}
.page-search .companies .search-title {
  margin-top: 0;
}
.page-search .companies .total-count {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .page-search .companies .total-count {
    margin-left: 0;
  }
}
.page-search .boxes-container {
  position: static;
}
.page-search .boxes-container .search-title h1 {
  flex-grow: 1;
}
@media (min-width: 480px) {
  .page-search .boxes-container .items {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.page-search .boxes-container .items .item {
  display: block;
  width: 100%;
  margin: 0 0 15px;
  border: none;
  border-top: 4px solid #323232;
  border-radius: 0;
  padding: 0;
}
@media (min-width: 480px) {
  .page-search .boxes-container .items .item {
    width: calc(50% - 20px);
    margin: 0 10px 15px;
  }
}
@media (min-width: 768px) {
  .page-search .boxes-container .items .item {
    width: calc(33.33% - 20px);
  }
}
.page-search .boxes-container .items .item.featured {
  background: transparent;
  border-color: #f77f00;
}
.page-search .boxes-container .items .item.no-results {
  width: 100%;
  text-align: center;
  border: none;
  padding: 10px;
}
.page-search .boxes-container .items .item.term-box {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.2);
  border-top: none;
  height: 200px;
  box-shadow: none;
}
.page-search .boxes-container .items .item.term-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  text-align: center;
}
.page-search .boxes-container .items .item.job-box {
  border-top: none;
  background-color: #fff;
}
.page-search .boxes-container .items .item.job-box .image {
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}
.page-search .boxes-container .items .item .details {
  width: 100%;
  margin-bottom: 5px;
  padding: 10px;
}
.page-search .view-more {
  text-align: center;
  margin: 10px 0 0;
}
.page-search .view-more a {
  text-transform: uppercase;
  text-decoration: underline;
  color: #323232;
  font-size: 16px;
}
.page-search .slider-companies {
  width: 80%;
  margin: 0 auto;
}
.page-search .slider-companies .item {
  display: block;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  border: none;
}
.page-search .slider-companies .item .image {
  border: 1px solid rgba(0, 0, 0, 0.14);
}
.page-search .slider-companies .item span {
  display: block;
  margin: 5px 0 0;
  color: #323232;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Georgia", "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.page-search .slider-companies .item span:visited {
  color: #323232;
}
.page-search .list-tabs {
  display: flex;
  align-items: flex-start;
  margin-bottom: -2px;
}
.page-search .list-tabs .tab {
  flex-basis: 100%;
  background: #efefef;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  border-left: 1px solid rgba(0, 0, 0, 0.14);
  cursor: pointer;
}
.page-search .list-tabs .tab:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.14);
}
.page-search .list-tabs .tab.active {
  cursor: initial;
  background: #fff;
  border-bottom-color: #fff;
  border-top: 3px solid #016599;
}
.page-search .list-tabs .tab.highlight {
  background: #016599;
  color: #fff;
}
.page-search .list-tabs.tabs-2 .tab {
  flex-basis: 50%;
}
.page-search .list-tabs.tabs-3 .tab {
  flex-basis: 33.33%;
}
.page-search .jump-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
}
.page-search .jump-pagination.jobs-search li {
  border: none;
  background: none;
}
.page-search .jump-pagination.jobs-search li a {
  color: #f77f00;
}
.page-search .jump-pagination.jobs-search li.active {
  background: linear-gradient(to right, #f77f00, #0045F7);
}
.page-search .jump-pagination.jobs-search li.active a {
  color: #fff;
}
.page-search .jump-pagination.jobs-search li:hover {
  opacity: 0.7;
}
.page-search .jump-pagination li {
  border-radius: 50%;
  margin: 0 5px;
  border: 1px solid #002234;
}
.page-search .jump-pagination li a {
  display: block;
  color: #f77f00;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  text-align: center;
  transition: initial;
}
.page-search .jump-pagination li.active {
  background: #002234;
}
.page-search .jump-pagination li.active a {
  font-weight: 700;
  color: #f77f00;
}
.page-search .jump-pagination li:hover {
  background: #f77f00;
}
.page-search .jump-pagination li:hover a {
  color: #fff;
}
.page-search .general-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.page-search .general-heading h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-search .general-heading .fa-edit {
  color: #016599;
  margin-left: 10px;
}
.page-search .general-heading .back {
  color: #323232 !important;
  text-decoration: none;
  margin: 0 5px 0;
}
.page-search .general-heading h3,
.page-search .general-heading .total-count {
  margin: 0;
}
.page-search .general-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px 0;
}
.page-search .general-search .search-box {
  width: 100%;
  max-width: 50%;
  margin-top: 0;
}
.page-search .general-search .search-box input,
.page-search .general-search .search-box input[type=submit] {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 40px;
  font-size: 13px;
}
.page-search .general-search .search-box input[type=submit] {
  text-transform: none;
  min-width: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
.page-search .general-search .add_new {
  font-size: 14px;
  margin-left: 5px;
}
.page-search .sovren-filters {
  display: none;
  padding: 8px 10px 25px;
  background: #002234;
  color: #fff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.page-search .sovren-filters .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  font-size: 12px;
}
.page-search .sovren-filters .list > * {
  width: 18%;
}
.page-search .sovren-filters p {
  color: #fff;
  margin: 0;
  font-weight: 600;
}
.page-search .sovren-filters .slider {
  margin: 5px 0;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  background: #f77f00;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  border-radius: 4px;
}
.page-search .sovren-filters .slider:hover {
  opacity: 1;
}
.page-search .sovren-filters .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: #f77f00;
  cursor: pointer;
  border: 2px solid #fff;
}
.page-search .sovren-filters .slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f77f00;
  cursor: pointer;
  border: 2px solid #fff;
}
.page-search table {
  background: transparent;
  border: none;
  border-bottom: 1px solid #efefef;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  z-index: 1;
  color: #002234;
}
.page-search table::before {
  content: " ";
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  width: calc(100% + 1px);
  height: 70px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 1px solid #efefef;
  border-bottom: none;
  z-index: -1;
}
.page-search table thead {
  color: inherit;
  border-color: #efefef;
  font-family: "Georgia", "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
}
.page-search table tbody {
  background: #fff;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
.page-search table tbody.loading-items {
  text-align: center;
  width: 100%;
}
.page-search table tbody.loading-items img {
  display: block;
  margin: 0 auto;
}
.page-search table th, .page-search table td {
  color: inherit;
  border: none;
  padding: 15px 10px;
  font-size: inherit;
  text-align: left;
  line-height: inherit;
  vertical-align: middle;
}
.page-search table th.center, .page-search table td.center {
  text-align: center;
}
.page-search table tr td {
  border-bottom: 1px solid #efefef;
}
.page-search table tr:last-child td {
  border-bottom: none;
}
.page-search table .user-actions {
  padding: 0 !important;
}
.page-search table .user-actions .jump-tooltip {
  display: inline-block;
}
.page-search table .row-icon {
  color: #002234;
  padding: 3px;
  font-size: 16px;
}
.page-search table .row-icon.success {
  color: #38af94;
}
.page-search table .row-icon.warning {
  color: #fcbf49;
}
.page-search table .row-icon.error {
  color: #ff0000;
}
.page-search table .row-icon.disabled {
  cursor: default;
  opacity: 0.2;
}
@media (max-width: 768px) {
  .page-search table .priority-5,
.page-search table .priority-4 {
    display: none;
  }
}
@media (max-width: 600px) {
  .page-search table .priority-5,
.page-search table .priority-4,
.page-search table .priority-3 {
    display: none;
  }
}

.events-page .events-search-submit {
  width: 200px;
  background: #f77f00 !important;
}
.events-page .events-views-selector li {
  padding: 0 25px;
  margin: 0 !important;
}
.events-page .events-messages {
  background: none !important;
  border-color: #0045F7 !important;
  color: #0045F7 !important;
}
.events-page .tribe-events-back a {
  color: white !important;
}
.events-page .tribe-events-notices {
  color: white;
  border: none;
}
.events-page .tribe-events-single-event-title, .events-page .tribe-events-schedule h2 {
  color: white;
}
.events-page .tribe-events.tribe-common {
  width: 100%;
}
.events-page .tribe-events.tribe-common .subscribe-button-container {
  width: 100%;
}
.events-page .subscribe-button-container {
  width: 100%;
  height: 40px;
  position: relative;
}
.events-page .subscribe-button-container .subscribe-dropdown-wrapper.suscribe-event {
  right: 5px !important;
  position: absolute !important;
  border: 1px #0045F7 solid;
  display: block;
}
.events-page .subscribe-button-container .subscribe-dropdown-wrapper.suscribe-event .btn-text {
  color: #0045F7 !important;
  background: none !important;
}
.events-page .subscribe-button-container .subscribe-dropdown-wrapper.register-event {
  position: absolute !important;
  background: #f77f00 !important;
  border: 1px #f77f00 solid;
  padding: 8px 20px !important;
  display: block;
}
.events-page .subscribe-button-container .subscribe-dropdown-wrapper.register-event .btn-text {
  color: #fff !important;
  background: none !important;
}
.events-page .subscribe-button-container .subscribe-dropdown-wrapper.suscribe-event::after {
  background: none !important;
  border: #0045F7 1px solid !important;
  margin: 0 !important;
}
.events-page .subscribe-button-container .subscribe-dropdown-wrapper.register-event::after {
  background: none !important;
  border: #f77f00 1px solid !important;
  margin: 0 !important;
}
.events-page .single-event-page-container .single-event .subscribe-button::after {
  background: none;
}
.events-page .event-meta-details {
  display: none;
}

.single-jobs .job-post-header .jp-container {
  height: 340px;
  justify-content: center;
}
.single-jobs .job-post-header .jp-container .caption {
  min-height: 150px;
  height: 100%;
}
.single-jobs .job-post-header .jp-container .caption .visual {
  background-image: url("../images/headers/job-header.jpg");
}
.single-jobs .job-post-header .jp-container .caption .caption-holder h1 {
  text-shadow: none;
}
.single-jobs .loading {
  text-align: center;
}
.single-jobs .job-thumbnail-details {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: -100px;
  width: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.single-jobs .job-thumbnail-details .job-thumbnail {
  height: 200px;
  width: 200px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.single-jobs .job-thumbnail-details .job-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.single-jobs .job-thumbnail-details .job-details {
  background: #fff;
  border-radius: 60px;
  padding: 20px 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.single-jobs .job-thumbnail-details .job-details p {
  margin: 0;
}
.single-jobs .job-thumbnail-details .job-details .detail {
  display: flex;
  flex-direction: row;
  margin: 0 30px;
}
.single-jobs .job-thumbnail-details .job-details .detail img {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  object-fit: contain;
}
@media (max-width: 999px) {
  .single-jobs .job-thumbnail-details {
    flex-direction: column;
    top: -50px;
  }
  .single-jobs .job-thumbnail-details .job-thumbnail {
    height: 75px;
    width: 75px;
  }
  .single-jobs .job-thumbnail-details .job-details {
    padding: 10px 5px;
    margin: 0 10px;
  }
  .single-jobs .job-thumbnail-details .job-details .detail {
    margin: 0 10px;
    font-size: 10px;
  }
}
.single-jobs .jobs-apply-button {
  background: #0045F7;
  border-radius: 5px;
  color: #fff;
  height: fit-content;
}
.single-jobs .site-main {
  background: #fff;
  padding-bottom: 200px !important;
}
.single-jobs .site-main .job-post {
  position: relative;
}
.single-jobs .site-main .job-post h1 {
  margin: 120px 0 40px 0;
}
.single-jobs .site-main .job-post .job-post-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: fit-content;
  width: 100%;
  margin: 100px 0;
}
.single-jobs .site-main .job-post .job-post-header h1 {
  width: fit-content;
  margin: 0 20px 0 0;
}
.single-jobs .site-main .job-post .job-post-header p {
  color: #000;
  font-size: 24px;
  font-style: italic;
  margin: 0;
}
.single-jobs .site-main .job-post .job-post-header .jobs-apply-button {
  margin-left: auto;
}
@media (max-width: 767px) {
  .single-jobs .site-main .job-post .job-post-header {
    flex-direction: column;
  }
  .single-jobs .site-main .job-post .job-post-header .jobs-apply-button {
    margin: 0;
  }
}
.single-jobs .site-main .job-post .job-description-heading {
  text-align: left;
  position: relative;
}
.single-jobs .site-main .job-post .job-post-description {
  text-align: left;
  width: 100%;
  position: relative;
}
.single-jobs .site-main .job-post .job-post-description * {
  color: #000;
}
.single-jobs .site-main .job-post .job-post-description::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -20px;
}
.single-jobs .site-main .job-post .jobs-company-about-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: none;
}
.single-jobs .site-main .job-post .jobs-company-about-container .employer-video {
  position: relative;
  width: 75%;
  border-radius: 30px;
  margin: 90px auto 30px auto;
  background: #D9D9D9;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.single-jobs .site-main .job-post .jobs-company-about-container .employer-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-jobs .site-main .job-post .jobs-company-about-container .employer-video .fa.fa-play-circle {
  font-size: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  color: #fff;
}
.single-jobs .site-main .job-post .jobs-company-about-container .employer-video .fa.fa-play-circle:hover {
  color: #fff;
  opacity: 0.7;
}
.single-jobs .site-main .job-post .jobs-company-about-container .employer-video .fa.fa-play-circle::before {
  content: "\f144";
}
@media (max-width: 767px) {
  .single-jobs .site-main .job-post .jobs-company-about-container .employer-video .fa.fa-play-circle {
    font-size: 50px;
  }
}
.single-jobs .site-main .job-post .jobs-company-about-container .employer-profile-image {
  width: 100%;
  height: 100%;
}
.single-jobs .site-main .job-post .jobs-company-about-container .jobs-heading-title {
  font-size: 32px;
  margin-bottom: 34px;
  align-self: flex-start;
}
.single-jobs .site-main .job-post .job-post-footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}
.single-jobs .site-main .job-post .job-post-footer .social-area {
  margin-left: auto;
}
.single-jobs .site-main .job-post .job-post-footer .social-area .social-networks li a {
  background: linear-gradient(to right, #f77f00, #0045F7);
}
.single-jobs .site-main .job-post .job-post-footer .social-area .social-networks li a .fa {
  color: #fff !important;
}

.jobs-heading-title {
  font-family: "Gilroy", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.jobs-sub-heading-title {
  font-family: "Georgia", "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.jobs-widget.show-all .hidden {
  display: flex !important;
}
.jobs-widget ul {
  margin: 0;
}
.jobs-widget .jobs-container {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
}
.jobs-widget .jobs-container.with-remove .jobs-title {
  padding-right: 25px;
}
.jobs-widget .jobs-container.show-more {
  justify-content: center;
  padding-bottom: 0;
}
.jobs-widget .jobs-image {
  width: 50px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 2px;
}
.jobs-widget .jobs-info {
  width: calc(100% - 50px);
  padding-left: 10px;
  font-size: 12px;
  line-height: 16px;
  position: relative;
}
.jobs-widget .jobs-title {
  font-size: 16px;
  line-height: 20px;
  color: #323232;
}
.jobs-widget .jobs-title:visited {
  color: #323232;
}
.jobs-widget .jobs-title:hover {
  color: #f77f00;
}
.jobs-widget .jobs-company {
  color: #6e6e6e;
}
.jobs-widget .jobs-remove {
  position: absolute;
  top: -5px;
  right: 0;
  width: 20px;
  height: 20px;
  color: #323232;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.jobs-widget .jobs-remove:hover {
  color: #f77f00;
}
.jobs-detail-listing {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 15px !important;
}
.jobs-detail-listing > * {
  flex-grow: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14) !important;
}
.jobs-company-buttons {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14);
  text-align: center;
}
.jobs-company-buttons a {
  width: 50%;
  flex-grow: 1;
  padding: 15px;
  color: #016599 !important;
  background: #fff;
}
.jobs-company-buttons a:hover {
  background: #f77f00;
  color: #fff !important;
}
.jobs-action-buttons {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .jobs-action-buttons {
    border-top: 1px solid rgba(0, 0, 0, 0.14);
    display: block;
  }
}
.jobs-action-buttons > * {
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  flex-grow: 1;
}
@media (max-width: 480px) {
  .jobs-action-buttons > * {
    border-top: none;
  }
}
.jobs-action-buttons .apply {
  padding-top: 15px;
  text-align: left;
}
.jobs-action-buttons .apply .jobs-buttons {
  display: inline-block;
}
.jobs-action-buttons .share {
  padding-top: 20px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.jobs-action-buttons .share ul {
  margin: 0;
  max-width: none;
}
.jobs-action-buttons .share-title {
  line-height: 28px;
  padding-right: 7px;
}
.jobs-action-buttons .share .social-networks {
  width: auto;
}
@media (max-width: 480px) {
  .jobs-action-buttons .share {
    text-align: left;
    justify-content: flex-start;
    padding-left: 10px;
    padding-top: 15px;
  }
}
.jobs-apply-button {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 15px;
  min-width: 130px;
  background: #38af94;
  color: #fff !important;
  text-align: center;
  cursor: pointer;
  line-height: 20px;
}
.jobs-apply-button .fa {
  margin-right: 5px;
  line-height: 20px;
}
.jobs-company-about-container {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  margin-bottom: 15px;
}
.jobs-company-about-container:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.jobs-content {
  margin-bottom: 15px !important;
}
.jobs-content:last-child {
  margin-bottom: 0 !important;
}

.jobs-page .results {
  width: 100% !important;
  padding: 0 !important;
}
.jobs-page .jump-section .section-title {
  margin: 0;
}

#job-list .table-list .name {
  align-items: center;
}
#job-list .table-list .featured {
  font-size: 12px;
  line-height: 18px;
  padding: 0 5px;
  background-color: #f77f00;
  color: #fff;
}
#job-list .table-list .status {
  font-size: 13px;
}
#job-list .table-list .status-select {
  width: 225px;
}

.new-dashboard .main-dashboard.messaging-container {
  grid-gap: 5px;
  grid-template: none;
}

.messages-page .general-search .search-box input[type=search] {
  width: 50%;
}
.messages .messages-area {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #6e6e6e;
  margin-top: 10px;
}
.messages .message-row {
  display: flex;
  align-items: flex-start;
  margin: 10px 0 5px;
  position: relative;
}
.messages .message-row.center {
  align-items: center;
}
.messages .message-date {
  text-align: center;
  color: #6e6e6e;
  margin: 0 0 5px;
  font-size: 13px;
}
.messages .message-time {
  padding-left: 38px;
  color: #6e6e6e;
  margin: 0;
  font-size: 13px;
}
.messages .message-content {
  font-size: 12px;
  line-height: 16px;
  padding: 10px;
  border: 1px solid #016599;
  width: calc(100% - 38px);
  border-radius: 4px;
}
.messages .actions {
  position: absolute;
  top: 2px;
  right: 5px;
  font-size: 16px;
  padding: 2px 5px;
  z-index: 1;
}
.messages .profile-picture {
  margin-right: 8px;
  border: 1px solid rgba(0, 0, 0, 0.14);
}
.messages .profile-picture.no-margin {
  margin: 0;
}
.messages .user-details {
  width: calc(100% - 38px);
}
.messages .user-name {
  font-size: 16px;
  line-height: 18px;
  color: #016599;
  margin: 0 0 5px;
}
.messages .user-name.basic {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  color: #323232;
}
.messages .user-text, .messages .user-location {
  color: #6e6e6e;
  font-size: 13px;
  line-height: 15px;
}
.messages .user-location {
  font-size: 12px;
}
.messages .user-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.messages-list {
  height: calc(100% - 108px);
  overflow-y: auto;
  padding: 5px 0;
  font-size: 14px;
  line-height: 18px;
}
.messages-list .message {
  position: relative;
  padding: calc(10px / 2) 10px;
}
.messages-list .message .actions {
  display: none;
  background: #fff;
  top: -3px;
  border: 1px solid #6e6e6e;
  border-radius: 4px;
  font-size: 14px;
  color: #6e6e6e;
}
.messages-list .message:hover {
  background-color: #f3f3f3;
}
.messages-list .message:hover .actions {
  display: block;
}
.messages-list .message-row {
  margin: 0 0 5px;
}
.messages-list .message-content {
  display: flex;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 0 0 0 38px;
}
.messages-list .message-content > * {
  max-width: 60%;
}
.messages-list .message .attach-icon {
  width: 10px;
  margin-left: -13px;
  margin-right: 3px;
}
.messages-list .message.right .message-row {
  flex-direction: row-reverse;
  text-align: right;
}
.messages-list .message.right .message-row .profile-picture {
  margin: 0 0 0 8px;
}
.messages-list .message.right .message-content {
  flex-direction: row-reverse;
  padding: 0 38px 0 0;
  text-align: right;
}
.messages-list .message.right .actions {
  left: 5px;
  right: auto;
}
.messages-box {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.messages-box.full > .user-list {
  display: none;
}
.messages-box.full .messages {
  width: 100%;
}
.messages-box.recommend .new-message-container {
  justify-content: flex-end;
}
.messages-box.recommend .new-message-box.text-area {
  padding: 5px 10px;
  height: 100%;
}
.messages-box .loading_img {
  margin: 0 auto;
  display: block;
}
.messages-box .no-convo {
  padding: 0 10px;
}
.messages-box .user-list {
  width: 25%;
  border-right: 1px solid rgba(0, 0, 0, 0.14);
  max-height: 500px;
  overflow-y: auto;
}
.messages-box .user-list .loading_img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.messages-box .user-list.no-messages {
  padding: 5px 10px;
}
.messages-box .user-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 5px;
  border-left: 3px solid transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  z-index: 1;
}
.messages-box .user-row:last-child {
  border-bottom: none;
}
.messages-box .user-row.active {
  border-left-color: #016599;
  background: #e2e6f0;
}
.messages-box .user-row:hover {
  cursor: pointer;
  background: #e2e6f0;
}
.messages-box .user-row.unread .user-details {
  font-weight: 700;
}
.messages-box .user-row .archive-actions {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  z-index: 10;
}
.messages-box .user-row:hover .archive-actions {
  display: block;
}
.messages-box .user-row .user-details {
  width: calc(100% - 53px);
}
.messages-box .user-row.full .user-details {
  width: 100%;
}
.messages-box .user-row.no-res:hover {
  cursor: default;
  background: transparent;
}
.messages-box .user-actions {
  font-size: 20px;
  color: #323232;
}
.messages-box .messages {
  position: relative;
  width: calc(100% - 25%);
  border-top: 3px solid #016599;
  max-height: 500px;
  overflow-y: auto;
}
.messages-box .messages-area {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
  height: 100%;
}
.messages-box .messages-area.no-create .messages-list {
  height: calc(100% - 53px);
}
.messages-box .messages-area #loading {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.4);
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.messages-box .messages-area .user-details {
  height: 53px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.messages-box .messages-area .user-details .details {
  margin: 10px 0;
}
.messages-box .messages-area .new-message-container {
  height: 54px;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  display: flex;
  white-space: nowrap;
  align-items: center;
  padding: 5px 10px 5px 0;
  font-size: 12px;
}
.messages-box .messages-area .new-message-container input[type=submit] {
  background: #016599;
  color: #fff;
  padding: 5px 10px;
  border: none;
  outline: none;
}
.messages-box .messages-area .new-message-container input[type=submit]:focus {
  background: #002234;
}
.messages-box .messages-area .new-message-container input[type=submit][disabled] {
  background: #f3f3f3;
}
.messages-box .messages-area .new-message-box {
  border-bottom: none;
}
.messages-box .messages-area.no-messages {
  padding: 0 10px;
}
.messages-box .messages-area.no-messages .user-details,
.messages-box .messages-area.no-messages .new-message-container,
.messages-box .messages-area.no-messages .messages-list {
  display: none;
}
.messages-box .new-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
.messages-box .new-message.active {
  display: flex;
}
.messages-box .new-message .user-list {
  width: 100%;
  max-height: 196px;
  border-right: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  background: #fff;
}
.messages-box .new-message .user-list .user-row {
  padding-left: 10px;
  padding-right: 10px;
}
.messages-box .new-message-attachment {
  color: #323232 !important;
  background: transparent;
  border: none;
  height: 24px;
  width: 24px;
  margin: 0 8px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 0;
}
.messages-box .new-message-attachment:focus, .messages-box .new-message-attachment:hover {
  color: #f77f00 !important;
}
.messages-box .new-message-box,
.messages-box input[type=text].new-message-box {
  width: 100%;
  padding: 10px;
  background: #fff;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 0;
  -webkit-appearance: none;
  font-size: 13px;
  line-height: 54px;
  height: 54px;
  resize: none;
  min-height: auto;
}
.messages-box .new-message-box.text-area,
.messages-box input[type=text].new-message-box.text-area {
  height: 15px;
  line-height: 15px;
  padding: 0 15px;
}
.messages-box .new-message-box:focus,
.messages-box input[type=text].new-message-box:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.14);
}
.messages-attachments {
  max-height: 120px;
  overflow-y: auto;
}
.messages-attachments .new-attachment {
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  min-height: 30px;
  padding: calc(10px / 2);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.messages-attachments .new-attachment .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 14px;
}
.messages-attachments .new-attachment .text span {
  font-size: 10px;
  display: block;
}
.messages-attachments .new-attachment .remove {
  font-size: 14px;
  cursor: pointer;
  padding: calc(10px / 2);
}

.whitepaper-top {
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.13);
}
.whitepaper-filters {
  padding-top: 12px;
  padding-bottom: 12px;
}
.whitepaper-filters .filters {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.whitepaper-filters .filters span,
.whitepaper-filters .filters a,
.whitepaper-filters .filters a:visited {
  padding: 8px 15px;
  color: #323232;
}
.whitepaper-filters .filters span.active,
.whitepaper-filters .filters a.active,
.whitepaper-filters .filters a:visited.active {
  color: #016599;
  font-weight: bold;
}
.whitepaper-filters .filters span:hover,
.whitepaper-filters .filters a:hover,
.whitepaper-filters .filters a:visited:hover {
  color: #f77f00;
}
.whitepaper-post-details {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: visible;
}
.whitepaper-post-details .content {
  width: calc(100% - 370px);
  margin-right: 20px;
  padding: 0;
}
@media (max-width: 768px) {
  .whitepaper-post-details {
    display: block;
  }
  .whitepaper-post-details .content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.whitepaper-post-details ul {
  margin-left: 20px;
}
.whitepaper-image {
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  width: 100%;
  padding-top: 50%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-bottom: 15px;
}
.whitepaper-form {
  width: 350px;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.14);
}
.whitepaper-form h3 {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .whitepaper-form {
    width: 100%;
  }
}

.pipeline-page .results {
  width: 100% !important;
  padding: 0 !important;
}
.pipeline-page .jump-section .section-title {
  margin: 0;
}

.table-list {
  width: 100%;
  margin-left: 0;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 4px;
}
.table-list.detailed {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.table-list .loading_img {
  display: block;
  margin: 10px auto;
}
.table-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}
.table-list li:last-child {
  border-bottom: none;
}
.table-list li [sort] {
  cursor: pointer;
}
.table-list li [sort] span:after {
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: 4px;
}
.table-list li [sort][sort-dir=ASC] span:after {
  content: "\f077";
}
.table-list li [sort][sort-dir=DESC] span:after {
  content: "\f078";
}
.table-list li .cursor {
  cursor: pointer;
}
.table-list li > * {
  padding: 10px;
  flex-grow: 0;
}
.table-list li.heading > * {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}
.table-list li.heading .name {
  display: block;
}
.table-list li .flex {
  display: flex;
  align-items: flex-start;
}
.table-list li .flex.center {
  align-items: center;
}
.table-list li .flex.justify-center {
  justify-content: center;
}
.table-list li .flex.spread {
  justify-content: space-between;
}
.table-list li .flex > * {
  margin-right: 10px;
}
.table-list li .flex > *:last-child {
  margin-right: 0;
}
.table-list li .center {
  text-align: center;
}
.table-list li .right {
  text-align: right;
}
.table-list li .status-icon {
  width: 60px;
}
.table-list li .status-icon .text {
  font-size: 12px;
}
.table-list li .fa:not(.fa-2x) {
  font-size: 16px;
}
.table-list li .info {
  width: 120px;
}
.table-list li .actions {
  width: 135px;
}
.table-list li .with-icons .icon,
.table-list li .with-icons .icon:visited,
.table-list li .with-icons .icon:active {
  color: #016599 !important;
}
.table-list li .with-icons .icon .count {
  right: -11px;
}
.table-list li .with-icons > * {
  display: inline-block;
  margin-right: 10px;
}
.table-list li .with-icons > *:last-child {
  margin-right: 0;
}
.table-list li .menu {
  width: 38px;
  font-size: 18px;
  line-height: 18px;
}
.table-list li .menu a {
  display: block;
  text-align: center;
}
.table-list li .user-details {
  width: 150px;
}
.table-list li .user-details .profile-picture {
  display: inline-block;
}
.table-list li .user-details .user-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
}
.table-list li .profile-picture {
  border: 1px solid #f77f00;
}
.table-list li .max-500 {
  max-width: 500px;
}
.table-list li .name {
  flex-grow: 1;
}
.table-list li .name .location {
  font-size: 12px;
}
.table-list li .name-pic {
  display: grid;
  grid-template-columns: 32px auto;
  grid-gap: 10px;
  align-items: flex-start !important;
}
.table-list li .gray {
  color: #6e6e6e;
}
.table-list li .title {
  font-weight: bold;
}
.table-list li .subtitle {
  font-size: 13px;
  color: #6e6e6e;
}
.table-list li .subtitle span {
  padding: 0 2px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.table-list li .subtitle span.fa-circle {
  font-size: 10px;
  vertical-align: text-top;
}
.table-list li .subtitle span:first-child {
  padding-left: 0;
}
.table-list li .subtitle span:last-child {
  padding-right: 0;
}
.table-list li.no-results {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  font-size: 25px;
}
.table-list .show-on-hover {
  visibility: hidden;
}
.table-list li:hover .show-on-hover {
  visibility: visible;
}

body.talent-community {
  background-image: url("../images/headers/talent-community.jpg?1");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
body.talent-community .intro {
  padding-bottom: 0px;
}
body.talent-community .intro .caption {
  width: 100%;
  min-height: 240px;
}
body.talent-community .intro .caption h1 {
  margin-bottom: 20px;
}
body.talent-community .why-us {
  padding: 20px 0;
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-position: 80% center;
  background-size: 35% auto;
}
body.talent-community .why-us.no-bg {
  background-color: transparent;
}
body.talent-community .why-us .img-bg {
  background-position: -50% center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
body.talent-community .details-section .column-container {
  min-height: 300px;
}
body.talent-community .details-section .fa {
  width: 20px;
  text-align: center;
}
body.talent-community .aside {
  background: #f3f3f3;
  text-align: center;
}
body.talent-community .aside h3 {
  margin-bottom: 8px;
}
body.talent-community .left-image-col,
body.talent-community .right-image-col {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  align-self: stretch;
  width: 46.33%;
  margin: -20px 2% -20px -15%;
}
body.talent-community .right-image-col {
  margin: -20px -15% -20px 2%;
}

.page-partner .services-heading {
  margin-top: 200px;
}
.page-partner .services-heading h2 {
  text-align: center;
}
@media (max-width: 999px) {
  .page-partner .services-heading {
    margin-top: 100px;
  }
}
.page-partner .pre-text {
  margin-right: -7px;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .page-partner .pre-text {
    margin-right: -11px;
  }
}
@media (min-width: 1001px) {
  .page-partner .pre-text {
    margin-right: -20px;
  }
}
.page-partner .animated-text {
  margin-left: 0 !important;
  max-width: 118px;
}
@media (min-width: 769px) {
  .page-partner .animated-text {
    max-width: 170px;
  }
}
@media (min-width: 1001px) {
  .page-partner .animated-text {
    max-width: 285px;
  }
}
.page-partner .page-content-wrapper {
  position: relative;
  margin-top: 100px;
}
.page-partner .page-content-wrapper .step .circle {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border: solid 4px #E0E0E0;
  transition: all ease-in-out 0.5s;
}
.page-partner .page-content-wrapper .step .circle:not(.page-partner .page-content-wrapper .step .circle.one)::before {
  content: "";
  position: absolute;
  width: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #E0E0E0;
  bottom: 24px;
  transition: background ease-in-out 0.5s;
}
.page-partner .page-content-wrapper .step .circle.active {
  border: double 4px transparent;
  background-image: linear-gradient(white, white), linear-gradient(to right, #f77f00, #0045F7);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.page-partner .page-content-wrapper .step .circle.active::before {
  width: 4px !important;
  background: linear-gradient(to bottom, #f77f00, #0045F7) !important;
}
.page-partner .page-content-wrapper .step .circle.one {
  top: 0;
}
.page-partner .page-content-wrapper .step .circle.two {
  top: 226px;
}
.page-partner .page-content-wrapper .step .circle.two::before {
  height: 194px;
}
.page-partner .page-content-wrapper .step .circle.three {
  top: 726px;
}
.page-partner .page-content-wrapper .step .circle.three::before {
  height: 468px;
}
.page-partner .page-content-wrapper .step .circle.four {
  top: 1226px;
}
.page-partner .page-content-wrapper .step .circle.four::before {
  height: 468px;
}
.page-partner .page-content-wrapper .section-1 video,
.page-partner .page-content-wrapper .section-3 video {
  box-shadow: 20px 45px 100px -32px rgba(0, 0, 0, 0.2);
}
.page-partner .page-content-wrapper .section-2 video {
  box-shadow: -20px 45px 100px -32px rgba(0, 0, 0, 0.2);
}
.page-partner .page-content-wrapper .section-1,
.page-partner .page-content-wrapper .section-2,
.page-partner .page-content-wrapper .section-3 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  position: relative;
  height: 500px;
  margin: 0 40px;
}
.page-partner .page-content-wrapper .section-1 video,
.page-partner .page-content-wrapper .section-2 video,
.page-partner .page-content-wrapper .section-3 video {
  max-width: 30%;
  max-height: 500px;
  pointer-events: none;
  border-radius: 4px;
}
.page-partner .page-content-wrapper .section-1 h2,
.page-partner .page-content-wrapper .section-2 h2,
.page-partner .page-content-wrapper .section-3 h2 {
  text-align: left;
  width: fit-content;
}
.page-partner .page-content-wrapper .section-1 .section-content,
.page-partner .page-content-wrapper .section-2 .section-content,
.page-partner .page-content-wrapper .section-3 .section-content {
  width: 30%;
}
.page-partner .page-content-wrapper .section-1 .section-content .caption,
.page-partner .page-content-wrapper .section-2 .section-content .caption,
.page-partner .page-content-wrapper .section-3 .section-content .caption {
  color: #f77f00;
  margin-bottom: 20px;
  font-size: 12px;
}
.page-partner .page-content-wrapper .section-1 .section-content .text,
.page-partner .page-content-wrapper .section-2 .section-content .text,
.page-partner .page-content-wrapper .section-3 .section-content .text {
  font-size: 18px;
  padding-bottom: 30px;
}
.page-partner .page-content-wrapper .section-1 .cta-button,
.page-partner .page-content-wrapper .section-2 .cta-button,
.page-partner .page-content-wrapper .section-3 .cta-button {
  padding: 20px 40px;
  background: #0045F7;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
}
@media (max-width: 999px) {
  .page-partner .page-content-wrapper .section-1,
.page-partner .page-content-wrapper .section-2,
.page-partner .page-content-wrapper .section-3 {
    margin: 0 15px;
  }
  .page-partner .page-content-wrapper .section-1 video,
.page-partner .page-content-wrapper .section-2 video,
.page-partner .page-content-wrapper .section-3 video {
    max-width: 40%;
  }
  .page-partner .page-content-wrapper .section-1 .section-content,
.page-partner .page-content-wrapper .section-2 .section-content,
.page-partner .page-content-wrapper .section-3 .section-content {
    width: 40%;
  }
  .page-partner .page-content-wrapper .section-1 .section-content .cta-button,
.page-partner .page-content-wrapper .section-2 .section-content .cta-button,
.page-partner .page-content-wrapper .section-3 .section-content .cta-button {
    font-size: 12px;
    padding: 10px;
  }
}
.page-partner .page-content-wrapper .section-4 {
  height: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
.page-partner .page-content-wrapper .section-4 img {
  width: 50%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.page-partner .page-content-wrapper .section-4 .services {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 40px;
}
.page-partner .page-content-wrapper .section-4 .services .service {
  height: fit-content;
  padding: 10px 30px;
  margin-top: 20px;
  opacity: 0.3;
  transition: all ease-in-out 0.5s;
  position: relative;
}
.page-partner .page-content-wrapper .section-4 .services .service h3 {
  font-weight: bold;
  color: white;
  margin-bottom: 15px;
}
.page-partner .page-content-wrapper .section-4 .services .service:hover, .page-partner .page-content-wrapper .section-4 .services .service.active {
  opacity: 1;
  cursor: pointer;
}
.page-partner .page-content-wrapper .section-4 .services .service:hover::before, .page-partner .page-content-wrapper .section-4 .services .service.active::before {
  position: absolute;
  width: 6px;
  border-radius: 6px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #f77f00;
  content: "";
}
@media (max-width: 999px) {
  .page-partner .page-content-wrapper .section-4 {
    flex-direction: column;
    margin-bottom: 75px;
  }
  .page-partner .page-content-wrapper .section-4 img {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
}
.page-partner .services-contact-form {
  background: transparent;
}
.page-partner .left {
  text-align: left;
}
.page-partner.learn-more main {
  padding: 25px 0;
}
.page-partner.learn-more h2 {
  font-size: 25px;
  line-height: 29px;
  font-weight: 400;
}
.page-partner.learn-more .section-learn-more {
  text-align: center;
}
.page-partner.learn-more .section-learn-more h2 {
  color: #38af94;
}
.page-partner .image {
  border-radius: 0;
  box-shadow: none;
}
.page-partner .compare-container {
  overflow-x: auto;
}
.page-partner .compare-table {
  display: grid;
  grid-template-columns: auto 200px 200px 200px;
  align-items: stretch;
  margin: 45px auto;
}
.page-partner .compare-table h2 {
  margin-bottom: 10px;
}
.page-partner .compare-table .bold {
  font-family: "Gilroy", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.page-partner .compare-table .heading {
  text-align: center;
  min-height: 125px;
}
.page-partner .compare-table > div {
  border-top: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
  padding: 10px;
  text-align: center;
}
.page-partner .compare-table .empty {
  border: none !important;
}
.page-partner .compare-table > div:nth-child(4n+1),
.page-partner .compare-table .left {
  border-left: 1px solid #D7D7D7;
}
.page-partner .compare-table > div:nth-child(4n+1) {
  text-align: left;
}
.page-partner .compare-table .bottom {
  border-bottom: 1px solid #D7D7D7;
}
.page-partner .compare-table .gray {
  background-color: #F4F4F4;
}
.page-partner .compare-table .no-right {
  border-right: none;
}
.page-partner .compare-table .blue {
  background-color: #0045F7;
  color: #fff;
}
.page-partner .compare-table .blue-light {
  background-color: rgba(0, 69, 247, 0.05);
}
.page-partner .compare-table .blue-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #0045F7;
  border-radius: 50%;
}

.what-we-do {
  text-align: center;
}
.what-we-do .skinny {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.what-we-do .circle-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.what-we-do .circle-container.nowrap {
  flex-wrap: nowrap;
}
.what-we-do .circle-container .circle-box {
  width: 90%;
  margin: 20px 0;
  text-align: center;
}
@media (min-width: 600px) {
  .what-we-do .circle-container .circle-box {
    width: 45%;
    margin: 30px 2.5%;
  }
}
@media (min-width: 768px) {
  .what-we-do .circle-container .circle-box {
    width: 23%;
  }
}
.what-we-do .circle-container .circle {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #e2e2e2;
}
.what-we-do .circle-container .title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  margin: 20px 0 10px;
}
.what-we-do .engagement .learn-icon {
  border-bottom: 1px solid #016599;
  margin: 0 0 30px !important;
  width: 100%;
}
.what-we-do .engagement.column-container > * {
  padding: 0 30px;
}
.what-we-do .sub-title {
  font-size: 25px;
  line-height: 28px;
  margin-top: 25px;
}

.light-gradient {
  background: #020024;
  background: linear-gradient(0deg, rgba(2, 0, 36, 0) 0%, #faf9f7 100%);
}

.tabs-container {
  margin: 20px 0;
}
.tabs-container > * {
  width: 100%;
}
.tabs-container .tab-list {
  border-bottom: 1px solid #cfcfcf;
}
.tabs-container .tab-list .tabs {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.tabs-container .tab-list .tab {
  font-size: 18px;
  line-height: 20px;
  padding: 10px 17px;
  color: #323232;
  margin: 0 15px;
  border-bottom: 3px solid transparent;
}
.tabs-container .tab-list .tab:first-child {
  margin-left: 0;
}
.tabs-container .tab-list .tab:last-child {
  margin-right: 0;
}
.tabs-container .tab-list .tab.active {
  color: #016599;
  border-color: #016599;
}
.tabs-container .tab-content {
  display: none;
}
.tabs-container .tab-content.active {
  display: block;
}
.tabs-container .tab-content .with-spacing {
  padding-top: 65px;
  padding-bottom: 65px;
}

.faq-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 50px;
  color: #002461;
}
.faq-container .faq {
  padding: 20px;
  border-bottom: 1px solid #002461;
  align-self: flex-start;
}
.faq-container .faq:first-child {
  border-top: 1px solid #002461;
}
.faq-container .faq .faq-header {
  display: grid;
  grid-template-columns: auto 35px;
  gap: 10px;
  align-items: center;
  padding: 5px 0;
  cursor: pointer;
}
.faq-container .faq .faq-header h3 {
  margin: 0;
}
.faq-container .faq .faq-content {
  display: none;
}
.faq-container .faq .faq-toggle {
  width: 35px;
  height: 35px;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  color: #002461;
}
.faq-container .faq.expand .faq-toggle {
  background: #002461;
  color: #fff;
}
.faq-container .faq.expand .faq-content {
  display: block;
  margin-top: 15px;
}

.count-dot {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  margin-right: 5px;
  align-items: center;
  justify-content: center;
}

.start-arrow,
.end-arrow {
  position: relative;
  width: fit-content;
}
.start-arrow::before,
.end-arrow::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100px;
  top: 100%;
  background-repeat: no-repeat;
}

.start-arrow::before {
  background-image: url(../images/partner/arrows/left-arrow-1.png), url(../images/partner/arrows/left-arrow-2.png);
  background-size: auto 75px, auto 35px;
  background-position: top center, top 59px left 50px;
}

.end-arrow::before {
  background-image: url(../images/partner/arrows/right-arrow-1.png), url(../images/partner/arrows/right-arrow-2.png);
  background-size: auto;
  background-position: center left, top 10px left 72px;
}

body.career-corner {
  background-color: #E5E5E5 !important;
}
body.career-corner .loading {
  text-align: center;
  display: block !important;
}
body.career-corner .multiple-items a.item,
body.career-corner .multiple-items a.item:visited {
  color: #002234;
}
body.career-corner .page-search {
  width: 100%;
}
body.career-corner .page-search .search-box {
  margin-top: 0;
  width: 100%;
}
body.career-corner .page-search .search-box:before {
  color: #002234;
}
body.career-corner .page-search .search-box input[type=search] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #002234;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.blog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.blog-header .blog-logo {
  height: 85px;
}
.blog-header h2 {
  margin-bottom: 0;
}

.featured-articles {
  display: grid;
  grid-template-areas: "primary" "auto";
  grid-template-columns: 2fr;
  grid-gap: 10px;
  margin-bottom: 40px;
}
@media (min-width: 600px) {
  .featured-articles {
    grid-template-areas: "primary primary" "auto auto";
    grid-template-columns: 2fr 2fr;
  }
}
@media (min-width: 768px) {
  .featured-articles {
    grid-template-areas: "primary auto" "primary auto";
    grid-template-columns: 3fr 2fr;
  }
}
@media (min-width: 600px) {
  .featured-articles {
    grid-template-areas: "primary primary" "auto auto";
    grid-template-columns: 2fr 2fr;
  }
}
@media (min-width: 768px) {
  .featured-articles {
    grid-template-areas: "primary auto" "primary auto";
    grid-template-columns: 3fr 2fr;
  }
}
.featured-articles .primary {
  grid-area: primary;
}
.featured-articles.count-1 {
  grid-template-areas: "primary";
  grid-template-columns: 5fr;
}
.featured-articles.count-2 {
  grid-template-areas: "primary auto";
  grid-template-columns: 3fr 3fr;
}
.featured-articles > * {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  padding: 10px;
  position: relative;
  display: flex;
  color: #fff;
  min-height: 180px;
}
.featured-articles > *:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 8px;
}
.featured-articles .featured {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.featured-articles .title {
  align-self: flex-end;
  justify-content: flex-start;
  max-width: 90%;
  z-index: 1;
}
.featured-articles .title .link {
  font-size: 18px;
  line-height: 24px;
}
.featured-articles .title a,
.featured-articles .title a:visited {
  color: #fff;
}
.featured-articles .box {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: auto 50px;
  background-color: #fff;
  border-top-right-radius: 20px;
  width: 50%;
  padding: 10px;
  margin: 0 0 -10px -10px;
  font-size: 12px;
  color: #6e6e6e;
}
.featured-articles .box a,
.featured-articles .box a:visited {
  color: #002234;
}
.featured-articles .box h2 {
  text-align: left;
  margin-bottom: 0;
  line-height: 30px;
}
.featured-articles .box h2 a {
  line-height: 30px;
}
.featured-articles .arrow {
  align-self: flex-end;
  background-color: #002234;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  color: #fff;
  margin-bottom: 10px;
}

.articles-heading {
  display: flex;
  align-items: center;
}
.articles-heading.spread {
  justify-content: space-between;
}
.articles-heading.end {
  justify-content: flex-end;
}
.articles-heading h3 {
  margin-bottom: 0;
}
.articles-heading .article-nav {
  display: flex;
  white-space: nowrap;
  align-items: center;
  width: 50%;
  justify-content: flex-end;
}
.articles-heading .article-nav a,
.articles-heading .article-nav a:visited {
  color: #002234;
  margin-left: 10px;
}

#articles-container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, [col-start] 1fr);
  margin: 25px 0 40px;
}
@media (min-width: 600px) {
  #articles-container {
    grid-template-columns: repeat(2, [col-start] 1fr);
  }
}
@media (min-width: 768px) {
  #articles-container {
    grid-template-columns: repeat(4, [col-start] 1fr);
  }
}
#articles-container .item {
  background-color: #fff;
  border-radius: 8px;
  color: #002234;
}
#articles-container .item .details {
  padding: 10px 10px 0;
}
#articles-container .item .title {
  font-size: 18px;
  line-height: 22px;
  margin: 10px 0;
}
#articles-container .item .subtitle {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
  color: #6e6e6e;
  font-weight: normal;
}
#articles-container .item .content {
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 15px;
}
#articles-container .item .top-image {
  height: 200px;
  background-color: #f3f3f3;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#articles-container .item .video {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #f77f00;
}

#articles-load-more {
  margin: 20px 0;
  text-align: center;
}

.article-container {
  max-width: 600px;
}
.article-container .head {
  margin-bottom: 0;
}
.article-container.content h2 {
  text-align: left;
}
.article-container.content h1, .article-container.content h2, .article-container.content h3, .article-container.content h4, .article-container.content h5, .article-container.content h6 {
  font-family: "Gilroy", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
}
.article-container.content iframe {
  width: 100% !important;
  height: 375px !important;
}
.article-container.content ul {
  margin-left: 30px;
}
.article-container.content .ads {
  margin: 15px 0;
}

.article-banner {
  height: 400px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #b7b7b7;
  margin-bottom: 40px;
}

.article-layout {
  display: grid;
  gap: 20px;
  grid-template-columns: auto;
  padding: 0 10px;
}
@media (min-width: 600px) {
  .article-layout {
    grid-template-columns: 600px auto;
    padding: 0;
  }
}

.widget_relart_widget h3 {
  margin-bottom: 10px;
}

.related-articles.loading {
  text-align: center;
}
.related-articles .article {
  position: relative;
  display: flex;
  min-height: 190px;
  justify-content: center;
  align-items: flex-end;
  padding: 10px;
  color: white;
  border-radius: 8px;
  margin-bottom: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.related-articles .article:last-child {
  margin-bottom: 0;
}
.related-articles .article:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 8px;
}
.related-articles .article h4 {
  font-size: 18px;
  z-index: 1;
}

.page-complete-profile .login-area .step-login {
  padding-top: 50px;
}
.page-complete-profile header {
  display: flex;
  align-items: center;
}
.page-complete-profile header .logo img {
  height: 45px;
}

.resume-parsing-page {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 15px;
  z-index: 1000;
  display: grid;
  grid-gap: 15px;
  grid-template-rows: 45px auto;
}

.resume-parsing-container {
  display: grid;
  grid-gap: 15px;
  grid-template-rows: auto 48px;
  height: 100%;
}
.resume-parsing-container .footer-section {
  display: flex;
  align-items: center;
}
.resume-parsing-container .middle-section {
  overflow-y: auto;
}
.resume-parsing-container .middle-section > * {
  margin: 0 auto;
}
.resume-parsing-container .footer-section {
  justify-content: flex-end;
}
.resume-parsing-container .footer-section > * {
  margin-left: 10px;
  margin-bottom: 0;
}
.resume-parsing-container .footer-section .btn-default {
  color: #016599 !important;
}
@media (min-width: 1000px) {
  .resume-parsing-container .footer-section .btn-default {
    padding: 13px 15px;
  }
}
.resume-parsing-container .footer-section .btn-default:visited {
  color: #016599 !important;
}
.resume-parsing-container .jump_user_form {
  max-width: 1000px;
  width: 95%;
}
.resume-parsing-container .jump_user_form h3 {
  margin-bottom: 10px;
}
.resume-parsing-container.step1-show .step2,
.resume-parsing-container.step1-show .step3 {
  display: none !important;
}
.resume-parsing-container.step2-show .step1,
.resume-parsing-container.step2-show .step3 {
  display: none !important;
}
.resume-parsing-container.step3-show .step1,
.resume-parsing-container.step3-show .step2 {
  display: none !important;
}
.resume-parsing-container .upload-resume,
.resume-parsing-container .professional-summary {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.resume-parsing-container .professional-summary {
  text-align: center;
}
.resume-parsing-container .loading-icon {
  display: none;
  height: 35px;
  margin-bottom: 10px;
}

.upload-resume.highlight {
  border-color: #016599;
}
.upload-resume .upload-circle {
  position: relative;
  background-color: #002234;
  border-radius: 50%;
  color: #fff;
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.upload-resume .upload-circle.selected {
  background-color: #38af94;
}
.upload-resume .upload-circle.disabled {
  color: #6e6e6e;
  opacity: 0.5;
}
.upload-resume .upload-circle:hover {
  cursor: pointer;
}
.upload-resume .upload-circle:after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background-color: #efefef;
  top: -75px;
  left: -75px;
  z-index: -1;
  border-radius: 50%;
}
.upload-resume .upload-circle .name {
  text-align: center;
  max-width: 200px;
}
.upload-resume .upload-circle .name p {
  font-size: 12px;
  font-style: italic;
}
.upload-resume .fa-icon {
  font-size: 50px;
  line-height: 50px;
}
.upload-resume h3 {
  margin-bottom: 5px;
  word-break: break-all;
}

.sovren_job_upload {
  border-bottom: 1px solid #efefef;
  padding-top: 0 !important;
}
.sovren_job_upload .modal-input {
  width: 100% !important;
}
.sovren_job_upload #sovren-job-upload-btn {
  min-width: 100px;
  text-align: center;
}

.sovren-panel .divider {
  color: #002234;
  background-color: #002234;
  height: 1px;
  width: 100%;
  position: relative;
  margin: 30px 0;
}
.sovren-panel .divider span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3px 8px;
  background: #fff;
}
.sovren-panel .upload-resume {
  border: none;
}
.sovren-panel .upload-circle {
  width: 100%;
  border-radius: 20px;
  background-color: rgba(0, 48, 73, 0.1);
  color: #002234;
  border: 1px solid #002234;
}
.sovren-panel .upload-circle:after {
  display: none;
}
.sovren-panel .upload-circle.selected {
  color: #fff;
  background-color: #f77f00;
}

.page-about .about-header {
  background: #F4F5FB;
}
.page-about .about-header .visual {
  background: radial-gradient(circle, rgba(0, 69, 247, 0.3) 0%, rgba(247, 127, 0, 0.3) 100%);
}
.page-about .about-header .caption-holder {
  text-align: center;
}
.page-about .about-header .caption-holder h1 {
  font-size: 50px;
  line-height: normal;
}
@media (max-width: 999px) {
  .page-about .about-header .caption-holder h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .page-about .about-header .caption-holder h1 {
    font-size: 18px;
  }
}
.page-about .about-header .caption-holder .second-line {
  white-space: nowrap;
}
.page-about .about-header .caption-holder .buttons {
  margin: 0 auto 10px auto;
  width: fit-content;
  margin-bottom: 100px;
}
.page-about .about-header .caption-holder .buttons a {
  border-radius: 4px;
  padding: 15px 20px;
  transition: 0.3s ease-in-out;
}
.page-about .about-header .caption-holder .buttons a:hover {
  opacity: 0.7;
}
.page-about .about-header .caption-holder .buttons .btn-fill {
  background: #0045F7;
  border-color: #0045F7;
  color: #fff;
  margin-right: 20px;
}
.page-about .about-header .caption-holder .buttons .btn-text {
  background: transparent;
  border: 1px solid #0045F7;
  color: #0045F7;
}
@media (max-width: 767px) {
  .page-about .about-header {
    padding-top: 0 !important;
  }
  .page-about .about-header .text {
    font-size: 15px !important;
  }
}
.page-about .alt {
  color: #0045F7;
  margin-left: 0 !important;
}
.page-about .foundation-success {
  margin-top: 180px;
}
.page-about .foundation-success .content-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 16px;
}
.page-about .foundation-success .content-grid .item {
  border-radius: 16px;
  box-shadow: 0px 9px 17px rgba(0, 0, 0, 0.12);
  padding: 16px;
  background: #fff;
}
.page-about .foundation-success .content-grid .item img {
  height: 34px;
  margin-bottom: 10px;
}
@media (max-width: 999px) {
  .page-about .foundation-success .content-grid {
    grid-template-rows: repeat(4, 1fr);
    grid-row-gap: 16px;
    grid-template-columns: auto;
  }
}
.page-about .who-we-are {
  padding-top: 5%;
  padding-bottom: 5%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  align-items: center;
}
.page-about .who-we-are h2 {
  text-align: left;
}
.page-about .who-we-are img {
  width: auto;
}
@media (max-width: 999px) {
  .page-about .who-we-are {
    grid-row-gap: 20px;
    grid-template-columns: auto;
    justify-items: center;
    text-align: center;
  }
  .page-about .who-we-are h2 {
    text-align: center;
  }
}
.page-about .search-for-jobs {
  margin-top: 180px;
}
.page-about .search-for-jobs h2 {
  margin-bottom: 40px;
}
.page-about .search-for-jobs .content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16px;
}
.page-about .search-for-jobs .content-grid .item {
  border-radius: 16px;
  background: #fff;
  padding: 52px 30px;
  text-align: center;
}
.page-about .search-for-jobs .content-grid .item p {
  font-size: 18px;
}
.page-about .search-for-jobs .content-grid .item .btn {
  background: #f77f00;
  color: #fff;
  border: 4px;
  padding: 15px;
  transition: 0.3s ease-in-out;
}
.page-about .search-for-jobs .content-grid .item .btn:hover {
  opacity: 0.7;
}
@media (max-width: 999px) {
  .page-about .search-for-jobs .content-grid {
    grid-template-columns: auto;
    grid-row-gap: 16px;
  }
}
.page-about .learn-more {
  margin-top: 5%;
  text-align: center;
}
.page-about .learn-more .links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
}
.page-about .learn-more .links div,
.page-about .learn-more .links a {
  padding: 20px 30px;
  font-weight: bold;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
  margin: 0 10px;
  white-space: nowrap;
  color: #fff;
  background-color: #002461;
}
.page-about .learn-more .links div:hover,
.page-about .learn-more .links a:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (max-width: 999px) {
  .page-about .learn-more {
    width: auto;
  }
  .page-about .learn-more .links {
    flex-wrap: wrap;
  }
  .page-about .learn-more .links div {
    white-space: nowrap;
    margin-top: 10px;
  }
}
.page-about .meet-the-team {
  margin-top: 5%;
  color: #002461;
}
.page-about .meet-the-team .carousel-viewport {
  height: 567px;
  position: relative;
}
.page-about .meet-the-team .carousel-viewport .left-arrow,
.page-about .meet-the-team .carousel-viewport .right-arrow {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 100;
  transition: 0.3s ease-in-out;
}
.page-about .meet-the-team .carousel-viewport .left-arrow:hover,
.page-about .meet-the-team .carousel-viewport .right-arrow:hover {
  opacity: 0.5;
  cursor: pointer;
}
.page-about .meet-the-team .carousel-viewport .left-arrow {
  transform: rotateZ(180deg);
  left: 0;
}
.page-about .meet-the-team .carousel-viewport .right-arrow {
  right: 0;
  transform: none;
}
.page-about .meet-the-team .carousel-viewport .team-member {
  width: 100%;
  height: fit-content;
  transition: 1s ease-in-out;
}
.page-about .meet-the-team .carousel-viewport .team-member .img-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  height: 486px;
}
.page-about .meet-the-team .carousel-viewport .team-member .img {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  background-position: center;
  background-size: cover;
  background-color: #000;
}
.page-about .meet-the-team .carousel-viewport .team-member .bio {
  background: #206455;
  opacity: 0;
  color: #fff;
  padding: 35px;
  position: absolute;
  bottom: 0;
  margin: 0;
  transition: 0.3s ease-in-out;
}
.page-about .meet-the-team .carousel-viewport .team-member .bio:hover {
  opacity: 1;
}
.page-about .meet-the-team .carousel-viewport .owl-stage-outer {
  border-radius: 20px;
}
@media (max-width: 999px) {
  .page-about .meet-the-team .carousel-viewport {
    padding: 0;
  }
  .page-about .meet-the-team .carousel-viewport .left-arrow,
.page-about .meet-the-team .carousel-viewport .right-arrow {
    display: none;
  }
}
.page-about .press-releases {
  margin-top: 5%;
  color: #002461;
}
.page-about .press-releases .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-about .press-releases .heading a {
  font-weight: bold;
}
.page-about .press-releases .content-grid {
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.page-about .press-releases .content-grid .item {
  transition: 0.3s ease-in-out;
}
.page-about .press-releases .content-grid .item:hover {
  opacity: 0.7;
}
.page-about .press-releases .content-grid .item img {
  width: 100%;
}
@media (max-width: 767px) {
  .page-about .press-releases .content-grid {
    grid-template-columns: auto;
    grid-template-rows: repeat(3, 1fr);
  }
}

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