html,
body {
    width: 100%;
    height: 100%;
    background: #e5e5e5;
    color: #333;
    -webkit-font-smoothing: antialiased;
}
body.nav-open {
    overflow: hidden;
}
body.no-search header .form-wrapper {
    max-height: 0;
}
body.no-search header .form-wrapper.open {
    max-height: 400px;
}
body.no-search header #notificationBell {
    display: none;
}
body.collapsed-footer footer > a {
    display: none;
}
body.collapsed-footer footer p:first-of-type {
  margin: 1em 0;
}
.container {
    width: 100%;
    height: 100%;
}
.container.nav-open {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    -ms-transform: translate(320px, 0);
    -webkit-transform: translate(320px, 0);
    transform: translate(320px, 0);
}
b,
strong,
#vacs h3 a,
.saveJob a {
    font-weight: bold;
}
header,
nav,
footer,
.recruiter-strip {
    font-family: 'Circular-Std', sans-serif;
    line-height: 1.3;
    font-weight: 300;
    font-size: 100%;
}
button,
input[type=text],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none
}
input:focus,
select:focus {
    outline: none;
}
input::-ms-clear {
    display: none;
}
input:-webkit-autofill {
    background: transparent !important;
}
a {
    text-decoration: none;
}
input,
select,
textarea,
button {
    font-family: inherit;
}
button {
    cursor: pointer;
    border-radius: 0.25em;
    background: none;
    border: 0;
    background: #018380;
    color: #fff;
    font-weight: 300;
    font-size: 1.1em;
}
button:hover {
    background: #027370;
}
button.blue {
    background: #1c3c57;
}
button.blue:hover {
    background: #173046;
}
button.yellow {
    background: #fca72f;
    color: #2c3e50;
    border: 2px solid #fca72f;
}
button.yellow:hover {
    background: #e49628;
    border: 2px solid #e49628;
}
.overflow {
    overflow: hidden;
}
.arrow a{
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
nav,
.container,
.form-wrapper {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.recruiter-strip {
    display: none;
    padding: 0 0 0.7em 0;
    background: #fff;
    font-size: 1em;
    height: 6.25em;
    box-sizing: border-box;
    position: relative;
}
.recruiter-strip button {
    padding: .1em 1em .3em 1em;
    margin: 0 0.25em;
    display: block;
    float: right;
    border-radius: 0 0 0.25em 0.25em;
}
.recruiter-strip #headerBanner {
    width: 728px;
    height: 90px;
    position: absolute;
    left: 50%;
    margin-left: -364px;
    top: 0;
}
.recruiter-strip a {
    color: #018380;
    font-weight: 500;
}
.recruiter-strip.closed {
    color: #e5e5e5;
    height: 0;
    padding: 0;
}
.recruiter-strip.closed * {
    opacity: 0;
}
header menu {
    text-align: center;
    background: #30536e;
    padding: 0.75em;
    position: relative;
    margin: 0;
}
header menu button {
    display: none;
    font-size: 1em;
}
header .logo-small {
    width: 115px;
    height: 39px;
    background-position: 0 -160px;
    display: block;
    position: absolute;
    top: 0.75em;
    left: 50%;
    margin-left: -57px;
}
header .hamburger {
    float: left;
    background: #27364b;
    border-radius: 0.25em;
    padding: 0.75em;
    cursor: pointer;
}
header .hamburger span {
    display: block;
    background: #fff;
    height: 4px;
    margin-bottom: 5px;
    width: 30px
}
header .hamburger span:last-of-type {
    margin-bottom: 0;
}
header .notifications {
    display: none;
}
header .mobile-search {
    width: 54px;
    height: 46px;
    background: #27364b;
    float: right;
    border-radius: 0.25em;
    background-repeat: no-repeat;
    background-position: 15px 11px;
    cursor: pointer;
}
header .mobile-search.open {
    background-position: 16px 12px;
}
header .form-wrapper {
    background: #2c3e50;
    max-height: 0;
}
header .form-wrapper.open {
    max-height: 400px;
}
header form {
    clear: both;
    width: 100%;
    box-sizing: border-box;
    padding: 1em 1em .75em;
}
header .search-item {
    float: left;
    margin-bottom: 1em;
}
header .jobTitle,
header .location {
    width: 100%;
}
header .location input {
    display: none;
}
header .distance {
    width: 128px;
}
header .button {
    width: 100%;
    clear: both;
}
header input[type=text] {
    box-sizing: border-box;
    color: #333;
}
header ul {
    margin-bottom: 0;
}
header li {
    display: inline-block;
}
header li.hidden {
    display: none;
}
header li.tag {
    margin: 0.3em 0.3em 0.2em 0.3em;
}
header li.tag.remove {
    background: #cc0000;
}
header .tag-container {
    min-height: 44px;
    background: #fff;
}
header .distance label {
    border-color: transparent;
}
header input {
    padding: 0.7em 0 0.5em 0.5em;
    background: none;
    border: 0;
    font-size: 1.1em;
    vertical-align: initial;
    display: none;
}
header label {
    display: inline-block;
    border-top: 2px solid #fff;
    padding-top: 0.25em;
    color: #ccc;
    width: 100%;
    font-size: 0.9em;
}
header .tag {
    background: #27364b;
    color: #fff;
    padding: .4em 1.5em .35em .6em;
    font-size: 1.1em;
    border-radius: 0.2em;
    position: relative;
    box-sizing: border-box;
}
header .tag span {
    padding: 0;
    text-align: right;
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 10px;
}
header .tag span:hover {
    color: #c0392b;
}
header .location .tag:nth-child(2) {
    max-width: calc(100% - 52px);
}
header .arrow {
    float: right;
    width: 22px;
    height: 22px;
    padding: 0.75em 0.6em 0.6em;
}
header .arrow a {
    background-position: -173px -338px;
    display: block;
    width: 100%;
    height: 100%;
    transform-origin: 11.1px 10.4px 0;
    -webkit-transform-origin: 11.1px 10.4px 0;
}
header .arrow a:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
header .arrow a.disabled {
    background-position: -173px -378px;
}
header select {
    border-radius: 0.2em;
    border: 0;
    color: #333;
    font-size: 1.1em;
    display: inline-block;
    width: 120px;
    margin: 0;
    padding: 0.55em;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAHCAYAAADTcMcaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODlDMzcyNDZFOUI3MTFFNEFDNThEOTQ0RjlFQ0EzNjYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODlDMzcyNDdFOUI3MTFFNEFDNThEOTQ0RjlFQ0EzNjYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4OUMzNzI0NEU5QjcxMUU0QUM1OEQ5NDRGOUVDQTM2NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4OUMzNzI0NUU5QjcxMUU0QUM1OEQ5NDRGOUVDQTM2NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjfOiOMAAABrSURBVHjaYpw5c2YCAwPDfAbiwQemtLS0BUDGAmI1ALEj4////8G8WbNmgWxLIKDJEGjJBSYYD8hJJGBjIkgDiAG3CQaANu4HUg5YNMANZMJiYiAQX8ClAatNUNsEgBTIxgNADYXo8gABBgDOOidJ9tWpgQAAAABJRU5ErkJggg==');
    background-position: 100px center;
    background-repeat: no-repeat;
    background-color: #fff;
}
header button {
    display: block;
    clear: both;
    width: 100%;
    font-size: 1.2em;
    margin: 0;
    padding: 0.5em 1em;
}
.typeahead {
    z-index: 99;
}
.typeahead ul {
    background: #fff;
}
.typeahead ul li {
    box-sizing: border-box;
    padding: 1em;
    color: #333;
    border-bottom: 1px solid #ccc;
    width: 100%;
    font-size: 1.1em;
}
.typeahead ul li:first-of-type {
    border-top: 1px solid #ccc;
}
.typeahead ul li.hover {
    background: #ccc;
    cursor: pointer;
}
.typeahead ul li.focus {
    background: #333;
    color: #fff;
}
.typeahead ul li b {
    font-weight: 700;
}
.typeahead ul li small {
    font-size: 0.7em;
    color: #666;
}
.typeahead .output ul li.focus small {
    color: #ccc;
}
nav {
    width: 320px;
    height: 100%;
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    overflow: scroll;
    z-index: 999999;
    -ms-transform: translate(-320px, 0);
    -webkit-transform: translate(-320px, 0);
    transform: translate(-320px, 0);
}
nav.nav-open {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
nav .divider {
    height: 1px;
    clear: both;
    background: #fff;
    margin: 1em 3.5em;
}
nav .close {
    color: #fff;
    display: block;
    font-size: 2em;
    font-weight: 300;
    text-align: right;
    cursor: pointer;
    padding: 0.2em 0.55em 0.45em 0.55em;
    float: right;
    margin: 1em 1em 0 0;
}
nav ul {
    padding: 1em 2em;
    clear: both;
}
nav ul li {
    list-style: none;
    margin: 1.5em;
}
nav ul li:hover a,
nav .close:hover {
    color: #018380;
}
nav ul li a {
    color: #fff;
    font-size: 1.2em;
}
nav ul.main li a {
    font-weight: 500;
}
nav ul.main li.recruiters a {
    color: #fba63c;
}
nav ul.main.recruiter li {
    margin: 0 1.5em;
}
nav ul.sub li {
    margin: 0.75em 1.75em;
}
nav ul.sub li a {
    font-size: 1em;
    font-weight: 300;
}
nav .social {
    display: block;
    margin: 40px 3.5em;
    height: 43px;
}
nav .social a {
    display: block;
    width: 43px;
    height: 100%;
    float: left;
    margin-right: 12px;
}
nav .social a:nth-of-type(1) {
    background-position: 0 -267px;
}
nav .social a:nth-of-type(2) {
    background-position: -50px -267px;
}
nav .social a:nth-of-type(3) {
    background-position: -100px -267px;
}
nav .social a:nth-of-type(4) {
    background-position: -152px -267px;
    margin-right: 0;
}
footer {
    padding: 3em;
    text-align: center;
    background: #fff;
    margin-top: 1.5em;
}
footer button {
    padding: 0.4em 3em;
    margin-bottom: 1em;
}
footer h2 {
    font-size: 1em;
    margin-bottom: 2em;
    text-align: center;
    color: #333;
}
footer h2 a {
    color: #018380;
    font-weight: 300;
}
footer p {
    font-size: 0.85em;
    margin-bottom: 1em;
    line-height: 1.3;
}
footer p a {
    color: #018380;
    border-right: 1px solid #ccc;
    padding-right: 0.45em;
    margin-left: 0.3em;
    font-weight: 300;
}
footer p a:last-of-type {
    border: none;
}
footer .links {
    display: none;
    margin: 1em auto 0 auto;
}
header menu .logo-small,
nav .social a,
.location .arrow a {
    background-image: url('//web-archive.nli.org.il/National_Library/20160521004321oe_///jobsite.imgix.net/sprite.svg');
}
header .mobile-search {
    background-image: url('//web-archive.nli.org.il/National_Library/20160521004321oe_///jobsite.imgix.net/search.svg');
}
header .mobile-search.open {
    background-image: url('//web-archive.nli.org.il/National_Library/20160521004321oe_///jobsite.imgix.net/search-close.svg');
}
@media screen and (min-width: 33.75em) {
    header .location {
        width: calc(100% - 150px);
    }
    header .distance {
        margin-left: 1em;
        width: 134px;
    }
    header select.distance {
        padding: 0.3em 2em 0.3em 0.6em;
        margin: 0.3em 0 0.3em 0.2em;
        width: 125px;
    }
    header label {
        padding-top: 0.5em;
    }
    header .distance label {
        border-color: #fff;
    }
}
@media screen and (min-width: 42.5em) {
    nav {
        overflow: auto;
    }
    header input.jobTitle {
        width: calc(100% - 400px);
        float: left;
    }
    header select {
        float: left;
        margin-left: 0.25em;
    }
    header .jobTitle {
        width: 100%;
    }
    header .location {
        width: calc(100% - 322px);
    }
    header .distance {
        width: 133px;
        margin-left: 2em;
    }
    header .button {
        width: auto;
        clear: none;
        margin-left: 2em;
    }
    header button {
        margin: 0;
        width: auto;
        padding: 0.6em 1.5em;
    }
    footer button,
    footer h2 {
        display: none;
    }
    footer p {
        display: inline;
        font-size: 0.85em;
        font-weight: 300;
    }
    footer .links {
        display: block;
        width: 690px;
    }
}
@media screen and (min-width: 60em) {
    .recruiter-strip {
        display: block;
    }
    .recruiter-strip .center {
        width: 100%;
        margin: 0 auto;
    }
    header .mobile-search {
        display: none;
    }
    header .form-wrapper {
        max-height: 400px;
    }
    nav ul.main li.login {
        display: none;
    }
    header {
        margin-bottom: 1em;
    }
    header form {
        width: 885px;
        margin: 0 auto;
    }
    header .search-item {
        margin: 0 1em;
    }
    header .jobTitle {
        width: 230px;
    }
    header .location {
        width: 230px;
    }
    header .search-item.distance {
        margin-left: 1em;
        width: 133px;
    }
    header .button {
        margin-left: 1em;
    }
    header .notifications {
        display: none;
        height: 38px;
        width: 50px;
        background: #1c3c57;
        border-radius: 0.25em;
        float: right;
        margin-right: 0.5em;
        background-repeat: no-repeat;
        background-position: 15px 7px
    }
    header menu .hamburger {
        display: none;
    }
    header menu button {
        display: block;
        padding: 0.55em 1.25em;
    }
    header menu button.menu {
        float: left;
    }
    header menu a {
        float: right;
    }
    header form {
        padding: 1em 0 0.75em 0;
    }
    header form select {
        width: 125px;
        float: left;
    }
    header form button {
        margin: 0;
    }
}
@media screen and (min-width: 80em) {
    .recruiter-strip .center {
        width: 80em;
        margin: 0 auto;
    }
    header menu button {
        margin: 0 3em;
    }
    header menu button.login {
        margin-left: 0;
    }
    header input.jobTitle {
        width: 350px;
    }
    header input.location {
        width: 220px;
    }
}
