@charset "UTF-8";
html {
  box-sizing: border-box; }

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

html {
  box-sizing: border-box; }

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

.centered-navigation {
  background-color: #005092;
  border-bottom: none;
  margin-bottom: 1.618em;
  box-shadow: 0 1px 3px #2c2c2c;
  min-height: 80px;
  width: 100%;
  z-index: 9999; }
  .centered-navigation .mobile-logo {
    display: inline;
    float: left;
    max-height: 80px;
    padding-left: 1em; }
    .centered-navigation .mobile-logo img {
      max-height: 80px;
      opacity: 0.6;
      padding: 0.8em 0; }
    @media screen and (min-width: 53.75em) {
      .centered-navigation .mobile-logo {
        display: none; } }
  .centered-navigation .centered-navigation-mobile-menu {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    float: right;
    line-height: 80px;
    margin: 0;
    padding-right: 1em;
    text-decoration: none;
    text-transform: uppercase; }
    @media screen and (min-width: 53.75em) {
      .centered-navigation .centered-navigation-mobile-menu {
        display: none; } }
    .centered-navigation .centered-navigation-mobile-menu:focus, .centered-navigation .centered-navigation-mobile-menu:hover {
      color: white; }
  .centered-navigation .centered-navigation-wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 999; }
    .centered-navigation .centered-navigation-wrapper::after {
      clear: both;
      content: "";
      display: block; }
    .centered-navigation .centered-navigation-wrapper::after {
      clear: both;
      content: "";
      display: block; }
  .centered-navigation ul.centered-navigation-menu {
    width: 100%;
    clear: both;
    display: none;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    -webkit-transform-style: preserve-3d;
    float: right;
    z-index: 99999; }
    .centered-navigation ul.centered-navigation-menu.show {
      display: block; }
    @media screen and (min-width: 53.75em) {
      .centered-navigation ul.centered-navigation-menu {
        display: block;
        text-align: center;
        width: unset; } }
  @media screen and (min-width: 53.75em) {
    .centered-navigation .nav-link:first-child {
      margin-left: 2.2em; } }
  .centered-navigation ul li.nav-link {
    background: #005092;
    display: block;
    line-height: 80px;
    overflow: hidden;
    padding-right: 1em;
    text-align: right;
    width: 100%;
    z-index: 9999; }
    .centered-navigation ul li.nav-link a {
      color: rgba(255, 255, 255, 0.7);
      display: inline-block;
      outline: none;
      text-decoration: none; }
      .centered-navigation ul li.nav-link a:focus, .centered-navigation ul li.nav-link a:hover {
        color: white; }
    @media screen and (min-width: 53.75em) {
      .centered-navigation ul li.nav-link {
        background: transparent;
        display: inline;
        line-height: 80px; }
        .centered-navigation ul li.nav-link a {
          padding-right: 20px; } }
  .centered-navigation li.logo.nav-link {
    display: none;
    line-height: 0; }
    @media screen and (min-width: 53.75em) {
      .centered-navigation li.logo.nav-link {
        display: inline; } }
  .centered-navigation .logo img {
    margin-bottom: -0.66667em;
    max-height: 2em;
    opacity: 0.6; }
  .centered-navigation li.more.nav-link {
    padding-right: 0; }
    @media screen and (min-width: 53.75em) {
      .centered-navigation li.more.nav-link {
        padding-right: 1em; } }
    .centered-navigation li.more.nav-link > ul > li:first-child a {
      padding-top: 1em; }
    .centered-navigation li.more.nav-link a {
      margin-right: 1em; }
    .centered-navigation li.more.nav-link > a {
      padding-right: 0.6em; }
    .centered-navigation li.more.nav-link > a::after {
      position: absolute;
      top: auto;
      right: -0.4em;
      bottom: auto;
      left: auto;
      color: rgba(255, 255, 255, 0.7);
      content: "\25BE"; }
  .centered-navigation li.more {
    overflow: visible;
    padding-right: 0; }
    .centered-navigation li.more a {
      padding-right: 1em; }
    .centered-navigation li.more > a {
      padding-right: 1.6em;
      position: relative; }
      @media screen and (min-width: 53.75em) {
        .centered-navigation li.more > a {
          margin-right: 1em; } }
      .centered-navigation li.more > a::after {
        content: "›";
        font-size: 1.2em;
        position: absolute;
        right: 0.5em; }
    .centered-navigation li.more:focus > .submenu, .centered-navigation li.more:hover > .submenu {
      display: block; }
    @media screen and (min-width: 53.75em) {
      .centered-navigation li.more {
        padding-right: 1em;
        position: relative; } }
  .centered-navigation ul.submenu {
    display: none;
    padding-left: 0; }
    @media screen and (min-width: 53.75em) {
      .centered-navigation ul.submenu {
        right: 1em;
        position: absolute;
        top: 1.5em; } }
    @media screen and (min-width: 53.75em) {
      .centered-navigation ul.submenu .submenu.fly-out-right {
        left: 11.8em;
        top: 0; } }
    @media screen and (min-width: 53.75em) {
      .centered-navigation ul.submenu .submenu.fly-out-left {
        left: -11.8em;
        top: 0; } }
    .centered-navigation ul.submenu li {
      display: block;
      padding-right: 0; }
      @media screen and (min-width: 53.75em) {
        .centered-navigation ul.submenu li {
          line-height: 61.53846px; }
          .centered-navigation ul.submenu li:first-child > a {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px; }
          .centered-navigation ul.submenu li:last-child > a {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            padding-bottom: 0.7em;
            border-bottom: none; } }
      .centered-navigation ul.submenu li a {
        min-width: 350px;
        border-bottom: 1px #0068BE solid;
        background-color: #004883;
        display: inline-block;
        text-align: right;
        text-decoration: none;
        width: 100%; }
        @media screen and (min-width: 53.75em) {
          .centered-navigation ul.submenu li a {
            background-color: #005092;
            padding-left: 1em;
            text-align: left;
            width: 12em; } }

html {
  box-sizing: border-box; }

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

.footer {
  box-shadow: 0 1px 3px #2c2c2c;
  background: #005092;
  padding: 1.5em 1.618em;
  width: 100%; }
  .footer .footer-logo {
    margin-bottom: 2em;
    text-align: center; }
    .footer .footer-logo img {
      height: 3em; }
  .footer .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1.5em; }
  .footer ul {
    flex-basis: 13em;
    flex-shrink: 0;
    padding: 0; }
  .footer li {
    line-height: 1.5em;
    list-style: none;
    text-align: center; }
  .footer li a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none; }
    .footer li a:focus, .footer li a:hover {
      color: white; }
  .footer li h3 {
    color: white;
    font-size: 1em;
    margin-bottom: 0.4em; }
  .footer hr {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 auto 1.5em;
    width: 12em; }
  .footer p {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.9em;
    line-height: 1.5em;
    margin: auto;
    max-width: 35em;
    text-align: center; }

@font-face {
  font-family: "opensans";
  font-style: normal;
  font-weight: normal;
  src: url("/font/opensans-regular.eot?#iefix") format("embedded-opentype"), url("/font/opensans-regular.woff2") format("woff2"), url("/font/opensans-regular.woff") format("woff"), url("/font/opensans-regular.ttf") format("truetype"), url("/font/opensans-regular.svg#opensans") format("svg"); }
@font-face {
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: normal;
  src: url("/font/source-sans-pro.eot?#iefix") format("embedded-opentype"), url("/font/source-sans-pro.woff2") format("woff2"), url("/font/source-sans-pro.woff") format("woff"), url("/font/source-sans-pro.ttf") format("truetype"), url("/font/source-sans-pro.svg#source-sans-pro") format("svg"); }
@font-face {
  font-family: "raleway";
  font-style: normal;
  font-weight: normal;
  src: url("/font/raleway/raleway-regular.ttf") format("truetype"); }
@font-face {
  font-family: "xizor";
  font-style: normal;
  font-weight: normal;
  src: url("/font/shaxizor/shadowofxizor.eot?#iefix") format("embedded-opentype"), url("/font/shaxizor/shadowofxizor.woff") format("woff"), url("/font/shaxizor/shadowofxizor.ttf") format("truetype"); }
* {
  font-family: 'raleway'; }

html {
  height: 100%;
  width: 100%; }

body {
  background-color: #454545;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  width: 100%; }

.topline {
  width: 92.5%;
  border: 1px solid lightgray;
  margin-bottom: 1.618em;
  box-shadow: 0 1px 3px #2c2c2c; }

#intro {
  color: white;
  text-align: center;
  margin-bottom: 1.618em; }
  #intro h1 {
    text-shadow: 0 1px 3px #2c2c2c;
    font-size: 30pt; }
  #intro hr {
    width: 12em;
    border: 1px solid white; }
  #intro p {
    margin-top: 1.618em;
    margin-bottom: 1.618em; }

.tile-row {
  display: flex;
  justify-content: center;
  margin-right: -40px;
  margin-bottom: 40px; }
  @media screen and (max-width: 962px) {
    .tile-row {
      flex-direction: column;
      flex-wrap: wrap;
      margin-right: 0;
      margin-bottom: 0;
      height: 720px;
      align-items: center; } }

.tile {
  position: relative;
  max-width: 500px;
  min-width: 200px;
  height: 375px;
  flex: 1;
  margin-right: 40px;
  transition: all 0.2s ease-in-out;
  background-color: gray;
  background-repeat: no-repeat;
  text-decoration: none;
  box-shadow: 0 1px 3px #2c2c2c; }
  @media screen and (max-width: 962px) {
    .tile {
      margin-right: 0;
      margin-bottom: 40px;
      width: 100%;
      height: unset; } }
  @media screen and (min-width: 962px) {
    .tile:hover .tile-overlay {
      width: 100% !important;
      height: 100% !important;
      margin: 0 !important;
      border-radius: inherit;
      border: none; }
      .tile:hover .tile-overlay .tile-overlay-title {
        top: 15%; }
      .tile:hover .tile-overlay .tile-overlay-text-wrapper {
        top: 50%;
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        right: 0; }
        .tile:hover .tile-overlay .tile-overlay-text-wrapper .tile-overlay-text {
          animation: fade 2s linear;
          text-align: center; }
      .tile:hover .tile-overlay .learn-more {
        display: block; } }

.tile-overlay-wrapper {
  display: none; }

.tile-overlay {
  color: white;
  background-color: rgba(0, 104, 190, 0.85);
  border-top: 1px solid #005092;
  border-bottom: 1px solid #005092;
  position: absolute;
  bottom: 0;
  padding: 2.5em 2em 2.5em 2em;
  width: 100%;
  height: 75px;
  font-size: 14pt; }
  .tile-overlay .tile-overlay-title {
    text-align: center;
    transform: translateY(-50%);
    top: 50%; }
  .tile-overlay .tile-overlay-text-wrapper {
    padding: 2.5em 2em 2.5em 2em;
    display: none; }
  .tile-overlay .learn-more {
    display: none;
    position: absolute;
    bottom: 10%;
    width: 100%; }
    .tile-overlay .learn-more p {
      text-align: center;
      font-size: 12pt;
      margin-right: 0;
      margin-left: 0; }

main {
  margin: 0 40px 20px 40px;
  /* height:100%; */ }
  main > h2 {
    text-shadow: 0 1px 3px #2c2c2c;
    font-size: 30pt;
    color: white;
    text-align: center; }
  main > p {
    color: white;
    text-shadow: 0 1px 3px #2c2c2c;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 1.618em;
    margin-bottom: 3.236em;
    text-align: center; }

#ie-error {
  display: none;
  margin-right: 10%;
  margin-left: 10%; }

.epos {
  font-family: 'xizor';
  font-size: 40pt;
  vertical-align: middle;
  color: white;
  text-decoration: none;
  margin-right: 40px;
  margin-left: 40px; }

#tile-sm {
  background: url("/img/43jpg/sm.jpg");
  background: url("/img/43jpg/sm.jpg"); }

#tile-audio {
  background: url("/img/43jpg/audio.jpg");
  background: url("/img/43jpg/audio.jpg"); }

#tile-production {
  background: url("/img/43jpg/production.jpg");
  background: url("/img/43jpg/production.jpg"); }

#tile-dev {
  background: url("/img/43jpg/code.jpg");
  background: url("/img/43jpg/code.jpg"); }

#tile-photo {
  background: url("/img/43jpg/landscape.jpg");
  background: url("/img/43jpg/landscape.jpg"); }

#tile-video {
  background: url("/img/43jpg/video.jpg");
  background: url("/img/43jpg/video.jpg"); }

#tile-branding {
  background: url("/img/43jpg/brand.jpg");
  background: url("/img/43jpg/brand.jpg"); }
  @media screen and (max-width: 962px) {
    #tile-branding {
      background: url("/img/43jpg/brand-mobile.jpg");
      background: url("/img/43jpg/brand-mobile.jpg");
      max-height: 200px;
      margin: 0; } }

.tile-buffer {
  max-width: 500px;
  min-width: 200px;
  height: 375px;
  flex: 1;
  margin-right: 40px; }
  @media screen and (max-width: 962px) {
    .tile-buffer {
      display: none; } }

@media screen and (max-width: 962px) {
  #hang {
    height: 200px; } }

.message {
  background-color: white;
  box-shadow: 0 1px 3px #2c2c2c;
  padding: 1.618em; }
  .message h2 {
    color: black !important; }

#tos h1:first-child {
  text-align: center;
  margin-bottom: 1.618em; }

.table-minimal {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%; }
  .table-minimal tbody tr:hover > td, .table-minimal tbody tr:hover > th {
    background-color: #fafafa; }
  .table-minimal tbody tr:first-child td {
    border-top: 2px solid gainsboro; }
  .table-minimal thead th {
    background-color: white;
    border-bottom: 0;
    padding: 0.75em 1em;
    text-align: left; }
  .table-minimal tbody {
    background-color: white; }
    .table-minimal tbody td {
      border-bottom: 0;
      border-top: 1px solid gainsboro;
      line-height: 1.5em;
      padding: 0.75em 1em; }
      .table-minimal tbody td button {
        display: inline-block;
        font-size: 0.7em;
        line-height: 1.5em;
        margin-bottom: 0.3em;
        margin-right: 0.5em;
        outline: none;
        padding: 0.3em 1em;
        width: 100%; }
        @media screen and (min-width: 40em) {
          .table-minimal tbody td button {
            margin-bottom: 0;
            width: auto; } }

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