/* COLOURS */
/* Primary Colour (Orange) */
/* Secondary Colour (Dark Grey) */
/* Footer Background Colour */
/* Body Copy Colour */
/* Accent Colour */
/* FONTS */
/* BREAKPOINTS */
/* RESETS */
h1, h2, h3, h4, h5, h6, ol, ul, li, blockquote, p, a, img, a img, hr, fieldset, form, table, tbody, tr, td, input[type=checkbox], input[type=radio], textarea, select, button {
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: 0 none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

strong, b {
  font-weight: 700; }

ul, ol {
  list-style: none; }

html, html a {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale; }

a[href^=tel] {
  color: inherit;
  text-decoration: none; }

body, html {
  font-family: "Lato", sans-serif;
  color: #3C3C3C;
  font-size: 16px;
  line-height: 24px;
  height: 100%;
  width: 100%; }

/* GLOBAL MIXINS */
/* GLOBAL PLACEHOLDERS */
/*TYPOGRAPHY */
p {
  margin: 0 0 20px 0; }

.mb0 {
  margin-bottom: 0; }

a {
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -ms-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  transition: All 0.2s ease; }
  a:hover {
    text-decoration: none; }

/* HEADER */
header {
  position: relative; }

/* CONTENT */
div.container {
  position: relative; }

.btn-block {
  width: 100% !important; }

section {
  padding: 30px 0; }

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

/* PAGINATION */
div.pagination {
  margin: 25px 0; }
  div.pagination li {
    display: inline-block; }
  div.pagination li + li {
    margin: 0 0 0 5px !important; }
    @media screen and (max-width: 490px) {
      div.pagination li + li {
        margin: 0 0 0 3px; } }
  div.pagination a {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #2B2B2B;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 0 0 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    line-height: 40px; }
    div.pagination a:hover {
      background-color: #E84E1B;
      text-decoration: none; }
    @media screen and (max-width: 490px) {
      div.pagination a {
        width: 30px;
        height: 30px;
        line-height: 20px; } }
  div.pagination li.active a {
    background-color: #E84E1B; }
  @media screen and (max-width: 1201px) {
    div.pagination {
      display: block;
      width: 100%; } }
  @media screen and (max-width: 1201px) {
    div.pagination p.pull-right {
      float: none !important;
      text-align: left; } }

/* PARTNERS */
section.partners {
  padding: 60px 0 0 0;
  /* Reposition the controls */
  /* Hides the indicators */ }
  section.partners h1, section.partners h2 {
    font-weight: 300;
    margin: 0 0 30px 0;
    font-size: 30px;
    line-height: 30px; }
  section.partners .partners-carousel-item {
    padding: 0 15px; }
    section.partners .partners-carousel-item img {
      border: 1px solid #EEEEEE;
      max-width: 100%;
      height: auto;
      display: block; }
  section.partners .carousel-inner {
    width: auto; }
  section.partners .carousel {
    margin-bottom: 0;
    padding: 0; }
    section.partners .carousel .item .thumbnail img {
      border: 1px solid #EEEEEE; }
      @media screen and (max-width: 991px) {
        section.partners .carousel .item .thumbnail img {
          margin-bottom: 30px; } }
  section.partners .carousel-controls {
    float: right;
    margin-top: -57px; }
    @media screen and (max-width: 767px) {
      section.partners .carousel-controls {
        margin-top: -70px; } }
    section.partners .carousel-controls .carousel-control {
      position: relative;
      /* top: 0; */
      /* left: 0; */
      /* bottom: 0; */
      width: 30px;
      font-size: 15px;
      color: #fff;
      opacity: 1;
      text-align: center;
      text-shadow: none;
      background-color: #A8A8A8;
      height: 30px;
      display: inline-block;
      line-height: 29px;
      cursor: pointer; }
    section.partners .carousel-controls .carousel-control:first-child {
      margin-right: 5px; }
  section.partners .carousel-indicators {
    display: none; }

/* HOT JOBS */
section.hot-jobs {
  padding: 60px 0;
  /* Reposition the controls */
  /* Hides the indicators */ }
  section.hot-jobs h1 {
    font-weight: 300;
    margin: 0 0 30px 0;
    font-size: 30px;
    line-height: 30px; }
  section.hot-jobs .carousel {
    margin-bottom: 0;
    padding: 0;
    min-width: 100%; }
    section.hot-jobs .carousel .item .thumbnail {
      text-align: left; }
      section.hot-jobs .carousel .item .thumbnail img {
        border: 1px solid #EEEEEE; }
        @media screen and (max-width: 991px) {
          section.hot-jobs .carousel .item .thumbnail img {
            margin-bottom: 30px; } }
      section.hot-jobs .carousel .item .thumbnail h4 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        margin-bottom: 20px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow-x: hidden; }
        @media screen and (max-width: 767px) {
          section.hot-jobs .carousel .item .thumbnail h4 {
            white-space: normal;
            text-overflow: inherit;
            overflow-x: auto; } }
      section.hot-jobs .carousel .item .thumbnail p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
        font-weight: 300; }
        section.hot-jobs .carousel .item .thumbnail p i {
          width: 30px; }
      section.hot-jobs .carousel .item .thumbnail p.salary {
        margin-bottom: 20px; }
      section.hot-jobs .carousel .item .thumbnail p.job-desc {
        margin-bottom: 20px; }
  @media screen and (max-width: 991px) {
    section.hot-jobs .thumbnail {
      margin-bottom: 30px; } }
  section.hot-jobs .carousel-controls {
    float: right;
    margin-top: -57px; }
    @media screen and (max-width: 767px) {
      section.hot-jobs .carousel-controls {
        margin-top: -70px; } }
    section.hot-jobs .carousel-controls .carousel-control {
      position: relative;
      /* top: 0; */
      /* left: 0; */
      /* bottom: 0; */
      width: 30px;
      font-size: 15px;
      color: #fff;
      opacity: 1;
      text-align: center;
      text-shadow: none;
      background-color: #A8A8A8;
      height: 30px;
      display: inline-block;
      line-height: 29px; }
    section.hot-jobs .carousel-controls .carousel-control:first-child {
      margin-right: 5px; }
  section.hot-jobs .carousel-indicators {
    display: none; }

/* MORE INFORMATION */
section.more-info {
  background-color: #E84E1B;
  text-align: center;
  padding: 60px 0; }
  section.more-info p:first-of-type {
    color: #FFFFFF;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      section.more-info p:first-of-type {
        font-size: 23px;
        line-height: 23px; } }
  section.more-info p.tel {
    color: #FFFFFF;
    font-size: 100px;
    line-height: 100px;
    font-weight: 900;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 767px) {
      section.more-info p.tel {
        font-size: 60px;
        line-height: 60px;
        margin-top: 15px; } }

/* TWITTER */
section.twitter {
  background-color: #E84E1B;
  min-height: 50px;
  margin-top: 60px;
  height: auto;
  padding: 0; }
  section.twitter i {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 50px;
    float: left;
    margin-right: 15px; }
  section.twitter p {
    color: #FFFFFF;
    opacity: 0;
    margin: 0;
    line-height: 50px;
    transition: all 1s ease;
    position: absolute;
    left: 55px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 55px); }
    section.twitter p.active {
      opacity: 1; }
  section.twitter a {
    color: #FFFFFF;
    text-decoration: underline; }

/* FOOTER */
footer {
  background-color: #3C3C3C;
  padding: 30px 0;
  color: #FFFFFF;
  margin: 0; }
  footer a {
    color: #FFFFFF;
    text-decoration: none; }
  footer a:hover {
    color: #E84E1B;
    text-decoration: none; }
  footer ul li + li {
    margin: 1px 0 0 0; }
  footer p {
    margin: 0; }
  footer img.ico {
    max-width: 115px;
    height: auto;
    display: block;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      footer img.ico {
        margin-top: 30px; } }
  footer img.irp {
    max-width: 270px;
    height: auto;
    display: block;
    width: 100%; }
  footer p.address {
    margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    footer p.address + p {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    footer ul.footer-links {
      display: none; } }
  footer ul.social {
    margin: 30px 0 48px 0; }
    footer ul.social li {
      display: inline-block;
      height: 48px;
      width: 48px;
      text-align: center; }
      footer ul.social li i {
        color: #FFFFFF;
        font-size: 30px;
        line-height: 48px; }
    footer ul.social li#twitter {
      background-color: #38A8E0;
      margin-right: 10px; }
    footer ul.social li#linkedin {
      background-color: #0177B5; }
  @media screen and (max-width: 991px) {
    footer .clearfix {
      margin-bottom: 30px; } }

section.copyright {
  background-color: #2B2B2B;
  color: #FFFFFF;
  text-align: left;
  padding: 18px 0; }
  section.copyright p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0; }
  section.copyright a {
    color: #FFFFFF; }
    section.copyright a:hover {
      color: #E84E1B;
      text-decoration: none; }

/* CMS AREA */
div.cms-area ul, div.cms-area ol {
  margin: 0 0 20px 0;
  list-style: disc; }
  div.cms-area ul li, div.cms-area ol li {
    position: relative;
    list-style-position: outside;
    margin-left: 20px;
    font-weight: 300; }
    @media screen and (max-width: 767px) {
      div.cms-area ul li:first-child, div.cms-area ol li:first-child {
        margin-left: 0; } }

div.cms-area p a {
  color: #2B2B2B;
  text-decoration: underline; }

div.cms-area p a:hover {
  color: #2B2B2B;
  text-decoration: none; }

div.cms-area hr {
  border-bottom: 1px solid #A8A8A8;
  margin: 40px 0; }

div.cms-area .news-social {
  float: right;
  margin-top: 30px; }

/* HOMEPAGE INTRO */
section.intro {
  background-color: #EEEEEE;
  padding: 60px 0; }
  section.intro h1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 30px; }
  section.intro p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300; }
  section.intro p:last-of-type {
    margin-bottom: 30px; }
  section.intro img.affecto-o {
    max-width: 230px;
    height: auto; }

section.image-header {
  background-image: url("/images/layout/aboutus-header.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 0;
  max-height: 90px;
  position: relative;
  height: 90px; }
  section.image-header .overlay {
    position: relative;
    height: 90px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */
    z-index: 10; }

.jobs-detail {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 0;
  max-height: 200px !important;
  position: relative;
  height: 200px !important; }
  @media screen and (max-width: 991px) {
    .jobs-detail {
      max-height: 90px !important;
      height: 90px !important; } }
  .jobs-detail .overlay {
    position: relative;
    height: 200px !important;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */
    z-index: 10; }
    @media screen and (max-width: 991px) {
      .jobs-detail .overlay {
        height: 90px !important; } }

/* HOMEPAGE FULL SCREEN */
#header {
  background-image: url("/images/layout/header_bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100% - 59px);
  width: 100%;
  /*min-height: calc(100% - 60px);*/
  min-width: 100%;
  top: 0;
  position: fixed;
  z-index: 999; }
  #header:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-9 */ }
  #header .container {
    height: 100%;
    min-height: 445px;
    pointer-events: none; }
  #header .header-logo {
    margin-top: 30px;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      #header .header-logo img {
        margin: 0 auto; } }
  #header .job-search {
    pointer-events: all; }
  #header .quick-search {
    display: inline-block;
    margin-left: 30px;
    margin-top: 28px;
    color: #FFFFFF;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 991px) {
      #header .quick-search {
        margin: 10px 0 0 0; } }
    #header .quick-search p {
      display: inline; }
    #header .quick-search a {
      color: #FFFFFF;
      font-weight: 300; }
      #header .quick-search a:hover {
        color: #E84E1B; }
  #header .tagline {
    position: absolute;
    bottom: 60px; }
    @media screen and (max-width: 767px) {
      #header .tagline {
        bottom: 75px; } }
    #header .tagline p {
      font-size: 30px;
      line-height: 30px;
      font-weight: 300;
      color: #E84E1B; }
      @media screen and (max-width: 767px) {
        #header .tagline p {
          font-size: 20px;
          line-height: 20px;
          margin-bottom: 0; } }
  #header .header-logo {
    height: 20%; }
  #header .quick-search {
    height: 70%; }
  #header .tagline {
    height: 2%; }

/* BREADCRUMBS */
section.breadcrumbs {
  padding: 20px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300; }
  section.breadcrumbs a {
    color: #0A838C; }

/* CONTENT */
div.content {
  padding-top: 60px; }

section.content {
  padding: 0 0 30px 0; }
  section.content .img-responsive {
    width: 100%; }
  section.content h1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 20px; }
  section.content h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 20px 0 10px 0; }
  section.content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300; }
  section.content .o-overlay {
    position: absolute;
    height: 170px;
    width: 115px;
    background-image: url("/images/layout/affecto_o.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 100;
    margin-top: -145px;
    right: 45px; }
    @media screen and (max-width: 991px) {
      section.content .o-overlay {
        height: 120px;
        width: 81px;
        right: 15px;
        margin-top: -100px; } }

.pt-about-us .content a.linkedin {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: #3C3C3C;
  padding: 12px 15px;
  font-size: 20px;
  color: #FFFFFF; }
  .pt-about-us .content a.linkedin:hover {
    background-color: #007BB6; }

/* ACCORDION MENU */
#accordion-menu h4.panel-title {
  background-color: #EEEEEE;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1px; }
  #accordion-menu h4.panel-title a {
    padding: 16px 20px;
    display: block;
    color: #2B2B2B; }
    #accordion-menu h4.panel-title a:hover, #accordion-menu h4.panel-title a:focus {
      color: #E84E1B;
      text-decoration: none; }

#accordion-menu .panel-body {
  background-color: #EEEEEE;
  padding: 20px;
  margin-bottom: 1px; }
  #accordion-menu .panel-body ul li {
    margin-bottom: 10px; }
    #accordion-menu .panel-body ul li a {
      color: #2B2B2B;
      font-size: 16px;
      line-height: 24px;
      font-weight: 300; }
      #accordion-menu .panel-body ul li a:hover {
        color: #E84E1B;
        text-decoration: none; }

@media screen and (max-width: 991px) {
  div.panel-group {
    margin-bottom: 20px; } }

/* CONTENT */
section.content .main-image {
  width: 100%; }
  section.content .main-image--news {
    margin-bottom: 30px; }
    section.content .main-image--news + .o-overlay {
      margin-top: -175px; }

/* TESTIMONIALS */
.testimonial:first-of-type {
  border-top: 1px solid #A8A8A8; }

.testimonial {
  padding: 20px 0 30px 0;
  border-bottom: 1px solid #A8A8A8;
  display: inline-block;
  width: 100%; }
  .testimonial h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 20px 0 !important; }
  .testimonial p.requirement, .testimonial p.sector, .testimonial p.solution {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px; }
    .testimonial p.requirement i, .testimonial p.sector i, .testimonial p.solution i {
      width: 20px;
      font-size: 15px;
      color: #A8A8A8; }
    .testimonial p.requirement span, .testimonial p.sector span, .testimonial p.solution span {
      font-weight: 300; }

/* NEWS */
.news-article:first-of-type {
  border-top: 1px solid #A8A8A8; }

.news-article {
  padding: 20px 0 30px 0;
  border-bottom: 1px solid #A8A8A8;
  display: inline-block; }
  .news-article h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 20px 0 !important; }
  .news-article .news-image {
    max-height: 150px;
    width: auto; }
    @media screen and (max-width: 1201px) {
      .news-article .news-image {
        height: auto;
        max-height: none;
        width: 100%;
        margin-bottom: 20px; } }
  .news-article .btn-green {
    float: left;
    margin-right: 20px; }

div.news-social {
  float: left;
  margin-top: 10px; }
  @media screen and (max-width: 485px) {
    div.news-social {
      margin-top: 30px; } }
  div.news-social ul li {
    display: inline-block; }
    div.news-social ul li a {
      color: #2B2B2B;
      cursor: pointer;
      font-size: 20px;
      margin-right: 10px; }

/* CONTACT DETAILS */
.contact-details {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #A8A8A8;
  border-bottom: 1px solid #A8A8A8; }
  .contact-details p.tel {
    margin-bottom: 0; }
  .contact-details p.email a {
    color: #0A838C;
    text-decoration: underline; }

/* MAP */
#affecto {
  height: 270px;
  width: 100%; }
  @media screen and (max-width: 1201px) {
    #affecto {
      width: auto; } }

.gm-style-iw * {
  display: block;
  width: 100%; }

.gm-style-iw h4, .gm-style-iw p {
  margin: 0;
  padding: 0; }

.gm-style-iw a {
  color: #4272db; }

/* JOBS */
.job:first-of-type {
  border-top: 1px solid #A8A8A8; }

.job:last-child {
  margin-bottom: 30px; }

.job {
  padding: 20px 0 30px 0;
  border-bottom: 1px solid #A8A8A8;
  float: left;
  position: relative; }
  .job h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 20px 0 !important; }
  .job p:first-of-type {
    margin-bottom: 0; }
  .job p i {
    width: 30px; }
  .job a.btn-small {
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .job a.btn-small {
        display: block;
        width: 100%;
        margin-top: 10px; } }
  .job a.btn-small:first-of-type {
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .job a.btn-small:first-of-type {
        margin-right: 0;
        margin-top: 20px; } }

.job-header {
  position: relative; }
  .job-header__img-wrap {
    position: absolute;
    right: 15px;
    top: 0; }
  .job-header__img {
    display: inline-block;
    max-width: 100%;
    height: auto; }
  @media screen and (max-width: 600px) {
    .job-header__img-wrap {
      position: static;
      margin-bottom: 15px;
      padding: 0 15px; } }

.hot-job::before {
  content: '';
  background-image: url("/images/layout/hot-job.png");
  background-size: 30px 30px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  position: absolute;
  top: -15px;
  left: 15px; }

.bold-orange {
  font-weight: 700;
  color: #E84E1B; }

.job-detail ul {
  margin: 0 0 15px 0; }
  .job-detail ul li {
    font-weight: 300;
    list-style-type: disc;
    list-style-position: inside; }

.job-detail .btn-small {
  margin-bottom: 20px; }

.job-option {
  height: 170px;
  width: 100%;
  border: 1px solid #EEEEEE;
  text-align: center;
  padding: 50px 0;
  color: #2B2B2B; }
  @media screen and (max-width: 767px) {
    .job-option {
      height: 60px;
      display: block;
      width: 100%;
      padding: 5px;
      text-align: left;
      margin-bottom: 10px; } }
  .job-option:hover {
    background-color: #EEEEEE; }
    .job-option:hover i, .job-option:hover p {
      color: #0A838C; }
  .job-option i {
    font-size: 50px;
    color: #A8A8A8; }
    @media screen and (max-width: 767px) {
      .job-option i {
        display: inline-block;
        font-size: 30px;
        width: 40px;
        margin: 10px;
        float: left; } }
  @media screen and (max-width: 767px) {
    .job-option p {
      display: inline-block;
      margin: 0;
      float: left;
      margin-top: 12px; } }

.job-option-last {
  height: 170px;
  width: 100%;
  border: 1px solid #EEEEEE;
  text-align: center;
  padding: 50px 0; }
  @media screen and (max-width: 767px) {
    .job-option-last {
      height: 60px;
      display: block;
      width: 100%;
      padding: 5px;
      text-align: left;
      margin-bottom: 10px; } }
  .job-option-last i {
    font-size: 50px;
    color: #A8A8A8; }
    @media screen and (max-width: 767px) {
      .job-option-last i {
        display: inline-block;
        font-size: 30px;
        width: 40px;
        margin: 10px;
        float: left; } }
  @media screen and (max-width: 767px) {
    .job-option-last p {
      display: inline-block;
      margin: 0;
      float: left;
      margin-top: 12px; } }

p.find-more {
  margin: 10px 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    p.find-more {
      text-align: left; } }
  p.find-more a {
    color: #0A838C;
    text-decoration: underline; }

.job-apply {
  margin: 20px 0 0 0; }
  @media screen and (max-width: 991px) {
    .job-apply {
      float: left;
      width: 100%; } }
  .job-apply p {
    margin: 20px 0 0 0; }

/* INCENTIVES */
.incentives h3 {
  color: #E84E1B;
  text-align: center; }

.incentives p {
  text-align: center; }

/* CALCULATOR */
.calculator {
  background-color: #EEEEEE;
  padding: 5px 10px 25px 10px;
  margin: 25px 0; }

/* JOIN US */
.pg-join-us .image-overlay, .pg-about-us-join-us .image-overlay {
  position: absolute;
  top: 70px;
  background-color: white;
  left: 35px;
  width: 805px;
  height: 275px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .pg-join-us .image-overlay, .pg-about-us-join-us .image-overlay {
      display: none; } }
  .pg-join-us .image-overlay h2, .pg-about-us-join-us .image-overlay h2 {
    color: #E84E1B;
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    margin: 55px 0 20px 0; }
    @media screen and (max-width: 1201px) {
      .pg-join-us .image-overlay h2, .pg-about-us-join-us .image-overlay h2 {
        margin: 25px 0 20px 0; } }
    @media screen and (max-width: 991px) {
      .pg-join-us .image-overlay h2, .pg-about-us-join-us .image-overlay h2 {
        margin: 35px 0 20px 0; } }
  .pg-join-us .image-overlay p, .pg-about-us-join-us .image-overlay p {
    margin: 0 0 20px 0; }
  .pg-join-us .image-overlay .text-larger, .pg-about-us-join-us .image-overlay .text-larger {
    font-size: 20px;
    line-height: 30px; }
    .pg-join-us .image-overlay .text-larger span, .pg-about-us-join-us .image-overlay .text-larger span {
      color: #E84E1B;
      font-weight: 600; }
  @media screen and (max-width: 1201px) {
    .pg-join-us .image-overlay, .pg-about-us-join-us .image-overlay {
      width: 655px;
      height: 220px; } }
  @media screen and (max-width: 991px) {
    .pg-join-us .image-overlay, .pg-about-us-join-us .image-overlay {
      width: 680px;
      height: 230px; } }
  @media screen and (max-width: 767px) {
    .pg-join-us .image-overlay, .pg-about-us-join-us .image-overlay {
      width: 510px;
      height: 180px;
      top: 60px;
      left: 25px; } }

.pg-join-us .o-overlay, .pg-about-us-join-us .o-overlay {
  right: 14px !important; }

/* MODAL BOXES */
.modal .modal-dialog {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 870px; }
  @media screen and (max-width: 991px) {
    .modal .modal-dialog {
      width: 100%; } }
  .modal .modal-dialog form div.captcha input[type="text"] {
    min-width: 245px !important; }
    @media screen and (max-width: 767px) {
      .modal .modal-dialog form div.captcha input[type="text"] {
        width: 100% !important; } }

.modal .modal-content {
  background-color: #EEEEEE;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none; }

.modal .modal-backdrop {
  background-color: rgba(60, 60, 60, 0.9); }

.modal .modal-header .close {
  float: right;
  background-color: transparent;
  font-size: 25px; }

.modal .modal-title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300; }

#contactModal .contact-form {
  margin: 0; }
  #contactModal .contact-form h1 {
    display: none; }

span.boldOrange {
  font-weight: bold;
  color: #E84E1B;
  font-size: 110%; }

/* HOT JOBS - HOMEPAGE */
#hotjobsCarousel .item .thumbnail img.hot-job-star {
  height: 30px;
  width: 30px;
  float: right;
  border: none; }

/* Min Height Fix - Prevents Home page jumping when nav becomes fixed. */
.pg-home .minHeightFix {
  min-height: 60px; }

/* JOB FILTER */
@media screen and (max-width: 991px) {
  div.job-filter h1.filter-header {
    margin-bottom: 0 !important; } }

div.job-filter h1.filter-header i {
  float: right;
  color: #DEDEDE; }
  @media screen and (min-width: 991px) {
    div.job-filter h1.filter-header i {
      display: none; } }

table.padded {
  margin: 0 -5px; }
  table.padded td, table.padded th {
    padding: 0 5px;
    vertical-align: top; }

/* TESTIMONIAL TOGGLE STYLES */
.testimonial-content span {
  display: none; }

.display-inline {
  display: inline !important;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.ellipsis:after {
  content: '...'; }

/* 404 */
.error-container {
  height: 100%;
  width: 100%;
  background-color: #2b2b2b;
  overflow: hidden; }

section.error404 {
  margin-top: 20%;
  background-color: #2b2b2b;
  width: 100%;
  height: 100%;
  text-align: center; }

section.error404 > div.container {
  display: table;
  height: 100%; }

section.error404 > div.container > div {
  vertical-align: middle; }

section.error404 p {
  font-size: 40px;
  line-height: 40px;
  color: #E84E1B;
  font-family: "Lato", sans-serif;
  padding: 25px 0;
  font-weight: 300; }

section.error404 img {
  margin: 0 auto 30px auto;
  width: 100%;
  height: auto; }

/* NOTIFICATION MESSAGES */
p.error {
  color: #E84E1B;
  font-weight: bold !important; }

p.success {
  color: #0A838C;
  font-weight: bold !important; }

div.team-img {
  position: relative; }

section.affecto-search-header {
  height: auto;
  min-height: 574px;
  max-height: none;
  background-size: cover;
  background-position: center;
  background-image: url("/images/layout/affecto-search-banner.jpg") !important; }
  @media screen and (max-width: 767px) {
    section.affecto-search-header {
      min-height: 0; } }

.affecto-search-header__img-wrap {
  padding: 0 30px; }

.affecto-search-header__img {
  margin: 90px auto 60px auto; }

@media screen and (max-width: 767px) {
  .affecto-search-header__img {
    margin-top: 60px; } }

section.affecto-search-more-info {
  background-color: #3a5898;
  text-align: left;
  text-align: center; }
  section.affecto-search-more-info p.tel {
    font-weight: 300; }

section.affecto-search-content {
  margin-top: 30px; }
  section.affecto-search-content h1 {
    color: #3a5898; }
  section.affecto-search-content h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 20px 0 10px 0; }
  section.affecto-search-content hr {
    border-top: 1px solid #3a5898; }

div.affecto-search-section-fixed {
  background-image: url("/images/layout/sheffield.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 500px;
  padding: 15px; }
  div.affecto-search-section-fixed .affecto-search-section-fixed__title {
    color: #FFFFFF;
    text-align: center;
    font-size: 48px;
    line-height: 50px;
    margin: 60px 0;
    -webkit-text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 767px) {
    div.affecto-search-section-fixed {
      min-height: 0; } }

div.affecto-search-our-process {
  background-color: #3a5898;
  color: #FFFFFF;
  padding: 60px 0; }
  div.affecto-search-our-process h2 {
    font-size: 36px;
    margin: 0 0 30px 0;
    font-weight: 300;
    line-height: 40px; }

.affecto-search-panels__panel {
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .affecto-search-panels__panel:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.affecto-search-panels__panel-heading {
  position: relative;
  padding-left: 150px;
  display: flex;
  align-items: center;
  min-height: 120px; }

.affecto-search-panels__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px; }

.affecto-search-panels__link {
  color: #FFFFFF;
  display: block;
  padding: 10px 45px 10px 0;
  position: relative; }
  .affecto-search-panels__link:hover, .affecto-search-panels__link:active, .affecto-search-panels__link:focus {
    color: #FFFFFF;
    text-decoration: underline; }
  .affecto-search-panels__link::after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: calc(50% - 15px);
    background-image: url("/images/layout/arrow.png");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center; }
  .affecto-search-panels__link.collapsed::after {
    transform: rotate(180deg); }

.affecto-search-panels__panel-body {
  padding: 0 0 0 150px; }

@media screen and (max-width: 767px) {
  .affecto-search-panels__icon {
    width: 60px;
    height: 60px;
    top: calc(50% - 30px); }
  .affecto-search-panels__panel-heading {
    padding-left: 75px;
    min-height: 60px; }
  .affecto-search-panels__panel-body {
    padding: 15px 0 0 0; } }

.affecto-search-panels .affecto-search-panels__panel-title {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  width: 100%; }

div.affecto-search-dark-bg {
  color: #FFFFFF;
  background-color: #000000;
  background-image: url("/images/layout/hex-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 30px; }
  div.affecto-search-dark-bg h2 {
    margin-top: 0; }

.affecto-search-dark-bg__img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

section.hot-jobs-affecto-search h2, section.hot-jobs-affecto-search h3, div.affecto-search-testimonials h2, div.affecto-search-testimonials h3 {
  color: #3a5898;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 0; }

.affecto-search-testimonials__row {
  display: flex;
  align-items: stretch; }
  @media screen and (max-width: 991px) {
    .affecto-search-testimonials__row {
      flex-direction: column; } }

.affecto-search-testimonials__col {
  height: 100%; }

div.affecto-search-testimonial {
  color: #3a5898;
  padding: 15px;
  border: 1px solid #3a5898;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  div.affecto-search-testimonial__img-wrap {
    text-align: right; }
  div.affecto-search-testimonial h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px; }

.btn-affecto-search {
  background-color: #3a5898;
  display: inline-block;
  min-height: 60px;
  min-width: 170px;
  line-height: 60px;
  padding: 0 10px;
  color: #FFFFFF;
  font-weight: 300;
  text-align: center;
  border-radius: 4px;
  text-decoration: none; }
  .btn-affecto-search:hover, .btn-affecto-search:active, .btn-affecto-search:focus {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #334d86; }

hr.hr-orange {
  border-top: 1px solid #E84E1B; }

.youtube-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .youtube-video-wrap__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

section.content .employer-image, .employer-image {
  display: inline-block;
  padding: 1px;
  border: 1px solid #A8A8A8;
  margin-bottom: 30px; }
  section.content .employer-image .employer-image__img, .employer-image .employer-image__img {
    width: auto;
    max-width: 100%;
    display: inline-block; }

.u-mt-60 {
  margin-top: 60px; }

.u-mb-60 {
  margin-bottom: 60px; }

.u-mt-30 {
  margin-top: 30px; }

.u-mb-30 {
  margin-bottom: 30px; }

.pg-about-us-affecto-search .thumbnail {
  background-color: #EEEEEE;
  padding: 15px; }

.greyBackground {
  background-color: #EEEEEE;
  padding: 15px; }

.headerPhone {
  display: inline;
  color: white;
  font-size: 16px;
  position: relative;
  font-weight: 400;
  top: 18px;
  left: 215px; }
  @media screen and (max-width: 991px) {
    .headerPhone {
      left: 15px; } }

@media (max-width: 1200px) {
  .navbar-header {
    float: none; }
  .navbar-left, .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collapse.in {
    display: block !important; } }

/*MENU */
nav.navbar {
  background-color: #2B2B2B;
  border: none;
  max-height: 60px;
  margin: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0; }
  nav.navbar > .container {
    height: 60px; }
  @media screen and (max-width: 1201px) {
    nav.navbar {
      max-height: none;
      min-height: 60px;
      height: auto; } }
  @media screen and (max-width: 991px) {
    nav.navbar {
      max-height: none;
      min-height: 60px;
      height: auto; } }

.pg-home nav.navbar {
  position: fixed;
  top: auto;
  bottom: 0; }

ul.navbar-nav i {
  font-size: 12px;
  margin-left: 5px; }

div.navbar-header {
  float: right; }
  @media screen and (max-width: 1201px) {
    div.navbar-header {
      width: 100%; } }

a.navbar-brand {
  padding: 14px 0 0 0;
  height: auto;
  margin: 0; }
  @media screen and (max-width: 991px) {
    a.navbar-brand {
      padding: 14px 0 0 0; } }

.logo-swap {
  position: absolute; }
  @media screen and (max-width: 991px) {
    .logo-swap {
      position: relative; } }

.logo-shrink {
  width: 80px !important;
  max-width: 80px !important;
  min-width: 1px !important;
  margin-top: -8px !important; }

.dropdown-menu {
  position: absolute;
  top: 60px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 270px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #2B2B2B;
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  .dropdown-menu li a {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px; }
    .dropdown-menu li a:hover {
      color: #E84E1B;
      background-color: transparent; }
      @media screen and (max-width: 991px) {
        .dropdown-menu li a:hover {
          color: #E84E1B !important; } }

.fixed .dropdown-menu {
  bottom: 60px;
  top: auto; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #2B2B2B !important;
  border-color: #2B2B2B !important;
  color: #E84E1B !important; }

.navbar-default .navbar-nav > li {
  position: static; }

.navbar-default .navbar-nav > li > a {
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 18px 16px; }
  @media screen and (max-width: 1201px) {
    .navbar-default .navbar-nav > li > a {
      padding: 5px 0; } }

.navbar-default .navbar-nav > li > a.active {
  color: #E84E1B; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #E84E1B; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: transparent; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFFFFF; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none; }

.navbar-toggle {
  border: none;
  padding: 13px;
  float: none;
  position: absolute;
  top: 3px;
  right: 0; }

.navbar-collapse {
  padding: 0; }
  @media (min-width: 992px) and (max-width: 1201px) {
    .navbar-collapse {
      margin-top: 40px; } }

@media (min-width: 992px) and (max-width: 1201px) {
  body:not(.pg-home) .navbar-collapse {
    margin-top: 125px; } }

@media (min-width: 992px) and (max-width: 1201px) {
  body.tabletScroll:not(.pg-home) .navbar-collapse {
    margin-top: 40px; } }

/* MENU MEDIA QUERIES */
@media screen and (min-width: 767px) {
  a.navbar-brand {
    margin-left: 0 !important; }
  nav.navbar {
    border-radius: 0 !important; } }

@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    padding: 5px 0; }
  ul.navbar-nav.bottom {
    position: absolute;
    bottom: 50px;
    left: -15px;
    width: calc(100% + 30px);
    background: #2B2B2B;
    z-index: 9999;
    padding: 15px;
    margin-bottom: 0; } }

@media screen and (max-width: 1201px) {
  ul.navbar-nav {
    margin: 10px 0 15px; } }

@media screen and (max-width: 767px) {
  .navbar-header {
    width: 100%;
    margin: 0 !important; }
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: inherit !important; }
  .navbar-default .navbar-nav > li + li {
    margin: 0; }
  .navbar-default .navbar-nav > li a {
    text-align: left;
    padding: 5px 0; }
  .navbar-collapse {
    border: none;
    box-shadow: none; }
  ul.navbar-nav {
    margin: 10px 0 15px 0; }
    ul.navbar-nav.bottom {
      position: absolute;
      bottom: 50px;
      left: 0;
      width: 100%;
      background: #2B2B2B;
      z-index: 9999;
      padding: 15px;
      margin-bottom: 0; } }

@media screen and (max-width: 320px) {
  .navbar-toggle {
    top: 0px; } }

/* INCREASE BOOTSTRAP RESPONSIVE WIDTH */
@media (max-width: 991px) {
  .navbar-header {
    float: none;
    width: 100%; }
  .navbar-left, .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin: 10px 0 15px 0; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collapse.in {
    display: block !important; } }

@media screen and (max-width: 1201px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
    padding: 5px 15px 5px 25px;
    line-height: 20px; } }

/* SPINNING ARROWS IN MAIN MENU */
ul.navbar-nav li > a:after {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f063";
  font-size: 13px;
  margin: 0 0 0 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

ul.navbar-nav li:hover > a:after,
ul.navbar-nav li:hover > a.active:after {
  transform: rotate(180deg); }

ul.navbar-nav li > a:only-child:after, ul.navbar-nav li:hover > a:only-child:after {
  content: '';
  margin: 0; }

/* FORMS */
form.contact-form {
  margin: 0 0 40px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #CACACA; }

label {
  font-weight: 400;
  margin: 0;
  font-size: 16px; }

.form-control {
  border: solid 1px #CACACA;
  height: 50px;
  margin: 0 0 20px 0;
  border-radius: 0;
  color: #E84E1B;
  font-weight: 400;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none; }

.form-control:focus {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  outline: none 0;
  border: solid 1px #CACACA; }

textarea.form-control {
  height: 100px; }

label.required:after {
  content: " *"; }

@media screen and (max-width: 991px) {
  div.g-recaptcha {
    margin: 0 0 20px 0; } }

/* CONTACT FORM */
.contact-form {
  margin: 30px 0;
  background-color: #EEEEEE;
  padding: 20px; }
  .contact-form button {
    float: right; }
  .contact-form form label {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px; }
  .contact-form form input, .contact-form form select {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #EEEEEE;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #2B2B2B;
    height: 40px;
    margin-bottom: 0px; }
    .contact-form form input:focus, .contact-form form select:focus {
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      border: 1px solid #E84E1B; }
  .contact-form form select {
    background: url("/images/layout/select-arrow.png") no-repeat right center;
    background-size: contain;
    background-color: #FFFFFF;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .contact-form form .file-upload input[type="file"] {
    display: none; }
  .contact-form form .file-upload img {
    width: 187px;
    height: 40px;
    cursor: pointer; }
  .contact-form form textarea {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #EEEEEE;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #2B2B2B;
    resize: none;
    margin-bottom: 0; }
    .contact-form form textarea:focus {
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      border: 1px solid #E84E1B; }
  .contact-form form ::-webkit-input-placeholder {
    color: #A8A8A8; }
  .contact-form form :-moz-placeholder {
    color: #A8A8A8; }
  .contact-form form ::-moz-placeholder {
    color: #A8A8A8; }
  .contact-form form :-ms-input-placeholder {
    color: #A8A8A8; }
  .contact-form form .captcha label {
    display: block; }
  .contact-form form .captcha span {
    display: inline-block;
    background-color: #3C3C3C;
    color: #FFFFFF;
    padding: 7px 25px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-right: 10px; }
    @media screen and (max-width: 767px) {
      .contact-form form .captcha span {
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
        padding: 7px 0; } }
  .contact-form form .captcha input {
    width: auto;
    display: inline-block;
    min-width: 253px; }
    @media screen and (max-width: 1201px) {
      .contact-form form .captcha input {
        min-width: 195px; } }
    @media screen and (max-width: 991px) {
      .contact-form form .captcha input {
        min-width: 388px; } }
    @media screen and (max-width: 767px) {
      .contact-form form .captcha input {
        min-width: 100%; } }

#applyModal .contact-form {
  margin: 0; }

/* JOB FILTER */
.job-filter {
  background-color: #EEEEEE;
  padding: 20px; }
  @media screen and (max-width: 991px) {
    .job-filter {
      margin-bottom: 20px; } }
  .job-filter form label {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px; }
  .job-filter form input {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #EEEEEE;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #2B2B2B;
    height: 40px;
    margin-bottom: 0px; }
    .job-filter form input:focus {
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      border: 1px solid #E84E1B; }
  .job-filter form select {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #EEEEEE;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #2B2B2B;
    height: 40px;
    margin-bottom: 0px;
    background: url(/images/layout/select-arrow.png) no-repeat right center;
    background-size: contain;
    background-color: #FFFFFF;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .job-filter form select:focus {
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      border: 1px solid #E84E1B; }
  .job-filter form textarea {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #EEEEEE;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #2B2B2B;
    resize: none;
    margin-bottom: 0; }
    .job-filter form textarea:focus {
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      border: 1px solid #E84E1B; }
  .job-filter form ::-webkit-input-placeholder {
    color: #A8A8A8; }
  .job-filter form :-moz-placeholder {
    color: #A8A8A8; }
  .job-filter form ::-moz-placeholder {
    color: #A8A8A8; }
  .job-filter form :-ms-input-placeholder {
    color: #A8A8A8; }
  .job-filter form .captcha label {
    display: block; }
  .job-filter form .captcha span {
    display: inline-block;
    background-color: #3C3C3C;
    color: #FFFFFF;
    padding: 7px 25px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-right: 10px; }
    @media screen and (max-width: 767px) {
      .job-filter form .captcha span {
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
        padding: 7px 0; } }
  .job-filter form .captcha input {
    width: auto;
    display: inline-block;
    min-width: 270px; }
    @media screen and (max-width: 1201px) {
      .job-filter form .captcha input {
        min-width: 195px; } }
    @media screen and (max-width: 991px) {
      .job-filter form .captcha input {
        min-width: 388px; } }
    @media screen and (max-width: 767px) {
      .job-filter form .captcha input {
        min-width: 100%; } }

/* CALCULATOR */
.calculator input {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #EEEEEE;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #2B2B2B;
  height: 52px;
  margin-bottom: 0px;
  max-width: 390px;
  display: inline-block;
  margin-right: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); }
  .calculator input:focus {
    border: 1px solid #E84E1B; }

.calculator .btn-green {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 991px) {
    .calculator .btn-green {
      margin-top: 20px; } }

/* HEADER SEARCH */
.image-header p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #E84E1B;
  margin: 30px 0 0 295px; }
  @media screen and (max-width: 1201px) {
    .image-header p {
      margin: 30px 0 0 245px; } }

.image-header .search {
  margin-top: 25px; }
  @media screen and (max-width: 480px) {
    .image-header .search {
      width: 100%; } }

.image-header input[type="text"] {
  float: left;
  margin-right: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #EEEEEE;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #2B2B2B;
  height: 40px;
  margin-bottom: 0px;
  width: 225px;
  padding: 6px 12px;
  -webkit-appearance: none;
  -moz-appearance: none; }
  @media screen and (max-width: 480px) {
    .image-header input[type="text"] {
      width: 85%; } }
  .image-header input[type="text"]:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    outline: none;
    border: 1px solid #E84E1B; }

.image-header input[type="submit"] {
  background-image: url("/images/layout/search_icon.png");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  border: none;
  height: 30px;
  width: 30px;
  margin-top: 5px; }

/* HOMEPAGE */
#header input {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #EEEEEE;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #2B2B2B;
  height: 50px;
  margin-bottom: 0px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5); }
  #header input:focus {
    border: 1px solid #E84E1B; }

#header .btn-green {
  margin-top: 15px;
  float: left; }
  @media screen and (max-width: 767px) {
    #header .btn-green {
      display: block;
      width: 100%; } }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #fff;
  opacity: 1;
  color: #A8A8A8; }

@media screen and (max-width: 991px) {
  .job-filter-form {
    margin-top: 20px;
    display: none; } }

@media screen and (min-width: 991px) {
  .job-filter-form {
    display: block; } }

.hidden-required {
  display: block !important;
  height: 1px !important;
  width: 1px !important;
  opacity: 0 !important; }

/* BUTTONS */
.btn-primary, .btn-orange, .btn-grey, .btn-green, .btn-transparent {
  display: inline-block;
  min-width: 170px;
  width: auto;
  min-height: 60px;
  padding: 0px;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: All 0.2s ease;
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease; }
  .btn-primary:focus, .btn-orange:focus, .btn-grey:focus, .btn-green:focus, .btn-transparent:focus {
    outline: none;
    color: #FFFFFF;
    text-decoration: none; }

.btn-primary {
  background-color: #2B2B2B; }
  .btn-primary:hover {
    background-color: #1e1e1e;
    color: #FFFFFF; }

.btn-orange {
  background-color: #E84E1B; }
  .btn-orange:hover {
    background-color: #d44515;
    color: #FFFFFF; }

.btn-grey {
  background-color: #2B2B2B; }
  .btn-grey:hover {
    background-color: #1e1e1e;
    color: #FFFFFF; }

.btn-green {
  background-color: #0A838C;
  color: white !important;
  text-decoration: none !important; }
  .btn-green:hover {
    background-color: #086d74;
    color: #FFFFFF; }

.btn-transparent {
  background-color: rgba(0, 0, 0, 0.1); }
  .btn-transparent:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: #FFFFFF; }

.btn-small {
  height: 50px !important;
  line-height: 50px !important;
  min-height: 50px !important; }

.filter-back-btn {
  margin-top: 20px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .filter-back-btn {
      margin: 20px 0; } }

.btn-block {
  display: block;
  width: 100%; }

/* SLIDER */
section.slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0; }

div.slide-container {
  position: relative;
  z-index: 1; }

div.slide {
  float: left;
  position: relative;
  height: auto;
  text-align: center; }
  div.slide img {
    width: 100%;
    height: auto;
    max-height: 350px;
    max-width: 1600px;
    margin: 0 auto; }

div.slide-content {
  position: absolute;
  text-align: left;
  color: #FFFFFF;
  margin: 0; }

div.button-wrapper {
  z-index: 5;
  position: absolute;
  bottom: 20px;
  width: 100%; }

div.buttons {
  height: 10px; }
  div.buttons button {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #E84E1B;
    border: solid 1px #FFFFFF;
    text-indent: -10000px; }
  div.buttons button + button {
    margin: 0 0 0 10px; }
  div.buttons button.active {
    background-color: #FFFFFF; }
  div.buttons button:active, div.buttons button:focus {
    outline: none; }

div.arrows button {
  position: absolute;
  bottom: 50%;
  width: 60px;
  height: 60px;
  background-color: #CACACA;
  color: #FFFFFF;
  text-indent: -10000px;
  background-size: 12px 22px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 3; }
  div.arrows button button.prev {
    right: 80px;
    background-image: url("/images/layout/arrow-left.png"); }
  div.arrows button button.next {
    right: 10px;
    background-image: url("/images/layout/arrow-right.png"); }

/* JOIN US SLIDER */
.pg-join-us ul.pcgc-slider-controls, .pg-about-us-join-us ul.pcgc-slider-controls {
  position: absolute;
  top: 45%;
  width: 100%;
  z-index: 100 !important; }
  .pg-join-us ul.pcgc-slider-controls a, .pg-about-us-join-us ul.pcgc-slider-controls a {
    position: absolute;
    font-family: FontAwesome;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #2B2B2B;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
    .pg-join-us ul.pcgc-slider-controls a:hover, .pg-join-us ul.pcgc-slider-controls a:focus, .pg-about-us-join-us ul.pcgc-slider-controls a:hover, .pg-about-us-join-us ul.pcgc-slider-controls a:focus {
      text-decoration: none; }
    .pg-join-us ul.pcgc-slider-controls a:first-child, .pg-about-us-join-us ul.pcgc-slider-controls a:first-child {
      left: 20px; }
      .pg-join-us ul.pcgc-slider-controls a:first-child:before, .pg-about-us-join-us ul.pcgc-slider-controls a:first-child:before {
        content: '\f060'; }
    .pg-join-us ul.pcgc-slider-controls a:last-child, .pg-about-us-join-us ul.pcgc-slider-controls a:last-child {
      right: 20px; }
      .pg-join-us ul.pcgc-slider-controls a:last-child:before, .pg-about-us-join-us ul.pcgc-slider-controls a:last-child:before {
        content: '\f061'; }

/* COLOURS */
/* FONTS */
/* BREAKPOINTS */
