/* Minification failed. Returning unminified contents.
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
(14382,29): run-time error CSS1030: Expected identifier, found ','
(14382,35): run-time error CSS1031: Expected selector, found ')'
(14382,35): run-time error CSS1025: Expected comma or open brace, found ')'
(14725,18): run-time error CSS1030: Expected identifier, found ' '
(14725,18): run-time error CSS1031: Expected selector, found ' '
(14725,18): run-time error CSS1025: Expected comma or open brace, found ' '
 */
@charset "UTF-8";

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

.fa-fw,
.fa-li {
    text-align: center
}

.fa,
.icon {
    display: inline-block;
    text-rendering: auto
}

.ir,
.no-wrap {
    white-space: nowrap
}

.btn-filter,
.card__footer a,
.card__link:hover,
a {
    text-decoration: none
}

    .apply .apply__profile__submission:after,
    .article-thumb footer:after,
    .base-form .error-summary .header:after,
    .base-form .salary .salary-freq-container:after,
    .base-form__actions .search-form__actions-container:after,
    .base-form__actions:after,
    .card__footer a:after,
    .container-fluid:after,
    .container:after,
    .home .jobs .container > div:after,
    .home-content__generic:after,
    .home-employer:after,
    .home-search:after,
    .job-details .job-details__description .job-details__cta__sticky:after,
    .location-list:after,
    .modal--alert .modal__content:after,
    .modal--edit-profile .modal__header:after,
    .modal--preview .jobs li .summary:after,
    .modal--preview .modal__header:after,
    .modal--preview .preview__body:after,
    .modal--register .modal__header:after,
    .modal--sign-in .manual-sign-up .actions:after,
    .modal--sign-in .modal__header:after,
    .modal--terms .modal__header:after,
    .nav-container nav .nav-signup-section:after,
    .notification:after,
    .pagination:after,
    .preview .apply__profile__submission:after,
    .profile .profile__body .profile__person-card .avatar-blurb:after,
    .profile .profile__body .profile__person-card .profile-top-card:after,
    .profile-mini-card .profile-card-summary .editable-item:after,
    .profile-mini-card .profile-card-summary .jobs li .summary:after,
    .recent-applications .recent-applications__top:after,
    .register__content .register__manual-sign-up:after,
    .register__content .register__social-sign-up:after,
    .resource__article .article__summary .tagline .share:after,
    .row:after,
    .saved-jobs .saved-jobs__description .signin-wide .signin-cta:after,
    .saved-jobs-cpt .saved-jobs-cpt__top:after,
    .search-bar:after,
    .search-form .error-summary .header:after,
    .search-form .salary .salary-freq-container:after,
    .search-form__actions .search-form__actions-container:after,
    .search-form__actions:after,
    .tip-style.jobcard-tip .profile-tip__header:after,
    .tip-style.nav-tip .profile-tip__header:after,
    .tip-style.submit-tip .profile-tip__header:after,
    .warning:after {
        clear: both
    }

@font-face {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em
}

    .fa-li.fa-lg {
        left: -1.85714em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.container,
.container-fluid {
    margin-left: auto;
    padding-left: .75rem;
    padding-right: .75rem
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-cog:before,
.fa-gear:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-cogs:before,
.fa-gears:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-floppy-o:before,
.fa-save:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-sort:before,
.fa-unsorted:before {
    content: ""
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: ""
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-gavel:before,
.fa-legal:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-bolt:before,
.fa-flash:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-clipboard:before,
.fa-paste:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: ""
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: ""
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: ""
}

.fa-eur:before,
.fa-euro:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-inr:before,
.fa-rupee:before {
    content: ""
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: ""
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: ""
}

.fa-krw:before,
.fa-won:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-try:before,
.fa-turkish-lira:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: ""
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: ""
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: ""
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-rebel:before {
    content: ""
}

.fa-empire:before,
.fa-ge:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-paper-plane:before,
.fa-send:before {
    content: ""
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before,
.fa-genderless:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-bed:before,
.fa-hotel:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

@font-face {
    font-family: adecco-font-1;
    src: url(/assets/fonts/adecco-icons/adecco-font-1.eot);
    src: url(/assets/fonts/adecco-icons/adecco-font-1.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/adecco-icons/adecco-font-1.woff) format("woff"), url(/assets/fonts/adecco-icons/adecco-font-1.ttf) format("truetype"), url(/assets/fonts/adecco-icons/adecco-font-1.svg#adecco-font-1) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.icon {
    font: normal normal normal 14px/1 adecco-font-1;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

[class*=" icon-"]:before,
[class^=icon-]:before,
[data-icon]:before {
    font-family: adecco-font-1 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    speak: none
}

[data-icon]:before,
html {
    -webkit-font-smoothing: antialiased
}

[data-icon]:before {
    content: attr(data-icon)
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    -webkit-font-smoothing: antialiased
}

.icon-banking:before {
    content: "\61"
}

.icon-add:before {
    content: "\62"
}

.icon-contact:before {
    content: "\63"
}

.icon-contact-outline:before {
    content: "\64"
}

.icon-alarm:before {
    content: "\65"
}

.icon-alarm-outline:before {
    content: "\66"
}

.icon-article:before {
    content: "\67"
}

.icon-work-experience:before {
    content: "\68"
}

.icon-calendar:before {
    content: "\69"
}

.icon-calendar-outline:before {
    content: "\6a"
}

.icon-customer-service:before {
    content: "\6b"
}

.icon-done:before {
    content: "\6c"
}

.icon-location:before {
    content: "\6d"
}

.icon-google-plus:before {
    content: "\6e"
}

.icon-filter-outline:before {
    content: "\6f"
}

.icon-filter:before {
    content: "\70"
}

.icon-facebook:before {
    content: "\71"
}

.icon-engineering:before {
    content: "\72"
}

.icon-education:before {
    content: "\73"
}

.icon-edit-outline:before {
    content: "\74"
}

.icon-edit:before {
    content: "\75"
}

.icon-download:before {
    content: "\76"
}

.icon-down:before {
    content: "\77"
}

.icon-document-outline:before {
    content: "\78"
}

.icon-document:before {
    content: "\79"
}

.icon-close:before {
    content: "\7a"
}

.icon-search-hamburger:before {
    content: "\41"
}

.icon-hamburger:before {
    content: "\42"
}

.icon-heart:before {
    content: "\43"
}

.icon-heart-outline:before {
    content: "\44"
}

.icon-help:before {
    content: "\45"
}

.icon-hospitality-outline:before {
    content: "\46"
}

.icon-industrial:before {
    content: "\47"
}

.icon-infographic:before {
    content: "\48"
}

.icon-information:before {
    content: "\49"
}

.icon-instagram:before {
    content: "\4a"
}

.icon-linkedin:before {
    content: "\4b"
}

.icon-linkedin-1:before {
    content: "\4c"
}

.icon-lock:before {
    content: "\4d"
}

.icon-science:before {
    content: "\4e"
}

.icon-profile-outline:before {
    content: "\4f"
}

.icon-profile:before {
    content: "\50"
}

.icon-pinterest:before {
    content: "\51"
}

.icon-pin-outline:before {
    content: "\52"
}

.icon-pin:before {
    content: "\53"
}

.icon-office:before {
    content: "\54"
}

.icon-continue:before {
    content: "\55"
}

.icon-show-more:before {
    content: "\56"
}

.icon-medicine:before {
    content: "\57"
}

.icon-art:before {
    content: "\58"
}

.icon-map:before {
    content: "\59"
}

.icon-mail:before {
    content: "\5a"
}

.icon-search:before {
    content: "\30"
}

.icon-skills:before {
    content: "\31"
}

.icon-document-specific:before {
    content: "\32"
}

.icon-star:before {
    content: "\33"
}

.icon-star-outline:before {
    content: "\34"
}

.icon-view-outline:before {
    content: "\35"
}

.icon-view:before {
    content: "\36"
}

.icon-warning:before {
    content: "\37"
}

.icon-warehousing:before {
    content: "\38"
}

.icon-wallet-outline:before {
    content: "\39"
}

.icon-computing:before {
    content: "\21"
}

.icon-tools-resource:before {
    content: "\22"
}

.icon-transport-outline:before {
    content: "\23"
}

.icon-transportation:before {
    content: "\24"
}

.icon-twitter:before {
    content: "\25"
}

.icon-unlock:before {
    content: "\26"
}

.icon-up:before {
    content: "\27"
}

.icon-video:before {
    content: "\28"
}

html {
    box-sizing: border-box;
    font-size: 100%
}

*,
:after,
:before {
    box-sizing: inherit
}

.container {
    margin-right: auto
}

@media (min-width:34rem) {
    .container {
        max-width: 34rem
    }
}

@media (min-width:48rem) {
    .container {
        max-width: 45rem
    }
}

@media (min-width:62rem) {
    .container {
        max-width: 60rem
    }
}

.container-fluid {
    margin-right: auto
}

.row {
    margin-left: -.75rem;
    margin-right: -.75rem
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: .75rem;
    padding-right: .75rem
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:34rem) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:48rem) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:62rem) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:75rem) {
    .container {
        max-width: 73.125rem
    }

    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        float: left
    }

    .col-xl-1 {
        width: 8.33333%
    }

    .col-xl-2 {
        width: 16.66667%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-4 {
        width: 33.33333%
    }

    .col-xl-5 {
        width: 41.66667%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-7 {
        width: 58.33333%
    }

    .col-xl-8 {
        width: 66.66667%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-10 {
        width: 83.33333%
    }

    .col-xl-11 {
        width: 91.66667%
    }

    .col-xl-12 {
        width: 100%
    }

    .col-xl-pull-0 {
        right: auto
    }

    .col-xl-pull-1 {
        right: 8.33333%
    }

    .col-xl-pull-2 {
        right: 16.66667%
    }

    .col-xl-pull-3 {
        right: 25%
    }

    .col-xl-pull-4 {
        right: 33.33333%
    }

    .col-xl-pull-5 {
        right: 41.66667%
    }

    .col-xl-pull-6 {
        right: 50%
    }

    .col-xl-pull-7 {
        right: 58.33333%
    }

    .col-xl-pull-8 {
        right: 66.66667%
    }

    .col-xl-pull-9 {
        right: 75%
    }

    .col-xl-pull-10 {
        right: 83.33333%
    }

    .col-xl-pull-11 {
        right: 91.66667%
    }

    .col-xl-pull-12 {
        right: 100%
    }

    .col-xl-push-0 {
        left: auto
    }

    .col-xl-push-1 {
        left: 8.33333%
    }

    .col-xl-push-2 {
        left: 16.66667%
    }

    .col-xl-push-3 {
        left: 25%
    }

    .col-xl-push-4 {
        left: 33.33333%
    }

    .col-xl-push-5 {
        left: 41.66667%
    }

    .col-xl-push-6 {
        left: 50%
    }

    .col-xl-push-7 {
        left: 58.33333%
    }

    .col-xl-push-8 {
        left: 66.66667%
    }

    .col-xl-push-9 {
        left: 75%
    }

    .col-xl-push-10 {
        left: 83.33333%
    }

    .col-xl-push-11 {
        left: 91.66667%
    }

    .col-xl-push-12 {
        left: 100%
    }

    .col-xl-offset-0 {
        margin-left: 0
    }

    .col-xl-offset-1 {
        margin-left: 8.33333%
    }

    .col-xl-offset-2 {
        margin-left: 16.66667%
    }

    .col-xl-offset-3 {
        margin-left: 25%
    }

    .col-xl-offset-4 {
        margin-left: 33.33333%
    }

    .col-xl-offset-5 {
        margin-left: 41.66667%
    }

    .col-xl-offset-6 {
        margin-left: 50%
    }

    .col-xl-offset-7 {
        margin-left: 58.33333%
    }

    .col-xl-offset-8 {
        margin-left: 66.66667%
    }

    .col-xl-offset-9 {
        margin-left: 75%
    }

    .col-xl-offset-10 {
        margin-left: 83.33333%
    }

    .col-xl-offset-11 {
        margin-left: 91.66667%
    }

    .col-xl-offset-12 {
        margin-left: 100%
    }
}

@font-face {
    font-family: houschka_rounded-bold;
    src: url(/assets/fonts/houschkarounded-bold-webfont.eot);
    src: url(/assets/fonts/houschkarounded-bold-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/houschkarounded-bold-webfont.woff2) format("woff2"), url(/assets/fonts/houschkarounded-bold-webfont.woff) format("woff"), url(/assets/fonts/houschkarounded-bold-webfont.ttf) format("truetype"), url(/assets/fonts/houschkarounded-bold-webfont.svg#houschka_roundedbold) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: houschka_rounded-demibold;
    src: url(/assets/fonts/houschkarounded-demibold-webfont.eot);
    src: url(/assets/fonts/houschkarounded-demibold-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/houschkarounded-demibold-webfont.woff2) format("woff2"), url(/assets/fonts/houschkarounded-demibold-webfont.woff) format("woff"), url(/assets/fonts/houschkarounded-demibold-webfont.ttf) format("truetype"), url(/assets/fonts/houschkarounded-demibold-webfont.svg#houschka_roundeddemibold) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: houschka_rounded-medium;
    src: url(/assets/fonts/houschkarounded-medium-webfont.eot);
    src: url(/assets/fonts/houschkarounded-medium-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/houschkarounded-medium-webfont.woff2) format("woff2"), url(/assets/fonts/houschkarounded-medium-webfont.woff) format("woff"), url(/assets/fonts/houschkarounded-medium-webfont.ttf) format("truetype"), url(/assets/fonts/houschkarounded-medium-webfont.svg#houschka_roundedmedium) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: houschka_headmedium;
    src: url(/assets/fonts/houschkahead-medium-web.eot);
    src: url(/assets/fonts/houschkahead-medium-web.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/houschkahead-medium-web.woff2) format("woff2"), url(/assets/fonts/houschkahead-medium-web.woff) format("woff"), url(/assets/fonts/houschkahead-medium-web.ttf) format("truetype"), url(/assets/fonts/houschkahead-medium-web.svg#houschka_headmedium) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: houschka_headdemibold;
    src: url(/assets/fonts/houschkahead-demibold-web.eot);
    src: url(/assets/fonts/houschkahead-demibold-web.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/houschkahead-demibold-web.woff2) format("woff2"), url(/assets/fonts/houschkahead-demibold-web.woff) format("woff"), url(/assets/fonts/houschkahead-demibold-web.ttf) format("truetype"), url(/assets/fonts/houschkahead-demibold-web.svg#houschka_headdemibold) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: houschka_headbold;
    src: url(/assets/fonts/houschkahead-bold-web.eot);
    src: url(/assets/fonts/houschkahead-bold-web.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/houschkahead-bold-web.woff2) format("woff2"), url(/assets/fonts/houschkahead-bold-web.woff) format("woff"), url(/assets/fonts/houschkahead-bold-web.ttf) format("truetype"), url(/assets/fonts/houschkahead-bold-web.svg#houschka_headbold) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: -.5px
}

p {
    margin-top: 0
}

body,
button,
input,
select,
textarea {
    font-family: houschka_headmedium, Helvetica, Arial, sans-serif
}

    body:lang(vi),
    button:lang(vi),
    input:lang(vi),
    select:lang(vi),
    textarea:lang(vi) {
        font-family: Verdana, Arial, sans-serif
    }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
a.back-link,
a.back-link2,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
}

    .h1:lang(vi),
    .h2:lang(vi),
    .h3:lang(vi),
    .h4:lang(vi),
    .h5:lang(vi),
    .h6:lang(vi),
    a.back-link:lang(vi),
    a.back-link2:lang(vi),
    h1:lang(vi),
    h2:lang(vi),
    h3:lang(vi),
    h4:lang(vi),
    h5:lang(vi),
    h6:lang(vi) {
        font-family: Verdana, Arial, sans-serif
    }


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #ed1c24;
    margin: 1.4rem 0
}

.h1,
h1 {
    letter-spacing: -.05rem;
    font-size: 3.125rem;
    line-height: 3.125rem
}

@media (min-width:34rem) {
    .h1,
    h1 {
        font-size: 5rem;
        line-height: 6.3125rem
    }
}

.h2,
h2 {
    font-size: 1.875rem;
    line-height: 2.125rem
}

@media (min-width:34rem) {
    .h2,
    h2 {
        font-size: 3.75rem;
        line-height: 4rem
    }
}

.h3,
h3 {
    font-size: 1.125rem;
    line-height: 1.3125rem
}

@media (min-width:34rem) {
    .h3,
    h3 {
        font-size: 2.1875rem;
        line-height: 3rem
    }
}

.h4,
h4 {
    font-size: 1.625rem;
    line-height: 1.875rem
}

@media (min-width:34rem) {
    .h4,
    h4 {
        font-size: 1.875rem;
        line-height: 2.5rem
    }
}

.h5,
h2.section__mini-title,
h5 {
    font-size: 1.25rem;
    line-height: 1.5rem
}

@media (min-width:34rem) {
    .h5,
    h2.section__mini-title,
    h5 {
        font-size: 1.5rem;
        line-height: 1.875rem
    }
}

.h6,
h6 {
    font-size: 1rem;
    line-height: 1.25rem
}

@media (min-width:34rem) {
    .h6,
    h6 {
        font-size: 1.25rem;
        line-height: 1.625rem
    }
}

.icon-circle-tick {
    background: #ed1c24;
    border-radius: 100%;
    display: inline-block;
    height: 20px;
    position: relative;
    width: 20px
}

    .icon-circle-tick:before {
        font-size: 1rem;
        line-height: 1rem;
        color: #fff;
        left: 2px;
        position: absolute;
        top: 4px
    }

a {
    color: #ed1c24
}

    a:hover {
        color: #c5191f
    }

    a.back-link {
        font-size: 1.125rem;
        line-height: 1.6875rem
    }

        a.back-link .fa-long-arrow-left {
            margin-right: 10px
        }

    a.back-link2 {
        font-size: 1.125rem;
        line-height: 1.6875rem
    }

        a.back-link2 .fa-long-arrow-left {
            margin-right: 10px
        }

@media (min-width:34rem) {
    a.back-link {
        font-size: 1.5rem;
        line-height: 2.25rem
    }

        a.back-link .fa-long-arrow-left {
            margin-right: 20px
        }

    a.back-link2 {
        font-size: 1.5rem;
        line-height: 2.25rem
    }

        a.back-link2 .fa-long-arrow-left {
            margin-right: 20px
        }
}

.card__header h4 {
    color: #ed1c24;
    font-family: houschka_headmedium, Helvetica, Arial, sans-serif;
    margin: .5rem 2.5rem .5rem 0
}

.card__header h5 {
    color: #ed1c24;
    font-family: houschka_headmedium, Helvetica, Arial, sans-serif;
    margin: .5rem 0rem .5rem 0
}

    .card__header h5:lang(vi) {
        color: #ed1c24;
        font-family: Verdana, Arial, sans-serif;
        margin: .5rem 0rem .5rem 0
    }

.resource__article .article__summary .tagline .resource-type,
a.see-all {
    font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: .0625rem solid #e7e6e6
}

.small,
small {
    font-size: 90%;
    font-weight: 400
}

    .small.caveat,
    small.caveat {
        color: #d71319;
        line-height: .5rem
    }

.mark,
mark {
    padding: .2em
}

ol,
ul {
    margin-left: 20px;
    padding: 0
}

    ol > li,
    ul > li {
        margin-bottom: 10px;
        padding-left: 10px
    }

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px
    }

form input,
form label,
form select {
    font-size: 1.25rem;
    line-height: 1.625rem
}

@media (min-width:34rem) {
    form input,
    form label,
    form select {
        font-size: .9375rem;
        line-height: 1.3125rem
    }
}

/*
.nav-locked body {
    padding-top: 3.75rem
}
*/

@media (min-width:48rem) {
    /*
    .nav-locked body {
        padding-top: 6.5rem
    }
*/
    a.see-all {
        float: right
    }
}

.hidden {
    display: none !important
}

.visually-hidden {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    position: absolute
}

.tip {
    display: none
}

.ir {
    text-indent: 100%;
    overflow: hidden
}

.smooth.smooth--slide-scroll {
    display: block;
    margin: 350px auto 0
}

a.see-all {
    font-size: .875rem;
    line-height: 1.3125rem;
    padding-right: 30px;
    position: relative;
    margin-right: 12px;
    margin-top: 30px
}

@media (min-width:62rem) {
    a.see-all {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

a.see-all i {
    font-size: 3rem;
    line-height: 2.875rem;
    position: absolute;
    right: 0;
    top: 18px;
    margin-right: -20px;
    margin-top: -20px
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.site-header,
.text-center {
    text-align: center
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none !important
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.v-center-wrap {
    display: table;
    height: 100%;
    width: 100%;
    min-height: inherit
}

    .v-center-wrap .row,
    .v-center-wrap.row {
        margin: 0
    }

    .v-center-wrap .v-center {
        display: table-cell;
        vertical-align: middle;
        float: none
    }

.hidden-xl-down,
.hidden-xs-up {
    display: none !important
}

@media (min-width:34rem) {
    .text-center-d {
        text-align: center
    }

    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width:61.9rem) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width:62rem) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width:74.9rem) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (min-width:75rem) {
    .hidden-xl-up {
        display: none !important
    }
}

@media (max-width:47.9rem) {
    .hidden-sm-down {
        display: none !important
    }

    .no-side-padding,
    .no-side-padding-m [class*=col-] {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (max-width:33.9rem) {
    .hidden-xs-down {
        display: none !important
    }

    .no-side-padding,
    .no-side-padding-xs [class*=col-] {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@-webkit-keyframes showAnimation {
    0% {
        -webkit-transform: scaleY(.1);
        transform: scaleY(.1)
    }

    40% {
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04)
    }

    60% {
        -webkit-transform: scaleY(.98);
        transform: scaleY(.98)
    }

    80% {
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02)
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes showAnimation {
    0% {
        -webkit-transform: scaleY(.1);
        transform: scaleY(.1)
    }

    40% {
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04)
    }

    60% {
        -webkit-transform: scaleY(.98);
        transform: scaleY(.98)
    }

    80% {
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02)
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@-webkit-keyframes hideAnimation {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    60% {
        -webkit-transform: scaleY(.98);
        transform: scaleY(.98)
    }

    80% {
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02)
    }

    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

@keyframes hideAnimation {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    60% {
        -webkit-transform: scaleY(.98);
        transform: scaleY(.98)
    }

    80% {
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02)
    }

    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

.resource__article h1 {
    font-size: 1.875rem;
    line-height: 2.125rem
}

@media (min-width:48rem) {
    .hidden-md-up {
        display: none !important
    }

    .no-side-padding,
    .no-side-padding-d [class*=col-] {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .side-padding {
        padding-right: .75rem !important;
        padding-left: .75rem !important
    }

    .resource__article h1 {
        font-size: 3.8rem;
        line-height: 1.1;
    }
}

.resource__article .article__summary .summary-text p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #000;
    font-weight: 600
}

@media (min-width:48rem) {
    .resource__article .article__summary .summary-text p {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .resource__article .article__summary .tagline {
        margin-bottom: 1.5rem
    }

        .resource__article .article__summary .tagline:after,
        .resource__article .article__summary .tagline:before {
            content: " ";
            display: table
        }

        .resource__article .article__summary .tagline:after {
            clear: both
        }
}

.resource__article .article__summary .tagline .resource-type {
    font-size: .75rem;
    line-height: 0;
    color: #bf0d3e;
    display: block
}

@media (min-width:48rem) {
    .resource__article .article__summary .tagline .resource-type {
        font-size: 1rem;
        line-height: 0;
        float: left
    }
}

.resource__article .article__summary .tagline .resource-type .icon {
    font-size: 2.25rem;
    line-height: 0;
    top: 10px;
    position: relative;
    left: -10px;
    margin-top: -14px
}

@media (min-width:48rem) {
    .resource__article .article__summary .tagline .resource-type .icon {
        font-size: 3.75rem;
        line-height: 0;
        top: 13px;
        margin-top: -16px;
        left: -18px;
        margin-right: -20px
    }
}

.resource__article .article__summary .tagline .timestamp {
    font-size: .75rem;
    line-height: .625rem;
    color: #000;
    display: block;
    font-weight: 600;
    margin-top: 1.25rem
}

.resource__article .article__summary .tagline .share {
    padding-bottom: 1.125rem
}

    .resource__article .article__summary .tagline .share:after,
    .resource__article .article__summary .tagline .share:before {
        content: " ";
        display: table
    }

@media (min-width:48rem) {
    .resource__article .article__summary .tagline .timestamp {
        font-size: .875rem;
        line-height: .75rem;
        float: right;
        margin-top: 1.25rem
    }

    .resource__article .article__summary .tagline .share {
        position: absolute;
        left: -68px;
        width: 80px
    }
}

@media (min-width:62rem) {
    .resource__article .article__summary .tagline .share {
        left: -120px
    }
}

.resource__article .article__summary .tagline .share span {
    float: left;
    margin-top: .625rem;
    margin-right: .625rem;
    opacity: .5;
    font-weight: 700
}

@media (min-width:48rem) {
    .resource__article .article__summary .tagline .share span {
        float: none
    }
}

.resource__article .article__summary .tagline .share .share__icons {
    float: left
}

.resource__article .article__summary .leading-image {
    width: 100%
}

    .resource__article .article__summary .leading-image img {
        width: 100%;
        border-radius: 4px
    }

.resource__article .article__body {
    padding-top: 1rem
}

    .resource__article .article__body .article-section-heading {
        font-size: 1.125rem;
        line-height: 1.25rem;
        color: #000
    }

    .resource__article .article__body .article-aside {
        border-top: 1px solid rgba(35, 31, 32, .15);
        border-bottom: 1px solid rgba(35, 31, 32, .15);
        padding: 1.125rem 6px;
        margin: .875rem 0 .5rem
    }

    .resource__article .article__body img {
        max-width: 100%;
    }

@media (min-width:48rem) {
    .resource__article .article__summary .tagline .share .share__icons {
        float: none
    }

    .resource__article .article__body .article-section-heading {
        font-size: 1.625rem;
        line-height: 1.875rem
    }

    .resource__article .article__body .article-aside {
        margin: 4rem 0 3rem;
        padding: 3rem 6px
    }

    .resource__article .entry-content p {
        font-size: 1.25rem;
    }

    .resource__article .entry-content h2 {
        font-size: 1.5rem;
    }

    .resource__article .entry-content h3 {
        font-size: 1.25rem;
    }
}

.resource__article .article__body .article-aside p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #ed1c24;
    text-align: center;
    margin: 0
}

.resource__article .article__body ul {
    margin-left: 20px
}

.resource__article .entry-content h1, .resource__article .entry-content h2, .resource__article .entry-content h3, .resource__article .entry-content h4, .resource__article .entry-content h5, .resource__article .entry-content h6 {
    line-height: 22px;
    margin: 6px 0;
}

.resource__article .entry-content p{
    font-size: 1rem;
    line-height: 2rem;
}

.resource__article .entry-content h2 {
    font-size: 1.5rem;
}

.resource__article .entry-content h3 {
    font-size: 1.25rem;
}

.resource__article .entry-content blockquote {
    text-align: center;
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.75rem;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width:48rem) {
    .resource__article .entry-content p {
        font-size: 1.25rem;
        line-height: 2rem;
        letter-spacing:0;
    }

    .resource__article .entry-content h2 {
        font-size: 2rem;
        line-height: 1.375rem;
    }

    .resource__article .entry-content h3 {
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight:bold;
    }

    .resource__article .entry-content h4 {
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: bold;
    }

    .resource__article .entry-content li {
        font-size: 1.25rem;
        line-height: 2rem;
    }
}


@media (min-width:48rem) {
    .resource__article .article__body .article-aside p {
        font-size: 1.875rem;
        line-height: 2.625rem
    }

    .resource__article .article__body ul {
        margin-left: 36px
    }

    .article__links {
        padding-top: 2rem
    }

        .article__links > div {
            border-top: 1px solid rgba(35, 31, 32, .15)
        }
}

.article__links > div {
    padding: 0
}

@-webkit-keyframes headerReveal {
    0% {
        top: -3.75rem
    }

    100% {
        top: 0
    }
}

@keyframes headerReveal {
    0% {
        top: -3.75rem
    }

    100% {
        top: 0
    }
}

@-webkit-keyframes headerRevealLarge {
    0% {
        top: -6.5rem
    }

    100% {
        top: 0
    }
}

@keyframes headerRevealLarge {
    0% {
        top: -6.5rem
    }

    100% {
        top: 0
    }
}

@-webkit-keyframes searchReveal {
    0% {
        display: none;
        max-height: 0;
        overflow: hidden
    }

    1% {
        display: block;
        max-height: 0;
        overflow: hidden
    }

    100% {
        display: block;
        max-height: 500px;
        overflow: hidden
    }
}

@keyframes searchReveal {
    0% {
        display: none;
        max-height: 0;
        overflow: hidden
    }

    1% {
        display: block;
        max-height: 0;
        overflow: hidden
    }

    100% {
        display: block;
        max-height: 500px;
        overflow: hidden
    }
}

.site-header {
    background: #DA291C;
    height: 3.75rem;
    padding: 1.125rem 6px;
    position: relative
}

    .site-header .search-bar-container {
        display: none;
        max-height: 0;
        overflow: hidden;
        -webkit-animation: searchReveal .6s ease-out;
        animation: searchReveal .6s ease-out
    }

@media (min-width:48rem) {
    .search-bar-active .site-header .search-bar-container {
        display: block;
        position: absolute;
        z-index: 2;
        left: 0;
        right: 0;
        max-height: 500px;
        overflow: hidden
    }
}

/*
.nav-locked .site-header {
    -webkit-animation: headerReveal .3s linear;
    animation: headerReveal .3s linear;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10
}
*/

.site-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index:9999;
}

.site-header .header-container {
    position: relative
}

@-webkit-keyframes hover {
    0% {
        background-position: center -50%
    }

    100% {
        background-position: center 50%
    }
}

@-webkit-keyframes hoverOut {
    0% {
        background-position: center 150%
    }

    100% {
        background-position: center 50%
    }
}

@media (min-width:48rem) {
    .site-header {
        height: 6.5rem;
        text-align: left;
        padding: 1.125rem 20px
    }

    .nav-locked .site-header {
        -webkit-animation: headerRevealLarge .3s linear;
        animation: headerRevealLarge .3s linear
    }
}

.site-footer {
    color: #fff;
    width: 100%
}

    .site-footer a {
        color: #fff
    }

    .site-footer ul {
        list-style: none;
        margin-left: 0;
        margin-bottom: 0px;
    }

@media (max-width:47.9rem) {
    .site-footer ul {
        display: none
    }
}

.site-footer li {
    padding-left: 0;
    margin-bottom: 5px
}

    .site-footer li a {
        color: #b2b2b2;
        font-size: 14px;
    }

        .site-footer li a:hover {
            color: #fff
        }

.site-footer h2 {
    color: #888f92
}

.site-footer .footer__top {
    background: #394448;
    padding-top: 0.2rem;
    padding-bottom: 1rem
}

    .site-footer .footer__top .container > div {
        padding-left: 1rem;
        padding-right: 1rem;
        position: relative;
        top: 0;
        vertical-align: top;
        display: inline-block
    }

        .site-footer .footer__top .container > div.footer-search {
            margin-right: 1rem;
            padding-left: 0
        }

@media (max-width:61.9rem) {
    .site-footer .footer__top .container > div.footer-search {
        display: block
    }
}

.site-footer .footer__top .container > div.footer-search h5 {
    margin-top: 0;
    margin-bottom: .5rem
}

@media (max-width:47.9rem) {
    .site-footer .footer__top .container > div.footer-search {
        display: block;
        width: 100%
    }

        .site-footer .footer__top .container > div.footer-search h5 {
            display: inline-block
        }

            .site-footer .footer__top .container > div.footer-search h5:first-of-type {
                margin-right: 40px
            }
}

.site-footer .footer__top .container > div.footer-branch {
    margin-top: .5rem;
    margin-right: 1rem
}

    .site-footer .footer__top .container > div.footer-branch fieldset {
        border: 0;
        border-bottom: 1px solid #fff;
        margin-top: -4px;
        position: relative
    }

        .site-footer .footer__top .container > div.footer-branch fieldset input[type=text] {
            background-color: transparent;
            border: 0;
            outline: 0;
            color: #fff;
            position: relative;
            left: -12px;
            top: 5px;
            font-size: .875rem;
            line-height: .875rem;
            text-indent: 12px;
        }

@media (max-width:47.9rem) {
    .site-footer .footer__top .container > div.footer-branch fieldset input[type=text] {
        width: 90%;
        margin: 0;
        left: 0;
        top: 0
    }
}

.site-footer .footer__top .container > div.footer-branch fieldset .search-submit {
    background: 0 0;
    border: none;
    box-shadow: none;
    color: #fff;
    height: 25px;
    padding: 0;
    position: relative;
    right: -11px;
    top: 17px;
    width: 25px;
    font-size: 2rem;
    line-height: 1.875rem
}

@media (max-width:47.9rem) {
    .site-footer .footer__top .container > div.footer-branch fieldset .search-submit {
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        font-size: 2.5rem;
        line-height: 2.5rem
    }

    .site-footer .footer__top .container > div.footer-branch fieldset {
        padding: 0;
        margin: 0
    }

    .site-footer .footer__top .container > div.footer-branch {
        padding-left: 0;
        display: block;
        width: 100%
    }
}

.site-footer .footer__top .container > div.footer-linkset1,
.site-footer .footer__top .container > div.footer-linkset2,
.site-footer .footer__top .container > div.footer-linkset3 {
    margin-top: .5rem
}

@media (max-width:74.9rem) {
    .site-footer .footer__top .container > div.footer-search {
        padding-right: 0
    }

    .site-footer .footer__top .container > div.footer-branch {
        padding-left: 0;
        padding-right: 0
    }

    .site-footer .footer__top .container > div.footer-linkset1,
    .site-footer .footer__top .container > div.footer-linkset2,
    .site-footer .footer__top .container > div.footer-linkset3 {
        padding-left: 0
    }
}

.site-footer .footer__top .container > div.footer-social {
    margin-top: 1rem;
    float: right
}

    .site-footer .footer__top .container > div.footer-social p {
        margin-bottom: 1.5rem;
        text-align: center;
        font-size: 22px;
        border-top: 2px solid #555;
        padding-top: 15px;
    }

@media (max-width:47.9rem) {
    .site-footer .footer__top .container > div.footer-linkset1,
    .site-footer .footer__top .container > div.footer-linkset2,
    .site-footer .footer__top .container > div.footer-linkset3 {
        padding-left: 0;
        display: block
    }

    .site-footer .footer__top .container > div.footer-social p {
        border-top: none;
        padding-top: 0px;
    }

    .site-footer .footer__top .container > div.footer-social {
        margin-top: 0rem;
        float: right
    }
}

.site-footer .footer__top .container > div.footer-social i {
    font-size: 1.2rem;
    line-height: 2.2rem;
    position: relative;
    display: inline-block;
    left: 0;
    margin-left: 0px;
    margin-right: 0px;
}

.footer-social {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    .footer-social i {
        font-size: 3rem;
        line-height: 3rem;
        position: relative;
        display: inline-block;
        left: 0;
        margin-left: -4px;
        margin-right: -4px
    }

@media (max-width:61.9rem) {
    .site-footer .footer__top .container > div.footer-social {
        padding-left: 0;
        display: block;
        width: 100%
    }
}

@media (max-width:47.9rem) {
    .site-footer .footer__top .container > div.footer-social {
        float: left;
        margin-left: -2px;
        padding: 0
    }
}

.site-footer .footer__bottom {
    background-color: #293134;
    padding-top: 0.5rem;
    /*    padding-bottom: 1rem*/
}

.footer__bottom .container {
    padding-bottom: 0.5rem
}

.site-footer .footer__bottom .container > div {
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem
}

    .site-footer .footer__bottom .container > div.footer-logo img {
        /*opacity: .2;*/
        width: 116px
    }

    .site-footer .footer__bottom .container > div.footer-logo {
        display: inline-block;
        width: auto;
        text-align: left;
    }

@media (max-width:60.9rem) {
    .site-footer .footer__bottom .container > div.footer-logo {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.site-footer .footer__bottom .container > div.footer-linkset4 {
    position: relative;
    top: 5px;
    text-align: center;
    width: 100%;
}

    .site-footer .footer__bottom .container > div.footer-linkset4 .linkgroup {
        display: inline-block
    }

        .site-footer .footer__bottom .container > div.footer-linkset4 .linkgroup a {
            padding-right: 2rem
        }

.site-footer .footer__bottom .container > div.footer-login {
    position: relative
}

@media (max-width:47.9rem) {
    .site-footer .footer__bottom .container > div.footer-linkset4 .linkgroup {
        display: block;
        width: 100%;
        height: 40px
    }

        .site-footer .footer__bottom .container > div.footer-linkset4 .linkgroup:first-of-type {
            margin-top: 20px
        }

        .site-footer .footer__bottom .container > div.footer-linkset4 .linkgroup a {
            display: inline-block;
            float: left;
            width: 100%;
            padding-bottom: 10px;
            padding-right: 0
        }

            .site-footer .footer__bottom .container > div.footer-linkset4 .linkgroup a:nth-of-type(even) {
                float: right
            }

    .site-footer .footer__bottom .container > div.footer-linkset4 {
        display: block;
        width: 100%
    }

    .site-footer .footer__bottom .container > div.footer-login {
        top: -8px;
        width: 100%;
        margin-left: 0;
        margin-top: 1.5rem;
    }

        .site-footer .footer__bottom .container > div.footer-login a {
            display: block;
            width: 100%;
            padding-bottom: 1rem;
            font-size: 1.25rem;
            line-height: 1.5rem;
            text-align: center;
        }

            .site-footer .footer__bottom .container > div.footer-login a:first-of-type {
                /*        border-top: 2px solid #555;*/
                padding-top: 1.5rem
            }
}

.site-footer .footer__bottom .container > div.footer-login {
    float: none;
    margin-left: 0px;
    text-align: center;
    width: 100%;
    margin-top: 30px;
    padding-top: 10px;
    border-top: 2px solid #555;
}

@media (min-width:48rem) {
    .site-footer .footer__bottom .container > div.footer-login {
        float: none;
        margin-left: 0px;
        text-align: center;
        width: 100%;
        margin-top: 30px;
        padding-top: 10px;
        border-top: 2px solid #555;
    }
}

@media (min-width:62rem) {



    .site-footer .footer__bottom .container > div.footer-login {
        margin-left: 0;
        float: right;
        top: 3px
    }
}

.exit-links {
    background: #394449;
    padding: 20px 0
}

    .exit-links a {
        font-size: 1.25rem;
        line-height: 2rem;
        color: #f1f1f1;
        display: block;
        padding-left: 5px;
        padding-bottom: 5px;
        position: relative;
        border-bottom: 1px solid #989898;
        -webkit-transition: all ease .2s;
        transition: all ease .2s
    }

        .exit-links a:after {
            content: '\f178';
            font-family: FontAwesome;
            position: absolute;
            right: 5px
        }

        .exit-links a:hover {
            color: #d8d8d8
        }

.search-filter__trigger {
    color: #4f4e4e !important;
    text-align: center;
    background: #f1f1f1;
    padding: 1.5rem 1rem 1.5rem 0;
    position: relative;
    cursor: pointer;
    margin: 0
}

    .search-filter__trigger i {
        font-size: 2.1875rem;
        line-height: 0;
        color: #ed1c24;
        margin-left: 1rem;
        position: relative;
        top: .2rem;
        vertical-align: middle
    }

.search-form-wrap {
    background: #e7e6e6;
    position: relative;
    display: none
}

@media (min-width:62rem) {
    .search-form-wrap {
        border-right: 1px solid #e7e6e6;
        display: block;
        margin-top: 1.4em;
        padding-right: .5rem !important;
        width: 100% !important
    }
}

.search-form-wrap.open {
    display: block;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2
}

.search-form-wrap h2 {
    color: #ed1c24;
    margin-left: auto;
    margin-right: auto;
    padding: 0 .75rem;
    position: relative;
    font-size: 1.5625rem;
    line-height: 1.875rem
}

    .search-form-wrap h2 i {
        float: right;
        cursor: pointer
    }

@media (min-width:34rem) {
    .search-form-wrap h2 {
        max-width: 34rem
    }
}

@media (min-width:48rem) {
    .search-form-wrap h2 {
        max-width: 45rem
    }
}

@media (min-width:62rem) {
    .search-form-wrap h2 {
        max-width: 60rem;
        color: #000;
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: .8rem;
        font-size: 1.5625rem;
        line-height: 1.625rem
    }

        .search-form-wrap h2 i {
            display: none
        }
}

@media (min-width:75rem) {
    .search-form-wrap h2 {
        max-width: 73.125rem
    }
}

@media (min-width:62rem) {
    .search-form-wrap {
        background: 0 0
    }
}

.search-page {
    background: #efefef
}

    .search-page main,
    .search-results {
        position: relative
    }

        .search-results .h6 {
            border-bottom: 1px solid #dad9d9;
            color: #000;
            padding-bottom: 1.5rem
        }

@media (max-width:47.9rem) {
    .search-results .h6 {
        font-size: 1rem;
        line-height: 1.25rem;
        text-align: center
    }
}

.search-results .h6 .keyword,
.search-results .h6 .location {
    color: #ed1c24
}

.search-results__actions {
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.25rem;
    display: block;
    margin-bottom: 1.5rem;
    text-align: center;
}

    .search-results__actions input {
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border: 0px solid #000000;
        outline: none;
        line-height: 30px;
        font-size: 16px;
        min-width: 215px;
    }

        .search-results__actions input.search {
            border-radius: 5px 5px 5px 5px;
            -moz-border-radius: 5px 5px 5px 5px;
            -webkit-border-radius: 5px 5px 5px 5px;
            border: 0px solid #000000;
            outline: none;
            line-height: 30px;
            font-size: 16px;
            min-width: 215px;
            box-shadow: none;
            cursor: auto;
        }

        .search-results__actions input:focus {
            border: 1px solid #ed1c24;
            box-shadow: 0 0 5px rgba(81, 203, 238, 1);
        }

@media (min-width:48rem) {
    .search-results .h6 .keyword,
    .search-results .h6 .location {
        color: #000
    }

    .search-results__actions {
        font-size: 1.25rem;
        line-height: 1.625rem;
        position: absolute;
        right: 0;
        top: 0
    }
}

.search-results__actions .alert-me {
    margin-right: 1.5rem
}

.browse-jobs__top {
    overflow: hidden;
    position: relative
}

    .browse-jobs__top .h2,
    .browse-jobs__top h2 {
        position: relative;
        cursor: pointer;
        margin-bottom: .2rem
    }

        .browse-jobs__top .h2 i,
        .browse-jobs__top h2 i {
            position: absolute;
            right: 0;
            top: 12px;
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
            font-size: 1.25rem;
            line-height: 1.25rem
        }

        .browse-jobs__top .h2.open i,
        .browse-jobs__top h2.open i {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }

    .browse-jobs__top p {
        display: none
    }

@media (min-width:34rem) {
    .browse-jobs__top .h2 i,
    .browse-jobs__top h2 i {
        position: absolute;
        top: 15px;
        font-size: 2.5rem;
        line-height: 2.5rem
    }
}

@media (min-width:48rem) {
    .browse-jobs__top {
        text-align: center
    }

        .browse-jobs__top .h2,
        .browse-jobs__top h2 {
            cursor: auto;
            margin-bottom: .5rem
        }

        .browse-jobs__top p {
            display: block;
            font-size: 1.625rem;
            line-height: 2rem
        }
}

.browse-jobs__tabs {
    text-align: left;
    display: none;
    border-top: 1px solid #e7e6e6;
    padding-top: 10px
}

    .browse-jobs__tabs ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .browse-jobs__tabs ul li {
            display: inline-block;
            padding: 5px 0
        }

            .browse-jobs__tabs ul li h3 {
                padding: 0 20px;
                margin: 0;
                cursor: pointer
            }

                .browse-jobs__tabs ul li h3 a {
                    color: #cacaca
                }

                .browse-jobs__tabs ul li h3.active a {
                    color: #ed1c24
                }

            .browse-jobs__tabs ul li:first-of-type h3 {
                padding-left: 0
            }

            .browse-jobs__tabs ul li:last-of-type h3 {
                padding-right: 0
            }

@media (min-width:48rem) {
    .browse-jobs__tabs ul li h3 {
        border: none;
        padding: 10px 25px;
        font-size: 1.375rem;
        line-height: 1.375rem
    }

        .browse-jobs__tabs ul li h3:hover a {
            color: #b1b1b1
        }

        .browse-jobs__tabs ul li h3.active:hover a {
            color: #ed1c24
        }

    .browse-jobs__tabs {
        text-align: center;
        display: block
    }
}

.browse-jobs__bottom {
    position: relative;
    overflow: hidden;
    background: #efefef;
    display: none
}

    .browse-jobs__bottom .browse-tab {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        display: none;
        padding: .5rem .75rem 1.25rem 0;
        top: 0;
        left: 0;
        width: 100%
    }

        .browse-jobs__bottom .browse-tab.open {
            display: inline-block
        }

    .browse-jobs__bottom.open,
    .mini-card a,
    .mini-card a i {
        display: block
    }

    .browse-jobs__bottom .browse-tab > div {
        padding-right: 0
    }

.long-copy .mini-card {
    padding: 1.25rem;
    min-height: 200px;
    height: auto
}

    .long-copy .mini-card h3 {
        margin-top: 0;
        margin-bottom: 0
    }

.mini-card {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: #fff;
    border: 1px solid #dfd7d7;
    border-radius: .4rem;
    height: 190px;
    margin: .75rem 0 0;
    cursor: pointer
}

.btn--check-profile.active,
.btn--check-profile:active,
.btn--notify.active,
.btn--notify:active,
.btn.btn--apply-cta.active,
.btn.btn--apply-cta:active,
.btn.btn--apply-indeed-cta-cancel.active,
.btn.btn--apply-indeed-cta-cancel:active,
.btn.btn--apply-indeed-cta.active,
.btn.btn--apply-indeed-cta:active,
.btn.btn--apply.active,
.btn.btn--apply:active,
.btn.btn--blue.active,
.btn.btn--blue:active,
.btn.btn--facebook.active,
.btn.btn--facebook:active,
.btn.btn--lightblue.active,
.btn.btn--lightblue:active,
.btn.btn--linkedin.active,
.btn.btn--linkedin:active,
.btn.btn--negative.active,
.btn.btn--negative.btn--add.active,
.btn.btn--negative.btn--add:active,
.btn.btn--negative.btn--enhance.active,
.btn.btn--negative.btn--enhance:active,
.btn.btn--negative.btn--facebook.active,
.btn.btn--negative.btn--facebook:active,
.btn.btn--negative.btn--import.active,
.btn.btn--negative.btn--import:active,
.btn.btn--negative.btn--linkedin.active,
.btn.btn--negative.btn--linkedin:active,
.btn.btn--negative.btn--red-on-white.active,
.btn.btn--negative.btn--red-on-white:active,
.btn.btn--negative.btn--white-on-transparent.active,
.btn.btn--negative.btn--white-on-transparent:active,
.btn.btn--negative:active,
.btn.btn--outline.active,
.btn.btn--outline:active,
.btn.btn--red.active,
.btn.btn--red:active,
.btn.btn--reset.active,
.btn.btn--reset:active,
.btn.btn--white.active,
.btn.btn--white:active,
.open > .btn--check-profile.dropdown-toggle,
.open > .btn--notify.dropdown-toggle,
.open > .btn.btn--apply-cta.dropdown-toggle,
.open > .btn.btn--apply-indeed-cta-cancel.dropdown-toggle,
.open > .btn.btn--apply-indeed-cta.dropdown-toggle,
.open > .btn.btn--apply.dropdown-toggle,
.open > .btn.btn--blue.dropdown-toggle,
.open > .btn.btn--facebook.dropdown-toggle,
.open > .btn.btn--lightblue.dropdown-toggle,
.open > .btn.btn--linkedin.dropdown-toggle,
.open > .btn.btn--negative.btn--add.dropdown-toggle,
.open > .btn.btn--negative.btn--enhance.dropdown-toggle,
.open > .btn.btn--negative.btn--facebook.dropdown-toggle,
.open > .btn.btn--negative.btn--import.dropdown-toggle,
.open > .btn.btn--negative.btn--linkedin.dropdown-toggle,
.open > .btn.btn--negative.btn--red-on-white.dropdown-toggle,
.open > .btn.btn--negative.btn--white-on-transparent.dropdown-toggle,
.open > .btn.btn--negative.dropdown-toggle,
.open > .btn.btn--outline.dropdown-toggle,
.open > .btn.btn--red.dropdown-toggle,
.open > .btn.btn--reset.dropdown-toggle,
.open > .btn.btn--white.dropdown-toggle {
    background-image: none
}

.mini-card a {
    color: #000;
    position: relative;
    text-align: center
}

    .mini-card a i {
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
        color: #ed1c24
    }

        .mini-card a i:before {
            font-size: 6.875rem;
            line-height: 10.3125rem;
            line-height: inherit
        }

    .mini-card a span {
        display: block;
        padding: 0 1rem;
        font-size: 1.25rem;
        line-height: 1.5rem;
        width: 100%
    }

@media (min-width:48rem) {
    .browse-jobs__bottom {
        display: block
    }

    .mini-card:hover a i {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.btn {
    border-radius: .3rem;
    display: inline-block;
    font-size: 1rem;
    font-family: houschka_headdemibold, Helvetica, Arial, sans-serif;
    padding: .7rem .5rem .7rem 1.25rem;
    min-height: 50px;
    line-height: 1.5em
}

    .btn:lang(vi) {
        border-radius: .3rem;
        display: inline-block;
        font-size: 1rem;
        font-family: Verdana, Arial, sans-serif;
        padding: .7rem .5rem .7rem 1.25rem;
        min-height: 50px;
        line-height: 1.5em
    }

    .btn.btn--no-icon {
        line-height: 1.7em;
        padding-right: 1.25rem
    }

    .btn.btn--clear {
        border: none
    }

    .btn.btn--red {
        box-sizing: border-box;
        color: #fff;
        background-color: #ed1c24;
        -webkit-transition: all .2s;
        transition: all .2s;
        min-width: 80px;
        text-align: center;
        border: none
    }

    .btn.btn--blue,
    .btn.btn--lightblue {
        box-sizing: border-box;
        -webkit-transition: all .2s;
        min-width: 80px;
        text-align: center
    }

    .btn.btn--red.active,
    .btn.btn--red:active,
    .btn.btn--red:focus,
    .btn.btn--red:hover,
    .open > .btn.btn--red.dropdown-toggle {
        color: #fff;
        background-color: #c61017;
        border-color: #bd0f16
    }

    .btn.btn--red.disabled,
    .btn.btn--red.disabled.active,
    .btn.btn--red.disabled:active,
    .btn.btn--red.disabled:focus,
    .btn.btn--red.disabled:hover,
    .btn.btn--red[disabled],
    .btn.btn--red[disabled].active,
    .btn.btn--red[disabled]:active,
    .btn.btn--red[disabled]:focus,
    .btn.btn--red[disabled]:hover,
    fieldset[disabled] .btn.btn--red,
    fieldset[disabled] .btn.btn--red.active,
    fieldset[disabled] .btn.btn--red:active,
    fieldset[disabled] .btn.btn--red:focus,
    fieldset[disabled] .btn.btn--red:hover {
        background-color: #ed1c24;
        border-color: #ed1c24
    }

    .btn.btn--red .badge {
        color: #ed1c24;
        background-color: #fff
    }

    .btn.btn--blue {
        color: #fff;
        background-color: #3889d5;
        transition: all .2s;
        border: none
    }

        .btn.btn--blue.active,
        .btn.btn--blue:active,
        .btn.btn--blue:focus,
        .btn.btn--blue:hover,
        .open > .btn.btn--blue.dropdown-toggle {
            color: #fff;
            background-color: #266fb4;
            border-color: #246aac
        }

        .btn.btn--blue.disabled,
        .btn.btn--blue.disabled.active,
        .btn.btn--blue.disabled:active,
        .btn.btn--blue.disabled:focus,
        .btn.btn--blue.disabled:hover,
        .btn.btn--blue[disabled],
        .btn.btn--blue[disabled].active,
        .btn.btn--blue[disabled]:active,
        .btn.btn--blue[disabled]:focus,
        .btn.btn--blue[disabled]:hover,
        fieldset[disabled] .btn.btn--blue,
        fieldset[disabled] .btn.btn--blue.active,
        fieldset[disabled] .btn.btn--blue:active,
        fieldset[disabled] .btn.btn--blue:focus,
        fieldset[disabled] .btn.btn--blue:hover {
            background-color: #3889d5;
            border-color: #3889d5
        }

        .btn.btn--blue .badge {
            color: #3889d5;
            background-color: #fff
        }

    .btn.btn--lightblue {
        color: #fff;
        background-color: #009cd0;
        transition: all .2s;
        border: none
    }

    .btn.btn--outline,
    .btn.btn--white {
        box-sizing: border-box;
        -webkit-transition: all .2s
    }

    .btn.btn--lightblue.active,
    .btn.btn--lightblue:active,
    .btn.btn--lightblue:focus,
    .btn.btn--lightblue:hover,
    .open > .btn.btn--lightblue.dropdown-toggle {
        color: #fff;
        background-color: #00769d;
        border-color: #006e93
    }

    .btn.btn--lightblue.disabled,
    .btn.btn--lightblue.disabled.active,
    .btn.btn--lightblue.disabled:active,
    .btn.btn--lightblue.disabled:focus,
    .btn.btn--lightblue.disabled:hover,
    .btn.btn--lightblue[disabled],
    .btn.btn--lightblue[disabled].active,
    .btn.btn--lightblue[disabled]:active,
    .btn.btn--lightblue[disabled]:focus,
    .btn.btn--lightblue[disabled]:hover,
    fieldset[disabled] .btn.btn--lightblue,
    fieldset[disabled] .btn.btn--lightblue.active,
    fieldset[disabled] .btn.btn--lightblue:active,
    fieldset[disabled] .btn.btn--lightblue:focus,
    fieldset[disabled] .btn.btn--lightblue:hover {
        background-color: #009cd0;
        border-color: #009cd0
    }

    .btn.btn--lightblue .badge {
        color: #009cd0;
        background-color: #fff
    }

    .btn.btn--lightblue[disabled] {
        opacity: .6
    }

    .btn.btn--white {
        color: #ed1c24;
        background-color: #fff;
        border: 1px solid #fff;
        transition: all .2s;
        min-width: 80px;
        text-align: center
    }

        .btn.btn--white.active,
        .btn.btn--white:active,
        .btn.btn--white:focus,
        .btn.btn--white:hover,
        .open > .btn.btn--white.dropdown-toggle {
            color: #ed1c24;
            background-color: #e6e6e6;
            border-color: #e0e0e0
        }

        .btn.btn--white.disabled,
        .btn.btn--white.disabled.active,
        .btn.btn--white.disabled:active,
        .btn.btn--white.disabled:focus,
        .btn.btn--white.disabled:hover,
        .btn.btn--white[disabled],
        .btn.btn--white[disabled].active,
        .btn.btn--white[disabled]:active,
        .btn.btn--white[disabled]:focus,
        .btn.btn--white[disabled]:hover,
        fieldset[disabled] .btn.btn--white,
        fieldset[disabled] .btn.btn--white.active,
        fieldset[disabled] .btn.btn--white:active,
        fieldset[disabled] .btn.btn--white:focus,
        fieldset[disabled] .btn.btn--white:hover {
            background-color: #fff;
            border-color: #fff
        }

        .btn.btn--white .badge {
            color: #fff;
            background-color: #ed1c24
        }

    .btn.btn--outline {
        color: #ed1c24;
        background-color: transparent;
        border: 1px solid #ed1c24;
        transition: all .2s;
        min-width: 80px;
        text-align: center
    }

    .btn.btn--facebook,
    .btn.btn--linkedin {
        -webkit-transition: all .2s;
        box-sizing: border-box;
        min-width: 80px;
        text-align: center
    }

    .btn.btn--outline.active,
    .btn.btn--outline:active,
    .btn.btn--outline:focus,
    .btn.btn--outline:hover,
    .open > .btn.btn--outline.dropdown-toggle {
        color: #ed1c24;
        background-color: transparent;
        border-color: #bd0f16
    }

    .btn.btn--outline.disabled,
    .btn.btn--outline.disabled.active,
    .btn.btn--outline.disabled:active,
    .btn.btn--outline.disabled:focus,
    .btn.btn--outline.disabled:hover,
    .btn.btn--outline[disabled],
    .btn.btn--outline[disabled].active,
    .btn.btn--outline[disabled]:active,
    .btn.btn--outline[disabled]:focus,
    .btn.btn--outline[disabled]:hover,
    fieldset[disabled] .btn.btn--outline,
    fieldset[disabled] .btn.btn--outline.active,
    fieldset[disabled] .btn.btn--outline:active,
    fieldset[disabled] .btn.btn--outline:focus,
    fieldset[disabled] .btn.btn--outline:hover {
        background-color: transparent;
        border-color: #ed1c24
    }

    .btn.btn--outline .badge {
        color: transparent;
        background-color: #ed1c24
    }

    .btn.btn--linkedin {
        color: #fff;
        background-color: #0079b8;
        transition: all .2s;
        border: none
    }

        .btn.btn--linkedin.active,
        .btn.btn--linkedin:active,
        .btn.btn--linkedin:focus,
        .btn.btn--linkedin:hover,
        .open > .btn.btn--linkedin.dropdown-toggle {
            color: #fff;
            background-color: #005785;
            border-color: #00517b
        }

        .btn.btn--linkedin.disabled,
        .btn.btn--linkedin.disabled.active,
        .btn.btn--linkedin.disabled:active,
        .btn.btn--linkedin.disabled:focus,
        .btn.btn--linkedin.disabled:hover,
        .btn.btn--linkedin[disabled],
        .btn.btn--linkedin[disabled].active,
        .btn.btn--linkedin[disabled]:active,
        .btn.btn--linkedin[disabled]:focus,
        .btn.btn--linkedin[disabled]:hover,
        fieldset[disabled] .btn.btn--linkedin,
        fieldset[disabled] .btn.btn--linkedin.active,
        fieldset[disabled] .btn.btn--linkedin:active,
        fieldset[disabled] .btn.btn--linkedin:focus,
        fieldset[disabled] .btn.btn--linkedin:hover {
            background-color: #0079b8;
            border-color: #0079b8
        }

        .btn.btn--linkedin .badge {
            color: #0079b8;
            background-color: #fff
        }

    .btn.btn--facebook {
        color: #fff;
        background-color: #3b5998;
        transition: all .2s;
        border: none
    }

        .btn.btn--facebook.active,
        .btn.btn--facebook:active,
        .btn.btn--facebook:focus,
        .btn.btn--facebook:hover,
        .open > .btn.btn--facebook.dropdown-toggle {
            color: #fff;
            background-color: #2d4373;
            border-color: #2a3f6c
        }

        .btn.btn--facebook.disabled,
        .btn.btn--facebook.disabled.active,
        .btn.btn--facebook.disabled:active,
        .btn.btn--facebook.disabled:focus,
        .btn.btn--facebook.disabled:hover,
        .btn.btn--facebook[disabled],
        .btn.btn--facebook[disabled].active,
        .btn.btn--facebook[disabled]:active,
        .btn.btn--facebook[disabled]:focus,
        .btn.btn--facebook[disabled]:hover,
        fieldset[disabled] .btn.btn--facebook,
        fieldset[disabled] .btn.btn--facebook.active,
        fieldset[disabled] .btn.btn--facebook:active,
        fieldset[disabled] .btn.btn--facebook:focus,
        fieldset[disabled] .btn.btn--facebook:hover {
            background-color: #3b5998;
            border-color: #3b5998
        }

        .btn.btn--facebook .badge {
            color: #3b5998;
            background-color: #fff
        }

    .btn.btn--apply-cta {
        box-sizing: border-box;
        color: #fff;
        background-color: #009cd0;
        border: 1px solid #009cd0;
        -webkit-transition: all .2s;
        transition: all .2s;
        min-width: 80px;
        text-align: center;
        padding: 1.3rem 1.5rem;
        border-radius: .3rem;
        display: inline-block;
        display: block;
        margin-bottom: .8rem;
        position: relative;
        overflow: hidden;
        z-index: 0;
        cursor: pointer;
    }

        .btn.btn--apply-cta.active,
        .btn.btn--apply-cta:active,
        .btn.btn--apply-cta:focus,
        .btn.btn--apply-cta:hover,
        .open > .btn.btn--apply-cta.dropdown-toggle {
            color: #fff;
            background-color: #00769d;
            border-color: #006e93
        }

        .btn.btn--apply-cta.disabled,
        .btn.btn--apply-cta.disabled.active,
        .btn.btn--apply-cta.disabled:active,
        .btn.btn--apply-cta.disabled:focus,
        .btn.btn--apply-cta.disabled:hover,
        .btn.btn--apply-cta[disabled],
        .btn.btn--apply-cta[disabled].active,
        .btn.btn--apply-cta[disabled]:active,
        .btn.btn--apply-cta[disabled]:focus,
        .btn.btn--apply-cta[disabled]:hover,
        fieldset[disabled] .btn.btn--apply-cta,
        fieldset[disabled] .btn.btn--apply-cta.active,
        fieldset[disabled] .btn.btn--apply-cta:active,
        fieldset[disabled] .btn.btn--apply-cta:focus,
        fieldset[disabled] .btn.btn--apply-cta:hover {
            background-color: #009cd0;
            border-color: #009cd0
        }

        .btn.btn--apply-cta .badge {
            color: #009cd0;
            background-color: #fff
        }

        .btn.btn--apply-cta:after {
            content: '';
            background-color: #04c0ff;
            display: block;
            position: absolute;
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transition: all ease-in .5s;
            transition: all ease-in .5s;
            -webkit-transition-delay: 0s, .5s;
            transition-delay: 0s, .5s;
            border-radius: 100%;
            width: 400px;
            height: 400px;
            left: -60px;
            top: -170px;
            z-index: -1
        }

    .btn.btn--apply-indeed-cta,
    .btn.btn--apply-indeed-cta-cancel {
        box-sizing: border-box;
        -webkit-transition: all .2s;
        display: inline-block
    }

    .btn.btn--apply-indeed-cta-cancel {
        font-size: 1.25rem;
        line-height: 1.25rem;
    }

    .btn.btn--apply-cta:hover {
        -webkit-transition-delay: 0s, .5s;
        transition-delay: 0s, .5s;
        background-color: #009cd0
    }

        .btn.btn--apply-cta:hover:after {
            -webkit-transform: scale(1);
            transform: scale(1)
        }

    .btn.btn--apply-indeed-cta {
        color: #7b8184;
        background-color: #fff;
        border: 1px solid #7b8184;
        transition: all .2s;
        min-width: 80px;
        text-align: center;
        padding: .8rem 1.5rem;
        border-radius: .3rem;
        display: block
    }

        .btn.btn--apply-indeed-cta.active,
        .btn.btn--apply-indeed-cta:active,
        .btn.btn--apply-indeed-cta:focus,
        .btn.btn--apply-indeed-cta:hover,
        .open > .btn.btn--apply-indeed-cta.dropdown-toggle {
            color: #7b8184;
            background-color: #e6e6e6;
            border-color: #5d6264
        }

        .btn.btn--apply-indeed-cta.disabled,
        .btn.btn--apply-indeed-cta.disabled.active,
        .btn.btn--apply-indeed-cta.disabled:active,
        .btn.btn--apply-indeed-cta.disabled:focus,
        .btn.btn--apply-indeed-cta.disabled:hover,
        .btn.btn--apply-indeed-cta[disabled],
        .btn.btn--apply-indeed-cta[disabled].active,
        .btn.btn--apply-indeed-cta[disabled]:active,
        .btn.btn--apply-indeed-cta[disabled]:focus,
        .btn.btn--apply-indeed-cta[disabled]:hover,
        fieldset[disabled] .btn.btn--apply-indeed-cta,
        fieldset[disabled] .btn.btn--apply-indeed-cta.active,
        fieldset[disabled] .btn.btn--apply-indeed-cta:active,
        fieldset[disabled] .btn.btn--apply-indeed-cta:focus,
        fieldset[disabled] .btn.btn--apply-indeed-cta:hover {
            background-color: #fff;
            border-color: #7b8184
        }

        .btn.btn--apply-indeed-cta .badge {
            color: #fff;
            background-color: #7b8184
        }

    .btn.btn--apply-indeed-cta-cancel {
        color: #7b8184;
        background-color: #fff;
        border: 1px solid #7b8184;
        transition: all .2s;
        min-width: 80px;
        text-align: center;
        /*    padding: .4rem 1.5rem;*/
        border-radius: .3rem;
        display: block
    }

    .btn.btn--negative,
    .btn.btn--negative-cancel {
        -webkit-transition: all .2s;
        min-width: 80px;
        text-align: center;
        box-sizing: border-box
    }

    .btn.btn--apply-indeed-cta-cancel.active,
    .btn.btn--apply-indeed-cta-cancel:active,
    .btn.btn--apply-indeed-cta-cancel:focus,
    .btn.btn--apply-indeed-cta-cancel:hover,
    .open > .btn.btn--apply-indeed-cta-cancel.dropdown-toggle {
        color: #7b8184;
        background-color: #e6e6e6;
        border-color: #5d6264
    }

    .btn.btn--apply-indeed-cta-cancel.disabled,
    .btn.btn--apply-indeed-cta-cancel.disabled.active,
    .btn.btn--apply-indeed-cta-cancel.disabled:active,
    .btn.btn--apply-indeed-cta-cancel.disabled:focus,
    .btn.btn--apply-indeed-cta-cancel.disabled:hover,
    .btn.btn--apply-indeed-cta-cancel[disabled],
    .btn.btn--apply-indeed-cta-cancel[disabled].active,
    .btn.btn--apply-indeed-cta-cancel[disabled]:active,
    .btn.btn--apply-indeed-cta-cancel[disabled]:focus,
    .btn.btn--apply-indeed-cta-cancel[disabled]:hover,
    fieldset[disabled] .btn.btn--apply-indeed-cta-cancel,
    fieldset[disabled] .btn.btn--apply-indeed-cta-cancel.active,
    fieldset[disabled] .btn.btn--apply-indeed-cta-cancel:active,
    fieldset[disabled] .btn.btn--apply-indeed-cta-cancel:focus,
    fieldset[disabled] .btn.btn--apply-indeed-cta-cancel:hover {
        background-color: #fff;
        border-color: #7b8184
    }

    .btn.btn--apply-indeed-cta-cancel .badge {
        color: #fff;
        background-color: #7b8184
    }

    .btn.btn--negative {
        color: #7b8184;
        background-color: #fff;
        border: 1px solid #7b8184;
        transition: all .2s
    }

        .btn.btn--negative.active,
        .btn.btn--negative:active,
        .btn.btn--negative:focus,
        .btn.btn--negative:hover,
        .open > .btn.btn--negative.dropdown-toggle {
            color: #7b8184;
            background-color: #e6e6e6;
            border-color: #5d6264
        }

        .btn.btn--negative.disabled,
        .btn.btn--negative.disabled.active,
        .btn.btn--negative.disabled:active,
        .btn.btn--negative.disabled:focus,
        .btn.btn--negative.disabled:hover,
        .btn.btn--negative[disabled],
        .btn.btn--negative[disabled].active,
        .btn.btn--negative[disabled]:active,
        .btn.btn--negative[disabled]:focus,
        .btn.btn--negative[disabled]:hover,
        fieldset[disabled] .btn.btn--negative,
        fieldset[disabled] .btn.btn--negative.active,
        fieldset[disabled] .btn.btn--negative:active,
        fieldset[disabled] .btn.btn--negative:focus,
        fieldset[disabled] .btn.btn--negative:hover {
            background-color: #fff;
            border-color: #7b8184
        }

        .btn.btn--negative .badge {
            color: #fff;
            background-color: #7b8184
        }

        .btn.btn--negative:hover {
            border-color: #62676a;
            color: #62676a
        }

    .btn.btn--negative-cancel {
        color: #7b8184;
        background-color: #fff;
        border: 1px solid #7b8184;
        transition: all .2s
    }

        .btn.btn--negative-cancel.active,
        .btn.btn--negative-cancel:active,
        .btn.btn--negative-cancel:focus,
        .btn.btn--negative-cancel:hover,
        .open > .btn.btn--negative-cancel.dropdown-toggle {
            color: #7b8184;
            background-color: #e6e6e6;
            border-color: #5d6264
        }

        .btn.btn--negative-cancel.active,
        .btn.btn--negative-cancel:active,
        .open > .btn.btn--negative-cancel.dropdown-toggle {
            background-image: none
        }

        .btn.btn--negative-cancel.disabled,
        .btn.btn--negative-cancel.disabled.active,
        .btn.btn--negative-cancel.disabled:active,
        .btn.btn--negative-cancel.disabled:focus,
        .btn.btn--negative-cancel.disabled:hover,
        .btn.btn--negative-cancel[disabled],
        .btn.btn--negative-cancel[disabled].active,
        .btn.btn--negative-cancel[disabled]:active,
        .btn.btn--negative-cancel[disabled]:focus,
        .btn.btn--negative-cancel[disabled]:hover,
        fieldset[disabled] .btn.btn--negative-cancel,
        fieldset[disabled] .btn.btn--negative-cancel.active,
        fieldset[disabled] .btn.btn--negative-cancel:active,
        fieldset[disabled] .btn.btn--negative-cancel:focus,
        fieldset[disabled] .btn.btn--negative-cancel:hover {
            background-color: #fff;
            border-color: #7b8184
        }

        .btn.btn--negative-cancel .badge {
            color: #fff;
            background-color: #7b8184
        }

    .btn.btn--negative.btn--linkedin {
        box-sizing: border-box;
        color: #0079b8;
        background-color: #fff;
        border: 1px solid #0079b8;
        -webkit-transition: all .2s;
        transition: all .2s;
        min-width: 80px;
        text-align: center
    }

        .btn.btn--negative.btn--linkedin.active,
        .btn.btn--negative.btn--linkedin:active,
        .btn.btn--negative.btn--linkedin:focus,
        .btn.btn--negative.btn--linkedin:hover,
        .open > .btn.btn--negative.btn--linkedin.dropdown-toggle {
            color: #0079b8;
            background-color: #e6e6e6;
            border-color: #00517b
        }

        .btn.btn--negative.btn--linkedin.disabled,
        .btn.btn--negative.btn--linkedin.disabled.active,
        .btn.btn--negative.btn--linkedin.disabled:active,
        .btn.btn--negative.btn--linkedin.disabled:focus,
        .btn.btn--negative.btn--linkedin.disabled:hover,
        .btn.btn--negative.btn--linkedin[disabled],
        .btn.btn--negative.btn--linkedin[disabled].active,
        .btn.btn--negative.btn--linkedin[disabled]:active,
        .btn.btn--negative.btn--linkedin[disabled]:focus,
        .btn.btn--negative.btn--linkedin[disabled]:hover,
        fieldset[disabled] .btn.btn--negative.btn--linkedin,
        fieldset[disabled] .btn.btn--negative.btn--linkedin.active,
        fieldset[disabled] .btn.btn--negative.btn--linkedin:active,
        fieldset[disabled] .btn.btn--negative.btn--linkedin:focus,
        fieldset[disabled] .btn.btn--negative.btn--linkedin:hover {
            background-color: #fff;
            border-color: #0079b8
        }

        .btn.btn--negative.btn--linkedin .badge {
            color: #fff;
            background-color: #0079b8
        }

        .btn.btn--negative.btn--linkedin i {
            position: relative;
            top: 12px;
            padding-left: .8rem;
            font-size: 2.4rem;
            margin-top: -12px;
            display: inline-block
        }

        .btn.btn--negative.btn--linkedin:hover {
            border-color: #005785;
            color: #005785
        }

    .btn.btn--negative.btn--facebook {
        box-sizing: border-box;
        color: #3b5998;
        background-color: #fff;
        border: 1px solid #3b5998;
        -webkit-transition: all .2s;
        transition: all .2s;
        min-width: 80px;
        text-align: center
    }

    .btn.btn--negative.btn--add,
    .btn.btn--negative.btn--import {
        -webkit-transition: all .2s;
        min-width: 80px;
        text-align: center;
        box-sizing: border-box
    }

    .btn.btn--negative.btn--facebook.active,
    .btn.btn--negative.btn--facebook:active,
    .btn.btn--negative.btn--facebook:focus,
    .btn.btn--negative.btn--facebook:hover,
    .open > .btn.btn--negative.btn--facebook.dropdown-toggle {
        color: #3b5998;
        background-color: #e6e6e6;
        border-color: #2a3f6c
    }

    .btn.btn--negative.btn--facebook.disabled,
    .btn.btn--negative.btn--facebook.disabled.active,
    .btn.btn--negative.btn--facebook.disabled:active,
    .btn.btn--negative.btn--facebook.disabled:focus,
    .btn.btn--negative.btn--facebook.disabled:hover,
    .btn.btn--negative.btn--facebook[disabled],
    .btn.btn--negative.btn--facebook[disabled].active,
    .btn.btn--negative.btn--facebook[disabled]:active,
    .btn.btn--negative.btn--facebook[disabled]:focus,
    .btn.btn--negative.btn--facebook[disabled]:hover,
    fieldset[disabled] .btn.btn--negative.btn--facebook,
    fieldset[disabled] .btn.btn--negative.btn--facebook.active,
    fieldset[disabled] .btn.btn--negative.btn--facebook:active,
    fieldset[disabled] .btn.btn--negative.btn--facebook:focus,
    fieldset[disabled] .btn.btn--negative.btn--facebook:hover {
        background-color: #fff;
        border-color: #3b5998
    }

    .btn.btn--negative.btn--facebook .badge {
        color: #fff;
        background-color: #3b5998
    }

    .btn.btn--negative.btn--facebook i {
        font-size: 1.375rem;
        line-height: 1.25rem;
        position: relative;
        top: 14px;
        padding-left: .8rem;
        margin-right: .5rem;
        margin-top: -12px;
        display: inline-block
    }

    .btn.btn--negative.btn--add i,
    .btn.btn--negative.btn--import i {
        top: 14px;
        font-size: 2.4rem;
        margin-top: -12px;
        position: relative;
        padding-left: .8rem
    }

    .btn.btn--negative.btn--facebook:hover {
        border-color: #2d4373;
        color: #2d4373
    }

    .btn.btn--negative.btn--import {
        color: #005794;
        background-color: #fff;
        border: 1px solid #005794;
        transition: all .2s
    }

        .btn.btn--negative.btn--import.active,
        .btn.btn--negative.btn--import:active,
        .btn.btn--negative.btn--import:focus,
        .btn.btn--negative.btn--import:hover,
        .open > .btn.btn--negative.btn--import.dropdown-toggle {
            color: #005794;
            background-color: #e6e6e6;
            border-color: #003357
        }

        .btn.btn--negative.btn--import.disabled,
        .btn.btn--negative.btn--import.disabled.active,
        .btn.btn--negative.btn--import.disabled:active,
        .btn.btn--negative.btn--import.disabled:focus,
        .btn.btn--negative.btn--import.disabled:hover,
        .btn.btn--negative.btn--import[disabled],
        .btn.btn--negative.btn--import[disabled].active,
        .btn.btn--negative.btn--import[disabled]:active,
        .btn.btn--negative.btn--import[disabled]:focus,
        .btn.btn--negative.btn--import[disabled]:hover,
        fieldset[disabled] .btn.btn--negative.btn--import,
        fieldset[disabled] .btn.btn--negative.btn--import.active,
        fieldset[disabled] .btn.btn--negative.btn--import:active,
        fieldset[disabled] .btn.btn--negative.btn--import:focus,
        fieldset[disabled] .btn.btn--negative.btn--import:hover {
            background-color: #fff;
            border-color: #005794
        }

        .btn.btn--negative.btn--import .badge {
            color: #fff;
            background-color: #005794
        }

        .btn.btn--negative.btn--import i {
            display: inline-block
        }

        .btn.btn--negative.btn--import:hover {
            border-color: #003961;
            color: #003961
        }

    .btn.btn--negative.btn--add {
        color: #ed1c24;
        background-color: transparent;
        border: 1px solid #ed1c24;
        transition: all .2s;
        display: inline-block !important
    }

    .btn.btn--negative.btn--enhance,
    .btn.btn--negative.btn--red-on-white {
        -webkit-transition: all .2s;
        margin-top: .8rem;
        display: inline-block !important
    }

    .btn.btn--negative.btn--add.active,
    .btn.btn--negative.btn--add:active,
    .btn.btn--negative.btn--add:focus,
    .btn.btn--negative.btn--add:hover,
    .open > .btn.btn--negative.btn--add.dropdown-toggle {
        color: #ed1c24;
        background-color: transparent;
        border-color: #bd0f16
    }

    .btn.btn--negative.btn--add.disabled,
    .btn.btn--negative.btn--add.disabled.active,
    .btn.btn--negative.btn--add.disabled:active,
    .btn.btn--negative.btn--add.disabled:focus,
    .btn.btn--negative.btn--add.disabled:hover,
    .btn.btn--negative.btn--add[disabled],
    .btn.btn--negative.btn--add[disabled].active,
    .btn.btn--negative.btn--add[disabled]:active,
    .btn.btn--negative.btn--add[disabled]:focus,
    .btn.btn--negative.btn--add[disabled]:hover,
    fieldset[disabled] .btn.btn--negative.btn--add,
    fieldset[disabled] .btn.btn--negative.btn--add.active,
    fieldset[disabled] .btn.btn--negative.btn--add:active,
    fieldset[disabled] .btn.btn--negative.btn--add:focus,
    fieldset[disabled] .btn.btn--negative.btn--add:hover {
        background-color: transparent;
        border-color: #ed1c24
    }

    .btn.btn--negative.btn--add .badge {
        color: transparent;
        background-color: #ed1c24
    }

    .btn.btn--negative.btn--add i {
        display: inline-block
    }

    .btn.btn--negative.btn--add:hover {
        border-color: #c61017;
        color: #c61017
    }

    .btn.btn--negative.btn--enhance {
        box-sizing: border-box;
        color: #ed1c24;
        background-color: transparent;
        border: 1px solid #ed1c24;
        transition: all .2s;
        min-width: 80px;
        text-align: center;
        line-height: 1.5rem
    }

        .btn.btn--negative.btn--enhance.active,
        .btn.btn--negative.btn--enhance:active,
        .btn.btn--negative.btn--enhance:focus,
        .btn.btn--negative.btn--enhance:hover,
        .open > .btn.btn--negative.btn--enhance.dropdown-toggle {
            color: #ed1c24;
            background-color: transparent;
            border-color: #bd0f16
        }

        .btn.btn--negative.btn--enhance.disabled,
        .btn.btn--negative.btn--enhance.disabled.active,
        .btn.btn--negative.btn--enhance.disabled:active,
        .btn.btn--negative.btn--enhance.disabled:focus,
        .btn.btn--negative.btn--enhance.disabled:hover,
        .btn.btn--negative.btn--enhance[disabled],
        .btn.btn--negative.btn--enhance[disabled].active,
        .btn.btn--negative.btn--enhance[disabled]:active,
        .btn.btn--negative.btn--enhance[disabled]:focus,
        .btn.btn--negative.btn--enhance[disabled]:hover,
        fieldset[disabled] .btn.btn--negative.btn--enhance,
        fieldset[disabled] .btn.btn--negative.btn--enhance.active,
        fieldset[disabled] .btn.btn--negative.btn--enhance:active,
        fieldset[disabled] .btn.btn--negative.btn--enhance:focus,
        fieldset[disabled] .btn.btn--negative.btn--enhance:hover {
            background-color: transparent;
            border-color: #ed1c24
        }

        .btn.btn--negative.btn--enhance .badge {
            color: transparent;
            background-color: #ed1c24
        }

        .btn.btn--negative.btn--enhance i {
            position: relative;
            top: 4px;
            padding-left: .8rem
        }

        .btn.btn--negative.btn--enhance:hover {
            border-color: #c61017;
            color: #c61017
        }

    .btn.btn--negative.btn--red-on-white {
        box-sizing: border-box;
        color: #ed1c24;
        background-color: transparent;
        border: 1px solid #ed1c24;
        transition: all .2s;
        min-width: 80px;
        text-align: center;
        line-height: 1.5rem;
        margin-right: .8rem
    }

    .btn.btn--apply,
    .btn.btn--negative.btn--white-on-transparent {
        -webkit-transition: all .2s;
        box-sizing: border-box;
        min-width: 80px;
        text-align: center
    }

    .btn.btn--negative.btn--red-on-white.active,
    .btn.btn--negative.btn--red-on-white:active,
    .btn.btn--negative.btn--red-on-white:focus,
    .btn.btn--negative.btn--red-on-white:hover,
    .open > .btn.btn--negative.btn--red-on-white.dropdown-toggle {
        color: #ed1c24;
        background-color: #e6e6e6;
        border-color: #bd0f16
    }

    .btn.btn--negative.btn--red-on-white.disabled,
    .btn.btn--negative.btn--red-on-white.disabled.active,
    .btn.btn--negative.btn--red-on-white.disabled:active,
    .btn.btn--negative.btn--red-on-white.disabled:focus,
    .btn.btn--negative.btn--red-on-white.disabled:hover,
    .btn.btn--negative.btn--red-on-white[disabled],
    .btn.btn--negative.btn--red-on-white[disabled].active,
    .btn.btn--negative.btn--red-on-white[disabled]:active,
    .btn.btn--negative.btn--red-on-white[disabled]:focus,
    .btn.btn--negative.btn--red-on-white[disabled]:hover,
    fieldset[disabled] .btn.btn--negative.btn--red-on-white,
    fieldset[disabled] .btn.btn--negative.btn--red-on-white.active,
    fieldset[disabled] .btn.btn--negative.btn--red-on-white:active,
    fieldset[disabled] .btn.btn--negative.btn--red-on-white:focus,
    fieldset[disabled] .btn.btn--negative.btn--red-on-white:hover {
        background-color: #fff;
        border-color: #ed1c24
    }

    .btn.btn--negative.btn--red-on-white .badge {
        color: #fff;
        background-color: #ed1c24
    }

    .btn.btn--negative.btn--red-on-white i {
        position: relative;
        top: 4px;
        margin-left: .5rem
    }

    .btn.btn--negative.btn--red-on-white:hover {
        border-color: #c61017;
        color: #c61017
    }

    .btn.btn--negative.btn--white-on-transparent {
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff;
        transition: all .2s;
        font-size: 1rem;
        line-height: 1rem;
        line-height: 1.5rem;
        margin-top: .8rem;
        margin-right: .8rem;
        display: inline-block !important
    }

        .btn.btn--negative.btn--white-on-transparent.active,
        .btn.btn--negative.btn--white-on-transparent:active,
        .btn.btn--negative.btn--white-on-transparent:focus,
        .btn.btn--negative.btn--white-on-transparent:hover,
        .open > .btn.btn--negative.btn--white-on-transparent.dropdown-toggle {
            color: #fff;
            background-color: transparent;
            border-color: #e0e0e0
        }

        .btn.btn--negative.btn--white-on-transparent.disabled,
        .btn.btn--negative.btn--white-on-transparent.disabled.active,
        .btn.btn--negative.btn--white-on-transparent.disabled:active,
        .btn.btn--negative.btn--white-on-transparent.disabled:focus,
        .btn.btn--negative.btn--white-on-transparent.disabled:hover,
        .btn.btn--negative.btn--white-on-transparent[disabled],
        .btn.btn--negative.btn--white-on-transparent[disabled].active,
        .btn.btn--negative.btn--white-on-transparent[disabled]:active,
        .btn.btn--negative.btn--white-on-transparent[disabled]:focus,
        .btn.btn--negative.btn--white-on-transparent[disabled]:hover,
        fieldset[disabled] .btn.btn--negative.btn--white-on-transparent,
        fieldset[disabled] .btn.btn--negative.btn--white-on-transparent.active,
        fieldset[disabled] .btn.btn--negative.btn--white-on-transparent:active,
        fieldset[disabled] .btn.btn--negative.btn--white-on-transparent:focus,
        fieldset[disabled] .btn.btn--negative.btn--white-on-transparent:hover {
            background-color: transparent;
            border-color: #fff
        }

        .btn.btn--negative.btn--white-on-transparent .badge {
            color: transparent;
            background-color: #fff
        }

        .btn.btn--negative.btn--white-on-transparent i {
            position: relative;
            top: 20px;
            padding-left: .8rem;
            font-size: 3rem;
            line-height: 2.875rem;
            margin-top: -24px
        }

        .btn.btn--negative.btn--white-on-transparent:hover {
            background-color: #fff;
            color: #ed1c24
        }

    .btn.btn--apply-cta-mobile {
        padding: .5rem 1rem;
        border-radius: .3rem;
        display: inline-block
    }

    .btn.btn--apply {
        color: #fff;
        background-color: #ed1c24;
        border: 1px solid #ed1c24;
        transition: all .2s;
        padding: 1rem;
        border-radius: .3rem;
        display: inline-block !important;
    }

        .btn.btn--apply.active,
        .btn.btn--apply:active,
        .btn.btn--apply:focus,
        .btn.btn--apply:hover,
        .open > .btn.btn--apply.dropdown-toggle {
            color: #fff;
            background-color: #c61017;
            border-color: #bd0f16
        }

        .btn.btn--apply.disabled,
        .btn.btn--apply.disabled.active,
        .btn.btn--apply.disabled:active,
        .btn.btn--apply.disabled:focus,
        .btn.btn--apply.disabled:hover,
        .btn.btn--apply[disabled],
        .btn.btn--apply[disabled].active,
        .btn.btn--apply[disabled]:active,
        .btn.btn--apply[disabled]:focus,
        .btn.btn--apply[disabled]:hover,
        fieldset[disabled] .btn.btn--apply,
        fieldset[disabled] .btn.btn--apply.active,
        fieldset[disabled] .btn.btn--apply:active,
        fieldset[disabled] .btn.btn--apply:focus,
        fieldset[disabled] .btn.btn--apply:hover {
            background-color: #ed1c24;
            border-color: #ed1c24
        }

        .btn.btn--apply .badge {
            color: #ed1c24;
            background-color: #fff
        }

    .btn.btn--reset {
        box-sizing: border-box;
        color: #ed1c24;
        background-color: transparent;
        border: 1px solid #ed1c24;
        -webkit-transition: all .2s;
        transition: all .2s;
        min-width: 80px;
        text-align: center;
        padding: 1rem 1.7rem;
        border-radius: .3rem;
        display: inline-block
    }

.btn--check-profile i,
.btn--notify i {
    top: 12px;
    padding-left: .8rem;
    position: relative
}

.btn--check-profile,
.btn--notify {
    min-width: 80px;
    text-align: center;
    display: inline-block !important;
    box-sizing: border-box
}

.btn.btn--reset.active,
.btn.btn--reset:active,
.btn.btn--reset:focus,
.btn.btn--reset:hover,
.open > .btn.btn--reset.dropdown-toggle {
    color: #ed1c24;
    background-color: transparent;
    border-color: #bd0f16
}

.btn.btn--reset.disabled,
.btn.btn--reset.disabled.active,
.btn.btn--reset.disabled:active,
.btn.btn--reset.disabled:focus,
.btn.btn--reset.disabled:hover,
.btn.btn--reset[disabled],
.btn.btn--reset[disabled].active,
.btn.btn--reset[disabled]:active,
.btn.btn--reset[disabled]:focus,
.btn.btn--reset[disabled]:hover,
fieldset[disabled] .btn.btn--reset,
fieldset[disabled] .btn.btn--reset.active,
fieldset[disabled] .btn.btn--reset:active,
fieldset[disabled] .btn.btn--reset:focus,
fieldset[disabled] .btn.btn--reset:hover {
    background-color: transparent;
    border-color: #ed1c24
}

.btn.btn--reset .badge {
    color: transparent;
    background-color: #ed1c24
}

.btn--check-profile {
    color: #fff;
    background-color: #ed1c24;
    border: 1px solid #ed1c24;
    -webkit-transition: all .2s;
    transition: all .2s;
    padding-right: .8rem;
    font-size: 1rem;
    line-height: 1.5rem
}

    .btn--check-profile.active,
    .btn--check-profile:active,
    .btn--check-profile:focus,
    .btn--check-profile:hover,
    .open > .btn--check-profile.dropdown-toggle {
        color: #fff;
        background-color: #c61017;
        border-color: #bd0f16
    }

    .btn--check-profile.disabled,
    .btn--check-profile.disabled.active,
    .btn--check-profile.disabled:active,
    .btn--check-profile.disabled:focus,
    .btn--check-profile.disabled:hover,
    .btn--check-profile[disabled],
    .btn--check-profile[disabled].active,
    .btn--check-profile[disabled]:active,
    .btn--check-profile[disabled]:focus,
    .btn--check-profile[disabled]:hover,
    fieldset[disabled] .btn--check-profile,
    fieldset[disabled] .btn--check-profile.active,
    fieldset[disabled] .btn--check-profile:active,
    fieldset[disabled] .btn--check-profile:focus,
    fieldset[disabled] .btn--check-profile:hover {
        background-color: #ed1c24;
        border-color: #ed1c24
    }

    .btn--check-profile .badge {
        color: #ed1c24;
        background-color: #fff
    }

    .btn--check-profile i {
        color: #f46d66;
        font-size: 1.8rem;
        margin-top: -7px
    }

.btn--notify {
    color: #fff;
    background-color: #ed1c24;
    border: 1px solid #ed1c24;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative
}

    .btn--notify.active,
    .btn--notify:active,
    .btn--notify:focus,
    .btn--notify:hover,
    .open > .btn--notify.dropdown-toggle {
        color: #fff;
        background-color: #c61017;
        border-color: #bd0f16
    }

    .btn--notify.disabled,
    .btn--notify.disabled.active,
    .btn--notify.disabled:active,
    .btn--notify.disabled:focus,
    .btn--notify.disabled:hover,
    .btn--notify[disabled],
    .btn--notify[disabled].active,
    .btn--notify[disabled]:active,
    .btn--notify[disabled]:focus,
    .btn--notify[disabled]:hover,
    fieldset[disabled] .btn--notify,
    fieldset[disabled] .btn--notify.active,
    fieldset[disabled] .btn--notify:active,
    fieldset[disabled] .btn--notify:focus,
    fieldset[disabled] .btn--notify:hover {
        background-color: #ed1c24;
        border-color: #ed1c24
    }

    .btn--notify .badge {
        color: #ed1c24;
        background-color: #fff
    }

    .btn--notify i {
        font-size: 2.4rem;
        margin-top: -8px;
        display: inline-block
    }

.btn-favourite {
    color: #000;
    display: block;
    font-weight: 700;
    position: relative;
    padding-left: 3rem
}

    .btn-favourite .favourite,
    .btn-favourite .favourite-save {
        left: 0;
        top: 10px
    }

.favourite,
.favourite-save {
    -webkit-transition: .2s ease-in all;
    transition: .2s ease-in all;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    position: absolute;
    cursor: pointer
}

    .favourite-save:before,
    .favourite:before {
        content: '\44';
        font-family: adecco-font-1;
        color: #b2b2b2;
        font-size: 3.375rem;
        line-height: 0;
        z-index: 10;
        padding-top: 14px;
        display: block
    }

    .btn-filter,
    .favourite-save.selected,
    .favourite-save.selected:before,
    .favourite-save:active,
    .favourite-save:active:before,
    .favourite-save:hover,
    .favourite-save:hover:before,
    .favourite.selected,
    .favourite.selected:before,
    .favourite:active,
    .favourite:active:before,
    .favourite:hover,
    .favourite:hover:before {
        color: #ed1c24
    }

        .favourite-save.selected:before,
        .favourite.selected:before {
            content: '\43';
            font-family: adecco-font-1
        }

.btn-filter,
.job-details .job-details__apply .ref-no .ref {
    font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
}

.btn-filter {
    font-size: 2.1875rem;
    line-height: 3rem;
    display: inline-block;
    margin-right: 2rem;
    padding: 15px 0
}

    .btn-filter:last-of-type {
        margin-right: 0
    }

    .btn-filter span {
        background: #efefef;
        display: inline-block;
        width: 35px;
        height: 35px;
        border-radius: 99em;
        position: relative;
        top: 10px
    }

        .btn-filter span i {
            font-size: 1.5rem;
            line-height: 2.25rem;
            position: relative;
            top: -10px
        }

@media (min-width:34rem) {
    .btn-filter {
        padding: 10px 0;
        margin-right: 5rem;
        font-size: 1.25rem;
        line-height: 1.875rem
    }

        .btn-filter span {
            width: 21px;
            height: 21px;
            box-shadow: 0 1px 0 1px #ccc;
            top: 6px
        }

            .btn-filter span i {
                font-size: .875rem;
                line-height: 1.3125rem;
                top: -6px
            }
}

@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

.job-details .job-details__top.overlay:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1
}

.job-details .job-details__top.overlay .job-details__cta__holder.sticky {
    box-shadow: none
}

.job-details > .container {
    position: relative
}

.job-details hr {
    border-color: #dad9d9;
    margin: 0 0 1em
}

.job-details .job-details__back a {
    display: block
}

.job-details .job-details__back hr {
    margin-top: 1em;
    margin-right: 0
}

.job-details .job-details__back h6,
.job-details .job-details__header h1 {
    margin-top: 0
}

.job-details .job-details__header {
    padding-top: 10px
}

    .job-details .job-details__header .added-date {
        color: #737373;
        font-size: .75rem;
        line-height: .75rem
    }

@media (min-width:34rem) {
    .job-details .job-details__back hr {
        margin-bottom: 1rem
    }

    .job-details .job-details__header {
        padding-top: 25px
    }

        .job-details .job-details__header .added-date {
            font-size: 1rem;
            line-height: 1.5rem
        }
}

.job-details .job-details__header .favourite,
.job-details .job-details__header .favourite-save {
    height: 25px;
    position: absolute;
    right: 20px;
    top: 0;
    width: 25px
}

    .job-details .job-details__header .favourite-save:before,
    .job-details .job-details__header .favourite:before {
        font-size: .8125rem;
        line-height: 1.21875rem;
        left: 6px;
        top: 4px
    }

@media (min-width:48rem) {
    .job-details .job-details__header .favourite,
    .job-details .job-details__header .favourite-save {
        height: 50px;
        right: 0;
        top: 50px;
        width: 50px
    }

        .job-details .job-details__header .favourite-save:before,
        .job-details .job-details__header .favourite:before {
            font-size: 1.625rem;
            line-height: 2.4375rem;
            left: 12px;
            top: 9px
        }
}

.job-details .job-details__header h2 {
    margin-bottom: 10px
}

.job-details .job-details__header .summary {
    padding-bottom: 10px
}

@media (min-width:34rem) {
    .job-details .job-details__header h2 {
        margin: 22px 0
    }

    .job-details .job-details__header .summary {
        padding-bottom: 40px
    }
}

.job-details .job-details__header .summary-text {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    margin-bottom: 0
}

@media (min-width:34rem) {
    .job-details .job-details__header .summary-text {
        font-size: 1.625rem;
        line-height: 2.4375rem
    }
}

.job-details .job-details__header__info {
    margin: 0
}

    .job-details .job-details__header__info i,
    .job-details .job-details__header__info p {
        vertical-align: middle
    }

    .job-details .job-details__header__info i {
        color: #ed1c24;
        display: inline-block
    }

        .job-details .job-details__header__info i:before {
            font-size: 1.875rem;
            line-height: 2.5rem;
            float: right;
            width: 30px;
            position: relative;
            top: -2px
        }

        .job-details .job-details__header__info i.icon-pin-outline:before {
            font-size: 2.375rem;
            line-height: 2.8125rem;
            top: -2px
        }

@media (min-width:34rem) {
    .job-details .job-details__header__info i {
        font-size: 1.75rem;
        line-height: 1.75rem
    }

        .job-details .job-details__header__info i:before {
            font-size: 2.8125rem;
            line-height: 2.8125rem;
            width: 40px;
            top: 4px
        }

        .job-details .job-details__header__info i.icon-pin-outline:before {
            font-size: 3.125rem;
            line-height: 2.8125rem;
            top: 4px
        }
}

.job-details .job-details__header__info p {
    display: inline-block;
    margin-bottom: 1.2rem;
    padding-left: 5px;
    font-size: .8125rem;
    line-height: .9375rem
}

    .job-details .job-details__header__info p small {
        display: block;
        font-size: .625rem;
        line-height: .625rem;
        color: #737373
    }

.job-details .job-details__apply {
    padding-top: 20px
}

@media (min-width:34rem) {
    .job-details .job-details__header__info p {
        margin-bottom: 0;
        font-size: 1.375rem;
        line-height: 1.5rem
    }

        .job-details .job-details__header__info p small {
            display: block;
            font-size: .8125rem;
            line-height: .875rem;
            color: #737373
        }

    .job-details .job-details__header__info {
        margin-bottom: 1rem
    }

    .job-details .job-details__apply {
        padding-top: 30px
    }
}

.job-details .job-details__apply button {
    font-size: 1.125rem;
    line-height: 1.375rem;
    display: block;
    margin: 0 auto 10px
}

@media (min-width:34rem) {
    .job-details .job-details__apply button {
        font-size: 1.5rem;
        line-height: 1.75rem
    }
}

@media (min-width:48rem) {
    .job-details .job-details__apply button {
        display: inline-block;
        margin-bottom: 40px
    }

    .job-details .job-details__apply .apply-adecco {
        margin-right: 50px
    }

    .job-details .job-details__apply .apply-indeed {
        margin-right: 30px
    }

    .job-details .job-details__apply .ref-no {
        text-align: left
    }
}

.job-details .job-details__apply .ref-no {
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: middle
}

    .job-details .job-details__apply .ref-no .small {
        color: #818182;
        display: block;
        line-height: 1
    }

    .job-details .job-details__apply .ref-no .ref {
        font-size: 1.3125rem;
        line-height: 1.96875rem
    }

@media (min-width:48rem) {
    .job-details .job-details__description {
        padding-top: 1rem
    }
}

.job-details .job-details__description .job-details__cta__holder {
    -webkit-transition: all ease-out .2s;
    transition: all ease-out .2s
}

    .job-details .job-details__description .job-details__cta__holder.sticky {
        box-shadow: 0 0 30px 5px #dad9d9;
        background: #fff;
        left: 0;
        bottom: 0;
        position: fixed;
        width: 100%;
        z-index: 3;
        padding-left: .75rem;
        padding-right: .75rem
    }

        .job-details .job-details__description .job-details__cta__holder.sticky .job-details__cta {
            padding: .75em 0
        }

            .job-details .job-details__description .job-details__cta__holder.sticky .job-details__cta .btn--apply-indeed-cta {
                margin-bottom: .5em
            }

            .job-details .job-details__description .job-details__cta__holder.sticky .job-details__cta .btn--apply-indeed-cta-cancel {
                display: block
            }

            .job-details .job-details__description .job-details__cta__holder.sticky .job-details__cta .btn-favourite,
            .job-details .job-details__description .job-details__cta__holder.sticky .job-details__cta .job-details__cta__ref,
            .job-details .job-details__description .job-details__cta__holder.sticky .job-details__cta hr,
            .job-details .job-details__description .job-details__cta__holder.sticky .job-details__cta hr:last-of-type {
                display: none
            }

        .job-details .job-details__description .job-details__cta__holder.sticky .job-details__cta__sticky {
            display: block
        }

.job-details .job-details__description .job-details__cta .btn.btn--apply-cta,
.job-details .job-details__description .job-details__cta .btn.btn--apply-indeed-cancel,
.job-details .job-details__description .job-details__cta .btn.btn--apply-indeed-cta {
    font-size: 1.25rem;
    line-height: 1.25rem
}

.job-details .job-details__description .job-details__cta .btn--apply-indeed-cta-cancel {
    display: none
}

.job-details .job-details__description .job-details__cta hr {
    margin: 1.5rem 0
}

.job-details .job-details__description .job-details__cta__ref {
    font-size: 1.25rem;
    line-height: 1.25rem;
    padding-left: 2.5rem;
    font-weight: 700
}

    .job-details .job-details__description .job-details__cta__ref small {
        display: block;
        color: #737373
    }

.job-details .job-details__description .job-details__cta__sticky {
    display: none;
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: relative
}

    .job-details .job-details__description .job-details__cta__sticky:after,
    .job-details .job-details__description .job-details__cta__sticky:before {
        content: " ";
        display: table
    }

    .job-details .job-details__description .job-details__cta__sticky .back-link {
        float: left;
        position: relative;
        top: 10px
    }

.job-details .job-details__description .job-details__cta__sticky__btn-holder {
    float: right
}

.job-details .job-details__description .job-details__cta__sticky .btn-favourite {
    display: inline-block;
    margin-right: .5em;
    padding-right: 0
}

    .job-details .job-details__description .job-details__cta__sticky .btn-favourite span {
        position: relative;
        top: 23px
    }

.job-details .job-details__description__content {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}


    .job-details .job-details__description__content h5 {
        margin-bottom: 10px
    }

    .job-details .job-details__description__content h4:first-child {
        margin-top: 0px;
    }

    .job-details .job-details__description__content a,
    .job-details .job-details__description__content li,
    .job-details .job-details__description__content p {
        font-size: .9375rem;
        line-height: 1.40625rem
    }

@media (min-width:34rem) {
    .job-details .job-details__description__content h5 {
        margin-bottom: 22px
    }

    .job-details .job-details__description__content a,
    .job-details .job-details__description__content li,
    .job-details .job-details__description__content p {
        font-size: 1.25rem;
        line-height: 1.875rem
    }
}

.job-details .job-details__description__content p.job-details__description__summary {
    font-weight: 700;
    margin-bottom: 2rem
}

.card--small .card__status .date-applied .date,
.card--small .card__status .status-description .status,
.resources__top .search-count .term {
    font-weight: 600
}

.job-details .job-details__description__content ul {
    margin: 0 0 20px 30px
}

@media (min-width:34rem) {
    .job-details .job-details__description__content ul {
        margin: 0 0 40px 60px
    }
}

.job-details .job-details__description__content ul.requirements {
    list-style: none;
    margin-left: 10px
}

    .job-details .job-details__description__content ul.requirements li {
        position: relative;
        padding-left: 30px
    }

        .job-details .job-details__description__content ul.requirements li:before {
            content: '\f00c';
            font-family: FontAwesome;
            color: #ed1c24;
            display: block;
            position: absolute;
            left: 0
        }

.card__overlay p,
.profile-mini-card .profile-card-summary .expand-section,
.share > span {
    font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
}

.job-details .job-details__related-jobs h3,
.job-details .job-details__viewed-jobs h3,
.job-details .job-details__viewed-jobs-carousel h3 {
    font-size: 1rem;
    line-height: 1.5rem
}

@media (min-width:34rem) {
    .job-details .job-details__related-jobs h3,
    .job-details .job-details__viewed-jobs h3,
    .job-details .job-details__viewed-jobs-carousel h3 {
        font-size: 1.25rem;
        line-height: 1.875rem
    }
}

.job-details .job-details__related-jobs,
.job-details .job-details__viewed-jobs-carousel {
    background-color: #f1f1f1;
    margin-top: 10px;
    padding: 10px 0 40px
}

    .job-details .job-details__related-jobs h3,
    .job-details .job-details__viewed-jobs-carousel h3 {
        color: #691b31
    }

@media (max-width:61.9rem) {
    .share {
        padding-top: 1.5em
    }
}

.share > span {
    font-size: .8125rem;
    line-height: 1.21875rem;
    color: #737373;
    display: block;
    margin-bottom: 10px;
    text-align: center
}

@media (min-width:48rem) {
    .job-details .job-details__related-jobs,
    .job-details .job-details__viewed-jobs-carousel {
        margin-top: 40px
    }

    .share > span {
        text-align: left
    }
}

.share .share__icons {
    margin: 0 !important;
    padding: 0;
    text-align: center
}

    .share .share__icons > li {
        display: inline-block;
        padding: 0;
        margin-bottom: 10px;
        margin-right: 20px;
        position: relative;
        width: 40px
    }

        .share .share__icons > li:last-child {
            margin-right: 0
        }

@media (min-width:48rem) {
    .share .share__icons > li:last-child {
        margin-right: auto
    }

    .share .share__icons > li {
        display: block;
        margin-right: auto
    }
}

.share .share__icons > li a {
    font-size: 1.625rem;
    border: 1px solid #344b89;
    border-radius: 100%;
    color: #344b89;
    display: block;
    height: 40px;
    line-height: 1;
    text-align: center;
    width: 40px;
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s
}

    .share .share__icons > li a:before {
        height: 30px;
        left: 5px;
        position: absolute;
        top: 6px;
        width: 30px
    }

    .share .share__icons > li a:hover {
        border-color: #425fae;
        color: #425fae
    }

    .share .share__icons > li a.fa-facebook-f:before {
        top: 8px;
        left: 4px
    }

    .share .share__icons > li a.fa-linkedin {
        border-color: #1483ba;
        color: #1483ba
    }

        .share .share__icons > li a.fa-linkedin:hover {
            border-color: #1ba3e6;
            color: #1ba3e6
        }

    .share .share__icons > li a.fa-twitter {
        border-color: #469ae9;
        color: #469ae9
    }

        .share .share__icons > li a.fa-twitter:hover {
            border-color: #74b3ee;
            color: #74b3ee
        }

        .share .share__icons > li a.fa-twitter:before {
            left: 5px;
            top: 7px
        }

    .share .share__icons > li a.fa-envelope-o {
        font-size: 1.5rem;
        line-height: 2.25rem;
        border-color: #776e6e;
        color: #776e6e
    }

        .share .share__icons > li a.fa-envelope-o:hover {
            border-color: #918787;
            color: #918787
        }

        .share .share__icons > li a.fa-envelope-o:before {
            left: 4px;
            top: 0
        }

.card {
    text-align: left;
    position: relative;
    margin-bottom: 2.5rem;
    background: #fff;
    border: 1.6px double #dad9d9;
    border-bottom: 5px solid #d21847;
    border-radius: 8px
}

.card__block {
    border-bottom: 1.6px solid #dad9d9;
    padding: 0;
    margin: 0 .9375rem
}

@media (min-width:48rem) {
    .card__block {
        margin: 0 1.875rem
    }

    .card__details ul {
        padding-right: 120px
    }
}

.card__details ul {
    margin: 0;
    position: relative
}

    .card__details ul li {
        display: block;
        margin-bottom: 0 !important;
        padding: 0 !important;
        border-bottom: none !important;
    }

        .card__details ul li span.icon {
            display: inline-block;
            vertical-align: middle
        }

            .card__details ul li span.icon:before {
                font-size: 1.875rem;
                line-height: 2.8125rem;
                color: #ed1c24
            }

@media (min-width:34rem) {
    .card__details ul li {
        display: inline-block;
        margin-right: 30px
    }
}

.card__details ul li.date-added {
    display: none
}

@media (min-width:48rem) {
    .card__details ul li.date-added {
        color: #b2b2b2;
        display: block;
        margin-right: 0;
        position: absolute;
        right: 0;
        top: 8px
    }
}

.card__title {
    margin-top: 0;
    margin-bottom: .3rem
}

.card__subtitle {
    margin-top: -.15rem;
    margin-bottom: 0
}

.card__text {
    display: none
}

@media (min-width:34rem) {
    .card__text {
        display: block
    }
}

.card__text:last-child {
    margin-bottom: 1rem
}

.card__link + .card__link {
    margin-left: 1.875rem
}

.card > .list-group:first-child .list-group-item:first-child {
    border-radius: 8px 8px 0 0
}

.card > .list-group:last-child .list-group-item:last-child {
    border-radius: 0 0 8px 8px
}

.card__header {
    padding: .3rem 1.875rem 0;
    position: relative
}

    .card__header .favourite,
    .card__header .favourite-save {
        position: absolute;
        right: .8rem;
        top: 1.6rem
    }

@media (max-width:47.9rem) {
    .card__header {
        padding: .3rem .9375rem 0
    }
}

.card__header:first-child {
    border-radius: 6.4px 6.4px 0 0
}

@keyframes hover {
    0% {
        background-position: center -50%
    }

    100% {
        background-position: center 50%
    }
}

@keyframes hoverOut {
    0% {
        background-position: center 150%
    }

    100% {
        background-position: center 50%
    }
}

.card__footer {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden
}

    .card__footer a {
        border-radius: 0 0 .23rem .23rem;
        color: #ed1c24;
        display: block;
        position: relative;
        font-size: 1.125rem;
        line-height: 2.5rem;
        padding: .23077rem 1.875rem 0
    }

.alert-form.base-form label.pretty-checkbox span:last-of-type a:hover,
.builder h4 span:hover,
.card__overlay p a,
.promo__article .promo-cta:hover,
.resource-landing .mini-card .resource-list-container .resource-list a:hover,
.sign-in-form.base-form a,
.terms-form.base-form a,
.typeahead-active .typeahead-container .recent-search-term:hover {
    text-decoration: underline
}

.card__footer a:after,
.card__footer a:before {
    content: " ";
    display: table
}

.card__footer a:hover {
    background-color: #d21847;
    color: #fff
}

.smil .card__footer a {
    -webkit-transition: color 10ms linear .15s;
    transition: color 10ms linear .15s
}

    .smil .card__footer a.mouseout {
        -webkit-animation: hoverOut .3s forwards linear;
        animation: hoverOut .3s forwards linear;
        background-image: -moz-radial-gradient(center, ellipse cover, #fff 0, #fff 65%, #d21847 67%, #d21847 99%);
        background-image: radial, ellipse center, #fff 0, #fff 65%, #d21847 67%, #d21847 99%;
        background-image: -webkit-radial-gradient(center, ellipse cover, #fff 0, #fff 65%, #d21847 67%, #d21847 99%);
        background-size: 140% 500%;
        background-position: center 150%;
        background-repeat: no-repeat;
        background-color: #d21847
    }

    .smil .card__footer a:hover {
        -webkit-animation: hover .4s forwards linear;
        animation: hover .4s forwards linear;
        background-color: #fff;
        background-image: -moz-radial-gradient(center, ellipse cover, #d21847 0, #d21847 65%, #fff 67%, #fff 100%);
        background-image: radial, ellipse center, #d21847 0, #d21847 65%, #fff 67%, #fff 99%;
        background-image: -webkit-radial-gradient(center, ellipse cover, #d21847 0, #d21847 65%, #fff 67%, #fff 100%);
        background-size: 140% 500%;
        background-position: center;
        background-repeat: no-repeat;
        color: #fff;
        -webkit-transition: color 10ms linear .2s;
        transition: color 10ms linear .2s
    }

.card__footer a .fa-long-arrow-right {
    float: right;
    position: relative;
    top: 7px
}

.card__footer a .icon-continue {
    float: right;
    position: relative;
    top: 3px;
    font-size: 3rem;
    line-height: 2.875rem
}

.card__footer:last-child {
    border-radius: 0 0 6.4px 6.4px
}

.card__overlay {
    display: none;
    border-radius: 8px 8px 4px 4px;
    background: rgba(0, 0, 0, .7);
    left: 0;
    height: 100%;
    padding: 1rem 2rem;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.card--small .card__footer__link,
.card--small .card__header {
    padding-left: 1rem;
    padding-right: 1rem
}

.card--small .card__header {
    padding-left: 1rem;
    padding-right: 1rem
}

.card__overlay p {
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #fff;
    margin-top: 2rem;
    text-align: center
}

    .card__overlay p a {
        color: #fff;
        display: block
    }

.card__overlay .remove-text,
.card__overlay .save-text {
    display: none
}

.card__overlay .btn.btn--negative {
    border-color: #fff;
    color: #fff;
    margin: .25rem
}

    .card__overlay .btn.btn--negative:focus,
    .card__overlay .btn.btn--negative:hover {
        border-color: #fff;
        color: #fff
    }

.card__overlay.remove .remove-text,
.card__overlay.save .save-text {
    display: block
}

.card--suggestion {
    border-color: #d21847;
    border-width: 2px 2px 5px
}

    .card--suggestion .suggestion {
        color: #7b8184;
        display: block;
        margin-top: .5rem
    }

    .card--suggestion .card__footer__link {
        border-radius: 0 0 .23rem .23rem
    }

.card--small .card__header {
    min-height: 70px
}

.card--small .card__header__fix {
    height: 120px;
}

.card--small .card__header__position__fix {
    height: 100px;
}

.card__client {
    text-align: center;
}

.card--small .card__header__client {
    width: 100%;
    height: 180px;
    color: red;
}

@media (max-width:47.9rem) {
    .card--small .card__header__client {
        width: 100%;
        height: 250px;
        color: red;
    }

    .card__client p {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }
}

.card--small.continue_application {
    height: 90px
}

.card--small .card__block {
    margin-left: 1rem;
    margin-right: 1rem
}

.card--small h4 {
    font-size: 1.625rem;
    line-height: 2.5rem;
    max-width: 80%
}

@media (min-width:34rem) {
    .card--small h4 {
        font-size: 1.625rem;
        line-height: 2.1875rem;
        /*
            white-space:nowrap;*/
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        /* height:70px;*/
    }

    .card--small .card__details ul {
        padding-right: 0;
        margin: .5rem 0 1rem;
        margin: 0rem 0 1rem;
    }

        .card--small .card__details ul li {
            display: block;
            margin-bottom: .5rem
        }

            .card--small .card__details ul li .icon {
                height: 20px;
                position: relative;
                top: -3px
            }

                .card--small .card__details ul li .icon.icon-pin-outline {
                    left: -5px
                }

                .card--small .card__details ul li .icon.icon-wallet-outline {
                    left: -2px;
                    font-size: .2rem !important
                }

                .card--small .card__details ul li .icon:before {
                    line-height: 1
                }

    .card--small .card__continue .btn--apply-cta {
        padding: .5rem;
        text-align: left;
        display: inline-block;
        width: 100%;
        cursor: pointer;
    }

        .card--small .card__continue .btn--apply-cta i {
            color: #50ccf7;
            position: relative;
            top: 14px;
            float: right;
            font-size: 3rem;
            line-height: 2.875rem;
            margin-top: -20px;
            margin-bottom: -10px
        }

    .card--small .card__continue .application-cancel {
        float: right;
        padding: .5rem
    }
}

@media (max-width:1200px) {
    .card--small .card__continue .application-cancel {
        float: none;
        margin-bottom: .5rem;
        display: inline-block
    }
}

.card--small .card__status .date-applied {
    margin: 0 0 .2rem 1.1rem
}

.card--small .card__status .fa-circle {
    margin-right: .3rem;
    font-size: .75rem;
    line-height: .75rem
}

.card--small .card__status .status-description .icon-information {
    float: right;
    color: #ed1c24;
    font-size: 2rem;
    line-height: 1.5rem;
    cursor: pointer;
    margin-right: -5px;
    margin-left: -5px;
    position: relative;
    top: 1px
}

.card--small .card__status.status-applied {
    background-color: #dad9d9;
    display: inline-block;
    padding: 4px 8px 4px 6px;
    margin-bottom: 1rem
}

    .card--small .card__status.status-applied i {
        position: relative;
        top: 3px;
        padding-right: 4px
    }

.card--small .card__status.status-received .status-description i.fa-circle {
    color: #b2b2b2
}

.card--small .card__status.status-review .status-description i.fa-circle {
    color: #f9cf17
}

.card--small .card__status.status-interview-booked .status-description i.fa-circle {
    color: #f7632c
}

.card--small .card__status.status-successful .status-description i.fa-circle {
    color: #2eb44a
}

.card--small .card__status.status-unsuccessful .status-description i.fa-circle {
    color: #000
}

.card--small.continue-application {
    border: 2px dashed #b2b2b2
}

    .card--small.continue-application .card__header p {
        color: #ed1c24;
        margin-top: .5rem;
        font-size: .875rem;
        line-height: .875rem
    }

        .card--small.continue-application .card__header p i {
            font-size: 1.5rem;
            line-height: 1.5rem;
            position: relative;
            top: 7px;
            left: -2px;
            padding-right: 4px
        }

.card--primary {
    background-color: #fff;
    border-color: #b2b2b2
}

.card--inverse .card__footer,
.card--inverse .card__header {
    border-bottom: .075rem solid rgba(255, 255, 255, .2)
}

.card--inverse .card__blockquote,
.card--inverse .card__footer,
.card--inverse .card__header,
.card--inverse .card__title {
    color: #fff
}

    .card--inverse .card-text,
    .card--inverse .card__blockquote > footer,
    .card--inverse .card__link {
        color: rgba(255, 255, 255, .65)
    }

        .card--inverse .card__link:focus,
        .card--inverse .card__link:hover {
            color: #fff
        }

.card__blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0
}

.card__img {
    border-radius: .25rem
}

.card__img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card__img-top {
    border-radius: .25rem .25rem 0 0
}

.card__img-bottom {
    border-radius: 0 0 .25rem .25rem
}

.card-deck {
    display: table;
    table-layout: fixed;
    border-spacing: 1.25rem 0
}

    .card-deck .card {
        display: table-cell;
        width: 1%;
        vertical-align: top
    }

.card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem
}

.card-group {
    display: table;
    width: 100%;
    table-layout: fixed
}

    .card-group .card {
        display: table-cell;
        vertical-align: top
    }

        .card-group .card + .card {
            margin-left: 0;
            border-left: 0
        }

        .card-group .card:first-child .card__img-top {
            border-top-right-radius: 0
        }

        .card-group .card:first-child .card__img-bottom {
            border-bottom-right-radius: 0
        }

        .card-group .card:last-child .card__img-top {
            border-top-left-radius: 0
        }

        .card-group .card:last-child .card__img-bottom {
            border-bottom-left-radius: 0
        }

        .card-group .card:not(:first-child):not(:last-child),
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
        .card-group .card:not(:first-child):not(:last-child) .card-img-top {
            border-radius: 0
        }

.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem
}

    .card-columns .card {
        display: inline-block;
        width: 100%
    }

.profile-mini-card {
    -webkit-transition: all .2 ease-in;
    transition: all .2 ease-in;
    background: #fff;
    border: 1px solid #dfd7d7;
    border-radius: .4rem;
    margin: .75rem 0 0
}

    .profile-mini-card.empty-card {
        border: 2px dashed #dfd7d7
    }

        .profile-mini-card.empty-card.required-card,
        .profile-mini-card.required-card {
            border-color: #b2b2b2
        }

    .profile-mini-card.complete {
        border-bottom-width: 4px
    }

    .profile-mini-card .done-icon-container {
        border: 1px solid #ed1c24;
        float: right;
        border-radius: 50%;
        background-color: #ed1c24;
        padding: auto;
        font-size: 1rem;
        height: 1.6rem;
        width: 1.6rem;
        margin: 10px 20px auto auto
    }

    .profile-mini-card .profile-card-icon {
        color: #ed1c24;
        font-size: 3.4rem;
        display: inline-block;
        position: relative;
        top: 18px;
        padding-left: 12px
    }

        .profile-mini-card .profile-card-icon.profile-card-icon-left {
            right: 0;
            padding-right: 12px;
            float: right
        }

            .profile-mini-card .profile-card-icon.profile-card-icon-left.icon-done {
                font-size: 1.875rem;
                line-height: 2.8125rem;
                color: #fff;
                top: -6px;
                left: 2px;
                padding: 0
            }

    .profile-mini-card .profile-card-title {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
        position: relative
    }

        .profile-mini-card .profile-card-title .unfilled {
            color: #ed1c24
        }

        .profile-mini-card .profile-card-title hr {
            margin: 10px 20px;
            border: 0;
            height: 0;
            border-top: 1px solid #ccc
        }

        .profile-mini-card .profile-card-title .subtitle {
            font-size: 1rem;
            margin-left: 20px;
            margin-right: 20px
        }

            .profile-mini-card .profile-card-title .subtitle small {
                color: #737373;
                display: block;
                line-height: 1.2;
                margin-top: .2rem
            }

    .profile-mini-card .profile-card-summary .editable-item:after,
    .profile-mini-card .profile-card-summary .editable-item:before,
    .profile-mini-card .profile-card-summary .jobs li .summary:after,
    .profile-mini-card .profile-card-summary .jobs li .summary:before {
        content: " ";
        display: table
    }

    .profile-mini-card .profile-card-title .icon-circle-tick {
        height: 25px;
        position: absolute;
        right: 1rem;
        top: 1rem;
        width: 25px
    }

        .profile-mini-card .profile-card-title .icon-circle-tick:before {
            font-size: 1.875rem;
            line-height: 2.8125rem;
            line-height: normal;
            left: -2px;
            top: 2px
        }

    .profile-mini-card .profile-card-title > span {
        position: relative;
        top: -8px
    }

    .profile-mini-card .profile-card-summary {
        padding: 0 1rem 1rem
    }

        .profile-mini-card .profile-card-summary small {
            font-size: .75rem;
            line-height: 1.125rem;
            color: #b2b2b2
        }

        .profile-mini-card .profile-card-summary p {
            margin-bottom: .5rem
        }

        .profile-mini-card .profile-card-summary .editable-item {
            cursor: pointer;
            -webkit-transition: background-color .1s linear;
            transition: background-color .1s linear
        }

            .profile-mini-card .profile-card-summary .editable-item:hover {
                background: #fafafa
            }

        .profile-mini-card .profile-card-summary .expandable-container {
            -webkit-transition: height .5s ease-out;
            transition: height .5s ease-out
        }

        .profile-mini-card .profile-card-summary .jobs-list {
            overflow: hidden
        }

        .profile-mini-card .profile-card-summary .jobs {
            margin: 0 0 1rem
        }

            .profile-mini-card .profile-card-summary .jobs li {
                margin-bottom: 0;
                padding: .75rem
            }

                .profile-mini-card .profile-card-summary .jobs li .summary {
                    position: relative
                }

                    .profile-mini-card .profile-card-summary .jobs li .summary p {
                        font-size: 1.25rem;
                        line-height: 1.875rem;
                        line-height: 1.2
                    }

@media (min-width:62rem) {
    .profile-mini-card .profile-card-summary .jobs li .summary p {
        float: left;
        margin-bottom: 0;
        width: 55%
    }
}

.profile-mini-card .profile-card-cta .btn--enhance i,
.profile-mini-card .profile-card-cta .cta-column .btn i,
.profile-mini-card .profile-card-cta > .btn--check-profile i {
    float: right
}

.profile-mini-card .profile-card-summary .jobs li .summary small {
    font-size: .875rem;
    line-height: 1.3125rem;
    display: block
}

@media (min-width:62rem) {
    .profile-mini-card .profile-card-summary .jobs li .summary small {
        bottom: 0;
        display: inline;
        text-align: right;
        position: absolute;
        width: 38%
    }
}

.profile-mini-card .profile-card-summary .expand-section {
    background: #e7e6e6;
    color: #ed1c24;
    cursor: pointer;
    display: block;
    margin-bottom: .5rem;
    padding: .2rem 0;
    text-align: center;
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear
}

    .profile-mini-card .profile-card-summary .expand-section:hover {
        background: #cecccc
    }

    .profile-mini-card .profile-card-summary .expand-section.expanded {
        margin-top: 1.5rem
    }

        .profile-mini-card .profile-card-summary .expand-section.expanded .down {
            display: none
        }

        .profile-mini-card .profile-card-summary .expand-section.expanded .up {
            display: block
        }

    .profile-mini-card .profile-card-summary .expand-section .up {
        display: none
    }

    .profile-mini-card .profile-card-summary .expand-section .down {
        display: block
    }

    .profile-mini-card .profile-card-summary .expand-section i {
        margin-left: .75rem;
        position: relative;
        top: 10px;
        font-size: 1.8rem;
        display: inline-block
    }

.profile-mini-card .profile-card-cta {
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 .75rem 25px
}

    .profile-mini-card .profile-card-cta p {
        color: #ed1c24
    }

    .profile-mini-card .profile-card-cta .cta-column {
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }

@media (min-width:62rem) {
    .profile-mini-card .profile-card-cta .cta-column {
        width: 210px
    }

        .profile-mini-card .profile-card-cta .cta-column .btn {
            display: block
        }
}

.profile-mini-card .profile-card-cta .cta-column .column-btn {
    margin: auto;
    height: auto
}

.profile-mini-card .profile-card-cta .cta-column .btn {
    margin: 0 auto .5rem;
    width: 100%;
    text-align: left
}

@media (min-width:62rem) {
    .profile-mini-card .profile-card-cta .cta-column .btn--check-profile,
    .profile-mini-card .profile-card-cta .cta-column .btn--import,
    .profile-mini-card .profile-card-cta .cta-column .btn--linkedin,
    .profile-mini-card .profile-card-cta .cta-column .btn--notify {
        width: 275px;
        font-size: 1.25rem
    }

    .profile-mini-card .profile-card-cta .cta-column {
        width: 100%
    }
}

@media (min-width:48rem) {
    .profile-mini-card .profile-card-cta .cta-column.wide {
        width: auto;
        text-align: left;
        margin: 0 1rem
    }

        .profile-mini-card .profile-card-cta .cta-column.wide .column-btn {
            min-width: 190px;
            display: inline-block;
            margin: 0 .598rem .598rem 0;
            line-height: 1.5rem
        }
}

.profile-mini-card .profile-card-cta .star-container {
    border: 1px solid #dfd7d7;
    width: auto;
    border-radius: 8px;
    padding: 15px 20px
}

    .profile-mini-card .profile-card-cta .star-container p {
        text-align: left;
        margin: auto
    }

        .profile-mini-card .profile-card-cta .star-container p:first-of-type {
            margin-bottom: 10px
        }

@media (min-width:62rem) {
    .profile-mini-card .profile-card-cta .star-container {
        margin-left: 20px;
        margin-right: 20px
    }
}

.profile-mini-card .profile-card-cta .stars {
    margin: auto
}

    .profile-mini-card .profile-card-cta .stars i {
        font-size: 2.816rem;
        position: relative;
        top: 5px;
        margin-left: -8px;
        left: -4px
    }

    .profile-mini-card .profile-card-cta .stars .icon-star-outline {
        color: #dfd7d7
    }

    .profile-mini-card .profile-card-cta .stars .star-description {
        position: relative;
        display: block
    }

@media (min-width:34rem) {
    .profile-mini-card .profile-card-cta .stars .star-description {
        top: -10px;
        display: inline-block
    }
}

.profile-mini-card .profile-card-cta .btn--enhance,
.profile-mini-card .profile-card-cta > .btn--check-profile {
    font-size: 1rem;
    width: 100%
}

@media (min-width:62rem) {
    .profile-mini-card .profile-card-cta .btn--enhance,
    .profile-mini-card .profile-card-cta > .btn--check-profile {
        width: auto;
        font-size: 1.25rem
    }
}

.tip-style.jobcard-tip {
    border: 1px solid #dfd7d7;
    max-width: 275px;
    box-shadow: 0 8px 20px 0 rgba(35, 31, 32, .25)
}

    .tip-style.jobcard-tip p {
        font-size: .875rem;
        line-height: 1.25rem;
        margin: 0;
        color: #000
    }

    .tip-style.jobcard-tip .qtip-close {
        background: 0 0
    }

        .tip-style.jobcard-tip .qtip-close span {
            color: #fff;
            content: '';
            speak: none
        }

            .tip-style.jobcard-tip .qtip-close span:before {
                font-size: 1.5rem;
                line-height: 2.25rem;
                content: '\7a';
                font-family: adecco-font-1 !important;
                color: #ed1c24;
                display: block;
                position: absolute;
                left: 4px;
                top: 2px
            }

    .tip-style.jobcard-tip .notifications-tip__items li a,
    .tip-style.jobcard-tip .profile-tip__links li a {
        font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
    }

    .tip-style.jobcard-tip h6 {
        padding: .2rem 0 .5rem
    }

        .tip-style.jobcard-tip h6:before {
            display: none
        }

    .tip-style.jobcard-tip .profile-tip__header {
        margin-bottom: 0
    }

        .tip-style.jobcard-tip .profile-tip__header:after,
        .tip-style.jobcard-tip .profile-tip__header:before {
            content: " ";
            display: table
        }

        .tip-style.jobcard-tip .profile-tip__header img {
            border-radius: 50%;
            height: 3.75rem;
            width: 3.75rem;
            float: left
        }

        .tip-style.jobcard-tip .profile-tip__header .profile-information {
            float: left;
            padding: .875rem 26px .875rem 14px
        }

            .tip-style.jobcard-tip .profile-tip__header .profile-information span {
                font-size: .625rem;
                line-height: .75rem;
                color: #737373;
                display: block
            }

            .tip-style.jobcard-tip .profile-tip__header .profile-information .profile-name {
                font-size: 1.25rem;
                line-height: 1.25rem;
                color: #ed1c24;
                font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
            }


    .tip-style.jobcard-tip .profile-tip__links {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .tip-style.jobcard-tip .profile-tip__links li {
            margin: 0;
            padding: 0;
            border-bottom: 1px solid rgba(35, 31, 32, .1)
        }

            .tip-style.jobcard-tip .profile-tip__links li:last-child {
                border-bottom: 0
            }

            .tip-style.jobcard-tip .profile-tip__links li a {
                font-size: 1rem;
                line-height: 1.125rem;
                color: #000;
                display: block;
                padding: .325rem 8px .625rem
            }

                .tip-style.jobcard-tip .profile-tip__links li a .icon {
                    font-size: 1.5rem;
                    line-height: 0;
                    margin-right: 4px;
                    opacity: .3;
                    position: relative;
                    top: .375rem
                }

                .tip-style.jobcard-tip .profile-tip__links li a:hover {
                    background-color: #fafafa
                }

    .tip-style.jobcard-tip .notifications-tip__items {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .tip-style.jobcard-tip .notifications-tip__items li {
            font-size: 1rem;
            line-height: 1.125rem;
            border-bottom: 1px solid rgba(35, 31, 32, .1);
            color: #000;
            margin: 0;
            padding: .625rem 0
        }

            .tip-style.jobcard-tip .notifications-tip__items li:last-child {
                border-bottom: 0
            }

.base-form input,
.base-form input[type=text],
.base-form input[type=password],
.base-form input[type=email],
.base-form select,
.search-form input,
.search-form input[type=text],
.search-form input[type=password],
.search-form input[type=email],
.search-form select {
    font-size: .9375rem;
    line-height: 1.40625rem;
    border-radius: .4rem;
    box-shadow: 0 1px 1px 0 #b2b2b2;
    border: none;
    cursor: pointer
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .base-form input,
    .base-form input[type=text],
    .base-form input[type=password],
    .base-form input[type=email],
    .base-form select,
    .search-form input,
    .search-form input[type=text],
    .search-form input[type=password],
    .search-form input[type=email],
    .search-form select {
        font-size: 16px
    }
}

.base-form label,
.search-form label {
    font-size: .9375rem;
    line-height: 1.40625rem;
    border: none;
    cursor: pointer
}

.base-form input[type=text],
.base-form input[type=password],
.base-form input[type=email],
.search-form input[type=text],
.search-form input[type=password],
.search-form input[type=email] {
    width: 100%;
    padding: .5rem .75rem
}

.base-form input.aim,
.search-form input.aim {
    padding-right: 2rem
}

.base-form input::-ms-clear,
.search-form input::-ms-clear {
    display: none
}

.base-form fieldset,
.search-form fieldset {
    border: none;
    margin: 1rem auto 1.875rem;
    padding: 0 .75rem
}

@media (min-width:34rem) {
    .base-form fieldset,
    .search-form fieldset {
        max-width: 34rem
    }
}

@media (min-width:48rem) {
    .base-form fieldset,
    .search-form fieldset {
        max-width: 45rem
    }
}

@media (min-width:62rem) {
    .base-form fieldset,
    .search-form fieldset {
        max-width: 60rem;
        margin-bottom: 1.3rem
    }
}

@media (min-width:75rem) {
    .base-form fieldset,
    .search-form fieldset {
        max-width: 73.125rem
    }
}

.base-form select,
.search-form select {
    padding: 1.1rem .8rem;
    width: 100%;
    margin-bottom: .9rem
}

    .base-form select:disabled,
    .search-form select:disabled {
        opacity: .5;
        cursor: not-allowed
    }

    .base-form select:last-of-type,
    .search-form select:last-of-type {
        margin-bottom: 0
    }

@media (min-width:34rem) {
    .base-form select,
    .search-form select {
        padding: .7rem .8rem
    }
}

.base-form legend,
.search-form legend {
    font-size: .75rem;
    line-height: 1.125rem;
    color: #394449;
    display: block;
    padding-bottom: .5rem
}

@media (min-width:62rem) {
    .base-form legend,
    .search-form legend {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

.base-form label,
.base-form legend,
.search-form label,
.search-form legend {
    position: relative
}

    .base-form label.required:after,
    .base-form legend.required:after,
    .search-form label.required:after,
    .search-form legend.required:after {
        color: #ed1c24;
        content: '*';
        position: absolute;
        right: -.5rem;
        top: 0
    }

    .base-form label.error,
    .search-form label.error {
        font-size: .875rem;
        line-height: 1.125rem;
        color: #ed1c24;
        margin-bottom: .5rem
    }

.base-form .error-icon,
.search-form .error-icon {
    font-size: 1.125rem;
    line-height: 1.125rem;
    color: #ed1c24;
    position: absolute;
    right: .5rem;
    top: 2.8rem
}

.base-form input ~ .error-icon,
.search-form input ~ .error-icon {
    display: none
}

.base-form input.error ~ .error-icon,
.search-form input.error ~ .error-icon {
    display: inline-block
}

.base-form .show-password,
.search-form .show-password {
    font-size: 1.75rem;
    line-height: 1.75rem;
    color: #ed1c24;
    cursor: pointer;
    position: absolute;
    right: .5rem;
    top: 2.6rem
}

.base-form input.error ~ .show-password ~ .error-icon,
.search-form input.error ~ .show-password ~ .error-icon {
    display: none
}

.base-form .input-grp,
.search-form .input-grp {
    position: relative
}

.base-form .hint,
.search-form .hint {
    font-size: .875rem;
    line-height: 1rem;
    background: #dad9d9;
    border-radius: 4px;
    display: none;
    left: calc(100% + 20px);
    opacity: 0;
    padding: .5rem 1rem;
    position: absolute;
    top: 1.8rem;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
    width: 100%
}

@media (min-width:48rem) {
    .base-form .hint,
    .search-form .hint {
        display: block
    }
}

.base-form .hint:before,
.search-form .hint:before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid #dad9d9;
    content: '';
    height: 0;
    left: -10px;
    position: absolute;
    top: calc(50% - 7px);
    width: 0
}

.base-form .hint.show,
.search-form .hint.show {
    opacity: 1
}

.base-form .input-toggle,
.search-form .input-toggle {
    background: #fff;
    text-align: center;
    border-radius: .3rem;
    padding: .7rem 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 -1px 1px 0 #b2b2b2
}

    .base-form .input-toggle input[type=radio],
    .search-form .input-toggle input[type=radio] {
        font-size: 1px;
        height: 0;
        left: 5px;
        overflow: hidden;
        position: absolute;
        top: 5px;
        width: 0;
        z-index: -1
    }

        .base-form .input-toggle input[type=radio]:checked + label,
        .search-form .input-toggle input[type=radio]:checked + label {
            color: #ed1c24;
            border-color: #e2e1e1
        }

    .base-form .input-toggle label,
    .search-form .input-toggle label {
        display: inline-block;
        background: #fff;
        color: #dad9d9;
        -webkit-transition: .15s ease-in all;
        transition: .15s ease-in all;
        width: 50%;
        margin-right: -4px;
        padding: .5rem 0;
        border-right: 2px solid #e7e6e6;
        border-radius: 0;
        box-shadow: none;
        position: relative
    }

        .base-form .input-toggle label:last-of-type,
        .search-form .input-toggle label:last-of-type {
            border-right: none
        }

        .base-form .input-toggle label:focus,
        .search-form .input-toggle label:focus {
            border: 1px solid red
        }

    .base-form .input-toggle.input-toggle--three label,
    .search-form .input-toggle.input-toggle--three label {
        width: 33%
    }

@media (min-width:34rem) {
    .base-form .input-toggle,
    .search-form .input-toggle {
        padding: .8rem 0
    }

        .base-form .input-toggle label,
        .search-form .input-toggle label {
            padding: .1rem 0
        }

    .base-form__actions .search-form__actions-container,
    .search-form__actions .search-form__actions-container {
        max-width: 34rem
    }
}

.base-form .error-summary,
.search-form .error-summary {
    display: none;
    margin-bottom: 2rem
}

    .base-form .error-summary .header:after,
    .base-form .error-summary .header:before,
    .base-form__actions .search-form__actions-container:after,
    .base-form__actions .search-form__actions-container:before,
    .base-form__actions:after,
    .base-form__actions:before,
    .search-form .error-summary .header:after,
    .search-form .error-summary .header:before,
    .search-form__actions .search-form__actions-container:after,
    .search-form__actions .search-form__actions-container:before,
    .search-form__actions:after,
    .search-form__actions:before {
        content: " ";
        display: table
    }

    .base-form .error-summary .header,
    .search-form .error-summary .header {
        background: #ed1c24;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        color: #fff;
        padding: .75rem;
        position: relative
    }

        .base-form .error-summary .header i,
        .search-form .error-summary .header i {
            font-size: 2.5rem;
            line-height: 2.5rem;
            position: absolute;
            left: .75rem;
            top: .75rem
        }

        .base-form .error-summary .header .content,
        .search-form .error-summary .header .content {
            float: right;
            width: calc(100% - 45px)
        }

            .base-form .error-summary .header .content h5,
            .search-form .error-summary .header .content h5 {
                color: #fff;
                margin: 0
            }

            .base-form .error-summary .header .content p,
            .search-form .error-summary .header .content p {
                margin-bottom: .5rem
            }

    .base-form .error-summary .errors,
    .search-form .error-summary .errors {
        border: 1px solid #dad9d9;
        border-top: none;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        padding: 0 .75rem 0 2rem
    }

@media (min-width:48rem) {
    .base-form .error-summary .header i,
    .search-form .error-summary .header i {
        font-size: 5rem;
        line-height: 5rem
    }

    .base-form .error-summary .header .content,
    .search-form .error-summary .header .content {
        width: calc(100% - 90px)
    }

    .base-form .error-summary .errors,
    .search-form .error-summary .errors {
        padding: 0 .75rem 0 7.5rem
    }

    .base-form__actions .search-form__actions-container,
    .search-form__actions .search-form__actions-container {
        max-width: 45rem
    }
}

.base-form .error-summary .errors ul,
.search-form .error-summary .errors ul {
    margin: 0;
    padding: .75rem 0
}

    .base-form .error-summary .errors ul li,
    .search-form .error-summary .errors ul li {
        margin-bottom: 0;
        padding: 0
    }

.base-form__actions,
.search-form__actions {
    background: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px
}

@media (min-width:62rem) {
    .base-form__actions,
    .search-form__actions {
        background: 0 0;
        padding-right: 0;
        padding-left: 0
    }

        .base-form__actions .search-form__actions-container,
        .search-form__actions .search-form__actions-container {
            max-width: 60rem
        }
}

.base-form__actions .search-form__actions-container,
.search-form__actions .search-form__actions-container {
    margin: 0 auto;
    padding-left: .75rem;
    padding-right: .75rem
}

.base-form__actions .btn--reset,
.search-form__actions .btn--reset {
    float: left;
    width: 45%
}

@media (min-width:62rem) {
    .base-form__actions .btn--reset {
        padding: .5rem;
        border-radius: .3rem;
        display: inline-block;
        width: 50%
    }

        .base-form__actions .btn--reset .fa-close,
        .search-form__actions .btn--reset .fa-close {
            font-size: 1rem;
            line-height: 1.5rem
        }

    .base-form__actions .btn--apply,
    .search-form__actions .btn--apply {
        display: none
    }
}

.base-form__actions .btn--apply,
.search-form__actions .btn--apply {
    float: right;
    width: 45%
}

.base-form__actions.sticky,
.search-form__actions.sticky {
    position: fixed;
    z-index: 3
}

.base-form .dropdown,
.search-form .dropdown {
    background: #fff;
    border-radius: 4px;
    display: block;
    position: relative;
    z-index: 0
}

    .base-form .dropdown select,
    .search-form .dropdown select {
        padding: 10px;
        background: 0 0;
        border: none;
        border-radius: 4px;
        color: #000;
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        outline: 0
    }

        .base-form .dropdown select:-moz-focusring,
        .search-form .dropdown select:-moz-focusring {
            color: transparent;
            text-shadow: 0 0 0 #444
        }

        .base-form .dropdown select::-ms-expand,
        .search-form .dropdown select::-ms-expand {
            display: none
        }

.csstransitions .base-form .dropdown:after,
.csstransitions .search-form .dropdown:after {
    background-color: #fff;
    color: #ed1c24;
    content: '\f078';
    font-family: FontAwesome;
    right: 10px;
    top: 10px;
    position: absolute;
    width: 35px;
    padding: 0 0 5px;
    text-indent: 14px;
    z-index: -1
}

.csstransitions .base-form .dropdown select,
.csstransitions .search-form .dropdown select {
    padding: 10px 42px 10px 10px
}

.base-form .location-slider-info,
.search-form .location-slider-info {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 10px
}

    .base-form .location-slider-info .location,
    .search-form .location-slider-info .location {
        color: #ed1c24
    }

    .base-form .location-slider-info .distance,
    .search-form .location-slider-info .distance {
        color: #b2b2b2
    }

.base-form .salary .salary-freq-container:after,
.base-form .salary .salary-freq-container:before,
.search-form .salary .salary-freq-container:after,
.search-form .salary .salary-freq-container:before {
    content: " ";
    display: table
}

.base-form .salary legend,
.search-form .salary legend {
    float: left;
    width: 40%
}

.base-form .salary .salary-dropdown,
.search-form .salary .salary-dropdown {
    display: inline-block;
    float: right;
    width: 50%
}

    .base-form .salary .salary-dropdown:after,
    .search-form .salary .salary-dropdown:after {
        top: 10px
    }

.base-form .salary-slider-info,
.search-form .salary-slider-info {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #ed1c24;
    margin-bottom: 10px
}

@media (min-width:62rem) {
    .base-form .salary-slider-info,
    .search-form .salary-slider-info {
        margin-top: 10px
    }
}

.base-form .pretty-checkbox,
.search-form .pretty-checkbox {
    position: relative;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: block
}

    .base-form .pretty-checkbox input[type=checkbox],
    .search-form .pretty-checkbox input[type=checkbox] {
        border: none;
        box-shadow: none;
        visibility: hidden
    }

.base-form .fake-check,
.search-form .fake-check {
    display: block;
    background: #fff;
    border: 1px solid #e7e6e6;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: .2rem;
    top: 4px
}

.base-form input[type=checkbox]:checked + .fake-check:after,
.search-form input[type=checkbox]:checked + .fake-check:after {
    content: '\f00c';
    font-family: FontAwesome;
    font-size: .75rem;
    line-height: 1.125rem;
    color: #ed1c24;
    position: absolute;
    top: -2px;
    left: 1px
}

.base-form .noUi-target,
.search-form .noUi-target {
    border: none
}

    .base-form .noUi-target.noUi-connect,
    .search-form .noUi-target.noUi-connect {
        background: #c5191f;
        box-shadow: none
    }

    .base-form .noUi-target.noUi-horizontal,
    .search-form .noUi-target.noUi-horizontal {
        height: 5px
    }

        .base-form .noUi-target.noUi-horizontal .noUi-handle,
        .search-form .noUi-target.noUi-horizontal .noUi-handle {
            background: #ed1c24;
            border: none;
            box-shadow: none;
            border-radius: 100%;
            cursor: pointer;
            height: 22px;
            top: -9px;
            width: 22px
        }

            .base-form .noUi-target.noUi-horizontal .noUi-handle:after,
            .base-form .noUi-target.noUi-horizontal .noUi-handle:before,
            .search-form .noUi-target.noUi-horizontal .noUi-handle:after,
            .search-form .noUi-target.noUi-horizontal .noUi-handle:before {
                font-size: .5625rem;
                background: 0 0;
                color: #fff;
                content: '\f053';
                font-family: FontAwesome;
                left: 3px;
                line-height: 1;
                top: 6px;
                width: 5px
            }

.modal--preview .preview__header p,
.modal--sign-in .manual-sign-up .or span,
.modal--sign-in .social-sign-up p {
    font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
}

.base-form .noUi-target.noUi-horizontal .noUi-handle:after,
.search-form .noUi-target.noUi-horizontal .noUi-handle:after {
    content: '\f054';
    left: auto;
    right: 4px
}

.base-form .noUi-target .noUi-connect,
.search-form .noUi-target .noUi-connect {
    background: #c5191f;
    box-shadow: none
}

.base-form .noUi-origin.noUi-background,
.search-form .noUi-origin.noUi-background {
    background: #b2b2b2;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    box-shadow: none
}

.base-form .range-slider .noUi-base,
.search-form .range-slider .noUi-base {
    background: #b2b2b2;
    box-shadow: inset 0 1px 0 0 #e7e6e6, inset 0 -1px 0 0 #e7e6e6
}

.pagination {
    margin-bottom: 2rem;
    position: relative;
    text-align: center
}

    .pagination:after,
    .pagination:before {
        content: " ";
        display: table
    }

    .pagination li,
    .pagination ul,
    .pagination__nav .next-grp,
    .pagination__nav .prev-grp,
    .pagination__nav a {
        display: inline-block
    }

    .pagination ul {
        background: #fff;
        border: 1px solid #dad9d9;
        border-radius: 4px;
        margin: 0 0 1rem
    }

@media (min-width:48rem) {
    .pagination ul {
        margin: 0
    }
}

.pagination li {
    margin-bottom: 0;
    padding: 5px 0
}

    .pagination li a {
        border-right: 1px solid #dad9d9;
        color: #dad9d9;
        padding: 0 1rem
    }

        .pagination li a:hover {
            color: #000
        }

    .pagination li:last-child a {
        border-right: none
    }

    .pagination li.current a {
        color: #ed1c24
    }

.pagination__nav .prev-grp {
    margin-right: .5rem
}

@media (min-width:48rem) {
    .pagination__nav .next-grp,
    .pagination__nav .prev-grp {
        margin: 0;
        position: absolute;
        top: 0
    }

    .pagination__nav .prev-grp {
        left: 0
    }

    .pagination__nav .next-grp {
        right: 0
    }
}

.pagination__nav a {
    border: 2px solid #ed1c24;
    border-radius: 4px;
    margin: 0 .2rem;
    padding: .25rem 1rem
}

    .pagination__nav a.disabled {
        border-color: #dad9d9;
        color: #dad9d9
    }

.search-bar {
    background: url(/assets/images/backgrounds/bg-generic-smoke.png) center no-repeat #ed1c24;
    background-size: cover;
    border-bottom: 1px solid #dad9d9;
    padding: 100px 0
}

    .search-bar:after,
    .search-bar:before {
        content: " ";
        display: table
    }

    .search-bar .h6 {
        color: #000;
        margin-top: 0
    }

    .search-bar .search-input-group {
        position: relative
    }

@media (min-width:48rem) {
    .search-bar .search-input-group {
        display: inline-block;
        width: 41%;
        margin-right: 4%
    }
}

.search-bar label {
    color: #fff;
    font-size: .8125rem;
    line-height: .8125rem;
    opacity: .8
}

.search-bar input {
    font-size: 1.5rem;
    line-height: 2.25rem;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    outline: 0;
    width: 100%;
    padding: 0
}

.search-bar::-ms-clear {
    display: none !important
}

.search-bar::-webkit-input-placeholder {
    color: #737373
}

.search-bar:-moz-placeholder {
    color: #737373
}

.search-bar::-moz-placeholder {
    color: #737373
}

.search-bar:-ms-input-placeholder {
    color: #737373
}

.search-bar .clear-search {
    background-image: url(/assets/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAMAAABgOjJdAAABHVBMVEWBgYL/+BgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYKBgYJlA8JZAAAAX3RSTlMAAAEDBAUGBwgJCwwPERIUFxgZGhscHR4fICEiIyQlJicoKSorLDEyMzQ1Njc4OT0+P0BBQkRGR0pLTE1OUFJUVVZZWltcXV5fYGFiZ2psbW5vcHFyd3h5ent8fX5/gMWnGN4AAAG0SURBVHgBddT9dtJAFATwSZNNVEr9KFJpraVWrRAULW3VarUfKtEqEEKTIGHe/zFkj8HchdP5+3fmbHbvDYqsPDz4FiaMB1/fVpDHsizM474asEjfV4tib0QmXxqPyqVyrXmWktGuIZxTMnypisJmRJ7Yhbj1g1lHQUYdTdn15kIFjLewmO2EgZ2LU8b3sZxKzJN/4jkz0SDyeMq6Fu6IBwBKbXkQt1MCcMShmonXHDi6M+uqAvyc3NMHjNi0sDLkC+g8m5EC7EKnyZ6FDcYOTOJe5QBuygoO+RmQRIM68pyzjYD7MIgEaPESI1YhyR0JUGMff7gKSVIJcJcxyNso4v3mL3kvq5yYHd7V5F0WKLNDn0OAOvYk2WRPf4sBYJAWL/R9mMAg+j6qTBwTCOKNua7fZR/yJiXx2dNvy1CXbI0LMCOTjf9vq+ejg1lsyOgKHDN0LO1vmrHtKXcsLfCJ8QMsp5ryQz7JdsBkueVJyq6dC3gBs8OFfTme8rsSO/eRHDbcYk79iHxvG3v7NCLTM7+2Vl7bbJ2PyXBncfeVL3e/13AgRZ7Km8v+dXbdv2ivi/HX7iEYnO/j/MVAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 20px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 20px
}

@media (min-width:48rem) {
    .search-bar input {
        margin-bottom: 0
    }

    .search-bar .clear-search {
        top: 2rem
    }
}

@media (min-width:62rem) {
    .search-bar input {
        font-size: 3.125rem;
        line-height: 3.375rem
    }

    .search-bar .clear-search {
        top: 2.7rem
    }
}

.search-bar .search-submit {
    background-color: #ed1c24;
    border: none;
    border-radius: 5px;
    color: #fff;
    height: 35px;
    width: 100%;
    overflow: visible
}

@media (min-width:48rem) {
    .search-bar .search-submit {
        background-color: transparent;
        float: right;
        display: inline-block;
        position: relative;
        top: 1rem;
        width: auto
    }

        .search-bar .search-submit span {
            display: none
        }
}

.search-bar .search-submit .fa-search {
    margin-left: 10px
}

@media (min-width:48rem) {
    .search-bar .search-submit .fa-search {
        font-size: 1.875rem;
        line-height: 2.8125rem;
        color: #fff;
        margin: 0
    }
}

@media (min-width:62rem) {
    .search-bar .search-submit {
        top: 1.8rem
    }

        .search-bar .search-submit .fa-search {
            font-size: 2.1875rem;
            line-height: 3.28125rem
        }
}

.modal-container {
    margin: 0;
    padding: 0
}

.modal {
    display: none;
    z-index: 3
}

.modal--alert .modal__content:after,
.modal--alert .modal__content:before,
.modal--edit-profile .modal__header:after,
.modal--edit-profile .modal__header:before,
.modal--preview .modal__header:after,
.modal--preview .modal__header:before,
.modal--register .modal__header:after,
.modal--register .modal__header:before,
.modal--sign-in .modal__header:after,
.modal--sign-in .modal__header:before,
.modal--terms .modal__header:after,
.modal--terms .modal__header:before {
    content: " ";
    display: table
}

.modal--alert {
    position: fixed;
    top: 0;
    width: 100%
}

    .modal--alert .modal__content {
        background: #fff;
        border-radius: 4px;
        margin: 5% 0
    }

@media (min-width:48rem) {
    .modal--alert {
        top: 100px
    }

        .modal--alert .modal__content {
            margin: 0
        }
}

.modal__header {
    padding: .75rem 1.5rem;
    position: relative
}

    .modal__header h4 {
        color: #000;
        margin: 0 0 .3rem
    }

    .modal__header .close-modal {
        position: absolute;
        right: .75rem
    }

.modal .alert-keyword {
    background: #ed1c24;
    color: #fff;
    font-size: 1.625rem;
    line-height: 2rem;
    padding: .75rem 1.5rem
}

.modal--edit-profile,
.modal--preview,
.modal--register,
.modal--sign-in,
.modal--terms {
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 2rem;
    width: 100%
}

@media (min-width:48rem) {
    .modal--edit-profile,
    .modal--preview,
    .modal--register,
    .modal--sign-in,
    .modal--terms {
        top: 150px
    }
}

.modal--edit-profile .modal__content,
.modal--preview .modal__content,
.modal--register .modal__content,
.modal--sign-in .modal__content,
.modal--terms .modal__content {
    background: #fff;
    border: 1px solid #ed1c24;
    border-bottom-width: 5px;
    border-radius: 4px;
    overflow: auto;
    padding: .75rem
}

.modal--edit-profile .modal__header,
.modal--preview .modal__header,
.modal--register .modal__header,
.modal--sign-in .modal__header,
.modal--terms .modal__header {
    font-size: 1.625rem;
    line-height: 2rem;
    font-family: houschka_headdemibold, Helvetica, Arial, sans-serif;
    margin-bottom: 1rem;
    padding: 0;
    position: relative
}

    .modal--edit-profile .modal__header i,
    .modal--preview .modal__header i,
    .modal--register .modal__header i,
    .modal--sign-in .modal__header i,
    .modal--terms .modal__header i {
        font-size: 2.75rem;
        line-height: 2.75rem;
        color: #ed1c24;
        float: left;
        margin-right: .2rem
    }

    .modal--edit-profile .modal__header .close-modal i,
    .modal--preview .modal__header .close-modal i,
    .modal--register .modal__header .close-modal i,
    .modal--sign-in .modal__header .close-modal i,
    .modal--terms .modal__header .close-modal i {
        font-size: 1.25rem;
        line-height: 2rem
    }

.modal--terms .modal__content {
    border: none
}

    .modal--terms .modal__content .terms-container {
        margin-bottom: 2rem;
        max-height: 40vh;
        overflow-y: scroll
    }

    .modal--terms .modal__content .buttons {
        margin-bottom: .75rem
    }

.modal--edit-contact .contact-summary {
    padding: 0 1.5rem
}

    .modal--edit-contact .contact-summary small {
        color: #b2b2b2
    }

    .modal--edit-contact .contact-summary .btn {
        display: block;
        margin: 0 auto 2rem;
        padding: .75rem 1rem
    }

        .modal--edit-contact .contact-summary .btn i {
            margin-left: .5rem;
            position: relative;
            top: 2px
        }

.modal--sign-in .modal__content {
    border: none;
    padding: 0
}

.modal--sign-in .modal__header {
    background: #ed1c24
}

    .modal--sign-in .modal__header h2 {
        font-size: 2.5rem;
        line-height: 2.5rem;
        color: #fff;
        margin: 1.5rem 1.25rem 1.25rem;
        text-align: center
    }

.modal--sign-in .modal__body {
    padding: .75rem
}

.modal--sign-in .social-sign-up .btn.btn--negative {
    padding-top: .5rem;
    width: 100%
}

    .modal--sign-in .social-sign-up .btn.btn--negative.btn--linkedin {
        margin-bottom: .5rem
    }

@media (min-width:62rem) {
    .modal--sign-in .social-sign-up .btn.btn--negative.btn--linkedin {
        margin-bottom: 0
    }
}

@media (min-width:34rem) {
    .modal--sign-in .social-sign-up .btn.btn--negative {
        font-size: 1.25rem;
        line-height: 1.875rem
    }
}

.modal--sign-in .social-sign-up .btn.btn--negative i {
    font-size: 1.5rem;
    line-height: 1.5rem;
    float: right;
    top: 5px
}

    .modal--sign-in .social-sign-up .btn.btn--negative i.fa-facebook-f {
        font-size: 1.5rem;
        line-height: 1.5rem;
        position: relative;
        margin-top: -10px;
        top: 14px
    }

    .modal--sign-in .social-sign-up .btn.btn--negative i.icon-linkedin {
        font-size: 2rem;
        line-height: 2rem;
        position: relative;
        margin-top: -10px;
        top: 14px
    }

.modal--sign-in .social-sign-up p {
    color: #b2b2b2;
    margin-top: .4rem;
    text-align: center
}

.modal--sign-in .manual-sign-up .or {
    position: relative
}

    .modal--sign-in .manual-sign-up .or span {
        font-size: 1.25rem;
        line-height: 1.875rem;
        background: #fff;
        display: block;
        margin: 0 auto;
        position: relative;
        text-align: center;
        width: 50px
    }

    .modal--sign-in .manual-sign-up .or:before {
        background: #dad9d9;
        content: '';
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        top: 1rem;
        width: 100%
    }

.modal--preview .preview__body:after,
.modal--preview .preview__body:before,
.modal--sign-in .manual-sign-up .actions:after,
.modal--sign-in .manual-sign-up .actions:before {
    display: table;
    content: " "
}

.modal--sign-in .manual-sign-up .actions {
    border-top: 1px solid #dad9d9;
    margin: 2.5rem 0 1.5rem;
    padding-top: 1.5rem
}

    .modal--sign-in .manual-sign-up .actions .btn {
        margin-bottom: .5rem
    }

    .modal--sign-in .manual-sign-up .actions p {
        margin-bottom: 0
    }

@media (min-width:48rem) {
    .modal--sign-in .manual-sign-up .actions .btn {
        float: left;
        margin-bottom: 0
    }

    .modal--sign-in .manual-sign-up .actions p {
        float: right;
        margin: .6rem 0 0
    }
}

.modal--preview .preview__header {
    padding: 0 1.5rem;
    position: relative
}

    .modal--preview .preview__header h2 {
        margin: 0 auto
    }

    .modal--preview .preview__header .close-modal {
        position: absolute;
        top: -2rem;
        right: 1rem
    }

        .modal--preview .preview__header .close-modal i {
            font-size: 2.25rem;
            line-height: 2.25rem;
            line-height: normal
        }

    .modal--preview .preview__header p {
        font-size: .75rem;
        line-height: 1.125rem;
        padding-right: 3rem
    }

@media (min-width:34rem) {
    .modal--preview .preview__header h2 {
        margin-bottom: 1rem;
        margin-top: 3rem;
        text-align: center
    }

    .modal--preview .preview__header p {
        font-size: 1.625rem;
        line-height: 1.875rem;
        font-family: houschka_headmedium, Helvetica, Arial, sans-serif;
        margin: 0 auto 1.5rem;
        padding-right: 0;
        text-align: center;
        width: 70%
    }
}

.sign-in-form.base-form a,
.sign-in-form.base-form label,
.terms-form.base-form a,
.terms-form.base-form label,
.warning p {
    font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
}

@media (min-width:48rem) {
    .modal--preview .preview__header p {
        width: 60%
    }
}

.modal--preview .modal__content {
    padding: 0
}

.modal--preview h5 {
    color: #000
}

.modal--preview .preview__body {
    padding: 0 1.5rem 1rem;
    position: relative;
    margin-top: 3rem;
    border-bottom: 1px solid #b2b2b2
}

    .modal--preview .preview__body .btn {
        position: absolute;
        right: 1.5rem;
        top: -15px
    }

        .modal--preview .preview__body .btn i {
            line-height: 1.875rem;
            position: relative;
            top: 14px;
            padding-left: .8rem;
            font-size: 2.4rem;
            margin-top: -12px;
            display: inline-block
        }

.modal--preview .preview__summary {
    padding: 0 1.5rem 1rem;
    position: relative;
    margin-bottom: 5rem
}

    .modal--preview .preview__summary:after,
    .modal--preview .preview__summary:before {
        content: " ";
        display: table
    }

    .modal--preview .preview__summary:after {
        clear: both
    }

    .modal--preview .preview__summary .btn {
        position: absolute;
        right: 1.5rem;
        bottom: -50px
    }

        .modal--preview .preview__summary .btn i {
            line-height: 1.875rem;
            position: relative;
            top: 14px;
            padding-left: .8rem;
            font-size: 2.4rem;
            margin-top: -12px;
            display: inline-block
        }

.modal--preview small {
    font-size: .875rem;
    color: #737373;
    display: block;
    line-height: 1.2;
    margin-top: .2rem
}

.modal--preview .user {
    position: relative
}

.modal--preview .username {
    font-size: 1.625rem;
    line-height: 2.4375rem
}

@media (min-width:34rem) {
    .modal--preview .username {
        left: 10.5rem;
        position: absolute;
        top: 1.5rem
    }
}

.modal--preview .avatar {
    display: block;
    width: 130px;
    height: 130px;
    padding: 5px 5px 30px;
    margin: 5px 5px 1rem;
    border: 2px dashed #dad9d9;
    border-radius: .25rem;
    color: #dad9d9;
    text-align: center
}

@media (min-width:48rem) {
    .modal--preview .avatar {
        margin-bottom: 30px
    }
}

.modal--preview .avatar i {
    position: relative;
    top: .8rem;
    font-size: 7rem;
    margin-bottom: -20px
}

.modal--preview .avatar .drag-cta {
    font-size: .8rem;
    position: relative;
    top: -18px;
    color: #b2b2b2
}

.modal--preview .jobs-list {
    overflow: hidden
}

.modal--preview .jobs {
    margin: 0 0 1rem
}

    .modal--preview .jobs li {
        margin-bottom: 0;
        padding: .75rem
    }

        .modal--preview .jobs li .summary {
            position: relative
        }

            .modal--preview .jobs li .summary:after,
            .modal--preview .jobs li .summary:before {
                content: " ";
                display: table
            }

            .modal--preview .jobs li .summary p {
                font-size: 1.25rem;
                line-height: 1.875rem;
                line-height: 1.2
            }

@media (min-width:62rem) {
    .modal--preview .jobs li .summary p {
        float: left;
        margin-bottom: 0;
        width: 55%
    }

    .modal--preview .jobs li .summary small {
        bottom: 0;
        display: inline;
        text-align: right;
        position: absolute;
        width: 38%
    }
}

.modal--preview .jobs li small {
    font-size: .875rem;
    color: #737373;
    display: block;
    line-height: 1.2;
    margin-top: .2rem
}

.modal--preview .preview__coverletter {
    margin-top: 1rem
}

.modal--preview .preview-card-icon {
    color: #ed1c24;
    font-size: 2.4rem;
    display: inline-block;
    position: relative;
    top: 10px;
    padding-left: 12px
}

    .modal--preview .preview-card-icon.profile-card-icon-left {
        right: 0;
        padding-right: 12px;
        float: right
    }

        .modal--preview .preview-card-icon.profile-card-icon-left.icon-done {
            font-size: 1.2rem;
            color: #fff;
            right: .2rem;
            top: .2rem;
            padding: 0
        }

.modal--preview .preview-card-title {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    padding-top: 5px;
    position: relative
}

    .modal--preview .preview-card-title .unfilled {
        color: #ed1c24
    }

    .modal--preview .preview-card-title hr {
        margin: 10px 20px;
        border: 0;
        height: 0;
        border-top: 2px solid #f1f1f1
    }

    .modal--preview .preview-card-title .subtitle {
        font-size: 1rem;
        margin-left: 20px;
        margin-right: 20px
    }

        .modal--preview .preview-card-title .subtitle small {
            color: #737373;
            display: block;
            line-height: 1.2;
            margin-top: .2rem
        }

.modal-overlay {
    background: rgba(0, 0, 0, .6);
    display: none;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2
}

.modal-open .modal,
.modal-open .modal-overlay {
    display: block
}

.modal-open {
    overflow: hidden !important;
    position: fixed;
    width: 100%
}

    .modal-open .modal .modal__content {
        max-height: 70vh;
        overflow: auto
    }

@media (min-width:48rem) {
    .modal-open .modal .modal__content {
        max-height: 80vh
    }
}

.warning {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s ease-out .5s;
    transition: max-height .5s ease-out .5s
}

    .warning:after,
    .warning:before {
        content: " ";
        display: table
    }

.editable .warning {
    max-height: 320px
}

    .editable .warning .warning-content {
        display: block
    }

.warning .warning-content {
    background: #efefef;
    border-radius: 3px;
    display: none;
    margin: 0 1rem 2rem;
    padding: 1rem 3rem 1rem .5rem;
    position: relative
}

@media (min-width:34rem) {
    .warning .warning-content {
        margin: 0 2rem 2rem
    }
}

.warning .dismiss-warning {
    position: absolute;
    right: 1rem;
    top: 1rem
}

    .warning .dismiss-warning i {
        font-size: 1.25rem;
        line-height: 1.25rem
    }

.warning .message {
    padding-left: 3.5rem
}

.warning i {
    font-size: 3.75rem;
    line-height: 3.75rem;
    color: #ed1c24;
    float: left
}

.warning p {
    color: #ed1c24;
    margin-bottom: .5rem
}

.warning ul {
    margin: 0 0 .5rem
}

    .warning ul li {
        font-size: .875rem;
        line-height: 1.125rem;
        padding: 0;
        margin: 0
    }

.warning label {
    font-size: .875rem;
    line-height: 1.3125rem
}

.summary {
    display: block
}

.editable .summary {
    display: none
}

.sign-in-form.base-form label,
.terms-form.base-form label {
    font-size: 1rem;
    line-height: 1.75rem;
    display: inline-block;
    border-radius: 0;
    box-shadow: none
}

    .sign-in-form.base-form label.required:after,
    .terms-form.base-form label.required:after {
        color: #ed1c24;
        content: '*';
        margin-left: .5rem
    }

    .sign-in-form.base-form label.error,
    .terms-form.base-form label.error {
        font-size: .875rem;
        line-height: 1.125rem
    }

.sign-in-form.base-form input[type=text],
.sign-in-form.base-form input[type=password],
.sign-in-form.base-form input[type=email],
.terms-form.base-form input[type=text],
.terms-form.base-form input[type=password],
.terms-form.base-form input[type=email] {
    border: 1px solid #dad9d9;
    box-shadow: none;
    box-sizing: border-box;
    display: block;
    height: 48px;
    line-height: 2;
    margin-bottom: 1rem;
    width: 100%
}

    .sign-in-form.base-form input[type=text].error,
    .sign-in-form.base-form input[type=password].error,
    .sign-in-form.base-form input[type=email].error,
    .terms-form.base-form input[type=text].error,
    .terms-form.base-form input[type=password].error,
    .terms-form.base-form input[type=email].error {
        margin-bottom: .2rem
    }

.sign-in-form.base-form .small-checkbox,
.terms-form.base-form .small-checkbox {
    margin-bottom: 1rem
}

@media (min-width:62rem) {
    .sign-in-form.base-form .small-checkbox,
    .terms-form.base-form .small-checkbox {
        margin-bottom: 0
    }
}

.sign-in-form.base-form .input-grp,
.terms-form.base-form .input-grp {
    position: relative
}

.sign-in-form.base-form .show-password,
.terms-form.base-form .show-password {
    font-size: 1.75rem;
    line-height: 1.75rem;
    color: #ed1c24;
    cursor: pointer;
    position: absolute;
    right: .3rem;
    top: 2.6rem
}

.sign-in-form.base-form input[type=checkbox],
.terms-form.base-form input[type=checkbox] {
    margin-right: .3rem;
    position: relative;
    top: -2px
}

.sign-in-form.base-form .btn.btn--lightblue,
.sign-in-form.base-form .btn.btn--reset,
.terms-form.base-form .btn.btn--lightblue,
.terms-form.base-form .btn.btn--reset {
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding: .5rem 1rem
}

    .sign-in-form.base-form .btn.btn--lightblue i,
    .sign-in-form.base-form .btn.btn--reset i,
    .terms-form.base-form .btn.btn--lightblue i,
    .terms-form.base-form .btn.btn--reset i {
        font-size: 2.25rem;
        line-height: 1.5rem;
        margin-left: .5rem;
        position: relative;
        top: 12px;
        margin-top: -10px
    }

.sign-in-form.base-form .btn.btn--lightblue,
.terms-form.base-form .btn.btn--lightblue {
    border: 1px solid #009cd0
}

.terms-form.base-form input[type=radio] {
    margin-right: .5rem;
    position: relative;
    top: -1px
}

.terms-form.base-form .radio-grp {
    margin-bottom: 1rem
}

    .terms-form.base-form .radio-grp label {
        display: block
    }

.terms-form.base-form .btn.btn--reset {
    display: block;
    margin-bottom: .5rem;
    margin-right: 1rem
}

@media (min-width:34rem) {
    .terms-form.base-form .btn.btn--reset {
        display: inline-block;
        margin-bottom: 0
    }
}

.edit-profile-form.base-form {
    display: none
}

.editable .edit-profile-form.base-form {
    display: block
}

.edit-profile-form.base-form label {
    font-size: .8125rem;
    line-height: .8125rem;
    border-radius: 0;
    box-shadow: none;
    color: #b2b2b2
}

.edit-profile-form.base-form input {
    font-size: 1rem;
    line-height: 1rem;
    border-bottom: 1px solid #b2b2b2;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    margin-bottom: .8rem;
    padding-left: 0;
    padding-top: .1rem
}

    .edit-profile-form.base-form input:focus {
        border-color: #ed1c24;
        outline: 0
    }

.edit-profile-form.base-form .btn {
    font-size: 1.125rem;
    line-height: 1.125rem;
    display: inline-block;
    margin: 0 auto;
    padding: .75rem 1rem
}

    .edit-profile-form.base-form .btn i {
        margin-left: .5rem;
        position: relative;
        top: 3px
    }

    .edit-profile-form.base-form .btn.btn--red {
        border: 2px solid #ed1c24;
        margin-left: 1rem
    }

.edit-profile-form.base-form .actions {
    margin-top: 2.5rem;
    text-align: center
}

.alert-form.base-form .error-summary {
    margin: 2rem .75rem 1rem
}

.alert-form.base-form label {
    font-size: 1rem;
    line-height: 1.75rem
}

.alert-form.base-form .input-toggle label {
    line-height: 1.40625rem
}

.alert-form.base-form input[type=text],
.alert-form.base-form input[type=email] {
    border: 1px solid #dad9d9;
    box-shadow: none !important
}

.alert-form.base-form input[type=checkbox] {
    border: none;
    box-shadow: none;
    visibility: hidden
}

.alert-form.base-form fieldset.terms {
    border-bottom: 1px solid #dad9d9;
    margin: 0 .75rem;
    padding-left: 0;
    padding-right: 0
}

.alert-form.base-form label.error {
    font-size: .875rem;
    line-height: 1.125rem;
    border: none;
    border-radius: 0;
    box-shadow: none
}

.alert-form.base-form label.pretty-checkbox {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding-bottom: 1.3rem;
    display: inline-block
}

    .alert-form.base-form label.pretty-checkbox span:last-of-type {
        padding-left: 5px
    }

.alert-form.base-form .input-grp.icon-close {
    top: 2.2rem
}

.alert-form.base-form .alert-form__actions {
    padding: 1.5rem
}

    .alert-form.base-form .alert-form__actions .btn.btn--reset {
        margin-right: 1rem
    }

    .alert-form.base-form .alert-form__actions .btn.btn--apply,
    .alert-form.base-form .alert-form__actions .btn.btn--reset {
        font-size: 1.25rem;
        line-height: 1.875rem;
        padding: .5rem 1rem
    }

        .alert-form.base-form .alert-form__actions .btn.btn--apply i,
        .alert-form.base-form .alert-form__actions .btn.btn--reset i {
            font-size: 1.5rem;
            line-height: 1.5rem;
            margin-left: .5rem;
            position: relative;
            top: 5px
        }

.alert-form.base-form .input-toggle {
    box-shadow: none;
    border: 1px solid #dad9d9;
    border-radius: .4rem;
    padding: .4rem 0
}

.job-details-summary {
    position: relative;
    padding-top: 20px
}

@media (min-width:75rem) {
    .base-form__actions .search-form__actions-container,
    .search-form__actions .search-form__actions-container {
        max-width: 73.125rem
    }

    .job-details-summary .back-link {
        font-size: 1.25rem;
        line-height: 1.875rem
    }
}

.job-details-summary h1 {
    display: none;
    margin-top: 0
}

@media (min-width:62rem) {
    .job-details-summary h1 {
        font-size: 1rem;
        line-height: 1.5rem;
        display: block;
        margin-bottom: .2rem;
        text-align: right
    }
}

@media (min-width:75rem) {
    .job-details-summary h1 {
        font-size: 1.25rem;
        line-height: 1.875rem
    }
}

.job-details-summary .applying-for {
    display: none;
    font-size: .75rem;
    line-height: .75rem
}

@media (min-width:62rem) {
    .job-details-summary .applying-for {
        font-size: 1rem;
        line-height: 1rem;
        color: #ed1c24;
        display: inline-block;
        font-family: houschka_headmedium, Helvetica, Arial, sans-serif;
        margin-right: .5rem
    }
}

@media (min-width:75rem) {
    .job-details-summary .applying-for {
        font-size: 1.25rem;
        line-height: 1.875rem
    }
}

.job-details-summary h2 {
    margin-bottom: 10px
}

.job-details-summary .summary {
    padding-bottom: 10px
}

@media (min-width:48rem) {
    .job-details-summary {
        padding-top: 25px
    }

        .job-details-summary h2 {
            margin: 22px 0
        }

        .job-details-summary .summary {
            padding-bottom: 40px
        }
}

.job-details-summary .summary-text {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    margin-bottom: 0
}

.job-details-summary .job-details-summary__back {
    display: none;
    padding-top: 20px
}

    .job-details-summary .job-details-summary__back a {
        display: block
    }

    .job-details-summary .job-details-summary__back hr {
        margin-top: 1em;
        margin-right: 0
    }

@media (min-width:48rem) {
    .job-details-summary .summary-text {
        font-size: 1.625rem;
        line-height: 2.4375rem
    }

    .job-details-summary .job-details-summary__back hr {
        margin-top: 25px;
        margin-bottom: 1rem
    }
}

@media (min-width:62rem) {
    .job-details-summary .job-details-summary__back {
        display: block;
        padding-top: 0
    }

    .job-details-summary .job-details-summary__expand-link {
        display: none
    }
}

.job-details-summary .job-details-summary__expand-link a {
    font-size: .875rem;
    line-height: 1.3125rem;
    color: #000;
    display: block;
    outline: 0;
    position: relative
}

    .job-details-summary .job-details-summary__expand-link a .expand,
    .job-details-summary .job-details-summary__expand-link a .job-title {
        color: #ed1c24;
        font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
    }

@media (min-width:34rem) {
    .job-details-summary .job-details-summary__expand-link a {
        font-size: 1.125rem;
        line-height: 1.6875rem
    }
}

.job-details-summary .job-details-summary__expand-link .expand {
    font-size: 1.75rem;
    line-height: .875rem;
    letter-spacing: 1px;
    position: absolute;
    right: 0
}

.job-details-summary .job-details-summary__expand-link hr {
    margin-top: 12px
}

.job-details-summary .job-details-summary__expandable {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .25s linear;
    transition: height .25s linear
}

    .job-details-summary .job-details-summary__expandable.open {
        height: 115px;
        margin-bottom: 1rem
    }

@media (min-width:48rem) {
    .job-details-summary .job-details-summary__expandable.open {
        height: 80px
    }
}

.job-details-summary .job-details-summary__expandable ul {
    margin: 0
}

@media (min-width:62rem) {
    .job-details-summary .job-details-summary__expandable {
        height: auto;
        overflow: auto;
        padding-top: .5rem;
        position: absolute;
        right: 0;
        top: .3rem;
        width: 70%
    }

        .job-details-summary .job-details-summary__expandable.open {
            height: auto
        }

        .job-details-summary .job-details-summary__expandable ul {
            text-align: right
        }

        .job-details-summary .job-details-summary__expandable hr {
            display: none
        }
}

.job-details-summary .job-details-summary__header__info {
    margin: 0;
    display: inline-block;
    padding: 0;
    position: relative;
    width: 49%
}

@media (min-width:48rem) {
    .job-details-summary .job-details-summary__header__info {
        margin-bottom: 1rem;
        width: 24%
    }
}

@media (min-width:62rem) {
    .job-details-summary .job-details-summary__header__info {
        margin-right: 2rem;
        width: auto
    }

        .job-details-summary .job-details-summary__header__info:after {
            background-color: #b2b2b2;
            content: '';
            height: 1px;
            position: absolute;
            right: -1.4rem;
            top: .6rem;
            width: .5rem
        }

        .job-details-summary .job-details-summary__header__info:last-child {
            margin-right: 0
        }

            .job-details-summary .job-details-summary__header__info:last-child:after {
                display: none
            }
}

.job-details-summary .job-details-summary__header__info i,
.job-details-summary .job-details-summary__header__info p {
    vertical-align: middle
}

.job-details-summary .job-details-summary__header__info i {
    color: #ed1c24;
    display: inline-block
}

@media (min-width:62rem) {
    .job-details-summary .job-details-summary__header__info i {
        display: none
    }
}

.job-details-summary .job-details-summary__header__info i:before {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
    float: right;
    position: relative
}

.job-details-summary .job-details-summary__header__info p {
    font-size: .8125rem;
    line-height: .9375rem;
    display: inline-block;
    font-family: houschka_headdemibold, Helvetica, Arial, sans-serif;
    margin-bottom: .2rem;
    max-width: 65%
}

    .job-details-summary .job-details-summary__header__info p small {
        display: block;
        font-size: .625rem;
        line-height: .625rem;
        color: #737373
    }

@media (min-width:62rem) {
    .job-details-summary .job-details-summary__header__info p {
        font-size: .875rem;
        line-height: 1.3125rem;
        color: #737373;
        margin-bottom: 1rem;
        max-width: 100%;
        text-align: right
    }

        .job-details-summary .job-details-summary__header__info p small {
            display: none
        }
}

@media (min-width:75rem) {
    .job-details-summary .job-details-summary__header__info p {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

.apply .apply__profile-header,
.preview .apply__profile-header {
    padding-bottom: 1rem
}

    .apply .apply__profile-header h2,
    .preview .apply__profile-header h2 {
        margin: 0 auto
    }

    .apply .apply__profile-header p,
    .preview .apply__profile-header p {
        font-size: .75rem;
        line-height: 1.125rem;
        font-family: houschka_headdemibold, Helvetica, Arial, sans-serif;
        padding-right: 3rem
    }


@media (min-width:34rem) {
    .apply .apply__profile-header h2,
    .preview .apply__profile-header h2 {
        margin-bottom: 1rem;
        margin-top: 2rem;
        text-align: center
    }

    .apply .apply__profile-header p,
    .preview .apply__profile-header p {
        font-size: 1.625rem;
        line-height: 1.875rem;
        font-family: houschka_headmedium, Helvetica, Arial, sans-serif;
        margin: 0 auto 1.5rem;
        padding-right: 0;
        text-align: center;
        width: 70%
    }
}

.apply .apply__profile,
.preview .apply__profile {
    background-color: #f1f1f1;
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media (min-width:48rem) {
    .apply .apply__profile-header p,
    .preview .apply__profile-header p {
        width: 50%
    }

    .apply .apply__profile,
    .preview .apply__profile {
        padding-top: 2rem
    }
}

.apply .apply__profile__check,
.apply .apply__profile__coverletter,
.apply .apply__profile__submission,
.preview .apply__profile__check,
.preview .apply__profile__coverletter,
.preview .apply__profile__submission {
    background-color: #fff;
    border: 1px solid #e7e6e6;
    border-radius: .3rem;
    margin-bottom: 1rem;
    padding: .7rem
}

@media (min-width:48rem) {
    .apply .apply__profile__check,
    .apply .apply__profile__coverletter,
    .apply .apply__profile__submission,
    .preview .apply__profile__check,
    .preview .apply__profile__coverletter,
    .preview .apply__profile__submission {
        border: 1px dashed #e7e6e6
    }
}

.apply .apply__profile__check h6,
.apply .apply__profile__coverletter h6,
.apply .apply__profile__submission h6,
.preview .apply__profile__check h6,
.preview .apply__profile__coverletter h6,
.preview .apply__profile__submission h6 {
    border-bottom: 1px solid #e7e6e6;
    color: #000;
    font-family: houschka_headmedium, Helvetica, Arial, sans-serif;
    margin: 0 0 1rem;
    padding-bottom: .2rem;
    vertical-align: middle;
    font-size: 1.3rem
}


@media (min-width:48rem) {
    .apply .apply__profile__check h6,
    .apply .apply__profile__coverletter h6,
    .apply .apply__profile__submission h6,
    .preview .apply__profile__check h6,
    .preview .apply__profile__coverletter h6,
    .preview .apply__profile__submission h6 {
        font-size: 1.625rem;
        line-height: 2.4375rem
    }
}

.apply .apply__profile__check h6 i,
.apply .apply__profile__coverletter h6 i,
.apply .apply__profile__submission h6 i,
.preview .apply__profile__check h6 i,
.preview .apply__profile__coverletter h6 i,
.preview .apply__profile__submission h6 i {
    font-size: 3.4rem;
    color: #ed1c24;
    vertical-align: middle;
    position: relative;
    top: 2px
}

.apply .apply__profile__check button,
.apply .apply__profile__coverletter button,
.apply .apply__profile__submission button,
.preview .apply__profile__check button,
.preview .apply__profile__coverletter button,
.preview .apply__profile__submission button {
    margin-bottom: 1rem;
    text-align: left;
    width: 100%
}

.profile .profile__summary,
.thanks__next {
    text-align: center
}

@media (min-width:75rem) {
    .apply .apply__profile__check button,
    .apply .apply__profile__coverletter button,
    .apply .apply__profile__submission button,
    .preview .apply__profile__check button,
    .preview .apply__profile__coverletter button,
    .preview .apply__profile__submission button {
        font-size: 1.25rem;
        line-height: 1.875rem;
        display: block;
        max-width: 275px;
        margin-right: auto;
        margin-left: auto;
        padding: .75rem 1rem
    }
}

.apply .apply__profile__check button i,
.apply .apply__profile__coverletter button i,
.apply .apply__profile__submission button i,
.preview .apply__profile__check button i,
.preview .apply__profile__coverletter button i,
.preview .apply__profile__submission button i {
    font-size: 1.375rem;
    line-height: 1.375rem;
    float: right;
    opacity: .6;
    position: relative;
    top: 4px
}

@media (min-width:75rem) {
    .apply .apply__profile__check button i,
    .apply .apply__profile__coverletter button i,
    .apply .apply__profile__submission button i,
    .preview .apply__profile__check button i,
    .preview .apply__profile__coverletter button i,
    .preview .apply__profile__submission button i {
        font-size: 1.75rem;
        line-height: 1.75rem
    }
}

.apply .apply__profile__check .instruction,
.apply .apply__profile__coverletter .instruction,
.apply .apply__profile__submission .instruction,
.preview .apply__profile__check .instruction,
.preview .apply__profile__coverletter .instruction,
.preview .apply__profile__submission .instruction {
    display: none
}

@media (min-width:48rem) {
    .apply .apply__profile__check .instruction,
    .apply .apply__profile__coverletter .instruction,
    .apply .apply__profile__submission .instruction,
    .preview .apply__profile__check .instruction,
    .preview .apply__profile__coverletter .instruction,
    .preview .apply__profile__submission .instruction {
        font-size: 1.25rem;
        line-height: 1.875rem;
        display: block
    }
}

.apply .apply__profile__submission,
.preview .apply__profile__submission {
    float: left;
    margin-top: .75rem;
    width: 100%
}

    .apply .apply__profile__submission:after,
    .apply .apply__profile__submission:before,
    .preview .apply__profile__submission:after,
    .preview .apply__profile__submission:before {
        content: " ";
        display: table
    }

.apply .apply__profile__submission__mobile-ctas .icon-download,
.preview .apply__profile__submission__mobile-ctas .icon-download {
    line-height: 1.875rem;
    position: relative;
    top: 12px;
    padding-left: .8rem;
    font-size: 2.4rem;
    margin-top: -12px;
    display: inline-block
}

@media (min-width:34rem) {
    .apply .apply__profile__submission__mobile-ctas .btn--outline,
    .preview .apply__profile__submission__mobile-ctas .btn--outline {
        float: left;
        width: 47%
    }

        .apply .apply__profile__submission__mobile-ctas .btn--outline:last-child,
        .preview .apply__profile__submission__mobile-ctas .btn--outline:last-child {
            float: right
        }
}

.apply .apply__profile__submission__desktop-ctas,
.preview .apply__profile__submission__desktop-ctas {
    display: none
}

.apply .apply__profile__submission .submit-button .tooltip-hook,
.preview .apply__profile__submission .submit-button .tooltip-hook {
    width: 100%;
    position: absolute;
    top: 0;
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding: .75rem 1rem;
    display: block;
    margin-right: auto;
    margin-left: auto
}

@media (max-width:47.9rem) {
    .apply .apply__profile__submission .submit-button .tooltip-hook,
    .preview .apply__profile__submission .submit-button .tooltip-hook {
        display: block
    }
}

@media (min-width:48rem) {
    .apply .apply__profile__submission h6,
    .apply .apply__profile__submission__mobile-ctas,
    .preview .apply__profile__submission h6,
    .preview .apply__profile__submission__mobile-ctas {
        display: none
    }

    .apply .apply__profile__submission,
    .preview .apply__profile__submission {
        background: 0 0;
        border: none;
        border-radius: 0;
        border-top: 1px solid #e7e6e6;
        padding: 1.5rem 0 0
    }

        .apply .apply__profile__submission .submit-button,
        .preview .apply__profile__submission .submit-button {
            padding-right: 0
        }

            .apply .apply__profile__submission .submit-button #submit-application,
            .preview .apply__profile__submission .submit-button #submit-application {
                position: absolute
            }

                .apply .apply__profile__submission .submit-button #submit-application i,
                .preview .apply__profile__submission .submit-button #submit-application i {
                    font-size: 2.5rem;
                    position: relative;
                    top: 2px;
                    margin-bottom: -40px
                }

    .apply .apply__profile__submission__desktop-ctas,
    .preview .apply__profile__submission__desktop-ctas {
        display: block
    }

        .apply .apply__profile__submission__desktop-ctas button,
        .preview .apply__profile__submission__desktop-ctas button {
            background: 0 0;
            border: none;
            color: #ed1c24;
            display: inline-block;
            margin-right: 1rem;
            padding: .875rem 0;
            width: auto
        }

            .apply .apply__profile__submission__desktop-ctas button:last-child,
            .preview .apply__profile__submission__desktop-ctas button:last-child {
                margin-right: 0
            }

            .apply .apply__profile__submission__desktop-ctas button:hover,
            .preview .apply__profile__submission__desktop-ctas button:hover {
                color: #d21847
            }

    .apply .apply__profile__submission button,
    .preview .apply__profile__submission button {
        margin-bottom: 0
    }

    .apply .apply__profile__submission .btn--lightblue,
    .preview .apply__profile__submission .btn--lightblue {
        width: 100%
    }

    .apply .apply__profile__submission .center-block:after,
    .apply .apply__profile__submission .center-block:before,
    .preview .apply__profile__submission .center-block:after,
    .preview .apply__profile__submission .center-block:before {
        content: " ";
        display: table
    }

    .apply .apply__profile__submission .center-block:after,
    .preview .apply__profile__submission .center-block:after {
        clear: both
    }
}

@media (min-width:62rem) {
    .apply .apply__profile__submission .btn--lightblue,
    .preview .apply__profile__submission .btn--lightblue {
        max-width: 100%
    }
}

@media (min-width:75rem) {
    .apply .apply__profile__submission__desktop-ctas .btn--outline,
    .preview .apply__profile__submission__desktop-ctas .btn--outline {
        padding: .6rem .75rem
    }
}

.tip-style.submit-tip {
    border: 1px solid #dfd7d7;
    max-width: 300px;
    box-shadow: 0 8px 20px 0 rgba(35, 31, 32, .25)
}

    .tip-style.submit-tip p {
        font-size: .875rem;
        line-height: 1.25rem;
        margin: 0;
        color: #000
    }

    .tip-style.submit-tip .qtip-close {
        background: 0 0
    }

        .tip-style.submit-tip .qtip-close span {
            color: #fff;
            content: '';
            speak: none
        }

            .tip-style.submit-tip .qtip-close span:before {
                font-size: 1.125rem;
                line-height: 1.6875rem;
                content: '\7a';
                font-family: adecco-font-1 !important;
                color: #ed1c24;
                display: block;
                position: absolute;
                left: 4px;
                top: 2px
            }

    .thanks .confirmation a,
    .thanks .email,
    .thanks .follow a,
    .tip-style.submit-tip .notifications-tip__items li a,
    .tip-style.submit-tip .profile-tip__links li a,
    .two-col-list .two-col-list__item a {
        font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
    }

    .tip-style.submit-tip h6 {
        padding: .2rem 0 .5rem
    }

        .tip-style.submit-tip h6:before {
            display: none
        }

    .tip-style.submit-tip .profile-tip__header {
        margin-bottom: 0
    }

        .tip-style.submit-tip .profile-tip__header:after,
        .tip-style.submit-tip .profile-tip__header:before {
            content: " ";
            display: table
        }

        .tip-style.submit-tip .profile-tip__header img {
            border-radius: 50%;
            height: 3.75rem;
            width: 3.75rem;
            float: left
        }

        .tip-style.submit-tip .profile-tip__header .profile-information {
            float: left;
            padding: .875rem 26px .875rem 14px
        }

            .tip-style.submit-tip .profile-tip__header .profile-information span {
                font-size: .625rem;
                line-height: .75rem;
                color: #737373;
                display: block
            }

            .tip-style.submit-tip .profile-tip__header .profile-information .profile-name {
                font-size: 1.25rem;
                line-height: 1.25rem;
                color: #ed1c24;
                font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
            }

    .tip-style.submit-tip .profile-tip__links {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .tip-style.submit-tip .profile-tip__links li {
            margin: 0;
            padding: 0;
            border-bottom: 1px solid rgba(35, 31, 32, .1)
        }

            .tip-style.submit-tip .profile-tip__links li:last-child {
                border-bottom: 0
            }

            .tip-style.submit-tip .profile-tip__links li a {
                font-size: 1rem;
                line-height: 1.125rem;
                color: #000;
                display: block;
                padding: .325rem 8px .625rem
            }

                .tip-style.submit-tip .profile-tip__links li a .icon {
                    font-size: 1.5rem;
                    line-height: 0;
                    margin-right: 4px;
                    opacity: .3;
                    position: relative;
                    top: .375rem
                }

                .tip-style.submit-tip .profile-tip__links li a:hover {
                    background-color: #fafafa
                }

    .tip-style.submit-tip .notifications-tip__items {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .tip-style.submit-tip .notifications-tip__items li {
            font-size: 1rem;
            line-height: 1.125rem;
            border-bottom: 1px solid rgba(35, 31, 32, .1);
            color: #000;
            margin: 0;
            padding: .625rem 0
        }

            .tip-style.submit-tip .notifications-tip__items li:last-child {
                border-bottom: 0
            }

.two-col-list {
    margin-bottom: 2rem
}

    .two-col-list .two-col-list__intro {
        display: none
    }

@media (min-width:34rem) {
    .two-col-list {
        margin-bottom: 3rem
    }

        .two-col-list h2 {
            margin-top: 3rem;
            margin-bottom: 1rem;
            text-align: center
        }

        .two-col-list .two-col-list__intro {
            font-size: 1.625rem;
            line-height: 1.875rem;
            display: block;
            margin: 0 auto 1.5rem;
            text-align: center;
            width: 70%
        }
}

@media (min-width:48rem) {
    .two-col-list .two-col-list__intro {
        width: 50%
    }
}

.two-col-list .col-sm-6:last-child .two-col-list__item:last-child {
    border-bottom: none
}

.two-col-list .two-col-list__item {
    border-bottom: 1px solid #e7e6e6
}

@media (min-width:34rem) {
    .two-col-list .two-col-list__item {
        margin-bottom: .5rem
    }

        .two-col-list .two-col-list__item:last-child {
            border-bottom: none
        }
}

.two-col-list .two-col-list__item h6 {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000;
    margin: 1rem 0 .5rem
}

.two-col-list .two-col-list__item .less-link {
    display: block;
    margin-bottom: 1rem
}

.profile > .container {
    position: relative
}

.profile hr {
    border-color: #dad9d9;
    margin: 0 0 1em
}

.profile .profile__warning .h2 {
    margin-bottom: .5rem
}

.profile .profile__back {
    padding-top: 20px
}

    .profile .profile__back a {
        display: block
    }

    .profile .profile__back hr {
        margin-top: 1em;
        margin-right: 0
    }

@media (min-width:34rem) {
    .two-col-list .two-col-list__item h6 {
        font-size: 1.5rem;
        line-height: 1.875rem
    }

    .two-col-list .two-col-list__item p {
        font-size: 1.25rem;
        line-height: 1.5rem;
        color: #737373
    }

    .profile .profile__warning p {
        font-size: 1.25rem;
        line-height: 1.875rem
    }

    .profile .profile__back {
        padding-top: 40px
    }

        .profile .profile__back hr {
            margin-top: 25px;
            margin-bottom: 1rem
        }
}

.profile .profile__header {
    padding-top: 10px
}

    .profile .profile__header h1 {
        margin-top: 0
    }

    .profile .profile__header .added-date {
        color: #dad9d9;
        font-size: .75rem;
        line-height: .75rem
    }

@media (min-width:34rem) {
    .profile .profile__header {
        padding-top: 25px
    }

        .profile .profile__header .added-date {
            font-size: 1rem;
            line-height: 1.5rem
        }
}

.profile .profile__header .favourite,
.profile .profile__header .favourite-save {
    height: 25px;
    position: absolute;
    right: 20px;
    top: 0;
    width: 25px
}

    .profile .profile__header .favourite-save:before,
    .profile .profile__header .favourite:before {
        font-size: .8125rem;
        line-height: 1.21875rem;
        left: 6px;
        top: 4px
    }

@media (min-width:48rem) {
    .profile .profile__header .favourite,
    .profile .profile__header .favourite-save {
        height: 50px;
        right: 0;
        top: 50px;
        width: 50px
    }

        .profile .profile__header .favourite-save:before,
        .profile .profile__header .favourite:before {
            font-size: 1.625rem;
            line-height: 2.4375rem;
            left: 12px;
            top: 9px
        }
}

.profile .profile__header h2 {
    margin-bottom: 10px
}

.profile .profile__header .summary {
    padding-bottom: 10px
}

@media (min-width:34rem) {
    .profile .profile__header h2 {
        margin: 22px 0
    }

    .profile .profile__header .summary {
        padding-bottom: 40px
    }
}

.profile .profile__header .summary-text {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    margin-bottom: 0
}

@media (min-width:34rem) {
    .profile .profile__header .summary-text {
        font-size: 1.625rem;
        line-height: 2.4375rem
    }
}

.profile .btn--apply-cta {
    display: inline-block
}

    .profile .btn--apply-cta i {
        margin-left: .3rem;
        opacity: .6;
        position: relative;
        top: 14px;
        font-size: 2.5rem;
        display: inline-block;
        margin-top: -12px
    }

.profile .profile__body {
    background-color: #f1f1f1;
    padding-top: 1rem
}

    .profile .profile__body .profile__person-card .profile-top-card {
        padding-top: 10px;
        padding-bottom: 10px
    }

        .profile .profile__body .profile__person-card .profile-top-card:after,
        .profile .profile__body .profile__person-card .profile-top-card:before {
            content: " ";
            display: table
        }

    .profile .profile__body .profile__person-card .avatar {
        display: block;
        width: 130px;
        height: 130px;
        padding: 5px;
        margin: 5px 5px 1rem;
        border: 2px dashed #dad9d9;
        border-radius: .25rem;
        color: #dad9d9;
        text-align: center
    }

@media (min-width:62rem) {
    .profile .profile__body .profile__person-card .avatar {
        margin-bottom: 5px
    }
}

.profile .profile__body .profile__person-card .avatar i {
    position: relative;
    top: .8rem;
    font-size: 7rem;
    margin-bottom: -20px
}

@media (min-width:75rem) {
    .profile .profile__body .profile__person-card .avatar {
        width: 150px;
        height: 150px
    }

        .profile .profile__body .profile__person-card .avatar i {
            font-size: 7.5rem
        }
}

.profile .profile__body .profile__person-card .avatar .drag-cta {
    font-size: .8rem;
    position: relative;
    top: -18px;
    color: #b2b2b2
}

.profile .profile__body .profile__person-card .avatar-blurb {
    margin-bottom: 1rem
}

    .profile .profile__body .profile__person-card .avatar-blurb:after,
    .profile .profile__body .profile__person-card .avatar-blurb:before {
        content: " ";
        display: table
    }

@media (min-width:62rem) {
    .profile .profile__body .profile__person-card .avatar-blurb {
        margin-bottom: 0;
        margin-top: 1.5rem
    }

        .profile .profile__body .profile__person-card .avatar-blurb .username {
            margin-bottom: 1rem
        }
}

@media (min-width:75rem) {
    .profile .profile__body .profile__person-card .avatar-blurb {
        margin-top: 2.2rem
    }
}

.profile .profile__body .profile__person-card .avatar-blurb .username {
    font-size: 1.625rem;
    line-height: 1.625rem;
    text-overflow: ellipsis
}

@media (max-width:61.9rem) {
    .profile .profile__body .profile__person-card .avatar-blurb {
        display: block
    }

        .profile .profile__body .profile__person-card .avatar-blurb .btn--import,
        .profile .profile__body .profile__person-card .avatar-blurb .btn--linkedin {
            width: 48%
        }
}

@media (max-width:33.9rem) {
    .profile .profile__body .profile__person-card .avatar {
        margin-left: auto;
        margin-right: auto
    }

    .profile .profile__body .profile__person-card .avatar-blurb .btn {
        width: 100%
    }
}

.profile .profile__body .profile__person-card .btn--add {
    line-height: 1.5rem
}

.profile .profile__body .profile__person-card .btn--linkedin {
    margin-right: 1rem;
    margin-bottom: .5rem
}

@media (min-width:62rem) {
    .profile .profile__body .profile__person-card .btn--linkedin {
        margin-bottom: 0
    }
}

.profile .profile__body .profile__save {
    margin-top: .8rem;
    margin-bottom: 2rem
}

.profile .btn--apply-cta {
    line-height: 1.5rem;
    padding: .7rem .5rem .7rem 1.25rem;
    margin-top: .8rem
}

.profile .profile__summary p {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin: 2rem 0 1rem
}

    .profile .profile__summary p i {
        margin-right: .5rem;
        position: relative;
        top: -2px;
        width: 25px;
        height: 25px;
        border-radius: 100%;
        vertical-align: middle
    }

        .profile .profile__summary p i:before {
            line-height: normal;
            font-size: 1.875rem;
            top: 2px;
            left: -3px
        }

.profile .profile__summary .btn {
    margin: 0 0 .5rem
}

.thanks h1 {
    font-size: 3.75rem;
    line-height: 3.75rem;
    margin-bottom: .5rem
}

@media (min-width:34rem) {
    .thanks h1 {
        font-size: 5.625rem;
        line-height: 5.625rem;
        margin: 7.5rem 0 .2rem
    }
}

.thanks h3 {
    margin-top: .2rem
}

.thanks .confirmation,
.thanks .follow {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 2rem
}

.thanks .email {
    color: #ed1c24
}

.tip-style .qtip-close span:before,
.tip-style h6:before {
    font-family: adecco-font-1 !important
}

.thanks__top {
    padding-bottom: 1.5rem
}

.thanks__next {
    background: #e7e6e6;
    border-radius: 4px;
    margin-bottom: 2rem;
    padding: 1rem
}

@media (min-width:34rem) {
    .thanks .confirmation,
    .thanks .follow {
        font-size: 1.25rem;
        line-height: 1.875rem
    }

    .thanks__next {
        padding: 1rem 3rem;
        margin-bottom: 2rem
    }
}

.thanks__next h5 {
    color: #000;
    margin: 0 0 1rem
}

.thanks__suggested-jobs {
    border-top: 1px solid #e7e6e6;
    margin-bottom: 2rem
}

    .thanks__suggested-jobs h5 {
        color: #000;
        margin-top: 3rem
    }

.cover-letter .browse-jobs__top h1 {
    cursor: text
}

.cover-letter .browse-jobs__top p {
    display: block
}

.cover-letter__body {
    background: #f1f1f1;
    position: relative;
    padding: 20px 0
}

.cover-letter__body__content {
    position: relative
}

.cover-letter__advanced {
    display: none
}

.cover-letter__builder-cta,
.cover-letter__close-cta,
.cover-letter__cta a {
    display: inline-block
}

    .cover-letter__builder-cta span {
        color: #000;
        padding-right: 5px
    }

    .cover-letter__builder-cta i {
        font-size: 3rem;
        line-height: 2.875rem;
        padding-left: 10px;
        position: relative;
        top: 18px;
        margin-top: -20px
    }

    .cover-letter__close-cta i {
        font-size: 1.375rem;
        line-height: 1.375rem;
        padding-right: 10px;
        position: relative;
        top: 6px
    }

.cover-letter__cta {
    text-align: left;
    padding: 20px 0 0
}

    .cover-letter__cta a {
        margin-bottom: 20px
    }

        .cover-letter__cta a.btn--clear {
            display: block;
            padding-left: 0
        }

@media (min-width:34rem) {
    .cover-letter__cta a.btn--clear {
        display: inline-block;
        padding-left: 30px
    }

    .cover-letter__cta {
        text-align: right
    }
}

.cover-letter__cta .cover-letter__cta__cancel i {
    padding-left: 5px;
    position: relative;
    top: 10px;
    font-size: 2rem;
    line-height: 1.5rem;
    margin-top: -10px
}

.builder h4 {
    color: #000;
    position: relative;
    margin-bottom: .5rem
}

    .builder h4 span {
        color: #ed1c24;
        position: absolute;
        cursor: pointer;
        right: 0;
        top: 5px;
        font-size: 1.125rem;
        line-height: 1.6875rem
    }

.builder__section {
    margin: 1rem 0
}

.builder__section__help {
    padding-top: 1rem
}

    .builder__section__help p {
        color: #b2b2b2
    }

.tiny-form .mce-container.mce-tinymce {
    border: 1px solid #f1f1f1;
    border-radius: .3rem;
    padding: 0;
    overflow: hidden
}

@media (min-width:34rem) {
    .builder h4 span {
        top: 12px
    }

    .builder__section__help {
        padding-top: 0
    }

    .tiny-form .mce-container-body {
        text-align: left
    }
}

.tiny-form .mce-panel {
    background: #fff;
    border-color: #f1f1f1;
    padding: 1rem 1.25rem 0
}

.tiny-form .mce-toolbar-grp .mce-flow-layout-item {
    margin-bottom: 1rem
}

.tiny-form .mce-edit-area {
    padding: 1rem 1.25rem
}

.tiny-form .mce-btn-group:not(:first-child) .mce-btn {
    border: none
}

    .tiny-form .mce-btn-group:not(:first-child) .mce-btn .mce-ico {
        font-size: 1.125rem;
        line-height: 1.125rem
    }

.tiny-form .mce-btn-group .mce-btn {
    margin-left: 0
}

    .tiny-form .mce-btn-group .mce-btn:not(:first-child) {
        margin-left: 5px
    }

@media (min-width:34rem) {
    .tiny-form .mce-edit-area,
    .tiny-form .mce-panel {
        padding: 1rem 1.25rem
    }

    .tiny-form .mce-btn-group .mce-btn {
        margin-left: 0
    }

        .tiny-form .mce-btn-group .mce-btn:not(:first-child) {
            margin-left: 15px
        }
}

.tiny-form .mce-btn {
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: .3rem
}

.tiny-form .mce-flow-layout-item {
    margin: 0 5px 10px 0
}

    .tiny-form .mce-flow-layout-item:not(:first-child) {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        border: none
    }

@media (min-width:34rem) {
    .tiny-form .mce-flow-layout-item {
        margin: 0 15px 10px 0
    }

        .tiny-form .mce-flow-layout-item:not(:first-child) {
            margin-left: 5px;
            margin-right: 5px;
            border: 1px solid #d9d9d9;
            padding-left: 10px
        }
}

.saved-jobs > .container {
    position: relative
}

.saved-jobs hr {
    border-color: #dad9d9;
    margin: 0 0 1em
}

.saved-jobs .profile__back {
    padding-top: 20px
}

    .saved-jobs .profile__back a {
        display: block
    }

    .saved-jobs .profile__back hr {
        margin-top: 1em;
        margin-right: 0
    }

@media (min-width:34rem) {
    .saved-jobs .profile__back {
        padding-top: 40px
    }

        .saved-jobs .profile__back hr {
            margin-top: 25px;
            margin-bottom: 1rem
        }

    .saved-jobs .saved-jobs__header p {
        font-size: 1.25rem;
        line-height: 1.875rem;
        width: 80%
    }
}

.saved-jobs .saved-jobs__header {
    text-align: center
}

    .saved-jobs .saved-jobs__header .h2 {
        margin-bottom: .5rem
    }

    .saved-jobs .saved-jobs__header p {
        margin: 0 auto 1rem
    }

@media (min-width:48rem) {
    .saved-jobs .saved-jobs__header p {
        width: 60%
    }
}

@media (min-width:62rem) {
    .saved-jobs .saved-jobs__header p {
        width: 40%
    }
}

.saved-jobs .saved-jobs__description {
    background-color: #f1f1f1;
    text-align: center
}

    .saved-jobs .saved-jobs__description .empty-jobs {
        padding-top: 5rem;
        padding-bottom: 6rem
    }

@media (max-width:33.9rem) {
    .saved-jobs .saved-jobs__description .empty-jobs {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: -2.5rem
    }
}

.saved-jobs .saved-jobs__description .empty-jobs i {
    font-size: 11rem;
    color: #b2b2b2;
    position: relative;
    bottom: -5.5rem
}

.saved-jobs .saved-jobs__description .empty-jobs .h3 {
    margin-bottom: 0
}

.saved-jobs .saved-jobs__description .signin-wide {
    text-align: left;
    border: 1px solid red;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #ed1c24;
    border-radius: .3rem;
    color: #fff
}

    .saved-jobs .saved-jobs__description .signin-wide .signin-description {
        display: inline-block;
        margin: 20px 20px 0
    }

@media (min-width:48rem) {
    .saved-jobs .saved-jobs__description .signin-wide .signin-description {
        margin: 20px
    }
}

.saved-jobs .saved-jobs__description .signin-wide .signin-description .h6 {
    color: #fff;
    margin: 0
}

.saved-jobs .saved-jobs__description .signin-wide .signin-description p {
    margin-bottom: 0
}

.saved-jobs .saved-jobs__description .signin-wide .signin-cta {
    margin: 20px
}

    .saved-jobs .saved-jobs__description .signin-wide .signin-cta:after,
    .saved-jobs .saved-jobs__description .signin-wide .signin-cta:before {
        content: " ";
        display: table
    }

    .saved-jobs .saved-jobs__description .signin-wide .signin-cta .btn {
        margin-bottom: .5rem;
        margin-top: 0;
        margin-right: 0;
        text-align: left;
        width: 100%
    }

        .saved-jobs .saved-jobs__description .signin-wide .signin-cta .btn:first-child {
            margin-left: 0
        }

        .saved-jobs .saved-jobs__description .signin-wide .signin-cta .btn:last-child {
            margin-bottom: 0
        }

@media (min-width:48rem) {
    .saved-jobs .saved-jobs__description .signin-wide .signin-cta {
        display: inline-block;
        float: right
    }

        .saved-jobs .saved-jobs__description .signin-wide .signin-cta .btn:first-child {
            margin-left: .8rem
        }

        .saved-jobs .saved-jobs__description .signin-wide .signin-cta .btn {
            margin-bottom: 0;
            text-align: center;
            width: auto
        }
}

.saved-jobs .saved-jobs__description .signin-wide .signin-cta .btn i {
    float: right
}

    .saved-jobs .saved-jobs__description .signin-wide .signin-cta .btn i.icon-continue {
        margin-top: -24px;
        margin-bottom: -10px;
        top: 20px;
        position: relative;
        display: inline-block;
        font-size: 3rem
    }

    .saved-jobs .saved-jobs__description .signin-wide .signin-cta .btn i.icon-lock {
        margin-top: -10px;
        margin-bottom: -10px;
        top: 12px;
        position: relative;
        display: inline-block;
        font-size: 1.8rem
    }

.saved-jobs .saved-jobs__related-jobs .h6.first {
    color: #000;
    margin-top: 3rem
}

.tip-style {
    border: 2px dashed #ed1c24;
    padding: .75rem;
    border-radius: .3rem;
    background: #fff;
    width: 300px
}

@media (min-width:34rem) {
    .tip-style {
        width: 400px
    }
}

.tip-style .qtip-close {
    border: none;
    border-radius: 99rem;
    background: #ed1c24;
    display: block;
    height: 24px;
    width: 24px;
    right: 1rem;
    top: 1.2rem
}

    .tip-style .qtip-close span {
        color: #ed1c24
    }

        .tip-style .qtip-close span:before {
            content: '\7a';
            color: #fff;
            display: block;
            font-size: 1rem;
            line-height: 1.5rem;
            line-height: 25px;
            position: absolute;
            left: 4px;
            top: 3px
        }

.tip-style h6 {
    margin: 0 0 .3rem;
    color: #000;
    border-bottom: 2px solid #f1f1f1;
    padding: .2rem 0 .5rem 1.8rem;
    position: relative
}

    .tip-style h6:before {
        content: '\32';
        color: #ed1c24;
        display: block;
        font-size: 2.25rem;
        line-height: 3.375rem;
        line-height: normal;
        position: absolute;
        left: -7px;
        top: 2px
    }

.tip-style ol {
    margin-left: 1.3rem
}

    .tip-style ol li {
        font-size: 1rem;
        line-height: 1.125rem;
        padding-left: 0;
        padding-bottom: 10px
    }

.incentivizer {
    margin: 20px 0
}

    .incentivizer .incentivizer-card {
        border: 1px solid #dfd7d7;
        border-radius: 8px
    }

        .incentivizer .incentivizer-card .star-container {
            width: auto;
            margin-left: 20px;
            margin-right: 20px;
            padding: 15px 20px 0
        }

            .incentivizer .incentivizer-card .star-container h5 {
                display: inline-block;
                margin: 0
            }

        .incentivizer .incentivizer-card .stars {
            margin: auto;
            color: #ed1c24
        }

            .incentivizer .incentivizer-card .stars i {
                font-size: 3rem;
                position: relative;
                top: 5px;
                margin-left: -7px
            }

            .incentivizer .incentivizer-card .stars .icon-star-outline {
                color: #dfd7d7
            }

        .incentivizer .incentivizer-card .star-description {
            position: relative;
            display: inline-block;
            top: -10px;
            color: #ed1c24;
            padding-left: 1rem
        }

@media (max-width:33.9rem) {
    .incentivizer .incentivizer-card .stars i {
        font-size: 2.6rem;
        margin-right: -7px
    }

    .incentivizer .incentivizer-card .star-description {
        padding-left: 2px;
        padding-top: 2px
    }
}

.incentivizer .incentivizer-card hr {
    margin: 5px 40px
}

.incentivizer .incentivizer-card .cta-container {
    padding: 5px 20px 10px;
    text-align: center
}

    .incentivizer .incentivizer-card .cta-container .cta-description {
        display: inline-block;
        padding-right: 2rem;
        margin-bottom: 5px
    }

    .incentivizer .incentivizer-card .cta-container p {
        margin: 0;
        padding: 0
    }

    .incentivizer .incentivizer-card .cta-container .btn {
        margin: 0
    }

        .incentivizer .incentivizer-card .cta-container .btn i {
            display: inline-block;
            font-size: 2.4rem;
            margin-top: -12px;
            margin-bottom: -10px;
            top: 13px
        }

.my-jobs > .container {
    position: relative
}

.my-jobs hr {
    border-color: #dad9d9;
    margin: 0 0 1em
}

.my-jobs .profile__back {
    padding-top: 20px
}

    .my-jobs .profile__back a {
        display: block
    }

    .my-jobs .profile__back hr {
        margin-top: 1em;
        margin-right: 0
    }

@media (min-width:34rem) {
    .my-jobs .profile__back {
        padding-top: 40px
    }

        .my-jobs .profile__back hr {
            margin-top: 25px;
            margin-bottom: 1rem
        }
}

.my-jobs .my-jobs__header {
    text-align: center
}

.my-jobs .my-jobs__description {
    background-color: #f1f1f1;
    text-align: center
}

    .my-jobs .my-jobs__description .empty-jobs {
        padding-top: 5rem;
        padding-bottom: 6rem
    }

        .my-jobs .my-jobs__description .empty-jobs i {
            font-size: 5rem;
            color: #b2b2b2;
            position: relative;
            bottom: -2.5rem
        }

        .my-jobs .my-jobs__description .empty-jobs h3 {
            margin-bottom: 0
        }

    .my-jobs .my-jobs__description .signin-wide {
        text-align: left;
        border: 1px solid red;
        width: 100%;
        display: block;
        margin-bottom: 20px;
        margin-top: 20px;
        background-color: #ed1c24;
        border-radius: .3rem;
        color: #fff
    }

        .my-jobs .my-jobs__description .signin-wide .signin-description {
            display: inline-block;
            margin: 20px
        }

            .my-jobs .my-jobs__description .signin-wide .signin-description h6 {
                color: #fff;
                margin: 0
            }

            .my-jobs .my-jobs__description .signin-wide .signin-description p {
                margin-bottom: 0
            }

        .my-jobs .my-jobs__description .signin-wide .signin-cta {
            float: right;
            display: inline-block;
            margin: 20px
        }

            .my-jobs .my-jobs__description .signin-wide .signin-cta .btn {
                margin-top: 0;
                margin-right: 0;
                margin-left: .8rem
            }

                .my-jobs .my-jobs__description .signin-wide .signin-cta .btn i.fa-lock {
                    top: 0
                }

    .my-jobs .my-jobs__description .my-jobs-container {
        padding-top: 20px
    }

.image-carousel,
.job-card-carousel {
    position: relative;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

    .image-carousel.owl-loaded,
    .job-card-carousel.owl-loaded {
        opacity: 1
    }

    .image-carousel .owl-controls,
    .job-card-carousel .owl-controls {
        text-align: center;
        -webkit-tap-highlight-color: transparent
    }

    .image-carousel .owl-nav,
    .job-card-carousel .owl-nav {
        display: none
    }

@media (min-width:48rem) {
    .image-carousel .owl-nav,
    .job-card-carousel .owl-nav {
        display: block;
        position: absolute;
        width: 100%;
        top: 31%
    }

        .image-carousel .owl-nav > button,
        .job-card-carousel .owl-nav > button {
            background: 0 0;
            border: none;
            padding: 0;
            position: absolute
        }

            .image-carousel .owl-nav > button:before,
            .job-card-carousel .owl-nav > button:before {
                -webkit-transition: all .2s ease;
                transition: all .2s ease;
                font-family: FontAwesome;
                color: #ed1c24;
                font-size: 1.875rem;
                line-height: 2.8125rem;
                line-height: 1.3;
                display: block;
                width: 20px;
                height: 40px
            }

            .image-carousel .owl-nav > button:hover:before,
            .job-card-carousel .owl-nav > button:hover:before {
                color: #ed1c24
            }

            .image-carousel .owl-nav > button.off,
            .job-card-carousel .owl-nav > button.off {
                cursor: auto !important
            }

                .image-carousel .owl-nav > button.off:before,
                .job-card-carousel .owl-nav > button.off:before {
                    color: #f8aaad
                }

        .image-carousel .owl-nav .owl-prev,
        .job-card-carousel .owl-nav .owl-prev {
            left: -15px
        }

            .image-carousel .owl-nav .owl-prev:before,
            .job-card-carousel .owl-nav .owl-prev:before {
                content: '\f053'
            }

        .image-carousel .owl-nav .owl-next,
        .job-card-carousel .owl-nav .owl-next {
            right: -15px
        }

            .image-carousel .owl-nav .owl-next:before,
            .job-card-carousel .owl-nav .owl-next:before {
                content: '\f054'
            }
}

.image-carousel .owl-dots .owl-dot,
.job-card-carousel .owl-dots .owl-dot {
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .image-carousel .owl-dots .owl-dot span,
    .job-card-carousel .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #dad9d9;
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease;
        border-radius: 30px
    }

    .image-carousel .owl-dots .owl-dot.active span,
    .job-card-carousel .owl-dots .owl-dot.active span {
        background: #b2b2b2
    }

@media (min-width:34rem) {
    .image-carousel .owl-dots .owl-dot:hover span,
    .job-card-carousel .owl-dots .owl-dot:hover span {
        background: #b2b2b2
    }
}

.image-carousel .owl-controls {
    height: 0
}

.image-carousel .owl-nav {
    top: calc(50% - 40px)
}

    .image-carousel .owl-nav > button {
        background: 0 0;
        border: none;
        position: absolute
    }

.image-carousel .owl-dots,
.resource-results,
.resources-page main {
    position: relative
}

.image-carousel .owl-nav > button:before {
    font-size: 3.75rem;
    color: #fff;
    line-height: 60px;
    height: 60px;
    width: 60px
}

.image-carousel .owl-nav > button:hover:before {
    color: #fff
}

.image-carousel .owl-nav > button.off {
    cursor: auto !important
}

    .image-carousel .owl-nav > button.off:hover:before {
        color: #f8aaad
    }

.image-carousel .owl-nav .owl-next:before,
.image-carousel .owl-nav .owl-prev:before {
    color: #fff;
    content: '\27';
    font-family: adecco-font-1
}

.image-carousel .owl-nav .owl-prev {
    left: 70px
}

    .image-carousel .owl-nav .owl-prev:before {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

.image-carousel .owl-nav .owl-next {
    right: 70px
}

    .image-carousel .owl-nav .owl-next:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

.image-carousel .owl-dots {
    top: -3rem
}

    .image-carousel .owl-dots .owl-dot span {
        background: 0 0;
        border: 1px solid #fff
    }

    .image-carousel .owl-dots .owl-dot.active span,
    .image-carousel .owl-dots .owl-dot:hover span,
    .resources-page {
        background: #fff
    }

.job-details__viewed-jobs-carousel {
    padding: 2rem 0 0
}

.resources__top .search-count {
    font-size: 2.5rem;
    line-height: 2.75rem
}

@media (max-width:61.9rem) {
    .resources__top .search-count {
        font-size: 1.25rem;
        line-height: 1.375rem
    }
}

.mobile-filter-modal #refine-close {
    font-size: 2.4rem;
    line-height: normal
}

@media (min-width:62rem) {
    .mobile-filter-modal #refine-close {
        display: none
    }
}

@media (max-width:61.9rem) {
    .mobile-filter-modal {
        display: none;
        background-color: #f1f1f1;
        top: 0
    }

        .mobile-filter-modal .refine-results {
            padding-bottom: 20px
        }

            .mobile-filter-modal .refine-results .refine-header {
                display: block;
                position: relative;
                min-height: 1rem
            }

                .mobile-filter-modal .refine-results .refine-header h5 {
                    color: #ed1c24;
                    display: inline-block;
                    padding-left: 10px;
                    font-size: 1.5rem;
                    line-height: 1.5rem
                }

                .mobile-filter-modal .refine-results .refine-header i {
                    color: #ed1c24;
                    display: block;
                    float: right;
                    position: relative;
                    top: 1.4rem;
                    padding-right: 20px;
                    cursor: pointer
                }

            .mobile-filter-modal .refine-results .sort-holder {
                background-color: #fff
            }

            .mobile-filter-modal .refine-results #select-reset {
                margin-left: 10px;
                margin-right: 20px
            }
}

.resource-results .h6 {
    border-bottom: 1px solid #dad9d9;
    color: #000;
    padding-bottom: 1.5rem
}

@media (max-width:47.9rem) {
    .resources__top h2 {
        margin-bottom: .7rem
    }

    .resource-results .h6 {
        font-size: 1rem;
        line-height: 1.25rem;
        text-align: center
    }
}

.resource-results .h6 .keyword,
.resource-results .h6 .location {
    color: #ed1c24
}

@media (min-width:48rem) {
    .resource-results .h6 .keyword,
    .resource-results .h6 .location {
        color: #000
    }

    .resource-selection {
        margin-bottom: 0
    }
}

.resource-listings .search-resources > .container {
    border-bottom: 1px solid #dad9d9;
    padding-bottom: 1.25rem
}

.resource-listings .search-resources .browse-holder {
    padding-bottom: 1rem;
    float: left
}

.resource-listings .search-resources .search-holder {
    display: inline-block;
    float: right
}

.search-resources {
    padding-top: 2.5rem;
    font-size: .875rem;
    line-height: 1.25rem
}

    .search-resources .browse-holder ul {
        margin: 0;
        list-style: none
    }

        .search-resources .browse-holder ul li {
            display: inline-block;
            padding-right: 10px;
            padding-left: 10px;
            margin-bottom: 0
        }

            .search-resources .browse-holder ul li:first-of-type {
                border-right: 1px solid #dad9d9;
                padding-left: 0
            }

@media (max-width:33.9rem) {
    .resource-listings .search-resources .search-holder {
        float: none;
        width: 100%
    }

    .search-resources .browse-holder {
        display: block;
        position: relative;
        width: 100%
    }
}

.search-resources .search-holder {
    border-bottom: 1px solid #dad9d9;
    padding-bottom: .5rem;
    min-width: 200px;
    position: relative
}

    .search-resources .search-holder label {
        display: none
    }

    .search-resources .search-holder i {
        font-size: 3.125rem;
        line-height: 0;
        color: #ed1c24;
        position: absolute;
        top: -6px;
        right: -14px;
        cursor: pointer
    }

    .search-resources .search-holder input[type=text] {
        border: none;
        padding-bottom: 0;
        min-width: 180px;
        position: relative;
        color: #b2b2b2
    }

        .search-resources .search-holder input[type=text]::-ms-clear {
            width: 0;
            height: 0;
            display: none
        }

@media (max-width:33.9rem) {
    .search-resources .search-holder {
        display: block;
        position: relative;
        border: none
    }

        .search-resources .search-holder input[type=text] {
            border: 1px solid #dad9d9;
            border-radius: .2rem;
            width: 100%;
            max-width: 300px;
            padding-left: .75rem;
            padding-top: .75rem
        }

        .search-resources .search-holder i {
            top: 2px;
            margin-left: -40px;
            right: initial
        }
}

.article-thumb img,
.home-content__generic--left-img .content.left img,
.home-content__generic.customer-services .content.img img {
    max-width: 100%;
    margin-bottom: -5px;
}

.csstransitions .resource-selection label:after {
    content: "\77";
    font-family: adecco-font-1;
    color: #ed1c24;
    right: 0;
    top: 6px;
    position: absolute;
    pointer-events: none
}

.resource-selection {
    background-size: cover;
    padding: 20px 20px 40px
}

    .resource-selection .resource-dropdown {
        display: inline-block;
        padding-left: 40px
    }

        .resource-selection .resource-dropdown:first-of-type {
            padding-left: 0;
            padding-right: 0;
        }

@media (max-width:47.9rem) {
    .resource-selection .resource-dropdown:first-of-type {
        padding-right: 0
    }

    .resource-selection .resource-dropdown {
        padding-left: 0;
        padding-right: 0
    }

    .resource-selection {
        padding: 0 10px 20px
    }
}

.resource-selection select {
    font-size: 1.5rem;
    line-height: 2.25rem;
    background: 0 0;
    border-bottom: 1px solid #ed1c24;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #000;
    width: 100%;
    padding: 4px;
    margin: 0;
    outline: 0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border-radius: 0
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .resource-selection select {
        padding-right: 18px
    }
}

.resource-selection label {
    position: relative;
    font-size: 1.75rem;
    line-height: 2.625rem
}

    .resource-selection label:after {
        font-size: 60px;
        padding-top: 5px;
        margin-right: -16px
    }

@-moz-document url-prefix() {
    .resource-selection label:after {
        padding-right: 4px
    }
}

.resource-selection label:before {
    content: '';
    background: #fff;
    position: absolute;
    pointer-events: none;
    display: block
}

.resource-selection::-ms-clear {
    display: none !important
}

.resource-selection::-webkit-input-placeholder {
    color: #737373
}

.resource-selection:-moz-placeholder {
    color: #737373
}

.resource-selection::-moz-placeholder {
    color: #737373
}

.resource-selection:-ms-input-placeholder {
    color: #737373
}

.resource-selection .clear-search {
    display: block;
    height: 20px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 20px
}

@media (min-width:48rem) {
    .resource-selection .clear-search {
        top: 2rem
    }
}

@media (min-width:62rem) {
    .resource-selection .clear-search {
        top: 2.7rem
    }
}

.resource-selection .search-submit {
    background-color: #ed1c24;
    border: none;
    border-radius: 5px;
    color: #fff;
    height: 35px;
    width: 100%;
    overflow: visible
}

@media (min-width:48rem) {
    .resource-selection .search-submit {
        background-color: transparent;
        float: right;
        display: inline-block;
        position: relative;
        top: 1rem;
        width: auto
    }

        .resource-selection .search-submit span {
            display: none
        }
}

.resource-selection .search-submit .fa-search {
    margin-left: 10px
}

@media (min-width:48rem) {
    .resource-selection .search-submit .fa-search {
        font-size: 1.875rem;
        line-height: 2.8125rem;
        color: #fff;
        margin: 0
    }
}

@media (min-width:62rem) {
    .resource-selection .search-submit {
        top: 1.5rem
    }

        .resource-selection .search-submit .fa-search {
            font-size: 2.1875rem;
            line-height: 3.28125rem
        }
}

.refine-results h5 {
    color: #000
}

.refine-results .resource-dropdown {
    display: block;
    width: 100%;
    padding-bottom: 0;
    height: auto;
    padding-left: 0;
    padding-right: 0
}

    .refine-results .resource-dropdown:first-of-type {
        padding-top: 20px
    }

@media (max-width:61.9rem) {
    .refine-results .resource-dropdown {
        padding-left: 0;
        padding-right: 0
    }
}

.refine-results .resource-dropdown select {
    font-size: 1rem;
    line-height: 1.5rem;
    background: 0 0;
    border-bottom: 2px solid #dad9d9;
    border-top: 1px solid #dad9d9;
    border-right: 1px solid #dad9d9;
    border-left: 1px solid #dad9d9;
    color: #000;
    display: block;
    width: 100%;
    padding: 8px 25px 8px 16px;
    margin: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border-radius: .3rem
}

.refine-results .resource-dropdown label {
    position: relative;
    font-size: 2rem;
    line-height: 3rem
}

    .refine-results .resource-dropdown label:after {
        content: "\77";
        font-family: adecco-font-1;
        color: #ed1c24;
        right: 3px;
        top: -40px;
        margin-bottom: -30px;
        float: right;
        position: relative;
        pointer-events: none
    }

    .refine-results .resource-dropdown label:before {
        content: '';
        background: #fff;
        position: absolute;
        pointer-events: none;
        display: block
    }

.sort-holder {
    border: 1px solid #dad9d9;
    border-radius: .3rem;
    width: 100%
}

    .sort-holder input[type=radio] {
        display: none
    }

    .sort-holder .sort-criteria {
        display: inline-block;
        margin-top: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
        margin-bottom: 10px;
        position: relative;
        color: #b2b2b2;
        text-align: center;
        width: 48%
    }

        .sort-holder .sort-criteria.active {
            color: #ed1c24
        }

        .sort-holder .sort-criteria:first-of-type {
            border-right: 1px solid #dad9d9;
            width: 50%
        }

.resource-form {
    padding-bottom: 2rem
}

    .resource-form fieldset {
        border: none !important;
        padding-left: 0
    }

        .resource-form fieldset .resource-checklist .check-group {
            display: block;
            height: 1.5rem
        }

            .resource-form fieldset .resource-checklist .check-group [type=checkbox]:checked,
            .resource-form fieldset .resource-checklist .check-group [type=checkbox]:not(:checked) {
                position: absolute;
                left: -9999px
            }

                .resource-form fieldset .resource-checklist .check-group [type=checkbox]:checked + label,
                .resource-form fieldset .resource-checklist .check-group [type=checkbox]:not(:checked) + label {
                    position: relative;
                    padding-left: 25px;
                    cursor: pointer
                }

                    .resource-form fieldset .resource-checklist .check-group [type=checkbox]:checked + label:before,
                    .resource-form fieldset .resource-checklist .check-group [type=checkbox]:not(:checked) + label:before {
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 2px;
                        width: 1rem;
                        height: 1rem;
                        border: 1px solid #dad9d9;
                        border-radius: 3px
                    }

@media (max-width:61.9rem) {
    .refine-results .resource-dropdown select {
        background-color: #fff
    }

    .resource-form fieldset .resource-checklist .check-group {
        margin-top: 2px
    }

        .resource-form fieldset .resource-checklist .check-group [type=checkbox]:checked + label:before,
        .resource-form fieldset .resource-checklist .check-group [type=checkbox]:not(:checked) + label:before {
            background-color: #fff
        }
}

.resource-form fieldset .resource-checklist .check-group [type=checkbox]:checked + label:after,
.resource-form fieldset .resource-checklist .check-group [type=checkbox]:not(:checked) + label:after {
    font-family: adecco-font-1;
    font-size: 1.375rem;
    font-weight: 600;
    content: '\6c';
    position: absolute;
    top: 6px;
    left: -2px;
    line-height: .8em
}

.resource-form fieldset .resource-checklist .check-group [type=checkbox]:checked + label.article {
    color: #d21847
}

.resource-form fieldset .resource-checklist .check-group [type=checkbox]:checked + label.video {
    color: #009cd0
}

.resource-form fieldset .resource-checklist .check-group [type=checkbox]:checked + label.tool {
    color: #e05305
}

.resource-form fieldset .resource-checklist .check-group [type=checkbox]:checked + label.infographic {
    color: #00b59b
}

.resource-form fieldset .resource-checklist .check-group [type=checkbox]:checked + label.guide {
    color: #2eb44a
}

.resource-form fieldset .resource-checklist .check-group [type=checkbox]:not(:checked) + label:after {
    opacity: 0
}

.resource-form fieldset .resource-checklist .check-group [type=checkbox]:checked:focus + label:before,
.resource-form fieldset .resource-checklist .check-group [type=checkbox]:not(:checked):focus + label:before {
    border: 1px dotted #ed1c24
}

.resource-form fieldset .resource-checklist .check-group label {
    display: inline-block;
    float: left
}

.resource-form #select-reset i {
    font-size: 1.8rem;
    position: relative;
    display: inline-block;
    margin-top: -10px;
    top: 10px
}

.resource-form .btn--apply {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: .5rem 1rem
}

@media (max-width:47.9rem) {
    .resource-card p:last-of-type {
        margin-bottom: 0
    }

    .resource-card h5 {
        margin-bottom: 10px;
        margin-top: 10px
    }
}

.resource-card .resource-card-footer .resource-type {
    padding-right: 40px
}

    .resource-card .resource-card-footer .resource-type i {
        font-size: 2.25rem;
        line-height: 0;
        top: 10px;
        position: relative;
        left: -10px;
        margin-top: -14px
    }

@media (min-width:48rem) {
    .resource-card .resource-card-footer .resource-type i {
        font-size: 3.75rem;
        line-height: 0;
        top: 26px;
        margin-top: -32px;
        left: -18px;
        margin-right: -20px
    }
}

.resource-card .resource-card-footer .resource-type.article {
    color: #d21847
}

.resource-card .resource-card-footer .resource-type.video {
    color: #009cd0
}

    .resource-card .resource-card-footer .resource-type.video i {
        margin-top: 0
    }

.resource-card .resource-card-footer .resource-type.tool {
    color: #e05305
}

.resource-card .resource-card-footer .resource-type.infographic {
    color: #00b59b
}

.resource-card .resource-card-footer .resource-type.guide {
    color: #2eb44a
}

.resource-card .resource-card-footer .filed {
    color: #b2b2b2
}

@media (max-width:47.9rem) {
    .resource-card .resource-card-footer .resource-type {
        display: block;
        font-size: .875rem;
        line-height: 1.25rem
    }

    .resource-card .resource-card-footer .filed {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

.resource-card .resource-card-footer .resource-tag {
    color: #ed1c24
}

.register__header {
    margin: 0;
    text-align: center
}

    .register__header .h2 {
        margin-bottom: .5rem
    }

    .register__header p {
        margin: 0 auto 1rem
    }

@media (min-width:34rem) {
    .register__header p {
        font-size: 1.25rem;
        line-height: 1.875rem;
        width: 80%
    }
}

@media (min-width:48rem) {
    .register__header p {
        width: 60%
    }
}

@media (min-width:62rem) {
    .register__header p {
        width: 50%
    }
}

.register__content {
    background-color: #f1f1f1;
    margin: 0;
    padding: 2rem 0 4rem
}

    .register__content .register__social-sign-up {
        background: #fff;
        border: 1px solid #e7e6e6;
        border-radius: 4px;
        margin-bottom: 2rem;
        padding: 1.5rem 0 1rem
    }

        .register__content .register__social-sign-up:after,
        .register__content .register__social-sign-up:before {
            content: " ";
            display: table
        }

        .register__content .register__social-sign-up .btn {
            display: block;
            margin: 0 auto;
            text-align: left;
            width: 100%
        }

@media (min-width:34rem) {
    .register__content .register__social-sign-up .btn {
        min-width: 240px;
        text-align: center;
        width: auto
    }
}

.register__content .register__social-sign-up .btn.btn--linkedin {
    margin-bottom: .5rem
}

@media (min-width:48rem) {
    .register__content .register__social-sign-up .btn.btn--linkedin {
        float: right;
        margin-bottom: 0
    }
}

@media (min-width:62rem) {
    .register__content .register__social-sign-up .btn {
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin: 0
    }
}

.register__content .register__social-sign-up .btn i {
    float: right
}

.register__content .register__social-sign-up p {
    color: #b2b2b2;
    margin: .3rem 0 0;
    text-align: center
}

.register__content .register__manual-sign-up {
    background: #fff;
    border: 1px solid #e7e6e6;
    border-radius: 4px;
    padding: 1rem 0
}

    .register__content .register__manual-sign-up:after,
    .register__content .register__manual-sign-up:before {
        content: " ";
        display: table
    }

    .register__content .register__manual-sign-up .h5 {
        color: #000;
        margin-top: 0
    }

.register__content .sign-up-form.base-form label {
    font-size: 1rem;
    line-height: 1.75rem;
    font-family: houschka_headdemibold, Helvetica, Arial, sans-serif;
    display: inline-block;
    border-radius: 0;
    box-shadow: none
}

    .register__content .sign-up-form.base-form label.error {
        font-size: .875rem;
        line-height: 1.125rem
    }

.register__content .sign-up-form.base-form input[type=text],
.register__content .sign-up-form.base-form input[type=password],
.register__content .sign-up-form.base-form input[type=email] {
    border: 1px solid #dad9d9;
    box-shadow: none;
    box-sizing: border-box;
    display: block;
    height: 48px;
    line-height: 2;
    margin-bottom: 1rem;
    width: 100%
}

    .register__content .sign-up-form.base-form input[type=text].error,
    .register__content .sign-up-form.base-form input[type=password].error,
    .register__content .sign-up-form.base-form input[type=email].error {
        margin-bottom: .2rem
    }

.register__content .sign-up-form.base-form .input-grp {
    position: relative
}

.register__content .sign-up-form.base-form .terms-container {
    border-top: 1px solid #dad9d9;
    margin: 1rem 0 2rem
}

.register__content .sign-up-form.base-form .terms {
    display: inline-block;
    margin: 1.5rem 0 0
}

.register__content .sign-up-form.base-form .terms-error {
    display: none
}

.register__content .sign-up-form.base-form input[type=checkbox] {
    margin-right: .3rem;
    position: relative;
    top: -2px
}

.register__content .sign-up-form.base-form a {
    font-family: houschka_headdemibold, Helvetica, Arial, sans-serif;
    text-decoration: underline
}

.register__content .sign-up-form.base-form .actions {
    margin-bottom: 1rem;
    text-align: center
}

.register__content .sign-up-form.base-form .btn.btn--lightblue {
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding: .5rem 1rem
}

    .register__content .sign-up-form.base-form .btn.btn--lightblue i {
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-left: .5rem;
        position: relative;
        top: 5px
    }

.branch-locator h1 {
    text-align: center
}

.branch-locator h6.first {
    color: #000
}

    .branch-locator h6.first a,
    .branch-locator h6.first span {
        color: #ed1c24
    }

    .branch-locator h6.first a {
        display: inline;
        float: none
    }

.branch-locator .h6,
.branch-locator h6 {
    color: #000
}

@media (min-width:34rem) {
    .branch-locator > .container {
        margin: 1rem auto
    }

        .branch-locator > .container ~ .container {
            margin: 0
        }

    .p-info {
        text-align: center !important;
    }
}

.branch-locator__summary {
    padding: 1rem 0 2rem
}

    .branch-locator__summary h1 {
        margin-bottom: 0
    }

.branch-locator__filter {
    background: #efefef;
    padding: 2rem 0
}

.branch-locator .branch-locator__back h5,
.branch-locator .branch-locator__back h6 {
    margin-top: 0;
    color: #000
}

.branch-locator input {
    height: 50px
}

.branch-locator .base-form .dropdown:after {
    top: 14px
}

.branch-locator .base-form .dropdown select {
    padding: .5rem .75rem;
    height: 50px
}

.branch-locator .btn--red {
    margin-top: 1.75rem;
    width: 100%;
    text-align: left
}

@media (min-width:48rem) {
    .branch-locator .btn--red {
        margin-top: 0;
        width: auto;
        text-align: center
    }
    .p-info {
        text-align: left !important;
    }
}

.branch-locator .location-list {
    border: none;
    margin-left: 0;
    padding: .5rem .75rem
}

    .branch-locator .location-list p {
        font-size: 1.375rem;
        line-height: 1.5625rem;
        margin: 1.3rem 0
    }

.branch-locator .location-input {
    position: relative;
    background: 0 0;
    border: none
}

    .branch-locator .location-input:after {
        content: '\6d';
        font-family: adecco-font-1;
        color: #ed1c24;
        font-size: 2.5rem;
        line-height: 1.875rem;
        border: none;
        position: absolute;
        right: 2px;
        top: 2px
    }

.branch-locator .location-list {
    margin-bottom: 2rem
}

@media (min-width:34rem) {
    .branch-locator .location-list {
        margin-bottom: 0
    }
}

.branch-locator .branch-locator__map h5,
.branch-locator .location__link-list h5 {
    color: #000;
    position: relative;
    border-bottom: 1px solid #dfd7d7;
    margin: .75rem 0;
    padding-bottom: .5rem
}

@media (min-width:75rem) {
    .branch-locator .branch-locator__map h5,
    .branch-locator .location__link-list h5 {
        margin: .75rem .5rem
    }
}

.branch-locator .branch-locator__map h5 i,
.branch-locator .location__link-list h5 i {
    color: #ed1c24;
    font-size: 3.75rem;
    line-height: 2.375rem;
    position: relative;
    top: 20px;
    margin-left: -7px;
    margin-top: -20px
}

.branch-locator .branch-locator__map .location-list,
.branch-locator .location__link-list .location-list {
    border: 1px solid #dfd7d7;
    padding: 0 .75rem .5rem
}

    .branch-locator .branch-locator__map .location-list ul li,
    .branch-locator .location__link-list .location-list ul li {
        padding: 10px 0;
        margin: 0
    }

@media (min-width:75rem) {
    .branch-locator .branch-locator__map .location-list ul li,
    .branch-locator .location__link-list .location-list ul li {
        margin: 0 .5rem
    }
}

.branch-locator .location__recent-jobs .location__recent-jobs__heading {
    position: relative;
    margin: 4rem 0 2rem
}

@media (min-width:48rem) {
    .branch-locator .location__recent-jobs .location__recent-jobs__heading a {
        float: right;
        display: inline;
        padding: 0
    }
}

.branch-locator .location__recent-jobs .location__recent-jobs__heading a {
    display: block;
    font-weight: 700;
    padding: .5rem 0
}

.branch-locator .location__recent-jobs .location__recent-jobs__heading h6.first a {
    display: inline;
    float: none
}

.branch-locator .location__recent-jobs h3 {
    margin: 0;
    display: inline-block
}

.contact-block {
    background: #fff;
    border: 1px solid #dfd7d7;
    border-radius: .4rem;
    margin-top: 1.5rem;
    padding: 0 .5rem .5rem
}

    .contact-block > :not(h5, .btn) {
        padding: 0 .75rem
    }

    .contact-block h6,
    .contact-block p {
        margin-bottom: .5rem
    }

    .contact-block small {
        color: #b2b2b2
    }

.branch-locator__map {
    padding: 1rem 0;
    background: #efefef
}

    .branch-locator__map .shadow {
        position: relative;
        z-index: 1
    }

    .branch-locator__map .map-holder {
        box-shadow: inset -15px 8px 10px -9px rgba(122, 121, 122, .7);
        position: relative;
        padding-bottom: 75%;
        overflow: hidden;
        height: 0
    }

        .branch-locator__map .map-holder #googleMap {
            height: 100% !important;
            width: 100% !important;
            position: absolute;
            z-index: 2
        }

@media (min-width:34rem) {
    .branch-locator__map {
        padding: 2rem 0
    }
}

.branch-locator__map .contact-block {
    margin-top: 0;
    border: none;
    border-radius: 0
}

    .branch-locator__map .contact-block .btn--red {
        margin-left: .5rem;
        width: 90%;
        width: calc(100% - 1rem)
    }

.branch-locator__map__search {
    padding: 0 0 1.5rem
}

    .branch-locator__map__search input {
        font-size: .9375rem;
        line-height: 1.40625rem;
        box-shadow: none;
        border: 1px solid #b2b2b2;
        border-radius: .4rem;
        width: 100%;
        padding: .5rem .75rem
    }

.branch-locator__map__container {
    background: #fff;
    border-radius: .4rem;
    overflow: hidden
}

.branch-locator__map .branch-locator__opening label {
    cursor: pointer;
    color: #000;
    display: block;
    font-size: 1rem;
    line-height: 1.25rem;
    padding: .2rem 0
}

    .branch-locator__map .branch-locator__opening label:after {
        content: '\27';
        font-family: adecco-font-1;
        font-size: 30px;
        color: #ed1c24;
        float: right;
        position: relative;
        top: -5px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

@media (min-width:34rem) {
    .branch-locator__map .branch-locator__opening label {
        display: none
    }
}

.branch-locator__map .branch-locator__opening input {
    display: none
}

    .branch-locator__map .branch-locator__opening input:checked + label:after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .branch-locator__map .branch-locator__opening input:checked ~ ul {
        display: block
    }

.branch-locator__map .branch-locator__opening ul {
    list-style: none;
    margin: 0;
    display: none
}

    .branch-locator__map .branch-locator__opening ul li {
        padding: .2rem 0;
        margin: 0;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in
    }

        .branch-locator__map .branch-locator__opening ul li.first {
            display: none
        }

@media (min-width:34rem) {
    .branch-locator__map .branch-locator__opening ul {
        margin-bottom: 1.5rem;
        display: block
    }

        .branch-locator__map .branch-locator__opening ul li.first {
            display: list-item
        }
}

.location-list {
    background: #fff;
    border: 1px solid #dfd7d7;
    border-radius: .4rem;
    margin: .75rem 0 0 .75rem;
    padding: .5rem
}

    .location-list:after,
    .location-list:before {
        content: " ";
        display: table
    }

    .location-list ul {
        list-style: none;
        margin: 0
    }

        .location-list ul li {
            margin: 0;
            padding: .75rem 0;
            position: relative;
            border-bottom: 1px solid #dad9d9
        }

            .location-list ul li a {
                font-family: houschka_headdemibold, Helvetica, Arial, sans-serif;
                font-size: 1.25rem;
                line-height: 1.5rem;
                display: block;
                padding-right: 40px;
                color: #ed1c24
            }

                .location-list ul li a:lang(vi) {
                    font-family: Verdana, Arial, sans-serif;
                    font-size: 1.25rem;
                    line-height: 1.5rem;
                    display: block;
                    padding-right: 40px;
                    color: #ed1c24
                }

                .location-list ul li a:hover {
                    color: #de1219
                }

                .location-list ul li a:after {
                    content: '\55';
                    font-family: adecco-font-1;
                    font-size: 3rem;
                    line-height: 2.875rem;
                    float: right;
                    position: absolute;
                    right: 0;
                    top: 10px;
                    height: 20px
                }

.home .home__actions .action.find-branch .geo span,
.home-browse .home-browse__tab li,
.home-browse .home-browse__tabs li a,
.home-search .search-submit {
    font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
}

    .home .home__actions .action.find-branch .geo span:lang(vi),
    .home-browse .home-browse__tab li:lang(vi),
    .home-browse .home-browse__tabs li a:lang(vi),
    .home-search .search-submit:lang(vi) {
        font-family: Verdana, Arial, sans-serif
    }

.home-search {
    background: url(/assets/images/backgrounds/bg-generic-gradient.jpg) center no-repeat #c5191f;
    background-size: cover;
    padding: 1.5rem 0
}

.salary-guide-banner {
    background: url(/assets/images/backgrounds/bg-salary-guide-2025-400w.jpg);
    background-size: cover;
    padding: 1.5rem 0
}

.home-recruitment {
    background: url(/assets/images/backgrounds/bg-recruitment-400w.jpg);
    background-size: cover;
    padding: 1.5rem 0
}

.futu-banner {
    background-image: url(/assets/images/backgrounds/bg-FutuHRe-400w.png);
    background-size: cover;
    padding: 1.5rem 0
}


    .home-search:after,
    .home-search:before {
        content: " ";
        display: table
    }

.box-arrow {
    padding: 60px 20px 40px 20px;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(360deg, #BF110D 0%, #DA291C 100%);
    font-size: 18px;
    line-height: 1.3em;
    width: 100%;
    margin-top: 10px;
    text-align: justify;
}

    .box-arrow:before {
        content: "";
        position: absolute;
        bottom: -50px;
        left: 70px;
        border-left: 20px solid transparent;
        border-right: 10px solid transparent;
        border-top: 100px solid #c0120d;
        transform: rotate(70deg);
    }

.bt-content {
    background-image: url(/assets/images/knowleg-center/BG.png);
    background-repeat: round;
}

.list-stay-1 {
    list-style: none;
    font-size: 20px;
    margin-left: 0 !important;
    margin-top: 0px !important;
    right: 0 !important;
}

    .list-stay-1 li {
        padding-left: 0 !important;
    }

        .list-stay-1 li:before {
            content: '✓';
            color: #da291c;
        }

.list-stay-2 {
    padding-left: 30px !important;
    font-size: 20px;
}

    .list-stay-2 li {
        padding-left: 0 !important;
    }
.owl-carousel-knowledge .fa {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 100px !important;
}

.owl-carousel-knowledge .owl-prev.disabled,
.owl-carousel-knowledge .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel-knowledge .fa-chevron-left {
    color: #c6c7cc;
    font-size: 4rem;
    left: -63px;
}

.owl-carousel-knowledge .fa-chevron-right {
    font-size: 4rem;
    color: #c6c7cc; 
    right: -43px;
}

.owl-carousel-knowledge .fa-chevron-left:hover {
    background-position: 0px -53px;
}

.owl-carousel-knowledge .fa-chevron-right:hover {
    background-position: -24px -53px;
}

.owl-carousel-knowledge .item .card {
    border: 1px solid #dad9d9;
}
    .owl-carousel-knowledge .item .card .card-text {
        font-weight: bold;
    }

.sider .owl-nav . :before {
    webkit-transition: all .2s ease;
    font-family: FontAwesome;
    color: #ed1c24;
    font-size: 1.875rem;
    line-height: 2.8125rem;
    line-height: 1.3;
    display: block;
    width: 20px;
    height: 40px;
}


@media (max-width:34rem) {
    .location-list ul li {
        padding: .75rem 0;
        margin: 0 1.5rem .5rem 0
    }

    .location-list ul {
        margin: 1em 0
    }

    .banner-content {
        width: 75% !important;
    }
        .banner-content p {
            width: 100% !important;
        }

    .futu-banner .sub-title {
        line-height: 2.5rem;
        margin: 0 0 0.75rem 0;
        font-size: 1.2rem;
    }

    .s-image {
        max-width: 50% !important;
    }

    .p-info {
        text-align: center !important;
    }

    .s3-div {
        display: block !important;
    }



    .fresh-thoughts-icon {
        width: 40px;
    }

    .p-info-btn-m {
        display: block !important;
    }

    .p-info-btn {
        display: none !important;
    }

    .box-arrow:before {
        display: none !important;
    }

    .box-arrow {
       font-size: 17px !important;
    }

    .s7-image-1, .s7-image-2 {
        display:none !important;
    }
}

.s-image {
    max-width: 50% !important;
}

.s3-title {
    display: table;
    margin: 0 auto;
}

@media (min-width:34rem) {
    .location-list ul li {
        padding: .75rem 0;
        margin: 0 1.5rem .5rem 0
    }

    .location-list ul {
        margin: 1em 0
    }

    .futu-banner .sub-title {
        line-height: 2.5rem;
        margin: 0 0 0.75rem 0;
        font-size: 1.3rem;
    }

    .s3-div {
        display: block !important;
    }

    .s3-title {
        display: table;
        margin: 0;
    }

    .fresh-thoughts-icon {
        width: 60px;
    }

    .p-info-btn-m {
        display: block !important;
    }

    .p-info-btn {
        display: none !important;
    }

    .box-arrow:before {
        display: none !important;
    }

    .s7-image-1, .s7-image-2 {
        display: none !important;
    }
}


@media (min-width:48rem) {
    .home-search {
        background-image: url(/assets/images/backgrounds/bg-home-banner-2024-800w.jpg);
        height: 50vw
    }

    .salary-guide-banner {
        background-image: url(/assets/images/backgrounds/bg-salary-guide-2025-800w.jpg);
    }

    .home-recruitment {
        background-image: url(/assets/images/backgrounds/bg-recruitment-800w.jpg);
        height: 300px;
    }

    .futu-banner {
        background-image: url(/assets/images/backgrounds/bg-FutuHRe-800w.png);
    }

    .bg-search {
        background-image: url(/assets/images/backgrounds/bg-search.jpg);
        height: 300px
    }

    .home-search .content {
        margin-top: 1rem;
        width: 50%
    }

    .home-recruitment .content {
        margin-top: 1rem;
        width: 50%
    }

    .home-search .search-content {
        width: 80%;
    }

    .fresh-thoughts-icon {
        width: 60px;
    }

    .fresh-thoughts-icon {
        width: 60px;
    }

    .p-info-btn-m {
        display: none !important;
    }

    .p-info-btn {
        display: block !important;
    }

    .box-arrow:before {
        display: block !important;
    }

    .s7-image-1, .s7-image-2 {
        display: none !important;
    }
    .s-image {
        max-width: 100% !important;
    }
    .s3-div .box-arrow {
        margin-top: 50px;
    }
}

@media (min-width:62rem) {
    .home-search {
        background-image: url(/assets/images/backgrounds/bg-home-banner-2024-1200w.jpg);
        height: 50vw
    }

    .salary-guide-banner {
        background-image: url(/assets/images/backgrounds/bg-salary-guide-2025-1200w.jpg);
    }

    .home-recruitment {
        background-image: url(/assets/images/backgrounds/bg-recruitment-1200w.jpg);
        height: 535px
    }

    .futu-banner {
        background-image: url(/assets/images/backgrounds/bg-FutuHRe-1200w.png);
    }

        .home-search .content {
            width: 50%;
            margin-top: 3rem;
        }

        .home-recruitment .content {
            width: 50%;
            margin-top: 3rem;
        }

        .home-search .search-content {
            width: 80%;
        }

    .fresh-thoughts-icon {
        width: 60px;
    }

    .p-info-btn-m {
        display: none !important;
    }

    .p-info-btn {
        display: block !important;
    }

    .box-arrow:before {
        display: block !important;
    }

    .s7-image-1, .s7-image-2 {
        display: block !important;
    }
}

@media (min-width:75rem) {
    .home-search {
        background-image: url(/assets/images/backgrounds/bg-home-banner-2024-1400w.jpg);
        height: 90vh
    }

    .salary-guide-banner {
        background-image: url(/assets/images/backgrounds/bg-salary-guide-2025-1400w.jpg);
    }

    .home-recruitment {
        background-image: url(/assets/images/backgrounds/bg-recruitment-1400w.jpg);
        height: 535px
    }

    .futu-banner {
        background-image: url(/assets/images/backgrounds/bg-FutuHRe-1400w.png);
    }

        .home-search .content {
            margin-top: 5rem;
        }

        .home-recruitment .content {
            margin-top: 5rem;
        }

        .home-search .search-content{
            width:70%;
        }

    .fresh-thoughts-icon {
        width: 60px;
    }

    .p-info-btn-m {
        display: none !important;
    }

    .p-info-btn {
        display: block !important;
    }

    .box-arrow:before {
        display: block !important;
    }


    .s7-image-1, .s7-image-2 {
        display: block !important;
    }

    .s3-div {
        display: flex;
    }
        .s3-div .box-arrow {
            margin-top: 70px;
        }
}

.home-search h1 {
    font-size: 2.1875rem;
    line-height: 3.28125rem;
    color: #000000;
    margin-bottom: .5rem;
    margin-top: 0
}

.home-recruitment h1 {
    font-size: 2.1875rem;
    line-height: 3.28125rem;
    color: #FFF;
    margin-bottom: .5rem;
    margin-top: 0
}

.home-recruitment h1:lang(vi) {
    font-size: 2.1875rem;
    line-height: 2.75rem;
    color: #FFF;
    margin-bottom: 1rem;
    margin-top: 0
}

.banner-content h1 {
    color: #fff;
    font-size: 2rem;
    line-height: 2.8125rem
}

.futu-banner h1 {
    line-height: 2rem;
    margin-bottom: 0.75rem;
}

.futu-banner .sub-title {
    line-height: 2rem;
    margin: 0 0 0.75rem 0;
}

.banner-content {
    width: 70%;
}

@media (min-width:48rem) {
    .home-search h1 {
        font-size: 2.375rem;
        line-height: 2.8125rem
    }

    .home-recruitment h1 {
        font-size: 1.9rem;
        line-height: 2.8125rem
    }

    .banner-content h1 {
        font-size: 2.375rem;
        line-height: 2.8125rem
    }

    .futu-banner h1 {
        line-height: 2.5rem;
        margin-bottom: 0.75rem;
    }

    .futu-banner .sub-title {
        line-height: 2.5rem;
        margin: 0 0 0.75rem 0;
        font-size: 1.3rem;
    }

        .home-search h1:lang(vi) {
            font-size: 1.625rem;
            line-height: 2.8125rem;
            font-weight: bold;
        }

        .home-recruitment h1:lang(vi) {
            font-size: 1.625rem;
            line-height: 2.3125rem;
            font-weight: bold;
        }
}

@media (min-width:62rem) {
    .home-search h1 {
        font-size: 3rem;
        line-height: 3.75rem;
        margin-bottom: 0;
    }

    .home-recruitment h1 {
        font-size: 2.5rem;
        line-height: 3.75rem;
        margin-bottom: 0;
    }

    .banner-content h1 {
        font-size: 3rem;
        line-height: 3.75rem;
        margin-bottom: 1rem;
    }

    .futu-banner h1 {
        line-height: 2.5rem;
        margin-bottom: 0.75rem;
    }

    .futu-banner .sub-title {
        line-height: 2.5rem;
        margin: 0 0 0.75rem 0;
    }

        .home-search h1:lang(vi) {
            font-size: 2.125rem;
            line-height: 3.75rem;
            margin-bottom: 0;
            font-weight: bold;
        }

        .home-recruitment h1:lang(vi) {
            font-size: 2.125rem;
            line-height: 2.75rem;
            margin-bottom: 1rem;
            font-weight: bold;
        }
}

@media (min-width:75rem) {
    .home-search h1 {
        font-size: 3.5rem;
        line-height: 5rem;
        margin-bottom: 0;
    }

    .home-recruitment h1 {
        font-size: 3rem;
        line-height: 5rem;
        margin-bottom: 0;
    }

    .banner-content h1 {
        font-size: 3.5rem;
        line-height: 4rem;
        margin-bottom: 1rem;
    }

    .futu-banner h1 {
        line-height: 2.5rem;
        margin-bottom: 0.75rem;
    }

    .futu-banner .sub-title {
        line-height: 2.5rem;
        margin: 0 0 0.75rem 0;
    }

    .home-search h1:lang(vi) {
        font-size: 2.5rem;
        line-height: 5rem;
        margin-bottom: 0;
        font-weight: bold;
    }

    .home-recruitment h1:lang(vi) {
        font-size: 2.5rem;
        line-height: 3.28125rem;
        margin-bottom: 1.5rem;
        font-weight: bold;
    }
}

.home-search p {
    color: #000000;
    margin-bottom: 3rem
}

.home-recruitment p {
    color: #FFF;
    margin-bottom: 3rem
}

.banner-content p {
    color: #fff;
    margin-bottom: 1.25rem;
    width: 80%
}

@media (min-width:48rem) {
    .home-search p {
        font-size: 1.375rem;
        line-height: 1.75rem;
        margin-bottom: 1.25rem;
    }

    .home-recruitment p {
        font-size: 1.375rem;
        line-height: 1.75rem;
        margin-bottom: 1.25rem;
    }

    .banner-content p {
        font-size: 1.375rem;
        line-height: 1.75rem;
        margin-bottom: 1.25rem;
        width: 100%
    }

    .home-search p:lang(vi) {
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin-bottom: 1.25rem;
    }

    .home-recruitment p:lang(vi) {
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin-bottom: 1.25rem;
    }
}

@media (min-width:62rem) {
    .home-search p {
        font-size: 1.75rem;
        line-height: 2rem;
        margin-bottom: 1.25rem;
    }

    .home-recruitment p {
        font-size: 1.75rem;
        line-height: 2rem;
        margin-bottom: 1.25rem;
    }

    .banner-content p {
        font-size: 1.75rem;
        line-height: 2rem;
        margin-bottom: 1.25rem;
    }

        .home-search p:lang(vi) {
            font-size: 1.375rem;
            line-height: 2rem;
            margin-bottom: 1.25rem;
        }
    .home-recruitment p:lang(vi) {
        font-size: 1.375rem;
        line-height: 2rem;
        margin-bottom: 1.25rem;
    }
}

.home-search input:last-of-type {
    font-size: 1.2rem;
    line-height: 3.25rem;
    /*    background: 0 0;*/
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    border-radius: 10px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    outline: 0;
    padding: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .25);
    text-indent: 10px;
}

@media (min-width:75rem) {
    .home-search p {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 2rem;
    }

    .home-recruitment p {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 2rem;
    }

    .banner-content p {
        font-size: 1.75rem;
        line-height: 2rem;
        margin-bottom: 1.25rem;
    }

        .home-search p:lang(vi) {
            font-size: 1.75rem;
            line-height: 2rem;
            margin-bottom: 2rem;
        }
    .home-recruitment p:lang(vi) {
        font-size: 1.75rem;
        line-height: 2rem;
        margin-bottom: 2rem;
    }
}



.home-search input:focus {
    border-color: #fff
}

.home-search input:last-of-type {
    font-size: 1.5rem;
    line-height: 2.25rem;
    /*    background: 0 0;*/
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    border-radius: 0;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
    outline: 0;
    padding: 0;
    width: 100%;
    text-indent: 10px;
}

@media (min-width:48rem) {
    .home-search input {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 4%;
        width: 90%
    }

        .home-search input:last-of-type {
            margin-right: 0
        }

        .home-search input:last-of-type {
            font-size: 1.5rem;
            line-height: 2.25rem;
            background: 0 0;
            border: none;
            border-bottom: 1px solid rgba(255, 255, 255, .25);
            border-radius: 0;
            color: #000000;
            display: inline-block;
            margin-bottom: 20px;
            outline: 0;
            padding: 0;
            width: 80%;
            text-indent: 10px;
        }
}

@media (min-width:62rem) {
    .home-search input {
        font-size: 1.875rem;
        line-height: 2.125rem
    }
}

.home-search::-ms-clear {
    display: none !important
}

.home-search::-webkit-input-placeholder {
    color: #fff
}

.home-search:-moz-placeholder {
    color: #fff
}

.home-search::-moz-placeholder {
    color: #fff
}

.home-search:-ms-input-placeholder {
    color: #fff
}

.home-search .search-submit {
    font-size: 1.25rem;
    line-height: 1.25rem;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    color: #ed1c24;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    width: 100%;
    padding-bottom: .5rem
}

    .home-search .search-submit:hover {
        /*
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #c61017
*/
    }

@media (min-width:48rem) {
    .home-search .search-submit {
        background-color: transparent;
        float: right;
        display: inline-block;
        padding-right: 0;
        position: relative;
        top: -.5rem;
        width: auto;
        padding-left:0;
    }

        .home-search .search-submit span {
            display: none
        }
}

.home-search .search-submit .icon-search {
    font-size: 2.25rem;
    line-height: 3.375rem;
    margin-left: 10px;
    position: relative;
    top: 5px
}

@media (min-width:48rem) {
    .home-search .search-submit .icon-search {
        font-size: 3.25rem;
        line-height: 3.375rem;
        color: #000000;
        margin: 0
    }
}

@media (min-width:62rem) {
    .home-search .search-submit .icon-search {
        font-size: 4rem;
        line-height: 4.21875rem;
        top: -2px
    }
}

@media (max-width:47.9rem) {
    .home-search .search-submit .icon-search {
        top: 12px;
        line-height: 1rem
    }
}

.home-browse {
    padding-bottom: 2rem
}

.home-browse ul {
    list-style: none
}

.home-browse .home-browse__tabs {
    text-align: center;
    margin: 1rem 0;
    padding: 0
}

    .home-browse .home-browse__tabs li {
        display: inline-block;
        padding: 5px 0;
        margin: 0;
        cursor: pointer
    }

        .home-browse .home-browse__tabs li a {
            border-right: 1px solid #efefef;
            color: #dad9d9;
            outline: 0;
            padding: 0 20px
        }

            .home-browse .home-browse__tabs li a.active,
            .home-browse .home-browse__tabs li a.active:hover {
                color: #ed1c24
            }

            .home-browse .home-browse__tabs li a:hover {
                color: #c6c4c4
            }

        .home-browse .home-browse__tabs li:first-of-type a {
            padding-left: 0
        }

        .home-browse .home-browse__tabs li:last-of-type a {
            border: none;
            padding-right: 0
        }

.home-browse .home-browse__tab {
    display: none;
}

    .home-browse .home-browse__tab li a,
    .home-browse .home-browse__tab.active {
        display: block;
    }

    .home-browse .home-browse__tab > .col-lg-4 {
        padding: 0
    }

@media (min-width:62rem) {
    .home-browse .home-browse__tabs li a {
        font-size: 1.25rem;
        line-height: 1.875rem
    }

    .home-browse .home-browse__tab > .col-lg-4 {
        padding: 0 .75rem
    }
}

@media (min-width:75rem) {
    .home-browse .home-browse__tab > .col-lg-4 {
        padding: 0 .75rem;
        margin-top: 1rem
    }

    .home-browse .home-browse__tab li a {
        font-size: 1.25rem;
        line-height: 1.875rem
    }

        .home-browse .home-browse__tab li a:lang(vi) {
            font-size: 1.1rem;
            line-height: 1.875rem
        }
}

.home-browse .home-browse__tab ul {
    margin: 0
}

.home-browse .home-browse__tab li {
    border-bottom: 1px solid #dad9d9;
    margin: 0 0 .5rem;
    padding: .75rem 0
}

.home-browse .home-browse__tab .job-icon {
    width: 1.875rem;
    height: 1.875rem;
    position: absolute;
}
.home-browse .home-browse__tab li a {
    padding-left: 2.5rem;
}

.btn.btn--red-linear {
    color: #fff;
    background: linear-gradient(90deg, rgba(218,41,28,1) 0%, rgba(191,13,62,1) 100%);
    border-radius: .6rem;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    transition: all .2s;
    min-width: 80px;
    text-align: center;
    border: none;
    display: inline-block;
    width: 100%;
    font-size: 1.25rem;
    margin-top: 2rem;
    margin-bottom: 0px;
    padding: .7rem .5rem;
}

.btn.btn--red-linear:hover {
    color: #fff;
    background-color: #b8161c;
}

.btn.btn--red-salary {
    color: #fff;
    filter: drop-shadow(0px 5px 30px rgba(0,  0,  0,  0.15));
    background-image: linear-gradient(90deg, #DA291C 0%, #BF110D 100%);
    border-radius: .6rem;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    border: none;
    display: inline-block;
    font-size: 1.25rem;
    margin-bottom: 0px;
    padding: .7rem 3rem;
}

.btn.btn--red-salary:hover {
    color: #fff;
    background-color: #b8161c;
}

.home .home__dashboard .notification--confirmation,
.home .why-adecco, .bg-gray {
    margin-bottom: 2rem
}

#btn-download-now {
    width: 100%;
    padding-right: 1.25rem;
    font-size: 1.5rem;
    line-height: 3.125rem;
    cursor: pointer;
}

.bg-gray2 {
    margin-bottom: 0rem
}

.home-browse .home-browse__tab li i {
    float: left;
    position: relative;
    font-size: 3rem;
    line-height: 2.875rem;
    color: #a2a2a2;
}

    .home-browse .home-browse__tab li i.icon-continue {
        float: right;
        color: #ed1c24;
    }

.home-browse .home-browse__tab .actions {
    margin-top: 1rem;
    text-align: center
}

@media (min-width:75rem) {
    .home-browse .home-browse__tab .actions {
        margin-top: 2rem
    }
}

@media (min-width:62rem) {
    .home-browse .home-browse__tab .actions .btn {
        font-size: 1.25rem;
        line-height: 1.875rem;
        line-height: 1.5
    }
}

.home-salary-guide{
    padding-bottom: 3.5rem;
}

.home-salary-guide .home-salary-guide__container {
    padding: 0 .75rem;
}

.home-salary-guide .home-salary-guide__card {
    border: 1.6px double #dad9d9;
    border-radius: 8px;
    text-align: center;
    padding: .75rem;
    margin:1rem 0;
}

.home-salary-guide .home-salary-guide__card > img {
    width : 100px;
}

    .home-salary-guide .home-salary-guide__card > h3 {
        margin: .5rem 0;
        color: #929292;
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .home-salary-guide .home-salary-guide__card > p {
        font-size: 1.25rem;
        line-height:2rem;
        color: #929292;
        margin-bottom: 0.75rem;
    }

    .home-salary-guide .home-salary-guide__card > a {
        font-size: 1.1875rem;
    }

@media (min-width:34rem) {
    .home-salary-guide .home-salary-guide__card > h3 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}

@media (min-width:62rem) {
    .home-salary-guide .home-salary-guide__card:lang(vi) {
        height: 18.75rem;
    }
}


.home-service p {
    color: #fff;
}

.home-service h2 {
    color: #fff;
}

@media (min-width:34rem) {
    .home-service p {
        font-size: 1.25rem;
        line-height: 2rem;
    }

    .home-service h2 {
        line-height: 2rem;
    }

    .home-service h2:lang(vi) {
        line-height: 3.75rem;
        font-size: 2.5rem;
        font-weight: bold;
    }
}

.home-service {
    padding: 3rem 0 !important;
    background: linear-gradient(90deg, rgba(218,41,28,1) 0%, rgba(191,13,62,1) 100%);
    text-align: center
}

.home-service .home-service-container {
    padding: 0 .75rem;
}

    .home-service .home-service-container .col-lg-3,
    .home-service .home-service-container .col-md-6,
    .home-service .home-service-container .col-sm-6 {
        padding-top: 1rem;
    }

    .home-service .home-service_card {
        position: relative;
        text-align: center;
    }

.home-service .home-service_card > img {
    width: 100%;
    height: 13.75rem;
    border-radius: 8px;
    margin-bottom: 4rem;
}

@media (min-width:48rem) {
    .home-service .home-service_card > img {
        height: 17rem;
    }
}

@media (min-width:62rem) {
    .home-service .home-service_card > img {
        height: 12rem;
    }
}

@media (min-width:75rem) {
    .home-service .home-service_card > img {
        height: 12rem;
    }
}

        .home-service .home-service_card .service-title {
            position: absolute;
            bottom: 0px;
            width: 100%;
            height: 80px;
            background-color: #fff;
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
        }

            .home-service .home-service_card .service-title > h5 {
                color: #000;
                margin: .75rem 0;
                font-weight: bold;
                font-size: 1.5rem;
                line-height: 1.5rem;
            }

.home-service .home-service_card .service-title > h5:lang(vi) {
    font-size: 1.25rem;
}

@media (min-width:62rem) {
    .home-service .home-service_card .service-title > h5:lang(vi) {
        font-size: 1.125rem;
    }
}

@media (min-width:75rem) {
    .home-service .home-service_card .service-title > h5:lang(vi) {
        font-size: 1.25rem;
    }
}

    .home-service .btn.btn--services {
        border-radius: .6rem;
        cursor: pointer;
        font-size: 1.25rem;
        background-color: transparent;
        border: 1px solid #fff;
        color: #fff;
        padding: .7rem .5rem;
        margin-top: 3rem;

    }

        .home-service .btn.btn--services:hover {
            background-color: #e6e6e6;
            border-color: #e0e0e0;
            color: #ed1c24;
        }

.service-description {
    transition: .2s;
    transform: translateY(1em);
    padding: 0 5px;
}

.service-description-layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .2s, visibility .2s;
    border-radius: 8px;
}

.home-service_card:hover .service-description-layer {
    visibility: visible;
    opacity: 1;
}

.home-service_card:hover .service-description {
    transform: translateY(0);
}


.home-contact-us {
    text-align:center;
    padding: 3.5rem 0;
}

.home-contact-us h4{
    border-bottom: 1px solid;
    margin-top:0;
}

    .home-contact-us p {
        font-size: 1.25rem;
    }

    .home-contact-us a {
        font-size: 1.1875rem;
    }

@media (max-width:34rem) {
    .home-contact-us h4{
        font-size: 1.5rem;
    }
}

.home-client-voice {
    display:none;
}

.home-client-voice .client-voice-layer {
    background: rgba(255, 255, 255, 0.7);
    padding: 1px .75rem;
    max-width: 25rem;
    border-radius: 1rem;
}

.home-client-voice .client-voice-layer p {
    padding: 0 0.5rem;
    font-size: .75rem;
    line-height: 1rem;
}

.home-client-voice .client-voice-layer h5 {
    margin: .5rem 0;
}

.home-client-voice-owl {
    background: linear-gradient(90deg, rgba(218,41,28,1) 0%, rgba(191,13,62,1) 100%);
}

.home-client-voice-owl h2 {
    color: #fff
}

.home-client-voice-owl .card__header p {
    color:#000;
}

@media (min-width:34rem) {
    .home-client-voice {
        display:block;
    }

    .home-client-voice-owl {
        display: none;
    }
}

@media (min-width:48rem) {
    .home-client-voice .client-voice-layer {
        padding: 1px 1rem;
        max-width: 30rem;
    }

    .home-client-voice .client-voice-layer p {
        padding: 0 0.75rem;
        font-size: 1.25rem;
        line-height: 2rem;
    }

    .home-client-voice .client-voice-layer h5 {
        margin: 1rem 0;
        font-size: 1.875rem;
    }
}

.home .welcome-msg {
    margin-top: 3rem;
    text-align: center
}

.home .home__dashboard {
    background: #f1f1f1;
    padding: 2rem 0 3rem
}

    .home .home__dashboard hr {
        border-color: #b2b2b2
    }

.home .why-adecco, .bg-gray {
    background: #f1f1f1;
    padding: 1.5rem 0;
    text-align: center
}

.home .why-adecco, .bg-gray2 {
    background: #f1f1f1;
    padding: 1.5rem 0;
    text-align: center
}

    .home .why-adecco h2, .bg-gray h2 {
        font-size: 1.25rem;
        line-height: 1.25rem
    }

@media (min-width:34rem) {
    .home .why-adecco h2, .bg-gray h2 {
        font-size: 2.5rem;
        line-height: 2.5rem
    }
}

@media (min-width:62rem) {
    .home .why-adecco p, .bg-gray p {
        font-size: 1.25rem;
        line-height: 1.875rem
    }
}

.home .jobs {
    padding: 2.5rem 0 2.5rem;
    text-align: center
}

@media (min-width:75rem) {
    .home .jobs {
        padding: 2.5rem 0 2.5rem
    }
}

.home .jobs .container > div:after,
.home .jobs .container > div:before {
    content: " ";
    display: table
}

.home .jobs h3 {
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin: 0 0 .5rem
}

.home .jobs .subtitle {
    margin-bottom: 2rem
}

@media (min-width:34rem) {
    .home .jobs h3 {
        font-size: 2.5rem;
        line-height: 2.5rem
    }

    .home .jobs .subtitle {
        font-size: 1.625rem;
        line-height: 2.4375rem
    }
}

.home .jobs .btn--red {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-top: .5rem
}

@media (min-width:34rem) {
    .home .jobs .btn--red {
        font-size: 1.25rem;
        line-height: 1.875rem
    }
}

.home .jobs .viewed-jobs h6 {
    color: #000;
    margin-top: 0;
    text-align: left
}

.home .jobs .viewed-jobs .owl-dots .owl-dot span {
    background: 0 0;
    border: 1px solid #b2b2b2
}

.home .jobs .viewed-jobs .owl-dots .owl-dot.active span,
.home .jobs .viewed-jobs .owl-dots .owl-dot:hover span {
    background: #ed1c24;
    border-color: #ed1c24
}

.home .guidance {
    padding: 2rem 0 4rem
}

    .home .guidance.grey {
        background: #f1f1f1
    }

        .home .guidance.grey .article-thumb .summary {
            background: #fff
        }

@media (min-width:62rem) {
    .home .guidance {
        padding-top: 4rem
    }
}

.home .guidance h3 {
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin: 0 0 1.5rem;
    text-align: center
}

@media (min-width:34rem) {
    .home .guidance h3 {
        font-size: 2.5rem;
        line-height: 2.5rem;
        margin-bottom: 2rem
    }
}

.home .guidance .article-thumb {
    margin-bottom: 1rem
}

@media (min-width:48rem) {
    .home .guidance .article-thumb {
        margin-bottom: 0
    }
}

.home .guidance .article-thumb i.icon-continue {
    font-size: 3rem;
    line-height: 2.875rem;
    margin-top: -20px;
    margin-bottom: -10px;
    margin-right: -20px;
    top: 18px
}

.home .testimonials .desktop-image-carousel {
    display: none
}

.home .testimonials .mobile-image-carousel {
    display: block
}

@media (min-width:34rem) {
    .home .testimonials .desktop-image-carousel {
        display: block
    }

    .home .testimonials .mobile-image-carousel {
        display: none
    }
}

.home .promotions {
    padding: 3rem 0 2rem
}

    .home .promotions .container div:last-of-type a {
        margin-bottom: 0
    }

    .home .promotions img {
        max-width: 100%;
        width: 100%
    }

    .home .promotions a {
        display: block;
        margin-bottom: 1rem
    }

.home .home__actions {
    padding-bottom: 2rem
}

    .home .home__actions .action {
        padding: 2rem 0;
        text-align: center
    }

        .home .home__actions .action .icon {
            font-size: 3.4375rem;
            line-height: 3.4375rem
        }

        .home .home__actions .action .fa {
            font-size: 4.4375rem;
            line-height: 3.4375rem;
            color: #009cd0;
            margin-bottom: 54px;
        }

@media (min-width:34rem) {
    .home .promotions a {
        margin-bottom: 0
    }

    .home .home__actions .action .icon {
        font-size: 6.875rem;
        line-height: 6.875rem
    }
}

.home .home__actions .action h3 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin: -.5rem 0 .2rem
}

@media (min-width:34rem) {
    .home .home__actions .action h3 {
        font-size: 2.5rem;
        line-height: 3.75rem
    }
}

.home .home__actions .action .large {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 auto .5rem;
    width: 60%
}

@media (min-width:34rem) {
    .home .home__actions .action .large {
        font-size: 1.25rem;
        line-height: 1.875rem
    }
}

.home .home__actions .action p {
    font-size: .875rem;
    line-height: 1.3125rem;
    margin-bottom: 1rem
}

@media (min-width:34rem) {
    .home .home__actions .action p {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

.home .home__actions .action .btn {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 0;
    width: 100%
}

    .home .home__actions .action .btn i {
        font-size: 1.125rem;
        line-height: 1.6875rem;
        float: right;
        position: relative;
        top: 3px
    }

.home .home__actions .action.create-profile .icon,
.home .home__actions .action.create-profile h3 {
    color: #009cd0
}

@media (min-width:34rem) {
    .home .home__actions .action .btn {
        font-size: 1.25rem;
        line-height: 1.875rem;
        width: auto
    }

        .home .home__actions .action .btn i {
            float: none
        }

    .home .home__actions .action.create-profile .btn {
        padding-bottom: .5rem;
        padding-top: .5rem
    }
}

.home .home__actions .action.create-profile .btn i {
    color: #fff;
    margin-left: .5rem;
    font-size: 3rem;
    line-height: 2.875rem;
    margin-top: -23px;
    top: 22px
}

@media (min-width:34rem) {
    .home .home__actions .action.create-profile .btn i {
        margin-top: -20px;
        top: 18px
    }
}

.home .home__actions .action.find-branch .icon,
.home .home__actions .action.find-branch h3 {
    color: #ed1c24
}

.home .home__actions .action.find-branch .geo {
    color: #737373
}

    .home .home__actions .action.find-branch .geo span {
        color: #691b31
    }

.home .home__actions .action.find-branch .btn {
    line-height: 1.5rem
}

    .home .home__actions .action.find-branch .btn i {
        font-size: 2.5rem;
        line-height: 2.5rem;
        margin-top: -20px;
        top: 19px
    }

.testimonials {
    overflow: hidden
}

.banner-cta-center {
    background: url(/assets/images/backgrounds/bg-florist.png) center no-repeat #c5191f;
    background-size: cover;
    height: 275px;
    position: relative;
    text-align: center
}

.banner-cta-knowledge {
    background: url(/assets/images/backgrounds/bg-bulb.png) center no-repeat #c5191f;
    background-size: cover;
    height: 455px;
    position: relative;
    text-align: center
}

@media (min-width:34rem) {
    .banner-cta-knowledge p {
        font-size: 0.8rem;
        line-height: 0.8rem;
        margin-bottom: 0rem;
        color: white;
    }

    .home .home__actions .action.find-branch .btn i {
        top: 12px
    }

    .banner-cta-center {
        background-image: url(/assets/images/backgrounds/bg-jobs.png);
        height: 250px
    }

    .banner-cta-knowledge {
        background-image: url(/assets/images/backgrounds/bg-bulb.png);
    }
        /*
  .banner-cta-knowledge {
        height: 250px
    }
*/

        .banner-cta-knowledge .content {
            margin-top: 290px;
        }

        .banner-cta-center h3, .banner-cta-knowledge h3 {
            font-size: 1.25rem;
            line-height: 1.875rem;
            color: #fff;
            margin-bottom: 0
        }
}

@media (min-width:48rem) {
    .banner-cta-center {
        height: 350px
    }

    .banner-cta-knowledge {
        height: 450px
    }


    .banner-cta-knowledge {
        background-image: url(/assets/images/backgrounds/bg-knowledge.png);
    }

        .banner-cta-knowledge .content {
            margin-top: 310px;
        }
}

@media (min-width:62rem) {
    .banner-cta-center {
        height: 400px
    }


    .banner-cta-knowledge .content {
        margin-top: 380px;
    }
}

.banner-cta-knowledge .content {
    margin-top: 260px;
}

.banner-cta-center .content {
    bottom: 1.5rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0
}

.banner-cta-knowledge p {
    font-size: 1.3rem;
    line-height: 1.4rem;
    margin-bottom: 0rem;
    color: white;
}

.banner-cta-center h3 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #fff;
    margin-bottom: 0
}

.banner-cta-knowledge h3 {
    font-size: 2.25rem;
    line-height: 1.875rem;
    color: #fff;
    margin-bottom: 10px;
}

.banner-cta-center .btn.btn--negative.btn--white-on-transparent {
    width: 80%;
    margin-right: 0
}

@media (min-width:48rem) {
    .banner-cta-center .content {
        bottom: 3rem;
    }

    .banner-cta-knowledge .content {
        margin-top: 320px;
    }

    .banner-cta-knowledge {
        height: 630px
    }

    .banner-cta-center h3 {
        font-size: 2.5rem;
        line-height: 3.75rem;
        margin-bottom: .5rem;
    }

    .banner-cta-knowledge h3 {
        font-size: 3.5rem;
        line-height: 3.75rem;
        margin-bottom: 1.5rem;
    }

    .banner-cta-center p {
        font-size: 1.7rem;
        line-height: 3.75rem;
        margin-bottom: .5rem;
    }

    .banner-cta-knowledge p {
        font-size: 2.1rem;
        line-height: 2.5rem;
        margin-bottom: 0.9rem;
        color: white;
    }

    .banner-cta-center .btn.btn--negative.btn--white-on-transparent {
        font-size: 1.25rem;
        line-height: 1.875rem
    }

    .banner-cta-knowledge .btn.btn--negative.btn--white-on-transparent {
        font-size: 1.75rem;
        line-height: 1.875rem;
        margin-top: 25px;
    }
}

.benefits {
    background: #f1f1f1;
    padding: .5rem 0;
    text-align: center
}

    .benefits.white-bg {
        background: #fff
    }

@media (min-width:75rem) {
    .banner-cta-center {
        height: 500px
    }

    .benefits {
        padding-bottom: 1.5rem
    }
}

.benefits h3 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 20px;
}

@media (min-width:34rem) {
    .banner-cta-center .btn.btn--negative.btn--white-on-transparent {
        width: auto
    }

    .benefits h3 {
        font-size: 2.5rem;
        line-height: 3.75rem;
        margin-bottom: 40px;
    }
}

.benefits .benefit span {
    background: #d21847;
    border-radius: 100%;
    display: block;
    height: 55px;
    margin: 0 auto .5rem;
    position: relative;
    width: 55px
}

    .benefits .benefit span i {
        font-size: 2.75rem;
        line-height: 2.75rem;
        color: #fff;
        left: .35rem;
        position: absolute;
        top: .7rem
    }

@media (min-width:62rem) {
    .benefits .benefit span {
        height: 110px;
        width: 110px
    }

        .benefits .benefit span i {
            font-size: 5.5rem;
            line-height: 5.5rem;
            left: .7rem;
            top: 1.6rem
        }
}

.benefits .benefit span.tools i {
    font-size: 2.375rem;
    line-height: 2.375rem;
    left: .5rem;
    top: .8rem
}

@media (min-width:62rem) {
    .benefits .benefit span.tools i {
        font-size: 4.75rem;
        line-height: 4.75rem;
        left: 0.9rem;
        top: 1rem;
    }

    .benefits .benefit span.service i {
        font-size: 4.75rem;
        line-height: 4.75rem;
        left: 1.38rem;
        top: 1rem;
    }

    .benefits .benefit span.satisfaction i {
        font-size: 4.75rem;
        line-height: 4.75rem;
        left: 0.7rem;
        top: 0.1rem;
    }
}

.benefits .benefit span.satisfaction i {
    top: .8rem
}

.benefits .benefit h4 {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    color: #d21847;
    margin: .2rem 0
}

.benefits .benefit p {
    margin: 0 auto 1.5rem;
    width: 80%;
    text-align: left;
}

@media (min-width:62rem) {
    .benefits .benefit span.satisfaction i {
        top: 1.2rem
    }

    .benefits .benefit h4 {
        font-size: 1.875rem;
        line-height: 2.8125rem
    }

    .benefits .benefit p {
        font-size: 1.25rem;
        line-height: 1.875rem
    }
}

.article-thumb img {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    display: block;
    width: 100%
}

.article-thumb .summary {
    background: #f1f1f1;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: .75rem
}

    .article-thumb .summary .type i {
        font-size: 3rem;
        line-height: 2.875rem;
        margin-left: -15px
    }

.article-thumb h6 {
    color: #000;
    font-family: houschka_headmedium, Helvetica, Arial, sans-serif;
    margin: 0 0 .3rem
}

.article-thumb footer a,
.article-thumb footer span,
.home-content__industry-list .location-list ul li a,
.related-resource .read-more-link {
    font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
}

.article-thumb p {
    font-size: .875rem;
    line-height: 1.3125rem
}

@media (min-width:62rem) {
    .article-thumb p {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

.article-thumb footer:after,
.article-thumb footer:before {
    content: " ";
    display: table
}

.article-thumb footer span {
    font-size: .875rem;
    line-height: 1.3125rem;
    color: #d21847;
    float: left;
    padding-left: 1.7rem;
    position: relative
}

@media (min-width:62rem) {
    .article-thumb footer span {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

.article-thumb footer span i {
    font-size: 1.625rem;
    line-height: 1.625rem;
    left: 0;
    position: absolute;
    top: 0
}

.article-thumb footer a {
    font-size: .875rem;
    line-height: 1.3125rem;
    float: right;
    padding-right: 30px;
    position: relative
}

@media (min-width:62rem) {
    .article-thumb footer a {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

.article-thumb footer a i {
    font-size: 1.625rem;
    line-height: 1.625rem;
    position: absolute;
    right: 0;
    top: 2px
}

.related-resource {
    border-bottom: 1px solid rgba(35, 31, 32, .15);
    padding-bottom: 1.125rem
}

    .related-resource .resource-heading {
        margin: .875rem 0
    }

@media (min-width:48rem) {
    .related-resource {
        border-bottom: 0;
        padding-top: .875rem
    }

        .related-resource .resource-heading {
            font-size: 1.875rem;
            line-height: 2.0625rem
        }
}

.related-resource p {
    color: #888f92
}

.related-resource .read-more-link .icon {
    font-size: 3rem;
    line-height: 2.875rem;
    top: 1.25rem;
    position: relative;
    left: 4px;
    margin-top: -20px;
    margin-bottom: -10px
}

.promo__article {
    background-image: url(/assets/images/backgrounds/bg-generic-smoke.png);
    background-repeat: no-repeat;
    margin: 1.75rem 0;
    padding: .75rem .75rem 1.875rem;
    position: relative;
    border-radius: 4px
}

@media (min-width:48rem) {
    .promo__article {
        margin: 2rem 0;
        padding: 1.375rem 1.375rem 2.8rem
    }
}

.promo__article .promo-heading {
    font-size: 1rem;
    line-height: 1.125rem;
    color: #fff;
    font-weight: 600;
    margin: 0 0 .25rem;
    width: 60%
}

@media (min-width:48rem) {
    .promo__article .promo-heading {
        width: 75%;
        font-size: 1.375rem;
        line-height: 1.5rem
    }
}

.promo__article p {
    font-size: .6875rem;
    line-height: .8125rem;
    color: #fff;
    width: 75%
}

@media (min-width:48rem) {
    .promo__article p {
        font-size: 1rem;
        line-height: 1.125rem
    }
}

.promo__article .promo-cta {
    font-size: .6875rem;
    background-color: #ed1c24;
    border-radius: 0 0 4px 4px;
    bottom: 0;
    color: #fff;
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    padding: .375rem 12px .625rem;
    line-height: 0
}

@media (min-width:48rem) {
    .promo__article .promo-cta {
        padding: .375rem 1.375rem .625rem;
        font-size: 1rem;
        line-height: 1.125rem
    }
}

.promo__article .promo-cta .icon {
    font-size: 3rem;
    line-height: 0;
    position: relative;
    margin-top: -20px;
    top: 1.2rem;
    left: .1875rem
}

.promo__article .promo-inline-image {
    height: 94%;
    position: absolute;
    bottom: 0;
    right: .75rem
}

.home-employer {
    background: url(/assets/images/backgrounds/bg-generic-gradient.png) center no-repeat #c5191f;
    background-size: cover;
    padding: 1.5rem 0
}

    .home-employer:after,
    .home-employer:before {
        content: " ";
        display: table
    }

@media (min-width:48rem) {
    .promo__article .promo-inline-image {
        right: 1.25rem
    }

    .home-employer {
        background-image: url(/assets/images/backgrounds/bg-home-employer-2024.jpg);
        height: 300px
    }

        .home-employer .content {
            margin-top: 3rem;
            width: 65%
        }
}

.home-employer .content .btn {
    display: block !important
}

.home-employer h1 {
    font-size: 2.1875rem;
    line-height: 2.1875rem;
    color: #fff;
    margin-bottom: .5rem;
    margin-top: 0
}

    .home-employer h1:lang(vi) {
        font-size: 2rem;
        line-height: 2.1875rem;
        color: #fff;
        margin-bottom: .5rem;
        margin-top: 0
    }

@media (min-width:48rem) {
    .home-employer .content .btn {
        display: inline-block !important
    }

    .home-employer h1 {
        font-size: 2.5rem;
        line-height: 2.5rem
    }
}

@media (min-width:62rem) {
    .home-employer {
        height: 535px
    }

        .home-employer .content {
            width: 60%
        }

        .home-employer h1 {
            font-size: 3.75rem;
            line-height: 3.75rem;
            margin-bottom: 1rem
        }
}

@media (min-width:75rem) {
    .home-employer {
        height: 535px
    }

        .home-employer h1 {
            font-size: 4.375rem;
            line-height: 4.375rem;
            margin-bottom: 1.5rem
        }

        .home-employer h1 {
            font-size: 4rem;
            line-height: 4.375rem;
            margin-bottom: 1.5rem
        }
}

.home-employer p {
    color: #fff;
    margin-bottom: 1.5rem
}

@media (min-width:62rem) {
    .home-employer p {
        font-size: 1.25rem;
        line-height: 1.25rem
    }
}

@media (min-width:75rem) {
    .home-employer p {
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-bottom: 2rem
    }
}

.home-employer .logo-adecco {
    display: none
}

@media (min-width:48rem) {
    .home-employer .logo-adecco {
        display: inline-block;
        margin-bottom: 1rem
    }

    .home-content__generic .content {
        margin-top: 3.5rem;
        width: 60%
    }
}

.home-content__generic {
    background: url(/assets/images/backgrounds/bg-generic-gradient.png) center no-repeat #c5191f;
    background-size: cover;
    padding: 1.5rem 0
}

    .home-content__generic:after,
    .home-content__generic:before {
        content: " ";
        display: table
    }

@media (min-width:62rem) {
    .home-employer .logo-adecco {
        margin-bottom: 4rem
    }

    .home-content__generic .content {
        width: 50%
    }
}

.home-content__generic .content .btn {
    display: block !important
}

.home-content__generic h2 {
    font-size: 1.5625rem;
    line-height: 1.5625rem;
    color: #fff;
    margin-bottom: .5rem;
    margin-top: 0
}

@media (min-width:48rem) {
    .home-content__generic .content .btn {
        display: inline-block !important
    }

    .home-content__generic h2 {
        font-size: 2.5rem;
        line-height: 2.5rem
    }

    .home-content__generic--left-img .content {
        float: right;
        width: 50%
    }
}

@media (min-width:62rem) {
    .home-content__generic h2 {
        font-size: 2.5rem;
        line-height: 2.5rem;
        margin-bottom: 2.5rem
    }

    .home-content__generic p {
        font-size: 1.25rem;
        line-height: 1.625rem
    }
}

.home-content__generic p {
    color: #fff;
    margin-bottom: 1.5rem
}

@media (min-width:75rem) {
    .home-content__generic p {
        font-size: 1.5rem;
        line-height: 1.875rem;
        margin-bottom: 2rem
    }

        .home-content__generic p:lang(vi) {
            font-size: 1.2rem;
            line-height: 1.875rem;
            margin-bottom: 2rem
        }
}

.home-content__generic.customer-services {
    background: url(/assets/images/backgrounds/bg-services-sml.png) bottom no-repeat #c5191f;
    background-size: cover;
    padding-bottom: 0
}

@media (min-width:48rem) {
    .home-content__generic--left-img .content.left {
        float: left;
        width: 50%
    }

    .home-content__generic.customer-services {
        padding: 0
    }

        .home-content__generic.customer-services .content h2 {
            font-size: 1.875rem;
            line-height: 1.875rem
        }

        .home-content__generic.customer-services .content.img {
            text-align: left
        }

            .home-content__generic.customer-services .content.img img {
                max-width: 90%;
                margin-bottom: -5px;
            }
}

@media (min-width:62rem) {
    .home-content__generic.customer-services .content h2 {
        font-size: 2.5rem;
        line-height: 2.5rem
    }
}

.home-content__generic.customer-services .content.img {
    margin-top: 0
}

.home-content__generic.customer-services .btn {
    /*    display: none!important*/
}

@media (min-width:48rem) {
    .home-content__generic.customer-services {
        background: url(/assets/images/backgrounds/bg-services-lg.png) center no-repeat;
        background-size: cover
    }

        .home-content__generic.customer-services .btn {
            display: inline-block !important
        }
}

.home-content__generic.testimonial {
    background: url(/assets/images/backgrounds/bg-home-testimonial-sml.png) center center no-repeat #c5191f;
    background-size: cover
}

@media (min-width:48rem) {
    .home-content__generic.testimonial {
        background: url(/assets/images/backgrounds/Service_WhyAdecco.jpg) center no-repeat;
        background-size: cover;
        padding-top: 1.5rem
    }
}

.home-content__industry-list {
    padding: 2.5rem 0
}

    .home-content__industry-list h2 {
        margin-top: 0;
        text-align: center
    }

    .home-content__industry-list .location-list {
        border: none;
        margin-left: 0
    }

        .home-content__industry-list .location-list ul li a {
            font-size: 1rem;
            line-height: 1.5rem;
            padding-left: 50px
        }

@media (min-width:75rem) {
    .home-content__industry-list .location-list ul li a {
        font-size: 1.25rem;
        line-height: 1.875rem
    }
}

.home-content__industry-list .location-list ul li a i {
    font-size: 3rem;
    line-height: 2.875rem;
    color: #b2b2b2;
    left: 0;
    position: absolute;
    padding-right: 5px;
    top: 30px;
    margin-top: -20px;
    margin-bottom: -10px
}

@media (min-width:34rem) {
    .home-content__industry-list .location-list ul li {
        padding: .75rem 0;
        margin: 0 1.5rem .5rem 0
    }
}

.related-articles {
    padding: 2rem 0
}

    .related-articles .row:first-of-type {
        border-bottom: 1px solid #dad9d9;
        margin-bottom: .5rem
    }

@-webkit-keyframes navRevealSmall {
    0% {
        display: none;
        max-height: 0;
        overflow: hidden
    }

    1% {
        display: block;
        max-height: 0;
        overflow: hidden
    }

    100% {
        display: block;
        max-height: 300px;
        overflow: hidden
    }
}

@keyframes navRevealSmall {
    0% {
        display: none;
        max-height: 0;
        overflow: hidden
    }

    1% {
        display: block;
        max-height: 0;
        overflow: hidden
    }

    100% {
        display: block;
        max-height: 300px;
        overflow: hidden
    }
}

@-webkit-keyframes navRevealLarge {
    0% {
        display: none;
        max-height: 0;
        overflow: hidden
    }

    1% {
        display: block;
        max-height: 0;
        overflow: hidden
    }

    100% {
        display: block;
        max-height: 6.25rem;
        overflow: hidden
    }
}

@keyframes navRevealLarge {
    0% {
        display: none;
        max-height: 0;
        overflow: hidden
    }

    1% {
        display: block;
        max-height: 0;
        overflow: hidden
    }

    100% {
        display: block;
        max-height: 6.25rem;
        overflow: hidden
    }
}

.nav-container {
    /*    overflow: hidden;*/
    /*    max-height: 0;*/
    background-color: #efefef;
    z-index: 3;
    position: absolute;
    top: 3.75rem;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 0;
    display: none
}

@media (min-width:48rem) {
    .nav-container {
        background-color: #ed1c24;
        top: 6.2rem
    }
}

@media (min-width:62rem) {
    .nav-container {
        overflow: visible;
        max-height: auto;
        z-index: 3;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: auto;
        display: block;
        top: -13px;
    }

    .nav-hidden-large .nav-container {
        overflow: hidden;
        max-height: 0;
        position: absolute;
        left: 0;
        width: 100%;
        top: 6.2rem
    }
}

.nav-active .nav-container {
    -webkit-animation: navRevealSmall .3s ease-out;
    animation: navRevealSmall .3s ease-out;
    /*    max-height: 50rem;*/
    display: block;
}


@media (min-width:48rem) {
    .nav-active .nav-container {
        -webkit-animation: navRevealLarge .3s ease-out;
        animation: navRevealLarge .3s ease-out;
        max-height: 6.25rem
    }

        .nav-active .nav-container .nav-container {
            padding: 4px 0
        }

    .nav-container .nav-search {
        display: none
    }
}

.nav-container li,
.nav-container ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-container .nav-search {
    background-color: #b50b12;
    padding: .375rem 14px 1.25rem
}

    .nav-container .nav-search button[type=submit] {
        font-size: 1.25rem;
        line-height: 1.5rem;
        border: 0;
        border-radius: 4px;
        color: #ed1c24;
        padding: .5rem;
        text-align: center;
        width: 100%;
        background-color: #fff;
        margin-top: 1.25rem;
        font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
    }

        .nav-container .nav-search button[type=submit] .icon {
            font-size: 1.5rem;
            line-height: 0;
            position: relative;
            top: .3125rem;
            margin-left: 2px
        }

    .nav-container .nav-search .search-field {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        margin-top: .75rem;
        padding: .25rem 0;
        position: relative
    }

        .nav-container .nav-search .search-field input {
            font-size: 1.5rem;
            line-height: 1.5rem;
            color: #fff;
            background-color: #8b0d0d;
            border: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            padding-right: 30px;
            width: 100%;
            text-indent: 10px;
        }

            .nav-container .nav-search .search-field input::-webkit-input-placeholder {
                color: rgba(255, 255, 255, .6)
            }

            .nav-container .nav-search .search-field input:-moz-placeholder {
                color: rgba(255, 255, 255, .6)
            }

            .nav-container .nav-search .search-field input::-moz-placeholder {
                color: rgba(255, 255, 255, .6)
            }

            .nav-container .nav-search .search-field input:-ms-input-placeholder {
                color: rgba(255, 255, 255, .6)
            }

    .nav-container .nav-search .remove-search-item {
        background: 0 0;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: absolute;
        right: 6px;
        top: 30%;
        top: calc(50% - 10px)
    }

        .nav-container .nav-search .remove-search-item .icon {
            color: #fff
        }

.nav-container nav {
    height: 100%;
}

    .nav-container nav a {
        font-size: 1.25rem;
        line-height: 1.5rem;
        color: #000;
        width: 100%;
        display: block
    }

@media (min-width:48rem) {
    .nav-container nav a {
        font-size: 0.91rem;
        line-height: 0.125rem;
        color: #fff;
        padding: 5px 10px !important;
        font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
    }

        .nav-container nav a:lang(vi) {
            font-size: 0.78rem;
            line-height: 0.125rem;
            color: #fff;
            padding: 5px 10px !important;
            font-family: Verdana, Arial, sans-serif
        }

        .nav-container nav a:focus,
        .nav-container nav a:hover {
            text-decoration: underline
        }
}

.nav-container nav li {
    padding: .3375rem 0px
}

@media (min-width:62rem) {
    .nav-container nav li {
        padding: 0 5px
    }

        .nav-container nav li:last-child,
        .nav-container nav li:last-child a {
            padding-right: 0;
            margin-right: 0
        }

    .nav-hidden-large .nav-container nav li {
        padding: .9375rem 1px;
    }
    .nav-container nav .nav-links-section .dropdown-menu li .minisizetext {
        white-space: nowrap;
        font-size: 0.75rem;
    }
}

.nav-container nav .nav-signup-section:after,
.nav-container nav .nav-signup-section:before {
    content: " ";
    display: table
}

.nav-container nav .nav-signup-section li {
    width: 50%;
    float: left;
    text-align: center
}

.nav-container nav .nav-signup-section {
    /*   margin-top: 10px;*/
    margin-top: 0px;
}

    .nav-container nav .nav-signup-section li:first-child {
        padding-right: 1px
    }

        .nav-container nav .nav-signup-section li:first-child a {
            border-right: 1px solid rgba(35, 31, 32, .2)
        }

.nav-container nav .nav-additional-section {
    top: 0;
    position: relative
}



.nav-container nav .nav-links-section {
    top: 18px;
    position: relative
}

    .nav-container nav .nav-links-section a.main-menu.active {
        border-bottom: 2px solid #fff;
        margin-bottom: -2px;
    }

    .nav-container nav .nav-links-section a.main-menu:hover {
        border-bottom: 2px solid #fff;
        text-decoration: none;
    }

        .nav-container nav .nav-additional-section li, .nav-container nav .nav-links-section li {
            margin-right: 12px;
        }

div.nav-container > nav > ul.nav-links-section > li > a > .fa {
    position: relative;
    color: #fff;
    margin: 0 0 0 4px;
}

.nav-container nav .nav-links-section a.main-menu {
    padding: 0px !important;
    cursor: pointer;
}

        .nav-container nav .nav-links-section a.main-menu:focus {
            outline: none;
            text-decoration: none;
        }

        .nav-container nav .nav-links-section a.main-menu:hover {
            text-decoration: none;
            margin-bottom: -2px;
        }

.nav-container nav .nav-links-section .dropdown-menu {
    position: absolute;
    background-color: rgba(51, 51, 51, 0.95);
    /*
     border-radius: 8px 8px 8px 8px;
     -moz-border-radius: 8px 8px 8px 8px;
     -webkit-border-radius: 5px 5px 5px 5px;
    */
    margin-left: -14px;
    /*
     -webkit-box-shadow: 0px -1px 14px -1px rgba(0, 0, 0, 0.45);
     -moz-box-shadow: 0px -1px 14px -1px rgba(0, 0, 0, 0.45);
     box-shadow: 0px -1px 14px -1px rgba(0, 0, 0, 0.45);
    */
    margin: 0;
    margin-top: 19px;
    display: none;
    margin-right: 0px;
    z-index: 999;
}

    .nav-container nav .nav-links-section .dropdown-menu li {
        float: none;
        clear: both;
        display: block;
        padding: 0;
        margin-right: 0px !important;
    }

    .nav-container nav .nav-links-section .dropdown-menu.last-menu {
        margin-left: -77px;
    }

    .nav-container nav .nav-links-section .dropdown-menu li:first-child {
        padding: 0;
    }

    .nav-container nav .nav-links-section .dropdown-menu li a {
        color: #fff;
        line-height: 35px;
        padding: 0 10px !important;
        margin-right: 0px !important;
    }

        .nav-container nav .nav-links-section .dropdown-menu li a:hover {
            text-decoration: none;
            background-color: #ce181f !important;
        }

@media screen {
    .dropdown:hover .dropdown-menu,
    .btn-group:hover .dropdown-menu {
        display: block;
    }

    .dropdown-menu {
        margin: auto;
    }

    .dropdown-toggle {
        margin: auto;
    }

    .nav-container nav .nav-links-section .dropdown-toggle,
    .nav-tabs .dropdown-toggle {
        margin: auto;
    } 
}

@media (min-width:991px) {
    .nav-container nav .nav-links-section {
        top: 18px;
        height: 42px;
        position: relative
    }
}

@media (max-width:991px) {
    .nav-container nav .nav-links-section {
        top: 0;
        position: relative
    }

    .nav-container nav .nav-links-section .dropdown-menu {
        position: absolute;
        background-color: rgba(51, 51, 51, 0.95);
        /*
        border-radius: 8px 8px 8px 8px;
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 5px 5px 5px 5px;
        */
        margin-left: -14px;
        /*
        -webkit-box-shadow: 0px -1px 14px -1px rgba(0, 0, 0, 0.45);
        -moz-box-shadow: 0px -1px 14px -1px rgba(0, 0, 0, 0.45);
        box-shadow: 0px -1px 14px -1px rgba(0, 0, 0, 0.45);
        */
        margin: 0;
        display: none;
        margin-right: 0px;
    }
}


.btn-close-nav {
    margin-top: 21px;
    background-color: #b50b12;
    width: 100%;
    height: 50px;
    color: white;
    display: none;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

    .btn-close-nav:hover {
        background-color: #ed1c24;
    }

.nav-container nav .nav-links-section a.main-menu, .nav-container nav .nav-links-section a, .nav-container nav .nav-signup-section a, .nav-container nav .nav-additional-section a {
    line-height: 20px;
}

@media (max-width:767px) {

    .adecco-service {
        background: url(/assets/images/backgrounds/bg-generic-gradient.png) center no-repeat #c5191f;
        padding: 1.5rem 0;
        text-align: center;
        background-size: cover;
    }

    .btn-close-nav {
        display: block;
    }

    .nav-container nav .nav-links-section .dropdown-menu li a:hover {
        text-decoration: none;
        background-color: #dddddd !important;
    }

    .nav-container nav .nav-links-section .dropdown-menu.last-menu {
        margin-left: 30px;
    }

    .nav-container nav .nav-links-section a.main-menu:focus {
        background-color: transparent !important;
    }

    .nav-container nav .nav-links-section li.bg-fff {
        background-color: white !important;
    }

    .nav-container nav .nav-links-section a.main-menu.focus::after {
        background-color: none !important;
        outline: none;
        text-decoration: none;
        content: "-" !important;
        position: absolute;
        right: 10px;
    }

    .nav-container nav .nav-links-section a:first-child.main-menu.focus::after {
        background-color: none !important;
        outline: none;
        text-decoration: none;
        content: "";
        position: absolute;
        right: 10px;
    }

    .nav-container nav .nav-links-section a.main-menu::after {
        content: "+" !important;
        position: absolute;
        right: 10px;
    }

    .nav-container nav .nav-links-section a.main-menu.no-child::after {
        content: "" !important;
        position: absolute;
        right: 10px;
    }

    .nav-container nav .nav-links-section a:first-child.main-menu::after {
        content: "";
        position: absolute;
        right: 10px;
    }

    .nav-container nav .nav-links-section a.main-menu.active::after {
    }

    .nav-container nav .nav-links-section a.main-menu.active {
        background-color: #d8d8d8 !important;
        border-top: 1px solid #b4b4b4;
        border-left: 1px solid #b4b4b4;
        padding: 5px 10px;
        border-bottom: 1px solid #eeeeee;
        border-right: 1px solid #eeeeee;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

    .nav-container nav .nav-links-section a.main-menu.focus {
        background-color: #fff !important;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        padding: 5px 10px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

    .nav-container nav .nav-links-section a.main-menu, .nav-container nav .nav-links-section a, .nav-container nav .nav-signup-section a, .nav-container nav .nav-additional-section a {
        background-color: #efefef !important;
        border-top: 1px solid #efefef;
        border-left: 1px solid #efefef;
        padding: 13px 10px !important;
        border-bottom: 1px solid #efefef;
        border-right: 1px solid #efefef;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

    .nav-container nav .saved-jobs-link a.main-menu {
        background-color: #efefef !important;
        border-top: 1px solid #efefef;
        border-left: 1px solid #efefef;
        padding: 13px 10px !important;
    }

    .nav-container nav .nav-links-section .dropdown-menu {
        position: relative;
        background-color: #fefefe;
        border-radius: 8px 8px 8px 8px;
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 5px 5px 5px 5px;
        margin-left: -14px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin: 0;
        margin-top: 10px;
        margin-left: 30px;
        margin-right: 30px;
        display: none;
        margin-bottom: 30px;
    }

        .nav-container nav .nav-links-section .dropdown-menu li a {
            color: black;
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: 2px solid #ed1c24;
            padding: 10px 10px !important;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            background-color: white !important;
        }

            .nav-container nav .nav-links-section .dropdown-menu li a:hover {
                background-color: #ccc;
            }

        .nav-container nav .nav-links-section .dropdown-menu li {
            border-bottom: 1px solid #fff;
            border-top: 1px solid #fff;
        }

    div.nav-container > nav > ul.nav-links-section > li > a > .fa {
        display: none !important;
    }
}

.adecco-service h1 {
    font-size: 2.1875rem;
    line-height: 2.1875rem;
    color: #fff;
    margin-bottom: .5rem;
    margin-top: 0
}

.adecco-service a {
    font-size: 1.25rem;
    line-height: 2.25rem;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    color: #ed1c24;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    padding: 6px;
    font-family: houschka_headdemibold, Helvetica, Arial, sans-serif;
}

@media (min-width:767px) {
    .employee {
        display: none;
    }

    .adecco-service {
        display: none;
    }
}

@media (min-width:62rem) {
    .nav-container nav .nav-additional-section,
    .nav-container nav .nav-links-section {
        float: right;
        margin-top: -2.7rem
    }

    .nav-hidden-large .nav-container nav .nav-additional-section,
    .nav-hidden-large .nav-container nav .nav-links-section {
        float: none;
        margin-top: 0
    }
    ul.nav-links-section > li:last-child > ul{
        width:170px;
    }
}

.nav-container nav .nav-additional-section li,
.nav-container nav .nav-links-section li {
    border-top: 1px solid rgba(35, 31, 32, .2);
    height: 100%!important;
}

    .nav-container nav .nav-additional-section li .icon,
    .nav-container nav .nav-links-section li .icon {
        top: 3px;
        position: relative;
        margin-right: 4px;
        color: #ed1c24
    }

@media (min-width:48rem) {
    .nav-container nav .nav-signup-section {
        display: none
    }

    .nav-container nav .nav-additional-section li,
    .nav-container nav .nav-links-section li {
        border: 0;
        display: inline-block;
    }

        .nav-container nav .nav-additional-section li.saved-jobs-link,
        .nav-container nav .nav-links-section li.saved-jobs-link {
            display: none
        }

            .nav-container nav .nav-additional-section li.saved-jobs-link + li,
            .nav-container nav .nav-additional-section li:first-child,
            .nav-container nav .nav-links-section li.saved-jobs-link + li,
            .nav-container nav .nav-links-section li:first-child {
                margin-left: 0;
                padding-left: 0
            }

    .nav-container nav .nav-additional-section {
        display: none
    }
}

.nav-container nav .nav-additional-section li a {
    color: #ed1c24
}

.nav-top-bar {
    display: none
}

@media (min-width:48rem) {
    .nav-top-bar {
        display: block;
        position: relative;
        margin: -1.125rem -20px 1rem;
        background-color: #000;
        height: 2.75rem;
        padding: .625rem 20px;
    }

    .topbar-info {
        opacity: 0.7;
    }

        .topbar-info:hover {
            opacity: 1;
        }

    .nav-top-bar a {
        font-size: .875rem;
        line-height: 1rem;
        color: #fff;
        /*opacity: 0.5;*/
        font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
    }

        .nav-top-bar a:lang(vi) {
            font-size: .875rem;
            line-height: 1rem;
            color: #fff;
            font-family: Verdana, Arial, sans-serif
        }

        .nav-top-bar a:focus,
        .nav-top-bar a:hover {
            color: #fff;
            opacity: 1
        }

    .nav-top-bar .primary-links {
        float: left
    }

        .nav-top-bar .primary-links a {
            margin-right: 12px;
        }

    .nav-top-bar .secondary-links a.lang {
        margin-right: 12px;
    }

    .nav-top-bar .secondary-links a.employer {
        text-decoration: underline !important;
        opacity: .9;
    }

    .nav-top-bar .secondary-links a.register {
        opacity: 1;
    }

    .nav-top-bar .secondary-links a.profile {
        opacity: 1;
        background-color: #1ba3e6;
        padding: 5px 10px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

        .nav-top-bar .secondary-links a.profile:hover {
            opacity: 1;
            background-color: #74b3ee;
        }

    .nav-top-bar .secondary-links a.employer:focus,
    .nav-top-bar .secondary-links a.employer:hover {
        color: #fff;
        opacity: 1
    }

    .nav-top-bar .primary-links a.employer {
        text-decoration: underline !important;
        opacity: 1;
        /*            padding-bottom: 20px;*/
        opacity: 1
    }

        .nav-top-bar .primary-links a.employer:focus,
        .nav-top-bar .primary-links a.employer:hover {
            color: #fff;
            opacity: 1
        }

    .nav-top-bar .secondary-links {
        float: right;
        border-left: 1px solid rgba(255, 255, 255, .2)
    }

        .nav-top-bar .secondary-links a {
            margin-left: 24px;
            top: -2px;
            position: relative
        }

        .nav-top-bar .secondary-links .saved-jobs-link .icon {
            font-size: 1.5rem;
            line-height: 1.5rem;
            position: relative;
            top: 8px;
            /*        margin-right: 4px*/
        }
}

.header-container .company-logo {
    width: 102px;
    height: 25px;
    margin: auto auto 10px
}

.header-container .search-button {
    display: none
}

@media (min-width:48rem) {
    .header-container .search-button {
        font-size: 1rem;
        line-height: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: 0 0;
        border: 0;
        border-bottom: 1px solid #ed1c24;
        color: #fff;
        display: inline-block;
        font-family: houschka_headdemibold, Helvetica, Arial, sans-serif;
        height: 1.875rem;
        margin-left: 24px;
        padding: 0;
        position: relative;
        top: -3px
    }

        .header-container .search-button:focus,
        .header-container .search-button:hover {
            border-bottom: 1px solid #fff
        }

        .header-container .search-button .button-text {
            position: relative;
            vertical-align: top;
            top: 20px
        }

        .header-container .search-button .icon {
            font-size: 44px;
            position: relative;
            top: 4px;
            right: -4px
        }
}

.header-container .nav-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: 0 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 6px;
    height: 2.25rem;
    overflow: hidden
}

@media (min-width:62rem) {
    .header-container .search-button {
        margin-left: 72px
    }

    .header-container .nav-button {
        display: none
    }

    .nav-hidden-large .header-container .nav-button {
        display: block
    }
}

.header-container .nav-button .icon {
    font-size: 3.125rem;
    line-height: 0;
    color: #fff;
    margin-top: -5px
}

    .header-container .nav-button .icon.icon-hamburger:before {
        content: '\41'
    }

.header-container .nav-button .icon-close {
    display: none
}

.nav-active .header-container .nav-button .icon-close {
    display: block
}

.header-container .user-items button .icon-secondary,
.header-container .user-items button.active .icon,
.nav-active .header-container .nav-button .icon-hamburger {
    display: none
}

.header-container .user-items {
    position: absolute;
    right: 0;
    top: 2px
}

@media (min-width:48rem) {
    .header-container .nav-button {
        left: auto;
        right: 0
    }

        .header-container .nav-button .icon.icon-hamburger:before {
            content: '\42'
        }

    .header-container .user-items {
        position: absolute;
        right: 0;
        top: -3rem;
        padding-left: 20px
    }

        .header-container .user-items:before {
            content: ' ';
            width: 1px;
            background-color: #fff;
            height: 1.3125rem;
            position: absolute;
            left: 0;
            top: 0;
            opacity: .3
        }
}

.header-container .user-items button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: 0 0;
    padding: 0
}

    .header-container .user-items button .icon {
        font-size: 2rem;
        line-height: 0;
        color: #fff
    }

    .header-container .user-items button.active .icon-secondary {
        display: block
    }

    .header-container .user-items button:last-of-type {
        padding-right: 10px
    }

.tip-style.nav-tip {
    border: 1px solid #dfd7d7;
    box-shadow: 0 8px 20px 0 rgba(35, 31, 32, .25)
}

    .tip-style.nav-tip p {
        font-size: .875rem;
        line-height: 1.25rem;
        margin: 0;
        color: #000
    }

    .tip-style.nav-tip .qtip-close {
        background: 0 0
    }

        .tip-style.nav-tip .qtip-close span {
            color: #fff;
            content: '';
            speak: none
        }

            .tip-style.nav-tip .qtip-close span:before {
                font-size: 1.5rem;
                line-height: 2.25rem;
                content: '\7a';
                font-family: adecco-font-1 !important;
                color: #ed1c24;
                display: block;
                position: absolute;
                left: 4px;
                top: 2px
            }

    .tip-style.nav-tip .notifications-tip__items li a,
    .tip-style.nav-tip .profile-tip__links li a {
        font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
    }

    .tip-style.nav-tip h6 {
        padding: .2rem 0 .5rem
    }

        .tip-style.nav-tip h6:before {
            display: none
        }

    .tip-style.nav-tip .profile-tip__header {
        margin-bottom: 0
    }

        .tip-style.nav-tip .profile-tip__header:after,
        .tip-style.nav-tip .profile-tip__header:before {
            content: " ";
            display: table
        }

        .tip-style.nav-tip .profile-tip__header img {
            border-radius: 50%;
            height: 3.75rem;
            width: 3.75rem;
            float: left
        }

        .tip-style.nav-tip .profile-tip__header .profile-information {
            float: left;
            padding: .875rem 26px .875rem 14px
        }

            .tip-style.nav-tip .profile-tip__header .profile-information span {
                font-size: .625rem;
                line-height: .75rem;
                color: #737373;
                display: block
            }

            .tip-style.nav-tip .profile-tip__header .profile-information .profile-name {
                font-size: 1.25rem;
                line-height: 1.25rem;
                color: #ed1c24;
                font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
            }

    .tip-style.nav-tip .profile-tip__links {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .tip-style.nav-tip .profile-tip__links li {
            margin: 0;
            padding: 0;
            border-bottom: 1px solid rgba(35, 31, 32, .1)
        }

            .tip-style.nav-tip .profile-tip__links li:last-child {
                border-bottom: 0
            }

            .tip-style.nav-tip .profile-tip__links li a {
                font-size: 1rem;
                line-height: 1.125rem;
                color: #000;
                display: block;
                padding: .325rem 8px .625rem
            }

                .tip-style.nav-tip .profile-tip__links li a .icon {
                    font-size: 1.5rem;
                    line-height: 0;
                    margin-right: 4px;
                    opacity: .3;
                    position: relative;
                    top: .375rem
                }

                .tip-style.nav-tip .profile-tip__links li a:hover {
                    background-color: #fafafa
                }

    .tip-style.nav-tip .notifications-tip__items {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .tip-style.nav-tip .notifications-tip__items li {
            font-size: 1rem;
            line-height: 1.125rem;
            border-bottom: 1px solid rgba(35, 31, 32, .1);
            color: #000;
            margin: 0;
            padding: .625rem 0;
        }

            .tip-style.nav-tip .notifications-tip__items li:last-child {
                border-bottom: 0;
            }

.typeahead-container {
    display: none
}

.typeahead-active .typeahead-container {
    background-color: #ed1c24;
    color: #fff;
    display: block;
    height: auto;
    left: 0;
    margin-top: .375rem;
    padding: 1.125rem 14px;
    position: absolute;
    right: 0;
    z-index: 1
}

    .typeahead-active .typeahead-container .recent-searches-heading {
        font-size: .875rem;
        line-height: 1rem;
        color: #fff;
        font-family: houschka_headmedium, Helvetica, Arial, sans-serif;
        margin: 0 0 .75rem;
        opacity: .6;
        padding: 0
    }

    .typeahead-active .typeahead-container .recent-searches {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .typeahead-active .typeahead-container .recent-searches li {
            margin-bottom: 0
        }

            .typeahead-active .typeahead-container .recent-searches li:last-child {
                margin: 0
            }

@media (min-width:48rem) {
    .typeahead-active .typeahead-container {
        padding-left: 0
    }

        .typeahead-active .typeahead-container .recent-searches li {
            padding: 0
        }
}

.typeahead-active .typeahead-container .recent-search-term {
    color: #fff;
    display: block;
    padding: 0 0 .625rem
}

.recent-applications .recent-applications__top:after,
.recent-applications .recent-applications__top:before,
.saved-jobs-cpt .saved-jobs-cpt__top:after,
.saved-jobs-cpt .saved-jobs-cpt__top:before {
    content: " ";
    display: table
}

.typeahead-active .search-bar .typeahead-container {
    background: 0 0;
    position: relative;
    float: left;
    width: 100%
}

.saved-jobs-cpt .saved-jobs-cpt__top {
    float: none;
    margin-bottom: 1rem
}

    .saved-jobs-cpt .saved-jobs-cpt__top h6 {
        color: #000;
        float: left;
        margin: 0
    }

    .saved-jobs-cpt .saved-jobs-cpt__top a {
        float: right;
        font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
    }

.recent-applications .recent-applications__top {
    float: none;
    margin-bottom: 1rem
}

    .recent-applications .recent-applications__top h6 {
        color: #000;
        float: left;
        margin: 0
    }

    .recent-applications .recent-applications__top a {
        float: right;
        font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
    }

.resource-landing {
    overflow-x: hidden
}

    .resource-landing .resource-landing__top,
    .resource-landing .resource-landing__top-mobile {
        overflow: hidden;
        position: relative;
        padding-bottom: 30px;
        padding-top: 20px;
        text-align: center
    }

        .resource-landing .resource-landing__top .h2,
        .resource-landing .resource-landing__top h2,
        .resource-landing .resource-landing__top-mobile .h2,
        .resource-landing .resource-landing__top-mobile h2 {
            position: relative;
            cursor: pointer;
            margin-bottom: .2rem
        }

    .resource-landing .resource-landing__top-mobile {
        background-color: #f1f1f1;
        margin-top: 0;
        padding-top: 1.5rem
    }

@media (min-width:48rem) {
    .resource-landing .resource-landing__top .h2,
    .resource-landing .resource-landing__top h2,
    .resource-landing .resource-landing__top-mobile .h2,
    .resource-landing .resource-landing__top-mobile h2 {
        cursor: auto;
        margin-bottom: .5rem
    }

    .resource-landing .resource-landing__top-mobile {
        display: none
    }
}

.resource-landing .resource-landing__top-mobile .h2 {
    margin: 0
}

.resource-landing .mobile-image-carousel {
    display: block
}

.resource-landing .desktop-image-carousel {
    display: none
}

@media (min-width:34rem) {
    .resource-landing .mobile-image-carousel {
        display: none
    }

    .resource-landing .desktop-image-carousel {
        display: block
    }
}

.resource-landing .search-resources {
    padding: 20px 0
}

    .resource-landing .search-resources .browse-holder {
        position: relative;
        width: 100%;
        margin-left: 15px
    }

        .resource-landing .search-resources .browse-holder li a {
            color: #b2b2b2
        }

        .resource-landing .search-resources .browse-holder li.active a {
            color: #ed1c24
        }

@media (max-width:47.9rem) {
    .resource-landing .resource-landing__top {
        display: none
    }

    .resource-landing .search-resources {
        background-color: #f1f1f1;
        height: 136px
    }

        .resource-landing .search-resources .search-holder {
            position: absolute;
            right: initial;
            margin-bottom: 0;
            left: 0;
            width: 100%
        }

            .resource-landing .search-resources .search-holder input {
                background-color: #fff;
                height: 50px;
                padding: 20px;
                min-width: 100%;
                border: 0
            }

            .resource-landing .search-resources .search-holder i {
                font-size: 2rem;
                margin-left: -40px;
                top: 12px;
                right: 0
            }

        .resource-landing .search-resources .browse-holder {
            position: absolute;
            top: 65px;
            left: 0;
            background-color: #fff;
            width: 100%;
            margin-left: 0;
            padding-top: 17px;
            padding-bottom: 17px;
            display: block
        }
}

.resource-landing .mini-card {
    cursor: auto;
    height: 250px
}

    .resource-landing .mini-card:hover a i {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .resource-landing .mini-card .card-sections {
        position: relative;
        height: 100%
    }

    .resource-landing .mini-card .card-top {
        vertical-align: top;
        padding-top: 30px;
        cursor: pointer
    }

        .resource-landing .mini-card .card-top:hover a i {
            -webkit-transform: scale(1.1);
            transform: scale(1.1)
        }

    .resource-landing .mini-card .resource-list-container {
        position: absolute;
        width: 100%;
        bottom: 0;
        color: red;
        font-size: .75rem;
        line-height: 1rem;
        text-align: left;
        margin-right: 20px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 15px;
        vertical-align: bottom
    }

        .resource-landing .mini-card .resource-list-container .resource-list {
            padding-top: .75rem;
            border-top: 1px solid #b2b2b2;
            margin-right: 20px;
            margin-left: 20px
        }

    .resource-landing .mini-card .resource-type {
        display: inline-block;
        color: #ed1c24;
        padding-right: 10px
    }

.resource-landing .browse-jobs__bottom {
    display: block
}

.resource-landing .resource-stat-slug {
    background-color: #f1f1f1;
    margin: 0
}

    .resource-landing .resource-stat-slug .slug {
        padding-top: 20px;
        padding-bottom: 40px
    }

@media (max-width:47.9rem) {
    .resource-landing .resource-stat-slug .container {
        padding-left: 0;
        padding-right: 0
    }

    .resource-landing .resource-stat-slug .slug {
        padding-top: 0;
        padding-bottom: 10px;
        margin-top: -10px
    }

        .resource-landing .resource-stat-slug .slug div:first-of-type {
            z-index: 2
        }
}

.resource-landing .resource-stat-outer.container {
    max-width: none;
    padding: 0;
    overflow-x: auto
}

@media (min-width:62rem) {
    .resource-landing .resource-stat-outer.container {
        overflow: hidden
    }
}

.resource-landing .resource-stat-outer.container .resource-stat-holder {
    text-align: center;
    padding-bottom: 30px;
    background-color: #f1f1f1;
    min-width: 855px;
    width: 100vw;
    position: relative
}

    .resource-landing .resource-stat-outer.container .resource-stat-holder .resource-stat {
        background-color: #fff;
        border: 1px solid #dad9d9;
        border-radius: .3em;
        display: inline-block;
        padding: 20px;
        text-align: center;
        width: 147px;
        height: 122px;
        margin-right: 20px
    }

        .resource-landing .resource-stat-outer.container .resource-stat-holder .resource-stat .stat {
            color: #ed1c24;
            font-size: 2.25rem;
            line-height: 2.25rem;
            margin-bottom: 1rem
        }

        .resource-landing .resource-stat-outer.container .resource-stat-holder .resource-stat .description {
            color: #4f4e4e;
            margin-bottom: 0
        }

@media (max-width:47.9rem) {
    .resource-landing .resource-stat-outer.container .resource-stat-holder {
        max-width: 600px;
        min-width: initial;
        padding-left: 10px;
        background-color: #fff;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center
    }

        .resource-landing .resource-stat-outer.container .resource-stat-holder .resource-stat-inner {
            width: 450px;
            display: inline-block
        }

        .resource-landing .resource-stat-outer.container .resource-stat-holder .resource-stat {
            width: 76px;
            height: 62px;
            margin-right: 10px;
            padding: 10px
        }

            .resource-landing .resource-stat-outer.container .resource-stat-holder .resource-stat .stat {
                font-size: 1.125rem;
                line-height: 1.125rem;
                margin-bottom: .5rem
            }

            .resource-landing .resource-stat-outer.container .resource-stat-holder .resource-stat .description {
                font-size: .5rem;
                line-height: .75rem
            }
}

.resource-landing .browse-topics__bottom {
    overflow-x: hidden
}

    .resource-landing .browse-topics__bottom .container {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        max-width: 100%
    }

    .resource-landing .browse-topics__bottom .topic-strip {
        text-align: center;
        padding-bottom: 5rem;
        padding-top: 2.5rem
    }

        .resource-landing .browse-topics__bottom .topic-strip:nth-child(even) {
            background-color: #fff
        }

        .resource-carousel,
        .resource-landing .browse-topics__bottom .topic-strip:nth-child(odd) {
            background-color: #f1f1f1
        }

        .resource-landing .browse-topics__bottom .topic-strip .slug {
            padding-top: 10px
        }

            .resource-landing .browse-topics__bottom .topic-strip .slug h5 {
                margin-bottom: 0
            }

@media (max-width:47.9rem) {
    .resource-landing .browse-topics__bottom .topic-strip .listings {
        margin-left: 20px;
        margin-right: 20px
    }

    .resource-landing .browse-topics__bottom .topic-strip .btn {
        width: 100%;
        display: block
    }
}

.resource-carousel {
    position: relative;
    display: block
}

    .resource-carousel .owl-controls {
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        position: relative;
        top: -4vh
    }

    .resource-carousel .owl-nav {
        display: none
    }

@media (min-width:48rem) {
    .resource-carousel .owl-nav {
        display: block;
        position: absolute;
        width: 100%;
        top: 31%
    }

        .resource-carousel .owl-nav > div {
            position: absolute
        }

            .resource-carousel .owl-nav > div:before {
                -webkit-transition: all .2s ease;
                transition: all .2s ease;
                font-family: FontAwesome;
                color: #ed1c24;
                font-size: 1.875rem;
                line-height: 2.8125rem;
                display: block;
                width: 30px;
                height: 30px
            }

            .resource-carousel .owl-nav > div:hover:before {
                color: #ed1c24
            }

            .resource-carousel .owl-nav > div.off {
                cursor: auto !important
            }

                .resource-carousel .owl-nav > div.off:before {
                    color: #f8aaad
                }

        .resource-carousel .owl-nav .owl-prev {
            left: -50px
        }

            .resource-carousel .owl-nav .owl-prev:before {
                content: '\f053'
            }

        .resource-carousel .owl-nav .owl-next {
            right: -50px
        }

            .resource-carousel .owl-nav .owl-next:before {
                content: '\f054'
            }
}

.resource-carousel .owl-dots .owl-dot {
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .resource-carousel .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background-image: url(/assets/images/resource-carousel/next-pip.png);
        background-size: cover;
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease
    }

    .resource-carousel .owl-dots .owl-dot.active span {
        background-image: url(/assets/images/resource-carousel/current-pip.png);
        background-size: cover
    }

.resource-carousel .resource-carousel-card {
    color: #fff;
    width: 100%;
    height: 30vw;
    background-size: cover
}

    .resource-carousel .resource-carousel-card#card-1 {
        background-image: url(/assets/images/resource-carousel/resources_default.jpg)
    }

@media (max-width:47.9rem) {
    .resource-carousel .resource-carousel-card {
        min-height: 290px
    }

    .resource-carousel .owl-controls {
        top: -7vh
    }
}

.notification {
    background: #ed1c24;
    color: #fff;
    border-radius: 6px;
    padding: 1.25rem 2rem;
    position: relative
}

    .notification:after,
    .notification:before {
        content: " ";
        display: table
    }

    .notification h6 {
        font-size: 1.25rem;
        line-height: 1.625rem;
        color: #fff;
        margin: 0
    }

    .notification p {
        margin-bottom: 0
    }

    .notification .close {
        background: #fff;
        border-radius: 100%;
        display: block;
        height: 30px;
        position: absolute;
        right: -15px;
        top: -15px;
        width: 30px
    }

        .notification .close .icon-close {
            font-size: 1.5rem;
            line-height: 1.5rem;
            display: block;
            left: .2rem;
            position: absolute;
            top: .5rem
        }

    .notification.notification--confirmation .icon-done {
        font-size: 2.75rem;
        line-height: 2.75rem;
        float: left;
        left: -1rem;
        position: relative;
        top: .5rem
    }

    .notification.notification--cta-right h6,
    .notification.notification--cta-right p {
        margin-bottom: 1rem
    }

    .notification.notification--cta-right .btn {
        display: block;
        height: 35px;
        margin-top: .5rem;
        padding: .5rem 1rem
    }

@media (min-width:34rem) {
    .notification.notification--cta-right .text {
        max-width: 70%
    }

    .notification.notification--cta-right h6,
    .notification.notification--cta-right p {
        margin-bottom: 0
    }

    .notification.notification--cta-right .btn {
        bottom: 0;
        margin: auto;
        position: absolute;
        right: 1.5rem;
        top: 0
    }
}

.notification.notification--cta-right .icon-add {
    position: relative;
    right: -3px;
    top: 10px;
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin-top: -10px
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
    background: white;
    border: 2px dashed red;
    border-radius: 6px;
    box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.4);
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
    color: #555;
    padding: 8px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 12px;
    margin-left: -10px;
    top: 0;
    width: 20px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -14px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: red;
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 12px solid transparent;
    left: 0;
    top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #ffffff;
    left: 0px;
    top: 3px;
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 12px solid transparent;
}



.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -13px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #ff0202;
    border: 2px dashed red;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #ffffff;
    left: 3px;
    top: 0px;
}






.home__content .signin-wide {
    text-align: left;
    border: 1px solid red;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #ed1c24;
    border-radius: .3rem;
    color: #fff
}

    .home__content .signin-wide .signin-description {
        display: inline-block;
        margin: 20px 20px 0
    }

@media (min-width:48rem) {
    .home__content .signin-wide .signin-description {
        margin: 20px
    }
}

.home__content .signin-wide .signin-description .h6 {
    color: #fff;
    margin: 0;
    font-size: 20px;
}

.home__content .signin-wide .signin-description p {
    margin-bottom: 0
}

.home__content .signin-wide .signin-cta {
    margin: 20px
}

    .home__content .signin-wide .signin-cta:after,
    .home__content .signin-wide .signin-cta:before {
        content: " ";
        display: table
    }

    .home__content .signin-wide .signin-cta .btn {
        margin-bottom: .5rem;
        margin-top: 0;
        margin-right: 0;
        text-align: left;
        width: 100%
    }

        .home__content .signin-wide .signin-cta .btn:first-child {
            margin-left: 0
        }

        .home__content .signin-wide .signin-cta .btn:last-child {
            margin-bottom: 0
        }

@media (min-width:48rem) {
    .home__content .signin-wide .signin-cta {
        display: inline-block;
        float: right
    }

        .home__content .signin-wide .signin-cta .btn:first-child {
            margin-left: .8rem
        }

        .home__content .signin-wide .signin-cta .btn {
            margin-bottom: 0;
            text-align: center;
            width: auto
        }
}

.home__content .signin-wide .signin-cta .btn i {
    float: right
}

    .home__content .signin-wide .signin-cta .btn i.icon-continue {
        margin-top: -24px;
        margin-bottom: -10px;
        top: 20px;
        position: relative;
        display: inline-block;
        font-size: 3rem
    }

    .home__content .signin-wide .signin-cta .btn i.icon-lock {
        margin-top: -10px;
        margin-bottom: -10px;
        top: 12px;
        position: relative;
        display: inline-block;
        font-size: 1.8rem
    }

.card--small img {
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

.card--small .card__block i {
    color: #ed1c24;
    margin-left: 3px;
}

.clear {
    clear: both;
}

.head-slider {
    float: none;
    margin-bottom: 1rem;
}

    .head-slider h6 {
        color: #000;
        float: left;
        margin: 0;
    }

    .head-slider a {
        float: right;
        font-family: houschka_headdemibold, Helvetica, Arial, sans-serif;
    }

.bg-gray {
    background: #f1f1f1;
    padding: 1.5rem 0;
    text-align: center
}

.bg-red {
    background: #ed1c24;
    padding: 0.2rem 0;
    text-align: center
}

.border-gray {
    -webkit-box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.84);
    -moz-box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.84);
    box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.84);
}

a.link {
    color: #000 !important;
}

    a.link:hover {
        color: #ed1c24 !important;
    }


.card__details {
    padding-bottom: 2px;
}


.employer {
    display: inline-block;
}

a.save-job {
    display: inline-block;
}

@media (max-width:992px) {

    .employer {
        display: none;
    }

    a.save-job {
        display: none;
    }
}

.social-sign-up {
    display: none;
}

.or {
    display: none;
}

.nav-top-bar .secondary-links .dropdown-lang {
    position: absolute;
    list-style: none;
    margin: 0px;
    padding: 0px;
    z-index: 100000;
    text-align: center;
    margin-left: 170px;
    margin-top: 12px;
    display: none;
    transition: width 2s linear 1s;
}

    .nav-top-bar .secondary-links .dropdown-lang li {
        text-align: center;
        padding: 0px;
        margin: 0px;
    }

        .nav-top-bar .secondary-links .dropdown-lang li a {
            text-align: center;
            display: inline-block;
            background-color: #555555;
            padding: 0px 20px !important;
            line-height: 35px;
            font-size: 16px;
            width: 100%;
            opacity: 1;
            border-bottom: 1px solid #000;
            margin: 0px;
        }

            .nav-top-bar .secondary-links .dropdown-lang li a:hover {
                text-align: center;
                background-color: #999;
            }

.lang:hover .nav-top-bar .secondary-links .dropdown-lang {
    display: block;
}

.banner {
    /*background-image: url(/assets/images/backgrounds/bg-generic-smoke.png);*/
    padding: 10px 0;
}

.why-work-adecco {
    padding: 10px 0 30px 0;
}

.faq p {
    font-size: 30px;
}

.faq h2 {
    font-size: 45px;
    margin-top: 20px;
    display: inline-block;
}

.faq .btn--red {
    margin-top: 30px;
}

.copyright {
    background-color: #1b2022;
    color: #bbb;
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0;
}

.social-widget {
    text-align: center;
}

.social-widget-wrap.social-widget-outlined i {
    background: transparent;
    border: 1px solid;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.social-widget-wrap a {
    margin: 0 0 0 0;
}

    .social-widget-wrap a i {
        font-size: 20px;
        width: 35px;
        height: 35px;
        display: inline-block;
        text-align: center;
        line-height: 30px;
    }
@media (min-width:62rem) {
    .social-widget-wrap .align-social{
        display: none
    }
}
.nl {
    display: inline-block;
    line-height: 20px;
}

.footer-map li {
    text-align: center;
}

@media (min-width:62rem) {


    .site-footer .footer__bottom .container > div.footer-linkset4 {
        position: relative;
        top: -8px;
        text-align: left;
        width: auto
    }

    .site-footer .footer__top .container > div.footer-social p {
        margin-bottom: 1rem;
        text-align: left;
        font-size: 15px;
        border-top: none;
    }

    .footer-map li {
        text-align: left;
    }
}

@media (max-width:100rem) {

    .site-footer .footer__bottom .container > div.footer-linkset4 {
        position: relative;
        /*    top: 10px;*/
        text-align: center;
        /*    width:100%;*/
    }
}






@media (min-width: 75rem) {
    .site-footer .footer__bottom .container > div.footer-login {
        float: right;
        margin-left: 0px;
        text-align: center;
        width: auto;
        margin-top: 0px;
        padding-top: 0px;
        border-top: none;
    }


    .site-footer .footer__bottom .container > div.footer-linkset4 {
        position: relative;
        /* top: 10px; */
        text-align: center;
        /* width: 100%; */
    }
}

.bg-default {
    background-color: #f1f1f1;
}

    .bg-default .header-page {
        background-color: white;
        text-align: center;
    }

        .bg-default .header-page h1 {
            margin-bottom: 0;
            font-size: 3rem;
            line-height: 3rem;
        }


        .bg-default .header-page p {
            font-size: 1.25rem;
            line-height: 1.875rem;
        }

.box-card{
    padding-left:0.25rem;
    padding-right:0.25rem;
}

.box-mini-card {
    -webkit-transition: all .2 ease-in;
    transition: all .2 ease-in;
    background: #fff;
    border: 1px solid #dfd7d7;
    border-radius: .4rem;
    margin: .75rem 0 0;
}

    .box-mini-card .profile-card-title {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
        margin-top: 1rem;
        position: relative;
        padding-left:0.75rem;
        padding-right:0.75rem;
    }

        .box-mini-card .profile-card-title:lang(vi) {
            font-size: 1.2rem;
            margin-bottom: 1.5rem;
            margin-top: 1rem;
            position: relative;
            /*margin-left: 1rem*/
        }

        .box-mini-card .profile-card-title i {
            color: #ed1c24;
            font-size: 2.5rem;
            display: block;
            position: relative;
            padding-left: 12px;
            padding-right: 12px;
        }


    .box-mini-card .profile-card-cta {
        text-align: center;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding: 0 .75rem 25px;
    }

        .box-mini-card .profile-card-cta a {
            width: 100%;
            padding: 10px;
            display: inline-block;
            border: 1px solid #ccc;
            border-radius: .4rem;
            margin-bottom: 15px;
        }

            .box-mini-card .profile-card-cta a:hover {
                background-color: #f2f2f2;
                -webkit-transition: all .4s;
            }

.box-card-columns {
    /*
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem
*/
}

    .box-card-columns .box-card {
        /*
    -webkit-margin-before: 0;
  -webkit-margin-after: 0;
    display: inline-block;
    width: 100%
*/
    }

@media (max-width: 48rem) {

    .box-card-columns {
        /*
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem
*/
    }
}

.center {
    text-align: center;
}

.underline {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.dev-mode h2 {
    display: inline-block;
    line-height: 4rem;
    text-align: center;
    width: 100%;
}

.linkedin {
    display: inline-block;
    margin-top: 2px;
}

@media (max-width:1200px) {

    .linkedin {
        display: none;
    }
}





.side-list {
    background: #fff;
    border: 1px solid #dfd7d7;
    border-radius: .4rem;
    margin: .75rem .75rem 0 0;
    padding: 2rem;
}

    .side-list i {
        margin-right: 10px;
    }

    .side-list h5 {
        font-size: 26px;
        margin: 0.3rem 0 0.5rem 0;
    }

    .side-list:after,
    .side-list:before {
        content: " ";
        display: table
    }

    .side-list ul {
        list-style: none;
        margin: 0
    }

        .side-list ul li {
            margin: 0;
            padding: .75rem 0;
            position: relative;
            border-bottom: 1px solid #dad9d9
        }

            .side-list ul li a {
                font-family: houschka_headdemibold, Helvetica, Arial, sans-serif;
                font-size: 1.25rem;
                line-height: 1.5rem;
                display: block;
                padding-right: 40px;
                color: #ed1c24
            }

                .side-list ul li a:lang(vi) {
                    font-family: Verdana, Arial, sans-serif;
                    font-size: 1.25rem;
                    line-height: 1.5rem;
                    display: block;
                    padding-right: 40px;
                    color: #ed1c24
                }

                .side-list ul li a:hover {
                    color: #de1219
                }

                .side-list ul li a:after {
                    content: '\55';
                    font-family: adecco-font-1;
                    font-size: 3rem;
                    line-height: 2.875rem;
                    float: right;
                    position: absolute;
                    right: 0;
                    top: 10px;
                    height: 20px
                }

.box-white {
    background: #fff;
    border: 1px solid #dfd7d7;
    border-radius: .4rem;
    margin: .75rem .75rem .75rem 0;
    padding: 2rem;
    display: inline-block;
    width: 100%;
}

    /*
.box-white{
 background: #fff;
    border: 1px solid #dfd7d7;
    border-radius: .4rem;
    margin: .75rem .75rem  .75rem  0;
    padding: 2rem;

}
*/
    .box-white h3 {
        text-align: center;
        width: 100%;
        margin-top: 0px;
    }

    .box-white h4 {
        text-align: left;
        width: 100%;
        margin-top: 0px;
    }

    .box-white .big-img {
        margin-bottom: 10px;
        border: 1px solid #ccc;
        display: inline-block;
    }

    .box-white img {
        display: inline-block;
    }


.three-icon {
    padding: .5rem 0;
    text-align: center
}

    .three-icon .white-bg {
        background: #fff
    }

@media (min-width:75rem) {
    .banner-cta-center {
        height: 500px
    }

    .three-icon {
        padding-bottom: 1.5rem
    }
}

.three-icon h3 {
    font-size: 1.2rem;
    line-height: 1.8125rem;
}

@media (min-width:34rem) {

    .three-icon h3 {
        font-size: 1.2rem;
        line-height: 1.8125rem;
    }
}

.three-icon .item span {
    background: #d21847;
    border-radius: 100%;
    display: block;
    height: 55px;
    margin: 0 auto .5rem;
    position: relative;
    width: 55px
}

    .three-icon .item span i {
        font-size: 2.75rem;
        line-height: 2.75rem;
        color: #fff;
        left: .35rem;
        position: absolute;
        top: .7rem
    }

@media (min-width:62rem) {
    .three-icon .item span {
        height: 110px;
        width: 110px
    }

        .three-icon .item span i {
            font-size: 5.5rem;
            line-height: 5.5rem;
            left: .7rem;
            top: 1.6rem
        }
}

.three-icon .item span.tools i {
    font-size: 2.375rem;
    line-height: 2.375rem;
    left: .5rem;
    top: .8rem
}

@media (min-width:62rem) {
    .three-icon .item span.tools i {
        font-size: 3.75rem;
        line-height: 4.75rem;
        left: 1.9rem;
        top: 1rem;
    }

    .three-icon .item span.service i {
        font-size: 3.75rem;
        line-height: 5.1rem;
        left: 1.9rem;
        top: 1rem;
    }

    .three-icon .item span.satisfaction i {
        font-size: 3.75rem;
        line-height: 4.9rem;
        left: 1.55rem;
        top: 1rem;
    }
}

.three-icon .item span.satisfaction i {
    top: 0.9rem;
}

.three-icon .item h4 {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    color: #d21847;
    margin: .2rem 0
}

.three-icon .item p {
    margin: 0 auto 1.5rem;
    width: 80%;
    text-align: left;
}

@media (min-width:62rem) {
    .three-icon .item span.satisfaction i {
        top: 0.9rem;
    }

    .three-icon .item h4 {
        font-size: 1.2rem;
        line-height: 1.8125rem;
    }

    .three-icon .item p {
        font-size: 1.25rem;
        line-height: 1.875rem
    }
}


.inline-block {
    display: inline-block;
}
@media (min-width:62rem) {
    .scroll-top {
        position: fixed;
        bottom: 120px;
        right: 30px;
        z-index: 9999999;
        display: none;
    }

        .scroll-top i {
            color: #ed1c24;
            font-size: 70px;
            cursor: pointer;
            display: inline-block;
            opacity: 0.8;
        }

            .scroll-top i:hover {
                opacity: 1;
            }
}
.bg-white {
    background-color: white;
}

.bg-f1 {
    background-color: #f1f1f1
}

.padding-bottom-zero {
    padding-bottom: 0px !important;
}

.btn--search {
    color: white;
    border: 1px solid #ed1c24;
    background-color: transparent;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    background-color: #ed1c24;
    font-size: 15px;
    line-height: 30px;
    padding: 0 14px;
}








/*////////*/






.job-browse {
    padding-bottom: 2rem
}

@media (min-width:75rem) {
    .job-browse {
        padding-bottom: 3.5rem
    }
}

.job-browse ul {
    list-style: none
}

.job-browse .job-browse__tabs {
    text-align: center;
    margin: 1rem 0;
    padding: 0
}

    .job-browse .job-browse__tabs li {
        display: inline-block;
        padding: 5px 0;
        margin: 0;
        cursor: pointer
    }

        .job-browse .job-browse__tabs li a {
            border-right: 1px solid #333;
            color: #333;
            outline: 0;
            padding: 0 20px
        }

            .job-browse .job-browse__tabs li a.active,
            .job-browse .job-browse__tabs li a.active:hover {
                color: #ed1c24;
                font-weight: 900;
            }

            .job-browse .job-browse__tabs li a:hover {
                color: #c6c4c4
            }

        .job-browse .job-browse__tabs li:first-of-type a {
            padding-left: 0
        }

        .job-browse .job-browse__tabs li:last-of-type a {
            border: none;
            padding-right: 0
        }

.job-browse .job-browse__tab {
    display: none;
}

    .job-browse .job-browse__tab li a,
    .job-browse .job-browse__tab.active {
        display: block;
    }

    .job-browse .job-browse__tab > .col-lg-4 {
        padding: 0
    }

@media (min-width:62rem) {
    .job-browse .job-browse__tabs li a {
        font-size: 1.25rem;
        line-height: 1.875rem
    }

    .job-browse .job-browse__tab > .col-lg-4 {
        padding: 0 .75rem
    }
}

@media (min-width:75rem) {
    .job-browse .job-browse__tab > .col-lg-4 {
        padding: 0 .75rem;
        margin-top: 1rem
    }

    .job-browse .job-browse__tab li a {
        font-size: 1.25rem;
        line-height: 1.875rem
    }
}

.job-browse .job-browse__tab ul {
    margin: 0
}

.job-browse .job-browse__tab li {
    border-bottom: 1px solid #dad9d9;
    margin: 0 0 .5rem;
    padding: .75rem 0
}



    .job-browse .job-browse__tab li i {
        float: right;
        position: relative;
        font-size: 3rem;
        line-height: 2.875rem
    }

.job-browse .job-browse__tab .actions {
    margin-top: 1rem;
    text-align: center
}

@media (min-width:75rem) {
    .job-browse .job-browse__tab .actions {
        margin-top: 2rem
    }
}

@media (min-width:62rem) {
    .job-browse .job-browse__tab .actions .btn {
        font-size: 1.25rem;
        line-height: 1.875rem;
        line-height: 1.5
    }
}

.wrap-job-item {
    margin-top: 20px;
}

.candidate-voice h5 {
    text-align: center;
}


    .candidate-voice h5 i {
        font-size: 20px;
        line-height: 20px;
        vertical-align: super;
        padding: 10px;
    }

.candidate-voice b {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 22px;
    vertical-align: top;
    margin-bottom: 40px;
}

.candidate-voice p {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    font-size: 15px;
    vertical-align: top;
    margin-bottom: 34px;
}

.list-results {
    text-align: center;
    display: inline-block;
    margin: 0px !important;
    padding: 0px !important;
    margin-top: 30px !important;
    margin-bottom: 10px !important;
}

    .list-results li {
        display: inline-block;
        float: left;
        padding-right: 20px;
        font-weight: 900;
    }

        .list-results li span {
            color: crimson;
            font-weight: 900;
        }



.results-page .results-haeder p {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 30px;
}

.btn-margin {
    margin-bottom: 14px;
}

.refer-friend-head {
    font-size: 2.125rem;
    line-height: 2.125rem;
}

.banner-small img {
    border: 1px solid #ccc;
}

.space {
    height: 30px;
}

.service-content {
    display: inline-block;
}

    .service-content p {
        font-size: 20px;
        line-height: 22px;
    }

    .service-content h4 {
        font-size: 30px;
        line-height: 14px;
        margin: 0;
    }

    .service-content h1, .service-content h2, .service-content h3, .service-content h5, .service-content h6 {
        line-height: 14px;
    }

    .service-content li {
        font-size: 20px;
        line-height: 14px;
    }

.box-sv {
    padding: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #ccc;
}

    .box-sv img {
        width: 100%;
    }

@media (max-width:740px) {
    .box-sv img {
        width: 50%;
    }
}

.service .box-white {
    background: #fff;
    border: 1px solid #dfd7d7;
    border-radius: .4rem;
    margin: 0 !important;
    margin-top: 20px !important;
    padding: 20px !important;
}

.txt-center {
    text-align: center;
}

.txt-red {
    color: #ed1c24;
    font-weight: 800;
}

.service .box-white strong {
    color: #555;
    font-weight: 600;
}

.tb-xp {
    width: 100%;
    -webkit-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.17);
    -moz-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.17);
    box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.17);
}

    .tb-xp td, .tb-xp th {
        text-align: center;
        border: 1px solid #eee;
        padding: 5px;
    }

    .tb-xp th {
        border: 1px solid #ee2e24;
        background-color: #ee2e24;
        color: white;
        height: 30px;
    }


    .tb-xp i {
        font-size: 40px;
    }

.resource-card {
    background: #fff;
    border: 1px solid #dfd7d7;
    border-radius: .4rem;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
}

.box-article {
    background: #fff;
    border: 1px solid #dfd7d7;
    display: inline-block;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 5px;
    border-radius: .3em;
    width: 100%;
}

    .box-article img {
        border: 1px solid #dfd7d7;
    }

    .box-article h4 {
        font-size: 25px;
        line-height: 30px;
        margin: 0;
    }
/*
.date i {

font-size: 30px;

}
*/
.detail .date i, .detail .cat i {
    padding-right: 7px;
}

.detail .date, .detail .cat {
    margin-right: 20px;
}

.detail {
    padding-bottom: 20px;
}

#contactAdeccoForm .row {
    margin-bottom: 10px;
}

.media-center .btn.btn--negative.btn--red-on-white {
    box-sizing: border-box;
    color: #ed1c24;
    background-color: transparent;
    border: 1px solid #ed1c24;
    transition: all .2s;
    min-width: 80px;
    text-align: center;
    line-height: 25px;
    margin-right: .8rem;
    margin-left: 20px;
    padding-right: 20px;
    min-height: 25px;
    padding: 5px 10px;
}

.location .location-list {
    width: 100%;
    border: none;
}

.btn-submit {
    color: #fff;
    background-color: #ed1c24;
    border-radius: .4rem;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 10px;
    margin-top: 20px;
}

    .btn-submit:hover {
        color: #fff;
        background-color: #b8161c;
    }

.btn-cancel {
    color: #ed1c24;
    background-color: transparent;
    border: 1px solid #ed1c24;
    border-radius: .4rem;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 10px;
    margin-top: 20px;
}

    .btn-cancel:hover {
        background-color: #ccc;
    }

.phone1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.phone2 {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    margin-left: 15px;
    float: left;
}

.phone1 {
    width: 23%;
    padding-right: 2%;
}

.phone2 {
    width: 70%;
}

.btn--green {
    color: #14d100 !important;
    background-color: transparent !important;
    border: 1px solid #14d100 !important;
    transition: all .2s !important;
    display: inline-block !important;
    font-size: 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    line-height: 40px !important;
}

    .btn--green i {
        top: 8px !important;
    }


.btn--red {
    color: #ed1c24 !important;
    background-color: transparent !important;
    border: 1px solid #ed1c24 !important;
    transition: all .2s !important;
    display: inline-block !important;
    font-size: 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    line-height: 40px !important;
}

    .btn--red i {
        top: 8px !important;
    }

.profile-card-title .fa {
    color: #ed1c24;
    font-size: 1.7rem;
    display: inline-block;
    position: relative;
    top: 1px;
    padding-left: 12px;
    margin: 15px 15px 5px 15px;
}


.content-box {
    padding-left: 25px;
    padding-right: 25px;
}

    .content-box p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 0px;
        word-break: break-all;
    }

    .content-box b {
        color: #ed1c24;
        font-weight: 800;
        margin-right: 10px;
    }

.email-prefix {
    display: inline-block;
    width: 9%;
    height: 2.689655172413793em;
    padding-top: 0.5517241379310345rem;
    font-size: 14.5px;
    line-height: 1.6;
    color: #666666;
    background-color: #ffffff;
    background-image: none;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    float: left;
    text-align: right;
}

.email-suffix {
    display: inline-block;
    width: 29%;
    height: 2.689655172413793em;
    padding-top: 0.5517241379310345rem;
    font-size: 14.5px;
    line-height: 1.6;
    color: #666666;
    background-color: #ffffff;
    background-image: none;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    float: left;
    text-align: left;
    text-align: left;
}

.email-input {
    display: inline-block;
    width: 59% !important;
    height: 2.689655172413793em;
    padding-top: 0.5517241379310345rem;
    font-size: 14.5px;
    line-height: 1.6;
    color: #666666;
    background-color: #ffffff;
    background-image: none;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-right: none !important;
    border-left: none !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    float: left;
    outline: none;
}

.box-dot {
    border: 2px dashed #ccc;
    padding: 10px;
    border-radius: .4rem;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.content-box h5 {
    margin: 0px;
    margin-bottom: 5px;
    color: black;
    font-weight: 800;
}

.txt-b {
    color: black !important;
}

.box-dot .btn-edit {
    display: inline-block;
    text-align: center;
    color: #ed1c24 !important;
    background-color: transparent !important;
    border: 1px dashed #ed1c24 !important;
    width: 100%;
    font-size: 20px;
    line-height: 35px;
    border-radius: .4rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.lang-rating {
    display: inline;
}

.card-box {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.btn-profile {
    display: inline-block;
    width: 100%;
    color: #ed1c24 !important;
    background-color: white;
    border: 1px dashed #ed1c24 !important;
    text-align: center;
    line-height: 50px;
    border-radius: .4rem;
}


.avatar .crop {
    width: 100px;
    height: 150px;
    overflow: hidden;
}

    .avatar .crop img {
        width: 200px;
        height: 300px;
        margin: -75px 0 0 -100px;
    }

.btn-change-pic {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    width: 100%;
    color: #ed1c24 !important;
    background-color: white;
    border: 1px dashed #ed1c24 !important;
}

.btn--blue2 {
    display: inline-block;
    width: 100%;
    color: #005794 !important;
    background-color: white;
    border: 1px dashed #005794 !important;
    text-align: center;
    line-height: 40px;
    margin-bottom: 15px;
}

.profile-top-card .username {
    text-align: left;
    font-size: 25px;
    line-height: 30px;
    margin-top: 35px;
    margin-bottom: 10px;
}

.profile-top-card {
    padding-top: 31px !important;
    padding-bottom: 35px !important;
}

#myProgress {
    position: relative;
    width: 100%;
    height: 25px;
    background-color: #ddd;
    border-radius: .2rem;
}

#myBar {
    position: absolute;
    width: 10%;
    height: 100%;
    background-color: #ed1c24;
    border-radius: .2rem;
}

#label {
    text-align: right;
    line-height: 25px;
    font-size: 15px;
    padding-right: 20px;
    color: white;
}


@media (max-width:75rem) {
    .btn-profile {
        margin-bottom: 20px;
    }
}

.rdo-list {
    display: inline-block;
    width: 100%;
}

    .rdo-list .radio, .rdo-list .checkbox {
        margin: 0;
        line-height: 0;
        height: 0;
        min-height: 5px;
    }

    .rdo-list div {
        clear: both;
        margin: 0;
    }

    .rdo-list label:first {
        width: 100%;
        border-radius: 2px;
        border: 1px solid #D1D3D4;
    }


/*
.rdo-list label {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #D1D3D4
}
*/

.rdo-list2 {
    display: inline-block;
    width: 100%;
}

    .rdo-list2 .radio, .rdo-list2 .checkbox {
        margin: 0;
        line-height: 0;
        height: 0;
        min-height: 5px;
    }

    .rdo-list2 div {
        clear: both;
        margin: 0;
    }

    .rdo-list2 label {
        width: 100%;
        border-radius: 2px;
        border: 1px solid #D1D3D4;
        background-color: white;
    }
    /* hide input */
    .rdo-list2 input.radio:empty {
        margin-left: -999px;
    }

        /* style label */
        .rdo-list2 input.radio:empty ~ label {
            position: relative;
            float: left;
            line-height: 2.5em;
            /*text-indent: 3.25em;*/
            margin-top: 0;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            padding-left: 3.25em;
        }

            .rdo-list2 input.radio:empty ~ label:before {
                position: absolute;
                display: block;
                top: 0;
                bottom: 0;
                left: 0;
                content: '';
                width: 2.5em;
                background: #D1D3D4;
                border-radius: 3px 0 0 3px;
            }

    /* toggle hover */
    .rdo-list2 input.radio:hover:not(:checked) ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #C2C2C2;
    }

.rdo-lis2t input.radio:hover:not(:checked) ~ label {
    color: #888;
}

/* toggle on */
.rdo-list2 input.radio:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #fff;
    background-color: #ee2e24;
}

.rdo-list2 .rdo-list input.radio:checked ~ label {
    color: #777;
}

/* radio focus */
.rdo-list2 input.radio:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}


/* hide input */
.rdo-list input.radio:empty {
    margin-left: -999px;
}

    /* style label */
    .rdo-list input.radio:empty ~ label {
        position: relative;
        float: left;
        line-height: 2.5em;
        text-indent: 3.25em;
        margin-top: 0;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .rdo-list input.radio:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
        }

/* toggle hover */
.rdo-list input.radio:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.rdo-list input.radio:hover:not(:checked) ~ label {
    color: #888;
}

/* toggle on */
.rdo-list input.radio:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #fff;
    background-color: #ee2e24;
}

.rdo-list .rdo-list input.radio:checked ~ label {
    color: #777;
}

/* radio focus */
.rdo-list input.radio:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}


#other-box label {
    color: #ee2e24;
}


.txt1, .txt3 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.txt2 {
    float: left;
    position: relative;
    min-height: 1px;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
}

.txt1 {
    width: 45%;
}

.txt2 {
    width: 10%;
}

.txt3 {
    width: 45%;
}

.btn-add {
    color: #fff;
    background-color: #ed1c24;
    border-radius: .4rem;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
}

.btn-setting {
    color: #ed1c24;
    background-color: transparent;
    border: 1px solid #ed1c24;
    border-radius: .4rem;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 10px;
}

.txt-show {
}

    .txt-show .username {
        margin-bottom: 0px;
        margin-top: 5px;
    }

    .txt-show p {
        margin-top: 5px;
        margin-bottom: 13px;
    }

.clear-margin {
    margin-bottom: 0px !important;
}

.btn.btn--white {
    box-sizing: border-box;
    color: #ed1c24;
    background-color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
    min-width: 80px;
    text-align: center;
    border: none;
    display: inline-block;
    width: 100%;
    font-size: 27px;
    margin-top: 25px;
    margin-bottom: 0px;
}

.height-default {
    min-height: 600px;
}


.btn-rpw {
    margin-bottom: 0px !important;
}

.item h4 {
    text-align: center;
}

.btn-page {
    display: inline-block;
    float: left;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    height: 45px;
    line-height: 43px !important;
    line-height: 43px !important;
    margin-top: -10px;
    vertical-align: middle;
}

    .btn-page.active {
        background-color: #ed1c24;
        opacity: 1;
    }

.txt-left {
    text-align: left;
}

.inline-block {
    display: inline-block;
    width: 100%;
}

    .inline-block img {
        display: inline-block;
        /* width: 165px;*/
    }

    .inline-block .about-content {
        display: inline-block;
        padding: 10px;
        width: 100%;
    }

.padding20 {
    padding: 30px 0;
    display: inline-block;
}

.noti {
    background-color: black;
    color: white;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.btn-phone {
    position: fixed;
    bottom: 100px;
    /* left: 30px; */
    z-index: 9999999;
    display: inline-block;
    background-color: #43B02A;
    opacity: 0.8px;
    padding-left: 40px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: inline-block;
    box-shadow: 10px 22px 39px -23px rgba(0,0,0,0.84);
    -webkit-box-shadow: 10px 22px 39px -23px rgba(0,0,0,0.84);
    -moz-box-shadow: 10px 22px 39px -23px rgba(0,0,0,0.84);
}

    .btn-phone i {
        color: #fff;
        font-size: 50px;
        cursor: pointer;
        display: inline-block;
        opacity: 0.8;
        padding: 10px;
    }


@media only screen and (min-width: 980px) {
    .btn-phone {
        display: none;
    }
}


.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #fff;
    left: 0px;
    top: 3px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: red;
}


/*modaal.css*/
.modaal-container {
    position: relative;
    display: inline-block;
    width: auto;
    margin: auto;
    text-align: left;
    color: #000;
    /*  max-width: 1000px;*/
    /*max-width: 500px;*/
    border-radius: 0px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: auto;
}


.modaal-container h4 {
    margin-top: 0px;
    text-align: center;
}

.btn-rpw {
    display: inline-block !important;
    width: 100% !important;
    font-size: 20px !important;
}
.ml-10 {
    margin-left: 10px
}

.salary-cal-form input {
    margin-left: 5px;
    border-radius: 5px;
    background-color: #f1f1f1;
    border: 2px solid #ccc;
}

.salary-cal-form input[type='text']:lang(vi){
    width:150px;
}

.salary-cal-form .not-allow {
    cursor: not-allowed;
    background: #d8d8d8;
}
.salary-cal-form .dropdown select {
    padding-left: 10px;
    background: 0 0;
    border: none;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: 0;
    width: 80px;
}
.salary-cal-form .dropdown {
    position: relative;
    z-index: 0;
    border-radius: 5px;
    background-color: #f1f1f1;
    border: 2px solid #ccc;
}


    .salary-cal-form .dropdown:after {
        background-color: #f1f1f1;
        color: #ed1c24;
        content: '\f0d7';
        font-family: FontAwesome;
        right: 0px;
        top: 0px;
        position: absolute;
        width: 35px;
        text-indent: 14px;
        z-index: -1;
        font-size: 1.5rem;
    }


.salary-cal-form .radio-row {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.salary-cal-form .zone {
    color: #ed1c24;
    margin-left: 5px;
    font-weight: 600;
    cursor: pointer;
}

.btn-salary {
    color: #fff;
    background-color: #ed1c24;
    border-radius: .4rem !important;
    display: inline-block !important;
    text-align: center;
    font-size: 1.25rem !important;
    margin-top: 20px;
    padding: .7rem .5rem !important;
    cursor: pointer;
    min-height: 100% !important;
}

.btn-salary:hover {
    color: #fff;
    background-color: #b8161c;
}

.btn-net {
    background-color: #d11f41
}

.btn-net:hover {
    color: #fff;
    background-color: #c8183a;
}

.salary-amount {
    font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.125rem;
}

.box-salary {
    padding: 0.5rem;
}

.salary-cal-result{
    font-size: 0.8rem;
}
@media (min-width:34rem) {
    .box-salary {
        padding: 2rem;
    }
    .salary-cal-result {
        font-size: 1rem;
    }
}

.salary-cal-result .btn-salary {
    cursor: none;
    margin-top: 0;
    margin-right: 10px
}

.salary-cal-result .btn-salary:hover {
    color: #fff;
    background-color: #ed1c24;
}
.salary-cal-result .btn-net:hover {
    color: #fff;
    background-color: #d11f41
}

.icon-block {
    display: inline-block;
    font-size: 40px;
    line-height: 80px;
    width: 70px;
    height: 80px;
    text-align: center;
    vertical-align: bottom;
    color: #858586;
}

.salary-cal-result .wrap-row {
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid #bdbec0;
    display:table;
}

.salary-cal-result .row-title {
    background-color: #bdbec0
}

.salary-cal-result .row-content {
    padding-left: 10px;
}

.wrap-row strong:nth-child(1) {
    display: table-cell;
    vertical-align: middle;
}

.wrap-row .result-value {
    float: right;
    display: table-cell;
    text-align: right;
}

.salary-menu-list{
    padding: 10px 10px 10px 15px;
}
.salary-menu-list ul {
    list-style: none;
    margin: 0;
}
.salary-menu-list ul>li {
    margin: 0;
    padding:0;
    font-size: 1.125rem;
}
.salary-menu-list ul > li a {
    color: 	#000000;
}
.salary-menu-list ul>li:before{
    font-family: FontAwesome;
    content: "\f061 \00a0";
    font-weight:normal;
    color:#ed1c24
}

.salary-menu-offer {
    color: #fff;
    background-color: #ed1c24;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    font-size: 1.25rem;
    padding: .5rem;
    width: 100%;
    margin:0;
}

.salary-menu-list label {
    font-family: Verdana, Arial, sans-serif;
    color: #ed1c24;
    font-size: 1.125rem;
    text-transform: uppercase;
}

.disclaimer {
    font-size: 0.875rem;
}


.table-person-tax-detail {
    border-collapse: separate;
    width: 100%;
}

    .table-person-tax-detail td, .table-person-tax-detail th {
        border: 1px solid #bdbec0;
        padding: 8px 8px 8px 50px;
        text-align: right;
    }

.table-person-tax-detail tr:hover {
    background-color: #ddd;
}

    .table-person-tax-detail th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: right;
        background-color: #e9e6e6;
    }

.pr-20 {
    padding-right: 20px;
}

.pl-20 {
    padding-left: 20px;
}
.mb-5{
    margin-bottom:5px;
}

.article-advertisement img {
    margin-bottom: 5px;
}

.mt-20{
    margin-top: 20px;
}
div.box-blue + div.article-advertisement {
    margin-top: 20px;
}
@media (min-width:48rem) {
    .article-right {
        padding-left: 3.125rem;
        padding-right: 0px;
    }

    .advertisement-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
}


.section-container {
    padding: 3rem 0 !important;
    text-align: center
}

.section-container h2{
    font-size: 2rem;
    margin-top:0;
}

.salary-guide-survey {
    background: #DA291C;
}


    .salary-guide-survey p {
        color: #fff;
        font-style: italic;
    }

    .salary-guide-survey h2 {
        color: #fff;
    }


    .salary-guide-survey .salary-guide-survey-container {
        padding: 0 .75rem;
    }

@media (min-width:34rem) {
    .section-container {
        padding: 5rem 0 !important;
        text-align: center
    }

    .section-container p {
        font-size: 1.25rem;
        line-height: 2rem;
    }

    .section-container h2 {
        /*line-height: 2rem;*/
        font-size: 3.75rem;
    }

        .section-container h2:lang(vi) {
            line-height: 3.75rem;
            font-size: 2.5rem;
            font-weight: bold;
        }
}

.salary-guide-survey_card {
    text-align: center;
    background: #fff;
    border-radius: 8px;
    padding: 1rem;
    height:100%;
}


.salary-guide-survey .salary-guide-survey_block {
    padding: 0rem 3rem 1.5rem 3rem;
}

.salary-guide-survey_card .title {
    font-size: 1.875rem;
    line-height: 2.125rem;
    font-weight: bold;
    color: #ed1c24;
}

.salary-guide-survey_card .desc {
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: bold;
}

@media (min-width:34rem) {
    .salary-guide-survey_card .title {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    .salary-guide-survey_card .desc {
        font-size: 1.375rem;
        line-height: 1.75rem;
    }

}


@media (min-width:48rem) {
    .salary-guide-survey_card .title {
        font-size: 2.75rem;
        line-height: 3rem;
    }

    .salary-guide-survey_card .desc {
        font-size: 1.25rem;
        line-height: 2rem;
    }

    .salary-guide-survey .salary-guide-survey_block {
        padding: 1rem 1rem 0 1rem;
    }
}

@media (min-width:62rem) {
    .salary-guide-survey_card .title {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    .salary-guide-survey_card .desc {
        font-size: 1.25rem;
        line-height: 2rem;
    }

    .salary-guide-survey_card {
        padding: 2rem 3rem;
    }

    .salary-guide-survey .salary-guide-survey_block {
        padding: 1rem 2rem 0 2rem;
    }
}

@media (min-width:75rem) {
    .salary-guide-survey_card .title {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    .salary-guide-survey_card .desc {
        font-size: 1.25rem;
        line-height: 2rem;
    }
}

.labour-cate-mobile-container{
    padding: 0 1.5rem;
}
.labour-cate {
    margin: auto;
    display: none;
}

    .labour-cate td {
        border-right: solid 2px #cbcbcb;
        padding: 0 10px 0 10px;
        font-size: 1.5rem;
        line-height: 2rem;
        text-align: left;
        cursor: pointer;
    }

    .labour-cate td:last-child {
        border-right: none;
    }

@media (min-width:48rem) {
    .labour-cate-mobile {
        display: none;
    }
    .labour-cate {
        display: inline;
    }
}
.labour-cate-mobile {
    margin: auto;
}
    .labour-cate-mobile td {
        padding: 0.25rem;
        font-size: 1.25rem;
        line-height: 1.5rem;
        text-align: center;
        cursor: pointer;
        width: 50%;
    }

    .labour-cate-mobile tr td:first-child {
        border-right: solid 2px #cbcbcb;
    }

.labour-content {
    display: none;
    padding: 1.25rem 0.75rem 0 0.75rem;
}
.labour-cate-active {
    color: #ed1c24;
}

.labour-message-container {
    margin-top: 20px;
}
.labour-message-container img {
    float: left;
}

.labour-message-banner {
    max-width: 100%;
    transition: transform .2s;
}

.labour-message-banner:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.message-box {
    background: white;
    border-radius: 5px;
    display: block;
    filter: drop-shadow(0 0 1px rgba(0,0,0,0.5));
    padding: 10px;
    /* z-index: 99; */
    margin-left: 80px;
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-align: left;
}

.message-box .text-bold{
    color:#ed1c24;
}

.message-box::after {
    /* z-index: -99; */
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 0;
    bottom: 0;
    top: calc(15% - 5px);
    left: 0;
    box-sizing: border-box;
    border: 5px solid #fff;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(45deg);
}

.message-box::before {
    z-index: 10;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 0;
    bottom: 0;
    top: calc(15% - 5px);
    left: 0;
    box-sizing: border-box;
    border: 5px solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(45deg);
}

.summary-report-collapsible {
    background-color: #FFF;
    color: #ed1c24;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: .0625rem solid #e7e6e6;
    text-align: left;
    outline: none;
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.summary-report-active, .summary-report-collapsible:hover {
    background-color: #f1f1f1;
}

    /*.summary-report-collapsible:after {
        content: '\02C5';
        color: #afafaf;
        float: right;
        margin-left: 5px;
    }*/

/*.summary-report-active:after {
    content: "\02C4";
    color: #afafaf
}*/

.arrow-down {
    box-sizing: border-box;
    height: 0.75rem;
    width: 0.75rem;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    transform: rotate( 45deg );
    transition: border-width 150ms ease-in-out;
    float: right;
}

.arrow-up {
    box-sizing: border-box;
    height: 0.75rem;
    width: 0.75rem;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    transform: rotate( 225deg );
    transition: border-width 150ms ease-in-out;
    float: right;
    display: none;
}

@media (min-width:62rem) {
    .arrow-down {
        height: 1rem;
        width: 1rem;
    }

    .arrow-up {
        height: 1rem;
        width: 1rem;
    }
}


.summary-report-content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-left: .0625rem solid #e7e6e6;
    border-right: .0625rem solid #e7e6e6;
    text-align: left;
}

.summary-report-content p {
    margin-top: 1em;
}

.summary-report-block-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.summary-report-block-bottom {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: .0625rem solid #e7e6e6;
}

ul.refer-list {
    list-style: none;
    margin-top: 2rem;
    margin-left: 0;
}

    ul.refer-list li {
        display: inline-block;
        margin-left: 0px;
        text-align: center;
    }

    ul.refer-list a {
        padding: 0px 15px;
        font-size: 1.25rem;
        color: black;
        font-weight: bold;
    }

    ul.refer-list li:last-child{
        border: none;
    }

@media (min-width:48rem) {
    ul.refer-list li {
        border-right: 1px solid black;
    }
}

.efc-zoomin {
    transition: transform .2s;
}

.efc-zoomin:hover {
    transform: scale(1.1);
}


.swiper {
    width: 100%;
    height: 100%;
}

.trends-swiper .swiper-slide {
    text-align: left;
    background: #fff;
}

span.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 0px;
    color: #fff;
    opacity: 1;
    background: none;
    border-bottom: 3px solid #7f7f7f9e;
    border-radius: 0
}

span.swiper-pagination-bullet-active {
    color: #fff;
    border-bottom: 3px solid black;
}

.trends-container {
    padding: 0 3rem 3.125rem 3rem;
}
.trends-content {
    margin-bottom: 10px;
}

.trends-content td {
    padding: 5px;
}

.trends-content p {
    margin: 0
}

.trends-img{
    max-width: 90%;
}

.trends-button {
    color: #968C83
}


.download-desktop {
    display: none !important;
}
.download-mobile {
    margin-top: 10px;
}

@media (min-width:48rem) {
    .download-mobile {
        display: none !important;
    }

    .download-desktop {
        display: inline-block !important;
    }
}

.popup-modal .modaal-close{
    top: 100px;
}

#cookieConsent {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050
}

    #cookieConsent .cookie-policy {
        line-height: 40px;
        background: #231f20
    }

        #cookieConsent .cookie-policy div {
            padding: 4px 24px 4px 24px;
            font-size: 13px !important;
            line-height: 1.3em;
            color: #fff;
            display: flex;
            align-items: center;
            min-height: 50px;
            border-top: 3px solid #fff
        }

    #cookieConsent .btn {
        color: #fff;
        border-radius: 0;
        padding: 1rem;
        cursor: pointer;
        border-top: 3px solid #fff
    }

@media only screen and (max-width: 600px) {
    #cookieConsent .cookie-policy div {
        padding: 4px 24px 4px 24px;
        font-size: 14px;
        line-height: 18px;
        color: #fff;
        display: flex;
        align-items: center;
        min-height: 50px;
        border-top: 1px solid #fff
    }

    #cookieConsent .btn {
        color: #fff;
        border-radius: 0;
        cursor: pointer;
        border-top: 1px solid #fff;
        font-size: 16px;
        line-height: 40px;
        min-height: 40px;
        padding: 0
    }
}

#cookieConsent .btn-black {
    background-color: #231f20
}

    #cookieConsent .btn-black:hover {
        color: #000 !important;
        background-color: #fff !important
    }

#cookieConsent .btn-red {
    background: #ed1c24
}

    #cookieConsent .btn-red:hover {
        background-color: #ff544a
    }

#cookieConsent .cookie-policy-collape, #cookieConsent .cookie-policy-setting-collape, #cookieConsent .cookie-policy-setting {
    color: #fff;
    background-color: #231f20
}

#cookieConsent .cookie-policy-collape, #cookieConsent .cookie-policy-setting-collape {
    width: 200px;
    text-align: center;
    line-height: 40px;
    margin-left: 40px;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    border: 1px solid #fff;
    border-bottom: 0;
    float: left
}

#cookieConsent .cookie-policy-setting-collape {
    width: 250px
}

section.cookie-policy-setting .head-section p.h4, section.cookie-policy-setting .body-section h6 {
    float: left
}

section.cookie-policy-setting .head-section .base-form, section.cookie-policy-setting .body-section .base-form {
    float: right;
    min-width: 100px;
    height: 90px
}

section.cookie-policy-setting .body-section .topic {
    float: right
}

    section.cookie-policy-setting .body-section .topic .title {
        cursor: pointer;
        border-bottom: 1px solid #000
    }

    section.cookie-policy-setting .body-section .topic .btn-collapse {
        margin-top: 22px;
        display: inline-block;
        text-align: center;
        color: #c5191f;
        border: 1px solid #fff;
        border-radius: .4rem;
        font-weight: 800;
        background-color: transparent;
        width: 36px;
        height: 30px;
        font-size: 170%;
        vertical-align: baseline
    }

section.cookie-policy-setting .body-section table {
    margin-top: 20px;
    width: 100%;
    border: 1px solid #ed1c24;
    border-radius: 3px 4px 0 0
}

    section.cookie-policy-setting .body-section table tfoot {
        border-top: 1px solid #ed1c24
    }

    section.cookie-policy-setting .body-section table th {
        text-align: center;
        background-color: #ed1c24;
        color: #fff
    }

        section.cookie-policy-setting .body-section table th.third-party-title {
            text-align: center;
            color: #ed1c24;
            background-color: #fff;
            border-top: 1px solid #ed1c24;
            border-bottom: 1px solid #ed1c24;
            padding-top: 10px;
            padding-bottom: 10px
        }

    section.cookie-policy-setting .body-section table td {
        text-align: left;
        padding: 5px;
        vertical-align: top
    }

    section.cookie-policy-setting .body-section table th:nth-child(1) {
        width: 25%
    }

    section.cookie-policy-setting .body-section table th:nth-child(2) {
        width: 15%
    }

    section.cookie-policy-setting .body-section table th:nth-child(3) {
        width: 45%
    }

    section.cookie-policy-setting .body-section table th:nth-child(4) {
        width: 15%
    }

    section.cookie-policy-setting .body-section table td:nth-child(1), section.cookie-policy-setting .body-section table td:nth-child(3), section.cookie-policy-setting .body-section table td:nth-child(4) {
        text-align: left
    }

    section.cookie-policy-setting .body-section table td:nth-child(2) {
        text-align: center
    }

section.cookie-policy-setting .content #btn-cookie-policy-save {
    font-size: 24px;
    padding: 8px 40px;
    margin-bottom: 25px
}

@media(min-width: 34rem) {
    .modal-dialog.modal-lg.consent {
        max-width: 950px;
        margin: 1.75rem auto
    }
}

@media(min-width: 34rem) {
    .consent .title-th {
        font-size: 2.75rem
    }
}

.consent .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: .5rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

    .consent .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto
    }

.consent .modal-body .content {
    height: 200px;
    overflow-y: scroll;
    border-radius: 6px;
    text-align: left;
    border: 1px solid #dad9d9;
    padding-bottom: 1rem;
    margin: auto;
    width: 95%
}

.base-form .input-toggle.disabled, .search-form .input-toggle.disabled {
    background-color: #e2e1e1
}

    .base-form .input-toggle.disabled label, .search-form .input-toggle.disabled label {
        color: #6f6c6c;
        cursor: not-allowed;
        background-color: #e2e1e1
    }

.base-form .input-toggle.disabled [type=radio]:checked + label, .search-form .input-toggle.disabled [type=radio]:checked + label {
    color: #ed1c24;
    border-color: #e2e1e1
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1em;
    margin-bottom: .125rem;
    
}
.form-check label {
    font-weight: normal;
}

.recruitment-candidate-voice {
    padding: 3rem 0 !important;
    background: linear-gradient(90deg, rgba(218,41,28,1) 0%, rgba(191,13,62,1) 100%);
    text-align: center;
}


.recruitment-process .recruitment-process-card > img {
    max-width: 100%;
    /*height: 20rem;*/
}

.recruitment-process-content h5 {
    text-align: left;
    color: #000;
    font-weight: bold;
}

.recruitment-process-content p {
    text-align: left;
    color: #000;
}

@media (min-width:48rem) {
/*    .recruitment-process .recruitment-process-card > img {
        width: 100%;
        height: 10em;
    }*/

    .recruitment-process-card {
        padding: 1rem 2rem;
    }

 /*   .recruitment-process-content h5 {
        font-size: 1.5rem;
        line-height: 0.75rem;
    }

    .recruitment-process-content p {
        font-size: 1rem !important;
        line-height: 1.5rem;
    }*/
}

@media (min-width:62rem) {
/*    .recruitment-process .recruitment-process-card > img {
        width: 100%;
        height: 15rem;
    }*/

    .recruitment-process-card {
        padding: 1rem 3rem;
    }
}
@media (min-width:75rem) {
/*    .recruitment-process .recruitment-process-card > img {
        width: 100%;
        height: 20rem;
    }*/

    .recruitment-process-card {
        padding: 1rem 4rem;
    }

/*    .recruitment-process-content h5 {
        
        font-size: 1.75rem;
        line-height: 1rem;
    }

    .recruitment-process-content h5:lang(vi) {
        font-size: 1.25rem;
    }

    .recruitment-process-content p {
        font-size: 1.25rem !important;
        line-height: 1.75rem;
    }*/
}
