
/*/home/dalefami/public_html/tommarrowws-cms-0.81/styles/normalize.css*//*! 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.
 */

 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;
}/*/home/dalefami/public_html/tommarrowws-cms-0.81/styles/base.css*/@charset "UTF-8";
/**
* Base styles for the site; primary style for the CMS.  Pertains to style not structure.
*/
:root {
  --background-overlay:hsla(0,0%,0%,.5);
  /*Colors*/
  --color-teal:#20b2aa;
  --color-teal-hsl:177, 70%, 41%;
  /*End Colors*/
  /**Fonts**/
  --main-font-color: var(--dark-blue);
  /**End Fonts**/
  /*scale values based on 1.1% scale*/
  --scale-05:.621rem;
  --scale-09:.909rem;
  /*Template Settings*/
  --color-primary: var(--color-teal);
  --font-color-primary: #232323;
  --font-color-primary-light: white;
  --main-font-color: var(--font-color-primary);
  /*End Template Settings*/
  --z-index-absolute-top: 2147483646;
  /*for popup/ diolog box*/
  --z-index-absolute-top-overlay: 2147483645;
  /*for popup/ diolog box overlay background*/
  --z-index-absolute-top-top: 2147483647;
  /*for when a popup/ diolog box need to open a box on top of itself*/
}

/* All Elements */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* End All Elements */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;

  #bodyHeader {
    .left {
      text-align: left;
    }

    .middle {
      text-align:center;
    }

    .right {
      text-align:right;
    }
  }
}

/* Buttons */
.button,
.button:visited,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 2px solid var(--color-teal);
  border-radius: 100rem;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: max(16px, var(--scale-09));
  padding: var(--scale-05) 1rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.button:hover, .button:focus, .button:active,
.button:visited:hover,
.button:visited:focus,
.button:visited:active,
button:hover,
button:focus,
button:active,
input[type=button]:hover,
input[type=button]:focus,
input[type=button]:active,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=reset]:active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active {
  background: white;
  text-shadow: none;
}
.button.primary,
.button:visited.primary,
button.primary,
input[type=button].primary,
input[type=reset].primary,
input[type=submit].primary {
  background: var(--color-teal);
  color: white;
}
.button.primary:hover,
.button:visited.primary:hover,
button.primary:hover,
input[type=button].primary:hover,
input[type=reset].primary:hover,
input[type=submit].primary:hover {
  background: white;
  color: var(--color-teal);
}
.button.secondary,
.button:visited.secondary,
button.secondary,
input[type=button].secondary,
input[type=reset].secondary,
input[type=submit].secondary {
  background: white;
  color: var(--color-teal);
}
.button.secondary:hover,
.button:visited.secondary:hover,
button.secondary:hover,
input[type=button].secondary:hover,
input[type=reset].secondary:hover,
input[type=submit].secondary:hover {
  background: hsla(var(--color-teal-hsl), 0.2);
}

button.noStyle {
  border: none;
  color: initial;
  display: inline-block;
  font-size: initial;
  padding: 0;
  text-align: initial;
}

/* End Buttons */
.contentRow.default {
  margin: 0 auto;
  max-width: 1366px;
  padding: 0 2rem;
  position: relative;
  width: 100%;
}

/* Cards */
.cards {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cards > .card {
  flex: 1 1 325px;
}
.cards > .card .image {
  background-size: 0;
}
.cards.overlay .card::before {
  background-color: rgba(0, 0, 0, 0.65);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 3;
}
.cards.overlay .card .image {
  background-position: center center;
  background-size: cover;
  inset: 0;
  overflow: hidden;
  position: absolute;
}
.cards.overlay .card .image img {
  display: none;
}
.cards.overlay .card .content {
  position: relative;
  z-index: 5;
}

.cards > *,
.card {
  background: white;
  box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.4);
  border: none;
  border-bottom: 0.5rem solid #7689a2;
  border-top: 2px solid #f2dc6e;
  display: block;
  margin: 0 1rem 2rem;
  max-width: 480px;
  min-width: min(325px, 100%);
  position: relative;
  transition: all 0.3s ease-out;
}
.cards > * > .image,
.card > .image {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 50%;
}
.cards > * > .image > img,
.card > .image > img {
  display: block;
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-aspect-ratio: 2/1) {
  .cards > * > .image > img,
.card > .image > img {
    /* Less than 2x wide as it is high */
  }
  .cards > * > .image > img,
.card > .image > img {
    height: auto;
    /* Height auto */
    width: 100%;
    /* Set width to 100% */
  }
}
@media (min-aspect-ratio: 2/1) {
  .cards > * > .image > img,
.card > .image > img {
    /* Greater than or equal to 2x wide as it is high */
  }
  .cards > * > .image > img,
.card > .image > img {
    height: 100%;
    /* Set height to 100% */
    width: auto;
    /* Width auto */
  }
}
.cards > * > .content,
.card > .content {
  padding: 1rem 1rem 1.5rem;
}
.cards > * > .content h3,
.card > .content h3 {
  margin-bottom: 1rem;
}
.cards > * > .content > *:first-child,
.card > .content > *:first-child {
  margin-top: 0;
}
.cards > * > .content > *:last-child,
.card > .content > *:last-child {
  margin-bottom: 0;
}
.cards > * > .link,
.card > .link {
  inset: auto auto 0 50%;
  position: absolute;
  transform: translate(-50%, calc(50% + .25rem));
}
@media screen and (min-width: 800px) {
  .cards > *,
.card {
    width: 50%;
  }
}

a.card {
  color: black;
  text-decoration: none;
}
a.card:hover, a.card:focus, a.card:active {
  transform: scale(1.025);
}

/* End Cards */
/** 50% Desktop Width **/
@media screen and (min-width: 651px) {
  .column50-650 {
    width: calc(50% - 2rem);
  }
}

@media screen and (min-width: 801px) {
  .column50-800 {
    width: calc(50% - 2rem);
  }
}

/** 33% Desktop Width **/
@media screen and (min-width: 976px) {
  .column33-975 {
    width: calc(33.33% - 2rem);
  }
}

@media screen and (min-width: 1367px) {
  .column33-1366 {
    width: calc(33.33% - 2rem);
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row.flex > * {
  flex: 1 1;
}
.row > * {
  margin: 0 1rem 2rem;
}

/************
* Popup Box *
************/
body:has(.popupParent, .popup) {
  overflow: hidden !important;
}

*:has(.popup) {
  position: relative;
  z-index: var(--z-index-absolute-top) !important;
}

.popupParent {
  position: relative !important;
  z-index: var(--z-index-absolute-top) !important;
}

*:has(> .popup)::before {
  background: var(--background-overlay);
  content: "";
  display: block;
  inset: 0;
  position: fixed;
  z-index: var(--z-index-absolute-top-overlay);
}

.popup {
  inset: 0;
  position: fixed !important;
  z-index: var(--z-index-absolute-top) !important;
}
.popup .popup {
  position: fixed;
  z-index: var(--z-index-absolute-top-top);
}

/*****•**********
* End Popup Box *
******•*********/
/*# sourceMappingURL=base.css.map *//*/home/dalefami/public_html/tommarrowws-cms-0.81/styles/global.css*/@charset "UTF-8";
/**
* Base styles for the site and CMS.  These styles are used on ever page in the CMS and site.
*/
:root {
  /*Primary Menu*/
  --menu-primary-icon-color: #006;
  --menu-primary-menu-background: white;
  --menu-primary-header-background: white;
  --menu-primary-0-border-color: var(--color-gold);
  --menu-primary-0-color: hsl(0,0%,23%);
  --menu-primary-0-divider-color: var(--color-gold);
  --menu-primary-0-font-size: 1.1rem;
  --menu-primary-0-font-weight: 700;
  --menu-primary-1-color: var(--color-blue);
  --menu-primary-1-font-size: 1rem;
  --menu-primary-1-font-weight: 400;
  /*Primary Menu Mobile*/
  --menu-primary-mobile-background: #006;
  --menu-primary-mobile-icon-color: white;
  --z-index-absolute-top: 2147483646;
  /*for popup/ diolog box*/
  --z-index-absolute-top-overlay: 2147483645;
  /*for popup/ diolog box overlay background*/
  --z-index-absolute-top-top: 2147483647;
  /*for when a popup/ diolog box need to open a box on top of itself*/
}

/************
* Popup Box *
************/
body:has(.popupParent, .popup) {
  overflow: hidden !important;
}

*:has(.popup) {
  position: relative;
  z-index: var(--z-index-absolute-top) !important;
}

.popupParent {
  position: relative !important;
  z-index: var(--z-index-absolute-top) !important;
}

*:has(> .popup)::before {
  background: var(--background-overlay);
  content: "";
  display: block;
  inset: 0;
  position: fixed;
  z-index: var(--z-index-absolute-top-overlay);
}

.popup {
  inset: 0;
  position: fixed !important;
  z-index: var(--z-index-absolute-top) !important;
}
.popup .popup {
  position: fixed;
  z-index: var(--z-index-absolute-top-top);
}

/*****•**********
* End Popup Box *
******•*********/
/**
* global.css
* created:20140831 modified:20170505
* Styles to use in CMS and the site
*/
/*generic*/
ul.checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

.hidden {
  display: none !important;
  height: 0 !important;
}

.collapsed {
  border: none !important;
  font-size: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  visibility: hidden !important;
}

.inlineBlock {
  display: inline-block !important;
  white-space: nowrap;
}

.invisible {
  visibility: hidden !important;
}

.remove {
  display: none !important;
  height: 0 !important;
}

.transparent {
  opacity: 0;
}

button.noStyle {
  background: transparent;
  border: none;
  padding: 0;
}

ul.noStyle {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* jQuery */
.ui-selectmenu-menu {
  transition: unset;
}

/**
* Progress Bar *
*/
.progressBar {
  background: rgba(0, 0, 0, 0.65);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
}

.progressBar span {
  background: white;
  border-radius: 100px;
  box-shadow: 0px 0px 1rem #333333;
  left: 50%;
  padding: 2rem;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}

.progressBar img {
  max-width: 100%;
}

/*********
* Alerts *
*********/
.alert {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
}

.alert .prefix {
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-right: 1rem;
}

.alert .close {
  float: right;
  font-size: 1.5rem;
  line-height: 0.5rem;
  cursor: pointer;
  margin: -1rem -1rem 0 0;
  padding: 1rem;
}

.alert-info {
  background-color: #d1ecf1;
  border-color: #bee5eb;
  color: #0c5460;
}

.alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}

.alert-warning {
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
}

/*************
* End Alerts *
*************/
/**********
* Margins *
**********/
.marginBottom {
  margin-bottom: 1rem;
}

.marginLeft {
  margin-left: 1rem;
}

.marginRight {
  margin-right: 1rem;
}

.marginTop {
  margin-top: 1rem;
}

.marginTopBottom {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.marginTopBottom2 {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.marginLeftRight,
.marginSides {
  margin-left: 1rem;
  margin-right: 1rem;
}

/**************
* End Margins *
**************/
/*end generic*/
/********
* Forms *
********/
/**************
* All Layouts *
**************/
form:not(.forms1929) fieldset {
  margin-bottom: 1rem;
  min-width: 0;
}

form:not(.forms1929) legend {
  font-size: 1.1rem;
  font-weight: 700;
}

form:not(.forms1929) label,
form:not(.forms1929) .label,
.label {
  font-size: 0.9rem;
  font-weight: 700;
}

form:not(.forms1929) label:not(.checkboxLabel)::after,
form:not(.forms1929) .label::after,
.label::after {
  /*content:' :'*/
}

form:not(.forms1929) .checkboxLabel {
  margin-left: 1rem;
}

form:not(.forms1929) .checkboxLabel * {
  display: inline-block;
}

form:not(.forms1929) input[type=email],
form:not(.forms1929) input[type=number],
form:not(.forms1929) input[type=tel],
form:not(.forms1929) input[type=text],
form:not(.forms1929) input[type=password],
form:not(.forms1929) input[type=link],
form:not(.forms1929) input[type=url],
form:not(.forms1929) textarea,
form:not(.forms1929) .sizeFull {
  border: 1px solid #ddd;
  border-radius: 3px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 0.91rem;
  font-weight: 400;
  max-width: calc(100% - 4px - 1rem);
  padding: 0.25rem 0.5rem;
  width: 16.667rem;
}

form:not(.forms1929) select {
  border: 1px solid #ddd;
  border-radius: 3px;
  max-width: 100%;
}

form:not(.forms1929) textarea {
  min-height: 200px;
}

form:not(.forms1929) .formField {
  margin-bottom: 0.5rem;
}

form:not(.forms1929) .fieldSpan,
form:not(.forms1929) .labelSpan {
  display: inline-block;
  margin: 0.25rem 0;
  vertical-align: top;
}

form.formWrap .fieldSpan {
  display: block;
  margin-top: 0;
}

form.formWrap .labelSpan {
  display: block;
  margin-bottom: 0;
}

form.formWrap .formField > span:nth-child(2) {
  display: block;
  width: 100%;
}

form:not(.forms1929) .formFieldInfo,
form:not(.forms1929) .error {
  font-size: 0.8rem;
  font-weigh: 400;
}

form:not(.forms1929) .error {
  color: #cc0000;
}

form:not(.forms1929) .imagePreview {
  max-height: 200px;
  max-width: 90%;
}

form:not(.forms1929) .information {
  margin: 2rem 5% 1rem;
}

form:not(.forms1929) .required:not(span) {
  color: red;
  font-size: 0.8rem;
  font-weight: 700;
  max-width: 100%;
}

form:not(.forms1929) .required input[type=text],
form:not(.forms1929) .required input[type=number],
form:not(.forms1929) .required input[type=password],
form:not(.forms1929) .required input[type=tel],
form:not(.forms1929) .required input[type=url],
form:not(.forms1929) .required textarea,
form:not(.forms1929) .required select {
  /*max-width:100%*/
}

/*15px width of 'M' char for 18px font-size*/
form:not(.forms1929) .size2 {
  width: 1.944rem !important;
}

form:not(.forms1929) .size3 {
  width: 2.778rem !important;
}

form:not(.forms1929) .size4 {
  width: 3.611rem !important;
}

form:not(.forms1929) .size5 {
  width: 4.444rem !important;
}

form:not(.forms1929) .size6 {
  width: 5.278rem !important;
}

form:not(.forms1929) .size10 {
  width: 8.611rem !important;
}

form:not(.forms1929) .size15 {
  width: 12.778rem !important;
}

form:not(.forms1929) .repeatableContainer > div {
  border-bottom: 1px solid;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
}

form:not(.forms1929) .repeatableActions {
  text-align: right;
}

form:not(.forms1929) .costSpan {
  text-align: right;
  white-space: nowrap;
}

form:not(.forms1929) .costFlex {
  display: flex;
  justify-content: space-between;
}

form:not(.forms1929) .quantityInput {
  text-align: right;
}

form:not(.forms1929) .costTotalSpan {
  border-top: 1px solid;
}

form:not(.forms1929) #discountApply {
  font-weight: 700;
  text-align: right;
}

form:not(.forms1929) #discountApply ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

form:not(.forms1929) #discountApply li {
  display: flex;
  justify-content: space-between;
}

form:not(.forms1929) #discountApply li span:last-child {
  margin-left: 1rem;
}

form:not(.forms1929) .formField > span > span.required {
  display: block;
  position: relative;
}

form:not(.forms1929) .formField > span > span.required > span {
  bottom: 0.5rem;
  color: white;
  display: block;
  font-size: 0.65rem;
  font-weight: 400;
  left: 0;
  line-height: 0.65rem;
  position: absolute;
  text-align: center;
  transform: translateY(50%);
  width: 100%;
}

form:not(.forms1929) .formField > span > span.required.indicate > span {
  bottom: -0.5rem;
  color: white;
  display: block;
  font-size: 0.65rem;
  font-weight: 400;
  left: 0;
  line-height: 0.65rem;
  position: absolute;
  text-align: center;
  transform: translateY(50%);
  width: 100%;
}

form:not(.forms1929) .formField > span > span.required input,
form:not(.forms1929) .formField > span > span.required {
  transition: border 0.3s ease-out;
}

form:not(.forms1929) .formField > span > span.required input.indicate,
form:not(.forms1929) .formField > span > span.required.indicate {
  border: 1px solid #faab20;
  border-bottom-width: 1rem;
}

.fieldSpan.checklist ul {
  display: inline-block;
  list-style: none;
  margin: 0 0.5rem;
  padding: 0;
  vertical-align: top;
}

.fieldSpan.checklist ul:first-child {
  margin-left: 0;
}

.fieldSpan.checklist ul:last-child {
  margin-right: 0;
}

.fieldSpan.checklist li * {
  vertical-align: middle;
}

.formFieldInputHidden {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

.radioList input {
  margin-right: 0.5rem;
}

/******************
* End All Layouts *
******************/
/**************
* Two Columns *
**************/
form.columns2Form .formField > span:first-child,
form.columns2Form .labelSpan,
form:not(.inlineForm):not(.formWrap):not(.forms1929) .formField > span:first-child,
form:not(.inlineForm):not(.formWrap):not(.forms1929) .labelSpan {
  display: inline-block;
  margin-right: 1rem;
  max-width: 300px;
  min-width: 150px;
  text-align: right;
  vertical-align: top;
  width: calc(33.3% - 1rem);
}

form.columns2Form .formField > span:nth-child(2),
form.columns2Form .fieldSpan,
form:not(.inlineForm):not(.formWrap):not(.forms1929) .formField > span:nth-child(2),
form:not(.inlineForm):not(.formWrap):not(.forms1929) .fieldSpan {
  display: inline-block;
  vertical-align: top;
  width: calc(66.6% - 2rem);
}

/******************
* End Two Columns *
******************/
/*********
* Inline *
*********/
form.inlineForm {
  margin-bottom: -0.5rem;
}

form.inlineForm .formField {
  display: inline-block;
  margin: 0 0.5rem 0.5rem;
}

/*************
* End Inline *
*************/
/************
* End Forms *
************/
a {
  transition: all 0.3s ease-out;
}

/*pagination*/
.pagination button {
  background: none;
  border: none;
  color: blue;
  cursor: pointer;
  padding: 0 0.25rem;
}

.pagination button:hover,
.pagination button.selected {
  color: green;
}

/*end pagination*/
/*tables*/
table {
  border-collapse: collapse;
}

/*end tables*/
/*other*/
.actionIcon,
.actionIcon:visited {
  color: red;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.actionIcon:hover,
.actionIcon:active,
.actionIcon:focus {
  color: red;
}

.actionIcon span {
  display: inline-block;
  vertical-align: middle;
}

.actionIcon .actionText {
  font-weight: 400;
  margin-left: 0.5rem;
  overflow: hidden;
  text-align: left;
  transition: width 0.3s ease-out;
  width: 0;
}

.actionIcon:hover .actionText {
  width: 100%;
}

/* end other */
/********
* Lists *
********/
/************
* Columnded *
************/
.listColumnDiv {
  display: flex;
  margin: 0 -0.5rem;
}

.listColumnDiv ul {
  list-style: none;
  margin: 0 0.5rem;
  padding: 0;
}

/****************
* End Columnded *
****************/
/*************
* List Table *
*************/
.listTableDiv {
  display: block;
  overflow: hidden;
  width: 100%;
}

.listTableDiv ol {
  list-style: none;
  margin: 0;
  padding-left: 2rem;
}

.listTableDiv > ol {
  border: 1px solid #ADD8E6;
  padding: 0;
}

.listTableDiv .listHeader {
  background: #ADD8E6;
  font-size: 0.89rem;
  font-weight: 700;
}

.listTableDiv .listHeader .listRow > span {
  border-right: 1px solid white;
}

.listTableDiv .listRow > span:last-of-type {
  border: none;
}

.listTableDiv .listRow {
  display: flex;
  padding: 0;
}

.listTableDiv .listRow > span {
  border-right: 1px solid #ADD8E6;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  padding: 0.5rem 1rem;
  vertical-align: top;
}

.listTableDiv .listRow > span:last-of-type {
  border: none;
}

.listTableDiv .listRow span.iconTd {
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  width: calc(100px - 2rem);
}

.listTableDiv .iconTd .fa-level-up-alt.add {
  transform: rotateZ(90deg);
}

/*****************
* End List Table *
*****************/
/***********
* End List *
***********/
/*********
* Alerts *
*********/
.alert {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
}

.alert .prefix {
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-right: 1rem;
}

.alert .close {
  float: right;
  font-size: 1.5rem;
  line-height: 0.5rem;
  cursor: pointer;
  margin: -1rem -1rem 0 0;
  padding: 1rem;
}

.alert-info {
  background-color: #d1ecf1;
  border-color: #bee5eb;
  color: #0c5460;
}

.alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}

.alert-warning {
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
}

/*************
* End Alerts *
*************/
/**************
* Star Rating *
**************/
.ratingContainer {
  /*text-shadow: 0px 1px 10px rgba(0, 0, 0, 1);*/
  /*margin: 3rem auto;
  height: 3rem;*/
  display: flex;
  display: inline-block;
}

.ratingContainer .star {
  display: inline-block;
  font-size: 1rem;
  font-style: normal;
  font-variant: normal;
  height: 0.75rem;
  line-height: 1rem;
  margin: 0 0.125rem;
  position: relative;
  text-rendering: auto;
  width: 0.75rem;
}

.ratingContainer .star::before {
  content: "★";
  font-size: 0.75rem;
  position: absolute;
  left: 0;
}

.ratingContainer .star.unrated::before {
  color: #ddd;
}

.ratingContainer .star.full::before {
  color: #20b2aa;
}

.ratingContainer .star.none::before {
  color: #acacac;
}

.ratingContainer .star.partial::before {
  color: #20b2aa;
  overflow: hidden;
}

.ratingContainer .star.partial::after {
  color: #acacac;
  content: "★";
  font-size: 0.75rem;
  position: absolute;
  overflow: hidden;
}

.ratingContainer .star.partial.quarter::before {
  width: 25%;
}

.ratingContainer .star.partial.quarter::after {
  left: 25%;
  /*width:75%;*/
  text-indent: -25%;
}

.ratingContainer .star.partial.third::before {
  width: 33.3%;
}

.ratingContainer .star.partial.third::after {
  left: 33.3%;
  /*width:66.7%;*/
  text-indent: -33.3%;
}

.ratingContainer .star.partial.half::before {
  width: 50%;
}

.ratingContainer .star.partial.half::after {
  left: 50%;
  /*width:50%;*/
  text-indent: -50%;
}

.ratingContainer .star.partial.two-thirds::before {
  width: 66.7%;
}

.ratingContainer .star.partial.two-thirds::after {
  left: 66.7%;
  /*width:33.3%;*/
  text-indent: -66.7%;
}

.ratingContainer .star.partial.three-quarters::before {
  width: 75%;
}

.ratingContainer .star.partial.three-quarters::after {
  left: 75%;
  /*width:25%;*/
  text-indent: -75%;
}

.ratingContainer.hoverable .star:hover {
  cursor: pointer;
}

.ratingContainer.hoverable:hover .star::before,
.ratingContainer.hoverable.selected .star::before {
  color: #20b2aa;
}

.ratingContainer.hoverable .star:hover ~ .star::before,
.ratingContainer.hoverable .star.selected ~ .star::before {
  color: #acacac;
}

/******************
* End Star Rating *
******************/
img.float {
  height: auto;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 480px) {
  img.float {
    max-width: 100%;
  }
}
@media screen and (min-width: 481px) {
  img.float {
    max-width: 50%;
  }
  img.float.right {
    float: right;
    margin-left: 1rem;
  }
  img.float.left {
    float: left;
    margin-right: 1rem;
  }
  img.float:not(.top) {
    margin-top: 0.5rem;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-around;
}

html {
  /*font-size:15.33px /*18px for largest font size*/
  /* Footer */
}
@media screen and (max-width: 480px) {
  html {
    font-size: calc(var(--font-size) * 1);
  }
}
@media screen and (min-width: 481px) and (max-width: 800px) {
  html {
    font-size: calc(var(--font-size) * var(--font-size-multiplier));
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  html {
    font-size: calc(var(--font-size) * var(--font-size-multiplier) * var(--font-size-multiplier));
  }
}
@media screen and (min-width: 1025px) {
  html {
    font-size: calc(var(--font-size) * var(--font-size-multiplier) * var(--font-size-multiplier) * var(--font-size-multiplier));
  }
}
@media screen and (max-width: 480px) {
  html body {
    font-size: calc(var(--font-size) * 1);
  }
}
@media screen and (min-width: 481px) and (max-width: 800px) {
  html body {
    font-size: calc(var(--font-size) * var(--font-size-multiplier));
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  html body {
    font-size: calc(var(--font-size) * var(--font-size-multiplier) * var(--font-size-multiplier));
  }
}
@media screen and (min-width: 1025px) {
  html body {
    font-size: calc(var(--font-size) * var(--font-size-multiplier) * var(--font-size-multiplier) * var(--font-size-multiplier));
  }
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  margin: 0 auto 1rem;
}
@media screen and (max-width: 480px) {
  html body h1 {
    font-size: calc(1.6rem + .6rem / 4 * 1);
  }
}
@media screen and (min-width: 481px) and (max-width: 800px) {
  html body h1 {
    font-size: calc(1.6rem + .6rem / 4 * 2);
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  html body h1 {
    font-size: calc(1.6rem + .6rem / 4 * 3);
  }
}
@media screen and (min-width: 1025px) {
  html body h1 {
    font-size: calc(1.6rem + .6rem / 4 * 4);
  }
}
@media screen and (max-width: 480px) {
  html body h2 {
    font-size: calc(1.5rem + .5rem / 4 * 1);
  }
}
@media screen and (min-width: 481px) and (max-width: 800px) {
  html body h2 {
    font-size: calc(1.5rem + .5rem / 4 * 2);
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  html body h2 {
    font-size: calc(1.5rem + .5rem / 4 * 3);
  }
}
@media screen and (min-width: 1025px) {
  html body h2 {
    font-size: calc(1.5rem + .5rem / 4 * 4);
  }
}
@media screen and (max-width: 480px) {
  html body h3 {
    font-size: calc(1.4rem + .4rem / 4 * 1);
  }
}
@media screen and (min-width: 481px) and (max-width: 800px) {
  html body h3 {
    font-size: calc(1.4rem + .4rem / 4 * 2);
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  html body h3 {
    font-size: calc(1.4rem + .4rem / 4 * 3);
  }
}
@media screen and (min-width: 1025px) {
  html body h3 {
    font-size: calc(1.4rem + .4rem / 4 * 4);
  }
}
@media screen and (max-width: 480px) {
  html body h4 {
    font-size: calc(1.3rem + .3rem / 4 * 1);
  }
}
@media screen and (min-width: 481px) and (max-width: 800px) {
  html body h4 {
    font-size: calc(1.3rem + .3rem / 4 * 2);
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  html body h4 {
    font-size: calc(1.3rem + .3rem / 4 * 3);
  }
}
@media screen and (min-width: 1025px) {
  html body h4 {
    font-size: calc(1.3rem + .3rem / 4 * 4);
  }
}
@media screen and (max-width: 480px) {
  html body h5 {
    font-size: calc(1.2rem + .2rem / 4 * 1);
  }
}
@media screen and (min-width: 481px) and (max-width: 800px) {
  html body h5 {
    font-size: calc(1.2rem + .2rem / 4 * 2);
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  html body h5 {
    font-size: calc(1.2rem + .2rem / 4 * 3);
  }
}
@media screen and (min-width: 1025px) {
  html body h5 {
    font-size: calc(1.2rem + .2rem / 4 * 4);
  }
}
@media screen and (max-width: 480px) {
  html body h6 {
    font-size: calc(1.1rem + .1rem / 4 * 1);
  }
}
@media screen and (min-width: 481px) and (max-width: 800px) {
  html body h6 {
    font-size: calc(1.1rem + .1rem / 4 * 2);
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  html body h6 {
    font-size: calc(1.1rem + .1rem / 4 * 3);
  }
}
@media screen and (min-width: 1025px) {
  html body h6 {
    font-size: calc(1.1rem + .1rem / 4 * 4);
  }
}
html #bodyFooterBlock #bodyFooterTop {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}
html #bodyFooterBlock #bodyFooterTop > *.middle {
  text-align: center;
}
html #bodyFooterBlock #bodyFooterTop > *.right .navTable ul {
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 650px) {
  html #bodyFooterBlock #bodyFooterTop > * {
    width: 100%;
  }
}
html #bodyFooterBlock #bodyFooterBottom {
  margin-bottom: 4rem;
}
@media screen and (max-width: 975px) {
  html #bodyFooterBlock #bodyFooterBottom #bodyFooterCopyright {
    margin-bottom: 2rem;
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 651px) {
  html #bodyFooterBlock #bodyFooterBottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 976px) {
  html #bodyFooterBlock #bodyFooterBottom {
    justify-content: space-between;
  }
}
html #bodyFooterBlock #bodyFooterBottom #bodyFooterCopyright,
html #bodyFooterBlock #bodyFooterBottom #bodyFooterLogoLM,
html #bodyFooterBlock #bodyFooterBottom #bodyFooterLogoOWD {
  float: none;
}
html #bodyFooterBlock #bodyFooterBottom #bodyFooterLogoLM a[target=_blank]::after,
html #bodyFooterBlock #bodyFooterBottom #bodyFooterLogoOWD a[target=_blank]::after {
  transform: translate(0, 10%);
}
html #bodyFooterBlock #bodyFooterBottom .clear {
  display: none;
}

/*****
* Colorbox *
*/
#colorbox.page #cboxWrapper > * > :not(#cboxContent),
#colorbox.page #cboxWrapper > * #cboxTitle {
  visibility: hidden !important;
}

a[target=_blank] {
  display: inline-block;
  position: relative;
}

a[target=_blank]::after {
  content: " ";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-size: 10px;
  font-weight: 900;
  display: inline-block;
  margin-left: 0.25rem;
  position: absolute;
  inset: 0 0 auto auto;
  transform: translate(110%, 10%);
}

/*end global.css*/
/*# sourceMappingURL=global.css.map */@charset "utf-8";
/**
* Base styles for the website
*/

*/
/**
* Load the page mobile first.
*
* Page Main Width:1366px //most common in 2021
*
* Website Colors:
* - primary: #027bc9 (blueish)
* - secondary: #abd7f0 (light blueish)
* - tertiary: #fa7025 (orangish)
* - quaternary: #b4b4b4 (grayish)
*
* Font Colors:
* - primary: #232326 (black)
* - secondary: # ()
* - tertiary: # ()
* - quaternary: # ()
*
* Font Specifics:
* - Headers:
* -- color:
* -- family:
* -- size:
* -- weight:
* - Navigation:
* -- color:
* -- family:
* -- size:
* -- weight:
* -- Content
* -- color:
* -- family:
* -- size:
* -- weight:
* - Footer
* -- color:
* -- family:
* -- size:
* -- weight:
* - Links
* -- color:
* -- color hover:
* -- family:
* -- size:
* -- weight:
*
* Design:
*	- Design mobile-first
*	- Design for content, not device or screen resolution
* -- Smallest screen resolution is 240 x 320 pixels
* - The font size is what drives the content size.
*	-- Theoretically a column should be between 45 and 75 characters or an average of ten words per line.  This doesn't translate well into pixels or percent.  Using a standards Ariel font . . .
*	-- Smaller screen resolutions should also use a smaller font as the screen is held closer to the person's face making it larger
*
*	Break points:
* - Minimum of 45 characters wide & max of 75 characters
* - 3 breakpoints:
* -- Above 1000px wide (1024 and larger) - desktop
* -- Between 798px and 1000px wide (800 to 1024) – desktop/ tablet
* -- Below 797px (smaller than 800px) – mobile
* - Column width:
* -- 0px to 650px for one column
* -- 651px to 975px for two columns
* -- 976px or more for three columns
* -- Max width of all columns side-by-side:1366px*
*	Font Size:
* - Loosely based on screen size (to loosely coorelate with device and distance held from the face)
* - 10% smaller than next size up or 10% larger than next size down; 1.1:1 ratio.  Round to the nearest common fraction (.0, .25, .33, .5, .66, .75)
* -- 240 px to 320px – 82% - 100%
* -- 320 px to 480px – 86% - 105%
* -- 480px to 800px – 90% - 111%
* -- 800px to 1024px – 95% - 117%
* -- 1024px and above – 100% - 123%
* - Font size should use the same 1.1:1 ratio; px are round, % and rem more accurate
* -- http://www.modularscale.com/?18&px&1.1&web&table for table
* -- 7px - 38.6% - .386rem
* -- 8px - 42.4% - .424rem
* -- 8px - 46.7% - .467rem
* -- 9px - 51.3% - .513rem
* -- 10px - 56.4% - .564rem
* -- 11px - 62.1% - .621rem
* -- 12px - 68.3% - .683rem
* -- 14px - 75.1% - .751rem
* -- 15px - 82.6% - .826rem
* -- 16px - 9.09% - .909rem
* -- 18px - 100% - 1rem
* -- 20px - 110% - 1.1rem
* -- 22px - 121% - 1.21rem
* -- 24px - 133.1% - 1.331rem
* -- 26px - 146.4% - 1.454rem
* -- 29px - 161% - 1.61rem
* -- 32px - 177.2% - 1.772rem
* -- 35px - 194.9% - 1.949rem
* -- 39px - 214.4% - 2.145rem
* -- 42px - 235.8% - 2.348rem
* -- 47px - 259.3% - 2.593rem
* -- 51px - 285.3% - 2.853rem
* -- 56px - 313.8% - 3.138rem
*
* Links:
* - It is important that padding and other spacing involving links be specified on the link making it more easily clickable by touch
*
* Final Processing:
* - Make all styling universially compatable
* -- Information: https://github.com/postcss/autoprefixer
* -- Formatter: http://autoprefixer.github.io/
*/

/*import other stylesheets*/
/*@import url('global.css');*/
/*@import url('nav.css');*/

/**
* Absolute Styles:
* Styles that apply to all content in this section go here.
*/
/*change box sizing to include width, padding, border in width property*/

html {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

:root {
  /*backgrounds*/
  /*--background-overlay:hsla(0,0%,100%,.65);*/
  --background-subliminal:hsl(226, 10%, 99%);

  /*bordres*/
  --borderDark: 1px solid hsl(0, 0%, 77%);
  --borderGold: 1px solid #FBB03B;
  --borderRadius: .5rem;

  /*box shadows*/
  --boxShadowDark: 0 5px 15px 1px rgba(0,0,0,.4);
  --boxshadow-dark: 0 5px 15px 1px rgba(0,0,0,.4);
  --boxShadowLight: 0 5px 15px 1px hsla(0,0%,100%,.4);

  /*--color-green: #2e3d32; rgb(36, 36, 36); hsl(0, 0%, 14%)
  /*--color-gold: #ffde16; /*rgb(251, 176, 59); hsl(37, 96%, 61%)*/
  /*--color-blue: #20409a; /*rgb(0, 60, 180); hsl(226, 68%, 95%)*/
  /*--color-light-blue: hsl(244,20%,65%);
  /*--color-dark-blue: #2e4663; /*rgb(255, 123, 0); hsl(29, 100%, 50%)*/
  
  /*--overlay-dark:hsla*/
  --text-shadow-dark:1px 1px 1px rgba(0, 0, 0, 0.65);
  --text-shadow-dark-double:1px 1px 1px rgba(0, 0, 0, 0.65), 0 0 12px rgba(0, 0, 0, 0.65);

  --z-index-top:    999999999;
  --z-index-header: 100;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box; /*inherit not working*/
          box-sizing: border-box; /*inherit not working*/
}

html {
/**
* Background for the site declared here.
* Font color, family, and weight declared here.
*/
  background:var(--color-white) url('/')   no-repeat fixed;background-size:cover;  color:var(--color-gray);
  font-family:'Open Sans', sans-serif;
  font-size:14.5px; /*18px for largest font size*/
  }

a, a:visited {
  color:var(--color-blue);
  /*transition:color .3s ease-out*/
}

a:hover, a:active, a:focus {
  color:var(--color-red)}

h1, h2, h3, h4, h5, h6 {
  color:var(--color-black);  font-family:Montserrat, sans-serif;  font-weight:600;  /*font-variant:small-caps;*/
}

td, th {
  padding:.5rem;
  vertical-align:top
}

form .formFieldInfo,
form .error {
  font-size:.8em;
  font-weigh:400
}

form .error {
	color:#cc0000;
}

form .required {
  color:red;
  font-size:.8rem;
  font-weight:700;
}

form input[type=text],
form input[type=password],
form textarea,
form select {
  /*width:16.667rem /*300px for 18px font-size*/
}

form textarea {
  height:200px
}

form input[type=submit] {
  width:5.556rem /*100px for 18px font-size*/
}

/*15px width of 'M' char for 18px font-size*/
form input.size2 {
  width:1.944rem /*35px for 18px font-size*/
}

form input.size4 {
  width:3.611rem /*65px for 18px font-size*/
}

form input.size5 {
  width:4.444rem /*80px for 18px font-size*/
}

form input.size10 {
  width:8.611rem /*155px for 18px font-size*/
}

/*contact form main*/
#contact {
}

#contact .contactTd1 {
  border:none;
  white-space:nowrap
}

#contact .contactTd2 {
  border:none;
  margin-bottom:1rem;
  white-space:nowrap
}

#contact #hideform {
  visibility:hidden
}

#contact #nameTd {
  position:fixed;
  top:-100px
}

#contact #emailTd {
  display:none
}

.clear {
  clear:both
}

.contentBlock {
  margin:0 auto;
  max-width:1366px;
  padding:0 2rem;
  position:relative;
  width:100%
}

.highlight {
  color:#f57714;
  font-weight:700
}

.invoiceList {
  list-style:none;
  margin:0;
  padding:0
}

.invoiceList ul {
  background:#efefef;
  border:#666;
  display:flex;
  justify-content:space-between;
  padding:1rem
}

.invoiceList ul li:nth-child[1],
.invoiceList ul li:nth-child[2] {
  width:25%
}

.invoiceList ul li:nth-child[3] {
  width:50%
}

/*main section button,
.button,*/
.buttonSlideshow,
.eventsMore {
  border-radius:3px;
  cursor: pointer;
  display:inline-block;
  font-size:.826rem;
  padding:.25rem 1.5rem;
  position: relative;
  text-align:center;
}

/*main section button,
.buttonPrimary,*/
a.buttonPrimary,
a.buttonPrimary:visited,
a.buttonSlideshow,
a.eventsMore {
  background:hsla(76, 15%, 76%, 1);
  border:2px solid hsla(76, 15%, 76%, 1);
  color:hsla(209, 88%, 16%, 1);
  /*font-family:'Open Sans Condensed', sans-serif;*/
  font-size:0.751rem;
  font-weight:600;
  text-decoration: none !important;
  text-transform: uppercase;
  transition:all .3s ease-out
}

/*main section button:hover,
.buttonPrimary:hover,
a.buttonPrimary:hover,
a.buttonPrimary:active,
a.buttonPrimary:focus,*/
a.buttonSlideshow:hover,
a.eventsMore:hover,
a.eventsMore:focus {
  background:white;
  color:hsla(76, 15%, 76%, 1)}

/**************
* Star Rating *
**************/

.ratingContainer .star.unrated::before {
  color:<div class="error_backtrace warning">Backtrace from <strong>WARNING Error</strong> 'Undefined variable $STYLES' at /home/dalefami/public_html/eh-property-management/styles/site/site.css 374:<ol><li>/home/dalefami/public_html/eh-property-management/styles/site-styles.php<ul><li>line: 62 </li><li>Function: _require()</li></ul></li><li>/home/dalefami/public_html/tommarrowws-cms-0.81/library/cms.class.php<ul><li>line: 2002 </li><li>Function: require_once()</li></ul></li></ol></div>      <style>
        .error_backtrace {
          background: white;
          border-radius: 7px;
          box-shadow: 1px 2px 4px #856404;
          color: #856404;
          display: inline-block;
          font-family: 'Courier New', Courier, Monospace;
          font-weight:400;
          max-width:100%;
          margin: 1rem;
          padding: 1rem;
          position: relative;
          text-align: left;
          text-shadow: 1px 1px 1px #efefef;
          text-transform: none;
          word-wrap: break-word;
          overflow-wrap: break-word;
          word-break: break-word;
          z-index: 9999999999999;
        }

        .error_backtrace.fatal {
          box-shadow: 1px 2px 4px #860404;
          color:#860404;
        }
      </style>
      <div class="error_backtrace warning">Backtrace from <strong>WARNING Error</strong> 'Trying to access array offset on value of type null' at /home/dalefami/public_html/eh-property-management/styles/site/site.css 374:<ol><li>/home/dalefami/public_html/eh-property-management/styles/site-styles.php<ul><li>line: 62 </li><li>Function: _require()</li></ul></li><li>/home/dalefami/public_html/tommarrowws-cms-0.81/library/cms.class.php<ul><li>line: 2002 </li><li>Function: require_once()</li></ul></li></ol></div><div class="error_backtrace warning">Backtrace from <strong>WARNING Error</strong> 'Trying to access array offset on value of type null' at /home/dalefami/public_html/eh-property-management/styles/site/site.css 374:<ol><li>/home/dalefami/public_html/eh-property-management/styles/site-styles.php<ul><li>line: 62 </li><li>Function: _require()</li></ul></li><li>/home/dalefami/public_html/tommarrowws-cms-0.81/library/cms.class.php<ul><li>line: 2002 </li><li>Function: require_once()</li></ul></li></ol></div>;
}

.ratingContainer .star.full::before {
  color:<div class="error_backtrace warning">Backtrace from <strong>WARNING Error</strong> 'Undefined variable $STYLES' at /home/dalefami/public_html/eh-property-management/styles/site/site.css 378:<ol><li>/home/dalefami/public_html/eh-property-management/styles/site-styles.php<ul><li>line: 62 </li><li>Function: _require()</li></ul></li><li>/home/dalefami/public_html/tommarrowws-cms-0.81/library/cms.class.php<ul><li>line: 2002 </li><li>Function: require_once()</li></ul></li></ol></div><div class="error_backtrace warning">Backtrace from <strong>WARNING Error</strong> 'Trying to access array offset on value of type null' at /home/dalefami/public_html/eh-property-management/styles/site/site.css 378:<ol><li>/home/dalefami/public_html/eh-property-management/styles/site-styles.php<ul><li>line: 62 </li><li>Function: _require()</li></ul></li><li>/home/dalefami/public_html/tommarrowws-cms-0.81/library/cms.class.php<ul><li>line: 2002 </li><li>Function: require_once()</li></ul></li></ol></div><div class="error_backtrace warning">Backtrace from <strong>WARNING Error</strong> 'Trying to access array offset on value of type null' at /home/dalefami/public_html/eh-property-management/styles/site/site.css 378:<ol><li>/home/dalefami/public_html/eh-property-management/styles/site-styles.php<ul><li>line: 62 </li><li>Function: _require()</li></ul></li><li>/home/dalefami/public_html/tommarrowws-cms-0.81/library/cms.class.php<ul><li>line: 2002 </li><li>Function: require_once()</li></ul></li></ol></div>;
}

.ratingContainer .star.none::before {
  color:<div class="error_backtrace warning">Backtrace from <strong>WARNING Error</strong> 'Undefined variable $STYLES' at /home/dalefami/public_html/eh-property-management/styles/site/site.css 382:<ol><li>/home/dalefami/public_html/eh-property-management/styles/site-styles.php<ul><li>line: 62 </li><li>Function: _require()</li></ul></li><li>/home/dalefami/public_html/tommarrowws-cms-0.81/library/cms.class.php<ul><li>line: 2002 </li><li>Function: require_once()</li></ul></li></ol></div><div class="error_backtrace warning">Backtrace from <strong>WARNING Error</strong> 'Trying to access array offset on value of type null' at /home/dalefami/public_html/eh-property-management/styles/site/site.css 382:<ol><li>/home/dalefami/public_html/eh-property-management/styles/site-styles.php<ul><li>line: 62 </li><li>Function: _require()</li></ul></li><li>/home/dalefami/public_html/tommarrowws-cms-0.81/library/cms.class.php<ul><li>line: 2002 </li><li>Function: require_once()</li></ul></li></ol></div><div class="error_backtrace warning">Backtrace from <strong>WARNING Error</strong> 'Trying to access array offset on value of type null' at /home/dalefami/public_html/eh-property-management/styles/site/site.css 382:<ol><li>/home/dalefami/public_html/eh-property-management/styles/site-styles.php<ul><li>line: 62 </li><li>Function: _require()</li></ul></li><li>/home/dalefami/public_html/tommarrowws-cms-0.81/library/cms.class.php<ul><li>line: 2002 </li><li>Function: require_once()</li></ul></li></ol></div>;
}

.ratingContainer .star.partial::before {
  color:<div class="error_backtrace warning">Backtrace from <strong>WARNING Error</strong> 'Undefined variable $STYLES' at /home/dalefami/public_html/eh-property-management/styles/site/site.css 386:<ol><li>/home/dalefami/public_html/eh-property-management/styles/site-styles.php<ul><li>line: 62 </li><li>Function: _require()</li></ul></li><li>/home/dalefami/public_html/tommarrowws-cms-0.81/library/cms.class.php<ul><li>line: 2002 </li><li>Function: require_once()</li></ul></li></ol></div><div class="error_backtrace warning">Backtrace from <strong>WARNING Error</strong> 'Trying to access array offset on value of type null' at /home/dalefami/public_html/eh-property-management/styles/site/site.css 386:<ol><li>/home/dalefami/public_html/eh-property-management/styles/site-styles.php<ul><li>line: 62 </li><li>Function: _require()</li></ul></li><li>/home/dalefami/public_html/tommarrowws-cms-0.81/library/cms.class.php<ul><li>line: 2002 </li><li>Function: require_once()</li></ul></li></ol></div><div class="error_backtrace warning">Backtrace from <strong>WARNING Error</strong> 'Trying to access array offset on value of type null' at /home/dalefami/public_html/eh-property-management/styles/site/site.css 386:<ol><li>/home/dalefami/public_html/eh-property-management/styles/site-styles.php<ul><li>line: 62 </li><li>Function: _require()</li></ul></li><li>/home/dalefami/public_html/tommarrowws-cms-0.81/library/cms.class.php<ul><li>line: 2002 </li><li>Function: require_once()</li></ul></li></ol></div>;
}

.ratingContainer .star.partial::after {
  color:<div class="error_backtrace warning">Backtrace from <strong>WARNING Error</strong> 'Undefined variable $STYLES' at /home/dalefami/public_html/eh-property-management/styles/site/site.css 390:<ol><li>/home/dalefami/public_html/eh-property-management/styles/site-styles.php<ul><li>line: 62 </li><li>Function: _require()</li></ul></li><li>/home/dalefami/public_html/tommarrowws-cms-0.81/library/cms.class.php<ul><li>line: 2002 </li><li>Function: require_once()</li></ul></li></ol></div><div class="error_backtrace warning">Backtrace from <strong>WARNING Error</strong> 'Trying to access array offset on value of type null' at /home/dalefami/public_html/eh-property-management/styles/site/site.css 390:<ol><li>/home/dalefami/public_html/eh-property-management/styles/site-styles.php<ul><li>line: 62 </li><li>Function: _require()</li></ul></li><li>/home/dalefami/public_html/tommarrowws-cms-0.81/library/cms.class.php<ul><li>line: 2002 </li><li>Function: require_once()</li></ul></li></ol></div><div class="error_backtrace warning">Backtrace from <strong>WARNING Error</strong> 'Trying to access array offset on value of type null' at /home/dalefami/public_html/eh-property-management/styles/site/site.css 390:<ol><li>/home/dalefami/public_html/eh-property-management/styles/site-styles.php<ul><li>line: 62 </li><li>Function: _require()</li></ul></li><li>/home/dalefami/public_html/tommarrowws-cms-0.81/library/cms.class.php<ul><li>line: 2002 </li><li>Function: require_once()</li></ul></li></ol></div>;
}

/******************
* End Star Rating *
******************/

/******************
* Slideshows *
******************/
.contentSection .flexslider {
  border:none
}

.contentSection .flexslider .slides {
}

.contentSection .flexslider .slides > li {
  position: relative
}

.contentSection .flexslider .slides > li::before {
  background:rgba(0, 0, 0, 0.45);
  content:'';
  inset:0;
  position:absolute;
}

.contentSection .flexslider .flex-control-nav {
  bottom:0
}

.contentSection .flexslider .flex-control-nav a {
  /*background:hsla(209, 88%, 16%, 1);
  border:1px solid hsla(76, 15%, 76%, 1);
  opacity: .65*/
}

.contentSection .flexslider .flex-control-nav a.flex-active {
  opacity:.95
}

.contentSection .flexslider .slideshowCaptionBlock {
  /*background:hsla(209, 88%, 16%, 1);
  border-top: 2px solid hsla(50, 84%, 69%, 1);
  color:white;
  padding: 1rem 1.5rem;
  text-align: center;
  text-shadow:1px 1px 1px rgba(0,0,0,.65);*/
}

.contentSection .flexslider .slideshowCaptionBlock h1 {
  color:white;
  font-size: 3rem;
  text-align:center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65), 0 0 12px rgba(0, 0, 0, 0.65);
}

.contentSection .flexslider .slideshowCaptionBlock .buttonSlideshow,
.eventContainer .eventsMore,
.articleContainer button {
  /*
  background-color:hsla(215, 19%, 55%, 1);
  box-shadow: 0 5px 15px 1px rgba(0,0,0,.4);
  border-color:rgba(255,255,255,.65);
  bottom:-.25rem;
  color:white;
  left:50%;
  position: absolute;
  transform:translate(-50%,50%);
  */
}

/******************
* End Slideshows *
******************/


/* End Absolute Styles */

/**
* Relative Styles:
* Styles that column based go here.
*/

/* One Column */
@media screen and (max-width:650px) {
/**
* Styles that are only for one column go here.
*/
.contentSection .flexslider .slideshowCaption h1 {
  font-size: 1.611rem;
}
}

/* One and Two Columns */
@media screen and (max-width:975px) {
/**
* Styles that are only for two columns go here.
*/

.contentSection .flexslider .slideshowCaptionBlock .buttonSlideshow {
  bottom:auto;
  left:auto;
  position:unset;
  transform:none;
}
}

/* Two Columns */
@media screen and (min-width:651px) and (max-width:975px) {
/**
* Styles that are only for two columns go here.
*/
}

/* Two & Three Columns */
@media screen and (min-width:651px) {
/**
* Styles that are for two and three columns go here.
*/
}

/* Three Columns */
@media screen and (min-width:976px) {
/**
* Styles that are for three columns go here.
*/

.contentSection .flexslider .slideshowCaption {
  max-width:1366px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform:translate(-50%, -50%);
  width:calc(100% - 4rem)
}

.contentSection .flexslider .slideshowCaptionBlock {
  /*
  border-bottom: .5rem solid hsla(215, 19%, 55%, 1);
  bottom:0;
  box-shadow: 0 5px 15px 1px rgba(0,0,0,.4);
  position:absolute;
  right:0;
  transform:translateY(50%);
  */
}

/*contact*/
#contact .contactTable {
  border:none;
  border-collapse:collapse;
  display:table;
  width:100%
}

#contact .contactTr {
  display:table-row
}

#contact .contactTd1,
#contact .contactTd2 {
  display:table-cell;
  padding:.5rem;
  vertical-align:top
}
}

/**
* Relative Styles:
* Styles that device based go here.
*/

/* QVGA Screen */
@media screen and (max-width:320px) {
}

/* HVGA Screen */
@media screen and (min-width:321px) { /* and (max-width:480px) {*/
html {
  font-size:15.33px /*18px for largest font size*/
}
}

/* WVGA Screen */
@media screen and (min-width:481px) {/* and (max-width:800px) {*/
html {
  font-size:16.15px /*18px for largest font size*/
}
}

/* Large Screen */
@media screen and (min-width:801px) { /* and (max-width:1041px) { */
html {
  font-size:17px /*18px for largest font size*/
}
}

/* Extra Large Screen */
@media all and (min-width:1042px) {
html {
  font-size:18px
}
}

/* End Relative Styles */

/* Print Styles */

body.print {
  background:white;
  color:black;
  font-family:sans-serif !important;
  font-size:10pt;
  padding:.75in
}

body.print .contentBlock {
  margin:0;
  max-width:none;
  padding:0;
  width:100%
}

body.print h1,
body.print h2,
body.print h3,
body.print h4,
body.print h5,
body.print h6 {
  color:black !important;
  font-family:sans-serif !important;
}
