* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input,
button,
select,
textarea {
    font-family: Arial, Helvetica, sans-serif;
}

input{
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 5px;
    width: 100%;
}

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

:focus {
    outline-color: #30529E;
}

.mainContent{
    background: url("../images/background.png");
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: top right;
}

/* Custom Helper Classes */

.tColor1 {
}

.tColor2 {
}

.altColor {
    color: #0cc;
}

.altColor2 {
    color: #009aa6;
}

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

.sectionTitle1,
.sectionTitle2,
.sectionTitle3 {
    padding: 0;
    margin: 1em 0 0.25em 0;
    clear:both;
    font-size: 1.25em;
    font-weight: normal;
}

.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: .25em 0.5em 0;
    background-color: #dfdfdf;
    color: #888;
    text-transform: uppercase;
    font-weight: normal;
}

.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: .25em 0.5em 0;
}

.tableList tr:nth-child(2n) td {
    background-color: #F2F2F2;
}
.tableList tbody tr {
    border-bottom: 1px solid #ddd;
}
.tableList tbody tr:last-child {
    border-bottom: none;
}

.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;
}

/* General Forms */

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

.generalForm input,
.generalForm textarea,
.generalForm select {
    padding: 0.375em;
    border: 1px solid #CCCCCC;
    background-color: #FCFCFC;
    border-radius: 2px;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15);
    outline-width: 0;
    max-width: 100%;
    width: 100%;
    min-height: 34px;
}
.generalForm .searcFix{
    min-height: 20px!important;
}

.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: #FCFCFC;
}

.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: #808080;
    background-color: #FDFDFD;
    box-shadow: inset 0 0 5px #FFFFFF, 0 0 3px rgba(0, 0, 0, 0.2);
}

.successAppMsg {
    font-size: 1.25em;
}

/* Errors from template */

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

/* Errors from wizard */

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

/* Pagination */

.searchPagination {
    text-align: right;
    font-size: .7em;
    border-bottom: 1px solid #eee;
    line-height: 1.7em;
    display: block;
    padding: .5em 0.25em;
}

.searchPagination a {
    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;
    background-color: #FFFFFF;
    border-radius: 2px;
    padding: 0 0.5em;
}

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

.currentPageLink,
.currentPageLink:hover,
.currentPageLink:active,
.currentPageLink:visited {
    cursor: default;
    color: #FFFFFF;
    border-color: #009aa6;
    background-color: #009aa6;
    font-weight: bold;
}

/* Buttons */

button,
.buttonLike,
.buttonLike:visited {
    padding: 5px 20px;
    border-width: 0;
    background-color: #009aa6;
    color: #FFFFFF;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: 'Lato', arial, sans-serif;
}

button:hover,
button:active,
.buttonLike:hover,
.buttonLike:active {
    background-color: #404040;
    color: #FFFFFF;
}

.linkLike,
.linkLike:hover,
.linkLike:active,
.linkLike:visited {
    padding: 5px 20px;
    color: #404040;
    text-decoration: none;
    background-image: none;
    border-width: 0;
    border-radius: 0;
    font-family: 'Lato', arial, sans-serif;
    display: inline-block;
}

.linkLike:hover,
.linkLike:active {
    color: #000000;
    background-color: #C0BBBB;
}

button.cancelButton,
button.cancelButton:hover,
button.cancelButton:active,
.whiteButton,
.whiteButton:hover  {
    background-color: transparent;
    color: #0cc;
    border: 1px solid #0cc;
    padding: 5px 20px !important;
}

button.cancelButton {
    font-family: 'Lato', arial, sans-serif;
    text-transform: uppercase;
    display: inline-block;
}

.resetButton,
.resetButton:hover,
a.cancelButton,
a.cancelButton:hover  {
    background-color: transparent;
    color: #0cc;
    border: 1px solid #0cc;
    padding: 9px 20px !important;
    margin-left: 0.5em;
}

.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.fieldKeywords {
    float: left;
    width: 36%;
    margin-right: 2%;
}

.searchField.fieldLocation {
    float: left;
    width: 30%;
    margin-right: 2%;
}

.searchField.fieldDepartment {
    float: left;
    width: 30%;
}

.searchField.fieldKeywords #search,
.searchField.fieldLocation #location,
.searchField.fieldDepartment select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
}

.searchField.searchButtonBar {
    padding-top: 0.5em;
    padding-bottom: 2em;
    clear: both;
}

.searchField input[type="search"] {
    background-image: url(../images/iconSearch.png);
    background-repeat: no-repeat;
    background-position: 99% 50%;
}

.jobList {
    padding: 0;
}

.jobList > .jobResultItem {
    border-top: 1px solid #eee;
    padding: .5em;
    clear: both;
}
.jobList > .jobResultItem:hover {
    background-color: #f9f9f9;
    background-image: url(../images/arrowL.png);
    background-repeat: no-repeat;
    background-position: 99% 50%;
    background-size: 24px;
}

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

.jobList > .jobResultItem:last-child {
    border-bottom: 1px solid #eee;
}

.jobResultItemDescription {
    padding-top: 0.25em;
}
.jobResultItem p {
    color: #999;
    font-size: .8em;
    margin-top: -.5em;
    margin-bottom: 0;
}
.jobList > .jobResultItem:hover p {
    color: #333;
}

/* Navigation */

.mainNavigation {
    padding: 0 0 1em 0;
}

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

.mainNavigationStatusAdditional {
}

/* JobDetail */

.jobDetailDescription {
    margin: 1em 0 0 0;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 1em 0;
    overflow: hidden;
}

#dashJobDetail,
#dasheventDetail {
    font-size: .8em;
}
#dashJobDetail .jobDetailDescription,
#dasheventDetail .jobDetailDescription {
    border: none;
    margin: 0;
}

/* Job Submittal */

.jobTemplateWidgetContainer {
    padding-top: 1em;
}

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

/* Register steps */

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

.registrationStepItem {
    float: left;
}

.registrationStepsAmount_2 .registrationStepItem {
    width: 50%;
}

.registrationStepsAmount_3 .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%;
}

/* Upload Resume and Register */

.uploadResumeItemsContainer {
    padding-bottom: 1em;
}

.uploadResumeField {
    float: left;
    margin: 0;
    border-width: 0;
    padding: 0;
    width: 16.5%;
}
.uniForm .uploadResumeField {
    width: 20%;
}

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

.uploadResumeFieldTrigger {
    cursor: pointer;
    text-decoration: none;
    display: block;
    padding: 110px 0.5em 0.5em 0.5em;
    margin: 0.5em 1em;
    text-align: center;
    text-decoration: none;
    background-size: 84px 84px;
    background-repeat: no-repeat;
    background-position: center 8px;
    transition-duration: 0.25s;
    transition-property: background-color;
    transition-timing-function: ease;
    color: #000000;
    text-transform: uppercase;
    line-height: 1.1em;
    font-size: .8em;
}

.uploadResumeFieldTrigger:focus,
.uploadResumeFieldTrigger:hover,
.uploadResumeFieldTrigger:active {
    background-color: #F0F0F0;
    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');}
.uploadResumeFieldTriggerViadeo {background-image: url('../images/viadeo_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.png');}
    .uploadResumeFieldTriggerGoogleplus {background-image: url('../images/googleplus_60.png');}
    .uploadResumeFieldTriggerViadeo {background-image: url('../images/viadeo_128.png');}
    .uploadResumeFieldTriggerXing {background-image: url('../images/xing_128.png');}
    .uploadResumeFieldTriggerDropbox {background-image: url('../images/dropbox.png');}
    .uploadResumeFieldTriggerGoogledrive {background-image: url('../images/googledrive.png');}
    .uploadResumeFieldTriggerUploadResumeFile {background-image: url('../images/uploadResumeFile.png');background-size: 90px;}
    .uploadResumeFieldTriggerUploadResumePaste {background-image: url('../images/uploadResumePaste.png');}
    .uploadResumeFieldTriggerUploadResumeLater {background-image: url('../images/uploadResumeLater.png');}
}

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

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

button#uploadResumenextButton {
    padding: 5px 20px;
    border-width: 0;
    background-color: #009aa6;
    color: #FFFFFF;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: 'Lato', arial, sans-serif;
}
.uploadResumeButtonBar a,
.uploadResumeButtonBar a:hover,
.backButtonLike,
.backButtonLike:hover {
    background-color: transparent;
    color: #0cc;
    border: 1px solid #0cc;
    display: block;
    float: left;
    padding: 5px 20px;
}

/* Wizards */
.fieldSpec {
    float: left;
    width: 48%;
    margin-right: 2%;
    min-height: 6.5em;
    float: none;
}
.Separator {
    clear: both;
}
.fieldSpec.hFix {
    padding-top: 1.68em;
}

/* Search Agents */

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

/* Login and Reset Password */

.loginSignBox {
    float: left;
    background-color: #F0F0F0;
    padding: 1em;
    width: 40%;
}

.loginRegisterBox {
    padding: 1em 0;
    margin-left: 40%;
    padding-left: 3em;
}

/* Profile */
.profilePage {
    font-size: .9em
}

.profilePage .sectionTitle1 {
    margin: 1em 0 0
}
.profilePage .row {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 1em;
}
.posTitle {
    color: #999;
    margin-top: -5px;
    margin-bottom: 1em
}
.arrowLeft {
    text-transform: uppercase;
    background-image: url(../images/arrowLeft.png);
    background-repeat: no-repeat;
    background-position: 99% 0;
    padding-right: 18px;
}
.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 {
    padding-bottom: 0.5em;
}

.fileItem {
    padding: 0.25em;
}

.fileItem:nth-child(2n+1) {
    background-color: #F2F2F2;
}

.fileItem:hover {
    background-color: #f9f9f9;
}

#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;
}

#filePreview iframe {
    width: 100%;
    height: 300px;
}

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

/* Custom Layout */

body {
}
.container {
    padding: 0 8em;
}
.mainContent {
    padding-top: 30px;
}
.page {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 75px;
    padding-left: 128px;
    padding-right: 128px;
    width: 100%;
}
.SuccessfulRegPage .page {
    padding: 1em 8em 0 8em;
}

.extraContent {
    margin: 0 auto;
    padding: 1em 8em 2em 8em;
    width: 100%;
    background-color: #fff;;
}
.mainNavigation {
    background-color: #DFDFDF;
    padding: 1.85em 0;
    text-transform: uppercase;
}
.mainNavigation a {
    color: #555;
    white-space: nowrap;
    font-weight: 700;
    font-size: 14px;
}
.secNav {
    margin: 0;
    padding: 0;
    float: right;
}
.secNav li {
    display: inline-block;
    list-style: none;
    margin-right: 1em;
}
.mainNavigation .secNav li.active a,
.mainNavigation a:hover {
    color: #009aa6;
}
.mainNavigation p {
    margin-bottom: 0;
}
.mainTitle {
    background-color: #4B4F54;
}
.mainTitle h1 {
    font-weight: 400;
    padding: 4.1em 0;
    font-size: 1.3em;
}
.colW100 {
    width: 100%;
    clear: both;
}
.col {
    float: left;
}
.threeCols .col {
    width: 26%;
    overflow: auto;
    margin-right: 1%;
}
.threeCols .col.jobContainer {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    width: 36%;
    min-height: 450px;
}
.threeCols .col.last {
    border-right: none;
    margin-left: 1%;
    margin-right: 0 !important;
    min-height: 450px;
    line-height: 1.2em;
    width: 60%;
    max-height: 620px;
}
.mobileHide {
    display: block;
}
.mobileShow {
    display: none;
}

.contactCreation .col {
    width: 25%;
    margin-right: 2%;
}
.contactCreation .col.last {
    padding-top: 1.6em
}
a.white {
    color: #fff;
}

.uniSearch {
    width: 100%;
    clear: both;
    background-color: #f9f9f9;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: .5em .5em 0;
    margin: 2em 0;
}
.uniSearch .searchField.col {
    width: 23%;
    margin-right: 2%;
    padding: .25em 0 .75em;
}

.mainCol {
    float: left;
    width: 78%;
}
.mainCol .jobResultItemDescription {
    font-size: .8em;
    line-height: 1.5em;
    padding: 0 0 1em 0;
}

.sidebar {
    float: right;
    width: 20%;
}
.talentSB {
    background-color: #D1DFD6;
    padding: 1em;
    line-height: 1.4em;
    font-size: .8em;
    color: #333;
}
.talentSB h2 {
    padding-bottom: .5em;
    font-weight: normal;
    color: #333;
    font-size: 1.35em;
}
.small {
    font-size: .8em;
}
.midPage {
    width: 50%;
}
.topMsj p{
    font-size: 30px;
    margin-bottom: 0;
    display: inline;
    margin-right: 15px;
    vertical-align: middle;
    font-weight: 200;
}
body .orangeOne{
    background-color: #e37222!important;
    color: white!important;
}

body .orangeOne a,
body .orangeOne a:hover{
    color: #ad4800!important;
}

.talentSB h2 {
  padding-bottom: .5em;
  font-weight: normal;
  color: white;
  font-size: 1.35em;
}
.inputFix {
  margin-top: 26px;
}
.inputFix .inputFix {
  margin-top: 0;
}
.generalForm .dateFix .dateFix {
  padding: 0 0.375em;
}

.mainNavigationBlack{
    background-color: #383b3f;
    clear: both;
    float: left;
    width: 100%;
}
.mainContent .mainNavigationBlack a{
    color: #ACACAC;
    display: inline;
    font-size: .725em;
    font-weight: 700;
    height: 36px;
    line-height: 38px;
    text-transform: uppercase;
}
.mainContent .mainNavigationBlack .active a{
    color: #FFF;
}
.mainNavigationBlack .mainNavigationStatus{
    margin-bottom: 0;
}
.mainNavigation {
    background-color: #DFDFDF;
    padding: 3.85em 0 1.85em 0;
    text-transform: uppercase;
}

.mainNavigationBlack .OffNav:after{
    content: "\e604";
    font-family: Icon;
}

.blackBoxNav{
    overflow: hidden;
}
.blackBox{

}
.blackBox li{
    padding: 10px;
    margin: 10px 0 10px 10px;
}
.blackBox li a{
    color: white;
    font-weight: bold;
}
.blackBox .active a{
    color: #009aa6!important;
}
.body_IE8 .searchField select{
    height: 34px!important;
    min-height: 34px!important;
    max-height: 34px!important;
}
.globalHeader_inner{
    border-bottom: 1px solid #ccc;
    padding-bottom: 60px;
}
.globalFooter_legal{
    font-size: 0.85em;
}
.page h1{
    color: #e37222;
    margin-bottom: 20px;
}
/* Mobile Redefinitions */
@media all and (min-width:1200px) {
    .container,
    .page,
    .extraContent {
        padding-left: 8em;
        padding-right: 8em;
    }
}
@media all and (max-width:1200px) {
    .container,
    .page,
    .extraContent {
        padding-left: 5em;
        padding-right: 5em;
    }
}
@media all and (max-width: 961px) {
    .container,
    .page,
    .extraContent {
        padding-left: 3em !important;
        padding-right: 3em !important;
    }
    .uniSearch .searchField.col {
        width: 30%;
        margin-right: 2%;
        padding: .25em 0 .75em;
    }
    .uniSearch .searchField.col.last {
        width: 90%;
        margin-right: 0;
    }
}
@media all and (max-width: 850px) {
    .secNav {
        display: block;
    }
    .mainNavigationBlack{
        display: none;
    }
    .secNav li{
        width: 100%;
        padding: 5px;
    }
    .mobileHide {
        display: none;
    }
    .mobileShow {
        display: block;
    }
    .threeCols .col {
        width: 45%;
        margin-bottom: 1em;
        margin-right: 2%
    }
    .threeCols .col.jobContainer {
        width: 50%;
    }
    .threeCols .col.last {
        display: none;
    }
    .mainTitle h1 {
        font-weight: 400;
        padding: 1.1em 0 0;
        font-size: 1.3em;
    }
}
@media all and (max-width: 769px) {
    .container,
    .page,
    .extraContent {
        padding-left: 3em;
        padding-right: 3em;
    }
    .utilMenu {
        margin-top: -30px;
    }
    .threeCols .col {
        float: none;
        width: 100%;
        margin-bottom: 1em;
    }
    .threeCols .col.jobContainer {
        border-right: none;
        border-left: none;
        height: auto;
        width: 100%;
    }
    .threeCols .col.last {
        display: none;
    }
    .mainCol,
    .sidebar {
        float: none;
        width: 100%;
    }
    .sidebar {
        margin-top: 2em
    }
    .globalHeader_logo {
        margin: 10px 0;
    }
    .dropbox-dropin-btn,
    .dropbox-dropin-btn:link,
    .dropbox-dropin-btn:hover,
    .FileField .drivePickerButton{
          display: table;
    }
    .globalHeader_inner{
        padding-bottom: 20px;
    }
}

@media all and (max-width: 720px) {
    .loginSignBox {
        float: none;
        padding: 0;
        margin: 0;
        width: auto;
        background-color: transparent;
    }

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

    .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;
    }
}

@media all and (max-width: 600px) {
    .container,
    .page {
    }
    .secNav {
        display: block;
    }
    button,
    .buttonLike,
    .buttonLike:visited {
        min-width: 33%;
        text-align: center;
    }

    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;
    }

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

    .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 {
        float: none;
        display: block;
        width: auto;
    }

    .uploadResumeField {
        float: none;
        width: auto;
    }

    .searchField {
        padding: 0;
        margin: 0 0 1em 0;
        line-height: normal;
    }

    .searchField > label {
        float: none;
        display: block;
        width: auto;
        margin: 0;
        text-align: left;
    }

    .profilePictureContainer {
        float: none;
        padding: 0.5em 0 1em 0;
    }

    .profilePicture {
        margin: 0;
    }

    .profilePictureLink {
        display: none;
    }

    .fileItem {
        padding: 0.5em 0;
    }

    .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;
    }
    .container,
    .page,
    .extraContent {
        padding-left: 1.25em !important;
        padding-right: 1.25em !important;
    }
    .fieldSpec {
        float: none;
        width: 100%;
        min-height: 5em
    }
    .contactCreation .col {
        width: 40%;
        margin-right: 2%;
    }
    .midPage {
        width: 100%;
    }
    .mainNavigationStatusAdditional.fr {
        display: block;
        float: none;
    }

    .searchField.fieldKeywords,
    .searchField.fieldLocation,
    .searchField.fieldDepartment  {
        float: none;
        width: 98%;
        margin-right: 0;
        clear: both;
    }
    .searchField {
        margin-bottom: 1em;
    }
    .uniSearch .searchField.col{
        width: 97%;
        margin-right: 0;
    }
}
@media all and (max-width: 480px) {
    .utilMenu {
        margin-right: 0;
        margin-top: -30px;
    }
    .logo--twosigma {
    }
    .contactCreation .col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1em;
    }
    .myActivity span.fr {
        float: none;
        display: block;
    }
}
