<div class="error_backtrace">Backtrace from warning 'Undefined variable $Format' at /home/olive/public_html/tommarrowws-cms/styles/cms-styles.php 27:<ol></ol></div>/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address inconsistent styling of `abbr[title]`.
 * 1. Correct styling in Firefox 39 and Opera 12.
 * 2. Correct missing styling in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Address inconsistent styling of b and strong.
 * 1. Correct duplicate application of `bolder` in Safari 6.0.2.
 * 2. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+.
 */

b,
strong {
  font-weight: inherit; /* 1 */
}

b,
strong {
  font-weight: bolder; /* 2 */
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address inconsistent styling of `hr`.
 * 1. Correct `box-sizing` set to `border-box` in Firefox.
 * 2. Correct `overflow` set to `hidden` in IE 8/9/10/11 and Edge 12.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * 1. Correct inheritance and scaling of font-size for preformatted text.
 * 2. Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct font properties not being inherited.
 * 2. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore focus style in Firefox 4+ (unset by a rule above)
 */

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Address `appearance` set to `searchfield` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Restore font weight (unset by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}/**
* 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
, .cmsHidden{
  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,.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 rgb(51, 51, 51);
  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: .25rem;
  position: relative;
  padding: .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:.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 fieldset {
  margin-bottom:1rem;
  min-width:0
}

form legend {
  font-size:1.1rem;
  font-weight:700
}

form label,
form .label,
.label {
  font-size:.9rem;
  font-weight:700
}

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

form .checkboxLabel {
  margin-left:1rem
}

form .checkboxLabel * {
	display:inline-block
}

form input[type=email],
form input[type=number],
form input[type=tel],
form input[type=text],
form input[type=password],
form input[type=link],
form input[type=url],
form textarea,
form .sizeFull {
  border:1px solid #ddd;
  border-radius:3px;
  font-family:Tahoma, Geneva, sans-serif;
  font-size:.91rem;
  font-weight:400;
  max-width:calc(100% - 4px - 1rem);
  padding:.25rem .5rem;
  width:16.667rem /*300px for 18px font-size*/
}

form select {
  border:1px solid #ddd;
  border-radius:3px;
  max-width:100%
}

form textarea {
  min-height:200px
}

form .formField {
  margin-bottom:.5rem
}

form .fieldSpan,
form .labelSpan {
  display:inline-block;
  margin:.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 .formFieldInfo,
form .error {
  font-size:.8rem;
  font-weigh:400
}

form .error {
	color:#cc0000;
}

form .imagePreview {
  max-height:200px;
  max-width:90%
}

form .information {
  margin:2rem 5% 1rem
}

form .required {
  color:red;
  font-size:.8rem;
  font-weight:700;
  max-width:100%
  /*text-align:right*/
}

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

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

form .size3 {
  width:2.778rem !important /*50px for 18px font-size*/
}

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

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

form .size6 {
  width:5.278rem !important /*95px for 18px font-size*/
}

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

form .size15 {
  width:12.778rem !important /*230px for 18px font-size*/
}

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

form .repeatableActions {
  text-align:right
}

form .costSpan {
  text-align:right;
  white-space:nowrap
}

form .costFlex {
  display:flex;
  justify-content:space-between
}

form .quantityInput {
  text-align:right
}

form .costTotalSpan {
  border-top:1px solid;
}

form #discountApply {
  font-weight:700;
  text-align:right
}

form #discountApply ul {
  list-style:none;
  margin:0;
  padding:0
}

form #discountApply li {
  display:flex;
  justify-content:space-between;
}

form #discountApply li span:last-child {
  margin-left:1rem
}

form span.required {
  display:inline-block;
  position:relative
}

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

form span.required input {
  transition:border .3s ease-out
}

form span.required input.indicate {
  border:1px solid #faab20;
  border-bottom-width:1rem
}

form span.required span.indicate {
}

.fieldSpan.checklist ul {
  display:inline-block;
  list-style:none;
  margin: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:.5rem
}

/******************
* End All Layouts *
******************/

/**************
* Two Columns *
**************/

form.columns2Form .formField > span:first-child,
form.columns2Form .labelSpan,
form:not(.inlineForm):not(.formWrap) .formField > span:first-child,
form:not(.inlineForm):not(.formWrap) .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) .formField > span:nth-child(2),
form:not(.inlineForm):not(.formWrap) .fieldSpan {
  display:inline-block;
  vertical-align: top;
  width:calc(66.6% - 2rem)
}

/******************
* End Two Columns *
******************/

/*********
* Inline *
*********/

form.inlineForm {
  margin-bottom:-.5rem
}

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

/*************
* End Inline *
*************/

/************
* End Forms *
************/

/*pagination*/
.pagination button {
  background:none;
  border:none;
  color:<div class="error_backtrace">Backtrace from warning 'Undefined variable $STYLES' at /home/olive/public_html/tommarrowws-cms/styles/global.css 520:<ol><li>/home/olive/public_html/tommarrowws-cms/styles/cms-styles.php<ul><li>line: 36 </li><li>Function: include()</li></ul></li></ol></div><div class="error_backtrace">Backtrace from warning 'Trying to access array offset on value of type null' at /home/olive/public_html/tommarrowws-cms/styles/global.css 520:<ol><li>/home/olive/public_html/tommarrowws-cms/styles/cms-styles.php<ul><li>line: 36 </li><li>Function: include()</li></ul></li></ol></div><div class="error_backtrace">Backtrace from warning 'Trying to access array offset on value of type null' at /home/olive/public_html/tommarrowws-cms/styles/global.css 520:<ol><li>/home/olive/public_html/tommarrowws-cms/styles/cms-styles.php<ul><li>line: 36 </li><li>Function: include()</li></ul></li></ol></div><div class="error_backtrace">Backtrace from warning 'Trying to access array offset on value of type null' at /home/olive/public_html/tommarrowws-cms/styles/global.css 520:<ol><li>/home/olive/public_html/tommarrowws-cms/styles/cms-styles.php<ul><li>line: 36 </li><li>Function: include()</li></ul></li></ol></div>;
  cursor: pointer;
  padding:0 .25rem
}

.pagination button:hover,
.pagination button.selected {
  color:<div class="error_backtrace">Backtrace from warning 'Undefined variable $STYLES' at /home/olive/public_html/tommarrowws-cms/styles/global.css 527:<ol><li>/home/olive/public_html/tommarrowws-cms/styles/cms-styles.php<ul><li>line: 36 </li><li>Function: include()</li></ul></li></ol></div><div class="error_backtrace">Backtrace from warning 'Trying to access array offset on value of type null' at /home/olive/public_html/tommarrowws-cms/styles/global.css 527:<ol><li>/home/olive/public_html/tommarrowws-cms/styles/cms-styles.php<ul><li>line: 36 </li><li>Function: include()</li></ul></li></ol></div><div class="error_backtrace">Backtrace from warning 'Trying to access array offset on value of type null' at /home/olive/public_html/tommarrowws-cms/styles/global.css 527:<ol><li>/home/olive/public_html/tommarrowws-cms/styles/cms-styles.php<ul><li>line: 36 </li><li>Function: include()</li></ul></li></ol></div><div class="error_backtrace">Backtrace from warning 'Trying to access array offset on value of type null' at /home/olive/public_html/tommarrowws-cms/styles/global.css 527:<ol><li>/home/olive/public_html/tommarrowws-cms/styles/cms-styles.php<ul><li>line: 36 </li><li>Function: include()</li></ul></li></ol></div>}
/*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:.5rem;
  overflow:hidden;
  text-align:left;
  transition:width .3s ease-out;
  width:0
}

.actionIcon:hover .actionText {
  width:100%
}
/* end other */

/********
* Lists *
********/

/************
* Columnded *
************/

.listColumnDiv {
  display:flex;
  margin:0 -.5rem
}

.listColumnDiv ul {
  list-style: none;
  margin: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:.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:.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: .25rem;
  position: relative;
  padding: .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:.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:.75rem;
  line-height:1rem;
  margin: 0 .125rem;
  position: relative;
  text-rendering:auto;
  width:.75rem
}

.ratingContainer .star::before {
  content: "\2605";
  font-size:.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: "\2605";
  font-size:.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 *
******************/

/*end global.css*/
/** created:30140601 modified:20170203
* Styling for the CMS section goes here.
*
* variables
*/

/**
* Absolute Styles:
* Styles that apply to all content in this section go here.
*/

@import url('https:///fonts.googleapis.com/css?family=Corben:400'); /*font-family:Corban, Georgia, 'Times New Roman', serif*/

/* arvo-700 - latin */
@font-face {
  font-family: 'Corben';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/arvo-v10-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Arvo Bold'), local('Arvo-Bold'),
       url('/fonts/arvo-v10-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/arvo-v10-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/arvo-v10-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/arvo-v10-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/arvo-v10-latin-700.svg#Arvo') format('svg'); /* Legacy iOS */
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* arvo-700italic - latin */
@font-face {
  font-family: 'Corben';
  font-style: italic;
  font-weight: 700;
  src: url('/fonts/arvo-v10-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Arvo Bold Italic'), local('Arvo-BoldItalic'),
       url('/fonts/arvo-v10-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/arvo-v10-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/arvo-v10-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/arvo-v10-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/arvo-v10-latin-700italic.svg#Arvo') format('svg'); /* Legacy iOS */
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
  background:#fafafa;
  color:#232323;
  font-family:Corben, Georgia, 'Times New Roman', serif;
  font-size:16px;
  line-height:1.2rem
}

a,
a:visited {
  color:#20b2aa;
  transition:color .3s ease-out
}

a:hover,
a:active,
a:focus {
  color:#50c878;
}

h1 {
  font-size:2rem;
  line-height:2rem
}

/* lists */
ul {
  list-style:none
}

/* end lists */

/* tables */
table {
  border-collapse:collapse
}

th {
  background:#50c878;
  text-align:center
}

th,
td {
  border:1px solid #50c878;
  padding:.5rem;
  vertical-align:top
}
/* end tables */

/* forms */
form th,
form td {
  border:none
}

form textarea {
  height:150px;
  width:300px
}

form .costLabels {
  display:inline-block;
  padding:0 4px;
  vertical-align:top
}

form .costLabelsDiv > span:first-child {
  height:1px;
  margin-bottom:0;
  margin-top:0
}

form .costLabelsDiv > span {
  min-width:700px
}

input[name=navigationUrlModify] {
  float:right
}

.inlineForm {
  display:inline-block;
  vertical-align:top
}

.collapsableFieldset {
  overflow:hidden;
  transition:border-color .3s ease-out, max-height .5s ease-out
}

.collapsableFieldset legend span {
  cursor:pointer;
  display:inline-block;
  width:1rem
}

fieldset.collapsableFieldset legend {
  transition:margin-left .3s ease-out
}

fieldset.collapsed {
  border-color:rgba(255, 255, 255, 0)
}

fieldset.collapsed legend {
  margin-left:-.5rem
}

fieldset.expanded {
  border-color:#50c878}

fieldset.expanded legend {
  margin-left:1rem
}

.checklistColumns {
  white-space:nowrap
}

.checklistColumns ul {
  margin:0;
  padding-left:1rem
}

form button i {
  color:#20b2aa}

.flagGreen form button i {
  color:hsl(120, 69%, 40%);
}

.flagRed form button i {
  color:hsl(0, 69%, 50%);
}

.flagYellow form button i {
  color:hsl(60, 90%, 50%);
}

/* end forms */

/* header */
#bodyHeader {
  min-height:100px;
  padding:1.5rem 2rem;
  position:relative
}

#bodyHeaderLogo {
  display:inline-block;
}

/*style for text without a logo*/
#bodyHeadingLogoText {
  font-size:4rem;
  font-weight:700;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#444444, direction=135, strength=3);
  text-shadow:2px 2px 6px #d4d4d4
}

#bodyHeaderTitle {
  float:right;
  text-align:right
}

#bodyHeaderTitle img {
	height:50px
}

#bodyHeaderQuickLinks {
  bottom:1.5rem;
  position:absolute;
  right:2rem
}

/* end header */

/* main */
#mainBlock {
  border:1px solid #50c878;
  border-collapse:collapse;
  display:table;
  width:100%
}

#mainRow {
  display:table-row
}

nav,
#pageContent {
  display:table-cell;
  height:100%;
  margin:0;
  padding:1rem;
  position:relative;
  vertical-align:top
}

/* navigation aside*/
nav {
  background:#f1f8f5; /*#f1f5f8;*/;
  border:1px solid #50c878;
  width:250px
}

nav ul {
  list-style:none;
}

nav > ul {
  background:#fff;
  border:1px solid #50c878;
  margin:0 0 0 -1rem;
  padding:1rem
}

nav > ul > li {
  margin:.5rem 0
}

nav ul li {
  font-weight:700
}

nav a,
nav a:visited {
  text-decoration:none
}

nav a.selected {
  color:#50c878;
  font-weight:700
}

nav ul img {
  padding-right:.5rem;
  vertical-align:middle
}

nav ul ul li {
  font-weight:400
}

/* end navigation */

/* page content */
#pageContent {
  background:#fff;
  padding:2rem;
  width:auto
}

#pageContent h1:first-of-type {
  margin:0
}

#breadCrumbs {
  background:#f1f8f5; /*#f1f5f8;*/;
  border-bottom:1px solid #50c878;
  border-left:1px solid #f1f8f5; /*#f1f5f8;*/;
  font-size:.89rem;
  margin:-2rem -2rem 1.5rem calc(-2rem - 1px);
  padding:.5rem
}

#breadCrumbs a,
#breadCrumbs a:visited {
  text-decoration:none
}

#breadCrumbs a:hover,
#breadCrumbs a:active,
#breadCrumbs a:focus {
  text-decoration:underline
}

#pageHeading {
  min-height:36px;
  position:relative
}

#pageHeading::before {
  /* Permalink - use to edit and share this gradient:http://colorzilla.com/gradient-editor/#22424e+0,009ddc+100 */
  background:rgba(0,157,220,1); /* Old browsers */
  background:-moz-linear-gradient(left, rgba(34,66,78,1) 0%, rgba(0,157,220,1) 100%); /* FF3.6-15 */
  background:-webkit-linear-gradient(left, rgba(34,66,78,1) 0%,rgba(0,157,220,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background:linear-gradient(to right, rgba(34,66,78,1) 0%,rgba(0,157,220,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#22424e', endColorstr='#009ddc',GradientType=1 ); /* IE6-9 */
  bottom:0;
  content:'';
  display:block;
  height:2px;
  position:absolute;
  width:100%
}

#pageHeading h1 {
  margin:0;
  position:absolute
}

#pageTabs {
  font-size:.899rem;
  height:36px;
  margin-bottom:2rem;
  position:relative;
  text-align:right
}

#pageTabs::before {
}

#pageTabs .pageTabsTab {
  background:#20b2aa;
  border:2px outset #20b2aa;
  border-bottom:none;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  color:white;
  display:inline-block;
  height:calc(1rem + 2px);
  margin:0 1px;
  padding:.5rem 1rem;
  position:relative;
  text-decoration:none;
  transition:background .3s ease-out, color .3s ease-out
}

#pageTabs .pageTabsTab:hover,
#pageTabs .pageTabsTab:active,
#pageTabs .pageTabsTab:focus,
#pageTabs .pageTabsTabSelected {
  background:white;
  color:#22424e;
  text-shadow:0 0 1px #ccc
}
/* end page content */

/* end main */

/* footer */

#bodyFooterBlock {
  background:#333;
  color:#fff;
  font-size:.714rem; /*10px for 14px font-size*/
  padding:1.5rem 2rem
}

#bodyFooterBlock #bodyFooterLogoLM {
  float:left
}

#bodyFooterBlock #bodyFooterCopyright {
  float:right;
  text-align:right
}

/* end footer */

#displayErrorsDiv {
  font-size:.89rem;
  margin:-1rem 0 0 -1rem ;
  padding:.5rem;
}

#displayErrorsDiv span {
  float:right
}

#imagePreview {
  max-height:200px
}

/* classes */
.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:.5rem;
  overflow:hidden;
  transition:width .3s ease-out;
  width:0
}

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

.button,
.button:visited {
  border-style:outset;
  border-width:2px;
  border-radius:4px;
  display:inline-block;
  font-family:Arial, sans-serif;
  font-size:.95rem;
  padding:.25rem .75rem;
  text-decoration:none;
  transition:background-color .3s ease, border-color .3s ease
}

.buttonBlue,
.buttonBlue:visited {
  background-color:#20b2aa;
  border-color:#20b2aa; /*#06BAFF;*/
  border-style:outset;
  border-width:2px;
  border-radius:4px;
  color:white;
  display:inline-block;
  font-family:Arial, sans-serif;
  font-size:.95rem;
  padding:.25rem .75rem;
  text-decoration:none;
  text-shadow:0 0 10px #00597B;
  transition:background-color .3s ease, border-color .3s ease
}

.buttonBlue:hover,
.buttonBlue:active,
.buttonBlue:focus {
  background-color:#50c878;
  border-color:#50c878; /*#FFBF73;*/
  color:white;
  text-shadow:0 0 10px #A15700
}

.buttonWhiteNegative,
.buttonWhiteNegative:visited {
  background-color:white;
  border-color:#FF3939;
  color:#ff0000;
  text-shadow:1px 1px #FF3939
}

.close {
  display:inline-block;
  float:right
}

.dateTd {
  text-align:right;
  padding-right:1rem;
  width:100px
}

.full {
  width:100%
}

table.full {
  margin:1rem 0
}

.fullscreenOverlay {
  background:rgba(100,100,100,.5) !important;
  bottom:0;
  left:0;
  padding:1rem !important;
  position:fixed !important;
  right:0;
  top:0;
  width:auto !important;
  z-index:1
}

.fullscreenOverlay > * {
  background:white;
  height:100%;
  padding:2rem;
  width:100%
}

.iconTd {
  text-align:center;
  vertical-align:middle;
  width:60px
}

.imageButton {
  background:none;
  border:none;
  padding:0
}

.imageButton:focus {
  outline:none
}

.interactiveContainer:hover,
.interactiveContainer:active {
  background:rgba(239, 239, 239, 0.5)
}

.left {
  float:left
}

.linkForm {
  background:#fff;
  border:1px solid lightblue;
  left:-125px;
  padding:.5rem;
	position:absolute;
  text-align:left;
  top:0;
  z-index:10
}

.linkTd {
  position:relative
}

.onOffButton {
  background:white;
  border-radius:calc(.5rem + 2px);
  cursor:pointer;
  display:inline-block;
  height:calc(1rem + 2px);
  margin-right:2rem;
  position:relative;
  vertical-align:middle;
  width:2rem;
}

.onOffButton::before {
  border-radius:50%;
  content:'';
  display:block;
  height:calc(1rem - 4px);
  margin-top:3px;
  transition:margin-left .1s ease-in-out;
  width:calc(1rem - 4px);
}

.onOffButton::after {
  position:absolute;
  right:-2rem;
  top:0
}

.onOffButtonOff {
  border:1px solid #f20000;
  box-shadow:0 0 5px 0 #f20000 inset;
}

.onOffButtonOff::before {
  background:rgba(255, 0, 0, .65);
  margin-left:4px;
}

.onOffButtonOff::after {
  content:'Off'
}

.onOffButtonOn {
  border:1px solid #00bf00;
  box-shadow:0 0 5px 0 #00bf00 inset;
}

.onOffButtonOn::before {
  background:rgba(0,191,0,.65);
  margin-left:1rem;
}

.onOffButtonOn::after {
  content:'On'
}

.registrationView {
}

.registrationView ul {
  display:inline-block;
  list-style:none;
  margin:1rem 1rem 1rem 0;
  padding:0;
  vertical-align:top;
  width:calc(33% - 1rem)
}

.registrationView .label {
  display:inline-block;
  margin-right:1rem;
  text-align:right;
  width:45%
}

.right {
  float:right
}

.sortableContainment {
  clear:both;
  margin:0;
  padding:0
}

.sortableGrid img { /*center images*/
  position:relative;
  top:50%;
  margin-left:50% ;
  -ms-transform:translate(-50%,-50%); /* IE 9 */
  -webkit-transform:translate(-50%,-50%); /* Chrome, Safari, Opera */
  transform:translate(-50%,-50%)
}

.sortableGrid .sortableHandle:hover {
  cursor:url(/images/cms/hand-open-all.png) , move;
}

.sortableGrid .sortableHandle:active {
  cursor:url(/images/cms/hand-closed-all.png) , move;
}

.sortableGrid .sortableHandle {
 	display:inline-block;
 	height:200px;
 	overflow:hidden;
  text-align:left;
 	width:200px
}

.sortableGrid .sortableHandle::before { /*add background without affecting other images*/
  background:#efefef;
  content:'';
  display:block;
  height:200px;
  position:absolute;
  width:200px
}

.sortableGrid .imageButton {
  background:none;
  border:none;
  padding:0;
}

.sortableGrid .photoBlock {
  background:lightblue;
  border:1px solid lightblue;
  box-shadow:5px 5px 5px #cccccc;
  display:inline-block;
  height:240px;
  margin:10px;
  padding:5px;
  text-align:center;
  vertical-align:top;
  width:200px
}
.sortableGrid .photoBlock:hover,
.sortableGrid .photoBlock:active {
	background:#50c878}

.sortableGrid .photoBlock:active {
  filter:alpha(opacity=50); /* For IE8 and earlier */
  opacity:0.5
}

.sortableGrid .imageBlock {
  position:relative
}

.sortableGrid .titleBlock {
  background:rgba(256,256,256,.75);
  bottom:0;
  padding:1rem;
  position:absolute;
  width:calc(100% - 2rem);
}

.sortableGrid .actionBlock {
  margin-top:1.5rem;
  text-align:center
}

.sortableGrid .actionBlock > * {
  display:inline-block;
  margin:0 .5rem
}

.sortableGrid .actionBlock button {
  cursor:pointer;
  overflow:visible;
}

.sortableHandle:hover {
  cursor:url(/images/cms/hand-open.png) , n-resize;
}

.sortableHandle:active {
  cursor:url(/images/cms/hand-closed.png) , n-resize;
}

.subNavIndent {
  display:inline-block;
  width:2rem
}

.subNavIndent:nth-last-of-type(2) {
  background:url(/images/cms/tree.png) no-repeat right center

}

.titleSpan,
[name=editSpan]:hover {
  cursor:text;
  font-weight:600
}

.url {
  width:300px
}

.borderBottom-grey {
  border-bottom:1px solid #c0c0c0;
  margin-bottom:1rem;
  padding-bottom:1rem
}

.borderTop-grey {
  border-top:1px solid #c0c0c0;
  margin-top:1rem;
  padding-top:1rem
}

/* end classes*/

/* navigation list */
#navigationList {
}

#navigationList ol {
  list-style:none;
  margin:0;
  padding:0 0 0 2rem
}

#navigationList ol.listTable {
  border:1px solid #50c878;
  overflow:hidden;
  padding:0
}

/*#navigationList li .listRow {
  padding-left:2rem
}

#navigationList li li .listRow {
  padding-left:4rem
}

#navigationList li li li .listRow {
  padding-left:5rem
}

#navigationList li li li .listRow {
  padding-left:8rem
}*/

#navigationHeading {
  background:#50c878;
  border-left:1px solid #50c878;
  font-size:.89rem;
  font-weight:700;
  padding:.75rem calc((81px * 8) - 1rem) .75rem 1rem;
  position:relative
}

#navigationList .navigationActions {
  bottom:0;
  position:absolute;
  right:0;
  top:0

}

#navigationList .navigationActions > span {
  border-left:1px solid #50c878;
  display:inline-block;
  height:100%;
  position:relative;
  text-align:center;
  width:80px

}

#navigationHeading .navigationActions > span {
  border-left:1px solid white;
}

.fillContainer {
  display:block;
  height:100%;
  width:100%
}

.listRow {
  border-bottom:1px solid #50c878;
  padding:.5rem 0 .5rem 1rem;
  position:relative;
  vertical-align:middle;
}

.listRow::after {
  border-bottom:1px solid #50c878;
  bottom:-1px;
  content:'';
  display:block;
  left:-25%;
  position:absolute;
  width:25%
}

li li .listRow::before {
  background:url(/images/cms/tree.png) no-repeat right center;
  content:'';
  display:block;
  height:100%;
  position:absolute;
  left:-1rem;
  top:0;
  width:12px
}


.listRow * {
  vertical-align:middle;
}

.listRow .titleDiv {
  width:calc(100% - (81px * 8))
}

.inlineForm {
  display:inline-block;
}

.menuActions {
}

.menuActions > * {
}

.menuActions {
}

.sortPlaceholder {
  background:#eee
}

.contentRowTr {
  background:#ade6bb
}

.contentColumnTr {
  background:#e6bfad
}

/* end navigation list*/

/* list table */

.listTableDiv {
  display:block;
  overflow:hidden;
  width:100%
}

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

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

.listTableDiv .listHeader {
  background:#50c878;
  font-size:.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 #50c878;
  flex-grow:1;
  flex-shrink:1;
  overflow:hidden;
  padding:.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 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.
*/
}

/* 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.
*/
}

/**
* 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) {*/
}

/* WVGA Screen */
@media screen and (min-width:481px) {/* and (max-width:800px) {*/
}

/* Large Screen */
@media screen and (min-width:801px) { /* and (max-width:1041px) { */
}

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

/* End Relative Styles */
<br />
<b>Fatal error</b>:  Uncaught TypeError: method_exists(): Argument #1 ($object_or_class) must be of type object|string, null given in /home/olive/public_html/tommarrowws-cms/styles/cms-styles.php:29
Stack trace:
#0 /home/olive/public_html/tommarrowws-cms/styles/cms-styles.php(29): method_exists(NULL, 'minifyCss')
#1 [internal function]: {closure}('/*! normalize.c...', 9)
#2 /home/olive/public_html/tommarrowws-cms/styles/cms-styles.php(49): ob_end_flush()
#3 {main}
  thrown in <b>/home/olive/public_html/tommarrowws-cms/styles/cms-styles.php</b> on line <b>29</b><br />
