/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.hidden {
  display: none !important; }

.img-responsive {
  display: block;
  width: 100%; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }

  .visible-xs {
    display: block !important; } }
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.15); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.15); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1);
    opacity: 1; } }
html {
  font-size: 1em;
  box-sizing: border-box; }

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

html, body {
  max-width: 100%;
  overflow-x: hidden; }

body {
  background-color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #333; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif; }

h1, h2, h3, h4 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2; }

h1 {
  margin-top: 0;
  font-size: 3.157em; }

h2 {
  font-size: 2.369em; }

h3 {
  font-size: 1.777em; }

h4 {
  font-size: 1.333em; }

p {
  margin-top: 0;
  margin-bottom: 1.3em; }

a {
  color: #050070; }
  a:visited {
    color: #050070; }

video {
  display: block;
  width: 100%; }

small, .font-small {
  font-size: 0.75em; }

.font-large {
  font-size: 1.333em; }

section {
  position: relative;
  text-align: center; }
  section.has-divider-bottom {
    padding-bottom: 3.157em; }
  section.has-divider-top {
    padding-top: 1.333em; }
  section .section-title {
    margin-top: 0;
    padding-top: 1.414em; }
    section .section-title.section-title-bottom {
      padding-top: 0; }
    section .section-title.has-jobs-above {
      padding-top: 1em; }
  section .section-image {
    height: 150px;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 15% center; }
    section .section-image.image-asa {
      background-image: url(../img/ASABanner.jpg); }
    section .section-image.image-spin {
      background-image: url(../img/StBBanner.jpg); }
    section .section-image.image-team {
      background-image: url(../img/Team-desat.jpg); }
    @media (min-width: 340px) {
      section .section-image {
        height: 250px; } }
    @media (min-width: 768px) {
      section .section-image {
        height: 280px; } }
    @media (min-width: 996px) {
      section .section-image {
        height: 300px; } }
    @media (min-width: 1200px) {
      section .section-image {
        height: 380px; } }
  section .section-paragraph {
    max-width: 550px;
    margin: 0 auto 1.3em;
    padding-left: 0.5em;
    padding-right: 0.5em; }
  section .section-footnote {
    color: white;
    text-shadow: 0 0 2px #050070; }

.section-divider {
  position: absolute;
  top: -2.5em;
  z-index: 1;
  width: 100%;
  background: #050070;
  height: 2.5em; }
  @media (min-width: 340px) {
    .section-divider {
      top: -3.4em;
      height: 3.5535em; }
      .section-divider.divider-bottom {
        top: auto;
        bottom: -3.2em; } }
  .section-divider.divider-bottom {
    top: auto;
    bottom: -2.3em; }
    .section-divider.divider-bottom.tilt-left {
      transform-origin: 0 0; }
    .section-divider.divider-bottom.tilt-right {
      transform-origin: 100% 0; }
    @media (min-width: 340px) {
      .section-divider.divider-bottom {
        bottom: -3.2em; } }
  .section-divider.tilt-left {
    box-sizing: content-box;
    padding-right: 2%;
    margin-left: -1%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-0.7deg);
    transform: rotate(-0.7deg); }
  .section-divider.tilt-right {
    margin-left: -1%;
    width: 102%;
    -ms-transform-origin: 1% 100%;
    -webkit-transform-origin: 1% 100%;
    transform-origin: 1% 100%;
    -webkit-transform: rotate(0.7deg);
    transform: rotate(0.7deg); }

.lead-section {
  position: relative;
  background: url(../img/video-fallback.jpg) no-repeat top center;
  background-size: cover;
  text-align: center;
  width: 100%;
  height: 60vh;
  min-height: 230px;
  border-bottom: 3px solid #050070; }
  @media (min-width: 768px) {
    .lead-section {
      height: auto; } }

.play-pause {
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: 2em;
  color: white; }
  .play-pause i {
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    .play-pause i:hover {
      opacity: 1; }

.branding {
  position: absolute;
  width: auto;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .branding i {
    font-size: 1.5em;
    color: white;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px; }
    .branding i:hover {
      text-shadow: 0 0 2px white; }
    @media (min-width: 1200px) {
      .branding i {
        font-size: 2.369em;
        margin-right: 0.33em;
        margin-left: 0.33em; } }
    @media (min-width: 1400px) {
      .branding i {
        font-size: 3.157em;
        margin-right: 0.33em;
        margin-left: 0.33em; } }

#logo {
  width: 60px; }
  @media (min-width: 768px) {
    #logo {
      width: 100px;
      margin-bottom: 0.25em; } }
  @media (min-width: 996px) {
    #logo {
      width: 115px;
      margin-bottom: 0.5em; } }
  @media (min-width: 1200px) {
    #logo {
      width: 130px;
      margin-bottom: 1em; } }
  @media (min-width: 1400px) {
    #logo {
      width: 200px;
      margin-bottom: 1em; } }

.portrait-mobile #logo {
  width: 100px; }

.statement {
  color: rgba(255, 255, 255, 1);
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 3px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  padding-left: 1em;
  padding-right: 1em;
  margin: 0 auto 0.5em;
  max-width: 550px;
  font-size: 1em;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }
  @media (min-width: 330px) {
    .statement {
      font-size: 1.333em; } }
  @media (min-width: 996px) {
    .statement {
      font-size: 1.777em; } }
  @media (min-width: 1200px) {
    .statement {
      max-width: 700px;
      font-size: 2.369em; } }
  @media (min-width: 1400px) {
    .statement {
      max-width: 900px;
      font-size: 3.157em; } }

.divider:after {
  display: block;
  content: '';
  width: 33%;
  max-width: 150px;
  border-bottom: 1px solid white;
  margin: 0 auto 0.75rem; }
  @media (min-width: 400px) {
    .divider:after {
      margin: 0 auto 1.3em; } }
.divider.divider-dark:after {
  border-bottom-color: #242424; }
.divider.divider-light:after {
  border-bottom-color: #242424; }

.zigzag {
  padding-bottom: 3.157em; }
  .zigzag:after {
    background: linear-gradient(-45deg, #efefef 16px, transparent 0), linear-gradient(45deg, #efefef 16px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32px; }

.svg-logo-bg {
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  opacity: 0;
  animation: bounceIn 0.5s 1.4s ease-in-out forwards;
  -webkit-animation: bounceIn 0.5s 1.4s ease-in-out forwards;
  animation-iteration-count: 1; }

.svg-logo-dashed-line {
  animation: fadeIn 0.07s 1s ease-out forwards;
  -webkit-animation: fadeIn 0.07s 1s ease-out forwards;
  animation-iteration-count: 1;
  opacity: 0; }
  .svg-logo-dashed-line:nth-child(1) {
    -webkit-animation-delay: 0.525s;
    -moz-animation-delay: 0.525s;
    -o-animation-delay: 0.525s;
    animation-delay: 0.525s; }
  .svg-logo-dashed-line:nth-child(2) {
    -webkit-animation-delay: 0.55s;
    -moz-animation-delay: 0.55s;
    -o-animation-delay: 0.55s;
    animation-delay: 0.55s; }
  .svg-logo-dashed-line:nth-child(3) {
    -webkit-animation-delay: 0.575s;
    -moz-animation-delay: 0.575s;
    -o-animation-delay: 0.575s;
    animation-delay: 0.575s; }
  .svg-logo-dashed-line:nth-child(4) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .svg-logo-dashed-line:nth-child(5) {
    -webkit-animation-delay: 0.625s;
    -moz-animation-delay: 0.625s;
    -o-animation-delay: 0.625s;
    animation-delay: 0.625s; }
  .svg-logo-dashed-line:nth-child(6) {
    -webkit-animation-delay: 0.65s;
    -moz-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
    animation-delay: 0.65s; }
  .svg-logo-dashed-line:nth-child(7) {
    -webkit-animation-delay: 0.675s;
    -moz-animation-delay: 0.675s;
    -o-animation-delay: 0.675s;
    animation-delay: 0.675s; }
  .svg-logo-dashed-line:nth-child(8) {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s; }
  .svg-logo-dashed-line:nth-child(9) {
    -webkit-animation-delay: 0.725s;
    -moz-animation-delay: 0.725s;
    -o-animation-delay: 0.725s;
    animation-delay: 0.725s; }
  .svg-logo-dashed-line:nth-child(10) {
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    animation-delay: 0.75s; }
  .svg-logo-dashed-line:nth-child(11) {
    -webkit-animation-delay: 0.775s;
    -moz-animation-delay: 0.775s;
    -o-animation-delay: 0.775s;
    animation-delay: 0.775s; }
  .svg-logo-dashed-line:nth-child(12) {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s; }
  .svg-logo-dashed-line:nth-child(13) {
    -webkit-animation-delay: 0.825s;
    -moz-animation-delay: 0.825s;
    -o-animation-delay: 0.825s;
    animation-delay: 0.825s; }
  .svg-logo-dashed-line:nth-child(14) {
    -webkit-animation-delay: 0.85s;
    -moz-animation-delay: 0.85s;
    -o-animation-delay: 0.85s;
    animation-delay: 0.85s; }
  .svg-logo-dashed-line:nth-child(15) {
    -webkit-animation-delay: 0.875s;
    -moz-animation-delay: 0.875s;
    -o-animation-delay: 0.875s;
    animation-delay: 0.875s; }
  .svg-logo-dashed-line:nth-child(16) {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s; }
  .svg-logo-dashed-line:nth-child(17) {
    -webkit-animation-delay: 0.925s;
    -moz-animation-delay: 0.925s;
    -o-animation-delay: 0.925s;
    animation-delay: 0.925s; }
  .svg-logo-dashed-line:nth-child(18) {
    -webkit-animation-delay: 0.95s;
    -moz-animation-delay: 0.95s;
    -o-animation-delay: 0.95s;
    animation-delay: 0.95s; }
  .svg-logo-dashed-line:nth-child(19) {
    -webkit-animation-delay: 0.975s;
    -moz-animation-delay: 0.975s;
    -o-animation-delay: 0.975s;
    animation-delay: 0.975s; }
  .svg-logo-dashed-line:nth-child(20) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s; }
  .svg-logo-dashed-line:nth-child(21) {
    -webkit-animation-delay: 1.025s;
    -moz-animation-delay: 1.025s;
    -o-animation-delay: 1.025s;
    animation-delay: 1.025s; }
  .svg-logo-dashed-line:nth-child(22) {
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    animation-delay: 1.05s; }
  .svg-logo-dashed-line:nth-child(23) {
    -webkit-animation-delay: 1.075s;
    -moz-animation-delay: 1.075s;
    -o-animation-delay: 1.075s;
    animation-delay: 1.075s; }
  .svg-logo-dashed-line:nth-child(24) {
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    animation-delay: 1.1s; }
  .svg-logo-dashed-line:nth-child(25) {
    -webkit-animation-delay: 1.125s;
    -moz-animation-delay: 1.125s;
    -o-animation-delay: 1.125s;
    animation-delay: 1.125s; }
  .svg-logo-dashed-line:nth-child(26) {
    -webkit-animation-delay: 1.15s;
    -moz-animation-delay: 1.15s;
    -o-animation-delay: 1.15s;
    animation-delay: 1.15s; }
  .svg-logo-dashed-line:nth-child(27) {
    -webkit-animation-delay: 1.175s;
    -moz-animation-delay: 1.175s;
    -o-animation-delay: 1.175s;
    animation-delay: 1.175s; }
  .svg-logo-dashed-line:nth-child(28) {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s; }
  .svg-logo-dashed-line:nth-child(29) {
    -webkit-animation-delay: 1.225s;
    -moz-animation-delay: 1.225s;
    -o-animation-delay: 1.225s;
    animation-delay: 1.225s; }
  .svg-logo-dashed-line:nth-child(30) {
    -webkit-animation-delay: 1.25s;
    -moz-animation-delay: 1.25s;
    -o-animation-delay: 1.25s;
    animation-delay: 1.25s; }
  .svg-logo-dashed-line:nth-child(31) {
    -webkit-animation-delay: 1.275s;
    -moz-animation-delay: 1.275s;
    -o-animation-delay: 1.275s;
    animation-delay: 1.275s; }
  .svg-logo-dashed-line:nth-child(32) {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s; }
  .svg-logo-dashed-line:nth-child(33) {
    -webkit-animation-delay: 1.325s;
    -moz-animation-delay: 1.325s;
    -o-animation-delay: 1.325s;
    animation-delay: 1.325s; }
  .svg-logo-dashed-line:nth-child(34) {
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    animation-delay: 1.35s; }
  .svg-logo-dashed-line:nth-child(35) {
    -webkit-animation-delay: 1.375s;
    -moz-animation-delay: 1.375s;
    -o-animation-delay: 1.375s;
    animation-delay: 1.375s; }
  .svg-logo-dashed-line:nth-child(36) {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    animation-delay: 1.4s; }

.svg-logo-knapnok-letter {
  animation: fadeIn 0.02s ease-in-out forwards;
  -webkit-animation: fadeIn 0.02s ease-in-out forwards;
  animation-iteration-count: 1;
  opacity: 0; }
  .svg-logo-knapnok-letter:nth-of-type(1) {
    -webkit-animation-delay: 1.95s;
    -moz-animation-delay: 1.95s;
    -o-animation-delay: 1.95s;
    animation-delay: 1.95s; }
  .svg-logo-knapnok-letter:nth-of-type(2) {
    -webkit-animation-delay: 2.05s;
    -moz-animation-delay: 2.05s;
    -o-animation-delay: 2.05s;
    animation-delay: 2.05s; }
  .svg-logo-knapnok-letter:nth-of-type(3) {
    -webkit-animation-delay: 2.15s;
    -moz-animation-delay: 2.15s;
    -o-animation-delay: 2.15s;
    animation-delay: 2.15s; }
  .svg-logo-knapnok-letter:nth-of-type(4) {
    -webkit-animation-delay: 2.25s;
    -moz-animation-delay: 2.25s;
    -o-animation-delay: 2.25s;
    animation-delay: 2.25s; }
  .svg-logo-knapnok-letter:nth-of-type(5) {
    -webkit-animation-delay: 2.35s;
    -moz-animation-delay: 2.35s;
    -o-animation-delay: 2.35s;
    animation-delay: 2.35s; }
  .svg-logo-knapnok-letter:nth-of-type(6) {
    -webkit-animation-delay: 2.45s;
    -moz-animation-delay: 2.45s;
    -o-animation-delay: 2.45s;
    animation-delay: 2.45s; }

.svg-logo-knapnok-letter-path {
  animation: fadeIn 0.02s ease-in-out forwards;
  -webkit-animation: fadeIn 0.02s ease-in-out forwards;
  animation-iteration-count: 1;
  opacity: 0; }
  .svg-logo-knapnok-letter-path:nth-of-type(1) {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    animation-delay: 1.4s; }
  .svg-logo-knapnok-letter-path:nth-of-type(2) {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s; }
  .svg-logo-knapnok-letter-path:nth-of-type(3) {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s; }
  .svg-logo-knapnok-letter-path:nth-of-type(4) {
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    -o-animation-delay: 1.7s;
    animation-delay: 1.7s; }
  .svg-logo-knapnok-letter-path:nth-of-type(5) {
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    -o-animation-delay: 1.8s;
    animation-delay: 1.8s; }
  .svg-logo-knapnok-letter-path:nth-of-type(6) {
    -webkit-animation-delay: 1.9s;
    -moz-animation-delay: 1.9s;
    -o-animation-delay: 1.9s;
    animation-delay: 1.9s; }
  .svg-logo-knapnok-letter-path:nth-of-type(7) {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s; }
  .svg-logo-knapnok-letter-path:nth-of-type(8) {
    -webkit-animation-delay: 2.1s;
    -moz-animation-delay: 2.1s;
    -o-animation-delay: 2.1s;
    animation-delay: 2.1s; }
  .svg-logo-knapnok-letter-path:nth-of-type(9) {
    -webkit-animation-delay: 2.2s;
    -moz-animation-delay: 2.2s;
    -o-animation-delay: 2.2s;
    animation-delay: 2.2s; }
  .svg-logo-knapnok-letter-path:nth-of-type(10) {
    -webkit-animation-delay: 2.3s;
    -moz-animation-delay: 2.3s;
    -o-animation-delay: 2.3s;
    animation-delay: 2.3s; }
  .svg-logo-knapnok-letter-path:nth-of-type(11) {
    -webkit-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    -o-animation-delay: 2.4s;
    animation-delay: 2.4s; }
  .svg-logo-knapnok-letter-path:nth-of-type(12) {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s; }
  .svg-logo-knapnok-letter-path:nth-of-type(13) {
    -webkit-animation-delay: 2.6s;
    -moz-animation-delay: 2.6s;
    -o-animation-delay: 2.6s;
    animation-delay: 2.6s; }
  .svg-logo-knapnok-letter-path:nth-of-type(14) {
    -webkit-animation-delay: 2.7s;
    -moz-animation-delay: 2.7s;
    -o-animation-delay: 2.7s;
    animation-delay: 2.7s; }
  .svg-logo-knapnok-letter-path:nth-of-type(15) {
    -webkit-animation-delay: 2.8s;
    -moz-animation-delay: 2.8s;
    -o-animation-delay: 2.8s;
    animation-delay: 2.8s; }
  .svg-logo-knapnok-letter-path:nth-of-type(16) {
    -webkit-animation-delay: 2.9s;
    -moz-animation-delay: 2.9s;
    -o-animation-delay: 2.9s;
    animation-delay: 2.9s; }
  .svg-logo-knapnok-letter-path:nth-of-type(17) {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s; }
  .svg-logo-knapnok-letter-path:nth-of-type(18) {
    -webkit-animation-delay: 3.1s;
    -moz-animation-delay: 3.1s;
    -o-animation-delay: 3.1s;
    animation-delay: 3.1s; }
  .svg-logo-knapnok-letter-path:nth-of-type(19) {
    -webkit-animation-delay: 3.2s;
    -moz-animation-delay: 3.2s;
    -o-animation-delay: 3.2s;
    animation-delay: 3.2s; }

.svg-logo-games-letter {
  animation: bounceInDown 1s 2.2s ease-in-out forwards;
  -webkit-animation: bounceInDown 1s 2.2s ease-in-out forwards;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.awards-list {
  margin: 0 auto;
  padding: 0;
  list-style-type: none; }
  @media (min-width: 768px) {
    .awards-list {
      max-width: 740px; } }
  @media (min-width: 1220px) {
    .awards-list {
      max-width: 1115px; } }
  .awards-list h4 {
    margin-top: 0; }
  .awards-list p {
    margin: 0; }
  .awards-list li {
    position: relative;
    margin: 1em auto 1.5em;
    max-width: 320px; }
    @media (min-width: 768px) {
      .awards-list li {
        float: left;
        max-width: 100%;
        margin-left: 5%;
        width: 40%;
        margin-right: 5%; } }
    @media (min-width: 1220px) {
      .awards-list li {
        float: none;
        width: auto;
        max-width: 300px;
        display: inline-block;
        margin: 1em 70px 1.5em; } }
    .awards-list li:before, .awards-list li:after {
      display: block;
      content: '';
      position: absolute;
      width: 22px;
      height: 52px;
      background-size: 22px 52px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      /* @media (min-width: 768px) {
         width: 36px;
         height: 82px;
         background-size: 56px 82px;
       }*/ }
      @media (min-width: 340px) {
        .awards-list li:before, .awards-list li:after {
          width: 36px;
          height: 82px;
          background-size: 56px 82px; } }
    .awards-list li:before {
      left: 5px;
      background: url(../img/Award-left.svg) no-repeat; }
      @media (min-width: 340px) {
        .awards-list li:before {
          left: -22px; } }
      @media (min-width: 1220px) {
        .awards-list li:before {
          left: -50px; } }
    .awards-list li:after {
      right: 5px;
      background: url(../img/Award-right.svg) no-repeat; }
      @media (min-width: 340px) {
        .awards-list li:after {
          right: -22px; } }
      @media (min-width: 1220px) {
        .awards-list li:after {
          right: -50px; } }

.press-section {
  background: #efefef;
  padding-bottom: 5em; }
  .press-section blockquote {
    display: block;
    margin: 0 auto;
    max-width: 360px; }
    @media (min-width: 768px) {
      .press-section blockquote {
        max-width: 50%;
        width: 50%;
        float: left; }
        .press-section blockquote:last-child {
          margin: 0 auto;
          float: none; } }
    @media (min-width: 996px) {
      .press-section blockquote {
        width: 33.33333%; }
        .press-section blockquote:last-child {
          margin: 0;
          float: left; } }

.press-container {
  margin: 0 auto;
  max-width: 800px; }
  @media (min-width: 996px) {
    .press-container {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center;
      max-width: 1140px; } }

blockquote {
  margin: 1.5em 20px;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D"; }
  blockquote:before {
    color: #050070;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em; }
  blockquote p {
    color: #050070; }

.contact-section {
  padding-bottom: 3.157em; }

.link-external .fa {
  margin-left: 5px; }

.team-image {
  border-bottom: 1px solid #050070; }

.games-section {
  padding-bottom: 5em; }

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