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

html {
    background-color: #252525;
}

body {
    background-color: #FFFFFF;
    color: #565656;
    overflow-y: scroll;
    font-size: 0.875em;
}

: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: 0;
    outline-color: transparent;
}

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

a:link,
a:visited {
    color: #333333;
}

a:hover,
a:focus {
    color: #29aae3;
}

a:active {
    color: #DB2623;
}


/* Custom Helper Classes */

.tColor1 {
    color: #5E6D81;
}

.tColor2 {
    color: #F7524D;
}


/* STRUCTURE */

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

.pageTitle {
    color: #333333;
    overflow: visible;
    font-size: 1.8em;
    font-weight: bold;
    padding-bottom: 0.5em;
    vertical-align: middle;
    text-transform: capitalize;
}

.mainHeaderTalent .pageTitle,
.mainHeaderApplyNow .pageTitle {
    border-bottom: 1px solid #9a989a;
    margin-bottom: 30px;
}

.mainHeaderTalent .pageTitle.taCenter,
.mainHeaderApplyNow .pageTitle.taCenter {
    color: #508bbd;
    font-size: 2em;
    font-weight: 400;
}

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

.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: #333333;
    overflow: visible;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 2.5;
    padding-bottom: 0.5em;
    vertical-align: middle;
}

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

.buttonBar {
    clear: both;
    float: none;
    display: block;
    margin: 1em 0 0.5em 0;
    vertical-align: middle;
    text-align: center;
}

.buttonBar:after {
    clear: both;
}

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

.buttonBar>a,
.buttonBar>button {
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}

.buttonBar.buttonBarReverse {
    direction: rtl;
}

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

.buttonBar.buttonBarLeft {
    text-align: left;
}

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

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

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

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

.tpt_loginHiddenFields.open {
    display: block;
}

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

.socialLoginBox {
    margin-bottom: 1em;
}

@media all and (max-width: 800px) {
    .accountBox {
        width: auto;
    }
}


/* 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 #main {
    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: #F7524D;
    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;
}


/* HEADER */

#header {
    color: #FFFFFF;
    background-image: linear-gradient( rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)),
    url('../images/headerBackground.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#header .mainNavigation {
    background: black;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
}


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

.mainTitle {
    position: absolute;
    height: 70px;
    line-height: 70px;
    font-weight: normal;
    font-weight: 300;
}

.mainTitle>a {
    display: block;
    vertical-align: middle;
}
.mainTitle>a img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    vertical-align: middle;
}


/* H: main banner */

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

.headerBannerTitle {
    color: #FFFFFF;
    padding: 6em;
    font-size: 3em;
    text-align: center;
    line-height: 1.5;
}

.mainHeaderTalent .headerBannerTitle {
    padding: 5.3em 6em 3.6em;
}


/* SEARCH-BAR */

#mainSearchBar {
    padding: 1em 0 0.5em 0;
    background-color: #333333;
}
#mainSearchBar .mainSearchBar {
    width: auto;
    color: #FFFFFF;
    margin: 0 auto;
    max-width: 90%;
    background-color: #333333;
}
#mainSearchBar .formColors2 input,
#mainSearchBar .formColors2 select,
#mainSearchBar .formColors2 textarea {
    color: #FFFFFF;
    cursor: pointer;
    border-color: #999999;
    background-color: #333333;
}

#mainSearchBar .formColors2 input {
    padding-right: 30px;
}

#mainSearchBar .formColors2 select option {
    background-color: #333333;
}
#mainSearchBar .formColors2 input:focus,
#mainSearchBar .formColors2 textarea:focus,
#mainSearchBar .formColors2 select:focus,
#mainSearchBar .formColors2 .hasErrors input:focus,
#mainSearchBar .formColors2 .hasErrors textarea:focus,
#mainSearchBar .formColors2 .hasErrors select:focus {
    color: #FFFFFF;
    background-color: #333333;
}
::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #FFFFFF;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #FFFFFF;
    opacity: 1;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #FFFFFF;
    opacity: 1;
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #FFFFFF;
}
::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #FFFFFF;
}
::placeholder {
    /* Most modern browsers support this now. */
    color: #FFFFFF;
}

.mainSearchBar__text {
    max-width: 1190px;
    margin: 10px auto;
    text-align: center;
}

.mainSearchBar__text a {
    color: #FFFFFF;
}

.mainSearchBar__text a:hover,
.mainSearchBar__text a:active,
.mainSearchBar__text a:focus {
    color: #2980a2;
}

#buttonApplyNow,
#buttonFieldKeyword,
.advancedSearchBox .searchBoxFieldContainer {
    position: relative;
}
.advancedSearchBox select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.advancedSearchBox .searchBoxFieldContainer:after {
    top: 25%;
    right: 5%;
    float: right;
    width: 16px;
    height: 16px;
    margin: 2px;
    cursor: pointer;
    content: "";
    display: block;
    position: absolute;
    background: url(../images/chevronDown.png) no-repeat center center;
    text-align: right;
    pointer-events: none;
    -ms-word-break: normal;
    word-break: normal;
}


.saveButton.floatRight:after,
.jobDetailDetailsApplyButton:after,
.jobDetail__Aside__JoinTalent a:after,
#buttonApplyNow:after,
#homeBannerLocations .homeBannerLocationsContainerInnerRight:last-child a:after {
    top: 25%;
    right: 5%;
    float: right;
    width: 16px;
    height: 16px;
    margin: 2px;
    cursor: pointer;
    content: "";
    display: block;
    position: absolute;
    background: url(../images/chevronRight1.png) no-repeat center center;
    text-align: right;
    pointer-events: none;
    -ms-word-break: normal;
    word-break: normal;
}
#buttonApplyNow:hover:after,
.jobDetailDetailsApplyButton:hover:after,
#homeBannerLocations .homeBannerLocationsContainerInnerRight:last-child a:hover:after {
    background: url(../images/chevronRight2.png) no-repeat center center;
}

.accountBox .saveButton,
.saveButton.jobDetailDetailsApplyButton {
    text-align: left;
}

/* END SEARCH-BAR */


/* HOME-BANNER */

#homeBanner,
.section__benefits,
.section__whatwedo,
.section__whoweare,
.section__community {
    color: #000000;
    padding: 0;
    text-align: center;
    line-height: 1.5;
    background-color: #FFFFFF;
}

.section__community,
.section__benefits,
.section__whatwedo,
.section__whoweare {
    padding-top: 20px;
}


#homeBanner .join-box__container,
.join-box .join-box__container,
#homeBoxReview .homeBoxReviewContainer {
    clear: both;
    width: 100%;
    padding: 40px 0em;
    position: relative;
    overflow: hidden;
    max-width: 100%;
}
#homeBanner .join-box__container h2,
.join-box .join-box__container h2 {
    font-size: 30px;
    padding-bottom: 0.25em;
    text-transform: capitalize;
}
.join-box .join-box__container h2 {
    margin-bottom: 1.7em;
}
#homeBanner .join-box__container p {
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 1.5em;
}

#homeBanner .join-box__container.join-box__container--our-people p {
    padding-bottom: 0;
}

#homeBanner .join-box__container a,
.join-box .join-box__container a,
a.commonWrapper__boxHomeDetail__button {
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    padding: 0em 2em;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 3;
    border-color: #2980a2;
    ;
    border-width: 2px;
    border-style: solid;
    vertical-align: middle;
    text-transform: capitalize;
    text-decoration: none;
    background-color: #2980a2;
    ;
}
.join-box .join-box__container a {
    min-width: 10%;
}
#homeBanner .join-box__container a:hover,
.commonWrapper__boxHomeDetail__button:hover {
    color: #2980a2;
    ;
    border-width: 2px;
    background-color: #FFFFFF;
}
.join-box .join-box__container a:hover {
    color: #2980a2;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
}

/* END HOME-BANNER */


/* HOME-BANNER-LOCATIONS */

#homeBannerLocations {
    padding: 5em 2em;
}
#homeBannerLocations .homeBannerLocationsContainerInnerLeft {
    width: 20%;
    float: left;
    clear: right;
    color: #FFFFFF;
    padding: 2.74em 1em;
    font-size: 28px;
    font-weight: bold;
    background-color: #4d4d4d;
}
#homeBannerLocations .homeBannerLocationsContainerInnerRight {
    width: 30%;
    float: left;
    clear: right;
}
#homeBannerLocations .homeBannerLocationsContainerInnerRight a {
    color: #000000;
    margin: 0em 1em 1em 1em;
    padding: 1em;
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    background-color: #dddddd;
}
#homeBannerLocations .homeBannerLocationsContainerInnerRight a:hover {
    color: #FFFFFF;
    background-color: #4d4d4d;
}
#homeBannerLocations .homeBannerLocationsContainerInnerRight:nth-child(odd) a {
    margin-left: 0;
    margin-right: 0;
}
#homeBannerLocations .homeBannerLocationsContainerInnerRight:last-child a {
    color: #FFFFFF;
    position: relative;
    font-weight: bold;
    background-color: #29aae1;
}
#homeBannerLocations .homeBannerLocationsContainerInnerRight:last-child a:hover {
    color: #29aae1;
    border: 2px solid #29aae1;
    padding: 14px;
    background-color: #FFFFFF;
}

/* END HOME-BANNER-LOCATIONS */


/* HOME-BANNER-CATEGORIES */

#homeBannerLocations,
#homeBannerCategories,
#homeBannerLocations .homeBannerLocationsContainer {
    width: auto;
    clear: both;
    position: relative;
    overflow: hidden;
    max-width: 100%;
}
#homeBannerCategories .homeBannerCategoriesContainer {
    width: 50%;
    float: left;
    clear: right;
    height: 400px;
    position: relative;
    max-width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#homeBannerCategories .homeBannerCategoriesContainer img {
    width: 100%;
    display: block;
    max-width: 100%;
}
#homeBannerCategories .homeBannerCategoriesContainer a {
    right: 35%;
    color: #FFFFFF;
    cursor: pointer;
    bottom: 20%;
    display: block;
    padding: 0em 1em;
    position: absolute;
    min-width: 20%;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    line-height: 3;
    border-color: #29aae1;
    border-width: 1px;
    border-style: solid;
    text-transform: capitalize;
    text-decoration: none;
    background-color: #29aae1;
}
#homeBannerCategories .homeBannerCategoriesContainer a:hover {
    color: #29aae1;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
}

/* END HOME-BANNER-CATEGORIES */


/* HOME-BANNER 2 */

.join-box {
    color: #FFFFFF;
    height: 933px;
    padding: 2em;
    position: relative;
    text-align: center;
    line-height: 1.5;
    background-image: linear-gradient( rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)),
    url('../images/homeBanner2.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.join-box .join-box__container {
    top: 465px;
    padding: 0;
}

/* END HOME-BANNER 2 */


/* HOME-LIFE */

.home-find-place {
    color: #333333;
    height: 800px;
    padding: 0;
    position: relative;
    text-align: center;
    line-height: 1.5;
    background-color: #FFFFFF;
}

.home-find-place..home-find-place {
    height: auto;
    padding: 0 40px;
}

.home-find-place .home-find-place__container {
    top: 10em;
    padding: 3em 5em;
}

.home-find-place .home-find-place__container h2 {
    font-size: 30px;
    padding-bottom: 0.25em;
}
.home-find-place .home-find-place__container p {
    color: #000000;
    font-size: 17px;
    margin-bottom: 2em;
}
.home-find-place .home-find-place__container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 40px;
}
.home-find-place .home-find-place__container ul li {
    margin: 0 1% 2%;
    display: inline-block;
    background-color: #2980a2;
    width: 31%;
    max-width: 377px;
    height: 200px;
}
.home-find-place .home-find-place__container ul li img {
    display: block;
    margin: 26px auto 16px;
    max-width: 222px;
    max-height: 64px;
}
.home-find-place .home-find-place__container a {
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    padding: 0em 1em;
    min-width: 12%;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 3;
    border-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    vertical-align: middle;
    text-transform: capitalize;
    text-decoration: none;
    background-color: transparent;
}
.home-find-place .home-find-place__container a:hover {
    color: #2980a2;
    border-width: 2px;
    background-color: #FFFFFF;
}

/* END HOME-LIFE */


/* HOME-BOX-REVIEW */

#homeBoxReview {
    color: #333333;
    padding: 5em 2em;
    line-height: 1.5;
    background-color: #FFFFFF;
}
#homeBoxReview .homeBoxReviewContainer {
    background-color: #dddddd;
}
#homeBoxReview .homeBoxReviewContainer .homeBoxReviewContainerInnerLeft {
    width: 25%;
    float: left;
    clear: left;
    padding: 1em;
}
#homeBoxReview .homeBoxReviewContainer .homeBoxReviewContainerInnerRight {
    width: 65%;
    float: right;
    clear: right;
    padding: 0em 1em;
}
#homeBoxReview .homeBoxReviewContainer .homeBoxReviewContainerInnerRight h2 {
    margin-bottom: 0.5em;
}
#homeBoxReview .homeBoxReviewContainer .homeBoxReviewContainerInnerRight p {
    font-size: 15px;
    margin-bottom: 1em;
}
#homeBoxReview .homeBoxReviewContainer .homeBoxReviewContainerInnerRight p:last-child {
    margin-bottom: 0;
}

/* END HOME-BOX-REVIEW */

.home--collage,
.whoweare--collage {
    width: 100%;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-top: 1em;
    margin-bottom: 40px;
}
.home--collage img,
.whoweare--collage img {
    display: block;
    width: 100%;
    max-width: 100%;
}



/* MAIN */

#main {
    margin: 0 auto;
    padding: 1em 0 0.5em 0;
    max-width: 1200px;
    background-color: #FFFFFF;
}
#main.mainSectionApplyNow {
    width: auto;
    position: relative;
    overflow: hidden;
}
#main .mainSectionApplyNowRight {
    width: 100%;
    clear: both;
    padding: 5em 0em;
}

/* END MAIN */


/* */

.commonWrapper__boxHomeDetail,
.section__whatwedo__boxDetail,
.section__boxDetail {
    text-align: left;
    background-color: #333333;
    color: #FFFFFF;
    box-sizing: border-box;
}
.boxHomeDetail__image img,
.boxDetail__image img {
    width: 100%;
}
.boxHomeDetail__text,
.boxDetail__text {
    padding: 20px 40px 0 40px;
}

.boxHomeDetail__text.boxHomeDetail__text--pTop {
    padding-top: 10px;
}

.boxHomeDetail__text__title,
.boxDetail__text__title {
    font-size: 30px;
    padding-bottom: 0.25em;
}
.boxHomeDetail__text__paragraph,
.boxDetail__text__paragraph {
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 0;
}

.boxDetail__text__paragraph.boxDetail__text__paragraph--pBottom {
    padding-bottom: 20px;
}

.boxDetail__text__paragraph small {
    font-size: 11px;
    vertical-align: top;
}

.boxDetail__text__paragraph--pBottom.boxDetail__text__paragraph small {
    margin-left: -3px;
}

a.commonWrapper__boxHomeDetail__button {
    margin: 20px 0;
}

.boxDetail__text__trademark {
    font-style: italic;
    font-size: 11px;
    padding-bottom: 20px;
    display: block;
}

.collage-images {
    margin-bottom: 6px;
}



/* */


/* FOOTER-BANNER */

#footerBanner {
    color: #333333;
    padding: 2em;
    text-align: center;
    line-height: 1.5;
    background-color: #dddddd;
}
#footerBanner .footerBannerContainer {
    clear: both;
    width: 100%;
    padding: 1em 0em;
    position: relative;
    overflow: hidden;
    max-width: 100%;
}
#footerBanner .footerBannerContainer h2 {
    font-size: 33px;
    padding-bottom: 0.25em;
}
#footerBanner .footerBannerContainer p {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 1.5em;
}
#footerBanner .footerBannerContainer a {
    color: #333333;
    cursor: pointer;
    display: inline-block;
    padding: 0 0.5em;
    min-width: 25%;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    line-height: 3;
    border-color: #888888;
    border-width: 1px;
    border-style: solid;
    vertical-align: middle;
    text-transform: capitalize;
    text-decoration: none;
}
#footerBanner .footerBannerContainer a:hover {
    color: #dddddd;
    background-color: #333333;
}

/* END FOOTER-BANNER */


/* FOOTER */

#footer {
    color: #a2a2a2;
    padding: 2em 1em;
    background-color: #333333;
}
#footer a {
    color: #a2a2a2;
}
#footer a:hover {
    color: #FFFFFF;
}

#footer .footerLinksContainer {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
    max-width: 100%;
}
#footer .footerLinksContainer .footerLinksText {
    color: #FFFFFF;
    min-height: 2em;
    font-weight: bold;
    line-height: 1.5;
}

#footer .footerLinksContainer .footerLinks {
    width: 20%;
    float: left;
    clear: right
}
#footer .footerLinksContainer .footerLinks a {
    margin: 0;
    display: block;
    line-height: 1.5;
    margin-right: 10px;
    vertical-align: middle;
}

#footer .footerLinksContainer .footerLinks a small {
    font-size: 9px;
    vertical-align: top;
    display: inline-block;
}

#footer .footerLinksContainer .footerLinksSocial {
    width: auto;
    float: right;
    clear: right;
}
#footer .footerLinksContainer .footerLinksSocial a {
    margin: 0;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
#footer .footerLinksContainer .footerLinksSocial a:last-child {
    margin-right: 0;
}
#footer .footerLinksContainer .footerLinksSocial a:hover {
    text-decoration: none;
}
#footer .footerLinksContainer .footerLinksSocial img {
    width: 100%;
    height: 100%;
    margin: 0;
    display: block;
    max-width: 100%;
}

#footer .footerTextContainer {
    clear: both;
    width: 100%;
    border: 1px solid #a2a2a2;
    padding: 1em 0em;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin-top: 2em;
    border-left: none;
    border-right: none;
    margin-bottom: 0.5em;
}
#footer .footerTextContainer .footerTextLeft {
    float: left;
    clear: left;
}
#footer .footerTextContainer .footerTextRight {
    float: right;
    float: right;
}

#footer .footerTextContainerCenter {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    text-align: center;
}
#footer .footerTextContainerCenter .footerTextCenter {
    clear: both;
    padding-top: 1em;
}

/* END FOOTER */


/* NAVIGATION */


/* N: trigger */

.tpt_menuLeftSlideAllTrigger {
    display: none;
}


/* N: navigation elements */

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


/* N: navigation static */

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

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

.navigationStatic .navigationItem {
    display: inline-block;
    line-height: 30px;
    margin-left: 1em;
}
.navigationStatic .navigationItem:hover,
.navigationStatic .navigationItem.active {
    border-bottom: 4px solid #29aae3;
}
.navigationStatic .navigationItem.navigationItemSelected {
    border-bottom: 4px solid #29aae3;
}

/* .navigationStatic .navigationItem.navigationItemSelected:hover,
.navigationStatic .navigationItem.navigationItemSelected:active {
    border-bottom:;
} */

.navigationStatic a:link,
.navigationStatic a:visited {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
}


/* N: navigation portal sections */

.navigationSectionsContainer {
    background-color: #F7F7F7;
}

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

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

.navigationSections .navigationItem {
    display: inline-block;
    line-height: 3em;
    text-transform: uppercase;
    margin-left: 1em;
}


/* N: footer back links */

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

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

#header.mainHeaderTalent,
#header.mainHeaderApplyNow {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)),
    url('../images/office.jpg');
    height: 300px;
}
#header.mainHeaderApplyNow .headerBannerTitle {
    padding: 2.5em 10em 0 0;
    text-align: left;
}

#header.mainHeaderWhat {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)),
    url('../images/whatBanner.jpg');
    height: 500px;
}

.section__header__title {
    text-align: left;
    font-size: 34px;
    color: #FFF;
    position: absolute;
    bottom: 40px;
}

.section__whatwedo__boxDetail,
.section__boxDetail {
    margin-bottom: 40px;
}


.section__descriptionPage h2,
.section__boxDetail h2,
.section__boxDetail__middle h2,
.section__whatwedo__top h2,
.section__descriptionPage h2,
.communityBlock__ContainerBoxes h2 {
    font-size: 30px;
    padding-bottom: 0.25em;
    text-transform: capitalize;
}

.section__boxDetail__middle h2 {
    padding-bottom: 24px;
}

.section__descriptionPage p,
.section__boxDetail p,
.section__whatwedo__top p,
.section__descriptionPage p,
.description {
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 2em;
}
.section__descriptionPage__title--center,
.section__descriptionPage__text--center {
    text-align: center;
}

.section__descriptionPage__title--left,
.section__descriptionPage__text--left {
    text-align: left;
}


.section__whatwedo__top p {
    padding-top: 30px;
}

.boxDetail__text {
    margin-bottom: 40px;
}

.boxDetail__text__listTitle {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 20px;
}

.boxDetail__text_list {
    padding: 0 0 20px 0;
    margin: 0;
}

.boxDetail__text_list li {
    width: 32%;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}

.boxDetail__text_list li::before {
    content: " • ";
    margin-right: 3px;
    color: #FFFFFF;
}


#header.mainHeaderBenefits {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)),
    url('../images/benefitsBanner.jpg');
    height: 500px;
}

#header.mainHeaderWho {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)),
    url('../images/whoBanner.jpg');
    height: 500px;
}

#header.mainHeaderCommunity {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)),
    url('../images/home2.jpg');
    height: 500px;
}

.communityBlock__ContainerBoxes,
.whoweareBlock__ContainerBoxes,
.whoweareBlock__ContainerTwoImages {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    line-height: 1.5;
    margin-bottom: 2em;
}

.communityBlock__ContainerBoxes__Box,
.whoweareBlock__ContainerBoxes__Box {
    float: left;
    clear: right;
    width: 31.66%;
    height: 260px;
    text-align: center;
    margin-right: 2.5%;
    margin-bottom: 1%;
    background-color: #dddddd;
    color: #333333;
}
.communityBlock__ContainerBoxes__Box:last-child,
.whoweareBlock__ContainerBoxes__Box:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.whoweareBlock__ContainerBoxes__Box h3 {
    margin: 50px 5%;
    font-size: 6em;
    line-height: 1.2;
    margin-bottom: 0;
}

.whoweareBlock__ContainerBoxes__Box p {
    margin: 5%;
    font-size: 24px;
    margin-top: 2.5%;
    font-weight: 600;
    text-align: center;
}

.ContainerBoxes__Box--communityBox1 {
    padding-top: 20px;
    box-sizing: border-box;
}

.ContainerBoxes__Box--communityBox1 p span,
.ContainerBoxes__Box--communityBox3 p span {
    font-size: 20px;
}

.ContainerBoxes__Box--communityBox1 h3 {
    font-size: 5em;
    line-height: 1.2;
}

.ContainerBoxes__Box--communityBox2 {
    padding-top: 40px;
    box-sizing: border-box;
}

.ContainerBoxes__Box--communityBox2 h3 {
    font-size: 2.5em;
    line-height: 1.2;
    margin-bottom: 30px;
}

.ContainerBoxes__Box--communityBox3 {
    box-sizing: border-box;
    padding-top: 60px;
}

.ContainerBoxes__Box--communityBox3 h3 {
    font-size: 2.2em;
    line-height: 1.2;
}


.section__community .boxDetail__text_list {}

.boxDetail__text_list {
    padding: 0 0 40px 0;
}

.section__community .boxDetail__text_list li {
    width: 44%;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5%;
}
.section__community .boxDetail__text_list li h3 {
    display: inline-block;
    font-weight: 600;
}

.section__community .boxDetail__text_list li p {
    padding-left: 12px;
}

.section__descriptionPage__communityList {
    padding: 0;
    color: #000000;
}

.section__descriptionPage__communityList li {
    width: 33%;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left;
}

.section__descriptionPage__communityList li::before {
    content: " • ";
    margin-right: 3px;
    color: #000000;
}

.whoweareBlock__ContainerImage {
    width: 50%;
    float: left;
    clear: right;
    height: auto;
    display: block;
    max-width: 100%;
    height: 600px;
    position: relative;
}

.whoweareBlock__ContainerImage--image1 {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url('../images/whoBoxImage1.jpg');
}

.whoweareBlock__ContainerImage--image2 {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url('../images/whoBoxImage2.jpg');
}

.whoweareBlock__ContainerImage__text {
    color: #FFFFFF;
    text-align: left;
    position: absolute;
    bottom: 40px;
    left: 30px;
    margin-right: 60px;
}

.whoweareBlock__ContainerImage__text h3 {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 0.5;
    padding-bottom: 9px;
    border-bottom: 1px solid #FFFFFF;
}

.whoweareBlock__ContainerImage__text h3 a {
    color: #FFFFFF;
}

.whoweareBlock__ContainerImage__text h3 a small {
    font-size: 11px;
    vertical-align: top;
    margin-left: 2px;
}

.whoweareBlock__ContainerImage__text p,
.whoweareBlock__ContainerImage__text li {
    font-size: 16px;
    font-weight: 300;
}
.whoweareBlock__ContainerImage__text ul {}
.whoweareBlock__ContainerImage__text li {}


.talentMainBlock {
    clear: both;
    color: #333333;
    padding: 3em 1.5em;
    padding-bottom: 1em;
}

.talentMainBlock .talentMainBlock__Container {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    line-height: 1.5;
    margin-bottom: 2em;
}

.talentMainBlock .talentMainBlock__Container .talentMainBlock__Container__Title {
    font-size: 30px;
    margin-bottom: 0.5em;
}

.talentMainBlock .talentMainBlock__Container .talentMainBlock__Container__Paragraph {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 1.5em;
}

.applicationsMainBlock {
    clear: both;
    color: #333333;
    padding: 3em 1.5em;
    padding-bottom: 3em;
    padding-bottom: 1em;
}

.applicationsMainBlock .RegisterButtonBar {
    width: 100%;
    text-align: center;
}

.applicationsMainBlock .RegisterButtonBar button {
    text-align: center;
}

.boxDetail_image--mobile {
    display: none;
}

.wiz_2Columns .fieldSpec.fullWidth {
    width: 100%;
    min-height: auto;
}

.wiz_2Columns .fieldSpec.MultipleDatasetEntryFormField {
    float: left;
    width: 100%;
    margin: 0 1%;
}
.wiz_2Columns .fieldSpec.MultipleDatasetEntryFormField .fieldSpecPadder {
    padding-left: 0;
    padding-right: 0;
}
div [id*="datasetFieldContainer"] {
    float: left;
    width: 48%;
    padding-right: 1em;
}
div [id*="datasetFieldContainer"]:nth-child(2n+1) {}

@media all and (max-width: 600px) {
    .wiz_2Columns .fieldSpec {
        float: none;
        width: auto;
    }

    .wiz_2Columns .fieldSpecPadder,
    .wiz_2Columns .Separator {
        padding-left: 0;
        padding-right: 0;
    }
    div [id*="datasetFieldContainer"]:nth-child(2n+1),
    div [id*="datasetFieldContainer"] {
        width: 100%;
        float: none;
        padding-right: 0;
        padding-left: 0;
    }
}

.MultipleDatasetEntryFormField .labelText {
    font-size: 16px;
    font-weight: 400;
}

.jobDetail {
    width: calc( 100% - 360px);
    vertical-align: top;
    display: inline-block;
    padding-right: 40px;
    padding-top: 30px;
}

.jobDetail.taCenter {
    padding-top: 0px;
    width: 100%;
}

.jobDetail__Aside {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    padding-top: 40px;
}

.jobDetail__Aside__applyButton {
    border-bottom: 1px solid #9a989a;
    border-bottom-color: rgb(154, 152, 154);
    padding-bottom: 22px;
    margin: 0px 0 30px;
}

.jobDetail__Aside__social {
    border-bottom: 1px solid #9a989a;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.jobDetail__Aside__JoinTalent {}
.jobDetail__Aside__JoinTalent h2 {
    font-size: 18px;
    font-weight: 400;
}
.jobDetail__Aside__JoinTalent p {
    font-size: 16px;
    margin: 10px 0;
}

.floatRight {
    float: right;
    position: relative;
}

.resetKeyFilter {
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 2px;
    height: 40px;
    padding: 0 8px;
    line-height: 3em;
    cursor: pointer;
}

a.resetButton {
    color: #FFFFFF;
    display: inline-block;
    padding: 0em 1em;
    line-height: 3;
    cursor: pointer;
    font-weight: 600;
}

a.resetButton:hover,
a.resetButton:active,
a.resetButton:focus {
    color: #2980a2;
}

a.resetButton:hover:before,
a.resetButton:active:before,
a.resetButton:focus:before {
    background-image: url('../images/reset2.png');
}

.resetButton:before {
    content: "";
    background-image: url('../images/reset.png');
    height: 20px;
    width: 23px;
    display: inline-block;
    background-size: cover;
    margin-right: 5px;
    vertical-align: middle;
}

.jobDetail__Aside__JoinTalent a {
    background-color: #56565a;
    color: #FFFFFF;
    border: none;
    display: inline-block;
    padding: 0em 1em;
    line-height: 3;
    vertical-align: middle;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: bold;
    min-width: 20%;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    width: 70%;
    position: relative;
    margin: 10px 0;
}

.jobDetail__Aside__JoinTalent a:hover {
    background-color: #dddddd;
    color: #333333;
    border-color: #888888;
}

.buttonBar__socialBottom {
    text-align: left;
}

.jobDetail__Aside__social h3,
.buttonBar__socialBottom h3 {
    font-weight: 400;
    margin-bottom: 10px;
}

.jobDetail__socialBox .iconFacebook {
    background-image: url('../images/fb.jpg');
}
.jobDetail__socialBox .iconLinkedin {
    background-image: url('../images/in.jpg');
}
.jobDetail__socialBox .iconTwitter {
    background-image: url('../images/tw.jpg');
}
.jobDetail__socialBox .iconGoogleplus {
    background-image: url('../images/gplus.jpg');
}
.jobDetail__socialBox .iconEmail32 {
    background-image: url('../images/mail.jpg');
}


.personTable .fieldSetLabel {
    display: block;
    margin: 20px 0;
    font-size: 1.5em;
    line-height: 1.5;
}

.personTable .fieldSetValue {
    width: 100%;
}

.fieldSetValue .tableField th {
    display: table-cell;
    padding: 0.5em 0.25em 0.2em;
    color: #606060;
    background-color: transparent;
    font-weight: 400;
    border-bottom: 1px solid #E2E2E2;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
}

.sectionTitle.sectionTitleSuccess {
    clear: both;
    padding: .75em 0 0;
    margin: 2.5em 0 1.5em 0;
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: 300;
}


.talentPage #footerBanner,
.dNone {
    display: none;
}



/* Mobile Redefinitions */

@media all and (max-width: 1020px) {
    .home-find-place .home-find-place__container ul li {
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding-top: 36px;
        margin: 0 auto 20px;
    }
    .home-find-place .home-find-place__container ul li img {
        margin: 0 auto 16px;
    }
    .home-find-place .home-find-place__container h2 {
        padding-bottom: 40px;
    }
    .home-find-place .home-find-place__container {
        padding: 0;
    }
    #header.mainHeaderTalent .headerBannerTitle,
    #header.mainHeaderApplyNow .headerBannerTitle {
        padding: 1.6em 3em 0 1em;
    }
}

@media all and (max-width: 940px) {
    #main {
        padding: 1.5em;
        box-sizing: border-box;
    }
    .commonWrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .headerBannerTitle {
        font-size: 1.5em;
    }

    .section__header__title {
        left: 16px;
        position: relative;
        top: 210px;
    }

    .mainHeaderTalent .section__header__title,
    .mainHeaderApplyNow .section__header__title {
        left: 16px;
        position: relative;
        top: 90px;
        font-size: 30px;
    }

    #header.mainHeaderWhat,
    #header.mainHeaderBenefits,
    #header.mainHeaderWho,
    #header.mainHeaderCommunity {
        height: 350px;
    }

    .home-find-place {
        height: auto;
    }
    .section__descriptionPage__communityList li {
        width: 47%;
    }

    .jobDetail,
    .jobDetail__Aside {
        padding: 0 20px;
        box-sizing: border-box;
    }

    #header.mainHeaderTalent .headerBannerTitle,
    #header.mainHeaderApplyNow .headerBannerTitle {
        padding: 5em 2.5em 1em;
        font-size: 1.8em;
    }
}

@media all and (max-width: 800px) {
    body {
        overflow-x: hidden;
    }

    .join-box {
        height: 390px;
    }
    .join-box .join-box__container {
        top: 145px;
    }

    .talentMainBlock {
        padding: 1em 1.5em 3em;
    }
    /* Styling */
    .mainTitleContainer {
        position: fixed;
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
        width: 100%;
        text-align: center;
        z-index: 200;
    }

    .mainTitle {
        text-align: center;
        position: static;
    }

    .mainTitle {
        display: inline-block;
    }

    /* Mobile Menu */
    .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;
        line-height: 1;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #303030;
        font-size: 1em;
    }

    .navigationList>.navigationItem a,
    .navigationList>.navigationItem a:link,
    .navigationList>.navigationItem a:visited {
        display: block;
        padding: 1em;
        color: #FFFFFF;
    }
    /* MM: Trigger elements */
    .tpt_menuLeftSlideAllTrigger {
        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');
    }
    .tpt_menuLeftSlideAllTrigger.open,
    .tpt_menuLeftSlideAllTrigger:hover,
    .tpt_menuLeftSlideAllTrigger:focus,
    .tpt_menuLeftSlideAllTrigger:active {
        outline-width: 0;
    }

    /* 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;
        box-shadow: inset -5px 0 10px #000000
    }

    /* MM: Notified elements */
    html.tpt_menuLeftSlideAllNotificationOpen,
    html.tpt_menuLeftSlideAllNotificationOpen>body {
        overflow-y: hidden;
        overflow-x: hidden;
        width: 100vw;
        height: 100%;
        min-height: 100%;
        background-color: #252525;
    }

    .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_menuLeftSlideTrigge#header.mainHeaderCommunityr: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;
    }

    .communityBlock__ContainerBoxes {
        width: 100%;
        max-width: 100%;
    }
    .whoweareBlock__ContainerBoxes {
        width: 80%;
        max-width: 80%;
        margin: 2em auto;
    }
    .communityBlock__ContainerBoxes__Box,
    .whoweareBlock__ContainerBoxes__Box,
    .communityBlock__ContainerBoxes__Box:last-child,
    .whoweareBlock__ContainerBoxes__Box:last-child {
        width: 100%;
        margin: 0% auto 2%;
    }
    .whoweareBlock__ContainerImage {
        width: 100%;
        float: none;
        display: block;
        max-width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        margin: auto;
        background-size: cover;
    }
    .ContainerBoxes__Box--communityBox1 h3 {
        font-size: 4em;
    }
    .ContainerBoxes__Box--communityBox2 h3 {
        font-size: 2em;
    }
    .section__community .boxDetail__text_list li {
        width: 100%;
        margin-right: 0%;
    }

    .boxDetail_image--mobile {
        display: block;
    }

    .boxDetail_image--mobile-off {
        display: none;
    }
    .headerBanner .section__header__title {
        text-align: center;
        left: 0;
    }
    .section__descriptionPage__text--left {
        padding-left: 10px;
        padding-right: 10px;
    }
    .whoweareBlock__ContainerImage {
        height: 400px;
        background-size: 100%;
    }
}

@media all and (max-width: 769px) {
    .join-box {
        height: 360px;
    }
    .join-box .join-box__container {
        top: 115px;
    }

    .jobDetail {width: 100%;}

    .jobDetail__Aside {
        width: 100%;
    }

    .jobDetail__Aside .jobDetail__Aside__applyButton,
    .jobDetail__Aside .jobDetail__Aside__social {
        display: none;
    }

    .jobDetail .saveButton {
        margin-top: 10px;
    }

    .pageTitle {
        margin: 0 0 0.5em 0;
        font-size: 1.75em;
        float: none;
    }

    .pageTitleNav {
        float: none;
        margin: 0 0 0.4em 0;
    }

    .loginBox {
        padding: 0;
        margin: 0;
        width: auto;
    }

    .uploadResumeField {
        width: 50%;
    }

    #resumePaste {
        resize: vertical;
    }

    .searchBox {
        clear: both;
        float: none;
        width: 100%;
        max-width: 100%;
    }

    #homeBannerLocations {
        padding: 3em;
    }
    #homeBannerLocations .homeBannerLocationsContainerInnerLeft,
    #homeBannerLocations .homeBannerLocationsContainerInnerRight {
        float: none;
        clear: both;
        width: auto;
        max-width: 100%;
    }
    #homeBannerLocations .homeBannerLocationsContainerInnerLeft {
        margin-bottom: 16px;
    }
    #homeBannerLocations .homeBannerLocationsContainerInnerRight a {
        margin-left: 0;
        margin-right: 0;
    }

    .home-find-place {
        height: auto;
    }
    .home-find-place .home-find-place__container {
        top: auto;
        position: initial;
        padding: 0;
    }

    #homeBoxReview .homeBoxReviewContainer .homeBoxReviewContainerInnerLeft,
    #homeBoxReview .homeBoxReviewContainer .homeBoxReviewContainerInnerRight {
        width: auto;
        clear: both;
        float: none;
        max-width: 100%;
        text-align: center;
    }

    .section__descriptionPage__communityList li {
        width: 100%;
        text-align: center;
    }
    .resetKeyFilter {
        right: 26px;
        top: 6px;
    }
    #mainSearchBar .formColors2 input {
        padding-right: 50px;
    }    
}

@media all and (max-width: 600px) {
    .jobDetail .saveButton,
    .jobDetail__Aside__JoinTalent a {
        width: 100%;
        box-sizing: border-box;
    }

    .join-box {
        height: 260px;
    }
    .join-box .join-box__container {
        top: 85px;
    }

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

    .profilePicture {
        margin: 0;
    }

    .profilePictureLink {
        display: none;
    }

    #homeBanner .join-box__container,
    .join-box .join-box__container,
    #footerBanner .footerBannerContainer {}

    #homeBanner .join-box__container h2,
    .join-box .join-box__container h2,
    #footerBanner .footerBannerContainer h2 {
        font-size: 21px;
    }
    #footerBanner .footerBannerContainer p {
        font-size: 16px;
    }
    #homeBanner .join-box__container p {
        font-size: 14px;
    }
    #homeBanner .join-box__container a,
    .join-box .join-box__container a,
    #footerBanner .footerBannerContainer a {
        padding: 0em 2em;
        font-size: 14px;
    }

    #footer .footerLinksContainer .footerLinks {
        width: 50%;
        padding-bottom: 2em;
    }
    #footer .footerLinksContainer .footerLinksSocial {
        width: 100%;
        text-align: left;
    }

    #footer .footerTextContainer .footerTextLeft {
        padding-bottom: 1em;
    }
    #footer .footerTextContainer .footerTextLeft,
    #footer .footerTextContainer .footerTextRight,
    #homeBannerCategories .homeBannerCategoriesContainer {
        float: none;
        width: 100%;
        clear: both;
        max-width: 100%;
        text-align: center;
    }
    #homeBannerCategories .homeBannerCategoriesContainer a {
        right: 30%;
        font-size: 13px;
        min-width: 30%;
    }

    .boxDetail__text_list li {
        width: 100%;
        display: block;
    }
    #header.headerBannerTitle .headerBannerTitle,
    #header.mainHeaderApplyNow .headerBannerTitle {
        font-size: 1.8em;
    }
    .registrationStepItem {
        padding: 0.5em 0 68px 0;
    }
    #footer .footerLinksContainer .footerLinks.footerLinks--mobile {
        width: 100%;
    }
}
@media all and (max-width: 450px) {
    .whoweareBlock__ContainerImage {
        background-size: cover;
    }
}
@media all and (max-width: 400px) {

    .join-box {
        height: 210px;
    }
    .join-box .join-box__container {
        top: 52px;
    }
}


/* FIELD WIDGET */

.select2-results {
    margin: 0 !important;
    padding: 0 !important;
}
.select2-container .select2-choice {
    height: 24px !important;
    padding: 8px !important;
    border-radius: 0 !important;
    background-image: none !important;
}
.select2-container .select2-choice .select2-arrow,
.select2-container.select2-allowclear .select2-choice abbr {
    display: none !important;
}
.select2-search,
.select2-results li,
.select2-container .select2-choice,
.select2-more-results.select2-active,
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice>.select2-chosen {
    color: #FFFFFF !important;
    background-color: #333333 !important;
}
.select2-drop-active,
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border-color: #999999 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.searchAgentFields .select2-container .select2-choice,
.searchAgentsInWizardBox .select2-container .select2-choice {
    color: #333333 !important;
    background-color: #FFFFFF !important;
}


/* END FIELD WIDGET */
/*Start select2 upgrade parsing*/
.select2-container .select2-selection--multiple{display:flex;}
.select2-container .select2-search--inline .select2-search__field{width:100% !important; margin-top: 1px;}
.select2-container .select2-selection--multiple .select2-selection__rendered{padding:0px;}
.select2-container .select2-selection--single .select2-selection__rendered{padding:0px;}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:inherit;}
.select2-container--default .select2-selection--multiple{border-radius: 0px;}
.select2-container--default .select2-selection--single {
    height: 24px !important;
    padding: 8px !important;
    border-radius: 0 !important;
    background-image: none !important;
}
.select2-container--open .select2-selection {
    border-color: #999999 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/*End select2 upgrade parsing*/
