/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}


/* Base styles for the page */
body {
  /* background-color: #f2f2f2; */
  background-color: #fff;
  color: #333;
  padding: 2rem;
}

.mcontainer {
  box-sizing: border-box;
  padding-left: 7px;
  padding-right: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .mcontainer {
    width: 708px;
  }
}
@media (min-width: 992px) {
  .mcontainer {
    width: 932px;
  }
}
@media (min-width: 1200px) {
  .mcontainer {
    width: 1140px;
  }
}

p {
  margin-block-start: 0px;
  margin-block-end: 9px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.page {
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.content {
  box-sizing: border-box;
  padding-bottom: 25px;
  font-family: "Crimson Text", serif;
  font-size: 20px;
  font-weight: 400;
  min-height: calc(100vh - 25px);
}

.section {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.footer {
  box-sizing: border-box;
  margin-left: -7px;
  margin-right: -8px;
  width: 100%;
  bottom: 0;
  padding-top: 5px;
  height: 15px;
  font-family: "Crimson Text", serif;
  font-size: 12px;
  text-align: center;
}

.footer-section {
  box-sizing: border-box;
  margin-left: -7px;
  margin-right: -8px;
  margin-top: 0px;
  padding-top: 30px;
  border-top: 1px solid;
  width: 100%;
  font-family: "Crimson Text", serif;
  font-size: 12px;
  text-align: center;
  background-color: #07353F;
}

.footer-caps {
  color: #839A9F;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.footer-menu-item {
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: .9rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
}

.footer-menu-item a {
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  text-align: left;
}

.footer-menu-item a:hover {
  color: #B4C2C5;
  text-decoration: none;
}

.footer-separator {
  background-color: #FF9900;
  height: 2rem;
}

.footer-button-margin {
  margin-bottom: 2rem;
}

.footer-post-button-padding {
  padding-top: 1rem;
}

.mnavbar {
  content-sizing: border-box;
  margin-left: -7px;
  margin-right: -8px;
  border-bottom: 1px solid;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  font-family: "Crimson Text", serif;
  font-size: 22px;
  font-weight: 400;
}

.mnavbrand {
  content-sizing: border-box;
  padding-left: 7px;
  padding-right: 8px;
  float: left;
  font-family: "Crimson Text", serif;
  font-size: 22px;
  font-weight: 600;
}

.mnavbrand > a {
  content-sizing: border-box;
  cursor: pointer;
  color: black;
  text-decoration: none;
}

.mnavbrand > a:hover {
  content-sizing: border-box;
  cursor: pointer;
  color: #ff7200;
  text-decoration: underline;
}

.mnavmenu {
  content-sizing: border-box;
  float: right;
}

.mnavmenuitem {
  content-sizing: border-box;
  padding-left: 7px;
  padding-right: 8px;
  float: left;
}

.mnavmenuitem > a {
  content-sizing: border-box;
  cursor: pointer;
  color: black;
  text-decoration: none;
}

.mnavmenuitem > a:hover {
  content-sizing: border-box;
  cursor: pointer;
  color: #ff7200;
  text-decoration: underline;
}

.mspacer-30 {
  height: 30px;
}

.mrow {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 30px;
}

.mcol-1 {
  grid-column: span 1;
}

.mcol-2 {
  grid-column: span 2;
}

.mcol-3 {
  grid-column: span 3;
}

.mcol-4 {
  grid-column: span 4;
}

.mcol-5 {
  grid-column: span 5;
}

.mcol-6 {
  grid-column: span 6;
}

.mcol-7 {
  grid-column: span 7;
}

.mcol-8 {
  grid-column: span 8;
}

.mcol-9 {
  grid-column: span 9;
}

.mcol-10 {
  grid-column: span 10;
}

.mcol-11 {
  grid-column: span 11;
}

.mcol-12 {
  grid-column: span 12;
}

.decem-mrow {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 30px;
}

.mcol-1 {
  grid-column: span 1;
}

.mcol-2 {
  grid-column: span 2;
}

.mcol-3 {
  grid-column: span 3;
}

.mcol-4 {
  grid-column: span 4;
}

.mcol-5 {
  grid-column: span 5;
}

.mcol-6 {
  grid-column: span 6;
}

.mcol-7 {
  grid-column: span 7;
}

.mcol-8 {
  grid-column: span 8;
}

.mcol-9 {
  grid-column: span 9;
}

.mcol-10 {
  grid-column: span 10;
}

.mcol-11 {
  grid-column: span 11;
}

.mcol-12 {
  grid-column: span 12;
}

.irow {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 9px;
}

.icol-1 {
  grid-column: span 1;
}

.icol-2 {
  grid-column: span 2;
}

.icol-3 {
  grid-column: span 3;
}

.icol-4 {
  grid-column: span 4;
}

.icol-5 {
  grid-column: span 5;
}

.icol-6 {
  grid-column: span 6;
}

.k2-tray-opened {
  overflow: hidden;
  visibility: visible;
}

.k2-tray-closed {
  overflow: hidden;
  visibility: hidden;
  height: 0px;
}

.k2-tray-opening {
  overflow: hidden;
  visibility: visible;
}

.k2-tray-closing {
  overflow: hidden;
  visibility: visibile;
}

.k2-tray-interior {
  padding: 1px;
}

.propgrid {
  display: grid;
  grid-template-columns: 1fr 1em min-content min-content;
  grid-column-gap: 0px;
}

.propitem {
  grid-column: span 1;
  padding: 6px 0px 6px 6px;
}

.propcurrency {
  grid-column: span 1;
  padding: 6px 0px 6px 0px;
}

.propamount {
  text-align: right;
  grid-column: span 1;
  padding: 6px 0px 6px 0px;
}

.propfraction {
  grid-column: span 1;
  padding: 6px 6px 6px 0px;
}

.subtotal {
  border-top: 2px solid #555;
}

.total {
  border-top: 2px solid #222;
}

.propitem:nth-child(8n+1) {
  background-color: #eee;
}

.propcurrency:nth-child(8n+2) {
  background-color: #eee;
}

.propamount:nth-child(8n+3) {
  background-color: #eee;
}

.propfraction:nth-child(8n+4) {
  background-color: #eee;
}

input[type=checkbox] {
  box-sizing: border-box;
  margin-right: 0.25em;
  margin-bottom: 9px;
}

input[type=radio] {
  box-sizing: border-box;
  margin-right: 0.25em;
  margin-bottom: 9px;
}

input[type=email] {
  padding: 6px;
  border-width: 1px;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
}

input[type=text] {
  padding: 6px;
  border-width: 1px;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
}

label {
  border-width: 1px;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}

select {
  padding: 6px;
  border-width: 1px;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
}

.explicit-container {
  border-radius: 14px;
  border: 1px solid #000;
  margin-bottom: 9px;
}

.explicit-title {
  background-color: #FEE;
  background-size: contain;
  text-align: center;
  padding: 12px;
  font-weight: bold;
  border-radius: 14px 14px 0px 0px;
  border: 1px none;
}

.explicit-body {
  padding: 6px;
  border-top: 1px solid #000;
}

.any-button, .order-button, .signup-button {
  display: inline-block;
  width: 100%;
  padding: 12px;
  border-width: 1px;
  border-radius: 12px;
  border-color: black;
  color: black;
  font-size: 1.4rem;
  cursor: pointer;
  border-style: outset;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-color: #fff4f4;
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
  user-drag: none;
  -webkit-user-drag: none;
}

.any-button:focus, .order-button:focus {
  outline: 0 !important;
}

.any-button:hover, .order-button:hover {
  background-color: #fee;
}

.any-button:active, .order-button:active {
  padding: 14px 11px 10px 13px;
}

.order-button {
  background-color: #c8ffed; /* rgb(200, 255, 237) hsl()  */
}

.order-button:hover {
  background-color: #e1fcf3; /* rgb(225, 252, 243) */
}

.order-button:active {
  background-color: #abe8d4; /* rgb(171, 232, 212) */
  padding: 14px 11px 10px 13px;
}

.signup-button {
  background-color: #1CC0E3;
}

.signup-button:hover {
  background-color: #83BBC9;
}

.signup-button:active {
  background-color: #89CBDC;
  padding: 14px 11px 10px 13px;
}

.field {
  margin-bottom: 9px;
}

.label {
  font-size: 17px;
}

.label::after {
  content: " *";
  font-weight: bold;
  color: #d3292a;
}

.hint-group {
  margin-top: 6px;
  margin-bottom: 3px;
}

.hint {
  font-size: 17px;
  color: #6C8299;
}

.warn {
  font-size: 17px;
  color: #d3292a;
}

.warn::before {
  content: "* ";
  font-weight: bold;
  color: #d3292a;
}

.outage {
  background-color: #FEE;
  font-size: 20px;
  font-weight: bold;
  color: #d3292a;
  width: 100%;
  border-radius: 14px;
  border: 1px solid #000;
  padding: 12px;
  margin-bottom: 9px;
}

.outage-body {
  color: #000;
  font-weight: normal;
  width: 100%;
}

#contact, #contact_msg {
  text-align: center;
}
button[type="submit"] {
  padding: 0.75em 1.5em;
  font-size: 1rem;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
button[type="submit"]:hover {
  background-color: #0056b3;
}
#contact_msg {
  margin-bottom: 1.5rem;
}
form {
  font-family: 'Open Sans', sans-serif;
  max-width: 600px;
  margin: 0 auto;
  background-color: #f2f2f2;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #aaa;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.form-control label {
  font-weight: bold;
  margin-bottom: 0.125rem;
  color: #555;
  cursor: pointer;
}
.form-control input[type="text"], .form-control input[type="email"] {
  margin-top: 0.5rem;
  padding: 0.75em;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.form-control textarea {
  margin-top: 0.5rem;
  padding: 0.75em;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  box-sizing: border-box;
  width: 100%;
}
::placeholder {
  color: #aaa;
  font-style: italic;
}
.radio-group, .checkbox-group {
  display: flex;
  flex-direction: column;
}
.radio-group label, .checkbox-group label {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0.25rem;
  font-weight: normal;
}
.error {
  border-color: #d9534f;
  box-shadow: 0 0 5px rgba(217, 83, 79, 0.5);
}
.error-message {
  margin-top: 0.25rem;
  color: #d9534f;
  font-size: 0.9em;
  min-height: 1.5em;
  transition: opacity 0.2s ease-in-out;
}
.field-label {
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #555;
}
.form-control {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
.navbar {
  border-bottom: 1px solid;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
  display: flex;
  gap: 16px;
  margin-left: -7px;
  margin-right: -8px;
  padding-left: 7px;
  padding-right: 8px;
}
.navbrand {
  font-family: "Crimson Text", serif;
  font-size: 22px;
  font-weight: 600;
  flex: 1 1 auto;
}
.navlink {
  cursor: pointer;
  color: black;
  text-decoration: none;
}
.navlink:hover {
  color: #ff7200;
  text-decoration: underline;
}
.navtr {
  font-family: "Crimson Text", serif;
  font-size: 22px;
  font-weight: 400;
  flex: 0 0 auto;
}

