@font-face {
  font-family: 'CenturyGothicLoreal';
  src: url('../fonts/centuryGothic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/centuryGothic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/centuryGothic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/centuryGothic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/centuryGothic.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'BaskOldFace';
  src: url('../fonts/BaskOldFace.eot'); /* IE9 Compat Modes */
  src: url('../fonts/BaskOldFace.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/BaskOldFace.woff') format('woff'), /* Modern Browsers */
       url('../fonts/BaskOldFace.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/BaskOldFace.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'MaisonNeue-Light';
  src: url('../fonts/MaisonNeue-Light.otf') format('opentype'),
	 url('../fonts/MaisonNeueWEB-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body,
input,
button,
select,
textarea {
    font-family: 'MaisonNeue-Light', 'Century Gothic', 'CenturyGothic', 'AppleGothic', sans-serif;
}

body {
    font-size: 0.85em;
    background-color: #fff;
    color: #000;
}

:invalid {
    outline-color: rgba(221, 0, 0, 0.5);
    box-shadow: none;
}

:focus {
    outline-color: #30529E;
}
a {
    text-decoration: none;
    color: #0166ff;
}
a:hover {
    text-decoration: none;
}
h1,
h2,
h3,
h4 {
    font-weight: normal;
}
/* Custom Helper Classes */

.tColor1 {
    color: #000;
}

.pageTitle1 {
    padding: 0;
    margin: 0 0 0.25em 0;
    clear:both;
    font-size: 1.5em;
    font-weight: bold;
}

.sectionTitle1,
.sectionTitle2,
.sectionTitle3 {
    padding: 0;
    margin: 2em 0 0.25em 0;
    clear:both;
    font-size: 1.25em;
    font-weight: bold;
    border-bottom: 1px solid #BBBBBB;
}

.sectionTitle2 {
    margin: 0 0 0.25em 0;
    clear: none;
}

.sectionTitle3 {
    margin: 1em 0;
}

.localTitle1 {
    padding: 0;
    margin: 0 0 0.25em 0;
    clear:both;
    font-size: 1.25em;
    font-weight: bold;
}

.tableList {
    width: 100%;
}

.tableList th {
    padding: 0.5em 0.25em;
    background-color: #D9D9D9;
}

.tableList .tableListSortableCell {
    padding: 0.5em 1em 0.5em 0.25em;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right center;
}

.tableList .tableListSortableCell:hover,
.tableList .tableListSortableCell:active {
    color: 000000;
    background-color: #E5E5E5;
}

.tableList .tableListSortableActive {
    color: #000000;
    background-color: #EDEDED;
}

.tableListSortableASC {
    background-image: url('../images/sortAsc.gif');
}

.tableListSortableDESC {
    background-image: url('../images/sortDesc.gif');
}

.tableList td {
    padding: 0.25em;
}

.tableList tr:nth-child(2n) td {
    background-color: #f3f3f3;
}

.commonFlowListTopPagination {
    padding: 0.5em;
}

.commonFlowListBottomPagination {
    padding: 0.25em 0.5em;
    background-color: #D9D9D9;
    border-radius: 0 0 0.25em 0.25em;
}

.commonFlowListItemTitle {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.25em;
    font-weight: normal;
    padding: 0.75em 0.5em;
    margin: 0;
    text-decoration: none;
    border-radius: 0.25em 0.25em 0 0;
    color: #000000;
    background-color: #D9D9D9;
    float: left;
}

.commonFlowListItemTitle[href] {
    cursor: pointer;
    color: #404040;
    background-color: #FCFCFC;
}

.commonFlowListItemTitle[href]:hover,
.commonFlowListItemTitle[href]:active {
    color: #000000;
    background-color: #CCCCCC;
}

.commonFlowListFirstContentItem {
    border-top: 0.5em solid #D9D9D9;
    clear: both;
    padding-top: 1em;
}
.col {
    float: left;
    width: 50%;
}

/* General Forms */

.generalForm textarea {
    min-height: 5em;
}

.select2-container-multi .select2-choices {
    max-width: 100%;
    padding: 0.65em;
    outline-width: 0;
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    color: #000;
    min-height: 0;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 0;
}

.generalForm input,
.generalForm textarea,
.generalForm select {
    width: 100%;
    max-width: 100%;
    padding: 0.65em;
    outline-width: 0;
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    color: #000;
}

.generalForm select {
    padding-right: 0;
}

.generalForm input[type="file"]::-ms-value {
    border-width: 0;
    background-color: transparent;
}

.generalForm input[type="file"]::-ms-browse {
    border-width: 0;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 2px;
}

.generalForm select option {
  background-color: #FFFFFF;
}

.generalForm select:focus option {
  background-color: #EFEFEF;
}

.generalForm .hasErrors input,
.generalForm .hasErrors textarea,
.generalForm .hasErrors select {
    border-color: #CC6060;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15), 0 0 5px rgba(221, 0, 0, 0.2);
}

.generalForm input:focus,
.generalForm textarea:focus,
.generalForm select:focus,
.generalForm .hasErrors input:focus,
.generalForm .hasErrors textarea:focus,
.generalForm .hasErrors select:focus {
    border-color: #EFEFEF;
    background-color: #EFEFEF;
}
.body_IE .generalForm option {
    background-color: #D9D9D9;
}

/* Errors from template */

.errorText {
    color: #FF8686;
    clear: both;
}

/* Errors from wizard */

.errorMessage,
.warningMessage,
.duplicateWarningMessage {
    color: #FF8686;
    font-size: .8em;
    clear: both;
}

/* Pagination */

.searchPagination {
    text-align: right;
    padding: 1em;
    font-size: .8em;
}

.searchPagination a {
    color: #808080;
    vertical-align: middle;
}

.paginationItem {
    display: inline-block;
    margin-left: 0.25em;
    text-decoration: none;
    white-space: nowrap;
    padding: 0.25em 0;
}

.paginationLink,
.paginationLink:visited {
    border: 1px solid #CCCCCC;
    padding: 0.25em 0.5em;
    background-color: #FFFFFF;
    border-radius: 2px;
}

.paginationLink:hover,
.paginationLink:active {
    border-color: #353535;
    background-color: #F2F7FD;
    text-decoration: none;
    color: #353535;
}

.currentPageLink,
.currentPageLink:hover,
.currentPageLink:active,
.currentPageLink:visited {
    cursor: default;
    color: #FFFFFF !important;
    border-color: #353535;
    background-color: #353535;
}

/* Buttons */

button,
.buttonLike,
.buttonLike:visited {
    padding: 14px 22px;
    border-radius: 5px;
    border: 1px solid #0166ff;
    background-color: #0166ff;
    color: #fff;
    vertical-align: middle;
    font-size: 1.286em;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

button:hover,
button:active,
.buttonLike:hover,
.buttonLike:active {
    border: 1px solid #0166ff;
    background: #fff;
    color: #0166ff;
    text-decoration: none;
}

button.cancelButton,
button.cancelButton:hover,
button.cancelButton:active,
.linkLike,
.linkLike:hover,
.linkLike:active,
.linkLike:visited {
    padding: 0;
    color: #0166ff;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    border-width: 0;
    border-radius: 0;
    font-size: 1em;
    text-decoration: none;
    text-transform: capitalize;
}

.jobDetailPage #wrapper button,
.jobDetailPage #wrapper .buttonLike,
.jobDetailPage #wrapper .buttonLike:visited {
    padding: 14px 22px;
    border-radius: 5px;
    border: 1px solid #0166ff;
    background-color: #0166ff;
    color: #fff;
    vertical-align: middle;
    font-size: 1.286em;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.jobDetailPage #wrapper button:hover,
.jobDetailPage #wrapper button:active,
.jobDetailPage #wrapper .buttonLike:hover,
.jobDetailPage #wrapper .buttonLike:active {
    border: 1px solid #0166ff;
    background: #fff;
    color: #0166ff;
    text-decoration: none;
}

.cancelButton {
    margin-left: 1em;
}

.loginSignBox .cancelButton,
.loginSignBoxFloated .cancelButton {
    display: block;
    margin: 0 auto;
    margin-top: 1em;
    max-width: 50px;
}

button.cancelButton:hover,
button.cancelButton:active,
.linkLike:hover,
.linkLike:active {
    color: #0166ff;
}
.linkLike.deleteFile,
.linkLike.deleteFile:hover {
    color: #0166ff;
    margin-top: -3px;
}

.body_IE6 button,
.body_IE7 button {
    padding-top: 3px;
    padding-bottom: 3px;
}

.uploadedFile {
    display: block;
    padding-top: 2px;
}

.removeFile {
    cursor: pointer;
    color: #404040;
    padding: 3px 4px;
    text-decoration: none;
    background-color: #F0F0F0;
    background-image: none;
    border-width: 0;
    border-radius: 2px;
}

.removeFile:hover,
.removeFile:active {
    background-color: #E0E0E0;
    color: #000000;
}

.removeFile input {
    display: inline !important;
}

.smallButtonLike {
    padding: 2px 4px;
}

/* STRUCTURE */
/* Search */

.searchField:last-child {
    padding-bottom: 0.5em;
}

.jobList {
    padding: 0.5em 0;
    color: #353535;
}

.jobList > .jobResultItem {
    border-top: 1px solid #aaa;
    padding: 1em;
    clear: both;
}

.jobList > .jobResultItem:first-child {
    border-top-width: 0;
}

.jobList > .jobResultItem:last-child {
    border-bottom: none;
}

.jobResultItemDescription {
    padding-top: 0.25em;
}
.jobResultItem a {
    text-decoration: none;
}
.jobResultItem a .jobTitle {
    color: #353535;
    font-weight: bold;
    font-size: 1.25em;
}
.jobResultItem .jobDef {
    font-size: .9em;
    color: #808080;
    padding: .5em 0;
}
.jobResultItem .jobResultItemDescription {
    color: #353535;
}

.jobResultItem a:hover h3{
    color:#0166ff;
}

.jobResultItem .readMore{
    margin-top:1em;
    display:inline-block;
    text-transform: uppercase;
}

.jobResultItem .readMore:hover{
    color:#1e1e1e;
}

/* Navigation */
.mainNavigation {
    padding: 1em 0 2em;
}

.mainNavigationStatus {
    float: right;
    text-align: right;
}

.mainNavigationStatusAdditional {
    float: left;
}

/* JobDetail */

.jobDetailDescription {
    margin: 1em 0 0 0;
    padding: 1em 0;
}
.mainNavStatusAdditional {
    margin-top: 2em;
    padding-top: 1em;
    border-top: 1px solid #d9d9d9
}

/* -- */
.infoJobDetailBottom {
    border-top: 2px solid #0166ff;
    border-bottom: 2px solid #0166ff;
    margin-top: 2em;
    padding: 20px 0;
}

.jobVideo {
    float: left;
    position: relative;
    padding-top: 30px;
    overflow: hidden;
    width: 45%;
    height: 0;
    padding-bottom: 26%;
    margin-right: 10%;
}

.jobVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.jobMap {
    position: relative;
    padding-top: 30px;
    overflow: hidden;
    width: 45%;
    height: 0;
    padding-bottom: 26%;
}

.jobMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Job Submittal */

.jobTemplateWidgetContainer {
    padding-top: 1em;
}

#jobTemplateWidgetDescription {
    display: block;
    padding-top: 1em;
}

/* Register steps */

.registrationSteps {
    margin-bottom: 2em;
    border-bottom: 1px solid #808080;
    padding-bottom:4em;
}

.registrationStepItem {
    float: left;
    background-repeat: no-repeat;
    padding: 80px 0 2em;
    text-align: center;
    background-position: 50% 0;
    color: #000;
    text-transform: uppercase;
}
span.registrationStepItem {
    opacity: .5;
}
strong.registrationStepItem {
    opacity: 1;
}

.registrationStepsAmount_2 .registrationStepItem {
    width: 50%;
}

.registrationStepsAmount_3 .registrationStepItem,
.registrationStepsAmount_4 .registrationStepItem {
    width: 33%;
}

.body_IE6 .registrationStepsAmount_2 .registrationStepItem,
.body_IE7 .registrationStepsAmount_2 .registrationStepItem {
    width: 49%;
}

.body_IE6 .registrationStepsAmount_3 .registrationStepItem,
.body_IE7 .registrationStepsAmount_3 .registrationStepItem {
    width: 32%;
}
.step1 {
    background-image: url(../images/iconUploadResume.png);
}
.step2 {
    background-image: url(../images/iconContactInfo.png);
}
.step3 {
    background-image: url(../images/iconQuestions.png);
}
/* Upload Resume and Register */

.uploadResumeItemsContainer {
    padding-bottom: 1em;
}

.uploadResumeField {
    float: left;
    margin: 0;
    border-width: 0;
    padding: 0;
    width: 25%;
}

#resumePaste {
    width: 100%;
    min-height: 10em;
    min-width: 50%;
    max-width: 100%;
    resize: both;
}

.uploadResumeFieldTrigger {
    cursor: pointer;
    text-decoration: none;
    color: #000;
    display: block;
    padding: 50px 0.5em 0.5em 0.5em;
    margin: 0.5em 1em;
    text-align: center;
    text-decoration: none;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center 8px;
    transition-duration: 0.25s;
    transition-property: background-color;
    transition-timing-function: ease;
    border-radius: 5px;
}

.uploadResumeFieldTrigger:focus,
.uploadResumeFieldTrigger:hover,
.uploadResumeFieldTrigger:active {
    background-color: #C5C5C5;
    color: #2a2a2a;
    transition-duration: 0.25s;
    transition-property: background-color;
    transition-timing-function: ease;
}

.uploadResumeFieldTriggerFacebook {background-image: url('../images/facebook_32.png');}
.uploadResumeFieldTriggerLinkedin {background-image: url('../images/linkedin_32.png');}
.uploadResumeFieldTriggerGoogleplus {background-image: url('../images/googleplus_32.png');}
.uploadResumeFieldTriggerXing {background-image: url('../images/xing_32.png');}
.uploadResumeFieldTriggerDropbox {background-image: url('../images/dropbox_32.png');}
.uploadResumeFieldTriggerGoogledrive {background-image: url('../images/googledrive_32.png');}
.uploadResumeFieldTriggerUploadResumeFile {background-image: url('../images/uploadResumeFile_32.png');}
.uploadResumeFieldTriggerUploadResumePaste {background-image: url('../images/uploadResumePaste_32.png');}
.uploadResumeFieldTriggerUploadResumeLater {background-image: url('../images/uploadResumeLater_32.png');}

@media all and (min-width: 1px) {
    .uploadResumeFieldTriggerFacebook {background-image: url('../images/facebook_128.png');}
    .uploadResumeFieldTriggerLinkedin {background-image: url('../images/linkedin_128.png');}
    .uploadResumeFieldTriggerGoogleplus {background-image: url('../images/googleplus_60.png');}
    .uploadResumeFieldTriggerXing {background-image: url('../images/xing_128.png');}
    .uploadResumeFieldTriggerDropbox {background-image: url('../images/dropbox_128.png');}
    .uploadResumeFieldTriggerGoogledrive {background-image: url('../images/googledrive_128.png');}
    .uploadResumeFieldTriggerUploadResumeFile {background-image: url('../images/uploadResumeFile_128.png');}
    .uploadResumeFieldTriggerUploadResumePaste {background-image: url('../images/uploadResumePaste_128.png');}
    .uploadResumeFieldTriggerUploadResumeLater {background-image: url('../images/uploadResumeLater_128.png');}
}

.uploadResumeFieldContainer {
    clear: both;
    border-top: 1px solid #808080;
    padding: 1em 0;
    display: none;
}

.uploadResumeFieldContainer input {
    width: 50%;
}

.uploadResumeButtonBar {
    border-top: 1px solid #808080;
    padding-top: 1em;
    clear: both;
}

.jobAlertNotify {
    width: 98%;
    margin: 0 auto;
}
.jobAlertNotify legend {
    font-size: 1.4em;
    margin: .5em 0 0;
    padding-bottom: .5em;
    font-weight: normal;
    color: #0166ff;
}
#editAgentForm {
    padding-top: 2em;
}
#editAgentForm select {
    margin-bottom: 1.5em;
}

.editJobNotification input,
.editJobNotification select {
    margin-top: .5em;
}

.smalltext {
    font-size: .9em;
}
/* Search Agents */

.searchAgentFields label ~ label {
    display: inline-block;
    margin-top: 1em;
}
/* talent wizard */

.talentCommunityPage {
    background-color: #2a2a2a;
    position: relative;
    min-height: 100%;
}
.talentCommunityPage::after {
    content: "";
    background: url(../images/talentCommunity.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 60px;
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.talentCommunityPage .mainTitle{
	background:transparent !important;
}

.talentCommunityPage .fieldSpec .labelText,
.talentCommunityPage .datasetlabelText,
.talentCommunityPage .datasetfieldLabel,
.talentCommunityPage .fieldSpec .description,
.talentCommunityPage .formdescription,
.talentCommunityPage .mainNavStatusAdditional a,
.talentCommunityPage .cancelButton{
	color:#fff;
}
.talentCommunityPage .mainTitle .container {
    padding-top: 3em
}
.talentCommunityPage .mainTitle .container h1 {
    color: #0166ff;
}
.talentCommunityPage .topHeader {
    background-color: #000;
}
.talentCommunityPage .topHeader .container {
    background-color: #000;
}
.talentCommunityPage #wrapper {
    background-color: transparent;
    margin-top: 0;
}
.talentCommunityPage #wrapper .generalForm {
  padding: 2em 0;
}
.talentCommunityPage #footer {
  display: none;
}
.talentCommunityPage body {
    background-color: transparent;
}
#Talent .fieldSpec {
    min-height: 5.5em;
}
#Talent .fieldSpec.noHeight {
    min-height: 3em;
}
.fieldSpec.btnDsc {
    position: relative;
}
.fieldSpec.btnDsc .description {
    position: absolute;
    bottom: 20px;
    color: #808080;
    font-size: .8em;
}

/* Login and Reset Password */

.Login {
  padding: 0 15%;
}

.Login h2 {
    margin-bottom: 1em;
    text-transform: uppercase;
}

.Login button,
.Login .buttonLike,
.Login .buttonLike:visited {
    padding: 14px 0;
    min-width: 150px;
    box-sizing: border-box;
}

.loginSignBoxFloated {
    float: left;
    width: 34%;
    text-align: center;
    padding-right: 16%;
    border-right: 1px solid #0166ff;
}

.loginSignBox {
    float: none;
    margin: 0 auto;
    width: 34%;
    text-align: center;
}

.loginRegisterBox {
    text-align: center;
    margin-left: 62%;
}

.loginRegisterBox .tPad4-4 {
    padding-top: 4.4em;
}

.loginRegisterBox h2 {
    font-size: 2em;
}

.loginRegisterBox p.firsttime {
    margin-bottom: 64px;
    min-height: 60px;
}
.loginRegisterBox .firsttimesocial{
    padding-top:6.5em;
}
.frgtPwd {
    padding-top: 1.2em;
}

/* Profile */

.profilePictureContainer {
    float: right;
    text-align: center;
    padding: 0 0 0 1em;
    max-width: 80px;
}

.profilePicture {
    margin: 0 auto;
}

.profilePictureLink {
    margin-top: 0.5em;
    display: block;
}

#UploadFile .labelText {
    font-weight: bold;
    padding-bottom: 0.25em;
}

#UploadFile .fieldSpec {
    width: 100%;
    padding-bottom: 0;
}
#UploadFile .fieldSpec.buttonBar {
    margin-top: 1.3em;
}
#UploadFile .saveButton {
    padding: 5px 25px;
    font-size: 1em;
}

.fileItem .uploadedFileName {
    display: block;
    padding-top: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    clear: both;
}

#filePreview {
    display: block;
    transition-property: height, opacity, margin, padding, box-shadow;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    overflow: hidden;
    height: 0;
    opacity: 0;
    margin: 0 1em;
    padding: 0 10px;
    border-radius: 2px;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.8);
}

#filePreview.fileShow {
    display: block;
    transition-property: height, opacity, margin, padding, box-shadow;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    overflow: hidden;
    height: 335px;
    opacity: 1;
    margin: 0.5em 1em;
    padding: 10px;
    box-shadow: 1px 1px 3px #000000;
}

.body_IE6 #filePreview.fileShow,
.body_IE7 #filePreview.fileShow,
.body_IE8 #filePreview.fileShow {
    border: 1px solid #DDDDDD;
}

.filePreviewBar {
    text-align: right;
    height: 35px;
    line-height: 25px;
}
.filePreviewBar a {
    font-size: .8em;
}
.filePreviewBar a:after {
    content: 'x';
    background-color: #30529E;
    display: inline-block;
    padding: 0 9px;
    margin-left: 5px;
    color: #fff;
    border-radius: 50%;
}
#filePreview iframe {
    width: 100%;
    height: 300px;
}

button.deleteFile:hover,
button.deleteFile:active {
    color: #FF0000;
}

/* Custom Layout */
.container {
    max-width: 960px;
    margin: auto;
    padding: 0 2em;
    position: relative;
}

#wrapper {
    margin: 1em auto 3em;
}

.searchJobs #wrapper {
    margin: auto;
    background-color: #fff;
}

.jobDetailPage #wrapper {
    background-color: #FFFFFF;
    color: #242424;
    padding: 1em 0;
    width: 95%;
}

.jobDetailPage #wrapper a {
    color: #242424;
}

.topHeader {
    background-color: #000;
}

.topHeader a {
    color: #fff;
    padding: 1em;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
}

.topHeader a:hover {
    background-color: #333;
    text-decoration: none;
}

.topHeader .mainNavigationStatus {
    position: absolute;
    right: 0;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.topHeader .mainNavigationStatus li {
    border-right: 1px solid #fff;
    margin: 0;
    padding: 0;
    float: left;
}

.topHeader .mainNavigationStatus li:first-child {
    border-left: 1px solid #fff;
}

.topHeader .mainNavigationStatus li:last-child {
    border-right: 1px solid #fff;
}

.topHeader {
    min-height: 43px;
}

.topHeader select.navStyle {
    display: block;
    position: absolute;
    top: 6px;
    background-color: #333;
    border: 1px solid #555;
    color: #fff;
    padding: 3px;
}

.topHeader select.navStyle option {
    background-color: #333;
    border: 1px solid #555;
    color: #fff;
}

a.trigger {
    float: right;
    background-image: url(../images/triggerMenu.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 32px;
    height: 32px;
    display: none;
}
#header {
    margin-bottom: 1em;
    padding:1em 0;
    background:#2a2a2a;
}

#header > .container {
  max-width: 100%;
  padding: 0;
}

#header select.navStyle {
    color: #a1a1a1;
    border: none;
    font-family: 'MaisonNeue-Light', 'Century Gothic', 'CenturyGothic', 'AppleGothic', sans-serif;
    font-size: 0.8em;
    text-transform: uppercase;
    margin-top: 1px;
    margin-left: 1.5%;
    background-color: #2a2a2a;
    float: left;
}

#header select.navStyle option {
    background-color: #333;
    border: 1px solid #555;
    color: #fff;
}

.searchJobs #header {
    margin-bottom: 0;
}
.mainNav {
  float: right;
}
.mainNav ul {
    margin: 0;
    padding: 0
}

.mainNav li {
    float: left;
    margin-right: 10px;
}

.mainNav .simple-link {
    margin-top: 1px;
    margin-right: 15px;
    padding-bottom: 6px;
}

.mainNav .simple-link:hover {
    border-bottom: 1px solid #FFFFFF;
}
.mainNav .img-link {
    width: 32px;
}
.mainNav .img-link img {
    width: 100%;
}
.mainNav a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'MaisonNeue-Light', 'Century Gothic', 'CenturyGothic', 'AppleGothic', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1vw;
}
.mainNav .yellowTxt {
    color: #0166ff;
}
.mainNav li.selected {
    font-weight: bold;
}

.menuSeparator {
      display: none;
    }

.logo {
    float: left;
    margin-left: 2%;
}

.logo img {
    width: 100%;
    max-width: 240px;
}

ul.navStyle {
    margin: 0;
    padding: 0;
    list-style: none;
}
.navStyle li {
  display: inline-block;
}

#footer {
    color: #fff;
    padding: 0 0 1em 0;
    margin-top: 7em;
    background:#000;
    float:left;
    width:100%;
    display:block;
}
#footer .socialShare h2 {
    font-size: 30px !important;
}
#footer .socialShare img {
    width: 30px;
    margin-right: .75em;
}
#footer .socialShare img:hover {
    opacity: .7;
}
.footerLogos {
    margin: 1em 0;
}
.footerLogos p.princLg {
    text-align: center;
    padding: 5em 0;
}
.footerLogos p.secLg img {
    width: 100%;
}
.menuFooter {
    padding: 2.5em 0;
    text-align: center;
}
.menuFooter a {
    color: #fff !important;
    text-decoration: none;
    font-size: 1.2em;
    margin-right: .75em;
}
.menuFooter a:hover {
    text-decoration: none;
}

.column {
    width: 16%;
    margin-right: 3%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.column:last-of-type {
    margin-right: 0;
}

.columnTitle {
    font-family: 'MaisonNeue-Light', 'Century Gothic', 'CenturyGothic', 'AppleGothic', sans-serif;
    font-size: 0.857em;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.columnList li {
    display: block;
}

.columnList a {
    font-family: 'MaisonNeue-Light', 'Century Gothic', 'CenturyGothic', 'AppleGothic', sans-serif;
    font-size: 13px;
    display: block;
    text-transform: capitalize;
}

.banner {
    background-image: url(../images/headerimg.jpg);
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    background-position: center center;
    margin-top: 2em;
    position: relative;
}
.banner h1 {
    position: absolute;
    top: 38%;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    color: #0166fe;
    font-size: 3.75em;
    /*text-shadow: 2px 2px 1px #000, 0 0 5px rgba(0,0,0,.1);*/
}
.titleS {
    padding: 1.5em;
    text-align: center;
    font-size: 1.5em;
}
.titleS a {
    color: #ddd;
}
body.searchJobs .titleS {
    background-color: #808080;
}
.searchForm {
    background-color: #353535;
    color: #fff;
    padding: 1em 0;
    font-size: 1.1em
}
.searchCol {
    width: 70%;
}

.searchCol a{
    color:#fff !important;
}
.searchCol.last {
    width: 30%;
}

.searchField.col {
    width: 30%;
    margin-right: 2%
}
.advancedSearch .searchField.col {
    width: 46%;
    margin-right: 2%
}
.searchField.col.last {
    width: 18%;
    margin-right: 0;
    margin-top: 4px;
}
.searchField.col.large label {
    display: inline-block;
    margin-top: 5px;
}
.searchField.col.large input {
    display: inline-block;
    margin-top: 5px;
    float: none;
    width: 85%;
}

.searchField select {
    width: 100%;
    border-color: #000;
    border-radius: 5px;
    padding: .35em;
}
.searchField input{
    width: 100%;
    border-color: #000;
    border-radius: 5px;
    padding: .4em;
}
.searchField a {
    color: #fff;
}

.searchField .select2-container .select2-choice > .select2-chosen{
    color:#000;
}
.searchField .select2-container .select2-choice {
    height: auto !important;
    padding: .4em !important;
    background-image: none !important;
    box-sizing: border-box !important;
    border: 1px solid #000 !important;
    line-height: inherit !important;
}

.searchField .select2-container .select2-choice .select2-arrow{
    border-left: none;
}

.searchField .select2-container .select2-choice .select2-arrow b{
    background-color: #fff !important;
}
a.advancedSearchToggle {
    margin-top: 8px;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    background-image: url(../images/arrowRight.png);
    background-repeat: no-repeat;
    padding-left: 20px;
}
a.advancedSearchToggle.opened {
    background-image: url(../images/arrowDown.png);
}

.mainTitle {
    margin-top: 1em;
    background: #fff;
    float: left;
    width: 100%;
    display: block;
    padding: 2em 0;
}
.mainTitle .container {
    padding-top: 1.5em;
}
.mainTitle h1 {
    text-transform: uppercase;
    font-size: 3.5em;
    text-align: center;
    color:#000;
    margin-bottom:0.8em;
    font-family: 'MaisonNeue-Light', 'Century Gothic', 'CenturyGothic', 'AppleGothic', sans-serif;
}
.mainCol {
    width: 68%;
    float: left;
}
.sidebar {
    float: right;
    width: 28%;
}
.mainCol.reverseOrder {
    width: auto;
    float: none;
}
.sidebar.reverseOrder {
    float: left;
    width: 28%;
}
.sidebar .apply {
    margin-bottom: 1em;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* WIZARDS */
.fieldSpec {
    float: left;
    width: 48%;
    margin: 0 1%;
    min-height: 6em;
}
.fieldSpec .labelText,
.datasetlabelText,
.datasetfieldLabel {
  padding-bottom: .5em;
  color:#000;
}
.fieldSpec.noLabel .labelText {
    display: none;
}
.fieldSpec.noLabelVis .labelText {
    visibility: hidden;
}

.Section .Separator {
    clear: both;
    margin: 0 1%;
    border-top: 1px solid #ccc;
}
.Section .Separator span {
    font-size: 1.5em;
    padding: 1em 0 0;
    display: block;
    color: #0166ff;
}
a.removeDatasetRow {
    float: right;
    display: inline-block;
    margin: -1em 0 1em;
}
a[id^=addRow] {
    float: right;
    display: inline-block;
}
.fieldSpec .description,
.formdescription {
    font-style: italic;
}
.fieldSpec.note .description {
    font-style: normal;
}

.wizardStep2 .fieldSpec,
.wizardStep3 .fieldSpec,
.fieldSpec.formContainer {
    float: none;
    width: 98%;
}

.wizardStep2 .FormHeader h3 {
    font-size: 2em;
}
.formfieldSpec {
    position: relative;
}
.formfieldSpec h3 {
    font-size: 1.7em;
    margin-top: 1.25em;
    border-bottom: 1px solid #ccc;
    display: block;
    width: 100%;
    clear: both;
}
.fieldSpec.formContainer h3 {
    font-size: 1.7em;
    border-bottom: 1px solid #ccc;
    display: block;
    width: 100%;
    clear: both;
    margin-top: 1.25em;
}
.formlabelText {
    font-weight: bold;
}
.formdescription {
    margin-bottom: .5em;
}
.formfieldSpec iframe {
    width: 98% !important;
}

.fieldSpec.legalText .description {
    font-style: normal;
}
.fieldSpec.legalText .description p {
    padding: 5px 0;
    text-align: justify;
}
.fieldSpec.legalText .description h3 {
    font-size: 1.7em;
    border-bottom: 1px solid #ccc;
    margin-bottom: .5em;
    padding-bottom: .5em;
}
.fieldSpec.AcceptCheckboxField {
    position: relative;
    padding-left: 20px;
}
.fieldSpec.AcceptCheckboxField input {
    position: absolute;
    left: 0;
    top: 3px;
}
#editProfile .fieldSpec {
    float: none;
    width: 100%;
    margin-right: 0;
}

.singlePage .generalForm {
    max-width: 600px;
}
.mobileHide {
    display: block!important;
}
.mobileShow {
    display: none!important;
}

/* profile page */

.profilePage .mainCol {
    float: left;
    width: 58%;
}
.profilePage .sidebar {
    float: right;
    width: 38%;
}
.profilePage .row {
    border-bottom: 1px solid #d9d9d9;
    padding: 1em .5em;
}
.profilePage .details {
    margin-bottom: 2em;
}
.profilePage .pageTitle1 {
    border-bottom: 2px solid #d9d9d9;
    padding: 0 0 .5em;
}
.profilePage h1 {
    color: #0166ff;
    text-align: left;
}
.colName {
    float: left;
    width: 30%;
    font-weight: bold;
}
.colDesc {
    float: left;
    width: 70%;
}
.jobAlertsTable {
    clear: both;
    margin-top: 2.5em;
}

.slicknav_menu {
    display:none;
}
#menu {
    display:none;
}
/* banner searchjobs */
.bannerBrands{
	display:block;
	float:none;
	width:100%;
	height: auto;
	overflow: hidden;
    background:#000;
}
.bannerBrands img{
	width:100%;
	height:auto;
}

/* general styles */

.yellowTxt {
    color: #0166ff !important;
}

h1.underLineTitle {
    border-bottom: 1px solid #808080;
    padding-bottom: .5em;
}

/* TPM: Social Share Toggle */
.listButtonBar {
    text-align: right;
}
.tpt_socialShareBar {
    display: none;
    position: absolute;
    right: 0;
    cursor: pointer;
    bottom: 25px;
    vertical-align: middle;
    margin: 0;
    padding: 0.5em;
    background-color: #FAFAFA;
    border-bottom: 2px solid #E9E9E9;
    white-space: nowrap;
}

.tpt_socialShareButton{
    padding: 1em 2.5em;
    background-image: url('../images/iconShare.png');
    background-repeat: no-repeat;
    background-position: 0.5em center;
    background-size: 1.5em;
    text-transform: none;
    color:#000;
    cursor:pointer;
}
.tpt_socialShareContainer {
    display: inline-block;
    position: relative;
    z-index:3;
    margin:1em 0;
}

.listApplyButton {
    padding: 1em 0.5em 1em 2.5em;
    background-image: url(../images/circlePlus.png);
    background-repeat: no-repeat;
    background-position: 0.5em center;
    background-size: 1.5em;
    text-transform: none;
    min-width: 0;
}

.listApplyButton, .listApplyButton:link, .listApplyButton:visited {
    border-width: 2px 0 2px 0;
    border-color: transparent;
    color:#000;
    outline-width: 0;
    text-decoration: none;
}

.successfulTitle{
    color:#0166ff !important;
}
/* Mobile Redefinitions */
@media all and (max-width: 1200px) {
    .talentCommunityPage::after {
        background-position: 50% 100px;
    }
    .mainNav {
        float: right;
        margin: .5em 0;
        clear: both;
    }

    .logo {
        margin-bottom: .5em;
    }

    .menuSeparator {
        background-color: #0166ff;
        clear: both;
        display: block;
        height: 1px;
    }
}
@media all and (max-width: 850px) {
    .talentCommunityPage::after {
        background-position: 50% 105px;
    }
     #menu {
        display:none;
    }

    .slicknav_menu {
        display: block;
    }

    .menuSeparator {
        display: none;
    }

    #header select.navStyle {
        display: none;
    }

    #menuDesk {
        display: none;
    }
    .container {
        padding: 0 1em;
    }
    .mainNav a:hover {
        color: #fff;
    }
    .mainNav li.selected a.lnk {
        background-color: #222 !important
    }
    .mainNav li.selected a.mm-subopen {
        background-color: #282828 !important;
        outline: none;
    }
    .mm-menu .mm-list > li > a.mm-subopen:before {
        border-color: rgba(255, 255, 255, 0.15) !important;
    }
    .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
        background: rgba(255, 255, 255, 0.2) !important;
    }

    .mobileHide {
        display: none!important;
    }
    .mobileShow {
        display: block!important;
    }
    .searchField {
        padding: 0;
        margin: 0 0 1em 0;
        line-height: normal;
    }
    .searchField > label {
        float: none;
        display: block;
        width: auto;
        margin: 0;
        text-align: left;
    }
    .searchField.col {
        width: 98% !important;
        min-height: 50px;
    }
    .searchField.col.searchItem {
        width: 48% !important;
        min-height: 50px;
    }
    .advancedSearch .searchField.col {
        width: 98% !important;
        min-height: 50px;
    }
    .searchField.col.large {
        width: 68%
    }
    .searchField.col input {
        width: 100%;
    }
    .searchCol {
        width: 80%;
    }
    .searchCol.last {
        width: 20% !important;
        text-align: center;
        padding-top: 5px;
    }
    .searchCol.col.last button {
        margin-bottom: .5em;
    }
    .searchCol.col.last .lMar1{
        margin-left: 0;
    }
    .searchField.col.last.taRight {
        float: none;
        width: 100%;
        clear: both;
        margin-bottom: 0;
    }
}
@media all and (max-width: 720px) {
    .loginSignBox,
    .loginSignBoxFloated {
        float: none;
        padding: 0;
        margin: 0;
        width: auto;
        background-color: transparent;
    }

    .loginSignBoxFloated {
        border: none;
        border-bottom: 1px solid #FFFFFF;
        padding-bottom: 2em
    }

    .loginRegisterBox {
        padding: 0;
        margin: 2em 0 0 0;
    }

    .loginRegisterBox .tPad5 {
        padding-top: 2em;
    }

    .loginRegisterBox .tPad4-4 {
        padding-top: 2em;
    }

    .uploadResumeField {
        width: 50%;
    }

    #resumePaste {
        resize: vertical;
    }

    .commonFlowListItemTitle {
        border-radius: 0;
        float: none;
        display: block;
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    }

    .commonFlowListItemTitle[href] {
        box-shadow: none;
        background-color: #E6E6E6;
    }

    .commonFlowListItemTitle:first-child {
        border-radius: 0.25em 0.25em 0 0;
    }
    .mainCol,
    .sidebar,
    .mainCol.reverseOrder,
    .profilePage .mainCol {
        float: none !important;
        width: 100% !important;
    }
    .sidebar {
        margin-top: 2em;
    }
    .sidebar .apply {
        width:100%;
    }

    .loginRegisterBox p.firsttime {
        margin-bottom:30px;
    }

    .loginRegisterBox .firsttimesocial{
        padding-top:3em;
    }
}

@media all and (max-width: 600px) {
    .searchCol {
        width: 100%;
        clear: both;
    }
    .searchCol.last {
        width: 100% !important;
        margin-top: 1em;
        text-align: left;
    }
    .searchCol.last .lMar1 {
        margin-left: 1em !important;
    }

    button,
    .buttonLike,
    .buttonLike:visited {
        min-width: 33%;
        text-align: center;
        margin-bottom: 1em;
        vertical-align: baseline;
    }

    #menuDesk {
        display: none;
    }
    .topHeader span.contactLink {
        right: 10px;
    }

    button.cancelButton,
    button.cancelButton:hover,
    button.cancelButton:active,
    .linkLike,
    .linkLike:hover,
    .linkLike:active,
    .linkLike:visited {
        min-width: 0;
        text-align: left;
    }

    .mainNavigationStatus {
        margin-right: 0.25em;
    }

    .mainNavigationStatus,
    .mainNavigationStatusAdditional {
        float: left;
        text-align: left;
        margin-bottom: 0.5em;
        min-width: 50%;
    }

    .jobPaginationLegend {
        display: inline-block;
        margin-bottom: 0.25em;
        width: 100%;
    }

    .paginationItem {
        margin-top: 0.25em;
        margin-bottom: 0.25em;
        padding: 0.5em 0;
    }

    .paginationLink,
    .paginationLink:visited {
        padding: 0.5em 0.75em;
    }

    .registrationStepItem,
    .registrationStepsAmount_2 .registrationStepItem,
    .registrationStepsAmount_3 .registrationStepItem,
    .body_IE6 .registrationStepsAmount_2 .registrationStepItem,
    .body_IE7 .registrationStepsAmount_2 .registrationStepItem,
    .body_IE6 .registrationStepsAmount_3 .registrationStepItem,
    .body_IE7 .registrationStepsAmount_3 .registrationStepItem {
        width: 20% !important;
        padding: 0 5% 1em 7%;
        text-align: left;
        background-size: 32px;
        background-position: 0 0;
    }
    .profilePictureContainer {
        float: none;
        padding: 0.5em 0 1em 0;
    }

    .profilePicture {
        margin: 0;
    }

    .profilePictureLink {
        display: none;
    }

    .tableList th,
    .tableList td:empty {
        display: none;
    }

    .tableList,
    .tableList thead,
    .tableList tbody,
    .tableList tr,
    .tableList td {
        display: block;
    }

    .tableList thead,
    .tableList tbody,
    .tableList tr,
    .tableList td {
        width: auto;
    }

    .tableList td:last-child {
        border-bottom: 2px solid #CCCCCC;
    }
    .fieldSpec {
        float: left;
        width: 98%;
        margin: 0 1%;
    }
    .footerLogos p.secLg img {
        display: none;
    }
    .banner {
        background-size: 900px;
        height: 260px;
    }
    .banner h1 {
        top: 28%;
        font-size: 3.75em;
    }
    .mainNav a:hover {
        color: #fff;
    }
    .menuFooter a {
        margin: 0;
    }

    .column {
        display: block;
        text-align: center;
        width: 100px;
        margin: 0 auto;
    }

    .column:last-of-type {
        margin: 0 auto;
    }

    .columnTitle {
        margin-bottom: 20px;
    }

    .columnList {
        display: none;
    }
}

@media all and (max-width: 480px) {
    .uploadResumeField {
        float: none;
        width: auto;
    }
    .uploadResumeFieldContainer input {
        width: 100%;
    }
    .registrationStepItem,
    .registrationStepsAmount_2 .registrationStepItem,
    .registrationStepsAmount_3 .registrationStepItem,
    .body_IE6 .registrationStepsAmount_2 .registrationStepItem,
    .body_IE7 .registrationStepsAmount_2 .registrationStepItem,
    .body_IE6 .registrationStepsAmount_3 .registrationStepItem,
    .body_IE7 .registrationStepsAmount_3 .registrationStepItem {
        width: 90% !important;
        padding: 5px 0 1em 20px;
        background-size: 20px;
        background-position: 0 3px;
    }
    .mainTitle h1 {
        font-size: 2.5em;
    }
    .banner h1 {
        top: 30%;
        font-size: 3.25em;
    }
    .jobResultItem .jobResultItemDescription {
        display: none;
    }

}
@media all and (max-width: 420px) {
    .searchField.col.searchItem {
        width: 98% !important;
    }
    #footer .socialShare {
        text-align: center;
    }
    #footer .socialShare img {
        width: 26px;
        margin-right: .15em;
    }
    .banner h1 {
        top: 10%;
        font-size: 3.25em;
    }
}

/*Start select2 upgrade parsing*/
.select2-container .select2-selection--multiple{display:flex;}
.select2-container .select2-search--inline .select2-search__field{width:100% !important; margin-top: 1px;}
.select2-container .select2-selection--multiple .select2-selection__rendered{padding:0px;}
.select2-container .select2-selection--single .select2-selection__rendered{padding:0px;}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:inherit;}
.select2-container--default .select2-selection--multiple{border-radius: 0px;}
.select2-container--default .select2-selection--multiple {
    max-width: 100%;
    padding: 0.65em;
    outline-width: 0;
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    color: #000;
    min-height: 0;
}
.select2-container .select2-search--inline .select2-search__field {
    padding: 0;
}
/*End select2 upgrade parsing*/

/* AWLI fixes */
.methodBox.mb1 .IN-Awli-widget {
    width: 100% !important;
    text-align: center;
}

.methodBox.mb1 .IN-Awli-widget iframe {
    width: 175px !important;
    height: 80px;
}

.methodBox.mb1 .uploadResumeField > [name="widget-holder"] {
    max-height: 86px;
    margin-top: 12px;
}