﻿/* Search */



/* Notification */

/*.container {
  position: relative;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}*/

.notifications-wrapper {
    position: relative;
}

.notif-activity {
    text-align: center; padding: 10px 10px 0px 10px;
}

.notif-activity-h2 {
    margin: 0; font-weight: bold;
}

.notif-activity-item {
    padding: 10
}


.notifications-drop {
        width: 400px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
}

.badge-num {
  box-sizing: border-box;
  font-family: 'Trebuchet MS', sans-serif;
  background: #ff0000;
  cursor: default;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  height: 20px;
  line-height: 1.55em;
    top: -36px;
    right: -7px;
  border: 0px solid #fff;
  position: relative;
  text-align: center;
  width: 20px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
  animation: pulse 1.5s 1;
}

.badge-num:after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  border: 2px solid rgba(255, 0, 0, .5);
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s 1;
}

@keyframes sonar {
  0% {
    transform: scale(.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.4);
  }
  50% {
    transform: scale(.9);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* /Notification */


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
.icon--promo:before {
    content: '\f06b';
    font-family: FontAwesome;
    font-size: 18px;
}

legend, td, th {
    padding: 0;
}

.clearfix::after, .grid::after {
    clear: both;
    content: "";
}

.grid, html {
    box-sizing: border-box;
}

.helper--centertext, .icon-circle, .mfp-container {
    text-align: center;
}

.job-card__heading, .mfp-title, .pre {
    word-wrap: break-word;
}

    .article-card__heading a, .article__link, .button, .job-card__heading a, .message-content__inner, .mfp-close, .nav a, .navigation a, .quicksearch-results__column-header .quicksearch-results__see-all, .search-filter__toggle, .search-types .search-types__option, .share__item, .tabs__nav a, .tools__nav a, .upload-file, .user-card--match .job-matches__toggle, .user-card__heading a {
        text-decoration: none !important;
    }

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, optgroup, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre, textarea {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.heading--p, .icon, html {
    font-style: normal;
}

.form__field-group--invalid .form__field-label:before, .icon {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width:415px){
    .emailPasswordBox{
        margin-left: 145px;
        width: 75% !important;
    }
}
.emailPasswordLabel{
        margin-top: 15px;
    float: left;
}


button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix::after {
    display: table;
}

.visible--large, .visible--medium, .visible--small {
    display: none;
}

.grid {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

    .grid::after {
        display: table;
    }

@media screen and (min-width:700px) {
    .grid__col, .grid__row {
        box-sizing: border-box;
    }

    .grid__row {
        margin-left: -10px;
        margin-right: -10px;
    }

        .grid__row::after {
            clear: both;
            content: "";
            display: table;
        }

    .grid__col {
        float: left;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
    }

    .grid--reverse .grid__col {
        float: right;
    }

    .span-1 {
        width: 8.3333333333%;
    }

    .offset-1 {
        margin-left: 8.3333333333%;
    }

    .span-2 {
        width: 16.6666666667%;
    }

    .offset-2 {
        margin-left: 16.6666666667%;
    }

    .span-3 {
        width: 25%;
    }

    .offset-3 {
        margin-left: 25%;
    }

    .span-4 {
        width: 33.3333333333%;
    }

    .offset-4 {
        margin-left: 33.3333333333%;
    }

    .span-5 {
        width: 41.6666666667%;
    }

    .offset-5 {
        margin-left: 41.6666666667%;
    }

    .span-6 {
        width: 50%;
    }

    .offset-6 {
        margin-left: 50%;
    }

    .span-7 {
        width: 58.3333333333%;
    }

    .offset-7 {
        margin-left: 58.3333333333%;
    }

    .span-8 {
        width: 66.6666666667%;
    }

    .offset-8 {
        margin-left: 66.6666666667%;
    }

    .span-9 {
        width: 75%;
    }

    .offset-9 {
        margin-left: 75%;
    }

    .span-10 {
        width: 83.3333333333%;
    }

    .offset-10 {
        margin-left: 83.3333333333%;
    }

    .span-11 {
        width: 91.6666666667%;
    }

    .offset-11 {
        margin-left: 91.6666666667%;
    }

    .span-12 {
        width: 100%;
    }

    .offset-12 {
        margin-left: 100%;
    }

    .per-row-1 .grid__col:nth-child(2), .per-row-2 .grid__col:nth-child(3), .per-row-3 .grid__col:nth-child(4), .per-row-4 .grid__col:nth-child(5) {
        clear: left;
    }
}

@media screen and (min-width:700px) and (max-width:959px) {
    .medium--span-1 {
        width: 8.3333333333%;
    }

    .medium--offset-1 {
        margin-left: 8.3333333333%;
    }

    .medium--span-2 {
        width: 16.6666666667%;
    }

    .medium--offset-2 {
        margin-left: 16.6666666667%;
    }

    .medium--span-3 {
        width: 25%;
    }

    .medium--offset-3 {
        margin-left: 25%;
    }

    .medium--span-4 {
        width: 33.3333333333%;
    }

    .medium--offset-4 {
        margin-left: 33.3333333333%;
    }

    .medium--span-5 {
        width: 41.6666666667%;
    }

    .medium--offset-5 {
        margin-left: 41.6666666667%;
    }

    .medium--span-6 {
        width: 50%;
    }

    .medium--offset-6 {
        margin-left: 50%;
    }

    .medium--span-7 {
        width: 58.3333333333%;
    }

    .medium--offset-7 {
        margin-left: 58.3333333333%;
    }

    .medium--span-8 {
        width: 66.6666666667%;
    }

    .medium--offset-8 {
        margin-left: 66.6666666667%;
    }

    .medium--span-9 {
        width: 75%;
    }

    .medium--offset-9 {
        margin-left: 75%;
    }

    .medium--span-10 {
        width: 83.3333333333%;
    }

    .medium--offset-10 {
        margin-left: 83.3333333333%;
    }

    .medium--span-11 {
        width: 91.6666666667%;
    }

    .medium--offset-11 {
        margin-left: 91.6666666667%;
    }

    .medium--span-12 {
        width: 100%;
    }

    .medium--offset-12 {
        margin-left: 100%;
    }

    .visible--medium {
        display: block;
    }

    .medium--per-row-1 .grid__col:nth-child(2), .medium--per-row-2 .grid__col:nth-child(3), .medium--per-row-3 .grid__col:nth-child(4), .medium--per-row-4 .grid__col:nth-child(5) {
        clear: left;
    }
}

@media screen and (min-width:960px) {
    .large--span-1 {
        width: 8.3333333333%;
    }

    .large--offset-1 {
        margin-left: 8.3333333333%;
    }

    .large--span-2 {
        width: 16.6666666667%;
    }

    .large--offset-2 {
        margin-left: 16.6666666667%;
    }

    .large--span-3 {
        width: 25%;
    }

    .large--offset-3 {
        margin-left: 25%;
    }

    .large--span-4 {
        width: 33.3333333333%;
    }

    .large--offset-4 {
        margin-left: 33.3333333333%;
    }

    .large--span-5 {
        width: 41.6666666667%;
    }

    .large--offset-5 {
        margin-left: 41.6666666667%;
    }

    .large--span-6 {
        width: 50%;
    }

    .large--offset-6 {
        margin-left: 50%;
    }

    .large--span-7 {
        width: 58.3333333333%;
    }

    .large--offset-7 {
        margin-left: 58.3333333333%;
    }

    .large--span-8 {
        width: 66.6666666667%;
    }

    .large--offset-8 {
        margin-left: 66.6666666667%;
    }

    .large--span-9 {
        width: 75%;
    }

    .large--offset-9 {
        margin-left: 75%;
    }

    .large--span-10 {
        width: 83.3333333333%;
    }

    .large--offset-10 {
        margin-left: 83.3333333333%;
    }

    .large--span-11 {
        width: 91.6666666667%;
    }

    .large--offset-11 {
        margin-left: 91.6666666667%;
    }

    .large--span-12 {
        width: 100%;
    }

    .large--offset-12 {
        margin-left: 100%;
    }

    .visible--large {
        display: block;
    }

    .large--per-row-1 .grid__col:nth-child(2), .large--per-row-2 .grid__col:nth-child(3), .large--per-row-3 .grid__col:nth-child(4), .large--per-row-4 .grid__col:nth-child(5) {
        clear: left;
    }
}

@media screen and (max-width:699px) {
    .grid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .grid--small .grid__row {
        box-sizing: border-box;
        margin-left: -10px;
        margin-right: -10px;
    }

        .grid--small .grid__row::after {
            clear: both;
            content: "";
            display: table;
        }

    .grid--small .grid__col {
        box-sizing: border-box;
        float: left;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
    }

    .small--span-1 {
        width: 8.3333333333%;
    }

    .small--span-2 {
        width: 16.6666666667%;
    }

    .small--span-3 {
        width: 25%;
    }

    .small--span-4 {
        width: 33.3333333333%;
    }

    .small--span-5 {
        width: 41.6666666667%;
    }

    .small--span-6 {
        width: 50%;
    }

    .small--span-7 {
        width: 58.3333333333%;
    }

    .small--span-8 {
        width: 66.6666666667%;
    }

    .small--span-9 {
        width: 75%;
    }

    .small--span-10 {
        width: 83.3333333333%;
    }

    .small--span-11 {
        width: 91.6666666667%;
    }

    .small--span-12 {
        width: 100%;
    }

    .visible--small {
        display: block;
    }

    .small--per-row-1 .grid__col:nth-child(2), .small--per-row-2 .grid__col:nth-child(3), .small--per-row-3 .grid__col:nth-child(4), .small--per-row-4 .grid__col:nth-child(5) {
        clear: left;
    }
}

.icon, .icon-circle {
    display: inline-block;
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.icon, .main {
    position: relative;
}

.helper--remove-margin-top {
    margin-top: 0 !important;
}

.helper--remove-margin-bottom {
    margin-bottom: 0 !important;
}

.pre {
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
}

@font-face {
    font-family: UniSans;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/UniSans/UniSansHeavy.eot?#iefix) format("embedded-opentype"),url(../fonts/UniSans/UniSansHeavy.woff) format("woff"),url(../fonts/UniSans/UniSansHeavy.ttf) format("truetype"),url(../fonts/UniSans/UniSansHeavy.svg#UniSans) format("svg");
}

@font-face {
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/icons/icons.eot?#iefix) format("embedded-opentype"),url(../fonts/icons/icons.woff) format("woff"),url(../fonts/icons/icons.ttf) format("truetype"),url(../fonts/icons/icons.svg#icons) format("svg");
}

.icon--angle-down:before, .search-filter__toggle:after, .tools__nav a:after, .user-card--match .job-matches__toggle:after {
    content: '\f101';
}

.icon--angle-left:before {
    content: '\f102';
}

.icon--angle-right:before {
    content: '\f103';
}

.icon--angle-up:before, .search-filter__toggle.open:after, .tools__nav a.open:after, .user-card--match .job-matches__toggle.open:after {
    content: '\f104';
}

.icon--benefits:before {
    content: '\f105';
}

.icon--calendar:before {
    content: '\f106';
}

.icon--camera:before, .profile-picture .image-upload-button:before {
    content: '\f107';
}

.icon--candidate:before {
    content: '\f108';
}

.icon--circle-up-arrow:before {
    content: '\f109';
}

.icon--clock:before {
    content: '\f10a';
}

.icon--close-circle:before {
    content: '\f10b';
}

.icon--close:before, .mfp-close:after, .tags-input__tag a:after {
    content: '\f10c';
}

.form__field-group--invalid .form__field-label:before, .icon--error-triangle:before {
    content: '\f10d';
}

.icon--facebook:before {
    content: '\f10e';
}

.icon--google-plus:before {
    content: '\f10f';
}

.icon--groups:before {
    content: '\f110';
}

.icon--info-circle:before {
    content: '\f111';
}

.icon--info:before {
    content: '\f112';
}

.icon--location:before {
    content: '\f113';
}

.icon--magnifying-glass:before {
    content: '\f114';
}

.icon--megaphone:before {
    content: '\f115';
}

.icon--messages:before {
    content: '\f116';
}

.icon--plus:before {
    content: '\f117';
}

.icon--pound:before {
    content: '\f118';
}

.icon--salary:before {
    content: '\f119';
}

.icon--search:before, .search-input:before {
    content: '\f11a';
}

.icon--sent-arrow:before {
    content: '\f11b';
}

.icon--settings:before {
    content: '\f11c';
}

.icon--skills:before {
    content: '\f11d';
}

.checkbox__input:checked + .checkbox__label:before, .icon--tick:before, .summary__item.summary__item--complete:after {
    content: '\f11e';
}

.icon--travel:before {
    content: '\f11f';
}

.icon--twitter:before {
    content: '\f120';
}

.icon--upload:before {
    content: '\f121';
}

.icon--user:before {
    content: '\f122';
}

.icon {
    top: 1px;
    font-family: icons;
    font-weight: 400;
    line-height: 1;
    speak: none;
}

.icon-circle {
    background: #000;
    border-radius: 100%;
    color: #fff;
    font-size: 2.2666666667rem;
    height: 60px;
    line-height: 60px;
    width: 60px;
}

    .icon-circle.icon-circle--small {
        font-size: .8666666667rem;
        height: 30px;
        line-height: 29px;
        width: 30px;
    }

    .icon-circle.icon-circle--brand {
        background-color: #fff;
    }

.brand--candidate .icon-circle.icon-circle--brand {
    color: #86ecaf;
}

.brand--recruiter .icon-circle.icon-circle--brand {
    color: #86daef;
}

a, body {
    color: #000;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: Nunito,sans-serif;
    font-weight: 300;
    font-size: .9375em;
    line-height: 1.3333333333;
}

*, :after, :before {
    box-sizing: inherit;
}

.form input[type=search], .job-card__image, .mfp-container, .search-field input[type=search], .search-field__input, img.mfp-img {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

.cropper-container img, .cropper-hide {
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: none !important;
}

::-moz-selection {
    background: #45c8a1;
    text-shadow: none;
}

::selection {
    background: #45c8a1;
    text-shadow: none;
}

.heading--h1, h1 {
    font-size: 50px;
    font-size: 3.3333333333rem;
}

.heading--h2, h2 {
    font-size: 38px;
    font-size: 2.5333333333rem;
}

.heading--h3, h3 {
    font-size: 29px;
    font-size: 1.9333333333rem;
}

.heading--h4, h4 {
    font-size: 22px;
    font-size: 1.4666666667rem;
}

.heading--h5, h5 {
    font-size: 17px;
    font-size: 1.1333333333rem;
}

.heading--h6, h6 {
    font-size: 15px;
    font-size: 1rem;
}

.heading, h1, h2, h3, h4, h5, h6 {
    font-family: UniSans,sans-serif !important;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.heading--p {
    font-family: Nunito,sans-serif;
    font-size: 1.0666666667rem;
    font-weight: 700;
    text-transform: none;
}

@media screen and (max-width:699px) {
    .heading--h1, h1 {
        font-size: 35px;
        font-size: 2.3333333333rem;
    }
}

.cropper-canvas, .cropper-crop-box, .cropper-drag-box, .cropper-modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cropper-face, .cropper-line, .cropper-point {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .1;
}

.cropper-container {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .cropper-container img {
        display: block;
        width: 100%;
        height: 100%;
        image-orientation: 0deg !important;
    }

.cropper-drag-box {
    background-color: #fff;
    opacity: 0;
}

.cropper-modal {
    background-color: #000;
    opacity: .5;
}

.cropper-view-box {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: #69f dashed 2px;
    outline-color: rgba(255,255,255,.75);
}

.cropper-dashed {
    position: absolute;
    display: block;
    border: 0 dashed #fff;
    opacity: .5;
}

    .cropper-dashed.dashed-h {
        top: 33.33333333%;
        left: 0;
        width: 100%;
        height: 33.33333333%;
        border-top-width: 1px;
        border-bottom-width: 1px;
    }

    .cropper-dashed.dashed-v {
        top: 0;
        left: 33.33333333%;
        width: 33.33333333%;
        height: 100%;
        border-right-width: 1px;
        border-left-width: 1px;
    }

.cropper-face {
    top: 0;
    left: 0;
    cursor: move;
    background: url(../img/crop-circle.png) top center no-repeat;
    background-size: 100%;
    opacity: 1;
}

.cropper-line, .cropper-point {
    background-color: #69f;
}

    .cropper-line.line-e {
        top: 0;
        right: -3px;
        width: 5px;
        cursor: e-resize;
    }

    .cropper-line.line-n {
        top: -3px;
        left: 0;
        height: 5px;
        cursor: n-resize;
    }

    .cropper-line.line-w {
        top: 0;
        left: -3px;
        width: 5px;
        cursor: w-resize;
    }

    .cropper-line.line-s {
        bottom: -3px;
        left: 0;
        height: 5px;
        cursor: s-resize;
    }

.cropper-point {
    width: 5px;
    height: 5px;
    opacity: .75;
}

    .cropper-point.point-e {
        top: 50%;
        right: -3px;
        margin-top: -3px;
        cursor: e-resize;
    }

    .cropper-point.point-n {
        top: -3px;
        left: 50%;
        margin-left: -3px;
        cursor: n-resize;
    }

    .cropper-point.point-w {
        top: 50%;
        left: -3px;
        margin-top: -3px;
        cursor: w-resize;
    }

    .cropper-point.point-s {
        bottom: -3px;
        left: 50%;
        margin-left: -3px;
        cursor: s-resize;
    }

    .cropper-point.point-ne {
        top: -3px;
        right: -3px;
        cursor: ne-resize;
    }

    .cropper-point.point-nw {
        top: -3px;
        left: -3px;
        cursor: nw-resize;
    }

    .cropper-point.point-sw {
        bottom: -3px;
        left: -3px;
        cursor: sw-resize;
    }

    .cropper-point.point-se {
        right: -3px;
        bottom: -3px;
        width: 20px;
        height: 20px;
        cursor: se-resize;
        opacity: 1;
    }

        .cropper-point.point-se:before {
            position: absolute;
            right: -50%;
            bottom: -50%;
            display: block;
            width: 200%;
            height: 200%;
            content: " ";
            background-color: #69f;
            opacity: 0;
        }

.mfp-container:before, .mfp-figure:after {
    content: '';
}

.cropper-hide, .mfp-bg, .mfp-wrap {
    left: 0;
    top: 0;
    position: fixed;
}

@media (min-width:768px) {
    .cropper-point.point-se {
        width: 15px;
        height: 15px;
    }
}

@media (min-width:992px) {
    .cropper-point.point-se {
        width: 10px;
        height: 10px;
    }
}

@media (min-width:1200px) {
    .cropper-point.point-se {
        width: 5px;
        height: 5px;
        opacity: .75;
    }
}

.cropper-bg {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
}

.cropper-invisible {
    opacity: 0;
}

.cropper-hide {
    z-index: -1;
    width: auto !important;
    height: auto !important;
    opacity: 0;
}

.mfp-bg, .mfp-container, .mfp-wrap {
    width: 100%;
    height: 100%;
}

.cropper-hidden {
    display: none !important;
}

.cropper-move {
    cursor: move;
}

.cropper-crop {
    cursor: crosshair;
}

.cropper-disabled.cropper-canvas, .cropper-disabled.cropper-face, .cropper-disabled.cropper-line, .cropper-disabled.cropper-point {
    cursor: not-allowed;
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
}

    .mfp-container:before {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none;
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
}

.mfp-figure:after, .mfp-iframe-scaler iframe {
    position: absolute;
    left: 0;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
}

    .mfp-close:focus, .mfp-close:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-figure, img.mfp-img {
    line-height: 0;
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:focus, .mfp-arrow:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: inset transparent;
    }

    .mfp-arrow .mfp-a, .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow .mfp-b, .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: .7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

.mfp-image-holder .mfp-content, img.mfp-img {
    max-width: 100%;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        display: block;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
    }

.mfp-figure:after, img.mfp-img {
    display: block;
    width: auto;
    height: auto;
}

img.mfp-img {
    padding: 40px 0;
    margin: 0 auto;
}

.mfp-figure:after {
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.button, .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    padding-right: 36px;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.brand--candidate > .main {
    background-color: #86ecaf;
}

.brand--recruiter > .main {
    background-color: #86daef;
}

header {
    color: #000;
}

.button, .button.button--disabled:hover {
    border: 3px solid #000;
    background: #000;
    color: #fff;
}

.content-wrapper {
    padding: 50px 0 80px;
}

    .content-wrapper.content-wrapper--nopad-top {
        padding-top: 0;
    }

    .content-wrapper.content-wrapper--nopad-bottom {
        padding-bottom: 0;
    }

.section {
    margin: 60px 0 63px;
}

    .section.section--fill {
        background: #fff;
        padding: 60px 0;
    }

    .section .section__heading {
        font-size: 2rem;
        margin-top: 0;
        text-align: center;
    }

.editor-content {
    font-family: Nunito,sans-serif !important;
}

    .editor-content::after {
        clear: both;
        content: "";
        display: table;
    }

    .editor-content h1, .editor-content h2, .editor-content h3, .editor-content h4, .editor-content h5, .editor-content h6 {
        font-family: Nunito,sans-serif !important;
        font-style: normal !important;
        font-weight: 700 !important;
        text-transform: none;
    }

.button, .form--sign-in .forgot-password-container, .form__field-label {
    font-style: normal;
    font-family: Nunito,sans-serif;
}

.editor-content .left, .editor-content .right {
    margin-bottom: 10px;
}

.editor-content .left {
    float: left;
    margin-right: 20px;
}

.editor-content .right {
    float: right;
    margin-left: 20px;
}

.editor-content .fluidvids {
    margin: 40px 0 20px;
}

.editor-content table {
    background: #fff;
    border: 1px solid #000;
    margin-bottom: 25px;
    width: 100%;
}

    .editor-content table td, .editor-content table th {
        border: 1px solid #000;
        border-width: 0 1px 1px 0;
        padding: 10px;
        text-align: left;
    }

.button, .button-group, .footer, .form__actions, .form__fieldset__description, .form__legend {
    text-align: center;
}

.editor-content table thead, .editor-content table tr:first-child {
    background: #d9d9d9;
    font-weight: 700;
}

.button {
    font-weight: 400;
    border-radius: 3px;
    display: inline-block;
    font-size: 1.1333333333rem;
    padding: 12px 60px;
}

    .button--transparent, .button--transparent.button--disabled:hover, .button:hover {
        color: #000;
        background: 0 0;
    }

.button--full {
    display: block;
    padding: 12px 20px;
    width: 100%;
}

.button--disabled {
    cursor: default;
    opacity: .05;
}

.button--secondary, .button--secondary.button--disabled:hover {
    background: #e5e5e5;
    border: 3px solid #e5e5e5;
    color: #000;
}

.button--pill {
    border-radius: 500px;
    padding-left: 20px;
    padding-right: 20px;
}

    .button--pill .icon {
        margin-right: 4px;
    }

.button.button--accent-recruiter {
    background-color: #72bacb;
    border-color: #72bacb;
    color: #000;
}

    .button.button--accent-recruiter:hover {
        background: 0 0;
    }

.button.button--accent-candidate {
    background-color: #6ecf97;
    border-color: #6ecf97;
    color: #000;
}

    .button.button--accent-candidate:hover {
        background: 0 0;
    }

.button-group .button {
    margin: 0 5px;
}

@media screen and (max-width:699px) {
    .button {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        margin-bottom:10px;
    }

    .button--inline {
        display: inline-block;
        width: auto;
    }

    .button--half {
        margin: 0 2%;
        width: 45%;
    }

    .button-group .button {
        margin: 10px 0;
    }
}

.footer {
    background: #fff;
    color: #949494;
    padding: 30px 0;
}

    .footer .jobs-logo {
        height: 42px;
        width: 179px;
    }

.footer__nav {
    margin: 30px 0;
}

    .footer__nav a, .footer__nav li {
        display: inline-block;
    }

.form, .form__legend {
    display: block;
}

.footer__nav li {
    border-bottom: 1px solid #ececec;
}

    .footer__nav li:first-child {
        border-top: 1px solid #ececec;
    }

.footer__nav a {
    color: #949494;
    padding: 15px 60px;
}

.form-container {
    margin: 0 auto;
    max-width: 550px;
}

.form input[type=color], .form input[type=date], .form input[type=datetime], .form input[type=datetime-local], .form input[type=email], .form input[type=month], .form input[type=password], .form input[type=tel], .form input[type=text], .form input[type=number], .form input[type=time], .form input[type=url], .form input[type=week], .form input[type=search], .form textarea {
    -webkit-appearance: none;
}

    .form input[type=color]::-webkit-input-placeholder, .form input[type=date]::-webkit-input-placeholder, .form input[type=datetime]::-webkit-input-placeholder, .form input[type=datetime-local]::-webkit-input-placeholder, .form input[type=email]::-webkit-input-placeholder, .form input[type=month]::-webkit-input-placeholder, .form input[type=password]::-webkit-input-placeholder, .form input[type=tel]::-webkit-input-placeholder, .form input[type=text]::-webkit-input-placeholder, .form input[type=number]::-webkit-input-placeholder, .form input[type=time]::-webkit-input-placeholder, .form input[type=url]::-webkit-input-placeholder, .form input[type=week]::-webkit-input-placeholder, .form input[type=search]::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
        color: #999;
    }

    .form input[type=color]::-moz-placeholder, .form input[type=date]::-moz-placeholder, .form input[type=datetime]::-moz-placeholder, .form input[type=datetime-local]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=month]::-moz-placeholder, .form input[type=password]::-moz-placeholder, .form input[type=tel]::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=number]::-moz-placeholder, .form input[type=time]::-moz-placeholder, .form input[type=url]::-moz-placeholder, .form input[type=week]::-moz-placeholder, .form input[type=search]::-moz-placeholder, .form textarea::-moz-placeholder {
        color: #999;
    }

    .form input[type=color]:-moz-placeholder, .form input[type=date]:-moz-placeholder, .form input[type=datetime]:-moz-placeholder, .form input[type=datetime-local]:-moz-placeholder, .form input[type=email]:-moz-placeholder, .form input[type=month]:-moz-placeholder, .form input[type=password]:-moz-placeholder, .form input[type=tel]:-moz-placeholder, .form input[type=text]:-moz-placeholder, .form input[type=number]:-moz-placeholder, .form input[type=time]:-moz-placeholder, .form input[type=url]:-moz-placeholder, .form input[type=week]:-moz-placeholder, .form input[type=search]:-moz-placeholder, .form textarea:-moz-placeholder {
        color: #999;
    }

    .form input[type=color]:-ms-input-placeholder, .form input[type=date]:-ms-input-placeholder, .form input[type=datetime]:-ms-input-placeholder, .form input[type=datetime-local]:-ms-input-placeholder, .form input[type=email]:-ms-input-placeholder, .form input[type=month]:-ms-input-placeholder, .form input[type=password]:-ms-input-placeholder, .form input[type=tel]:-ms-input-placeholder, .form input[type=text]:-ms-input-placeholder, .form input[type=number]:-ms-input-placeholder, .form input[type=time]:-ms-input-placeholder, .form input[type=url]:-ms-input-placeholder, .form input[type=week]:-ms-input-placeholder, .form input[type=search]:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
        color: #999;
    }

    .form input[type=color].placeholder, .form input[type=date].placeholder, .form input[type=datetime].placeholder, .form input[type=datetime-local].placeholder, .form input[type=email].placeholder, .form input[type=month].placeholder, .form input[type=password].placeholder, .form input[type=tel].placeholder, .form input[type=text].placeholder, .form input[type=number].placeholder, .form input[type=time].placeholder, .form input[type=url].placeholder, .form input[type=week].placeholder, .form input[type=search].placeholder, .form textarea.placeholder {
        color: #999;
    }

.form textarea {
    max-width: 100%;
    resize: vertical;
}

.form__fieldset {
    border: 0;
    margin: 60px 0 0;
    padding: 0;
    position: relative;
}

    .form__fieldset.form__fieldset--first {
        margin-top: 0;
    }

.form__legend {
    font-size: 2.1333333333rem;
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
}

.form__fieldset__description {
    margin-top: 0;
}

.form__field-group {
    display: block;
    margin-bottom: 14px;
}

.form__field-label {
    font-weight: 700;
    cursor: default;
    display: inline-block;
    font-size: 1.1333333333rem;
    max-width: 100%;
    padding-bottom: 5px;
    -webkit-transition: color .1s ease-in;
    transition: color .1s ease-in;
}

.form__field-label-help {
    font-size: .8rem;
    font-weight: 400;
    padding-left: 10px;
}

.form__field-help {
    display: block;
}

    .form__field-help.form__field-help--above {
        margin-bottom: 10px;
    }

.dropdown__selected, .form__field, .tags-input {
    background: #fff;
    border: 3px solid #fff;
    border-radius: 3px;
    display: block;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
    padding: 13px 22px;
    -webkit-transition: box-shadow .1s ease-in,border .1s ease-in;
    transition: box-shadow .1s ease-in,border .1s ease-in;
    width: 100%;
}

    .dropdown__selected:focus, .form__field:focus, .tags-input:focus {
        box-shadow: 0 0 0 3px rgba(0,0,0,.2);
        outline: 0;
    }

    .form__field.form__field--small {
        width: 50%;
    }

.button.form__button {
    height: 47px;
    padding: 12px 20px;
}

.form__required {
    padding-right: 3px;
}

.form__actions {
    margin-top: 20px;
}

    .form__actions .button.form__button {
        height: auto;
    }

.dropdown, .dropdown__selected {
    position: relative;
    height: 53px;
}

.form__field-group--address .form__field-group {
    margin-bottom: 10px;
}

.form__field-group--textonly p {
    margin: 0 0 10px;
}

.form__field__columns {
    display: table;
    margin-bottom: 14px;
    width: 100%;
}

    .form__field__columns .form__field-group {
        display: table-cell;
        padding-left: 10px;
        padding-right: 10px;
        vertical-align: top;
    }

        .form__field__columns .form__field-group:first-child {
            padding-left: 0;
        }

        .form__field__columns .form__field-group:last-child {
            padding-right: 0;
        }

    .form__field__columns .form__error {
        margin-bottom: 0;
    }

@media screen and (max-width:699px) {
    .form__legend {
        font-size: 2rem;
    }

    .form__field.form__field--small {
        width: 100%;
    }

    .form__field__columns {
        display: block;
        margin-bottom: 0;
    }

        .form__field__columns .form__field-group {
            display: block;
            padding-left: 0;
            padding-right: 0;
        }
}

.field-addon {
    position: relative;
}

    .field-addon .field-addon__addon {
        background: #d9d9d9;
        border-radius: 3px 0 0 3px;
        bottom: 0;
        font-size: 1rem;
        font-weight: 700;
        padding-top: 17px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 50px;
    }

    .field-addon .field-addon__addon--before {
        border-radius: 3px 0 0 3px;
        left: 0;
    }

    .field-addon .field-addon__addon--after {
        border-radius: 0 3px 3px 0;
        right: 0;
    }

    .field-addon.field-addon--before .form__field {
        padding-left: 55px;
    }

    .field-addon.field-addon--after .form__field {
        padding-right: 55px;
    }

.form__field-group--invalid .field-addon .field-addon__addon {
    bottom: 3px;
    top: 3px;
}

.form__field-group--invalid .field-addon .field-addon__addon--before {
    left: 3px;
}

.form__field-group--invalid .field-addon .field-addon__addon--after {
    right: 3px;
}

.form--borders .checkbox__label:before, .form--borders .form__field {
    border-color: #e0e0e0;
}

.form--sign-in {
    margin-top: 40px;
}

    .form--sign-in .forgot-password-container {
        font-weight: 700;
        float: right;
        margin-top: -12px;
    }

    .form--sign-in .remember-me-container, .header__logo {
        float: left;
    }

@media screen and (max-width:699px) {
    .form--sign-in {
        margin-top: 22px;
    }

        .form--sign-in legend {
            font-size: 1.6666666667rem;
        }
}

.form__field-group--invalid .form__field-label {
    color: #b80404;
}

    .form__field-group--invalid .form__field-label:before {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: icons;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        padding-right: 5px;
    }

.form__error, .form__error .form__error__count, .form__field-error, .form__field-error-container {
    font-family: Nunito,sans-serif;
    font-style: normal;
    font-weight: 400;
}

.form__field-group--invalid .checkbox__label:before, .form__field-group--invalid .form__field {
    border-color: #b80404;
}

.form__field-error-container {
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in;
}

    .form__field-error-container.filled {
        margin-top: -8px;
        opacity: 1;
    }

.form__field-group--checkboxes .form__field-error-container.filled, .form__field-group--range-checkboxes .form__field-error-container.filled {
    margin-top: 0;
}

.form__error {
    background: #b80404;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    min-height: 70px;
    padding: 16px 22px;
}

    .form__error .button {
        border-color: #fff;
        color: #fff;
    }

        .form__error .button:hover {
            color: #fff;
        }

        .form__error .button .icon {
            font-size: 1.4666666667rem;
            padding-left: 5px;
        }

    .form__error .form__error-icon {
        float: left;
        font-size: 2.3333333333rem;
        padding-right: 20px;
    }

    .form__error p {
        margin: 0;
        text-align: left;
    }

    .form__error .form__error__cta {
        margin-top: 10px;
        text-align: center;
    }

.form__error--no-sort-it {
    margin-bottom: 15px;
}

.form__field-error {
    min-height: 0;
}

.dropdown {
    margin-bottom: 5px;
}

.dropdown__selected {
    display: block;
    line-height: 50px;
    margin: 0;
    padding: 0 22px;
    z-index: 1;
}

    .dropdown__selected:after {
        content: '\25BC';
        font-size: .6666666667rem;
        height: .6666666667rem;
        line-height: 1;
        margin-top: -3px;
        position: absolute;
        right: 20px;
        top: 50%;
    }

.dropdown--fill .dropdown__selected {
    background-color: #e0e0e0;
    border-color: #e0e0e0;
}

.dropdown--border .dropdown__selected {
    border-color: #e0e0e0;
}

.dropdown__select {
    -webkit-appearance: menulist-button;
    -moz-appearance: menulist-button;
    -ms-appearance: menulist-button;
    -o-appearance: menulist-button;
    appearance: menulist-button;
    border: 0;
    display: block;
    height: 53px;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.form__field-group--invalid .dropdown__selected {
    border-color: #b80404;
}

.checkbox {
    display: table;
    margin-bottom: 10px;
}

    .checkbox .checkbox__inner {
        border: 0;
        cursor: pointer;
        display: table-cell;
        height: 50px;
        padding-right: 15px;
        position: relative;
        vertical-align: middle;
    }

    .checkbox.checkbox--disabled {
        cursor: default;
        opacity: .4;
    }

        .checkbox.checkbox--disabled .checkbox__label:before {
            cursor: default;
        }

    .checkbox.checkbox--fill .checkbox__label:before {
        background: #e0e0e0;
    }

.checkbox__input {
    left: 15px;
    position: absolute;
    top: 15px;
}

    .checkbox__input:focus {
        outline: 0;
    }

        .checkbox__input:focus + .checkbox__label:before {
            box-shadow: 0 0 0 3px rgba(0,0,0,.2);
        }

.tags-input input, .tags-input input:focus {
    border: 0;
    box-shadow: none;
}

.checkbox__input:checked + .checkbox__label:before {
    font-family: icons;
}

.bubble-hero .bubble-hero__signin a, .bubble-hero .bubble-hero__subheading, .notification-bar__heading, .notification-bar__sub-heading {
    font-family: Nunito,sans-serif;
    font-style: normal;
}

.checkbox__label {
    display: block;
    padding-left: 65px;
}

    .checkbox__label:before {
        background: #fff;
        border: 3px solid !important;
        border: 3px solid #fff;
        border-radius: 3px;
        content: '';
        cursor: pointer;
        display: block;
        font-size: 1.6666666667rem;
        font-weight: 700;
        height: 50px;
        left: 0;
        line-height: 48px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 50px;
    }

.checkbox--radio .checkbox__label:before {
    border-radius: 51%;
}

@media screen and (min-width:700px) {
    .checkbox-columns::after {
        clear: both;
        content: "";
        display: table;
    }

    .checkbox-columns .checkbox {
        float: left;
        width: 50%;
    }

        .checkbox-columns .checkbox:nth-of-type(odd) {
            clear: both;
        }
}

.form__field-group--range-checkboxes {
    text-align: center;
}

.checkbox-range {
    display: table;
    margin: 0 auto 40px;
    table-layout: fixed;
    width: 100%;
}

.checkbox-range__group {
    display: table-cell;
    width: 50%;
}

    .checkbox-range__group .checkbox-range__label {
        display: block;
    }

        .checkbox-range__group .checkbox-range__label label {
            margin: 0;
        }

    .checkbox-range__group:first-child .checkbox-range__label {
        margin-right: 60px;
        text-align: left;
    }

    .checkbox-range__group:last-child .checkbox-range__label {
        margin-left: 60px;
        text-align: right;
    }

.checkbox-range__inputs {
    display: table;
    width: 100%;
}

    .checkbox-range__inputs .checkbox-range__input {
        display: table-cell;
        text-align: center;
    }

    .checkbox-range__inputs .checkbox {
        display: inline-block;
        margin: 0;
    }

        .checkbox-range__inputs .checkbox .checkbox__label {
            padding-left: 46px;
        }

@media screen and (max-width:699px) {
    .checkbox-range {
        margin-bottom: 0;
    }

    .checkbox-range__inputs .checkbox {
        height: 40px;
    }

        .checkbox-range__inputs .checkbox .checkbox__label {
            padding-left: 35px;
            padding-top: 15px;
        }

        .checkbox-range__inputs .checkbox .checkbox__input {
            left: 15px;
            position: absolute;
            top: 15px;
        }

        .checkbox-range__inputs .checkbox .checkbox__label:before {
            font-size: 1.3333333333rem;
            height: 40px;
            line-height: 38px;
            width: 40px;
        }

    .checkbox-range__group:first-child .checkbox-range__label {
        margin-right: 20px;
    }

    .checkbox-range__group:last-child .checkbox-range__label {
        margin-left: 20px;
    }
}

.header {
    background-color: #fff;
    height: 105px;
    padding: 22px 0;
    position: relative;
    z-index: 10;
}

.header__navigation {
    float: right;
}

@media screen and (max-width:699px) {
    .header {
        height: 75px;
        padding-bottom: 14px;
        padding-top: 14px;
    }

    .header__logo .jobs-logo {
        background-image: url(../svg/logo-no-tagline.svg);
        height: 42px;
        width: 186px;
    }
}

.heading-block {
    padding: 0 0 60px;
    text-align: left;
}

.heading-block--center {
    text-align: center;
}

.heading-block--right {
    text-align: right;
}

.heading-block__heading {
    margin: 0;
}

.heading-block__sub-heading {
    margin: 10px 0 0;
}

.heading-block__text {
    margin: 0;
}

.heading-block--fill {
    padding-top: 60px;
}

.brand--candidate .heading-block--fill {
    background-color: #6ecf97;
}

.brand--recruiter .heading-block--fill {
    background-color: #72bacb;
}

.hero {
background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: block;
    height: 378px;
    margin-bottom: 30px;
    width: 100%;
}

@media screen and (max-width:699px) {
    .hero {
        height: 160px;
    }
}

.horizontal-rule {
    background: rgba(0,0,0,.15);
    border: 0;
    height: 2px;
    margin: 50px auto;
    outline: 0;
    padding: 0;
    width: 150px;
}

    .horizontal-rule.horizontal-rule--black {
        background: #000;
    }

@media screen and (max-width:699px) {
    .horizontal-rule {
        margin: 35px auto;
    }
}

.bubble-hero {
    min-height: 579px;
    overflow: hidden;
    position: relative;
}

    .bubble-hero:before {
        background: url(../svg/bubbles.svg) no-repeat;
        background-size: 100%;
        content: '';
        left: 50%;
        margin: 0 0 0 -473px;
        min-height: 579px;
        position: absolute;
        top: 0;
        width: 946px;
        z-index: -1;
    }

.profile-header::after, .profile-picture__zoom-controls::after, .sign-in-cta::after {
    clear: both;
    content: "";
}

.bubble-hero .bubble-hero__inner {
    margin: 0 auto;
    max-width: 900px;
    padding-top: 90px;
    text-align: center;
}

.bubble-hero .bubble-hero__heading {
    margin: 0 0 5px;
}

.bubble-hero .bubble-hero__subheading {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.3333333333;
    margin: 0;
    text-transform: none;
}

.bubble-hero .bubble-hero__cta {
    margin-top: 30px;
}

    .bubble-hero .bubble-hero__cta a {
        margin: 0 10px;
    }

.bubble-hero .bubble-hero__signin {
    margin: 20px 0 0;
}

    .bubble-hero .bubble-hero__signin a {
        font-weight: 700;
    }

.bubble-hero--home .bubble-hero__inner {
    padding-top: 140px;
}

@media screen and (max-width:699px) {
    .bubble-hero:before {
        margin-left: -350px;
        min-height: 428px;
        width: 700px;
    }

    .bubble-hero .bubble-hero__inner {
        max-width: 660px;
        padding-top: 60px;
    }

    .bubble-hero .bubble-hero__cta {
        margin-top: 30px;
    }

        .bubble-hero .bubble-hero__cta a {
            margin: 10px 0;
        }
}

.jobs-logo, .nav ul {
    padding: 0;
    margin: 0;
}

.md--no-svg .bubble-hero:before {
    background-image: url(../img/bubbles-946.png);
}

@media screen and (max-width:699px) {
    .md--no-svg .bubble-hero:before {
        background-image: url(../img/bubbles-575.png);
    }
}

.jobs-logo {
    background-image: url(../img/Logo.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 76px;
    width: 256px;
    margin-top: -5px;
}

.jobs-logo--no-tagline {
    background-image: url(../svg/logo-no-tagline.svg);
    height: 42px;
    width: 186px;
}

.jobs-logo__inner {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background: 0 0;
    display: block;
    height: 100%;
    width: 100%;
}

.md--no-svg .jobs-logo {
    background-image: url(../img/logo.png);
}

.md--no-svg .jobs-logo--no-tagline {
    background-image: url(../img/logo-no-tagline.png);
}

.nav ul {
    list-style: none;
}

.nav--circle {
    margin-top: 40px;
    text-align: center;
}

    .nav--circle a, .nav--circle li {
        vertical-align: middle;
    }

    .nav--circle li {
        display: inline-block;
        margin: 0 20px 20px;
    }

    .nav--circle a {
        background: #000;
        border-radius: 50%;
        color: #fff;
        display: table-cell;
        font-size: 1rem;
        height: 130px;
        text-align: center;
        width: 130px;
    }

    .nav--circle .icon {
        display: block;
        font-size: 3.2rem;
        margin-bottom: 10px;
    }

@media screen and (max-width:959px) {

    /* -- Change --
        heading-block__heading

    */
    .heading-block__heading {
        font-size: 24px;
    }

    .nav--circle li {
        margin-left: 3px;
        margin-right: 3px;
    }
}

.navigation ol, .navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navigation-item--quicksearch {
    display: inline-block;
    font-size: 1.6rem;
    height: 44px;
    line-height: 44px;
    text-align: center;
    vertical-align: middle;
    width: 44px;
}

    .navigation-item--quicksearch:hover {
        color: #b3b3b3;
    }

    .navigation-item--quicksearch .icon--search {
        -moz-osx-font-smoothing: auto;
        -webkit-font-smoothing: auto;
    }

    .navigation-item--quicksearch .icon--close {
        font-size: 1rem;
        left: -2px;
        top: -5px;
    }

@media screen and (max-width:699px) {
    .navigation-item--quicksearch {
        font-size: 1.4666666667rem;
    }
}

.notification-bar {
    opacity: 1;
    overflow: hidden;
    }


.notification-bar__inner {
    padding: 20px 0;
}

.notification-bar--warning {
    background: #fd7;
}

.notification-bar__heading, .notification-bar__sub-heading {
    font-weight: 700;
    font-size: 1.3333333333rem;
    margin: 0;
    text-transform: none;
}

.notification-bar__sub-heading {
    margin-top: 12px;
}

.notification-bar__text {
    font-size: 1rem;
    margin-bottom: 0;
}

.notification-bar__actions {
    text-align: right;
}

.notification-bar__links {
    font-size: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .notification-bar__links a {
        font-weight: 700;
    }

    .notification-bar__links li {
        margin-bottom: 5px;
    }

@media screen and (max-width:699px) {
    .notification-bar, .notification-bar__actions {
        text-align: center;
    }

    .notification-bar {
        padding: 30px 0 40px;
    }

    .notification-bar__heading, .notification-bar__sub-heading {
        margin: 0;
    }

    .notification-bar__actions {
        margin-top: 20px;
    }

    .notification-bar__links .button {
        margin-bottom: 10px;
    }
}

.js .js-other-field__field {
    display: none;
}

.profile-header {
    padding: 50px 0 40px;
    position: relative;
}

    .profile-header::after {
        display: table;
    }

.profile-header--no-pad {
    padding: 50px 0 0;
}

.profile-heading {
    font-size: 2rem;
    margin-bottom: 0;
    text-align: center;
}

.profile-heading__cta {
    margin-left: 10px;
}

    .profile-heading__cta i {
        font-size: 18px;
        margin-top: 2px;
        vertical-align: top;
    }

    .profile-heading__cta span {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

.profile-block__sub-heading, .profile-nav a {
    font-family: Nunito,sans-serif;
}

.profile-nav {
    margin-top: -80px;
    position: absolute;
    top: 50%;
}

    .profile-nav ul {
        display: table;
    }

    .profile-nav li {
        display: table-cell;
        vertical-align: bottom;
    }

    .profile-nav a {
        font-style: normal;
        font-weight: 400;
        display: block;
        font-size: 1.1333333333rem;
        position: relative;
        text-align: center;
        width: 150px;
    }

    .profile-nav .icon {
        display: block;
        font-size: 3.3333333333rem;
        margin: 0 auto 15px;
    }

        .profile-nav .icon.icon--messages {
            font-size: 2.6666666667rem;
            margin-bottom: 19px;
        }

    .profile-nav .alert-bubble {
        position: absolute;
        right: 0;
        top: -14px;
    }

.profile-nav--left {
    left: 0;
}

.profile-nav--right {
    right: 0;
}

.profile-bio__success {
    display: none;
}

@media screen and (min-width:960px) {
    .profile-nav .alert-bubble {
        right: 34px;
    }
}

@media screen and (min-width:700px) and (max-width:959px) {
    .profile-nav__container {
        margin-top: 20px;
        text-align: center;
    }

    .profile-nav {
        display: inline-block;
        margin-top: 0;
        position: static;
    }

        .profile-nav ul {
            margin: 0 auto;
        }

        .profile-nav li {
            display: inline-block;
            margin: 0 20px;
        }

        .profile-nav a {
            width: auto;
        }
}

@media screen and (max-width:699px) {
    .profile-header {
        padding-top: 20px;
    }

    .profile-nav, .profile-nav__container {
        margin-top: 20px;
        text-align: center;
    }

        .profile-nav, .profile-nav li {
            display: inline-block;
        }

    .profile-heading {
        font-size: 1.6666666667rem;
    }

    .profile-nav {
        position: static;
    }

        .profile-nav ul {
            margin: 0 auto;
        }

        .profile-nav a {
            font-size: 1rem;
            width: 130px;
        }

        .profile-nav .alert-bubble {
            right: 28px;
        }
}

.profile-block {
    margin-bottom: 25px;
}

.profile-block__heading {
    font-size: 2rem;
    margin: 0 0 25px;
    padding: 0;
    text-align: center;
}

.profile-block__sub-heading {
    font-style: normal;
    font-weight: 700;
    font-size: 1.1333333333rem;
    margin: 0 0 12px;
    padding: 0;
    text-align: left;
    text-transform: none;
}

.profile-picture-modal, .sign-in-cta {
    text-align: center;
}

.profile-block__content p {
    margin: 0 0 25px;
    padding: 0;
}

@media screen and (max-width:699px) {
    .profile-block__heading {
        font-size: 1.6666666667rem;
    }

    .profile-block__sub-heading {
        font-size: 1rem;
        text-align: center;
    }
}

.profile-picture .image-upload-button {
    font-size: 0;
    background: 0 0;
    display: none;
    height: 100px;
    left: 50%;
    line-height: 100px;
    margin-left: -50px;
    position: absolute;
    text-align: center;
    top: 35%;
    width: 100px;
}

    .profile-picture .image-upload-button:before {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: icons;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow: hidden;
        font-size: 3.3333333333rem;
    }

.profile-picture:hover .image-upload-button {
    display: block;
    z-index: 1;
}

.profile-picture-modal .button {
    margin: 0 5px;
    padding: 12px 35px;
}

.profile-picture-modal__modal-screen {
    padding: 15px 0;
}

.profile-picture-modal__heading {
    font-size: 2.1333333333rem;
    margin: 0 0 20px;
}

.profile-picture-modal__crop-image-canvas {
    max-height: 420px;
    max-width: 560px;
}

.profile-pic__webcam-canvas {
    margin: 0 auto;
}

    .profile-pic__webcam-canvas h3 {
        font-family: Nunito,sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 1.2rem;
        padding-top: 70px;
        text-transform: none;
    }

.profile-pic__hint {
    font-size: .8666666667rem;
    padding-top: 10px;
}

.profile-pic__actions {
    margin-top: 30px;
}

.profile-picture-modal__crop-container {
    max-height: 420px;
    max-width: 560px;
    position: relative;
}

.profile-picture__zoom-controls {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 10;
}

    .profile-picture__zoom-controls::after {
        display: table;
    }

    .profile-picture__zoom-controls .button {
        display: block;
        float: left;
        height: 32px;
        margin: 5px 0 0 5px;
        padding: 0;
        width: 32px;
    }

.js-show-password__text, .md--touch .js-pp-take-photo {
    display: none;
}

@media screen and (max-width:699px) {
    .profile-pic__actions .button {
        margin: 0 0 10px;
    }

    .profile-picture:after {
        background-size: 150px 150px;
    }

    @media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
        .profile-picture:after {
            background-size: 150px 150px;
        }
    }
}

.js-show-password__checkbox {
    margin-top: -10px;
}

.sign-in-cta {
    margin-bottom: 60px;
}

    .sign-in-cta::after {
        display: table;
    }

.sign-in-cta__text {
    padding-right: 20px;
    text-align: right;
}

.sign-in-cta__button, .sign-in-cta__text {
    /*float: left;*/
    width: 50%;
}

@media screen and (max-width:699px) {
    .sign-in-cta__text {
        padding: 0;
        text-align: center;
    }

    .sign-in-cta__button, .sign-in-cta__text {
        float: none;
        width: 100%;
    }
}

.tags-input {
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    cursor: text;
    max-width: 100%;
    vertical-align: middle;
}

.brand--candidate .tags-input {
    background-color: #6ecf97;
    border-color: #6ecf97;
}

.brand--recruiter .tags-input {
    background-color: #72bacb;
    border-color: #72bacb;
}

.tags-input input {
    background-color: transparent;
    margin: 0;
    max-width: inherit;
    outline: 0;
    padding: 0;
    width: auto;
}

.tags-input__tag {
    background: #fff;
    color: #000;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 10px 20px;
}

    .tags-input__tag a {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        cursor: pointer;
        margin-left: 8px;
    }

        .tags-input__tag a:after, .tools__nav a:after {
            -moz-osx-font-smoothing: grayscale;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
        }

        .tags-input__tag a:after, .tools__nav a, .tools__nav a:after {
            display: inline-block;
            font-style: normal;
            font-weight: 400;
        }

        .tags-input__tag a:after {
            position: relative;
            font-family: icons;
            color: #000;
            font-size: .8rem;
            top: 0;
        }

.brand--candidate .tags-input__tag a:after {
    color: #6ecf97;
}

.brand--recruiter .tags-input__tag a:after {
    color: #72bacb;
}

.tags-input .tt-dropdown-menu {
    background: #fff;
    border-top: 2px solid #e5e5e5;
    min-width: 200px;
}

.brand--candidate .tags-input .tt-dropdown-menu {
    border-color: #86ecaf;
}

.brand--recruiter .tags-input .tt-dropdown-menu {
    border-color: #86daef;
}

.tags-input .tt-suggestion {
    border-bottom: 1px solid #ececec;
    cursor: pointer;
    padding: 12px 15px;
}

    .tags-input .tt-suggestion p {
        margin: 0;
    }

    .tags-input .tt-suggestion.tt-cursor, .tags-input .tt-suggestion:hover {
        background-color: #f1f1f1;
    }

.tools {
    margin-bottom: 70px;
}

.tools__nav {
    text-align: center;
}

    .tools__nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .tools__nav a, .tools__nav li {
        display: inline-block;
    }

    .tools__nav a {
        font-family: Nunito,sans-serif;
        border-radius: 3px;
        cursor: pointer;
        font-size: 1.1333333333rem;
        padding: 12px 60px;
        text-align: center;
        background: #e5e5e5;
        border: 0;
        color: #000;
        position: relative;
    }

        .tools__nav a.button--disabled:hover {
            background: #000;
            border: 3px solid #000;
            color: #fff;
        }

.brand--candidate .tools__nav a {
    background: #6ecf97;
}

.brand--recruiter .tools__nav a {
    background: #72bacb;
}

.tools__nav a:after {
    font-family: icons;
    padding-right: 20px;
    position: absolute;
    right: 20px;
    top: 14px;
}

.tools__nav a.open {
    background: #e5e5e5;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.brand--candidate .tools__nav a.open, .brand--recruiter .tools__nav a.open {
    background: #fff;
}

.tools--border .tools__nav a {
    border: 2px solid #e5e5e5;
}

    .tools--border .tools__nav a.open {
        background: #fff;
        border-bottom-color: #fff;
    }

.tools__nav.tools__nav--small a {
    font-size: 1rem;
    padding: 8px 40px 8px 20px;
}

    .tools__nav.tools__nav--small a:after {
        padding-right: 0;
        top: 10px;
    }

.tools__buttons {
    margin-top: 30px;
}

@media screen and (max-width:699px) {
    .tools__nav a, .tools__nav li {
        display: block;
    }

    .tools__nav a {
        border-color: #fff;
        border-radius: 0;
        border-style: solid;
        border-width: 0 0 2px;
        width: 100%;
    }

    .brand--candidate .tools__nav a {
        border-color: #86ecaf;
    }

    .brand--recruiter .tools__nav a {
        border-color: #86daef;
    }

    .tools--border .tools__nav a {
        border-width: 2px 0;
    }

        .tools--border .tools__nav a.open {
            border-bottom-color: #e5e5e5;
        }
}

.tools__content p {
    margin-top: 0;
}

.tools__content .tool {
    background: #e5e5e5;
    text-align: center;
}

.brand--candidate .tools__content .tool, .brand--recruiter .tools__content .tool, .tools--border .tools__content .tool {
    background: #fff;
}

.tools--border .tools__content {
    background: #fff;
    margin-top: -2px;
}

    .tools--border .tools__content .tool:first-child {
        border-top: 2px solid #e5e5e5;
    }

    .tools--border .tools__content .tool:last-child {
        border-bottom: 2px solid #e5e5e5;
    }

.tools__content .tool__inner {
    padding: 40px 0;
}

.md--js .tools__content .tool {
    display: none;
}

.md--js .tools__content .tool__inner {
    opacity: 0;
}

.cards {
    overflow: visible;
    position: relative;
}

.bubble-image, .message, .mfp-close:after, .paged-form--init .paged-form__container.moving, .thread {
    overflow: hidden;
}

.card {
    background: 0 0;
    margin-bottom: 20px !important;
    width: calc((100% - (20px * 2))/ 3);
}

.card__content {
    background: #fff;
    padding: 20px;
}

.card__title {
    font-size: 1.7333333333rem;
    margin-top: 0;
}

.card.card--stamp.card--stamp--search {
    left: 0;
}

.card.card--stamp.card--stamp--profile {
    left: calc((100% - (20px * 2))/ 3);
}

.card--sizer {
    margin-bottom: 0;
}

.card--stamp {
    position: absolute;
    top: 0;
}

    .card--stamp.card--stamp--profile {
        margin-left: 20px;
    }

@media screen and (min-width:699px) {
    .cards--two-col .card {
        width: calc((100% - (20px * 2))/ 2);
    }

        .cards--two-col .card.card--stamp.card--stamp--search {
            left: 0;
        }

        .cards--two-col .card.card--stamp.card--stamp--profile {
            left: calc((100% - (20px * 2))/ 2);
        }
}

@media screen and (min-width:700px) and (max-width:1023px) {
    .card {
        width: calc((100% - (20px * 2))/ 2);
    }

        .card.card--stamp.card--stamp--search {
            left: 0;
        }

        .card.card--stamp.card--stamp--profile {
            left: calc((100% - (20px * 2))/ 2);
        }
}

@media screen and (max-width:700px) {
    .card {
        width: 100%;
    }

    .card--stamp {
        position: static;
    }

        .card--stamp.card--stamp--profile {
            margin-left: 0;
        }
}

.overview__content:after, .overview__header:after {
    content: '';
    border-style: solid;
    display: block;
    height: 0;
    left: 50%;
    width: 0;
}

.overview {
    margin-bottom: 20px;
    text-align: center;
}

.overview__header {
    background: #e5e5e5;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 25px;
    position: relative;
}

    .overview__header:after {
        border-color: transparent transparent #fff;
        border-width: 0 11px 14px;
        bottom: 0;
        margin-left: -11px;
        position: absolute;
    }

    .overview__header .overview__heading {
        margin: 0;
        padding: 0;
    }

.overview__content {
    background: #e5e5e5;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top: 3px;
    padding: 15px;
    position: relative;
}

    .overview__content:after {
        border-color: transparent transparent #e5e5e5;
        border-width: 0 9px 12px;
        bottom: 100%;
        margin-left: -9px;
        position: absolute;
    }

.overview__information {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 0;
}

    .overview__information dd, .overview__information dt {
        margin: 0;
        padding: 0;
    }

    .overview__information dt {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

.overview__meta {
    font-size: 1rem;
    margin: 0;
    padding: 0;
}

    .overview__meta dd, .overview__meta dt {
        display: inline;
        margin: 0;
        padding: 0;
    }

    .overview__meta dt {
        font-weight: 700;
    }

        .overview__meta dt:before {
            content: '';
            display: block;
        }

.overview__actions {
    padding-top: 10px;
}

    .overview__actions ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .overview__actions li {
        display: inline-block;
    }

    .overview__actions .overview__action {
        font-size: 1rem;
        font-weight: 700;
        margin: 0 10px;
    }

.overview-container--tools {
    border-top: 2px solid #e5e5e5;
    margin-top: 40px;
    padding: 40px 0 0;
    text-align: center;
}

    .overview-container--tools .overview {
        display: inline-block;
        margin: 0 15px 20px;
        width: 260px;
    }

@media screen and (max-width:1214px) {
    .overview-container--tools {
        margin-left: auto;
        margin-right: auto;
        max-width: 620px;
    }
}

.paged-form__next, .paged-form__pagination, .paged-form__prev {
    display: none;
}

.paged-form--init {
    background: 0 0;
}

    .paged-form--init .paged-form__container {
        position: relative;
        width: 100%;
    }

    .paged-form--init .paged-form__pane {
        display: none;
        margin-top: 0;
    }

        .paged-form--init .paged-form__pane.moving {
            display: block;
            position: absolute;
            top: 0;
            width: 100%;
        }

    .paged-form--init .paged-form__pane--current {
        display: block;
    }

    .paged-form--init .paged-form__next, .paged-form--init .paged-form__prev {
        display: inline-block;
    }

    .paged-form--init .paged-form__pagination {
        display: block;
        margin-top: 10px;
    }

        .paged-form--init .paged-form__pagination ul {
            list-style: none;
            margin: 0;
            padding: 0;
            text-align: center;
        }

        .paged-form--init .paged-form__pagination li {
            font: 0/0 a;
            color: transparent;
            text-shadow: none;
            background-color: transparent;
            border: 0 solid;
            border-radius: 100%;
            border-width: 6px;
            display: inline-block;
            height: 25px;
            margin: 0 3px;
            width: 25px;
        }

.mfp-close, .mfp-close-btn-in .mfp-close {
    color: #000;
}

.brand--candidate .paged-form--init .paged-form__pagination li {
    background-color: #6ecf97;
    border-color: #6ecf97;
}

.brand--recruiter .paged-form--init .paged-form__pagination li {
    background-color: #72bacb;
    border-color: #72bacb;
}

.paged-form--init .paged-form__pagination li.current {
    background-color: transparent;
}

.summary {
    background: #fff;
    border-radius: 3px;
    padding: 20px;
}

.brand--candidate .summary {
    background: #6ecf97;
}

.brand--recruiter .summary {
    background: #72bacb;
}

.summary__header {
    margin-bottom: 20px;
    text-align: center;
}

.summary__heading {
    font-size: 1.6666666667rem;
    margin: 0;
}

.summary__icon, .summary__item {
    margin-bottom: 10px;
}

.summary__footer {
    margin-top: 20px;
}

.summary__item {
    background: #e0e0e0;
    padding: 20px;
}

.brand--candidate .summary__item {
    background: #5eb080;
}

.brand--recruiter .summary__item {
    background: #5e98a7;
}

.summary__item .summary__item__heading {
    font-family: Nunito,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.1333333333rem;
    margin: 0;
    text-transform: none;
}

.summary__item p, .summary__item ul {
    margin: 20px 0 0;
}

.summary__item ul {
    padding: 0 0 0 20px;
}

.summary__item.summary__item--complete {
    background: 0 0;
    border: 3px solid #86ecaf;
    padding-right: 60px;
    position: relative;
}

    .summary__item.summary__item--complete:after {
        display: inline-block;
        font-family: icons;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 1.6rem;
        position: absolute;
        right: 20px;
        top: 20px;
    }

.brand--candidate .summary__item.summary__item--complete {
    border-color: #86ecaf;
}

.brand--recruiter .summary__item.summary__item--complete {
    border-color: #86daef;
}

.modal {
    margin: 0 auto;
    max-width: 620px;
    position: relative;
    width: auto;
}

.modal__inner {
    background: #fff;
    border-radius: 3px;
    padding: 20px 30px;
}

    .modal__inner.modal__inner--recruiter {
        background: #86daef;
    }

    .modal__inner.modal__inner--candidate {
        background: #86ecaf;
    }

.modal__heading {
    font-size: 2.1333333333rem;
    text-align: center;
}

.modal .heading-block {
    padding: 30px 0 40px;
}

.mfp-close {
    font: 0/0 a;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    font-size: 0;
    opacity: 1;
}

    .mfp-close:after {
        display: inline-block;
        font-family: icons;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 1.2rem;
        position: absolute;
        right: 15px;
        top: 15px;
    }

.animate--move-down .mfp-content, .bubble-image {
    position: relative;
}

.search-field__input, .search__notification {
    font-family: UniSans,sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

.animate--move-down .modal, .animate--move-down.mfp-bg {
    opacity: 0;
    -webkit-transition: all .25s;
    transition: all .25s;
}

.animate--move-down .modal {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.animate--move-down.mfp-ready .modal {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.animate--move-down.mfp-ready.mfp-bg {
    opacity: .8;
}

.animate--move-down.mfp-removing .modal {
    opacity: 0;
    transform: translateY(-100%);
}

.animate--move-down.mfp-removing .modal, .overlay {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
}

.animate--move-down.mfp-removing.mfp-bg {
    opacity: 0;
}

.tags {
    font-size: 1.0666666667rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tags__tag {
    background: #fff;
    display: inline-block;
    margin: 0 5px 10px 0;
    padding: 7px 10px;
}

.brand--candidate .tags--brand .tags__tag {
    background: #86ecaf;
}

.brand--recruiter .tags--brand .tags__tag {
    background: #86daef;
}

.tags--grey .tags__tag {
    background: #e5e5e5;
}

.bubble-image--candidate:after, .bubble-image:after {
    background-image: url(../svg/candidate-bubble.svg);
}

.tags--blue .tags__tag {
    background-color: #00f;
}

.loader {
    display: none;
    margin-top: 20px;
    text-align: center;
}

.bubble-image {
    display: block;
    height: 300px;
    width: 300px;
}

    .bubble-image img {
        height: auto;
        max-height: 100%;
        width: 100%;
    }

    .bubble-image:after {
        background-color: transparent;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 300px 300px;
        content: '';
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

@media screen and (max-width:699px) {
    .bubble-image {
        height: 150px;
        width: 150px;
    }

        .bubble-image:after {
            background-size: 150px 150px;
        }
}

a.bubble-image:hover:after {
    background-color: rgba(255,255,255,.5);
}

.bubble-image--candidate.bubble-image--white:after {
    background-image: url(../svg/candidate-bubble-white.svg);
}

.bubble-image--candidate.bubble-image--accent:after {
    background-image: url(../svg/candidate-bubble-accent.svg);
}

.bubble-image--candidate.bubble-image--accent.bubble-image--white:after {
    background-image: url(../svg/candidate-bubble-accent-white.svg);
}

.bubble-image--recruiter:after {
    background-image: url(../svg/recruiter-bubble.svg);
}

.bubble-image--recruiter.bubble-image--white:after {
    background-image: url(../svg/recruiter-bubble-white.svg);
}

.bubble-image--recruiter.bubble-image--accent:after {
    background-image: url(../svg/recruiter-bubble-accent.svg);
}

.bubble-image--recruiter.bubble-image--accent.bubble-image--white:after {
    background-image: url(../svg/recruiter-bubble-accent-white.svg);
}

.bubble-image--x-small {
    height: 50px;
    width: 50px;
}

    .bubble-image--x-small:after {
        background-size: 50px 50px;
    }

.bubble-image--small {
    height: 100px;
    width: 100px;
}

    .bubble-image--small:after {
        background-size: 100px 100px;
    }

.bubble-image--medium {
    height: 150px;
    width: 150px;
}

    .bubble-image--medium:after {
        background-size: 150px 150px;
    }

.bubble-image--large {
    height: 200px;
    width: 200px;
}

    .bubble-image--large:after {
        background-size: 200px 200px;
    }

.bubble-image--x-large {
    height: 300px;
    width: 300px;
}

    .bubble-image--x-large:after {
        background-size: 300px 300px;
    }

@media screen and (max-width:699px) {
    .bubble-image--large {
        height: 150px;
        width: 150px;
    }

        .bubble-image--large:after {
            background-size: 150px 150px;
        }
}

body, html {
    min-height: 100%;
}

body {
    position: relative;
}

.overlay {
    background: rgba(255,255,255,.97);
    height: 100%;
    left: 0;
    position: absolute;
    top: 105px;
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .2s,visibility 0s .2s;
    transition: transform .2s,visibility 0s .2s;
    visibility: hidden;
    width: 100%;
    z-index: 5;
}

    .overlay.visible {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform .2s,visibility 0s 0s;
        transition: transform .2s,visibility 0s 0s;
        visibility: visible;
    }

@media screen and (max-width:699px) {
    .overlay {
        top: 75px;
    }
}

.search-field {
    height: 100px;
    position: relative;
    width: 100%;
}

.search-field__input {
    background: 0 0;
    border: 2px solid #e9e9e9;
    border-width: 0 0 2px;
    display: block;
    font-size: 5.3333333333rem;
    height: 100px;
    left: 0;
    line-height: 100%;
    padding: 0 70px 0 20px;
    position: absolute;
    top: 0;
    width: 100%;
}

    .search-field__input:focus {
        outline: 0;
    }

    .search-field__input::-ms-clear {
        display: none;
    }

.search-field__clear {
    color: #aaa;
    cursor: pointer;
    font-size: 1.3333333333rem;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 50%;
    width: 50px;
}

    .search-field__clear:hover {
        color: #000;
    }

@media screen and (max-width:699px) {
    .search-field {
        height: 50px;
    }

    .search-field__input {
        font-size: 2.6666666667rem;
        height: 50px;
        padding: 0 50px 0 10px;
    }

    .search-field__clear {
        right: 0;
    }
}

.search-field {
    margin: 20px 0;
}

.search__loadmore {
    margin-top: 40px;
    text-align: center;
}

.search__loader {
    display: none;
    margin-top: 20px;
    text-align: center;
}

.search__notification {
    font-size: 1.3333333333rem;
    margin: 20px 0;
    text-align: center;
}

.quicksearch-form h2, .search-filter__label {
    text-transform: none;
    font-size: 1.1333333333rem;
}

.search__notification.search__notification--error {
    color: #b80404;
}

.search-types {
    margin-bottom: 20px;
}

    .search-types ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .search-types li {
        display: inline-block;
        margin: 0 2px;
    }

    .search-types .search-types__option {
        background: 0 0;
        border: 0;
        border-radius: 3px;
        display: block;
        font: 1.1333333333rem;
        padding: 10px 14px;
    }

.search-filter__toggle:after, .search-input, .user-card--match .job-matches__toggle:after {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.search-types .search-types__option.selected, .search-types .search-types__option:hover {
    background: #000;
    color: #fff;
}

.search-input {
    position: relative;
    top: 1px;
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    display: block;
}

.search-filter__label, .search-filter__toggle {
    font-family: Nunito,sans-serif;
}

.search-input:before {
    color: #979797;
    display: block;
    left: 17px;
    position: absolute;
    top: 13px;
    font-size: 21px;
}

.search-input .form__field {
    padding-left: 40px;
}

.search-input__clear {
    color: #b2b2b2;
    position: absolute;
    right: 15px;
    top: 15px;
}

.tool__inner.search-filters {
    padding: 0;
}

.search-filter {
    border-top: 2px solid #e5e5e5;
    padding: 12px 0;
    position: relative;
    text-align: left;
}

    .search-filter:first-child {
        border-top: 0;
    }

    .search-filter.search-filter--actions {
        text-align: center;
    }

.search-filter__options {
    padding: 15px 0 0;
}

.md--js .search-filter__options {
    display: none;
}

.search-filter__label {
    font-style: normal;
    font-weight: 700;
    margin: 0;
}

.search-filter__toggle, .search-filter__toggle:after {
    font-style: normal;
    font-weight: 400;
    position: absolute;
    right: 0;
}

.search-filter__toggle {
    padding-right: 16px;
    top: 26px;
}

    .search-filter__toggle:after {
        display: inline-block;
        font-family: icons;
        top: 2px;
    }

.quicksearch-form h2, .quicksearch-results__column-header h3, .user-card--match .job-matches__toggle {
    font-weight: 400;
    font-style: normal;
    font-family: Nunito,sans-serif;
}

.search-filter__current {
    margin: 0;
    padding-top: 3px;
}

.quicksearch-form h2 {
    margin: 0 0 5px;
    padding: 0;
}

.quicksearch-form label {
    color: #929292;
    display: block;
    font-size: 1rem;
    margin: 0 0 10px;
}

.quicksearch-results {
    background: 0 0;
}

.quicksearch-results__column-header {
    padding: 15px 0;
}

    .quicksearch-results__column-header::after {
        clear: both;
        content: "";
        display: table;
    }

    .quicksearch-results__column-header h3 {
        display: inline-block;
        font-size: 1.2666666667rem;
        margin: 0;
        padding: 0;
        text-transform: none;
    }

    .quicksearch-results__column-header .quicksearch-results__see-all {
        float: right;
        font-size: 1rem;
    }

        .quicksearch-results__column-header .quicksearch-results__see-all i {
            font-size: 1.2rem;
            padding-left: 3px;
        }

.quicksearch-results__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .quicksearch-results__list a {
        text-decoration: none;
    }

.quicksearch-result {
    display: table;
    padding: 10px 15px;
    width: 100%;
}

    .quicksearch-result h4 {
        font-size: 1.3333333333rem;
        margin: 0;
        padding: 0;
    }

.quicksearch-result__heading, .quicksearch-result__image {
    display: table-cell;
    vertical-align: middle;
}

.quicksearch-result__image {
    padding-right: 15px;
    width: 15px;
}

.quicksearch-results--people .quicksearch-result {
    margin-bottom: 2px;
}

.quicksearch-result--candidate {
    background: #86ecaf;
}

    .quicksearch-result--candidate:hover {
        background: #6ecf97;
    }

        .quicksearch-result--candidate:hover .bubble-image:after {
            background-image: url(../svg/candidate-bubble-accent.svg);
        }

.quicksearch-result--recruiter {
    background: #86daef;
}

    .quicksearch-result--recruiter:hover {
        background: #72bacb;
    }

        .quicksearch-result--recruiter:hover .bubble-image:after {
            background-image: url(../svg/recruiter-bubble-accent.svg);
        }

.quicksearch-results--jobs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.quicksearch-results--jobs li:last-child .quicksearch-result--job {
    border: 0;
}

.quicksearch-result--job {
    border: 2px solid #e9e9e9;
    border-width: 0 0 2px;
    padding: 15px 15px 10px;
}

@media screen and (max-width:699px) {
    .quicksearch-form {
        padding: 15px 0;
    }
}

.job-card {
    background: #fff;
    position: relative;
}

.job-card__content, .job-card__header {
    padding: 25px 20px;
}

.job-card__header {
    background-color: #86daef;
    border-radius: 3px 3px 0 0;
    margin-top: 25px;
    padding-bottom: 17px;
    padding-top: 37px;
    text-align: center;
}

.job-card__heading {
    font-size: 1.8666666667rem;
    margin: 0;
}

.job-card__image {
    border: 4px solid #86daef;
    border-radius: 100%;
    height: 52px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    top: -25px;
    width: 52px;
}

.job-card__content {
    border-color: #86daef;
    border-radius: 0 0 3px 3px;
    border-style: solid;
    border-width: 0 4px 4px;
    padding-top: 20px;
}

.job-card__meta {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .job-card__meta li {
        margin: 3px 0;
        padding-left: 30px;
        position: relative;
    }

    .job-card__meta .icon {
        color: #86daef;
        left: 0;
        margin-right: 20px;
        position: absolute;
        top: 2px;
    }

        .job-card__meta .icon.icon--clock {
            font-size: .9333333333rem;
        }

.job-card__description {
    margin: 20px 0 0;
}

.job-card--match .job-card__header {
    background: 0 0;
}

.job-card--match .job-card__image {
    border-color: #86ecaf;
}

.job-card--match .job-card__content {
    border: 0;
}

.job-card--match .job-card__meta .icon {
    color: #000;
}

.user {
    margin-bottom: 30px;
}

    .user .user__name {
        font-size: 2rem;
        margin: 10px 0;
        padding: 0;
        text-align: center;
    }

    .user .user__picture {
        margin: 0 auto;
    }

@media screen and (max-width:699px) {
    .user .user__name {
        font-size: 1.6666666667rem;
    }
}

.user-card {
    background: #fff;
}

    .user-card.user-card--candidate {
        background-color: #86ecaf;
    }

    .user-card.user-card--recruiter {
        background-color: #86daef;
    }

.user-card__content {
    padding: 20px;
}

.user-card__image {
    margin: 0 auto 15px;
}

.user-card__header {
    text-align: center;
}

.user-card__heading {
    font-size: 1.8666666667rem;
    margin: 0;
}

.user-card__description, .user-card__tags {
    margin-top: 25px;
}

.user-card__location {
    margin-top: 5px;
}

    .user-card__location .icon {
        color: #fff;
        margin-right: 10px;
    }

@media screen and (max-width:699px) {
    .user-card__tags {
        display: none;
    }
}

.user-card--match.user-card--candidate, .user-card--match.user-card--recruiter {
    background-color: #fff;
}

.user-card--match .user-card__location .icon {
    color: #000;
}

.user-card--match .user-card__tags .tags__tag {
    background: #e5e5e5;
}

.user-card--match .user-card__job-matches {
    display: none;
}

.user-card--match .job-matches {
    list-style: none;
    margin: 0;
    padding: 0;
}

.user-card--match .job-matches__match {
    background: #dbf4fa;
    border-bottom: 2px solid #fff;
    padding: 15px 10px;
}

    .user-card--match .job-matches__match:last-child {
        border: 0;
    }

    .user-card--match .job-matches__match h3 {
        font-size: 1.3333333333rem;
        margin: 0;
        padding: 0 10px;
    }

    .user-card--match .job-matches__match .job-card__meta {
        margin: 0;
        padding: 0 10px;
    }

    .user-card--match .job-matches__match li {
        margin: 0;
        padding: 0;
    }

    .user-card--match .job-matches__match .match-info {
        background: #fff;
        margin: 10px 0 0;
    }

.user-card--match .job-matches__toggle {
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1333333333rem;
    padding: 12px 60px;
    text-align: center;
    background: #fff;
    border: 0;
    border-top: 2px solid #f2f2f2;
    color: #000;
    position: relative;
    width: 100%;
}

    .user-card--match .job-matches__toggle.button--disabled:hover {
        background: #000;
        border: 3px solid #000;
        color: #fff;
    }

    .user-card--match .job-matches__toggle:after {
        display: inline-block;
        font-family: icons;
        font-style: normal;
        font-weight: 400;
        padding-right: 20px;
        position: absolute;
        right: 20px;
        top: 14px;
    }

.match-info__strength, .match-info__text, .sponsored {
    font-family: Nunito,sans-serif;
    font-style: normal;
}

.user-card--match .job-matches__toggle.open {
    background: #fff;
    border: 0;
}

.article-card {
    background: #fff;
}

    .article-card .article-card__inner {
        padding: 25px 20px;
    }

    .article-card .user {
        margin-bottom: 0;
    }

        .article-card .user .user__name {
            font-size: 1rem;
        }

    .article-card .article-card__tags {
        margin-top: 25px;
    }

    .article-card .bubble-image {
        height: 65px;
        width: 65px;
    }

        .article-card .bubble-image:after {
            background-size: 65px 65px;
        }

    .article-card.article-card--grey, .sponsored {
        background: #e5e5e5;
    }

.article-card__heading {
    font-size: 1.8666666667rem;
    margin: 0;
    text-align: center;
    word-wrap:break-word;
}

.sponsored {
    font-weight: 400;
    font-size: 1rem;
    padding: 15px 20px;
}

    .sponsored .icon {
        margin-right: 10px;
    }

.match-info {
    background: #f5f5f5;
    border-radius: 3px;
    font-size: 1rem;
    margin-top: 20px;
    padding: 15px 10px;
}

.match-info__text {
    font-weight: 700;
    display: inline-block;
    padding-bottom: 5px;
}

.match-info__strength {
    font-weight: 400;
}

.match-info__gauge {
    background: #e3e3e3;
    border-radius: 3px;
    display: block;
    height: 15px;
    position: relative;
    width: 100%;
}

.match-info__gauge-bar {
    border-radius: 3px;
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
}

.brand--candidate .match-info__gauge-bar {
    background: #70d299;
}

.brand--recruiter .match-info__gauge-bar {
    background: #78c3d5;
}

.alert-bubble {
    border-radius: 100%;
    display: block;
    height: 29px;
    position: relative;
    width: 29px;
}

.brand--recruiter .alert-bubble {
    background-color: #86daef;
}

.brand--candidate .alert-bubble {
    background-color: #86ecaf;
}

.alert-bubble .alert-bubble__inner {
    background: #fd7;
    border-radius: 100%;
    content: '';
    display: block;
    font-size: .6666666667rem;
    font-weight: 700;
    height: 23px;
    left: 3px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 3px;
    width: 23px;
}

.pac-item, .tabs__nav a.current, .upload-file {
    font-family: Nunito,sans-serif;
    font-style: normal;
    font-weight: 400;
}

.alert-bubble.alert-bubble--icon {
    line-height: 18px;
}

    .alert-bubble.alert-bubble--icon .icon {
        display: inline-block;
        font-size: .9333333333rem;
        margin: 0;
    }

.alert-bubble.alert-bubble--border .alert-bubble__inner {
    background: 0 0;
    border: 2px solid #000;
}

.meta-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .meta-list li {
        padding: 5px 0;
    }

    .meta-list .meta-list__icon {
        margin-right: 5px;
    }

.js-read-more .js-hide-wrap {
    position: relative;
}

    .js-read-more .js-hide-wrap:after {
        bottom: 0;
        content: '';
        display: block;
        height: 50px;
        left: 0;
        opacity: 0;
        position: absolute;
        -webkit-transition: opacity .25s ease;
        transition: opacity .25s ease;
        width: 100%;
    }

.brand--candidate .js-read-more .js-hide-wrap:after {
    background: -webkit-linear-gradient(rgba(134,236,175,0),#86ecaf);
    background: linear-gradient(rgba(134,236,175,0),#86ecaf);
}

.brand--recruiter .js-read-more .js-hide-wrap:after {
    background: -webkit-linear-gradient(rgba(134,218,239,0),#86daef);
    background: linear-gradient(rgba(134,218,239,0),#86daef);
}

.js-read-more.closed .js-hide-wrap:after {
    opacity: 1;
}

.js-read-more.open .js-hide-wrap:after {
    opacity: 0;
}

.js-read-more .js-read-more-toggle {
    cursor: pointer;
    margin-top: 10px;
    text-align: center;
}

    .js-read-more .js-read-more-toggle:before {
        background: rgba(0,0,0,.15);
        border: 0;
        height: 2px;
        margin: 0 auto;
        outline: 0;
        padding: 0;
        width: 150px;
        content: '';
        display: block;
    }

    .js-read-more .js-read-more-toggle div {
        background: rgba(0,0,0,.15);
        border-radius: 0 0 3px 3px;
        display: inline-block;
        font-size: 18px;
        line-height: 18px;
        padding: 6px 14px 7px;
    }

.pac-container {
    border: 2px solid #e0e0e0;
    border-width: 0 2px 2px;
    display: block;
}

.pac-item {
    padding: 10px 20px;
}

    .pac-item-selected, .pac-item:hover {
        background-color: #f0f0f0;
    }

.message {
    margin-bottom: 30px;
    padding-right: 170px;
}

    .message::after {
        clear: both;
        content: "";
        display: table;
    }

.message-image {
    float: left;
    width: 170px;
}

.message-content {
    float: left;
    margin-right: -170px;
    position: relative;
    width: 100%;
}

.message-content__inner {
    background: #e5e5e5;
    border-radius: 3px;
    display: block;
    padding: 20px;
}

.message__heading {
    font-size: 1.7333333333rem;
    margin: 10px 0 0;
}

.message-actions {
    position: absolute;
    right: 20px;
    top: 20px;
}

    .message-actions .message-actions__action {
        background: 0 0;
        border: 0;
    }

.message__datetime {
    color: #b2b2b2;
    display: block;
    font-size: .8666666667rem;
    margin-top: 10px;
}

.messages__load-more {
    margin-top: 40px;
    text-align: center;
}

    .messages__load-more i {
        font-size: 1.2rem;
        margin-left: 5px;
    }

.brand--candidate .message--mine .message-content__inner {
    background: #86ecaf;
}

.brand--recruiter .message--mine .message-content__inner {
    background: #86daef;
}

.message--mine .message__datetime {
    color: #fff;
}

.message-search {
    margin-bottom: 30px;
}

.message-sort {
    padding-top: 40px;
    width: 40%;
}

@media screen and (max-width:959px) {
    .message-sort {
        width: 60%;
    }
    .mobile-title{
        font-size:25px;
    }
    .mobile-heading{
        font-size:35px;
    }
}

@media screen and (max-width:699px) {
    .message {
        padding-right: 0;
    }

    .message-image {
        display: none;
    }

    .message-content {
        float: none;
        margin-right: 0;
    }

    .message-sort {
        width: 100%;
    }
}

.tabs__nav {
    display: table;
    list-style: none;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}

    .tabs__nav li {
        display: table-cell;
        text-align: center;
    }

    .tabs__nav a {
        background: #e5e5e5;
        display: block;
        font-size: 1.1333333333rem;
        padding: 20px;
    }

.brand--candidate .tabs__nav a {
    background: #6ecf97;
}

.brand--recruiter .tabs__nav a {
    background: #72bacb;
}

.tabs__nav a.current {
    background-color: #fff;
}

.tabs__content {
    background: #fff;
    display: block;
}

.tabs__tab {
    padding: 40px 0;
}

.js-tabs-loaded .tabs__tab {
    display: none;
}

    .js-tabs-loaded .tabs__tab.current, .upload-file {
        display: block;
    }

@media screen and (min-width:700px) {
    .tabs__nav {
        margin: 0 auto;
        max-width: 1200px;
    }

        .tabs__nav li:first-child {
            padding-left: 20px;
        }

        .tabs__nav li:last-child {
            padding-right: 20px;
        }
}

.upload__message {
    background: #e5e5e5;
    border-radius: 3px;
    cursor: pointer;
    padding: 20px;
    text-align: center;
}

.brand--candidate .upload__message {
    background: #6ecf97;
}

.brand--recruiter .upload__message {
    background: #72bacb;
}

.upload__message p {
    margin: 0;
    padding: 4px 0;
}

.upload-file {
    background: #e5e5e5;
    margin-top: 2px;
    position: relative;
}

.upload .upload-file {
    margin-top: 0;
}

.upload-file .upload-file__inner {
    padding: 15px 40px 15px 15px;
}

.brand--candidate .upload-file {
    background: #6ecf97;
}

.brand--recruiter .upload-file {
    background: #72bacb;
}

.upload-file .upload-file__delete {
    position: absolute;
    right: 15px;
    top: 16px;
}

.upload-file .upload-file__error {
    font-family: Nunito,sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #b80404;
    font-size: .9333333333rem;
    margin-top: 8px;
}

.progress-bar {
    background-color: #e5e5e5;
    height: 3px;
}

    .progress-bar .progress-bar__progress {
        -webkit-transition: width 2s linear;
        transition: width 2s linear;
        background: #86daef;
        height: 100%;
        width: 4%;
    }

.autocomplete {
    position: relative;
}

    .autocomplete .twitter-typeahead {
        display: block !important;
    }

    .autocomplete .tt-dropdown-menu {
        background-color: #fff;
        border: 2px solid #e0e0e0;
        border-radius: 0 0 3px 3px;
        width: 100%;
    }

    .autocomplete .loader {
        margin: 0;
        position: absolute;
        right: 10px;
        top: 17px;
    }

.autocomplete__empty, .autocomplete__suggestion {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 20px;
}

    .autocomplete__suggestion:hover {
        background-color: #f1f1f1;
        cursor: pointer;
    }

.tt-cursor .autocomplete__suggestion {
    background-color: #f1f1f1;
}

.autocomplete__empty {
    text-align: center;
}

.autocomplete__remove {
    color: #b2b2b2;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 17px;
}

.thread {
    position: relative;
}

.thread-footer, .thread-header {
    border-color: #fff;
    border-style: solid;
    height: auto;
    width: 100%;
}

.brand--candidate .thread-footer, .brand--candidate .thread-header {
    background: #86ecaf;
}

.brand--recruiter .thread-footer, .brand--recruiter .thread-header {
    background: #86daef;
}

.thread-header {
    border-width: 0 0 2px;
    text-align: center;
    top: 105px;
}

    .thread-header .thread-header__heading {
        font-size: 1.6666666667rem;
    }

    .thread-header .thread-header__back {
        display: none;
    }

.thread-footer {
    border-width: 2px 0 0;
    bottom: 0;
}

    .thread-footer .thread-footer__inner {
        padding: 20px 0;
    }

    .thread-footer .upload-files .upload-file:first-child {
        margin-top: 20px;
    }

.thread-container {
    background: #fff;
    width: 100%;
}

.thread-messages {
    height: auto;
    width: 100%;
}

.thread__load-more {
    padding: 20px 0 0;
    text-align: center;
}

.md--js .thread-footer, .md--js .thread-header {
    position: fixed;
}

.md--js .thread-container {
    overflow-y: auto;
    position: absolute;
}

.md--js .thread-messages {
    bottom: 0;
    max-height: 100%;
    position: absolute;
}

@media screen and (max-width:699px) {
    .thread-header {
        top: 75px;
    }

        .thread-header .thread-header__heading {
            font-size: 1.3333333333rem;
            padding: 0 20px;
        }

        .thread-header .thread-header__back {
            display: block;
            left: 0;
            padding: 5px 5px 5px 20px;
            position: absolute;
            top: 4px;
        }

            .thread-header .thread-header__back i {
                font-size: 2rem;
            }
}

.thread-message {
    margin-top: 30px;
}

    .thread-message:last-child {
        margin-bottom: 30px;
    }

    .thread-message .upload-file {
        background: #c2c2c2;
    }

.brand--candidate .thread-message.message--mine .upload-file {
    background: #6ecf97;
}

.brand--recruiter .thread-message.message--mine .upload-file {
    background: #72bacb;
}

.thread-message .message__datetime {
    margin: 0;
}

.thread-message .message-text {
    margin-bottom: 10px;
}

@media screen and (max-width:699px) {
    .thread-message {
        margin-top: 15px;
    }

        .thread-message:last-child {
            margin-bottom: 15px;
        }

        .thread-message .thread-message__image {
            display: none;
        }
}

@media screen and (min-width:700px) {
    .thread-message {
        padding: 0 120px;
        position: relative;
    }

    .thread-message__image {
        height: 100px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100px;
    }

    .message--mine .thread-message__image {
        left: auto;
        right: 0;
    }

    .thread-footer .thread-footer__inner {
        padding-left: 120px;
        padding-right: 120px;
    }

    .thread-form__button, .thread-form__button.button--disabled:hover {
        border: 3px solid #000;
        background: #000;
        color: #fff;
    }

    .thread-form__textarea {
        background: #fff;
        border: 3px solid #fff;
        border-radius: 3px;
        display: block;
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 5px;
        padding: 13px 22px;
        -webkit-transition: box-shadow .1s ease-in,border .1s ease-in;
        transition: box-shadow .1s ease-in,border .1s ease-in;
        width: 100%;
        max-height: 200px;
        min-height: 100px;
    }

        .thread-form__textarea:focus {
            box-shadow: 0 0 0 3px rgba(0,0,0,.2);
            outline: 0;
        }

    .thread-form__buttons {
        margin-top: 10px;
        text-align: center;
    }

    .thread-form__button {
        font-family: Nunito,sans-serif;
        font-style: normal;
        font-weight: 400;
        border-radius: 3px;
        cursor: pointer;
        display: inline-block;
        font-size: 1.1333333333rem;
        padding: 12px 60px;
        text-align: center;
        text-decoration: none;
        margin: 0 5px;
    }

        .thread-form__button span {
            margin-left: 5px;
        }

    .brand--recruiter .thread-form__button--upload {
        background-color: #72bacb;
        border-color: #72bacb;
        color: #000;
    }

        .brand--recruiter .thread-form__button--upload:hover {
            background: 0 0;
        }

    .brand--candidate .thread-form__button--upload {
        background-color: #6ecf97;
        border-color: #6ecf97;
        color: #000;
    }

        .brand--candidate .thread-form__button--upload:hover {
            background: 0 0;
        }
}

@media screen and (max-width:699px) {
    .thread-footer {
        border: 0;
    }

        .thread-footer .grid, .thread-footer .thread-footer__inner {
            padding: 0;
        }

    .thread-form {
        min-height: 50px;
        position: relative;
    }

        .thread-form .thread-form__button, .thread-form .thread-form__message {
            bottom: 0;
            position: absolute;
        }

        .thread-form .thread-form__message {
            left: 50px;
            right: 50px;
        }

        .thread-form .thread-form__textarea {
            border: 0;
            border-radius: 0;
            display: block;
            font-size: 16px;
            max-height: 120px;
            min-height: 50px;
            padding: 5px;
            width: 100%;
        }

            .thread-form .thread-form__textarea:focus {
                outline: 0;
            }

        .thread-form .thread-form__button {
            background: #e5e5e5;
            border: 0;
            height: 50px;
            line-height: 50px;
            padding: 0;
            text-align: center;
            text-decoration: none;
            vertical-align: middle;
            width: 50px;
        }

    .brand--candidate .thread-form .thread-form__button {
        background: #86ecaf;
    }

    .brand--recruiter .thread-form .thread-form__button {
        background: #86daef;
    }

    .thread-form .thread-form__button.thread-form__button--upload {
        left: 0;
    }

        .thread-form .thread-form__button.thread-form__button--upload span {
            position: absolute;
            overflow: hidden;
            clip: rect(0 0 0 0);
            height: 1px;
            width: 1px;
            margin: -1px;
            padding: 0;
            border: 0;
        }

    .thread-form .thread-form__button.thread-form__button--send {
        font-family: UniSans,sans-serif;
        font-weight: 800;
        font-size: .8rem;
        right: 0;
        text-transform: uppercase;
    }
}

.article__link {
    display: block;
}

.article-sharing {
    margin-top: 10px;
    text-align: center;
}

    .article-sharing .article-sharing__addthis, .article-sharing .article-sharing__button {
        display: inline-block;
        margin: 0 10px;
    }

.article__header {
    color: #000;
    text-align: center;
}

    .article__header .tags {
        margin-top: 10px;
    }

.article__heading {
    font-size: 3.3333333333rem;
    margin: 0;
}

.article__date {
    display: block;
    margin-bottom: 15px;
}

.article-content {
    padding-bottom: 20px;
}

@media screen and (max-width:699px) {
    .article__heading {
        font-size: 2rem;
    }

    .article-sharing .article-sharing__button {
        margin: 0 0 10px;
    }

    .article-sharing .article-sharing__addthis {
        margin: 0;
    }
}

.share__item {
    background: black;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 54px;
    text-align: center;
    width: 50px;
    padding: 13px;
}

    .share__item .icon {
        font-size: 1.4666666667rem;
    }

@media print {
    .article-comments, .article-sharing, .editor-content .fluidvids, .editor-content iframe, .footer, .header__navigation, .hero, .print--hide {
        display: none;
    }

    .horizontal-rule {
        margin: 20px 0;
    }

    #at3win, .at3lblight {
        display: none !important;
    }
}


/***** Jobs.co.uk *****/
/*** Statuses + Comments ***/

div.panel,p.flip {
	margin: 0px;
	padding: 5px;
	text-align: left;
	border: solid 1px #fff;

}
 
div.panel {
	widht: 50%;
	display: none;
}

.invisible{
    display:none;
}

.Modal{
    display:none;
    background-color: #86ecaf;

    position: absolute;

    width: 95%;
    padding-bottom: 34px;

    z-index:3;

}


.ArrowDropDownText {
    float: right;
    zoom: 1;
}
.group {
    zoom: 1;
}
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}
.section {
    margin: 60px 0 63px;
}

.StatusCard-Content > p {
        text-align: left;
    padding-left: 22px;
    font-size: 18px;
    font-weight: 400;
    padding-right: 22px;
}

.ComentItemImage
{
            position: relative;
            overflow: hidden;
            z-index: 1;
            left: 7px;
            top: 4px;


           
}

.CommentItemProfile
{
    float: left;
    width: 70px;
    margin-top: -21px;
}

.CommentFullName{
    font-weight: bold;
    margin: 0 !important;
    text-transform: uppercase;
    font-family: UniSans,sans-serif;
}

.CommentDateTime{
    font-size: 0.8em; color: darkgray;

}

#CommentsTextBox{
    font-size: 13px;
    font-weight: 400;
    width: 70%;
    padding: 9px;
    margin-bottom: 5px;
    border: 3px solid #ebe6e2;
    border-radius: 5px;
    transition: all 0.3s ease-out;
    background-color: lightgrey;
    color: black;
    
}

#SubmitCommentButton, .OptionsButton {

}

#SubmitCommentButton:hover{

}

.OptionsButton:hover{
    background: 0 0;
    color: #000;
    border: 3px solid #000;
}

.CommentItem{
    margin-bottom:10px;
}
.CommentItemAdditional
{
    float: right;
    width: 74% !important;
    text-align: left;
}
.CommentFullName{
    margin: 0 !important;
}

.divider{

}

.DivToScroll {   
    background-color: white;
    /*border: 1px solid #DDDDDD;
    border-radius: 4px 0 4px 0;
    color: #3B3C3E;
    font-size: 12px;
    font-weight: bold;*/
    left: -1px;
    padding: 10px 7px 5px;
}

.DivWithScroll{
    height: 100%;
    max-height: 135px;
    overflow:scroll;
    overflow-x:hidden;
    overflow-y: auto;
}

    .invisible {
        display: none;
    }

    .Image1 {
        position: absolute;
        z-index: 2;
    }

    /* Comments Picture */
    .Image1x {
        position: relative;
        z-index: 2;
        margin-left: 0px;
        margin-bottom: -65px;
    }

    .Image2 {
        position: relative;
        overflow: hidden;
        z-index: 1;
        left: 10px;
        top: 8px;
    }

    .Image2Friend {
        position: relative;
        overflow: hidden;
        z-index: 1;
        border-radius: 50%;
        border: 9px solid #86daef;
    }

    .CenterText {
        text-align: center;
        vertical-align: middle;
        line-height: 30px;
        font-size: 0.9em;
    }

    .LeftText {
        text-align: left;
        vertical-align: middle;
        font-size: 0.9em;
    }

    .CandidateMatchCard {
        height: auto;
        background-color: white;
        border-radius: 2px;
        margin: 10px;
        float: left;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
        font-family: Nunito;
        max-width: 340px;
    }

    .CommentTextBox {
        width: 100%;
        border: lightgrey solid 1px;
        padding: 10px;
        background-color: #F2F2F2;
    }

    .ImgFriendAvatar {
        border: 8px solid #86daef;
        border-radius: 50%;
    }

    /*  SECTIONS  */
    .section {
        clear: both;
        padding: 0px;
        margin: 0px;
    }

    /*  COLUMN SETUP  */
    .col {
        display: block;
        float: left;
        margin: 1% 0 1% 1.6%;
    }

        .col:first-child {
            margin-left: 0;
        }

    /*  GROUPING  */
    .group:before,
    .group:after {
        content: "";
        display: table;
    }

    .group:after {
        clear: both;
    }

    .group {
        zoom: 1; /* For IE 6/7 */
    }
    /*  GRID OF TWO  */
    .span_2_of_2 {
        width: 100%;
    }

    .span_1_of_2 {
        width: 49.2%;
    }

    /*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

    @media only screen and (max-width: 480px) {
        .col {
            margin: 1% 0 1% 0%;
        }

        .UPAvatar {
            display: none;
        }
    }

    @media only screen and (max-width: 480px) {
        .span_2_of_2, .span_1_of_2 {
            width: 100%;
        }

        .span_1_of_2 {
            margin-top: 0;
        }
    }
    


