/* Mixins */
.light-blue-bg {
  background-color: #f1f6fa; }

/* Default Classes */
.ib {
  display: inline-block; }

.f-left {
  display: block;
  float: left; }

.f-right {
  float: right; }

.clearfix-new {
  overflow: auto;
  zoom: 1; }

/* STYLES */
/* HERO STYLES */
.hero-job-title.red h3 {
  color: #df031b; }

.hero-job-title.red .button {
  color: #df031b;
  border-color: #df031b; }
  .hero-job-title.red .button:hover {
    background-color: #df031b !important; }

.hero-job-title #particles-js {
  z-index: 2; }

.hero-job-title .red-overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7f0a02+0,000000+70&1+0,0+100 */
  background: -moz-linear-gradient(top, #7f0a02 0%, rgba(0, 0, 0, 0.3) 70%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #7f0a02 0%, rgba(0, 0, 0, 0.3) 70%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7f0a02 0%, rgba(0, 0, 0, 0.3) 70%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f0a02', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */ }

.hero-job-title .title-wrap {
  position: relative;
  z-index: 3;
  padding-top: 175px;
  padding-bottom: 90px; }
  .hero-job-title .title-wrap h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px; }
  .hero-job-title .title-wrap h3 {
    margin-bottom: 30px; }

/* Generic Styles Specific to new template -- header and footer */
.title-wrap h2 {
  margin-bottom: 40px;
  text-transform: none; }

.title-wrap a.button {
  margin-top: 0; }

/* JOB INTRO */
.job-intro {
  display: block;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 65px;
  width: 95%; }
  .job-intro p {
    text-align: center;
    font-size: 17px;
    line-height: 29px; }

/* JOB SPEC */
.job-spec {
  padding: 100px 0; }
  .job-spec.blue li::before {
    background-color: #04b3da; }
  .job-spec.blue p strong {
    color: #04b3da; }
  .job-spec.red li::before {
    background-color: #df031b; }
  .job-spec.red p strong {
    color: #df031b; }

.specs-container {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 70px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 70px;
  /* Firefox */
  column-gap: 70px; }
  .specs-container p strong {
    text-transform: none;
    font-size: 17px;
    line-height: 29px;
    letter-spacing: 1px;
    min-width: 300px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    -webkit-column-break-after: avoid;
    page-break-after: avoid; }
    .specs-container p strong br {
      display: none; }
  .specs-container p {
    padding-bottom: 0;
    padding-top: 40px;
    margin-bottom: 0;
    -webkit-column-break-after: avoid;
    column-break-after: avoid;
    break-after: avoid;
    page-break-after: avoid;
    display: block;
    color: #202020; }
  .specs-container ul {
    list-style: none;
    padding-top: 20px;
    min-width: 300px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    -webkit-column-break-before: avoid;
    column-break-before: avoid;
    break-before: avoid;
    page-break-before: avoid;
    display: block; }
  .specs-container li {
    font-size: 17px;
    line-height: 29px;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    box-sizing: border-box; }
    .specs-container li::before {
      content: '';
      display: block;
      width: 3px;
      height: 3px;
      position: absolute;
      left: 0;
      top: 13.5px; }

/* SOCIAL FOOTER BUTTONS */
.social-footer-buttons {
  display: block;
  width: 100%;
  padding: 45px 0; }
  .social-footer-buttons .ib {
    vertical-align: middle; }
  .social-footer-buttons.blue {
    background-color: #04b3da; }
    .social-footer-buttons.blue .f-left a:hover {
      color: #04b3da !important; }
  .social-footer-buttons.red {
    background-color: #df031b; }
    .social-footer-buttons.red .f-left a:hover {
      color: #df031b !important; }
  .social-footer-buttons .f-left a {
    margin-right: 40px;
    min-width: 0; }
    .social-footer-buttons .f-left a:last-child {
      margin-right: 0; }
    .social-footer-buttons .f-left a:hover {
      background-color: #fff;
      border-color: #fff; }
  .social-footer-buttons .f-right .label {
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 15px; }
  .social-footer-buttons .f-right a {
    height: 52px;
    width: 52px;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 20px; }
    .social-footer-buttons .f-right a.facebook {
      background-image: url(images/facebook-logo.png); }
    .social-footer-buttons .f-right a.twitter {
      background-image: url(images/twitter-logo.png); }
    .social-footer-buttons .f-right a.linkedin {
      background-image: url(images/linkedin-logo.png); }

/* ie9 */
.canvas.no-websockets .specs-container .spec-group {
  display: block;
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding-right: 60px; }

.colour-red h3 {
  color: #df031b; }

.colour-red .button {
  color: #df031b;
  border-color: #df031b; }
  .colour-red .button:hover {
    background-color: #df031b !important; }

@media screen and (max-width: 880px) {
  .social-footer-buttons .f-left, .social-footer-buttons .f-right {
    float: none;
    width: 100%;
    display: block; }
    .social-footer-buttons .f-left span, .social-footer-buttons .f-right span {
      display: none; }
  .social-footer-buttons .f-left {
    margin-bottom: 30px; }
    .social-footer-buttons .f-left a {
      margin: 10px 20px; }
      .social-footer-buttons .f-left a:last-child {
        margin-right: 20px; }
  .social-footer-buttons .f-right a {
    margin: 0 10px; } }

@media screen and (max-width: 820px) {
  .specs-container {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
    -webkit-column-gap: 0px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 0px;
    /* Firefox */
    column-gap: 0px; } }

@media screen and (max-width: 720px) {
  .specs-container .spec-group h3 {
    font-size: 13px;
    line-height: 17px; }
  .job-intro p,
  .specs-container .spec-group li {
    font-size: 13px;
    line-height: 20px; }
  .specs-container .spec-group li::before {
    top: 8.5px; }
  .specs-container .spec-group li {
    padding-left: 20px; }
  .hero-job-title .title-wrap h2 {
    font-size: 30px;
    line-height: 40px; }
  .specs-container .spec-group {
    min-width: 0; } }

/*# sourceMappingURL=app/style-new.css.map */
