@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";
body,
input,
button,
select,
textarea {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-weight: 300;
}

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

body {
  background-color: #FFFFFF;
  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;
  outline: none !important;
}

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

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

a:link,
a:visited {
}

a:hover,
a:focus {
  color: #2164f3;
}

a:active {
  color: #0000cc;
}


/* Custom Helper Classes */

.tColor1 {
  color: #5E6D81;
}

.tColor2 {
  color: #2164f3;
}

.thankyou-image {width: 100%; height: auto;}

.bannerWithButtons{
  position: relative;
  background: url('../images/jumping.jpg');
  width: auto;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  background-position:left top;
  padding:40px 20px 50px 100px;
}

.bannerWithButtons h2 {
  font-size:56px;
  color:#F60;
  padding-bottom:10px;
  line-height:100%;
  font-weight: 700;
}

.bannerWithButtons h3 {
  font-size:20px;
  color:#FFF;
  margin-bottom:35px;
  font-weight: 700;
}

.bannerWithButtons p {
  font-size:17px;
  color:#FFF;
  max-width:620px;
}

.floatingButtons{
  margin-bottom:42px;
}
.floatingButtons a{
    background-color: #FF6600;
    padding: 5px 16px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
}

.floatingButtons a.firstBtn{
  margin-right: 25px;
}

/* STRUCTURE */

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

.commonWrapper:hover {
  border:0 !important;
  outline: none !important;
}

.commonWrapper:focus {
  border:0 !important;
  outline: none !important;
}

.pageTitle {
  color: #5E6D81;
  padding: 0;
  margin: 0;
  font-size: 2em;
  line-height: 3;
  font-weight: normal;
  font-weight: 300;
}
/* body.pageError .pageTitle {
  font-size: 1.8em;
  line-height: 1.5;
  margin-top: 0.25em;
  padding-top: 0.25em;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
} */
body.pageError .pageTitle {
  color: #000000;
  font-size: 1.1em;
  margin-top: 0.25em;
  line-height: 1.5;
  padding-top: 0.25em;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
}
body.pageError .errorPageList {
  font-size: 1.1em;
  line-height: 1.5;
}

.pageTitleLeft {
  float: left;
}

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

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

.pageCaption {
  color: #5E6D81;
  padding: 0;
  margin: 0 0 1em 0;
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: normal;
}

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

.sectionTitle {
  /* color: #5E6D81;*/
  color: #808080;
  clear: both;
  padding: 0;
  margin: 2.5em 0 0.5em 0;
  border-top: 1px solid #2164f3;
  padding-top: 0.75em;
  font-weight: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.3em;
}

.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;
  vertical-align: middle;
  text-align: left;
}

.buttonBar:after {
  clear: both;
}

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

.buttonBar.buttonBarCenter {
  text-align: center;
}

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

.buttonBarCol1 {
  float: left;
}

.buttonBarCol2 {
  float: right;
}


/* 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;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
}

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

.registerTextBold {
  font-weight: 550;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  margin-bottom:0.5em;
}


.registerTextSmall {
  font-size: 0.7em;
  color: #808080;
  font-style: italic;
  margin-bottom:-4em;
}

.registerTextSmall a {
  text-decoration: underline;
  font-weight: 400;
}

.registerTextSmall span {
  font-weight: 600;
}

.registerLoginBox .registerTextSmall {
  font-size: 1em;
  color: #808080;
  font-style: italic;
  margin: 0.8em 0;
}

.registerLoginBox .buttonBarCenter {
  width: 100%;
}

.commonLoginBox .buttonBarCenter {
  width: 100%;
}

.TalentNetworkBtnText {
  position: relative;
  font-size: 1.6em;
  top: -165px;
  word-spacing: 1px;
  font-weight: 400;
}

.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 .mainContent {
  background-color: transparent;
  background-image: none;
  padding: 0;
  height: 100vh;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

.accountPage .sectionTitle {
  color: #FFFFFF;
  background-color: #2164f3;
  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 */

.mainHeader {
  color: #565656;
}


/* H: skip to content link */

.skipToContentLink,
.skipToContentLink:link,
.skipToContentLink:visited {
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-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: 80px;
  line-height: 80px;
  font-weight: normal;
  font-weight: 300;
  top: 0.3em;
}

.mainTitle > a {
  display: block;
}


/* H: main banner */
.mainNavigationContent {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 1;
}

.headerBannerWrapper {
  display: table;
  width: 100%;
  padding-top: 80px;
}

.headerBanner {
  color: #FFFFFF;
  height: 300px;
  display: table-cell;
  vertical-align: middle;
  background-size: cover;
  background-color: #2164f3;
  background-image: url(../images/bannerGeneral.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.pageError .headerBanner {
  background-image: url(../images/bannerError.jpg);
}

.headerBannerTitle {
  font-size: 3em;
  font-weight: 400;
  text-align: center;
}

.headerBannerCopy {
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
}

.headerBannerCopySmall {
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
}

.preContentWrapper {
  clear: both;
  position: relative;
  overflow: hidden;
  margin-top: 3em;
  margin-bottom: 3em;
}
.preContentBoxLeft {
  width: 48%;
  float: left;
  margin: 0 1%;
}
.preContentBoxLeft .preContentTitle {
  color: #FFFFFF;
  font-size: 1.725em;
  background: #2164f3;
  text-align: center;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 0.5em;
}
.preContentBoxLeft .preContentText {
  color: #404040;
  font-size: 1em;
  text-align: left;
  font-weight: 300;
  padding: 6px 0px;
}
.preContentBoxRight {
  width: 48%;
  float: right;
  margin: 0 1%;
}
.preContentBoxRight img {
  width: 100%;
  display: block;
  max-width: 100%;
}
.preContentBoxRight .videoContainer {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px; height: 0;
  overflow: hidden;
}
.preContentBoxRight .videoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Particular Header Banners*/

.headerBannerHome {
  background-image: url(../images/homeBanner.jpg);
}

.headerBannerAbout {
  background-image: url(../images/aboutSocialBanner.jpg);
}

.headerBannerJobDetail {
  background-image: url(../images/jobDetailBanner.jpg);
}

.headerBannerHome .customSearchBarCol2 .fieldBox.searchBox.advancedSearchBox,
.commonWrapper .customSearchBarCol2 .fieldBox.searchBox.advancedSearchBox {
  width: 100%;
  height: 2.85em;
  margin: 0;
}

.commonWrapper .select2-drop-active {
  padding-top: 5px;
  margin-top: -3px;
}

.headerBannerHome .select2-drop-active {
  padding-top: 5px;
  margin-top: 0;
}

.headerBannerHome .customSearchBarCol2 .fieldBox.searchBox.advancedSearchBox label,
.headerBannerHome .customSearchBarCol2 .fieldBox.searchBox.advancedSearchBox .select2-arrow,
.commonWrapper .customSearchBarCol2 .fieldBox.searchBox.advancedSearchBox label,
.commonWrapper .customSearchBarCol2 .fieldBox.searchBox.advancedSearchBox .select2-arrow {
  display: none;
}

.headerBannerHome .customSearchBarCol2 .fieldBox.searchBox.advancedSearchBox .searchBoxFieldContainer,
.headerBannerHome .customSearchBarCol2 .fieldBox.searchBox.advancedSearchBox .SelectFormField.AutoCompleteField,
.commonWrapper .customSearchBarCol2 .fieldBox.searchBox.advancedSearchBox .searchBoxFieldContainer,
.commonWrapper .customSearchBarCol2 .fieldBox.searchBox.advancedSearchBox .SelectFormField.AutoCompleteField {
  width: 100%
}

.headerBannerHome .customSearchBarCol2 .fieldBox.searchBox.advancedSearchBox .select2-choice,
.commonWrapper .customSearchBarCol2 .fieldBox.searchBox.advancedSearchBox .select2-choice {
  background-image: none;
  background-color: transparent;
  border: none;
  height: 3em;
  line-height: 3;
  padding-left: 17px;
  box-shadow: none;
}


/*Locations Banners*/

.headerBannerJobListAmsterdam {
  background-image: url(../images/bkg_transparency.png), url(../images/jobListBanners/location-amsterdam-jobs.jpg);
}

.headerBannerJobListAustin {
  background-image: url(../images/bkg_transparency.png), url(../images/jobListBanners/location-austin-jobs.jpg);
}

.headerBannerJobListBangalore {
  background-image: url(../images/bkg_transparency.png), url(../images/jobListBanners/location-bangalore-jobs.jpg);
}

.headerBannerJobListBrussels {
  background-image: url(../images/bkg_transparency.png), url(../images/jobListBanners/location-brussels-jobs.jpg);
}

.headerBannerJobListZurich {
  background-image: url(../images/bkg_transparency.png), url(../images/jobListBanners/location-zurich-jobs.jpg);
}

.headerBannerJobListDublin {
  background-image: url(../images/bkg_transparency.png), url(../images/jobListBanners/location-dublin-jobs.jpg);
}

.headerBannerJobListDusseldorf {
  background-image: url(../images/bkg_transparency.png), url(../images/jobListBanners/location-dusseldorf-jobs.jpg);
}

.headerBannerJobListHyderabad {
  background-image: url(../images/bkg_transparency.png), url(../images/jobListBanners/location-hyderabad-jobs.jpg);
}

.headerBannerJobListLondon {
  background-image: url(../images/bkg_transparency.png), url(../images/jobListBanners/location-london-jobs.jpg);
}

.headerBannerJobListNYC {
  background-image: url(../images/bkg_transparency.png), url(../images/jobListBanners/location-NYC-Jobs.jpg);
}

.headerBannerJobListParis {
  background-image: url(../images/bkg_transparency.png), url(../images/jobListBanners/location-paris-jobs.jpg);
}

.headerBannerJobListSanmateo {
  background-image: url(../images/bkg_transparency.png), url(../images/jobListBanners/location-sanmateo-jobs.jpg);
}

.headerBannerJobListSaopaolo {
  background-image: url(../images/bkg_transparency.png), url(../images/jobListBanners/location-saopaolo-jobs.jpg);
}

.headerBannerJobListScottsdale {
  background-image: url(../images/bkg_transparency.png), url(../images/jobListBanners/location-scottsdale-jobs.jpg);
}

.headerBannerJobListSeattle {
  background-image: url(../images/bkg_transparency.png), url(../images/jobListBanners/location-seattle-jobs.jpg);
}

.headerBannerJobListSF {
  background-image: url(../images/bkg_transparency.png), url(../images/jobListBanners/location-SF-jobs.jpg);
}

.headerBannerJobListSingapore {
  background-image: url(../images/bkg_transparency.png), url(../images/jobListBanners/location-singapore-jobs.jpg);
}

.headerBannerJobListStamford {
  background-image: url(../images/bkg_transparency.png), url(../images/jobListBanners/location-stamford-jobs.jpg);
}

.headerBannerJobListSydney {
  background-image: url(../images/bkg_transparency.png), url(../images/jobListBanners/location-sydney-jobs.jpg);
}

.headerBannerJobListTokyo {
  background-image: url(../images/bkg_transparency.png), url(../images/jobListBanners/location-tokyo-jobs.jpg);
}

.headerBannerJobListToronto {
  background-image: url(../images/bkg_transparency.png), url(../images/jobListBanners/location-toronto-jobs.jpg);
}

.headerBannerJobListMontreal {
  background-image: url(../images/bkg_transparency.png), url(../images/jobListBanners/location-montreal-jobs.jpg);
}
.headerBannerJobListVancouver {
  background-image: url(../images/bkg_transparency.png), url(../images/jobListBanners/location-vancouver-jobs.jpg);
}
.headerBannerJobListSunnyvale {
  background-image: url(../images/bkg_transparency.png), url(../images/jobListBanners/location-sunnyvale-jobs.jpg);
}


/*Departments banners*/

.headerBannerJobListClientServices {
  background-image: url(../images/jobListBanners/bannerJobListClientServices.png);
}

.headerBannerJobListLegal {
  background-image: url(../images/jobListBanners/bannerJobListLegal.png);
  background-position: center top;
}

.headerBannerJobListSalesSupport {
  background-image: url(../images/jobListBanners/bannerJobListSalesSupport.png);
}

.headerBannerJobListEngineering {
  background-image: url(../images/jobListBanners/bannerJobListEngineering.png);
}

.headerBannerJobListFinance {
  background-image: url(../images/jobListBanners/bannerJobListFinance.jpg);
}

.headerBannerJobListGeneric {
  background-image: url(../images/jobListBanners/bannerJobListGeneric.jpg);
  background-position: center center;
}

.headerBannerJobListHr {
  background-image: url(../images/jobListBanners/bannerJobListHr.jpg);
}

.headerBannerJobListMarketing {
  background-image: url(../images/jobListBanners/bannerJobListMarketing.png);
  background-position: center top;
}

.headerBannerJobListManagement {
  background-image: url(../images/jobListBanners/bannerJobListProductManagement.jpg);
}

.headerBannerJobListSales {
  background-image: url(../images/jobListBanners/bannerJobListSales.png);
}

.headerBannerJobListSearchQuality {
  background-image: url(../images/jobListBanners/bannerJobListSearchQuality.png);
}

.headerBannerJobListServices {
  background-image: url(../images/jobListBanners/bannerJobListTechnologyServices.jpg);
}

.headerBannerJobListUserExperience {
  background-image: url(../images/jobListBanners/bannerJobListUserExperience.png);
}

.headerBannerJobListProdMgmt {
  background-image: url(../images/jobListBanners/bannerJobListProductManagement.png);
}

.headerBannerJobListTechnologyServices {
  background-image: url(../images/jobListBanners/bannerJobListTechnologyServices.png);
}


/*mosaicImageLinks*/

.mosaicImageLinksItem {
  float: left;
  display: block;
  width: 33%;
  margin-bottom: 0.5%;
  overflow: hidden;
  max-height: 190px;
  position: relative;
}

.mosaicImageLinksItem > img {
  width: 100%;
  display: block;
}

.mosaicImageLinksItem:nth-child(3n+2) {
  margin-left: 0.5%;
  margin-right: 0.5%;
}

.mosaicImageLinksItem:nth-child(3n+1) {
  clear: both;
}

.mosaicImageLinksItem:last-child {
  float: none;
  margin: auto;
}

.mosaicImageLinksLabel {
  position: absolute;
  top: 50%;
  text-align: center;
  display: block;
  width: 100%;
  color: #FFFFFF;
  font-size: 26px;
  line-height: 0;
  font-weight: 600;
}

.mosaicImageLinksItem:hover {
  opacity: 0.8;
}


/*Helpers*/

.bkgColor1 {
  background-color: #f5f6f7;
}

.sectionVerticalPaddingTop {
  padding-top: 3em;
}

.sectionVerticalMarginTop {
  margin-top: 3em;
}

.sectionVerticalMarginBottom {
  margin-bottom: 3em;
}

.sectionVerticalPaddingBottom {
  padding-bottom: 3em;
}

.pageTitle1,
.pageTitle2 {
  color: #3c4046;
  font-weight: 300;
  font-size: 33px;
  text-align: center;
  margin: 1em 0;
}

.pageTitle2 {
  text-align: left;
  margin: 0;
}

.textStyle1Title {
  color: #2164f3;
  font-size: 28px;
  font-weight: 300;
}

.textStyle1Copy {
  color: #484848;
  font-size: 20px;
}

.bigText {
  color: #2164f3;
  font-size: 40px;
  font-weight: 600;
}


/*link Styles*/

a.linkStyle1 {
  color: #0000cc;
  font-size: 20px;
  font-weight: 400;
}


/* list styles*/

.listStyle1 {
  list-style: none;
  padding: 0 0 20px 0;
  margin: 0;
}

.listStyle1 .listStyle-content {
  display: table;
  width: 100%;
}

.listStyle1 .listStyle-content .listStyle1Item {
  display: table-cell;
  height: 100%;
  float: none;
  width: 33.33333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2em;
  text-align: center;
  position: relative;
}

.listStyle1 .listStyle-content .listStyle1Separator {
  border-bottom: solid 1px #abacac;
  width: 50%;
  margin: 2em 0 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25%;
}

a.listStyle1Link {
  color: #ff6600;
  font-size: 20px;
}

a.listStyle1Link:hover {
  color: #333333;
}

/* custom searchbar*/

.customSearchBarCol1,
.customSearchBarCol2 {
  float: left;
  width: 37%;
  margin-bottom: 1em;
}

.customSearchBarCol2 {
  margin-left: 2%;
  background: url("../images/arrowdown.gif") no-repeat 95% 50%;
  background-color: #ffffff;
  border-radius: 5px;
  border-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  outline-width: 0;
}

.customSearchBarCol3 {
  margin-left: 2%;
}


/* IE 8,9 and 10*/

@media screen\0 {
  .customSearchBarCol2 {
    background-image: none;
  }
}

.customSearchBarCol2 select {
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 2.875em;
}

.customSearchBarCol2 select:focus {
  border-color: transparent;
  background-color: transparent;
  outline: none;
}

.customSearchBarCol3 {
  width: 20%;
  float: left;
}

.customSearchBarCol3 .saveButton {
  width: 100%;
  max-width: 180px;
}


/*slider*/

.slider {
  background-image: url(../images/sliderBackground.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2em;
}

.slider a {
  color: #ffffff;
}

.slider a:hover {
  color: #2164F3;
}

.slideStyle {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  color: #fff;
}

.slideStyleImage {
  width: 150px;
  margin: 0 auto;
}

.slideStyleTitle {
  font-size: 33px;
  font-weight: 400;
}

.slideStyleCopy {
  margin-top: 1.5em;
  font-size: 16px;
  font-weight: 400;
}

.slideStyle2 .slideStyleTitle {
  font-weight: 300;
}

.slideStyle2 .slideStyleCopy {
  font-weight: 600;
}


/*Wizard custom*/

.fieldSpec.bigCenteredButton {
  float: none;
  clear: both;
  width: 100%;
  padding-top: 2em;
}

.bigCenteredButton .saveButton {
  width: 50%;
  margin: 0 auto;
  display: block;
}

.wiz_talentCommunity .Section1 {
  float: left;
  width: 48%;
}
.wizardStep2.wiz_talentCommunity .Section1 {
  float: left;
  width: 100%;
}
.wiz_talentCommunity .Section2 {
  float: right;
  width: 48%;
}

.wiz_talentCommunity .Section3 {
  clear: both
}

.CheckBoxListFormField label {
  float: left;
  width: 48%;
}

.fieldSpec .labelText {
  line-height: normal;
  font-weight: inherit;
  margin-bottom: 0.5em;
}

.formApplication .fieldSpec .labelText {
  font-weight: 500;
}

.fieldSpec.fieldSpecFullWidth {
  float: none;
  clear: both;
  width: 100%;
}

.buttonBarCenter {
  text-align: center;
  width: 50%;
  margin:0 auto;
}

.buttonBarCenter .labelText {
  text-align:left;
}

.labelBold .labelText {
  font-weight: 400;
}

.lastFieldStyling .labelText {
  padding: 3em 0;
  margin-top: -1em;
}

.editProfile .Separator {
  padding-top: 3em;
  padding-bottom: 1em;
}

.editProfile .Separator span {
  font-weight: 600;
}

/* Remove arrow from source select*/
.sourceFieldForm {
  appearance:none;
  /*for firefox*/
  -moz-appearance: none;
  /*for chrome*/
  -webkit-appearance:none;
}

.sourceFieldForm::-ms-expand {
  display: none;
}

/* Selects custom */

.select2-container .select2-choice {
  background-image:none;
  border-color: #E2E2E2;
  height: 40px;
}

.select2-container .select2-choice > .select2-chosen {
  padding-left: 10px;
  padding-top: 7px;
  color: black;
  font-size: 14px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.select2-container .select2-choice .select2-arrow {
  border-left: 0;
  background-color: #FFF;
  background-image: none;
  height: 20px;
  top: 5px;
}

.select2-dropdown-open .select2-choice {
  background-color: #FFF;
  background-image:none;
}

/* EEO Toggle description */

.formApplication input,
.formApplication textarea,
.formApplication select {
    max-width: 50%;
}

.formApplication .fieldSpec.fieldSpecText .description h3 {
    margin-bottom: 0.5em;
    line-height: normal;
}

.mainFooterCol2 p span {
  float: left;
  clear: left;
}

.fieldSpec.fieldSpecText .description p,
.fieldSpec.fieldSpecText .description a.bt-ReadMore,
.fieldSpec.fieldSpecText .description a.bt-ReadLess {
    margin-bottom: 1em;
    line-height: 1.5em;
}

.fieldSpec.toggleDescription .description .descriptionLong {
    display: none;
}

.formApplication .fieldSpec.sourceFieldForm {
    width: 50%;
    margin: auto;
}

.formApplication .fieldSpec.sourceFieldForm input,
.formApplication .fieldSpec.sourceFieldForm  textarea,
.formApplication .fieldSpec.sourceFieldForm  select {
      max-width: 100%;
}

@media all and (max-width: 600px) {
    .formApplication .fieldSpec.sourceFieldForm,
    .formApplication input,
    .formApplication textarea,
    .formApplication select {
        max-width: 100%;
    }
    .buttonBarCenter {
      width: 100%;
    }
}


/* CONTENT */

.mainContent {
  background-color: #FFFFFF;
  color: #000000;
  max-width: 960px;
  margin: 0 auto;
  padding: 1em 0 0.5em 0;
}

.bx-viewport {
  height: auto !important;
}

.bx-viewport ul li[aria-hidden="true"] {
  visibility: hidden;
}


/* FOOTER */

.mainFooter {
  color: #3c4046;
  padding: 2em 0;
}

.mainFooter .commonWrapper{
    display: flex;
    justify-content: space-around;
}

.mainFooter a:link,
.mainFooter a:visited {
  color: #3c4046;
}

.mainFooter a:hover,
.mainFooter a:focus {
  color: #3c4046;
}

.mainFooter a:active {
  color: #3c4046;
}

.mainFooterTitle {
  margin-bottom: 0.75em;
  font-weight: normal;
  font-weight: 300;
}

.mainFooterPhone,
.mainFooterMail,
.mainFooterLocation {
  padding: 16px 24px 16px 30px;
  float: left;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.mainFooterPhone {
  background-image: url('../images/footerPhone.png');
}

.mainFooterMail {
  background-image: url('../images/footerMail.png');
}

.mainFooterLocation {
  background-image: url('../images/footerLocation.png');
}

.mainFooterLegal,
.mainFooterNav {
  clear: both;
  padding-top: 1em;
}

.mainFooterSocialLink {
  margin-right: 1.3em;
  font-size: 14px;
}

.mainFooterSocialLink > img {
  vertical-align: middle;
  width: 25px;
}

.mainFooterRights p{
  margin-top: 26px;
}

.mainFooterCol3{
  padding-left: 5%;
}

.mainFooterCol3 p{
  padding-top: 16px;
}

.mainFooterCol3 p a:hover {
    text-decoration: underline;
}

@media (max-width: 980px){
  .mainFooter .commonWrapper{
    flex-direction: column;
    align-items: center;
  }

  .mainFooterRights p{
    text-align: center;
  }

  .mainFooterCol2, .mainFooterCol3{
    padding-left: 0;
  }

  .mainFooterCol2 .footerCustomImage1{
    margin-left: 1em;
  }

}

/* NAVIGATION */


/* N: trigger */

.tpt_menu_leftSlideAll_trigger,
.tpt_menu_slideDown_trigger {
  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;
  margin-left: 2em;
  font-size: 14px;
  font-weight: 400;
}

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

.navigationStatic a:hover {
  text-decoration: underline;
}


/* N: navigation portal sections */

.navigationSectionsContainer {
  background-color: #F5F6F7;
}

.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 0;
  border-top: 1px solid #E2E2E2;
}

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


/* Upload resume widget class for six columns */
/* @Thunder Case: 391001 - Fix Layout */
/* .resumeItemsSixColumns .uploadResumeField{
  width:20% !important;
} */

.footerCustomImage1 {
    vertical-align:top;
    max-width: 130px;
    max-height: 100px;
    margin-left: 2em;
}

/* Force jobdetail styles, css provided by the client*/

.jobDetailDescription {
  font-family: Arial, Helvetica, sans-serif !important;
}

.jobDetailDescription h3.title {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
  font-size: 1.17em !important;
  font-weight: bold !important;
}

.jobDetailDescription li,
.jobDetailDescription p,
.jobDetailDescription span,
.jobDetailDescription font,
.jobDetailDescription * {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
    font-weight: 300 !important;
    text-align: inherit !important;
}
.jobDetailDescription strong {
    font-weight: bold !important;
}
.jobDetailDescription div,
.jobDetailDescription li,
.jobDetailDescription p,
.jobDetailDescription span,
.jobDetailDescription font,
.jobDetailDescription em,
.jobDetailDescription u {
    font-size: 14px !important;
    font-weight: normal !important;
    font-weight: 300 !important;
    text-align: inherit !important;
    font-family: Arial, Helvetica, sans-serif!important;
    font-style: normal !important;
    color: #000000 !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
}
.jobDetailDescription strong {
    font-weight: normal !important;
}

.jobDetailVideo {
  margin: 1em 0;
  display: inline-block;
}

.jobDetailVideoClientServices {
  margin: 0;
  display: block;
}

.jobDetailVideo a {
  position: relative;
  display: block;
  width: 300px;
  height: 169px;
  border: 1px solid #d7d7d7;
  margin: 0 auto;
}
/* Fix Amsterdam and Client Services Fancy Video */
.preContentBoxRight .jobDetailVideo a {
  width: 100%;
  height: 258px;
  border: 0;
}

.jobDetailVideo img {
  display: block;
  width: 100%;
  max-width: 300px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -28px;
  clip: rect(28px,300px,197px,0px);
}
/* Fix Amsterdam and Client Services Fancy Video */
.preContentBoxRight .jobDetailVideo img {
  clip: auto;
  max-width: 100%;
  margin-top: 0;
}

.embed-video {
  margin-top: 30px;
}

.embed-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  margin-top: 30px;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  border: 0 none;
  max-width: 100% !important;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.helpTooltip {
  background-image: url("../images/info.png");
  background-size: contain;
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 16px;
  margin-right: 5px;
  margin-top: 5px;
  width: 16px;
}

/* Mobile Redefinitions */

@media all and (max-width: 980px) {
  .commonWrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .headerBannerTitle {
    font-size: 2.5em;
  }
  .headerBannerCopy {
    font-size: 1.3em;
  }
}


@media all and (max-width: 800px) {
  /* Styling */
  .mainTitleContainer {
    background-color: #FFFFFF;
  }
  .mainTitleContainer,
  .mainTitle {
    text-align: center;
    position: static;
  }
  .mainTitle {
    display: inline-block;
    margin-top: 0.6em
  }
  /* Mobile Menu Left*/
  .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: center;
    text-transform: none;
    line-height: 1;
    margin: 0;
    padding: 1em 0;
    font-size: 1.2em;
  }
  /* MM: Trigger elements slideDown */
  .tpt_menu_slideDown_trigger {
    display: inline-block;
    position: absolute;
    height: 80px;
    line-height: 80px;
    top: 0;
    right: 0;
    padding: 0 0.5em 0 3em;
    cursor: pointer;
    background-size: 2em 2em;
    background-position: 0.5em center;
    background-repeat: no-repeat;
    background-image: url('../images/menu_c2.svg');
  }
  .tpt_menu_slideDown_trigger:hover {
    outline-width: 0;
    background-image: url('../images/menu.svg');
  }
  .tpt_menu_slideDown_trigger.open {
    outline-width: 0;
    background-image: url('../images/menu.svg');
  }
  /* MM: Menu elements */
  .tpt_menu_slideDown_menu {
    display: none;
    background-color: #ffffff;
  }
  .tpt_menu_slideDown_menu.open {
    display: block;
  }
  /* MM: Trigger elements leftSlideAll */
  .tpt_menu_leftSlideAll_trigger {
    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_menu_leftSlideAll_trigger:hover,
  .tpt_menu_leftSlideAll_trigger:focus,
  .tpt_menu_leftSlideAll_trigger:active {
    background-color: #F0F0F0;
    outline-width: 0;
    background-image: url('../images/menu.svg');
  }
  .tpt_menu_leftSlideAll_trigger.open {
    outline-width: 0;
    background-image: url('../images/menu.svg');
  }
  /* MM: Menu elements */
  .tpt_menu_leftSlideAll_menu {
    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_menu_leftSlideAll_notificationOpen,
  html.tpt_menu_leftSlideAll_notificationOpen > body,
  html.tpt_menu_leftSlideAll_notificationOpenFallback,
  html.tpt_menu_leftSlideAll_notificationOpenFallback > 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_menu_leftSlideAll_notificationOpen .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);
  }
  .tpt_menu_leftSlideAll_notificationOpenFallback .mainWrapper {
    position: relative;
    left: 250px;
  }
  /* MM: Trigger elements */
  .tpt_menu_leftSlideMenu_trigger {
    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_menu_leftSlideMenu_trigger:hover,
  .tpt_menu_leftSlideMenu_trigger:focus,
  .tpt_menu_leftSlideMenu_trigger:active {
    background-color: #F0F0F0;
    outline-width: 0;
    background-image: url('../images/menu.svg');
  }
  .tpt_menu_leftSlideMenu_trigger.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);
  }
  .tpt_menu_leftSlideMenu_trigger.openFallback {
    outline-width: 0;
    background-image: url('../images/menu.svg');
    left: 250px;
  }
  /* MM: Menu elements */
  .tpt_menu_leftSlideMenu_menu {
    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_menu_leftSlideMenu_menu.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);
  }
  .tpt_menu_leftSlideMenu_menu.openFallback {
    left: 0;
  }

  .mainFooterCol1,
  .mainFooterCol2 {
    float: none;
    margin: 1em 0;
  }

  .footerCustomImage1{
    margin-left: 1em;
  }

}

@media all and (max-width: 768px) {
  .pageTitle {
    margin: 0 0 0.5em 0;
    font-size: 1.75em;
    line-height: 2;
  }
  .loginBox {
    padding: 0;
    margin: 0;
    width: auto;
  }
  .uploadResumeField {
    width: 50%;
  }
  #resumePaste {
    resize: vertical;
  }

/* Upload resume widget class */
/* @Thunder Case: 391001 - Fix Layout */
/* .resumeItemsSixColumns .uploadResumeField{
  width:50% !important;
} */

.bannerWithButtons {
    padding-left:20px;
  }

}

@media all and (max-width: 940px) {
  .slideStyle {
    max-width: 80%;
  }
  .bx-wrapper .bx-pager {
    bottom: -20px;
  }
}

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

  .bannerWithButtons h2 {
    font-size:36px;
  }

  .bannerWithButtons h3 {
    margin-bottom:20px;
  }

  .floatingButtons {
    margin-bottom:20px;
  }

  .floatingButtons a{
    font-size:13px;
    margin-bottom:10px;
  }

    .Section {
        float: none !important;
        width: 100% !important;
    }

}

@media all and (max-width: 610px) {
  .searchBox {
    float: none;
    width: auto;
  }
  .profilePictureContainer {
    float: none;
    padding: 0.5em 0 1em 0;
  }
  .profilePicture {
    margin: 0;
  }
  .profilePictureLink {
    display: none;
  }
  .headerBanner.headerBannerHome {
    vertical-align: bottom;
  }
  .customSearchBarCol1,
  .customSearchBarCol2,
  .customSearchBarCol3 {
    float: none;
    width: 100%;
    margin: 01em 0;
  }
  .customSearchBarCol3 .saveButton {
    max-width: 100%;
  }
  .headerBannerTitle {
    font-size: 2em;
    font-weight: 600;
  }
  .headerBannerCopy {
    font-size: 1.2em;
  }
  .slider {
    min-height: 500px;
  }
  .slideStyle {
    text-align: center;
    max-width: 300px;
    margin: 0px auto;
    color: #FFF;
  }
  .slideStyleTitle,
  .slideStyleCopy {
    max-width: 220px;
    margin: 0.5em auto;
  }
  .slideStyleTitle {
    font-size: 1.6em;
  }
  .slideStyleCopy {
    font-size: 1em;
  }
  .listStyle1 .listStyle-content {
    display: inherit;
  }
  .listStyle1 .listStyle-content .listStyle1Item {
    float: none;
    width: 100%;
    padding-bottom: 0em;
    display: inherit;
  }
  .listStyle1 .listStyle-content .listStyle1Separator {
    width: 100%;
    position: inherit;
    bottom: inherit;
    left: inherit;
    margin-left: inherit;
  }
  .mosaicImageLinksItem {
    width: 100%;
    float: none;
    margin: 0.5em 0;
  }
  .mosaicImageLinksItem:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
  .CheckBoxListFormField label {
    width: 100%;
  }
  .fieldBox3ColumnsInline .fieldBox {
    width: 100%;
  }
  .preContentBoxLeft,
  .preContentBoxRight {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 auto;
    max-width: 100%;
  }
  .preContentBoxLeft {
    margin-bottom: 3em;
  }

  .registerTextSmall {
    font-size: 0.6em;
    margin: 1.8em 0 -1.2em 0;
  }
}

@media all and (max-width: 440px){
  .preContentBoxRight .jobDetailVideo a {
    height: 200px;
  }
}

@media all and (max-width: 400px) {
  .slider {
    min-height: 460px;
    padding: 1em;
  }
  .slideStyle {
    text-align: center;
    max-width: 260px;
    margin: 0px auto;
    color: #FFF;
  }
  .slideStyleTitle {
    font-size: 1.5em;
  }
  .slideStyleCopy {
    font-size: 1em;
  }
  .slideStyleImage {
    width: 115px;
  }
  .bigCenteredButton .saveButton {
    width: 100%;
  }
  .headerBannerTitle {
    font-size: 1.8em;
  }
  .headerBannerCopy {
    font-size: 1.2em;
  }
  /* Upload resume widget class */
  /* @Thunder Case: 391001 - Fix Layout */
  .resumeItemsSixColumns .uploadResumeField{
    width: 100%;
  }
}

/* MODAL from edit profile */

/* The Modal (background) */
.modal {
    position: fixed;
    z-index: 100000;
    padding-top: 15%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    box-sizing: border-box;
    text-align: center;
    margin: auto;
    padding: 30px 25px;
    border: 1px solid #888;
    width: 65%;
}
h2.modalTitle {
    margin-bottom: 1em;
    font-weight: 500;
    font-size: 2em;
}
p.modalSubtitle {
    margin-bottom: 1.5em;
    color: #3c4046;
    font-weight: 400;
}


/*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 {
  background-image:none;
  border-color: #E2E2E2;
  height: 40px;
}
.select2-selection__arrow {
  border-left: 0;
  background-color: #FFF;
  background-image: none;
  height: 20px;
  top: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  border-left: 0;
  background-color: #FFF;
  background-image: none;
  height: 20px;
  top: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 14px;
  padding-top: 6px;
  color: black;
  font-size: 14px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: black !important;
}
/*End select2 upgrade parsing*/

/* Select 2 Fix Style Issues [Minor] - @Case: /364544 */
.select2-container--default .select2-selection--single {
  border: 0 !important;

}
.select2.select2-container.select2-container--default {
  border-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
}
.select2-search--dropdown {
  padding: 12px 4px 8px 4px !important;
  border-left: 1px solid #E2E2E2 !important;
  border-right: 1px solid #E2E2E2 !important;

}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 0px !important;
  height: 40px !important;
  border-radius: 5px;
  border-color: transparent transparent black transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent black transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0 !important;

}
.select2-dropdown {
  border: 0 !important;
}
.select2-results {
  border: 1px solid #E2E2E2 !important;
  border-top: 0 !important;
}
.customSearchBar .select2.select2-container.select2-container--default {
  border: none;
}

/* @Case: 398612 - Add style to fix Wizard layout */
.cssHelper_wiz_TalentCommunity__FixLayout {
  padding-top: 1em;
  padding-bottom: 1.45em;
}
body.body_IE.body_IE11 .cssHelper_wiz_TalentCommunity__FixLayout {
  padding-top: 1.1em;
  padding-bottom: 1.5em;
}
body.body_Firefox .cssHelper_wiz_TalentCommunity__FixLayout {
  padding-bottom: 1.55em;
}

/*form.form--has-errors .cssHelper_wiz_TalentCommunity__FixLayout {
  padding-bottom: 2.080em;
}
body.body_IE.body_IE11 form.form--has-errors .cssHelper_wiz_TalentCommunity__FixLayout {
  padding-bottom: 2.40em;
}
body.body_Firefox form.form--has-errors .cssHelper_wiz_TalentCommunity__FixLayout {
  padding-bottom: 2.225em;
}*/
/* @Case: 398612 - END */

.errorMessage, .warningMessage, .duplicateWarningMessage {
  bottom: 0;
  font-size: 14px;
  position: relative;
}

.positionsTable td:nth-child(2),
.positionsTable th:nth-child(2) {
  width: 220px
}
.positionsTable td:nth-child(3),
.positionsTable th:nth-child(3) {
  width: 140px
}


/*BUTTON STYLE*/

.methodButton.methodButton--google {
  padding: 3px 0px 4px 37px;
  background-size: 34px;
  color: #FFF;
}

.methodButton.methodButton--googledrive {
  padding: 3px 13px 3px 36px;
  background-image: url(../images/ico_googledrive_16.png);
  background-position: 10px;
}

.methodButton.methodButton--dropbox {
  background-image: url(../images/ico_dropbox_32.png);
  background-position: 6px;
  padding: 3px 13px 3px 36px;
  background-size: 28px;
}

.methodButton.methodButton--indeed--indeed {
  color: #FFFFFFF !important;
}

.commonLoginBox>.formSizes1>.fieldBox3ColumnsInline>.fieldBox {
  width: 100%;
}

.tpt_loginHiddenFields.open>.formSizes1>.fieldBox3ColumnsInline>.fieldBox {
  width: 30%;
  margin-right: 3%;
  float: left;
}

@media all and (max-width:750px) {
  .tpt_loginHiddenFields.open>.formSizes1>.fieldBox3ColumnsInline>.fieldBox {
    width: 100%;
    margin-right: 0;
    float: none;
    max-width: 318px;
    margin: auto;
  }
}
