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;
    text-align: left;
}
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;
    float: left;
}
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;
}

body.HTML {
    margin: 0px!important;
    padding: 0px!important;
}

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('//jobsite.imgix.net/sprite.svg');
}

/* New skin changes */
.page-title {
    padding: 2em 0;
}
.page-title h1 {
    font-weight:700;
    line-height: 120%;
    font-size: 32px;
    color: #333;
    margin: 0;
    padding: 0;
    font-family: Circular-Std, sans-serif !important;
    text-align:center;
}

.welcome-strip {
    background: #fff;
    padding:2em 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 83px;
}

.welcome-strip * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


#page .welcome-strip .wrapper {
    position: relative;
    max-width: 1024px;
    width: 100%!important;
    padding: 0px 1em;
}

.welcome-strip h1 {
    margin: 0 !important;
    padding:0;
    display:inline-block;
    font-weight: 700;
    font-size: 1.4em;
    text-decoration: none;
    border:none;
    font-family: Circular-Std, sans-serif !important;
    line-height: 32px;
    float: left;
}

.welcome-strip h1 strong {
    display: none;
}

.welcome-strip h1 span {
    font-weight: 300;
}


.back-link {
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
}
.back-link:hover {
    color: #008FB3;
}
.back-link span {
  width: 20px;
  height: 16px;
  display: block;
  float:left;
  text-indent: -100px;
  overflow:hidden;
  background-position: -183px -5px;
  background-repeat: no-repeat;
  margin:.35em .5em 0 0;
  background-image: url(//d2d64qng2jcyua.cloudfront.net/myjobsite-sprite-new.svg);
  text-indent: -100px;
  overflow:hidden;
}
.settings-icon {
    width: 28px;
    height: 28px;
    display: block;
    float:right;
    background-image: url(//d2d64qng2jcyua.cloudfront.net/myjobsite-sprite-new.svg);
    background-position: -14px -80px;
    background-repeat: no-repeat;
    text-indent: -100px;
    overflow:hidden;
    font-size: 0px;
    position: absolute;
    top: 4px;
    right: 10px;
}

.back-link {
    color: #333;
}
.myjobsite_wrap .form-container.wide {
    margin: 0px auto!important; 
}
.myjobsite_wrap {
    padding: 0px 0px;
}
.form-container.wide {
    width: 100%!important;
    padding: 0px 20px;
}
.myjobsite_wrap #cv_edit_form, .myjobsite_wrap .page-cv-upload {
    width: 100%;
    padding: 0px;
}
.myjobsite_wrap .fullwidth-wrapper *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.myjobsite_wrap .fixedwidth-wrapper {
    max-width: 100%;
    display: block;
}
.cv_actions_bt {
    width: 100%;
    display: block;
    float: left;
    margin: 5px 0px 20px 0px;
} 
.cv_actions_bt li {
    width: auto;
    display: inline-block;
    float: left;
    margin: 0px 25px 0px 0px;
} 
.myjobsite_cv_knowhow_splitter {
    background-color: #ccc;
    height: 1px;
    width: 100%;
    display: block;
    margin: 30px 0px;
}
.cv_actions_bt li a {
    font-size: 17px;
    font-weight: 200;
} 
.cv_actions_bt li.delete_action {
    float: right;
}
.cv_actions_bt li .hide_delete_cv { 
    color: #804B50;
}

.my_jobsite_notification {
/*    display: none;*/
    width: 100%;
    height: auto;
    height: auto;
    position: relative;
    min-height: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.my_jobsite_notification * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.my_jobsite_notification .alert.alertInfo {
    background-image: none!important;
    background-color: #D9EDF7!important;
    border: none!important;
    padding: 0px!important;
    margin: 0px!important;
}
.my_jobsite_notification p {
    padding: 20px!important;
    margin: 0px!important;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
}
/*.my_jobsite_notification .alert.alertInfo {
    background-image: none;
    height: auto;
    min-height: 0px;
    padding: 20px 80px; 
}
.my_jobsite_notification .alert {
}
.my_jobsite_notification p {
    margin: 0px!important;
    padding: 0px!important;
}
.jsHideMsg {
    position: absolute;
    padding: 4px 10px;
    background-color: #fff;
    border-radius: 100%;
    top: 7px!important;
    right: 20px!important;
    font-size: 12px!important;
    color: #7E4C51!important;
}
.jsHideMsg:hover {
    background-color: #7E4C51;
    color: #fff!important;
}
.noti_ico {
    font-size: 16px;
    position: absolute;
    left: 0px;
    top: 3px;
}
.my_jobsite_notification_text {
    position: relative;
}
.my_jobsite_notification_text p {
    padding: 0 30px!important;
}
.my_jobsite_notification .alert {
    background-color: transparent;
    border: none;
}
.confirmation_noti .alert {
    background-color: #E6F1E2;
    border: none!important;
    display: block;
}
.error_noti .alert {
    background-color: #F3DADB;
    border: none!important;
    display: block;
}
.information_noti .alert {
    background-color: #DAEDF7;
    border: none!important;
    display: block;
}
*/
.logoff-cotent {
    padding: 0px 2%;
    width: 95%;
}

#advanced-search .form-item-sectors input.checkbox, #advanced-search .salaryField input[type="radio"] {
    margin: -3px 6px 0 2px !important;
}

#advanced-search form fieldset #salaryPicker .salaryField.typeField label input[type="radio"], #advanced-search form fieldset .inline-radio-check-list label input[type="radio"] {
    margin: -3px 11px 0 0px !important;
    vertical-align: middle;
    width: auto;
    height: auto;
}

.cover_letter_notification_box {
    background-color: #DAEDF7;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.cover_letter_notification_box * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.cover_letter_notification_box p {
    color: #333;
    font-size: 17px;
}

.fw-wrapper {
    margin: 0px;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.fw-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.email_settings_wrap {
    max-width: 1054px;
    margin: 0 auto!important;
    display: block!important;
}
.myjobsite_cv_knowhow {
   margin-bottom: 30px!important;
}
.myjobsite_cv_knowhow, .myjobsite_cv_knowhow .text_wrap {
    display: block;
    width: 100%;
    margin: 0px;
}
.header_spacer {
    display: block;
    height: 30px;
}
.myjobsite_cv_knowhow span {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
    margin-bottom: 15px;    
}
.myjobsite_cv_knowhow a {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5;
    margin-bottom: 15px;    
}
.knowhow_link {
    margin-left: 20px;
}
.cvTitle {
    word-break: break-all;
}
.update_acc_bt {
    float: right;
}
/*MY JOBSITE UPLOAD BUTTON OVER RIDE*/ 
.js .page-cv-upload #upload_cv_file .cvFileUpload {
    box-sizing: border-box;
    float: left;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0.5em 0!important;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    width: 9em !important;
    background: #008FB3;
    height: 43px;
}
.cvFileUpload.pseudobutton span {
    margin-top: 2px;
    display: block;
}
.js .page-cv-upload #upload_cv_file #cvfile {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    cursor: pointer;
    opacity: 0;
}
.js .page-cv-upload #upload_cv_file .uploadFileMessage {
    left: 9.5em;
}
.jbe_message_text {
    font-size: 18px;
    padding: 20px 0px;
}

.myjobsite_jobstrip_wrapper {
    max-width: 100%;
    display: block;
    float: left;
    width: 100%;
    padding: 0.7em 0 0 0;
    margin: 2em 0 0 0;
    background-color: transparent;
    text-align: center;
}
.myjobsite_jobstrip_wrapper .rec_title {
    font-size: 24px;
    font-weight: 700;
    display: block;
    font-family: Circular-Std, sans-serif;
}
.myjobsite_jobstrip_wrapper .rec_para {
    font-size: 17px;
    font-weight: 300;
    display: block;
    font-family: Circular-Std, sans-serif;   
}

header .mobile-search {
    background-image: url('//jobsite.imgix.net/search.svg');
}
header .mobile-search.open {
    background-image: url('//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: 58.75em) {
    #page .welcome-strip .wrapper {
        width: 78.33333333333333em!important;
        padding: 0px 2em;
    }
    .settings-icon {
        right: 20px;
    }
    #page .welcome-strip .wrapper {
        width: 100%!important;
        padding: 0px!important;
        max-width: 1054px!important;
    }
}
@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 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;
    }
    .welcome-strip h1 strong {
        display:inline-block;
    }
    #page .welcome-strip .wrapper {
        width: 100%!important;
        padding: 0px!important;
        max-width: 1054px!important;
    }
}
@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;
    }
    #page .welcome-strip .wrapper {
        width: 100%!important;
        padding: 0px!important;
        max-width: 1054px!important;
    }
    .settings-icon {
        right: 10px;
    }
}






@media screen and (min-width: 0px) {
    .capital_first_letter {
        text-transform: uppercase;
    }
    .welcome-strip h1 span {
        font-size: 19px;
    }
    .form-container.wide {
        width: 100%!important;
        padding: 0px 20px;
    }
}
@media screen and (min-width: 620px) {
    .welcome-strip h1 span {
        font-size: 22px;
    }
}
@media screen and (min-width: 767px) {
/*    .settings-icon {
        right: 10px;
    }*/

}
@media screen and (min-width: 960px) {
    .capital_first_letter {
        text-transform: lowercase;
    }
    .form-container.wide {
        width: 100%!important;
        padding: 0px 0px!important;
    }
}
@media screen and (min-width: 1024px) {
/*    .welcome-strip .wrapper {
        padding: 0px!important;
    } 
}*/
}











   
