@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600,700");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1.5; }

article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*for clearfixing*/
.cf:before,
.cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  /*for old ie - triger has layout - ie sucks it */ }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.nl {
  display: block; }

body {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  color: #a41f35; }

h1 {
  margin-bottom: 3rem;
  font-size: 6.103515625em; }

h2 {
  margin-bottom: 1.7rem;
  font-size: 40px; }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 6em; } }

h3 {
  margin-bottom: 3rem;
  font-size: 3.90625em; }

h4 {
  margin-bottom: 3rem;
  font-size: 3.125em; }

h5 {
  margin-bottom: 3rem;
  font-size: 2.5em; }

h6 {
  margin-bottom: 3rem;
  font-size: 2em; }

p {
  margin-bottom: 3rem;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 34px; }

.wrapper {
  max-width: 1200px;
  margin: 0 auto; }

.btn {
  display: block;
  position: relative;
  padding: 1.2rem 2rem;
  padding-right: 4rem;
  font-weight: 300;
  font-size: 17px;
  text-decoration: none;
  margin-bottom: 1rem;
  float: left; }

.btn-primary {
  background-color: black;
  color: white; }
  .btn-primary:hover {
    background-color: #e28724; }
  .btn-primary:after {
    content: '›';
    font-size: 34px;
    font-weight: 300;
    position: absolute;
    right: 2rem;
    top: 4px; }

.btn-ghost {
  padding: 1.05rem 1.5rem;
  padding-right: 3.2rem;
  border: 2px solid #d47a19;
  color: #a41f35; }
  .btn-ghost:hover {
    background-color: #e28724;
    color: #fff;
    border-color: #e28724; }
  .btn-ghost:after {
    content: '›';
    font-size: 34px;
    font-weight: 300;
    position: absolute;
    right: 2rem;
    top: 2px; }
  @media only screen and (min-width: 530px) {
    .btn-ghost {
      margin-left: 16px; } }

.hero {
  position: relative;
  background-image: url("../img/career-hero.jpg");
  background-size: cover;
  background-position: center;
  background-color: #f5f5f5;
  height: 260px;
  margin-bottom: 190px;
  padding: 16px; }
  .hero img {
    max-width: 100px; }
  .hero .mobile-num {
    display: flex;
    float: right;
    color: white;
    align-items: center;
    justify-content: space-between;
    min-width: 136px;
    font-size: 1.4em; }
    .hero .mobile-num a {
      color: white;
      text-decoration: none; }
  .hero i.fa-mobile {
    font-size: 30px; }
  .hero .hero-heading {
    margin-top: 290px;
    line-height: 1.1; }
    .hero .hero-heading h2 {
      font-size: 4em;
      font-weight: 600; }
  @media only screen and (min-width: 350px) {
    .hero {
      height: 320px; }
      .hero img {
        max-width: 160px;
	  	margin-top: -150px;
	  }
      .hero .mobile-num {
        font-size: 1.6em; } }
  @media only screen and (min-width: 768px) {
    .hero {
      height: 500px;
      padding-bottom: 0;
      margin-bottom: 0;
      color: black; }
      .hero img {
        width: auto; }
      .hero .hero-heading {
        margin-top: 50px;
        margin-left: 12px;
        max-width: 600px;
        line-height: 1.6; }
        .hero .hero-heading span.highlight {
          background-color: rgba(164, 31, 53, 0.9);
          box-shadow: 12px 0 rgba(164, 31, 53, 0.9), -12px 0 rgba(164, 31, 53, 0.9);
	  	  color:white; }
      .hero p.salary-info {
        position: absolute;
		max-width: 450px; 
		background: rgba(255, 255, 255, .8);
		padding-left: 10px;  
        bottom: 0; } }
  @media only screen and (min-width: 900px) {
    .hero {
      height: 700px;
      padding-top: 30px; }
      .hero .hero-heading {
        margin-top: 110px;
        margin-bottom: 85px; } }

.career-awaits {
  background-color: #f5f5f5;
  padding: 80px 16px; }
  .career-awaits h1 {
    font-size: 2em;
    margin-bottom: calc(3rem + 30px);
    font-weight: 300;
    line-height: 34px; }
  .career-awaits h2 {
    line-height: 1.1; }
  @media only screen and (min-width: 900px) {
    .career-awaits h1 {
      max-width: 50%; }
    .career-awaits .nl {
      display: inline; } }

.career-inspires {
  padding: 80px 16px;
  padding-bottom: 50px; }
  .career-inspires h2 {
    line-height: 1.1; }
  .career-inspires p {
    font-size: 2em;
    margin-bottom: calc(3rem + 40px); }
  .career-inspires h4 {
    font-size: 18px;
    line-height: 21px; }
  .career-inspires a {
    color: #a41f35;
    text-decoration: none; }
  @media only screen and (min-width: 900px) {
    .career-inspires p {
      max-width: 50%; } }

article {
  width: 100%;
  height: auto; }

article .career-feature-image {
  position: relative; }

article img {
  width: 100%;
  height: auto; }

article .career-feature-image:hover .overlay {
  opacity: 1;
  transition-duration: .5s; }

article .overlay {
  transition-duration: 1s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: calc(100% - 4px);
  top: 0;
  left: 0;
  background-color: rgba(164, 31, 53, 0.75);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center; }

article a.overlay:hover,
article a.overlay {
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 2em;
  position: absolute;
  width: 100%; }

.career-inspires div.cf {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }

@media only screen and (min-width: 480px) {
  article {
    width: calc(50% - .5em);
    float: left;
    flex: 1;
    flex-basis: calc(50% - .5em); }
  article:nth-child(even) {
    margin-left: .5em; }
  article:nth-child(odd) {
    margin-right: .5em; } }

@media only screen and (min-width: 640px) {
  article {
    width: calc(33% - .5em);
    float: left;
    flex-basis: calc(33% - .5em); }
  article:nth-child(3n+1) {
    margin-right: .5em; }
  article:nth-child(3n+2) {
    margin-right: .25em;
    margin-left: .25em; }
  article:nth-child(3n+3) {
    margin-left: .5em; } }

@media only screen and (min-width: 800px) {
  article {
    width: calc(25% - 1em);
    flex-basis: calc(25% - 1em);
    float: left;
    margin-left: 0.5em !important;
    margin-right: 0.5em !important; } }

.footer {
  height: 350px;
  padding: 50px;
  background-color: #a41f35;
  color: #fff; }
  .footer img {
    display: block;
    margin: 0 auto;
    margin-bottom: 1.5em; }
  .footer i {
    color: #fff;
    font-size: 36px;
    margin: 8px; }
  .footer h5 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 1px;
    font-weight: 300; }
  .footer p {
    margin-top: 3em;
    font-size: 1.2em; }
  .footer .city-social-copyright {
    display: block;
    margin: 0 auto;
    text-align: center; }
    .footer .city-social-copyright a {
      color: white;
      text-decoration: none; }
  @media only screen and (min-width: 768px) {
    .footer {
      height: 250px;
      padding-top: 75px; }
      .footer .city-brand {
        float: left; }
      .footer .city-social-copyright {
        float: right;
        text-align: right; }
        .footer .city-social-copyright p {
          margin-top: 1em; } }
  @media only screen and (min-width: 768px) {
    .footer {
      height: 200px;
      padding-top: 60px; } }
