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

/*Fonts*/

@font-face {
    font-family: 'DBHeadBlack';
    src: url('../fonts/dbsan03-web.eot');
    src: url('../fonts/dbsan03-web.eot?iefix') format('eot'), url('../fonts/dbsan03-web.woff') format('woff'), url('../fonts/dbsan03-web.ttf') format('truetype'), url('../fonts/dbsan03-web.svg#webfont') format('svg');
}

@font-face {
    font-family: 'DBHeadBold';
    src: url('../fonts/dbsan03-web.eot');
    src: url('../fonts/dbsan03-web.eot?iefix') format('eot'), url('../fonts/dbsan03-web.woff') format('woff'), url('../fonts/dbsan03-web.ttf') format('truetype'), url('../fonts/dbsan03-web.svg#webfont') format('svg');
}

@font-face {
    font-family: 'DBBodyNormal';
    src: url('../fonts/dbsan03-web.eot');
    src: url('../fonts/dbsan03-web.eot?iefix') format('eot'), url('../fonts/dbsan03-web.woff') format('woff'), url('../fonts/dbsan03-web.ttf') format('truetype'), url('../fonts/dbsan03-web.svg#webfont') format('svg');
}

/* LATO */

/* Lato-light 300- thin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local('Lato'), local('Lato-Thin'),
    url('../fonts/Lato/TTF/Lato-Thin.ttf') format('opentype');
}

/* Lato-regular 400 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato'), local('Lato-Regular'),
    url('../fonts/Lato/TTF/Lato-Regular.ttf') format('opentype');
}

/* Lato-700 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'),
    url('../fonts/Lato/TTF/Lato-Bold.ttf') format('opentype');
}

/* Lato-900 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: local('Lato Black'), local('Lato-Black'),
    url('../fonts/Lato/TTF/Lato-Black.ttf') format('opentype');
}

body,
input,
button,
select,
textarea {
    font-family: 'DBBodyNormal', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-weight: 300;
}

/*html,
.mainFooter {
    background-color: #252525;
}*/

body {
    overflow-y: scroll;
    background-color: #f5f5f5;
    color: #333;
    font-size: 1em;
}

img {
    -ms-interpolation-mode: bicubic;
}

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

:focus {
    outline-color: transparent;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline-color: #5E6D81;
}

a,
button {
    transition-property: color, background-color, border-color;
    transition-duration: 0.3s;
    text-decoration: none;
}

a:link,
a:visited {
    color: #538787;
    outline: none;
}

a:hover {
    color: #689696;
    text-decoration: underline;
}

/* Icons */

.icon-arrow-right {
    background-image: url(../images/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
}

.icon-arrow-left {
    background-image: url(../images/arrow-left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
}

.icon-arrow-down {
    background-image: url(../images/arrow-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
}

.icon-arrow-up {
    background-image: url(../images/arrow-up.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
}

.icon-outbox {
    background-image: url(../images/outbox.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 5px;
    display: inline-block;
    position: relative;
    margin-right: 4px;
}

.icon-padlock {
    background-image: url(../images/padlock.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 5px;
    display: inline-block;
    position: relative;
    margin-right: 4px;
}

.icon-cog {
    background-image: url(../images/cog.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 4px;
    display: inline-block;
    position: relative;
    margin-right: 4px;
}

.icon-edit {
    background-image: url(../images/edit.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
}

.icon-delete {
    background-image: url(../images/delete.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    width: 19px;
    height: 22px;
    display: inline-block;
}

.icon-check {
    background-image: url(../images/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: relative;
    line-height: 1;
    display: inline-block;
    text-indent: -9999px;
}

.icon-cross {
    background-image: url('../images/cross.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.fieldSet--icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.jobDetailDetails .icon {
    min-width: 32px;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon--company .icon {
    background-image: url('../images/icon--company.svg');
}

.icon--location .icon {
    background-image: url('../images/icon--location.svg');
}

.icon--group .icon {
    background-image: url('../images/icon--job-group.svg');
}

.icon--contract .icon {
    background-image: url('../images/icon--contract.svg');
}

.icon--start-date .icon {
    background-image: url('../images/icon--start-date.svg');
}

.icon--job-number .icon {
    background-image: url('../images/icon--job-number.svg');
}

.icon--job-woduwillst .icon {
    background-image: url('../images/icon--job-woduwillst.svg');
}

.icon--job-department .icon {
    background-image: url('../images/icon--job-department.svg');
}

/* Custom Helper Classes */

.fieldSet--labelSpace .label {
    margin-right: .3rem;
}

.tColor1 {
    color: #5E6D81;
}

.tColor2 {
    color: #f01414;
}

a.linkStyle1 {
    color: #333;
    text-decoration: none;
}

a.linkStyle1:hover {
    color: #f01414;
    text-decoration: none;
}

a.linkStyle2 {
    color: #f01414;
    text-decoration: none;
}

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

.noPadding {
    padding: 0 !important;
}

/* Arabic Transletion :Header
   -------------------------------------------------------------------------- */
.body--lang-arabic .navigationSections .navigationItem.navigationItemMenu ul .navigationItem a {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.body--lang-arabic .icon-outbox,
.body--lang-arabic .icon-cog{
    margin-left: 4px;
}

@media all and (min-width:801px){
    .body--lang-arabic .headerLogo {
        float: right;
    }

    .body--lang-arabic .navigationSections > .navigationList {
        flex-direction: row-reverse;
    }
}
@media all and (max-width:800px){
    .body--lang-arabic .tpt_menuLeftSlideAllTrigger {
        left: 0;
        right: unset;
    }
    .body--lang-arabic .navigationList > .navigationItem,
    .body--lang-arabic .navigationSections .navigationItem.navigationItemMenu {
        text-align: right;
    }
}

/* ARABIC: FOOTER
   -------------------------------------------------------------------------- */

.body--lang-arabic .mainFooter .footerContent .footer-left .mainFooterFlag .flag-dropdown {
    left:unset;
}

@media all and (min-width:801px){
    .body--lang-arabic .mainFooter .footerContent {
        display: flex;
        flex-flow: row-reverse;
        justify-content: space-between;
    }
}

@media all and (max-width:800px){
    .body--lang-arabic .mainFooter .footerContent {
        display: flex;
        flex-flow: column;
        align-items: flex-end;
    }
}
/* ARABIC SEARCHJOBS: SEARCHFORM
------------------------------------------------------------- */

@media all and (min-width:769px){
    .body--lang-arabic .searchFormWrap .keyBox {
        float: right;
    }
}

/* ARABIC SEARCHJOBS: MAIN
------------------------------------------------------------- */
@media all and (min-width:801px){
    .body--lang-arabic .mainContent .col-left {
        float: right;
        padding: 40px 0 42px 0;
    }

    .body--lang-arabic .mainContent .col-right {
        float: left;
        padding: 0 30px 30px 0px;
    }
}

/* Arabic Transletion
-------------------------------------------------------------------------- */
.body--lang-arabic .buttonBar:not(.buttonBarCenter) p,
.body--lang-arabic .mainContent .col-right,
.body--lang-arabic .mainContent .col-left,
.body--lang-arabic .sectionTitle,
.body--lang-arabic .jobDetailTitle,
.body--lang-arabic .schenker,
.body--lang-arabic .jobDetailDetails,
.body--lang-arabic .buttonBar:not(.buttonBarCenter) .pageTitle,
.body--lang-arabic input[type="text"],
.body--lang-arabic input[type="password"],
.body--lang-arabic .advancedSearch .fieldBox label,
.body--lang-arabic .box-description-data,
.body--lang-arabic .Section,
.body--lang-arabic .select2-container--default .select2-selection--multiple .select2-selection__rendered li,
.body--lang-arabic .select2-container--default .select2-selection--single .select2-selection__rendered,
.body--lang-arabic .select2-container--default .select2-search--inline .select2-search__field,
.body--lang-arabic .formColors2 input, .formColors2 textarea,
.body--lang-arabic .formColors2 select,
.body--lang-arabic .formColors2 .MultipleSelectFormField,
.body--lang-arabic .select2-container--default .select2-results>.select2-results__options,
.body--lang-arabic .formColors2 .MultipleSelectFormField,
.body--lang-arabic .align__ar,
.body--lang-arabic .navigationBackLinks,
.body--lang-arabic .details-content .fieldSet div,
.body--lang-arabic .content-title,
.body--lang-arabic .formColors1 input,
.body--lang-arabic .formColors1 textarea,
.body--lang-arabic .formColors1 select,
.body--lang-arabic .Separator,
.body--lang-arabic .labelText,
.body--lang-arabic .view,
.body--lang-arabic .job-alerts,
.body--lang-arabic .content-thank-you,
.body--lang-arabic .content-attachments,
.body--lang-arabic .attachmentItem,
.body--lang-arabic .content-profile-detail,
.body--lang-arabic .my-applications,
.body--lang-arabic table,
.body--lang-arabic td,
.body--lang-arabic th,
.body--lang-arabic .upload-content,
.body--lang-arabic .accountBox,
.body--lang-arabic .mainFooterFlag,
.body--lang-arabic .content-data {
    text-align: right;
}

.body--lang-arabic .mainContent .col-left form a:not(.select2-search-choice-close) {
    background-position: 20px center;
    text-align: right;
}

.body--lang-arabic .select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 1rem;
}

.body--lang-arabic .mainContent .col-left a:not(.select2-search-choice-close) {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 1rem;
}

.body--lang-arabic .col-left-detail .box-description-title {
    float: right;
    text-align: end;
}

.body--lang-arabic .details-content .fieldSet {
    flex-direction: row-reverse;
}

.body--lang-arabic .uploadResumeField .align__ar,
.body--lang-arabic .list--methods {
    justify-content: flex-end;
}

.body--lang-arabic .wiz_2Columns .fieldSpec:not(.wiz_fieldFullColumn.fieldSpec, .ButtonBarField),
.body--lang-arabic .wiz_2Columns .schemaFieldContainer,
.body--lang-arabic .wiz_2Columns .fieldSpec.MultipleDatasetEntryFormField .datasetfieldSpec {
    float: right;
}

.body--lang-arabic .wiz_2Columns .schemaFieldContainer {
    width: 100%;
}

.body--lang-arabic .wiz_2Columns .fieldSpec:not(.wiz_fieldFullColumn.fieldSpec, .ButtonBarField){
    text-align: initial;
}

.body--lang-arabic .wiz_2Columns .fieldSpec ul {
    direction: rtl;
}

.body--lang-arabic .button-bar__wrap {
    text-align: initial;
}

.body--lang-arabic .wiz_2Columns .Separator.icon-edit {
    background-position: left center;
}

.body--lang-arabic .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.body--lang-arabic .listPagination {
    float: left;
    display: flex;
    flex-direction: row-reverse;
}

.body--lang-arabic a.methodButton--dropbox,
.body--lang-arabic a.methodButton--file,
.body--lang-arabic a.methodButton--googledrive,
.body--lang-arabic a.methodButton--later,
.body--lang-arabic a.methodButton--past {
    background-position: 9rem center;
}

.body--lang-arabic .updatedMethodsStyles .grid--methods > .grid__item {
    align-items: flex-end;
    padding-right:0;
}

.body--lang-arabic .uploadResumeField {
    float: right;
    display: flex;
    justify-content: flex-end;
}

.body--lang-arabic .content-separation-details p,
.body--lang-arabic .content-separation-details .format {
    max-width: 100%;
    text-align: right;
}

.body--lang-arabic .Section .fieldSpec.AcceptCheckboxField .description,
.body--lang-arabic .fieldSpec.CheckBoxListFormField:not(.AutoCompleteField) .description {
    padding-left: 0;
    padding-right: 3.4rem;
}

.body--lang-arabic .fieldSpec.AcceptCheckboxField label {
    right: 0;
}

.body--lang-arabic .RadioButtonListFormField .fieldLabel input[type=radio],
.body--lang-arabic .RadioButtonListFormField .formfieldLabel input[type=radio] {
    margin-top: 0;
}

.body--lang-arabic .RadioButtonListFormField .fieldLabel input[type=radio] + label,
.body--lang-arabic .RadioButtonListFormField .formfieldLabel input[type=radio] + label {
    padding-right: 2.4rem;
}

.body--lang-arabic .content-thanks,
.body--lang-arabic .content-start,
.body--lang-arabic .cb {
    display: flex;
    flex-direction: row-reverse;
}

.body--lang-arabic .content-start .content-start-title {
    text-align: right;
}

.body--lang-arabic .editButton {
    display: block;
    text-align: right;
}

.body--lang-arabic .attachmentItem {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.body--lang-arabic.body--createAgent .button-bar__wrap {
    text-align: right;
}

.body--lang-arabic .col-left-detail {
    float: right;
    padding-right: 0px;
    padding-left: 60px;
}

.body--lang-arabic .col-right-detail {
    float: left;
}

.body--lang-arabic .content-thank-you .icon-cross {
    left: 30px;
}

.body--lang-arabic table,
.body--lang-arabic .content-more-question,
.body--lang-arabic .content-start {
    direction: rtl;
}

.body--lang-arabic .content-thank-you .content-thank-data ul li::before {
    content: "";
}

@media all and (max-width:800px){

    .body--lang-arabic .col-left-detail {
        padding-left: 0;
    }

    .body--lang-arabic .content-start{
        flex-direction: column;
    }
}

/* BUTTONS FORM */
.body--lang-arabic .wiz_2Columns .step-buttons .saveButton, .step-buttons .saveButton {
    float: left;
}

.body--lang-arabic .wiz_2Columns .step-buttons .cancelButton, .step-buttons .cancelButton {
    float: right;
}

/* REGISTER STEPPER */
@media all and (min-width:590px){
    .body--lang-arabic .registrationSteps {
        display: flex;
        flex-flow: row-reverse;
    }

    .body--lang-arabic .registrationStepItem {
        display: flex;
        flex-flow: row-reverse;
    }

    .body--lang-arabic .registrationStepItem .separator {
        transform: rotate(180deg);
    }
}

/* CONTENT */

.mainContent {
    max-width: 1200px;
    margin: 0 auto;
}

.content-gray {
    width: 100%;
    background-color: #f5f5f5;
}

.content-separation {
    width: 100%;
    margin-bottom: 60px;
    border-bottom: 1px solid #ececec;
}

.content-separation-details {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    padding: 20px 0;
}

.content-separation-method {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
}

.content-main {
    margin-top: 60px;
}

.mainContent .col-left {
    width: 400px;
    float: left;
    border: 10px solid #e7e7e7;
    padding: 30px 0 50px 0;
    background-color: #ffffff;
}

.mainContent .col-left p {
    font-size: 1.8em;
    font-weight: 400;
    padding: 0 40px 33px 40px;
    border-bottom: 1px solid #e9e9e9;
}

.mainContent .col-left form a:not(.select2-search-choice-close) {
    display: block;
    height: 51px;
    background-color: #ffffff;
    line-height: 51px;
    padding: 0 40px;
    border-bottom: 1px solid #e9e9e9;
    outline: none;
    color: #333333;
    position: relative;
    font-weight: bold;
}

.mainContent .col-left form a:not(.select2-search-choice-close):hover {
    color: inherit;
    text-decoration: none;
}

.mainContent .col-left form a:not(.select2-search-choice-close) {
    background-image: url(../images/arrow-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-background-size: 11px 11px;
    background-size: 11px 11px;
    background-position: 90% 22px;
}

.mainContent .col-left form a.active {
    background-image: url(../images/arrow-up.svg);
}

.mainContent .col-left p span {
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif
}

.mainContent .col-left .fieldBox.searchBox.searchButtonBox {
    display: block;
    width: 100%;
    margin: 0;
    padding: 50px 40px 30px 40px;
}

.mainContent .col-left .fieldBox.searchBox.searchButtonBox .searchBoxFieldContainer {
    margin: 0;
    padding: 0;
    float: none;
}

.mainContent .col-left a:not(.select2-search-choice-close) {
    padding: 0 40px;
    display: block;
    color: #538787;
    outline: none;
    font-weight: 600;
    font-size: 0.9em;
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
}

.mainContent .col-left a:not(.select2-search-choice-close):hover {
    color: #689696;
    text-decoration: underline;
}

.mainContent .col-right {
    width: calc(100% - 400px);
    float: left;
    padding: 0 0 30px 30px;
}

.mainContent .col-right p {
    font-size: 1.8em;
    font-weight: 400;
    padding-top: 40px;
    padding-bottom: 30px;
    border-top: 1px solid #e9e9e9;
}

.mainContent .col-right .bold {
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
}

.mainContent .col-right .square {
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    padding: 40px;
}

.mainContent .col-right .square:nth-child(2) {
    margin-bottom: 20px;
}

.mainContent .col-right .square h4 {
    font-size: 1.3em;
    font-weight: 400;
    max-width: 480px;
    margin-bottom: 30px;
}

.mainContent .col-right .square a {
    font-size: 0.9em;
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
    margin-top: 30px;
    display: table;
    outline: none;
}

.mainContent .col-right .square.content-sorry {
    background-image: url(../images/no-result-sorry.svg);
    background-size: 209px 214px;
    background-position: 100% 170%;
    background-repeat: no-repeat;
}

.mainContent .col-right .square.content-send-cv {
    background-image: url(../images/no-result-cv.svg);
    background-size: 180px 214px;
    background-position: 100% 170%;
    background-repeat: no-repeat;
}

.mainContent .col-right .content-sorry h4 span {
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
}

.mainContent .col-right .content-sorry ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mainContent .col-right .content-sorry ul li {
    padding-bottom: 5px;
}

.mainContent .col-right .content-sorry ul li::before {
    content: "• ";
    font-size: 1.3em;
    vertical-align: middle;
    color: #538787;
}

.mainContent .col-right .square.content-send-cv h4 {
    margin-bottom: 10px;
}

.mainContent .col-right .content-send-cv p {
    font-size: 1em;
    padding: 0;
    margin: 0;
    border: none;
    max-width: 310px;
}

.mainContent .select2-container-multi {
    margin-top: 10px;
}

.mainContent .select2-container-multi.select2-container-active .select2-choices {
    border: none !important;
    box-shadow: none !important;
}

.select2-drop-active {
    border: 1px solid #cccccc !important;
    box-shadow: none !important;
}

/* STRUCTURE */

.mainWrapper {
    width: 100%;
}

.mainWrapper.job-details,
.mainWrapper.appication-method,
.mainWrapper.register,
.mainWrapper.country,
.mainWrapper.profile,
.mainWrapper.login,
.mainWrapper.edit,
.mainWrapper.home {
    background-color: #ffffff;
}

.commonWrapper {
    width: auto;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.pageTitle {
    color: #333333;
    padding: 0;
    font-family: 'DBHeadBold', Arial, Helvetica, sans-serif;
    font-size: 2em;
    line-height: 125%;
    font-weight: normal;
    font-weight: 300;
    text-transform: uppercase;
}

.content-title {
    margin-bottom: 60px;
}

.content-edit {
    margin: 60px 0;
}

.content-edit .retract .cancelButton {
    display: initial;
}

.mfp-content .content-edit {
    margin: 60px;
}

.content-edit .fieldBoxLabel {
    margin: 10px 0;
}

.content-title.content-edit .pageTitle {
    font-size: 2.5em;
}

.content-title.content-edit-profile .pageTitle {
    margin-bottom: 40px;
}

.content-title.content-edit .pageCaption {
    font-size: 1.5em;
}

.content-title .pageTitle {
    padding: 0;
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
    font-size: 3em;
    font-weight: 600;
    line-height: 1;
    text-transform: none;
}

.content-title .pageCaption {
    margin-top: 15px;
    padding: 0;
    font-size: 1.9em;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}

/* Generic CSS Grid left and right content */

.col-left-detail {
    width: calc(100% - 400px);
    float: left;
    padding-right: 60px;
}

.col-left-detail .box-description {
    display: table;
    width: 100%;
    padding: 30px 0;
    position: relative;
    clear: both;
    border-bottom: 1px solid #e9e9e9;
}

.col-left-detail .box-description:last-child {
    border-bottom: none;
}

.col-left-detail .box-description-title {
    width: 250px;
    float: left;
    font-weight: 600;
}

.col-left-detail .box-description-data {
    float: left;
    width: calc(100% - 250px);
}

.col-left-detail .box-description-data .box-description-data-readMore {
    display: none;
}

.col-left-detail .box-description-data.read-more {
    height: 155px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.col-left-detail .box-description-data.read-more .box-description-data-readMore {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: #ffffff;
    display: block;
    width: 100%;
    padding: 0.5em !important;
    text-align: right !important;
}

.col-left-detail .box-description-data ul {
    padding: 0 17px;
    margin: 0;
}

.col-right-detail {
    width: 400px;
    float: left;
    padding: 40px;
    background-color: #f5f5f5;
}

.video-container {
    position: relative;
    padding-bottom: 480px;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 854px;
    margin: 0 auto;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.register-without-job .col-right-detail {
    padding: 0;
    background-color: transparent;
}

.register-without-job .col-right-detail img {
    display: block;
    width: 100%;
}

.col-right-detail .jobDetailDetails h3 {
    padding: 0;
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    font-weight: 600;
    text-transform: none;
}

.col-right-detail .saveButton {
    width: 100%;
    height: 51px;
    background-color: #e88519;
    color: #ffffff;
    border: none;
    font-weight: 900;
    text-transform: none;
    font-size: 1em;
    margin-top: 20px;
    line-height: 51px;
}

.col-right-detail .saveButton:hover {
    background-color: #eda04c;
}

.navigation-methods {
    position: relative;
}

.navigation-methods .navigationBackLinks {
    position: relative;
    top: 0;
    padding: 1em 0;
    margin: 0;
}

.navigation-methods .tpt_uploadResumeLoginLegend {
    padding-top: 30px;
    padding-bottom: 30px;
}

.navigation-methods .tpt_uploadResumeLoginLegend.open {
    padding: 0;
}

/* Home */

.home-search h3 {
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
    font-size: 3em;
    text-align: center;
    margin-bottom: 30px;
}

.home-search a {
    display: block;
    text-align: right;
    margin-top: 10px;
    color: #ffffff;
    outline: none;
}

.home-search a .icon-arrow-right {
    background-image: url(../images/arrow-right-home.svg);
}

.find-job {
    display: table;
    width: 100%;
    margin: 80px 0 0 0;
}

.find-job .box-find {
    display: table-cell;
    vertical-align: top;
    width: 60%;
}

.find-job .box-find:nth-child(1) {
    width: 40%;
}

.find-job .box-find h3 {
    font-size: 1.8em;
    font-weight: 400;
    padding: 30px 0 0 0;
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
}

.find-job .box-find h4 {
    font-size: 1.8em;
    font-weight: 400;
    margin-bottom: 10px;
}

.find-job .box-find .box-image {
    width: 50%;
    display: table-cell;
}

.find-job .box-find .box-image img {
    width: 100%;
    display: block;
}

.find-job .box-find p {
    max-width: 310px;
}

.content-top-job {
    display: table;
    width: 100%;
    margin-bottom: 80px;
}

.content-top-job .box-find {
    display: table-cell;
    vertical-align: top;
}

.content-top-job .content-top-job-categories {
    width: 70%;
}

.content-top-job .content-top-job-image {
    width: 30%;
}

.content-top-job .content-top-job-image img {
    display: block;
    width: 100%;
}

.content-top-job .box-presentation {
    float: left;
    width: 50%;
    padding: 30px;
}

.content-top-job .box-presentation h3 {
    font-size: 1.4em;
    font-weight: 400;
    padding: 30px 0 30px 0;
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
}

.content-top-job .box-presentation ul {
    padding: 0;
    margin: 0;
}

.content-top-job .box-presentation li {
    list-style: none;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.content-top-job .box-presentation li a {
    outline: none;
}

.content-boxes {
    display: table;
    width: 100%;
    margin-bottom: 80px;
}

.content-boxes .square {
    width: 33.333%;
    float: left;
    height: 100%;
}

.content-boxes .square:nth-child(1) {
    padding-left: 0;
    padding-right: 20px;
}

.content-boxes .square:nth-child(2) {
    padding-right: 10px;
    padding-left: 10px;
}

.content-boxes .square:nth-child(3) {
    padding-right: 0;
    padding-left: 20px;
}

.content-boxes .square .box-square {
    border: 8px solid #f5f5f5;
    min-height: 225px;
    padding: 20px;
    min-height: 255px;
}

.content-boxes .square .box-square.box-square-1 {
    background-image: url('../images/box-square-1.svg');
    background-repeat: no-repeat;
    background-position: 125% 115%;
    -webkit-background-size: 200px;
    background-size: 200px;
}

.content-boxes .square .box-square.box-square-2 {
    background-image: url('../images/box-square-2.svg');
    background-repeat: no-repeat;
    background-position: 110% 125%;
    -webkit-background-size: 200px;
    background-size: 200px;
}

.content-boxes .square .box-square.box-square-3 {
    background-image: url('../images/box-square-3.svg');
    background-repeat: no-repeat;
    background-position: 125% 140%;
    -webkit-background-size: 200px;
    background-size: 200px;
}

.content-boxes .square h3 {
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}

.content-boxes .square a {
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    margin-top: 20px;
    display: block;
    outline: none;
}

.content-boxes .square ul {
    margin: 0;
    padding: 0;
    line-height: 1;
    position: relative;
    margin-top: 20px;
    display: block;
}

.content-boxes .square ul li {
    display: inline-block;
}

/* Details Content */

.details-content .fieldSet div {
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1;
    padding-top: 3px;
}

.details-content {
    padding-top: 60px;
}

.details-content .fieldSet {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

/* Application Method */

.application-method-content {
    margin-top: 60px;
    margin-bottom: 60px;
}

.application-method-content .content-title .pageCaption {
    margin-bottom: 1em;
    font-size: 2.3em;
    font-family: 'DBHeadBold';
}

.application-method-content .upload-content h3 {
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1;
    text-transform: none;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #c9c9c9;
}

.application-method-content .upload-content h4 {
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
    font-size: 1.05em;
    font-weight: 600;
    line-height: 1;
    text-transform: none;
    margin-bottom: 30px;
}

/* Profile */

.mainWrapper.profile .welcome {
    background-image: url(../images/bg-profile.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 60px 0 160px 0;
    display: block;
    position: relative;
    width: 100%;
    background-color: #055573;
}

.mainWrapper.profile .welcome h2 {
    color: #ffffff;
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
    font-size: 3em;
}

.mainWrapper.profile .content-details {
    position: relative;
    top: -100px;
    padding: 10px 10px 10px 40px;
    background-color: #f5f5f5;
    z-index: 10;
    display: table;
    width: 100%;
    background-image: url(../images/file-profile.svg);
    background-size: 209px 214px;
    background-position: 11% 126%;
    background-repeat: no-repeat;
}

.mainWrapper.profile .fieldSet {
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.mainWrapper.profile .fieldSet:nth-child(2n) {
    padding-left: 30px;
}

.mainWrapper.profile .fieldSet:nth-child(2n + 1) {
    padding-right: 30px;
}

.mainWrapper.profile .fieldSetLabel {
    display: block;
}

.mainWrapper.profile .fieldSetValue {
    font-size: 1em;
    text-transform: none;
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
}

.mainWrapper.profile .content-details .content-attachments {
    width: 30%;
    float: left;
    height: 100%;
    padding: 20px;
    overflow: hidden;
    word-wrap: break-word;
}

.mainWrapper.profile .content-details h3 {
    margin-bottom: 40px;
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
    font-size: 1.5em;
}

.mainWrapper.profile .content-details .content-profile-detail {
    width: 70%;
    float: right;
    background-color: #ffffff;
    padding: 20px;
}

.mainWrapper.profile .content-details .content-field {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px;
}

.mainWrapper.profile .content-details .edit-content {
    font-weight: 600;
    display: block;
    line-height: 20px;
    outline: none;
    margin-top: 20px;
    cursor: pointer;
}

.mainWrapper.profile .content-details .edit-content.edit-right {
    padding-left: calc(50% + 30px);
}

.mainWrapper.profile .content-details .edit-content .edit-content-data {
    vertical-align: middle;
    color: #538787;
}

.mainWrapper.profile .my-applications {
    margin-bottom: 60px;
}

.mainWrapper.profile .recommendation {
    padding-top: 25px;
}

.mainWrapper.profile .recommendation img {
    max-width: 150px;
    height: auto;
}

.mainWrapper.profile .recommendation h3 {
    font-size: 1.5em;
}

.mainWrapper.profile a.recommendationLink:active,
.mainWrapper.profile a.recommendationLink:focus,
.mainWrapper.profile a.recommendationLink:hover {
    text-decoration: none;
}

.mainWrapper.profile .job-alerts {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 40px;
}

.mainWrapper.profile .job-recommendations {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Thank You */

.buttonBar.box-thank {
    display: table;
    margin: 0 auto;
}

.box-thank-title {
    display: table-cell;
    vertical-align: top;
    padding-top: 25px;
    min-width: 220px;
    padding-right: 20px;
}

.box-thank-title h2 {
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
    font-size: 2em;
}

.box-thank-img {
    display: table-cell;
    vertical-align: top;
}

.box-thank-title {
    text-align: right;
}

.box-thank-title .saveButton {
    margin-top: 75px;
}

.button--thank-you-from-retract{
    margin: 0 auto;
    width: auto;
    display: block;
}

@media all and (max-width: 1200px) {
    .thank-you-from-retract .box-thank {
        display: flex;
        justify-content: center;
    }

    .thank-you-from-retract .box-thank-title h2 {
        margin-bottom: 20px;
        text-align: left;
    }

    .thank-you-from-retract .box-thank .saveButton {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

/* Table Simple */

.table-siple h3 {
    padding: 0 0 20px 0;
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: 600;
    line-height: 1;
    text-transform: none;
}

.table-siple a {
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
    outline: none !important;
    font-weight: bold;
}

.table-siple .tableList {
    margin-bottom: 30px;
}

.table-siple .tableList .actions a span {
    vertical-align: middle;
}

.table-siple .tableList .actions .separator-actions {
    color: #f0f0f0;
    vertical-align: middle;
}

/* Appication Method */

.jobDetailTitle {
    padding: 0;
    font-family: 'DBHeadBold', Arial, Helvetica, sans-serif;
    font-size: 2.1em;
    font-weight: 600;
    text-transform: none;
}

/* Job Details*/

.content-more-question {
    padding: 60px 0;
    margin: 60px 0 0 0;
    display: table;
    width: 100%;
}

.content-more-question.benefits {
    margin: 0;
    padding: 60px 0 0 0;
}

.content-more-question .box-people {
    background-color: #ffffff;
    padding: 30px;
    display: table;
    width: 100%;
}

.content-more-question .box-people:nth-child(1) {
    margin-bottom: 20px;
}

.content-more-question .content-questions {
    display: table-cell;
    width: 30%;
    vertical-align: top;
}

.content-more-question .content-questions h3 {
    font-size: 2.1em;
    font-weight: bold;
    padding: 30px 0;
}

.content-more-question .content-questions h3 span {
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
}

.content-more-question .content-questions p {
    max-width: 320px;
}

.content-more-question .content-people {
    display: table-cell;
    width: 70%;
}

.content-more-question.benefits .box-people:nth-child(1) {
    margin-bottom: 0;
}

.content-more-question.benefits .content-people {
    border: 8px solid #f5f5f5;
}

.content-more-question.benefits .content-people .content-profile ul {
    margin: 0;
    padding: 0;
    max-width: 300px;
}

.content-more-question.benefits .content-people .content-profile ul li {
    list-style: none;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.content-more-question.benefits .content-people .content-profile ul li:last-child {
    margin-bottom: 0;
}

.content-more-question.benefits .content-people .content-data {
    padding-left: 10px;
}

.content-more-question .content-people .content-profile {
    display: table-cell;
    width: 50%;
}

.content-more-question .content-people .content-profile a.active {
    color: #538787;
}

.content-more-question .content-people .content-profile a {
    font-weight: bold;
    color: #9a9a9a;
    outline: none;
}

.content-more-question .content-people .content-img {
    display: block;
    float:left;
    width:23%;
    margin-right:4%;
}

.content-more-question .content-people .content-img img {
    width:100%;
    height:auto;
}

.content-more-question .content-people .content-name {
    display: inline-block;
    vertical-align: top;
    top: 10px;
    position: relative;
    margin-left: 5px;
}

.content-more-question .content-people .content-name h3 {
    margin-bottom: 5px;
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
    font-size: 1.3em;
}

.content-more-question .content-people .content-data {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.content-more-question .content-people .content-data a {
    text-decoration: none;
    outline: none;
}

.content-more-question .content-people .content-data .img-data {
    vertical-align: top;
    position: relative;
    top: 5px;
    line-height: 1;
}

.content-more-question .content-people .content-data .gotoButton {
    width: 100%;
    margin-top: 20px;
}

.bg-start {
    background-image: url(../images/bg-start.svg);
    background-repeat: no-repeat;
    background-size: 51%;
    background-position: -2% 16%;
}

.content-start {
    display: table;
    width: 100%;
    padding: 80px 0;
}

.content-start .content-start-title {
    display: table-cell;
    width: 30%;
    vertical-align: top;
}

.content-start .content-start-title h3 {
    font-size: 2.1em;
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.content-start .content-start-details {
    display: table-cell;
    width: 70%;
}

.content-start .content-start-details .details-content {
    padding-top: 0;
    display: table;
    width: 100%
}

.content-start .content-start-details .details-content .box-details {
    display: table-cell;
    width: 50%;
    padding: 0 30px;
}

.content-start .content-start-details .details-content .box-details .tpt_socialShareButton {
    background-position: left center;
}

.content-start .content-start-details .details-content .box-details .tpt_socialShareButton {
    color: #538787;
}

.content-start .content-start-details .details-content .saveButton {
    width: 100%;
    height: 51px;
    background-color: #e88519;
    color: #ffffff;
    border: none;
    font-weight: 900;
    text-transform: none;
    font-size: 1em;
    margin-top: 20px;
    line-height: 51px;
}

.content-start .content-start-details .details-content .saveButton:hover {
    background-color: #eda04c;
}

.content-separation-details p,
.content-separation-details .format {
    color: #999999;
    font-size: 0.9em;
    max-width: 700px;
}

/* Job Details*/

.pageTitle.pageTitleAlt1 {
    font-size: 1.5em;
    margin-bottom: 1em;
}

.pageTitle.pageTitleSpaced {
    margin-bottom: 1em;
}

.pageTitleLeft {
    float: left;
}

.pageTitleNav {
    float: right;
    padding: 0;
    margin: 3em 0 0.4em 0;
    font-size: 1em;
    line-height: 250%;
    font-weight: normal;
    font-weight: 300;
}

.pageTitleNav.pageTitleNavAlt1 {
    margin: 2.25em 0 0.75em 0;
    line-height: 187.5%;
}

.pageTitleNavLink,
.pageTitleNavLink:link,
.pageTitleNavLink:visited {
    color: #f01414;
}

.pageTitleNavLinkPlus {
    padding-left: 2em;
    background-image: url('../images/circlePlus.svg');
    background-repeat: no-repeat;
    background-position: 0.5em center;
    background-size: contain;
}

.pageTitleNavleft {
    float: left;
    margin-left: 1em;
}

.pageCaption {
    padding: 0;
    margin: 0 0 2em 0;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.5;
}

.pageDescription {
    margin: 0.5em 0 1em 0;
    line-height: 1.5;
    font-weight: normal;
}

.sectionTitle {
    color: #5E6D81;
    clear: both;
    padding: 0;
    margin: 2.5em 0 0.5em 0;
    padding-top: 0.75em;
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: normal;
    font-weight: 300;
}

.sectionSummary {
    clear: both;
    font-size: 1.2em;
    vertical-align: middle;
    font-weight: normal;
    font-weight: 400;
    text-transform: uppercase;
    color: #5E6D81;
    background-color: #F5F5F5;
    background-image: url('../images/about-icon.png');
    background-repeat: no-repeat;
    background-position: 0.75em center;
    padding: 0.75em 0.75em 0.75em 2.5em;
    margin-bottom: 1em;
}

.localTitle {
    color: #5E6D81;
    padding: 0;
    margin: 1em 0 0.5em 0;
    font-size: 1.125em;
    line-height: 1.5;
    font-weight: normal;
    border-bottom: 1px solid #BFBFBF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.looseText {
    line-height: 1.5;
    margin: 1em auto;
    font-weight: 600;
    font-size: 0.9em;
}

.buttonBar {
    clear: both;
    float: none;
    display: block;
    margin: 5px 0 20px 0;
}

.buttonBar:after {
    clear: both;
}

.buttonBar:before,
.buttonBar:after {
    content: " ";
    display: table;
}

.buttonBar.buttonBarCenter {
    padding-top: 30px;
    text-align: center;
}

.buttonBar.buttonBarReverse {
    direction: rtl;
}

.buttonBar.buttonBarRight {
    text-align: right;
}

.buttonBar.buttonBarLeft {
    text-align: left;
    padding: 0;
    margin: 0;
}

.buttonBar.buttonBarRight > a,
.buttonBar.buttonBarRight > button {
    margin-left: 1em;
    margin-right: 0;
}

.buttonBar.buttonBarLeft > a,
.buttonBar.buttonBarLeft > button {
    margin-left: 0;
    margin-right: 1em;
}

.buttonBar.buttonBarInheritMargin > a,
.buttonBar.buttonBarInheritMargin > button {
    margin-left: inherit;
    margin-right: inherit;
}

.fullWidthButton,
.buttonBar .fullWidthButton {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

@media all and (max-width: 400px) {
    .buttonBar > a,
    .buttonBar > button,
    .buttonBar.buttonBarRight > a,
    .buttonBar.buttonBarRight > button,
    .buttonBar.buttonBarLeft > a,
    .buttonBar.buttonBarLeft > button {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0.5em;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }
    .buttonBar.buttonBarInheritMargin > a,
    .buttonBar.buttonBarInheritMargin > button {
        margin-left: inherit;
        margin-right: inherit;
        margin-bottom: 0;
        display: inline-block;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        width: auto;
    }
}

/* Search agents in wizard */

.searchAgentsInWizardBox {
    clear: both;
    text-align: left;
    padding: 1em 0;
    border-top: 1px solid #E2E2E2;
}

.tpt_searchAgentHiddenFields {
    display: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tpt_searchAgentHiddenFields.open {
    display: block;
}

.halfContainer.tpt_searchAgentHiddenFields {
    width: auto;
}

.searchAgentText {
    display: block;
    padding-top: 0.5em;
}

/* Login and Reset Password */

.form--login {
    max-width: 500px;
    width: 100%;
}

.form--login .requiredField {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 0.9em;
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
    color: #333333;
}

.loginInput {
    width: 100%;
    padding: 10px 15px;
    height: 51px;
    border-width: 1px;
    border-style: solid;
    outline-width: 0;
    border-color: #E2E2E2;
}

.form--login .fieldSpec {
    padding-bottom: 1rem;
}

.form--login .comment {
    font-weight: bold;
    font-size: 0.9em;
}

.form--login .comment:before {
    content: '';
    background-image: url(../images/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 10px;
    display: inline-block;
}

.form--login .button--primary {
    margin-top: 2rem;
    width: 100%;
    height: 51px;
    background-color: #e88519;
    color: #ffffff;
    border: none;
    font-weight: 900;
    text-transform: none;
    font-size: 1em;
}

.form--login .button--primary:hover {
    background-color: #eda04c;
}

.accountBox {
    padding: 0 1em;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.accountBox .sectionTitle {
    clear: both;
    margin: 2.5em 0 0.5em 0;
    padding-top: 0.75em;
    line-height: 1.5;
    padding: 0;
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    font-weight: 600;
    text-transform: none;
    color: #333333;
    margin-bottom: 25px;
}

.accountBox .sectionTitle.register {
    border-top: 1px solid #e7e7e7;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 30px;
}

.accountBox .fieldBoxLabel {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 0.9em;
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
}

.accountBox .fieldBoxLabel.password {
    margin-top: 15px;
}

.accountBox .requiredMark {
    font-weight: 100;
    font-family: 'DBBodyNormal', Arial, Helvetica, sans-serif;
}

.accountBox .buttonBar {
    margin-top: 30px;
}

.accountBox .buttonBar.register {
    margin: 0;
    font-size: 0.9em;
}

.accountBox .buttonBar.register a {
    padding: 0;
    height: auto;
    width: auto;
    line-height: 1;
    display: block;
    color: #538787;
    font-weight: 600;
    background: none;
    text-align: left;
}

.accountBox .saveButton {
    width: 100%;
    height: 51px;
    background-color: #e88519;
    color: #ffffff;
    border: none;
    font-weight: 900;
    text-transform: none;
    font-size: 1em;
}

.accountBox .saveButton:hover {
    background-color: #eda04c;
    border: none;
}

.accountBoxFooter {
    line-height: 1.5;
    margin: 1em auto;
}

.tpt_loginHiddenFields {
    display: none;
    padding-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
}

.tpt_loginHiddenFields.open {
    display: block;
}

.midSizeContainer {
    width: 75%;
    margin: 0 auto;
}

.socialLoginBox {
    margin-bottom: 1em;
}

.resetPasswordBox {
    max-width: 540px;
}

/* Account page redefinitions */

.accountPage {
    background-color: #252525;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.accountPage .mainHeader,
.accountPage .mainFooter {
    display: none;
}

.accountPage .mainContent {
    background-color: transparent;
    background-image: none;
    padding: 0;
    height: 100vh;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.accountPage .accountBox {
    background-color: #FFFFFF;
    padding: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accountPage .sectionTitle {
    color: #FFFFFF;
    background-color: #f01414;
    text-align: center;
    margin: 0;
    padding: 0.5em;
    line-height: 150%;
}

.accountPage .commonLoginBox {
    padding: 1em;
}

.accountPage .accountBoxFooter {
    margin: 0;
    padding: 1em;
    background-color: #F7F7F7;
    text-align: center;
}

.accountPage .accountBoxFooter > .navigationBackLinks {
    margin: 0;
    padding: 0;
    background-color: transparent;
    text-align: center;
    border-top-width: 0;
}

.requiredField {
    color: #f01414;
}

/* HEADER */

.mainHeader {
    color: #565656;
    background-color: #FFFFFF;
    border-bottom: 1px solid #e7e7e7;
}

/* H: skip to content link */

.skipToContentLink,
.skipToContentLink:link,
.skipToContentLink:visited {
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: -4em;
    left: 50%;
    line-height: 2;
    width: 300px;
    overflow: hidden;
    padding: 0.25em;
    margin: 0 0 0 -150px;
    border-radius: 0 0 0.5em 0.5em;
    color: #FFFFFF;
    background-color: #5E6D81;
    text-align: center;
    transition-property: top;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}

.skipToContentLink:focus {
    top: 0;
    color: #FFFFFF;
    outline-width: 0;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
}

.skipToContentLink:hover,
.skipToContentLink:active {
    background-color: #8297B3;
}

/* H: main title */

.mainTitleContainer {
    position: relative;
}

.headerLogo {
    width: 50px;
    float: left;
    padding: 15px 0;
    max-height: 65px;
}

.headerLogo img {
    width: 100%;
    max-width: 50px;
    display: block;
}

.mainNavigation {
    float: left;
    width: calc(100% - 50px);
}

.mainTitle > a {
    display: block;
}

.schenker {
    line-height: 1;
    padding-bottom: 15px;
}

.schenker img {
    width: auto;
    height: 20px;
}

.schenker img[alt="ONxpress"] {
    height: 15px;
}

.schenker img[alt="Infra Silesia"] {
    height: 40px;
}

.schenker span {
    line-height: 1;
    position: relative;
    top: -5px;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8em;
}

/* H: main banner */

.headerBanner {
    color: #FFFFFF;
    background-image: url("../images/banner.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    min-height: 170px;
}

.headerBanner.home {
    background-image: url("../images/bg-intro.png");
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 300px;
    padding-top: 0;
    height: 0;
}

.headerBanner.home video {
    width: 100% !important;
    height: auto !important;
    position: absolute;
    top: -150px;
}

.headerBanner.home .bg-video {
    background-color: #000000;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    position: absolute;
}

.headerBanner.terms {
    background-image: url("../images/bg-terms.png");
}

.headerBanner.details {
    background-image: url("../images/banner-details.png");
    min-height: 320px;
}

.headerBannerTitle1 {
    font-family: 'DBHeadBold', Arial, Helvetica, sans-serif;
    font-size: 3em;
    font-weight: normal;
    text-shadow: 1px 1px 5px rgba(86, 86, 86, 0.7);
    text-align: center;
    padding-top: 1.4em;
}

.headerBannerTitle2 {
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
    font-size: 3em;
    font-weight: normal;
    text-shadow: 1px 1px 5px rgba(86, 86, 86, 0.7);
    text-align: right;
    padding-right: 12%;
}

.headerBanner.isArrivaFiltered {
    background-image: url("../images/banner-arriva.jpg");
}

.headerBanner.isDbOnlyFiltered {
    background-image: url("../images/banner-db.jpg");
}

.headerBanner.isCargoFiltered {
    background-image: url("../images/banner-cargo.jpg");
}

.headerBanner.isSchenkerFiltered {
    background-image: url("../images/banner-schenker.jpg");
}

/* Thank you Content */

.content-thank-you {
    width: 100%;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0px 6px 10px -6px #e1e1e1;
    -moz-box-shadow: inset 0px 6px 10px -6px #e1e1e1;
    box-shadow: inset 0px 6px 10px -6px #e1e1e1;
    padding: 60px 0;
    background-image: url(../images/bg-thanks.svg);
    background-repeat: no-repeat;
    background-size: 38%;
    background-position: 106% 22%;
    position: relative;
}

.content-thank-you .icon-cross {
    top: 20px;
    right: 30px;
    position: absolute;
    outline: none;
}

.body_Chrome:not(.body--lang-arabic) .content-thank-you .content-thanks {
    padding: 0 60px;
    display: table;
    width: 100%;
}

.content-thank-you .content-thank-title {
    display: table-cell;
    width: 40%;
}

.content-thank-you .content-thank-title h2 {
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
    font-size: 3em;
    line-height: 1;
    margin-bottom: 10px;
}

.content-thank-you .content-thank-title h3 {
    font-size: 1.8em;
    font-weight: 400;
}

.content-thank-you .content-thank-data {
    display: table-cell;
    width: 60%;
    vertical-align: top;
}

.content-thank-you .content-thank-data h4 {
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    margin-bottom: 20px;
}

.content-thank-you .content-thank-data ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.content-thank-you .content-thank-data ul li {
    padding-bottom: 5px;
}

.content-thank-you .content-thank-data ul li::before {
    content: "• ";
    font-size: 1.3em;
    vertical-align: middle;
    color: #538787;
}

.content-thank-you .content-cross {
    position: absolute;
    top: 20px;
    right: 30px;
    outline: none;
}

/* Terms */

.content-terms p,
.content-terms h2,
.content-terms a {
    text-align: left;
    display: block;
    max-width: 750px;
}

.content-terms h2 {
    font-size: 1.8em;
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}

.content-terms h2 span {
    font-weight: 400;
    font-family: 'DBBodyNormal', Arial, Helvetica, sans-serif;
}

/* FOOTER */

.mainFooter {
    border-top: 1px solid #c9c9c9;
    padding: 25px 0 45px 0;
}

.mainFooter .footerContent {
    display: table;
    width: 100%;
    font-size: 0.8em;
    max-width: 1200px;
    margin: 0 auto;
}

.mainFooter .separator {
    padding: 10px;
}

.mainFooter .footerContent .footer-left {
    display: table-cell;
    text-align: left;
}

.mainFooter .footerContent .footer-left .mainFooterFlag {
    position:relative;
    cursor:pointer;
}

.mainFooter .footerContent .footer-left .mainFooterFlag .icon-menu {
    background-image: url(../images/arrow-up.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: relative;
    top: 1px;
    left: 3px;
}

.mainFooter .footerContent .footer-left .mainFooterFlag.abierto .icon-menu {
    background-image: url(../images/arrow-down.svg);
}

.mainFooter .footerContent .footer-left .mainFooterFlag img {
    position: relative;
    top: 3px;
}

.mainFooter .footerContent .footer-left .mainFooterFlag span {
    position: relative;
    top: 1px;
    left: 3px;
}

.mainFooter .footerContent .footer-left .mainFooterFlag .flag-dropdown {
    display:none;
    position:absolute;
    bottom:30px;
    left:-10px;
    right:0;
    padding:10px 12px 3px 12px;
    margin:0;
    list-style:inside none;
    background:#FFF;
    min-width: 110px;
}

.mainFooter .footerContent .footer-left .mainFooterFlag .flag-dropdown a {
    display:block;
    margin-bottom:7px;
}

.mainFooter .footerContent .footer-left .mainFooterFlag .flag-dropdown a img {
    vertical-align: baseline;
    margin-right:3px;
}

.mainFooter .footerContent .footer-right {
    display: table-cell;
    text-align: right;
}

.mainFooter .mainFooterTerms {
    display: inline-block;
}

.mainFooter .footer-right ul {
    margin: 0;
    padding: 0;
    line-height: 1;
    position: relative;
    top: 8px;
    display: inline-block;
}

.mainFooter .footer-right ul li {
    display: inline-block;
}

/* NAVIGATION */

/* N: trigger */

.tpt_menuLeftSlideAllTrigger {
    display: none;
}

/* N: navigation elements */

.navigationMenu,
.navigationList,
.navigationItem {
    display: block;
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.navigationMenu
.navigationList {
    display: flex;
    justify-content: flex-end;
}

/* N: navigation static */

.navigationStatic {
    text-align: right;
    line-height: 80px;
}

.navigationStatic > .navigationList {
    text-align: right;
}

.mainWrapper .navigationList .navigationItem.job-search,
.mainWrapper .navigationList .navigationItem.languageMenu,
.mainWrapper .navigationList .navigationItem.create-agent {
    border-right: 1px solid #ececec;
}

.mainWrapper.home .navigationList .navigationItem.languageMenu,
.mainWrapper.searchJobs .navigationList .navigationItem.languageMenu {
    display: inline-block;
}

.mainWrapper .navigationList .navigationItem.languageMenu ul {
    max-height:80vh;
    overflow-y:auto;
}

.navigationStatic .navigationItem {
    display: inline-block;
    line-height: 80px;
    text-transform: uppercase;
    margin-left: 2em;
}

.navigationStatic a:link,
.navigationStatic a:visited {
    color: #999999;
}

/* N: navigation portal sections */

.navigationSections {
    color: #565656;
    font-size: 0.9em;
}

.navigationSections > .navigationList {
    text-align: right;
    height: 65px;
    letter-spacing: -1em;
}

.navigationSections .navigationItem {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 30px;
    line-height: 65px;
    height: 65px;
    letter-spacing: normal;
}

.navigationSections .navigationItem.navigationItemMenu {
    position: relative;
    min-width: 180px;
    text-align: center;
}

.navigationSections .navigationItem.navigationItemMenu ul {
    position: absolute;
    z-index: 11;
    right: 0;
    top: 65px;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    display: none;
}

.navigationSections .navigationItem.navigationItemMenu.open ul {
    display: block;
    box-shadow: 0px 1px 6px #333;
}

.navigationSections .navigationItem.navigationItemMenu:hover ul {
    box-shadow: 0px 1px 6px #333;
}

.navigationSections .navigationItem.navigationItemMenu ul li {
    width: 100%;
    text-align: left;
}

.navigationSections .navigationItem.navigationItemMenu ul li:hover {
    background-color: transparent;
}

.navigationSections .navigationItem.navigationItemMenu ul li a {
    color: #999999;
    display: block;
    white-space:nowrap;
}

.navigationSections .navigationItem.navigationItemMenu ul li:hover a {
    color: #538787;
}

.navigationSections .navigationItem:hover,
.navigationSections .navigationItem.navigationItemMenu.open {
    background-color: #f5f5f5;
}

.navigationSections .navigationItem a {
    color: #538787;
    font-weight: 600;
    font-size: 1em;
    text-transform: none;
    font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
    outline: none;
}

.navigationSections .navigationItem.navigationItemMenu .icon-menu {
    background-image: url(../images/arrow-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: relative;
    top: 1px;
    left: 3px;
}

.navigationSections .navigationItem.navigationItemMenu.open .icon-menu {
    background-image: url(../images/arrow-up.svg);
}

.navigationSections .navigationItem a:hover {
    text-decoration: none;
}

/* N: footer back links */

.navigationBackLinks {
    clear: both;
    text-align: left;
    padding: 1em 0;
    margin-top: 60px;
}

.navigationBackLinks.top {
    margin-top: 0;
}

.navigationBackLinksList,
.navigationBackLinksListItem {
    display: inline-block;
    width: auto;
    list-style-type: none;
    padding: 0;
    margin: 0 1em 0 0;
    font-weight: 600;
}

/* Search Jobs */

.searchBoxWrap {
    position: relative;
}

.searchFormWrap,
.talentLink {
    display: inline-block;
    vertical-align: middle;
}

.searchFormWrap {
    width: 100%;
}

.talentLink {
    width: 300px;
    text-align: center;
    padding: 0 20px;
}

.talentLink h3 {
    font-family: 'DBHeadBold', Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 1.25em;
    color: #333;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.8em;
    padding-bottom: 0.8em;
}

.talentLink a,
.talentLink a:hover {
    font-size: 1.1em;
    font-weight: 400;
    text-decoration: none;
}

.talentLink a:after {
    content: 'ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢';
    display: block;
}

/* Advance Search Toggle */

.advancedSearch {
    padding: 20px 40px;
    box-sizing: border-box;
    width: 380px;
}

.advancedSearch .fieldBox {
    padding-bottom: 20px;
}

.advancedSearch .fieldBox:last-child {
    padding-bottom: 0;
}

.advancedSearch .fieldBox label {
    margin-bottom:5px;
}

.advancedSearchToggle {
    position: absolute;
    bottom: 23px;
    left: 23px;
    width: 20px;
    height: 30px;
    background-image: url("../images/iconDown.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 17px;
    overflow: hidden;
}

.advancedSearchToggle.open {
    background-image: url("../images/iconUp.png");
}

.advancedSearchToggle span {
    margin-left: -9999px;
}

@media all and (max-width: 1200px) {
    .mainContent {
        padding: 0 30px;
    }
    .commonWrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .jobDetailDescription {
        padding-right: 0;
    }
    .content-more-question .content-questions {
        padding-right: 10px;
    }
    .mainContent .col-left-detail {
        padding-right: 20px;
    }
    .col-left-detail .box-description-title {
        width: 160px;
    }
    .col-left-detail .box-description-data {
        width: calc(100% - 160px);
    }
    .col-right-detail {
        width: 280px;
        padding: 30px;
    }
    .col-left-detail {
        width: calc(100% - 280px);
    }
    .content-boxes .square .box-square {
        min-height: 300px;
    }
}

@media all and (max-width: 900px) {
    .video-container {
        padding-bottom: 45%;
    }
    .find-job .box-find:nth-child(1) {
        min-width: inherit;
    }
    .col-left-detail .box-description-title {
        width: 100%;
        margin-bottom: 20px;
    }
    .col-left-detail .box-description-data {
        width: 100%;
    }
    .uploadResumeField {
        width: 50%;
        margin-bottom:15px;
    }
    .uploadResumeField.secondRow {
        padding-top: 45px;
    }
    .content-thank-you .content-thank-title,
    .content-thank-you .content-thank-data {
        width: 50%;
    }
    .register-without-job .col-right-detail {
        display: none;
    }
    .register-without-job .col-left-detail {
        padding-right: 0;
        float: none;
        width: 100%;
    }
    .content-boxes .square .box-square {
        min-height: 330px;
    }
}

@media all and (max-width: 800px) {
    /**/
    .headerBanner.home .searchFormWrap .search-content{
        padding: 20px;
    }
    .headerBanner.home{
        padding-bottom: 190px;
    }
    .headerBanner.home video {
        top: inherit;
    }
    .headerLogo{
        margin: 0 auto;
        float:none;
    }
    /*submenu*/
    .navigationSections > .navigationList{
        height: auto;
    }
    .navigationItem.navigationItemMenu.languageMenu{
        height: auto;
    }
    .mainWrapper .navigationList .navigationItem.languageMenu{
        display: block !important;
    }
    .navigationList > .navigationItem:last-child{
        position: relative;
        width: 100%;
    }
    /**/
    body {
        overflow-x: hidden;
    }
    /* Styling */
    .mainTitleContainer {
        background-color: #FFFFFF;
    }
    .mainTitleContainer,
    .mainTitle {
        text-align: center;
        position: static;
    }
    .mainTitle {
        display: inline-block;
    }
    /* Search Jobs */
    .searchFormWrap {
        display: block;
        width: 100%;
        margin-bottom: 0;
    }
    .searchFormWrap .search-content {
        padding: 87px 0;
    }
    .advancedSearch {
        width: 100%;
    }
    .mainContent .col-left {
        width: 100%;
        float: none;
    }
    .mainContent .col-right {
        width: 100%;
        float: none;
        padding: 0 0 60px 0;
    }
    .mainContent .col-right p {
        padding-left: 50px;
    }
    .mainContent .col-right .square.content-sorry,
    .mainContent .col-right .square.content-send-cv {
        background-position: 100% bottom;
    }
    /* Home */
    .home-search a {
        text-align: left;
        margin-top: 20px;
    }
    .home-search h3 {
        margin-bottom: 50px;
    }
    .talentLink {
        display: block;
        margin: 1em auto;
    }
    .find-job {
        margin: 40px 0 0 0;
    }
    .find-job .box-find h4 {
        margin-bottom: 30px;
    }
    .find-job .box-find:nth-child(1),
    .find-job .box-find {
        width: 50%;
    }
    .find-job .box-find .box-image.box-image-secondary {
        display: none;
    }
    .content-top-job {
        margin-bottom: 60px;
    }
    .content-top-job .content-top-job-categories {
        width: 100%;
    }
    .content-top-job .content-top-job-image {
        display: none;
    }
    .content-top-job .box-presentation {
        padding: 40px;
    }
    .content-boxes .square.hidden-tablet {
        display: none;
    }
    .content-boxes .square {
        width: 50%;
    }
    .content-boxes .square:nth-child(1) {
        padding-left: 0;
        padding-right: 10px;
    }
    .content-boxes .square:nth-child(2) {
        padding-right: 0;
        padding-left: 10px;
    }
    .content-boxes .square .box-square {
        padding: 40px 30px 50px 30px;
    }
    .content-boxes .square .box-square.box-square-1 {
        background-position: 115% 105%;
    }
    .content-boxes .square a {
        margin-top: 50px;
    }
    /* Job Details */
    .mainContent .col-left-detail {
        padding-right: 0;
        float: none;
        width: 100%;
    }
    .col-right-detail {
        width: 100%;
        float: none;
        padding: 0;
        background-color: transparent;
    }
    .col-right-detail .jobDetailDetails h3,
    .col-right-detail .jobDetailDetails .details-content {
        display: none;
    }
    .col-right-detail .buttonBar.buttonBarRight {
        text-align: left;
        border-top: 1px solid #e8e8e8;
        padding-top: 30px;
        margin: 0;
    }
    .col-right-detail .tpt_socialShareContainer {
        display: inline-block;
        width: 280px;
        vertical-align: top;
        line-height: 45px;
        position: relative;
    }
    .col-right-detail .buttonBar.buttonBarInheritMargin > a,
    .col-right-detail .buttonBar.buttonBarInheritMargin > button {
        max-width: 300px;
        float: right;
        vertical-align: top;
        margin: 0;
    }
    .content-more-question .content-questions {
        padding-right: 0;
        width: 100%;
        display: block;
    }
    .content-more-question .content-people {
        width: 100%;
        display: block;
    }
    .content-more-question .content-questions h3 {
        padding: 0 0 30px 0;
        font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
    }
    .content-more-question .content-questions p {
        max-width: inherit;
        padding-bottom: 44px;
    }
    .content-more-question .box-people {
        padding: 40px;
    }
    .content-more-question .content-people .content-data .gotoButton {
        margin-top: 30px;
    }
    .bg-start {
        background-size: cover;
    }
    .headerBanner.details {
        background-position: center;
    }
    .content-start {
        padding: 60px 0;
    }
    .content-start .content-start-title {
        display: block;
        width: 100%;
        margin-bottom: 60px;
    }
    .content-start .content-start-details {
        display: block;
        width: 100%;
    }
    .content-start .content-start-details .details-content .box-details:nth-child(1) {
        padding-left: 0;
    }
    .content-start .content-start-details .details-content .box-details:nth-child(2) {
        padding-right: 0;
    }
    .content-separation-details {
        padding: 30px 0;
    }
    /* Register */
    .pageCaption {
        margin: 0 0 40px 0;
    }
    .uploadResumeFieldContainer .fieldBoxControlContainer {
        padding-top: 15px;
    }
    /* Profile */
    .mainWrapper.profile .welcome {
        padding: 100px 0 200px 0;
    }
    .content-thank-you .content-thanks {
        display: block;
    }
    .content-thank-you .content-thank-title {
        display: block;
        width: 100%;
    }
    .content-thank-you .content-thank-data {
        display: block;
        width: 100%;
    }
    .content-thank-you .content-thank-title h2,
    .content-thank-you .content-thank-title h3 {
        font-family: 'DBHeadBlack', Arial, Helvetica, sans-serif;
        display: inline-block;
        font-size: 2.5em;
    }
    .content-thank-you .content-thank-title h3 {
        margin-bottom: 30px;
        padding-left: 5px;
    }
    .mainWrapper.profile .content-details {
        padding: 0;
        background-color: #ffffff;
    }
    .mainWrapper.profile .content-details .content-profile-detail {
        width: 100%;
        float: none;
        border: 10px solid #f5f5f5;
        padding: 30px;
    }
    .mainWrapper.profile .content-details .content-attachments {
        width: 100%;
        float: none;
        background-color: #f5f5f5;
        margin-top: 20px;
        padding: 40px;
    }
    .mainWrapper.profile .content-details .content-field {
        padding-bottom: 20px;
    }
    .mainWrapper.profile .fieldSet {
        padding-bottom: 20px;
    }
    .mainWrapper.profile .content-details .content-field {
        padding-bottom: 20px;
    }
    .mainWrapper.profile .content-details .edit-content {
        margin-top: 50px;
    }
    .table-siple .tableList {
        margin-bottom: 40px;
    }
    /* Footer */
    .mainFooter {
        padding: 25px 0;
    }
    .mainFooter .footerContent .footer-left {
        display: block;
        text-align: left;
        line-height: 1;
        padding-bottom: 5px;
    }
    .mainFooter .footerContent .footer-right {
        display: block;
        text-align: left;
        line-height: 1;
    }
    .mainFooter .mainFooterTerms {
        display: block;
        margin-top: 20px;
    }
    /* Mobile Menu */
    .mainWrapper .navigationList .navigationItem.languageMenu:not(.open) ul {
        display: none;
        height: 300px;
        position: unset;
    }

    .mainHeader:not(.body--lang-arabic) .navigationSections .navigationItem {
        height: unset;
    }

    .navigationSections .navigationItem.navigationItemMenu.languageMenu:after {
        background-image: url(../images/arrow-right.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 15px;
        height: 15px;
        display: inline-block;
        content: '';
        transform: rotate(90deg);
        position: absolute;
        right: 15px;
        top: 30px;
    }
    .navigationSections .navigationItem.navigationItemMenu.languageMenu.open:after {
        transform: rotate(270deg);
    }

    .navigationMenuContainer,
    .navigationMenu,
    .navigationList {
        display: block;
        float: none;
        list-style-type: none;
        text-align: left;
        text-transform: none;
        padding: 0;
        margin: 0;
        height: auto;
        width: auto;
        background-color: transparent;
        background-image: none;
        font-size: 1em;
    }
    .navigationList > .navigationItem {
        display: block;
        float: none;
        text-align: left;
        text-transform: none;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #303030;
        font-size: 1em;
    }
    .navigationSections > .navigationList {
        height: auto;
        display: block;
    }
    .navigationList > .navigationItem a,
    .navigationList > .navigationItem a:link,
    .navigationList > .navigationItem a:visited {
        display: block;
        padding: 0 1em;
        color: #FFFFFF;
    }
    .navigationList > .navigationItem a:hover,
    .navigationList > .navigationItem a:focus,
    .navigationList > .navigationItem a:active {
        color: #FFFFFF;
        background-color: #BF3F3C;
    }
    .navigationBackLinks.top {
        padding: 20px 0;
    }
    .navigationBackLinks {
        padding: 0 0 20px 0;
    }
    .navigationSections .navigationItem.navigationItemMenu {
        text-align: left;
    }
    .navigationSections .navigationItem:hover,
    .navigationSections .navigationItem.navigationItemMenu.open {
        background-color: transparent;
    }
    .navigationSections .navigationItem.navigationItemMenu .icon-menu,
    .navigationSections .navigationItem.navigationItemMenu.open .icon-menu {
        background-image: none;
    }
    .mainWrapper .navigationList .navigationItem.languageMenu ul {
        display: block;
        box-shadow: none;
        background-color: transparent;
        text-align: left;
        width: 100%;
        position:unset;
        max-height: 300px;
    }
    .navigationSections .navigationItem.navigationItemMenu.open ul,
    .navigationSections .navigationItem.navigationItemMenu:hover ul {
        box-shadow: none;
    }
    .navigationSections .navigationItem.navigationItemMenu ul li {
        padding: 0;
        width: 100%;
        display: block;
        border-bottom: 1px solid #303030;
    }
    .navigationSections .navigationItem.navigationItemMenu ul li a,
    .navigationSections .navigationItem.navigationItemMenu ul li:hover a {
        color: #ffffff;
    }
    .navigationSections .navigationItem.navigationItemMenu ul li a .icon-cog,
    .navigationSections .navigationItem.navigationItemMenu ul li a .icon-outbox {
        display: none;
    }
    .mainWrapper .navigationList .navigationItem.job-search,
    .mainWrapper .navigationList .navigationItem.languageMenu,
    .mainWrapper .navigationList .navigationItem.create-agent {
        border-right: none;
    }
    /* MM: Trigger elements */
    .tpt_menuLeftSlideAllTrigger {
        display: inline-block;
        position: absolute;
        height: 60px;
        line-height: 60px;
        top: 0;
        right: 0;
        padding: 0 0.5em 0 3em;
        cursor: pointer;
        background-size: 2em 2em;
        background-position: 0.5em center;
        background-repeat: no-repeat;
        background-image: url('../images/menu_c2.svg');
    }
    .tpt_menuLeftSlideAllTrigger:hover,
    .tpt_menuLeftSlideAllTrigger:focus,
    .tpt_menuLeftSlideAllTrigger:active {
        outline-width: 0;
        background-image: url('../images/menu.svg');
    }
    .tpt_menuLeftSlideAllTrigger.open {
        outline-width: 0;
        /*right:250px;*/
        left: 10px;
        background-image: url('../images/menu.svg');
    }
    /* MM: Menu elements */
    .tpt_menuLeftSlideAll {
        position: absolute;
        display: block;
        z-index: 100000;
        top: 0;
        left: -250px;
        width: 250px;
        padding: 0;
        max-width: 100%;
        height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        color: #FFFFFF;
        background-color: #252525;
    }
    /* MM: Notified elements */
    html.tpt_menuLeftSlideAllNotificationOpen,
    html.tpt_menuLeftSlideAllNotificationOpen > body {
        overflow-y: hidden;
        overflow-x: hidden;
        width: 100vw;
        height: 100%;
        min-height: 100%;
    }
    .mainWrapper {
        -webkit-transition: -webkit-transform 200ms ease-out 0s;
        -ms-transition: transform 200ms ease-out 0s;
        transition: transform 200ms ease-out 0s;
    }
    .tpt_menuLeftSlideAllNotificationOpen .mainWrapper {
        -webkit-transform: translate(250px, 0);
        -ms-transform: translate(250px, 0);
        transform: translate(250px, 0);
        -webkit-transform: translate3d(250px, 0, 0);
        transform: translate3d(250px, 0, 0);
    }
    .fallbackMenu.tpt_menuLeftSlideAllNotificationOpen .mainWrapper {
        position: relative;
        left: 250px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    /* MM: Trigger elements */
    .tpt_menuLeftSlideTrigger {
        display: inline-block;
        position: absolute;
        height: 80px;
        line-height: 80px;
        top: 0;
        left: 0;
        padding: 0 0.5em 0 3em;
        cursor: pointer;
        background-size: 2em 2em;
        background-position: 0.5em center;
        background-repeat: no-repeat;
        background-image: url('../images/menu_c2.svg');
        -webkit-transition: -webkit-transform 200ms ease-out 0s;
        -ms-transition: transform 200ms ease-out 0s;
        transition: transform 200ms ease-out 0s;
    }
    .tpt_menuLeftSlideTrigger:hover,
    .tpt_menuLeftSlideTrigger:focus,
    .tpt_menuLeftSlideTrigger:active {
        background-color: #F0F0F0;
        outline-width: 0;
        background-image: url('../images/menu.svg');
    }
    .tpt_menuLeftSlideTrigger.open {
        outline-width: 0;
        background-image: url('../images/menu.svg');
        -webkit-transform: translate(250px, 0);
        -ms-transform: translate(250px, 0);
        transform: translate(250px, 0);
        -webkit-transform: translate3d(250px, 0, 0);
        transform: translate3d(250px, 0, 0);
    }
    .fallbackMenu .tpt_menuLeftSlideTrigger.open {
        left: 250px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    /* MM: Menu elements */
    .tpt_menuLeftSlide {
        position: absolute;
        display: block;
        z-index: 100000;
        top: 0;
        left: -250px;
        width: 250px;
        padding: 0;
        max-width: 100%;
        height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        color: #FFFFFF;
        background-color: #252525;
        box-shadow: inset -5px 0 10px #000000;
        -webkit-transition: -webkit-transform 200ms ease-out 0s;
        -ms-transition: transform 200ms ease-out 0s;
        transition: transform 200ms ease-out 0s;
    }
    .tpt_menuLeftSlide.open {
        -webkit-transform: translate(250px, 0);
        -ms-transform: translate(250px, 0);
        transform: translate(250px, 0);
        -webkit-transform: translate3d(250px, 0, 0);
        transform: translate3d(250px, 0, 0);
    }
    .fallbackMenu .tpt_menuLeftSlide.open {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .accountBox {
        width: auto;
    }
}

@media all and (max-width: 768px) {
    .pageTitle {
        margin: 0 0 0.5em 0;
        font-size: 1.75em;
        line-height: 2;
        float: none;
    }
    .pageTitleNav {
        float: none;
        margin: 0 0 0.4em 0;
    }
    .loginBox {
        padding: 0;
        margin: 0;
        width: auto;
    }

    #resumePaste {
        resize: vertical;
    }
    .searchFormWrap .search-content {
        width: 550px;
    }
    .searchFormWrap .keyBox {
        width: 100%;
        margin-bottom: 15px;
    }
    .searchFormWrap .searchBox {
        width: 100%;
    }
    .mainWrapper.profile .fieldSet:nth-child(2n) {
        padding-left: 0;
    }
    .mainWrapper.profile .fieldSet:nth-child(2n + 1) {
        padding-right: 0;
    }
    .mainWrapper.profile .content-details .edit-content.edit-right {
        padding-left: 0;
    }
}

@media all and (max-width: 600px) {
    .searchBox {
        float: none;
        width: auto;
    }
    .profilePictureContainer {
        float: none;
        padding: 0.5em 0 1em 0;
    }
    .profilePicture {
        margin: 0;
    }
    .profilePictureLink {
        display: none;
    }
    .headerBannerTitle2 {
        text-align: center;
        padding-right: 0;
    }
    /* Search */
    .searchFormWrap .search-content {
        width: 100%;
        padding: 60px 20px;
    }
    .mainContent .col-left p {
        padding: 0 20px 33px 20px;
    }
    .mainContent .col-left form a {
        padding: 0 20px;
    }
    .mainContent .col-left .fieldBox.searchBox.searchButtonBox {
        padding: 50px 20px 30px 20px;
    }
    .mainContent .col-left a {
        padding: 0 20px;
    }
    .mainContent .col-right p {
        padding-left: 30px;
        padding-right: 30px;
    }
    .listSingleColumnItem {
        padding: 30px;
    }
    .searchFormWrap .keyBox,
    .searchFormWrap .searchBox {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .content-main {
        margin-top: 40px;
    }
    .mainContent .col-left {
        padding: 40px 0 42px 0;
    }
    .mainContent .col-right .square.content-sorry {
        background-size: 150px 214px;
        background-position: 100% 140%;
    }
    .mainContent .col-right .square.content-send-cv {
        background-size: 150px 214px;
        background-position: 100% 150%;
    }
    /* General */
    .saveButton,
    .cancelButton,
    .nextButton,
    .gotoButton {
        padding: 0 !important;
        max-width: 100%;
        min-width: 100%;
    }
    .cancelButton {
        margin-top: 10px;
    }
    .hidden-mobile {
        display: none;
    }
    .mainContent {
        padding: 0 20px;
    }
    /* Login */
    .fieldBox3ColumnsInline .fieldBox {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    /* Register */
    .registrationStepItem {
        display: none;
    }
    .registrationStepItem.regStepCurrent {
        display: block;
        width: calc(100% - 101px);
    }
    .registrationStepItem.regStepCurrent .content-separator {
        max-width: 200px;
        min-width: 100px;
    }
    .registrationStepItem.regStepCurrent + li {
        display: block;
        width: 101px;
    }
    .registrationStepItem.regStepCurrent + li .content-separator {
        display: none;
    }
    .registrationSteps {
        margin: 0 auto;
        width: auto;
        display: table;
    }
    .col-left-detail .uploadResumeField {
        width: 50%;
    }
    /* Home */
    .find-job .box-find {
        display: block;
        width: 100%;
    }
    .find-job .box-find h3 {
        padding: 0;
    }
    .find-job .box-find h4 {
        margin-bottom: 20px;
    }
    .find-job .box-find p {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .find-job .box-find:nth-child(1) {
        width: 100%;
    }
    .content-top-job {
        margin-bottom: 50px;
    }
    .content-top-job .box-presentation {
        padding: 20px 20px 0 20px;
        float: none;
        width: 100%;
        margin-bottom: 10px;
        background-color: #f5f5f5;
    }
    .content-top-job .box-presentation:nth-child(2) {
        margin-bottom: 0;
    }
    .content-gray.content-top-job {
        background: transparent;
    }
    .content-boxes .square {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .content-boxes .square:nth-child(1),
    .content-boxes .square:nth-child(2) {
        padding-right: 0;
        padding-left: 0;
    }
    .content-boxes .square:nth-child(2) {
        display: none;
    }
    /* Job Details */
    .content-more-question .box-people {
        padding: 30px;
    }
    .content-more-question .content-people .content-profile {
        display: block;
        width: 100%;
    }
    .content-more-question .content-people .content-data {
        display: block;
        width: 100%;
    }
    .content-more-question .content-people .content-img {
        display: block;
    }
    .content-more-question .content-people .content-name {
        display: block;
        top: 0;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .content-more-question .content-people .content-name h3 {
        margin-bottom: 0;
    }
    .content-more-question .content-people .content-name p {
        margin-top: 10px;
    }
    .content-start .content-start-details .details-content .box-details {
        display: block;
        width: 100%;
        padding: 0;
    }
    .content-more-question.benefits .content-people .content-profile ul {
        max-width: 100%;
    }
    .content-more-question.benefits .content-people .content-data {
        text-align: left;
    }
    .content-more-question.benefits .content-people .content-data img {
        display: none;
    }
    .col-right-detail .tpt_socialShareContainer {
        display: block;
        float: none;
        width: 100%;
        line-height: 45px;
        position: relative;
    }
    .tpt_socialShareContainer .box-send .box-share-center:first-child {
        padding-left: 25%;
    }
    .tpt_socialShareContainer .box-send .box-share-center:last-child {
        padding-left: 10%;
    }
    /* Profile */
    .mainWrapper.profile .welcome {
        background-position: center 60px;
        background-size: 210%;
    }
    .mainWrapper.profile .content-details .edit-content {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .content-thank-you {
        background-size: cover;
    }
    /* Footer */
    .mainFooter .mainFooterTerms {
        display: block;
        margin-bottom: 15px;
    }
    .mainFooter {
        padding: 25px 0 30px 0;
    }
    /* Font Size */
    .schenker span,
    .mainFooter .footerContent {
        font-size: 0.8em;
    }
    .mainContent .col-left a,
    .mainContent .col-right .square a,
    .content-boxes .square a,
    .content-separation-details p,
    .looseText,
    .accountBox .fieldBoxLabel,
    .accountBox .buttonBar.register,
    .navigationSections {
        font-size: 0.9em;
    }
    .mainContent .col-right .content-send-cv p,
    .col-right-detail .tpt_socialShareButton,
    .col-right-detail .saveButton,
    .mainWrapper.profile .fieldSetValue,
    .content-start .content-start-details .details-content .saveButton,
    .pageTitleNav,
    .accountBox .saveButton,
    .navigationSections .navigationItem a,
    .application-method-content .upload-content .upload-device h4,
    .application-method-content .upload-content .upload-social h4,
    .localTitle,
    .talentLink h3,
    .talentLink a,
    .talentLink a:hover,
    .pageCaption,
    .sectionSummary {
        font-size: 1em;
    }
    .mainContent .col-right .square h4,
    .mainContent .col-right .content-sorry ul li::before,
    .content-more-question .content-people .content-name h3,
    .content-thank-you .content-thank-data h4,
    .content-thank-you .content-thank-data ul li::before {
        font-size: 1.1em;
    }
    .content-top-job .box-presentation h3,
    .content-title.content-edit .pageCaption,
    .application-method-content .upload-content h3,
    .mainWrapper.profile .content-details h3,
    .pageTitle.pageTitleAlt1,
    .sectionTitle {
        font-size: 1.2em;
    }
    .mainContent .col-left p,
    .mainContent .col-right p,
    .col-right-detail .jobDetailDetails h3,
    .find-job .box-find h3,
    .find-job .box-find h4,
    .jobDetailTitle,
    .content-more-question .content-questions h3,
    .accountBox .sectionTitle,
    .content-thank-you .content-thank-title h3,
    .content-terms h2 {
        font-size: 1.5em;
    }
    .content-title .pageCaption {
        font-size: 1.6em;
    }
    .pageTitle,
    .table-siple h3,
    .box-thank-title h2,
    .content-start .content-start-title h3 {
        font-size: 1.8em;
    }
    .content-title.content-edit .pageTitle {
        font-size: 2em;
    }
    .content-title .pageTitle,
    .home-search h3,
    .mainWrapper.profile .welcome h2,
    .headerBannerTitle1,
    .headerBannerTitle2,
    .content-thank-you .content-thank-title h2 {
        font-size: 2.2em;
    }
    .navigation-methods .navigationBackLinks {
        position: static;
    }
}

@media all and (max-width: 500px) {
    .headerBannerTitle1 {
        padding-top: 2em;
    }
    .headerBannerTitle1,
    .headerBannerTitle2 {
        font-size: 2.5em;
    }
    .find-job .box-find .box-image {
        min-height: 300px;
    }
    .mainContent .col-right .square.content-sorry,
    .mainContent .col-right .square.content-send-cv {
        background-image: none;
    }
    .mainWrapper.profile .welcome h2 span {
        display: block;
    }
}

@media all and (max-width: 400px) {
    .find-job .box-find .box-image {
        min-height: 260px;
    }
    .registrationStepItem.regStepCurrent .content-separator {
        min-width: 15px;
    }
    .mainFooter .footerContent .footer-left .mainFooterFlag {
        display: block;
        padding-top: 16px;
    }
    .mainFooter .footerContent .footer-left .separator {
        display: none;
    }
    .col-left-detail .uploadResumeField.linkedinCont {
        width:100%;
        margin-bottom:0;
        margin-top:15px;
    }
}

@media all and (max-width: 380px){
    .tpt_menuLeftSlideAllNotificationOpen .headerLogo {
        visibility: hidden;
    }
    .find-job .box-find .box-image {
        min-height: 260px;
    }
}

body .ui-datepicker {
    width: 17em;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #e7e7e7;
    padding: 0;
    display: none;
    box-shadow: none;
}

body .ui-corner-all,
body .ui-corner-bottom,
body .ui-corner-right,
body .ui-corner-br {
    border-radius: 0;
    padding: 20px;
}

body .ui-datepicker .ui-datepicker-header {
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    outline: transparent;
    border: none;
    height: 50px;
    border-bottom: 1px solid #e7e7e7;
}

body .ui-datepicker .ui-datepicker-prev {
    left: 60px;
    background-color: transparent;
    background-image: url(../images/arrow-left.svg);
    background-position: center center;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    width: 20px;
    height: 50px;
}

body .ui-datepicker .ui-datepicker-next {
    left: 80px;
    background-color: transparent;
    background-image: url(../images/arrow-right.svg);
    background-position: center center;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    width: 20px;
    height: 50px;
}

body .ui-datepicker .ui-datepicker-title {
    margin: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 10px;
}

body .ui-datepicker select.ui-datepicker-month {
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    background-color: transparent;
    width: 60px;
}

body .ui-datepicker select.ui-datepicker-year {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background-color: transparent;
    width: 70px;
}

body .ui-datepicker select.ui-datepicker-year:focus,
body .ui-datepicker select.ui-datepicker-year:hover,
body .ui-datepicker select.ui-datepicker-year:active,
body .ui-datepicker select.ui-datepicker-monthfocus,
body .ui-datepicker select.ui-datepicker-month:hover,
body .ui-datepicker select.ui-datepicker-month:active {
    border: none;
    background-color: transparent;
    outline: none;
}

body .ui-state-hover,
body .ui-widget-content .ui-state-hover,
body .ui-widget-header .ui-state-hover,
body .ui-state-focus,
body .ui-widget-content .ui-state-focus,
body .ui-widget-header .ui-state-focus {
    border: none;
    outline: none;
    background-color: transparent;
    font-weight: normal;
    color: #333333;
}

body .ui-state-hover a,
body .ui-state-hover a:hover,
body .ui-state-hover a:link,
body .ui-state-hover a:visited {
    color: #333333;
    text-decoration: none;
}

body .ui-state-default,
body .ui-widget-content .ui-state-default,
body .ui-widget-header .ui-state-default {
    border: none;
    background: none;
    font-weight: normal;
    color: #333333;
}

body .ui-datepicker th {
    font-weight: 400;
    background-color: transparent;
    color: #333333;
}

body .ui-datepicker th span {
    color: #010068;
    text-align: left;
}

body .ui-datepicker th,
.ui-datepicker td {
    border-color: transparent;
}

body .ui-datepicker .ui-datepicker-today .ui-state-default {
    outline: 1px solid #333333;
}

body .ui-datepicker .ui-datepicker-current-day,
body .ui-datepicker .ui-datepicker-current-day a {
    color: #010066;
    background-color: transparent;
    font-weight: bold;
}

body .ui-datepicker td span.ui-state-hover,
body .ui-datepicker td a.ui-state-hover,
body .ui-datepicker .ui-datepicker-current-day a.ui-state-hover {
    background-color: #010066;
    color: #ffffff;
}

body .ui-datepicker-unselectable.ui-state-disabled,
body .ui-datepicker-unselectable.ui-state-disabled span,
body .ui-datepicker-other-month.ui-datepicker-unselectable {
    background-color: transparent;
    color: #e1e1e1;
}

/*styles added 29.3*/
.content-edit .bigMultipleField.MultipleSelectFormField{
    min-height: 115px;
}
.content-edit .bigMultipleField.MultipleSelectFormField select{
    min-height: 117px;
    margin-top: 5px;
}
.tpt_socialShareContainer .box-share a{
    cursor:pointer;
    cursor: hand;
}
/*RegisterPage adjust on button*/
.cancelButton.smallButton.tpt_dropboxTriggerAnother{
    height: 51px;
    line-height: 51px;
}
.mainWrapper.register .fieldSpec.FileField{
    min-height: 130px;
    padding-bottom: 10px;
}
[id*="dropboxInfo"]{
    font-size: 13px;
}
[id*="dropboxRemove"]{
    display: inline-block;
    height: 20px;
    line-height: 16px;
    margin: 7px;
    font-family: "Lucida Grande", "Segoe UI", "Tahoma", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #636363;
    text-decoration: none;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    border-bottom-color: #d4d4d4;
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #f5f5f5 100%);
}

.application-method-content .fieldSpec.CheckBoxListFormField label{
    position: relative;
}

.wiz_2Columns .Separator .SeparatorDescription span {
    font-family: 'DBBodyNormal', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-weight: 300;
    font-size: 16px;
}
/*Start select2 upgrade parsing*/
.select2-container .select2-selection--multiple,.select2-container .select2-selection--single{display:flex!important}
.select2-container .select2-search--inline .select2-search__field{margin-top: 1px;}
.select2-container .select2-selection--multiple .select2-selection__rendered,.select2-container .select2-selection--single .select2-selection__rendered{padding:0px !important;overflow:visible !important;}
.select2-container .select2-selection--single .select2-selection__rendered{padding:0px !important;}
.select2-container .select2-selection--multiple .select2-search--inline {height:29px !important; line-height:29px !important;}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:inherit !important;}
.select2-container--default .select2-selection--multiple,.select2-container--default .select2-selection--single{border-radius: 0px !important;;}
.select2-dropdown {
    /*border: 1px solid #cccccc !important;*/
    box-shadow: none !important;
    width: 100%;
}
/*End select2 upgrade parsing*/
.select2-container--default .select2-selection--multiple .select2-selection__rendered li,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100% !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    line-height:29px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    width: auto !important;
    background:#e2e2e2 !important;
    padding:0 10px !important;
    border:0px !important;
    margin:0 5px 5px 0 !important;
    white-space: normal !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right:5px;
}
.select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #CCCCCC !important;
    background-color: #FEFEFE !important;
    box-shadow: inset 0 0 5px #FFFFFF, 0 0 5px rgba(0, 0, 0, 0.05);
}

.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__clear {
    display:none !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    top:-10px !important;
    margin:0 !important;
    right: 20px!important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    z-index:2 !important;
    background:#FFF !important;
}
.advancedSearch .select2-container--default .select2-selection--single .select2-selection__clear {
    background:#f5f5f5 !important;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: 1px solid #e2e2e2 !important;
    border-radius: 0 !important;
    min-height: 51px !important;
    line-height: 51px !important;
    padding:10px 15px !important;
}

.advancedSearch .select2-container--default .select2-selection--multiple,
.advancedSearch .select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border:none!important;
    border-bottom: 1px solid #e3e3e3!important;
    border-radius: 0 !important;
    min-height: 51px !important;
    line-height: 51px !important;
    padding:10px 15px !important;
}

.advancedSearch .select2-container--default .select2-selection--multiple,
.advancedSearch .select2-container--default .select2-selection--single{
    box-shadow: none;
    outline: none;
}

.select2-container--default .select2-selection--multiple {
    padding:10px 15px 5px 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height:100% !important;
    right:10px !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    -webkit-appearance: textfield !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background-color: transparent !important;
    height:29px !important;
    margin-top:0 !important;
}

.select2-container--default .select2-search--inline:after {
    content:"" !important;
    border-color: #888 transparent transparent transparent !important;
    border-style: solid !important;
    border-width: 5px 4px 0 4px !important;
    height: 0 !important;
    right: 0 !important;
    position: absolute !important;
    top: 14px !important;
    width: 0 !important;
}

.select2-selection__choice {
    font-size: 14px !important;
    max-width: 90% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

@media all and (max-width: 600px) {
    .select2-selection__choice {
        font-size: 13px !important;
        max-width: 50% !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .js-panel.js-opened .advancedSearch {
        padding: 20px 12px !important;
    }
}

.hideFormHeaderLabel .FormHeader,
.hideFormHeaderLabel > .fieldSpecPadder > .specTitle > .fieldLabel > .labelText {
    display: none;
}

/* job alert wizards */
.mainWrapper.alert-wizard-page .fieldSpec {
    padding-bottom: 1rem;
}

/* Search wizard */

.headerBanner form .Section .fieldSpec {
    border-bottom: none;
}
.headerBanner form .Section .fieldSpecPadder {
    padding: 0px;
}
.headerBanner form .Section .fieldSpecPadder input {
    border: 1px solid #999999;
}
.headerBanner form .Section .fieldSpecPadder input:focus {
    border: 1px solid #CCCCCC;
}
.col-left form {
    margin-bottom: 20px;
}
.fieldSpec.field--push-to-bottom {
    display: flex;
    min-height: 152px;
}

.field--push-to-bottom .fieldSpecPadder {
    width: 100%;
}

.field--push-to-bottom .specTitle,
.field--push-to-bottom .fieldLabel {
    height: 100%;
}

.field--push-to-bottom .fieldLabel {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.TextField.field--push-to-bottom,
.SelectFormField.field--push-to-bottom{
    display: flex;
    margin-top: auto;
}

.hasErrors .TextField.field--push-to-bottom,
.hasErrors .SelectFormField.field--push-to-bottom{
    position: absolute;
    bottom:40px;
}

/* LOADER ELEMENT
        <div class="loader-overlay">
            <div class="loader"></div>
        </div>
------------------------------------------------------------- */

:root {
    --color--brand: #ec0016;
}
.loader-overlay {
    align-items: center;
    background: rgba(255, 255, 255, .7);
    display: flex;
    max-height: 20rem;
    justify-content: center;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.loader,
.loader:before,
.loader:after {
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    background: var(--color--brand);
    color: var(--color--brand);
    height: 4em;
    width: 1em;
}

.loader {
    -ms-transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    -webkit-transform: translateZ(0);
    animation-delay: -0.16s;
    background: var(--color--brand);
    font-size: 8px;
    margin: 88px auto;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
    left: -1.5em;
}

.loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

/* To hide application button when the job is applied on asyncronous content on jo detail */

.already--applied--message,
.job--already-applied .buttonBar.buttonBarInheritMargin .apply-button,
.sidebar__actions--hidden .tpt_socialShareContainer,
.sidebar__actions--hidden .buttonBar.buttonBarInheritMargin .apply-button,
.body--async_application_validation .buttonBar.buttonBarInheritMargin .apply-button,
.body--async_application_validation .already--applied--message {
    display: none;
}

.job--already-applied .already--applied--message {
    display: block;
}

.width--8{
    width: 8%;
}

.width--5{
    width: 5%;
}

.width--12{
    width: 12%;
}

.display--block{
    display: block;
}
