body {
  font-size: 115%;
  font-family: "DIN Next W01";
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #000000;
  color: white; }

p, blockquote {
  margin-top: 0;
  font-weight: lighter; }
  p span.quoted, blockquote span.quoted {
    color: #666666; }
  p span.speaker, blockquote span.speaker {
    color: white; }

blockquote {
  margin-bottom: 1em !important; }

ul {
  list-style: square;
  padding-left: 1em; }

h1 {
  line-height: 1;
  text-transform: uppercase; }

h1.pagetitle {
  font-weight: lighter;
  font-size: 2.5em; }

h2 {
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 1.4rem; }

h4 {
  margin-bottom: 0; }

h4 + p {
  margin-top: 0.25em; }

h3 {
  font-weight: lighter;
  margin-bottom: 0;
  text-transform: uppercase; }

h3 + p {
  margin-top: 0.25em; }

img {
  margin: 0;
  padding: 0;
  border: 0; }

a {
  text-decoration: none;
  color: #ffd700; }

a.twitter, a.facebook, a.youtube {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url("/invictus/images/social_sprite.png"); }

a.twitter {
  background-position: 0 0; }
  a.twitter:hover {
    background-position: -24px 0; }

a.facebook {
  background-position: 0 -24px; }
  a.facebook:hover {
    background-position: -24px -24px; }

a.youtube {
  background-position: 0 -48px; }
  a.youtube:hover {
    background-position: -24px -48px; }

a.twitterbird {
  display: block;
  color: #5ea9dd;
  height: 24px;
  line-height: 28px;
  overflow: hidden;
  text-indent: 28px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("/invictus/images/twitterbird.png"); }
  a.twitterbird:hover {
    color: white;
    text-shadow: 0 0 5px white;
    background-position: 0 -32px; }

a.menu, a.social {
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url("/invictus/images/link_sprite.png"); }

a.menu {
  background-position: 0 0; }
  a.menu:hover, a.menu.showing {
    background-position: -32px 0; }

a.social {
  background-position: 0 -32px; }
  a.social:hover, a.social.showing {
    background-position: -32px -32px; }

figcaption {
  color: #999999; }

body.igf #masthead {
  position: fixed;
  overflow: hidden;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  padding: 4px 0 8px 0;
  background-color: black;
  border-bottom: 1px solid #999999;
  transition-property: height;
  transition-duration: 0.1s;
  transition-timing-function: ease-out; }
  body.igf #masthead header {
    position: relative;
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
    height: 100%; }
    body.igf #masthead header #nav_menu_head {
      display: none;
      float: right; }
    body.igf #masthead header #logo {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 180px;
      height: 75px;
      margin-top: 16px;
      margin-right: 0;
      z-index: 500;
      background-position: top left;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("/invictus/images/logo_transparent.png");
      transition-property: height width margin;
      transition-duration: 0.1s;
      transition-timing-function: ease-out; }
    body.igf #masthead header #nav {
      position: relative;
      display: inline-block;
      vertical-align: top;
      padding-top: 1px;
      margin-right: 20px;
      z-index: 400;
      height: 99%;
      overflow: hidden; }
      body.igf #masthead header #nav .section {
        display: inline-block;
        float: left;
        padding: 8px 0 0 36px; }
        body.igf #masthead header #nav .section a.head {
          display: inline-block;
          float: left;
          box-sizing: border-box;
          margin: 0;
          color: white;
          opacity: 0.9;
          border: 1px solid transparent; }
          body.igf #masthead header #nav .section a.head:after {
            content: "";
            display: table;
            clear: both; }
          body.igf #masthead header #nav .section a.head.quiet {
            color: #cccccc; }
          body.igf #masthead header #nav .section a.head.loud {
            color: #ffd700;
            opacity: 1; }
          body.igf #masthead header #nav .section a.head.showing {
            background-color: rgba(0, 0, 0, 0.75); }
          body.igf #masthead header #nav .section a.head:hover {
            color: white;
            opacity: 1;
            text-shadow: 0 0 5px white; }
        body.igf #masthead header #nav .section ul.detail {
          list-style: none;
          padding: 0;
          margin: 30px 0 0 0;
          max-width: 1px;
          clear: left; }
          body.igf #masthead header #nav .section ul.detail li {
            width: 200px; }
          body.igf #masthead header #nav .section ul.detail a {
            color: #999999; }
            body.igf #masthead header #nav .section ul.detail a:hover {
              color: white;
              text-shadow: 0 0 5px white; }
    body.igf #masthead header .links {
      position: relative;
      float: right;
      margin-top: 0;
      width: 94px; }
      body.igf #masthead header .links a {
        display: inline-block;
        margin: 10px 0 2px 4px; }
      body.igf #masthead header .links .detail {
        position: absolute;
        top: 55px;
        right: 0; }
body.igf main #top {
  position: relative;
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  margin-top: 160px; }
body.igf main #standfirst {
  font-size: 1.5em;
  line-height: 1.5; }
body.igf main section {
  margin: 1em 0; }
body.igf main section.hero {
  margin-top: 108px;
  margin-bottom: 0;
  max-height: 70vh; }
  body.igf main section.hero .picture {
    max-height: 70vh; }
    body.igf main section.hero .picture video {
      max-height: 70vh;
      object-fit: cover; }
  body.igf main section.hero .content h1 {
    font-size: 3.4em !important; }
body.igf main section.enquiry #enquire, body.igf main section.enquiry #confirmation {
  max-width: 800px; }
body.igf main section.links .built div.block a.block {
  opacity: 0.9; }
  body.igf main section.links .built div.block a.block span.caption {
    background-color: rgba(255, 215, 0, 0.75); }
  body.igf main section.links .built div.block a.block:hover {
    opacity: 1; }
    body.igf main section.links .built div.block a.block:hover span.caption {
      background-color: rgba(255, 215, 0, 0.96); }

#foot {
  margin-top: 6em;
  margin-bottom: 6em;
  border-top: 1px solid #ffd700; }
  #foot footer {
    position: relative;
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 1em; }
    #foot footer h3 {
      font-weight: normal;
      font-size: 1.7rem;
      margin: 0.5em 0; }
      #foot footer h3 a {
        color: white; }
        #foot footer h3 a:hover {
          color: #ffd700; }
      #foot footer h3 span.links {
        position: absolute;
        right: 0;
        top: -50px; }
    #foot footer p.footnote {
      font-size: 0.8rem;
      color: #999999;
      margin: 2em 0; }
    #foot footer .nav {
      margin-top: 1em; }
      #foot footer .nav:after {
        content: "";
        display: table;
        clear: both; }
      #foot footer .nav ul {
        position: relative;
        display: inline-block;
        float: left;
        width: 200px;
        margin-right: 32px;
        min-height: 100px;
        padding: 0;
        margin: 0;
        list-style: none; }
        #foot footer .nav ul li a {
          color: #cccccc; }
          #foot footer .nav ul li a:hover, #foot footer .nav ul li a.yellow {
            color: #ffd700; }
        #foot footer .nav ul li.head a {
          color: white; }
          #foot footer .nav ul li.head a:hover {
            color: #ffd700; }

#enquire {
  margin: 1em 0;
  min-height: 300px; }
  #enquire p span {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 3.5%; }
    #enquire p span:last-child {
      margin-right: 0; }
  #enquire p.message textarea {
    width: 99.5%;
    height: 200px; }
  #enquire p.robot {
    display: none; }

input[type="text"], input[type="email"], input[type="password"], textarea {
  -webkit-appearance: none;
  padding: 12px 16px;
  box-sizing: border-box;
  width: 100%;
  border: none;
  border-radius: 0;
  outline: none;
  font-family: "DIN Next W01";
  font-weight: lighter;
  font-size: 1.1rem;
  color: #333333;
  background-color: white;
  background-position: right 10px top 10px;
  background-repeat: no-repeat;
  background-image: url("/invictus/images/fieldsprite.png"); }
  input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #cccccc;
    font-size: 0.8rem; }
  input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
    color: #cccccc;
    font-size: 0.8rem; }
  input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #cccccc;
    font-size: 0.8rem; }
  input[type="text"].placeholder, input[type="email"].placeholder, input[type="password"].placeholder, textarea.placeholder {
    color: #cccccc;
    font-size: 0.8rem; }
  input[type="text"].valid, input[type="email"].valid, input[type="password"].valid, textarea.valid {
    background-position: right 22px top -82px; }
  input[type="text"].invalid, input[type="email"].invalid, input[type="password"].invalid, textarea.invalid {
    background-position: right 22px top -178px; }
  input[type="text"][disabled], input[type="email"][disabled], input[type="password"][disabled], textarea[disabled] {
    background-color: #333333;
    background-image: none; }
  input[type="text"].waiting, input[type="email"].waiting, input[type="password"].waiting, textarea.waiting {
    background-image: url("/invictus/images/spinner.gif");
    background-position: right 3px top 3px;
    background-repeat: no-repeat; }

input[type="submit"] {
  -webkit-appearance: none;
  font-weight: lighter;
  font-size: 1rem;
  padding: 12px 16px;
  margin: 0;
  border: none;
  background-color: #74b87a;
  color: white;
  outline: none;
  font-family: "DIN Next W01";
  font-weight: lighter;
  border: none;
  border-radius: 0; }
  input[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.75); }
  input[type="submit"].waiting {
    pointer-events: none;
    padding-left: 30px;
    background-color: #999999;
    background-position: 8px 12px;
    background-repeat: no-repeat;
    background-image: url("/invictus/images/spinner_on_grey.gif"); }
  input[type="submit"]:disabled {
    background-color: #666666;
    color: #cccccc;
    box-shadow: none; }

@media (max-height: 768px) {
  main section.hero {
    max-height: 480px; }
    main section.hero .picture video {
      max-height: 480px;
      object-fit: cover; } }
@media (max-width: 768px) {
  body.igf span.bigtext {
    font-size: 1.3rem !important; }
  body.igf #masthead {
    font-size: 1rem; }
    body.igf #masthead header #nav .section {
      padding: 12px 0 0 20px; }
    body.igf #masthead header .links {
      margin-right: -20px; }
  body.igf #main #standfirst {
    font-size: 1.3rem; }
  body.igf #foot footer nav ul {
    width: 33%;
    margin-right: 4%;
    margin-bottom: 4%; }
    body.igf #foot footer nav ul.second, body.igf #foot footer nav ul.fourth {
      margin-right: 0; }
    body.igf #foot footer nav ul.final {
      float: none;
      width: auto; } }
@media (max-width: 667px) {
  body.igf main #top {
    margin-top: 150px; }
  body.igf main h1.pagetitle {
    font-size: 2em; }
  body.igf main #standfirst {
    font-size: 1.2em; }
  body.igf main section.hero {
    margin-top: 64px; }
    body.igf main section.hero .content h1 {
      font-size: 2em !important; }
  body.igf #foot footer h3 {
    font-size: 1.3rem; }
  body.igf #foot footer .nav ul {
    width: 48%;
    margin: 0.5em 0; }
  body.igf #masthead {
    height: auto;
    max-height: 50px;
    transition: max-height 0.5s ease-out; }
    body.igf #masthead header #logo {
      width: 90px;
      height: 40px;
      margin-top: 10px; }
    body.igf #masthead header #links {
      display: none;
      margin-top: 20px; }
    body.igf #masthead header #nav_menu_head {
      display: block;
      padding: 2px; }
      body.igf #masthead header #nav_menu_head a.nav {
        display: block;
        width: 32px;
        height: 32px;
        cursor: pointer;
        padding: 24px 0; }
        body.igf #masthead header #nav_menu_head a.nav span, body.igf #masthead header #nav_menu_head a.nav span:before, body.igf #masthead header #nav_menu_head a.nav span:after {
          cursor: pointer;
          border-radius: 2px;
          height: 5px;
          width: 24px;
          background: #cccccc;
          position: absolute;
          display: block;
          content: "";
          transition: all 500ms ease-out; }
        body.igf #masthead header #nav_menu_head a.nav span:before {
          top: -8px; }
        body.igf #masthead header #nav_menu_head a.nav span:after {
          bottom: -8px; }
    body.igf #masthead header #nav {
      display: block;
      font-size: 1.1rem;
      padding-bottom: 12px;
      padding-top: 12px; }
      body.igf #masthead header #nav .section {
        margin: 0;
        padding: 0;
        clear: both; }
        body.igf #masthead header #nav .section.news {
          padding: 0; }
        body.igf #masthead header #nav .section a {
          padding: 6px; }
        body.igf #masthead header #nav .section a.head {
          display: block;
          float: none; }
          body.igf #masthead header #nav .section a.head + a.head {
            clear: left;
            margin-left: 0; }
        body.igf #masthead header #nav .section ul.detail {
          clear: left;
          padding-left: 12px;
          margin: 0;
          max-width: none; }
          body.igf #masthead header #nav .section ul.detail li {
            display: inline;
            max-width: none;
            float: none;
            margin: 0; }
    body.igf #masthead.menu {
      max-height: 100%; }
      body.igf #masthead.menu header #nav_menu_head a.nav span {
        background-color: transparent; }
      body.igf #masthead.menu header #nav_menu_head a.nav span:before {
        transform: rotate(45deg);
        top: 0;
        background-color: #ffd700;
        height: 3px; }
      body.igf #masthead.menu header #nav_menu_head a.nav span:after {
        transform: rotate(-45deg);
        top: 0;
        background-color: #ffd700;
        height: 3px; } }
