@charset "UTF-8";
section h1 {
  margin: 40px 0 0 0;
  color: rgba(36, 49, 95, 1);}
section h2 {
  margin: 0;
  color: rgba(162, 147, 132, 1); }
section h3 {
  margin: 40px 0 50px;
  padding: 0;
  color: rgba(162, 147, 132, 1);
  font-size: 22px;
  font-weight: 600;
  font-family: 'univers-lt-57-condensed', sans-serif;
  text-align: center; }

section.job {
  transition: background-color 0.5s;
  margin-top: 0;
  padding: 40px 0; }
  section.job h2 {
    color: rgba(162, 147, 132, 1);
    display: block;
    text-transform: uppercase;
    font-size: 35px;
    font-family: 'UniversLTPro-55Roman', sans-serif; }
    @media (max-width: 992px) {
      section.job h2 {
        text-align: center; } }
  section.job .more {
    display: none;
    margin: 50px auto 40px; }
    section.job .more .box {
      width: 90%;
      max-width: 540px;
      margin: auto; }
    section.job .more h3 {
      color: #fff;
      font-size: 19px;
      font-weight: 600;
      font-family: 'UniversLTPro-55Roman', sans-serif;
      padding: 0 0 10px 0;
      margin: 0 0 10px 0;
      text-align: left; }
    section.job .more h4 {
      color: #fff;
      font-family: 'UniversLTPro-55Roman', sans-serif;
      font-size: 16px;
      font-weight: bold;
      padding: 0 0 10px 0;
      margin: 0; }
    section.job .more li {
      list-style: none;
      padding-bottom: 5px; }
      section.job .more li:before {
        content: "• ";
        color: #fff;
        font-size: 15px;
        margin: 0 5px 0 -15px; }
    section.job .more .first {
      margin-right: 0.2em;
      color: #fff;
      font-size: xx-large;
      vertical-align: bottom;
      line-height: 1; }
    section.job .more blockquote {
      border: solid 2px #fff;
      max-width: 876px;
      width: 90%;
      margin: 60px auto;
      color: #fff;
      position: relative;
      padding: 0 50px 50px; }
      section.job .more blockquote strong {
        display: block;
        text-transform: uppercase;
        background-color: rgba(0, 108, 164, 1);
        padding: 0 10px;
        margin: -24px 20px 30px 20px;
        font-family: 'univers-lt-45-light', sans-serif;
        font-size: 19px;
        vertical-align: top;
        text-align: center; }
        section.job .more blockquote strong:before {
          content: '+';
          display: inline-block;
          margin-right: 5px;
          font-size: 30px; }
        @media (max-width: 992px) {
          section.job .more blockquote strong span {
            display: block; } }
      section.job .more blockquote p {
        font-family: 'UniversLTPro-55Roman', sans-serif;
        font-size: 15px; }
  section.job .seeMore {
    display: block;
    width: 200px;
    margin: 30px auto; }
  section.job .seeLess {
    display: block;
    width: 160px;
    margin: 70px auto 20px;
    color: #fff;
    background-color: transparent;
    border-color: #fff; }
  section.job#before h2 {
    max-width: 755px; }
    section.job#before h2:before {
      display: block;
      float: left;
      font-family: 'icomoon', sans-serif;
      content: "\65";
      font-weight: normal;
      font-style: normal;
      text-transform: none;
      color: #FF3E4C;
      font-size: 75px;
      margin-right: 10px; }
  section.job#while h2 {
    max-width: 850px; }
    section.job#while h2:before {
      display: block;
      float: left;
      font-family: 'icomoon', sans-serif;
      content: "\67";
      font-weight: normal;
      font-style: normal;
      text-transform: none;
      color: #651D74;
      font-size: 75px;
      margin-right: 10px; }
  section.job#operation h2:before {
    display: block;
    float: left;
    font-family: 'icomoon', sans-serif;
    content: "\66";
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    color: #4F8B2B;
    font-size: 75px;
    margin-right: 10px;
    margin-top: -22px; }
  section.job#after.open {
    padding-top: 80px; }
  section.job#after h2 {
    max-width: 850px; }
    section.job#after h2:before {
      display: block;
      float: left;
      font-family: 'icomoon', sans-serif;
      content: "\63";
      font-weight: normal;
      font-style: normal;
      text-transform: none;
      color: #651D74;
      font-size: 170px;
      width: 170px;
      height: 170px;
      margin-right: 10px;
      margin-top: -60px;
      background-image: url("../images/job_after_icon.png");
      background-size: contain;
      background-repeat: no-repeat;
      text-indent: -1000px; }
  @media (max-width: 992px) {
    section.job {
      padding-top: 20px;
      margin-top: 0; }
      section.job h2 {
        max-width: 100% !important;
        font-size: 23px; }
        section.job h2:before {
          display: block !important;
          float: none !important;
          width: 75px !important;
          height: 75px !important;
          margin: 0 auto 10px auto !important; }
      section.job#after h2:before {
        width: 170px !important;
        height: 170px !important; } }
  section.job.open {
    background-color: rgba(0, 108, 164, 1);
    color: #fff;
    transition: background-color 0.5s; }
    section.job.open h2 {
      color: #fff; }
      section.job.open h2:before {
        color: #fff !important;
        background: transparent !important;
        text-indent: 0 !important; }
    section.job.open .more {
      display: block; }
    section.job.open .seeMore {
      display: none; }
  section.job p {
    clear: both; }

#summary {
  display: table;
  margin-bottom: 40px; }
  #summary a {
    display: table-cell;
    width: 30%; }
    #summary a img {
      display: block;
      width: 100%; }
      #summary a img.hover {
        display: none; }
    @media (min-width: 992px) {
      #summary a:hover img {
        display: none; }
        #summary a:hover img.hover {
          display: block; } }
  #summary span {
    display: table-cell;
    width: 5%;
    vertical-align: middle;	}
    #summary span img {
      display: block;
      width: 60%;
      margin: auto; }
  @media (max-width: 450px) {
    #summary {
      display: block; }
      #summary a {
        display: block;
        width: 100%; }
        #summary a img {
          display: block;
          width: 80%;
          margin: auto; }
      #summary span {
        display: block;
        width: 100%;
        text-align: center;
        height: 60px;
        line-height: 60px; }
        #summary span img {
          width: 50px;
          transform: rotate(90deg);
          margin: 0;
          display: inline-block; } }

#quote {
  background-color: rgba(162, 147, 132, 1);
  color: #fff;
  padding: 100px 0; }
  #quote blockquote {
    font-family: 'univers-lt-45-light', sans-serif;
    font-size: 48px;
    line-height: 1.2em;
    text-align: center;
    border-left: none;
    text-transform: uppercase;
    position: relative;
    max-width: 900px;
    margin: auto;
    margin-bottom: 20px; }
    #quote blockquote:before {
      content: ' ';
      background: url("../images/chevron-left-quote.png");
      background-size: cover;
      position: absolute;
      left: -40px;
      top: 0;
      width: 50px;
      height: 50px; }
    #quote blockquote:after {
      content: ' ';
      background: url("../images/chevron-right-quote.png");
      background-size: cover;
      position: absolute;
      right: -100px;
      width: 50px;
      height: 50px; }
    @media (max-width: 992px) {
      #quote blockquote {
        font-size: 25px; }
        #quote blockquote:before {
          display: none; }
        #quote blockquote:after {
          display: none; } }
  #quote p {
    font-size: 18px;
    text-align: right; }

#value {
  margin-bottom: 80px; }
  #value h1 {
    margin: 40px 0 20px 0; }
  #value img {
    display: block;
    width: calc(25% - 10px);
    margin: 5px;
    float: left; }
  @media (max-width: 992px) {
    #value {
      margin: 80px auto; }
      #value img {
        width: calc(50% - 10px); } }
  @media (max-width: 400px) {
    #value img {
      width: calc(100%);
      margin: 5px 0; } }

#operation.open {
  margin-bottom: 40px; }

ul.nopadding {
  padding-left: 15px; }

/*# sourceMappingURL=job.css.map */
