@import url("https://fonts.googleapis.com/css?family=Roboto:300,400");
/* Colours */
/* Elements */
body {
  background: #00003D;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif; }

h1, h2, h3 {
  color: #FF6600;
  font-weight: 400; }

h4 {
  color: #FF6600;
  font-weight: 300; }

.row:nth-child(odd) {
  background: #423A6A; }

dl dt {
  color: #FFC08B;
  font-weight: 300; }

dl dd {
  font-weight: 300; }

p a,
dd a {
  text-decoration: none;
  color: #FFC08B; }

p a:hover, p a:focus,
dd a:hover, dd a:focus {
  text-decoration: underline;
  color: #FFC08B; }

div.row p.source {
  color: #FF6600;
  font-weight: 400;
  font-size: 16px !important;
  padding-top: 1em; }

footer.row h2, footer.row p {
  font-size: 12px; }

footer.row h2 {
  font-weight: 800; }

footer.row p {
  font-weight: 300; }

/* General styles */
.hidden {
  display: none; }

p.faux-table span {
  display: inline-block;
  min-width: 80px; }

/* Navigation */
nav {
  z-index: 1030; }
  nav ul li {
    list-style: none;
    text-align: right; }
    nav ul li a {
      color: #FF6600;
      text-transform: uppercase; }
      nav ul li a:hover {
        color: #FFC08B; }
      nav ul li a:active {
        color: #FFC08B; }
  nav ul.icons li {
    height: 2em; }
    nav ul.icons li:last-child {
      height: auto; }

/* Header */
header.row {
  padding: 0;
  text-align: right;
  min-height: 640px;
  background-image: url("../images/nigel-hero-image2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1280px; }
  header.row div.col {
    padding-top: 210px;
    max-width: 45%; }
  header.row h1 {
    font-weight: 300;
    font-size: 64px;
    letter-spacing: 0;
    margin-bottom: -5px;
    font-style: italic; }
  header.row p {
    font-size: 16px;
    letter-spacing: 0;
    padding-right: 13px;
    font-weight: 400;
    color: #FFF1E6; }

/* Structure */
.container-fluid {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 576px) {
  .row-inner {
    max-width: 540px; } }

@media (min-width: 768px) {
  .row-inner {
    max-width: 720px; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none; }
  header.row {
    height: 668px;
    padding-top: 20px;
    text-align: center;
    background-position: 65% 20%;
    background-size: 1100px; }
    header.row div.col {
      padding-top: 0;
      max-width: 100%; }
    header.row h1 {
      font-size: 48px; }
    header.row p {
      font-size: 12px;
      padding-right: 0;
      padding-left: 70px; }
  nav {
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    transition: background-color 500ms;
    padding-bottom: 20px; }
    nav .hamburger {
      display: inline-block;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      background-position-x: right;
      background-size: contain;
      background-repeat: no-repeat;
      height: 20px;
      width: 25px;
      background-image: url(../images/hamburger-icon.svg); }
    nav ul {
      padding-left: 0;
      height: 0;
      overflow: hidden;
      transition: height 500ms; }
      nav ul li {
        text-align: left; }
    nav.open {
      background-color: #00003D;
      padding-top: 20px; }
      nav.open ul {
        height: auto;
        overflow: auto;
        display: inline-block; }
        nav.open ul.icons {
          margin-left: 20px; }
      nav.open .hamburger {
        height: 21px;
        width: 21px;
        background-image: url(../images/close-icon.svg); } }

@media (min-width: 992px) {
  nav {
    position: fixed;
    top: 40px;
    right: 40px; }
    nav .hamburger {
      display: none; }
  .row-inner {
    max-width: 960px; }
  div.col.left {
    max-width: calc(100% / 1280 * 280); }
  div.col.portrait-gallery {
    max-width: calc(100% / 1280 * 480); }
  div.col.text {
    max-width: calc(100% / 1280 * 360); }
    div.col.text.narrow {
      max-width: calc(100% / 1280 * 320); }
  .hidden-lg-up {
    display: none; } }

@media (min-width: 1200px) {
  .row-inner {
    max-width: 1140px; } }

@media (min-width: 1280px) {
  .row-inner {
    max-width: 1280px; } }

.row-inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-wrap: wrap; }

/* Columns */
.row {
  padding: 40px 0;
  margin: 0; }
  .row div.col img,
  .row div[class*="col-"] img {
    max-width: 100%; }
  .row div.col.left {
    padding-left: calc(100% / 1280 * 40);
    padding-right: calc(100% / 1280 * 40); }
  .row p, .row h3, .row h2 {
    font-size: 16px;
    margin-bottom: 1rem; }
  .row p {
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.2px; }
  .row h4 {
    font-size: 14px;
    margin-bottom: 1rem; }
  .row div.col.portrait-gallery {
    padding-left: 0;
    padding-right: 0; }
  .row div.col.text {
    padding-left: calc(100% / 1280 * 40);
    padding-right: calc(100% / 1280 * 40); }
  .row div.col.text dt,
  .row div.col.small-text dt {
    float: left;
    clear: left;
    max-width: 110px; }
  .row div.col.text dd,
  .row div.col.small-text dd {
    margin-left: 110px; }
  .row div.col.small-text h3 {
    margin-top: 2rem; }
    .row div.col.small-text h3:first-of-type {
      margin-top: 0; }
    .row div.col.small-text h3.extra-line-height {
      line-height: 2rem; }
    .row div.col.small-text h3.extra-padding-top {
      padding-top: 1rem; }
  .row div.col.small-text p {
    font-size: 14px;
    margin-bottom: 0.9rem; }
    .row div.col.small-text p span {
      font-size: 16px; }
  .row div.col.small-text dt, .row div.col.small-text dd {
    font-size: 14px; }
  .row div.col.small-text dd {
    margin-bottom: 0.3rem; }
  .row div.col.small-text.extra-line-height p {
    line-height: 1.4;
    letter-spacing: 0; }

/* Icons */
ul.icons a {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position-x: right;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 24px; }
  ul.icons a.facebook {
    background-image: url(../images/fb-icon.svg); }
  ul.icons a.linkedin {
    background-image: url(../images/LinkedIn-icon2.svg); }
  ul.icons a.email {
    background-image: url(../images/email-icon.svg);
    font-size: 0.6em; }

footer ul.icons {
  padding-left: 0; }
  footer ul.icons li {
    margin-left: 5px;
    list-style: none;
    display: inline-block; }
    footer ul.icons li:first-child {
      margin-left: 0; }
    footer ul.icons li a.email {
      font-size: 0.8em; }
