﻿@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
body {
  color: #333;
  background: #fff;
  font-family: "Lato", Arial, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-size: 14px; }

#facebook-jssdk-iframe {
  display: none; }

ul, li, p, label, dd, dt,
select, input, textarea, span, div.importantText, .simpleSearchForm .lnkToAdvancedSearch {
  font-size: 14px;
  line-height: 1.2em;
  font-family: "Lato", Arial, Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6, h7 {
  font-family: "Lato", Arial, Arial, Helvetica, sans-serif; }

@supports (-moz-appearance: none) {
  select {
    -moz-appearance: none !important;
    background: transparent url("data:image/gif;base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==") right center no-repeat !important;
    background-position: calc(100% - 5px) center !important; } }

h1 {
  font-size: 1.5rem; }

h2 {
  font-weight: bold; }

a {
  text-decoration: none;
  color: #017bc2; }
  a:hover {
    color: #1db8e8;
    text-decoration: none; }

p {
  text-align: left; }

.login-btn a:hover {
  font-weight: initial; }

.clear {
  clear: both; }

.d-none {
  display: none; }

.CountryButton {
  background: #00A1C9;
  background: -moz-linear-gradient(-45deg, #00a1c9 0%, #00699c 100%);
  background: -webkit-linear-gradient(-45deg, #00a1c9 0%, #00699c 100%);
  background: linear-gradient(135deg, #00a1c9 0%, #00699c 100%);
  -webkit-box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.08);
  text-transform: uppercase;
  border: 0px;
  background: #00699C !important; }

.darkgrayButton {
  color: #ffffff !important; }

.button, .graybutton {
  background: #00A1C9;
  background: -moz-linear-gradient(-45deg, #00a1c9 0%, #00699c 100%);
  background: -webkit-linear-gradient(-45deg, #00a1c9 0%, #00699c 100%);
  background: linear-gradient(135deg, #00a1c9 0%, #00699c 100%);
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 0px !important;
  padding: 7px 10px;
  outline: none;
  border-radius: 0px;
  box-shadow: none; }
  .button:hover, .graybutton:hover {
    background: -moz-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
    background: -webkit-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
    background: linear-gradient(135deg, #00699C 0%, #00699C 100%);
    color: #ffffff; }
  .button:active, .graybutton:active {
    background: -moz-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
    background: -webkit-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
    background: linear-gradient(135deg, #00699C 0%, #00699C 100%);
    color: #ffffff; }
  .button.focus, .button:focus, .graybutton.focus, .graybutton:focus {
    box-shadow: none; }

.btn {
  background: #00A1C9;
  background: -moz-linear-gradient(-45deg, #00a1c9 0%, #00699c 100%);
  background: -webkit-linear-gradient(-45deg, #00a1c9 0%, #00699c 100%);
  background: linear-gradient(135deg, #00a1c9 0%, #00699c 100%);
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 0px !important;
  padding: 7px 10px;
  outline: none;
  border-radius: 0px;
  box-shadow: none; }
  .btn:hover {
    background: -moz-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
    background: -webkit-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
    background: linear-gradient(135deg, #00699C 0%, #00699C 100%);
    color: #ffffff; }
  .btn:active {
    background: -moz-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
    background: -webkit-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
    background: linear-gradient(135deg, #00699C 0%, #00699C 100%);
    color: #ffffff; }
  .btn.btn-danger {
    background: -moz-linear-gradient(-45deg, #e63f3f 0%, #9c0000 100%);
    background: -webkit-linear-gradient(-45deg, #e63f3f 0%, #9c0000 100%);
    background: linear-gradient(135deg, e63f3f 0%, #9c0000 100%);
    transition: none; }
    .btn.btn-danger:hover {
      background: #e63f3f; }

#headerContainer {
  height: auto;
  padding: 5px 0px;
  border-bottom: 1px solid #eaeaea; }
  #headerContainer a, #headerContainer .buttonContainer, #headerContainer span {
    display: inline-block;
    float: right; }

.errorBox {
  display: inline-block;
  width: 100%; }

.warning {
  background: url(../images/baseline_warning_black_18dp.png) 15px 50% no-repeat #fffaba;
  padding-left: 40px; }

.alert-danger {
  background: url(../images/glyphicons-198-remove.png) 15px 50% no-repeat #ffdede;
  padding: 15px;
  padding-left: 50px;
  margin-bottom: 20px; }

.ui-dialog .ui-widget-content {
  border: 1px solid transparent; }

.ui-dialog-titlebar-close {
  padding: 0 !important;
  background: none;
  border: none; }
  .ui-dialog-titlebar-close.ui-button {
    padding: 0 !important;
    background: none;
    border: none; }
    .ui-dialog-titlebar-close.ui-button:focus {
      background-color: #0073ea;
      cursor: pointer;
      border: none;
      outline: none; }
  .ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:focus {
    background-color: #0073ea;
    cursor: pointer;
    border: none;
    outline: none; }
    .ui-dialog-titlebar-close:hover:after, .ui-dialog-titlebar-close:focus:after {
      background-color: #0073ea;
      background-image: url(/images/ui-icons_ffffff_256x240.png); }
  .ui-dialog-titlebar-close:after,
  .ui-dialog-titlebar-close .ui-button-icon.ui-icon {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    /* Change path to image*/
    background-image: url(/images/ui-icons_0073ea_256x240.png);
    background-position: -96px -129px;
    background-repeat: no-repeat; }

.ui-dialog-buttonset button {
  background-color: #0073ea;
  color: #ffffff;
  border: 1px solid transparent;
  outline: none; }
  .ui-dialog-buttonset button:hover {
    background-color: #005ab7;
    color: #ffffff; }

#header a {
  float: none;
  padding: 4px 5px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 13px;
  background: #00699C;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 3px;
  color: #fff;
  transition: all 200ms linear; }
  #header a:hover {
    background: #008bcf; }
  #header a i {
    color: #fff;
    margin-right: 5px;
    font-size: 12px;
    line-height: 12px;
    font: normal normal normal 12px/1 FontAwesome; }

#header #SocialButtonsAndSite {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

#header #companiesHeader {
  font-size: 14px; }

#header #bookmark {
  margin: 0;
  display: flex;
  font-size: 0; }
  #header #bookmark li {
    display: inline-block;
    margin: 0;
    padding-right: 5px; }

.recent-jobs {
  -webkit-box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 24px;
  margin: 40px 0; }
  .recent-jobs h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    color: #00699C;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0px; }
  .recent-jobs .recent-job-wrapper {
    display: flex;
    align-items: center;
    transition: all 200ms linear;
    padding: 4px;
    border: 1px solid transparent;
    color: #00699C; }
    .recent-jobs .recent-job-wrapper a {
      display: block;
      transition: all 200ms linear;
      padding: 4px; }
      .recent-jobs .recent-job-wrapper a img {
        border: 1px solid #eaeaea;
        transition: all 200ms linear;
        float: left;
        margin-right: 10px;
        height: 80px;
        width: 80px; }
        .recent-jobs .recent-job-wrapper a img:hover {
          -webkit-box-shadow: 1px 1px 10px #a7a3a3;
          -moz-box-shadow: 1px 1px 10px #a7a3a3;
          box-shadow: 1px 1px 10px #a7a3a3; }
    .recent-jobs .recent-job-wrapper h2 {
      font-size: 14px;
      margin-bottom: 2px;
      color: #00699C; }
    .recent-jobs .recent-job-wrapper h3 {
      font-size: 12px;
      color: #333; }

#body {
  background: #FBFBFC;
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 30px; }
  #body #bodyContainer {
    padding-left: 0;
    padding-right: 0; }
  #body.menu-docked #bodyContainer {
    margin-top: 87px; }
  #body .center {
    width: 90%; }
  #body nav#top {
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
    z-index: 99;
    transition: all 200ms linear; }
    #body nav#top > .container {
      position: relative; }
    #body nav#top .container {
      padding: 0 15px; }
    #body nav#top .navbar-toggler {
      border: none;
      padding: 0;
      width: 40px;
      height: 40px;
      position: absolute;
      right: 15px;
      top: 0; }
      #body nav#top .navbar-toggler:focus {
        outline: 0; }
      #body nav#top .navbar-toggler span {
        width: 36px;
        height: 36px; }
    #body nav#top .cvw-logo {
      transition: all 200ms linear;
      max-width: 290px;
      max-height: 35px; }
    #body nav#top.docked {
      background-color: #FFFFFF;
      -webkit-box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.08);
      -moz-box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.08);
      box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.08);
      padding-top: 20px;
      padding-bottom: 20px;
      position: fixed; }
      #body nav#top.docked .cvw-logo {
        width: 200px; }
    @media screen and (max-width: 991px) {
      #body nav#top.opened {
        background-color: #FFFFFF;
        -webkit-box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.08);
        padding-top: 20px;
        padding-bottom: 20px; }
        #body nav#top.opened .cvw-logo {
          width: 200px; } }
    #body nav#top.showMenu #menu {
      display: block; }
    #body nav#top #menuLogo {
      margin: auto;
      margin-top: 15px;
      display: inline-block; }
      #body nav#top #menuLogo img {
        max-width: 400px; }
    #body nav#top .navbar-brand {
      position: relative;
      padding-top: 0; }
      #body nav#top .navbar-brand #logo-subtitle {
        position: absolute;
        bottom: 0;
        text-align: end;
        right: 0; }
    #body nav#top #menu {
      list-style-type: none;
      justify-content: flex-end; }
      @media screen and (max-width: 991px) {
        #body nav#top #menu {
          border-top: 1px solid #e6e6e6;
          padding-top: 10px;
          margin-top: 10px; } }
      #body nav#top #menu > li {
        padding: 5px 16px 8px 16px;
        cursor: pointer;
        text-transform: uppercase; }
        #body nav#top #menu > li.active a {
          color: #000; }
        @media screen and (max-width: 991px) {
          #body nav#top #menu > li {
            text-align: left;
            padding: 10px 16px; } }
        #body nav#top #menu > li > a {
          color: #00699C;
          text-align: center;
          text-decoration: none;
          font-weight: bold;
          font-size: 16px;
          transition: all 200ms linear;
          display: block; }
          #body nav#top #menu > li > a:hover {
            text-decoration: none;
            color: #000; }
      #body nav#top #menu .dropdown-menu.language-switch {
        min-width: 12rem;
        border: 0;
        -webkit-box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.3); }
        #body nav#top #menu .dropdown-menu.language-switch li {
          padding: 0;
          font-size: 11px;
          white-space: normal;
          min-width: 12rem; }
          #body nav#top #menu .dropdown-menu.language-switch li a {
            display: block;
            padding: 0.25rem 0.5rem 0.25rem 24px;
            margin-left: 6px; }
            #body nav#top #menu .dropdown-menu.language-switch li a i {
              margin-right: 0.5rem;
              margin-left: -24px; }
  #body #pageContentContainer {
    padding-left: 0;
    padding-right: 0; }
    #body #pageContentContainer #content > .container {
      padding-left: 0;
      padding-right: 0; }
  #body #content {
    margin-bottom: 25px;
    flex-direction: row;
    overflow: hidden;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.08);
    border: none;
    margin-top: 10px; }
    #body #content ul > ul {
      list-style-position: initial; }
    #body #content .companyListContainer,
    #body #content .login,
    #body #content .pnlFindAJob,
    #body #content .PrivacyContainer,
    #body #content .PagesContainer {
      padding: 40px; }
      @media screen and (max-width: 769px) {
        #body #content .companyListContainer,
        #body #content .login,
        #body #content .pnlFindAJob,
        #body #content .PrivacyContainer,
        #body #content .PagesContainer {
          padding: 20px; } }
      #body #content .companyListContainer .PageLastContainer,
      #body #content .companyListContainer .disclaimer-content,
      #body #content .companyListContainer .pnlFindAJob,
      #body #content .login .PageLastContainer,
      #body #content .login .disclaimer-content,
      #body #content .login .pnlFindAJob,
      #body #content .pnlFindAJob .PageLastContainer,
      #body #content .pnlFindAJob .disclaimer-content,
      #body #content .pnlFindAJob .pnlFindAJob,
      #body #content .PrivacyContainer .PageLastContainer,
      #body #content .PrivacyContainer .disclaimer-content,
      #body #content .PrivacyContainer .pnlFindAJob,
      #body #content .PagesContainer .PageLastContainer,
      #body #content .PagesContainer .disclaimer-content,
      #body #content .PagesContainer .pnlFindAJob {
        margin-bottom: 40px; }
      #body #content .companyListContainer img,
      #body #content .login img,
      #body #content .pnlFindAJob img,
      #body #content .PrivacyContainer img,
      #body #content .PagesContainer img {
        max-width: 100%;
        max-height: 100%; }
    #body #content .page-title-top {
      margin: 40px 50px; }
      @media screen and (max-width: 991px) {
        #body #content .page-title-top {
          margin: 0; } }
    #body #content .content2 {
      padding: 0px;
      width: 100%;
      margin-left: 0px;
      position: relative;
      text-align: left; }
      #body #content .content2 .PagesGeneralContainer {
        padding: 40px; }
      #body #content .content2 h1 {
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eaeaea;
        color: #00699C;
        font-weight: bold;
        font-size: 20px;
        line-height: 24px;
        margin-top: 0px; }
      #body #content .content2 h2 {
        font-size: 18px; }
      #body #content .content2 h2, #body #content .content2 h3, #body #content .content2 h4, #body #content .content2 h5 {
        margin-bottom: 5px; }
      #body #content .content2 .SocialMediaShareJobDetail {
        position: absolute;
        right: 0;
        padding-top: 40px;
        padding-right: 20px; }
        @media screen and (max-width: 991px) {
          #body #content .content2 .SocialMediaShareJobDetail {
            padding-top: 15px;
            /* margin-top: 0; */
            width: 100%;
            position: relative;
            margin-bottom: -65px; }
            #body #content .content2 .SocialMediaShareJobDetail .cvwshare_default_style {
              float: left; } }
      #body #content .content2 .login-title {
        text-align: center;
        color: #00699C; }
      #body #content .content2 .login {
        margin-top: 40px;
        position: relative;
        width: 100%; }
        #body #content .content2 .login #loginMain input {
          width: 100%;
          padding: 10px;
          border: 1px solid #ddd; }
        #body #content .content2 .login #loginMain label {
          width: 200px; }
        #body #content .content2 .login #loginMain .login-submit {
          width: 100% !important; }
        #body #content .content2 .login #loginMain .feedbackLoginButton {
          text-align: center; }
      #body #content .content2 #registerPage .signUpContainer .havingTroubleApplying {
        margin-bottom: 40px; }
      #body #content .content2 #registerPage .pnlPasswords .form li {
        padding-left: initial; }
      #body #content .content2 #registerPage .form .wideField {
        max-width: 50%; }
      #body #content .content2 #registerPage .form .CandidateProfileNationalityControl .wideField,
      #body #content .content2 #registerPage .form .datePickerControl .datepicker {
        max-width: 100%; }
      #body #content .content2 #registerPage .form [data-fieldreferencename="Language"] .CandidateProfileLanguageControl,
      #body #content .content2 #registerPage .form .datePickerControl {
        max-width: 50%; }
      @media screen and (max-width: 769px) {
        #body #content .content2 #registerPage .form .wideField {
          max-width: 100%; }
        #body #content .content2 #registerPage .form [data-fieldreferencename="Language"] .CandidateProfileLanguageControl,
        #body #content .content2 #registerPage .form .datePickerControl {
          max-width: 100%; } }
      #body #content .content2 #registerPage .candidateFieldsForm .form [id$='formField_Country'] select {
        max-width: 100%; }
      #body #content .content2 #excludeWithheldApplications {
        float: right;
        position: absolute;
        top: 0;
        right: 50px; }
        #body #content .content2 #excludeWithheldApplications div {
          float: right;
          margin-top: 2px;
          margin-left: 5px; }
      #body #content .content2 .dataPanel .info {
        padding: 0; }
        #body #content .content2 .dataPanel .info span {
          display: inline-block;
          padding: 20px 20px 0 20px; }
        #body #content .content2 .dataPanel .info input {
          float: none;
          margin: 0 0 20px 20px; }
      #body #content .content2 .dataPanel .propertiesPanel input, #body #content .content2 .dataPanel .propertiesPanel textarea {
        width: 100%; }
      #body #content .content2 .actionPanel input {
        width: 100%; }
      #body #content .content2 .integratedPanel {
        border-top: 1px solid #eaeaea;
        padding-top: 40px;
        display: inline-block; }
      #body #content .content2 .companyPanel {
        margin-top: 40px; }
      #body #content .content2 .savePanel {
        margin: 20px 0; }
      #body #content .content2 .profileMyApplications {
        position: relative;
        width: 100%;
        margin: auto;
        margin-top: 15px; }
        #body #content .content2 .profileMyApplications div table.genuine {
          border: 1px solid transparent; }
          @media screen and (max-width: 769px) {
            #body #content .content2 .profileMyApplications div table.genuine {
              display: block;
              overflow: scroll; } }
        #body #content .content2 .profileMyApplications div table tr {
          border: 1px solid #eaeaea; }
          #body #content .content2 .profileMyApplications div table tr th.candidatePictureHeader img,
          #body #content .content2 .profileMyApplications div table tr td.candidatePictureCell img {
            width: 14px;
            text-align: center; }
          #body #content .content2 .profileMyApplications div table tr.paging {
            background: #fff !important;
            border: 1px solid transparent;
            border-top: 1px solid #dfdfdf; }
            #body #content .content2 .profileMyApplications div table tr.paging table {
              margin: auto; }
              #body #content .content2 .profileMyApplications div table tr.paging table tr {
                background: #fff !important;
                border: 1px solid transparent; }
                #body #content .content2 .profileMyApplications div table tr.paging table tr td {
                  background: transparent;
                  padding: 2px; }
                  #body #content .content2 .profileMyApplications div table tr.paging table tr td a, #body #content .content2 .profileMyApplications div table tr.paging table tr td span {
                    width: 20px;
                    height: 20px;
                    line-height: 20px;
                    text-align: center;
                    vertical-align: middle;
                    display: block;
                    padding: 0;
                    border-radius: 30px;
                    background: #a7a3a3;
                    color: #fff;
                    font-size: 12px; }
                  #body #content .content2 .profileMyApplications div table tr.paging table tr td a {
                    background: #F9F9F9;
                    color: #a7a3a3;
                    transition: all 200ms linear; }
                    #body #content .content2 .profileMyApplications div table tr.paging table tr td a:hover {
                      background: #00699C;
                      color: #fff; }
          #body #content .content2 .profileMyApplications div table tr td {
            padding-bottom: 0;
            overflow: hidden; }
            #body #content .content2 .profileMyApplications div table tr td a {
              max-height: 60px;
              display: block;
              overflow: auto; }
              #body #content .content2 .profileMyApplications div table tr td a.videoApplicationButtonJs {
                display: inline-block; }
          #body #content .content2 .profileMyApplications div table tr th.Ascending a:after {
            content: "\f063";
            font: normal normal normal 11px/1 FontAwesome;
            margin-left: 5px;
            color: #aaa; }
          #body #content .content2 .profileMyApplications div table tr th a:hover:after {
            content: "\f063";
            font: normal normal normal 11px/1 FontAwesome;
            margin-left: 5px;
            color: #aaa; }
      #body #content .content2 .add-doc-to-job {
        margin-left: 10px; }
        @media screen and (max-width: 769px) {
          #body #content .content2 .add-doc-to-job {
            width: 100%;
            margin-left: 0; } }
        #body #content .content2 .add-doc-to-job > a span {
          width: 350px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: inline-block;
          text-align: left; }
          @media screen and (max-width: 769px) {
            #body #content .content2 .add-doc-to-job > a span {
              width: 90%; } }
        #body #content .content2 .add-doc-to-job > a:focus {
          box-shadow: none; }
        #body #content .content2 .add-doc-to-job .dropdown-menu {
          max-height: 310px;
          overflow-y: scroll; }
          @media screen and (max-width: 769px) {
            #body #content .content2 .add-doc-to-job .dropdown-menu {
              width: 100%; } }
          #body #content .content2 .add-doc-to-job .dropdown-menu a.active, #body #content .content2 .add-doc-to-job .dropdown-menu a:focus {
            background: #00699C;
            color: #fff; }
            #body #content .content2 .add-doc-to-job .dropdown-menu a.active .dropdown-header, #body #content .content2 .add-doc-to-job .dropdown-menu a:focus .dropdown-header {
              color: #fff; }
      #body #content .content2 #editDocumentView .form li {
        padding-left: 0; }
      #body #content .content2 #editDocumentView .propertiesPanel .form li label {
        padding-right: 15px; }
      #body #content .content2 #editDocumentView .propertiesPanel .form li input,
      #body #content .content2 #editDocumentView .propertiesPanel .form li textarea {
        float: left; }
      @media screen and (max-width: 991px) {
        #body #content .content2 #editDocumentView .propertiesPanel .form li label,
        #body #content .content2 #editDocumentView .propertiesPanel .form li input,
        #body #content .content2 #editDocumentView .propertiesPanel .form li textarea {
          width: 100%;
          max-width: 100%; } }
      #body #content .content2 #editDocumentView .companyPanel table {
        margin-top: 15px; }
        #body #content .content2 #editDocumentView .companyPanel table td {
          display: block; }
        #body #content .content2 #editDocumentView .companyPanel table input {
          margin-top: 5px; }
        #body #content .content2 #editDocumentView .companyPanel table label {
          display: inline-flex;
          padding-left: 5px; }
          @media screen and (max-width: 769px) {
            #body #content .content2 #editDocumentView .companyPanel table label {
              display: flex; } }
      #body #content .content2 #editDocumentView .actionPanel {
        display: inline-block;
        margin-top: 15px; }
      #body #content .content2 #ViewJobApplicationDetail [id$=lblDescription] {
        cursor: pointer; }
      @media screen and (max-width: 991px) {
        #body #content .content2 #ViewJobApplicationDetail .integratedPanel input {
          margin-left: 0; } }
      #body #content .content2 #ViewJobApplicationDetail .integratedPanel .firstColumn,
      #body #content .content2 #ViewJobApplicationDetail .integratedPanel .secondColumn {
        display: inline-block; }
      #body #content .content2 #ViewJobApplicationDetail .integratedPanel .secondColumn select {
        max-width: 100%; }
      @media screen and (max-width: 769px) {
        #body #content .content2 #ViewJobApplicationDetail table {
          display: block;
          width: 100%; }
          #body #content .content2 #ViewJobApplicationDetail table * {
            display: block;
            width: 100%;
            text-align: left; } }
      #body #content .content2 #ViewJobApplicationDetail table thead {
        background-color: #eaeaea; }
        @media screen and (max-width: 769px) {
          #body #content .content2 #ViewJobApplicationDetail table thead {
            display: none; } }
      @media screen and (max-width: 769px) {
        #body #content .content2 #ViewJobApplicationDetail table td {
          display: inline-block; }
          #body #content .content2 #ViewJobApplicationDetail table td input {
            margin-left: 0;
            overflow: hidden;
            text-overflow: ellipsis; } }
      #body #content .content2 #ViewJobApplicationDetail table tr {
        margin: 0; }
        @media screen and (max-width: 769px) {
          #body #content .content2 #ViewJobApplicationDetail table tr {
            display: block;
            margin: auto; } }
      @media screen and (max-width: 769px) {
        #body #content .content2 #ViewJobApplicationDetail table [id$=btnWithdraw] {
          overflow: hidden;
          text-overflow: ellipsis; } }
      #body #content .content2 #ViewJobApplicationDetail table.genuine.document tr {
        border-top: 1px solid #eaeaea; }
      #body #content .content2 #password-reset li {
        padding-left: 0; }
      #body #content .content2 #password-reset label,
      #body #content .content2 #password-reset input {
        max-width: 50%; }
      #body #content .content2 #privacyPolicyPage li {
        list-style-position: initial; }
      #body #content .content2 #privacyPolicyContact table {
        display: block;
        width: 100%; }
        #body #content .content2 #privacyPolicyContact table * {
          display: block;
          width: 100%; }
        #body #content .content2 #privacyPolicyContact table tr {
          margin-bottom: 10px; }
        #body #content .content2 #privacyPolicyContact table input {
          float: none; }
      #body #content .content2 .hasCandidateVideoAccess {
        color: #000000; }
      #body #content .content2 #clearer {
        display: none; }
      #body #content .content2 .companyListContainer .companyList {
        display: inline-block;
        padding-left: 0; }
        #body #content .content2 .companyListContainer .companyList li {
          margin: unset;
          margin-bottom: 15px; }
        #body #content .content2 .companyListContainer .companyList .border {
          width: 112px;
          height: 112px;
          margin: auto; }
        #body #content .content2 .companyListContainer .companyList .text {
          text-align: center;
          margin-top: 5px; }
      #body #content .content2 .companyListContainer li:last-child {
        margin-bottom: 40px; }
      #body #content .content2 #search label {
        margin-top: 10px; }
      #body #content .content2 #search select {
        height: initial; }
      #body #content .content2 #search #keywords input[type="text"] {
        width: 100%;
        padding: 5px;
        border: 1px solid #ddd; }
      #body #content .content2 #search #keywords .button {
        float: none;
        margin-top: 0; }
        @media screen and (max-width: 769px) {
          #body #content .content2 #search #keywords .button {
            margin-top: 15px;
            margin-left: 0; } }
      #body #content .content2 .CompanyDetail {
        margin: 0px;
        float: left;
        border-radius: 0px;
        border-right: 1px solid #ece6e6;
        background: #f8f8f9;
        padding: 35px;
        box-sizing: border-box;
        color: #a5a2a2;
        position: relative;
        width: 25%; }
        #body #content .content2 .CompanyDetail .companyDescription .companyDescriptionHeader {
          text-align: center;
          margin-bottom: 30px; }
          #body #content .content2 .CompanyDetail .companyDescription .companyDescriptionHeader img {
            max-width: 100%;
            margin: 0px;
            display: inline-block;
            max-height: 180px; }
          #body #content .content2 .CompanyDetail .companyDescription .companyDescriptionHeader .companyDescriptionFooter {
            display: inline-block;
            width: 100%;
            text-align: center; }
            #body #content .content2 .CompanyDetail .companyDescription .companyDescriptionHeader .companyDescriptionFooter li {
              padding-left: 0 !important; }
              #body #content .content2 .CompanyDetail .companyDescription .companyDescriptionHeader .companyDescriptionFooter li a {
                background: #00A1C9;
                background: -moz-linear-gradient(-45deg, #00a1c9 0%, #00699c 100%);
                background: -webkit-linear-gradient(-45deg, #00a1c9 0%, #00699c 100%);
                background: linear-gradient(135deg, #00a1c9 0%, #00699c 100%);
                text-transform: uppercase;
                -webkit-transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
                -ms-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
                border: 0px !important;
                padding: 7px 10px;
                outline: none;
                display: block;
                color: #fff;
                text-decoration: none;
                margin: 0; }
                #body #content .content2 .CompanyDetail .companyDescription .companyDescriptionHeader .companyDescriptionFooter li a:hover {
                  background: -moz-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
                  background: -webkit-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
                  background: linear-gradient(135deg, #00699C 0%, #00699C 100%);
                  color: #ffffff; }
                #body #content .content2 .CompanyDetail .companyDescription .companyDescriptionHeader .companyDescriptionFooter li a:active {
                  background: -moz-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
                  background: -webkit-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
                  background: linear-gradient(135deg, #00699C 0%, #00699C 100%);
                  color: #ffffff; }
              #body #content .content2 .CompanyDetail .companyDescription .companyDescriptionHeader .companyDescriptionFooter li:last-child {
                margin-bottom: 0px; }
        #body #content .content2 .CompanyDetail .companyDescription .CompanyProfile {
          line-height: 22px; }
      #body #content .content2 .JobListContainer {
        padding: 21px 0px 40px 0;
        width: 75%;
        height: 100%;
        float: left; }
        #body #content .content2 .JobListContainer .applyHereContainer {
          float: right; }
        #body #content .content2 .JobListContainer .button {
          background: #00A1C9;
          background: -moz-linear-gradient(-45deg, #00a1c9 0%, #00699c 100%);
          background: -webkit-linear-gradient(-45deg, #00a1c9 0%, #00699c 100%);
          background: linear-gradient(135deg, #00a1c9 0%, #00699c 100%);
          text-transform: uppercase;
          -webkit-transition: all .2s ease-in-out;
          -moz-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          -ms-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
          border: 0px !important;
          padding: 7px 10px;
          outline: none;
          border-radius: 0px 0px 0px 0px !important;
          -moz-border-radius: 0px 0px 0px 0px !important;
          -webkit-border-radius: 0px 0px 0px 0px !important; }
          #body #content .content2 .JobListContainer .button:hover {
            background: -moz-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
            background: -webkit-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
            background: linear-gradient(135deg, #00699C 0%, #00699C 100%);
            color: #ffffff; }
          #body #content .content2 .JobListContainer .button:active {
            background: -moz-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
            background: -webkit-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
            background: linear-gradient(135deg, #00699C 0%, #00699C 100%);
            color: #ffffff; }
        #body #content .content2 .JobListContainer .companyJobList {
          width: 100%; }
          #body #content .content2 .JobListContainer .companyJobList .companyJobListName {
            border-bottom: 1px solid #eaeaea;
            margin-bottom: 30px;
            display: inline-block;
            width: 100%; }
            #body #content .content2 .JobListContainer .companyJobList .companyJobListName h1 {
              display: block;
              font-size: 28px;
              color: #00699C;
              padding: 40px;
              width: 100%;
              float: right;
              padding-bottom: 0;
              margin-bottom: 0;
              border-bottom: 1px solid #ece6e6;
              padding-bottom: 20px;
              text-align: left;
              float: none;
              padding-left: 40px;
              border-bottom: none;
              float: left;
              width: unset; }
              @media screen and (max-width: 991px) {
                #body #content .content2 .JobListContainer .companyJobList .companyJobListName h1 {
                  padding-top: 0; } }
          #body #content .content2 .JobListContainer .companyJobList .jobList {
            padding-left: 40px; }
            #body #content .content2 .JobListContainer .companyJobList .jobList h2 {
              text-transform: uppercase; }
            #body #content .content2 .JobListContainer .companyJobList .jobList ul {
              list-style: none;
              padding-left: 0;
              padding-right: 40px; }
              #body #content .content2 .JobListContainer .companyJobList .jobList ul li {
                border-bottom: 0px;
                padding: 10px;
                font-size: 16px;
                padding-left: 0; }
                #body #content .content2 .JobListContainer .companyJobList .jobList ul li a {
                  display: block;
                  text-decoration: none;
                  display: inline-block; }
                #body #content .content2 .JobListContainer .companyJobList .jobList ul li ul li {
                  background: inherit; }
                  #body #content .content2 .JobListContainer .companyJobList .jobList ul li ul li:nth-child(odd) {
                    background: inherit; }
      #body #content .content2 .jobDetailsContainer {
        padding: 21px 0px 0px 0;
        width: 75%;
        height: 100%;
        float: left; }
        #body #content .content2 .jobDetailsContainer #cvwShare {
          display: block;
          float: left; }
        #body #content .content2 .jobDetailsContainer .detailJobName {
          border-bottom: 1px solid #eaeaea;
          margin-bottom: 30px; }
          #body #content .content2 .jobDetailsContainer .detailJobName .jobDetailTitle {
            display: block;
            font-size: 28px;
            color: #00699C;
            padding: 40px;
            width: 100%;
            float: right;
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: 1px solid #ece6e6;
            padding-bottom: 20px;
            text-align: left;
            float: none;
            padding-left: 40px;
            border-bottom: none; }
        #body #content .content2 .jobDetailsContainer #jobDescription {
          padding: 0 40px;
          width: 100%;
          margin: 20px 0px; }
          #body #content .content2 .jobDetailsContainer #jobDescription .applyHereContainer,
          #body #content .content2 .jobDetailsContainer #jobDescription .upperApplyHereContainer {
            float: right;
            margin: 0; }
          #body #content .content2 .jobDetailsContainer #jobDescription .SocialMediaShareJobDetail {
            float: right;
            margin: 0;
            position: initial;
            padding-top: initial;
            width: initial;
            padding-right: initial; }
          #body #content .content2 .jobDetailsContainer #jobDescription .info {
            border-radius: 0; }
        #body #content .content2 .jobDetailsContainer .info {
          margin-top: 30px;
          display: inline-block;
          padding: 40px 40px 20px 40px;
          background: #fff;
          border-top: 1px solid #eaeaea;
          color: #333;
          border-radius: 0; }
      #body #content .content2 .toggle-passwords-panel {
        display: inline-block;
        margin-top: 20px; }
      #body #content .content2 .apply-page {
        /*padding: 0;*/
        margin: 0;
        width: 100%; }
        #body #content .content2 .apply-page li,
        #body #content .content2 .apply-page .integratedPanel {
          padding-left: 0;
          padding-right: 0; }
          @media screen and (max-width: 769px) {
            #body #content .content2 .apply-page li,
            #body #content .content2 .apply-page .integratedPanel {
              padding-left: 0;
              padding-right: 0; } }
        #body #content .content2 .apply-page h2,
        #body #content .content2 .apply-page .pnlPasswords,
        #body #content .content2 .apply-page [id$=pnlPrivacy],
        #body #content .content2 .apply-page .documentsPanel,
        #body #content .content2 .apply-page .submitForm,
        #body #content .content2 .apply-page .toggle-passwords-panel {
          padding: 20px; }
          #body #content .content2 .apply-page h2 li,
          #body #content .content2 .apply-page .pnlPasswords li,
          #body #content .content2 .apply-page [id$=pnlPrivacy] li,
          #body #content .content2 .apply-page .documentsPanel li,
          #body #content .content2 .apply-page .submitForm li,
          #body #content .content2 .apply-page .toggle-passwords-panel li {
            padding: 0; }
          #body #content .content2 .apply-page h2 h2,
          #body #content .content2 .apply-page .pnlPasswords h2,
          #body #content .content2 .apply-page [id$=pnlPrivacy] h2,
          #body #content .content2 .apply-page .documentsPanel h2,
          #body #content .content2 .apply-page .submitForm h2,
          #body #content .content2 .apply-page .toggle-passwords-panel h2 {
            padding: 0; }
        #body #content .content2 .apply-page .CompanyDetail .companyDescription .companyDescriptionHeader img {
          width: initial; }
        #body #content .content2 .apply-page .ApplyCompanyLogo img {
          float: none; }
        #body #content .content2 .apply-page .documentsPanel {
          border-top: 1px solid #eaeaea; }
        #body #content .content2 .apply-page .integratedPanel {
          border: none; }
      #body #content .content2 .ApplyCompanyLogo {
        float: none;
        text-align: center;
        margin-right: 0;
        vertical-align: middle;
        margin-top: 0; }
        #body #content .content2 .ApplyCompanyLogo img {
          max-height: 100%;
          max-width: 100%;
          vertical-align: middle;
          float: left; }
      #body #content .content2 .jobNameTitle {
        font-size: 34px;
        text-align: left;
        margin: 30px 0;
        line-height: 34px;
        border-bottom: none;
        margin: auto;
        padding-left: 20px; }
        @media screen and (max-width: 991px) {
          #body #content .content2 .jobNameTitle {
            text-align: center; } }
      #body #content .content2 [id*="signUp_pnlInformation"] {
        padding-right: 0;
        padding-left: 0; }
        #body #content .content2 [id*="signUp_pnlInformation"] [id*="signUp_tblInformationFields"] {
          padding-right: 0;
          padding-left: 0; }
      #body #content .content2 div.applyFormInfo div {
        align-self: center; }
      #body #content .content2 .login-block {
        width: 100%;
        margin-bottom: 30px;
        margin-left: 0;
        padding: 0;
        border-bottom: 1px solid #eaeaea;
        border-top: 1px solid #eaeaea; }
        #body #content .content2 .login-block > div {
          padding: 15px; }
          #body #content .content2 .login-block > div:first-child {
            background-color: #F9F9F9; }
        #body #content .content2 .login-block .NoAccountPanel div a {
          display: flex; }
        #body #content .content2 .login-block .fillinform-button {
          color: #666;
          text-align: left;
          display: flex;
          align-items: center;
          text-transform: uppercase;
          height: 46px; }
        #body #content .content2 .login-block .cvw-button {
          background: #00A1C9;
          background: -moz-linear-gradient(-45deg, #00a1c9 0%, #00699c 100%);
          background: -webkit-linear-gradient(-45deg, #00a1c9 0%, #00699c 100%);
          background: linear-gradient(135deg, #00a1c9 0%, #00699c 100%);
          text-transform: uppercase;
          -webkit-transition: all .2s ease-in-out;
          -moz-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          -ms-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
          border: 0px !important;
          padding: 7px 10px;
          outline: none;
          color: #ffffff;
          display: flex;
          align-items: center;
          height: 46px;
          fill: #ffffff; }
          #body #content .content2 .login-block .cvw-button:hover {
            background: -moz-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
            background: -webkit-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
            background: linear-gradient(135deg, #00699C 0%, #00699C 100%);
            color: #ffffff; }
          #body #content .content2 .login-block .cvw-button:active {
            background: -moz-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
            background: -webkit-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
            background: linear-gradient(135deg, #00699C 0%, #00699C 100%);
            color: #ffffff; }
        #body #content .content2 .login-block .login-buttons {
          line-height: 36px;
          text-transform: uppercase;
          text-align: center;
          box-shadow: inset -1px -1px 0px 0px rgba(255, 255, 255, 0.3); }
          #body #content .content2 .login-block .login-buttons div {
            margin-left: 10px; }
        #body #content .content2 .login-block .cvw-button .button-icon {
          display: flex;
          align-self: center;
          width: 40px;
          box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.3); }
          #body #content .content2 .login-block .cvw-button .button-icon svg {
            width: 25px;
            text-align: left;
            height: 50px;
            margin-right: 10px; }
        #body #content .content2 .login-block .logout-btn {
          background: #00A1C9;
          background: -moz-linear-gradient(-45deg, #00a1c9 0%, #00699c 100%);
          background: -webkit-linear-gradient(-45deg, #00a1c9 0%, #00699c 100%);
          background: linear-gradient(135deg, #00a1c9 0%, #00699c 100%);
          text-transform: uppercase;
          -webkit-transition: all .2s ease-in-out;
          -moz-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          -ms-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
          border: 0px !important;
          padding: 7px 10px;
          outline: none;
          margin-top: 10px; }
          #body #content .content2 .login-block .logout-btn:hover {
            background: -moz-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
            background: -webkit-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
            background: linear-gradient(135deg, #00699C 0%, #00699C 100%);
            color: #ffffff; }
          #body #content .content2 .login-block .logout-btn:active {
            background: -moz-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
            background: -webkit-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
            background: linear-gradient(135deg, #00699C 0%, #00699C 100%);
            color: #ffffff; }
          #body #content .content2 .login-block .logout-btn a {
            color: #ffffff;
            width: 100%; }
            #body #content .content2 .login-block .logout-btn a .login-buttons {
              margin-left: 0; }
          #body #content .content2 .login-block .logout-btn * {
            box-shadow: none; }
        #body #content .content2 .login-block .linkedin-button {
          color: #666;
          text-align: left;
          float: left;
          display: flex;
          align-items: center;
          text-transform: uppercase;
          height: 46px; }
        #body #content .content2 .login-block .linkedin-button .button-icon {
          text-align: center;
          padding: 0 8px;
          background-color: #007bb5;
          border-radius: 50%;
          margin-right: 8px;
          height: 34px;
          width: 34px;
          display: flex;
          align-items: center; }
          #body #content .content2 .login-block .linkedin-button .button-icon img {
            width: 20px;
            padding-right: 1px;
            position: inherit; }
        #body #content .content2 .login-block .linkedin-button a, #body #content .content2 .login-block .fillinform-button a {
          color: #666 !important; }
          #body #content .content2 .login-block .linkedin-button a:hover, #body #content .content2 .login-block .fillinform-button a:hover {
            text-decoration: none;
            color: #00699C !important; }
        #body #content .content2 .login-block .fillinform-button .button-icon {
          background-color: #033A82;
          border-color: #00135B;
          color: #ffffff;
          fill: #ffffff;
          text-align: center;
          margin-right: 8px;
          border-radius: 50%;
          width: 36px;
          height: 36px; }
          #body #content .content2 .login-block .fillinform-button .button-icon svg {
            width: 32px;
            height: 35px;
            padding: 8px; }
      #body #content .content2 .candidateFieldsForm .form li {
        padding: 12px 20px;
        padding-right: 40px; }
        @media screen and (max-width: 769px) {
          #body #content .content2 .candidateFieldsForm .form li {
            padding-right: 20px; } }
        #body #content .content2 .candidateFieldsForm .form li:nth-last-child(even) {
          background: #F9F9F9; }
        #body #content .content2 .candidateFieldsForm .form li[data-fieldreferencename="CVWarehousePrivacy"] {
          padding: 0;
          margin-bottom: 10px; }
        #body #content .content2 .candidateFieldsForm .form li label {
          padding-left: 0; }
        #body #content .content2 .candidateFieldsForm .form li[data-fieldreferencerequired=True] label {
          padding-left: 20px; }
        #body #content .content2 .candidateFieldsForm .form li ul, #body #content .content2 .candidateFieldsForm .form li span {
          border: none; }
          #body #content .content2 .candidateFieldsForm .form li ul li, #body #content .content2 .candidateFieldsForm .form li span li {
            background: inherit;
            padding-right: 0; }
            #body #content .content2 .candidateFieldsForm .form li ul li label, #body #content .content2 .candidateFieldsForm .form li span li label {
              float: left; }
            #body #content .content2 .candidateFieldsForm .form li ul li:nth-last-child(even), #body #content .content2 .candidateFieldsForm .form li span li:nth-last-child(even) {
              background: inherit; }
        #body #content .content2 .candidateFieldsForm .form li .datePickerControl {
          padding: 0; }
          @media screen and (max-width: 769px) {
            #body #content .content2 .candidateFieldsForm .form li .datePickerControl {
              max-width: 100%;
              width: 100%; } }
      #body #content .content2 .candidateFieldsForm .form [data-fieldreferencename="Email"] span, #body #content .content2 .candidateFieldsForm .form [data-fieldreferencename="Email"] div, #body #content .content2 .candidateFieldsForm .form [data-fieldreferencename="Email"] label {
        border: none; }
      #body #content .content2 .candidateFieldsForm .form [data-fieldreferencename="Email"] label {
        padding-left: 20px;
        padding-top: 1px; }
      #body #content .content2 .candidateFieldsForm .form [id$="formField_Country"] {
        display: inline-block;
        float: right;
        width: 50%; }
        @media screen and (max-width: 769px) {
          #body #content .content2 .candidateFieldsForm .form [id$="formField_Country"] {
            width: 100%; } }
        #body #content .content2 .candidateFieldsForm .form [id$="formField_Country"] select {
          max-width: 100%;
          margin-bottom: 5px;
          margin-left: 0; }
      #body #content .content2 .passwordRecovery {
        margin-top: 40px;
        position: relative;
        width: 100%; }
        #body #content .content2 .passwordRecovery .form li {
          padding-left: 0; }
        #body #content .content2 .passwordRecovery .form li:last-child {
          margin-bottom: 40px; }
        #body #content .content2 .passwordRecovery .form .recaptchaPassword > div {
          max-width: 100%;
          float: none; }
        #body #content .content2 .passwordRecovery .form .recaptchaPassword > div > div {
          margin-left: 0;
          max-width: 100%; }
        #body #content .content2 .passwordRecovery .form .recoverPasswordButton .button, #body #content .content2 .passwordRecovery .form .recoverPasswordButton .buttonLeft {
          width: 100% !important;
          max-width: 100% !important;
          margin-left: 0; }
      #body #content .content2 li[id*=feedback] select,
      #body #content .content2 li[id*=feedback] input,
      #body #content .content2 li[id*=feedback] textarea {
        max-width: 50%; }
        @media screen and (max-width: 769px) {
          #body #content .content2 li[id*=feedback] select,
          #body #content .content2 li[id*=feedback] input,
          #body #content .content2 li[id*=feedback] textarea {
            max-width: 100%;
            width: 100%; } }
      #body #content .content2 .submitFeedbackButton {
        margin-bottom: 40px; }
        #body #content .content2 .submitFeedbackButton input {
          padding: 7px 10px; }
    #body #content [id*="pnl"] {
      display: inline-block;
      width: 100%;
      margin-bottom: 20px; }
    #body #content .candidatePictureControl {
      padding-left: 40px; }
      @media screen and (max-width: 991px) {
        #body #content .candidatePictureControl {
          padding-left: 20px; } }
      #body #content .candidatePictureControl .candPicTitle {
        margin-top: 30px; }
      #body #content .candidatePictureControl .candPic {
        display: inline-block; }
        #body #content .candidatePictureControl .candPic .preview {
          width: auto; }
        #body #content .candidatePictureControl .candPic .preview #myCroppic {
          margin-bottom: 15px; }
        #body #content .candidatePictureControl .candPic .controls {
          margin-bottom: 20px; }
          @media screen and (min-width: 769px) {
            #body #content .candidatePictureControl .candPic .controls {
              padding-left: 15px; } }
          #body #content .candidatePictureControl .candPic .controls *,
          #body #content .candidatePictureControl .candPic .controls .helperText {
            margin-left: 15px; }
            @media screen and (max-width: 991px) {
              #body #content .candidatePictureControl .candPic .controls *,
              #body #content .candidatePictureControl .candPic .controls .helperText {
                margin-left: 0; } }
    #body #content li.requiredField label, #body #content li.requiredField .lblMandatoryFields {
      float: left;
      padding-left: 20px;
      border: none;
      color: #000000;
      background: url(../images/required.gif) 0% 0% no-repeat transparent; }
    #body #content li.requiredField ul li label {
      background: none; }
    #body #content li.requiredField div, #body #content li.requiredField span {
      border: none; }
    #body #content .form input[type='checkbox'] {
      float: right;
      /*margin-top: 10px;*/ }
    #body #content .form .wideField,
    #body #content .form .txtEmailRecoverPassword,
    #body #content .form input,
    #body #content .form styledRecoverInput,
    #body #content .form select,
    #body #content .form textarea {
      font-size: 14px;
      padding: 5px;
      border: 1px solid #ddd;
      border-radius: 0;
      max-width: 60%; }
    #body #content .form li {
      margin: 5px 0; }
      #body #content .form li label {
        margin-top: 8px; }
      #body #content .form li select {
        height: 30px; }
        #body #content .form li select:selected {
          color: #a7a3a3; }
      #body #content .form li input {
        padding: 8px !important; }
      #body #content .form li span select {
        margin-left: 20px; }
      #body #content .form li ul.wideField {
        max-width: 100%; }
    #body #content .form .datePickerControl {
      font-size: 14px;
      padding: 5px;
      border-radius: 0;
      max-width: 60%; }
      #body #content .form .datePickerControl .datepicker {
        max-width: 100%; }
    #body #content [data-fieldreferencename="Email"] {
      padding-bottom: 0 !important;
      margin-bottom: 0 !important; }
      #body #content [data-fieldreferencename="Email"] span.wideField label {
        width: 50%; }
      #body #content [data-fieldreferencename="Email"] span, #body #content [data-fieldreferencename="Email"] label {
        margin: 0 0 5px 0;
        border: none;
        padding-left: 20px; }
        #body #content [data-fieldreferencename="Email"] span.validationError, #body #content [data-fieldreferencename="Email"] label.validationError {
          padding-left: 30px; }
      #body #content [data-fieldreferencename="Email"] div {
        margin-bottom: 5px; }
    #body #content [data-fieldreferencetranslation="Country"] span {
      border: none !important; }
    #body #content [data-fieldreferencename="PhoneNumbers"] div {
      border: none !important;
      max-width: 100% !important; }
    #body #content [data-fieldreferencename="PhoneNumbers"] [data-controltype="homephone"] {
      float: left;
      width: 100%;
      margin: 5px 0; }
    #body #content .CandidateProfileNationalityControl {
      display: block;
      float: left;
      max-width: 50%;
      width: 100%; }
      #body #content .CandidateProfileNationalityControl .wideField {
        max-width: 100%; }
    #body #content .addFieldButton button {
      margin-right: 0; }
    #body #content [data-fieldreferencename="WillingToTravel"] input {
      margin-top: 5px; }
    #body #content table.genuine {
      background: none; }
      #body #content table.genuine td {
        border: none; }
    #body #content .errorBox {
      display: inline-block;
      width: 100%; }
    #body #content .warning {
      background: url(../images/baseline_warning_black_18dp.png) 15px 50% no-repeat #fffaba;
      padding-left: 40px; }
    #body #content .alert-danger {
      background: url(../images/error.svg) 12px 16px no-repeat #ffdede;
      padding: 15px;
      padding-left: 50px;
      margin-bottom: 20px;
      background-size: 30px;
      font-weight: bold; }
    #body #content [data-fieldreferencename="KeepMeInformed"],
    #body #content [data-fieldreferencename="CVWarehousePrivacy"] {
      margin-bottom: 30px; }
      #body #content [data-fieldreferencename="KeepMeInformed"] label,
      #body #content [data-fieldreferencename="CVWarehousePrivacy"] label {
        max-width: 90% !important;
        padding-left: 0; }
      #body #content [data-fieldreferencename="KeepMeInformed"] input,
      #body #content [data-fieldreferencename="CVWarehousePrivacy"] input {
        margin-top: 8px; }
    #body #content [data-fieldreferencename="CVWarehousePrivacy"] label {
      width: 80%;
      max-width: 85% !important; }
    #body #content .documentsPanel {
      /*padding: 25px 40px;*/ }
      #body #content .documentsPanel h3 + table.genuine {
        margin-top: 0; }
      @media screen and (max-width: 769px) {
        #body #content .documentsPanel .genuine.document {
          display: block;
          width: 100%; } }
      @media screen and (max-width: 769px) {
        #body #content .documentsPanel .genuine.document * {
          display: block;
          width: 100%; } }
      #body #content .documentsPanel .genuine.document thead tr {
        padding: 0;
        border: none; }
      @media screen and (max-width: 769px) {
        #body #content .documentsPanel .genuine.document thead {
          display: none; } }
      #body #content .documentsPanel .genuine.document tr {
        border-bottom: 1px solid #eaeaea;
        padding: 15px 0; }
        #body #content .documentsPanel .genuine.document tr:last-child {
          border: none; }
      #body #content .documentsPanel .genuine.document td {
        display: inline-block;
        vertical-align: middle; }
        #body #content .documentsPanel .genuine.document td input {
          text-overflow: ellipsis;
          overflow: hidden;
          width: 100%;
          text-align: left; }
          #body #content .documentsPanel .genuine.document td input.no-button {
            padding: 0;
            display: inline-block; }
      #body #content .documentsPanel div select {
        font-size: 14px;
        padding: 5px;
        border: 1px solid #ddd;
        border-radius: 0;
        max-width: 100%; }
      #body #content .documentsPanel row {
        margin: 0; }
      #body #content .documentsPanel h2 {
        font-weight: bold; }
      #body #content .documentsPanel table.genuine {
        margin-top: 25px; }
        #body #content .documentsPanel table.genuine .row {
          margin-right: 0;
          margin-left: 0; }
      #body #content .documentsPanel [type="submit"] {
        border: none;
        padding: 7px 10px; }
      #body #content .documentsPanel .dataPanel .propertiesPanel label {
        max-width: 20%;
        width: 20%; }
      #body #content .documentsPanel .dataPanel .propertiesPanel input,
      #body #content .documentsPanel .dataPanel .propertiesPanel textarea {
        max-width: 80%;
        width: 80%; }
      #body #content .documentsPanel .dataPanel .companyPanel table tbody tr {
        display: block; }
      #body #content .documentsPanel .dataPanel .companyPanel table tbody tr:first-child {
        border-bottom: 1px solid #eaeaea; }
      #body #content .documentsPanel .dataPanel .companyPanel table tbody tr:nth-child(2) {
        margin-top: 10px; }
      #body #content .documentsPanel .dataPanel .companyPanel table.genuine tbody tr:nth-child(even) {
        background: #ffffff !important; }
      #body #content .documentsPanel .dataPanel .companyPanel table.genuine tbody tr:nth-child(odd) {
        background: #ffffff !important; }
      #body #content .documentsPanel .dataPanel .companyPanel table.genuine td {
        line-height: 1.2em; }
      #body #content .documentsPanel .dataPanel .companyPanel table label {
        margin-left: 5px; }
      #body #content .documentsPanel .actionPanel .grayButton {
        margin-left: 0;
        border-radius: 0px; }
      #body #content .documentsPanel .savePanel input {
        margin-left: 0; }
    #body #content #profileContainer table {
      margin-bottom: 0; }
    #body #content #profileContainer div[id$="pnlPrivacy"] {
      padding: 15px; }
      #body #content #profileContainer div[id$="pnlPrivacy"] .form li.requiredField {
        padding-left: 0; }
    #body #content #profileContainer div[id$="pnlSubmit"] {
      padding: 15px;
      margin-bottom: 0; }
      #body #content #profileContainer div[id$="pnlSubmit"] li.labelRow {
        padding: 15px; }
    #body #content #profileContainer .integratedPanel {
      padding: 40px; }
      @media screen and (max-width: 991px) {
        #body #content #profileContainer .integratedPanel {
          padding: 20px; } }
    #body #content div[id$="pnlPrivacy"] {
      padding: 25px 0px; }
    #body #content .notice {
      margin-top: 10px;
      padding: 25px 0px;
      padding-bottom: 5px;
      border-top: 1px solid #eaeaea; }
      #body #content .notice li {
        margin-bottom: 15px; }
        #body #content .notice li.requiredField {
          padding: 0px 40px; }
      #body #content .notice h2 {
        font-weight: bold; }
      #body #content .notice .passwordValidator {
        margin: 0; }
    #body #content .submitForm .buttonRow {
      margin-bottom: 15px; }
    #body #content .wideField,
    #body #content .txtEmailRecoverPassword,
    #body #content input [type="text"],
    #body #content styledRecoverInput,
    #body #content select,
    #body #content textarea {
      font-size: 14px;
      padding: 5px;
      border: 1px solid #ddd;
      border-radius: 0; }
    #body #content .form label {
      max-width: 50%; }
    #body #content #zoekEenJob {
      padding: 40px;
      box-sizing: border-box;
      flex-grow: 1;
      flex-direction: column;
      width: 50%;
      padding-top: 65px; }
      @media screen and (max-width: 769px) {
        #body #content #zoekEenJob {
          padding-top: 40px; } }
      @media screen and (max-width: 769px) {
        #body #content #zoekEenJob .pnlFindAJob {
          margin-top: 0; } }
      #body #content #zoekEenJob .pnlFindAJob h1 {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 100;
        color: #00699C; }
      #body #content #zoekEenJob .pnlFindAJob .simpleSearchForm .form-group {
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px; }
        #body #content #zoekEenJob .pnlFindAJob .simpleSearchForm .form-group:last-child {
          margin-bottom: 0px;
          padding-bottom: 0px;
          border: 0px;
          display: inline-block;
          width: 100%; }
          #body #content #zoekEenJob .pnlFindAJob .simpleSearchForm .form-group:last-child .lnkToAdvancedSearch {
            color: #00699C; }
        #body #content #zoekEenJob .pnlFindAJob .simpleSearchForm .form-group select, #body #content #zoekEenJob .pnlFindAJob .simpleSearchForm .form-group input[type="text"] {
          border: 1px solid #eaeaea;
          padding: 5px;
          height: auto; }
        #body #content #zoekEenJob .pnlFindAJob .simpleSearchForm .form-group input[type="text"] {
          height: auto; }
        #body #content #zoekEenJob .pnlFindAJob .simpleSearchForm .form-group .button {
          background: #00A1C9;
          background: -moz-linear-gradient(-45deg, #00a1c9 0%, #00699c 100%);
          background: -webkit-linear-gradient(-45deg, #00a1c9 0%, #00699c 100%);
          background: linear-gradient(135deg, #00a1c9 0%, #00699c 100%);
          text-transform: uppercase;
          -webkit-transition: all .2s ease-in-out;
          -moz-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          -ms-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
          border: 0px !important;
          padding: 7px 10px;
          outline: none; }
          #body #content #zoekEenJob .pnlFindAJob .simpleSearchForm .form-group .button:hover {
            background: -moz-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
            background: -webkit-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
            background: linear-gradient(135deg, #00699C 0%, #00699C 100%);
            color: #ffffff; }
          #body #content #zoekEenJob .pnlFindAJob .simpleSearchForm .form-group .button:active {
            background: -moz-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
            background: -webkit-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
            background: linear-gradient(135deg, #00699C 0%, #00699C 100%);
            color: #ffffff; }
    #body #content #bedrijfInDeKijker {
      background: #00A1C9;
      background: -moz-linear-gradient(-45deg, #00a1c9 0%, #00699c 100%);
      background: -webkit-linear-gradient(-45deg, #00a1c9 0%, #00699c 100%);
      background: linear-gradient(135deg, #00a1c9 0%, #00699c 100%);
      box-sizing: border-box;
      flex-direction: column;
      padding: 0px;
      flex-grow: 1;
      border: 0px;
      border-radius: 0px 0px 0px 0px;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px;
      margin-right: -5px;
      position: relative;
      width: 50%;
      height: auto;
      color: #fff; }
      #body #content #bedrijfInDeKijker img {
        border-radius: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px; }
      #body #content #bedrijfInDeKijker a {
        color: #fff; }
      #body #content #bedrijfInDeKijker .CompanyInThePictureStyle {
        min-height: 150px; }
      #body #content #bedrijfInDeKijker > div {
        width: 100%; }
        #body #content #bedrijfInDeKijker > div > div {
          width: 100%;
          float: none; }
        #body #content #bedrijfInDeKijker > div .pictureFrame {
          width: 100%;
          float: none;
          background: #eaeaea;
          background: no-repeat center center;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
          background-image: url("../images/header-company-picture.png"); }
          #body #content #bedrijfInDeKijker > div .pictureFrame .CompanyInThePictureStyle {
            float: none;
            border-radius: 0px; }
            #body #content #bedrijfInDeKijker > div .pictureFrame .CompanyInThePictureStyle a {
              display: inline-block;
              width: 100%; }
              #body #content #bedrijfInDeKijker > div .pictureFrame .CompanyInThePictureStyle a img {
                position: absolute;
                margin: 45px;
                margin-top: 75px;
                border: 0px;
                -webkit-box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.18);
                -moz-box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.18);
                box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.18); }
        #body #content #bedrijfInDeKijker > div .companyInThePictureTitle {
          min-height: 0;
          width: 100%;
          margin-top: 70px;
          margin-bottom: 10px;
          box-sizing: border-box;
          padding-left: 45px;
          padding-right: 45px; }
        #body #content #bedrijfInDeKijker > div .companyInThePictureJobList {
          width: 100%;
          /*margin-top: 75px;*/
          box-sizing: border-box;
          padding-left: 45px;
          padding-right: 45px; }
          #body #content #bedrijfInDeKijker > div .companyInThePictureJobList p {
            float: none; }
            #body #content #bedrijfInDeKijker > div .companyInThePictureJobList p a {
              font-weight: bold; }
              #body #content #bedrijfInDeKijker > div .companyInThePictureJobList p a:hover {
                color: #1db8e8; }
          #body #content #bedrijfInDeKijker > div .companyInThePictureJobList ul {
            position: relative;
            width: 100%;
            padding-left: 0px; }
            #body #content #bedrijfInDeKijker > div .companyInThePictureJobList ul li {
              background: none;
              border-bottom: 1px dotted #1db8e8;
              padding-top: 5px;
              padding-bottom: 5px; }
              #body #content #bedrijfInDeKijker > div .companyInThePictureJobList ul li:before {
                content: "\f105";
                font-family: FontAwesome;
                position: absolute;
                left: 0;
                width: 15px;
                color: #fff; }
              #body #content #bedrijfInDeKijker > div .companyInThePictureJobList ul li:last-child {
                border-bottom: 1px; }
              #body #content #bedrijfInDeKijker > div .companyInThePictureJobList ul li a {
                text-decoration: none; }
                #body #content #bedrijfInDeKijker > div .companyInThePictureJobList ul li a:hover {
                  font-weight: bold; }
        #body #content #bedrijfInDeKijker > div .button, #body #content #bedrijfInDeKijker > div grayButton {
          background: #00A1C9;
          background: -moz-linear-gradient(-45deg, #00a1c9 0%, #00699c 100%);
          background: -webkit-linear-gradient(-45deg, #00a1c9 0%, #00699c 100%);
          background: linear-gradient(135deg, #00a1c9 0%, #00699c 100%);
          text-transform: uppercase;
          -webkit-transition: all .2s ease-in-out;
          -moz-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          -ms-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
          border: 0px !important;
          padding: 7px 10px;
          outline: none;
          position: absolute;
          right: 0px;
          bottom: 0px;
          margin-right: 45px;
          margin-bottom: 25px;
          color: #00699C;
          background: #fff;
          border-radius: 0px; }
          #body #content #bedrijfInDeKijker > div .button:hover, #body #content #bedrijfInDeKijker > div grayButton:hover {
            background: -moz-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
            background: -webkit-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
            background: linear-gradient(135deg, #00699C 0%, #00699C 100%);
            color: #ffffff; }
          #body #content #bedrijfInDeKijker > div .button:active, #body #content #bedrijfInDeKijker > div grayButton:active {
            background: -moz-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
            background: -webkit-linear-gradient(-45deg, #00699C 0%, #00699C 100%);
            background: linear-gradient(135deg, #00699C 0%, #00699C 100%);
            color: #ffffff; }
          @media screen and (max-width: 769px) {
            #body #content #bedrijfInDeKijker > div .button, #body #content #bedrijfInDeKijker > div grayButton {
              position: relative; } }
          #body #content #bedrijfInDeKijker > div .button:hover, #body #content #bedrijfInDeKijker > div grayButton:hover {
            background: #1db8e8;
            color: #fff; }
    #body #content #breadcrumbs {
      height: 30px;
      width: 100%;
      border-bottom: 0px;
      background: #00699C;
      background: #00A1C9;
      background: -moz-linear-gradient(-45deg, #00a1c9 0%, #00699c 100%);
      background: -webkit-linear-gradient(-45deg, #00a1c9 0%, #00699c 100%);
      background: linear-gradient(135deg, #00a1c9 0%, #00699c 100%); }
      @media screen and (max-width: 769px) {
        #body #content #breadcrumbs {
          height: 60px; } }
      #body #content #breadcrumbs li {
        position: relative;
        padding-right: 14px; }
        #body #content #breadcrumbs li:first-child {
          margin-left: 10px;
          padding-left: 0px; }
        #body #content #breadcrumbs li:last-child:after {
          display: none; }
        #body #content #breadcrumbs li:after {
          content: "\f105";
          font-family: FontAwesome;
          position: absolute;
          right: 0px;
          top: 5px;
          color: #1db8e8; }
        #body #content #breadcrumbs li a {
          background: none;
          color: #fff;
          padding: 5px; }
        #body #content #breadcrumbs li span {
          background: none;
          display: block;
          padding: 0 15px 0 0;
          color: #ffffff;
          margin-top: 8px; }
    #body #content .answer {
      display: block; }
    #body #content #fourohfour .row {
      padding: 0; }
      #body #content #fourohfour .row h1 {
        font-size: 14px;
        padding-left: 0;
        padding-bottom: 5px;
        font-weight: bold;
        color: #000; }
    #body #content #fourohfour .col-6 {
      padding: 15px; }
      #body #content #fourohfour .col-6 ul li:before {
        color: #000; }
      #body #content #fourohfour .col-6 ul li a {
        color: #00699C; }
      #body #content #fourohfour .col-6 ul.social {
        display: none; }
    #body #content #fourohfour [id$=pnlFindAJob] {
      padding: 0;
      padding-top: 20px; }
    #body #content #fourohfour #zoekEenJob {
      width: 100%;
      padding-top: 0;
      padding-left: 0; }
  #body ul.form li label + span.wideField {
    float: none; }
  #body .carouselHeader {
    text-align: center;
    text-transform: uppercase;
    color: #00699C;
    margin-top: 0; }
    #body .carouselHeader a {
      text-decoration: none;
      color: #00699C;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      font-weight: bold; }
      #body .carouselHeader a:hover {
        color: #1db8e8; }
  #body #carousel-wrapper {
    padding-top: 10px;
    /*padding-bottom:20px;*/
    text-align: center; }
  #body #carousel {
    border: 0px;
    -webkit-box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 15px;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    height: 80px; }
    #body #carousel:hover .clickable a:before {
      opacity: 1; }
    #body #carousel .clickable {
      border: none; }
      #body #carousel .clickable a {
        position: relative;
        z-index: 2;
        display: inline-block;
        width: 100%;
        height: 100%;
        margin-top: -10px; }
        #body #carousel .clickable a:before {
          font-family: FontAwesome;
          color: #00699C;
          font-size: 40px;
          position: absolute;
          left: 50%;
          top: 50%;
          margin-left: -9px;
          margin-top: -20px;
          opacity: 0;
          -webkit-transition: all .2s ease-in-out;
          -moz-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          -ms-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out; }
      #body #carousel .clickable#lftbtn {
        background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
        border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px 0px;
        top: 0;
        z-index: 10;
        height: 80px; }
        #body #carousel .clickable#lftbtn a:before {
          content: "\f104"; }
      #body #carousel .clickable#rgtbtn {
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
        border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px 0px;
        top: 0;
        z-index: 10;
        height: 80px; }
        #body #carousel .clickable#rgtbtn a:before {
          content: "\f105"; }
    #body #carousel #bar {
      width: 100%;
      margin: auto auto;
      height: 100%; }
      #body #carousel #bar ul {
        padding: 0px 35px;
        height: 100%; }
        #body #carousel #bar ul li {
          display: inline-block;
          -webkit-transition: all .2s ease-in-out;
          -moz-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          -ms-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
          padding: 6px;
          height: 100%; }
          #body #carousel #bar ul li a {
            display: inline-block;
            padding: 0px;
            box-sizing: inherit;
            background: #fff;
            height: 100%;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            border: 1px solid transparent; }
            #body #carousel #bar ul li a img {
              max-height: 100%;
              width: 70px;
              height: 70px;
              padding: 5px;
              border: 0px;
              position: relative;
              margin: 0; }
            #body #carousel #bar ul li a:hover {
              border: 1px solid #eaeaea; }
    #body #carousel #bar li:first-child img {
      border-left: 0px; }
  #body #bottom {
    margin-bottom: 0px;
    margin-top: 40px; }
    #body #bottom .my-cv-corner {
      border-right: 0px solid #eaeaea; }
      #body #bottom .my-cv-corner h1 {
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eaeaea;
        color: #00699C;
        font-weight: bold; }
      #body #bottom .my-cv-corner .column h1 {
        text-transform: none;
        margin-bottom: 6px;
        padding-bottom: 0px;
        border: none; }
      #body #bottom .my-cv-corner .column a {
        border: 1px solid transparent;
        padding: 10px 0;
        text-align: center;
        text-decoration: none;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        color: #0083b6;
        align-items: center;
        display: block; }
        #body #bottom .my-cv-corner .column a img {
          width: 70px;
          margin-right: auto;
          margin-left: auto;
          display: block; }
        #body #bottom .my-cv-corner .column a p {
          color: #333;
          text-align: center; }
        #body #bottom .my-cv-corner .column a > div {
          padding-right: 10px; }
        #body #bottom .my-cv-corner .column a:hover {
          border: 1px solid #eaeaea;
          color: #00699C; }
      #body #bottom .my-cv-corner .bottom-image {
        display: inline-block;
        height: 100%;
        text-align: center; }
    #body #bottom #rightbox {
      border: 0px solid #eaeaea;
      width: 49%;
      float: right;
      padding-right: 15px; }
      #body #bottom #rightbox iframe {
        overflow: hidden;
        float: right; }

#menu .user {
  font-size: 16px !important; }

#footerContainer {
  border-top: 1px solid #eaeaea; }

.sitemap, #footer {
  width: 100%;
  position: relative;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  width: auto;
  flex: 1;
  height: auto;
  color: #a7a3a3; }
  .sitemap .row, #footer .row {
    width: 100%;
    margin: auto;
    padding: 20px; }
    .sitemap .row .col-sm-3, #footer .row .col-sm-3 {
      border-right: 1px solid #eaeaea; }
      .sitemap .row .col-sm-3:last-child, #footer .row .col-sm-3:last-child {
        border-right: none; }
    .sitemap .row .hr, #footer .row .hr {
      margin-top: 0; }
  .sitemap .social, #footer .social {
    margin-bottom: 15px; }
    .sitemap .social li:first-child, #footer .social li:first-child {
      margin-right: 10px; }
    .sitemap .social img, #footer .social img {
      max-height: 30px;
      margin-top: 5px; }
    @media screen and (max-width: 769px) {
      .sitemap .social li, #footer .social li {
        margin-right: 0; }
        .sitemap .social li:first-child, #footer .social li:first-child {
          margin-right: 5px; }
      .sitemap .social img, #footer .social img {
        max-height: 25px; } }
  .sitemap h1, #footer h1 {
    color: #00699C;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .sitemap ul, #footer ul {
    position: relative;
    padding-left: 15px; }
    .sitemap ul li, #footer ul li {
      list-style: none;
      font-weight: 100; }
      .sitemap ul li:before, #footer ul li:before {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        width: 15px;
        color: #00699C;
        margin-top: 5px; }
      .sitemap ul li a, #footer ul li a {
        color: #a7a3a3;
        text-decoration: none;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        font-size: 14px;
        line-height: 25px; }
        .sitemap ul li a:hover, #footer ul li a:hover {
          color: #00699C; }

/******************************* ************* *******************************/
/******************************* *** FANCY *** *******************************/
/******************************* ************* *******************************/
.fancybox-container.flipbase .fancybox-content {
  padding: 0;
  overflow: hidden;
  background: transparent; }
  .fancybox-container.flipbase .fancybox-content .flipbase-btn-large {
    transition: all 200ms linear; }
    .fancybox-container.flipbase .fancybox-content .flipbase-btn-large:focus {
      outline: 0; }
  .fancybox-container.flipbase .fancybox-content .flipbase-video-player {
    border-radius: 0; }
    .fancybox-container.flipbase .fancybox-content .flipbase-video-player .flipbase-controlbar {
      border-radius: 0; }
      .fancybox-container.flipbase .fancybox-content .flipbase-video-player .flipbase-controlbar .flibpase-timeDisplay {
        border-radius: 0; }
    .fancybox-container.flipbase .fancybox-content .flipbase-video-player button.flipbase-bigPlayBtn {
      display: none; }
  .fancybox-container.flipbase .fancybox-content a.flipbasePrivacyLink {
    display: block;
    color: #fff;
    text-decoration: none;
    opacity: 0.4;
    transition: all 200ms linear; }
    .fancybox-container.flipbase .fancybox-content a.flipbasePrivacyLink:hover {
      opacity: 1; }

/******************************* ************* *******************************/
/******************************* *** MODALS *** *******************************/
/******************************* ************* *******************************/
.modal-content {
  padding: 25px;
  border: none; }
  .modal-content button.close span {
    display: table-cell; }

.ui-widget .ui-widget-header {
  background: none;
  background-color: #ffffff;
  border: none; }

.ui-widget.ui-widget-content {
  z-index: 1000; }

.ui-widget .info {
  padding: 5px;
  background-color: #ffffff; }
  .ui-widget .info .signUpWrapper {
    margin-left: initial;
    flex: initial;
    max-width: initial; }
    .ui-widget .info .signUpWrapper h1 {
      text-align: center;
      font-size: 18px; }
    .ui-widget .info .signUpWrapper .form-group input {
      width: 100% !important; }
    .ui-widget .info .signUpWrapper .feedbackLoginButton {
      text-align: center; }
      .ui-widget .info .signUpWrapper .feedbackLoginButton .login-submit {
        width: 100% !important; }

/******************************* ************* *******************************/
/******************************* MEDIA QUERIES *******************************/
/******************************* ************* *******************************/
/*Tablet and smaller*/
@media screen and (max-width: 991px) {
  #header #SocialButtonsAndSite {
    justify-content: center; }
    #header #SocialButtonsAndSite a, #header #SocialButtonsAndSite #header Container, #header #SocialButtonsAndSite span {
      float: none; }
  .cvw-logo {
    float: none; }
  #logo-subtitle {
    display: none; }
  #body #content .form {
    text-align: left; }
    #body #content .form li > div {
      max-width: 60%;
      width: 60%;
      float: right; }
    #body #content .form label {
      max-width: 30%; }
    #body #content .form span select {
      margin-left: 0; }
    #body #content .form [data-fieldreferencename="PhoneNumbers"] div {
      width: 100%; }
      #body #content .form [data-fieldreferencename="PhoneNumbers"] div button {
        float: right; }
    #body #content .form [id$=formField_Nationality] select {
      max-width: 100%; }
    #body #content .form [data-fieldreferencename="Language"] .CandidateProfileLanguageControl {
      max-width: 60%;
      width: 60%; }
      #body #content .form [data-fieldreferencename="Language"] .CandidateProfileLanguageControl .languageItem {
        width: 100%; }
      #body #content .form [data-fieldreferencename="Language"] .CandidateProfileLanguageControl .lang {
        max-width: 60%; }
      #body #content .form [data-fieldreferencename="Language"] .CandidateProfileLanguageControl .score {
        max-width: 35%; }
    #body #content .form [data-fieldreferencename="KeepMeInformed"] .checkBoxLabel,
    #body #content .form [data-fieldreferencename="CVWarehousePrivacy"] .checkBoxLabel {
      max-width: 500px; }
  #body #content .documentsPanel label {
    display: block; }
  #body #content .documentsPanel select {
    max-width: 100%; }
  #body #content .documentsPanel .genuine.document ::-webkit-scrollbar {
    height: 10px; }
  #body #content .content2 .CompanyDetail {
    margin-right: 0;
    padding: 30px 40px;
    float: none;
    width: 100%;
    height: auto !important;
    padding-top: 50px; }
    #body #content .content2 .CompanyDetail .companyDescriptionHeader {
      margin-right: 30px;
      float: left;
      width: 100%; }
  #body #content .content2 .JobListContainer, #body #content .content2 .jobDetailsContainer {
    float: none;
    width: 100%; }
    #body #content .content2 .JobListContainer .companyJobList, #body #content .content2 .JobListContainer .info, #body #content .content2 .jobDetailsContainer .companyJobList, #body #content .content2 .jobDetailsContainer .info {
      padding-bottom: 30px; }
    #body #content .content2 .JobListContainer .jobList ul, #body #content .content2 .jobDetailsContainer .jobList ul {
      margin-left: 0 !important;
      margin-right: 40px; }
  ul {
    float: none;
    padding: 0; }
  #footerContainer .container #footer .row .col-sm-3 {
    border-right: none; }
    #footerContainer .container #footer .row .col-sm-3 .social li {
      margin-right: 0; }
      #footerContainer .container #footer .row .col-sm-3 .social li img {
        max-width: 25px; } }

@media screen and (max-width: 768px) {
  ul, li, p, h1, h2, h3, h4, h5, h6, h7, label, dd, dt,
  select, input, textarea, span, div.importantText, .simpleSearchForm .lnkToAdvancedSearch {
    font-size: 16px; }
  #body #content .content2 {
    /*padding: 40px 25px;*/ }
    #body #content .content2 .form .alignRight.col {
      text-align: center; }
    #body #content .content2 .form > li {
      padding-left: 40px; }
      #body #content .content2 .form > li[id*=feedback] {
        padding-left: 0; }
      #body #content .content2 .form > li label,
      #body #content .content2 .form > li [id$=formField_Nationality],
      #body #content .content2 .form > li [id$=formField_Language] {
        width: 100%;
        max-width: 100%; }
        #body #content .content2 .form > li label .languageItem .score,
        #body #content .content2 .form > li [id$=formField_Nationality] .languageItem .score,
        #body #content .content2 .form > li [id$=formField_Language] .languageItem .score {
          float: right;
          margin-right: 0; }
      #body #content .content2 .form > li ul {
        padding-left: 0; }
    #body #content .content2 .form input {
      max-width: 250px; }
    #body #content .content2 .form .wideField {
      width: 100%;
      max-width: 100%;
      float: left; }
    #body #content .content2 .form .languageItem select.score {
      width: 30%; }
    #body #content .content2 .form .languageItem select.lang {
      width: 65%; }
    #body #content .content2 .form .countrySelector {
      margin-left: 0; }
    #body #content .content2 .form li .checkBoxLabel {
      max-width: 80%; }
    #body #content .content2 .form input[type='checkbox'],
    #body #content .content2 .form .datePickerControl {
      float: right; }
    #body #content .content2 .form .CandidateProfileNationalityControl,
    #body #content .content2 .form .CandidateProfileLanguageControl {
      float: left;
      width: 100%; }
    #body #content .content2 .form [data-fieldreferencetranslation="Email address"] {
      margin-bottom: 115px; }
      #body #content .content2 .form [data-fieldreferencetranslation="Email address"] span {
        padding: 0 !important; }
        #body #content .content2 .form [data-fieldreferencetranslation="Email address"] span label {
          margin: 0 0 5px 0; }
      #body #content .content2 .form [data-fieldreferencetranslation="Email address"] [type="Email"] {
        margin-bottom: 10px; }
    #body #content .content2 .form [data-fieldreferencename="PhoneNumbers"] div {
      padding: 0 !important; }
    #body #content .content2 .dataPanel input, #body #content .content2 .dataPanel textarea {
      float: left;
      max-width: 400px; }
    #body #content .content2 .integratedPanel .firstColumn,
    #body #content .content2 .integratedPanel .secondColumn {
      margin-top: 15px;
      width: 100%; }
      #body #content .content2 .integratedPanel .firstColumn > input, #body #content .content2 .integratedPanel .firstColumn select,
      #body #content .content2 .integratedPanel .secondColumn > input,
      #body #content .content2 .integratedPanel .secondColumn select {
        max-width: 80%; }
    #body #content .content2 .ApplyCompanyLogo {
      margin: 0; }
    #body #content .content2 [id$=pnlInformation] .jobNameTitle {
      text-align: left; }
    #body #content .content2 .login {
      margin-left: 15%;
      max-width: 70%;
      min-height: 1px;
      padding-right: 0px;
      padding-left: 0; }
    #body #content .content2 .passwordRecovery .form input {
      max-width: 100%; } }

@media screen and (max-width: 576px) {
  #body #content .content2 .passwordRecovery .form .recaptchaPassword > div > div {
    margin-left: 10%;
    width: 80%; } }

@media print {
  a:after {
    content: " [ " attr(href) " ]"; }
  #headerContainer,
  #footerContainer,
  .SocialMediaShareJobDetail {
    display: none; }
  #body #content .content2 .CompanyDetail,
  #body #content .content2 .jobDetailsContainer,
  #body #content .content2 .JobListContainer {
    width: 100%;
    max-width: 100%;
    flex: none; }
    #body #content .content2 .CompanyDetail .btn,
    #body #content .content2 .jobDetailsContainer .btn,
    #body #content .content2 .JobListContainer .btn {
      margin-bottom: 10px; } }
