<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.light, footer a, #testimonials h3, #testimonials .testimonial .testimonial-text, #individuals-top, #sim-info p, #sim-info h5, #faq-placeholder .faqs-categories li, #faq-placeholder .faq span.answer, #learn h1, #learn .intro, #learn-item .blog-item .description, #learn-item .btn-all-articles, #positions-list .search-container label, #positions-list .positions, #positions-list .positions .category h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.grey-text-color {
  color: #b2b2b2;
}

.error {
  color: red;
  font-style: italic;
}

.error-in-recaptcha {
  position: absolute;
  right: 75px;
  top: 1px;
}

.vertical-margin-after {
  margin-bottom: 10px;
}

.font-weight-normal {
  font-weight: normal;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 30, 2016, 11:26:23 AM
    Author     : preeo
*/
.top-200 {
  margin-top: 200px;
}

.forgot-password-link {
  color: #3BC0C3;
  margin-top: 15px;
}

.btn-event {
  color: #FFF !important;
  background-color: #3BC0C3;
}

.btn-event:hover, .btn-event:focus {
  background-color: #62cdcf;
}

.typeahead,
.tt-query,
.tt-hint {
  outline: none;
  width: 100%;
}

.typeahead {
  background-color: #fff;
}

.tt-query {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.twitter-typeahead {
  width: 100%;
}

.tt-menu {
  margin: 1px 0;
  padding: 8px 0;
  right: 0px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #787878;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #787878;
  background-color: #eee;
}

.tt-suggestion.tt-cursor {
  color: #787878;
  background-color: #eee;
}

.tt-suggestion p {
  margin: 0;
}

.btn-warning {
  background-color: #FFBE3A;
  border: 0px;
  border-bottom: 2px solid #edac29;
  padding: 10px 15px;
  text-transform: uppercase;
  border-radius: 0;
  outline: none;
  width: 100%;
  color: #fff;
}

.btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active {
  background-color: #edac29;
  border: 0px;
  border-bottom: 2px solid #FFBE3A;
  outline: none;
  box-shadow: none;
  color: #fff;
}

.btn-alert {
  background-color: #e86161;
  border: 0px;
  border-bottom: 2px solid #d24848;
  padding: 10px 15px;
  text-transform: uppercase;
  border-radius: 0;
  outline: none;
  width: 100%;
  color: #fff;
}

.btn-alert:hover, .btn-alert:active, .btn-alert:focus, .btn-alert:active:focus, .btn-alert.active {
  background-color: #d24848;
  border: 0px;
  border-bottom: 2px solid #e86161;
  outline: none;
  box-shadow: none;
  color: #fff;
}

.btn-info {
  background-color: #7acdf0;
  border: 0px;
  border-bottom: 2px solid #469ec3;
  padding: 10px 15px;
  text-transform: uppercase;
  border-radius: 0;
  outline: none;
  width: 100%;
  color: #fff;
}

.btn-info:hover, .btn-info:active, .btn-info:focus, .btn-info:active:focus, .btn-info.active {
  background-color: #469ec3;
  border: 0px;
  border-bottom: 2px solid #7acdf0;
  outline: none;
  box-shadow: none;
  color: #fff;
}

.btn-success {
  background-color: #56cc6f;
  border: 0px;
  border-bottom: 2px solid #319647;
  padding: 10px 15px;
  text-transform: uppercase;
  border-radius: 0;
  outline: none;
  width: 100%;
  color: #fff;
}

.btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success:active:focus, .btn-success.active {
  background-color: #319647;
  border: 0px;
  border-bottom: 2px solid #56cc6f;
  outline: none;
  box-shadow: none;
  color: #fff;
}

.btn-outer {
  border: 2px solid #fff;
  color: #fff;
  padding: 9px 20px;
  text-transform: uppercase;
}

.btn-outer:hover, .btn-outer:active, .btn-outer:focus, .btn-outer:active:focus, .btn-outer.active {
  text-decoration: none;
  background-color: #fff;
  color: #5B7FA4;
}

input[type="text"].form-control,
input[type="email"].form-control,
input[type="number"].form-control,
textarea.form-control,
select.form-control {
  border-radius: 0px;
  border: 2px solid #f4f4f4;
  box-shadow: none;
  color: #656565;
}

input[type="text"].form-control::-webkit-input-placeholder,
input[type="email"].form-control::-webkit-input-placeholder,
input[type="number"].form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder,
select.form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #e2e2e2;
  font-style: italic;
}

input[type="text"].form-control:-moz-placeholder,
input[type="email"].form-control:-moz-placeholder,
input[type="number"].form-control:-moz-placeholder,
textarea.form-control:-moz-placeholder,
select.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #e2e2e2;
  opacity: 1;
  font-style: italic;
}

input[type="text"].form-control::-moz-placeholder,
input[type="email"].form-control::-moz-placeholder,
input[type="number"].form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder,
select.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e2e2e2;
  opacity: 1;
  font-style: italic;
}

input[type="text"].form-control:-ms-input-placeholder,
input[type="email"].form-control:-ms-input-placeholder,
input[type="number"].form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder,
select.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e2e2e2;
  font-style: italic;
}

input[type="text"].form-control:placeholder-shown,
input[type="email"].form-control:placeholder-shown,
input[type="number"].form-control:placeholder-shown,
textarea.form-control:placeholder-shown,
select.form-control:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #e2e2e2;
  font-style: italic;
}

.form-group.has-error .form-control {
  border-color: #f4f4f4;
}

textarea {
  resize: none;
}

.navbar-custom {
  padding: 30px 0px;
  background-color: #fff;
  border-width: 1px;
  border-bottom: 1px solid #ccc;
}

.navbar-custom .navbar-nav li.active a {
  text-decoration: none;
  background-color: #eee;
}

.navbar-custom .navbar-nav li a {
  text-transform: uppercase;
  color: #787878;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-custom .navbar-brand {
  padding: 5px 0px;
}

@media (max-width: 768px) {
  .navbar-custom .navbar-brand {
    margin-left: 15px;
  }
}

.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-custom .navbar-toggle {
  border-color: #ddd;
}

.navbar-custom .navbar-toggle .icon-bar {
  background-color: #888;
}

@media (min-width: 768px) {
  .navbar-custom .btn-warning {
    padding: 14px 20px;
  }
  .navbar-custom .navbar-nav a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#footer {
  background-color: #49535F;
  color: #b2b2b2;
  position: relative;
  z-index: 3;
}

#footer img.logo {
  margin-bottom: 20px;
}

#footer .social-icons {
  padding-left: 0px;
}

#footer .social-icons .fa {
  font-size: 1.5em;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #49535F;
}

#footer .social-icons.icon-circle .fa {
  border-radius: 50%;
  background-color: #ebebeb;
}

#footer h4 {
  font-size: 16px;
  border-top: 2px solid #4dc2cd;
  padding-top: 5px;
  margin-bottom: 20px;
  width: 50%;
  color: #f0f0f0;
  margin-top: 0px;
}

#footer h5 {
  font-size: 16px;
  padding-top: 5px;
  border-top: 2px solid #a1a1a1;
  margin-bottom: 20px;
  width: 50%;
  color: #f0f0f0;
  margin-top: 0px;
}

#footer .quick-links {
  padding-left: 100px;
}

@media (max-width: 768px) {
  #footer .quick-links {
    padding-left: 15px;
    margin-top: 20px;
  }
}

#footer .quick-links .menu-links {
  list-style: none;
  padding-left: 0px;
}

#footer .quick-links .menu-links li {
  padding: 5px 0px;
  color: #b2b2b2;
}

#footer .quick-links .menu-links li a {
  color: #b2b2b2;
}

#footer .get-in-touch {
  padding-left: 100px;
}

@media (max-width: 768px) {
  #footer .get-in-touch {
    padding-left: 15px;
    margin-top: 20px;
  }
}

#footer address {
  font-size: 12px;
  text-decoration: normal;
  color: #b2b2b2;
  margin-bottom: 5px;
}

#footer .sim-short-description {
  color: #ebebeb;
}

#footer .contact-details {
  margin-bottom: 35px;
}

#footer .contact-details a {
  color: #b2b2b2;
}

.footer-widget {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #49535F;
}

.footer-widget .social-icons li {
  display: inline;
  margin-right: 20px;
  cursor: pointer;
}

footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3B4551;
  color: #ffffff;
}

footer a {
  margin-left: 20px;
  color: #fff;
  text-transform: uppercase;
}

footer a:hover {
  color: #fff;
}

footer a:first-child {
  margin-left: 0px;
}

footer a:visited, footer a:link {
  color: #fff;
}

footer .copyright {
  float: left;
}

footer .links {
  float: left;
  margin-top: 10px;
}

@media (min-width: 768px) {
  footer .links {
    float: right;
    margin-top: 0px;
  }
}

#testimonials {
  padding: 70px 15px;
}

@media (max-width: 768px) {
  #testimonials {
    padding: 20px 15px;
  }
}

#testimonials h3 {
  margin-bottom: 50px;
  color: #444444;
}

@media (max-width: 768px) {
  #testimonials h3 {
    margin-bottom: 20px;
  }
}

#testimonials .testimonial .testimonial-text {
  font-size: 18px;
  text-align: left;
  margin-top: 15px;
}

#testimonials .testimonial-logos {
  border-right: 1px solid #ccc;
  padding-right: 35px;
}

@media (max-width: 768px) {
  #testimonials .testimonial-logos {
    padding-right: 15px;
  }
}

#testimonials .testimonial-logos img {
  display: inline-block;
}

#testimonials .testimonial-logos .row {
  margin-bottom: 20px;
}

#testimonials .slick-dots {
  bottom: -50px;
}

#testimonials .slick-dots button:before {
  font-size: 10px;
}

.floating-bar {
  position: fixed;
  bottom: -1px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  padding: 5px 0px 5px 0px;
  background-color: #444 !important;
}

.floating-bar .message-inner {
  margin: 0px auto 5px auto;
  color: #FFFFFF;
  text-align: center;
}

.floating-bar .set-close {
  margin-left: 10px;
}

.floating-bar #cookie_policy_bar_buttons {
  margin-top: 5px;
  display: inline-block;
}

/* Sections */
section#top {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

section#top .box {
  margin: 15px 0px;
  padding-top: 40px;
  padding-bottom: 40px;
}

section#top .box h1 {
  text-transform: uppercase;
  font-size: 30px;
  word-wrap: break-word;
  color: #ffffff;
  margin-bottom: 25px;
}

section#top .box p {
  color: #dcdcdd;
  font-size: 28px;
}

section#top .box span {
  text-transform: uppercase;
  font-size: 18px;
  color: #dcdcdd;
  font-weight: bold;
}

section#top .box .btn-warning {
  width: auto;
  margin-top: 40px;
  border: 2px solid #694615;
  color: #694615;
  font-weight: bold;
}

section.blank {
  margin-top: 15px;
  margin-bottom: 40px;
  text-align: center;
}

section.blank h3 {
  color: #8D8D8D;
}

section.blank p {
  padding: 0px 40px;
  color: #8D8D8D;
}

section.blank div.icon {
  margin-top: 30px;
  height: 100px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

section.blank h2.icon-text {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #8d8d8d;
}

section.blank h2.icon-text span {
  text-transform: uppercase;
  font-weight: lighter;
}

section.full-width {
  color: #ffffff;
}

section.full-width a {
  color: #ffffff;
}

section.full-width div.macbook {
  margin-top: 30px;
  margin-bottom: -15px;
  min-height: 580px;
  width: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

section.full-width div.left-col {
  padding: 80px 30px 80px 75px;
}

@media (max-width: 768px) {
  section.full-width div.left-col {
    padding-left: 30px;
  }
}

section.full-width div.left-col p {
  padding-bottom: 15px;
  color: #c1c9d0;
  line-height: 1.7em;
}

section.full-width div.left-col .indent {
  margin-top: 15px;
  border-bottom: 1px solid #647682;
}

section.full-width div.left-col .indent div.icon {
  width: 80px;
  height: 42px;
  float: left;
  background-size: contain;
  background-position: 0% 50%;
  background-repeat: no-repeat;
}

section.full-width div.left-col .indent h4 {
  padding-top: 12px;
}

section.full-width div.left-col .indent p {
  margin-left: 80px;
  font-size: 13px;
}

section.full-width div.left-col .indent:last-child {
  border-bottom: 0;
}

section.full-width h6 {
  color: #dedede;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  text-transform: uppercase;
}

#stay-ahead-market {
  background: #465C6B;
  overflow: visible;
  position: relative;
}

#stay-ahead-market img#macbook {
  position: absolute;
  right: calc(50%);
  min-width: calc(50%);
  top: 30px;
  min-height: calc(100%);
}

section.graph {
  margin-top: 90px;
  color: #656565;
}

section.graph h3 {
  font-weight: 700;
}

section.graph p {
  color: #BBBBBB;
}

section.graph label {
  text-transform: uppercase;
}

section.graph .filters {
  margin-top: 30px;
  margin-bottom: 30px;
}

section.graph .dropdown {
  border-bottom: 1px solid #535353;
}

section.graph .dropdown .btn {
  width: 100%;
  text-align: left;
  color: #D57878;
  padding: 0;
  border-radius: 0;
}

section.graph .dropdown .btn span {
  float: left;
}

section.graph .dropdown .btn .caret {
  float: right;
  margin-top: 8px;
  color: #535353;
}

section.graph .dropdown .btn:active {
  box-shadow: none;
}

section.graph .dropdown .btn:active:focus {
  outline: none;
}

#latest-articles {
  background: url(/img/latest-articles-bk.jpg) no-repeat 50% 50%;
  padding: 70px 0px;
}

@media (max-width: 768px) {
  #latest-articles {
    background-size: cover;
  }
}

#latest-articles h2 {
  margin-bottom: 30px;
  font-size: 30px;
}

#latest-articles #read-more-articles {
  color: #dedede;
  border-top: 1px solid #dedede;
  padding-top: 20px;
  margin-top: 30px;
  font-size: 13px;
}

#latest-articles .article {
  color: #fff;
  cursor: pointer;
}

@media (max-width: 768px) {
  #latest-articles .article {
    margin-bottom: 20px;
  }
}

#latest-articles .article .article-image {
  background-position: 50% 50%;
  background-size: cover;
  height: 125px;
}

#latest-articles .article .article-title {
  padding: 10px 20px;
  text-transform: uppercase;
  min-height: 60px;
  overflow: hidden;
}

#latest-articles .article .article-category {
  padding: 10px 20px;
  text-transform: uppercase;
}

#latest-articles .article a {
  color: #fff;
}

#latest-articles .col-md-4:nth-child(1) .article {
  background-color: #cc4c4c;
}

#latest-articles .col-md-4:nth-child(2) .article {
  background-color: #3b98a6;
}

#latest-articles .col-md-4:nth-child(3) .article {
  background-color: #6b6b6b;
}

#get-started {
  background-color: #e77d63;
  padding: 20px 0px;
  color: #fff;
  font-size: 18px;
}

#get-started input#email_address {
  background: rgba(255, 255, 255, 0.2);
  padding: 11px 15px;
  color: #fff;
  border: 0px;
  width: 100%;
  font-size: 15px;
}

#get-started input#email_address::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ffffff;
}

#get-started input#email_address:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
  opacity: 1;
}

#get-started input#email_address::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}

#get-started input#email_address:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}

#get-started input#email_address:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #ffffff;
}

#get-started input#email_address:focus {
  outline: none;
}

#get-started p {
  margin: 10px 0px 10px 0px;
  letter-spacing: 2px;
}

.event {
  color: #5f5f5f;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 6px solid #e6b941;
}

.event .event-image {
  height: 110px;
  background-size: cover;
  background-repeat: no-repeat;
}

.event .event-title {
  padding: 10px 20px 0px 20px;
  height: 49px;
}

.event .event-title div {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  font-size: 16px;
}

.event .event-info {
  padding: 0px 20px 10px;
}

.event .event-cta div a {
  border-radius: 4px;
  width: 100%;
}

.event a {
  color: #5f5f5f;
}

.event-cta {
  margin-bottom: 10px;
  margin-top: 10px;
}

.blog-item .event-cta {
  text-align: center;
  margin-bottom: 30px;
}

.slick-track {
  display: flex !important;
}

.slick-track .slick-slide {
  display: flex !important;
  height: auto !important;
  align-items: center !important;
  justify-content: center !important;
}

#about-banner {
  background: url(/img/latest-articles-bk.jpg) no-repeat 50% 50%;
  padding: 125px 0px;
}

#about-banner h1 {
  text-transform: uppercase;
  margin-bottom: 35px;
  color: #fff;
  font-weight: 600;
}

#about-banner p {
  font-size: 20px;
  line-height: 1.8em;
}

#what-we-do h3 {
  color: #656565;
}

#what-we-do p {
  font-size: 16px;
}

#our-team {
  background: #465c6b;
  color: #afb8be;
  padding: 75px 0px;
  position: relative;
  overflow: hidden;
}

#our-team img#about-dx {
  position: absolute;
  left: calc(50%);
  min-width: calc(50%);
  top: 0px;
  min-height: calc(100%);
}

#our-team h3 {
  margin-bottom: 35px;
  margin-top: 0px;
  color: #fff;
}

#our-team .members {
  margin-top: 20px;
}

#our-team .members .member span.name {
  color: #5ed3c9;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 10px;
}

#our-team .members .member span.position {
  text-transform: uppercase;
  display: block;
  font-size: 11px;
  font-style: italic;
  margin-top: 10px;
}

#our-team #interested {
  color: #7e8d98;
  border-top: 1px solid #7e8d98;
  padding-top: 20px;
  margin-top: 30px;
  font-size: 14px;
}

#our-team .btn-alert {
  width: auto;
}

#get-in-touch {
  background-color: #49535f;
  color: #fff;
  padding: 50px 0px;
}

#get-in-touch .contact-methods {
  margin-top: 30px;
  font-size: 14px;
}

#get-in-touch .contact-methods .fa {
  font-size: 30px;
  border: 2px solid #a9b4c3;
  border-radius: 50px;
  background-color: #6e7986;
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #get-in-touch .contact-methods .fa {
    margin-bottom: 0px;
  }
}

#get-in-touch .contact-methods .fa.fa-question, #get-in-touch .contact-methods .fa.fa-map-pin {
  padding: 22px 28px;
}

#get-in-touch .contact-methods .fa.fa-envelope-o, #get-in-touch .contact-methods .fa.fa-phone {
  padding: 22px 24px;
}

@media (max-width: 768px) {
  #get-in-touch .contact-methods div {
    margin-bottom: 20px;
  }
}

#get-in-touch a {
  color: white;
}

#get-in-touch a:hover {
  text-decoration: underline;
}

#contact-form h3 {
  color: #656464;
  margin-bottom: 30px;
}

#contact-form .form-control::placeholder {
  color: #656565;
}

#contact-form .form-control.double-check-field {
  opacity: 0;
  height: 0;
}

#contact-form .form-group &gt; div {
  text-align: left;
}

#google-map {
  height: 500px;
  width: 100%;
}

#employers-top {
  background: url(/img/employers-top.jpg) no-repeat 50% 50%;
  color: #fff;
  padding: 50px 0px;
}

#employers-top h1 {
  text-transform: uppercase;
}

#employers-top p {
  font-size: 20px;
}

#employers-top span.fa {
  margin-top: 20px;
  font-size: 32px;
}

#benchmark-with-market {
  padding: 50px 0px;
}

#benchmark-with-market h3 {
  color: #656464;
  margin-bottom: 50px;
}

#benchmark-with-market .btn-warning {
  width: auto;
  margin-right: 15px;
}

#benchmark-with-market .employers-feature ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#benchmark-with-market .employers-feature ul li {
  background: #f6f6f6;
  width: 143px;
  height: 37px;
  color: #b5b5b5;
  line-height: 37px;
  padding-left: 20px;
  margin-bottom: 20px;
  z-index: 10;
  position: relative;
  cursor: pointer;
}

#benchmark-with-market .employers-feature ul li.selected {
  background: url(/img/employers/selected_item.png);
  color: #fff;
  z-index: 30;
}

#benchmark-with-market .employers-feature img {
  margin-left: -20px;
  z-index: 20;
  position: relative;
}

#benchmark-with-market .employers-feature:focus {
  outline: none;
}

#benchmark-with-market .employers-feature div.col-nav {
  padding-right: 0px;
  padding-top: 60px;
}

@media (max-width: 1200px) {
  #benchmark-with-market .employers-feature div.col-nav {
    padding-top: 30px;
  }
}

#benchmark-with-market .employers-feature h3, #benchmark-with-market .employers-feature p.light, #benchmark-with-market .employers-feature #testimonials .testimonial p.testimonial-text, #testimonials .testimonial #benchmark-with-market .employers-feature p.testimonial-text, #benchmark-with-market .employers-feature p#individuals-top, #benchmark-with-market .employers-feature #sim-info p, #sim-info #benchmark-with-market .employers-feature p, #benchmark-with-market .employers-feature #learn p.intro, #learn #benchmark-with-market .employers-feature p.intro, #benchmark-with-market .employers-feature #learn-item .blog-item p.description, #learn-item .blog-item #benchmark-with-market .employers-feature p.description, #benchmark-with-market .employers-feature #learn-item p.btn-all-articles, #learn-item #benchmark-with-market .employers-feature p.btn-all-articles, #benchmark-with-market .employers-feature #positions-list p.positions, #positions-list #benchmark-with-market .employers-feature p.positions {
  -webkit-user-select: text;
  user-select: text;
}

#benchmark-with-market .employers-feature div.col-mobile-nav {
  margin-top: 25px;
  padding-right: 0px;
}

@media (max-width: 992px) {
  #benchmark-with-market .employers-feature ul.mobile-nav li {
    width: 120px;
    margin-bottom: 10px;
    padding-left: 10px;
    z-index: 0;
  }
  #benchmark-with-market .employers-feature ul.mobile-nav li.selected {
    background: url(/img/employers/mobile_selected_item.png);
    z-index: 30;
  }
  #benchmark-with-market .employers-feature div.col-mobile-text {
    margin-left: -20px;
    padding: 0px 20px 20px 20px;
    background-color: #ffffff;
    border: 1px solid #86cfe0;
    border-radius: 5px;
  }
}

@media (max-width: 480px) {
  #benchmark-with-market .employers-feature a.btn {
    padding: 6px 10px;
    font-size: 11px;
  }
}

#methodology, #individuals-methodology {
  border-top: 1px solid #ccc;
  padding: 50px 0px;
}

#methodology h3, #individuals-methodology h3 {
  color: #656464;
  margin-bottom: 20px;
}

#methodology .process, #individuals-methodology .process {
  margin-top: 30px;
}

#methodology .process .step, #individuals-methodology .process .step {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  #methodology .process .step, #individuals-methodology .process .step {
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) {
  #methodology .process .step:before, #individuals-methodology .process .step:before {
    content: url(/img/employers/spacer.jpg);
    margin-right: 50px;
    margin-left: -125px;
  }
}

#methodology .process .step:first-child:before, #individuals-methodology .process .step:first-child:before {
  content: '';
  margin: 0px;
}

#methodology .process span.title, #individuals-methodology .process span.title {
  display: block;
  color: #6d6d6d;
  margin: 0px;
}

@media (min-width: 992px) {
  #methodology .process span.title, #individuals-methodology .process span.title {
    margin: 20px 0px;
  }
}

.price {
  background-color: #fff;
  padding: 20px 15px;
  position: relative;
  z-index: 5;
  color: #5d5d5d;
}

.price.front {
  z-index: 7;
  position: absolute;
  margin: auto;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0px 0px 20px 1px #bdbdbd;
}

@media (max-width: 992px) {
  .price.front {
    width: 50%;
    bottom: auto;
  }
}

.price span {
  display: block;
}

.price .title {
  font-size: 23px;
  margin-bottom: 10px;
}

.price .amount {
  font-size: 45px;
  color: #2f89c2;
  font-weight: 600;
  margin-top: 25px;
}

.price .year {
  font-size: 30px;
  font-weight: 400;
  color: #2f89c2;
}

#employers-pricing-top {
  background: url(/img/employers-pricing/top-background.jpg) no-repeat 50% 0%;
  color: #fff;
  padding: 50px 0px;
}

@media (max-width: 768px) {
  #employers-pricing-top {
    background-size: cover;
  }
}

#employers-pricing-top .price {
  margin-bottom: 20px;
}

#employers-pricing-top .price .btn-alert {
  text-transform: none;
  margin-top: 25px;
}

#employers-pricing-top .price-container:nth-child(2n+1) {
  margin-top: 50px;
}

#employers-pricing-top .price-container:nth-child(2n+0) {
  margin-bottom: 20px;
}

#employers-pricing-top .go-to-faq {
  color: #fff;
  font-style: italic;
  border-top: 1px solid #fff;
  padding-top: 30px;
}

#included-packages {
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
}

#included-packages h3 {
  margin: 75px 0px;
}

@media (max-width: 768px) {
  #included-packages h3 {
    margin: 35px 0px;
  }
}

#included-packages .pod {
  overflow: auto;
  background-color: #f4f8f9;
  padding: 15px 20px;
  color: #656565;
  margin: 0px 60px 20px 60px;
  font-size: 12px;
}

@media (max-width: 768px) {
  #included-packages .pod {
    margin: 20px 0px;
  }
}

#included-packages .pod p {
  margin-bottom: 0px;
}

#included-packages .pod h5 {
  margin: 0;
  margin-bottom: 5px;
  font-weight: bold;
}

#employer-form {
  background: url(/img/employers-form-background.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  padding: 50px 0px;
}

#employer-form form {
  margin-top: 40px;
}

#employer-form form .btn-info {
  width: auto;
}

#employer-form form .form-group {
  margin-bottom: 30px;
}

#employer-form form input[type="text"], #employer-form form textarea, #employer-form form select {
  color: #636363;
}

#testimonials {
  background: #ccc;
}

#pricing {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  #pricing {
    padding-bottom: 0px;
  }
}

#pricing .process {
  margin-top: 50px;
}

@media (max-width: 768px) {
  #pricing .pricing-structure {
    margin-bottom: 20px;
  }
}

#pricing .pricing-structure li {
  font-size: 11px;
}

#pricing .pricing-structure.freemium .header {
  background-color: #59C1A2;
}

#pricing .pricing-structure.freemium .header h6 {
  color: #226E57;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
}

#pricing .pricing-structure.freemium a {
  background-color: #59C1A2;
}

#pricing .pricing-structure.premium .header {
  background-color: #5BBCC0;
}

#pricing .pricing-structure.premium .header h6 {
  color: #14434C;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
}

#pricing .pricing-structure.premium .body .price {
  padding: 0px;
  padding-bottom: 20px;
  color: #5BBCC0;
}

#pricing .pricing-structure.premium a {
  background-color: #5BBCC0;
}

#pricing .pricing-structure .header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 35px;
  color: #fff;
}

#pricing .pricing-structure .header h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

#pricing .body {
  text-align: left;
  padding: 35px;
  border: 1px solid #ccc;
  border-top: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #343434;
}

#pricing .body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#pricing .body ul li {
  padding-left: 30px;
  position: relative;
  line-height: 28px;
}

#pricing .body ul li:before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 7px;
  left: 0px;
  font-size: 20px;
  color: #7E7E7E;
}

#pricing .body h5 {
  font-size: 25px;
  color: #ccc;
}

#pricing .body h6 {
  font-size: 14px;
  color: #ccc;
  text-transform: uppercase;
  margin-bottom: 22px;
}

#pricing .body .price {
  font-size: 35px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #pricing .body .price {
    font-size: 35px;
  }
}

#pricing .body .price sup {
  top: -0.75em;
  font-size: 50%;
}

#pricing .body .price .range {
  font-size: 25px;
}

@media (max-width: 768px) {
  #pricing .body .price .range {
    font-size: 15px;
  }
}

#pricing .body .price .grey {
  color: #ccc;
  font-size: 14px;
  font-weight: 500;
}

#pricing .body .price .peryear {
  color: #ccc;
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
}

#pricing .body a {
  width: 100%;
  margin-top: 35px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border: 0;
}

#individuals-top {
  padding: 0px;
  border-bottom: 1px solid #ccc;
  color: #fff;
  background: url(/img/individuals/individuals-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

@media (min-width: 992px) {
  #individuals-top {
    padding: 75px 0px;
    border-bottom: 0px;
  }
}

#individuals-top a {
  color: #fff;
}

#individuals-top .individuals-example {
  margin-top: 15px;
}

#individuals-top .form-container {
  padding-top: 15px;
}

#individuals-top .form-container form .form-group {
  margin-bottom: 15px;
}

#individuals-top .form-container form input[type="text"],
#individuals-top .form-container form input[type="email"],
#individuals-top .form-container form textarea,
#individuals-top .form-container form select {
  color: #636363;
}

#individuals-top .form-container form .btn-warning {
  width: auto;
  margin-top: 25px;
  padding: 6px 15px;
  font-weight: bold;
  color: #694615;
  border: 1px solid #edac29;
}

#individuals-top .individuals-terms {
  margin-top: -15px;
}

#individuals-top .individuals-terms #terms.check-error {
  outline: 2px solid #d24848;
}

#individuals-methodology {
  border-top: 0px;
}

@media (min-width: 992px) {
  #individuals-methodology .process .step:before {
    content: url(/img/employers/spacer.jpg);
    margin-right: 100px;
    margin-left: -200px;
  }
}

#sim-info {
  background-color: #49535f;
  padding: 50px 0px;
  font-size: 12px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

#sim-info #sim-info-background {
  position: absolute;
  bottom: -40px;
  left: 60%;
}

#sim-info p {
  font-size: 12px;
}

#sim-info h5 {
  font-size: 20px;
  margin-bottom: 50px;
  letter-spacing: 1px;
}

#sim-info h6 {
  font-size: 14px;
  color: #79b9cd;
  margin-top: 0px;
  font-weight: bold;
}

#sim-info .benefits {
  margin-top: 50px;
}

#sim-info .benefits .row:first-child {
  margin-bottom: 20px;
}

#how-much {
  padding: 50px 0px;
}

#how-much span.title {
  font-weight: bold;
  display: block;
  margin: 15px 0px 0px 0px;
}

#how-much span.price {
  display: inline-block;
  padding: 5px 10px;
  background-color: #41b559;
  color: #fff;
  margin: 20px 0px;
}

#how-much span.price.free {
  background-color: #999;
}

#how-much h3 {
  margin-bottom: 20px;
}

#how-much .bullet-point {
  text-align: left;
  margin-bottom: 20px;
  overflow: auto;
}

#how-much .btn {
  width: auto;
  margin-top: 30px;
}

#how-much .reports {
  margin-top: 50px;
}

@media (min-width: 992px) {
  #how-much .reports .report {
    height: 350px;
    position: relative;
  }
}

@media (max-width: 768px) {
  #how-much .reports .report {
    margin-bottom: 50px;
  }
  #how-much .reports .report:last-child {
    margin-bottom: 0px;
  }
}

#other-sites {
  border-top: 1px solid #ccc;
  padding: 50px 0px;
}

#other-sites #calculator {
  background-image: url(/img/individuals/salary_calc_background.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 200px;
  padding-top: 125px;
}

#other-sites #jim {
  background-image: url(/img/individuals/jobsinmalta.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 200px;
  padding-top: 125px;
}

#individuals-form {
  background: url(/img/individuals-form-background.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  padding: 30px 0px;
}

#individuals-form .form-container div.col-md-5:first-child {
  padding-right: 35px;
}

#individuals-form .form-container div.col-md-5:last-child {
  padding-left: 35px;
  border-left: 2px solid #c8cbcf;
}

#individuals-form form {
  margin-top: 40px;
}

#individuals-form form .btn-info {
  width: auto;
}

#individuals-form form .form-group {
  margin-bottom: 30px;
}

#individuals-form form input[type="text"],
#individuals-form form textarea,
#individuals-form form select {
  color: #636363;
}

#individuals-form form .btn-success {
  margin-top: 30px;
}

#top-steps {
  background: url(/img/individuals/individuals-steps-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  padding-top: 75px;
  height: 500px;
}

#individuals-steps {
  margin-top: -250px;
}

#individuals-steps .input-error {
  border-color: red !important;
}

#individuals-steps .tabs-container {
  background-color: #fff;
}

#individuals-steps .tabs-container .nav-tabs {
  background-color: #eee;
}

#individuals-steps .tabs-container .nav-tabs li span {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 1.42857143;
  text-align: center;
  text-transform: uppercase;
  color: #ccc;
  border: 1px solid transparent;
  margin-right: 0;
  border-radius: 0;
}

#individuals-steps .tabs-container .nav-tabs li.active span {
  color: #41b8bc;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  #individuals-steps .tabs-container .nav-tabs li span {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
  }
}

#individuals-steps .tabs-container .tab-content {
  padding-top: 60px;
  min-height: 300px;
  color: #636363;
}

#individuals-steps .tabs-container .tab-content .form-header {
  margin-left: 60px;
  margin-right: 60px;
}

#individuals-steps .tabs-container .tab-content .form-header h3 {
  margin-top: 0px;
}

#individuals-steps .tabs-container .tab-content .form-header.last-msg p {
  font-size: 14px;
  margin-bottom: 5px;
}

#individuals-steps .tabs-container .tab-content .form-header.last-msg p.small {
  text-align: justify;
  font-size: 12px;
}

@media (max-width: 600px) {
  #individuals-steps .tabs-container .tab-content .form-header.last-msg p.small {
    font-size: 11px;
  }
}

#individuals-steps .tabs-container .tab-content .form-header.last-msg a {
  color: #41b8bc;
}

@media (max-width: 480px) {
  #individuals-steps .tabs-container .tab-content {
    padding-top: 30px;
  }
  #individuals-steps .tabs-container .tab-content .form-header {
    height: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
}

#individuals-steps .tabs-container .tab-content .form-container {
  margin-top: 30px;
  margin-bottom: 30px;
}

#individuals-steps .tabs-container .tab-content .form-container .btn-warning {
  font-weight: bold;
  color: #694615;
}

#individuals-steps .tabs-container .tab-content .form-container .btn-outer {
  width: 100%;
  font-weight: bold;
  background-color: #999999;
  color: #fff;
  border: 0px;
  border-bottom: 2px solid #7a7a7a;
  padding: 10px 15px;
  border-radius: 0;
}

#individuals-steps .tabs-container .tab-content .form-container .btn-outer:hover,
#individuals-steps .tabs-container .tab-content .form-container .btn-outer:active,
#individuals-steps .tabs-container .tab-content .form-container .btn-outer:focus,
#individuals-steps .tabs-container .tab-content .form-container .btn-outer:active:focus,
#individuals-steps .tabs-container .tab-content .form-container .btn-outer.active {
  background-color: #7a7a7a;
  border: 0px;
  border-bottom: 2px solid #999999;
  outline: none;
  box-shadow: none;
  color: #fff;
}

#individuals-steps .tabs-container .tab-content .form-container #payslip-file {
  border: 2px dashed #999999;
  margin-bottom: 45px;
}

#individuals-steps .tabs-container .tab-content .form-container form .form-group {
  margin-bottom: 30px;
}

#individuals-steps .tabs-container .tab-content .form-container form label {
  display: block;
}

#individuals-steps .tabs-container .tab-content .form-container form label span.underlined {
  text-decoration: underline;
}

#individuals-steps .tabs-container .tab-content .form-container form input[type="text"],
#individuals-steps .tabs-container .tab-content .form-container form input[type="number"],
#individuals-steps .tabs-container .tab-content .form-container form textarea,
#individuals-steps .tabs-container .tab-content .form-container form select {
  color: #636363;
  background-color: #eee;
}

#individuals-steps .tabs-container .tab-content .form-container form input[type="text"]::placeholder,
#individuals-steps .tabs-container .tab-content .form-container form input[type="number"]::placeholder,
#individuals-steps .tabs-container .tab-content .form-container form textarea::placeholder {
  color: #49535f;
}

#individuals-steps .tabs-container .tab-content .form-container form div.box-recaptcha {
  width: 304px;
  margin: 0 auto 30px auto;
}

#individuals-steps .tabs-container .tab-content .form-container form .euro {
  float: left;
  width: 34px;
  height: 34px;
  background-color: #999999;
  color: #fff;
  padding: 3px 11px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

#individuals-steps .tabs-container .tab-content .form-container form .euro-input {
  float: left;
  width: calc(100% - 34px);
  margin-bottom: 15px;
}

#individuals-steps .tabs-container .tab-content .form-container form .col-label {
  margin-top: 7px;
  margin-bottom: 7px;
}

#individuals-steps .tabs-container .tab-content .form-container form .col-label label {
  min-height: 20px;
  margin-bottom: 0;
  font-weight: 400;
}

#individuals-steps .tabs-container .tab-content .form-container form select.form-control {
  margin-bottom: 15px;
}

#individuals-steps .tabs-container .tab-content .form-container .error-in-recaptcha {
  position: absolute;
  right: auto;
  padding-left: 5px;
}

#individuals-steps .tabs-container .tab-content .spaced {
  margin-left: 60px;
  margin-right: 60px;
}

@media (max-width: 480px) {
  #individuals-steps .tabs-container .tab-content .spaced {
    margin-left: 0px;
    margin-right: 0px;
  }
}

#individuals-steps .tabs-container .tab-content #hours_box {
  display: none;
}

.dz-max-files-reached {
  pointer-events: none;
  cursor: default;
}

.dz-max-files-reached .dz-success.dz-complete {
  pointer-events: auto;
}

#faq-placeholder {
  padding-top: 50px;
}

#faq-placeholder h3 {
  color: #656464;
  margin-top: 0px;
}

#faq-placeholder .search-faqs {
  overflow: auto;
  margin: 30px 0px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

#faq-placeholder .search-faqs p {
  color: #5892d3;
}

#faq-placeholder #search-title, #faq-placeholder #search-container {
  display: none;
}

#faq-placeholder .faqs-categories {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
}

#faq-placeholder .faqs-categories li {
  color: #606060;
  margin-bottom: 10px;
}

#faq-placeholder .faqs-categories li span {
  padding: 5px 10px;
}

#faq-placeholder .faqs-categories li span.active, #faq-placeholder .faqs-categories li span:hover {
  color: #fff;
  background-color: #5892d3;
  border-radius: 10px;
  cursor: pointer;
}

#faq-placeholder .faq-container {
  display: none;
}

#faq-placeholder h4 {
  color: #cfcfcf;
}

#faq-placeholder .faq {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 20px;
}

#faq-placeholder .faq span.question {
  display: block;
  color: #000;
  cursor: pointer;
}

#faq-placeholder .faq span.answer {
  font-size: 12px;
  display: none;
}

#faq-placeholder .faq.active span.question {
  margin-bottom: 10px;
}

#faq-placeholder .faq.active span.answer {
  display: block;
}

#faq-placeholder .faq:last-child {
  border-bottom: 0px;
}

#learn h1 {
  color: #656565;
  font-size: 30px;
}

#learn h5 {
  margin-top: 20px;
}

#learn h6 {
  text-transform: uppercase;
  color: #8c8c8c;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-top: 30px;
}

#learn .intro {
  padding-bottom: 30px;
  color: #616161;
}

#learn .filters {
  margin-top: 20px;
  text-align: right;
}

#learn .filters label {
  font-weight: normal;
  margin-right: 30px;
}

#learn .filters label:last-child {
  margin-right: 0px;
}

@media (max-width: 991px) {
  #learn .filters {
    text-align: left;
  }
}

#learn .blog-item {
  height: 500px;
  margin-bottom: 30px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  cursor: pointer;
}

#learn .blog-item .layover-placeholder {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#learn .blog-item .layover-placeholder .date {
  background-color: rgba(59, 192, 195, 0.8);
  padding: 50px 20px 20px 20px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

#learn .blog-item .layover-placeholder .description {
  background-color: rgba(59, 192, 195, 0.8);
  padding: 20px 20px 20px 20px;
}

#learn .blog-item .layover-placeholder .description h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
}

#learn .blog-item .hover-placeholder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(59, 192, 195, 0.8);
  padding: 20px;
}

#learn .blog-item .hover-placeholder h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
}

#learn .blog-item .fa-play {
  font-size: 9px;
}

#learn .blog-item blockquote {
  font-size: 14px;
  margin: 0 0 10px;
}

#learn #items_list {
  min-height: 1000px;
}

@media (max-width: 1199px) {
  #learn #items_list {
    min-height: auto;
  }
}

#learn-item {
  padding-top: 50px;
}

#learn-item .breadcrumb {
  text-decoration: uppercase;
}

#learn-item h5 {
  margin-top: 0px;
  text-transform: uppercase;
  color: #8c8c8c;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
}

#learn-item h6 {
  text-transform: uppercase;
  color: #8c8c8c;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-top: 30px;
}

#learn-item .blog-item a {
  color: #656565;
}

#learn-item .blog-item h3 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

#learn-item .blog-item img {
  margin: 30px 0px;
}

@media (max-width: 767px) {
  #learn-item .blog-item img {
    width: 100%;
  }
}

#learn-item .blog-item .description {
  line-height: 1.8em;
  font-size: 14px;
  margin-bottom: 40px;
  margin-top: 30px;
}

#learn-item .blog-item .description a {
  color: #3BC0C3;
  cursor: pointer;
}

#learn-item .blog-item .author-description {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0px;
  font-size: 12px;
  line-height: 1.8em;
  margin-bottom: 40px;
  color: #919191;
}

#learn-item .blog-item .author-description .author {
  font-size: 14px;
}

#learn-item .btn-all-articles {
  text-transform: uppercase;
  color: #737373;
  background-color: #c5e0ee;
  width: 100%;
  display: block;
  padding: 5px 0px;
  text-align: center;
}

#learn-item .btn-all-articles:hover {
  text-decoration: none;
}

#learn-item .other-blog-items {
  padding: 0;
  margin: 0;
  list-style: none;
}

#learn-item .other-blog-items li {
  margin-bottom: 10px;
}

#learn-item .sharing_toolbox {
  float: left;
}

@media (min-width: 768px) {
  #learn-item .sharing_toolbox {
    float: right;
  }
}

#learn, #learn-item {
  position: relative;
}

#learn .event, #learn-item .event {
  border: 0px;
}

#learn .event .event-image, #learn-item .event .event-image {
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
}

#learn .event img.event-image, #learn-item .event img.event-image {
  width: 100%;
  height: auto;
}

#learn .search-placeholder, #learn-item .search-placeholder {
  background-color: #fff;
  border: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
}

#learn .search-placeholder #search, #learn-item .search-placeholder #search {
  width: 93%;
  border: 0px;
  line-height: 25px;
  padding-left: 10px;
  outline: none;
}

#learn .search-placeholder .fa-search, #learn-item .search-placeholder .fa-search {
  line-height: 30px;
  cursor: pointer;
}

#learn .upcoming-event, #learn-item .upcoming-event {
  position: relative;
  margin-top: 30px;
  background: #fff;
}

#learn .upcoming-event .header, #learn-item .upcoming-event .header {
  padding: 10px 20px;
  background-color: #fff;
  font-weight: bold;
}

#learn .upcoming-event .row, #learn-item .upcoming-event .row {
  margin: 0px;
}

#learn .upcoming-event .image, #learn-item .upcoming-event .image {
  height: 200px;
  background-size: cover;
  background-position: 50%;
}

#learn .upcoming-event .details, #learn-item .upcoming-event .details {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: auto;
  display: flex;
  align-items: center;
}

#learn .upcoming-event .details .date, #learn-item .upcoming-event .details .date {
  text-transform: uppercase;
}

#learn .upcoming-event .details .date .month, #learn-item .upcoming-event .details .date .month {
  color: #3BC0C3;
  font-weight: bold;
}

#learn .more-events, #learn-item .more-events {
  background: #fff;
  overflow: auto;
  padding: 10px 20px 20px;
}

@media (max-width: 991px) {
  #learn .more-events, #learn-item .more-events {
    margin-top: -1px;
  }
}

#learn .more-events a, #learn-item .more-events a {
  color: #000;
  text-decoration: none;
}

#learn .small-sidebar, #learn-item .small-sidebar {
  background-color: #3BC0C3;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

#learn .small-sidebar .upcoming-event, #learn-item .small-sidebar .upcoming-event {
  margin-top: 15px;
}

#learn .small-sidebar .upcoming-event:first-child, #learn-item .small-sidebar .upcoming-event:first-child {
  margin-top: 0px;
}

#learn .small-sidebar .upcoming-event .header, #learn-item .small-sidebar .upcoming-event .header {
  color: #000;
}

#learn .small-sidebar .upcoming-event .details, #learn-item .small-sidebar .upcoming-event .details {
  color: #000;
}

#learn .small-sidebar .custom_code, #learn-item .small-sidebar .custom_code {
  background: #fff;
  padding: 25px;
}

@media (max-width: 991px) {
  #learn .main-area .filters-placeholder, #learn-item .main-area .filters-placeholder {
    border-bottom: 1px solid #ccc;
  }
  #learn .main-area .filters-placeholder .search-placeholder, #learn-item .main-area .filters-placeholder .search-placeholder {
    margin: 20px 0px 30px 0px;
    height: 45px;
    line-height: 45px;
  }
}

#learn #sidebar, #learn-item #sidebar {
  position: absolute;
  padding: 40px;
  background-color: #e5e5e5;
  top: 0px;
  right: 0;
  z-index: 2;
  bottom: 0;
  overflow: hidden;
}

#learn #sidebar .sidebar-content, #learn-item #sidebar .sidebar-content {
  position: absolute;
  right: 40px;
  left: 40px;
}

#learn #sidebar .sidebar-content img, #learn-item #sidebar .sidebar-content img {
  max-width: 100% !important;
}

#learn #sidebar .custom_code, #learn-item #sidebar .custom_code {
  background: #fff;
  padding: 25px;
  margin-top: 30px;
}

#positions-list h1 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #515151;
}

#positions-list .search-container {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #e77d63;
  padding: 20px 0px;
  color: #fff;
  font-size: 18px;
}

#positions-list .search-container label {
  margin: 10px 0px 10px 0px;
  letter-spacing: 2px;
}

#positions-list .search-container input#search-position {
  background: rgba(255, 255, 255, 0.2);
  padding: 11px 15px;
  color: #fff;
  border: 0px;
  width: 100%;
  font-size: 15px;
}

#positions-list .search-container input#search-position::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ffffff;
}

#positions-list .search-container input#search-position:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
  opacity: 1;
}

#positions-list .search-container input#search-position::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}

#positions-list .search-container input#search-position:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}

#positions-list .search-container input#search-position:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #ffffff;
}

#positions-list .search-container input#search-position:focus {
  outline: none;
}

#positions-list .search-container #clear-form {
  margin: 10px 0px;
  color: #ffffff;
  display: inline-block;
}

#positions-list .grid-sizer,
#positions-list .grid-item {
  width: 33%;
}

@media (max-width: 768px) {
  #positions-list .grid-sizer,
  #positions-list .grid-item {
    width: 50%;
  }
}

@media (max-width: 480px) {
  #positions-list .grid-sizer,
  #positions-list .grid-item {
    width: 100%;
  }
}

#positions-list .grid-item {
  float: left;
}

#positions-list .positions {
  margin-top: 30px;
}

#positions-list .positions .category {
  margin-bottom: 15px;
  padding-right: 30px;
}

#positions-list .positions .category h4 {
  margin-bottom: 20px;
  font-size: 22px;
  color: #a0a0a0;
}

#positions-list .positions .category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#positions-list .positions .category ul li {
  margin-bottom: 10px;
  color: #515151;
}

#positions-list .positions .no-results {
  display: none;
}

#positions-list #fixed-button {
  z-index: 50;
}

#positions-list #fixed-button.affix {
  width: 100%;
  left: 0px;
  background-color: #fff;
  top: 0px !important;
  padding: 10px 0px;
  box-shadow: 0 4px 2px -2px #ccc;
}

#positions-list #fixed-button a.btn {
  width: auto;
}

#positions-list .asterisk {
  margin-bottom: 20px;
  font-size: 12px;
}

#terms-and-privacy {
  padding-bottom: 30px;
}

#terms-and-privacy h1 {
  font-size: 25px;
  font-weight: 700;
}

#terms-and-privacy h2 {
  font-size: 20px;
  font-weight: 700;
}

#terms-and-privacy h3 {
  font-size: 16px;
}

#terms-and-privacy ol.o-list {
  padding-left: 22px;
}

#terms-and-privacy ol.o-list li {
  font-size: 20px;
  font-weight: 700;
}

#terms-and-privacy ol.o-list li ol {
  padding-left: 16px;
  font-size: 14px;
}

#terms-and-privacy ol.o-list li ol li {
  font-size: 14px;
  font-weight: 400;
}

body {
  padding-top: 112px;
}

div.pagination {
  margin-top: -20px;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
  color: #b2b2b2;
}

div.pagination ul.pagination {
  border: none;
}

div.pagination ul.pagination li {
  border: none;
}

div.pagination ul.pagination li span {
  border: none;
}

div.pagination ul.pagination li a {
  border: none;
  color: #b2b2b2;
}

div.pagination ul.pagination .active a:focus {
  background-color: #b2b2b2;
}

div.pagination ul.pagination .active a:hover {
  background-color: #b2b2b2;
}

div.pagination ul.pagination .active span {
  background-color: #b2b2b2;
}

div.pagination ul.pagination .active span:focus {
  background-color: #b2b2b2;
}

div.pagination ul.pagination .active span:hover {
  background-color: #b2b2b2;
}

h1 {
  font-size: 30px !important;
}

/*# sourceMappingURL=app.css.map */
</pre></body></html>