@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=Source+Sans+Pro&display=swap");
html {
  color: #021831;
  box-sizing: border-box;
  font-size: 62.5%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
}
img.highlight {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.grid {
  margin: 0 0 2rem 0;
}
.grid::after {
  content: "";
  display: table;
  clear: both;
}

.row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

[class*=col-] {
  float: left;
  padding-right: 2rem;
}
.grid [class*=col-]:last-of-type {
  padding-right: 0;
}

.col-2-3 {
  width: 66.66%;
}

.col-1-3 {
  min-width: 100%;
}
@media (min-width: 1000px) {
  .col-1-3 {
    min-width: 33%;
    width: 33.33%;
  }
}

.offset-1-3 {
  margin-left: 33.33%;
}

@media (min-width: 1000px) {
  .col-1-2 {
    width: 50%;
  }
}

.col-1-4 {
  width: 25%;
}

.offset-1-4 {
  margin-left: 25%;
}

.offset-1-6 {
  margin-left: 16.66%;
}

.col-1-8 {
  width: 12.5%;
}

.offset-1-12 {
  margin-left: 8.33%;
}

.col-pad {
  padding: 0 4rem 0 4rem;
}

/* Opt-in outside padding */
.grid-pad {
  padding: 2rem 0 2rem 2rem;
}
.grid-pad [class*=col-]:last-of-type {
  padding-right: 2rem;
}

.container {
  margin-left: 30px;
  margin-right: 30px;
  max-width: 1280px;
}
@media (min-width: 1340px) {
  .container {
    margin: 0 auto;
    max-width: 1280px;
  }
}
.container.small {
  max-width: 48rem;
}
.container.medium {
  max-width: 64rem;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

a {
  color: #133865;
  text-decoration: none;
}
a.report {
  text-align: center;
  font-size: 1.375rem;
}

.divider {
  min-height: 2px;
  width: 130px;
  margin: 0 auto;
}

p {
  font-weight: 200;
  font-size: 1.125rem;
  line-height: 1.8;
  margin-block-end: 1.5rem;
  margin-block-start: 1.5rem;
}
p.text-left {
  text-align: left;
}

ul {
  display: block;
}
ul li {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-left: 4rem;
}

* {
  font-family: "Source Sans Pro", sans-serif;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 600;
}

h2 {
  font-size: 2rem;
  line-height: 1.5;
}

h3 {
  font-size: 1.375rem;
  line-height: 1.5;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.5;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

.hero {
  padding: 10vh 0 10vh 0;
  min-height: 40rem;
  color: #021831;
}
.hero h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 67px;
  line-height: 80.4px;
}
@media (max-width: 1340px) {
  .hero h1 {
    font-size: 5vw;
    line-height: 6vw;
  }
}
.hero p {
  font-weight: 200;
  font-size: 2rem;
  line-height: 140%;
}

.wide-photo {
  margin: 0 auto;
  max-width: 1340px;
}

.whatwedo {
  margin: 10vh 0 10vh 0;
}
.whatwedo h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 4.8rem;
}
.whatwedo p {
  font-weight: 200;
  font-size: 2rem;
  line-height: 140%;
  max-width: 500px;
}

.wherewework {
  display: none;
  margin-top: 164px;
  margin-bottom: 150px;
}
@media (min-width: 1024px) {
  .wherewework {
    display: block;
  }
}
.wherewework h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 48px;
}
.wherewework p {
  font-weight: 200;
  font-size: 2rem;
  line-height: 140%;
}

.triplet {
  margin: 0 0 10vh 0;
}
.triplet span {
  font-size: 2rem;
  line-height: 140%;
}
.triplet h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 3rem;
}
.triplet p {
  font-weight: 200;
  font-size: 2rem;
  line-height: 140%;
}

.photo-block {
  background-color: #f1f1f1;
  padding: 10vh 0 10vh 0;
}
.photo-block h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 4.8rem;
}
.photo-block p {
  font-weight: 200;
  font-size: 2rem;
  line-height: 140%;
  margin-bottom: 5rem;
}
@media (min-width: 1000px) {
  .photo-block p {
    margin-right: 6rem;
  }
}
.photo-block .photo {
  position: relative;
  top: -83px;
}
@media (max-width: 1000px) {
  .photo-block .photo {
    display: none;
  }
}
.photo-block ul li {
  font-weight: 200;
  font-size: 2rem;
  line-height: 140%;
}

.text-block {
  margin-top: 10rem;
  margin-bottom: 7.5rem;
}
.text-block h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 53.6px;
}
@media (max-width: 1340px) {
  .text-block h1 {
    font-size: 4vw;
  }
}
.text-block p {
  font-weight: 200;
  font-size: 2rem;
  line-height: 140%;
}

.meet-the-team {
  margin-bottom: 15rem;
}
.meet-the-team .employees {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 7.5rem;
  column-gap: 5rem;
}
.meet-the-team .employees .person img {
  width: 335px;
  height: 355px;
  margin-bottom: 20px;
}
.meet-the-team .employees .person .name {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
.meet-the-team .employees .person .title {
  font-weight: 200;
  font-size: 2rem;
  line-height: 140%;
}

.contact {
  padding-top: 164px;
  padding-bottom: 164px;
  background: #f1f1f1;
}
.contact h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  margin-bottom: 100px;
}
.contact label {
  font-size: 20px;
  line-height: 120%;
  display: block;
}
.contact input[type=text], .contact input[type=email] {
  background: #f1f1f1;
  border: none;
  border-bottom: 2px solid #021831;
  font-weight: 200;
  font-size: 2rem;
  line-height: 140%;
  min-width: 40%;
  margin-bottom: 20px;
}
.contact textarea {
  height: 1.5em;
  background: #f1f1f1;
  border: none;
  border-bottom: 2px solid #021831;
  font-weight: 200;
  font-size: 2rem;
  line-height: 140%;
  min-width: 40%;
  margin-bottom: 20px;
}
.contact input::placeholder {
  color: #a0a0a0;
}

.blog-entry {
  margin-top: 150px;
  margin-bottom: 150px;
}
.blog-entry p {
  font-weight: 200;
  font-size: 2rem;
  line-height: 140%;
}
.blog-entry p.ingress {
  font-weight: 800;
}
.blog-entry p b {
  font-weight: 800;
}
.blog-entry blockquote {
  font-weight: 200;
  font-size: 2rem;
  line-height: 140%;
}
.blog-entry h2 {
  font-size: 3rem;
}

.quote {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: top;
}
.quote .mark {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 200px;
}
.quote .text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 30px;
}

.vspace {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.vspace.short {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.push, footer {
  height: 241px;
  clear: both;
}

.wrapper {
  min-height: 100%;
  margin-bottom: -241px;
}

html, body {
  height: 100%;
  margin: 0;
}

footer {
  color: white;
  background: #021831;
  width: 100%;
  display: table;
  padding-top: 1rem;
  padding-bottom: 4rem;
}
footer .container {
  display: table-cell;
  vertical-align: middle;
}
footer a {
  color: white;
  text-decoration: none;
}
footer ul {
  list-style-type: none;
  padding: 0;
}
footer ul li {
  font-size: 18px;
  line-height: 140%;
  margin: 0;
}
footer img {
  margin-left: 150px;
}

* html footer {
  position: absolute;
  top: expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+"px");
}

.button {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  background-color: #4E4596;
  display: inline-block;
  padding: 0.75em 1.5em;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 0.3125em;
  transition: all 0.3s ease;
}
.button.green {
  background-color: green;
  border-color: green;
}
.button.amber {
  background-color: #f59725;
  border-color: #f59725;
}
.button.red {
  background-color: crimson;
  border-color: crimson;
}

.breadcrumbs {
  float: right;
}
.breadcrumbs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li {
  display: inline;
}

.tender {
  margin-top: 4rem;
}
.tender .description {
  background-color: #f1f1f1;
  margin: 2rem;
  padding: 2rem;
}

table.table {
  font-size: 1.2em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-collapse: collapse;
  padding: 20px;
}
table.table caption {
  font-size: 1.4em;
}
table.table tbody tr:first-of-type {
  border-bottom-color: #4E4596;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
table.table tbody tr.red {
  background: #ffcccc;
}
table.table tbody tr.amber {
  background: #fff5d7;
}
table.table tbody th {
  color: #4E4596;
  text-align: left;
}
table.table tbody th, table.table tbody td {
  padding: 6px;
}

.more-items {
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2rem;
}
.more-items .news-item {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 4rem;
}

.project {
  color: #021831;
  margin-bottom: 10rem;
}
.project ul {
  list-style: none;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 140%;
}
.project ul li {
  display: inline;
}
.project ul li:first-of-type {
  margin-left: 0px;
  background: #f1f1f1;
  padding: 8px 35px 8px 35px;
}
.project h2 {
  margin-top: 34px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 5.9rem;
  color: #021831;
}
.project p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 140%;
}

.project-sidebar {
  margin-right: 10em;
  min-width: 256px;
  color: #021831;
}
.project-sidebar h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 3em;
  line-height: 1em;
}
.project-sidebar ul {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 2em;
  line-height: 2em;
  list-style: none;
}
.project-sidebar ul li {
  line-height: 1em;
  margin: 7px 0;
}

.project-container {
  display: flex;
}

.job-spec h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 30px;
}
.job-spec li p {
  display: inline;
}

nav .nav-container {
  justify-content: space-between;
  align-items: center;
}
nav .nav-container .logotype {
  display: none;
}
@media (min-width: 768px) {
  nav .nav-container {
    display: flex;
    min-height: 14rem;
  }
  nav .nav-container .logotype {
    display: inline;
  }
}
nav .nav-container .hamburger {
  display: block;
  width: 100%;
}
nav .nav-container .hamburger img {
  display: block;
  margin: 0 0 0 auto;
  padding: 2rem;
  align: right;
}
@media (min-width: 768px) {
  nav .nav-container .hamburger {
    display: none;
  }
}
nav.grid {
  margin: 0 0 0 0;
}
nav ul.navbar {
  display: block;
  list-style-type: none;
  padding: 0;
  margin-right: 3rem;
  margin-left: 3rem;
  font-size: 1.8rem;
  line-height: 140%;
  background: white;
}
@media (min-width: 768px) {
  nav ul.navbar {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
}
nav ul.navbar li {
  font-size: 1.8rem;
  margin: 0 auto 0 auto;
  display: block;
}
@notmobile {
  nav ul.navbar li {
    padding: 0 4rem 0 0;
    display: inline;
  }
}
nav ul.navbar a {
  text-decoration: none;
  color: #021831;
}

.timesheet-report {
  border-collapse: collapse;
  font-size: 12px;
  width: 100%;
}
.timesheet-report th, .timesheet-report td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}
.timesheet-report th {
  background-color: #f2f2f2;
  font-weight: bold;
}
.timesheet-report tr:nth-child(even) {
  background-color: #f2f2f2;
}
.timesheet-report tr:hover {
  background-color: #ddd;
}
.timesheet-report .deliverable-name {
  font-weight: bold;
}
.timesheet-report .date-column {
  min-width: 100px;
}
.timesheet-report td:last-child,
.timesheet-report th:last-child,
.timesheet-report tr:last-child td {
  font-weight: 700;
  background-color: #bbb;
}

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