/*

font-family:'Helvetica Neue LT W01_55 Roman';
font-family:'Helvetica Neue LT W01_56 It';
font-family:'Helvetica Neue LT W01_71488914';
font-family:'Helvetica Neue LT W01_76 Bd It';
font-family:'Helvetica Neue LT W01_85 Heavy';
font-family:'Helvetica Neue LT W01_86 Hv It';

*/
/* Mixins */
/* ANIMATION */
@-webkit-keyframes bobbingItem {
  0% {
    bottom: 0; }
  50% {
    bottom: 10px; }
  100% {
    bottom: 0; } }
@-moz-keyframes bobbingItem {
  0% {
    bottom: 0; }
  50% {
    bottom: 10px; }
  100% {
    bottom: 0; } }
@-o-keyframes bobbingItem {
  0% {
    bottom: 0; }
  50% {
    bottom: -10px; }
  100% {
    bottom: 0; } }
@keyframes bobbingItem {
  0% {
    bottom: 0; }
  50% {
    bottom: 10px; }
  100% {
    bottom: 0; } }
/* Standard CSS */
* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  margin: 0; }

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit; }

b {
  font-weight: normal; }

img {
  border: 0; }

.ccm-panel-detail {
  display: block !important; }

h2 {
  font: 60px/65px 'Helvetica Neue LT W01_86 Hv It';
  width: 100%;
  text-transform: uppercase;
  padding-bottom: 35px;
  position: relative;
  font-weight: normal;
  margin: 0;
  color: #fff;
  margin-bottom: 35px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }
  h2 span {
    font: 48px/53px 'Helvetica Neue LT W01_86 Hv It';
    color: #fff;
    display: inline-block;
    width: 100%;
    opacity: .7 !important; }

.title-area h2 {
  text-align: center;
  font: 36px/43px 'Helvetica Neue LT W01_71488914';
  color: #575756;
  margin-bottom: 0; }
  .title-area h2 span, .title-area h2 strong, .title-area h2 b {
    color: #2b346c;
    opacity: 1 !important;
    display: inline;
    font: 36px/43px 'Helvetica Neue LT W01_85 Heavy'; }

h2::after {
  width: 119px;
  height: 22px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }

.white h2:after {
  content: url(../img/icon-braithwaite-title.svg); }

.blue h2:after {
  content: url(../img/icon-braithwaite-blue.svg); }

.red h2:after {
  content: url(../img/icon-braithwaite-red.svg); }

.red-blue h2:after {
  content: url(../img/icon-braithwaite-blue-red.svg); }

.dark-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
  top: 0; }

.blue-cover {
  background: url("../img/blue-cover.svg") no-repeat;
  background-size: 100% auto;
  width: 100%;
  position: absolute;
  top: 0;
  height: 320px; }

h2.br-green {
  color: #005156; }
  h2.br-green span {
    opacity: 1;
    color: #0099a2; }

h2.br-green::after {
  content: url(../img/icon-braithwaite-green.svg); }

h2.contact-success {
  position: absolute;
  z-index: 9999;
  font-size: 21px;
  background: #2b346c;
  margin: 0;
  padding: 15px 0px;
  text-align: center;
  top: 0; }

h3 {
  font: 36px/44px 'Helvetica Neue LT W01_86 Hv It';
  font-weight: normal;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 35px;
  color: #005156; }
  h3 span {
    opacity: 0.7; }

h3::after {
  content: url(../img/icon-braithwaite-title.svg);
  width: 119px;
  height: 22px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -60px; }

h4 {
  font: 28px/32px 'Helvetica Neue LT W01_86 Hv It';
  width: 100%;
  text-align: left;
  padding-bottom: 20px;
  font-weight: normal;
  margin: 0;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  margin-bottom: 30px; }

h5 {
  font: 24px/28px 'Helvetica Neue LT W01_86 Hv It';
  padding-bottom: 15px;
  margin-top: 35px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }

h5::after {
  content: " ";
  width: 55px;
  position: absolute;
  left: 50%;
  margin-left: -27px;
  bottom: 0;
  border-bottom: 1px solid #000; }

h5.br-green {
  color: #005156; }

h5.br-green::after {
  border-bottom: 1px solid #0099a2; }

h6 {
  font: 19px/22px 'Helvetica Neue LT W01_71488914';
  font-weight: normal;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }

p, label {
  font: 16px/21px 'Helvetica Neue LT W01_55 Roman';
  margin: 0 0 15px 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }

p strong {
  font-size: 16px; }

ul li {
  font: 16px/21px 'Helvetica Neue LT W01_55 Roman'; }
  @media only screen and (max-width: 768px) {
    ul li {
      font: 13px/17px 'Helvetica Neue LT W01_55 Roman'; } }

strong {
  font-size: 21px;
  font-family: 'Helvetica Neue LT W01_71488914';
  font-weight: normal; }

.blue strong, .blue h2, .blue h3, .blue h4, .blue h5 {
  color: #2b346c; }
.blue h3::after {
  content: url(../img/icon-braithwaite-blue.svg); }

/* Colours */
.br-green {
  color: #005156; }

.br-light-green {
  color: #0099a2; }

/* Buttons */
.button {
  display: inline-block;
  padding: 10px 10px 10px 40px;
  border: 1px solid #000;
  font: 16px/20px 'Helvetica Neue LT W01_86 Hv It';
  position: relative;
  margin: 5px;
  cursor: pointer; }

.button::before {
  content: url(../img/arrow-white.svg);
  width: 14px;
  height: 22px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 10px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }

.button:hover::before {
  left: 15px; }

.button.br-green {
  border: 1px solid #005156;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }

.button.br-green:hover {
  color: #0099a2; }

.button.br-green::before {
  content: url(../img/arrow-green.svg); }

.button.no-arrow {
  padding: 15px;
  border-color: #fff;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }
  .button.no-arrow:hover {
    border-color: #fff;
    color: #2b346c;
    background: white; }

.button.no-arrow::before {
  content: none; }

.more-button {
  font: 20px/23px 'Helvetica Neue LT W01_85 Heavy';
  padding: 30px 0 20px 0;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }

.more-button:hover {
  color: #0099a2; }

.more-button::after {
  content: url(../img/arrow-green-down.svg);
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 21px;
  height: 13px;
  margin-left: -10px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }

.more-button:hover::after {
  bottom: 5px; }

/* Alignment */
.text-center {
  text-align: center; }

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

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

/* SECTIONS */
section .content-container {
  text-align: center; }
  section .content-container .text-container {
    width: 100%;
    max-width: 1080px;
    position: relative;
    display: inline-block; }
section.content {
  padding: 75px 50px; }
  @media only screen and (max-width: 768px) {
    section.content {
      padding: 25px 0px; } }
  section.content .content-container .text-container {
    text-align: left; }
    section.content .content-container .text-container p:first-child {
      color: #2b346c;
      font: 24px/28px 'Helvetica Neue LT W01_85 Heavy'; }
section.access-areas {
  padding: 50px; }
  @media only screen and (max-width: 768px) {
    section.access-areas {
      padding: 25px 0px; } }
  section.access-areas .one-third {
    padding: 10px; }
    section.access-areas .one-third .access-area {
      border: 1px solid #b3b3b3;
      padding: 20px;
      position: relative; }
      section.access-areas .one-third .access-area h4 {
        color: #2b346c;
        border: none;
        text-align: center;
        font: 19px/25px 'Helvetica Neue LT W01_85 Heavy';
        margin: 10px 0px 0px 0px;
        padding: 0; }
      section.access-areas .one-third .access-area .access-image {
        height: 175px;
        width: 100%;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out; }
        section.access-areas .one-third .access-area .access-image:hover {
          opacity: 0.8; }
      section.access-areas .one-third .access-area:after {
        content: url(../img/bw-icon-access-area.jpg);
        position: absolute;
        top: -18px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto; }
  @media only screen and (max-width: 1080px) {
    section.access-areas .one-third {
      width: 100%; } }
section.home-strip {
  height: 320px; }
  section.home-strip h3 {
    text-align: left;
    font-size: 43px; }
    section.home-strip h3:after {
      content: none;
      display: none; }
    section.home-strip h3 span {
      font-size: 31px;
      color: #625385;
      opacity: 1; }
  @media only screen and (max-width: 768px) {
    section.home-strip .one-third {
      width: 100%;
      text-align: right; }
      section.home-strip .one-third h3 {
        text-align: right;
        font-size: 30px; }
        section.home-strip .one-third h3 span {
          font-size: 23px; } }
section.home-content {
  padding: 50px; }
  section.home-content .half-width {
    vertical-align: middle; }
    section.home-content .half-width.padd-left-5 {
      border-left: 1px solid rgba(0, 0, 0, 0.12); }
      @media only screen and (max-width: 768px) {
        section.home-content .half-width.padd-left-5 {
          border-left: none; } }
  section.home-content h3 {
    text-align: right;
    margin: 0;
    padding: 0;
    text-transform: none;
    font: 36px/44px 'Helvetica Neue LT W01_85 Heavy';
    line-height: 1.1; }
    section.home-content h3:after {
      content: none;
      display: none; }
    section.home-content h3 span {
      opacity: 1; }
  section.home-content p {
    text-align: left;
    padding: 30px 0 15px 0; }
  @media only screen and (max-width: 768px) {
    section.home-content {
      padding: 25px; }
      section.home-content .half-width {
        padding-left: 0 !important; }
        section.home-content .half-width h3 {
          text-align: left;
          font-size: 30px; }
        section.home-content .half-width.padd-right-5 {
          border-right: none; } }
section.section-intro {
  padding: 150px 50px 100px 50px;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  min-height: 650px;
  height: 100vh; }
  section.section-intro.standard {
    min-height: 400px;
    padding-top: 190px; }
    section.section-intro.standard h2 {
      text-shadow: 2px 4px 8px #00000094;
      z-index: 1; }
  section.section-intro.Dark {
    position: relative; }
    section.section-intro.Dark:after {
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
      background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
      /* IE6-9 */ }
section.news {
  position: relative;
  background: #e8e8e8; }
  section.news .news-blue-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 143, 157, 0.8); }
  section.news.section-intro .content-container {
    padding: 0px; }
  section.news .content-container {
    padding: 100px 50px; }
    section.news .content-container .content {
      width: 100%;
      max-width: 650px;
      position: relative;
      display: inline-block;
      color: #fff; }
      section.news .content-container .content h3 {
        margin: 0px 0px 0px 0px; }
    section.news .content-container .show-more {
      text-align: center;
      width: 80%;
      margin: 50px auto 0px;
      position: relative; }
      section.news .content-container .show-more .lhs-line {
        background: #2e2f66;
        height: 2px;
        width: 37%;
        position: absolute;
        left: 0;
        top: 6px; }
      section.news .content-container .show-more .rhs-line {
        background: #2e2f66;
        height: 2px;
        width: 37%;
        position: absolute;
        right: 0;
        top: 6px; }
      section.news .content-container .show-more a {
        font-size: 11px;
        color: #2e2f66;
        border: 1px solid #2e2f66;
        padding: 7px 20px 7px 20px;
        font-family: 'Helvetica Neue LT W01_71488914';
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out; }
        section.news .content-container .show-more a:hover {
          border: 1px solid #2e2f66;
          background: #2e2f66;
          padding: 7px 20px 7px 20px;
          color: white; }
    section.news .content-container .no-results {
      font-family: 'Helvetica Neue LT W01_71488914';
      font-size: 16px;
      color: #2e2f66;
      width: 100%;
      text-align: center;
      text-transform: uppercase; }
    section.news .content-container .articles-list {
      text-align: left; }
      section.news .content-container .articles-list .article-content h6 {
        text-transform: uppercase;
        margin: 10px 0px 10px 0px; }
        section.news .content-container .articles-list .article-content h6:after {
          content: none; }
      section.news .content-container .articles-list .article-content .article-img {
        height: 180px;
        background-size: cover !important;
        background-position: 50% !important;
        margin-bottom: 40px; }
      section.news .content-container .articles-list .article-content .article-text {
        padding-left: 5%; }
        section.news .content-container .articles-list .article-content .article-text span.date {
          font-family: 'Helvetica Neue LT W01_55 Roman';
          font-size: 12px; }
        section.news .content-container .articles-list .article-content .article-text a.read-more {
          font-size: 11px;
          color: black;
          border: 1px solid black;
          padding: 7px 20px 7px 20px;
          font-family: 'Helvetica Neue LT W01_71488914';
          margin-top: 0px;
          display: inline-block;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out; }
          section.news .content-container .articles-list .article-content .article-text a.read-more:hover {
            color: white;
            border: 1px solid #0099a2;
            background: #0099a2; }
section.projects {
  background: #e8e8e8; }
  section.projects.section-intro h2 {
    color: #2b346c; }
    section.projects.section-intro h2 span {
      opacity: 0.5; }
  section.projects.section-intro p {
    /*color: white;*/ }
  section.projects .content-container {
    padding: 50px 50px;
    /*100px 50px;*/ }
    section.projects .content-container .show-more {
      text-align: center;
      width: 80%;
      margin: 50px auto 0px;
      position: relative; }
      section.projects .content-container .show-more .lhs-line {
        background: #2e2f66;
        height: 2px;
        width: 37%;
        position: absolute;
        left: 0;
        top: 6px; }
      section.projects .content-container .show-more .rhs-line {
        background: #2e2f66;
        height: 2px;
        width: 37%;
        position: absolute;
        right: 0;
        top: 6px; }
      section.projects .content-container .show-more a {
        font-size: 11px;
        color: #2e2f66;
        border: 1px solid #2e2f66;
        padding: 7px 20px 7px 20px;
        font-family: 'Helvetica Neue LT W01_71488914';
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out; }
        section.projects .content-container .show-more a:hover {
          border: 1px solid #2e2f66;
          background: #2e2f66;
          color: white; }
    section.projects .content-container .no-results {
      font-family: 'Helvetica Neue LT W01_71488914';
      font-size: 16px;
      color: #2e2f66;
      width: 100%;
      text-align: center;
      text-transform: uppercase; }
    section.projects .content-container .filters {
      text-align: left;
      padding-left: 4%;
      display: none; }
      section.projects .content-container .filters input[type="radio"] {
        -webkit-appearance: none;
        background: none;
        height: 15px;
        width: 15px;
        border: 2px solid #008f9d;
        border-radius: 20px;
        margin-top: 3px;
        margin-bottom: 0;
        vertical-align: top;
        display: inline-block;
        margin-right: 12px; }
      section.projects .content-container .filters input[type="radio"]:checked {
        background: #008f9d; }
      section.projects .content-container .filters p strong {
        font-family: 'Helvetica Neue LT W01_71488914'; }
      section.projects .content-container .filters strong {
        font-size: 16px; }
      section.projects .content-container .filters label {
        font-size: 14px;
        vertical-align: top;
        display: inline-block;
        margin-bottom: 5px;
        text-transform: uppercase; }
        section.projects .content-container .filters label span {
          display: block;
          margin: -20px 0 4px 26px; }
      section.projects .content-container .filters h6 {
        color: #008f9d;
        font-family: 'Helvetica Neue LT W01_86 Hv It';
        font-size: 21px; }
    section.projects .content-container .case-studies-list {
      text-align: left;
      width: 100% !important; }
      section.projects .content-container .case-studies-list .project-content {
        margin-bottom: 20px; }
        section.projects .content-container .case-studies-list .project-content.align-1 {
          padding-right: 2%; }
        section.projects .content-container .case-studies-list .project-content.align-2 {
          padding-left: 1%;
          padding-right: 1%; }
        section.projects .content-container .case-studies-list .project-content.align-3 {
          padding-left: 2%; }
        section.projects .content-container .case-studies-list .project-content h6 {
          text-transform: uppercase;
          margin: 10px 0px 10px 0px;
          font-family: 'Helvetica Neue LT W01_85 Heavy'; }
          section.projects .content-container .case-studies-list .project-content h6:after {
            content: none; }
        section.projects .content-container .case-studies-list .project-content .project-img {
          height: 180px;
          width: 100%;
          background-size: cover !important;
          background-position: 50% !important;
          margin-bottom: 15px; }
section.about .content-container .text-container {
  text-align: right; }
  section.about .content-container .text-container h2, section.about .content-container .text-container h3, section.about .content-container .text-container h4 {
    color: #2b346c; }
section.track-record {
  position: relative;
  background: url("../img/bg-track-record.jpg") no-repeat;
  background-size: cover;
  background-position: 50%; }
  section.track-record .track-cover {
    background: -moz-linear-gradient(left, rgba(0, 142, 155, 0.5) 0%, rgba(0, 142, 156, 0.8) 25%, rgba(0, 142, 156, 0.9) 37%, #008e9c 47%, #008f9d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 142, 155, 0.5) 0%, rgba(0, 142, 156, 0.8) 25%, rgba(0, 142, 156, 0.9) 37%, #008e9c 47%, #008f9d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 142, 155, 0.5) 0%, rgba(0, 142, 156, 0.8) 25%, rgba(0, 142, 156, 0.9) 37%, #008e9c 47%, #008f9d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80008e9b', endColorstr='#008f9d',GradientType=1 );
    /* IE6-9 */
    height: 100%;
    position: absolute;
    width: 100%; }
  section.track-record .content-container {
    padding: 50px 50px; }
    section.track-record .content-container .text-container {
      width: 100%;
      max-width: 1080px;
      position: relative;
      display: inline-block; }
      section.track-record .content-container .text-container .track-img-1 {
        width: 70%;
        max-width: 300px;
        z-index: 2;
        position: relative;
        margin-left: 72px; }
      section.track-record .content-container .text-container .track-img-2 {
        width: 70%;
        max-width: 300px;
        margin-left: 154px;
        margin-top: -70px;
        z-index: 1;
        position: relative; }
      section.track-record .content-container .text-container .track-img-3 {
        width: 70%;
        max-width: 300px;
        margin-top: -137px;
        position: relative; }
      section.track-record .content-container .text-container p {
        color: white;
        text-align: left; }
      section.track-record .content-container .text-container h2, section.track-record .content-container .text-container h3, section.track-record .content-container .text-container h4, section.track-record .content-container .text-container h5 {
        color: white; }
section.clients {
  background: url("../img/bg-clients.jpg") no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative; }
  section.clients .client-cover {
    background: -moz-linear-gradient(left, white 0%, white 53%, rgba(255, 255, 255, 0.9) 63%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, white 0%, white 53%, rgba(255, 255, 255, 0.9) 63%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, white 0%, white 53%, rgba(255, 255, 255, 0.9) 63%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 */
    height: 100%;
    position: absolute;
    width: 100%; }
  section.clients .content-container {
    padding: 100px 50px; }
    section.clients .content-container .text-container {
      width: 100%;
      max-width: 1080px;
      position: relative;
      display: inline-block; }
      section.clients .content-container .text-container .client-logo-list {
        list-style-type: none;
        padding: 0;
        margin-top: 100px; }
        section.clients .content-container .text-container .client-logo-list li {
          display: inline-block;
          width: 25%;
          padding: 0px 10px;
          vertical-align: middle; }
          section.clients .content-container .text-container .client-logo-list li img {
            max-width: 100%;
            max-height: 160px; }
    section.clients .content-container .content {
      width: 100%;
      max-width: 650px;
      position: relative;
      display: inline-block; }
      section.clients .content-container .content p {
        text-align: left; }
section.accreditations {
  background: url("../img/bg-accreditations.jpg") no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative; }
  section.accreditations .accreditation-cover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2e2f66+0,444566+100&0+0,0.5+0,0.7+20,0.8+31,1+55,1+100 */
    background: -moz-linear-gradient(left, rgba(46, 47, 102, 0.5) 0%, rgba(50, 51, 102, 0.7) 20%, rgba(52, 53, 102, 0.8) 31%, #3a3b66 55%, #444566 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(46, 47, 102, 0.5) 0%, rgba(50, 51, 102, 0.7) 20%, rgba(52, 53, 102, 0.8) 31%, #3a3b66 55%, #444566 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(46, 47, 102, 0.5) 0%, rgba(50, 51, 102, 0.7) 20%, rgba(52, 53, 102, 0.8) 31%, #3a3b66 55%, #444566 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#802e2f66', endColorstr='#444566',GradientType=1 );
    /* IE6-9 */
    height: 100%;
    position: absolute;
    width: 100%; }
  @media only screen and (max-width: 768px) {
    section.accreditations .half-width {
      width: 100% !important; } }
  section.accreditations .content-container {
    padding: 100px 50px; }
    section.accreditations .content-container .content {
      width: 100%;
      max-width: 650px;
      position: relative;
      display: inline-block;
      color: #fff; }
      section.accreditations .content-container .content .accred-logo-list {
        list-style-type: none;
        padding: 0;
        margin-top: 100px; }
        section.accreditations .content-container .content .accred-logo-list li {
          display: inline-block;
          padding: 0px 10px;
          vertical-align: middle; }
          section.accreditations .content-container .content .accred-logo-list li img {
            max-width: 100%;
            max-height: 160px; }
      section.accreditations .content-container .content p {
        text-align: left; }
      section.accreditations .content-container .content p, section.accreditations .content-container .content h2, section.accreditations .content-container .content h3 {
        color: white; }
section.contact .content-container {
  padding: 0; }
  section.contact .content-container .content {
    width: 100%;
    max-width: 650px;
    position: relative;
    display: inline-block;
    color: #fff; }
    section.contact .content-container .content h2 {
      color: #2b346c; }
section.get-in-touch {
  background: #f4f4f4; }
  section.get-in-touch .content-container {
    padding: 50px 50px; }
    section.get-in-touch .content-container .text-container {
      width: 100%;
      max-width: 1080px;
      position: relative;
      display: inline-block; }
      section.get-in-touch .content-container .text-container form input[type="text"] {
        width: 100%;
        margin-bottom: 25px;
        height: 54px;
        border-radius: 0;
        border: 1px solid #2b346c;
        padding-left: 10px;
        background: none;
        font-size: 14px;
        font-family: 'Helvetica Neue LT W01_55 Roman'; }
      section.get-in-touch .content-container .text-container form span.error {
        color: #771855;
        text-align: left;
        display: block;
        margin-bottom: 20px; }
        section.get-in-touch .content-container .text-container form span.error p {
          margin-bottom: 5px;
          font-size: 13px; }
      section.get-in-touch .content-container .text-container form textarea {
        width: 100%;
        border: 1px solid #2b346c;
        height: 175px;
        padding-left: 10px;
        margin-bottom: 25px;
        border-radius: 0;
        padding-top: 10px;
        background: none;
        font-size: 14px;
        font-family: 'Helvetica Neue LT W01_55 Roman'; }
      section.get-in-touch .content-container .text-container form input[type="submit"] {
        font-size: 17px;
        color: white;
        border: 1px solid #2e2f66;
        padding: 12px 20px 12px 20px;
        font-family: 'Helvetica Neue LT W01_71488914';
        width: 200px;
        background: #2b346c;
        display: block;
        -webkit-appearance: none; }
      section.get-in-touch .content-container .text-container .contact-details {
        text-align: left;
        margin-top: 20px; }
        section.get-in-touch .content-container .text-container .contact-details p {
          margin: 0;
          color: #3c3c3b; }
          section.get-in-touch .content-container .text-container .contact-details p span {
            color: #2b346c; }

.project-popup {
  opacity: 0;
  position: fixed;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }
  .project-popup .popup-cont {
    top: 0px;
    width: 90%;
    height: auto;
    margin: 0 auto;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    padding: 60px 50px;
    max-width: 1000px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden; }
    @media only screen and (max-width: 768px) {
      .project-popup .popup-cont {
        padding: 25px 25px; } }
    .project-popup .popup-cont img#image-marker {
      width: 100%; }
    .project-popup .popup-cont img {
      max-height: 330px;
      width: auto; }
      @media only screen and (max-width: 768px) {
        .project-popup .popup-cont img {
          width: auto;
          max-height: 190px;
          margin: 0 auto;
          display: block; } }
    @media only screen and (max-width: 768px) {
      .project-popup .popup-cont .half-width {
        padding-left: 0 !important; } }
    .project-popup .popup-cont.center-height {
      top: 50%;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-backface-visibility: hidden;
      -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
      -moz-transform: translateY(-50%);
      margin-top: 0px;
      position: absolute;
      left: 0;
      right: 0; }
    .project-popup .popup-cont .icon-close {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      opacity: 0; }
    .project-popup .popup-cont p:first-child {
      color: #2b346c;
      font-size: 18px;
      line-height: 21px;
      font-family: 'Helvetica Neue LT W01_71488914'; }
    .project-popup .popup-cont h2 {
      color: #771855;
      font-family: 'Helvetica Neue LT W01_85 Heavy';
      font-size: 40px; }
      .project-popup .popup-cont h2 span {
        font-family: 'Helvetica Neue LT W01_85 Heavy';
        font-size: 40px;
        line-height: 45px;
        color: #771855; }

.project-popup.active {
  opacity: 1;
  z-index: 9; }
  .project-popup.active .icon-close {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 9; }

.article-popup.active {
  opacity: 1;
  z-index: 9; }
  .article-popup.active .popup-cont {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out; }
    .article-popup.active .popup-cont .icon-close {
      transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      width: 45px;
      height: 45px;
      position: absolute;
      top: 20px;
      right: 20px;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1; }

.article-popup {
  opacity: 0;
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }
  .article-popup .popup-cont {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    top: 0;
    width: 90%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    padding: 100px 50px; }
    .article-popup .popup-cont.center-height {
      top: 50%;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      margin-top: 0px;
      position: fixed;
      left: 0;
      right: 0; }
    .article-popup .popup-cont .icon-close {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      opacity: 0; }
    .article-popup .popup-cont span.date {
      display: block;
      text-align: center;
      font-family: 'Helvetica Neue LT W01_55 Roman';
      font-size: 17px;
      margin-bottom: 20px; }
    .article-popup .popup-cont p:first-child {
      color: #2b346c;
      font-size: 21px;
      font-family: 'Helvetica Neue LT W01_71488914'; }
    .article-popup .popup-cont h2 {
      color: #0099a2;
      font-family: 'Helvetica Neue LT W01_85 Heavy';
      font-size: 45px;
      margin-bottom: 20px; }

.popup-cover {
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }
  .popup-cover.blue {
    background: rgba(69, 162, 218, 0.6); }
  .popup-cover.green {
    background: rgba(0, 153, 162, 0.8); }
  .popup-cover.active {
    opacity: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 8; }

.blue-red-section h2 {
  color: #2b346c; }
  .blue-red-section h2 span {
    opacity: 0.5; }
.blue-red-section h3, .blue-red-section h4, .blue-red-section h5, .blue-red-section h6 {
  color: #771855; }
  .blue-red-section h3 span, .blue-red-section h4 span, .blue-red-section h5 span, .blue-red-section h6 span {
    opacity: 0.5; }

/* Green Section */
.green-section h2 {
  color: #005156; }
  .green-section h2 span {
    opacity: 1;
    color: #0099a2; }
.green-section h2::after {
  content: url(../img/icon-braithwaite-green.svg); }
.green-section h5 {
  color: #005156; }
.green-section h6 {
  color: #0099a2; }
.green-section .button {
  border: 1px solid #005156;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  color: #005156; }
.green-section .button:hover {
  color: #0099a2; }
.green-section .button::before {
  content: url(../img/arrow-green.svg); }
.green-section .more-button {
  color: #005156; }
.green-section .more-button:hover {
  color: #0099a2; }
.green-section .more-button::after {
  content: url(../img/arrow-green-down.svg); }

/* Green white section */
.green-white-section h2 {
  color: #005156; }
  .green-white-section h2 span {
    opacity: 1;
    color: #0099a2; }
.green-white-section h2::after {
  content: url(../img/icon-braithwaite-dark-green.svg); }
.green-white-section h3 {
  color: white; }
  .green-white-section h3:after {
    content: none; }
.green-white-section h5 {
  color: #005156; }
.green-white-section h6 {
  color: #0099a2; }
.green-white-section .button {
  border: 1px solid #005156;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  color: white; }
.green-white-section .button:hover {
  color: white; }
.green-white-section .button::before {
  content: url(../img/arrow-green.svg); }
.green-white-section .more-button {
  color: white; }
.green-white-section .more-button:hover {
  color: white; }
.green-white-section .more-button::after {
  content: url(../img/arrow-green-down.svg); }

/* White Section */
.white-section h2 {
  color: #fff; }
  .white-section h2 span {
    opacity: .5;
    color: #fff; }
.white-section h2::after {
  content: url(../img/icon-braithwaite-title.svg); }
.white-section h5 {
  color: #fff; }
.white-section h6 {
  color: #fff; }
.white-section p {
  color: #fff; }
.white-section .button {
  border: 1px solid #fff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  color: #fff; }
.white-section .button:hover {
  color: #fff; }
.white-section .button::before {
  content: url(../img/arrow-white.svg); }
.white-section .more-button {
  color: #fff; }
.white-section .more-button:hover {
  color: #fff; }
.white-section .more-button::after {
  content: url(../img/arrow-white-down.svg); }

/* Blue and White Section */
.blue-white-section h2 {
  color: #2b346c; }
  .blue-white-section h2 span {
    opacity: .5;
    color: #fff; }
.blue-white-section h2::after {
  content: url(../img/icon-braithwaite-title.svg); }
.blue-white-section h5 {
  color: #2b346c; }
.blue-white-section h6 {
  color: #2b346c; }
.blue-white-section p {
  color: #fff; }
.blue-white-section .button {
  border: 1px solid #2b346c;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  color: #fff; }
.blue-white-section .button:hover {
  color: #2b346c; }
.blue-white-section .button::before {
  content: url(../img/arrow-blue.svg); }
.blue-white-section .more-button {
  color: #fff; }
.blue-white-section .more-button:hover {
  color: #2b346c; }
.blue-white-section .more-button::after {
  content: url(../img/arrow-blue-down.svg); }

.blue-section h2 {
  color: #2b346c; }
  .blue-section h2 span {
    opacity: .5;
    color: #2b346c; }
.blue-section h2::after {
  content: url(../img/icon-braithwaite-blue.svg); }
.blue-section h5 {
  color: #2b346c; }
.blue-section h6 {
  color: #2b346c; }
.blue-section .button {
  border: 1px solid #2b346c;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  color: #fff; }
.blue-section .button:hover {
  color: #2b346c; }
.blue-section .button::before {
  content: url(../img/arrow-blue.svg); }
.blue-section .more-button {
  color: #fff; }
.blue-section .more-button:hover {
  color: #2b346c; }
.blue-section .more-button::after {
  content: url(../img/arrow-blue-down.svg); }

/* PADDING */
.padd-right {
  padding-right: 100px; }

.padd-left {
  padding-left: 100px; }

.padd-top {
  padding-top: 100px; }

.padd-bottom {
  padding-bottom: 100px; }

/* Wrapper */
.wrapper {
  height: 100%; }

/* Downloads */
.downloads {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  position: absolute;
  background: rgba(46, 47, 102, 0.95);
  z-index: -1;
  padding: 50px 50px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  max-width: 1080px;
  text-align: center; }
  .downloads h2 {
    color: white; }
    .downloads h2:after {
      content: url(../img/icon-braithwaite-title.svg); }
  .downloads .icon-close {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    width: 40px; }
  .downloads .content {
    width: 100%;
    max-width: 650px;
    position: relative;
    display: inline-block;
    color: #fff; }
  .downloads.active {
    opacity: 1;
    z-index: 9; }
    .downloads.active .icon-close {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
  .downloads a {
    font: 18px/22px 'Helvetica Neue LT W01_55 Roman';
    color: white;
    margin-bottom: 5px;
    display: block; }
    .downloads a span {
      background: url(../img/download-arrow.svg) no-repeat;
      width: 23px;
      height: 23px;
      display: inline-block;
      margin-left: 15px; }
    .downloads a p {
      display: inline-block;
      vertical-align: middle;
      margin: 0; }

.icon-close:hover {
  cursor: pointer; }

/* PAGES */
/* Homepage */
.home-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

.home-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
  overflow: hidden; }
  .home-container .one-third {
    background: url(../img/bg-structural-steel.jpg);
    background-position: 50% 20%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .home-container .one-third h2 {
      font: 43px/43px 'Helvetica Neue LT W01_86 Hv It'; }
  .home-container .one-third:first-of-type {
    background: url(../img/bg-water-tanks.jpg);
    background-position: 50% 20%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .home-container .one-third:last-of-type {
    background: url(../img/bg-process-engineering.jpg);
    background-position: 50% 20%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

.home-section.half-height {
  height: calc(50% + 70px);
  padding: 50px 40px;
  text-align: center;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }

.home-section.half-height.active {
  height: calc(50% + 100px); }

.home-section.half-height::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(50% 100% 90deg, #231f20 0%, rgba(35, 31, 32, 0.2) 100%);
  background: -webkit-linear-gradient(90deg, #231f20 0%, rgba(35, 31, 32, 0.2) 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, #231f20), color-stop(1, rgba(35, 31, 32, 0.2)));
  background: -o-linear-gradient(90deg, #231f20 0%, rgba(35, 31, 32, 0.2) 100%);
  background: -ms-linear-gradient(90deg, #231f20 0%, rgba(35, 31, 32, 0.2) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#231F20', endColorstr='#231F20' ,GradientType=0)";
  background: linear-gradient(0deg, #231f20 0%, rgba(35, 31, 32, 0.2) 100%);
  opacity: 0.5;
  filter: alpha(opacity=50) progid:DXImageTransform.Microsoft.Alpha(opacity=50) progid:DXImageTransform.Microsoft.gradient(startColorstr='#231F20',endColorstr='#231F20' , GradientType=0);
  z-index: -1; }

.home-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  z-index: 2; }
  .home-footer p {
    font: 22px/24px 'Helvetica Neue LT W01_71488914';
    color: #fff;
    margin: 0;
    text-transform: uppercase; }

/* Product Page */
.section-head {
  height: 100%;
  width: 100%;
  opacity: 1;
  position: relative;
  display: inline-block;
  text-align: right;
  padding: 200px 0 50px 0;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -moz-transition: background 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }
  .section-head.about {
    background-size: cover !important; }
    @media only screen and (max-width: 768px) {
      .section-head.about:after {
        position: absolute;
        height: 100%;
        width: 100%;
        content: '';
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.7); } }
    .section-head.about .content-container {
      z-index: 1;
      position: relative; }
  .section-head .section-head-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important; }
    .section-head .section-head-bg.hide {
      opacity: 0; }
  .section-head.hide {
    opacity: 0; }
  .section-head h2, .section-head h2:after, .section-head h6, .section-head p, .section-head span, .section-head .button {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out; }
  .section-head .content-container .text-container p strong {
    text-transform: uppercase;
    font-size: 21px;
    line-height: 25px; }

.img-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  display: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important; }

/*
.img-holder.grp {
  background: url(../img/bg-header-grp.jpg);
  background-position: 20% 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.img-holder.pressed-steel {
  background: url(../img/bg-header.jpg);
  background-position: 20% 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/
.img-holder.preactive {
  display: inline-block; }

.img-holder.active {
  opacity: 1; }

/* WIDTHS */
.one-third {
  width: calc(100%/3);
  display: inline-block;
  vertical-align: top;
  height: 100%;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }

.fifth-width {
  width: calc(100%/5);
  display: inline-block;
  vertical-align: top;
  height: 100%;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }

.two-thirds {
  width: calc((100%/3) * 2);
  display: inline-block;
  vertical-align: top;
  height: 100%;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }

.full-width {
  width: 100%;
  position: relative; }

.half-width {
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top; }
  .half-width.padd-right-5 {
    padding-right: 5%; }
  .half-width.padd-left-5 {
    padding-left: 5%; }
  .half-width.padd-right-half {
    padding-right: 2.5%; }
  .half-width.padd-left-half {
    padding-left: 2.5%; }

.half-height {
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.three-quarters {
  width: 75%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  min-height: 100px; }

.one-quarter {
  width: 25%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }

.wrapper header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
  padding: 30px 50px; }
  @media only screen and (max-width: 768px) {
    .wrapper header .one-third.logo {
      width: 100%;
      text-align: center; } }
  .wrapper header img {
    width: 310px;
    height: 40px;
    vertical-align: bottom; }
    @media only screen and (max-width: 1080px) {
      .wrapper header img {
        width: 250px;
        height: 40px;
        vertical-align: bottom; } }
    @media only screen and (max-width: 768px) {
      .wrapper header img {
        width: 200px; } }

/* Responsive Nav */
.responsive-nav.open {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  height: 100%;
  z-index: 1;
  width: 100%;
  color: white;
  top: 0;
  left: 0;
  min-height: 600px; }

.responsive-nav {
  display: none; }
  .responsive-nav .logo-cont {
    display: block;
    margin-top: 60px; }
    .responsive-nav .logo-cont img.mob-logo {
      width: 200px;
      height: 40px;
      position: relative;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      z-index: 2; }
  .responsive-nav .upper-menu ul {
    padding-left: 0; }
    .responsive-nav .upper-menu ul li ul {
      padding: 10px 0px; }
      .responsive-nav .upper-menu ul li ul li a {
        font: 12px/16px 'Helvetica Neue LT W01_85 Heavy'; }
  .responsive-nav .main-services {
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
    position: relative;
    left: 0;
    right: 0;
    top: 35%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
    .responsive-nav .main-services .service {
      width: calc(100% / 3);
      display: inline-block; }
      .responsive-nav .main-services .service h2 {
        color: #2b346c; }
      .responsive-nav .main-services .service h2 {
        font: 44px/44px 'Helvetica Neue LT W01_86 Hv It'; }
        .responsive-nav .main-services .service h2 span {
          font: 32px/32px 'Helvetica Neue LT W01_86 Hv It'; }
  .responsive-nav .other-pages {
    position: absolute;
    bottom: 0;
    height: 40%;
    background: rgba(0, 0, 0, 0.07);
    width: 100%;
    padding: 50px 0px; }
    .responsive-nav .other-pages .upper-menu {
      margin: 0 auto;
      width: 100%;
      max-width: 960px; }
      .responsive-nav .other-pages .upper-menu ul {
        padding: 0; }
        .responsive-nav .other-pages .upper-menu ul li {
          display: inline-block;
          padding: 0px 25px; }
          .responsive-nav .other-pages .upper-menu ul li a {
            color: #2b346c;
            font: 26px/30px 'Helvetica Neue LT W01_86 Hv It';
            border-bottom: 2px solid #2b346c;
            padding-bottom: 5px; }
    .responsive-nav .other-pages .lower-menu {
      margin: 0 auto;
      width: 100%;
      max-width: 960px;
      margin-top: 80px; }
      .responsive-nav .other-pages .lower-menu ul {
        padding: 0; }
        .responsive-nav .other-pages .lower-menu ul li {
          display: inline-block;
          padding: 0px 25px; }
          .responsive-nav .other-pages .lower-menu ul li a {
            color: #2b346c;
            font: 18px/22px 'Helvetica Neue LT W01_86 Hv It';
            border-bottom: 1px solid #2b346c;
            padding-bottom: 5px; }

/* Navigation */
header .main-nav {
  display: inline-block;
  vertical-align: top; }
  header .main-nav ul {
    margin: 0;
    padding-left: 0; }
  header .main-nav ul li {
    display: inline-block;
    position: relative; }
    header .main-nav ul li a {
      color: #2b346c;
      font: 14px/20px 'Helvetica Neue LT W01_85 Heavy';
      padding: 0px 15px 10px 15px;
      /*border-bottom: 1px solid rgba(255,255,255,0);*/
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out; }
      header .main-nav ul li a.nav-selected, header .main-nav ul li a:hover {
        opacity: 0.6; }
    header .main-nav ul li ul {
      position: absolute;
      top: 31px;
      left: 0;
      text-align: left;
      width: 200px;
      background: #2c346c;
      display: none;
      z-index: 1; }
      header .main-nav ul li ul li {
        display: block;
        padding: 0; }
        header .main-nav ul li ul li:hover {
          background: #625285; }
        header .main-nav ul li ul li a {
          padding: 5px 20px 5px 20px;
          font-size: 12px;
          color: white;
          display: block; }
          header .main-nav ul li ul li a:hover {
            border: 0; }
        header .main-nav ul li ul li:last-child a {
          padding-bottom: 10px; }
  @media only screen and (max-width: 768px) {
    header .main-nav {
      display: none; } }

header nav {
  width: 100px;
  padding: 13px 0px 13px 27px;
  background: #2e2f66;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  font-weight: normal;
  color: white;
  font-size: 14px;
  font-family: 'Helvetica Neue LT W01_55 Roman';
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  display: none; }
  header nav.open {
    position: fixed;
    z-index: 2; }
  header nav:hover {
    cursor: pointer; }
  header nav .nav-icon {
    left: 16px;
    top: 12px;
    position: absolute;
    cursor: pointer;
    margin: 0px 0px 0 0;
    width: 17px;
    z-index: 9999;
    display: block; }
    header nav .nav-icon div, header nav .nav-icon:before, header nav .nav-icon:after {
      background-color: white;
      content: '';
      display: block;
      height: 2px;
      margin: 3px 0;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out; }
    header nav .nav-icon.open:before {
      transform: translateY(5px) rotate(135deg);
      -moz-transform: translateY(5px) rotate(135deg);
      -webkit-transform: translateY(5px) rotate(135deg);
      background-color: white; }
    header nav .nav-icon.open:after {
      transform: translateY(-5px) rotate(-135deg);
      -moz-transform: translateY(-5px) rotate(-135deg);
      -webkit-transform: translateY(-5px) rotate(-135deg);
      background-color: white; }
    header nav .nav-icon.open div {
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0); }

.service-types .align-height {
  min-height: 500px; }
  .service-types .align-height .height-detect {
    height: 100%; }
    .service-types .align-height .height-detect h2 {
      top: 50%;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      position: relative;
      font: 44px/42px 'Helvetica Neue LT W01_86 Hv It'; }

/* Products Section */
.products-section {
  width: 100%;
  overflow: hidden;
  background: rgba(21, 176, 172, 0.9); }

.product-set-container {
  width: 150%;
  position: relative;
  display: inline-block;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important; }
  .product-set-container .list-container {
    width: calc((100%/3)*2);
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    transition: all 0.75s ease-in-out;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out; }
    .product-set-container .list-container .content-container {
      padding: 100px 50px; }
      .product-set-container .list-container .content-container .content {
        width: 100%;
        max-width: 650px;
        position: relative;
        display: inline-block;
        color: #fff; }
  .product-set-container .product-content {
    width: calc(100%/3);
    position: relative;
    display: inline-block;
    background: #005156;
    vertical-align: top;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    height: auto !important; }
  .product-set-container .product-container {
    padding: 100px 50px;
    position: relative;
    display: inlien-block; }

.product-set-container::before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #15b0ac;
  opacity: .9; }

.product-set-container.active .list-container {
  width: calc(100%/3); }

.product-list {
  width: 100%;
  padding: 0;
  list-style: none;
  display: inline-block;
  margin: 0;
  text-align: center; }
  .product-list li {
    font: 18px/22px 'Helvetica Neue LT W01_76 Bd It';
    width: 100%;
    padding: 25px 10px 25px 40px;
    border-bottom: 1px solid #fff;
    position: relative;
    text-align: left;
    max-width: 80%;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out; }
    .product-list li a {
      color: #fff; }
    .product-list li a:hover {
      opacity: 1; }
  .product-list li:first-of-type {
    border-top: 1px solid #fff; }
  .product-list li::before {
    content: url(../img/arrow-yellow.svg);
    width: 14px;
    height: 22px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 10px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out; }
  .product-list li:hover::before {
    left: 15px; }

.product-item {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  text-transform: uppercase; }

.product-item.inactive {
  opacity: .5; }

.intro-button.product-item {
  display: none; }

.product {
  width: 100%;
  position: relative;
  display: none;
  opacity: 0;
  bottom: -30px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }
  .product .product-img {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #fff;
    display: inline-block;
    background-position: 50% !important;
    background-size: cover !important; }
  .product .product-text {
    width: 100%;
    position: relative;
    display: inline-block;
    padding-top: 60px; }
    .product .product-text h4 {
      color: #0099a2;
      border-bottom-color: #0099a2; }
    .product .product-text h6, .product .product-text p, .product .product-text ul {
      color: #fff; }

.product.preactive {
  display: inline-block; }

.product.active {
  opacity: 1;
  bottom: 0; }

/* Promotion Block */
.promotion-block {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 100px 0;
  background-position: 100% 100% !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important; }
  .promotion-block .small-type {
    display: inline-block;
    position: relative;
    width: 100%;
    font: 24px/28px 'Helvetica Neue LT W01_86 Hv It';
    color: #fff; }
  .promotion-block .large-type {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    font: 36px/40px 'Helvetica Neue LT W01_86 Hv It';
    color: #2b346c; }

footer {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 60px 0;
  background: #808285; }
  footer .footer-message {
    font: 22px/26px 'Helvetica Neue LT W01_71488914';
    color: #fff;
    text-transform: uppercase;
    margin: 0; }
    footer .footer-message span {
      opacity: .5; }
  footer .footer-small {
    font: 11px/15px 'Helvetica Neue LT W01_55 Roman';
    padding: 20px 0 0 0;
    position: relative;
    display: inline-block;
    color: #fff; }
  footer .footer-logo {
    width: 240px;
    height: 30px;
    display: inline-block; }

/* Accordian */
.modular-benefits {
  background: url(../img/bg-modular-benefits.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.international {
  background: url(../img/bg-international.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.heritage {
  background: url(../img/bg-heritage.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.icon-close {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 20px;
  right: 20px; }

.service-types {
  width: 100%;
  overflow: hidden; }
  .service-types .services-container {
    width: 200%;
    position: relative;
    display: inline-block;
    overflow: hidden; }
    .service-types .services-container div.ccm-area-footer {
      position: relative !important;
      bottom: 0px;
      left: 0px;
      padding-top: 0px;
      opacity: 1; }
  .service-types .service-section.active .icon-close {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .service-types .service-section.active h2 {
    top: 0;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }
  .service-types .service-section {
    padding: 100px 0;
    overflow: hidden;
    display: inline-block;
    position: relative;
    vertical-align: top;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    cursor: pointer; }
    .service-types .service-section a {
      background: white;
      width: 150px;
      height: 35px;
      display: inline-block;
      line-height: 35px;
      color: black; }
    .service-types .service-section:before {
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); }
    .service-types .service-section.fifth-width h2, .service-types .service-section.one-quarter h2 {
      font: 30px/30px 'Helvetica Neue LT W01_86 Hv It'; }
    .service-types .service-section .content {
      width: 100%;
      position: relative;
      padding: 0 50px 50px 50px;
      color: #fff;
      opacity: 0;
      max-width: 800px;
      display: none;
      transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out; }
      .service-types .service-section .content ul {
        padding-left: 0; }
      .service-types .service-section .content li {
        font: 16px/21px 'Helvetica Neue LT W01_55 Roman';
        margin: 0 0 15px 0;
        list-style-type: none; }
    .service-types .service-section .content.preactive {
      display: inline-block; }
    .service-types .service-section .content.active {
      opacity: 1; }
  .service-types .service-section.inactive .icon-close {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  .service-types .service-section.inactive h2::after {
    opacity: 0; }
  .service-types .full-width {
    width: calc(100% / 2); }
  .service-types .half-width {
    width: calc(100% / 4); }
  .service-types .one-third {
    width: calc(100% / 6); }
  .service-types .one-quarter {
    width: calc(100% / 8); }
  .service-types .fifth-width {
    width: calc(100% / 10); }
  .service-types .one-third::before, .service-types .one-quarter::before, .service-types .fifth-width::before, .service-types .half-width::before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5); }

.media-detect {
  display: none; }

div.list-item {
  padding: 20px 0px 0px 0px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }

div.list-item .list-cont {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0px 0px 50px;
  position: relative; }

div.list-item .listwrap {
  position: relative;
  cursor: pointer; }
  div.list-item .listwrap .search-dropdown {
    background: url(../img/arrow-yellow.svg);
    width: 14px;
    height: 22px;
    position: absolute;
    top: 0px;
    left: -40px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out; }
  div.list-item .listwrap:hover .search-dropdown {
    left: -35px; }
  div.list-item .listwrap h2 {
    padding: 0;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 15px; }

.list-item-content {
  display: none; }
  .list-item-content img {
    max-width: 100%;
    height: auto; }

@media only screen and (max-width: 1080px) {
  .section-head .content-container .text-container p strong {
    font-size: 17px;
    line-height: 19px; }

  section.clients .content-container .content {
    width: 100%;
    max-width: 100%; }

  section.accreditations .content-container .content {
    width: 100%;
    max-width: 100%; }

  .wrapper header {
    padding-top: 30px; }

  .contact-details .one-third, .contact-details .two-thirds {
    width: 50%; }

  .project-popup .popup-cont h2, .project-popup .popup-cont h2 span {
    font-size: 34px; }

  .promotion-block .large-type {
    font: 30px/33px 'Helvetica Neue LT W01_86 Hv It'; }

  .product-set-container .product-container {
    padding: 0;
    position: relative;
    display: inline-block; }

  .product {
    padding: 100px 50px; }

  .product-list li {
    max-width: 100%;
    font: 15px/18px 'Helvetica Neue LT W01_76 Bd It'; }

  .track-record .half-width {
    width: 100%;
    display: inline-block;
    margin-bottom: 40px; }
    .track-record .half-width .track-image-cont {
      position: relative;
      display: inline-block; }
      .track-record .half-width .track-image-cont img {
        width: 80%; }

  .product-set-container {
    width: 100%; }

  .product-set-container .list-container {
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    transition: all 0.75s ease-in-out;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out; }

  .product-set-container.active .list-container {
    width: 100%;
    height: auto !important; }

  .product-set-container .product-content {
    width: 100%;
    height: auto !important;
    min-height: 0 !IMPORTANT; }

  .service-types .services-container {
    width: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden; }

  .service-types .service-section {
    width: 100% !important; }

  .service-types .service-section .icon-close {
    opacity: 0 !important; }

  .service-types .align-height .height-detect h2 {
    top: 0;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    position: relative;
    font: 36px/38px 'Helvetica Neue LT W01_86 Hv It'; }

  .service-types .service-section.inactive h2::after {
    opacity: 1; }

  .service-types .service-section .content {
    width: 100%;
    padding: 0 50px 0px 50px;
    opacity: 1;
    display: block;
    margin: 0 auto; }

  section.section-intro {
    padding: 150px 50px 150px 50px;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    min-height: 400px; }

  .section-head {
    height: auto;
    padding: 150px 0 100px 0; }

  .media-detect {
    display: block; }

  .responsive-nav .main-services {
    top: 25%; }

  .responsive-nav .main-services .service h2 {
    font: 28px/26px 'Helvetica Neue LT W01_86 Hv It'; }

  .responsive-nav .main-services .service h2 span {
    font: 19px/21px 'Helvetica Neue LT W01_86 Hv It'; }

  .responsive-nav .other-pages {
    position: absolute;
    bottom: 0;
    height: 46%;
    background: rgba(0, 0, 0, 0.07);
    width: 100%;
    padding: 20px 0px; }

  h2 {
    font: 38px/35px 'Helvetica Neue LT W01_86 Hv It'; }
    h2 span {
      font: 26px/38px 'Helvetica Neue LT W01_86 Hv It'; }

  h3 {
    font: 30px/33px 'Helvetica Neue LT W01_86 Hv It'; }
    h3 span {
      opacity: 0.5; }

  h6 {
    font: 16px/18px 'Helvetica Neue LT W01_71488914';
    font-weight: normal;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out; }

  strong {
    font-size: 17px;
    font-weight: normal; }

  p, label {
    font: 14px/18px 'Helvetica Neue LT W01_55 Roman'; }

  p strong {
    font-size: 14px;
    line-height: 18px; }

  .home-footer {
    position: relative;
    background: rgba(0, 0, 0, 0.79); }

  .home-section.half-height {
    height: 100%;
    padding: 100px 40px;
    position: relative; }
    .home-section.half-height h2 {
      margin-bottom: 0px; }

  .home-container .one-third {
    width: 100%;
    height: auto;
    background-position: 50% 80%; }
    .home-container .one-third h2 {
      font: 32px/32px 'Helvetica Neue LT W01_86 Hv It'; }
      .home-container .one-third h2:after {
        transition: none;
        -webkit-transition: none;
        -moz-transition: none; }
      .home-container .one-third h2 span {
        font: 24px/26px 'Helvetica Neue LT W01_86 Hv It';
        opacity: .7; }

  .home-container .one-third:last-of-type {
    background-position: 50% 50% !important; }

  .home-container .one-third:first-of-type {
    padding-top: 80px; }

  .home-container {
    height: auto; }

  section.projects .content-container .case-studies-list {
    text-align: left;
    width: 100%; }

  section.projects .content-container .filters {
    text-align: left;
    padding-left: 0;
    position: fixed;
    display: none;
    top: 200px;
    width: auto;
    right: -203px;
    padding: 16px;
    background: #d5d5d5;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out; }
    section.projects .content-container .filters .filter-form {
      position: relative; }
    section.projects .content-container .filters.active {
      right: 0; }
    section.projects .content-container .filters .filter-title {
      padding: 8px 20px;
      background: #2e2f67;
      -ms-transform: rotate(270deg);
      -webkit-transform: rotate(270deg);
      transform: rotate(270deg);
      display: inline-block;
      position: absolute;
      height: 40px;
      line-height: 40px;
      left: -97px;
      top: 60px; }
      section.projects .content-container .filters .filter-title:hover {
        cursor: pointer; }
      section.projects .content-container .filters .filter-title h6 {
        color: white;
        font-family: 'Helvetica Neue LT W01_86 Hv It';
        border: none;
        outline: none;
        font-size: 20px;
        line-height: 20px;
        margin: 0; }
    section.projects .content-container .filters p {
      color: #262626; }

  section.projects .content-container .filters label {
    font-size: 12px; }

  section.projects .content-container .filters input[type="radio"] {
    border: 2px solid #ffffff; }

  section.projects .content-container .filters input[type="radio"]:checked {
    background: #ffffff; }

  .responsive-nav .main-services .service h2 span {
    font: 18px/21px 'Helvetica Neue LT W01_86 Hv It'; }

  .responsive-nav .other-pages .upper-menu ul li a {
    color: #2b346c;
    font: 20px/22px 'Helvetica Neue LT W01_86 Hv It';
    border-bottom: 2px solid #2b346c;
    padding-bottom: 5px; }

  .responsive-nav .downloads h2 {
    color: white;
    font: 23px/24px "Helvetica Neue LT W01_86 Hv It" !important;
    padding-bottom: 23px;
    margin-bottom: 20px; }

  .downloads a {
    font: 18px/22px 'Helvetica Neue LT W01_55 Roman';
    color: white;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    width: 100%; }

  .downloads a span {
    background: url(../img/download-arrow.svg) no-repeat;
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-left: 0; }

  .downloads a p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 100%;
    margin-bottom: 5px; }

  .downloads {
    top: 96px;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    position: absolute;
    background: rgba(46, 47, 102, 0.95);
    z-index: -1;
    padding: 40px 25px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    width: 95%;
    max-width: 1080px;
    text-align: center; }

  .service-types .align-height {
    min-height: 0;
    height: auto !important; } }
@media only screen and (max-width: 768px) {
  .downloads a {
    margin-bottom: 5px; }

  .wrapper header {
    padding-top: 20px; }

  .img-holder, .section-head {
    background-position: 44% 50% !important; }

  .button {
    display: inline-block;
    padding: 10px 10px 10px 40px;
    border: 1px solid #000;
    font: 13px/16px 'Helvetica Neue LT W01_86 Hv It';
    position: relative;
    margin: 5px;
    cursor: pointer; }

  .home-footer p {
    font: 17px/20px 'Helvetica Neue LT W01_71488914'; }

  .product .product-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #fff;
    display: inline-block;
    background-position: 50% !important;
    background-size: cover !important; }

  .article-content.full-width {
    margin-bottom: 50px; }

  section.news .content-container .articles-list .article-content .article-img {
    width: 100%; }

  section.news .content-container .articles-list .article-content .article-text {
    width: 100%;
    padding: 0; }

  .responsive-nav .main-services .service h2 {
    font-size: 22px !important; }

  .responsive-nav .main-services .service h2 span {
    font-size: 15px !important; }

  .responsive-nav h2, .responsive-nav h2 span {
    font-size: 12px !important; }

  .responsive-nav li {
    margin: 0px 0px 10px 0px; }
    .responsive-nav li a {
      color: #2b346c;
      font: 14px/20px 'Helvetica Neue LT W01_85 Heavy';
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out; }
      .responsive-nav li a.nav-selected {
        opacity: 0.6; }

  .responsive-nav .main-services .service h2 {
    padding-bottom: 20px;
    margin-bottom: 20px; }

  section.clients .content-container .text-container .client-logo-list li {
    display: inline-block;
    width: 50%;
    margin-bottom: 25px;
    padding: 0px 10px;
    vertical-align: middle; }

  section.clients .content-container .text-container .client-logo-list {
    list-style-type: none;
    padding: 0;
    margin-top: 30px; }

  .section-head .half-width {
    padding: 0px 25px; }

  .get-in-touch .half-width {
    margin-bottom: 35px;
    padding: 0 !important; }

  .responsive-nav .other-pages .lower-menu ul li {
    display: inline-block;
    padding: 0px 18px;
    width: 100%;
    margin-bottom: 14px; }

  .responsive-nav .other-pages .upper-menu ul li a {
    font: 16px/18px 'Helvetica Neue LT W01_86 Hv It'; }

  .responsive-nav .other-pages .lower-menu ul li a {
    font: 12px/15px 'Helvetica Neue LT W01_86 Hv It'; }

  .responsive-nav .other-pages .upper-menu ul li {
    display: inline-block;
    padding: 0px 18px;
    width: 100%;
    margin-bottom: 19px; }

  .responsive-nav .other-pages .upper-menu ul, .responsive-nav .other-pages .lower-menu ul {
    padding: 0;
    margin: 0; }

  .responsive-nav .other-pages {
    position: relative;
    bottom: 0;
    height: auto;
    background: rgba(0, 0, 0, 0.07);
    width: 100%;
    padding: 20px 0px; }

  .responsive-nav .logo-cont {
    display: block;
    margin-top: 20px; }

  .responsive-nav .main-services {
    top: 0;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    margin-top: 20px; }

  .responsive-nav .other-pages .lower-menu {
    margin-top: 0px; }

  h2::after {
    width: 95px;
    height: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out; }

  section.section-intro {
    padding: 125px 30px 75px 30px;
    min-height: 300px; }

  .content-container {
    padding: 40px 25px !important; }

  .half-width {
    width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: top; }

  header nav {
    width: 39px;
    padding: 10px 0px 10px 0px;
    background: #2e2f66;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: normal;
    color: white;
    height: 33px;
    font-size: 12px;
    font-family: 'Helvetica Neue LT W01_55 Roman';
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    display: block; }

  header nav .nav-icon {
    left: 11px;
    top: 8px;
    position: absolute;
    cursor: pointer;
    margin: 0px 0px 0 0;
    width: 17px;
    z-index: 9999;
    display: block; }

  .nav-status {
    display: none; }

  .wrapper header img.braith-logo {
    width: 55% !important;
    max-width: 310px;
    height: 40px; }

  .icon-close {
    width: 30px !important;
    height: 30px !important; }

  p, label {
    font: 13px/17px 'Helvetica Neue LT W01_55 Roman'; }

  strong {
    font-size: 13px;
    line-height: 17px; }

  .project-popup .popup-cont h2 {
    color: #771855;
    font-family: 'Helvetica Neue LT W01_85 Heavy';
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px;
    padding-bottom: 10px; }

  .project-popup .popup-cont h2 span {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px; }

  .project-popup .popup-cont {
    width: 90%;
    height: auto;
    margin: 0 auto;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    padding: 25px 25px;
    margin-top: 10px; }

  .project-popup .popup-cont p:first-child {
    font-size: 14px; }

  section.projects .content-container {
    padding: 50px 50px; }

  .show-more .lhs-line, .show-more .rhs-line {
    display: none !important; }

  .show-more {
    text-align: center;
    width: 100% !important;
    margin: 50px auto 0px;
    position: relative; }
    .show-more a {
      font-size: 12px;
      color: #2e2f66;
      border: 1px solid #2e2f66;
      padding: 10px 20px 10px 20px;
      font-family: 'Helvetica Neue LT W01_71488914';
      width: 100%;
      display: block; }

  .project-content.one-third {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 30px; }

  footer {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 40px 20px;
    background: #808285; }
    footer .half-width {
      width: 100%;
      margin-bottom: 10px;
      text-align: center;
      padding: 0; }
    footer .footer-small {
      padding: 0px 0 0 0;
      margin-bottom: 0; }
    footer .footer-message {
      font: 16px/20px 'Helvetica Neue LT W01_71488914';
      color: #fff;
      text-transform: uppercase;
      margin: 0; } }
@media only screen and (max-width: 580px) {
  section.section-intro {
    min-height: auto; }

  section.track-record .content-container .text-container .track-img-1 {
    width: 70%;
    max-width: 300px;
    z-index: 2;
    position: relative;
    margin-left: 35px; }

  section.track-record .content-container .text-container .track-img-2 {
    width: 70%;
    max-width: 300px;
    margin-left: 100px;
    margin-top: -70px;
    z-index: 1;
    position: relative; }

  section.track-record .content-container .text-container .track-img-3 {
    width: 70%;
    max-width: 300px;
    margin-top: -137px;
    position: relative; }

  section.get-in-touch .content-container .text-container form input[type="submit"] {
    width: 100%; }

  .responsive-nav .main-services .service {
    width: 100%;
    display: inline-block; } }
/* Hero */
.hero {
  position: relative;
  clear: both;
  overflow: hidden;
  width: 100%;
  min-height: 550px;
  height: 100vh; }

.hero .bg-img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1;
  min-height: 550px;
  height: 100vh; }

.hero.slim,
.hero.slim .bg-img {
  background-position: center;
  min-height: auto;
  height: 550px; }
  @media only screen and (max-width: 768px) {
    .hero.slim,
    .hero.slim .bg-img {
      height: 450px; } }

.hero.slim h2 {
  color: #FFF;
  text-shadow: 2px 4px 8px #00000094; }

/*
.hero .bg-img::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index:2;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .8), transparent 25%);
}
*/
.hero .hero-message {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  /*! background: rgba(0, 0, 0, 0.5); */
  margin: 200px 0 0 0;
  width: 100%; }

.hero .hero-message h1 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #FFF;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-align: center;
  text-shadow: 2px 2px 8px #000; }

.hero .hero-message h1 strong {
  display: block;
  font-size: 1.4em;
  font-weight: 700;
  color: #FFF; }

#gallery {
  padding-left: 75px;
  height: 450px; }
  @media only screen and (max-width: 768px) {
    #gallery {
      padding-left: 0;
      height: 350px; } }

#gallery .bg-img {
  height: 450px; }
  @media only screen and (max-width: 768px) {
    #gallery .bg-img {
      height: 350px; } }

#gallery .owl-nav {
  display: none; }

#clients.owl-carousel .owl-stage {
  display: flex;
  align-items: center; }

#main-image .owl-dots {
  position: absolute;
  bottom: 2em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  #main-image .owl-dots .owl-dot {
    margin: 0 4px;
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 1px solid #FFF;
    border-radius: 50px;
    opacity: .75; }
    #main-image .owl-dots .owl-dot.active {
      background: #FFF; }

.owl-dots,
.owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

#gallery .owl-dots {
  margin: 1em; }

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-nav {
  top: 0; }

#gallery .owl-dot span {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 4px;
  background: url(../img/emblem-blue.svg) no-repeat;
  -webkit-backface-visibility: visible;
  background-size: 20px 20px;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 0; }

#gallery .owl-dots .owl-dot.active span,
#gallery .owl-dots .owl-dot:hover span {
  background: url(../img/emblem-green.svg) no-repeat;
  background-size: 20px 20px; }
