@charset "UTF-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

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

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: content-box;
          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;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.slick-slider * {
  outline: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.form-section .field-tabbed-text ul,
.form-section .field-image .tools,
.form-section .field-media-upload .media-items,
.form-section .field-radio-info .radio-info-body ul,
.form-section .field-select-boxes .items,
.form-section .field-radio-options ul,
.form-section .field-multiple-checkboxes ul,
.form-section .field-stars ul,
.form-section .field-slider-switcher ul,
.form-section .field-day-time-selector ul,
.follow-section .companies-list-container .pagination ul,
.profile-experience .experience-list,
.profile-availability ul,
.page-profile-connect .profile-header .profile-info,
.profile-media .pagination ul,
.jobs-list .job .job-info,
.job-intro .info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

.progress-bar {
  width: 100%;
  height: 8px;
  margin-top: -36px;
  margin-bottom: 30px;
  border: 2px solid #005692;
  border-width: 2px 0;
  position: relative;
}

.progress-bar .progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 5%;
  height: 100%;
  background: #005692;
}

.progress-bar .progress-1-of-4 {
  width: 25%;
}

.progress-bar .progress-2-of-4 {
  width: 50%;
}

.progress-bar .progress-3-of-4 {
  width: 75%;
}

.progress-bar .progress-1-of-5 {
  width: 20%;
}

.progress-bar .progress-2-of-5 {
  width: 40%;
}

.progress-bar .progress-3-of-5 {
  width: 60%;
}

.progress-bar .progress-4-of-5 {
  width: 80%;
}

.progress-bar .progress-1-of-6 {
  width: 16.66%;
}

.progress-bar .progress-2-of-6 {
  width: 33.33%;
}

.progress-bar .progress-3-of-6 {
  width: 50%;
}

.progress-bar .progress-4-of-6 {
  width: 66.66%;
}

.progress-bar .progress-5-of-6 {
  width: 83.33%;
}

.progress-bar .progress-1-of-7 {
  width: 14.3%;
}

.progress-bar .progress-2-of-7 {
  width: 28.5%;
}

.progress-bar .progress-3-of-7 {
  width: 43%;
}

.progress-bar .progress-4-of-7 {
  width: 57%;
}

.progress-bar .progress-5-of-7 {
  width: 71.5%;
}

.progress-bar .progress-6-of-7 {
  width: 88%;
}

.progress-bar .progress-7-of-7 {
  width: 95%;
}

.progress-bar .progress-complete {
  width: 100%;
}

.progress-bar.progress-profile {
  border-color: #faf071;
}

.progress-bar.progress-profile .progress {
  background: #faf071;
}

.progress-bar.progress-business-profile {
  border-color: #89d4e5;
}

.progress-bar.progress-business-profile .progress {
  background: #89d4e5;
}

.progress-bar.progress-ad {
  border-color: #f6c2bf;
}

.progress-bar.progress-ad .progress {
  background: #f6c2bf;
}

.progress-bar.progress-hiring-search {
  border-color: #f09b61;
}

.progress-bar.progress-hiring-search .progress {
  background: #f09b61;
}

.form-section {
  margin-bottom: 55px;
}

.form-section .form-section-title-wrapper {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 28px;
  position: relative;
}

.form-section .form-section-title-wrapper .form-section-title {
  font-family: "Lato", arial, sans-serif;
  font-size: 1em;
  color: #999;
  margin: 0;
  display: inline-block;
}

.form-section .form-section-title-wrapper .form-section-title-helper .helper {
  padding-left: 5px;
  display: inline-block;
}

.form-section .form-section-title-wrapper .optional-notice {
  font-size: 12px;
  font-family: "Fira Sans Condensed", arial, sans-serif;
  line-height: 110%;
  background: rgba(240, 155, 97, 0.2);
  color: #999;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 30px 8px;
  text-transform: uppercase;
  display: block;
}

.form-section .form-section-title-wrapper .optional-notice.optional-notice-lower {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.form-section .form-section-title-wrapper .advice-label {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  float: right;
}

.form-section .form-section-fields {
  padding: 0 5px;
}

.form-section .form-section-fields .error {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: .75em;
  line-height: 1;
  color: #f0ad4e;
  text-transform: uppercase;
  padding: 0;
  margin: 4px 0 0 4px;
}

.form-section .form-section-fields .error .fa {
  margin-right: 4px;
}

.form-section .form-section-fields .error.section-error {
  font-family: "Work Sans", arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin: 4px 0 20px 4px;
}

.form-section .submit {
  margin-top: 30px;
}

.form-section .submit .additional {
  text-align: center;
  margin-top: 10px;
}

.form-section .field {
  margin-bottom: 10px;
}

.form-section .field .title-block {
  margin-bottom: 5px;
}

.form-section .field .title-block .field-label {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 14px;
  color: #999;
  margin-bottom: 5px;
  display: inline-block;
}

.form-section .field .title-block .field-label-helper .helper {
  font-size: 16px;
  padding-left: 6px;
  position: relative;
  top: 1px;
}

.form-section .field .title-block .icons {
  float: right;
  color: #89d4e5;
}

.form-section .field .additional {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 0.8125em;
  color: #999;
  margin: 5px 0 10px;
}

@media screen and (min-width: 480px) {
  .form-section .field .additional {
    font-size: 0.875em;
  }
}

.form-section .field.field-has-helper {
  position: relative;
  z-index: 2000;
}

.form-section .field.field-hidden {
  margin: 0;
  padding: 0;
  visibility: hidden;
  height: 0;
}

.form-section .field-gap {
  clear: both;
  height: 1px;
  margin-bottom: 10px;
}

.form-section .field-gap.field-gap-medium {
  margin-bottom: 40px;
}

.form-section .field-text .input-wrapper {
  position: relative;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.form-section .field-text .input-wrapper label {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 15px;
  color: #999;
  position: absolute;
  left: 14px;
  top: 9px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.form-section .field-text .input-wrapper input[type='text'],
.form-section .field-text .input-wrapper .input-text {
  width: 100%;
  border: 0 none;
}

.form-section .field-text .input-wrapper.has-content label {
  opacity: 0;
  font-size: 12px;
  -webkit-transform: translateY(-160%);
          transform: translateY(-160%);
  padding: 0 5px;
  background: #fff;
}

.form-section .field-text .input-wrapper.focussed {
  border-color: #666;
}

.form-section .field-text .input-wrapper.focussed label {
  font-size: 12px;
  line-height: 1;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  padding: 0 5px;
  background: #fff;
  border: 1px solid #eee;
  opacity: 1;
}

.form-section .field-text.field-has-error .input-wrapper {
  border-color: #f0ad4e;
}

.form-section .field-text.field-has-error .input-wrapper .input-text {
  background-color: rgba(240, 173, 78, 0.05);
}

.form-section .field-textarea label {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 15px;
  color: #999;
  display: block;
  margin-bottom: 10px;
}

.form-section .field-textarea .input-text {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  min-height: 200px;
}

.form-section .field-textarea.field-textarea-inline-label .input-wrapper {
  position: relative;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.form-section .field-textarea.field-textarea-inline-label .input-wrapper label {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 15px;
  color: #999;
  position: absolute;
  left: 14px;
  top: 9px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.form-section .field-textarea.field-textarea-inline-label .input-wrapper.has-content label {
  opacity: 0;
  font-size: 12px;
  -webkit-transform: translateY(-160%);
          transform: translateY(-160%);
  padding: 0 5px;
  background: #fff;
}

.form-section .field-textarea.field-textarea-inline-label .input-wrapper.focussed {
  border-color: #666;
}

.form-section .field-textarea.field-textarea-inline-label .input-wrapper.focussed label {
  font-size: 12px;
  line-height: 1;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  border: 1px solid #eee;
  padding: 0 5px;
  background: #fff;
}

.form-section .field-textarea.field-textarea-inline-label .input-text {
  width: 100%;
  border: 0 none;
}

.form-section .field-textarea.field-has-error .input-wrapper {
  border-color: #f0ad4e;
}

.form-section .field-textarea.field-has-error .input-wrapper .input-text {
  background-color: rgba(240, 173, 78, 0.05);
}

.form-section .field-tabbed-text ul {
  font-size: 0;
  text-align: center;
}

.form-section .field-tabbed-text ul li {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 14px;
  display: inline-block;
  min-width: 90px;
  height: 28px;
  line-height: 28px;
  margin: 0 1px 0 0;
}

.form-section .field-tabbed-text ul li label {
  color: #999;
  border: 1px solid #eee;
  border-width: 1px 1px 0 1px;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.form-section .field-tabbed-text ul li label.checked {
  background: #005692;
  color: #fff;
}

.form-section .field-tabbed-text ul li input {
  display: none;
}

.form-section .field-image {
  display: block;
  margin: 0 auto 20px;
  position: relative;
}

.form-section .field-image .image {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  position: relative;
}

.form-section .field-image .image input[type="file"] {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.form-section .field-image .image .no-image {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(137, 212, 229, 0.5);
  position: relative;
}

.form-section .field-image .image .no-image .fa {
  font-size: 2.5em;
  color: #005692;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.form-section .field-image .tools {
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.form-section .field-image .tools .helper {
  color: #999;
  margin-bottom: 6px;
}

.form-section .field-image .tools .upload a {
  color: #89d4e5;
}

.form-section .field-image.field-image-large {
  width: 100%;
  max-width: none;
}

.form-section .field-image.field-image-large .image {
  margin: 0 -5px;
}

.form-section .field-image.field-image-large .slide {
  text-align: center;
}

.form-section .field-image.field-image-large .slide img {
  margin: 0 auto;
}

.form-section .field-image.field-profile-image .image-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

.form-section .field-image.field-profile-image .image-wrapper img {
  display: block;
}

.form-section .field-media-upload .title-block .options {
  float: right;
}

.form-section .field-media-upload .title-block .options span,
.form-section .field-media-upload .title-block .options a {
  display: inline-block;
  vertical-align: middle;
}

.form-section .field-media-upload .upload-options {
  text-align: center;
}

.form-section .field-media-upload .upload-options .prefix {
  font-size: 0.75em;
  font-family: "Fira Sans Condensed", arial, sans-serif;
  color: #999;
  text-transform: uppercase;
  line-height: 1;
  margin-right: 5px;
  display: none;
}

@media (min-width: 375px) {
  .form-section .field-media-upload .upload-options .prefix {
    display: inline-block;
  }
}

.form-section .field-media-upload .btn-media-option {
  color: #fff;
  background: #005692;
  width: auto;
  height: auto;
  padding: 6px 10px;
  line-height: 1;
  border-radius: 25px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 200ms, -webkit-box-shadow 200ms;
  transition: all 200ms, -webkit-box-shadow 200ms;
  transition: box-shadow 200ms, all 200ms;
  transition: box-shadow 200ms, all 200ms, -webkit-box-shadow 200ms;
  display: inline-block;
}

@media (min-width: 375px) {
  .form-section .field-media-upload .btn-media-option {
    padding: 10px 12px;
  }
}

.form-section .field-media-upload .btn-media-option:hover {
  color: #005692;
  background: #eee;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.form-section .field-media-upload .btn-media-option .text,
.form-section .field-media-upload .btn-media-option .fa {
  font-size: 0.75em;
  color: inherit;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 375px) {
  .form-section .field-media-upload .btn-media-option .text,
  .form-section .field-media-upload .btn-media-option .fa {
    font-size: 0.875em;
  }
}

.form-section .field-media-upload .btn-media-option .text {
  font-size: 0.8125em;
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.form-section .field-media-upload .btn-media-option.btn-video {
  display: none;
}

.form-section .field-media-upload .media-wrapper {
  margin-bottom: 10px;
}

.form-section .field-media-upload .media-items {
  font-size: 0;
}

.form-section .field-media-upload .media-items .media-item {
  font-size: 16px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 90px;
  margin: 0 4px 4px;
  vertical-align: top;
  position: relative;
}

.form-section .field-media-upload .media-items .media-item img {
  display: block;
  height: inherit;
}

.form-section .field-media-upload .media-items .media-item .info {
  display: none;
}

.form-section .field-media-upload .media-items .media-item.temp img {
  opacity: 0.6;
}

.form-section .field-media-upload .media-items .media-item .loader {
  text-align: center;
  position: absolute;
  width: 90px;
  height: 90px;
  line-height: 90px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-block;
}

.form-section .field-media-upload .media-items .media-item .loader .fa {
  vertical-align: middle;
}

.form-section .field-media-upload .media-items .media-item .delete {
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
  color: red;
  opacity: 0;
  visibility: visible;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.form-section .field-media-upload .media-items .media-item:hover .delete {
  visibility: visible;
  opacity: 1;
}

.form-section .field-media-upload .upload-fields {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.form-section .field-radio-info {
  width: calc(100% - 40px);
  margin: 0 auto 20px;
  padding: 20px 20px 20px;
  border: 1px solid #ccc;
  background: #FBFBFB;
  border-radius: 5px;
}

.form-section .field-radio-info .radio-info-header label {
  padding-left: 5px;
}

.form-section .field-radio-info .radio-info-price {
  float: right;
}

.form-section .field-radio-info .radio-info-body {
  padding: 20px 0 0;
}

.form-section .field-radio-info .radio-info-body ul {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 0.875em;
  color: #666;
}

.form-section .field-radio-info .radio-info-body ul li {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}

.form-section .field-radio-info .radio-info-body ul li:last-child {
  border-bottom: 0 none;
  margin-bottom: 0;
}

.form-section .field-radio-info .radio-info-extra {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  background: #fff;
  margin: 20px -20px -20px;
  padding: 10px 20px;
  border-top: 1px solid #ccc;
  border-radius: 0 0 5px 5px;
  font-size: 13px;
}

.form-section .field-radio-info .radio-info-extra label {
  padding-left: 5px;
}

.form-section .field-radio-info--selected {
  border-color: #005692;
  background-color: rgba(0, 86, 146, 0.05);
}

.form-section .field-radio-info--selected .radio-info-header {
  color: #005692;
}

.form-section .field-radio-info--selected .radio-info-extra {
  border-top: 1px solid #005692;
  background-color: #005692;
  color: #fff;
}

.form-section .field-select-boxes .field-label {
  font-family: "Lato", arial, sans-serif;
  font-size: 14px;
  color: #999;
  margin-bottom: 5px;
}

.form-section .field-select-boxes .items {
  font-size: 0;
}

.form-section .field-select-boxes .items li {
  font-size: 16px;
  display: inline-block;
  margin-right: 9px;
}

.form-section .field-select-boxes .items li input[type='checkbox'] {
  display: none;
}

.form-section .field-select-boxes .items li .r-box {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #aaa;
  color: #aaa;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.form-section .field-select-boxes .items li .checked .r-box {
  border-color: #333;
  color: #333;
}

.form-section .field-select-boxes .items.icon-list .r-box {
  position: relative;
}

.form-section .field-select-boxes .items.icon-list .r-box .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.form-section .field-radio-options ul {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.form-section .field-radio-options ul li {
  margin-bottom: 8px;
}

.form-section .field-radio-options ul li label {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 14px;
  color: #666;
  padding-left: 20px;
  position: relative;
}

.form-section .field-radio-options ul li label::before {
  content: "\F10C";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
}

.form-section .field-radio-options ul li label.checked::before {
  content: "\F192";
}

.form-section .field-radio-options ul li label input[type='radio'] {
  display: none;
}

.form-section .field-radio-options ul li label .text {
  position: relative;
  top: 1px;
}

.form-section .field-radio-options ul.horizontal li {
  display: inline-block;
  margin-right: 8px;
}

.form-section .field-multiple-checkboxes ul {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.form-section .field-multiple-checkboxes ul li {
  margin-bottom: 8px;
}

.form-section .field-multiple-checkboxes ul li label {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 14px;
  color: #666;
  padding-left: 25px;
  position: relative;
}

.form-section .field-multiple-checkboxes ul li label::before {
  content: "\F0FE";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
}

.form-section .field-multiple-checkboxes ul li label.checked::before {
  content: "\F14A";
  color: #7ACC7A;
}

.form-section .field-multiple-checkboxes ul li input[type='checkbox'] {
  display: none;
}

.form-section .field-multiple-checkboxes.field-multiple-checkboxes-tree .sub-items-wrapper {
  height: 0;
  overflow: hidden;
}

.form-section .field-multiple-checkboxes.field-multiple-checkboxes-tree .sub-items-wrapper .sub-items {
  margin: 8px 0 8px 28px;
}

.form-section .field-multiple-checkboxes.field-multiple-checkboxes-tree .sub-items-wrapper .sub-items li {
  margin-bottom: 4px;
  font-size: 0.9em;
}

.form-section .field-multiple-checkboxes.field-multiple-checkboxes-tree li.expand > .sub-items-wrapper {
  height: auto;
}

.form-section .field-stars {
  margin-bottom: 25px;
}

.form-section .field-stars .field-label {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}

.form-section .field-stars .stars-wrapper {
  position: relative;
  padding-left: 15px;
}

@media screen and (min-width: 480px) {
  .form-section .field-stars .stars-wrapper {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
  }
}

.form-section .field-stars .stars-wrapper .clearer {
  color: #999;
  position: absolute;
  left: 0px;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
  opacity: 0.2;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.form-section .field-stars .stars-wrapper .clearer::before {
  content: "\F05E";
  font-family: FontAwesome;
  font-size: 12px;
}

.form-section .field-stars .stars-wrapper.checked .clearer {
  opacity: 1;
}

.form-section .field-stars .stars-wrapper.checked .clearer:hover {
  color: #f09b61;
}

.form-section .field-stars .additional {
  padding-left: 22px;
}

@media screen and (min-width: 480px) {
  .form-section .field-stars .additional {
    font-size: .8125em;
    margin: 0;
    padding: 0;
    max-width: calc(100% - 210px);
    display: inline-block;
    vertical-align: top;
  }
}

@media screen and (min-width: 500px) {
  .form-section .field-stars .additional {
    font-size: 0.875em;
  }
}

.form-section .field-stars ul {
  font-size: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.form-section .field-stars ul li {
  font-size: 16px;
  display: inline-block;
  position: relative;
}

.form-section .field-stars ul li label {
  display: block;
  width: 26px;
  height: 26px;
  padding: 2px 3px;
  position: relative;
}

.form-section .field-stars ul li label .text {
  display: none;
}

.form-section .field-stars ul li label::before {
  content: "\F005";
  font-family: FontAwesome;
  font-size: 26px;
  color: #ccc;
  vertical-align: middle;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

.form-section .field-stars ul li label.half {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  padding-right: 0;
  z-index: 2;
}

.form-section .field-stars ul li label.half::before {
  content: "\F089";
}

.form-section .field-stars ul li label.checked::before {
  color: #faf071;
}

.form-section .field-stars ul li label:hover::before,
.form-section .field-stars ul li label.hover::before {
  color: #f09b61;
}

.form-section .field-stars ul li input[type="radio"] {
  display: none;
}

.form-section .field-slider-switcher ul {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.form-section .field-slider-switcher .slider-wrapper {
  position: relative;
  margin-top: 5px;
}

.form-section .field-slider-switcher .slider-wrapper .slider-bg {
  background: #eee;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 24px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-section .field-slider-switcher .slider-wrapper .slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  z-index: 3;
}

.form-section .field-slider-switcher .slider-wrapper .slider .toggle {
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #005692;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.form-section .field-slider-switcher .slider-wrapper [class*="slider-steps-"] {
  width: calc( 75% + 12px);
  left: calc(12.5% - 6px);
}

.form-section .field-slider-switcher .slider-wrapper .switches {
  position: relative;
  z-index: 2;
  font-size: 0;
}

.form-section .field-slider-switcher .slider-wrapper .switches li {
  font-size: 16px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  position: relative;
}

.form-section .field-slider-switcher .slider-wrapper .switches li::after {
  content: "";
  background: #fff;
  width: 1px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 1px;
}

.form-section .field-slider-switcher .slider-wrapper .switches li:last-child::after {
  display: none;
}

.form-section .field-slider-switcher .slider-wrapper .switches li label {
  width: 100%;
  height: 100%;
  display: block;
}

.form-section .field-slider-switcher .slider-wrapper .switches li label .text {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #89d4e5;
  display: block;
  padding-top: 30px;
}

.form-section .field-slider-switcher .slider-wrapper .switches li input[type='radio'] {
  display: none;
}

.form-section .field-slider-switcher .slider-wrapper .switches[class*="switches-"] li:first-child:nth-last-child(1),
.form-section .field-slider-switcher .slider-wrapper .switches[class*="switches-"] li:first-child:nth-last-child(1) ~ li {
  width: 100%;
}

.form-section .field-slider-switcher .slider-wrapper .switches[class*="switches-"] li:first-child:nth-last-child(2),
.form-section .field-slider-switcher .slider-wrapper .switches[class*="switches-"] li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}

.form-section .field-slider-switcher .slider-wrapper .switches[class*="switches-"] li:first-child:nth-last-child(3),
.form-section .field-slider-switcher .slider-wrapper .switches[class*="switches-"] li:first-child:nth-last-child(3) ~ li {
  width: 33.33333333%;
}

.form-section .field-slider-switcher .slider-wrapper .switches[class*="switches-"] li:first-child:nth-last-child(4),
.form-section .field-slider-switcher .slider-wrapper .switches[class*="switches-"] li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}

.form-section .field-notice-period .field-notice-period-duration {
  display: inline-block;
  margin: 5px;
}

.form-section .field-notice-period .field-notice-period-frequency {
  display: inline-block;
  margin: 5px;
}

.form-section .field-switch label {
  display: block;
  width: 100%;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.form-section .field-switch label .text {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 15px;
  color: #999;
  display: inline-block;
  padding: 6px 5px 4px;
}

.form-section .field-switch label input[type='checkbox'] {
  display: none;
}

.form-section .field-switch label .switcher {
  float: right;
  width: 40px;
  height: 20px;
  margin-top: 4px;
  border-radius: 20px;
  background: #eee;
  border: 1px solid #ccc;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

@media screen and (min-width: 480px) {
  .form-section .field-switch label .switcher {
    margin-right: 20px;
  }
}

.form-section .field-switch label .switcher.checked {
  background: #005692;
  border-color: #005692;
}

.form-section .field-switch label .switcher .toggle {
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  -webkit-transition: all 250ms;
  transition: all 250ms;
}

.form-section .field-switch label .switcher .toggle-on {
  left: calc(100% - (10% + 16px));
  background: #fff;
}

.form-section .field-day-time-selector {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.form-section .field-day-time-selector .day-time-selector-wrap {
  overflow: hidden;
}

.form-section .field-day-time-selector input[type='checkbox'] {
  visibility: hidden;
}

.form-section .field-day-time-selector .days {
  font-size: 0;
  text-align: center;
  margin-top: 15px;
}

.form-section .field-day-time-selector .days li {
  font-size: 14px;
  display: inline-block;
  width: 14.5%;
  height: 40px;
  position: relative;
  margin: 0 -1px 0 0;
}

@media screen and (min-width: 460px) {
  .form-section .field-day-time-selector .days li {
    width: 14%;
  }
}

.form-section .field-day-time-selector .days li label {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border: 1px solid #eee;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  cursor: pointer;
}

.form-section .field-day-time-selector .days li label.checked {
  background: #eee;
}

.form-section .field-day-time-selector .days li label .text {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 14px;
  text-align: center;
  color: #999;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.form-section .field-day-time-selector .days li .time-popup-link {
  font-size: 16px;
  color: #ccc;
  line-height: 1.1;
  padding-top: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.form-section .field-day-time-selector .days li .time-popup-link.time-error {
  color: #f0ad4e;
}

.form-section .field-day-time-selector .days li.checked .time-popup-link {
  visibility: visible;
  opacity: 1;
}

.form-section .field-day-time-selector .days li.checked .time-popup-link:hover {
  color: #89d4e5;
}

.form-section .field-day-time-selector .field-time-input {
  text-align: center;
}

.form-section .field-day-time-selector .field-time-input label {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 0 0 5px 0;
  vertical-align: middle;
}

@media (min-width: 375px) {
  .form-section .field-day-time-selector .field-time-input label {
    text-align: left;
    display: inline-block;
    margin: 0 4px 0 0;
  }
}

.form-section .field-day-time-selector .field-time-input .time-input-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.form-section .field-day-time-selector .field-time-input .time-input-wrapper .time-input,
.form-section .field-day-time-selector .field-time-input .time-input-wrapper .divide {
  display: inline-block;
  vertical-align: middle;
}

.form-section .field-day-time-selector .field-time-input .time-input-wrapper .divide {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 16px;
  color: #666;
  text-align: center;
}

.form-section .field-day-time-selector .field-time-input .time-input-wrapper .time-btn,
.form-section .field-day-time-selector .field-time-input .time-input-wrapper .time-entry {
  display: block;
}

.form-section .field-day-time-selector .field-time-input .time-input-wrapper .time-btn {
  font-size: 8px;
  width: 12px;
  height: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d0d0d0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 10px 10px 0 0;
  margin: 0 auto;
  position: relative;
}

.form-section .field-day-time-selector .field-time-input .time-input-wrapper .time-btn .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.form-section .field-day-time-selector .field-time-input .time-input-wrapper .time-btn.time-down {
  border-radius: 0 0 10px 10px;
}

.form-section .field-day-time-selector .field-time-input .time-input-wrapper .time-btn.time-down .fa {
  top: 45%;
}

.form-section .field-day-time-selector .field-time-input .time-input-wrapper .time-entry {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  text-align: center;
  width: 32px;
  height: 20px;
  background: #eee;
  line-height: 20px;
  border-radius: 9px;
  margin: 5px 2px;
}

.form-section .field-day-time-selector .field-time-input .time-input-wrapper .time-entry input {
  min-height: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: 0 none;
  text-align: center;
}

.form-section .field-day-time-selector .field-time-input .error {
  margin-top: 10px;
}

.form-section .field-day-time-selector .time-selector-wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  margin-top: -5px;
}

.form-section .field-day-time-selector .time-selector-wrap .time-selector {
  position: absolute;
  left: 0;
  top: 0;
}

.form-section .field-day-time-selector .time-selector {
  width: 100%;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  margin-top: 8px;
  position: relative;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.form-section .field-day-time-selector .time-selector.time-selector-open {
  visibility: visible;
  opacity: 1;
}

.form-section .field-day-time-selector .time-selector::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 7.15%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px;
  height: 8px;
  background: #fff url(/default/_assets/img/arrow-top.svg) no-repeat 50% 50%;
}

.form-section .field-day-time-selector .time-selector.time-selector-tue::before {
  left: 21.5%;
}

.form-section .field-day-time-selector .time-selector.time-selector-wed::before {
  left: 35.5%;
}

.form-section .field-day-time-selector .time-selector.time-selector-thu::before {
  left: 50%;
}

.form-section .field-day-time-selector .time-selector.time-selector-fri::before {
  left: 64.5%;
}

.form-section .field-day-time-selector .time-selector.time-selector-sat::before {
  left: 78.5%;
}

.form-section .field-day-time-selector .time-selector.time-selector-sun::before {
  left: 93%;
}

.form-section .field-day-time-selector .time-selector .top-section {
  padding: 8px 12px;
  height: 22px;
  border-bottom: 1px solid #eee;
}

.form-section .field-day-time-selector .time-selector .top-section .field-label {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #999;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.form-section .field-day-time-selector .time-selector .top-section .field-label .fa {
  font-size: 12px;
  margin-right: 4px;
}

.form-section .field-day-time-selector .time-selector .top-section .field-switch {
  float: right;
}

.form-section .field-day-time-selector .time-selector .top-section .field-switch .text {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 10px;
}

.form-section .field-day-time-selector .time-selector .top-section .field-switch .switcher {
  margin: 0;
}

.form-section .field-day-time-selector .time-selector .bottom-section-wrapper {
  overflow: hidden;
}

.form-section .field-day-time-selector .time-selector .bottom-section {
  font-size: 0;
  padding: 15px 20px;
}

.form-section .field-day-time-selector .time-selector .bottom-section .field-time-input {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 46%;
}

.form-section .field-day-time-selector .time-selector .bottom-section .field-time-input.start {
  margin-right: 6%;
}

.form-section .field-day-time-selector.type-2 span.label {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
}

.form-section .field-day-time-selector.type-2 .days {
  margin: 0 0 10px;
}

.form-section .field-day-time-selector.type-2 .days li {
  height: auto;
  margin-top: -1px;
}

.form-section .field-day-time-selector.type-2 .days .times li {
  width: 100%;
  height: 20px;
}

.form-section .field-day-time-selector.type-2 .days .times li label {
  display: block;
  border-color: #ccc;
  border-radius: 3px;
  margin: 1px 1px 0;
  width: calc(100% - 2px);
  height: 19px;
}

.form-section .field-day-time-selector.type-2 .days .times li label .text {
  line-height: 1;
  color: #666;
}

.form-section .field-day-time-selector.type-2 .days .times li label.checked {
  background: #005692;
  border-color: #005692;
}

.form-section .field-day-time-selector.type-2 .days .times li label.checked .text {
  color: #fff;
}

.form-section .field-icon .input-wrapper input[type='text'] {
  display: inline-block;
  width: calc(100% - 38px);
}

.form-section .field-icon .input-wrapper .field-icon-wrapper {
  color: #89d4e5;
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  vertical-align: top;
}

.form-section .field-icon .input-wrapper .field-icon-wrapper .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.form-section .field-date .field-icon-wrapper {
  font-size: 18px;
}

.form-section .field-split {
  font-size: 0;
}

.form-section .field-split .field {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 3px);
}

.form-section .field-split .field:first-child {
  margin-right: 6px;
}

.form-section .field-group .field-group-label {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 15px;
  color: #999;
}

.form-section .field-group .field-group-notice {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 13px;
  color: #414141;
  line-height: 110%;
  margin: -10px 0 30px;
}

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

.form-section .field-group .group .group-label {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 13px;
  color: #414141;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
  z-index: 20;
}

.form-section .field-group .group .group-label .remove {
  font-size: 14px;
  margin-left: 10px;
  cursor: pointer;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  position: relative;
  top: 1px;
}

.form-section .field-group .group .group-label .remove:hover {
  color: #f09b61;
}

.form-section .field-group .another {
  text-align: center;
  font-size: 13px;
  font-family: "Fira Sans Condensed", arial, sans-serif;
  text-transform: uppercase;
  margin-top: 50px;
}

.form-section .field-group .another .btn-another {
  color: #414141;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 200ms, -webkit-box-shadow 200ms;
  transition: all 200ms, -webkit-box-shadow 200ms;
  transition: box-shadow 200ms, all 200ms;
  transition: box-shadow 200ms, all 200ms, -webkit-box-shadow 200ms;
  display: inline-block;
}

.form-section .field-group .another .btn-another:hover {
  background: #eee;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.form-section .field-group .another .btn-another .text,
.form-section .field-group .another .btn-another .fa {
  display: inline-block;
  vertical-align: middle;
}

.form-section .field-group .another .btn-another .fa {
  font-size: 15px;
  margin-left: 5px;
}

.form-section .fields-date-available .dates-wrapper {
  overflow: hidden;
}

.form-section-venues .form-section-title-wrapper {
  margin-bottom: 0;
}

.form-section-venues .form-section-fields {
  padding: 20px 0;
  background: #f4f4f4;
}

.form-section-venues .venue {
  background: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 10px;
  position: relative;
}

.form-section-venues .venue:last-child {
  margin-bottom: 0;
}

.form-section-venues .venue .title {
  width: calc(100% - 62px);
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
}

@media screen and (min-width: 480px) {
  .form-section-venues .venue .title {
    width: calc(100% - 300px);
  }
}

.form-section-venues .venue .title a {
  text-decoration: none;
  color: inherit;
}

.form-section-venues .venue .title a:hover {
  color: #005692;
}

.form-section-venues .venue .actions {
  margin-top: 12px;
}

@media screen and (min-width: 480px) {
  .form-section-venues .venue .actions {
    margin-top: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.form-section-venues .venue .actions .action {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-left: 4px;
  background: #f09b61;
  border-radius: 100%;
  position: relative;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.form-section-venues .venue .actions .action .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

.form-section-venues .venue .actions .action.delete {
  background: red;
}

.form-section-venues .venue .actions .action:hover {
  background: #005692;
}

.form-profile-part-1 {
  margin-bottom: 130px;
}

.form-complete .thanks-message {
  padding: 0 5px;
}

.form-complete .thanks-message .form-section-title {
  font-size: 22px;
}

.form-complete .thanks-message .form-subheading {
  font-family: "Lato", arial, sans-serif;
  font-size: 15px;
  color: #999;
  margin-top: -18px;
  margin-bottom: 25px;
}

.form-complete .profile-completion .level-label {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 15px;
  color: #999;
  margin-bottom: 15px;
}

.form-complete .profile-completion .level-label .level {
  font-size: 1.067em;
  color: #414141;
  text-transform: uppercase;
  margin-left: 10px;
}

.form-complete .profile-completion .profile-progress-bar {
  font-size: 0;
  background: #ddd;
  border-radius: 3px;
  width: 100%;
  height: 18px;
  margin-bottom: 50px;
  position: relative;
}

.form-complete .profile-completion .profile-progress-bar .section {
  display: inline-block;
  width: calc(16.67% - 1px);
  height: 18px;
  border-right: 1px solid #fff;
  position: relative;
  z-index: 2;
}

.form-complete .profile-completion .profile-progress-bar .section:last-child {
  width: 14.3%;
  border-right: 0 none;
}

.form-complete .profile-completion .profile-progress-bar.sections-3 .section {
  width: calc(33.33% - 1px);
}

.form-complete .profile-completion .profile-progress-bar .profile-progress-complete {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 3px;
  height: 18px;
  background: #7ACC7A;
}

.form-complete .profile-completion .profile-progress-bar .profile-progress-level {
  font-size: 28px;
  background: #fff;
  color: #7ACC7A;
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}

.form-complete .profile-completion .profile-progress-bar .profile-progress-level .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.follow-section {
  margin-top: 40px;
}

.follow-section .heading {
  font-family: "Lato", arial, sans-serif;
  font-size: 1em;
  color: #999;
  text-align: center;
  margin-bottom: 8px;
}

.follow-section .companies-list-container {
  background: #eee;
  padding: 25px 0;
  position: relative;
}

.follow-section .companies-list-container .companies-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.follow-section .companies-list-container .companies-list .company {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 5px);
  font-size: 16px;
  outline: none;
}

.follow-section .companies-list-container .companies-list .company label {
  display: block;
  width: 100px;
  height: 100px;
  position: relative;
  margin: 0 auto;
}

@media (min-width: 480px) {
  .follow-section .companies-list-container .companies-list .company label {
    width: 120px;
    height: 120px;
  }
}

@media (min-width: 768px) {
  .follow-section .companies-list-container .companies-list .company label {
    width: 160px;
    height: 160px;
  }
}

.follow-section .companies-list-container .companies-list .company label .image-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.follow-section .companies-list-container .companies-list .company label .image-wrapper img {
  display: block;
  margin: 0 auto;
}

.follow-section .companies-list-container .companies-list .company label .image-wrapper .no-image {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(137, 212, 229, 0.5);
  position: relative;
}

.follow-section .companies-list-container .companies-list .company label .image-wrapper .no-image .fa {
  font-size: 2.5em;
  color: #005692;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.follow-section .companies-list-container .companies-list .company label .image-wrapper .no-image .title {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 0.75em;
  text-align: center;
  padding: 3px 5px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 6px);
}

.follow-section .companies-list-container .companies-list .company label input {
  display: none;
}

.follow-section .companies-list-container .companies-list .company label .icon-wrapper {
  font-size: 5.9375em;
  line-height: 1;
  color: #faf071;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.follow-section .companies-list-container .companies-list .company label.checked .icon-wrapper {
  visibility: visible;
  opacity: 1;
}

.follow-section .companies-list-container .slick-nav-arrows {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 0;
}

.follow-section .companies-list-container .slick-nav-arrows .slick-arrow {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 25px;
  height: 28px;
  background: #333;
  color: #fff;
  padding: 0;
  margin: 0;
  border: 0 none;
  text-indent: -9999px;
}

@media (min-width: 1024px) {
  .follow-section .companies-list-container .slick-nav-arrows .slick-arrow {
    width: 100px;
    height: 100px;
  }
}

.follow-section .companies-list-container .slick-nav-arrows .slick-arrow::after {
  content: "\F053";
  font-family: FontAwesome;
  text-indent: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 14px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.follow-section .companies-list-container .slick-nav-arrows .slick-arrow.slick-next {
  left: auto;
  right: 0;
}

.follow-section .companies-list-container .slick-nav-arrows .slick-arrow.slick-next::after {
  content: "\F054";
}

.follow-section .companies-list-container .slick-nav-arrows .slick-arrow.slick-disabled {
  opacity: 0;
}

.follow-section .companies-list-container .pagination {
  display: block;
  text-align: center;
  margin: 15px 0px -5px;
}

.follow-section .companies-list-container .pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  line-height: 100%;
}

.follow-section .companies-list-container .pagination li button {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  padding: 0;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #444;
  background: transparent;
  border-radius: 50%;
  text-indent: -9999px;
}

@media (min-width: 1024px) {
  .follow-section .companies-list-container .pagination li button {
    width: 20px;
    height: 20px;
  }
}

.follow-section .companies-list-container .pagination li.slick-active > button,
.follow-section .companies-list-container .pagination li > button:hover {
  background: #444;
}

.ctas {
  margin-top: 40px;
}

.ctas .cta {
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}

.ctas .cta .heading {
  font-family: "Lato", arial, sans-serif;
  font-size: 1em;
  text-align: center;
  color: #999;
  margin-bottom: 10px;
}

.profiles-list .profile .profile-info {
  font-size: 16px;
  width: calc( 100% - 80px);
  margin-left: 15px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
}

.profiles-list .profile .profile-info .title {
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

.profiles-list .profile .profile-info .info {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.profiles-list .profile .profile-info .info .fa {
  width: 19px;
  text-align: center;
}

.profile-header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}

.profile-intro .container {
  position: relative;
}

.profile-intro .profile-thumb {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  right: 25px;
  top: -60px;
  overflow: hidden;
}

.profile-intro .profile-thumb.profile-thumb-small {
  width: 90px;
  height: 90px;
}

.profile-intro p.info {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.profile-intro p.info .fa {
  width: 19px;
  text-align: center;
}

.profile-intro.profile-contact-section {
  background: #FBFBFB;
  border-bottom: 1px solid #eee;
  padding: 30px 0 15px;
}

.profile-experience .experience-list li {
  margin-bottom: 20px;
}

.profile-experience .experience-list .experience-label {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 18px;
  color: #666;
  margin-bottom: 2px;
}

.profile-experience .experience-list .stars {
  font-size: 22px;
  color: #ccc;
}

.profile-experience .experience-list .stars .star-on {
  color: #f09b61;
}

@media screen and (min-width: 480px) {
  .profile-experience .experience-list .additional {
    font-size: .8125em;
    margin-left: 10px;
    padding: 0;
    max-width: calc(100% - 210px);
    display: inline-block;
    vertical-align: top;
  }
}

@media screen and (min-width: 500px) {
  .profile-experience .experience-list .additional {
    font-size: 0.875em;
  }
}

.profile-roles .role .role-title {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 15px;
  color: #666;
  display: inline-block;
  margin-bottom: 4px;
}

.profile-roles .role .role-duration {
  float: right;
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}

.profile-roles .role .role-company {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 14px;
  color: #999;
  margin-bottom: 15px;
}

.profile-roles .role .role-description {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

.profile-availability {
  padding-bottom: 50px;
}

.profile-availability .avail-list {
  font-size: 0;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.profile-availability .avail-list li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 1px;
}

.profile-availability .avail-list li .day {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 14px;
  color: #999;
  text-align: center;
  background: #eee;
  width: 45px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
}

.profile-availability .avail-list li .time {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #999;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 60px);
}

.page-profile-connect .profile-header .container {
  position: relative;
  min-height: 64px;
}

.page-profile-connect .profile-header .page-title {
  padding: 10px 0 5px;
}

.page-profile-connect .profile-header .profile-thumb {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
}

.page-profile-connect .profile-header .profile-info {
  padding-bottom: 10px;
}

.page-profile-connect .profile-header .profile-info li {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 14px;
  color: #999;
  display: inline-block;
  margin-right: 10px;
}

.profile-messages {
  background: rgba(238, 238, 238, 0.4);
  border-bottom: 1px solid #ccc;
  height: calc(100vh - 250px);
  overflow: hidden;
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.profile-messages .section-title-wrapper {
  background: #fff;
  padding: 12px 0;
}

.profile-messages .section-title-wrapper .section-title {
  font-family: "Work Sans", arial, sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}

.profile-messages .contents-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0 40px;
  overflow: auto;
}

.profile-messages .message {
  width: 50%;
  margin-left: 50%;
  text-align: right;
  margin-bottom: 20px;
}

.profile-messages .message .message-content {
  display: inline-block;
  padding: 10px 20px;
  background: rgba(0, 86, 146, 0.8);
  border-radius: 10px;
  color: #fff;
}

.profile-messages .message .message-content p {
  margin: 0;
}

.profile-messages .message .date {
  display: block;
  font-size: 0.75em;
  font-style: italic;
}

.profile-messages .message.message-reply {
  margin-left: 0;
  text-align: left;
}

.profile-messages .message.message-reply .message-content {
  background: #ddd;
  color: #333;
}

.has-message .profile-messages {
  height: calc(100vh - 310px);
}

.profile-message {
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 30px;
}

.profile-media .pagination {
  text-align: center;
  margin: 15px 0 0;
}

.profile-media .pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  line-height: 100%;
}

.profile-media .pagination li button {
  padding: 0px;
  border: 0 none;
  background: none;
  display: block;
  width: 16px;
  height: 16px;
  background: transparent;
  text-indent: -9999px;
  position: relative;
}

.profile-media .pagination li button::before {
  content: "";
  width: 50%;
  height: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #666;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

@media (min-width: 1024px) {
  .profile-media .pagination li button {
    width: 20px;
    height: 20px;
  }
}

.profile-media .pagination li > button:hover::before {
  background: #89d4e5;
  width: 60%;
  height: 60%;
}

.profile-media .pagination li.slick-active > button::before {
  background: #89d4e5;
  width: 100%;
  height: 100%;
}

.profile-venues .venue .venue-title {
  font-family: "Work Sans", arial, sans-serif;
  font-size: 1.25em;
  color: #666;
  display: inline-block;
  margin-bottom: 20px;
}

.profile-venues .venue .venue-url {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 0.875em;
  color: #999;
  margin: -15px 0 10px;
}

.jobs-list .job .job-title {
  display: inline-block;
  vertical-align: top;
  margin: 4px 0 0 8px;
  width: calc(100% - 178px);
}

.jobs-list .job .job-title .title {
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #005692;
  margin-bottom: 2px;
}

@media screen and (max-width: 480px) {
  .jobs-list .job .job-title .title {
    font-weight: 500;
    font-size: 14px;
  }
}

.jobs-list .job .job-title .company-name {
  font-family: "Lato", arial, sans-serif;
  color: #666;
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .jobs-list .job .job-title .company-name {
    font-weight: 400;
    font-size: 12px;
  }
}

.jobs-list .job .job-description {
  font-family: "Work Sans", arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #111;
}

.jobs-list .job .job-info {
  display: inline-block;
  margin: -5px -5px 0 0;
  width: 100px;
}

.jobs-list .job .job-info .item {
  font-family: "Fira Sans Condensed", arial, sans-serif;
  font-size: 13px;
  color: #005692;
  text-transform: uppercase;
  margin-bottom: 1px;
}

@media screen and (max-width: 480px) {
  .jobs-list .job .listing-thumb {
    width: 40px;
    height: 40px;
  }
}

.job-header {
  margin-bottom: 0;
}

.job-intro {
  position: relative;
}

.job-intro .container {
  position: relative;
}

.job-intro .venue-thumb {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  right: 25px;
  top: -100px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.job-intro .ad-image {
  float: right;
  max-width: 40%;
}

.job-intro .info-list {
  margin-bottom: 25px;
}

.job-intro .info-list li {
  font-size: 14px;
  font-family: "Fira Sans Condensed", arial, sans-serif;
  color: #666;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}

.job-intro .info-list li .fa {
  position: absolute;
  left: 0;
  top: 2px;
  color: #999;
}

.job-intro .info-list li a {
  text-decoration: none;
  color: #005692;
}

.page-advert-complete .thanks-message {
  margin-top: 30px;
}

