@import url('https://fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i|PT+Sans:400,400i,700,700i');

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  background-color: #323232;
  font-family: 'Merriweather', serif;
}

body * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Merriweather', serif;
  font-size: 12px;
}

header, section, footer {
  width: 100%;
  margin: 0;
  padding: 0;
}

header {
  background-color: #212121;
  height: 56px;
  position: fixed;
  z-index: 1000;
}

.container {
  min-width: 900px;
}

.ot-content.container {
  padding-top: 80px;
}

.ot-content.container > * {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  display: block;
}

.ot-content.container > .custServiceInfo {
  margin: auto !important;
  padding-bottom: 24px;
}

header  .header-image {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.logo.header-image {
  float: left;
}

.nav.header-image {
  float: right;
}

section {
  min-height: 360px;
}

footer {
  margin-top: 20px;
  text-align: center;
  height: 170px;
  background-color: #323232;
}

footer > .container {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #555;
}

.footer-image {
  margin: 0 auto;
}

/* ot-content */

#consumerMenu {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  color: transparent;
}

#consumerMenu, #consumerMenu a {
  white-space: nowrap;
  font-family: 'PT Sans',sans-serif;
}

#consumerMenu a {
  display: inline-block;
  margin: 0 5px;
}

.pageFrame {
  border-color: #fff;
  width: 100%;
  padding: unset;
  font-size: inherit;
}

a, #consumerMenu a {
  color: #323232;
  text-decoration: underline;
  border: 0;
}

a:hover, #consumerMenu a:hover {
  color: #555;
  border: 0;
}

.pageFrame .calendar {
  margin: auto;
}

.calendarMonthSelect {
  border-color: #212121;
}

.calendarMonthSelect, .calendarMonthSelect option {
  background-color: #212121;
  font-size: unset;
}

.numberPast, .number, .numberToday {
  border: 0;
}

.numberToday {
  background-color: #CE0112;
}

tr.subHead td, td.subHead, th.subHead, .list th.subHead, div.subHead, 
th {
  background-color: #212121;
  border-style: solid;
  border-color: #212121;
}

.promoCode .submit, 
.submit, .cancelSubmit {
  background-color: transparent;
  border-style: solid;
  border-color: #ce0112;
  color: #ce0112;
  font-family: 'PT Sans',sans-serif;
  font-size: inherit;
}

#theSubmit.disabled {
  font-family: 'PT Sans',sans-serif;
  padding: 2pt;
}

.promoCode .submit {
  padding: 6.5px;
}

.submit:hover, .cancelSubmit:hover {
  border-style: solid;
  background-color: #ce0112;
  color: #fff;
  border-color: #ce0112;
  transition-duration: 0.66s;
}

textarea, 
select, select > option, 
input[type="text"], input[type="password"], input[type="file"] {
  background-color: #eee;
}


form textarea.focus, 
textarea:focus, 
select:focus,
input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus {
  border-color: #323232;
}

label:hover {
  color: #555;
}

form#shippingCheckoutForm {
  text-align: inherit !important;  
}

form#shippingCheckoutForm div.buttonContainer {
  width: 100%;
  text-align: center;
}

.guestCheckoutHeader {
  margin-top: unset !important;
}

.inputDiv input, 
.inputDiv > * {
  display: inline-block;
  width: 210px;
}

.donationDiv {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.inCart {
  margin-top: 0 !important;
}

#shippingCheckoutForm .description {
  color: #eee;
  background-color: #eee;
}

#shippingCheckoutForm .addDonation .description > a {
  display: none;
}

#shippingCheckoutForm .content td {
  padding: .2em !important;
}

th.smalltype {
  font-family: 'PT Sans',sans-serif;
  text-transform: lowercase;
  font-size: 8pt;
  background-color: #555;
  border-color: #555;
}

#eventSelectionForm {
  margin-top: 0 !important;
}

#cartForm img {
  vertical-align: baseline;
}