@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap");
@font-face {
  font-family: 'LeagueGothicRegular';
  src: url("../fonts/leaguegothic-regular-webfont.eot");
  src: url("../fonts/leaguegothic-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/leaguegothic-regular-webfont.woff") format("woff"), url("../fonts/leaguegothic-regular-webfont.ttf") format("truetype"), url("../fonts/leaguegothic-regular-webfont.svg#LeagueGothicRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

section h2 {
  color: #184c77;
  font-family: 'LeagueGothicRegular';
  font-size: 2.4rem;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 0 0 1rem; }
section ul {
  padding: 0 0 1rem 1.3rem; }
  section ul li {
    font-size: 1.3rem;
    line-height: 1.5;
    list-style-type: disc;
    list-style-position: outside;
    padding: 0 0 .62rem; }
    section ul li strong {
      font-weight: bold; }
section .alert {
  font-size: 1.2rem;
  line-height: 1.4; }

.button-menu {
  display: block;
  overflow: hidden;
  padding: 2rem 0 0; }

label strong {
  font-weight: 600; }

.readonly-value {
  padding: .5rem; }

.form-control-file {
  padding: .5rem;
  width: auto; }

.current-file-upload {
  padding: .5rem; }

table.table tr th {
  background: grey;
  color: white;
  font-weight: bold;
  text-transform: uppercase; }
table.table tr td {
  font-weight: bold; }

.form-group {
  padding-top: .5rem; }
  .form-group .form-check-input {
    position: relative;
    top: -2px;
    margin-right: .5rem; }
  .form-group span.help-text {
    color: rgba(0, 0, 0, 0.7);
    display: block;
    font-size: .82rem;
    padding: .5rem; }
  .form-group textarea.form-control {
    height: 100px; }
  .form-group textarea.form-control.input-type-textarea-long {
    height: 200px; }
  .form-group input.input-type-email,
  .form-group input.input-type-textshort {
    max-width: 400px; }
  .form-group input.input-type-textveryshort {
    max-width: 100px; }
  .form-group select {
    min-width: 250px;
    width: auto; }
  .form-group .submit-section-button {
    margin-bottom: 1rem; }
  .form-group .button-message {
    padding-left: .5rem;
    position: relative;
    top: -.5rem; }
    .form-group .button-message .done {
      color: green; }

section .error-alert {
  font-size: 1rem; }

html {
  box-sizing: border-box; }

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

body {
  background: white;
  font-family: 'Roboto', sans-serif; }

h1 {
  color: #184c77;
  font-family: 'LeagueGothicRegular';
  font-size: 4rem;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 0 0 1rem; }

h2 {
  color: #184c77;
  font-family: 'LeagueGothicRegular';
  font-size: 2rem;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 0 0 1rem; }

p {
  font-size: 1.3rem;
  line-height: 1.4;
  padding: 0 0 1rem; }
  p strong {
    font-weight: bold; }

header {
  padding-top: 1rem; }
  header .jumbotron {
    background: url(../images/access-symbols.png) 5% 50% no-repeat;
    background-size: auto 62%;
    background-color: #0278d6;
    margin-bottom: 1rem;
    padding: 3rem 1rem;
    text-align: center; }
    header .jumbotron.crew {
      background-color: #78b844; }
    header .jumbotron img {
      max-width: 200px;
      margin: 0 auto 1rem;
      width: 100%; }
    header .jumbotron h1 {
      color: white;
      padding: 0; }

@media screen and (max-width: 999px) {
  header .jumbotron {
    background: none;
    background-color: #0278d6; }
    header .jumbotron.crew {
      background-color: #78b844; } }
footer {
  padding-bottom: 1rem; }
  footer nav.navbar.navbar-dark {
    border-radius: .3rem;
    padding: .5rem 1rem; }
    footer nav.navbar.navbar-dark ul.navbar-nav li.navbar-text {
      color: white;
      font-size: 1.2rem; }

main {
  background: #f0f5f9;
  border-radius: .3rem;
  margin-bottom: 1rem;
  padding: 2rem; }

body > .container-fluid {
  display: flex;
  min-height: 100vh;
  max-width: 1200px;
  width: 100%;
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  body > .container-fluid main {
    flex: 1; }

ul.main-nav {
  margin-bottom: 1rem; }
  ul.main-nav .nav-link-active {
    color: #184c77;
    font-weight: 700; }

@media screen and (max-width: 600px) {
  header .jumbotron img {
    max-width: 100px; }
  header .jumbotron h1 {
    font-size: 3rem; }

  main {
    padding: 1rem; }

  p {
    font-size: 1.1rem; }

  footer nav.navbar.navbar-dark ul.navbar-nav li.navbar-text {
    font-size: .8rem; } }
select.pageskip {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background: #007bff;
  color: white;
  padding: 0 1rem; }
