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

@font-face {
  font-family: 'GT-Sectra-Book';
  src: url('../fonts/GT-Sectra-Book.otf')  format('opentype'),
       url('../fonts/GT-Sectra-Book.woff') format('woff'),
       url('../fonts/GT-Sectra-Book.ttf')  format('truetype');
}

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 */

.dNone {
    display: none;
}

.noMinHeight {
    min-height: 0 !important;
}

.conditionalField {
    padding: 0;
}

.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%;
    margin-bottom: 30px;
}

.tableList th {
    padding: 0.5em 0.25em;
    background-color: #fff;
    font-weight: 400;
}

.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: 6px;
}
.tableList td:last-child {
    min-height: 80px
}

.tableList tr:nth-child(2n+1) {
    background: #F7F7F7;
}

.tableList .taRight {
    min-width: 110px;
}

.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.85em;
    outline-width: 0;
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    color: #000;
    height: 44.1333px;
}

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

.generalForm {
    max-width: 800px !important;
    margin: 0 auto;
}

.generalForm .tPad2 {
    text-align: right;
    border-top: 2px solid #E8E8E8;
    margin-top: 35px;
}

.loginSignBox .tPad1 {
    text-align: left;
}

.generalForm .container,
.loginSignBox .container {
    padding: 0;
}

.generalForm .container h1,
.loginSignBox .container h1 {
    font-family: "BaskOldFace, sans-serif";
    margin-bottom: 30px;
    font-size: 27px;
}

.generalForm .fullButtonBar {
    width: 100%;
    text-align: right;
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 30px;
}
.generalForm .tPad2 .fullButtonBar {
    border-top: none;
}
.generalForm .fullButtonBar .cancelButton,
.generalForm .simpleButtonBar .cancelButton {
    background: #CCCCCD;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 15px 34px 15px 34px;
    border: 1px solid #CCCCCD;
}
.generalForm .fullButtonBar .cancelButton:hover,
.generalForm .simpleButtonBar .cancelButton:hover {
    padding: 15px 34px 15px 34px;
    text-transform: uppercase;
    border: 1px solid #0050FF;
    background: #fff;
    color: #0050FF;
}

.resetPassword .generalForm input {
    width: 60%;
}
.resetPassword .generalForm button {
    width: 36%;
    min-width: 0;
    max-width: 40%;
    float: right;
    padding: 6.5px;
    border-radius: 4px !important;
}

.generalForm .buttonBar2Buttons{
    text-align: center;
    border-top: 2px solid #E8E8E8;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
}

.generalForm .buttonBar2Buttons .saveButton{
    display: inline-block;
    max-width: calc(50% - 10px);
    margin-right: 10px;
}

.generalForm .buttonBar2Buttons .backButton{
    max-width: 50%;
}

@media all and (max-width:600px){
    .generalForm .buttonBar2Buttons .saveButton,
    .generalForm .buttonBar2Buttons .backButton{
        width:100%;
        max-width: 100%;
        margin-right: 0px;
    }
}
/* 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 {
    color: white;
    background-color: #0050ff;
    letter-spacing: 4px;
    font-size: 0.9rem;
    text-transform: uppercase;
    padding: 15px 34px 15px 34px;
    border-radius: 0;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    /*white-space: nowrap;*/
    line-height: 1.42857143;
    box-sizing: border-box;
}

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;
    letter-spacing: 4px;
    font-size: 0.9rem;
    text-transform: uppercase;
    padding: 15px 34px 15px 34px;
    border-radius: 0;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.42857143;
    box-sizing: border-box;
}

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

.profilePage .linkLike.deleteFile,
.profilePage .linkLike.deleteFile:hover {
    float: right;
    font-weight: 400;
    color: #000;
    letter-spacing: inherit;
}

.profilePage .generalForm {
    float: left;
    padding-right: 25px;
}

.profilePage .fullButtonBar .saveButton {
    min-height: 51.43px;
    margin-left: 10px;
}

.deleteIcon {
    margin-left: 3px;
}

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

[id^="fileInput_"] input {
    padding: 10.5px !important;
    height: auto;
}

.fileAddText {
    line-height: 50px;
}

.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:hover {
    background-color: #eaeaea;
}*/

.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 {
    margin-top: 2em;
}

.jobVideo {
    float: left;
    position: relative;
    padding-top: 30px;
    overflow: hidden;
    width: 100%;
    min-height: 180px;
    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%;
}

.jobImg {
    float: none;
    clear:both;
    padding: 30px 0 0;
    text-align:center;
}

.jobImg img {
    width:auto;
    max-height:210px;
    height:auto;
}

/* Job Submittal */

.jobTemplateWidgetContainer {
    padding-top: 1em;
}

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

/* Register steps */

.registrationSteps {
    padding-bottom:2.5em;
}

.registrationStepItem {
    float: left;
    background-repeat: no-repeat;
    padding: 80px 0 2em;
    text-align: center;
    background-position: 50% 3px;
    color: #000;
    position: relative;
    font-weight: normal;
    background-size: 18px;
    padding-top: 40px;
}
.registrationStepItem::after {
    content: '';
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #bebebe;
    left: 50%;
    top: 10px;
    z-index: -10;
}
.registrationStepItem:last-child::after {
    display: none;
}
.registrationStepItem.oldStep::after {
    background: #0046FE;
}

.registrationStepsAmount_2 .registrationStepItem {
    width: 50%;
}

.registrationStepsAmount_3 .registrationStepItem,
.registrationStepsAmount_4 .registrationStepItem {
    width: 25%;
}
.registrationStepsAmount_5 .registrationStepItem {
    width: 20%;
}

.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/step1_1.svg);
}
.step2 {
    background-image: url(../images/step2_1.svg);
}
.step3 {
    background-image: url(../images/step3_1.svg);
}
.step4 {
    background-image: url(../images/step4_1.svg);
}
.step5 {
    background-image: url(../images/step5_1.svg);
}
.step1.selectedStep {
    background-image: url(../images/step1selected_1.svg);
}
.step2.selectedStep {
    background-image: url(../images/step2selected_1.svg);
}
.step3.selectedStep {
    background-image: url(../images/step3selected_1.svg);
}
.step4.selectedStep {
    background-image: url(../images/step4selected_1.svg);
}
.step5.selectedStep {
    background-image: url(../images/step5selected_1.svg);
}
.oldStep {
    background-image: url(../images/stepOK_1.svg) !important;
}
/* Upload Resume and Register */

.uploadResumeItemsContainer {
    padding-bottom: 1em;
}

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

#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_1.png');}
.uploadResumeFieldTriggerLinkedin {background-image: url('../images/linkedin_32_1.png');}
.uploadResumeFieldTriggerGoogleplus {background-image: url('../images/googleplus_32_1.png');}
.uploadResumeFieldTriggerViadeo {background-image: url('../images/viadeo_32_1.png');}
.uploadResumeFieldTriggerXing {background-image: url('../images/xing_32_1.png');}
.uploadResumeFieldTriggerDropbox {background-image: url('../images/ico_dropbox_circle_1.png');}
.uploadResumeFieldTriggerGoogledrive {background-image: url('../images/ico_drive_circle_1.png');}
.uploadResumeFieldTriggerUploadResumeFile {background-image: url('../images/uploadResumeFile_32_1.png');}
.uploadResumeFieldTriggerUploadResumePaste {background-image: url('../images/uploadResumePaste_32_1.png');}
.uploadResumeFieldTriggerUploadResumeLater {background-image: url('../images/uploadResumeLater_32_1.png');}

@media all and (min-width: 1px) {
    .uploadResumeFieldTriggerFacebook {background-image: url('../images/facebook_128_1.png');}
    .uploadResumeFieldTriggerLinkedin {background-image: url('../images/linkedin_128_1.png');}
    .uploadResumeFieldTriggerGoogleplus {background-image: url('../images/googleplus_60_1.png');}
    .uploadResumeFieldTriggerViadeo {background-image: url('../images/viadeo_128_1.png');}
    .uploadResumeFieldTriggerXing {background-image: url('../images/xing_128_1.png');}
    .uploadResumeFieldTriggerDropbox {background-image: url('../images/ico_dropbox_circle_1.png');}
    .uploadResumeFieldTriggerGoogledrive {background-image: url('../images/ico_drive_circle_1.png');}
    .uploadResumeFieldTriggerUploadResumeFile {background-image: url('../images/uploadResumeFile_128_1.png');}
    .uploadResumeFieldTriggerUploadResumePaste {background-image: url('../images/uploadResumePaste_128_1.png');}
    .uploadResumeFieldTriggerUploadResumeLater {background-image: url('../images/uploadResumeLater_128_1.png');}
}

.uploadResumeFieldContainer {
    text-align: center;
    clear: both;
    padding: 1em 0;
    display: none;
}

.uploadResumeFieldContainer input {
    width: 50%;
}

.uploadResumeButtonBar {
    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_1.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: right;
    width: 40%;
    text-align: left;
    margin-bottom: 30px;
    background: #fff;
}
.loginSignBoxFloated .loginTitle {
    display: none;
}

.loginSignBox {
    float: none;
    margin: 0 auto;
    text-align: left;
    max-width: 450px;
}

.loginRegisterBox {
    float: right;
    width: 40%;
    text-align: left;
    clear: both;
    overflow: hidden;
    background: #fff;
}

.loginRegisterBox .buttonLike {
    float: right;
    margin-bottom: 2em;
    max-width: 215px;
    width: 100%;
    padding: 10px;
}

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

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

.loginRegisterBox p.firsttime {
    margin-bottom:78px;
}
.loginRegisterBox .firsttimesocial{
    padding-top:6.5em;
}
.frgtPwd {
    padding-top: 1.2em;
}

#Login .buttonAndInputBox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
#Login #password {
    /*width: 65%;*/
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 10px;
}
#Login #sendLogin {
    /*float: right;*/
    padding: 10px;
    /*min-width: 32%;*/
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: auto;
    white-space: nowrap;
}
.loginJob {
    padding: 0;
}
.loginBackground #wrapper {
    background-image: url(../images/loginBackground_1.jpg);
    background-size: cover;
    background-position: center;
    margin: 0;
    padding-top: 3em;
    padding-bottom: 3em;
    min-height: 600px;
}
.loginBackground #footer {
    margin-top: 0;
}
.loginText {
    float: left;
    width: 60%;
    color: #fff;
}
.loginText h1 {
    font-size: 32px;
}
.loginText p {
    font-size: 16px;
}

/* Profile */
.profilePage .container {
    border: 1px solid #F4F4F4;
    padding: 20px;
}
.profilePage .profileTitle,
.specificFormTitle {
    font-family: 'BaskOldFace', sans-serif;
    color: #000;
    font-size: 28px;
    margin-bottom: 10px;
}
.profilePictureContainer {
    float: right;
    text-align: center;
    padding: 0 0 0 1em;
    max-width: 80px;
}

.grayButton {
    background: #5F5F5F !important;
}
.grayButton:hover {
    background: #fff !important;
}

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

.profileFile {
    border-top: 2px solid #E8E8E8;
    border-bottom: 2px solid #E8E8E8;
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 20px;
    padding-right: 2px !important;
}

.profileFile .fieldSpec {
    padding: 0;
    border: 0;
}

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

#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: 1040px;
    margin: auto;
    padding: 0 2em;
    position: relative;
}

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

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

.searchJobs .generalForm {
    max-width: 1040px !important;
}

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


.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_1.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 32px;
    height: 32px;
    display: none;
}
#header {
    background:#fff;
    border-top: 7px solid #000;
}

#header > .container {
  max-width: 100%;
  padding: 0;
  padding: 18px 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;
}

.haderBanner {
    background: #000;
    padding: 30px 2%;
    min-height: 116px;
    box-sizing: border-box;
}

.haderBanner .haderBanner-action {
    color: #fff;
}

.haderBanner .haderBanner-title {
    color: #fff;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 600;
}

.haderBanner .haderBanner-title span {
    font-size: 12px;
    margin-right: 10px;
}

.searchJobs #header {
    margin-bottom: 0;
}
.mainNav {
  float: right;
  margin-right: 2%;
}
.mainNav ul {
    margin: 0;
    padding: 0;
    margin-top: 11px;
}

.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 a {
    color: #000;
    text-decoration: none;
    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;
}

#header ul li {
    border-left: 1px solid #000;
    padding-left: 12px;
}
#header ul li:first-child {
    border: none;
}

#footer {
    color: #fff;
    padding: 0 0 1em 0;
    margin-top: 7em;
    background:#000;
    float:left;
    width:100%;
    display:block;
}
#footer .container {
    border: 0;
}
#footer .socialShare h2 {
    font-size: 30px !important;
}
#footer .socialShare img {
    width: 30px;
    margin-right: .75em;
}
#footer .socialShare img:hover {
    opacity: .7;
}
#footer .socialNetworks {
    max-width: 100%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 28px;
    padding-bottom: 25px;
    margin-bottom: 35px;
    text-align: center;
    border-bottom: 1px solid #414141;
}
#footer .socialNetworks ul {
    margin: 0 auto;
    padding: 0;
}
#footer .socialNetworks ul li {
    display: inline-block;
    margin: 0 5px;
    list-style: none;
    background: #353535;
    border-radius: 100%;
    width: 42px;
    height: 42px;
}
#footer .socialNetworks ul li:hover {
    background: #0050FF;
    filter: invert(0%);
}
#footer .socialNetworks ul li img {
    filter: invert(100%);
    margin-top: 5px;
}
#footer .socialNetworks ul li:hover img {
    filter: invert(0%);
}
.s_icon {
    display: block;
    width: 42px;
    height: 42px;
    background-size: 32px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
#s_linkedin {
    background: url('../images/ico_linkedin_48_black_1.png');
}
#s_linkedin:hover {
    background: url('../images/ico_linkedin_48_1.png');
}
#s_facebook {
    background: url('../images/ico_facebook_48_black_1.png');
}
#s_facebook:hover {
    background: url('../images/ico_facebook_48_1.png');
}
#s_instagram {
    background: url('../images/ico_instagram_48_black_1.png');
}
#s_instagram:hover {
    background: url('../images/ico_instagram_48_1.png');
}
#s_youtube {
    background: url('../images/ico_youtube_48_black_1.png');
}
#s_youtube:hover {
    background: url('../images/ico_youtube_48_1.png');
}
#s_twitter {
    background: url('../images/ico_twitter_48_black_1.png');
}
#s_twitter:hover {
    background: url('../images/ico_twitter_48_1.png');
}
#footer .menuFooter ul{
    display: inline-block;
}
#footer .menuFooter ul li {
    display: inline-block;
    list-style: none;
    color: #828282;
}
#footer .menuFooter ul li a {
    color: #828282 !important;
}
#footer .footerText {
    text-align: center;
}
#footer .footerText h5 {
    font-family: 'GT-Sectra-Book', serif;
    font-size: 28px;
    font-weight: 300;
}
#footer .footerText p {
    margin: 28px 0;
    margin-top: 0px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}
#footer .menuFooter ul li {
    float: left;
    display: block;
}
#footer .menuFooter__space {
    margin-top: -3px;
    margin-right: 14px;
    margin-left: 7px;
}
.footerLogos {
    margin: 1em 0;
}
.footerLogos p.princLg {
    text-align: center;
    padding: 5em 0;
}
.footerLogos p.secLg img {
    width: 100%;
}
.footerSlider {
    max-width: 1240px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.menuFooter {
    padding: 2.5em 0;
    text-align: center;
    font-size: 14px;
    padding-bottom: 0;
    margin: 0 auto;
}
.menuFooter a {
    color: #fff !important;
    text-decoration: none;
    font-size: 1.2em;
    margin-right: .75em;
    font-size: 14px;
}
.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_1.jpg);
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    background-position: center center;
    position: relative;
    border-top: 75px solid #353535;
}
.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
}
.searchForm .col.searchCol.last {
    margin-top: 9px;
}
.searchCol {
    width: 80%;
}
.searchCol button {
    padding-left: 20px;
    padding-right: 20px;
}
.searchCol a{
    color:#fff !important;
}
.searchCol.last {
    width: 20%;
}
.searchField.col {
    width: 30%;
    margin-right: 2%
}
.advancedSearch .searchField.col {
    width: 30%;
    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 {
    font-size: 15px;
    height: 44.1333px !important;
    padding: .7em !important;
    padding-top: .78em !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_1.png);
    background-repeat: no-repeat;
    padding-left: 20px;
}
a.advancedSearchToggle.opened {
    background-image: url(../images/arrowDown_1.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%;
}

.jobDetailPage .sidebar {
    width: 31%;
}
.jobDetailPage .buttonLike {
    white-space: normal;
}

.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;
}
@media all and (min-width: 601px) {
        /* Saving space for warnings */
    .fieldSpec.EmailField, .fieldSpec.EmailField + .fieldSpec {
        min-height: 8.5em;
    }
    .fieldSpec.PasswordField {
        min-height: 7.2em
    }
}
.fieldSpec .labelText,
.fieldSpec .description,
.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-family: "BaskOldFace, sans-serif";
    font-size: 1.7em;
    padding: 1em 0 0;
    display: block;
    color: #000;
}
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;
}

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

/* profile page */


.profilePage .mainCol {
    float: left;
    width: 43%;
    border-right: 1px solid #E2E2E2;
    box-sizing: border-box;
    margin-right: 2%;
}
.profilePage .sidebar {
    float: right;
    width: 55%;
}
.profilePage .row {
    padding: .5em .5em;
    margin: 0 15px;
    margin-right: 4%;
}
.profilePage .row .colName {
    font-weight: normal;
}
.profilePage .row:nth-child(2n) {
    background: #F7F7F7;
}
.profilePage .tPad1 {
    text-align: center;
}
.profilePage .pageTitle1 {
    font-size: 17px;
    font-weight: normal;
    border: none !important;
}
.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%;
    overflow-wrap: break-word;
}
.jobAlertsTable {
    clear: both;
    margin-top: 2.5em;
}
.jobAlertsTable tr td:last-child {
    text-align: right;
}
.jobAlertsTable tr td:last-child a {
    color: #000;
    font-weight: 400;
}

.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;
    left: 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_1.png');
    background-repeat: no-repeat;
    background-position: 0.5em center;
    background-size: 1.5em;
    text-transform: none;
    color:#000;
    cursor:pointer;
    padding-right: 0;
}

.tpt_socialShareContainer {
    display: inline-block;
    position: relative;
    z-index:3;
    margin:1em 0;
    margin-right: 30px;
}

.listApplyButton {
    padding: 1em 0.5em 1em 2.5em;
    background-image: url(../images/circlePlus_1.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;
}

/* .seek-apply-btn {
    padding: 15px 0.5em 12px;
    font-size: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
    width: auto !important;
    min-height: 32px;
    background: #fff !important;
    height: 32px !important;
    line-height: 32px !important;
}
.seek-apply-btn:focus,
.seek-apply-btn:hover,
.seek-apply-btn:active {
    background-color: #C5C5C5;
    color: #2a2a2a;
    transition-duration: 0.25s;
    transition-property: background-color;
    transition-timing-function: ease;
}

.seek-apply-btn__image {
    margin: 0 !important;
    height: 32px !important;
    width: 32px !important;
        background: url(../images/seek-apply-with-logo_1.svg) no-repeat !important;
    background: transparent !important;
    background-size: 100% !important;
} */

.seek-apply-btn {
    margin-top: 15px !important;
    width: 100% !important;
}

/* Register Methods */
.registerMethodPage .mainCol {
    width: 100%;
}
.registerMethodPage .generalForm {
    max-width: 100% !important;
}
.methodsGroup {
    border: 1px solid #F4F4F4;
    overflow: hidden;
    clear: both;
    padding: 30px;
    max-width: 790px;
    margin: 0 auto;
}

.methodsGroup .methodsGroup__title {
    font-size: 23px;
    margin-bottom: 3px;
}
.methodsGroup .methodsGroup__text {
    margin-bottom: 30px;
}

.methodBox {
    float: left;
    background: #F4F4F4;
    padding: 30px;
    overflow: hidden;
    width: 30.25%;
    min-height: 177px;
    box-sizing: border-box;
    padding: 30px;
}
.methodOR {
    overflow: hidden;
    width: 4.5%;
    float: left;
    text-align: center;
    padding-top: 78px;
}
.methodBox .uploadResumeField {
    font-size: 12px;
}
.registerMethodPage .uploadResumeButtonBar {
    text-align: center;
}
.methodBox.mb1 {
    padding-top: 63px;
}
.mb1 .buttonLike, .mb1 .uploadResumeField {
    font-size: 11px;
    width: 100%;
    max-width: 100%;
    text-align: left;
    white-space: normal;
    padding-right:0;
}
.mb1 .buttonLike,
.mb1 .buttonLike:hover {
    padding-left: 50px;
    padding-left: 50px;
    letter-spacing: inherit;
    text-transform: none;
    font-weight: 600;
}
.mbLinkedin,
.mbLinkedin:hover {
    background-color: #0077b5;
    background: url('../images/ico_linkedin_48_1.png'), #0077b5 !important;
    background-repeat: no-repeat !important;
    background-size: 36px !important;
    background-position: 7px 2px !important;
    color: #fff;
}
.buttonLike.mbLinkedin:hover {
    border: 1px solid #00a0dc;
    background-color: #00a0dc;
    background: url('../images/ico_linkedin_48_1.png'), #00a0dc !important;
    background-repeat: no-repeat !important;
    background-size: 36px !important;
    background-position: 7px 2px !important;
}
.mb2 .uploadResumeField:nth-child(1) {
    width: 100%;
}

.mb2 .uploadResumeField:nth-child(2),
.mb2 .uploadResumeField:nth-child(3) {
    width: 50%;
}
.mb2 .uploadResumeField {
    font-size: 9.9px;
    width: 100%;
}
.mb2 #uploadResumeTriggerFile {
    margin: 0;
}
#uploadResumeTriggerFile {
    background: url('../images/file_upload_1.svg'), #0050FF;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 10px 9px;
    border-radius: 4px;
    padding: 13px 10px;
    border: 0;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 22px;
}
#uploadResumeTriggerLater {
    background: transparent;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
}
#resumeFile {
    padding: 0;
}
.mb3 .uploadResumeField {
    width: 100%;
    margin-top: 28px;
}
.mb3 .uploadResumeField a {
    color: #0050FF;
}
.mb3 .uploadResumeTriggerLater {
    color: #0050FF;
}

/* Dataset Class */
.onlyLeftField .datasetFieldContainer,
.onlyLeftField .datasetFieldContainer:nth-child(2n),
.onlyLeftField .datasetFieldContainer:nth-child(6) {
    float: left;
}
.onlyLeftField .datasetFieldContainer:nth-child(3),
.onlyLeftField .datasetFieldContainer:nth-child(5),
.onlyLeftField .datasetFieldContainer:nth-child(7) {
    padding-right: 3%;
}
.onlyLeftField .datasetFieldContainer:nth-child(6) {
    width: 48.5% !important;
    float: left !important;
}
.onlyLeftField .datasetFieldContainer:nth-child(7) {
    clear: both;
}

.removeFile,
.removeFile:hover {
    background: transparent;
    background-image: url(../images/delete_1.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    padding-top: 6px;
    margin-top: 5px;
    color: #000;
}

/* Mobile Redefinitions */
@media all and (max-width: 1200px) {
    .talentCommunityPage::after {
        background-position: 50% 100px;
    }

    .mainNav {
        float: right;
        margin: 0em 1em;
    }

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

    .menuSeparator {
        background-color: #0166ff;
        clear: both;
        display: none;
        height: 1px;
    }
}
@media all and (max-width: 850px) {
    .slicknav_nav .img-link img {
        width: auto !important;
        filter: brightness(0) invert(1);
    }
    .methodBox,
    .methodOR {
        width: 100% !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .mb2 .uploadResumeField:nth-child(1),
    .mb2 .uploadResumeField:nth-child(2),
    .mb2 .uploadResumeField:nth-child(3) {
        width: 100%;
    }

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

    .slicknav_nav ul {
        margin: 0;
    }
}
@media all and (max-width: 720px) {
    #footer .menuFooter ul li {
        width: 100%;
        text-align: left;
        font-size: 20px;
    }
    #footer .menuFooter ul li,
    .menuFooter a {
        font-size: 20px;
    }
    #footer .menuFooter__space {
        opacity: 0;
        line-height: 12px;
    }

    .loginSignBox,
    .loginSignBoxFloated {
        float: none;
        padding: 0;
        margin: 0;
        width: auto;
        background-color: transparent;
    }

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

    .loginSignBoxFloated,
    .loginRegisterBox,
    .loginText {
        width: 100%;
        float: left;
    }
    .loginSignBoxFloated {
        background: #fff;
        margin-top: 30px;
    }
    .loginSignBoxFloated .generalForm {
        padding: 30px 30px 0 30px;
    }

    .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;
        border: 0;
        margin-right: 0;
    }
    .profilePage .row {
        margin-right: 15px;
    }
    .sidebar {
        margin-top: 2em;
    }
    .sidebar .apply {
        width:100%;
    }

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

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

    .haderBanner {
        padding: 2px 5%;
        min-height: 86px;
    }

    .jobVideo {
        min-height: 80px;
    }
}

@media all and (max-width: 600px) {
    .registrationStepItem {
        padding-left: 30px !important;
    }
    .registrationStepItem::after {
        display: none;
    }
    .generalForm .mar30px {
        margin: 0;
    }

    .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: 100% !important;
        padding: 0 5% 1em 7%;
        text-align: left;
        background-size: 20px;
        background-position: 0 0;
        padding-top: 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;
    }

    form table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        width: 100%;
    }
}

@media all and (max-width: 480px) {
    #Login .buttonAndInputBox{
        display:block;
    }
    #Login #password {
        width: 100%;
    }
    #Login #sendLogin {
        float: right;
        padding: 10px;
        min-width: 100%;
        margin-top: 15px;
    }

    .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;
    }
    /*.jobResultItem a {
        background-image: url(../images/arrowJobList_1.png);
        display: block;
        background-repeat: no-repeat;
        background-position: 99% 50%;
        padding-right: 40px;
    }*/
}
@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;
    }
}

.buttonLike.backButton {
    background-color: #CBCBCC;
}
.buttonLike.backButton:hover {
    background-color: #fff;
}

.swiper-container {
    max-width: 1075px;
    width: 100%;
    min-height: 70px;
    margin-top: 75px;
}
.swiper-button-next,
.swiper-button-prev {
    background-size: 15px 20px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-slide {
    text-align: center;
}
.swiper-slide img {
    max-width: 100%;
    opacity: 0.35;
}
.swiper-controls {
    position: relative;
    margin-top: -45px;
    margin-left: 2%;
    margin-right: 2%;
    opacity: 0.35;
    z-index: 999;
}

.select2-choice {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0.65em !important;
    padding-right: 0.65em !important;
    outline-width: 0 !important;
    background-color: #FFFFFF !important;
    border: 1px solid #D9D9D9 !important;
    border-radius: 3px !important;
    color: #000 !important;
    box-sizing: border-box !important;
    height: 44.13px !important;
    background: #fff !important;
    padding-top: 5px !important;
}
.select2-arrow {
    background: transparent !important;
    border: 0 !important;
}
.select2-arrow b {
    background-position: 0 5px !important;
}

/*  STYLE CASE: 286947  */
select.selectUpdate,
.selectUpdate select {
    margin-top: 1.15em;;
    margin-bottom: 1em;
    vertical-align: middle;
}
.hideSection {
    display: none;
}

/* Wizard Table */
a.addDatasetRow,
a.educationCollapseLink {
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
}
.addDatasetRow::before,
.educationCollapseLink::before {
    content: '+';
    margin-right: 10px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: block;
    float: left;
    padding: 2px;
    line-height: 12px;
    text-align: center;
}
a.educationCollapseLink {
    cursor: pointer;
}
.saveDatasetButton {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
a.removeDatasetRow {
    color: #000;
    margin-bottom: 20px;
}

.saveDatasetButton::before,
.removeDatasetRow::before {
    content: '';
    display: block;
    width: 14px;
    height: 16px;
    float: left;
    margin-right: 10px;
}
.saveDatasetButton::before {
    background-image: url('../images/check_1.png');
}
.removeDatasetRow::before {
    background-image: url('../images/delete_1.png');
}

.notice {
    background: #0050FF;
    padding: 10px 5px;
    color: #fff;
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 50px;
    font-size: 13px;
    border-radius: 5px;
    position: relative;
}
.notice__icon {
    float: left;
    margin-right: 15px;
    margin-left: 10px;
}
.notice__text {
    display: block;
    margin-top: 9px;
    margin-bottom: 9px;
}
.notice__close {
    cursor: pointer;
    float: right;
    margin-right: 12px;
    margin-top: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

@media all and (max-width: 580px) {
    .notice {
        min-height: 88px;
        box-sizing: border-box;
        padding: 20px 10px;
    }
    .notice__icon {
        display: none;
    }
    .notice__close {
        margin-top: -60px;
    }
}

.btn {
    color: #000;
    border: 1px solid #000;
    display: block;
    width: 16px;
    height: 17px;
    margin: 10px 0;
    margin-top: 15px;
    border-radius: 50%;
    padding-left: 2px;
    box-sizing: border-box;
    float: left;
    margin-right: 10px;
}

.legalTextScroll {
    height: 175px;
    overflow-y: scroll;
    margin-bottom: 40px;
    border: 2px solid #E7E7E7;
    padding: 15px 25px;
    box-sizing: border-box;
    border-radius: 3px;
}

.requiredField {
    color: #ff0000;
}

.with2columns label {
    float: left;
    width: 48.5% !important;
}
.with2columns label:nth-child(2n) {
    float: right;
}

.generalForm .fullButtonBar button,
.generalForm .fullButtonBar a.cancelButton {
    border-radius: 5px;
}

[id^="multipleDatasetEntry_"] {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.saveDatasetButton,
.removeDatasetRow {
    position: absolute;
    bottom: 0;
    width: auto !important;
    min-width:170px;
}

.saveDatasetButton {
    left: 31%;
}

.removeDatasetRow {
    left: 52%;
}

.buttonLike.buttonRadius,
.buttonRadius {
    border-radius: 4px !important;
}

.fieldSpec.w100i.with2columns.SelectFormField select, .fieldSpec.w100i.with2columns.SelectFormField label {
    margin-top: 10px;
}

.select2-container .select2-choice > .select2-chosen {
    font-family: 'MaisonNeue-Light', 'Century Gothic', 'CenturyGothic', 'AppleGothic', sans-serif;
    font-size: 14px;
}
.select2-container .select2-choice > .select2-chosen {
    margin-top: 3px;
}
.select2-container .select2-choice .select2-arrow {
    top: 3px;
}

@media all and (max-width: 760px) {
    .saveDatasetButton,
    .removeDatasetRow {
        left: 0%;
    }

    .removeDatasetRow {
        bottom: -25px;
    }
}

.select2-selection {
    min-height: 44.1333px;
    padding-top: 7px;
}
.select2-selection__placeholder {
    color: #000 !important;
}
.select2-selection__arrow {
    padding-top: 15px;
}

.hideDatasetButtons .saveDatasetButton,
.hideDatasetButtons .removeDatasetRow {
    display: none !important;
}

.uploadOtherAttachment {
    margin-top: 15px;
    padding-left: 23px;
}

/* Border radius */
.br4pxi {
    border-radius: 4px !important;
}

.w100i {width: 100% !important; min-height: auto !important;}



.profilePage .row div:nth-child(2n+1) {
    padding-right: 10px;
    box-sizing: border-box;
}

.methodBox.mb1 {
    max-height: 84px;
}

/* @Case: 433232 - Warning Box */
.section__warning_box__container {
    color: #FFFFFF;
    margin: 1em auto 5em;
    padding: 1.25em 0.75em;
    display: flex;
    overflow: hidden;
    position: relative;
    max-width: 800px;
    border-radius: 5px;
    justify-content: center;
    background-color: #cc3333;
}

.section__warning_box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.section__warning_box__mid,
.section__warning_box__left,
.section__warning_box__right  {
    flex: 1 auto;
    text-align: left;
}
.section__warning_box__right__close a,
.section__warning_box__right .saveButton,
.section__warning_box .section__warning_box__mid p,
.section__warning_box .section__warning_box__mid p a {
    font-family: Arial, Helvetica, sans-serif;
}

.section__warning_box__mid {
    max-width: 580px;
    margin-left: 20px;
    margin-right: 20px;
}
.section__warning_box__mid p {
    line-height: 1.25;
}

.section__warning_box__mid p a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}

.section__warning_box__left {
    max-width: 40px;
    margin-top: -4px;
}
.section__warning_box__left img {
    width: 100%;
    margin: 0;
    height: auto;
    display: block;
    max-width: 100%;
}

.section__warning_box__right .saveButton {
    color: #cc3333;
    border: 1px solid #FFFFFF;
    padding: 7px 14px;
    display: inline-block;
    font-weight: bold;
    border-radius: 5px;
    vertical-align: middle;
    background-color: #FFFFFF;
}
.section__warning_box__right .saveButton:hover {		
    color: #FFFFFF;		
    border-color: #FFFFFF;		
    background-color: #cc3333;		
}

.section__warning_box__right__close {
    top: 2.5px;
    right: 10px;
    position: absolute;
}

.section__warning_box__right__close a {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
}

@media only screen and (min-width: 601px) and (max-width: 851px) {
    .section__warning_box__mid {
        max-width: 320px;
    }		
}

@media (max-width: 600px) {
    .section__warning_box__container {
        margin: 0em 0em 3em 0em;
        padding: 1em;
        max-width: 100%;
        text-align: center;
        align-content: center;
        flex-direction: column;
    }
    .section__warning_box {
        align-items: center;
        align-content: center;
        flex-direction: column;
    }
    .section__warning_box__mid {		
        max-width: 100%;		
        margin-left: 0;		
        margin-right: 0;		
    }
    .section__warning_box__mid, 
    .section__warning_box__right {
        width: 100%;
        padding: 0.75em;
        text-align: center;
        padding-left: 0;		
        padding-right: 0;
    }
    .section__warning_box__mid {
        padding-top: 1.75em;
    }
    .section__warning_box__left {
        display: none;
        visibility: hidden;
    }
    .section__warning_box__mid p:first-child {
        padding-bottom: 1em;
    }
    .section__warning_box__right__close {
        top: 10px;
        right: 20px;
    }
}
/* END */