
/*! 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/site-styles.php<ul><li>line: 48 </li><li>Function: _require()</li></ul></li><li>/home/olive/public_html/tommarrowws-cms/library/cms.class.php<ul><li>line: 1910 </li><li>Function: require_once()</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/site-styles.php<ul><li>line: 48 </li><li>Function: _require()</li></ul></li><li>/home/olive/public_html/tommarrowws-cms/library/cms.class.php<ul><li>line: 1910 </li><li>Function: require_once()</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/site-styles.php<ul><li>line: 48 </li><li>Function: _require()</li></ul></li><li>/home/olive/public_html/tommarrowws-cms/library/cms.class.php<ul><li>line: 1910 </li><li>Function: require_once()</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/site-styles.php<ul><li>line: 48 </li><li>Function: _require()</li></ul></li><li>/home/olive/public_html/tommarrowws-cms/library/cms.class.php<ul><li>line: 1910 </li><li>Function: require_once()</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/site-styles.php<ul><li>line: 48 </li><li>Function: _require()</li></ul></li><li>/home/olive/public_html/tommarrowws-cms/library/cms.class.php<ul><li>line: 1910 </li><li>Function: require_once()</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/site-styles.php<ul><li>line: 48 </li><li>Function: _require()</li></ul></li><li>/home/olive/public_html/tommarrowws-cms/library/cms.class.php<ul><li>line: 1910 </li><li>Function: require_once()</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/site-styles.php<ul><li>line: 48 </li><li>Function: _require()</li></ul></li><li>/home/olive/public_html/tommarrowws-cms/library/cms.class.php<ul><li>line: 1910 </li><li>Function: require_once()</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/site-styles.php<ul><li>line: 48 </li><li>Function: _require()</li></ul></li><li>/home/olive/public_html/tommarrowws-cms/library/cms.class.php<ul><li>line: 1910 </li><li>Function: require_once()</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*/
@charset "utf-8";
/**
* Style settings for use throughout the stylesheets

<div class="error_backtrace">Backtrace from warning 'Undefined array key "primary"' at /home/olive/public_html/tommarrowws-cms/styles/site/site.css 120:<ol><li>/home/olive/public_html/tommarrowws-cms/styles/site-styles.php<ul><li>line: 53 </li><li>Function: _require()</li></ul></li><li>/home/olive/public_html/tommarrowws-cms/library/cms.class.php<ul><li>line: 1910 </li><li>Function: require_once()</li></ul></li></ol></div><div class="error_backtrace">Backtrace from warning 'Undefined array key "secondary"' at /home/olive/public_html/tommarrowws-cms/styles/site/site.css 121:<ol><li>/home/olive/public_html/tommarrowws-cms/styles/site-styles.php<ul><li>line: 53 </li><li>Function: _require()</li></ul></li><li>/home/olive/public_html/tommarrowws-cms/library/cms.class.php<ul><li>line: 1910 </li><li>Function: require_once()</li></ul></li></ol></div><br />
<b>Fatal error</b>:  Uncaught Error: Undefined constant &quot;position&quot; in /home/olive/public_html/tommarrowws-cms/styles/site/site.css:124
Stack trace:
#0 /home/olive/public_html/tommarrowws-cms/library/cms.class.php(1910): require_once()
#1 /home/olive/public_html/tommarrowws-cms/styles/site-styles.php(53): CmsC::_require('styles/site/sit...')
#2 {main}
  thrown in <b>/home/olive/public_html/tommarrowws-cms/styles/site/site.css</b> on line <b>124</b><br />
