/* Generated by less 2.5.1 */
/* Variables */
/* Mixins */
.clear {
  display: block;
  height: 0;
  clear: both;
}
.careers_button,
#search_jobs input[type='submit'] {
  display: inline-block;
  margin: 1em 0;
  padding: 0.5em 1em;
  background-color: #c23030;
  color: #fff;
  font-size: 1.5em;
  text-transform: uppercase;
}
.careers_button:hover {
  color: #fff;
}
.careers_button:visited {
  color: #fff;
}
.careers_slider_wrapper {
  position: relative;
}
.careers_slider_wrapper .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: 0px solid #fff;
  left: auto;
  background: #fff;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.careers_slider_wrapper .slide {
  position: relative;
  height: 450px;
  background-size: cover;
  background-position: center;
}
.careers_slider_wrapper .slide .info {
  position: absolute;
  left: 20%;
  bottom: 50px;
  border-left: 4px solid #c23030;
  font-family: "brandon", sans-serif;
  font-size: 1.4em;
  z-index: 4;
}
.careers_slider_wrapper .slide .info .title {
  display: inline-block;
  margin: 0;
  padding: 0.25em;
  color: #fff;
  font-size: 2em;
  background-color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.careers_slider_wrapper .slide .info .title a {
  color: inherit;
}
.careers_slider_wrapper .slide .info .subtitle {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #fff;
  color: #000;
  font-size: 1.5em;
  text-transform: uppercase;
}
.careers_slider_wrapper .slide .info .subtitle a {
  color: inherit;
}
.careers_slider_wrapper .careers_slider_controls {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  z-index: 999;
}
.careers_slider_wrapper .careers_slider_controls span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 3px;
}
.careers_slider_wrapper .careers_slider_controls span a {
  display: inline-block;
  text-indent: -9999px;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background-image: url(../images/sprite.png);
  opacity: 0.2;
}
.careers_slider_wrapper .careers_slider_controls span a:hover {
  opacity: 0.5;
}
.careers_slider_wrapper .careers_slider_controls span#slider-prev a {
  background-position: -206px -55px;
}
.careers_slider_wrapper .careers_slider_controls span#slider-next a {
  background-position: -255px -55px;
}
.careers_carousel_wrapper {
  background: #222222;
  padding: 20px 0px;
}
.careers_carousel_wrapper .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: 0px solid #fff;
  left: auto;
  background: none;
}
.careers_carousel_wrapper .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 35%;
  margin-top: 0px;
  outline: 0;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  z-index: 9999;
}
.careers_carousel_wrapper .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.careers_carousel_wrapper .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 10px;
  background: url(../images/sprite.png) no-repeat -105px -55px;
}
.careers_carousel_wrapper .bx-wrapper .bx-controls-direction a.bx-next {
  right: 10px;
  background: url(../images/sprite.png) no-repeat -155px -55px;
}
.careers_carousel_wrapper .carousel-slide a img {
  width: 100%;
  height: auto;
}
.careers_carousel_wrapper .carousel-slide h3 a {
  font-size: 12px !important;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.careers_tabs .tab-selector {
  margin-right: 40px;
}
.careers_tabs .tab-selector a {
  color: inherit;
}
#search_jobs {
  margin-bottom: 30px;
  padding: 2em;
  background-color: #f4f4f4;
  border-left: 4px solid #c23030;
}
#search_jobs h3 {
  margin-bottom: 1em;
  font-family: "brandon", sans-serif;
  font-size: 3.5em;
  color: #c23030;
  text-transform: uppercase;
  line-height: 1em;
}
#search_jobs .col {
  display: block;
  float: none;
  width: auto;
}
#search_jobs .col20 {
  padding: 0px 15px;
}
#search_jobs .select {
  border-radius: 2px;
}
#search_jobs input[type='submit'] {
  margin: 0;
  border: 0;
  font-weight: bold;
  cursor: pointer;
  -webkit-appearance: none;
}
#job-preview {
  display: none;
}
#job-preview .return {
  font-style: italic;
}
#job-preview .return a {
  color: #c23030;
}
.jobs-list .job_result a {
  display: block;
  margin-bottom: 2em;
  width: auto;
  background-color: #323232;
  background-image: url("../images/image-pattern.png");
}
.jobs-list .job_result a:hover {
  background-color: #c23030;
  background-image: none;
}
.jobs-list .job_result a:hover .info .divider {
  background-color: #fff;
}
.jobs-list .job_result a:hover .info .summary {
  opacity: 0;
  filter: alpha(opacity=0);
}
.jobs-list .job_result a:hover .info .more {
  opacity: 1;
  filter: alpha(opacity=100);
}
.jobs-list .job_result a span {
  color: #fff;
  font-weight: normal;
}
.jobs-list .job_result a .location {
  font-style: italic;
}
.jobs-list .job_result a .divider {
  display: block;
  margin: 0.75em 0;
  height: 2px;
  background-color: #c23030;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.jobs-list .job_result a .info {
  display: none;
  position: relative;
}
.jobs-list .job_result a .info .summary,
.jobs-list .job_result a .info .more {
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.jobs-list .job_result a .info .summary {
  font-size: 1.1em;
  opacity: 1;
  filter: alpha(opacity=100);
}
.jobs-list .job_result a .info .more {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -0.5em;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
}
.staff_wrapper {
  margin-bottom: 2em;
}
.staff_wrapper .staff {
  padding: 10px;
  background: url("../images/image-pattern.png");
}
.staff_wrapper .staff a {
  position: relative;
  display: block;
  background-color: #f4f4f4;
}
.staff_wrapper .staff a:hover {
  background-color: #343434;
}
.staff_wrapper .staff a:hover .info {
  padding: 1.5em 2em;
}
.staff_wrapper .staff a:hover .info .name,
.staff_wrapper .staff a:hover .info .title {
  color: #fff;
}
.staff_wrapper .staff a:hover .info .title {
  border-bottom: 1px dotted #fff;
}
.staff_wrapper .staff a:hover .info .more {
  display: inline-block;
}
.staff_wrapper .staff a .info {
  position: absolute;
  top: 0;
  right: 0;
  left: 25%;
  padding: 2em;
}
.staff_wrapper .staff a .info .name,
.staff_wrapper .staff a .info .title {
  display: block;
  color: #000;
  font-size: 1.4em;
}
.staff_wrapper .staff a .info .name {
  font-weight: bold;
}
.staff_wrapper .staff a .info .title {
  font-style: italic;
}
.staff_wrapper .staff a .info .more {
  display: none;
  margin-top: 0.75em;
  padding: 0.25em 2em;
  background-color: #c23030;
  color: #fff;
  text-transform: uppercase;
}
.staff_wrapper .staff a .image {
  float: left;
  width: 25%;
}
.staff_wrapper .staff a .image img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.staff_profile .return {
  font-style: italic;
}
.staff_profile .return a {
  color: #c23030;
}
.staff_profile .name,
.staff_profile .title {
  line-height: 1em;
}
.staff_profile .name {
  text-transform: none;
}
.staff_profile .title {
  margin-bottom: 1em;
  font-style: italic;
}
.staff_profile .qanda .list {
  margin-left: 22px;
}
.staff_profile .qanda .list .item {
  display: list-item;
}
.staff_profile .qanda .list .item:before {
  display: none;
}
.staff_profile .qanda .list .item .question {
  font-weight: bold;
}
.staff_profile .qanda .list .item .answer {
  font-size: 1em;
}
.staff_sidebar .image img {
  width: 100%;
  height: auto;
}
.staff_sidebar .name,
.staff_sidebar .title {
  line-height: 1em;
}
.staff_sidebar .name {
  margin-top: 1em;
  color: #c23030;
  text-transform: none;
  font-weight: bold;
}
.staff_sidebar .title {
  font-size: 1.4em;
  font-style: italic;
}
.staff_sidebar .describe {
  margin-top: 1em;
  margin-bottom: 0;
}
.location_wrapper {
  margin-bottom: 2em;
}
.location_wrapper .location {
  padding: 10px;
  background: url("../images/image-pattern.png");
}
.location_wrapper .location .location_inner {
  display: block;
  padding: 100px 0 1em 0;
  background-size: cover;
  background-position: center;
  font-family: "brandon", sans-serif;
  font-size: 1.4em;
}
.location_wrapper .location .location_inner .info {
  display: block;
  position: relative;
  margin: 0 1em;
  border-left: 4px solid #c23030;
}
.location_wrapper .location .location_inner .info name,
.location_wrapper .location .location_inner .info .more {
  line-height: 1em;
  font-weight: bold;
}
.location_wrapper .location .location_inner .info .name {
  display: inline-block;
  padding: 0.25em;
  color: #fff;
  font-size: 2em;
  line-height: 1em;
  background-color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.location_wrapper .location .location_inner .info .more {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: rgba(255, 255, 255, 0.75);
  color: #000;
  font-size: 1.5em;
  text-transform: uppercase;
}
.location_profile .return {
  font-style: italic;
}
.location_profile .return a {
  color: #c23030;
}
.location_sidebar h4 {
  font-size: 2em;
}
.location_sidebar ul {
  margin: 0;
  padding: 0;
  margin-left: 0;
}
.location_sidebar ul li {
  padding-left: 16px;
  margin-bottom: 15px;
  position: relative;
  font-weight: 400;
}
.location_sidebar ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: 5px;
  background: #d72a25;
}
@media (min-width: 800px) {
  .careers_slider_wrapper .slide .info .title {
    font-size: 3em;
  }
  .staff_wrapper {
    width: 50%;
    float: left;
  }
  .staff_wrapper:nth-child(even) .staff {
    margin-right: 0;
  }
  .staff_wrapper .staff {
    margin-right: 2em;
  }
  .location_wrapper .location .location_inner .info .name {
    font-size: 3.5em;
  }
}
@media (min-width: 1000px) {
  #search_jobs .col {
    display: inline-block;
    float: left;
  }
  #search_jobs .col40 {
    width: 40%;
  }
  #search_jobs .col20 {
    width: 20%;
    float: left;
    display: inline-block;
    padding: 0px 15px;
  }
  #search_jobs input[type='submit'] {
    margin: 2em 0 0 0;
  }
  .jobs-list .job_result {
    width: 50%;
    float: left;
  }
  .jobs-list .job_result a {
    display: block;
    height: 150px;
    overflow: hidden;
    margin-right: 2em;
  }
  .jobs-list .job_result a .info {
    display: block;
  }
  .jobs-list .job_result a .info .summary {
    display: block;
  }
  .jobs-list .job_result:nth-child(even) a {
    margin-right: 0;
  }
  .staff_wrapper {
    width: 33.333%;
  }
  .staff_wrapper:nth-child(even) .staff {
    margin-right: 2em;
  }
  .staff_wrapper:nth-child(3n-1) .staff {
    margin-right: 0;
  }
}
@media (min-width: 1220px) {
  .careers_slider_wrapper .slide {
    height: 600px;
  }
}
@media (min-width: 1600px) {
  .careers_slider_wrapper .slide {
    height: 750px;
  }
}
