top of page

@charset "UTF-8";
/* CSS Document */

/* ===== SITE LAYOUT =================== */
   .jv-page-container     { }
   .jv-page             { }
   .jv-page-content     { }
   .jv-page-header     { }
   .jv-page-body         { 

     font-size: 12px;
     line-height: 1.5em;
     margin: 0 0 1.5em 0;
     }

     {
     font-weight: 400;
     background-color: #fff;
     color: #000000;
     font-size: 12px;
     }

     {
     font-family: Arial;
     -webkit-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
     }
   .jv-wrapper h2        { 
     font-size: 30px;
     font-family: Univers LT Std;
     font-weight: bold;
     line-height: 1.4em;
     color: #282828;
     }
   .jv-footer             { }

 

/* ===== JOB LISTINGS PAGE  =================== */ 
   
   .jv-page-error         { }
   .jv-page-body h2     { 
     Font-size: 30px;
     font-family: Univers LT Std;
     font-weight: bold;
     line-height: 1.4em;
     color: #282828;
     }

    h3.h2                 { }
   .jv-job-list          { }
   .jv-job-list th      { 
     font-size: 12px;
     line-height: 1.5em;
     margin: 0 0 1.5em 0;
     }

     {
     font-weight: 400;
     background-color: #fff;
     color: #000000;
     font-size: 12px;
     }

     {
     font-family: Arial;
     -webkit-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
     }
   .jv-wrapper h2        { 
     font-size: 30px;
     font-family: Univers LT Std;
     font-weight: bold;
     line-height: 1.4em;
     color: #282828;
     }
   .jv-job-list td      { }
   .jv-job-list .jv-job-list-name          { }
   .jv-job-list .jv-job-list-location      { }

 

 


/* ========== JOB DETAILS PAGE =============== */ 
   
   h2.jv-header     {}

    .jv-job-detail-meta,
   .jv-apply-meta            {}


    .jv-button { }
   .jv-button-primary { }

    .jv-current-openings     { }
   .jv-share-widget         { }

    .jv-job-detail-bottom-actions,
   .jv-apply-form-actions     { }

 

 


/* ========== APPLY PAGE ====================== */ 
   
   .jv-form                 {}
   .jv-apply-form             {}
   .jv-search-form         {}

    .jv-apply-step             {}
   .jv-apply-section         {}
   .jv-step-header         {}         /* Section Title */
   .jv-required-label         {}

bottom of page