@import url(css/normalize.css);
@import url(css/boilerplate.css);
@import url(css/uniform.default.min.css);
@import url(css/animate.min.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,300italic,400italic,500,700,100italic);
/*
Theme Name: Nakama Global
Author: Nakama
Author URI: http://nakamaglobal.com/
Description: TBC
Version: TBC
*/
body {
  margin: 0;
  padding: 0;
}
body .responsive {
  display: none;
}
body .non-responsive {
  display: block;
}
body .animated {
  visibility: visible!important;
}
body .wpcf7-not-valid {
  border: 1px solid red!important;
}
body .wpcf7-not-valid-tip,
body .wpcf7-validation-errors {
  display: none!important;
}
body .wpcf7-form br {
  display: none!important;
}
.alignleft { float:left; margin-right:50px; }
#wrapper {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
}
#wrapper a {
  color: #2dafe5;
  text-decoration: none;
}
#wrapper a.email {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  visibility: hidden;
}
#wrapper a.email:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 16px;
  background: transparent url(img/ico-mail.png) no-repeat;
  position: absolute;
  left: 0px;
  top: 1px;
}
#wrapper a.pdf-left {
  visibility: hidden;
  display: inline-block;
  padding-left: 25px;
  position: relative;
  font-size: 14px;
  margin-top: 5px;
}
#wrapper a.pdf-left:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: transparent url(img/ico-pdf.png) no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
}
#wrapper a.back {
  display: inline-block;
  padding-left: 10px;
  position: relative;
  font-size: 13px;
  margin-top: 45px;
}
#wrapper a.back:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 5px;
  background: transparent url(img/ico-arrow-left.png) no-repeat;
  position: absolute;
  left: 0px;
  top: 7px;
}
#wrapper a.forward {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 400;
  padding-right: 10px;
  position: relative;
}
#wrapper a.forward:after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 5px;
  background: transparent url(img/ico-arrow-right.png) no-repeat;
  position: absolute;
  top: 8px;
  right: 0px;
}
#wrapper header {
  display: block;
  height: 85px;
  background: #100c07 url(img/bg-header.gif) no-repeat center;
  border-bottom: 5px solid #2dafe5;
  position: relative;
}
#wrapper header nav {
  width: 920px;
  padding-left: 34px;
  padding-right: 30px;
  margin: 0 auto;
  display: block;
}
#wrapper header nav a {
  margin-top: 35px;
  margin-right: 6px;
  font-size: 18px;
  padding: 12px 56px 13px 57px;
  display: inline-block;
  color: white;
  background: #2dafe5;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  text-transform: uppercase;
}
#wrapper header nav a:last-child {
  margin-right: 0px;
}
#wrapper header nav a.current {
  background: white;
  color: black;
  padding: 17px 57px 15px 57px;
}
#wrapper footer {
  display: block;
  height: 150px;
  background: #100c07 url(img/bg-footer.gif) no-repeat center;
  border-top: 5px solid #2dafe5;
  padding-bottom: 0px;
  clear: both;
}
#wrapper footer #footer-wrapper {
  width: 920px;
  padding: 45px 30px 28px 30px;
  display: block;
  margin: 0 auto;
}
#wrapper footer nav li {
  margin-right: 20px;
  list-style-type: none;
  display: inline-block;
}
#wrapper footer nav li:last-child {
  margin-right: 0px;
}
#wrapper footer nav li a {
  font-size: 13px;
}
#wrapper footer nav#social {
  float: right;
  padding-top: 8px;
  margin-bottom: 10px;
}
#wrapper footer nav#social a {
  text-indent: -9999px;
  height: 40px;
  width: 40px;
  display: block;
  margin-right: 10px;
  float: left;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
}
#wrapper footer nav#social a:last-child {
  margin-right: 0px;
}
#wrapper footer nav#social a.ico-twitter {
  background: transparent url(img/ico-twitter.png) no-repeat;
}
#wrapper footer nav#social a.ico-facebook {
  background: transparent url(img/facebook-ico.png) no-repeat;
}
#wrapper footer nav#social a.ico-instagram {
  background: transparent url(img/ico-instagram.png) no-repeat;
}
#wrapper footer nav#social a.ico-linkedin {
  background: transparent url(img/ico-linkedin.png) no-repeat;
}
#wrapper footer nav#social a:hover {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
#wrapper footer p {
  color: white;
  font-size: 13px;
}
#wrapper article#main {
  width: 920px;
  min-height: 700px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}
#wrapper article#main h1 {
  margin: 0px;
}
#wrapper article#main h1 a {
  display: block;
  width: 200px;
  height: 197px;
  text-indent: -9999px;
  background: transparent url(img/logo.png) no-repeat;
  float: right;
  margin: 0;
  padding: 0;
  margin-top: 17px;
}
#wrapper article#main h2 {
  font-weight: 100;
  font-size: 24px;
  color: #2dafe5;
  margin-bottom: 5px;
  margin-top: 0px;
}
#wrapper article#main nav {
  padding-top: 105px;
  padding-bottom: 42px;
  border-bottom: 1px solid #b8b8b8;
  width: 680px;
  margin-bottom: 35px;
}
#wrapper article#main nav.nav-mobile {
  display: none;
}
#wrapper article#main nav li {
  list-style-type: none;
  display: inline-block;
  margin-right: 41px;
}
#wrapper article#main nav li a {
  font-size: 16px;
  color: #2dafe5;
  text-decoration: none;
}
#wrapper article#main nav li.current-menu-item a,
#wrapper article#main nav li:hover a {
  color: #333;
}
#wrapper article#main nav li:last-child {
  margin-right: 0px;
}
#wrapper article#main nav#roles {
  padding: 0;
  margin: 0;
  border: 0;
  position: relative;
  min-height: 160px;
}
#wrapper article#main nav#roles:after {
  content: '';
  display: block;
  width: 244px;
  height: 160px;
  background: transparent url(img/tweet-bird.png) no-repeat;
  position: absolute;
  right: -230px;
  top: 10px;
}
#wrapper article#main nav#roles a {
  font-size: 14px;
  margin-right: 7px;
  width: 210px;
  float: left;
  display: block;
  margin-bottom: 12px;
  line-height: 16px;
  height: 28px;
}
#wrapper article#main nav#roles a.current {
  text-decoration: underline;
}
#wrapper article#main nav#roles a:last-child {
  margin-right: 0px;
}
#wrapper article#main section.roles {
  clear: both;
  width: 100%;
  display: none;
  background: #100c07;
  margin-bottom: 72px;
  position: relative;
  padding-bottom: 20px;
}
#wrapper article#main section.roles .roles_inner {
  padding: 46px 15px 28px 32px;
}
#wrapper article#main section.roles .roles_inner .col {
  float: left;
  width: 289px;
  display: block;
}
#wrapper article#main section.roles .roles_inner ul {
  padding: 0px;
  margin: 0px;
  margin-bottom: 15px;
}
#wrapper article#main section.roles .roles_inner ul li {
  list-style-type: none;
  color: white;
  font-size: 13px;
  margin-bottom: 2px;
}
#wrapper article#main section.roles .roles_inner h3 {
  color: white;
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  margin-bottom: 5px;
}
#wrapper article#main section.roles:before {
  content: '';
  display: block;
  width: 26px;
  height: 13px;
  background: transparent url(img/ico-arrow-up.png) no-repeat;
  position: absolute;
  top: -13px;
  left: 7px;
}
#wrapper article#main section.roles#roles-marketing:before {
  left: 90px;
}
#wrapper article#main section.roles#roles-print-integrated:before {
  left: 210px;
}
#wrapper article#main aside#content-sidebar,
#wrapper article#main aside#content-sidebar-widget {
  margin-top: 78px;
  float: left;
  width: 170px;
  border-left: 1px solid #b8b8b8;
  padding-left: 20px;
}
#wrapper article#main aside#content-sidebar li,
#wrapper article#main aside#content-sidebar-widget li {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
}
#wrapper article#main aside#content-sidebar a,
#wrapper article#main aside#content-sidebar-widget a {
  display: block;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 10px;
  font-size: 14px;
}
#wrapper article#main aside#content-sidebar a.current,
#wrapper article#main aside#content-sidebar-widget a.current,
#wrapper article#main aside#content-sidebar a:hover,
#wrapper article#main aside#content-sidebar-widget a:hover {
  color: black;
}
#wrapper article#main section#content {
  padding-bottom: 20px;
  width: 690px;
  float: left;
  display: block;
  margin-right: 30px;
}
#wrapper article#main section#content h2 {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 12px;
  color: black;
}
#wrapper article#main section#content.page-job-details h2 {
  margin-bottom: 23px;
}
#wrapper article#main section#content.page-annual-reports h2,
#wrapper article#main section#content.page-investor-information h2 {
  margin-bottom: 22px;
}
#wrapper article#main section#content h3 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 0px;
}
#wrapper article#main section#content h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 18px;
  margin-top: 26px;
}
#wrapper article#main section#content.page-job-details h4 {
  margin-top: 13px;
  margin-bottom: 9px;
}
#wrapper article#main section#content ul {
  padding: 0px;
  margin: 0px;
  margin-left: 20px;
}
#wrapper article#main section#content ul li {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 10px;
}
#wrapper article#main section#content .seperator {
  display: block;
  margin-bottom: 50px;
  width: 100%;
}
#wrapper article#main section#content p {
  font-size: 13px;
  font-weight: normal;
  color: #333333;
  line-height: 18px;
}
#wrapper article#main section#content div.wpcf7-mail-sent-ok {
  border: 0px!important;
  margin: 0px!important;
  padding: 0px!important;
}
#wrapper article#main section#content .investor {
  display: inline-block;
  width: 100%;
  margin-top: 19px;
}
#wrapper article#main section#content .investor img {
  float: left;
  margin-right: 10px;
}
#wrapper article#main section#content .investor h4 {
  margin: 0px;
  font-size: 14px;
  font-weight: 700;
}
#wrapper article#main section#content .investor h4 span {
  display: block;
  font-style: italic;
  font-weight: 100;
}
#wrapper article#main section#content .investor span,
#wrapper article#main section#content .investor p {
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  overflow: hidden;
}
#wrapper article#main section#content .quickdetails {
  margin-top: 20px;
}
#wrapper article#main section#content .quickdetails p {
  margin: 0px;
  margin-bottom: 5px;
}
#wrapper article#main section#content .quickdetails p strong {
  display: inline-block;
  width: 75px;
}
#wrapper article#main section#content form input.text,
#wrapper article#main section#content form textarea {
  padding: 6px 14px 6px 14px;
  font-size: 13px;
  color: #100c07;
  border-radius: 2px;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #b8b8b8;
}
#wrapper article#main section#content form .wpcf7-submit,
#wrapper article#main section#content form button {
  float: left;
  color: white;
  background: #2dafe5;
  border: 0px;
  padding: 9px 25px 12px 20px;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 10px;
  font-size: 12px;
  position: relative;
margin-bottom:20px;
}
#wrapper article#main section#content form .selector {
  border: 0px;
  height: auto;
  width: 290px !important;
display:block;
  margin-bottom: 14px;
}
#wrapper article#main section#content form .selector:last-child {
  margin-right: 0px;
}
#wrapper article#main section#content form .selector span {
display:none;
}
#wrapper article#main section#content form .selector select {
text-transform:Uppercase;
  top: 9px;
  left: 10px;
}
#wrapper article#main section#content form#job-search,
#wrapper article#main section#content form#job-search-again {
  margin-top: 20px;
}
#wrapper article#main section#content form#job-search h3,
#wrapper article#main section#content form#job-search-again h3 {
  font-size: 18px;
  border-top: 1px solid #efefef;
  display: block;
  width: 100%;
  padding-top: 16px;
  margin-top: 0px;
  margin-bottom: 16px;
}
#wrapper article#main section#content form#job-search input.text, #locations, #types, #sector, #wrapper article#main section#content form#job-search-again input.text {
  width: 288px;
  position: relative;
  top: -6px;
  padding: 8px 14px 10px 6px;
display: block;
margin-bottom: 5px;
}
#sector option { text-transform:lowercase; text-transform:capitalize;}
#keywords { width:258px !important; margin-left:10px; margin-top:6px; line-height:20px; height:20px }
#wrapper article#main section#content form#job-search button,
#wrapper article#main section#content form#job-search-again button {
  margin-right: 9px;
}
#wrapper article#main section#content form#job-search-again {
  margin-top: 12px;
}
#wrapper article#main section#content form#job-search-again h3 {
  padding-top: 10px;
  margin-bottom: 10px;
}
#wrapper article#main section#content form#job-apply .row,
#wrapper article#main section#content form.wpcf7-form .row {
  width: 668px;
  display: block;
  margin-bottom: 14px;
}
#wrapper article#main section#content form#job-apply .row .selector,
#wrapper article#main section#content form.wpcf7-form .row .selector {
  margin-bottom: 0px!important;
}
#wrapper article#main section#content form#job-apply .row span.wpcf7-form-control-wrap,
#wrapper article#main section#content form.wpcf7-form .row span.wpcf7-form-control-wrap {
  margin-right: 20px;
}
#wrapper article#main section#content form#job-apply .row span.wpcf7-form-control-wrap:last-child,
#wrapper article#main section#content form.wpcf7-form .row span.wpcf7-form-control-wrap:last-child {
  margin-right: 0px;
}
#wrapper article#main section#content form#job-apply .row input.text,
#wrapper article#main section#content form.wpcf7-form .row input.text {
  width: 290px;
  padding: 11px 14px 11px 14px;
}
#wrapper article#main section#content form#job-apply .row textarea,
#wrapper article#main section#content form.wpcf7-form .row textarea {
  width: 635px;
  height: 118px;
  padding: 11px 14px 11px 14px;
}
#wrapper article#main section#content form#job-apply .row label,
#wrapper article#main section#content form.wpcf7-form .row label {
  width: 345px;
  float: left;
  font-size: 13px;
  color: #333333;
}
#wrapper article#main section#content form#job-apply .row input.file,
#wrapper article#main section#content form.wpcf7-form .row input.file {
  float: right;
}
#wrapper article#main section#content form#job-apply .row.rowfile,
#wrapper article#main section#content form.wpcf7-form .row.rowfile {
  padding-bottom: 20px;
}
#wrapper article#main section#content form#job-apply .row:last-child,
#wrapper article#main section#content form.wpcf7-form .row:last-child {
  padding-top: 20px;
  border-top: 1px solid #b8b8b8;
}
#wrapper article#main section#content form.wpcf7-form {
  margin-top: 15px;
}
#wrapper article#main section#content form.wpcf7-form .row:last-child {
  padding: 0px;
  border-top: 0px;
}
#wrapper article#main section#content form.sent .row {
  display: none!important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: 300;
}
#wrapper article#main section#content #map {
  height: 500px;
  width: 920px;
  margin-bottom: 55px;
  position: relative;
  left: -30px;
  top: 0px;
}
#wrapper article#main section#content #search-results #results-number {
  padding-top: 23px;
  padding-bottom: 24px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  font-size: 16px;
  color: #100c07;
  display: block;
  width: 100%;
  margin-top: 9px;
  margin-bottom: 0px;
}
#wrapper article#main section#content #search-results .search-result {
  border-bottom: 1px solid #efefef;
}
#wrapper article#main section#content #search-results .search-result:last-child {
  border-bottom: 0px;
}
#wrapper article#main section#content #search-results .search-result h4 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 18px;
  margin-top: 13px;
  margin-bottom: 11px;
}
#wrapper article#main section#content #search-results .search-result .quickdetails {
  margin-top: 0px;
}
#wrapper article#main section#content table#annual-reports {
  width: 90%;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
#wrapper article#main section#content table#annual-reports tr:hover a {
  color: black;
}
#wrapper article#main section#content table#annual-reports td.year {
  width: 152px;
  font-weight: 700;
  font-size: 12px;
}
#wrapper article#main section#content table#annual-reports td.title {
  height: 29px;
  width: 252px;
}
#wrapper article#main section#content table#annual-reports td.date {
  width: 163px;
}
#wrapper article#main section#content table#annual-reports td.date a {
  font-size: 12px;
}
#wrapper article#main section#content table#annual-reports td.link a {
  display: block;
  width: 18px;
  height: 18px;
  background: transparent url(img/ico-pdf.png) no-repeat;
  text-indent: -9999px;
}
#wrapper article#main section#landing {
  padding-bottom: 51px;
  border-bottom: 1px solid #b8b8b8;
  width: 680px;
  margin-bottom: 62px;
}
#wrapper article#main section#landing h2 {
  font-size: 24px;
  font-weight: 100;
  color: black;
}
#wrapper article#main section#landing p {
  font-size: 13px;
  font-weight: normal;
  color: #333333;
}
#wrapper article#main section#quotes {
  padding-top: 0px;
  padding-bottom: 42px;
  border-bottom: 1px solid #b8b8b8;
  width: 680px;
  margin-bottom: 55px;
  min-height: 220px;
  display: block;
}
#wrapper article#main section#quotes p {
  font-size: 49px;
  font-weight: 100;
  margin: 0;
  padding: 0;
  line-height: 51px;
  display: none;
}
#wrapper article#main section#quotes p:first-child {
  display: block;
}
#wrapper article#main section#quotes p span {
  display: block;
  font-size: 26px;
  margin-top: -4px;
}
#wrapper article#main section#tweets {
  float: left;
  width: 360px;
  margin-bottom: 35px;
  position: relative;
  top: -17px;
}
#wrapper article#main section#tweets #tweets_inner {
  padding: 20px;
  background: #100c07;
  position: relative;
  min-height: 160px;
}
#wrapper article#main section#tweets #tweets_inner:after {
  content: '';
  display: block;
  width: 39px;
  height: 20px;
  background: transparent url(img/ico-arrow-down.png) no-repeat;
  position: absolute;
  bottom: -20px;
  left: 53px;
}
#wrapper article#main section#tweets #tweets_inner ul {
  padding: 0px;
  margin: 0px;
}
#wrapper article#main section#tweets #tweets_inner ul li {
  list-style-type: none;
  margin-bottom: 20px;
}
#wrapper article#main section#tweets #tweets_inner ul li p {
  color: white;
  font-size: 13px;
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 20px;
}
#wrapper article#main section#tweets #tweet_follow {
  float: left;
  display: block;
  width: 110px;
  height: 25px;
  margin-top: 82px;
  z-index: 2;
  position: relative;
}
#wrapper article#main section#tweets #tweet_bird {
  display: block;
  visibility: hidden;
  width: 244px;
  height: 160px;
  background: transparent url(img/tweet-bird.png) no-repeat;
  margin-top: 12px;
  float: right;
}
#wrapper article#main section#tweets #tweet_bird_mobile {
  display: none;
}
#wrapper article#main section#recent-jobs {
  float: left;
  width: 290px;
  margin-right: 30px;
  margin-bottom: 35px;
}
#wrapper article#main section#recent-jobs ul {
  margin: 0px;
  padding: 0px;
}
#wrapper article#main section#recent-jobs ul li {
  list-style-type: none;
}
#wrapper article#main section#recent-jobs ul li span {
  display: block;
  font-size: 15px;
  color: #333333;
  font-weight: 300;
}
#wrapper article#main section#recent-jobs ul li span.salary {
  font-size: 13px;
}
#wrapper article#main section#recent-jobs a {
  font-size: 13px;
}
body.site-highams #wrapper article#main {
  position: relative;
}
body.site-highams #wrapper article#main h1 a {
  width: 201px;
  height: 68px;
  background: transparent url(img/logo-highams.png) no-repeat;
  margin-top: 85px;
}
body.site-highams #wrapper article#main nav#roles {
  min-height: 30px;
}
body.site-highams #wrapper article#main nav#roles:after {
  background: none;
}
body.site-highams .noclick a {
  cursor: default;
}
body.site-highams h2.ico-quality {
  display: block;
  width: 201px;
  height: 55px;
  background: transparent url(img/recruitmentlogos.png) no-repeat;
  position: absolute;
  bottom: 10px;
  right: 0px;
  text-indent: -9999px;
}
@media (min-width: 768px) and (max-width: 984px) {
  body #wrapper header nav {
    width: 700px;
  }
  body #wrapper article#main {
    min-height: 1000px;
    width: 700px;
  }
  body #wrapper article#main h1 a {
    width: 160px;
    height: 197px;
    margin-top: 40px;
    background-size: 100%;
  }
  body #wrapper article#main nav {
    width: 500px;
  }
  body #wrapper article#main section#quotes {
    width: 500px;
    padding-bottom: 25px;
  }
  body #wrapper article#main section#quotes p {
    font-size: 30px;
  }
  body #wrapper article#main section.roles .roles_inner .col {
    width: 175px;
  }
  body #wrapper article#main section#content {
    width: 470px;
  }
  body #wrapper article#main section#content form .row .selector {
    width: 180px!important;
  }
  body #wrapper article#main section#content form#job-search .row input.text,
  body #wrapper article#main section#content form#job-search-again .row input.text {
    width: 180px!important;
  }
  body #wrapper footer #footer-wrapper {
    width: 700px;
  }
  body.site-highams h1 a {
    width: 160px!important;
    height: 67px!important;
    margin-top: 90px!important;
    background-size: 100%!important;
  }
  body.site-highams .noresponsive h2 {
    border: 0px!important;
    padding-bottom: 20px!important;
  }
  body.site-highams .noresponsive nav {
    display: block!important;
  }
  body.site-highams .noresponsive nav a {
    display: block!important;
    width: 100%!important;
    margin-bottom: 10px!important;
    float: none!important;
  }
  #map {
    height: 400px!important;
    width: 700px!important;
    margin-bottom: 20px!important;
    position: relative;
    left: -15px !important;
    top: 0px;
  }
}
@media (min-width: 665px) and (max-width: 767px) {
  body #wrapper header nav {
    width: 600px;
  }
  body #wrapper article#main {
    min-height: 1000px;
    width: 600px;
  }
  body #wrapper article#main h1 a {
    width: 140px;
    height: 197px;
    margin-top: 50px;
    background-size: 100%;
  }
  body #wrapper article#main nav {
    margin-bottom: 15px;
    width: 430px;
  }
  body #wrapper article#main nav li {
    margin-right: 34px;
  }
  body #wrapper article#main nav li a {
    font-size: 16px;
  }
  body #wrapper article#main section#quotes {
    min-height: 200px;
    margin-bottom: 45px;
    padding-bottom: 15px;
    width: 430px;
  }
  body #wrapper article#main section#quotes p {
    font-size: 24px;
  }
  body #wrapper article#main section#quotes p span {
    font-size: 16px;
  }
  body #wrapper article#main section.roles .roles_inner .col {
    width: 180px;
  }
  body #wrapper article#main section#content {
    width: 380px;
  }
  body #wrapper article#main section#content form .selector {
    width: 150px!important;
    margin-right: 8px!important;
  }
  body #wrapper article#main section#content form .row {
    width: 100%!important;
    margin-bottom: 0px!important;
  }
  body #wrapper article#main section#content form .row.rowfile {
    display: none!important;
  }
  body #wrapper article#main section#content form .row:last-child {
    border: 0px!important;
  }
  body #wrapper article#main section#content form .row input.text {
    margin-bottom: 10px!important;
    width: 100%!important;
  }
  body #wrapper article#main section#content form .row button {
    margin-top: 10px!important;
    float: left!important;
    width: 108%!important;
  }
  body #wrapper article#main section#content form .row textarea {
    width: 100%!important;
  }
  body #wrapper article#main section#content form#job-search .row input.text,
  body #wrapper article#main section#content form#job-search-again .row input.text {
    width: 150px!important;
    margin-right: 8px!important;
  }
  body #wrapper article#main section#content form#job-search .row button,
  body #wrapper article#main section#content form#job-search-again .row button {
    float: left!important;
    width: 98%!important;
  }
  body #wrapper article#main section#content form.wpcf7-form .row {
    width: 100%!important;
    margin-bottom: 10px!important;
  }
  body #wrapper article#main section#content form.wpcf7-form .row .selector {
    width: 100%!important;
    margin-bottom: 10px!important;
  }
  body #wrapper article#main aside#content-sidebar {
    width: 160px;
  }
  body #wrapper article#main section#recent-jobs {
    width: 260px;
  }
  body #wrapper article#main section#tweets {
    width: 300px;
  }
  body #wrapper footer #footer-wrapper {
    width: 600px;
  }
  body #wrapper footer #footer-wrapper nav li {
    margin-right: 5px;
  }
  body.site-highams h1 a {
    width: 140px!important;
    height: 57px!important;
    margin-top: 90px!important;
    background-size: 100%!important;
  }
  #map {
    height: 400px!important;
    width: 600px!important;
    margin-bottom: 20px!important;
    position: relative;
    left: -5px !important;
    top: 0px;
  }
}
@media (max-width: 664px) {
  html {
    -webkit-text-size-adjust: none;
  }
  body .responsive {
    display: block;
  }
  body .non-responsive {
    display: none;
  }
  body #wrapper header {
    height: 56px;
  }
  body #wrapper header nav {
    min-width: 280px;
    width: 94%;
    margin: 0 auto;
    padding: 0px;
  }
  body #wrapper header nav a {
    font-size: 16px;
    font-weight: 100;
    margin-top: 9px;
    padding: 12px 30px 13px 30px;
  }
  body #wrapper header nav a.current {
    padding: 17px 30px 15px 30px;
  }
  body #wrapper article#main {
    margin: 0 auto!important;
    padding: 0px;
    min-width: 280px;
    width: 94%;
  }
  body #wrapper article#main h1 a {
    width: 86px;
    height: 87px;
    margin-top: -31px;
    background-size: 100%;
  }
  body #wrapper article#main h2 {
    color: #000;
    font-size: 18px;
    margin-bottom: 18px;
  }
  body #wrapper article#main nav {
    display: none;
  }
  body #wrapper article#main nav li {
    display: none;
    margin-right: 34px;
  }
  body #wrapper article#main nav li a {
    font-size: 16px;
  }
  body #wrapper article#main nav.nav-mobile,
  body #wrapper article#main nav.sub-nav-mobile {
    display: none;
    padding-top: 0px;
    padding-bottom: 0px;
    min-width: 180px;
    width: 70%;
  }
  body #wrapper article#main nav.nav-mobile li,
  body #wrapper article#main nav.sub-nav-mobile li {
    display: block;
    margin-bottom: 30px;
  }
  body #wrapper article#main nav.sub-nav-mobile {
    width: 100%;
    margin-bottom: 25px;
  }
  body #wrapper article#main nav.sub-nav-mobile a {
    font-size: 14px;
    margin-bottom: 20px;
  }
  body #wrapper article#main nav.sub-nav-mobile a.current {
    color: black;
  }
  body #wrapper article#main a.mobile {
    display: block!important;
    margin-bottom: 15px;
    min-width: 180px;
    width: 70%;
    height: 20px;
    background: transparent url(img/ico-mobile-nav.png) no-repeat;
    padding-top: 0px;
    margin-top: 50px;
    cursor: pointer;
    border-bottom: 1px solid #b8b8b8;
    padding-bottom: 30px;
  }
  body #wrapper article#main section#quotes {
    min-height: 200px;
    margin-bottom: 35px;
    padding-bottom: 15px;
    clear: both;
    width: 100%;
  }
  body #wrapper article#main section#quotes p {
    font-size: 32px;
    line-height: 36px;
  }
  body #wrapper article#main section#quotes p span {
    font-size: 14px;
    margin-top: -2px;
  }
  body #wrapper article#main section.roles {
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
  }
  body #wrapper article#main section.roles .roles_inner {
    overflow: hidden;
    position: relative;
  }
  body #wrapper article#main section.roles .roles_inner .clearfix {
    display: none!important;
  }
  body #wrapper article#main section.roles .roles_inner > div {
    float: left;
    width: 95%;
    position: relative;
  }
  body #wrapper article#main section.roles .pager-nav {
    width: 220px;
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    top: -10px;
  }
  body #wrapper article#main section.roles .pager-nav a {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: #2dafe5;
    text-indent: -9999px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 6px;
  }
  body #wrapper article#main section.roles .pager-nav a:last-child {
    margin-right: 0px;
  }
  body #wrapper article#main section.roles .pager-nav a:hover,
  body #wrapper article#main section.roles .pager-nav a.current {
    background: white;
  }
  body #wrapper article#main section.roles:before {
    top: -13px !important;
    left: 7px!important;
  }
  body #wrapper article#main section.roles:last-child {
    margin-bottom: 20px;
  }
  body #wrapper article#main section#landing {
    min-width: 280px;
    width: 100%;
  }
  body #wrapper article#main section#content {
    min-width: 280px;
    width: 100%;
    margin: 0 auto!important;
    padding-bottom: 0px;
  }
  body #wrapper article#main section#content h2.recruit-roles {
    border-bottom: 1px solid #b8b8b8;
    margin-bottom: 0px;
    padding-bottom: 38px;
  }
  body #wrapper article#main section#content .seperator {
    margin-bottom: 30px;
  }
  body #wrapper article#main section#content .investor {
    margin-top: 0px;
  }
  body #wrapper article#main section#content .investor p {
    margin-top: 0px;
    overflow: visible;
  }
  body #wrapper article#main section#content .investor div {
    display: none;
    border-bottom: 1px solid #b8b8b8;
  }
  body #wrapper article#main section#content #search-results #results-number {
    font-size: 14px;
  }
  body #wrapper article#main section#content form .selector {
    width: 90%!important;
    margin: 0 auto;
    display: block;
    position: relative;
    left: 0px;
    clear: both;
    float: left;
    margin-bottom: 10px!important;
  }
  body #wrapper article#main section#content form .row {
    width: 100%!important;
    margin-bottom: 0px!important;
  }
  body #wrapper article#main section#content form .row.rowfile {
    display: none!important;
  }
  body #wrapper article#main section#content form .row:last-child {
    border: 0px!important;
  }
  body #wrapper article#main section#content form .row input.text {
    width: 90%!important;
    margin: 0 auto;
    display: block;
    position: relative;
    left: 0px;
    clear: both;
    float: left;
    margin-bottom: 10px!important;
  }
  body #wrapper article#main section#content form .row textarea {
    width: 90%!important;
  }
  body #wrapper article#main section#content form#job-search .row input.text,
  body #wrapper article#main section#content form#job-search-again .row input.text {
    width: 90%!important;
    margin: 0 auto;
    display: block;
    position: relative;
    left: 0px;
    clear: both;
    float: left;
    margin-bottom: 10px!important;
    margin-top: 10px;
  }
  body #wrapper article#main section#content form#job-search-again {
    display: none;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
    margin-bottom: 24px;
  }
  body #wrapper article#main section#content form#job-search-again h3 {
    display: none;
  }
  body #wrapper article#main section#content form.wpcf7-form .row {
    width: 100%!important;
    margin-bottom: 10px!important;
  }
  body #wrapper article#main section#content form.wpcf7-form .row .selector {
    width: 90%!important;
    margin: 0 auto;
    display: block;
    position: relative;
    left: 0px;
    clear: both;
    float: left;
    margin-bottom: 10px!important;
  }
  body #wrapper article#main section#content.page-annual-reports td {
    font-size: 13px;
  }
  body #wrapper article#main section#content.page-annual-reports td.year {
    width: 20%!important;
  }
  body #wrapper article#main section#content.page-annual-reports td.title {
    width: 60%!important;
  }
  body #wrapper article#main section#content.page-annual-reports td.date {
    width: 20%!important;
    text-align: right;
  }
  body #wrapper article#main section#content.page-annual-reports td.link {
    display: none;
  }
  body #wrapper article#main section#content.page-results h2.responsive {
    font-size: 18px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 24px;
  }
  body #wrapper article#main section#content h3 {
    font-size: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
  }
  body #wrapper article#main aside#content-sidebar {
    display: none;
  }
  body #wrapper article#main h2.responsive,
  body #wrapper article#main h4.responsive {
    margin: 0px;
  }
  body #wrapper article#main h2.responsive a,
  body #wrapper article#main h4.responsive a {
    display: block;
    width: 100%;
    font-weight: 300;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 18px;
    padding-top: 18px;
    position: relative;
    font-size: 18px;
  }
  body #wrapper article#main h2.responsive a:after,
  body #wrapper article#main h4.responsive a:after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0px;
    top: 22px;
    background: transparent url(img/ico-plus.png) no-repeat;
  }
  body #wrapper article#main h2.responsive a.current,
  body #wrapper article#main h4.responsive a.current {
    font-weight: 400;
    color: black;
  }
  body #wrapper article#main h2.responsive a.current:after,
  body #wrapper article#main h4.responsive a.current:after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0px;
    top: 22px;
    background: transparent url(img/ico-minus.png) no-repeat;
  }
  body #wrapper article#main h4.responsive a:after {
    top: 32px;
  }
  body #wrapper article#main h4.responsive a.current {
    border-bottom: 0px;
  }
  body #wrapper article#main section#recent-jobs {
    min-width: 280px;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    float: none;
    border-bottom: 1px solid #b8b8b8;
    padding-bottom: 27px;
    margin-bottom: 30px;
  }
  body #wrapper article#main section#tweets {
    width: 55%;
    min-width: 180px;
    margin: 0 auto;
    padding: 0px;
    float: left;
    top: 0px;
    padding-right: 12px;
  }
  body #wrapper article#main section#tweets #tweets_inner {
    padding: 15px 5px 1px 10px;
  }
  body #wrapper article#main section#tweets #tweets_inner:after {
    top: 15px;
    right: -11px;
    bottom: auto;
    left: auto;
    background: transparent url(img/ico-arrow-big-right.png) no-repeat;
    width: 11px;
    height: 21px;
  }
  body #wrapper article#main section#tweets #tweets_inner h2 {
    color: #2dafe5;
    margin-bottom: 8px;
  }
  body #wrapper article#main section#tweets #tweet_follow,
  body #wrapper article#main section#tweets #tweet_bird {
    display: none;
  }
  body #wrapper article#main #tweet_bird_mobile {
    visibility: hidden;
    width: 99px;
    height: 192px;
    background: transparent url(img/tweet-bird-mobile.png) no-repeat;
    float: right;
  }
  body #wrapper footer #footer-wrapper {
    min-width: 280px;
    width: 94%;
    margin: 0 auto;
    padding: 0px;
    padding-top: 20px;
  }
  body #wrapper footer #footer-wrapper nav {
    float: left;
    width: 120px;
  }
  body #wrapper footer #footer-wrapper nav li {
    margin-right: 0px;
    display: block;
    margin-bottom: 10px;
  }
  body #wrapper footer #footer-wrapper nav li a {
    font-size: 13px;
  }
  body #wrapper footer #footer-wrapper nav#social {
    float: right;
    width: 112px;
    margin-top: 0px;
    padding-top: 0px;
  }
  body #wrapper footer #footer-wrapper nav#social a {
    margin-right: 16px;
    width: 26px;
    height: 26px;
  }
  body #wrapper footer #footer-wrapper nav#social a:last-child {
    margin-right: 0px;
  }
  body #wrapper footer #footer-wrapper nav#social a.ico-twitter {
    background: transparent url(img/ico-twitter.png) no-repeat;
    background-size: 26px 26px;
  }
  body #wrapper footer #footer-wrapper nav#social a.ico-instagram {
    background: transparent url(img/ico-instagram.png) no-repeat;
    background-size: 26px 26px;
  }
  body #wrapper footer #footer-wrapper nav#social a.ico-linkedin {
    background: transparent url(img/ico-linkedin.png) no-repeat;
    background-size: 26px 26px;
  }
  body #wrapper footer #footer-wrapper p#copyright {
    font-size: 11px;
    width: 145px;
    text-align: right;
    float: right;
    margin: 0px;
    clear: right;
  }
  body.site-highams h1 a {
    width: 140px!important;
    height: 47px!important;
    background-size: 100%!important;
    margin-top: -16px !important;
  }
  body.site-highams .noresponsive h2 {
    border: 0px!important;
    padding-bottom: 20px!important;
  }
  body.site-highams .noresponsive nav {
    display: block!important;
  }
  body.site-highams .noresponsive nav a {
    display: block!important;
    width: 100%!important;
    margin-bottom: 10px!important;
    float: none!important;
  }
  #map {
    height: 240px!important;
    width: 100%!important;
    margin-bottom: 20px!important;
    position: relative;
    left: 0px!important;
    top: 0px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-device-pixel-ratio: 1.3) {
  a.mobile {
    background: transparent url(img/ico-mobile-nav@2x.png) no-repeat !important;
    background-size: 24px 20px!important;
  }
  a.ico-instagram {
    background: transparent url(img/ico-instagram@2x.png) no-repeat !important;
    background-size: 26px 26px!important;
  }
  a.ico-twitter {
    background: transparent url(img/ico-twitter@2x.png) no-repeat !important;
    background-size: 26px 26px!important;
  }
  a.ico-linkedin {
    background: transparent url(img/ico-linkedin@2x.png) no-repeat !important;
    background-size: 26px 26px!important;
  }
  a.email:before {
    background: transparent url(img/ico-mail@2x.png) no-repeat !important;
    background-size: 25px 16px!important;
  }
  a.back:before {
    background: transparent url(img/ico-arrow-left@2x.png) no-repeat !important;
    background-size: 4px 5px!important;
  }
  a.pdf-left:before {
    background: transparent url(img/ico-pdf@2x.png) no-repeat !important;
    background-size: 18px 18px!important;
  }
  a.forward:after {
    background: transparent url(img/ico-arrow-right@2x.png) no-repeat !important;
    background-size: 4px 5px!important;
  }
  h2.responsive a:after,
  h4.responsive a:after {
    background: transparent url(img/ico-plus@2x.png) no-repeat !important;
    background-size: 20px 20px!important;
  }
  h2.responsive a.current:after,
  h4.responsive a.current:after {
    background: transparent url(img/ico-minus@2x.png) no-repeat !important;
    background-size: 20px 20px!important;
  }
  .selector {
    background-image: url(img/bg-select@2x.png) !important;
    background-size: 37px 30px!important;
  }
}
