
@media print {

.nonprint, .footer {display: none;}
table {border:0 !important;}
tr td {display: none;}
tr.selected td {display: block !important;}
tr.selected {border-bottom: 1px solid #ccc;}
.printonly {display: block !important;}
}

.printonly {display: none;}
.printmsg {text-align:center; font-size:18px; font-weight:bold; color:#000; margin-top:30px;}
.printmsg span {text-decoration: underline;}







.container {
  position: relative;
  width: 96%;
  max-width: 960px;
  padding: 20px;
    border:1px solid #1b558e;
    margin:20px auto;
    background: rgba(7, 42, 76, 0.85);
    box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }


@media only screen and (min-width: 992px) {
  .container {
    width: 90%;
      padding: 40px 40px 10px 40px;
      border:1px solid #1b558e;
      margin:20px auto;
      background: rgba(7, 42, 76, 0.85)}
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.4em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.3;
  font-weight: 400;
  font-family: Arial, sans-serif;
  color: #fff;
background-color: #000;
    background-image: url("bkg.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
    background-position: top center;
}


h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  font-family: "Raleway", Arial, sans-serif;
}
h1 { font-size: 2.4rem; line-height: 1.2;  letter-spacing: -.05rem; color:#c6daef;}
h2 { font-size: 1.8rem; line-height: 1.2; letter-spacing: -.05rem; color:#c6daef;}
h3 { font-size: 1.5rem; line-height: 1.2;  letter-spacing: -.05rem; color:#c6daef;}
h4 { font-size: 1.3rem; line-height: 1.2; letter-spacing: -.05rem; color:#c6daef;}
h5 { font-size: 1.2rem; line-height: 1.2;  letter-spacing: -.05rem; color:#c6daef;}
h6 { font-size: 1.1rem; line-height: 1.2;  letter-spacing: -.05rem; color:#c6daef;}

@media only screen and (min-width: 992px) {
  h1 { font-size: 3.1rem; }
  h2 { font-size: 2.4rem; }
  h3 { font-size: 1.5rem; }
  h4 { font-size: 1.3rem; }
  h5 { font-size: 1.2rem; }
  h6 { font-size: 1.1rem; }
}

p {
  margin-top: 0; }
a {
  color: #8eb7e0; text-decoration: none;margin: 0 2px;}
a:hover {
  color: #c6daef; text-decoration: underline;margin: 0 2px;}


.footer {color: #345d86;text-align:center;font-size: 1.2rem;margin: 12px 0 2px 0;}


ul {
  list-style: square inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 2rem;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 0.5rem; }

pre,
blockquote,
dl,
figure,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }