
/*! 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;
}
/**
* 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:blue;
  cursor: pointer;
  padding: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:.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

*/
/**
* Load the page mobile first.
*
* Page Main Width:1024px
*
* 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:1024px
*
*	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.
*/
html {
/**
* Background for the site declared here.
* Font color, family, and weight declared here.
*/
  background:rgba(0,0,0,.01) url('/')   no-repeat fixed;background-size:cover;  color:#000000;
  font-family:Nunito, sans-serif;
  font-size:17px; /*18px for largest font size*/
  font-weight:300;}

body {
  background-color: rgba(0,0,0,.05);
}

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

a:hover, a:active, a:focus {
  color:#00ad62}

h1, h2, h3, h4, h5, h6 {
  color:#004AAD;  font-family:Nunito, sans-serif;  font-weight:700;}

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;
  text-align:right
}

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:.1px 2rem;
  position:relative;
  width:calc(100% - 4rem)
}

.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 {
  border-radius:3px !important;
  border:2px solid #00ad62 !important;
  cursor: pointer;
  display:inline-block;
  font-size:.826rem;
  padding:.25em 1.5em !important;
  text-decoration: none !important;
  text-align:center;
}

main section button,
.buttonPrimary,
a.buttonPrimary,
a.buttonPrimary:visited,
a.buttonSlideshow {
  background:#00ad62 !important;
  border:2px solid #00ad62 !important;
  color:white !important;
  /*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 {
  background:white !important;
  color:#00ad62 !important;
}

.buttonGreen {
  background:#00ad62 !important;
  border:2px solid #00ad62 !important;
  color:white !important;
  /*font-family:'Open Sans Condensed', sans-serif;*/
  font-size:0.751rem !important;
  font-weight:600 !important;
  text-decoration: none !important;
  text-transform: uppercase;
  transition:all .3s ease-out
}

.buttonGreen:hover,
.buttonGreen:active,
.buttonGreen:focus {
  background:white !important;
  color:#00ad62 !important;
}

.buttonRed {
  background:#ad0020 !important;
  border-color:#ad0020 !important;
  color:white !important;
}

.buttonRed:hover,
.buttonRed:active,
.buttonRed:focus {
  background:white !important;
  color:#ad0020 !important;
}

#bodyHeaderShopSticky {
  right:2rem;
  position: fixed;
  top:1rem;
  transition:all .3s ease-out;
  z-index: 1000000
}

#bodyHeaderShopSticky.shopNowStickyMobile {
  bottom:0;
  left:0;
  right:0;
  top:auto
}
#bodyHeaderShopSticky.shopNowStickyMobile .button {
  font-size: 1.5rem;
  width:calc(100% - 3rem - 4px)
}
/**************
* Star Rating *
**************/

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

.ratingContainer .star.full::before {
  color:#00adef;
}

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

.ratingContainer .star.partial::before {
  color:#00adef;
}

.ratingContainer .star.partial::after {
  color:#acacac;
}

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


/**
slideshow
*/
.flexslider {
  border-width: 0 !important;
}

.flex-control-nav {
  bottom:0 !important;
}

.slides > li {
  position: relative;
}

.slides > li > .slideshowCaption {
  background:rgba(255,255,255,.45);
  border-radius: 1rem;
  left:0;
  padding:1rem 2rem;
  position: absolute;
  top:50%;
  transform:translateY(-50%);
}

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

.slides > li > .slideshowCaption {
  bottom:1.5rem;
  left:2rem;
  top:auto;
  width:100%;
}

/*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:17.935px  /*font-size:15.33px /*18px for largest font size*/
}

h1 {
  font-size:calc(1.6rem + .6rem / 4 * 1)
}

h2 {
  font-size:calc(1.5rem + .5rem / 4 * 1)
}

h3 {
  font-size:calc(1.4rem + .4rem / 4 * 1)
}

h4 {
  font-size:calc(1.3rem + .3rem / 4 * 1)
}

h5 {
  font-size:calc(1.2rem + .2rem / 4 * 1)
}

h6 {
  font-size:calc(1.1rem + .1rem / 4 * 1)
}
}

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

h1 {
  font-size:calc(1.6rem + .6rem / 4 * 2)
}

h2 {
  font-size:calc(1.5rem + .5rem / 4 * 2)
}

h3 {
  font-size:calc(1.4rem + .4rem / 4 * 2)
}

h4 {
  font-size:calc(1.3rem + .3rem / 4 * 2)
}

h5 {
  font-size:calc(1.2rem + .2rem / 4 * 2)
}

h6 {
  font-size:calc(1.1rem + .1rem / 4 * 2)
}
}

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

h1 {
  font-size:calc(1.6rem + .6rem / 4 * 3)
}

h2 {
  font-size:calc(1.5rem + .5rem / 4 * 3)
}

h3 {
  font-size:calc(1.4rem + .4rem / 4 * 3)
}

h4 {
  font-size:calc(1.3rem + .3rem / 4 * 3)
}

h5 {
  font-size:calc(1.2rem + .2rem / 4 * 3)
}

h6 {
  font-size:calc(1.1rem + .1rem / 4 * 3)
}
}

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

h1 {
  font-size:calc(1.6rem + .6rem / 4 * 4)
}

h2 {
  font-size:calc(1.5rem + .5rem / 4 * 4)
}

h3 {
  font-size:calc(1.4rem + .4rem / 4 * 4)
}

h4 {
  font-size:calc(1.3rem + .3rem / 4 * 4)
}

h5 {
  font-size:calc(1.2rem + .2rem / 4 * 4)
}

h6 {
  font-size:calc(1.1rem + .1rem / 4 * 4)
}

b, strong {
  font-weight: 700
}
}

/* End Relative Styles */

/**
* Relative Styles:
* Styles that special go here.
*/

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

.slides > li > .slideshowCaption {
  bottom:0;
  left:0;
  top:auto;
  transform:translate(0, 0);
  width:calc(100% - 4rem)
}
}

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

.slides > li > .slideshowCaption {
  bottom:1.5rem;
  left:50%;
  top:auto;
  transform:translate(calc(-683px), 0%);
  width:calc(1366px - 4rem)
}

#bodyHeaderShopSticky {
  right:50%;
  transform:translate(calc(683px - 2rem), 0%);
}
}

/* 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;
}
/*File: /home/dalefami/public_html/global-cleaning-solution/styles/site/animations.css*/
/** created:20160212 modified:20160212
* All styling for the header section goes here.
*/

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

/* Button */
.button g,
.button:visited g {
  background:rgba(234, 87, 41, .75);
  border-radius:10px;
  color:white;
  display:inline-block;
  font-size:1.222rem /*22px for 18px font-size*/;
  padding:.75rem 1.5rem;
  text-decoration:none;
  text-shadow:none;
  -webkit-transition:background 0.3s ease-out;
  transition:background 0.3s ease-out
}

.button:hover g,
.button:active g,
.button:focus g {
  background:#216a95;
  color:white
}

/* Float Shadow */
.hvr-float-shadow-black,
.hvr-float-shadow-white {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property:-webkit-transform;
  transition-property:-webkit-transform;
  transition-property:transform;
  transition-property: transform, -webkit-transform;
}

.hvr-float-shadow-black:before,
.hvr-float-shadow-white:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  -webkit-transition-property:opacity, -webkit-transform;
  transition-property:opacity, -webkit-transform;
  transition-property:transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.hvr-float-shadow-black:hover,
.hvr-float-shadow-black:focus,
.hvr-float-shadow-black:active,
.hvr-float-shadow-white:hover,
.hvr-float-shadow-white:focus,
.hvr-float-shadow-white:active {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
      transform: translateY(-5px);
  /* move the element up by 5px */
}

.hvr-float-shadow-black:hover:before,
.hvr-float-shadow-black:focus:before,
.hvr-float-shadow-black:active:before,
.hvr-float-shadow-white:hover:before,
.hvr-float-shadow-white:focus:before,
.hvr-float-shadow-white:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
      transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Float Shadow White */
.hvr-float-shadow-black:before {
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
}

/* Float Shadow White */
.hvr-float-shadow-white:before {
  background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 80%);
}

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

/*File: /home/dalefami/public_html/global-cleaning-solution/addons/flexslider/flexslider.css NOT FOUND*//*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('/addons/flexslider/fonts/flexslider-icon.eot');
  src: url('/addons/flexslider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/addons/flexsliderfonts/flexslider-icon.woff') format('woff'), url('/addons/flexslider/fonts/flexslider-icon.ttf') format('truetype'), url('/addons/flexslider/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  /*margin: 0 0 60px;*/
  margin:0;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

