﻿html {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

body {
  font-size: 14px;
  margin: 0em;
  font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
  height: 100%;
  min-height: 100% !important;
  display: flex;
  flex-direction: column;
}

header {
  position: relative;
  z-index: 5;
}

#paxInfo {
  position: absolute;
  right: 5px;
  top: 0;
  color: white;
  text-shadow: 0 0 5px #00539e;
  z-index: 3;
  max-width: 35%;
  height: 94px;
  width: 370px;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  flex-direction: row;
  align-items: center;
  font-size: 0.9em;
}

#paxInfo img {
  height: 100%;
  width: 100%;
  box-sizing: content-box;
}

#paxInfo a {
  color: white;
  text-decoration: none;
}

#paxInfo section {
  padding: 0.5em;
}

#paxInfo .image {
  width: 45px;
  box-sizing: content-box;
}

#paxInfo .name {
  display: flex;
  flex-direction: column;
}

#paxInfo .ptBalance {
  display: flex;
  flex-direction: column;
  text-align: right;
  padding-left: 1em;
  margin: 0 0.5em;
  width: 117px;
}

#paxInfo .ptBalance .points {
  font-size: 1.5em;
}

header,
footer,
nav,
main {
  justify-content: center;
  align-items: center;
  align-self: center;
  max-width: 1329px;
  width: 100%;
}

nav {
  position: absolute;
  right: 0;
  top: 100px;
  width: 90%;
  max-width: 1200px;
  padding: 0;
  background-color: #00539e;
  z-index: 50;
  box-sizing: border-box;
}

nav > a {
  position: relative;
  z-index: 500;
  display: inline-block;
  min-width: 50px;
  padding: 0.4em;
  margin: 0 0.4em;
  text-align: center;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  background-color: #00539e;
}

nav > a.True {
  background-color: #faa51a;
  color: #00539e;
}

nav > a.True:hover {
  color: white;
}

nav > a:hover {
  color: #faa51a;
}

@media print {
  html,
  body {
    height: auto;
  }

  main {
    overflow: visible;
    height: auto;
  }
}

main {
  flex-basis: 100%;
  padding: 1em;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  flex-basis: auto;
  height: 100%;
  overflow: auto;
  padding: 1em;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}

main > h1,
main > section,
main > p,
main > hr,
main > form {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

header,
footer {
  flex-grow: 1;
  flex-shrink: 1;
}

header {
  position: relative;
  height: 200px;
  flex-basis: 200px;
}

header img {
  position: relative;
  width: 100%;
  max-width: 1329px;
  z-index: 1;
}

footer {
  height: 75px;
  background-color: #00539e;
  color: white;
  font-size: 0.85em;
}

.footerItems {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-align: left;
  justify-content: space-between;
  align-items: stretch;
}

.footerItems section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footerItems .copyright {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.footerItems .copyright span {
  border-right: 1px solid white;
  margin: 1em;
  padding-right: 1em;
}

.footerItems .copyright a {
  margin: 1em;
  padding-right: 1em;
}

.footerItems .siteSafe {
  width: 200px;
}

.footerItems .currentDate {
  text-align: right;
  justify-content: center;
  align-items: flex-end;
  padding: 1em;
  width: 200px;
}

.footerItems a {
  color: white;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: black;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 auto;
  text-align: left;
}

h1.padded,
h2.padded,
h3.padded,
h4.padded,
h5.padded,
h6.padded,
p.padded {
  margin-top: 1em;
  margin-bottom: 1em;
}

h1.centered,
h2.centered,
h3.centered,
h4.centered,
h5.centered,
h6.centered,
p.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1em;
}

form {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1em;
}

H1 {
  font-size: 2em;
}

H2 {
  font-size: 1.7em;
}

H3 {
  font-size: 1.5em;
}

H4 {
  font-size: 1.3em;
}

H5 {
  font-size: 1.1em;
}

H6 {
  font-size: 1em;
}

p,
td,
li,
input,
select,
form {
  font-size: 1em;
}

h1 {
  color: #00539e;
  border-bottom: 1px solid #faa51a;
}

div.subheader,
p.subheader {
  font-size: 1em;
  font-weight: bold;
  color: #00539e;
}

.large {
  font-size: 1.2em;
}

.Backcolor {
  border-color: #00539e;
}

.small {
  font-size: 0.9em;
}

.small2 {
  font-size: 0.75em;
}

.greetingwhite {
  color: #FFFFFF;
  font-size: 1em;
}

.tiny {
  font-size: 0.5em;
}

.lite {
  font-weight: bold;
  font-style: normal;
  color: #000000;
}

.colored {
  color: #00539e;
}

.color1 {
  background-color: #faa51a;
}

.rowitem {
  font-size: 1em;
  border-top: 1px solid #C0C0C0;
  padding: 2px;
  margin-bottom: 5px;
}

.categorybutton {
  border: 1px solid #FFFFFF;
  background-color: #00539e;
}

.HelpText {
  background-color: #CCCCCC;
  border: 1px solid #000000;
  margin-top: 0px;
  margin-left: 70px;
  margin-right: 70px;
  margin-bottom: 0px;
  font-size: 1em;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
  color: #000000;
}

A {
  font-size: 1em;
  color: #00539e;
  text-decoration: underline;
}

A:Hover {
  color: #00539e;
}

A.little {
  font-size: 0.8em;
}

A.little:Hover {
  color: #00539e;
}

A.black {
  color: #000000;
}

A.black:Hover {
  text-decoration: underline;
}

A.normal {
  color: #00539e;
  text-decoration: none;
}

A.normal:Hover {
  text-decoration: underline;
}

A.white {
  color: #FFFFFF;
}

A.white:Hover {
  text-decoration: underline;
}

A.enroll {
  font-size: 16px;
  font-weight: bold;
  color: #00539e;
  text-decoration: underline;
}

A.enroll:Hover {
  text-decoration: underline;
  color: #00539e;
}

A.button {
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #000000;
  text-decoration: none;
  text-align: center;
  border-bottom: 1px solid #faa51a;
  border-right: 1px solid #faa51a;
  border-top: 1px solid #E9E9E9;
  border-left: 1px solid #E9E9E9;
  padding: 1px 1px 1px 1px;
  background-color: #faa51a;
}

A.button :hover {
  font-size: 14px;
  background-color: #00539e;
  border-color: #00539e;
}

.faq {
  margin: 0;
}

.faq.question {
  padding: 0.5em;
}

.faq.answer {
  padding-left: 2em;
}

.faq dt {
  padding: 0;
  margin: 0;
}

.faq dd {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-left: 1em;
  margin-bottom: 1em;
}

.rules {
  margin: 0;
  text-align: left;
}

.rules.header {
  font-size: 16px;
  padding: 3px;
}

.rules.content {
  font-size: 1em;
  padding-left: 18px;
  margin-bottom: 12px;
}

.rules.italic {
  font-style: italic;
}

.rules.redemptionOptions {
  border-collapse: collapse;
  width: 100%;
}

.rules.redemptionOptions tr > th {
  color: transparent;
  background-color: transparent;
}

.rules.redemptionOptions tr > th.info {
  color: #C6C6C6;
  text-align: center;
  border: solid #00539e 1pt;
  background: #00539e;
}

.rules.redemptionOptions tr > td {
  color: transparent;
  background-color: transparent;
}

.rules.redemptionOptions tr > td.info {
  color: black;
  text-align: center;
  border: solid #00539e 1pt;
  padding: 3px;
}

.rules.redemptionOptions tr > td.info span {
  display: inline-block;
  padding: 1px;
  margin: 1px auto;
}

.rules.redemptionOptions .spacer {
  width: 10px;
  border: none;
  background: none;
}

.siteSafe {
  padding: 10px;
}

.loginContainer {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background-color: #E1E1E1;
  border: 3px solid #00539e;
  box-shadow: 6px 6px 12px #00539e;
  width: clamp(400px, 80%, 800px);
}

.centeredContent {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.loginNote {
  width: 60%;
  font-size: 0.9em;
  margin: 1em auto;
}

#frmLogin div.credentials {
  display: grid;
  grid-template-columns: 100px 250px;
  gap: 0.5em;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.75em;
}

#frmLogin div.credentials label {
  text-align: right;
  vertical-align: middle;
}

#frmLogin div.credentials input {
  vertical-align: middle;
}

.alignRight {
  text-align: right;
}

.subtleLink {
  color: #00539e;
  text-decoration: none;
}

.sample {
  font-size: 10px;
  font-style: italic;
}

.reportListing {
  text-align: center;
}

.reportListing a {
  padding: 0.25em;
  display: inline-block;
  text-decoration: underline;
}

.reportListing img {
  margin: 0.2em;
}

.reportListing p {
  margin: 1em auto;
  padding: 0.5em;
  text-align: center;
  font-size: 1em;
}

.reportListing .note {
  font-size: 0.9em;
}

.note {
  font-style: italic;
}

.bordered {
  border: 1px solid #faa51a;
  background-color: #C6C6C6;
  padding: 0.2em;
  margin: 0.2em auto;
  text-align: center;
}

#dealerInfo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  margin: auto;
}

#dealerInfo p {
  margin-left: 0;
  margin-right: 0;
}

#AddPostalCode {
  padding: 0;
  margin: 1em auto;
  text-align: center;
  border: 1px solid #00539e;
}

#AddPostalCode table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

#AddPostalCode tr,
#AddPostalCode th,
#AddPostalCode td {
  margin: 0;
  padding: 0;
}

#AddPostalCode thead th {
  background-color: #00539e;
  color: #faa51a;
  padding: 0.25em;
}

#AddPostalCode td.required {
  width: 7em;
}

.acctSummary {
  margin: 0 auto;
  border-collapse: collapse;
}

.acctSummary th {
  text-align: center;
}

.acctSummary td {
  text-align: right;
}

.acctSummary th,
.acctSummary td {
  padding: 0.5em;
  border: 1px solid #00539e;
}

.ordersToRelease {
  border-collapse: collapse;
  font-size: 0.85em;
}

.ordersToRelease thead {
  background-color: #C6C6C6;
  font-size: 1.1em;
}

.ordersToRelease tfoot {
  background-color: #C6C6C6;
  font-size: 1.1em;
  font-weight: bold;
}

.ordersToRelease tfoot td {
  padding: 0.75em;
}

.ordersToRelease th,
.ordersToRelease td {
  border: 1px solid #00539e;
  font-size: 0.9em;
}

.ordersToRelease th {
  text-align: center;
}

.ordersToRelease td {
  white-space: nowrap;
  width: 8%;
  padding: 0 0.2em;
}

.ordersToRelease .wrap {
  white-space: normal;
}

.ordersToRelease .commentEntry {
  width: 8%;
}

.ordersToRelease .wide {
  width: 30%;
}

.ordersToRelease label {
  font-weight: normal;
  font-size: 0.85em;
}

.ordersToRelease span.normal {
  font-weight: normal;
}

.ordersToRelease span.small {
  font-size: 0.85em;
}

.ordersToRelease .approval {
  text-align: center;
  margin: 0 auto;
}

.ordersToRelease tbody tr:nth-child(odd) {
  background-color: white;
}

.ordersToRelease tbody tr:nth-child(even) {
  background-color: #ffffcc;
}

section.approvalButtons {
  margin-top: 1em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.reqAsterisk {
  color: #faa51a;
  font-weight: bold;
  display: inline-block;
  font-size: 1.25em;
  padding-right: 0.25em;
}

.reqPlaceholder {
  font-weight: bold;
  display: inline-block;
  font-size: 1.25em;
  padding-right: 0.25em;
}

hr.orangeLine {
  display: block;
  background-color: #faa51a;
  border: none;
  height: 1px;
  margin: 1.5em auto;
}

table.profileEdit {
  margin: 0 auto;
}

table.profileEdit input:not([type=submit]):not([type=button]),
table.profileEdit select {
  background-color: #C6C6C6;
  border: none;
  padding: 0.2em;
  padding-left: 0.5em;
}

input.orangeButton {
  background: none;
  background-image: url('../images/BUTTON_Orange.png');
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  width: 258px;
  height: 48px;
  font-weight: bold;
  font-size: 0.9em;
}

.acctSummary,
.stmtDetails {
  width: 900px;
}

section.stmtDetails {
  margin: 0 auto;
  padding: 0;
  border: 2px solid #faa51a;
  width: 850px;
}

section.stmtDetails section {
  white-space: nowrap;
  margin: 0 auto;
}

section.stmtDetails .headerRow {
  width: 100%;
  box-sizing: border-box;
}

section.stmtDetails .headerRow span {
  background-color: #C6C6C6;
  color: #00539e;
  font-weight: bold;
  display: inline-block;
  width: 275px;
  margin: 0;
  padding: 0.25em;
  box-sizing: border-box;
  border: 1px solid #00539e;
  text-align: center;
}

section.stmtDetails .footerRow span {
  background-color: #faa51a;
  font-weight: bold;
  color: #00539e;
  text-align: center;
  display: inline-block;
  width: 825px;
  padding: 0.5em;
  box-sizing: border-box;
}

section.stmtDetails .rowScroller {
  height: 200px;
  overflow: auto;
}

.dataRow {
  display: grid;
  gap: 0;
  grid-template-columns: 275px 275px 275px;
}

section.stmtDetails .rowScroller .dataRow:nth-child(odd) span {
  background-color: white;
}

section.stmtDetails .rowScroller .dataRow:nth-child(even) span {
  background-color: #C6C6C6;
}

section.stmtDetails .rowScroller span {
  display: inline-block;
  width: 275px;
  margin: 0;
  padding: 0.25em;
  box-sizing: border-box;
  border: 1px solid #00539e;
  text-align: center;
}

section.stmtDetails th,
section.stmtDetails td {
  padding: 0.5em 1em;
}

section.stmtDetails thead th {
  background-color: #C6C6C6;
  color: #00539e;
  border: 1px solid #00539e;
}

section.stmtDetails tbody tr:nth-child(odd) {
  background-color: white;
}

section.stmtDetails tbody tr:nth-child(even) {
  background-color: #C6C6C6;
}

section.stmtDetails tbody td {
  border: 1px solid #00539e;
}

section.stmtDetails tfoot th,
section.stmtDetails tfoot td {
  font-weight: bold;
  background-color: #faa51a;
  color: #00539e;
  width: 900px;
}

table.stmtDetails {
  margin: 0 auto;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #00539e;
}

table.stmtDetails th,
table.stmtDetails td {
  padding: 0.5em 1em;
}

table.stmtDetails thead th {
  background-color: #C6C6C6;
  color: #00539e;
  border: 1px solid #00539e;
}

table.stmtDetails tbody tr:nth-child(odd) {
  background-color: white;
}

table.stmtDetails tbody tr:nth-child(even) {
  background-color: #C6C6C6;
}

table.stmtDetails tbody td {
  border: 1px solid #00539e;
}

table.stmtDetails tfoot th,
table.stmtDetails tfoot td {
  font-weight: bold;
  background-color: #faa51a;
  color: #00539e;
  width: 900px;
}

.enrollment.subheader {
  color: #00539e;
  background-color: #faa51a;
  font-size: 1em;
  border: 1px solid #00539e;
  padding: 0.2em;
  font-weight: bold;
  text-align: center;
  font-style: italic;
}

.enrollment.table td.paxDataLabel {
  width: 40%;
}

.enrollment.table td.paxData {
  width: 60%;
}

p.enrEmail {
  width: 1100px;
  display: block;
  text-align: left;
  margin-bottom: 25px;
}

.message {
  font-weight: bold;
  padding: 0.5em;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #faa51a;
  background-color: #faa51a;
  border-radius: 2em;
}

.alignRight {
  text-align: right;
}


#processingFeedback {
  margin-inline: auto;
}

#processingFeedback p {
  margin-inline: auto;
  margin-block: 0.5em;
  padding: 0.25em;
  text-align: center;
}
