.material-icons {
  line-height: initial;
  color: initial; }

html {
  box-sizing: border-box; }

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

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
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 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent 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; }

/**
 * Address 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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
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.
 */
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.
 */
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.
 */
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; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
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.
 */
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; }

.color_white, .site-menu-link, .a.md-button.md-primary:not([disabled]) md-icon, .md-button.md-primary:not([disabled]) md-icon {
  color: #FFFFFF; }

.color_royal, h1, h3, md-tabs .md-tab {
  color: #051A36; }

.color_ash {
  color: #e7e6e5; }

.color_poppy {
  color: #32255f; }

.color_jam {
  color: #383056; }

.background_white {
  background-color: #FFFFFF; }

.background_royal {
  background-color: #051A36; }

.background_ash {
  background-color: #e7e6e5; }

.background_poppy {
  background-color: #32255f; }

.background_jam {
  background-color: #383056; }

.background_white-clear {
  background-color: rgba(255, 255, 255, 0.2);
  background-color: white; }

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased; }

body {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif; }

.text_align-left {
  text-align: left; }

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

.text_align-right {
  text-align: right; }

.text_bold {
  font-weight: 700; }

.text_medium, h2, .site-menu-link, md-tabs .md-tab, .md-button {
  font-weight: 600; }

.text_thin, h1 {
  font-weight: 100; }

.text_uppercase, h1, h3, .site-menu-link {
  text-transform: uppercase; }

.text_max-width {
  max-width: 76rem;
  margin: auto; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

h1, h4, h5, h6 {
  font-family: "ff-enzo-web", sans-serif; }

h1 {
  font-size: 4rem; }
  @media (min-width: 600px) {
    h1 {
      font-size: 5rem; } }

h2 {
  font-size: 3rem; }

h3 {
  font-size: 2.1rem; }

#site-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 50;
  max-height: 4.1rem;
  background-color: rgba(5, 26, 54, 0);
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.48, 0, 0.53, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.48, 0, 0.53, 0.99);
  transition-timing-function: cubic-bezier(0.48, 0, 0.53, 0.99); }
  #site-header.headroom--not-top {
    background-color: rgba(5, 26, 54, 0.9);
    box-shadow: rgba(0, 0, 0, 0.25) 0 3px 6px; }

.header_logo {
  width: 8rem; }

.site-menu-link {
  display: inline-block;
  font-size: 1.4rem; }
  .site-menu-link:not(.sidenav) {
    padding: 1rem 2rem; }

.footer_logo {
  width: 200px; }

#hero-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto; }

#site-hero {
  background-color: #051A36; }

@media (min-width: 600px) {
  #about {
    min-height: 100vh; } }

#about {
  background-color: #051A36; }

#site-hero {
  min-height: 50vh; }
  @media (min-width: 960px) {
    #site-hero {
      min-height: 100vh; } }

body {
  background-color: #051A36; }
  @media (min-width: 600px) {
    body {
      background-attachment: fixed;
      background-size: cover; } }

.hero_logo {
  pointer-events: none;
  width: 50rem;
  max-width: 80%;
  z-index: 1; }

.fadeIn {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; }
  .fadeIn.on-screen {
    opacity: 1; }

md-tabs .md-tab {
  color: #32255f !important; }
md-tabs md-ink-bar {
  background-color: #32255f !important; }

md-tabs-canvas.md-center-tabs {
  margin-bottom: 0; }

md-content {
  background-color: transparent; }

.music_iframe-playlist {
  max-width: 100%; }
  @media (min-width: 600px) {
    .music_iframe-playlist {
      height: 60rem;
      width: 60rem; } }

@media (min-width: 600px) {
  #aura iframe, #epicus iframe, .background_cinematic iframe, .background_sound_design iframe, .background_chill iframe, .background_misc iframe {
    z-index: 2; }
  #aura:before, #epicus:before, .background_cinematic:before, .background_sound_design:before, .background_chill:before, .background_misc:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: none;
    -webkit-filter: blur(5rem);
    filter: blur(5rem); } }

#aura {
  background-color: #030A18; }
  #aura:before {
    background-image: url("images/albums/aura.jpg"); }

#epicus {
  background-color: #000; }
  #epicus:before {
    background-image: url("images/albums/punchbox.jpg"); }

@media (min-width: 600px) {
  .background_cinematic {
    background-color: #98172F; }
    .background_cinematic:before {
      background-image: url("images/albums/cinematic.svg"); } }

@media (min-width: 600px) {
  .background_sound_design {
    background-color: #362358; }
    .background_sound_design:before {
      background-image: url("images/albums/sound-design.svg"); } }

@media (min-width: 600px) {
  .background_chill {
    background-color: #051A36; }
    .background_chill:before {
      background-image: url("images/albums/chill.svg"); } }

@media (min-width: 600px) {
  .background_misc {
    background-color: #131E08; }
    .background_misc:before {
      background-image: url("images/albums/misc.svg"); } }

.shadow_1, .whiteframe-1 {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); }

.whiteframe-1 {
  background-color: #FFFFFF; }

.divider_white {
  border-top-width: .1rem;
  border-top-color: #FFFFFF;
  width: 15rem;
  max-width: 90%;
  margin: auto; }

.divider_royal {
  border-top-width: .1rem;
  border-top-color: #051A36;
  width: 15rem;
  max-width: 90%;
  margin: auto; }

.img_full {
  width: 100%;
  display: block; }

.network_img {
  width: 8rem; }

.network_img-md {
  width: 15rem; }

.placement_thumbnail {
  padding: .5rem; }

.example_page-logo {
  width: 25rem;
  max-width: 50%; }
  .example_page-logo img {
    width: 100%; }

form[name="contactForm"] {
  max-width: 90%; }

md-input-container label, md-input-container .md-placeholder, md-input-container .md-input, md-input-container:not(.md-input-invalid).md-input-has-value label, md-input-container:not(.md-input-invalid).md-input-focused label {
  color: #FFFFFF !important; }

md-input-container .md-input {
  border-bottom: 1px solid #FFFFFF !important; }

.md-button.md-raised[disabled] {
  background-color: rgba(255, 255, 255, 0.5); }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

body, html {
  height: initial; }

img {
  max-width: 100%; }

.bump_clear-all {
  margin: 0; }

.bump_clear-left {
  margin-left: 0; }

.bump_clear-right {
  margin-right: 0; }

.bump_clear-top {
  margin-top: 0; }

.bump_clear-bottom {
  margin-bottom: 0; }

.bump_all-xs {
  margin: 1rem; }

.bump_all-xxs {
  margin: 1rem; }

.bump_all-sm {
  margin: 2rem; }

.bump_all-md {
  margin: 3rem; }

.bump_all-lg {
  margin: 4rem; }

.bump_all-xl {
  margin: 5rem; }

.bump_left-xs {
  margin-left: 1rem; }

.bump_left-xxs {
  margin-left: 1rem; }

.bump_left-sm {
  margin-left: 2rem; }

.bump_left-md {
  margin-left: 3rem; }

.bump_left-lg {
  margin-left: 4rem; }

.bump_left-xl {
  margin-left: 5rem; }

.bump_right-xxs {
  margin-right: 1rem; }

.bump_right-xs {
  margin-right: 1rem; }

.bump_right-sm {
  margin-right: 2rem; }

.bump_right-md {
  margin-right: 3rem; }

.bump_right-lg {
  margin-right: 4rem; }

.bump_right-xl {
  margin-right: 5rem; }

.bump_bottom-xxs {
  margin-bottom: 1rem; }

.bump_bottom-xs {
  margin-bottom: 1rem; }

.bump_bottom-sm {
  margin-bottom: 2rem; }

.bump_bottom-md {
  margin-bottom: 3rem; }

.bump_bottom-lg {
  margin-bottom: 4rem; }

.bump_bottom-xl {
  margin-bottom: 5rem; }

.bump_top-xxs {
  margin-top: 1rem; }

.bump_top-xs {
  margin-top: 1rem; }

.bump_top-sm {
  margin-top: 2rem; }

.bump_top-md {
  margin-top: 3rem; }

.bump_top-lg {
  margin-top: 4rem; }

.bump_top-xl {
  margin-top: 5rem; }

.swell_clear-left {
  padding-left: 0; }

.swell_clear-right {
  padding-right: 0; }

.swell_clear-top {
  padding-top: 0; }

.swell_clear-bottom {
  padding-bottom: 0; }

.swell_all-xxs {
  padding: 1rem; }

.swell_all-xs {
  padding: 1rem; }

.swell_all-sm {
  padding: 2rem; }

.swell_all-md, .whiteframe-1, .container.whiteframe-1 {
  padding: 3rem; }

.swell_all-lg {
  padding: 4rem; }

.swell_all-xl {
  padding: 5rem; }

.swell_top-xxs {
  padding-top: 1rem; }

.swell_top-xs {
  padding-top: 1rem; }

.swell_top-sm, .site-menu-link.sidenav {
  padding-top: 2rem; }

.swell_top-md {
  padding-top: 3rem; }

.swell_top-lg {
  padding-top: 4rem; }

.swell_top-xl {
  padding-top: 5rem; }

.swell_right-xxs {
  padding-right: 1rem; }

.swell_right-xs {
  padding-right: 1rem; }

.swell_right-sm {
  padding-right: 2rem; }

.swell_right-md, .site-menu-link.sidenav {
  padding-right: 3rem; }

.swell_right-lg {
  padding-right: 4rem; }

.swell_right-xl {
  padding-right: 5rem; }

.swell_bottom-xs {
  padding-bottom: 1rem; }

.swell_bottom-sm, .site-menu-link.sidenav {
  padding-bottom: 2rem; }

.swell_bottom-md {
  padding-bottom: 3rem; }

.swell_bottom-lg {
  padding-bottom: 4rem; }

.swell_bottom-xl {
  padding-bottom: 5rem; }

.swell_left-sxs {
  padding-left: 1rem; }

.swell_left-xs {
  padding-left: 1rem; }

.swell_left-sm {
  padding-left: 2rem; }

.swell_left-md, .site-menu-link.sidenav {
  padding-left: 3rem; }

.swell_left-lg {
  padding-left: 4rem; }

.swell_left-xl {
  padding-left: 5rem; }

.container {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .6rem;
  padding-right: .6rem;
  padding-top: .1rem;
  padding-bottom: .1rem; }
  @media (min-width: 1200px) {
    .container {
      padding-left: 0;
      padding-right: 0; } }

.container-lg {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .6rem;
  padding-right: .6rem;
  padding-top: .1rem;
  padding-bottom: .1rem; }
  @media (min-width: 1200px) {
    .container-lg {
      padding-left: 0;
      padding-right: 0; } }

.container-sm {
  max-width: 94rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .6rem;
  padding-right: .6rem;
  padding-top: .1rem;
  padding-bottom: .1rem; }
  @media (min-width: 1200px) {
    .container-sm {
      padding-left: 0;
      padding-right: 0; } }

.section_container {
  padding: 1.5rem .5rem; }
  @media (min-width: 1200px) {
    .section_container {
      padding: 5rem; } }

.height_full {
  min-height: 100vh; }

a {
  text-decoration: none;
  color: #051A36;
  outline: none; }

.icon-button img {
  width: 5rem;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.48, 0, 0.53, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.48, 0, 0.53, 0.99);
  transition-timing-function: cubic-bezier(0.48, 0, 0.53, 0.99); }
.icon-button:hover img, .icon-button:focus img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

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