  
  .module.d {
    display: none;
  }     
  
  .text.module {      
    width: 1500px;
    max-width: 100%;
    margin: 0 auto;    
  }
  
  
  /* Job Cards */
  
  .text {
    margin-top: 57px;
    width: 1500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 4em 2em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .text h1 {
    font-size: 2em;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 1em;
  }
  
  .text .detailedTitle {
    font-size: 2em;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 1em;
  }
  
  .text .detailedOffice, .text .detailedPhone, .text .detailedEmail, .text .detailedContact, .text .detailedRef, .text .detailedClosingDate,  .text .detailedType,  .text .detailedSalary,  .text .detailedLocation {
    border-right: solid thin #ddd !important;
    border-top: solid thin #ddd !important;
    border-left: solid thin #ddd !important;
  }
  
  .text .detailedOffice span, .text .detailedPhone span, .text .detailedEmail span, .text .detailedContact span,  .text .detailedRef span,  .text .detailedClosingDate span,  .text .detailedType span,  .text .detailedSalary span,  .text .detailedLocation span {
    width: 160px;
    display: inline-block;
    font-weight: normal;
    padding: 10px;    
    color: #fff;
    border-right: solid 4px #ccecf8;
    margin-right: 19px;
    background-color: #002776;
    font-size: 1em;
  }
  
  .text .detailedRef, .text .detailedEmail {
    border-bottom: solid thin #ddd !important;
    margin-bottom: 2em;
  }
  
  .text .detailedDescription {
    line-height: 1.5em;
    margin-bottom: 2em;
  }
  
  .text .detailedDescription p {
    margin-bottom: 1em;
  }
  
  .text .rule {
    margin-bottom: 2em;
  }
  
  .text .detailedApply, .text .detailedBack {
    display: inline-block;
    background-color: #002776;
    padding: 1.5em 3em;
    color: #fff;
    text-decoration: none;
    margin-left: 1em;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    font-weight: 600;
  }
  
  .text .detailedApply:hover, .text .detailedBack:hover {
    background-color: #ccecf8;
  }     
  
  .text .detailedBack {
    margin-left: 0;
  }
  /*# sourceMappingURL=baguette.css.map */   


  .portlet-title-text {
      display: none !important;
      border: unset;
  }

  .portlet-content {
      border: unset !important;
      padding: 0 !important;       
  }