html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

input[type="button"], input[type="reset"], input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #477dca;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover,
  button:focus {
    background-color: #2c5999;
    color: #fff; }
  input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%; }
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #c4c4c4; }
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #477dca;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #477dca;
  text-decoration: none;
  transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #2c5999; }
  a:active, a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.overlay {
  content: '';
  background: linear-gradient(to bottom right, #000, #FFF);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .8; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/raleway-webfont/raleway-thin-webfont.eot");
  src: url("../fonts/raleway-webfont/raleway-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-webfont/raleway-thin-webfont.woff2") format("woff2"), url("../fonts/raleway-webfont/raleway-thin-webfont.woff") format("woff"), url("../fonts/raleway-webfont/raleway-thin-webfont.ttf") format("truetype");
  font-weight: thin;
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/raleway-webfont/raleway-extralight-webfont.eot");
  src: url("../fonts/raleway-webfont/raleway-extralight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-webfont/raleway-extralight-webfont.woff2") format("woff2"), url("../fonts/raleway-webfont/raleway-extralight-webfont.woff") format("woff"), url("../fonts/raleway-webfont/raleway-extralight-webfont.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/raleway-webfont/raleway-light-webfont.eot");
  src: url("../fonts/raleway-webfont/raleway-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-webfont/raleway-light-webfont.woff2") format("woff2"), url("../fonts/raleway-webfont/raleway-light-webfont.woff") format("woff"), url("../fonts/raleway-webfont/raleway-light-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/raleway-webfont/raleway-regular-webfont.eot");
  src: url("../fonts/raleway-webfont/raleway-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-webfont/raleway-regular-webfont.woff2") format("woff2"), url("../fonts/raleway-webfont/raleway-regular-webfont.woff") format("woff"), url("../fonts/raleway-webfont/raleway-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/raleway-webfont/raleway-medium-webfont.eot");
  src: url("../fonts/raleway-webfont/raleway-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-webfont/raleway-medium-webfont.woff2") format("woff2"), url("../fonts/raleway-webfont/raleway-medium-webfont.woff") format("woff"), url("../fonts/raleway-webfont/raleway-medium-webfont.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/raleway-webfont/raleway-semibold-webfont.eot");
  src: url("../fonts/raleway-webfont/raleway-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-webfont/raleway-semibold-webfont.woff2") format("woff2"), url("../fonts/raleway-webfont/raleway-semibold-webfont.woff") format("woff"), url("../fonts/raleway-webfont/raleway-semibold-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/raleway-webfont/raleway-bold-webfont.eot");
  src: url("../fonts/raleway-webfont/raleway-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-webfont/raleway-bold-webfont.woff2") format("woff2"), url("../fonts/raleway-webfont/raleway-bold-webfont.woff") format("woff"), url("../fonts/raleway-webfont/raleway-bold-webfont.ttf") format("truetype");
  font-weight: bold;
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/raleway-webfont/raleway-extrabold-webfont.eot");
  src: url("../fonts/raleway-webfont/raleway-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-webfont/raleway-extrabold-webfont.woff2") format("woff2"), url("../fonts/raleway-webfont/raleway-extrabold-webfont.woff") format("woff"), url("../fonts/raleway-webfont/raleway-extrabold-webfont.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/raleway-webfont/raleway-heavy-webfont.eot");
  src: url("../fonts/raleway-webfont/raleway-heavy-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-webfont/raleway-heavy-webfont.woff2") format("woff2"), url("../fonts/raleway-webfont/raleway-heavy-webfont.woff") format("woff"), url("../fonts/raleway-webfont/raleway-heavy-webfont.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
body {
  font-family: Raleway, Lato, sans-serif; }

.container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

.pad {
  padding: 0 2rem; }

.less-pad {
  padding: 0 1rem; }

.light {
  font-weight: 100; }

.regular {
  font-weight: 400; }

.medium {
  font-weight: 500; }

.bold {
  font-weight: 600; }

.heavy {
  font-weight: 700; }

.black {
  font-weight: 800; }

.ultra {
  font-weight: 900; }

.upper {
  text-transform: uppercase; }

.fixed {
  position: fixed;
  top: 0; }

.career-header {
  display: flex;
  z-index: 600;
  margin: 0 auto;
  width: 100%;
  background: #F5F5F5;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.5);
  flex-direction: column;
  align-items: center;
  transition: all .3s linear; }

.career-header .logo {
  display: flex;
  z-index: 500;
  align-items: center;
  padding: 1rem; }

.career-header .logo svg {
  display: flex;
  width: 2.5rem;
  margin-right: 1rem; }

.career-header .logo a {
  display: flex;
  align-items: center; }

.career-header .logo span {
  display: flex;
  font-size: 1.7rem;
  font-weight: 500;
  color: black; }

.career-header .logo svg #heart-path {
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -o-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%; }

.career-header nav {
  display: flex;
  flex-shrink: 1;
  justify-content: center;
  background: #F5F5F5;
  z-index: 500;
  width: 100%; }

.career-header nav ul {
  display: flex;
  padding: 1rem; }

.career-header nav ul li {
  display: inline-block;
  list-style-type: none;
  transition: all 0.5s; }

.career-header nav ul li a {
  font-weight: 400;
  color: #A1A1A1;
  padding: 0.5rem 1rem 0.5rem 1rem;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 600;
  font-size: 0.9rem; }

.career-header nav ul li a.active {
  border-bottom: 2px solid #C77966;
  color: black;
  font-weight: 700; }

.career-header nav ul li a:not(.active):hover {
  border-bottom: 2px solid #A1A1A1; }

.career-header nav ul li a:hover {
  color: black; }

@media (max-width: 800px) {
  .career-header nav ul li a {
    font-size: 0.7rem; } }
@media (max-width: 500px) {
  .career-header nav ul li a {
    padding: 0.5rem; } }
section.landing-page {
  color: white;
  background: #F5F5F5; }

section.landing-page .header-img {
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/keyboard.jpg");
  text-align: center;
  background-size: cover;
  background-position: 25% 50%;
  position: relative;
  background-attachment: fixed; }

section.landing-page .header-img .overlay {
  background: linear-gradient(to bottom right, #002F4B, #C77966);
  opacity: .7; }

section.landing-page .landing-center {
  display: flex;
  max-width: 60rem;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

section.landing-page .landing-center h1 {
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 400;
  color: white;
  position: relative; }

section.landing-page .landing-center h2 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 400;
  color: white;
  position: relative;
  display: flex; }

section.details {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0;
  height: auto; }
  section.details:after {
    content: "";
    display: table;
    clear: both; }

section.details h1 {
  font-size: 3rem;
  margin-bottom: 2rem;
  text-align: center; }

section.details h2 {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem; }

section.details h3 {
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem; }

section.details p {
  font-family: Raleway, Lato, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.2rem; }

.image-block {
  height: 70vh; }

.people {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .people:after {
    content: "";
    display: table;
    clear: both; }

.people .card {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  margin-right: 0;
  text-align: center;
  padding: 1rem; }
  .people .card:last-child {
    margin-right: 0; }
  @media (max-width: 650px) {
    .people .card {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .people .card:last-child {
        margin-right: 0; } }

.people .card img {
  width: 10rem;
  border-radius: 100%; }

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes heart-beat {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.8); }
  50% {
    transform: scale(0.7); }
  75% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }
section.why {
  color: #717171;
  background: #FAFAFA;
  padding: 5rem 0; }

section.why h1 {
  color: #333; }

section.why h2 {
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.5rem;
  font-weight: 600; }

section.why p.lead {
  text-align: center; }

section.why .icon-circle {
  color: #84B485; }

.about-card {
  padding-top: 1rem;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto; }
  .about-card:after {
    content: "";
    display: table;
    clear: both; }

.about-card .ic-stack {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .about-card .ic-stack:last-child {
    margin-right: 0; }
  .about-card .ic-stack:nth-child(n) {
    margin-right: 0; }
  @media (min-width: 650px) {
    .about-card .ic-stack {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      .about-card .ic-stack:nth-child(n) {
        margin-right: 2.3576515979%; }
      .about-card .ic-stack:nth-child(n+1) {
        clear: none; }
      .about-card .ic-stack:last-child {
        margin-right: 0; }
      .about-card .ic-stack:nth-child(2n) {
        margin-right: 0; }
      .about-card .ic-stack:nth-child(2n+1) {
        clear: left; } }

.about-card-text {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .about-card-text:last-child {
    margin-right: 0; }
  .about-card-text:nth-child(n) {
    margin-right: 0; }
  @media (min-width: 650px) {
    .about-card-text {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 74.4105871005%; }
      .about-card-text:nth-child(n) {
        margin-right: 2.3576515979%; }
      .about-card-text:nth-child(n+1) {
        clear: none; }
      .about-card-text:last-child {
        margin-right: 0; }
      .about-card-text:nth-child(2n) {
        margin-right: 0; }
      .about-card-text:nth-child(2n+1) {
        clear: left; } }

.fa-stack-1x {
  color: #F5F5F5; }

.fa-circle {
  color: #444; }

section.perks {
  background: #5F8D5F;
  color: white;
  padding: 5rem 0; }

section.perks div.lead-wrap {
  text-align: center;
  padding: 0 2rem 2rem 2rem;
  max-width: 60rem;
  margin: 0 auto; }

section.perks div.perks-wrap {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  section.perks div.perks-wrap:after {
    content: "";
    display: table;
    clear: both; }

section.perks .perks-icon {
  text-align: center;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  display: block !important;
  padding-bottom: 2rem;
  padding: 2rem; }
  section.perks .perks-icon:last-child {
    margin-right: 0; }
  section.perks .perks-icon:nth-child(n) {
    margin-right: 0; }
  @media screen and (min-width: 650px) {
    section.perks .perks-icon {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      section.perks .perks-icon:nth-child(n) {
        margin-right: 2.3576515979%; }
      section.perks .perks-icon:nth-child(n+1) {
        clear: none; }
      section.perks .perks-icon:last-child {
        margin-right: 0; }
      section.perks .perks-icon:nth-child(2n) {
        margin-right: 0; }
      section.perks .perks-icon:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 950px) {
    section.perks .perks-icon {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      section.perks .perks-icon:nth-child(2n) {
        margin-right: 2.3576515979%; }
      section.perks .perks-icon:nth-child(2n+1) {
        clear: none; }
      section.perks .perks-icon:last-child {
        margin-right: 0; }
      section.perks .perks-icon:nth-child(3n) {
        margin-right: 0; }
      section.perks .perks-icon:nth-child(3n+1) {
        clear: left; } }

section.perks .perks-icon h1 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 0.5rem;
  margin-bottom: 0.5rem; }

section.perks .perks-icon p {
  text-align: left;
  display: block;
  font-size: 1rem; }

.ic-5x {
  font-size: 5em; }

.ic-4x {
  font-size: 4em; }

.ic-3x {
  font-size: 3em; }

.ic-stack-2x {
  font-size: 2em !important; }

.ic-stack-1x {
  font-size: 1em;
  color: #F1F1F1; }

section.perks .icon-cancel2 {
  color: #5A805A; }

section.perks .icon-circle {
  color: #84B485; }

section.perks .ic-stack-1x {
  font-size: 0.7em;
  color: #F5F5F5;
  left: 0 !important; }

.ic-stack-1x, .ic-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

.icon-circle {
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: 2em !important; }

.icon-circle:before {
  content: "\f111" !important; }

.ic {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  line-height: inherit !important; }

section.perks .ic-stack {
  position: relative !important;
  display: inline-block !important;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle !important; }

.ic-stack {
  position: relative !important;
  display: inline-block !important;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle !important; }

section.openings {
  padding: 5rem 0;
  background: #F1f1f1; }

section.openings h1 {
  color: #000;
  text-transform: uppercase;
  padding-bottom: 3rem; }

section.openings h2 {
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #111;
  margin-bottom: 0; }

section.openings h3 {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  color: #666; }

section.openings p {
  color: #555; }

section.openings div.position-details {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  section.openings div.position-details:last-child {
    margin-right: 0; }
  section.openings div.position-details:nth-child(n) {
    margin-right: 0; }
  @media screen and (min-width: 800px) {
    section.openings div.position-details {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 82.9403914003%;
      display: inline-block;
      vertical-align: middle;
      float: none; }
      section.openings div.position-details:last-child {
        margin-right: 0; } }

.apply-btn {
  color: #111;
  background: transparent;
  border: 2px solid #111;
  margin-top: 1rem;
  border-radius: 0px;
  transition: all 0.1s ease; }
  @media screen and (min-width: 800px) {
    .apply-btn {
      margin-top: 0rem;
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 14.7019570017%;
      display: inline-block;
      vertical-align: middle;
      float: right; }
      .apply-btn:last-child {
        margin-right: 0; } }

.apply-btn:hover {
  background: #36B279;
  border: 2px solid #F1F1F1; }

.apply-btn:focus {
  background: #333;
  outline: 0 !important; }

.people-slider {
  padding-top: 5rem; }

.people-slider h1 {
  padding: 0; }

.people-slider .slider-wrap {
  margin: 0 auto;
  display: table;
  text-align: center; }

.people-slider .slide {
  display: inline-block;
  margin: 0 2rem 2rem 2rem; }

.people-slider .slide img {
  width: 5rem;
  border-radius: 100%; }

section.now {
  background: url(../images/rocket.jpg);
  color: white;
  padding: 5rem 0;
  background-size: cover;
  background-attachment: fixed;
  position: relative; }

section.now .container {
  position: relative; }

section.now .overlay {
  background: linear-gradient(to bottom right, #000, #000);
  opacity: 0.4; }

footer {
  background: #333;
  color: #F5F5F5;
  padding: 2rem;
  text-align: center; }

footer p {
  font-size: 1.2rem; }

footer a {
  color: #84b485; }

footer a:hover {
  color: #5F8D5F; }
