/*----------------------------------------------------------------------------------------------------------*/
/* VARIABLES																	  						  	*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*	RESET																		  						  	*/
/*----------------------------------------------------------------------------------------------------------*/
/* RESET EVERYTHING (except lists) */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, abbr, address,
cite, code, del, dfn, em, img, ins,
kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot,
thead, tr, th, td, article, aside,
canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav,
section, summary, time, mark,
audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/*------------------------------------------------------------------------------------------------------------*/
/*  MIXINS                                                                                                    */
/*------------------------------------------------------------------------------------------------------------*/
/*  Usage:
			@include placeholder {
			    font-style:italic;
			    color: white;
			    font-weight:100;
			}
	*/
/* Usage: @include font-size(2.2); */
/* Usage: @include staggered_transitions($nth:1,$items:1,$initial:0,$step:0) */
/*----------------------------------------------------------------------------------------------------------*/
/* TYPE                                                                                                   */
/*----------------------------------------------------------------------------------------------------------*/
.text-yellow {
  color: #F7B500; }

h1, h2, h3,
h4, h5, h6 {
  font-weight: 100;
  margin: 0;
  padding: 3px 0 0; }

h1, .styleAsH1 {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 30px;
  line-height: 3rem; }

h2, .styleAsH2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 22px;
  line-height: 2.2rem; }

h3, .styleAsH3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  margin-top: 20px; }

h1 + p,
section + p {
  padding-top: 0; }

p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 300;
  padding-top: 2rem; }

strong {
  font-weight: 700; }

/*----------------------------------------------------------------------------------------------------------*/
/*	HELPER																		  						  	*/
/*----------------------------------------------------------------------------------------------------------*/
.responsive,
.responsive-image {
  width: 100%;
  height: auto; }

.noPadding {
  padding: 0 !important; }

.hidden {
  display: none; }

/*----------------------------------------------------------------------------------------------------------*/
/*	DEFAULTS															  						  	  	  	*/
/*----------------------------------------------------------------------------------------------------------*/
article, aside, details,
figcaption, figure,
footer, header, hgroup,
menu, nav {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #F0F0F0;
  margin: 1em 0;
  padding: 0; }

img {
  -ms-interpolation-mode: bicubic; }

address {
  font-style: normal;
  padding-bottom: 1em; }

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  a:hover, a:active, a:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: underline; }
  a img {
    border: 0;
    vertical-align: middle;
    -moz-backface-visibility: hidden; }

ul,
ol {
  margin: 0 auto;
  padding: 0;
  padding-left: 20px; }

ol {
  list-style-type: decimal; }

nav ol,
nav ul,
nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif; }

q,
blockquote {
  quotes: none; }
  q:before, q:after,
  blockquote:before,
  blockquote:after {
    content: '';
    content: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #ccc;
  cursor: help; }

sub {
  vertical-align: sub;
  font-size: smaller; }

sup {
  vertical-align: super;
  font-size: smaller; }

small {
  font-size: 85%; }

.ie7 .radioLabel, .ie7 .checkBoxLabel,
.ie8 .radioLabel, .ie8 .checkBoxLabel,
.ie9 .radioLabel, .ie9 .checkBoxLabel {
  vertical-align: top; }

/*----------------------------------------------------------------------------------------------------------*/
/*	ACCESSIBILITY																  						  	*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*	ACCORDION																	  						  	*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*	BREADCRUMBS																	  						  	*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*	BUTTONS																		  						  	*/
/*----------------------------------------------------------------------------------------------------------*/
.carousel-full-screen-closeIcon {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  z-index: 1000;
  opacity: 0;
  transition: all 1s linear;
  border: 1px solid white;
  background: rgba(0, 0, 0, 0.7); }
  .carousel-full-screen-closeIcon.active {
    opacity: 1; }

/*----------------------------------------------------------------------------------------------------------*/
/*	CAROUSEL																	  						  	*/
/*----------------------------------------------------------------------------------------------------------*/
.carousel-full-screen {
  margin: 0;
  padding: 0;
  background: #000000; }
  .carousel-full-screen .slide {
    position: relative; }
    .carousel-full-screen .slide img {
      height: 100vh;
      width: 100vw;
      object-fit: cover;
      opacity: 0.9; }

.projectNameContainer {
  z-index: 2000;
  position: absolute;
  bottom: -50px;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition-delay: 1s;
  transition: all 0.75s ease-in; }
  .projectNameContainer.active {
    bottom: 80px;
    opacity: 1; }
    @media (min-width: 37.5em) {
      .projectNameContainer.active {
        bottom: 80px; } }
  .projectNameContainer p, .projectNameContainer a {
    display: inline-block;
    color: #fff;
    border: 1px solid white;
    text-align: center;
    background: rgba(0, 0, 0, 0.75);
    padding: 15px 15px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    max-width: 75%; }
    @media (min-width: 37.5em) {
      .projectNameContainer p, .projectNameContainer a {
        padding: 15px 40px;
        font-size: 30px;
        font-size: 3rem;
        line-height: 39px;
        line-height: 3.9rem; } }

/*----------------------------------------------------------------------------------------------------------*/
/* COLOURS & BACKGROUNDS    													  						  	*/
/*----------------------------------------------------------------------------------------------------------*/
.bkgnd-light-grey {
  background-color: #F0F0F0; }

.bkgnd-dark-grey {
  background-color: #343434; }

.bkgnd-yellow {
  background-color: #F7B500; }

.bkgnd-blue {
  background-color: #000A50; }

.radial-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.500438) 0%, rgba(0, 212, 255, 0) 100%); }

/*----------------------------------------------------------------------------------------------------------*/
/* ANIMATION & EFFECTS         													  						  	*/
/*----------------------------------------------------------------------------------------------------------*/
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.animBarContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 1000;
  margin: 0;
  padding: 0px; }
  .animBarContainer .animBar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }

/*----------------------------------------------------------------------------------------------------------*/
/*	FOOTER																		  						  	*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*	HEADER																		  						  	*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*	ICONS																		  						  	*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*	LISTS																		  						  	*/
/*----------------------------------------------------------------------------------------------------------*/
.no-bullets {
  margin: 0;
  padding: 0;
  padding-top: 1em;
  list-style: none; }
  .no-bullets li {
    margin: 0;
    padding: 0;
    list-style: none; }

.square-bullets {
  margin: 0;
  padding-top: 1em;
  list-style-type: square; }
  .square-bullets li {
    margin: 0;
    padding: 0; }

.client-list:after {
  content: "";
  display: table;
  clear: both; }

@media (min-width: 48em) {
  .client-list li {
    float: left;
    width: 50%;
    padding-right: 10px; } }

@media (min-width: 73.75em) {
  .client-list li {
    width: 33.3%;
    padding-right: 10px; } }

/*----------------------------------------------------------------------------------------------------------*/
/*	LOGO MENU CONTAINER															  						  	*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*	NAVIGATION																	  						  	*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*	SPOTLIGHTS																	  						  	*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*	VIDEO EMBED																	  						  	*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/* STRUCTURE																	  						  	*/
/*----------------------------------------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100; }

html {
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 62.5%;
  height: 100vh;
  min-height: 100vh;
  overflow-x: hidden; }
  html.lt-ie9 {
    overflow-x: visible; }

body {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 19px;
  line-height: 1.9rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  min-width: 320px; }
  .lt-ie9 body {
    min-width: 1180px;
    overflow-x: visible; }

.page-wrap {
  position: relative;
  z-index: 1000; }

.width-screen {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%; }
  .width-screen:after {
    content: "";
    display: table;
    clear: both; }

.width-page {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1180px;
  width: 90%; }
  .width-page:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 48em) {
    .width-page {
      width: 95%; } }
  @media (min-width: 73.75em) {
    .width-page {
      width: 100%; } }

.full-height {
  height: 100vh; }

.half {
  width: 50%;
  float: left; }

.third {
  width: 33.3%;
  float: left; }

.quarter {
  width: 25%;
  float: left; }

.centerCenter {
  display: flex;
  align-items: center;
  justify-content: center; }

/*----------------------------------------------------------------------------------------------------------*/
/*	FORMS																  						  	  	  	*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*	LISTING																		  						  	*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/* HOMEPAGE																	  						  	*/
/*----------------------------------------------------------------------------------------------------------*/
.homepage .centerContentArea {
  width: 90%; }
  @media (min-width: 48em) {
    .homepage .centerContentArea {
      width: 50%; } }

.homepage .svg-container {
  display: block; }

.homepage .icon-container {
  margin: 30px auto 0;
  display: flex;
  justify-content: center; }
  @media (min-width: 48em) {
    .homepage .icon-container {
      margin: 80px auto 0; } }
  .homepage .icon-container .icon {
    margin: 0 10px; }
    .homepage .icon-container .icon a {
      display: block; }
    .homepage .icon-container .icon svg {
      width: 40px;
      height: 40px;
      stroke: white;
      stroke-width: 3;
      fill: white; }
      .homepage .icon-container .icon svg.noFill {
        fill: none; }
      @media (min-width: 48em) {
        .homepage .icon-container .icon svg {
          width: 70px;
          height: 70px; } }

.homepage .staggered-fade {
  animation-name: fade-in;
  animation-fill-mode: both;
  animation-duration: 1s; }
  .homepage .staggered-fade:nth-of-type(1) {
    animation-delay: 1s; }
  .homepage .staggered-fade:nth-of-type(2) {
    animation-delay: 1.5s; }
  .homepage .staggered-fade:nth-of-type(3) {
    animation-delay: 2s; }
  .homepage .staggered-fade:nth-of-type(4) {
    animation-delay: 2.5s; }

.homepage .radial-bkgnd-fade {
  animation-name: fade-in;
  animation-fill-mode: both;
  animation-duration: 5s; }
  .homepage .radial-bkgnd-fade:nth-of-type(1) {
    animation-delay: 2s; }

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