.fpo-job-openings {
  max-width: 1440px;
  margin: 0 auto; }
  .fpo-job-openings header {
    background-color: #f2eeef;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 70px; }
    .fpo-job-openings header::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      border-top: 20px solid #f2eeef;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent; }
    .fpo-job-openings header img {
      width: 100%;
      min-height: 350px; }
    .fpo-job-openings header .title {
      margin: 1em 70px;
      font-size: 48px;
      font-weight: bold;
      text-transform: uppercase;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .fpo-job-openings header .title::before, .fpo-job-openings header .title::after {
        content: '';
        display: block;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 15%;
                flex: 1 0 15%;
        border-bottom: 1px solid black; }
    .fpo-job-openings header .subtitle {
      margin: 1em auto;
      color: #0079c1;
      font-style: italic;
      font-family: Feijoa, Georgia, "Times New Roman", serif;
      font-size: 26px; }
  .fpo-job-openings .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .fpo-job-openings .button {
    background-color: #0079c1;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1em 2em;
    display: inline-block; }
  .fpo-job-openings .job-list {
    font-family: "Feijoa Medium", Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    line-height: 1.15em;
    margin-bottom: 150px; }
  .fpo-job-openings .country {
    margin: 0.5em 0;
    font-family: "Feijoa Medium", Georgia, "Times New Roman", Times, serif; }
  .fpo-job-openings .country-jobs {
    list-style-type: disc;
    padding-left: 2em;
    margin: 1em 0;
    line-height: 1.5em; }
    .fpo-job-openings .country-jobs a {
      color: #0079c1;
      text-decoration: underline;
      font-family: "Feijoa Medium", Georgia, "Times New Roman", Times, serif; }
  .fpo-job-openings .label {
    color: white;
    font-family: "Feijoa Medium", Georgia, "Times New Roman", Times, serif;
    background-color: #920049;
    /* $c_purple_1 */
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    padding: 3px 4px 2px;
    border-radius: 2px;
    line-height: 1;
    cursor: help; }

/*# sourceMappingURL=fpo-job-openings.css.map */
