/*
	
Theme Name: Bespoke Global Resourcing
Version: 1.0
Author: Ded Red 

*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800|Roboto+Slab:300,400,700");
* {
  box-sizing: border-box;
}

html,
body {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.wrapper {
  display: block;
  width: 100%;
  padding: 100px 0;
  zoom: 1;
}

.wrapper:before, .wrapper:after {
  content: '';
  display: table;
}

.wrapper:after {
  clear: both;
}

.wrapper--grey {
  background-color: #f8f7f7;
}

.container,
.container--full {
  display: block;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  zoom: 1;
}

.container:before, .container:after,
.container--full:before,
.container--full:after {
  content: '';
  display: table;
}

.container:after,
.container--full:after {
  clear: both;
}

@media (min-width: 1440px) {
  .container {
    width: 1200px;
    margin: auto;
  }
}

.row {
  display: block;
  margin-left: -10px;
  margin-right: -10px;
  zoom: 1;
}

.row:before, .row:after {
  content: '';
  display: table;
}

.row:after {
  clear: both;
}

[class*='col'] {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 100%;
  min-height: 1px;
  zoom: 1;
}

[class*='col']:before, [class*='col']:after {
  content: '';
  display: table;
}

[class*='col']:after {
  clear: both;
}

@media (min-width: 1024px) {
  .col--1 {
    width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .col--2 {
    width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .col--3 {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .col--4 {
    width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .col--5 {
    width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .col--6 {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .col--7 {
    width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .col--8 {
    width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .col--9 {
    width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .col--10 {
    width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .col--11 {
    width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .col--12 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 2;
  color: #2e3030;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 10px 0 20px 0;
  font-family: 'Roboto Slab', serif;
}

h2 {
  font-size: 4rem;
  color: #DD3333;
}

h3 {
  font-size: 3.6rem;
}

h4 {
  font-size: 3rem;
}

p {
  margin: 20px 0;
}

ul {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

.text--right {
  text-align: right;
}

.text--center {
  text-align: center;
}

.home-title {
  line-height: 1;
}

.home-title .title-top-line,
.home-title .title-middle-line,
.home-title .title-bottom-line {
  font-family: 'Open Sans', sans-serif;
  color: #4f5253;
}

.home-title .title-top-line {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 2px;
}

.home-title .title-middle-line {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 6rem;
}

.home-title .title-bottom-line {
  position: relative;
  top: -5px;
  color: #DD3333;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

a {
  color: #DD3333;
  text-decoration: none;
}

.button,
a.button,
button,
input[type="button"] {
  padding: 10px 30px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 800;
  border: solid 2px #DD3333;
}

.button:hover,
a.button:hover,
button:hover,
input[type="button"]:hover {
  background: #DD3333;
  color: #ffffff;
}

figure {
  margin: 0;
}

img.size-large, .wp-caption-text {
  display: block;
  width: 100%;
  height: auto;
}

.gallery-item img.size-large, .gallery-item .wp-caption-text {
  margin-left: 0;
}

.wp-caption-text {
  width: 100%;
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 1.4rem;
  text-align: center;
}

.alignright,
.alignleft,
.alignnone {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  float: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gallery {
  margin-left: -10px;
  margin-right: -10px;
}

.gallery .gallery-item {
  width: 50% !important;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  padding-left: 10px;
  padding-right: 10px;
}

.gallery .gallery-item:hover {
  opacity: 0.7;
}

.image-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.dedred-logo {
  position: relative;
  top: 6px;
  width: 100px;
  height: auto;
}

@media (min-width: 768px) {
  .gallery .gallery-item {
    width: 25% !important;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .alignright,
  .alignleft,
  .alignnone {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    width: auto !important;
  }
  img.size-large, .wp-caption-text {
    display: block;
    width: auto;
  }
  .alignleft {
    float: left;
    margin-right: 60px;
  }
  .alignright {
    float: right;
    margin-left: 60px;
  }
}

.site-header {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 8000;
}

.site-header .site-logo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  float: left;
  max-width: 40%;
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .site-header .site-logo img {
    max-width: 150%;
    width: 150%;
  }
}

@media (min-width: 1440px) {
  .site-header .site-logo img {
    max-width: 100%;
    width: 100%;
  }
}

.site-footer {
  text-align: center;
}

@media (min-width: 1024px) {
  .site-footer {
    text-align: left;
  }
}

.site-footer .footer-logo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-width: 70%;
  margin-top: 50px;
}

.site-footer__signup, .site-footer__main, .site-footer__bottom {
  display: block;
  width: 100%;
}

.site-footer__signup h2,
.site-footer__signup h3,
.site-footer__signup p,
.site-footer__signup address, .site-footer__main h2,
.site-footer__main h3,
.site-footer__main p,
.site-footer__main address, .site-footer__bottom h2,
.site-footer__bottom h3,
.site-footer__bottom p,
.site-footer__bottom address {
  color: #ffffff;
  font-style: normal;
}

.site-footer__signup h3, .site-footer__main h3, .site-footer__bottom h3 {
  margin-bottom: 10px;
  font-size: 2.6rem;
}

.site-footer__signup {
  padding: 60px 0;
  background-color: #2e3030;
  background-image: url(images/signup-bg.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.site-footer__signup h2,
.site-footer__signup p {
  color: #ffffff;
}

.site-footer__main {
  padding: 40px 0;
  background-color: #2e3030;
}

.site-footer__main .nav-links--footer {
  padding: 0;
}

.site-footer__main .nav-links--footer li a {
  position: relative;
  padding-left: 20px;
  color: #ffffff;
}

.site-footer__main .nav-links--footer li a:before {
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  content: '\f101';
}

.site-footer__main .nav-links--footer li a:hover {
  color: #DD3333;
}

.site-footer__main .contact-address,
.site-footer__main .contact-phone,
.site-footer__main .contact-email {
  position: relative;
  padding-left: 30px;
}

.site-footer__main .contact-address:before,
.site-footer__main .contact-phone:before,
.site-footer__main .contact-email:before {
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  color: #DD3333;
}

.site-footer__main .contact-address:before {
  content: '\f041';
}

.site-footer__main .contact-phone:before {
  content: '\f095';
}

.site-footer__main .contact-email:before {
  content: '\f0e0';
}

.site-footer__bottom {
  background: #1d1e1f;
}

.site-footer__bottom p {
  margin: 10px 0;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.4;
}

.site-footer__bottom .footer-dr-logo {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 100px;
  height: auto;
}

.post__thumb img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.post h2 {
  margin: 0;
  font-size: 2.4rem;
}

.post__date, .post__link {
  margin: 0;
}

.post__date {
  font-weight: 700;
  color: #adb0b0;
}

@media (min-width: 768px) {
  .post {
    width: 50%;
  }
}

.post__tags {
  display: inline-block;
  padding: 0;
}

.post__tags li {
  display: inherit;
}

.post--home .post__thumb {
  padding-left: 40px;
  padding-right: 40px;
}

@media (min-width: 768px) {
  .post--home .post__thumb {
    width: 40%;
  }
}

@media (min-width: 1024px) {
  .post--home .post__thumb {
    width: 33.33333333%;
  }
}

@media (min-width: 768px) {
  .post--home .post__content {
    width: 60%;
  }
}

@media (min-width: 1024px) {
  .post--home .post__content {
    width: 66.6666666667%;
  }
}

.post--home .post__date {
  margin-bottom: 0;
}

.post--home .post__date,
.post--home .post__cat,
.post--home .post__meta {
  font-weight: 800;
  color: #797e7e;
}

.post--home .post__meta {
  font-size: 1.4rem;
}

.post--home h3 {
  margin-top: -20px;
  margin-bottom: -10px;
  font-size: 3.6rem;
}

.post-categories {
  display: block;
  margin: 0 10px 30px;
  padding: 20px;
  background-color: #f8f7f7;
  border-radius: 6px;
}

.post-categories strong {
  display: inline;
  margin: 0 10px;
}

.post-categories .post-cat-list {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.post-categories .post-cat-list li {
  display: inherit;
}

.post-categories .post-cat-list li a {
  display: block;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 1.4rem;
  color: #ffffff;
  background-color: #DD3333;
  border-radius: 3px;
}

.post-categories .post-cat-list li a:hover {
  background-color: #bd2020;
}

.post--blog {
  margin-bottom: 30px;
  text-align: center;
}

.post--blog p {
  font-size: 1.4rem;
}

.post--blog .post__thumb {
  position: relative;
}

.post--blog .post__cat {
  position: absolute;
  top: 15px;
  right: 15px;
}

.post--blog .post__cat a {
  padding: 5px 10px;
  color: #ffffff;
  background-color: #DD3333;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 3px;
}

.post--blog .post__cat a:hover {
  background-color: #bd2020;
}

.form__group {
  display: inline-block;
  margin-bottom: 20px;
}

.form__control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px;
  border: none;
  border-radius: 3px;
}

.form--search {
  display: block;
  width: 80%;
  height: 50px;
  margin: auto auto 60px auto;
  border-bottom: solid 2px #ffffff;
}

.form--search .form__group {
  display: inline-block;
  width: 91%;
}

.form--search .form__group .form__control {
  display: block;
  width: 100%;
  border: none;
  background: none;
}

.form--search button {
  display: inline-block;
  float: right;
  width: 8%;
  height: 35px;
  background: none;
  border: none;
  font-size: 2rem;
  color: #ffffff;
}

.form--signup {
  display: block;
  width: 80%;
  width: 100%;
  margin: auto;
  border-radius: 35px;
}

@media (min-width: 768px) {
  .form--signup {
    height: 70px;
    padding: 10px 0 10px 40px;
    background: #fff;
  }
}

.form--signup .form__group {
  display: inline-block;
}

.form--signup .form__group--input, .form--signup .form__group--button {
  width: 100%;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .form--signup .form__group--input {
    width: 77%;
  }
}

@media (min-width: 768px) {
  .form--signup .form__group--button {
    float: right;
    width: 20%;
  }
}

.form--signup .form__group .form__control {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 25px;
}

.form--signup .button--signup {
  position: relative;
  top: 0px;
  width: 100%;
  height: 50px;
  background: #DD3333;
  color: #ffffff;
  font-weight: 800;
  font-size: 1.6rem;
  text-transform: uppercase;
  border: none;
  border-radius: 25px;
}

@media (min-width: 768px) {
  .form--signup .button--signup {
    right: 10px;
  }
}

.job-search {
  display: block;
  width: 100%;
  margin: 0 -10px 30px -10px;
}

.job-search .form__control {
  padding: 10px;
  border: solid 2px #e1e2e2;
  background: #ffffff;
}

.job-search .form__group--select {
  position: relative;
  margin-right: 15px;
  overflow: hidden;
  border-right: solid 2px #e1e2e2;
  border-radius: 3px;
}

.job-search .form__group--select:after {
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: "FontAwesome";
  font-size: 1.4rem;
  content: '\f0d7';
}

.job-search .form__group--select select {
  width: 115%;
  background: #ffffff;
  -webkit-appearance: none;
}

.job-search .button {
  width: 14.125%;
  height: 50px;
  background-color: #DD3333;
  color: #ffffff;
}

.job-search .button:hover {
  background-color: #bd2020;
}

.wpcf7 textarea {
  height: 250px;
}

.wpcf7 .button--contact-form {
  display: inline-block;
  float: none;
  width: 200px;
  height: 50px;
  margin: auto;
  background: none;
  color: #DD3333;
  text-align: center;
}

.wpcf7 .button--contact-form:hover {
  background: #DD3333;
  color: #ffffff;
}

.widget {
  margin: 0;
}

.widget .widget__title {
  margin: 0;
  font-size: 2.4rem;
}

.widget ul {
  margin: 0;
  padding: 0;
}

.widget ul li {
  list-style: none;
}

.burger-wrap {
  position: absolute;
  top: 100px;
  left: 40px;
  width: 80px;
  height: 80px;
  background-color: #1d1e1f;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.burger-button__burger, .burger-button__cross {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.burger-button__burger .line, .burger-button__cross .line {
  display: block;
  position: relative;
  top: 25px;
  left: 20px;
  width: 36px;
  height: 2px;
  margin: 6px 0;
  background-color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.burger-button__burger .line:nth-child(1), .burger-button__cross .line:nth-child(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.burger-button__burger .line:nth-child(2), .burger-button__cross .line:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.burger-button__burger .line:nth-child(3), .burger-button__cross .line:nth-child(3) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.burger-button__cross {
  top: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.burger-button__cross .line {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

.burger-button__cross .line:nth-child(1) {
  top: 15px;
  left: 37px;
  width: 2px;
  height: 36px;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.burger-button__cross .line:nth-child(2) {
  top: -10px;
  left: 20px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.is-active {
  background-color: #DD3333;
}

.is-active .burger-button__burger .line {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.is-active .burger-button__burger .line:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.is-active .burger-button__burger .line:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.is-active .burger-button__burger .line:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.is-active .burger-button__cross .line {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.is-active .burger-button__cross .line:nth-child(1) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.is-active .burger-button__cross .line:nth-child(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.banner {
  position: relative;
  padding-bottom: 160px;
  background: #DD3333;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 1024px) {
  .banner {
    height: 100vh;
  }
}

.banner .container {
  position: relative;
}

.banner h1,
.banner p {
  color: #ffffff;
}

.banner h1 {
  margin-top: 160px;
  margin-bottom: 0;
  font-size: 3rem;
}

@media (min-width: 1024px) {
  .banner h1 {
    margin-top: 240px;
    font-size: 6rem;
  }
}

.banner p {
  margin-top: 0;
}

@media (min-width: 1024px) {
  .banner p {
    font-size: 2.4rem;
  }
}

.banner .banner__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(29, 30, 31, 0.5);
}

.banner--inner {
  height: 700px;
}

.banner .banner__post-info {
  margin-top: -20px;
  color: #ffffff;
  font-weight: 200;
  letter-spacing: 2px;
}

.banner .banner__post-meta {
  position: absolute;
  bottom: 20px;
  margin-top: -20px;
  padding-top: 20px;
  color: #ffffff;
  font-weight: 200;
  font-size: 1.2rem;
  letter-spacing: 2px;
}

.banner .banner__post-meta .post-categories,
.banner .banner__post-meta .post-tags {
  display: inline-block;
  margin: 0;
  padding: 0;
  background: none;
}

.banner .banner__post-meta .post-categories li,
.banner .banner__post-meta .post-tags li {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  list-style: none;
}

.banner .banner__post-meta .post-categories li a,
.banner .banner__post-meta .post-tags li a {
  padding: 5px 10px;
  color: #ffffff;
  background-color: #DD3333;
  border-radius: 3px;
}

.page-wrapper {
  overflow-x: hidden;
}

.site-nav {
  display: none;
  text-align: right;
}

.site-nav nav {
  display: inline-block;
}

@media (min-width: 1440px) {
  .site-nav {
    display: block;
  }
}

.nav-links {
  text-align: right;
}

.nav-links li {
  display: inline-block;
  list-style: none;
}

.nav-links li a {
  display: block;
  position: relative;
  margin-left: 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-links--social {
  display: inline-block;
}

.nav-links--social li {
  text-align: center;
}

.nav-links--social li a {
  display: block;
  width: 36px;
  height: 36px;
  border: solid 2px #ffffff;
  border-radius: 50%;
  font-size: 1.2rem;
}

.show-nav {
  position: fixed;
}

.site-nav--responsive {
  display: block;
  float: right;
  position: absolute;
  top: 20px;
  right: 20px;
}

@media (min-width: 1440px) {
  .site-nav--responsive {
    display: none;
  }
}

a.button--burger {
  float: right;
  width: 56px;
  height: 56px;
  margin-top: 20px;
  padding: 22px 6px 6px 10px;
  border: solid 2px #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

a.button--burger:hover {
  background: none;
}

a.button--burger .top-line,
a.button--burger .mid-line,
a.button--burger .btm-line {
  display: block;
  position: relative;
  width: 32px;
  height: 1px;
  border: solid 1px #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.button--burger .top-line {
  top: -6px;
}

a.button--burger .btm-line {
  bottom: -6px;
}

.show-nav a.button--burger {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.show-nav a.button--burger .top-line {
  top: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.show-nav a.button--burger .mid-line {
  opacity: 0;
  visibility: hidden;
}

.show-nav a.button--burger .btm-line {
  bottom: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav-overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  background-color: #DD3333;
  z-index: 8000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.nav-overlay nav {
  height: 100vh;
}

@media (min-width: 1440px) {
  .nav-overlay {
    display: none;
  }
}

.nav-links--mobile {
  margin-left: 120px;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 0;
  overflow: hidden;
}

.nav-links--mobile li {
  position: relative;
  left: -200px;
  display: block;
  font-size: 2.4rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.nav-links--mobile li:nth-child(6) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.nav-links--mobile li:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.nav-links--mobile li:nth-child(4) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.nav-links--mobile li:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.nav-links--mobile li:nth-child(2) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.nav-links--mobile li:nth-child(1) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.show-nav .nav-overlay {
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.show-nav .nav-links--mobile li {
  left: 0;
}

.show-nav .nav-links--mobile li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.show-nav .nav-links--mobile li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.show-nav .nav-links--mobile li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.show-nav .nav-links--mobile li:nth-child(4) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.show-nav .nav-links--mobile li:nth-child(5) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.show-nav .nav-links--mobile li:nth-child(6) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.container--callouts {
  position: relative;
}

.callout--small,
.callout--large {
  display: block;
  height: 300px;
  text-align: center;
}

.callout--small .inner,
.callout--large .inner {
  height: 100%;
  padding: 20px;
  background-color: #DD3333;
}

.callout--small .inner h2,
.callout--small .inner p,
.callout--large .inner h2,
.callout--large .inner p {
  color: #ffffff;
}

.callout--small .inner a.button,
.callout--large .inner a.button {
  color: #ffffff;
  border: solid 2px #ffffff;
}

.callout--small .inner a.button:hover,
.callout--large .inner a.button:hover {
  background: #ffffff;
  color: #DD3333;
}

.callout--small:first-child {
  margin-bottom: 20px;
}

.callout--small:nth-child(2) .inner {
  background: #2e3030;
}

.callout--large {
  height: 620px;
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .callout--large {
    margin-top: 0;
  }
}

.callout--large .inner {
  padding-top: 280px;
  background-image: url(images/callout-world-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.slick-slider.posts-slider button.slick-prev,
.slick-slider.posts-slider button.slick-next {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 36px;
  height: 36px;
  background: #DD3333;
  border-radius: 50%;
}

.slick-slider.posts-slider button.slick-prev:before,
.slick-slider.posts-slider button.slick-next:before {
  color: #ffffff;
}

.slick-slider.posts-slider button.slick-prev {
  right: 41px;
}

.slick-slider .slick-dots li button:before {
  font-family: "FontAwesome";
  content: '\f10c';
}

.slick-slider .slick-dots li.slick-active button:before {
  content: '\f111';
}

.tab-list {
  margin: 0 0 20px 0;
  padding: 0;
}

.tab-list li {
  display: inline-block;
  list-style-type: none;
}

.tab-list li a {
  display: block;
  padding: 3px 20px 3px 20px;
  border-radius: 20px;
  border: solid 2px transparent;
}

.tab-list li.active a,
.tab-list li.hover a {
  color: #fff;
  background-color: #DD3333;
  border: solid 2px #DD3333;
}

.tab-list li.active a,
.tab-list li a:hover {
  border: solid 2px #DD3333;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.page-wrapper {
  position: relative;
}

.wrapper {
  position: relative;
}

.wrapper--red {
  background-color: #DD3333;
}

.wrapper--red h3,
.wrapper--red p {
  color: #ffffff;
}

.wrapper--grey {
  padding-bottom: 140px;
  background-color: #f8f7f7;
}

.wrapper--news {
  padding-top: 0;
}

.wrapper--contact {
  padding: 0;
}

.wrapper--contact-form, .wrapper--no-pad {
  padding-top: 0;
}

.curve-border, .curve-border--grey, .curve-border--grey-banner, .curve-border--red {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url(assets/curve-border.png);
  background-size: cover;
}

.curve-border--grey {
  bottom: auto;
  top: -70px;
  background-image: url(assets/curve-border-grey.png);
}

.curve-border--grey-banner {
  bottom: 0;
  background-image: url(assets/curve-border-grey.png);
}

.curve-border--red {
  bottom: 0;
  background-image: url(assets/curve-border-red.png);
}

.page-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  z-index: 9000;
}

.active .page-overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.wrapper--video {
  position: relative;
  padding-top: 30px;
}

.wrapper--video .intro-text {
  padding-bottom: 60px;
  text-align: center;
}

@media (min-width: 1024px) {
  .wrapper--video .intro-text {
    padding-right: 40px;
    text-align: right;
  }
}

.video-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url(images/video-thumbnail.jpg);
  background-size: cover;
}

.video-wrap .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.video-wrap:hover .overlay {
  background: rgba(0, 0, 0, 0.5);
}

.video-container {
  position: fixed;
  top: 100px;
  left: 15vw;
  width: 70%;
  height: 70vh;
  margin-top: 20px;
  background: #000;
  z-index: 9200;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.active .video-container {
  top: 130px;
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.team-member {
  margin-top: 50px;
}

.team-member__thumb img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}

.team-member__content {
  padding-left: 60px;
}

.team-member__content h4 {
  margin-bottom: 0px;
  color: #DD3333;
}

.team-member__meta {
  margin: -10px 0 0 0;
  font-size: 1.4rem;
}

.team-member:nth-child(even) .team-member__thumb {
  float: right;
}

.team-member:nth-child(even) .team-member__content {
  padding-left: 0;
  padding-right: 60px;
  text-align: right;
}

.testimonial-item {
  font-size: 2.2rem;
  font-weight: 300;
  font-style: italic;
}

.testimonial-item strong {
  font-size: 1.6rem;
  font-style: normal;
}

.row--services {
  margin-top: 60px;
}

.service-item {
  padding: 60px;
  border: dashed 1px #ffffff;
}

.service-item h4,
.service-item p {
  color: #ffffff;
}

.service-item a.button {
  display: inline-block;
  margin-top: 30px;
  border-color: #ffffff;
  color: #ffffff;
}

.service-item a.button:hover {
  background-color: #ffffff;
  color: #DD3333;
}

.service-item:nth-child(1) {
  border-width: 0 1px 1px 0;
}

.service-item:nth-child(2) {
  border-width: 0 0 1px 0;
}

.service-item:nth-child(3) {
  border-width: 0 1px 0 0;
}

.service-item:nth-child(4) {
  border-width: 0 0 0 0;
}

.jobs-item {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px;
  background: #ffffff;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.jobs-item:hover {
  box-shadow: 0 0 10px rgba(221, 51, 51, 0.2);
}

.jobs-item h2 {
  display: block;
  margin-top: 0;
  padding-bottom: 10px;
  font-size: 2.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #2e3030;
  border-bottom: solid 1px #c7c9c9;
}

.jobs-item p {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #939797;
}

.jobs-item p span {
  margin-right: 20px;
}

.jobs-item p span .fa {
  margin-right: 5px;
  color: #DD3333;
}

.jobs-item__cat {
  position: absolute;
  top: 40px;
  right: 30px;
  margin: 0;
  padding: 0;
}

.jobs-item__cat li {
  display: inline-block;
  list-style: none;
}

.jobs-item__cat li a {
  display: block;
  margin-left: 10px;
  padding: 0px 15px;
  background-color: #DD3333;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 4px;
}

.jobs-item__cat li.type-full-time a {
  background-color: #6DBCDB;
}

.jobs-item__cat li.type-part-time a {
  background-color: #4EDA46;
}

.jobs-item .button--jobs {
  float: right;
  position: relative;
  top: -5px;
  right: 5px;
  padding: 0 10px;
  border-radius: 20px;
  font-size: 1.2rem;
}

.jobs-item--footer h4 {
  margin-bottom: 0;
  font-size: 1.6rem;
}

.jobs-item--footer .jobs-item__cat {
  position: relative;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.jobs-item--footer .jobs-item__cat li a {
  margin-left: 0;
  font-size: 1rem;
}

.contact-map {
  position: relative;
}

.contact-details {
  padding: 60px;
  background-color: #DD3333;
}

.contact-details h2,
.contact-details h3,
.contact-details h4,
.contact-details p,
.contact-details address,
.contact-details a {
  color: #ffffff;
}
/*# sourceMappingURL=style.css.map */