/*Fontset*/
@font-face {
  font-family: 'myriad_set_prothin';
  src: url('../fonts/myriadsetpro-thin-webfont.eot');
  src: url('../fonts/myriadsetpro-thin-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/myriadsetpro-thin-webfont.woff') format('woff'),
       url('../fonts/myriadsetpro-thin-webfont.ttf') format('truetype'),
       url('../fonts/myriadsetpro-thin-webfont.svg#myriad_set_prothin') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'myriad_set_promedium';
  src: url('../fonts/myriadsetpro-medium-webfont.eot');
  src: url('../fonts/myriadsetpro-medium-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/myriadsetpro-medium-webfont.woff') format('woff'),
       url('../fonts/myriadsetpro-medium-webfont.ttf') format('truetype'),
       url('../fonts/myriadsetpro-medium-webfont.svg#myriad_set_promedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'myriad_set_probold';
  src: url('myriadsetpro-bold-webfont.eot');
  src: url('myriadsetpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('myriadsetpro-bold-webfont.woff') format('woff'),
       url('myriadsetpro-bold-webfont.ttf') format('truetype'),
       url('myriadsetpro-bold-webfont.svg#myriad_set_probold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*myriad set font*/
@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot?mbljpp');
    src:url('../fonts/icomoon.eot?#iefixmbljpp') format('embedded-opentype'),
        url('../fonts/icomoon.woff?mbljpp') format('woff'),
        url('../fonts/icomoon.ttf?mbljpp') format('truetype'),
        url('../fonts/icomoon.svg?mbljpp#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;mar
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*ICON APPLE*/
.icon-apple:before {
    content: "\e600";
    font-size: 38px;
}

body {
    font-family: "myriad_set_promedium", Helvetica, sans-serif;
    line-height: 1.3;
    color: #666666;
    -moz-osx-font-smoothing: grayscale;
    //-webkit-text-stroke-width: .05px;
    //-webkit-text-stroke-color: white;
    -webkit-font-smoothing: antialiased;
}
html,
.mainFooter{
    background-color: #fff;
}
a, a:link, a:visited{
    color: #0FA1EA;
}
a:hover, a:focus{
    color: #0FA1EA;
    text-decoration: underline;
}
/*input radius*/
.formColors1 input, .formColors1 textarea, .formColors1 select{
  border-radius: 4px;
  font-family: "myriad_set_prothin", Helvetica, sans-serif;
  line-height: 2.5;
  padding-bottom: 0;
  padding-top: 4px;
  font-size: 0.85em;
  color: #666;
}
/*arrow*/
.formColors1 select,
.formColors2 select{
    background: #FFFFFF url(../images/arrow_down.png) no-repeat scroll 97% 44%;
    border: 1px solid #E2E2E2;
    /*appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;*/
    -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
}

.formColors1 input[type="checkbox"]{
  margin-right: 8px;
  margin-top: -3px;
}
.formSizes1 input[type="file"] {
  height: auto;
  line-height: 1em;
  padding-left: 5px;
}
/*CUSTOM UPLOAD FILE*/
input[type="file"].FileField::-webkit-file-upload-button{ 
    visibility: hidden; 
}
input[type="file"].FileField:before {
    content: 'Select file';
    display: inline-block;
    background: #e5e5e5;
    padding: 4px 3px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-size: 0.99em;
    color: #666;
    font-style: normal;
    border-radius: 6px;
    padding: 9px 15px 9px;
    line-height: 1.1;
    height: 11px;
}
.body_Firefox .formSizes1 input[type="file"] {
  padding: 0;
  margin: 0;
  outline: transparent !important;
  background: transparent;
  border: 0 !important;
  border-color: transparent !important;
  display: block;
  width: 100%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
div[id^="fileInput_"] {
    background: #fff;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    display: block;
    float: left;
    width: 100%;
    min-height: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
@media only screen and (max-width: 580px) {
  div[id^="fileInput_"] {
    padding-top: 3px !important;
  }
}
::-webkit-input-placeholder {
  line-height:22px
}
:-moz-placeholder { /* Firefox 18- */
  line-height:22px
}
::-moz-placeholder {  /* Firefox 19+ */
  line-height:22px
}
:-ms-input-placeholder {  
  line-height:22px
}
/*btn login and gradient for buttons save and cancel and hover too*/
/* B: Inactive states */
button{
  font-size: 0.95em;
}
.genericButton, .saveButton, .nextButton, .gotoButton, .redirectUrlButton, .previousButton, .homeButton, .cancelButton{
  line-height: 2.5;
}
/*BUTTONS AND HOVER STYLES*/
.fullWidthButton, .buttonBar .fullWidthButton,
.saveButton, .saveButton:link, .saveButton:visited,
.nextButton, .nextButton:link, .nextButton:visited,
.gotoButton, .gotoButton:link, .gotoButton:visited,
.redirectUrlButton, .redirectUrlButton:link, .redirectUrlButton:visited {
    text-transform: none;
    font-family: "myriad_set_promedium", Helvetica, sans-serif;
    border-radius: 4px;
    border: none;
    background: #6BBFF3;
    background: -moz-linear-gradient(top, #6BBFF3 15%, #0085d2 98%);
    background: -webkit-linear-gradient(top, #6BBFF3 15%,#0085d2 98%);
    background: linear-gradient(to bottom, #6BBFF3 15%,#0085d2 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6BBFF3', endColorstr='#0085d2',GradientType=0 );
}
.fullWidthButton:hover, .buttonBar .fullWidthButton:hover,
.saveButton:hover, .saveButton:focus, .saveButton:active,
.nextButton:hover, .nextButton:focus, .nextButton:active,
.gotoButton:hover, .gotoButton:focus, .gotoButton:active,
.redirectUrlButton:hover, .redirectUrlButton:focus, .redirectUrlButton:active{
    text-transform: none;
    background: #3c9be3;
    background: -moz-linear-gradient(top, #3c9be3 10%, #1766c7 98%);
    background: -webkit-linear-gradient(top, #3c9be3 10%,#1766c7 98%);
    background: linear-gradient(to bottom, #3c9be3 10%,#1766c7 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c9be3', endColorstr='#1766c7',GradientType=0 );
    color: white;
}
.previousButton, 
.previousButton:link, 
.previousButton:visited, 
.homeButton, 
.homeButton:link, 
.homeButton:visited, 
.cancelButton, 
.cancelButton:link, 
.cancelButton:visited{
    text-transform: none;
    font-family: "myriad_set_promedium", Helvetica, sans-serif;
    color: white;
    border-radius: 4px;
    border: none;
    background: #CCCCCC;
    background: -moz-linear-gradient(top, #CCCCCC 10%, #a9a9a9 98%);
    background: -webkit-linear-gradient(top, #CCCCCC 10%,#a9a9a9 98%);
    background: linear-gradient(to bottom, #CCCCCC 10%,#a9a9a9 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCCCCC', endColorstr='#a9a9a9',GradientType=0 );
}
.previousButton:hover, 
.previousButton:focus, 
.previousButton:active, 
.homeButton:hover, 
.homeButton:focus, 
.homeButton:active, 
.cancelButton:hover, 
.cancelButton:focus, 
.cancelButton:active {
    color: white;
    background: #aaa;
    background: -moz-linear-gradient(top, #aaa 10%, #606060 98%);
    background: -webkit-linear-gradient(top, #aaa 10%,#606060 98%);
    background: linear-gradient(to bottom, #aaa 10%,#606060 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaa', endColorstr='#606060',GradientType=0 );
}
/*HEADER*/
/*new images*/
.headerBanner {
    background-color: #F7F7F7;
    color: #FFFFFF;
    background-size: cover;
    background-image: url(../images/EventsApple.jpg);/*peopleApple.jpg*/
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}
.successfullPage .headerBanner {
    background-image: url(../images/ThanksEventsApple.jpg);
}
/*new images*/
.headerBanner::before {
    content: "";
    display: block;
    padding-top: 50.2%;
}
.headerBanner .blackText{
    background-color: rgba(0,0,0,0.5);
    padding: 28px 0px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
/*CHEVRON ICON ON BLACK BAR*/
.chevron::before {
  border-style: solid;
  border-width: 0.085em 0.085em 0 0;
  content: '';
  display: inline-block;
  height: 0.35em;
  left: 0.15em;
  position: relative;
  top: 0.09em;
  transform: rotate(45deg);
  /*-webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);*/
  -ms-transform: rotate(45deg);
  -sand-transform: rotate(45deg);
  vertical-align: top;
  width: 0.35em;
}
.chevron.right:before {
  left: 0;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -sand-transform: rotate(45deg);
}
.chevron.bottom:before {
  top: 0;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -sand-transform: rotate(135deg);
}
.chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -sand-transform: rotate(-135deg);
}
/*CHEVRON ICON for LIST*/
.chevron.list::before {
    height: 0.60em;
    left: 0.10em;
    top: 0.45em;
    width: 0.55em;
    color: #0088cc;
}
/*CHEVRON ICON*/
.headerBanner .blackText a{
    color: #FFFFFF;
}
.headerBanner .blackText p{
    color: white;
    line-height: 20px;
    vertical-align: sub;
    font-family: "myriad_set_prothin", Helvetica, sans-serif;
    font-size: 1.425rem;
}
.mainText{
    max-width: 920px;
    margin: 0 auto;
    padding: 1.1em 0 0.5em 0;
    margin-bottom: 15px
}
.mainText .mainBigText{
  margin:55px 0px 27px
}
.mainText .mainBigText p{
    text-align: center;
    width: 100%;
    margin: 0px;
    font-size: 68.8px;
    line-height: 68.8px;
    letter-spacing:-1.28px;
    font-weight: 200;
    font-family: "myriad_set_prothin", Helvetica, sans-serif;
    color: black;
}
.mainText .mainBigText span{
  display: block;
}
.mainText p{
    text-align: center;
    width: 100%;
    margin: 0px;
    font-size: 1.595rem;
    line-height: 1.7;
    font-weight: 100;
    font-family: "myriad_set_prothin", Helvetica, sans-serif;
}
.mainText p.mTop15{
  margin-top: 15px;
}
.mainTextCenter{
  width: 90%;
  margin: 0 auto;
  color: #666;
}

.mainTitleContainer{
  height: 100px;
}
.mainTitle{
    height: 100px;
    position: relative;
}
.mainTitle > a,
.mainTitle > span{
    color: #a9a9a9;
    text-align: center;
    line-height: 101px;
    display: block;
}
.mainTitle > a:hover {
    text-decoration: none;
}
/*NAVIGATION*/
.mainTitle,
.navigationStatic,
.navigationStatic .navigationItem{
    line-height: 40px;
}
.navigationSectionsContainer{
    background-color: white;
}
.navigationSections{
    border-bottom:1px solid #E9E9E9 
}
.navigationStatic > .navigationList {
    text-align: left;
    margin-left: 25px;
}
.navigationStatic .navigationItem{
    text-transform: none;
}
.navigationStatic a:link, .navigationStatic a:visited {
    color: #fff;
}
/*FOOTER*/
.mainFooter{
    border-top: 1px solid #E9E9E9;
    padding: 1.5em 0 1.8em 0;
}
.mainFooterLegal, .mainFooterNav{
    text-align: center;
    color: #A9A9A9;
    padding-top: 0.6em;
    font-size: 0.85em;
}
.mainFooterLegal .icon{
      vertical-align: sub;
    line-height: 16px;
    height: 16px;
    display: inline-block;
}
/*BlueforLink*/
.currentPageLink, 
.currentPageLink:link, 
.currentPageLink:visited, 
.currentPageLink:hover, 
.currentPageLink:focus, 
.currentPageLink:active {
    color: #1CB7FF;
    border-color: #1CB7FF;
}
.tableList .tpt_listSortableItem:hover, 
.tableList .tpt_listSortableItem:focus, 
.tableList .tpt_listSortableItem:active,
.paginationItem:hover, 
.paginationItem:focus, 
.paginationItem:active {
    border-color: #1CB7FF;
}
.tableList .tpt_listSortableItem:hover, 
.tableList .tpt_listSortableItem:focus, 
.tableList .tpt_listSortableItem:active,
.tableList .tpt_listSortableItem.listSortableItemActive,
.blueLink a{
  color: #1CB7FF;
}

/*List*/
.formColors2 input, 
.formColors2 textarea, 
.formColors2 select{
    background-color: #FFFFFF;
    border-color:#CACACA;
    border-radius: 4px;
    font-family: "myriad_set_prothin", Helvetica, sans-serif;
    vertical-align: middle;
    height: 2.5em;
    padding: 8px;
    min-height: 38px;
    font-size: 0.85em;
}
.formColors2 input:focus, 
.formColors2 textarea:focus, 
.formColors2 select:focus{
    outline: -webkit-focus-ring-color auto 5px;
    outline-color: rgb(169, 169, 169);
}
/*arrow for select same as wizard*/
.fieldBoxLabel{
  font-size: 14px;
}
.tableList.tableListAlternateRows.listMultipleColumns.tableList td{
  padding: 0.5em 0.7em;
}
.formCustomFullSize{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    max-width: 760px;
}
.formCustomFullSize .searchBox{
    width: 40%
}
.formCustomFullSize .searchBox.searchButtonBox{
    width: 15%;/*12*/
}
.formCustomFullSize .searchButtonBox,
.formCustomHalfSize .searchButtonBox{
    /*margin-top: 28px;*/
}
.formCustomFullSize .searchButtonBox .saveButton,
.formCustomHalfSize .searchButtonBox .saveButton{
    width: 100%;
}
.formCustomFullSize .searchBoxFieldContainer,
.formCustomHalfSize .searchBoxFieldContainer{
    width: 95%
}
.formCustomFullSize .searchBoxLabel,
.formCustomHalfSize .searchBoxLabel{
    padding-left: 0;
    padding-top: 0;
}
.formCustomFullSize .saveButton,
.formCustomHalfSize .saveButton{
    border-width:1px;
}
/**/
.formCustomHalfSize{
    width: 53%;
    max-width: 490px;
    margin: 0 auto;
}
.formCustomHalfSize .searchBox{
    width: 55%;
}
.formCustomHalfSize .searchBox.searchButtonBox{
    width: 28%;
}
/*WIDTH ON FORMS*/
.fieldBox{
  float: left;
  width: 28%;/*22*/
}
.listControls{
  border-bottom: none;
  border-top: none;
}
.titleTextForm{
    margin: 38px 0px 5px;
    float: left;
    width: 100%;
    font-size: 1.425rem;
    font-weight: 100;
    font-family: "myriad_set_prothin", Helvetica, sans-serif;
}
.listSingleColumnItemTitle{
  padding-bottom: 0;
    font-family: "myriad_set_prothin", Helvetica, sans-serif;
    line-height: 30px;
    text-transform: none;
    color: #000;
    margin: 10px 0px 0px;
    font-size: 1.875rem;
}
.listSingleColumnItemTitle a{
  color: #000;
  text-decoration: none;
}
.listSingleColumnItemMiscData {
    color: #000;
    font-size: 18px;
    text-transform: none;
    font-weight: 100;
    font-family: "myriad_set_prothin", Helvetica, sans-serif;
    font-size: 18px;
    text-transform: none;
    padding-top: 3px;
    overflow: hidden;
}
.listSingleColumnItemMiscDataItem{
  float: right;
}
.FL,
.Comma{
  float: left;
}
.marR05{
  margin-right: 5px;
}
.listSingleColumnItem{
  border-bottom: 1px solid #f6f6f6;
  margin: 10px 0px;
}
.listSingleColumnItem .listSingleColumnItemDescription{
    color: #666;
    font-family: "myriad_set_prothin", Helvetica, sans-serif;
    text-transform: none;
    padding: 5px 0px;
    margin: 10px 0px;
    font-size: 1.275rem;
    font-style: normal;
    font-weight: 200;
    line-height: 1.5;
}
.listSingleColumnItem p a{
    color: #0088cc !important;
    font-size: 20px;
    font-weight: 100;
    font-family: "myriad_set_prothin", Helvetica, sans-serif;
}
.listPagination{
    clear: both;
    float: none;
    text-align: right;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    margin-top: 39px;
}
/*ListDetailPerson TalentDetail*/
.fieldSetLabel{
  font-family: "myriad_set_promedium", Helvetica, sans-serif;
  display: block;
  color:#666; 
}
.TalentDetail .personDetailWhite,
.FullColors .detailWhite{
    background-color:#fff;
    overflow: auto;
    margin-bottom: 20px;
}
.TalentDetail .mainContent,
.FullColors .mainContent{
  max-width:100%;
  padding-top: 0px;
  padding-bottom: 0px;
}
.mainContent.mTop50{
  margin-top: 50px;
}
.TalentDetail .content,
.TalentDetail form,
.FullColors .content{
    max-width: 920px;
    margin: 0 auto
}
.TalentDetail .WizardInDetail{
  background-color:#f5f5f5;
  padding: 25px 0px 15px;
}
.bgGrey{background-color: #f6f6f6;}
.mainCol{background-color: #FFF;}
.pad2Top{
  padding: 2em 0;
}
.wiz_2Columns .fieldSpec.buttonBar{
    width: 100%;
    clear: both;
    text-align: center;
    padding-bottom: 0px;
    min-height: 40px;
}
.fieldSpec.MultiLineFormField{
    width: 100%;
}
.navigationBackLinks{
    border-top: none;
}

/*titlePerson*/
.personDetailWhite .pageTitle{
    width: 100%;
    font-size: 40px;
    line-height: 40px;
    font-weight: 100;
    font-family: "myriad_set_prothin", Helvetica, sans-serif;
    text-transform: none;
    margin: 0px 0px 20px;
}
.pageTitle{
  color: #000;
}
.personDetailWhite .pageCaption{
    font-size: 25px;
    line-height: 35px;
    font-weight: 100;
    font-family: "myriad_set_prothin", Helvetica, sans-serif;
    text-transform: none;
    margin: 15px 0px;
    padding: 0;
}
.personDetailWhite .jobDetails{
    font-size: 18px;
    line-height: 30px;
    font-weight: 100;
    font-family: "myriad_set_prothin", Helvetica, sans-serif;
    text-transform: none;
    margin: 15px 0px;
    padding: 0;
    margin-bottom: 30px;
}
.personDetailWhite .fieldSet{
    margin-bottom:0.5em;
}
.personDetailWhite .fieldSet.mBot15,
.mBot15{
    margin-bottom: 20px;
}
.personDetailWhite .buttonControls{
    min-height: 50px;
    line-height: 30px;
}
.personDetailWhite .buttonControls .saveButton{
    display: inline-block;
    line-height: 2.5;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    min-width: 15%;
    font-size: 15px;
}
.jobDetailDetails{
    width: 100%;
    font-family: "myriad_set_prothin", Helvetica, sans-serif;
    text-transform: none;
    margin-bottom: 30px;
    font-size: 1.275rem;
    font-style: normal;
    font-weight: 200;
    line-height: 1.5;
}
/*specific for wizard appearence*/
.fieldSpec.textMain{
    width: 100%;
    font-family: "myriad_set_prothin", Helvetica, sans-serif;
    text-transform: none;
    text-align: center;
    margin-top: 20px;
}
.fieldSpec.textMain h2{
    font-size: 46px;
    line-height: 50px;
    font-weight: 100;
    color: #000;
}
.fieldSpec.textMain p{
    font-size: 18px;
    line-height: 30px;
}
.wiz_2Columns .fieldSpec.textTitle .fieldSpecPadder{
  padding:0px 0px 0px 5px;
}
.fieldSpec, .formfieldSpec, .datasetfieldSpec{
    min-height: 6.6em;
    padding-bottom: 6px;
}
.errorMessage, .warningMessage, .duplicateWarningMessage {
    color: #FF0000;
    clear: both;
    font-size: 12px;
    line-height: 14px;
}
.fieldSpec.RadioButtonListFormField{
    min-height: 55px
}
.fieldSpec.buttonBar{
    text-align: center;
    margin-bottom: 20px
}
.fieldSpec .labelText{
    width: 100%;
    font-family: "myriad_set_prothin", Helvetica, sans-serif;
    font-size: 0.97rem;
    font-style: normal;
    font-weight: 200;
    line-height: initial;
}
/*titleforWizard and separators*/
.fieldSpec.textTitle,
.fieldSpec.MultipleDatasetEntryFormField .labelText,
.textTitle.Separator span,
.Section.Section1 .Separator span,
.Section.Section2 .Separator span,
.Section.Section3 .Separator span,
.Section.Section4 .Separator span,
.Section.Section5 .Separator span{
    font-size: 25px;
    line-height: 35px;
    font-weight: 100;
    font-family: "myriad_set_prothin", Helvetica, sans-serif;
    text-transform: none;
    clear: both;
    float: left;
    width: 100%;
    padding: 0px;
    padding-left: 0px;
    margin: 20px 0px 5px;
}
.fieldSpec.MultiLineFormField.mainTextArea textarea{
    background-color: #D1D1D1;
}
.wiz_2Columns .fieldSpec:nth-child(2n + 1){
    clear: none;
}
.CheckBoxListFormField label, .RadioButtonListFormField label{
    float: left;
    margin: 0px 9px 0px 0px;
}
.fieldSpec.bigCheckBox.RadioButtonListFormField{
    min-height: 150px; 
}
.removeDatasetRow, 
.removeDatasetRow:link, 
a[id^="addRowFor"], 
a[id^="addRowFor"]:link{
    color: #0eaaf2;
}
a[id^="addRowFor"]:hover, 
a[id^="addRowFor"]:focus, 
.removeDatasetRow:active {
    color: #0051bc;
}
/*checkbox to100%*/
.fieldSpec.AcceptCheckboxField{
    width: 100%;
    position: relative;
    margin: 15px 0px 0px;
    font-family: "myriad_set_prothin", Helvetica, sans-serif;
    font-size: 0.85em;
}
.fieldSpec.AcceptCheckboxField .labelText {}
.fieldSpec.AcceptCheckboxField label {
    position: absolute;
    top: 0;
    left: 24px;
    line-height: 24px;
    font-family: "myriad_set_promedium", Helvetica, sans-serif;
}
/*Wizard a lot of fields*/
.fieldSpec.MultipleDatasetEntryFormField{
  width: 100%;
}
div [id*="multipleDatasetEntry"]{
  float: left;
    width: 48%;
    margin: 0 1%;
}
/*TEST*/
.Section.Section1,
.Section.Section2,
.Section.Section3,
.Section.Section4,
.Section.Section5{
  clear: both;
}

.Section .Separator .SeparatorDescription{
  display: none;
}
.ParagraphWithFormatInputContainer {
    width: 93%;
}
.successfullPage .mainContent{
  padding: 0;
}

/*redifine for mobile*/
@media all and (max-width: 800px) {
  /*logoapple*/
  .tpt_menuLeftSlideAllTrigger:hover, 
  .tpt_menuLeftSlideAllTrigger:focus, 
  .tpt_menuLeftSlideAllTrigger:active{
    border-color: transparent;
  }
  .mainTitleContainer{
  width: 100%;
  padding: 18px;
  }
  .mainTitle > a,
  .mainTitle > span{
  width: 100%;
  color: darkgray;
  }
  .navigationMenu{
    background-color: #252525;
  }
  .navigationMenu .navigationList .navigationItem.userLink{
    padding: 15px;
    color: #12D9F6;
  }
  .navigationList > .navigationItem a:hover, 
  .navigationList > .navigationItem a:focus, 
  .navigationList > .navigationItem a:active {
    color: #FFFFFF;
    background-color: #9D9D9D;
  }

  .navigationStatic > .navigationList{
    margin-left: 0;
  }
  .TalentDetail .WizardInDetail{
    padding: 15px 10px;
  }
  /*wizard dataset*/  
  div [id*="multipleDatasetEntry"] {
      float: left;
      width: 100%;
      margin: 0;
  }/*events*/
  .mainTitleContainer{
    padding: 0;
  }
  .headerBanner{
    text-align: center;
    margin-bottom: 40px;
  }
  .successfullPage .headerBanner{
    margin-bottom: 0px;
  }
  .mainText .mainBigText p{
    font-size: 40px;
    line-height: 40px;
  }
  .fieldBox{
    float: none;
    width: 100%;
  }
  .titleTextForm{
    text-align: center;
  }
  .fieldBoxLabel{
    margin-left: 10px;
  }
  form {
    padding: 0.5em;
  }
  .pad2Top{
    padding: 1em
  }
  .formCustomFullSize .searchBoxFieldContainer, .formCustomHalfSize .searchBoxFieldContainer{
    width: 99%;
  }
  .formCustomFullSize .searchBox.searchButtonBox{
    width: 100%;
  }
  .genericButton, 
  .saveButton, 
  .nextButton, 
  .gotoButton, 
  .redirectUrlButton, 
  .previousButton, 
  .homeButton, 
  .cancelButton{
    min-width: 100%;
  }
  /*blackbar responsive*/
  .full-width-banner {}
  .mainText .mainBigText{
    margin:20px 0px;
  }
  .headerBanner .blackText{
    padding:13px 0px 8px;
    bottom: -2.55em; 
    background-color: #f6f6f6;
  }
  .headerBanner .blackText p{
    color: black;
    font-size: 16px;
  }
  /*title for responsive*/
  .listSingleColumnItemTitle{
    font-size: 24px;
  }
  .mainText p,
  .listSingleColumnItem .listSingleColumnItemDescription,
  .listSingleColumnItem p a {
    color: #666666;
    font-size: .875rem;
    margin: 0 0 .5rem;
    text-align: left;
  }
  .mainContent.mTop50{
    margin-top: 0px;
  }
  .titleTextForm{
    margin-top: 22px;
  }
  .headerBanner .blackText a,
  .chevron::before,
  .chevron{
    color: #0088cc !important;
  }
  .formColors2 input, .formColors2 textarea, .formColors2 select{
    line-height: 44px;
    height: 40px;
    padding: 0px 8px;
    line-height: 1.2;
  }
  .chevron::before {
    height: 0.35em !important;
    left: 0.10em !important;
    top: 0.25em !important;
    width: 0.33em !important;
  }
  .chevron.list::before {
    top: 0.38em !important;
  }
  /*LIST BEHAVIOR OF SPANS*/
  .listSingleColumnItemMiscData span.FL,
  .listSingleColumnItemMiscData span.listSingleColumnItemMiscDataItem{
    display: block;
    float: none;
  }
  .Comma{
    display: none;
  }
  .mainCol {
      padding-left: 30px;
      padding-right: 30px;
  }
}

@media only screen and (max-width: 450px) {
  .mainText .mainBigText p {
    font-size: 2.25rem;
    letter-spacing: -0.08rem;
    line-height: 1;
  }
  .chevron::before {
    height: 0.35em !important;
    left: 0.10em !important;
    top: 0.25em !important;
    width: 0.33em !important;
  }
}

/*bugfixing IE*/
.body_IE9 .fieldSpec,
.body_IE9 .formfieldSpec,
.body_IE9 .datasetfieldSpec,
.body_IE10 .fieldSpec,
.body_IE10 .formfieldSpec,
.body_IE10 .datasetfieldSpec{
    height: 115px;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
.body_IE9 select option,
.body_IE9 select,
.body_IE10 select option,
.body_IE10 select{
    font-family: 'Arial', Helvetica, Verdana, sans-serif;
}
.body_IE .formSizes1 input[type="file"],
.body_IE9 .formSizes1 input[type="file"],
.body_IE10 .formSizes1 input[type="file"] {
  padding: 6px;
}

.body_IE .body_IE9 .wiz_2Columns .fieldSpec,
.body_IE .body_IE10 .wiz_2Columns .fieldSpec,
.body_IE.body_IE9 .wiz_2Columns .fieldSpec,
.body_IE.body_IE10 .wiz_2Columns .fieldSpec,
.body_IE9 .wiz_2Columns .fieldSpec,
.body_IE10 .wiz_2Columns .fieldSpec {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.pageTitleSign1{
    margin-top: 20px !important;
    font-family: "myriad_set_prothin", Helvetica, sans-serif;
    text-transform: none;
    color: #000;
    text-align: center;
    width: 100%;
    margin: 0px;
    font-size: 55.8px;
    letter-spacing: -1.28px;
    font-weight: 200;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}
.pageSubTitleSign1{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: 100;
    font-family: "myriad_set_prothin", Helvetica, sans-serif;
    margin-bottom: 40px;
    max-width: 920px;
}
a {
    text-decoration: none;
}
.tpt_wizard .saveButton{
  margin-top: 35px;
}
.searchBoxFieldContainer .saveButton {
    font-size: 0.95em;
}

.countryName{
  color: #A9A9A9;
  text-decoration: none;
  margin-top: -5px;
  position: relative;
  top: -3px;
}
.countryName:hover{
  text-decoration: none !important;
}