.bg-efc-primary {
  background-color: #007991; }

.bg-efc-primary-light {
  background-color: #0093b0; }

.bg-efc-secondary {
  background-color: #008000; }

.bg-efc-secondary-light {
  background-color: #009f00; }

.bg-efc-supporting {
  background-color: #84bd00; }

.bg-efc-supporting-light {
  background-color: #00c94c; }

.bg-efc-accent {
  background-color: #5b5b5b; }

.bg-efc-advisory {
  background-color: #c20a0a; }

.bg-efc-tertiary-a {
  background-color: #d14600; }

.bg-efc-tertiary-b {
  background-color: #ffcd00; }

.bg-efc-tertiary-c {
  background-color: #7d55c7; }

.bg-efc-tertiary-d {
  background-color: #68a8de; }

.btn-ghost-efc-primary, .btn-ghost-efc-primary:focus {
  background-color: #fff;
  border: 1px solid #007991;
  color: #007991;
  transition: all .2s ease .1s;
  -webkit-transition: all .2s ease .1s;
  -moz-transition: all .2s ease .1s;
  -ms-transition: all .2s ease .1s; }
.btn-ghost-efc-primary:active, .btn-ghost-efc-primary:hover, .btn-ghost-efc-primary:focus:active, .btn-ghost-efc-primary:focus:hover {
  background-color: #008eab;
  border-color: #008eab;
  color: #fff;
  cursor: pointer; }

.btn-ghost-efc-secondary, .btn-ghost-efc-secondary:focus {
  background-color: #fff;
  border: 1px solid #008000;
  color: #008000;
  transition: all .2s ease .1s;
  -webkit-transition: all .2s ease .1s;
  -moz-transition: all .2s ease .1s;
  -ms-transition: all .2s ease .1s; }
.btn-ghost-efc-secondary:active, .btn-ghost-efc-secondary:hover, .btn-ghost-efc-secondary:focus:active, .btn-ghost-efc-secondary:focus:hover {
  background-color: #009a00;
  border-color: #009a00;
  color: #fff;
  cursor: pointer; }

.btn-efc-primary, .btn-efc-primary:focus {
  color: #fff;
  background-color: #007991;
  transition: all .2s ease .1s;
  -webkit-transition: all .2s ease .1s;
  -moz-transition: all .2s ease .1s;
  -ms-transition: all .2s ease .1s; }
.btn-efc-primary:active, .btn-efc-primary:hover, .btn-efc-primary:focus:active, .btn-efc-primary:focus:hover {
  background-color: #0093b0;
  color: #fff;
  cursor: pointer; }

.btn-efc-secondary, .btn-efc-secondary:focus {
  color: #fff;
  background-color: #008000;
  transition: all .2s ease .1s;
  -webkit-transition: all .2s ease .1s;
  -moz-transition: all .2s ease .1s;
  -ms-transition: all .2s ease .1s; }
.btn-efc-secondary:active, .btn-efc-secondary:hover, .btn-efc-secondary:focus:active, .btn-efc-secondary:focus:hover {
  background-color: #009f00;
  color: #fff;
  cursor: pointer; }

.btn-efc-filtering, .btn-efc-filtering:focus {
  color: #fff;
  background-color: #68a8de;
  transition: all .2s ease .1s;
  -webkit-transition: all .2s ease .1s;
  -moz-transition: all .2s ease .1s;
  -ms-transition: all .2s ease .1s; }
.btn-efc-filtering:active, .btn-efc-filtering:hover, .btn-efc-filtering:focus:active, .btn-efc-filtering:focus:hover {
  background-color: #81b6e3;
  color: #fff;
  cursor: pointer; }

.card-efc {
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 2px 3px 0 rgba(91, 91, 91, 0.2); }
.card-efc .card-img, .card-efc .card-img-bottom, .card-efc .card-img-top {
  border-radius: 0;
  width: 100%; }
.card-efc .card-block {
  padding: 1rem; }
.card-efc .card-title {
  line-height: 1.2; }

.form-efc .form-control {
  border-radius: 0; }

.form-efc .input-group-addon {
  background-color: inherit;
  border-radius: 0; }

.nav-tabs-efc .nav-link {
  border-radius: 0;
  border: none; }

body {
  color: #5b5b5b;
  font-family: Arial, Helvetica, sans-serif; }

a, a:focus {
  color: #007991; }

a:active, a:hover {
  color: #0093b0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Merriweather", georgia, serif; }

.font-display {
  font-size: 1.5rem; }

.font-headline {
  font-size: 1.25rem; }

.font-caption {
  font-size: 0.75rem; }

.text-efc-primary {
  color: #007991; }

.text-efc-primary-light {
  color: #0093b0; }

.text-efc-secondary {
  color: #008000; }

.text-efc-secondary-light {
  color: #009f00; }

.text-efc-supporting {
  color: #84bd00; }

.text-efc-supporting-light {
  color: #00c94c; }

.text-efc-accent {
  color: #5b5b5b; }

.text-efc-advisory {
  color: #c20a0a; }

.text-efc-tertiary-a {
  color: #d14600; }

.text-efc-tertiary-b {
  color: #ffcd00; }

.text-efc-tertiary-c {
  color: #7d55c7; }

.text-efc-tertiary-d {
  color: #68a8de; }

.article-card .card-efc {
  margin-bottom: 1rem; }

.article-card .card-img {
  background-position: center;
  background-size: cover;
  display: block;
  height: 14rem; }

.article-card .sponsored {
  position: absolute;
  top: 1rem;
  left: -1rem;
  background-color: #d14600;
  color: #fff;
  padding: 0.25rem 1rem;
  z-index: 1;
  box-shadow: 1px 1px 3px rgba(91, 91, 91, 0.8); }
.article-card .sponsored:before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1rem solid darkred;
  border-left: 1rem solid transparent; }

@media (min-width: 992px) {
  .article-card {
    display: flex;
    flex-direction: column; }
  .article-card .card-efc {
    flex-grow: 1; }
  .article-card .card-title {
    font-size: inherit;
    line-height: 1.5; }
  .article-card.featured-article .card-img {
    flex-grow: 1; }
  .article-card.featured-article .card-block {
    flex-grow: 0; }
  .article-card.featured-article .card-title {
    font-size: 1.375rem;
    line-height: 1.2;
    margin-bottom: 0; }
  .article-card.featured-article .article-teaser,
  .article-card.featured-article .article-byline {
    display: none; } }

.article-detail {
  padding-top: 1rem; }
.article-detail .featured-image {
  width: 100%; }
.article-detail .image-wrapper {
  position: relative; }
.article-detail .sponsored {
  position: absolute;
  top: 1rem;
  left: -1rem;
  background-color: #d14600;
  color: #fff;
  padding: 0.25rem 1rem;
  z-index: 1;
  box-shadow: 1px 1px 3px rgba(91, 91, 91, 0.8); }
.article-detail .sponsored:before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1rem solid darkred;
  border-left: 1rem solid transparent; }

.author-card {
  border: solid 1px #e5e3e3; }
.author-card .card-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%; }
.author-card .fa-custom {
  color: #5b5b5b; }

@media (min-width: 992px) {
  .author-card {
    display: flex;
    flex-direction: column; } }

.author-bio .author-text-color {
  color: #007991; }

.author-bio .author-text-color-light {
  color: #0093b0; }

.author-bio .author-bio-name {
  color: #5b5b5b; }

.awesomplete {
  position: relative; }
.awesomplete ul {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 3px 0 rgba(91, 91, 91, 0.2);
  list-style: none;
  margin-top: 0.25rem;
  min-width: 100%;
  padding: 0;
  position: absolute;
  z-index: 1; }
.awesomplete li {
  padding: 0.5rem; }
.awesomplete li:hover,
.awesomplete li[aria-selected="true"] {
  background-color: #0093b0;
  color: #fff;
  cursor: pointer; }
.awesomplete mark {
  background-color: inherit;
  color: inherit;
  padding: 0; }
.awesomplete .visually-hidden {
  display: none; }

.featured-employer-col {
  padding: 15px; }

.featured-employer {
  padding: 1rem;
  border: 1px solid #ddd; }

.featured-employer > div > iframe {
  display: block;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .featured-employer > div > iframe {
    max-width: 100%; } }

.footer-gig {
  font-size: 0.9rem; }
.footer-gig .header-underline {
  border-bottom: 1px solid #ddd; }

.footer-mobile a {
  display: block;
  padding: .6rem 1rem; }

.footer-mobile .card-default {
  border: none; }

.footer-mobile .card-header {
  padding: 0;
  border-bottom: 1px solid #fff; }

.footer-mobile .card-title {
  margin-bottom: 0; }

.footer-mobile .card-title a {
  color: #fff;
  background-color: #007991; }
.footer-mobile .card-title a:hover {
  background-color: #0093b0; }
.footer-mobile .card-title a:after {
  float: right;
  font-family: FontAwesome;
  content: "\f146"; }
.footer-mobile .card-title a.collapsed:after {
  content: "\f0fe"; }

.footer-mobile .card-block {
  padding: 0; }
.footer-mobile .card-block a {
  background-color: rgba(90, 90, 90, 0.05);
  border-bottom: 1px solid #fff;
  font-size: 0.9rem; }
.footer-mobile .card-block .list-unstyled {
  margin: 0; }

.footer .dhi {
  background: rgba(91, 91, 91, 0.25);
  padding: 1.2rem 0.6rem; }
.footer .dhi img {
  max-height: 2.4rem; }

.header-mobile {
  align-items: center;
  border-bottom: 1px solid #ddd;
  display: flex;
  height: 3.75rem;
  padding: 0 1rem; }
.header-mobile .handle,
.header-mobile .search {
  font-size: 2.25rem; }
.header-mobile .logo {
  flex-grow: 1;
  text-align: center; }

.header .subheader {
  align-items: center;
  display: flex;
  padding: 0 1rem; }
.header .subheader .region {
  font-size: 0.75rem; }
.header .subheader .region-menu {
  padding: 1rem;
  width: 85vw; }
.header .subheader .region-menu .emea {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0; }
.header .subheader .language {
  flex-grow: 1;
  font-size: 0.75rem; }
.header .subheader .language a {
  margin-left: 0.5rem; }
.header .subheader .language a.active {
  background-color: #007991;
  border-radius: 0.25rem;
  color: #fff;
  padding: 0.25rem 0.5rem; }
.header .subheader .social {
  font-size: 1.25rem; }
.header .subheader .fa-twitter-square {
  color: #1da1f2; }
.header .subheader .fa-facebook-square {
  color: #3c5999; }
.header .subheader .fa-linkedin-square {
  color: #007ab5; }

.header .menu .menu-item .btn {
  line-height: inherit;
  padding: 0.6rem 1rem; }

.header .menu .menu-item .fa {
  font-size: 1.5rem;
  vertical-align: sub; }

.header .menu .menu-item .searchable {
  font-size: 0.75rem; }
.header .menu .menu-item .searchable .fa-exclamation-triangle {
  color: #ffcd00;
  font-size: inherit;
  vertical-align: inherit; }

@media (max-width: 767px) {
  .header .menu .logo {
    display: none; }
  .header .menu .menu-item .default {
    background-color: #007991;
    border-top: 1px solid #fff;
    color: #fff;
    display: block;
    padding: 0.6rem 1rem; }
  .header .menu .menu-item .btn {
    width: 12.5rem; }
  .header .menu .menu-item .font-headline,
  .header .menu .menu-item .font-caption,
  .header .menu .menu-item .menu-button {
    margin: 0.5rem 0;
    text-align: center; }
  .header .menu .menu-item .searchable {
    position: relative;
    text-align: center;
    top: 0.5rem; }
  .header .submenu .menu-item .default {
    background-color: #fff;
    border-top: 1px solid #ddd;
    color: #007991; }
  .region-menu {
    max-width: 320px; }
  .region-menu .emea {
    margin-bottom: 2rem; }
  .region-menu .region-col {
    width: 50%;
    float: left; }
  .region-menu .region-col ul {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .header-mobile {
    display: none; }
  .header {
    display: flex !important;
    flex-direction: column; }
  .header .menu {
    align-items: center;
    border-bottom: 1px solid #ddd;
    display: flex;
    height: 6.25rem;
    padding: 0 1rem; }
  .header .menu .logo {
    flex-grow: 1; }
  .header .menu .menu-item {
    padding-left: 2rem; }
  .header .menu .menu-item .searchable {
    height: 0;
    position: relative;
    top: -1rem; }
  .header .submenu {
    background-color: #fff;
    border-radius: 0.25rem;
    border: 1px solid #ddd;
    box-shadow: 0 2px 3px 0 rgba(91, 91, 91, 0.2);
    position: absolute;
    z-index: 1000; }
  .header .submenu .menu-item {
    border-top: 1px solid #ddd;
    padding-left: 0; }
  .header .submenu .menu-item:first-child {
    border-top: none; }
  .header .submenu .menu-item .default {
    display: block;
    width: 100%;
    padding: 0.6rem 1rem; }
  .header .subheader {
    order: 1; }
  .region-menu {
    max-width: 480px; } }

@media (min-width: 992px) {
  .header .menu .menu-item .btn {
    width: 9rem; } }

.job-search-bar {
  background-color: #f0f6fc;
  border-bottom: 1px solid #68a8de;
  margin-top: -1rem;
  padding-bottom: 1rem;
  padding-top: 1rem; }
.job-search-bar .keywords,
.job-search-bar .location {
  display: block; }
.job-search-bar button {
  display: block;
  width: 100%; }
.job-search-bar .fa {
  font-size: 1.3rem; }
.job-search-bar .font-caption {
  color: #999; }

.job-search-bar-job-seeker,
.job-search-bar-unknown {
  border-bottom: 4px solid #68a8de;
  margin-top: -1rem;
  padding-bottom: 2rem;
  padding-top: 2rem; }
.job-search-bar-job-seeker form,
.job-search-bar-unknown form {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 3px 0 rgba(91, 91, 91, 0.2);
  padding: 1rem; }

@media (min-width: 768px) {
  .job-search-bar {
    margin-top: -3.1rem;
    padding-bottom: 1rem;
    padding-top: 3.1rem; }
  .job-search-bar form {
    display: flex;
    flex-wrap: wrap; }
  .job-search-bar .h4 {
    margin-bottom: 1.5rem;
    width: 100%; }
  .job-search-bar .keywords,
  .job-search-bar .location {
    flex-grow: 1;
    margin-bottom: 0;
    margin-right: 1rem; }
  .job-search-bar button {
    height: 2.5rem;
    width: auto; }
  .job-search-bar-job-seeker {
    margin-top: -3.1rem;
    padding-bottom: 5rem;
    padding-top: 5rem; }
  .job-search-bar-unknown {
    margin-top: -3.1rem;
    padding-bottom: 2rem;
    padding-top: 3.1rem; }
  .header .subheader {
    z-index: 10; }
  .header .subheader .region {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0.5rem; }
  .header .subheader .language-list {
    background-color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    padding: 0.5rem; }
  .header .subheader .social {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 2px 0.5rem; } }

@media (min-width: 992px) {
  .job-search-bar form {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .job-search-bar .keywords,
  .job-search-bar .location {
    flex-basis: 16rem;
    margin-right: 2.5rem; }
  .job-search-bar button {
    width: 12.5rem; } }

.job-sectors .btn {
  max-width: 100%;
  position: relative; }
.job-sectors .btn::after {
  content: "\f146";
  font-family: FontAwesome;
  position: absolute;
  right: 1rem; }
.job-sectors .btn.collapsed::after {
  content: "\f0fe"; }

.job-sectors ul {
  margin-bottom: 0; }

.job-sectors li {
  white-space: nowrap; }

.job-sectors a {
  display: inline-block;
  max-width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top; }

@media (max-width: 767px) {
  .job-sectors {
    margin: 1rem 0; }
  .job-sectors li,
  .job-sectors .view-all {
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    margin: 1px 0;
    padding: 0.5rem; } }

@media (min-width: 768px) {
  .job-sectors {
    line-height: 2; }
  .job-sectors .collapse {
    display: block; }
  .job-sectors .job-sectors-card {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 3px 0 rgba(91, 91, 91, 0.2);
    margin-bottom: 1rem;
    padding: 1rem; }
  .job-sectors ul {
    column-count: 2;
    column-gap: 1rem; }
  .job-sectors .view-all {
    margin-left: 50%;
    padding-left: 0.5rem; } }

@media (min-width: 992px) {
  .job-sectors ul {
    column-count: 1; }
  .job-sectors .view-all {
    margin-left: 0;
    padding-left: 0; }
  .job-sectors .job-sectors-card ul {
    column-count: 4; }
  .job-sectors .job-sectors-card .view-all {
    margin-left: 75%;
    padding-left: 0.75rem; } }

.news-list-tabs .card-efc {
  margin-bottom: 1rem; }

.news-list-tabs .media {
  border-top: 1px solid #ddd;
  margin-top: 0.5rem;
  padding-top: 0.5rem; }
.news-list-tabs .media:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0; }

.news-list-tabs .media-img {
  background-position: center;
  background-size: cover;
  display: block;
  height: 4.375rem;
  margin-right: 1rem;
  width: 6.25rem; }

.news-list-tabs .nav-tabs {
  border-bottom: 6px solid #0093b0;
  display: flex; }

.news-list-tabs .nav-item {
  flex-grow: 1; }

.news-list-tabs .nav-link {
  background-color: #007991;
  color: #fff;
  padding: 1rem;
  text-align: center; }
.news-list-tabs .nav-link.active {
  background-color: #0093b0;
  color: #fff; }

.news-list-tabs .tab-content {
  padding: 1rem; }

.news-list-tabs .view-more-articles-link {
  margin-top: 1rem;
  text-align: right; }

@media (min-width: 992px) {
  .news-list-tabs {
    display: flex;
    flex-direction: column; }
  .news-list-tabs .card-efc {
    flex-grow: 1; } }

.newsletter-signup {
  text-align: center;
  background-color: #0093b0;
  color: #fff;
  padding: 1rem; }

.newletter-headline {
  color: #fff; }

.newsletter-content,
.newsletter-email,
.newsletter-error {
  width: 80%;
  margin: 1rem auto; }

.newsletter-signup-success a,
.newsletter-signup-success a:focus,
.newsletter-signup-success a:hover,
.newsletter-signup-success a:active {
  color: #fff;
  text-decoration: underline; }

@media (min-width: 768px) {
  .newsletter-content,
  .newsletter-email,
  .newsletter-error {
    width: 60%; } }

@media (min-width: 992px) {
  .newsletter-content {
    width: 50%; }
  .newsletter-email,
  .newsletter-error {
    width: 40%; } }

.page-item .page-link {
  color: #0093b0; }

.page-item.active {
  background-color: #007991; }
.page-item.active .page-link {
  background-color: #0093b0;
  border-color: #0093b0; }

.recently-posted-jobs {
  position: relative; }
.recently-posted-jobs .recently-posted-jobs-inner {
  margin: 0 -15px;
  overflow: hidden;
  padding: 0 15px; }
.recently-posted-jobs .row {
  flex-wrap: nowrap;
  transition: transform .6s ease; }
.recently-posted-jobs .carousel-control-prev,
.recently-posted-jobs .carousel-control-next {
  opacity: 1;
  top: -1rem;
  width: 2rem; }
.recently-posted-jobs .carousel-control-prev .fa,
.recently-posted-jobs .carousel-control-next .fa {
  color: #007991;
  font-size: 3rem;
  text-shadow: 0 2px 3px rgba(91, 91, 91, 0.2); }
.recently-posted-jobs .carousel-control-prev {
  left: -1rem; }
.recently-posted-jobs .carousel-control-next {
  right: -1rem; }
.recently-posted-jobs .card {
  margin-bottom: 1rem;
  overflow: hidden;
  height: 13.5rem; }
.recently-posted-jobs .card-title {
  hyphens: auto; }
.recently-posted-jobs .card-text {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.smart-tab {
  display: none; }

.smart-tab.active {
  display: block; }

@media (min-width: 768px) {
  .smart-tabs .dropdown-toggle {
    display: none; }
  .smart-tabs .dropdown-menu {
    border: none;
    border-radius: 0;
    display: block;
    float: none;
    position: relative; }
  .smart-tabs .dropdown-item {
    display: inline-block;
    width: auto; } }

.sticky-ad-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10; }
.sticky-ad-wrapper .sticky-ad {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem; }
.sticky-ad-wrapper .sticky-ad .sticky-ad-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  opacity: 0.5; }
.sticky-ad-wrapper .sticky-ad .google-ad {
  display: block;
  margin-bottom: 0; }

.sticky-ad-open {
  position: fixed;
  bottom: 0;
  right: 1rem;
  border-bottom: 20px solid rgba(0, 0, 0, 0.5);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  height: 0;
  width: 40px;
  text-align: center; }
.sticky-ad-open a:link,
.sticky-ad-open a:visited,
.sticky-ad-open a:hover,
.sticky-ad-open a:active {
  color: #fff; }

.carousel-efc .carousel-indicators {
  bottom: auto;
  position: relative; }

.carousel-efc .carousel-indicators li {
  border-color: #5b5b5b;
  height: 1rem;
  flex-grow: 0;
  width: 1rem; }

.carousel-efc .carousel-indicators li.active {
  background-color: #5b5b5b; }

.border {
  border-color: #ddd;
  border-style: solid;
  border-width: 1px; }

.border-bottom {
  border-bottom-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px; }

.border-left {
  border-left-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px; }

.border-right {
  border-right-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px; }

.border-top {
  border-top-color: #ddd;
  border-top-style: solid;
  border-top-width: 1px; }

.mt-6 {
  margin-top: 4rem; }

@media (min-width: 576px) {
  .mt-sm-6 {
    margin-top: 4rem; } }

@media (min-width: 768px) {
  .mt-md-6 {
    margin-top: 4rem; } }

@media (min-width: 992px) {
  .mt-lg-6 {
    margin-top: 4rem; } }

@media (min-width: 1200px) {
  .mt-xl-6 {
    margin-top: 4rem; } }

.mt--1 {
  margin-top: -0.25rem; }

@media (min-width: 576px) {
  .mt-sm--1 {
    margin-top: -0.25rem; } }

@media (min-width: 768px) {
  .mt-md--1 {
    margin-top: -0.25rem; } }

@media (min-width: 992px) {
  .mt-lg--1 {
    margin-top: -0.25rem; } }

@media (min-width: 1200px) {
  .mt-xl--1 {
    margin-top: -0.25rem; } }

.mt--2 {
  margin-top: -0.5rem; }

@media (min-width: 576px) {
  .mt-sm--2 {
    margin-top: -0.5rem; } }

@media (min-width: 768px) {
  .mt-md--2 {
    margin-top: -0.5rem; } }

@media (min-width: 992px) {
  .mt-lg--2 {
    margin-top: -0.5rem; } }

@media (min-width: 1200px) {
  .mt-xl--2 {
    margin-top: -0.5rem; } }

.mt--3 {
  margin-top: -1rem; }

@media (min-width: 576px) {
  .mt-sm--3 {
    margin-top: -1rem; } }

@media (min-width: 768px) {
  .mt-md--3 {
    margin-top: -1rem; } }

@media (min-width: 992px) {
  .mt-lg--3 {
    margin-top: -1rem; } }

@media (min-width: 1200px) {
  .mt-xl--3 {
    margin-top: -1rem; } }

.mt--4 {
  margin-top: -1.5rem; }

@media (min-width: 576px) {
  .mt-sm--4 {
    margin-top: -1.5rem; } }

@media (min-width: 768px) {
  .mt-md--4 {
    margin-top: -1.5rem; } }

@media (min-width: 992px) {
  .mt-lg--4 {
    margin-top: -1.5rem; } }

@media (min-width: 1200px) {
  .mt-xl--4 {
    margin-top: -1.5rem; } }

.mt--5 {
  margin-top: -3rem; }

@media (min-width: 576px) {
  .mt-sm--5 {
    margin-top: -3rem; } }

@media (min-width: 768px) {
  .mt-md--5 {
    margin-top: -3rem; } }

@media (min-width: 992px) {
  .mt-lg--5 {
    margin-top: -3rem; } }

@media (min-width: 1200px) {
  .mt-xl--5 {
    margin-top: -3rem; } }

.mt--6 {
  margin-top: -4rem; }

@media (min-width: 576px) {
  .mt-sm--6 {
    margin-top: -4rem; } }

@media (min-width: 768px) {
  .mt-md--6 {
    margin-top: -4rem; } }

@media (min-width: 992px) {
  .mt-lg--6 {
    margin-top: -4rem; } }

@media (min-width: 1200px) {
  .mt-xl--6 {
    margin-top: -4rem; } }

.section-header {
  border-bottom: 1px solid #ddd;
  line-height: 1.125; }
.section-header span {
  font-size: 1.125rem;
  border-bottom: 2px solid #84bd00; }

.section {
  border-bottom: 1px solid #ddd; }

.employer-card {
  margin-bottom: 1rem; }
.employer-card .employer-rank,
.employer-card .employer-logo,
.employer-card .employer-name {
  text-align: center; }
.employer-card .employer-rank,
.employer-card .employer-logo {
  margin-bottom: 1rem; }
.employer-card .employer-jobs .btn {
  line-height: inherit;
  padding: 0.6rem 1rem; }
.employer-card .employer-info ul {
  padding-left: 1rem; }

.ideal-employer-common .google-ad {
  margin-top: 1rem; }

.minw-50 {
  min-width: 50%; }

@media (min-width: 992px) {
  .employer-card .employer-rank,
  .employer-card .employer-logo,
  .employer-card .employer-name {
    margin-bottom: 0;
    text-align: left; }
  .employer-card .employer-rank,
  .employer-card .employer-logo,
  .employer-card .employer-info,
  .employer-card .employer-jobs {
    display: inline-block;
    vertical-align: middle; }
  .employer-card .employer-rank {
    margin-right: 1rem;
    width: 9rem; }
  .employer-card .employer-logo {
    margin-right: 1rem;
    width: 6.25rem; }
  .employer-card .employer-info {
    margin-right: 1rem;
    width: 23.75rem; }
  .employer-card .employer-jobs {
    width: 12.5rem; } }

@media (min-width: 1200px) {
  .employer-card .employer-info {
    width: 35rem; } }
