@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Domine:400,700|Roboto:300,400,500,700";
.accessibility-hidden {
  position: absolute;
  left: -999em !important;
  top: -999em !important; }

@font-face {
  font-family: "din";
  src: url("../fonts/Din/Din.eot");
  src: url("../fonts/Din/Din.eot?#iefix") format("embedded-opentype"), url("../fonts/Din/Din.woff") format("woff"), url("../fonts/Din/Din.ttf") format("truetype"), url("../fonts/Din/Din.svg#Din/Din") format("svg");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "dinMedium";
  src: url("../fonts/Din/Din-Medium.eot");
  src: url("../fonts/Din/Din-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Din/Din-Medium.woff") format("woff"), url("../fonts/Din/Din-Medium.ttf") format("truetype"), url("../fonts/Din/Din-Medium.svg#Din/Din-Medium") format("svg");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "archerPro";
  src: url("../fonts/ArcherPro/ArcherPro-Bold.eot");
  src: url("../fonts/ArcherPro/ArcherPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ArcherPro/ArcherPro-Bold.woff") format("woff"), url("../fonts/ArcherPro/ArcherPro-Bold.ttf") format("truetype"), url("../fonts/ArcherPro/ArcherPro-Bold.svg#ArcherPro/ArcherPro-Bold") format("svg");
  font-style: normal;
  font-weight: normal; }
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements are based on 10px sizing.
1.5rem = 15px :) */
html {
  font-size: 62.5%; }

body {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 15px;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Domine", Arial, sans-serif;
  color: #3a3a3a; }

::selection {
  background: #1DFFD9;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #1DFFD9;
  /* Gecko Browsers */ }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, section > h1, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "archerPro", Arial, sans-serif;
  margin-bottom: 10px;
  margin-bottom: 1rem; }

h1 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 40px;
  line-height: 4rem; }

h2, section > h1 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem; }

h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem; }

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem; }

h5 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem; }

h6 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem; }

a {
  color: #00D8B4; }
  a:hover {
    color: #00D8B4; }

.prompt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-family: "Roboto";
  font-weight: 300;
  margin-bottom: 0; }

.error {
  color: #A5053B;
  font-size: 12px;
  font-size: 1.2rem; }

.intro-text {
  font-family: 'Din';
  margin-bottom: 40px;
  margin-bottom: 4rem; }

.cover-container .main {
  padding-top: 20px;
  padding-top: 2rem; }

.header--main .btn--back {
  color: black;
  text-decoration: underline;
  margin-top: 5px;
  margin-top: 0.5rem; }

.masthead-brand--half {
  background-image: url(../images/business-counter.jpg);
  background-size: cover;
  height: 200px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: left top; }
  .masthead-brand--half img {
    max-width: 140px; }

.webdev .masthead-brand--half {
  background-position: center center;
  background-image: url(../images/business-counter2.jpg); }

.androidev .masthead-brand--half {
  background-position: bottom left;
  background-image: url(../images/business-counter3.jpg); }

.iosdev .masthead-brand--half {
  background-position: center center;
  background-image: url(../images/business-counter4.jpg); }

.productmanager .masthead-brand--half {
  background-position: top center;
  background-image: url(../images/business-counter5.jpg); }

.block {
  list-style: none;
  padding: 0; }

.block__item {
  font-family: 'Din';
  list-style: none;
  padding: 20px;
  padding: 2rem;
  background-color: whitesmoke;
  border-left: 15px solid #00D8B4;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  overflow: hidden; }
  .block__item .btn-container .btn {
    float: right;
    padding-top: 5px;
    padding-top: 0.5rem;
    padding-bottom: 5px;
    padding-bottom: 0.5rem;
    padding-left: 10px;
    padding-left: 1rem;
    padding-right: 10px;
    padding-right: 1rem;
    background-color: white;
    border: none;
    box-shadow: none;
    border-radius: 0;
    color: #00D8B4;
    min-width: 0;
    margin: 0; }
    .block__item .btn-container .btn:hover {
      color: white;
      background-color: #00D8B4;
      margin: 0; }
  .block__item h3 {
    font-size: 14px;
    font-size: 1.4rem; }
  .block__item.block__item--blue {
    border-color: #4A4AE5; }
    .block__item.block__item--blue a {
      color: #4A4AE5; }
    .block__item.block__item--blue .btn-container .btn {
      color: #4A4AE5; }
      .block__item.block__item--blue .btn-container .btn:hover {
        color: white;
        background-color: #4A4AE5; }
  .block__item.block__item--pink {
    border-color: #FD1167; }
    .block__item.block__item--pink a {
      color: #FD1167; }
    .block__item.block__item--pink .btn-container .btn {
      color: #FD1167; }
      .block__item.block__item--pink .btn-container .btn:hover {
        color: white;
        background-color: #FD1167; }
  .block__item.block__item--orange {
    border-color: #FF5F5F; }
    .block__item.block__item--orange a {
      color: #FF5F5F; }
    .block__item.block__item--orange .btn-container .btn {
      color: #FF5F5F; }
      .block__item.block__item--orange .btn-container .btn:hover {
        color: white;
        background-color: #FF5F5F; }
  .block__item.block__item--single h3 {
    font-size: 20px;
    font-size: 2rem; }
  .block__item.block__item--single h4 {
    margin-top: 30px;
    margin-top: 3rem; }
  .block__item .block__apply {
    background-color: white;
    background-image: url(../images/laptop.png);
    background-size: 52px auto;
    background-repeat: no-repeat;
    background-position: 20px 20px;
    padding: 20px;
    padding: 2rem;
    padding-left: 100px;
    padding-left: 10rem;
    margin-top: 20px;
    margin-top: 2rem; }
    .block__item .block__apply h4 {
      margin-top: 0; }

.list-simple {
  padding-left: 20px;
  padding-left: 2rem;
  margin-bottom: 30px;
  margin-bottom: 3rem; }
  .list-simple li {
    margin-bottom: 10px;
    margin-bottom: 1rem; }

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