/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 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 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.clear:before, .clear:after {
  content: ' ';
  display: table; }

.clear {
  *zoom: 1; }
  .clear:after {
    clear: both; }

* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html, body {
  overflow-x: hidden; }

body {
  background: url("../src/images/pattern.png");
  background-color: #005585;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Press Start 2P", cursive, sans-serif;
  font-size: 18px;
  position: relative; }

h1 {
  font-size: 30px;
  color: #C10E16;
  text-align: center;
  padding-top: 55px;
  padding-bottom: 40px;
  margin: 0;
  -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
  -moz-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
  -ms-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
  -o-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5)); }
  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 24px; } }
  h1.leaderboard {
    font-size: 20px;
    line-height: 1.5;
    max-width: 900px;
    margin: 0 auto; }

.container {
  max-width: 1025px; }

.main_container {
  background-color: #e0e0e0; }
  @media only screen and (max-width: 991px) {
    .main_container {
      padding: 0 4% 0 4%; } }

td {
  font-size: 16px; }

.app_container {
  background-color: #e0e0e0;
  max-width: 1025px;
  height: 100%;
  margin-top: -37px; }
  @media only screen and (max-width: 991px) {
    .app_container {
      margin-top: -27px; } }
  @media only screen and (max-width: 678px) {
    .app_container {
      margin-top: -24px; } }
  @media only screen and (max-width: 600px) {
    .app_container {
      margin-top: -21px; } }
  @media only screen and (max-width: 480px) {
    .app_container {
      margin-top: -17px; } }
  @media only screen and (max-width: 412px) {
    .app_container {
      margin-top: -14px; } }
  @media only screen and (max-width: 320px) {
    .app_container {
      margin-top: -11px; } }

.main_containers_content {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  background-color: #C9C9C9; }

.video_container,
.contact_container {
  width: 100%;
  max-width: 830px;
  margin: 0 auto; }

iframe {
  display: block; }

.form-control:focus {
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.text-danger {
  font-size: 14px;
  padding-top: 10px; }

.submitted {
  color: green; }

.img_shadow {
  -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
  -moz-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
  -ms-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
  -o-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5)); }

#app nav {
  background-color: transparent;
  border: none;
  padding-top: 60px;
  padding-left: 20px;
  margin-bottom: 0; }
  @media only screen and (max-width: 1199px) {
    #app nav {
      padding-left: 0; } }
  @media only screen and (max-width: 767px) {
    #app nav {
      padding-top: 20px; } }
  @media only screen and (max-width: 480px) {
    #app nav {
      padding-top: 10px; } }
  #app nav ul li {
    height: 44px;
    border: 3px solid #EE9604;
    border-bottom: 0;
    background-color: #FFBD09;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
    -moz-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
    -ms-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
    -o-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5)); }
    @media only screen and (max-width: 991px) {
      #app nav ul li {
        font-size: 12px; } }
    #app nav ul li a {
      color: #6A2F04;
      line-height: 0.7;
      -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
      -moz-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
      -ms-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
      -o-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
      filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5)); }
      @media only screen and (max-width: 767px) {
        #app nav ul li a {
          line-height: 2; } }
      #app nav ul li a:hover {
        border: 3px solid #EE9604;
        border-bottom: 0;
        background-color: #FFBD09;
        color: #C10E16; }

#app .table_container table {
  border-collapse: separate;
  border: 5px inset white;
  border-right-color: #dad7d7;
  border-left: outset #dad7d7; }
  #app .table_container table tr {
    border: none; }
    #app .table_container table tr:nth-child(odd) {
      background-color: #ffffff; }
    #app .table_container table tr td {
      border: none;
      padding-left: 25px; }
      #app .table_container table tr td :nth-child(20) {
        padding-left: 10px;
        background-color: red !important; }
      #app .table_container table tr td span {
        font-family: "Myriad Pro", sans-serif;
        vertical-align: bottom; }
#app .icons {
  background-color: #C9C9C9;
  text-align: center;
  padding: 10px;
  font-family: Calibri, sans-serif;
  color: #4e4e4e;
  line-height: 1.2;
  margin-bottom: 10px;
  height: 410px; }
  @media only screen and (max-width: 991px) {
    #app .icons {
      height: 400px; } }
  @media only screen and (max-width: 767px) {
    #app .icons {
      height: 360px; } }
  @media only screen and (max-width: 538px) {
    #app .icons {
      height: 370px; } }
  @media only screen and (max-width: 320px) {
    #app .icons {
      height: 380px; } }
  #app .icons h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0; }
  #app .icons p {
    font-size: 14px; }
  #app .icons div {
    line-height: 0.9; }
    #app .icons div span {
      font-size: 12px; }
  #app .icons .links_img {
    padding-top: 20px;
    position: absolute;
    bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  #app .icons img {
    margin: 0 auto; }
#app .button_container {
  padding-top: 30px;
  padding-bottom: 5px; }
#app .what_we_do {
  padding: 10px; }
  #app .what_we_do p {
    font-size: 12px;
    font-family: Calibri, sans-serif;
    color: #4e4e4e;
    line-height: 1.2; }
  #app .what_we_do div p {
    margin-bottom: 0; }
#app form {
  text-align: center;
  font-size: 12px;
  font-family: Calibri, sans-serif;
  color: #4e4e4e;
  line-height: 1.2; }
  #app form input,
  #app form textarea {
    border-radius: 0; }
  #app form input {
    height: 45px; }
  #app form textarea {
    height: 174px; }
  #app form .recaptcha_container {
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    position: relative;
    z-index: 10; }
    #app form .recaptcha_container div {
      display: inline-block; }
      @media only screen and (max-width: 320px) {
        #app form .recaptcha_container div {
          margin-left: -5px; } }
    #app form .recaptcha_container .g-recaptcha {
      transform: scale(0.77); }
#app .borders {
  border: 5px inset white;
  border-right-color: #dad7d7;
  border-left: outset #dad7d7; }

.footer_image_container {
  background-color: #ffffff;
  margin-top: 90px;
  height: 300px; }
  @media only screen and (max-width: 1280px) {
    .footer_image_container {
      height: 280px; } }
  @media only screen and (max-width: 1140px) {
    .footer_image_container {
      height: 250px; } }
  @media only screen and (max-width: 1024px) {
    .footer_image_container {
      height: 220px; } }
  @media only screen and (max-width: 768px) {
    .footer_image_container {
      height: 140px; } }
  @media only screen and (max-width: 480px) {
    .footer_image_container {
      height: 100px;
      margin-top: 40px; } }
  @media only screen and (max-width: 320px) {
    .footer_image_container {
      height: 60px; } }
  .footer_image_container img {
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }

#app .app_button {
  border: 3px solid #EE9604;
  border-bottom: 0;
  background-color: #FFBD09;
  width: 231px;
  height: 44px;
  font-size: 18px;
  color: #6A2F04;
  text-align: center;
  font-family: "Press Start 2P", cursive, sans-serif;
  position: relative;
  z-index: 10;
  -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
  -moz-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
  -ms-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
  -o-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5)); }
  #app .app_button:hover {
    color: #C10E16; }

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

.inline_block {
  display: inline-block; }

@media only screen and (max-width: 767px) {
  .padding_0_top {
    padding-top: 0; } }

.padding_0 {
  padding: 0; }

.margin_20_bottom {
  margin-bottom: 20px; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=app.css.map */
