/* CSS Custom Properties - Phase 5C Optimization */
:root {
  --color-primary-text: #535455;
  --color-background-grey: #edf0f1;
  --color-white: #fff;
  --color-blue: #4e84c4;
  --font-primary: 'freight-text-pro';
  --font-secondary: 'freight-sans-pro';
}

/*

    Scroll Arrow

*/
header.main {
  position: relative;
}
a.scroll {
  display: block;
  position: absolute;
  top: 800px;
  left: calc(50% - 53px);
  width: 106px;
}

a.scroll i.arrow {
  display: block;
  background: url(../img/all/arrow.png) no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  width: 106px;
  height: 36px;
  margin-top: 15px;
}
@media all and (min-width: 320px) and (max-width: 767px) {
  a.scroll {
    top: 440px;
  }
}

#timedate {
  position: absolute;
  top: 51px;
  right: 108px;
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 18px;
  text-transform: uppercase;
}
a.email {
  font-size: 18px;
  color: var(--color-primary-text);
  text-decoration: underline;
}

footer .social-media {
  position: absolute;
  left: 495px;
  right: none;
  top: 128px;
}
footer a.linkedin,
footer a.twitter,
footer a.instagram {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
}

footer a.linkedin,
footer a.twitter {
  margin-right: 15px;
}

footer a.linkedin img,
footer a.twitter img,
footer a.instagram img {
  max-width: 30px;
  max-height: 30px;
}

/*

    LARGE DESKTOPS

*/
@media all and (min-width: 1300px) {
  /*
  */

  div.secondaryMenu {
    opacity: 0.9;
    height: 80px;
    width: 100%;
    background-image: none;
    background-color: #fdfefe;
    position: fixed;
    top: -80px;
    z-index: 66;
  }
  div.secondaryMenu img.logo {
    position: absolute;
    top: 6px;
    left: 60px;
    width: 195px;
  }

  .openMenuBlue {
    width: 26px;
    position: absolute;
    top: 31px;
    right: 62px;
    cursor: pointer;
  }

  .openMenuWhite {
    width: 26px;
    position: absolute;
    top: 54px;
    right: 62px;
    cursor: pointer;
  }
  #timedate {
    top: 54px;
  }
  div.fullMenu {
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100%;
    z-index: 80;
    width: 320px;
    background-color: #fff;
  }
  div.fullMenu a {
    font-size: 36px;
    font-family: var(--font-primary);
    color: var(--color-primary-text);
    text-decoration: none;
    transition: all 0.2s linear;
    display: block;
    line-height: 50px;
  }
  div.fullMenu a:hover {
    color: #4e84c4;
  }
  div.fullMenu .links {
    padding-top: 130px;
    padding-left: 50px;
  }
  div.fullMenu .closeButton {
    position: absolute;
    top: 30px;
    right: 62px;
    width: 26px;
  }

  div.shadow {
    background-color: #000;
    z-index: 70;
    opacity: 0.3;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
  }

  header {
    position: relative;
    height: 900px;
    position: relative;
  }
  header img.logo {
    position: absolute;
    top: 20px;
    left: 60px;
    width: 215px;
  }
  header h1 {
    font-size: 80px;
    line-height: 110px;
    font-family: var(--font-primary);
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
  }

  p {
    font-family: var(--font-primary);
    font-size: 18px;
    color: var(--color-primary-text);
    line-height: 30px;
  }

  .contentContainer {
    background-color: var(--color-background-grey);
    width: 100%;
    position: relative;
  }
  .contentContainer h2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 75px;
    padding-bottom: 75px;
    color: var(--color-primary-text);
    font-family: var(--font-primary);
    font-size: 36px;
    line-height: 50px;
    text-align: center;
  }
  .contentContainer h3.world {
    width: 970px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 65px;
    color: var(--color-primary-text);
    font-family: var(--font-primary);
    font-size: 36px;
    line-height: 50px;
    text-align: center;
  }
  .contentContainer .display {
    width: 91.66667%;
    margin: 0px auto;
    height: 560px;
    position: relative;
    margin-bottom: 68px;
  }
  .contentContainer .display .leftDisplay {
    position: absolute;
    left: 0px;
    top: 80px;
  }
  .contentContainer .display .leftImage {
    width: 980px;
    width: 71.01449%;
    height: 560px;
    background-image: url('../img/default/home_page/engineers.jpg');
    background-size: cover;
    background-position: center center;
  }
  .contentContainer .display .rightImage {
    width: 980px;
    width: 71.01449%;
    height: 560px;
    background-image: url('../img/default/home_page/progressive.jpg');
    background-size: cover;
    background-position: center center;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .contentContainer .display .rightDisplay {
    position: absolute;
    right: 0px;
    top: 150px;
  }
  .contentContainer .display .text {
    background-color: #fff;
    width: 540px;
    height: 330px;
  }
  .contentContainer .display h3 {
    font-family: var(--font-primary);
    font-size: 36px;
    line-height: 50px;
    color: var(--color-primary-text);
    width: 70.37037%;
    margin: 0px auto;
    padding-top: 60px;
    margin-bottom: 0.75em;
  }
  .contentContainer .display p {
    width: 70.37037%;
    margin: 0px auto;
    font-family: var(--font-secondary);
    font-size: 18px;
    color: var(--color-primary-text);
    line-height: 30px;
  }
  .contentContainer .display p a {
    font-family: var(--font-primary);
    text-decoration: underline;
    color: var(--color-primary-text);
  }
  .contentContainer .buttonContainer {
    width: 100%;
    text-align: center;
    margin-top: 66px;
  }
  .contentContainer .button {
    font-size: 18px;
    color: #ffffff;
    background-color: var(--color-primary-text);
    text-decoration: underline;
    font-style: italic;
    padding-left: 57px;
    padding-right: 57px;
    padding-top: 18px;
    padding-bottom: 17px;
    text-align: center;
  }
  .contentContainer .homeContactButton {
    padding-bottom: 80px;
  }

  footer {
    height: 330px;
  }
  footer p,
  footer a {
    font-family: var(--font-secondary) !important;
  }
  footer div.container {
    width: 100%;
    height: 100%;
    position: relative;
  }
  footer p.contact {
    position: absolute;
    left: 60px;
    top: 60px;
  }
  footer p.address {
    position: absolute;
    left: 297px;
    top: 60px;
  }
  footer p.connect {
    position: absolute;
    left: 495px;
    top: 60px;
  }
  footer p.copy {
    position: absolute;
    right: 60px;
    top: 60px;
    color: #b1b2b3;
    font-size: 14px;
  }
  footer p.legal {
    position: absolute;
    left: 60px;
    bottom: 21px;
    color: #b1b2b3;
    font-size: 14px;
    line-height: 1.3em;
  }
  footer a.elless {
    position: absolute;
    right: 60px;
    bottom: 44px;
    color: #b1b2b3;
    font-size: 14px;
    text-decoration: none;
    font-family: var(--font-secondary) !important;
  }
  footer a.elless:hover {
    text-decoration: underline;
  }
  footer img.linkedIn {
    opacity: 1;
    width: 95px;
    -webkit-transition: opacity 0.25s ease-in;
    -moz-transition: opacity 0.25s ease-in;
    -o-transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in;
  }
  footer img.linkedIn:hover {
    opacity: 0.6;
  }

  .aboutPage .headerImageContainer {
    background-image: url('../img/default/about_page/header.jpg');
  }
  .aboutPage .stripImageContainer {
    background-image: url('../img/default/about_page/strip.jpg');
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 500px;
  }
  .aboutPage .columnContainer p.para,
  .aboutPage .columnContainer ul,
  .aboutPage .sectorsContainer p.para,
  .aboutPage .sectorsContainer ul {
    font-family: var(--font-secondary);
    font-size: 18px;
    color: var(--color-primary-text);
    line-height: 31px;
    width: 550px;
    margin-bottom: 42px;
  }
  .aboutPage .columnContainer ul,
  .aboutPage .sectorsContainer ul {
    list-style-type: disc;
    margin-left: 20px;
  }
  .aboutPage .columnContainer {
    position: relative;
    width: 100%;
    background-color: var(--color-background-grey);
  }
  .aboutPage .columnContainer .leftColumn {
    width: 50%;
    float: left;
  }
  .aboutPage .columnContainer .leftColumn h1 {
    font-family: var(--font-primary);
    font-size: 36px;
    color: var(--color-primary-text);
    margin-left: 138px;
    padding-top: 1165px;
  }
  .aboutPage .columnContainer .rightColumn {
    width: 50%;
    float: left;
    padding-bottom: 77px;
  }
  .aboutPage .columnContainer .rightColumn h2 {
    font-family: var(--font-primary);
    font-size: 36px;
    color: var(--color-primary-text);
    padding-top: 80px;
    margin-bottom: 54px;
  }
  .aboutPage .columnContainer .rightColumn .scene {
    margin-top: 38px;
    margin-bottom: 78px;
    width: 600px;
  }
  .aboutPage .columnContainer .rightColumn .iso {
    margin-bottom: 35px;
    width: 315px;
  }
  .aboutPage .columnContainer .rightColumn .cibse {
    width: 110px;
  }
  .aboutPage .sectorsContainer {
    position: relative;
    width: 100%;
    background-color: var(--color-background-grey);
    padding-bottom: 80px;
  }
  .aboutPage .sectorsContainer div.textContainer {
    padding-left: 50%;
    width: 550px;
  }
  .aboutPage .sectorsContainer div.textContainer h1 {
    font-family: var(--font-primary);
    font-size: 36px;
    color: var(--color-primary-text);
    padding-top: 80px;
    margin-bottom: 54px;
  }

  .capabilitiesPage .headerImageContainer {
    background-image: url('../img/default/capabilities_page/header.jpg');
  }
  .capabilitiesPage .stripImageContainer {
    background-image: url('../img/default/capabilities_page/strip.jpg');
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 500px;
  }
  .capabilitiesPage .columnContainer p.para,
  .capabilitiesPage .columnContainer ul,
  .capabilitiesPage .sectorsContainer p.para,
  .capabilitiesPage .sectorsContainer ul {
    font-family: var(--font-secondary);
    font-size: 18px;
    color: var(--color-primary-text);
    line-height: 31px;
    width: 550px;
    margin-bottom: 42px;
  }
  .capabilitiesPage .columnContainer ul,
  .capabilitiesPage .sectorsContainer ul {
    list-style-type: disc;
    margin-left: 20px;
  }
  .capabilitiesPage .columnContainer {
    position: relative;
    width: 100%;
    background-color: var(--color-background-grey);
  }
  .capabilitiesPage .columnContainer .leftColumn {
    width: 50%;
    float: left;
  }
  .capabilitiesPage .columnContainer .leftColumn h1 {
    font-family: var(--font-primary);
    font-size: 36px;
    color: var(--color-primary-text);
    margin-left: 138px;
    padding-top: 2888px;
  }
  .capabilitiesPage .columnContainer .rightColumn {
    width: 50%;
    float: left;
    padding-top: 70px;
    padding-bottom: 37px;
  }
  .capabilitiesPage .columnContainer .rightColumn h2 {
    font-family: var(--font-primary);
    font-size: 36px;
    color: var(--color-primary-text);
    padding-top: 40px;
    margin-bottom: 54px;
  }
  .capabilitiesPage .columnContainer .rightColumn h2.ibm {
    max-width: 480px;
  }
  .capabilitiesPage .columnContainer .rightColumn .scene {
    margin-top: 38px;
    margin-bottom: 78px;
    width: 600px;
  }
  .capabilitiesPage .sectorsContainer {
    position: relative;
    width: 100%;
    background-color: var(--color-background-grey);
    padding-bottom: 75px;
  }
  .capabilitiesPage .sectorsContainer div.textContainer {
    padding-left: 50%;
    width: 550px;
  }
  .capabilitiesPage .sectorsContainer div.textContainer h1 {
    font-family: var(--font-primary);
    font-size: 36px;
    color: var(--color-primary-text);
    padding-top: 80px;
    margin-bottom: 54px;
  }

  .teamPage .teamContainer {
    position: relative;
    width: 100%;
    background-color: var(--color-background-grey);
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .teamPage .profilesContainer {
    margin-left: 60px;
    margin-right: 60px;
  }
  .teamPage .profile {
    width: 32%;
    float: left;
    position: relative;
    margin-bottom: 20px;
    position: relative;
    z-index: 50;
    background-size: 100% 100%;
    background-position: center center;
    transition: all 0.25s linear;
    color: #fff;
  }
  .teamPage .profile:hover {
    background-size: 110% 110%;
  }
  .teamPage .profile:nth-of-type(3n + 2) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .teamPage .profile h1 {
    font-family: var(--font-primary);
    font-size: 36px;
    position: absolute;
    left: 40px;
    bottom: 95px;
  }
  .teamPage .profile h2 {
    font-family: var(--font-primary);
    font-style: italic;
    text-decoration: underline;
    font-size: 18px;
    position: absolute;
    left: 40px;
    bottom: 50px;
  }
  .teamPage .profile a {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 60;
  }

  .teamMemberPage {
    background-color: var(--color-background-grey);
  }
  .teamMemberPage .profileContainer {
    padding-top: 46px;
    padding-bottom: 80px;
  }
  .teamMemberPage .profileContainer .leftColumn {
    width: 40.48611%;
    margin-left: 9.23611%;
    float: left;
  }
  .teamMemberPage .profileContainer .leftColumn h1 {
    font-size: 36px;
    font-family: var(--font-primary);
    color: var(--color-primary-text);
    margin-bottom: 48px;
    padding-top: 30px;
  }
  .teamMemberPage .profileContainer .leftColumn h2 {
    font-size: 18px;
    font-family: var(--font-secondary);
    color: #4e84c4;
    margin-bottom: 40px;
  }
  .teamMemberPage .profileContainer .leftColumn p,
  .teamMemberPage .profileContainer .leftColumn ul {
    font-size: 18px;
    line-height: 26px;
    font-family: var(--font-secondary);
    color: var(--color-primary-text);
    margin-bottom: 42px;
  }
  .teamMemberPage .profileContainer .leftColumn ul {
    list-style-type: disc;
    padding-left: 15px;
  }
  .teamMemberPage .profileContainer .rightColumn {
    float: left;
    width: 50%;
  }
  .teamMemberPage .profileContainer .rightColumn img {
    float: right;
    width: 420px;
    margin-right: 160px;
  }

  .projectsPage {
    position: relative;
  }
  .projectsPage .projectsContainer {
    position: relative;
    width: 100%;
    background-color: var(--color-background-grey);
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .projectsPage .projects {
    margin-left: 60px;
    margin-right: 60px;
    position: relative;
    width: 100%;
  }
  .projectsPage .profile {
    width: 44.44444%;
    float: left;
    position: relative;
    margin-bottom: 20px;
    background-size: 100% 100%;
    background-position: center center;
    transition: all 0.25s linear;
    color: #fff;
  }
  .projectsPage .profile:hover {
    background-size: 110% 110%;
  }
  .projectsPage .profile:nth-of-type(2n + 1) {
    margin-right: 2.77778%;
  }
  .projectsPage .profile h1 {
    font-family: var(--font-primary);
    font-size: 36px;
    position: absolute;
    left: 34px;
    bottom: 120px;
    line-height: 46px;
  }
  .projectsPage .profile h2 {
    font-family: var(--font-primary);
    font-style: italic;
    font-size: 18px;
    position: absolute;
    left: 34px;
    bottom: 50px;
    text-decoration: underline;
  }
  .projectsPage .profile a {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 60;
  }

  .projectPage {
    background-color: var(--color-background-grey);
  }
  .projectPage .profileContainer {
    padding-bottom: 80px;
  }
  .projectPage .profileContainer .leftColumn {
    padding-top: 318px;
    width: 40.48611%;
    margin-left: 5.76389%;
    margin-right: 3.75%;
    float: left;
  }
  .projectPage .profileContainer .leftColumn .textContainer {
    width: 583px;
    float: right;
  }
  .projectPage .profileContainer .leftColumn h1 {
    font-size: 36px;
    font-family: var(--font-primary);
    color: var(--color-primary-text);
    margin-bottom: 48px;
  }
  .projectPage .profileContainer .leftColumn h2 {
    font-size: 18px;
    font-family: var(--font-secondary);
    color: #4e84c4;
    margin-bottom: 40px;
  }
  .projectPage .profileContainer .leftColumn p {
    margin-left: 50px;
  }
  .projectPage .profileContainer .leftColumn p,
  .projectPage .profileContainer .leftColumn ul {
    width: 523px;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--font-secondary);
    color: var(--color-primary-text);
    margin-bottom: 42px;
  }
  .projectPage .profileContainer .leftColumn ul {
    list-style-type: disc;
    padding-left: 15px;
  }
  .projectPage .profileContainer .rightColumn {
    float: left;
    width: 50%;
    padding-top: 74px;
  }
  .projectPage .profileContainer .rightColumn h1 {
    font-size: 36px;
    font-family: var(--font-primary);
    color: var(--color-primary-text);
    margin-bottom: 48px;
    line-height: 1.25em;
    width: 90%;
  }
  .projectPage .profileContainer .rightColumn h2 {
    font-size: 18px;
    font-family: var(--font-secondary);
    color: #4e84c4;
    margin-bottom: 10px;
  }
  .projectPage .profileContainer .rightColumn p,
  .projectPage .profileContainer .rightColumn ul {
    font-size: 18px;
    line-height: 26px;
    font-family: var(--font-secondary);
    color: var(--color-primary-text);
    margin-bottom: 42px;
  }

  .contactPage .columnContainer {
    position: relative;
    width: 100%;
    background-color: var(--color-background-grey);
  }
  .contactPage .columnContainer .leftColumn {
    padding-top: 70px;
    width: 50%;
    float: left;
  }
  .contactPage .columnContainer .leftColumn .textContainer {
    float: right;
    width: 460px;
    margin-right: 120px;
  }
  .contactPage .columnContainer .leftColumn h1 {
    font-family: var(--font-primary);
    font-size: 36px;
    color: var(--color-primary-text);
    margin-bottom: 43px;
  }
  .contactPage .columnContainer .leftColumn h2 {
    color: #4e84c4;
    font-size: 18px;
    font-family: var(--font-secondary);
  }
  .contactPage .columnContainer .leftColumn p {
    color: var(--color-primary-text);
    font-size: 18px;
    font-family: var(--font-secondary);
    line-height: 31px;
    margin-bottom: 42px;
  }
  .contactPage .columnContainer .rightColumn {
    width: 50%;
    float: left;
    padding-bottom: 77px;
    padding-top: 247px;
  }
  .contactPage .columnContainer .rightColumn form {
    width: 500px;
  }
  .contactPage .columnContainer .rightColumn form input[type='text'] {
    width: 92%;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-style: none;
    margin-bottom: 17px;
    font-family: var(--font-primary);
    font-size: 18px;
    color: var(--color-primary-text);
  }
  .contactPage .columnContainer .rightColumn form textarea {
    width: 92%;
    height: 135px;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-style: none;
    margin-bottom: 17px;
    font-family: var(--font-primary);
    font-size: 18px;
    color: var(--color-primary-text);
  }
  .contactPage .columnContainer .rightColumn form input[type='button'] {
    border-style: none;
    font-style: italic;
    font-family: var(--font-primary);
  }
  .contactPage .columnContainer .rightColumn form p {
    font-family: var(--font-secondary);
    font-size: 18px;
    margin-top: 20px;
    color: #bbc1c3;
  }
  .contactPage .columnContainer .rightColumn h2 {
    font-family: var(--font-primary);
    font-size: 36px;
    color: var(--color-primary-text);
    padding-top: 80px;
    margin-bottom: 54px;
  }
  .contactPage .columnContainer .rightColumn .scene {
    margin-top: 78px;
    margin-bottom: 78px;
    width: 600px;
  }
  .contactPage .columnContainer .rightColumn .iso {
    margin-bottom: 35px;
    width: 315px;
  }
  .contactPage .columnContainer .rightColumn .cibse {
    width: 110px;
  }
  .contactPage .sectorsContainer {
    position: relative;
    width: 100%;
    background-color: var(--color-background-grey);
    padding-bottom: 60px;
  }
  .contactPage .sectorsContainer div.textContainer {
    padding-left: 50%;
    width: 550px;
  }
  .contactPage .sectorsContainer div.textContainer h1 {
    font-family: var(--font-primary);
    font-size: 36px;
    color: var(--color-primary-text);
    padding-top: 80px;
    margin-bottom: 54px;
  }

  .innerPage {
    padding-top: 80px;
  }
  .innerPage .headerImageContainer {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 500px;
  }
  .innerPage header.main {
    opacity: 0.9;
    height: 80px;
    width: 100%;
    background-image: none;
    background-color: #fdfefe;
    position: fixed;
    top: 0px;
    z-index: 66;
  }
  .innerPage header.main img.logo {
    position: absolute;
    top: 6px;
    left: 60px;
    width: 195px;
  }
  .innerPage .buttonContainer {
    width: 100%;
    text-align: center;
    margin-top: 66px;
  }
  .innerPage .button {
    font-size: 18px;
    color: #ffffff;
    background-color: var(--color-primary-text);
    text-decoration: underline;
    font-style: italic;
    font-family: var(--font-primary) !important;
    padding-left: 57px;
    padding-right: 57px;
    padding-top: 18px;
    padding-bottom: 17px;
    text-align: center;
  }

  header.main {
    background-image: url('../img/default/home_page/header.jpg');
  }

  .d320 {
    display: none;
  }
}
/*

    DESKTOPS

*/
@media all and (min-width: 1024px) and (max-width: 1300px) {
  /*
  */

  div.secondaryMenu {
    opacity: 0.9;
    height: 80px;
    width: 100%;
    background-image: none;
    background-color: #fdfefe;
    position: fixed;
    top: -80px;
    z-index: 66;
  }
  div.secondaryMenu img.logo {
    position: absolute;
    top: 6px;
    left: 60px;
    width: 195px;
  }

  .openMenuBlue {
    width: 26px;
    position: absolute;
    top: 31px;
    right: 62px;
    cursor: pointer;
  }

  .openMenuWhite {
    width: 26px;
    position: absolute;
    top: 51px;
    right: 62px;
    cursor: pointer;
  }

  div.fullMenu {
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100%;
    z-index: 80;
    width: 320px;
    background-color: #fff;
  }
  div.fullMenu a {
    font-size: 36px;
    font-family: var(--font-primary);
    color: var(--color-primary-text);
    text-decoration: none;
    transition: all 0.2s linear;
    display: block;
    line-height: 50px;
  }
  div.fullMenu a:hover {
    color: #4e84c4;
  }
  div.fullMenu .links {
    padding-top: 130px;
    padding-left: 50px;
  }
  div.fullMenu .closeButton {
    position: absolute;
    top: 30px;
    right: 62px;
    width: 26px;
  }

  div.shadow {
    background-color: #000;
    z-index: 70;
    opacity: 0.3;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
  }

  header {
    height: 900px;
    position: relative;
  }
  header img.logo {
    position: absolute;
    top: 20px;
    left: 60px;
    width: 215px;
  }
  header h1 {
    font-size: 80px;
    line-height: 110px;
    font-family: var(--font-primary);
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 90%;
    margin-left: 5%;
  }

  p {
    font-family: var(--font-primary);
    font-size: 18px;
    color: var(--color-primary-text);
    line-height: 30px;
  }

  .contentContainer {
    background-color: var(--color-background-grey);
    width: 100%;
    position: relative;
  }
  .contentContainer h2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 75px;
    padding-bottom: 75px;
    color: var(--color-primary-text);
    font-family: var(--font-primary);
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
  }
  .contentContainer h3.world {
    width: 970px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 65px;
    padding-bottom: 65px;
    color: var(--color-primary-text);
    font-family: var(--font-primary);
    font-size: 36px;
    line-height: 50px;
    text-align: center;
  }
  .contentContainer .display {
    width: 88.28125%;
    margin: 0px auto;
    height: 560px;
    position: relative;
    margin-bottom: 68px;
  }
  .contentContainer .display .leftDisplay {
    position: absolute;
    left: 0px;
    top: 80px;
  }
  .contentContainer .display .leftImage {
    width: 980px;
    width: 71.01449%;
    height: 560px;
    background-image: url('../img/default/home_page/engineers.jpg');
    background-size: cover;
    background-position: center center;
  }
  .contentContainer .display .rightImage {
    width: 980px;
    width: 71.01449%;
    height: 560px;
    background-image: url('../img/default/home_page/progressive.jpg');
    background-size: cover;
    background-position: center center;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .contentContainer .display .rightDisplay {
    position: absolute;
    right: 0px;
    top: 150px;
  }
  .contentContainer .display .text {
    background-color: #fff;
    width: 540px;
    height: 330px;
  }
  .contentContainer .display h3 {
    font-family: var(--font-primary);
    font-size: 36px;
    line-height: 50px;
    color: var(--color-primary-text);
    width: 70.37037%;
    margin: 0px auto;
    padding-top: 60px;
    margin-bottom: 0.75em;
  }
  .contentContainer .display p {
    font-family: var(--font-secondary);
    width: 70.37037%;
    margin: 0px auto;
    font-size: 18px;
    color: var(--color-primary-text);
    line-height: 30px;
  }
  .contentContainer .display p a {
    font-family: var(--font-primary);
    text-decoration: underline;
    color: var(--color-primary-text);
  }
  .contentContainer .buttonContainer {
    width: 100%;
    text-align: center;
    margin-top: 0px;
  }
  .contentContainer .button {
    font-size: 18px;
    color: #ffffff;
    background-color: var(--color-primary-text);
    text-decoration: underline;
    font-style: italic;
    padding-left: 57px;
    padding-right: 57px;
    padding-top: 18px;
    padding-bottom: 17px;
    text-align: center;
  }
  .contentContainer .homeContactButton {
    padding-bottom: 80px;
  }

  footer {
    height: 330px;
  }
  footer p,
  footer a {
    font-family: var(--font-secondary) !important;
  }
  footer div.container {
    width: 100%;
    height: 100%;
    position: relative;
  }
  footer p.contact {
    position: absolute;
    left: 60px;
    top: 60px;
  }
  footer p.address {
    position: absolute;
    left: 290px;
    top: 60px;
  }
  footer p.connect {
    position: absolute;
    left: 485px;
    top: 60px;
  }
  footer p.copy {
    position: absolute;
    right: 60px;
    top: 60px;
    color: #b1b2b3;
    font-size: 14px;
  }
  footer p.legal {
    position: absolute;
    left: 60px;
    bottom: 21px;
    color: #b1b2b3;
    font-size: 14px;
    line-height: 1.3em;
  }
  footer a.elless {
    position: absolute;
    right: 60px;
    bottom: 44px;
    color: #b1b2b3;
    font-size: 14px;
    text-decoration: none;
    font-family: var(--font-secondary) !important;
  }
  footer a.elless:hover {
    text-decoration: underline;
  }
  footer .social-media {
    left: 485px;
  }
  footer img.linkedIn {
    width: 95px;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
  }
  footer img.linkedIn:hover {
    opacity: 0.6;
  }

  .aboutPage .headerImageContainer {
    background-image: url('../img/default/about_page/header.jpg');
  }
  .aboutPage .stripImageContainer {
    background-image: url('../img/default/about_page/strip.jpg');
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 500px;
  }
  .aboutPage .columnContainer p.para,
  .aboutPage .columnContainer ul,
  .aboutPage .sectorsContainer p.para,
  .aboutPage .sectorsContainer ul {
    font-family: var(--font-secondary);
    font-size: 18px;
    color: var(--color-primary-text);
    line-height: 31px;
    width: 452px;
    margin-bottom: 42px;
  }
  .aboutPage .columnContainer ul,
  .aboutPage .sectorsContainer ul {
    list-style-type: disc;
    margin-left: 20px;
  }
  .aboutPage .columnContainer {
    position: relative;
    width: 100%;
    background-color: var(--color-background-grey);
  }
  .aboutPage .columnContainer .leftColumn {
    width: 50%;
    float: left;
  }
  .aboutPage .columnContainer .leftColumn h1 {
    font-family: var(--font-primary);
    font-size: 36px;
    color: var(--color-primary-text);
    margin-left: 99px;
    padding-top: 1095px;
  }
  .aboutPage .columnContainer .rightColumn {
    width: 50%;
    float: left;
    padding-bottom: 77px;
  }
  .aboutPage .columnContainer .rightColumn h2 {
    font-family: var(--font-primary);
    font-size: 36px;
    color: var(--color-primary-text);
    padding-top: 80px;
    margin-bottom: 54px;
  }
  .aboutPage .columnContainer .rightColumn .scene {
    margin-top: 38px;
    margin-bottom: 78px;
    width: 452px;
  }
  .aboutPage .columnContainer .rightColumn .iso {
    margin-bottom: 35px;
    width: 315px;
  }
  .aboutPage .columnContainer .rightColumn .cibse {
    width: 110px;
  }
  .aboutPage .sectorsContainer {
    position: relative;
    width: 100%;
    background-color: var(--color-background-grey);
    padding-bottom: 60px;
  }
  .aboutPage .sectorsContainer div.textContainer {
    padding-left: 50%;
    width: 452px;
  }
  .aboutPage .sectorsContainer div.textContainer h1 {
    font-family: var(--font-primary);
    font-size: 36px;
    color: var(--color-primary-text);
    padding-top: 80px;
    margin-bottom: 54px;
  }

  .capabilitiesPage .headerImageContainer {
    background-image: url('../img/default/capabilities_page/header.jpg');
  }
  .capabilitiesPage .stripImageContainer {
    background-image: url('../img/default/capabilities_page/strip.jpg');
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 500px;
  }
  .capabilitiesPage .columnContainer p.para,
  .capabilitiesPage .columnContainer ul,
  .capabilitiesPage .sectorsContainer p.para,
  .capabilitiesPage .sectorsContainer ul {
    font-family: var(--font-secondary);
    font-size: 18px;
    color: var(--color-primary-text);
    line-height: 31px;
    width: 452px;
    margin-bottom: 42px;
  }
  .capabilitiesPage .columnContainer ul,
  .capabilitiesPage .sectorsContainer ul {
    list-style-type: disc;
    margin-left: 20px;
  }
  .capabilitiesPage .columnContainer {
    position: relative;
    width: 100%;
    background-color: var(--color-background-grey);
  }
  .capabilitiesPage .columnContainer .leftColumn {
    width: 50%;
    float: left;
  }
  .capabilitiesPage .columnContainer .leftColumn h1 {
    font-family: var(--font-primary);
    font-size: 36px;
    color: var(--color-primary-text);
    margin-left: 98px;
    padding-top: 2960px;
    line-height: 1.2em;
  }
  .capabilitiesPage .columnContainer .rightColumn {
    width: 50%;
    float: left;
    padding-top: 70px;
    padding-bottom: 27px;
  }
  .capabilitiesPage .columnContainer .rightColumn h2 {
    font-family: var(--font-primary);
    font-size: 36px;
    color: var(--color-primary-text);
    padding-top: 40px;
    margin-bottom: 54px;
  }
  .capabilitiesPage .columnContainer .rightColumn h2.ibm {
    max-width: 480px;
  }
  .capabilitiesPage .columnContainer .rightColumn .scene {
    margin-top: 48px;
    margin-bottom: 78px;
    width: 452px;
  }
  .capabilitiesPage .sectorsContainer {
    position: relative;
    width: 100%;
    background-color: var(--color-background-grey);
    padding-bottom: 70px;
  }
  .capabilitiesPage .sectorsContainer div.textContainer {
    padding-left: 50%;
    width: 452px;
  }
  .capabilitiesPage .sectorsContainer div.textContainer h1 {
    font-family: var(--font-primary);
    font-size: 36px;
    color: var(--color-primary-text);
    padding-top: 80px;
    margin-bottom: 54px;
  }

  .teamPage .teamContainer {
    position: relative;
    width: 100%;
    background-color: var(--color-background-grey);
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .teamPage .profilesContainer {
    margin-left: 60px;
    margin-right: 60px;
  }
  .teamPage .profile {
    width: 31.333333%;
    float: left;
    position: relative;
    margin-bottom: 20px;
    background-size: 100% 100%;
    background-position: center center;
    transition: all 0.25s linear;
    color: #fff;
  }
  .teamPage .profile:hover {
    background-size: 110% 110%;
  }
  .teamPage .profile:nth-of-type(3n + 2) {
    margin-left: 3%;
    margin-right: 3%;
  }
  .teamPage .profile h1 {
    font-family: var(--font-primary);
    font-size: 26px;
    position: absolute;
    left: 40px;
    bottom: 55px;
  }
  .teamPage .profile h2 {
    font-family: var(--font-primary);
    text-decoration: underline;
    font-style: italic;
    font-size: 18px;
    position: absolute;
    left: 40px;
    bottom: 25px;
  }
  .teamPage .profile a {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 60;
  }

  .teamMemberPage {
    background-color: var(--color-background-grey);
  }
  .teamMemberPage .profileContainer {
    padding-top: 76px;
    padding-bottom: 80px;
  }
  .teamMemberPage .profileContainer .leftColumn {
    width: 39.0625%;
    margin-left: 9.76563%;
    padding-top: 30px;
    float: left;
  }
  .teamMemberPage .profileContainer .leftColumn h1 {
    font-size: 36px;
    font-family: var(--font-primary);
    color: var(--color-primary-text);
    margin-bottom: 48px;
  }
  .teamMemberPage .profileContainer .leftColumn h2 {
    font-size: 18px;
    font-family: var(--font-secondary);
    color: #4e84c4;
    margin-bottom: 40px;
  }
  .teamMemberPage .profileContainer .leftColumn p,
  .teamMemberPage .profileContainer .leftColumn ul {
    font-size: 18px;
    line-height: 26px;
    font-family: var(--font-secondary);
    color: var(--color-primary-text);
    margin-bottom: 42px;
  }
  .teamMemberPage .profileContainer .leftColumn ul {
    list-style-type: disc;
    padding-left: 15px;
  }
  .teamMemberPage .profileContainer .rightColumn {
    float: left;
    width: 50%;
  }
  .teamMemberPage .profileContainer .rightColumn img {
    width: 330px;
    margin-left: 76px;
  }

  .projectsPage {
    position: relative;
  }
  .projectsPage .projectsContainer {
    position: relative;
    width: 100%;
    background-color: var(--color-background-grey);
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .projectsPage .projects {
    position: relative;
    width: 89%;
    margin-left: 5.5%;
  }
  .projectsPage .profile {
    width: 49%;
    float: left;
    position: relative;
    margin-bottom: 20px;
    background-size: 100% 100%;
    background-position: center center;
    transition: all 0.25s linear;
    color: #fff;
  }
  .projectsPage .profile:hover {
    background-size: 110% 110%;
  }
  .projectsPage .profile:nth-of-type(2n + 1) {
    margin-right: 2%;
  }
  .projectsPage .profile h1 {
    font-family: var(--font-primary);
    font-size: 26px;
    position: absolute;
    left: 34px;
    bottom: 80px;
    line-height: 30px;
    max-width: 340px;
  }
  .projectsPage .profile h2 {
    font-family: var(--font-primary);
    font-style: italic;
    font-size: 18px;
    position: absolute;
    left: 34px;
    bottom: 50px;
    text-decoration: underline;
  }
  .projectsPage .profile a {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 60;
  }

  .projectPage {
    background-color: var(--color-background-grey);
  }
  .projectPage .profileContainer {
    padding-bottom: 80px;
  }
  .projectPage .profileContainer .leftColumn {
    padding-top: 318px;
    width: 32.22656%;
    margin-left: 17.08984%;
    float: left;
  }
  .projectPage .profileContainer .leftColumn .textContainer {
    width: 390px;
    float: right;
    margin-right: 40px;
  }
  .projectPage .profileContainer .leftColumn h1 {
    font-size: 36px;
    font-family: var(--font-primary);
    color: var(--color-primary-text);
    margin-bottom: 48px;
  }
  .projectPage .profileContainer .leftColumn h2 {
    font-size: 18px;
    font-family: var(--font-secondary);
    color: #4e84c4;
    margin-bottom: 40px;
  }
  .projectPage .profileContainer .leftColumn p,
  .projectPage .profileContainer .leftColumn ul {
    font-size: 18px;
    line-height: 26px;
    font-family: var(--font-secondary);
    color: var(--color-primary-text);
    margin-bottom: 42px;
  }
  .projectPage .profileContainer .leftColumn ul {
    list-style-type: disc;
    padding-left: 15px;
  }
  .projectPage .profileContainer .rightColumn {
    float: right;
    width: 50%;
    padding-top: 74px;
  }
  .projectPage .profileContainer .rightColumn h1 {
    font-size: 36px;
    font-family: var(--font-primary);
    color: var(--color-primary-text);
    margin-bottom: 48px;
    line-height: 1.25em;
    width: 85%;
  }
  .projectPage .profileContainer .rightColumn h2 {
    font-size: 18px;
    font-family: var(--font-secondary);
    color: #4e84c4;
    margin-bottom: 10px;
  }
  .projectPage .profileContainer .rightColumn p,
  .projectPage .profileContainer .rightColumn ul {
    font-size: 18px;
    line-height: 26px;
    font-family: var(--font-secondary);
    color: var(--color-primary-text);
    margin-bottom: 42px;
  }

  .contactPage .columnContainer {
    position: relative;
    width: 100%;
    background-color: var(--color-background-grey);
  }
  .contactPage .columnContainer .leftColumn {
    padding-top: 70px;
    width: 50%;
    float: left;
  }
  .contactPage .columnContainer .leftColumn .textContainer {
    float: right;
    width: 350px;
    margin-right: 70px;
  }
  .contactPage .columnContainer .leftColumn h1 {
    font-family: var(--font-primary);
    font-size: 36px;
    color: var(--color-primary-text);
    margin-bottom: 43px;
  }
  .contactPage .columnContainer .leftColumn h2 {
    color: #4e84c4;
    font-size: 18px;
    font-family: var(--font-secondary);
  }
  .contactPage .columnContainer .leftColumn p {
    color: var(--color-primary-text);
    font-size: 18px;
    font-family: var(--font-secondary);
    line-height: 31px;
    margin-bottom: 42px;
  }
  .contactPage .columnContainer .rightColumn {
    width: 50%;
    float: left;
    padding-bottom: 77px;
    padding-top: 247px;
  }
  .contactPage .columnContainer .rightColumn form {
    width: 430px;
  }
  .contactPage .columnContainer .rightColumn form input[type='text'] {
    width: 92%;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-style: none;
    margin-bottom: 17px;
    font-family: var(--font-primary);
    font-size: 18px;
  }
  .contactPage .columnContainer .rightColumn form textarea {
    font-size: 18px;
    width: 92%;
    height: 135px;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-style: none;
    margin-bottom: 17px;
    font-family: var(--font-primary);
  }
  .contactPage .columnContainer .rightColumn form input[type='button'] {
    border-style: none;
    font-style: italic;
    font-family: var(--font-primary);
  }
  .contactPage .columnContainer .rightColumn form p {
    font-family: var(--font-secondary);
    font-size: 18px;
    margin-top: 20px;
    color: #bbc1c3;
  }
  .contactPage .columnContainer .rightColumn h2 {
    font-family: var(--font-primary);
    font-size: 36px;
    color: var(--color-primary-text);
    padding-top: 80px;
    margin-bottom: 54px;
  }
  .contactPage .columnContainer .rightColumn .scene {
    margin-top: 78px;
    margin-bottom: 78px;
    width: 600px;
  }
  .contactPage .columnContainer .rightColumn .iso {
    margin-bottom: 35px;
    width: 315px;
  }
  .contactPage .columnContainer .rightColumn .cibse {
    width: 110px;
  }
  .contactPage .sectorsContainer {
    position: relative;
    width: 100%;
    background-color: var(--color-background-grey);
    padding-bottom: 60px;
  }
  .contactPage .sectorsContainer div.textContainer {
    padding-left: 50%;
    width: 550px;
  }
  .contactPage .sectorsContainer div.textContainer h1 {
    font-family: var(--font-primary);
    font-size: 36px;
    color: var(--color-primary-text);
    padding-top: 80px;
    margin-bottom: 54px;
  }

  .innerPage {
    padding-top: 80px;
  }
  .innerPage .headerImageContainer {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 500px;
  }
  .innerPage header.main {
    opacity: 0.9;
    height: 80px;
    width: 100%;
    background-image: none;
    background-color: #fdfefe;
    position: fixed;
    top: 0px;
    z-index: 66;
  }
  .innerPage header.main img.logo {
    position: absolute;
    top: 6px;
    left: 60px;
    width: 195px;
  }
  .innerPage .buttonContainer {
    width: 100%;
    text-align: center;
    margin-top: 66px;
  }
  .innerPage .button {
    font-size: 18px;
    color: #ffffff;
    background-color: var(--color-primary-text);
    text-decoration: underline;
    font-style: italic;
    font-family: var(--font-primary) !important;
    padding-left: 57px;
    padding-right: 57px;
    padding-top: 18px;
    padding-bottom: 17px;
    text-align: center;
  }

  header.main {
    background-image: url('../img/default/home_page/header.jpg');
  }

  .d320 {
    display: none;
  }
}
/*

    TABLETS

*/
@media all and (min-width: 768px) and (max-width: 1023px) {
  /*
  */

  div.secondaryMenu {
    opacity: 0.9;
    height: 80px;
    width: 100%;
    background-image: none;
    background-color: #fdfefe;
    position: fixed;
    top: -80px;
    z-index: 66;
  }
  div.secondaryMenu img.logo {
    position: absolute;
    top: 6px;
    left: 60px;
    width: 195px;
  }

  .openMenuBlue {
    width: 26px;
    position: absolute;
    top: 31px;
    right: 32px;
    cursor: pointer;
  }

  .openMenuWhite {
    width: 26px;
    position: absolute;
    top: 51px;
    right: 30px;
    cursor: pointer;
  }
  #timedate {
    right: 75px;
  }
  div.fullMenu {
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100%;
    z-index: 80;
    width: 320px;
    background-color: #fff;
  }
  div.fullMenu a {
    font-size: 36px;
    font-family: var(--font-primary);
    color: var(--color-primary-text);
    text-decoration: none;
    transition: all 0.2s linear;
    display: block;
    line-height: 50px;
  }
  div.fullMenu a:hover {
    color: #4e84c4;
  }
  div.fullMenu .links {
    padding-top: 130px;
    padding-left: 50px;
  }
  div.fullMenu .closeButton {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 26px;
  }

  div.shadow {
    background-color: #000;
    z-index: 70;
    opacity: 0.3;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
  }

  header {
    height: 900px;
    position: relative;
  }
  header img.logo {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 217px;
  }
  header h1 {
    font-size: 80px;
    line-height: 110px;
    font-family: var(--font-primary);
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: 550px;
  }

  p {
    font-family: var(--font-primary);
    font-size: 18px;
    color: var(--color-primary-text);
    line-height: 30px;
  }

  .contentContainer {
    background-color: var(--color-background-grey);
    width: 100%;
    position: relative;
  }
  .contentContainer h2 {
    display: block;
    margin-left: 60px;
    margin-right: 60px;
    padding-top: 75px;
    padding-bottom: 75px;
    color: var(--color-primary-text);
    font-family: var(--font-primary);
    font-size: 36px;
    line-height: 50px;
    text-align: center;
  }
  .contentContainer h3.world {
    display: block;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 65px;
    padding-bottom: 65px;
    color: var(--color-primary-text);
    font-family: var(--font-primary);
    font-size: 36px;
    line-height: 50px;
    text-align: center;
  }
  .contentContainer .display {
    width: 92.1875%;
    margin: 0px auto;
    height: 560px;
    position: relative;
    margin-bottom: 68px;
  }
  .contentContainer .display .leftDisplay {
    position: absolute;
    left: 0px;
    top: 115px;
  }
  .contentContainer .display .leftImage {
    width: 370px;
    width: 50.1355%;
    height: 560px;
    background-image: url('../img/default/home_page/engineers.jpg');
    background-size: cover;
    background-position: center center;
  }
  .contentContainer .display .rightImage {
    width: 370px;
    width: 50.1355%;
    height: 560px;
    background-image: url('../img/default/home_page/progressive.jpg');
    background-size: cover;
    background-position: center center;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .contentContainer .display .rightDisplay {
    position: absolute;
    right: 0px;
    top: 115px;
  }
  .contentContainer .display .text {
    background-color: #fff;
    width: 395px;
    width: 74.52575%;
    height: 330px;
  }
  .contentContainer .display h3 {
    font-family: var(--font-primary);
    font-size: 36px;
    line-height: 50px;
    color: var(--color-primary-text);
    width: 75.92593%;
    margin: 0px auto;
    padding-top: 60px;
    margin-bottom: 0.75em;
  }
  .contentContainer .display p {
    width: 75.92593%;
    margin: 0px auto;
    font-family: var(--font-secondary);
    font-size: 18px;
    color: var(--color-primary-text);
    line-height: 30px;
  }
  .contentContainer .display p a {
    text-decoration: underline;
    color: var(--color-primary-text);
    font-family: var(--font-primary);
  }
  .contentContainer .buttonContainer {
    width: 100%;
    text-align: center;
  }
  .contentContainer .button {
    font-size: 18px;
    color: #ffffff;
    background-color: var(--color-primary-text);
    text-decoration: underline;
    font-style: italic;
    padding-left: 57px;
    padding-right: 57px;
    padding-top: 18px;
    padding-bottom: 17px;
    text-align: center;
  }
  .contentContainer .homeContactButton {
    padding-bottom: 80px;
  }

  footer {
    height: 420px;
  }
  footer p,
  footer a {
    font-family: var(--font-secondary) !important;
  }
  footer div.container {
    width: 100%;
    height: 100%;
    position: relative;
  }
  footer p.contact {
    position: absolute;
    left: 55px;
    top: 60px;
    text-align: center;
  }
  footer p.address {
    position: absolute;
    top: 60px;
    text-align: center;
    left: 39.90885%;
    width: 20.18229%;
    display: block;
    margin: 0px auto;
  }
  footer p.connect {
    position: absolute;
    right: 90px;
    top: 60px;
    text-align: center;
  }
  footer .social-media {
    right: 60px;
    left: auto;
  }
  footer p.legal {
    text-align: center;
    position: absolute;
    left: 60px;
    top: 275px;
    color: #b1b2b3;
    font-size: 14px;
    line-height: 1.3em;
  }
  footer p.copy {
    text-align: center;
    position: absolute;
    top: 330px;
    color: #b1b2b3;
    font-size: 14px;
    width: 100%;
  }
  footer a.elless {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 363px;
    color: #b1b2b3;
    font-size: 14px;
    text-decoration: none;
  }
  footer a.elless:hover {
    text-decoration: underline;
  }
  footer img.linkedIn {
    opacity: 1;
    width: 95px;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
  }
  footer img.linkedIn:hover {
    opacity: 0.6;
  }

  .aboutPage .headerImageContainer {
    background-image: url('../img/default/about_page/header.jpg');
  }
  .aboutPage .stripImageContainer {
    background-image: url('../img/default/about_page/strip.jpg');
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 500px;
  }
  .aboutPage .columnContainer p.para,
  .aboutPage .columnContainer ul,
  .aboutPage .sectorsContainer p.para,
  .aboutPage .sectorsContainer ul {
    font-family: var(--font-secondary);
    font-size: 18px;
    color: var(--color-primary-text);
    line-height: 31px;
    width: 325px;
    margin-bottom: 42px;
  }
  .aboutPage .columnContainer ul,
  .aboutPage .sectorsContainer ul {
    list-style-type: disc;
    margin-left: 20px;
  }
  .aboutPage .columnContainer {
    position: relative;
    width: 100%;
    background-color: var(--color-background-grey);
  }
  .aboutPage .columnContainer .leftColumn {
    width: 50%;
    float: left;
  }
  .aboutPage .columnContainer .leftColumn h1 {
    width: 100%;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 36px;
    color: var(--color-primary-text);
    padding-top: 1185px;
  }
  .aboutPage .columnContainer .rightColumn {
    width: 50%;
    float: left;
    padding-bottom: 77px;
  }
  .aboutPage .columnContainer .rightColumn h2 {
    font-family: var(--font-primary);
    font-size: 36px;
    color: var(--color-primary-text);
    padding-top: 80px;
    margin-bottom: 54px;
  }
  .aboutPage .columnContainer .rightColumn .scene {
    margin-top: 38px;
    margin-bottom: 78px;
    width: 355px;
  }
  .aboutPage .columnContainer .rightColumn .iso {
    margin-bottom: 35px;
    width: 315px;
  }
  .aboutPage .columnContainer .rightColumn .cibse {
    width: 110px;
  }
  .aboutPage .sectorsContainer {
    position: relative;
    width: 100%;
    background-color: var(--color-background-grey);
    padding-bottom: 80px;
  }
  .aboutPage .sectorsContainer div.textContainer {
    padding-left: 50%;
    width: 355px;
  }
  .aboutPage .sectorsContainer div.textContainer h1 {
    font-family: var(--font-primary);
    font-size: 36px;
    color: var(--color-primary-text);
    padding-top: 80px;
    margin-bottom: 54px;
  }

  .capabilitiesPage .headerImageContainer {
    background-image: url('../img/default/capabilities_page/header.jpg');
  }
  .capabilitiesPage .stripImageContainer {
    background-image: url('../img/default/capabilities_page/strip.jpg');
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 500px;
  }
  .capabilitiesPage .columnContainer p.para,
  .capabilitiesPage .columnContainer ul,
  .capabilitiesPage .sectorsContainer p.para,
  .capabilitiesPage .sectorsContainer ul {
    font-family: var(--font-secondary);
    font-size: 18px;
    color: var(--color-primary-text);
    line-height: 31px;
    width: 355px;
    margin-bottom: 42px;
  }
  .capabilitiesPage ul {
    list-style-type: disc;
    margin-left: 20px;
  }
  .capabilitiesPage .columnContainer {
    position: relative;
    width: 100%;
    background-color: var(--color-background-grey);
  }
  .capabilitiesPage .columnContainer .leftColumn {
    width: 50%;
    float: left;
  }
  .capabilitiesPage .columnContainer .leftColumn h1 {
    width: 100%;
    font-family: var(--font-primary);
    font-size: 36px;
    color: var(--color-primary-text);
    margin-left: 50px;
    padding-top: 3238px;
    line-height: 1.3em;
    max-width: 380px;
  }
  .capabilitiesPage .columnContainer .rightColumn {
    width: 50%;
    float: left;
    padding-top: 80px;
    padding-bottom: 37px;
  }
  .capabilitiesPage .columnContainer .rightColumn h2 {
    font-family: var(--font-primary);
    font-size: 36px;
    color: var(--color-primary-text);
    padding-top: 40px;
    margin-bottom: 54px;
  }
  .capabilitiesPage .columnContainer .rightColumn .scene {
    margin-top: 28px;
    margin-bottom: 78px;
    width: 355px;
  }
  .capabilitiesPage .sectorsContainer {
    position: relative;
    width: 100%;
    background-color: var(--color-background-grey);
    padding-bottom: 80px;
  }
  .capabilitiesPage .sectorsContainer div.textContainer {
    padding-left: 50%;
    width: 355px;
  }
  .capabilitiesPage .sectorsContainer div.textContainer h1 {
    font-family: var(--font-primary);
    font-size: 36px;
    color: var(--color-primary-text);
    padding-top: 80px;
    margin-bottom: 54px;
  }

  .teamPage .teamContainer {
    position: relative;
    width: 100%;
    background-color: var(--color-background-grey);
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .teamPage .profilesContainer {
    margin-left: 30px;
    margin-right: 30px;
  }
  .teamPage .profile {
    width: 48.5%;
    float: left;
    position: relative;
    margin-bottom: 20px;
    background-size: 100% 100%;
    background-position: center center;
    transition: all 0.25s linear;
    color: #fff;
  }
  .teamPage .profile:hover {
    background-size: 110% 110%;
  }
  .teamPage .profile:nth-of-type(2n + 1) {
    margin-right: 3%;
  }
  .teamPage .profile h1 {
    font-family: var(--font-primary);
    font-size: 26px;
    position: absolute;
    left: 40px;
    bottom: 80px;
  }
  .teamPage .profile h2 {
    font-family: var(--font-primary);
    font-style: italic;
    font-size: 18px;
    position: absolute;
    left: 40px;
    bottom: 50px;
    text-decoration: underline;
  }
  .teamPage .profile a {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 60;
  }

  .teamMemberPage {
    background-color: var(--color-background-grey);
  }
  .teamMemberPage .profileContainer {
    padding-top: 46px;
    padding-bottom: 80px;
  }
  .teamMemberPage .profileContainer .leftColumn {
    width: 43.48958%;
    margin-left: 6.51042%;
    float: left;
    padding-top: 30px;
  }
  .teamMemberPage .profileContainer .leftColumn h1 {
    font-size: 36px;
    font-family: var(--font-primary);
    color: var(--color-primary-text);
    margin-bottom: 48px;
  }
  .teamMemberPage .profileContainer .leftColumn h2 {
    font-size: 18px;
    font-family: var(--font-secondary);
    color: #4e84c4;
    margin-bottom: 40px;
  }
  .teamMemberPage .profileContainer .leftColumn p,
  .teamMemberPage .profileContainer .leftColumn ul {
    font-size: 18px;
    line-height: 26px;
    font-family: var(--font-secondary);
    color: var(--color-primary-text);
    margin-bottom: 42px;
  }
  .teamMemberPage .profileContainer .leftColumn ul {
    list-style-type: disc;
    padding-left: 15px;
  }
  .teamMemberPage .profileContainer .rightColumn {
    float: left;
    width: 50%;
  }
  .teamMemberPage .profileContainer .rightColumn img {
    width: 275px;
    margin-left: 55px;
  }

  .projectsPage {
    position: relative;
  }
  .projectsPage .projectsContainer {
    position: relative;
    width: 100%;
    background-color: var(--color-background-grey);
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .projectsPage .projects {
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
  }
  .projectsPage .profile {
    width: 48.5%;
    float: left;
    position: relative;
    margin-bottom: 20px;
    background-size: 100% 100%;
    background-position: center center;
    transition: all 0.25s linear;
    color: #fff;
  }
  .projectsPage .profile:hover {
    background-size: 110% 110%;
  }
  .projectsPage .profile:nth-of-type(2n + 1) {
    margin-right: 3%;
  }
  .projectsPage .profile h1 {
    font-family: var(--font-primary);
    font-size: 26px;
    position: absolute;
    left: 24px;
    bottom: 70px;
    line-height: 30px;
  }
  .projectsPage .profile h2 {
    font-family: var(--font-primary);
    font-style: italic;
    font-size: 18px;
    position: absolute;
    left: 24px;
    bottom: 40px;
    text-decoration: underline;
  }
  .projectsPage .profile a {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 60;
  }

  .projectPage {
    background-color: var(--color-background-grey);
  }
  .projectPage #projectButtonContainer {
    margin-top: 40px;
  }
  .projectPage .profileContainer {
    padding-bottom: 80px;
  }
  .projectPage .profileContainer .leftColumn {
    padding-top: 378px;
    width: 50%;
    float: left;
  }
  .projectPage .profileContainer .leftColumn .textContainer {
    width: 90%;
    margin-left: 35px;
    float: right;
    padding-left: 10px;
  }
  .projectPage .profileContainer .leftColumn h1 {
    font-size: 36px;
    font-family: var(--font-primary);
    color: var(--color-primary-text);
    margin-bottom: 48px;
  }
  .projectPage .profileContainer .leftColumn h2 {
    font-size: 18px;
    font-family: var(--font-secondary);
    color: #4e84c4;
    margin-bottom: 40px;
  }
  .projectPage .profileContainer .leftColumn p,
  .projectPage .profileContainer .leftColumn ul {
    font-size: 18px;
    line-height: 26px;
    font-family: var(--font-secondary);
    color: var(--color-primary-text);
    margin-bottom: 42px;
    margin-right: 30px;
  }
  .projectPage .profileContainer .leftColumn ul {
    list-style-type: disc;
    padding-left: 15px;
  }
  .projectPage .profileContainer .rightColumn {
    float: left;
    width: 50%;
    padding-top: 74px;
  }
  .projectPage .profileContainer .rightColumn h1 {
    font-size: 36px;
    font-family: var(--font-primary);
    color: var(--color-primary-text);
    margin-bottom: 48px;
    line-height: 1.25em;
  }
  .projectPage .profileContainer .rightColumn h2 {
    font-size: 18px;
    font-family: var(--font-secondary);
    color: #4e84c4;
    margin-bottom: 10px;
  }
  .projectPage .profileContainer .rightColumn p,
  .projectPage .profileContainer .rightColumn ul {
    font-size: 18px;
    line-height: 26px;
    font-family: var(--font-secondary);
    color: var(--color-primary-text);
    margin-bottom: 42px;
  }

  .contactPage .columnContainer {
    position: relative;
    width: 100%;
    background-color: var(--color-background-grey);
  }
  .contactPage .columnContainer .leftColumn {
    padding-top: 70px;
    width: 50%;
    float: left;
  }
  .contactPage .columnContainer .leftColumn .textContainer {
    float: right;
    width: 310px;
    margin-right: 25px;
  }
  .contactPage .columnContainer .leftColumn h1 {
    font-family: var(--font-primary);
    font-size: 36px;
    color: var(--color-primary-text);
    margin-bottom: 43px;
  }
  .contactPage .columnContainer .leftColumn h2 {
    color: #4e84c4;
    font-size: 18px;
    font-family: var(--font-secondary);
  }
  .contactPage .columnContainer .leftColumn p {
    color: var(--color-primary-text);
    font-size: 18px;
    font-family: var(--font-secondary);
    line-height: 31px;
    margin-bottom: 42px;
  }
  .contactPage .columnContainer .rightColumn {
    width: 50%;
    float: left;
    padding-bottom: 77px;
    padding-top: 247px;
  }
  .contactPage .columnContainer .rightColumn form {
    width: 355px;
  }
  .contactPage .columnContainer .rightColumn form input[type='text'] {
    width: 92%;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-style: none;
    margin-bottom: 17px;
    font-family: var(--font-primary);
    font-size: 18px;
  }
  .contactPage .columnContainer .rightColumn form textarea {
    font-size: 18px;
    width: 92%;
    height: 135px;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-style: none;
    margin-bottom: 17px;
    font-family: var(--font-primary);
  }
  .contactPage .columnContainer .rightColumn form input[type='button'] {
    border-style: none;
    font-style: italic;
    font-family: var(--font-primary);
  }
  .contactPage .columnContainer .rightColumn form p {
    font-family: var(--font-secondary);
    font-size: 18px;
    margin-top: 20px;
    color: #bbc1c3;
  }
  .contactPage .columnContainer .rightColumn h2 {
    font-family: var(--font-primary);
    font-size: 36px;
    color: var(--color-primary-text);
    padding-top: 80px;
    margin-bottom: 54px;
  }
  .contactPage .columnContainer .rightColumn .scene {
    margin-top: 78px;
    margin-bottom: 78px;
    width: 600px;
  }
  .contactPage .columnContainer .rightColumn .iso {
    margin-bottom: 35px;
    width: 315px;
  }
  .contactPage .columnContainer .rightColumn .cibse {
    width: 110px;
  }
  .contactPage .sectorsContainer {
    position: relative;
    width: 100%;
    background-color: var(--color-background-grey);
    padding-bottom: 60px;
  }
  .contactPage .sectorsContainer div.textContainer {
    padding-left: 50%;
    width: 550px;
  }
  .contactPage .sectorsContainer div.textContainer h1 {
    font-family: var(--font-primary);
    font-size: 36px;
    color: var(--color-primary-text);
    padding-top: 80px;
    margin-bottom: 54px;
  }

  .innerPage {
    padding-top: 80px;
  }
  .innerPage .headerImageContainer {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 500px;
  }
  .innerPage header.main {
    opacity: 0.9;
    height: 80px;
    width: 100%;
    background-image: none;
    background-color: #fdfefe;
    position: fixed;
    top: 0px;
    z-index: 66;
  }
  .innerPage header.main img.logo {
    position: absolute;
    top: 6px;
    left: 30px;
    width: 195px;
  }
  .innerPage .buttonContainer {
    width: 100%;
    text-align: center;
    margin-top: 66px;
  }
  .innerPage .button {
    font-size: 18px;
    color: #ffffff;
    background-color: var(--color-primary-text);
    text-decoration: underline;
    font-style: italic;
    font-family: var(--font-primary) !important;
    padding-left: 57px;
    padding-right: 57px;
    padding-top: 18px;
    padding-bottom: 17px;
    text-align: center;
  }

  header.main {
    background-image: url('../img/default/home_page/header.jpg');
  }

  .d320 {
    display: none;
  }
}
/*

    MOBILE

*/
@media all and (min-width: 320px) and (max-width: 767px) {
  /*
*/

  div.secondaryMenu {
    opacity: 0.9;
    height: 80px;
    width: 100%;
    background-image: none;
    background-color: #fdfefe;
    position: fixed;
    top: -80px;
    z-index: 66;
  }
  div.secondaryMenu img.logo {
    position: absolute;
    top: 6px;
    left: 25px;
    width: 195px;
  }

  .openMenuBlue {
    width: 26px;
    position: absolute;
    top: 31px;
    right: 25px;
    cursor: pointer;
  }
  #timedate {
    font-size: 11px;
    right: 70px;
    letter-spacing: -0.5px;
  }
  .openMenuWhite {
    width: 26px;
    position: absolute;
    top: 51px;
    right: 25px;
    cursor: pointer;
  }

  div.fullMenu {
    position: fixed;
    top: 0px;
    height: 100%;
    z-index: 80;
    width: 100%;
    background-color: #fff;
  }
  div.fullMenu a {
    font-size: 36px;
    font-family: var(--font-primary);
    color: var(--color-primary-text);
    text-decoration: none;
    transition: all 0.2s linear;
    display: block;
    line-height: 50px;
  }
  div.fullMenu a:hover {
    color: #4e84c4;
  }
  div.fullMenu .links {
    padding-left: 50px;
    padding-top: 128px;
  }
  div.fullMenu .closeButton {
    position: absolute;
    top: 30px;
    right: 25px;
    width: 26px;
  }

  div.shadow {
    background-color: #000;
    z-index: 70;
    opacity: 0.3;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
  }

  header {
    height: 520px;
    position: relative;
  }
  header img.logo {
    position: absolute;
    top: 20px;
    left: 25px;
    width: 217px;
  }
  header h1 {
    font-size: 46px;
    line-height: 58px;
    font-family: var(--font-primary);
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    width: 270px;
  }

  p {
    font-family: var(--font-primary);
    font-size: 18px;
    color: var(--color-primary-text);
    line-height: 30px;
  }

  .contentContainer {
    background-color: var(--color-background-grey);
    width: 100%;
    position: relative;
  }
  .contentContainer h2 {
    display: block;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 55px;
    padding-bottom: 55px;
    color: var(--color-primary-text);
    font-family: var(--font-primary);
    font-size: 26px;
    line-height: 36px;
    text-align: center;
  }
  .contentContainer h3.world {
    display: block;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 45px;
    padding-bottom: 45px;
    color: var(--color-primary-text);
    font-family: var(--font-primary);
    font-size: 26px;
    line-height: 36px;
    text-align: center;
  }
  .contentContainer .display {
    width: 84.375%;
    margin: 0px auto;
    position: relative;
    margin-bottom: 34px;
  }
  .contentContainer .display .leftImage {
    width: 100%;
    height: 260px;
    background-image: url('../img/320/home_page/engineers.jpg');
    background-size: cover;
    background-position: center center;
  }
  .contentContainer .display .rightImage {
    width: 100%;
    height: 260px;
    background-image: url('../img/320/home_page/progressive.jpg');
    background-size: cover;
    background-position: center center;
  }
  .contentContainer .display .text {
    background-color: #fff;
    width: 100%;
    padding-bottom: 1.5em;
  }
  .contentContainer .display .text p,
  .contentContainer .display .text h3 {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .contentContainer .display h3 {
    font-family: var(--font-primary);
    font-size: 26px;
    line-height: 36px;
    color: var(--color-primary-text);
    padding-top: 60px;
    margin-bottom: 0.75em;
  }
  .contentContainer .display p {
    margin: 0px auto;
    font-family: var(--font-secondary);
    padding-top: 1em;
    font-size: 18px;
    color: var(--color-primary-text);
    line-height: 30px;
  }
  .contentContainer .display p a {
    font-family: var(--font-primary);
    text-decoration: underline;
    color: var(--color-primary-text);
  }
  .contentContainer .buttonContainer {
    width: 100%;
    text-align: center;
  }
  .contentContainer .button {
    font-size: 18px;
    color: #ffffff;
    background-color: var(--color-primary-text);
    text-decoration: underline;
    font-style: italic;
    padding-left: 57px;
    padding-right: 57px;
    padding-top: 18px;
    padding-bottom: 17px;
    text-align: center;
  }
  .contentContainer .homeContactButton {
    padding-bottom: 60px;
  }

  footer {
    height: 758px;
  }
  footer p,
  footer a {
    font-family: var(--font-secondary) !important;
    text-align: center;
  }
  footer div.container {
    width: 100%;
    height: 100%;
    position: relative;
  }
  footer p.contact {
    padding-top: 40px;
  }
  footer p.connect {
    padding-top: 40px;
  }
  footer p.address {
    padding-top: 40px;
  }
  footer .social-media {
    top: auto;
    left: calc(50% - 60px);
  }
  footer p.copy {
    display: block;
    margin: 0px auto;
    width: 250px;
    color: #b1b2b3;
    font-size: 14px;
    padding-top: 40px;
  }
  footer a.elless {
    display: block;
    margin: 0px auto;
    margin-top: 20px;
    text-align: center;
    width: 250px;
    color: #b1b2b3;
    font-size: 14px;
    text-decoration: none;
  }
  footer a.elless:hover {
    text-decoration: underline;
  }
  footer p.legal {
    color: #b1b2b3;
    font-size: 14px;
    line-height: 1.3em;
    width: 95%;
    padding-left: 2.5%;
    padding-top: 50px;
  }
  footer img.linkedIn {
    width: 95px;
    display: block;
    margin: 0px auto;
    margin-top: 0px;
    margin-bottom: 20px;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
  }
  footer img.linkedIn:hover {
    opacity: 0.6;
  }

  .aboutPage .headerImageContainer {
    background-image: url('../img/320/about_page/header.jpg');
  }
  .aboutPage .stripImageContainer {
    background-image: url('../img/320/about_page/strip.jpg');
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 350px;
  }
  .aboutPage .columnContainer p.para,
  .aboutPage .columnContainer ul,
  .aboutPage .sectorsContainer p.para,
  .aboutPage .sectorsContainer ul {
    font-family: var(--font-secondary);
    font-size: 18px;
    color: var(--color-primary-text);
    line-height: 31px;
    margin-bottom: 42px;
    width: 84.375%;
    margin-left: 7.8125%;
  }
  .aboutPage .columnContainer ul,
  .aboutPage .sectorsContainer ul {
    padding-left: 7.8125%;
    list-style-type: disc;
    margin-left: 20px;
  }
  .aboutPage .columnContainer {
    position: relative;
    width: 100%;
    background-color: var(--color-background-grey);
  }
  .aboutPage .columnContainer .leftColumn {
    width: 100%;
    float: left;
  }
  .aboutPage .columnContainer .leftColumn h1 {
    margin-left: 7.8125%;
    width: 100%;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 26px;
    color: var(--color-primary-text);
    padding-top: 0px;
  }
  .aboutPage .columnContainer .rightColumn {
    width: 100%;
    float: left;
    padding-bottom: 0px;
  }
  .aboutPage .columnContainer .rightColumn h2 {
    margin-left: 7.8125%;
    font-family: var(--font-primary);
    font-size: 26px;
    color: var(--color-primary-text);
    padding-top: 60px;
    margin-bottom: 44px;
  }
  .aboutPage .columnContainer .rightColumn .scene {
    margin-top: 10px;
    margin-bottom: 0px;
    width: 84.375%;
    margin-left: 7.8125%;
  }
  .aboutPage .columnContainer .rightColumn .iso {
    margin-bottom: 35px;
    width: 270px;
    margin-left: 7.8125%;
  }
  .aboutPage .columnContainer .rightColumn .cibse {
    width: 110px;
    margin-left: 7.8125%;
    margin-bottom: 50px;
  }
  .aboutPage .sectorsContainer {
    position: relative;
    width: 84.375%;
    padding-left: 7.8125%;
    padding-right: 7.8125%;
    background-color: var(--color-background-grey);
    padding-bottom: 60px;
  }
  .aboutPage .sectorsContainer div.textContainer p,
  .aboutPage .sectorsContainer div.textContainer ul,
  .aboutPage .sectorsContainer div.textContainer h1 {
    width: 100%;
    margin-left: 0px !important;
  }
  .aboutPage .sectorsContainer div.textContainer h1 {
    font-family: var(--font-primary);
    font-size: 26px;
    color: var(--color-primary-text);
    padding-top: 60px;
    margin-bottom: 54px;
  }

  .capabilitiesPage .headerImageContainer {
    background-image: url('../img/320/capabilities_page/header.jpg');
  }
  .capabilitiesPage .stripImageContainer {
    background-image: url('../img/320/capabilities_page/strip.jpg');
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 350px;
  }
  .capabilitiesPage .columnContainer p.para,
  .capabilitiesPage .columnContainer ul,
  .capabilitiesPage .sectorsContainer p.para,
  .capabilitiesPage .sectorsContainer ul {
    font-family: var(--font-secondary);
    font-size: 18px;
    color: var(--color-primary-text);
    line-height: 31px;
    padding-bottom: 42px;
  }
  .capabilitiesPage ul {
    list-style-type: disc;
    margin-left: 20px;
  }
  .capabilitiesPage .columnContainer {
    position: relative;
    width: 84.375%;
    padding-left: 7.8125%;
    padding-right: 7.8125%;
    background-color: var(--color-background-grey);
  }
  .capabilitiesPage .columnContainer .leftColumn {
    width: 100%;
    float: left;
  }
  .capabilitiesPage .columnContainer .leftColumn h1 {
    font-family: var(--font-primary);
    font-size: 36px;
    color: var(--color-primary-text);
    padding-top: 1095px;
  }
  .capabilitiesPage .columnContainer .rightColumn {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 10px;
  }
  .capabilitiesPage .columnContainer .rightColumn h2 {
    font-family: var(--font-primary);
    font-size: 26px;
    color: var(--color-primary-text);
    padding-top: 30px;
    margin-bottom: 54px;
    line-height: 1.3em;
  }
  .capabilitiesPage .columnContainer .rightColumn h2.d320 {
    padding-top: 70px;
  }

  .capabilitiesPage .columnContainer .rightColumn .scene {
    width: 100%;
  }
  .capabilitiesPage .sectorsContainer {
    position: relative;
    width: 84.375%;
    padding-left: 7.8125%;
    padding-right: 7.8125%;
    background-color: var(--color-background-grey);
    padding-bottom: 60px;
  }
  .capabilitiesPage .sectorsContainer div.textContainer {
    width: 100%;
  }
  .capabilitiesPage .sectorsContainer div.textContainer h1 {
    font-family: var(--font-primary);
    font-size: 26px;
    color: var(--color-primary-text);
    padding-top: 80px;
    margin-bottom: 54px;
  }
  .capabilitiesPage .sectorsContainer div.textContainer ul {
    padding-bottom: 20px;
  }

  .teamPage .teamContainer {
    position: relative;
    width: 84.375%;
    padding-left: 7.8125%;
    padding-right: 7.8125%;
    background-color: var(--color-background-grey);
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .teamPage .profile {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
    background-size: 100% 100%;
    background-position: center center;
    transition: all 0.25s linear;
    color: #fff;
  }
  .teamPage .profile:hover {
    background-size: 110% 110%;
  }
  .teamPage .profile h1 {
    font-family: var(--font-primary);
    font-size: 26px;
    position: absolute;
    left: 30px;
    bottom: 60px;
  }
  .teamPage .profile h2 {
    font-family: var(--font-primary);
    font-style: italic;
    font-size: 18px;
    position: absolute;
    left: 30px;
    bottom: 30px;
    text-decoration: underline;
  }
  .teamPage .profile a {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 60;
  }

  .teamMemberPage {
    background-color: var(--color-background-grey);
  }
  .teamMemberPage .profileContainer {
    padding-top: 46px;
    padding-bottom: 80px;
  }
  .teamMemberPage .profileContainer .leftColumn {
    width: 84.375%;
    padding-left: 7.8125%;
    padding-right: 7.8125%;
  }
  .teamMemberPage .profileContainer .leftColumn h1 {
    font-size: 36px;
    font-family: var(--font-primary);
    color: var(--color-primary-text);
    margin-bottom: 48px;
  }
  .teamMemberPage .profileContainer .leftColumn h2 {
    font-size: 18px;
    font-family: var(--font-secondary);
    color: #4e84c4;
    margin-bottom: 40px;
  }
  .teamMemberPage .profileContainer .leftColumn p,
  .teamMemberPage .profileContainer .leftColumn ul {
    font-size: 18px;
    line-height: 26px;
    font-family: var(--font-secondary);
    color: var(--color-primary-text);
    margin-bottom: 42px;
  }
  .teamMemberPage .profileContainer .leftColumn ul {
    list-style-type: disc;
    padding-left: 15px;
  }
  .teamMemberPage .profileContainer .rightColumn {
    float: left;
    width: 84.375%;
    padding-left: 7.8125%;
    padding-right: 7.8125%;
    margin-bottom: 50px;
  }
  .teamMemberPage .profileContainer .rightColumn img {
    width: 100%;
  }

  .projectsPage {
    position: relative;
  }
  .projectsPage .projectsContainer {
    position: relative;
    width: 84.375%;
    padding-left: 7.8125%;
    padding-right: 7.8125%;
    background-color: var(--color-background-grey);
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .projectsPage .projects {
    position: relative;
    width: 100%;
  }
  .projectsPage .contactButtonContainer {
    margin-top: 40px !important;
  }
  .projectsPage .profile {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
    background-size: 100% 100%;
    background-position: center center;
    transition: all 0.25s linear;
    color: #fff;
  }
  .projectsPage .profile:hover {
    background-size: 110% 110%;
  }
  .projectsPage .profile h1 {
    font-family: var(--font-primary);
    font-size: 26px;
    position: absolute;
    left: 20px;
    bottom: 55px;
    line-height: 30px;
  }
  .projectsPage .profile h2 {
    font-family: var(--font-primary);
    font-style: italic;
    font-size: 18px;
    position: absolute;
    left: 20px;
    bottom: 25px;
    text-decoration: underline;
  }
  .projectsPage .profile a {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 60;
  }

  .projectPage {
    background-color: var(--color-background-grey);
  }
  .projectPage .profileContainer {
    padding-bottom: 80px;
    width: 100%;
  }
  .projectPage .profileContainer .leftColumn {
    padding-top: 18px;
    width: 84.375%;
    padding-left: 7.8125%;
    padding-right: 7.8125%;
    float: right;
  }
  .projectPage .profileContainer .leftColumn .textContainer {
    width: 100%;
    margin-left: 5%;
    float: right;
  }
  .projectPage .profileContainer .leftColumn h1 {
    font-size: 26px;
    font-family: var(--font-primary);
    color: var(--color-primary-text);
    margin-bottom: 48px;
  }
  .projectPage .profileContainer .leftColumn h2 {
    font-size: 18px;
    font-family: var(--font-secondary);
    color: #4e84c4;
    margin-bottom: 40px;
  }
  .projectPage .profileContainer .leftColumn p,
  .projectPage .profileContainer .leftColumn ul {
    font-size: 18px;
    line-height: 26px;
    font-family: var(--font-secondary);
    color: var(--color-primary-text);
    margin-bottom: 42px;
  }
  .projectPage .profileContainer .leftColumn ul {
    list-style-type: disc;
    padding-left: 15px;
  }
  .projectPage .profileContainer #projectButtonContainer {
    margin-top: 25px;
  }
  .projectPage .profileContainer .rightColumn {
    float: left;
    width: 84.375%;
    padding-left: 7.8125%;
    padding-right: 7.8125%;
    padding-top: 74px;
  }
  .projectPage .profileContainer .rightColumn h1 {
    font-size: 26px;
    font-family: var(--font-primary);
    color: var(--color-primary-text);
    margin-bottom: 48px;
    line-height: 1.25em;
  }
  .projectPage .profileContainer .rightColumn h2 {
    font-size: 18px;
    font-family: var(--font-secondary);
    color: #4e84c4;
    margin-bottom: 10px;
  }
  .projectPage .profileContainer .rightColumn p,
  .projectPage .profileContainer .rightColumn ul {
    font-size: 18px;
    line-height: 26px;
    font-family: var(--font-secondary);
    color: var(--color-primary-text);
    margin-bottom: 42px;
  }

  .contactPage .columnContainer {
    position: relative;
    width: 84.375%;
    padding-left: 7.8125%;
    padding-right: 7.8125%;
    background-color: var(--color-background-grey);
  }
  .contactPage .columnContainer .leftColumn {
    padding-top: 70px;
    width: 100%;
    float: left;
  }
  .contactPage .columnContainer .leftColumn .textContainer {
    float: right;
    width: 100%;
  }
  .contactPage .columnContainer .leftColumn h1 {
    font-family: var(--font-primary);
    font-size: 26px;
    color: var(--color-primary-text);
    margin-bottom: 43px;
  }
  .contactPage .columnContainer .leftColumn h2 {
    color: #4e84c4;
    font-size: 18px;
    font-family: var(--font-secondary);
  }
  .contactPage .columnContainer .leftColumn p {
    color: var(--color-primary-text);
    font-size: 18px;
    font-family: var(--font-secondary);
    line-height: 31px;
    margin-bottom: 42px;
  }
  .contactPage .columnContainer .rightColumn {
    width: 100%;
    float: left;
  }
  .contactPage .columnContainer .rightColumn form {
    width: 100%;
  }
  .contactPage .columnContainer .rightColumn form input[type='text'] {
    width: 92%;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-style: none;
    margin-bottom: 17px;
    font-family: var(--font-primary);
    font-size: 18px;
  }
  .contactPage .columnContainer .rightColumn form textarea {
    width: 92%;
    height: 135px;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-style: none;
    margin-bottom: 17px;
    font-family: var(--font-primary);
    font-size: 18px;
  }
  .contactPage .columnContainer .rightColumn form input[type='button'] {
    border-style: none;
    font-style: italic;
    font-family: var(--font-primary);
  }
  .contactPage .columnContainer .rightColumn form p {
    font-family: var(--font-secondary);
    font-size: 18px;
    margin-top: 20px;
    color: #bbc1c3;
  }
  .contactPage .columnContainer .rightColumn h2 {
    font-family: var(--font-primary);
    font-size: 36px;
    color: var(--color-primary-text);
    padding-top: 80px;
    margin-bottom: 54px;
  }

  .innerPage {
    padding-top: 80px;
  }
  .innerPage .headerImageContainer {
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    height: 400px;
  }
  .innerPage header.main {
    opacity: 0.9;
    height: 80px;
    width: 100%;
    background-image: none;
    background-color: #fdfefe;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 66;
  }
  .innerPage header.main img.logo {
    position: absolute;
    top: 6px;
    left: 25px;
    width: 195px;
  }
  .innerPage .buttonContainer {
    width: 100%;
    text-align: center;
    margin-top: 66px;
  }
  .innerPage .button {
    font-size: 18px;
    color: #ffffff;
    background-color: var(--color-primary-text);
    text-decoration: underline;
    font-style: italic;
    font-family: var(--font-primary) !important;
    padding-left: 57px;
    padding-right: 57px;
    padding-top: 18px;
    padding-bottom: 17px;
    text-align: center;
  }

  header.main {
    background-image: url('../img/320/home_page/header.jpg');
  }

  .default {
    display: none;
  }
}
.placeholder {
  width: 100%;
  pointer-events: none;
}

.italic {
  font-style: italic;
}

.clear {
  clear: both;
}

header.main {
  background-size: cover;
  background-position: center center;
}

input[type='submit'] {
  border-style: none;
}

footer {
  background-color: #fff;
}
footer a {
  color: #b1b2b3;
  font-size: 14px;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}

.closeButton {
  cursor: pointer;
}

.fullMenu,
.shadow {
  display: none;
}

.button {
  transition: background-color 0.25s linear;
}
.button:hover {
  background-color: #7d7e7f;
}

/*# sourceMappingURL=main.css.map */
