﻿*, *:before, *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
/* fonts */
@font-face {
    font-family: 'gothambold1';
    src: url('../fonts/gothambold1.eot');
    src: local('gothambold1'),
         url('../fonts/gothambold1.woff') format('woff'),
         url('../fonts/gothambold1.ttf') format('truetype');
}
@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/GothamBook.eot'),
         url('../fonts/GothamBook.woff') format('woff'),
         url('../fonts/GothamBook.ttf') format('truetype');
}
@font-face {
    font-family: 'GothamLight';
    src: url('https://careers.ralphlauren.com/portal/4/fonts/GothamLight.otf') format('opentype');
}
@font-face {
    font-family: 'GothamMediumRegular';
    src: url('../fonts/GothamMediumRegular.ttf') format('truetype');
}
@font-face {
    font-family: 'DidotItalic';
    src: url('../fonts/DidotItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'DidotRegular';
    src: url('../fonts/DidotRegular.ttf') format('truetype');
}

/**/
body,
button,
input,
select,
textarea {
    font-family: 'GothamBook', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-weight: 400;
    line-height: 1.25;
}

input, select, textarea {
    line-height: 1.5;
}

body.body_Safari,
.body_Safari input,
.body_Safari button,
.body_Safari select,
.body_Safari textarea,
body.bodyMac,
.bodyMac input,
.bodyMac button,
.bodyMac select,
.bodyMac textarea {
    font-family: 'Lato', sans-serif;
}

html,
.mainFooter {
    background-color: #D1D1D1;
}

body {
    background-color: #FFFFFF;
    color: #041E3A;
    overflow-y: scroll;
    font-size: 16px;
}

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

:focus {
    outline-color: transparent;
}

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

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

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

a:hover,
a:focus{
    color: #031E3A;
    text-decoration: underline;
}

a:active {
    color: #DB2623;
}

/* Custom Helper Classes */
.tColor1 {
    color: #404040;
}

.tColor2 {
    color: #031E3A;
}

.colContainer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -ms-flex-pack: justify;
}

.textCapitalize {
    text-transform: uppercase;
}

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

.commonWrapper.active {
    max-width: 1400px
}

.pageTitle {
    padding: 0;
    margin: .2em 0 1.5em;
    font-size: 28px;
    line-height: 125%;
    font-weight: normal;
    font-weight: 400;
    text-transform: uppercase;
}

.profilePage .pageTitle {
    margin: .2em 0 0;
}

.pageTitle.pageTitleAlt1 {
    font-size: 35px;
    margin-bottom: 25px;
    font-family: 'DidotRegular', serif;
}

.pageTitle.pageTitleAlt2 {
    font-size: 35px;
    margin-bottom: 1em;
    margin-top: 2em;
    font-family: 'DidotRegular', serif;
}

.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: .75em 0;
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 16px;
}

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

.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 {
    clear: both;
    padding: 0;
    margin: 0.5em 0;
    line-height: 1.25;
    font-weight: 600;
    font-size: 18px;
    color: #041E3A;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sectionTitleExtra {
    clear: both;
    padding: 0;
    margin: 1em 0 0.5em 0;
    line-height: 1.25;
    font-weight: 600;
    font-size: 16px;
    color: #041E3A;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sectionSummary {
    clear: both;
    font-size: 1.2em;
    vertical-align: middle;
    font-weight: normal;
    font-weight: 400;
    text-transform: uppercase;
    color: #404040; /*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: #404040;
    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);
}
.localSubTitle {
    color: #404040;
    padding: 0;
    margin: 1em 0 0.5em 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    border-bottom: 1px solid #BFBFBF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.subtitle {
    margin-top: -30px;
    margin-bottom: 20px;
}

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

.buttonBar {
    clear: both;
    float: none;
    display: block;
    margin: 2em 0 1.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;
}

#map {
    width: 100%;
    height: 500px;
}

/* 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 */
.loginPage .colContainer {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}

.accountBox {
    padding: 0 1em;
    width: 55%;
    max-width: 600px;
    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;
}

/* Account page redefinitions */
.accountPage {
    background-color: #041E3A;
    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 {
    margin-bottom: 0;
    padding: 105px 0 0 0;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center 40px;
    background-size: 386px auto;
    text-align: center;
    font-size: 32px;
    color: #041E3A;
    display: block;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 400;
}

.accountPage .commonLoginBox {
    padding: 0 100px 5px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.accountPage .accountBoxFooter {
    margin-top: 0;
    padding: 18px 40px 59px;
    font-size: 13px;
    text-align: center;
    color: #565656;
    font-weight: 600;
}

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

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

/* HEADER */
.mainHeader {
    color: #565656;
    background-color: transparent;
}

/* 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: #404040;
    text-align: center;
    -webkit-transition-property: top;
    -o-transition-property: top;
    transition-property: top;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
}

.skipToContentLink:focus {
    top: 0;
    color: #FFFFFF;
    outline-width: 0;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
            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: 80px;
    line-height: 80px;
    font-weight: normal;
    font-weight: 300;
}

.mainTitle > a {
    display: block;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    width: 327px;
    background-size: 100%;
    text-decoration: none;
}

.mainTitle > a span {
    visibility: hidden;
}

/* H: main banner */
.headerBanner {
    background-color: transparent;
    color: #FFFFFF;
    background-size: cover;
    background-image: url(../images/banner_corporate.png);
    height: 277px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.searchJobsStorePage .headerBanner {
    background-image: url(../images/banner.png);
}

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

.headerBannerTitle {
    font-size: 50px;
    font-weight: normal;
    font-weight: 300;
    padding: 0 10px;
    font-family: 'DidotRegular', serif;
}

.body_IE .headerBannerTitle {
    width: 100%;
    text-align: center;
}

/* CONTENT */
.mainContent {
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 60px 0;
}

/* FOOTER */
.mainFooter {
    color: #041E3A;
    padding: 2em 0;
    font-size: 13px;
}

.mainFooter a:link,
.mainFooter a:visited {
    color: #041E3A;
}

.mainFooter a:hover,
.mainFooter a:focus {
    text-decoration: underline;
}

.mainFooter p {
    padding-bottom: .5em;
}

.mainFooter .col {
    padding-top: 1.5em;
    width: 50%;
}

.mainFooter .col.extraLinks {
    text-transform: uppercase;
    font-weight: bold;
}

.mainFooter .col h4 {
    padding-bottom: .5em;
    text-transform: uppercase;
}

.disclaimer {
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    padding-top: 40px;
    max-width: 1000px;
    background-size: 200px auto;
}

.social {
    margin: 0 0 0 -10px;
    padding: 0;
    list-style-type: none;
}

.social li {
    display: inline-block;
}

.icon a {
    display: block;
    background-repeat: no-repeat;
    background-size: 20px 100%;
    padding: 20px 20px 0 0;
    width: 0;
    height: 0;
    overflow: hidden;
    margin-left: 5px;
}

.body_Firefox .icon a {
    background-size: 100%;
    background-position: center;
}
.body_Firefox .icon a.iconGD {
    background-size: 79%;
}
.body_Firefox .icon a.iconFB {
    background-size: 11px 92%;
}

.social .icon a:hover {
    opacity: .8;
}
.iconFB {background-image: url(../images/iconFB.svg);}
.iconTW {background-image: url(../images/iconTW.svg);}
.iconIG {background-image: url(../images/iconIG.svg);}
.iconLI {background-image: url(../images/iconLI.svg);}
.iconGD {background-image: url(../images/iconGD.svg);}

.body_IE .iconFB {
    background-size: 11px 100%;
}
.body_IE .iconGD {
    background-size: 18px 100%;
}

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

/* N: navigation static */
.navigationStatic {
    text-align: right;
    line-height: 80px;
}

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

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

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

/* N: navigation portal sections */

.navigationSections {
    color: #565656;
}

.navigationSections .navigationItem {
    display: inline-block;
    text-transform: uppercase;
    padding: 1em 3em 2em 0;
    font-size: 13px;
}

.navigationSections .navigationItem a {
    color: #474747;
    display: block;
}

.navigationSections .navigationItem.active a {
    font-weight: 700;
    cursor: default;
}

/* N: footer back links */
.navigationBackLinks {
    clear: both;
    text-align: left;
    padding: 1em 0;
    border-top: 1px solid #E2E2E2;
}

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

/* wizards customizations */

.registerWiz .PasswordField:nth-of-type(3){
    vertical-align: bottom;
}

.wizardPage .mainContent {
    max-width: 790px;
}

.wizardPageMini .mainContent {
    max-width: 580px;
}

.wiz_2Columns .fieldSpec {
    float: none;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.fieldSpec.wide {
    width: 100%;
}

.labelText {
    display: block;
    padding-bottom: 5px;
    font-weight: 500;
}

.wizardPage .pageTitle {
    padding-bottom: 1em;
    text-align: center;
}

.destText {
    padding: 3em 0 1.5em;
    font-weight: bold;
}

.SectionAcordionNotVisible {
    display: none;
}

.SectionAcordionVisible {
    display: block;
}

.accordion {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.accordion span.expand, .accordion span.not-expand{
    margin-right: 10px;
    display: inline-block;
}
.accordion span.expand:after{
    content: '+';
}
.accordion span.not-expand:after{
    content: '-';
}

/* job detail */
.jobDetail {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 280px);
    float: left;
}

.jobDetail .fieldSet.separatorRow {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.jobDetail .fieldSetValue * {
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
    padding: inherit !important;
    margin: inherit !important;
    font-style: inherit !important;
    letter-spacing: inherit !important;
    text-indent: inherit !important;
    text-transform: inherit !important;
    white-space: inherit !important;
    word-spacing: inherit !important;
    -webkit-text-stroke-width: inherit !important;
}

.jobDetail .fieldSetValue strong,
.jobDetail .fieldSetValue b {
    font-weight: bold !important;
}

.jobDetail .fieldSetValue em,
.jobDetail .fieldSetValue i {
    font-style: italic !important;
}

.jobDetail .fieldSetValue p {
    padding-bottom: 15px !important;
}

.jobDetail .fieldSetValue li {
    padding: 5px 15px 5px 0 !important;
    margin-left: 20px !important;
}

.jobDetail .fieldSetValue a:hover,
.jobDetail .fieldSetValue a:focus {
    color: #031E3A !important;
    text-decoration: underline !important;
}

.jobDetail .fieldSetValue a:link,
.jobDetail .fieldSetValue a:visited {
    color: #919191 !important;
}

.jobDetail .fieldSetValue span,
.jobDetail .fieldSetValue font {
    padding: 0 !important;
    margin: 0 !important;
}

.inBlock {
    display: inline-block;
    vertical-align: top;
}

.dBlock {
    display: block;
}

.sideBarWrapper {
    width: 250px;
    float: right;
    position: relative;
}

.sidebar {
    width: 100%;
    padding-top: 0 !important;
    max-width: 250px;
}

.sidebar.fixed,
.sidebar.absoluted {
    padding-top: 4em;
}

.sidebar .pageTitleNav {
    float: none;
    text-align: left;
}

.sidebar .buttonBar {
    margin-top: 0;
}

.sidebar .buttonBar > a,
.sidebar .buttonBar > button {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.5em;
    width: 100%;
}

.detailDescriptionItem .fieldSetLabel {
    display: block;
    font-size: 18px;
    color: #041E3A;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 2em;
}

.sideBarWrapper .tpt_socialShareContainer {
    width: 100%;
}

.sideBarWrapper .tpt_socialShareContainer .tpt_socialShareButton {
    background-color: #000;
    border-bottom: 1px solid #000;
    background-image: none !important;
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.5em;
    width: 100%;
}

.sideBarWrapper .tpt_socialShareButton:hover,
.sideBarWrapper .tpt_socialShareButton:focus,
.sideBarWrapper .tpt_socialShareButton:active {
    border-bottom: 1px solid #878787;
    background-color: #878787;
}

.notifyMe {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    margin: 20px 0;
    text-align: center;
}

.notifyMe .sectionTitle {
    margin-top: 0;
}

.notifyMe p {
    padding-bottom: 15px;
}

.badge {
    text-align: center;
}

.jobDetail .emptyFieldTst {
    min-height: 500px;
}

.narrow {
    width: 100%;
    max-width: 768px;
    margin: auto;
}

.stafDetail {
    padding-bottom: 30px;
}

/*menu drop in header*/
.navigationSections {
    position: relative;
}

.nav-main_sublist,
.nav-main_item {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
}

.nav-main_list ul {
    display: none;
    position: absolute;
    width: auto;
    padding: 25px;
    background: rgba(229, 231, 231, 0.95);
    color: #676465;
    top: 100%;
    z-index: 2;
}

.nav-main_list ul li+li,
.nav-main_list-top ul li+li {
    margin-top: 12px;
}

.nav-main_list ul a,
.nav-main_list-top ul a {
    white-space: nowrap;
}

.nav-main_list li:hover ul,
.nav-main_list li:hover ul li a:hover {
    color: #031E3A;
    font-weight: bold;
    text-decoration: none;
}

.nav-main_list li:hover ul,
.nav-main_list-top li:hover ul {
    display: block;
}

/*link language*/
.nav-main_list-top li ul {
    display: none;
    position: absolute;
    width: 300px;
    padding: 10px 28px;
    background: rgba(229, 231, 231, 0.95);
    color: #676465;
    top: 70%;
    right: 5px;
    z-index: 2;
}

.nav-main_list-top li:hover ul li a:hover {
    color: #002344;
}

.nav-main_list-top .nav-main_subitem {
    padding: 0;
    margin: 0;
    line-height: 25px;
    text-align: left;
}

.nav-main_menu-1 .nav-main_item {
    position: relative;
}

/**/
.search-box-txt {
    margin: 25px 0px 60px;
}

.ta-center {
    text-align: center;
}

.no--border {
    border: none !important;
}

/*searchJobs page*/
.searchJobsPage .searchBoxLabel {
    display: block !important;
    text-transform: uppercase;
    color: #041e3a;
    padding-top: 0;
}

.searchJobsPage .formSizes1 fieldset {
    width: 35%;
    float: left;
    margin-right: 100px;
}

.searchJobsPage .formSizes1 fieldset fieldset {
    width: 100%;
}

.searchJobsPage .formSizes1 .mapWrapper {
    width: 56%;
    float: left;
}

.mapStatic {
    display: block;
    margin: 0 auto;
    width: 100%;
}

/*list offices*/
.list__oficces {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    width: 20%
}

.list__oficces .list__oficce-item {
    display: block;
    list-style: none;
    margin: 5px 0px;
}

/*General class*/
.navigationItem .active {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.active:hover {
    text-decoration: none;
}

.content--static-info {
    max-width: 980px;
    margin: 0 auto
}

.commonWrapper.active .content--static-info {
    max-width: 980px;
    margin: 0 auto
}

.commonWrapper.active .content--static-info.slider {
    max-width: 1440px;
    margin: 35px auto 0
}

.content--section-info {
    margin: 25px 0px;
}

.mTop-20 {margin-top: 20px;}
.mTop-35 {margin-top: 35px;}
.mTop-50 {margin-top: 50px;}
.mBot-30 {margin-bottom: 30px;}
.mBot-50 {margin-bottom: 50px;}
.mBot-60 {margin-bottom: 60px;}

.items--buttons {
    margin: 10px;
    clear: both;
    display: inline-block;
    text-align: center;
}

.items--buttons .saveButton {
    background-color: #000;
    border-color: #000
}

.content--section-info iframe {
    text-align: center;
    display: block;
    margin: 30px auto;
    width: 100%;
}

.section__line-separator {
    border-bottom: 1px solid #a4a4a4;
    width: 134px;
    margin: 60px auto
}

.pageTitle.font-size24 {
    font-size: 24px;
}

.items--list-text-block {
    padding: 0;
    max-width: 650px;
    margin: 0 auto;
    display: block;
}

.items--list-text-block li {
    float: left;
    text-align: left;
}

.items--list-text-block.numbers li {
    list-style: disc;
    padding-left: 15px;
    color: #404040;
}

.italic-note {
    font-style: italic;
    font-family: 'DidotItalic', serif;
    color: #999;
    line-height: 30px;
}

.ceo-name {
    font-size: 13px;
}

/*HOME PAGE SYTLES*/

.homePage .items--buttons .saveButton {
    min-width: 200px;
    margin: 5px;
}

.sections-title {
    font-size: 2.5em;
    text-transform: none;
    color: #031e3a;
}

.headerBanner.custom--size {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -ms-flex-direction: column;
}

.headerBanner.custom--size .headerBannerTitle {
    font-size: 45px;
    font-weight: normal;
    font-weight: 300;
    padding: 0 10px;
    font-family: 'DidotRegular', serif;
    margin-bottom: 25px;
}

.headerBanner.custom--size .text-quote {
    padding: 0 10px;
    font-family: 'DidotItalic', serif;
    text-align: center;
    max-width: 600px;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 28px;
    font-style: italic;
}

/*banners*/
.headerBanner.custom--size {
    background-image: url(../images/home/HomePage_Banner.jpg);
    width: auto;
    max-width: 1367px;
    margin: auto;
    height: 547px;
}

.headerBanner.custom--size.career--banner {
    background-image: url(../images/career/YourCareer_Banner.jpg);
}

.headerBanner.custom--size.benefits--banner {
    background-image: url(../images/benefits/Benefits_Banner.jpg);
}

.headerBanner.custom--size.corporate--banner {
    background-image: url(../images/banner_corporate.png);
    height: 277px;
}

.headerBanner.custom--size.about--banner {
    background-image: url(../images/about/About-Us-Page_Banner.jpg);
}

.headerBanner.custom--size.diversity--banner {
    background-image: url(../images/diversity/Diversity_Banner_02.jpg);
}

.videosLinks {
    margin-top: 35px;
}

.videosLinks img {
    margin: 0px
}

.videosLinks a:last-child {
    margin-left: 30px
}

.videosLinks .content--section-info {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0 .75%;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

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

/*HOME PAGE SYTLES*/

/* profile page */
.profilePage .row {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
}

.rowData br {
    display: none;
}

.rowData .MultipleDataSetFields {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

/*CAREER PAGE*/
.headerBanner.custom--size.career--banner-below {
    background-image: url(../images/banner.png);
}

.itemBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 90px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.itemBox:first-child {
    margin-top: 60px;
}

.itemBox aside {
    width: calc(50% - 25px);
    float: left;
    margin-right: 1.5em;
}
.itemBox aside img {
    width: 100%;
}

.itemBox main {
    width: 50%;
}

.itemBox main h4 {
    margin-bottom: 30px;
}

.itemBox main p {
    line-height: 25px;
    font-size: 16px;
}

.career--banner-below .items--buttons .saveButton,
.career--banner-below .items--buttons .saveButton:link,
.career--banner-below .items--buttons .saveButton:visited {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #031E3A;
}

.career--banner-below .items--buttons .saveButton:hover {
    background-color: #474747;
    border-color: #474747;
    color: #fff;
}

.info-secundary-data {
    margin-bottom: 20px;
    text-align: left;
}

.info-secundary-data .side-info {
    margin-top: 20px;
    float: left;
    width: 30%;
    margin-right: 1.5em;
    font-weight: bold;
}

.info-secundary-data .side-text {
    margin-top: 20px;
    float: left;
    width: calc(70% - 1.5em);
    font-weight: 300
}

.info-secundary-data h5 {
    margin-bottom: 10px
}

.info-secundary-data p {
    font-size: 14px;
    line-height: 23px
}

/*BENEFTIS PAGE*/

/*ABOUT PAGE*/
.headerBanner.custom--size.about--banner {
    padding-top: 250px;
}

/*DIVERSITY PAGE*/

/*tabs*/
.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.tabs label {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    display: block;
    padding: 1rem 2rem;
    margin-right: 0.2rem;
    cursor: pointer;
    background: #fff;
    font-weight: bold;
    -webkit-transition: background ease 0.2s;
    -o-transition: background ease 0.2s;
    transition: background ease 0.2s;
    border: 1px solid #ccc;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px
}
.tabs .tab {
    -webkit-box-ordinal-group: 100;
    -webkit-order: 99;
        -ms-flex-order: 99;
            order: 99;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1rem;
    background: #eee;
    border: 1px solid #ccc;
    margin-top: -2px
}
.tabs input[type="radio"] {
    display: none;
}
.tabs input[type="radio"]:checked + label {
    background: #eee;
    border: 1px solid #ccc;
    border-bottom: 1px solid #eee;
    position: relative;
}
.tabs input[type="radio"]:checked + label + .tab {
    display: block;
}

.imgTab {
    padding: 20px;
}
.imgTab img {
    width: 100%;
    max-width: 480px
}

/* Hide an maintain the same space for empty label text to mantain consitency*/
.hide-form-builder-title .specTitle .labelText {
    visibility: hidden;
    padding-bottom: 5px;
    height: 0;
}
.hide-form-builder-title .specTitle label {
    padding-top: 10px;
    display: block;
    padding-bottom: 10px
}
.hide-form-builder-title .specTitle .FormHeader {
    display: none;
}

.Separator span {
    font-size: 28px;
    line-height: 125%;
    font-weight: normal;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 20px;
    display: block;
}
.SeparatorDescription span {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    font-weight: 400;
    text-transform: inherit;
    padding-top: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #ccc 1px !important;
    outline: 0;
}
.select2-container--default .select2-selection--multiple {
    background-color: #FFFFFF;
    border: 1px solid #E2E2E2 !important;
    border-radius: 0 !important;
    cursor: text;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0 !important;
    font-family: 'GothamBook', Arial, Helvetica, sans-serif !important;
    color: #041E3A !important;
    padding-left: 10px;
    font-size: 16px !important;
    height: 40px;
    padding: 8px 5px 0 15px !important;
}
.select2-container::-webkit-input-placeholder,
.select2-container::-moz-placeholder,
.select2-container:-ms-input-placeholder,
.select2-container:-moz-placeholder,
.select2-container::-webkit-input-placeholder {
    color: #041E3A !important;
}
.select2-container::-webkit-input-placeholder,
.select2-container::-moz-placeholder,
.select2-container:-ms-input-placeholder,
.select2-container:-moz-placeholder,
.select2-container::placeholder {
    color: #041E3A !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000000 !important;
    font-size: 16px !important;
}

/* Mobile Redefinitions */
@media all and (max-width:1280px) {
    .commonWrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .searchJobsPage .formSizes1 fieldset {
        margin-right: 40px;
    }

}

@media all and (min-width:1024px) {
    .navigationItem.itemUser span.userName {
        cursor: pointer;
        background-image: url(../images/iconUser.jpg);
        background-repeat: no-repeat;
        background-size: 32px;
        display: inline-block;
        padding: 0 0 0 40px;
        background-position: center left;
    }
    .navigationItem.itemUser:after {
        font-family: "FontAwesome";
        content: "\f107";
        padding-left: 2px;
    }
}

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

    .headerNav {
        position: fixed;
        width: 100%;
        height: 80px;
        z-index: 999999;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
                box-shadow: 0 0 10px rgba(0,0,0,.25)
    }
    .headerBanner {
        margin-top: 80px !important;
    }

    .mainTitleContainer {
        background-color: #FFFFFF;
        padding-left: 56px
    }
    .mainTitleContainer,
    .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;
    }
    .itemUser span {
        padding: 20px 10px;
        display: block;
        background-color: #000;
    }
    .tpt_menuLeftSlideAll.open .nav-main_item span.userName {
        margin: 0;
        padding: 13px 15px;
        font-size: 16px;
    }
    .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: 14px;
    }
    .navigationList > .navigationItem:last-child {
        border-bottom: 3px solid #303030;
    }
    .navigationList > .navigationItem a,
    .navigationList > .navigationItem a:link,
    .navigationList > .navigationItem a:visited {
        display: block;
        padding: 10px 15px;
        color: #FFFFFF;
    }
    .navigationList > .navigationItem a:hover,
    .navigationList > .navigationItem a:focus,
    .navigationList > .navigationItem a:active {
        color: #FFFFFF;
        background-color: #031E3A;
        text-decoration: none;
    }
    .nav-main_list ul li+li,
    .nav-main_list-top ul li+li {
        margin-top: 0;
    }

    /* 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:hover,
    .tpt_menuLeftSlideAllTrigger:focus,
    .tpt_menuLeftSlideAllTrigger:active {
        background-color: #F0F0F0;
        outline-width: 0;
        background-image: url('../images/menu.svg');
    }
    .tpt_menuLeftSlideAllTrigger.open {
        outline-width: 0;
        background-image: url('../images/menu_cross.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;
        -webkit-box-shadow: inset -5px 0 10px #000000;
                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;
        transition: -webkit-transform 200ms ease-out 0s;
        -o-transition: transform 200ms ease-out 0s;
        transition: transform 200ms ease-out 0s;
        transition: transform 200ms ease-out 0s, -webkit-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;
        transition: -webkit-transform 200ms ease-out 0s;
        -o-transition: transform 200ms ease-out 0s;
        transition: transform 200ms ease-out 0s;
        transition: transform 200ms ease-out 0s, -webkit-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;
        -webkit-box-shadow: inset -5px 0 10px #000000;
                box-shadow: inset -5px 0 10px #000000;
        -webkit-transition: -webkit-transform 200ms ease-out 0s;
        transition: -webkit-transform 200ms ease-out 0s;
        -o-transition: transform 200ms ease-out 0s;
        transition: transform 200ms ease-out 0s;
        transition: transform 200ms ease-out 0s, -webkit-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;
    }
    .tpt_menuLeftSlideAll.open .nav-main_list ul a,
    .nav-main_list-top ul a {
        white-space: normal;
    }

    .videosLinks a {
        display: block;
    }
    .videosLinks a:last-child {
        margin-left: 0;
        margin-top: 25px;
    }

    .loginPage .colContainer .col {
        padding: 0 20px;
    }

    .navigationList.nav-main_list-top {
        border-bottom: 2px solid #fff;
    }

    .nav-main_list-top ul {
        left: 0;
        position: relative;
        top: 0;
        background-color: transparent;
        padding: 0;
    }

    .nav-main_list ul {
        position: relative;
        left: 0px;
        padding: 0 10px;
        background-color: transparent;
    }

    .nav-main_list-top ul li:hover,
    .nav-main_list ul li:hover,
    .nav-main_list-top ul li a:hover,
    .nav-main_list ul li a:hover {
        color: #FFFFFF !important;
        background-color: #031E3A;
        font-weight: normal;
    }

    .nav-main_list-top li:hover ul {
        left: 0;
        position: relative;
    }

    .nav-main_list li:hover ul,
    .nav-main_list li:hover ul li a:hover {
        font-weight: normal;
    }

    .tpt_menuLeftSlideAll.open .nav-main_item span {
        font-weight: bold;
        margin: 10px 15px;
        display: block;
    }

    .dashletItemHeader a:after {
        content: 'View all';
        display: block;
        float: none;
        padding-top: 0;
    }

    /*MAP*/
    .searchJobsPage .formSizes1 fieldset,
    .searchJobsPage .formSizes1 .mapWrapper {
        width: 100%;
        margin-right: 0px;
    }
    /**/
}

@media all and (max-width:850px) {
    .itemBox aside img {
        width: 100%;
    }

    .tab label {
        display: block;
        padding: 7px;
        font-size: 11px;
    }

    /*banner elements*/
    .headerBanner.custom--size {
        height: auto;
        min-height: 300px;
        padding: 20px;
    }
    .headerBanner.custom--size.about--banner {
        padding-top: 100px;
    }
    .headerBanner.custom--size .headerBannerTitle {
        font-size: 30px
    }
    .headerBanner.custom--size .text-quote {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .headerBanner.custom--size span img {
        width: 100%;
    }
    .content--section-info {
        margin-bottom: 10px;
    }

    /*iframeYouTubeVideo*/
    .content--section-info iframe {
        width: 100%;
        height: 300px;
        margin-bottom: 15px;
    }
    .videosLinks a:last-child {
        margin-left: 0;
        margin-top: 25px;
    }
    .fieldBox.searchBox.searchButtonBox .cancelButton,
    .fieldBox.searchBox.searchButtonBox .saveButton {
        width: 100%;
        margin-bottom: 15px;
    }
    .videosLinks .content--section-info {
        display: block;
        vertical-align: top;
        width: 100%;
        margin: 0;
    }
    .videosLinks iframe {
        width: 100%;
        height: 100%;
        margin-bottom: 15px;
    }
}

@media screen and (min-width:769px) {
    .jobDetailPage .jobDetail {
        min-height: 660px;
    }

    .wiz_alignBottom.fieldSpec {
        padding-bottom: 1em;
        padding-top: 1.15em;
    }

    .wiz_alignInputs.fieldSpec .labelText {
        padding-bottom: 1.5em;
    }
}

@media all and (max-width:768px) {
    .loginPage .colContainer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .loginPage .colContainer .col {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
    }

    .loginPage .colContainer .col.colLog {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 50px;
        padding-bottom: 30px;
        border-bottom: 1px solid #ccc;
    }

    .pageTitle {
        margin: 0 0 0.5em 0;
        font-size: 1.75em;
        float: none;
    }
    .subtitle {
        margin-top: 0;
    }
    .pageTitleNav {
        float: none;
        margin: 0 0 0.4em 0;
    }
    .wizardPageMini .pageTitleNav {
        margin: -40px 0 20px 0;
        text-align: center;
    }
    .loginBox {
        padding: 0;
        margin: 0;
        width: auto;
    }
    .uploadResumeField {
        width: 50%;
    }
    #resumePaste {
        resize: vertical;
    }
    .headerBanner {
        height: 180px;
    }
    .wiz_2Columns .fieldSpec {
        width: 100%;
    }
    .jobDetail {
        display: block;
        width: 100%;
    }
    .sideBarWrapper,
    .sidebar {
        width: 100% !important;
        position: relative !important;
        top: inherit !important;
        padding: 0 !important;
        max-width: 100%;
    }
    .sideBarWrapper {
        height: inherit !important;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
    }
    .btnFixed {
        position: fixed;
        bottom: -30px;
        padding: 20px 10px;
        background-color: #fff;
        z-index: 999999;
        left: 0;
        right: 0;
        -webkit-box-shadow: 0px -3px 14px -3px rgba(0, 0, 0, 0.15);
                box-shadow: 0px -3px 14px -3px rgba(0, 0, 0, 0.15);
        text-align: left;
    }
    .sidebar .buttonBar > a,
    .sidebar .buttonBar > button {
        width: auto;
        float: left;
    }
    .sidebar .pageTitleNav {
        float: right;
        text-align: left;
    }
    .nav-collapsible {
        position: relative;
    }
    .nav-collapsible span.choosenLang {
        position: relative;
        display: inline-block !important;
    }
    .nav-collapsible ul.nav-main_sublist {
        display: none;
        color: #FFFFFF;
        background-color: #031e3a99;
    }
    .nav-collapsible ul.nav-main_sublist li {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
    .nav-collapsible a.subMobile {
        display: inline-block;
        float: right;
        color: #FFFFFF;
        background-color: #031e3a99 !important;
    }
    .nav-collapsible a.subMobile:after {
        font-family: 'FontAwesome';
        content: '\f107';
        padding-left: 10px
    }
    .nav-collapsible a.subMobile::active::after {
        content: '\f106';
    }
    .nav-main_list-top .nav-main_subitem {
        line-height: 15px;
    }

    .tabs .tab,
    .tabs label {
        -webkit-box-ordinal-group: initial;
        -webkit-order: initial;
            -ms-flex-order: initial;
                order: initial;
    }
    .tabs label {
        width: 100%;
        margin-right: 0;
        margin-top: 0.2rem;
    }

    .rowData .MultipleDataSetFields {
        display: block;
        width: 100%;
    }

    .itemBox aside {
        width: 100%;
        margin-right: 0;
    }
    .itemBox main {
        width: 100%;
        margin-top: 30px;
    }

    .info-secundary-data {
        padding: 0 40px;
    }
    .info-secundary-data .side-info {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .info-secundary-data .side-text {
        float: none;
        width: 100%;
    }
}

@media all and (max-width:600px) {
    .searchBox {
        float: none;
        width: auto;
    }
    .notifyMe {
        text-align: left;
    }
    .profilePictureContainer {
        float: none;
        padding: 0.5em 0 1em 0;
    }
    .profilePicture {
        margin: 0;
    }
    .profilePictureLink {
        display: none;
    }
    .headerBannerTitle {
        font-size: 35px;
        text-align: center;
    }
    .mainFooter .colContainer {
        display: block;
    }
    .mainFooter {
        text-align: center;
    }
    .mainFooter .col {
        padding-top: 1.5em;
        width: 100%;
    }
    .disclaimer {
        background-position: top center;
    }
    .listButtonBar {
        text-align: left;
    }
    .listApplyButton,
    .listApplyButton:link,
    .listApplyButton:visited {
        text-align: left;
    }
    .tpt_socialShareBar {
        right: inherit;
    }

    .videosLinks a img {
        width: 100%;
    }

    .tabs {
        min-height: 375px;
    }
    [type="radio"]:checked ~ label ~ .content img {
        display: block;
        width: 100%;
    }
}

@media all and (max-width:430px) {
    .mainTitle > a {
        background-position: 0 50%;
        width: 230px;
        background-size: 100%;
    }
    .genericButton,
    .saveButton,
    .nextButton,
    .gotoButton,
    .redirectUrlButton,
    .previousButton,
    .homeButton,
    .cancelButton {
        width: 100%;
        margin: 5px 0 !important;
    }
    .sidebar .buttonBar > a,
    .sidebar .buttonBar > button {
        width: 100%;
        float: none;
    }
    .sidebar .pageTitleNav {
        float: none;
        text-align: center;
    }
    .list__oficces {
        width: 33%;
    }

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

}

@media all and (max-width:768px) and (min-width:600px) {
    .notifyMe {
        display: inline-block;
        width: calc(100% - 110px);
        vertical-align: middle;
        text-align: left;
    }
    .badge {
        display: inline-block;
        width: 80px;
        vertical-align: middle;
        padding-left: 20px
    }
    .badge img {
        max-width: 80px;
        height: auto;
    }
}

@media all and (max-width:768px) and (min-width:430px) {
    .sideBarWrapper .tpt_socialShareContainer {
        width: auto;
        margin-left: 10px;
    }
}

.select2 input {
    color: #000000;
}

.select2 input::-webkit-input-placeholder {
    opacity: 1;
    color: #000000;
}
.select2 input:-ms-input-placeholder {
    opacity: 1;
    color: #000000;
}
.select2 input::placeholder {
    opacity: 1;
    color: #000000;
}

.linkedin-widget .IN-Awli-widget {
    width: 100% !important;
    text-align: center;
    padding-top: 25px;
}

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

@media (max-width: 425px) {
    .uploadResumeFieldLinkedin {
        float: none;
        display: block;
        margin: 0 auto;
    }
}

/* WIDGET: SOCIAL LOGIN
   ========================================================================== */
.list--social-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}

   .social-login__text {
    margin-bottom: 15px;
    color: #565656;
    font-size: 14px;
    font-weight: 400;
}

.list--social-login .list__item {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    list-style: none;
}

.list--social-login .list__item__link {
    display: block;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
    white-space: nowrap;
    -webkit-transition-duration: 167ms;
    transition-duration: 167ms;
    -webkit-transition-property: background-color, color, -webkit-box-shadow;
    transition-property: background-color, color, -webkit-box-shadow;
    transition-property: background-color, box-shadow, color;
    transition-property: background-color, box-shadow, color, -webkit-box-shadow;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    cursor: pointer;
    background-repeat: no-repeat;
}

.list--social-login .list__item__link--facebook {
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #DADBDC;
    background-image: url('../images/social-login--facebook.svg');
    background-size: auto 20px;
    background-position: calc(100% - 10px) center;
    padding-left: 10px;
    padding-right: 40px;
    line-height: 18px;
    font-weight: 400;
    color: #1877F2;
}

.list--social-login .list__item__link--google,
.list--social-login .list__item__link--xing,
.list--social-login .list__item__link--viadeo {
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    border-radius: 2px;
    background-size: auto 40px;
    background-position: left center;
    padding-right: 10px;
    line-height: 20px;
    font-weight: 500;
    color: #757575;
}

.list--social-login .list__item__link--google {
    width: 107px;
    background-image: url('../images/social-login--google.svg');
    padding-left: 50px;
}

.list--social-login .list__item__link--xing {
    background-image: url('../images/social-login--xing.png');
    padding-left: 40px;
    text-transform: uppercase;
}

.list--social-login .list__item__link--viadeo {
    background-image: url('../images/social-login--viadeo.svg');
    padding-left: 40px;
    text-transform: lowercase;
}

.list--social-login .list__item__link__icon {
    display: inline-block;
    vertical-align: middle;
}

.list--social-login .list__item__link--google:hover,
.list--social-login .list__item__link--google:focus {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(66, 133, 244, 0.30);
    -moz-box-shadow: 0px 0px 0px 3px rgba(66, 133, 244, 0.30);
    box-shadow: 0px 0px 0px 3px rgba(66, 133, 244, 0.30);
}

.list--social-login .list__item__link--facebook:hover,
.list--social-login .list__item__link--facebook:focus,
.list--social-login .list__item__link--xing:hover,
.list--social-login .list__item__link--xing:focus,
.list--social-login .list__item__link--viadeo:hover,
.list--social-login .list__item__link--viadeo:focus {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(191, 191, 191, 0.30);
    -moz-box-shadow: 0px 0px 0px 3px rgba(191, 191, 191, 0.30);
    box-shadow: 0px 0px 0px 3px rgba(191, 191, 191, 0.30);
}

/*New feature registration methods*/
.loginButton{
    background-repeat: no-repeat;
}

.methodButton {
    color: #333333 !important;
}

.methodButton--facebook,
.methodButton--google,
.methodButton--indeed,
.methodButton--seek,
.methodButton--viadeo,
.methodButton--xing,
.methodButton--linkedin [name="widget-holder"]:after {
    color: #FFFFFF !important;
}

.loginButton{
     color: rgba(0, 0, 0, 0.54) !important;
}

.loginButton--facebook{
    color: #1877F2 !important;
}

.loginButton--seek{
    color: #FFFFFF !important;
}

.row.badge img{
    object-fit: contain;
}

/* COMPONENT: Iframe: CSP Enable fixes */

.iframe-container iframe {
    width: 960px;
    height: 545px;
    max-height: 100%;
    max-width: 100%;
}

.iframe-container--attachment iframe {
    width: 100%;
    height: 454px;
}
