
/*! 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:20160920
* Styles to use in CMS and the site
*/

/*generic*/
ul.checklist {
  list-style:none
}

.clear {
  clear:both;
  height:0
}

.hidden {
  display:none
}

.marginBottom {
  margin-bottom:1rem
}

.marginLeft {
  margin-left:1rem
}

.marginRight {
  margin-right:1rem
}

.marginLeftRight,
.marginSides {
  margin-left:1rem;
  margin-right:1rem;
}
/*end generic*/

/*forms*/
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 input[type=email],
form input[type=tel],
form input[type=text],
form input[type=password],
form input[type=url], 
form textarea,
form .sizeFull {
  max-width:calc(100% - 4px);
  width:16.667rem /*300px for 18px font-size*/
}

form input[type=submit] {
}

form .formField > span,
form .labelSpan {
  display:inline-block;
  margin:.5rem 0
}

form:not(.formWrap) .formField > span:first-child,
form:not(.formWrap) .labelSpan {
  margin-right:1rem;
  max-width:300px;
  min-width:150px;
  text-align:right;
  vertical-align:top;
  width:33%
}

form:not(.formWrap) .formField > span:nth-child(2) {
  width:calc(66% - 2rem)
}

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

form .formFieldInfo, 
form .error {
  font-size:.8em;
  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;
  text-align:right 
}

/*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*/
}
/*end forms*/

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

/*end global.css*/
@charset "utf-8";
/** 
* 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: url('../images/site/blue-20160713115952.jpg') fixed center top repeat  ;
  color:#232326;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14.5px; /*18px for largest font size*/
  font-weight:400;}

body {
  background:
  url('../images/site/clouds-50.png') scroll center 300px no-repeat,
  url('../images/site/cloud2-50.png') scroll 10% 700px no-repeat,
  url('../images/site/cloud3-50.png') scroll 85% 975px no-repeat;
}

a, a:visited {
  color:#3399CC;
  -webkit-transition:color .3s ease-out;
  transition:color .3s ease-out
}

a:hover, a:active, a:focus {
  color:#70a26f}

h1, h2, h3, h4, h5, h6 {
  color:#3399CC;  font-family:Georgia;  font-weight:400;} 

td, th {
  padding:.5rem;
  font-family:Georgia, "Times New Roman", Times, serif;
  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 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
}

.hidden {
  display:none
}

/* 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.
*/
/*contact*/
#contact .contactTable {
  border:none;
  border-collapse:collapse;
  display:table;
  width:100%
}

#contact .contactTr {
  display:table-row
}

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

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

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

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

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

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

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

/* End Relative Styles */
/** created:20160212 modified:20160212
* Basic styling for the page aside section goes here.
*/

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

#pageAside {
    margin:auto;
  max-width:315px;
  text-align:center
}

#pageAside h1 {
  font-size:1.389rem /*25px for 18px font-size*/
}

.pageAsideContainerNoBG {
  margin-bottom:2rem;
  text-align:center
}

.pageAsideContainerNoBG a {
  text-decoration:none
}

.pageAsideContainerNoBG img {
  max-width:100%
}

.pageAsideContainer {
  background:#e6e6e6;
  border:1px solid #b4b4b4;
  margin-bottom:2rem;
  padding:1rem
}

.pageAsideContainer .borderBottomGray {
  border-bottom:1px solid #b4b4b4;
  color:#b4b4b4;
  font-style:italic;
  padding-bottom:1rem
}

#asideNote {
  background:url(../images/site/note.png) center top no-repeat;
  background-size:contain;
  margin:auto;
  max-width:300px;
  padding-top:86%;
  position:relative
}

#asideNoteText {
  line-height:1.75rem;
  position:absolute;
  top:2rem;
  width:100%
}

#asideProducts {
  background:white;
  border:1rem solid #3399CC;
  margin:0 0 2rem;
  padding:1rem;
  list-style:none
}

#asideProducts li {
  padding:.25rem 0;
  position:relative
}

.asideProductsPlaceholder {
  visibility:hidden
}

#asideProducts a,
#asideProducts a:visited {
  color:#232326;
  text-decoration:none;
}

#asideProducts a:hover,
#asideProducts a:active,
#asideProducts a:focus {
  font-size:1.2rem
}

#asideProducts a span {
  display:block;
  position:absolute;
  top:0;
  -webkit-transition:font-size .15s ease-out, width .15s ease-out, -webkit-transform .15s ease-out;
  transition:font-size .15s ease-out, width .15s ease-out, -webkit-transform .15s ease-out;
  transition:font-size .15s ease-out, width .15s ease-out, transform .15s ease-out;
  transition:font-size .15s ease-out, width .15s ease-out, transform .15s ease-out, -webkit-transform .15s ease-out;
  width:100%
}

#asideProducts a span:hover {
  -webkit-transform:translateX(-11%);
          transform:translateX(-11%);
  width:130%
}

#asideProducts img {
  -webkit-transition:-webkit-transform .2s ease-out;
  transition:-webkit-transform .2s ease-out;
  transition:transform .2s ease-out;
  transition:transform .2s ease-out, -webkit-transform .2s ease-out
}

#asideProducts img:hover {
  -webkit-transform:scale(1.15, 1.15);
          transform:scale(1.15, 1.15)
}

/* 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.
*/
#pageAside {
  margin-top:2rem
}
}

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

#pageAside {
  float:right;margin-left:1rem;width:calc(33.333% - 1rem);}

#pageAside.third {
  width:calc(50% - 1rem)
}
}

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

#pageAside {
  width:calc(25% - 1rem);}

#pageAside.third {
  width:calc(33.333% - 1rem)
}
}

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

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

#homepageMain .homepageTd1, #homepageMain .homepageTd2, .homepageTdSpacer {
  position:relative
}

/* Slideshow */
.flexslider {
  margin:0 !important
}

#homepageSlideshow {
  display:none
}
/* End Slideshow */

#cowHill {
  max-width:100%
}
/* 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.
*/
.homepageTdSpacer {
  display:none
}

#homepageWelcome {
  text-align:center
}

#cowHill
{
  margin-bottom:-.5rem;
  max-width:500px;
  width:100%
}

#homepageContent {
  text-align:center
}
}

/* Two Columns */
@media screen and (min-width:651px) and (max-width:975px) {
/**
* Styles that are only for two columns go here.
*/
#cowHill
{
  margin-bottom:-.5rem;
  width:calc(50% - 1rem)
}
}

/* Two & Three Columns */
@media screen and (min-width:651px) {
/**
* Styles that are for two and three columns go here.
*/
#homepageMain .homepageTable {
  border:none;
  border-collapse:collapse;
  display:table;
  width:100%
}

#homepageMain .homepageTr {
  display:table-row
}

#homepageMain .homepageTd1, #homepageMain .homepageTd2, .homepageTdSpacer {
  display:table-cell;
  height:100%;
  margin:0;
  position:relative;
  vertical-align:top
}

#homepageMain .homepageTd1 {
  width:47.5%
}

#homepageMain .homepageTd2 {
  width:47.5%
}

.homepageTdSpacer {
  width:5%
}

#homepageMain .content {
  width:96%
}

#homepageMain .homepageTd1 .content {
  margin-right:4%
}

#homepageMain .homepageTd2 .content {
  margin-left:4%
}

#homepageMain .moreLink, #homepageMain .moreLink:visited {
  bottom:0;
  position:absolute;
  width:96%
}

.homepageTd1 .moreLink, .homepageTd1 .moreLink:visited {
  margin-right:4%
}

.homepageTd2 .moreLink, .homepageTd2 .moreLink:visited {
  margin-left:4%
}

#homepageContent.left {
  float:left;
  width:calc(50% - 1rem)
}
}

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

#cowHill {
  margin-top:2rem
}

#homepageContent.left {
  width:calc(66.666% - 1rem)
}
}

/**
* 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) {*/
/* Slideshow */
#homepageSlideshow {
  background:white;
  border:1rem solid #3399CC;
  display:block;
  margin:0 auto;
  max-width:1024px;
  position:relative
}

#homepageSlideshow .slides li  {
	position: relative
}

#homepageSlideshow .slides li img {
}

#homepageSlideshow .flex-control-nav {
  bottom:0;
  text-align:right
}

#homepageSlideshow .flex-control-nav li {
  text-align:left
}
/* End Slideshow */
}

/* Large Screen */
@media screen and (min-width:801px) { /* and (max-width:1041px) { */
#homepageWelcomeText {
  float:right;
  width:66%
}

#cowHill {
  float:left;
  margin-top:4rem;
  width:33%
}
}

/* Extra Large Screen */
@media all and (min-width:1042px) { 
#cowHill {
  float:left;
  margin-top:2rem
}
}

/* End Relative Styles */
/** 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,
.button:visited {
  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,
.button:active,
.button:focus {
  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 */

/** created:20160212 modified:20160212
* All styling for the footer section goes here.
*/

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

/*set footer color*/
/**/

#bodyFooter {
  background:url(../images/site/background-grass.jpg) center 260px repeat-x;
  color:white;
  overflow:hidden;
  padding:.1px 0
}

#bodyFooterBlock {
  font-size:.889rem; /*16px for 18px font-size*/
  margin:0 auto;
  max-width:1024px;
  padding:2rem;
  position:relative;
  text-align:center;
  width:calc(100% - 4rem)
}

#bodyFooterBlock a,
#bodyFooterBlock a:visited {
  color:white;
  text-decoration:none
}

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

#bodyFooterBlock > div {
  position:relative
}

#bodyFooterAddress {
  padding-top:1rem
}
  
#bodyFooterSign {
  position:relative;
  text-align:center
}
  
#bodyFooterSign img {
  display:block;
  margin:auto
}
  
#bodyFooterSign #hill {
  height:167px;
  left:50%;
  position:absolute;
  top:65px;
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
  width:816px
}

#bodyFooterBottom {
  /*border-top:1px solid */
}

#bodyFooterCopyright {
  margin-bottom:1rem
}
/* 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.
*/
#bodyFooter {
  text-align:center
}

#bodyFooterSign #hill {
  background:url(../images/site/background-hill-nocow.png) center bottom no-repeat
}

#bodyFooterAddress,
#bodyFooterLogoLM {
  margin-top:2rem
}

#bodyFooterBottom {
  margin-top:2rem
}
}

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

/*footer*/
#bodyFooterSign #hill {
  background:url(../images/site/background-hill.png) center bottom no-repeat
}

#bodyFooterLinks {
  float:right
}

#bodyFooterBottom {
  margin-top:1rem;
  /*padding-top:1rem*/
}

#bodyFooterCopyright {
  /*float:left*/
}

#bodyFooterLogoLM {
  /*float:right*/
} 
}

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

#bodyHeader {
  color:white}

#bodyHeader a,
#bodyHeader a:visited {
  color:white;  text-decoration:none
}

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

#bodyHeaderHeader {
  margin:0 auto;
  max-width:1024px;
  padding:1px 2rem 0;
  position:relative;
  width:calc(100% - 4rem)
}

#bodyHeaderLeft {
  text-align:center
}

#bodyHeaderLogo img {
  max-width:100%;
  vertical-align:middle
}

#bodyHeaderSlogan {
	font-size:1.5rem
}

#bodyHeaderRight > div {
	margin-bottom:1rem;
  text-shadow:2px 2px #3399CC
}

/**/
#bodyHeaderSocialMedia {
  display:none
}
/**/
.bodyHeaderSocialMediaIcon {
  display:inline-block;
  height:25px
}

#bodyHeaderFacebook {
  background:url(../images/logo-facebook-white.png);
  width:13px
}

#bodyHeaderGooglePlus {
  background:url(../images/logo-google-plus-white.png);
  width:26px
}

#bodyHeaderInstagram {
  background:url(../images/logo-instagram-white.png);
  width:25px
}

#bodyHeaderPinterest {
  background:url(../images/logo-pinterest-white.png);
  width:19px
}

#bodyHeaderTwitter {
  background:url(../images/logo-twitter-white.png);
  width:31px
}

#bodyHeaderYouTube {
  background:url(../images/logo-youtube-white.png);
  width:20px
}
/**/

#bodyHeaderAddress { display:none } #bodyHeaderFax { display:none } 
/* 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.
*/
#bodyHeader {
  padding-top:3rem;
  text-align:center
}

#bodyHeaderSlogan {
	margin:2rem auto
}

#bodyHeaderSocialMedia {
  left:1rem;
  position:fixed;
  top:.75rem;
  z-index:200
}

#bodyHeaderSocialMedia > a {
  margin-right:1rem
}

#productsNearYou {
  left:50%;
  position:fixed;
  top:3rem;
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
  z-index:100
}
  
#bodyHeaderLeft {
  margin-top:4rem
}

#bodyHeaderRight {
  margin-top:2rem
}

#bodyHeaderRight {
  display:none
}
}

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

/* Two & Three Columns */
@media screen and (min-width:651px) {
/**
* Styles that are for two and three columns go here.
*/
#bodyHeaderHeader {background-color:transparent}
#productsNearYou {
  left:2rem;
  position:absolute;
  top:0
}

#bodyHeaderLogo {
	display:inline-block;
	vertical-align:middle
}

#bodyHeaderSlogan {
	display:inline-block;
	margin-left:1rem;
	vertical-align:middle
}
  
#bodyHeaderLeft {
  float:left;
  margin-top:1rem;
  text-align:center;
  vertical-align:middle;
  width: calc(100% - 200px)
}

#bodyHeaderRight {
	float:right;
  margin-top:1rem;
	text-align:right;
	vertical-align:middle
}

#bodyHeaderSocialMedia > a {
  margin-left:1rem
}

/**/
#bodyHeaderFacebook {
  background:url(../images/logo-facebook.png)
}

#bodyHeaderGooglePlus {
  background:url(../images/logo-google-plus.png)
}

#bodyHeaderInstagram {
  background:url(../images/logo-instagram.png)
}

#bodyHeaderPinterest {
  background:url(../images/logo-pinterest.png)
}

#bodyHeaderTwitter {
  background:url(../images/logo-twitter.png)
}

#bodyHeaderYouTube {
  background:url(../images/logo-youtube.png)
}
/**/

#bodyHeaderLogo {
  -webkit-transform:translateX(35%);
          transform:translateX(35%)
}
}

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

/**/
}

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

/** created:20160212 modified:20160212
* Basic styling for the main section goes here.
*/

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

main {
}

#mainBlock {
    margin:0 auto;
  max-width:1024px;
  padding:2rem;
  position:relative;
  width:calc(100% - 4rem)
}

/* 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 */
/*nav
* created: 20141125 modified: 20160329
* The only thing that should change in this document is the colors and borders.
* If the three column display needs to look like the two column display, refer to comment 21 below.
* //obsolete: If first and last item in list need to touch the edge of the page, set padding = false in navSpacingEqualization() JS function.
*/

nav {
  z-index:100
}

#navBlock {
  margin:0 auto;
  max-width:1024px;
 /* padding:0 2rem;
  width:calc(100% - 4rem)*/
  width:100%
}

.navDropdownList {
  float:left;
  width:86.719% /*888 for 1024px width*/
}

.navDropdown .navPrimary > li > a {
  /*
  *set here:
  *- height, line height or top and bottom padding of visible row
  */
  display:inline-block
}

.navDropdown .menuIcon {
  color:#fff;
  cursor:pointer;
  display:block;
  font-size:1.1rem;
  line-height:1rem;
  padding:1rem;
  text-align:right;
  width:calc(100% - 2rem)
}

.navDropdown .menuIcon span {
  font-size:.9rem;
  text-transform:uppercase
}

.navDropdown .navTable {
  width:100%
}

.navDropdown .navPrimary {
  margin:0;
  padding:0;
  z-index:900;
  position:relative
}

/*nav dropdown*/
/*Display dropdown when width is greater than one column.  Manage with JavaScript to better determine when text width requires switch to list.*/
/*nav dropdown displayed as dropdown*/
.navDropdown a, 
.navDropdown a:visited {
  color:#fff;
  font-family:"Times New Roman", Times, serif;
  font-size:1.111rem; /*20px for 18px font-size*/
  font-weight:400;
  text-decoration:none
}

.navDropdown a:hover, 
.navDropdown a:active {
  /*color:#fff;*/
}

.navDropdown li {
  font-size:1rem; /*18px for 18px font-size*/
  margin:0;
  padding:0;
  vertical-align:middle;
  white-space:nowrap;
  z-index:900
}

.navDropdown li:hover, 
.navDropdown li:active {
}

.navDropdown li::after {
  padding:10px
}

.navDropdown li:last-child::after {
  padding:0
}

@media screen and (max-width:650px) {
nav {
  background:#414041;
  position:fixed;
  top:0;
  width:100%;
  z-index:100
}

.navDropdown .navTable > * {
  display:block
}

.navDropdown .navTable > * > * {
  display:block;
  text-align:left
}

.navDropdown ul {
  border-bottom:1px solid #8dc1f3}

.navDropdown li:first-child {
  border-top:1px solid #8dc1f3}

.navDropdown li {
  border-bottom:1px solid #8dc1f3}

.navDropdown a {
  display:block !important;
  padding:.5rem 1rem
}

.navDropdown a:hover,
.navDropdown a:active {
  background:#1bacb9;
  color:white
}

/*second tier*/
.navDropdown ul ul {
  background:#8dc1f3;
  border:none;
  margin:0;
  padding:0
}

.navDropdown li li {
  border:none;
  border-bottom:1px solid #414041}

.navDropdown li:last-child {
  border-bottom:none
}

.navDropdown li li a,
.navDropdown li li a:visited {
  color:#231f20;
  display:block;
  padding:.5rem 2rem
}

.navDropdown li li a:hover,
.navDropdown li li a:active {
  background:#dedede;
  color:white
}

/* Move To Left */
.navDropdown .navTable {
  border-bottom:1rem solid #414041;
  display:block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  background:#414041;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.navDropdown:hover .navTable, 
.navDropdown:focus .navTable, 
.navDropdown:active .navTable,
.navDropdown .navTableOpen {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
      transform: scaleX(1);
}

.navDropdown .navTableClose {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
      transform: scaleX(0) !important;
}

.navScroll {
  bottom:0;
  overflow:scroll
}
}

@media screen and (min-width:651px) {
nav {
    margin-top:1rem;
  position:relative
  
}

.navDropdown .menuIcon {
  display:none
}

.navDropdown .navTable {
  background:#414041;  border:none;
  border-collapse:collapse;
  display:table
}

.navDropdown .navPrimary {
  display:table-row
}
.navPrimary > li {
	width:1%;
}
.navDropdown li {
  display:table-cell;
  text-align:center
}

.navDropdown .navPrimary > li > a{
	border-right:1px solid white;
}
.navDropdown .navPrimary li:last-child a {
  border:none
}

.navDropdown a,
.navDropdown a:visited {
  color:white !important;
  font-size:1rem;
  padding:.5rem 0;
  width:100%
}

.navDropdown a:hover,
.navDropdown a:active {
  /*color:#1bacb9*/
  text-decoration:none !important
}

.navDropdown ul ul {
  background:#414041;  border: 1px solid white;
  border-top: 0;
  display:none;
  margin:0 0 0 -1px;
  min-width:100%;
  padding:0;
  position:absolute
}

.navDropdown ul ul ul {
  padding:0;
  position:relative
}

/*secondary nav base styles*/
.navDropdown li li, 
.navDropdown li li:first-child, 
.navDropdown li li:last-child {
  border:none;
  border-top: 1px solid white;
  display:block;
  margin:0;
  text-align:left;
  transition:background .3s ease-out;
  white-space:nowrap
}

.navDropdown li li:hover,
.navDropdown li li:active {
  background:#299efd;}

.navDropdown li li a,
.navDropdown li li a:visited {
  color:#231f20;
  display:block;
  font-size:1rem;
  padding:.25rem 1rem;
  text-transform:none
}

.navDropdown li li a:hover,
.navDropdown li li a:active {
  color:#1bacb9
}

.navDropdown :hover > a {
  z-index:900
}

#navBlock ul ul :hover > a {
  display:block;
  z-index:900
}

/*Tertriary <- not configured*/
#navBlock ul ul ul {
  display:none;
  float:none;
  font-weight:400;
  margin:0 0 0 10px;
  padding:0
}

#navBlock ul li ul li ul li {
  padding:0px;
  text-align:left;
}

#navBlock ul li ul li ul li a {
}

#navBlock ul li ul li ul li a:hover {
}

.navDropdown :hover > a {
  z-index:900
}

.navDropdown ul ul :hover > ul li a {
  display:block
}

.navDropdown ul li ul li ul :hover > a {
  display:block
}

/* make the second level visible when hover on first level list OR link */
.navDropdown li:hover ul, .navDropdown a:hover ul {
  display:block
}

.navDropdown ul li ul li:hover ul, .navDropdown ul li ul a:hover ul {
  /*display:block;
  visibility:visible*/
}

/*vertical list*/
.navListV ul {
  /*font-family:'PT Serif Caption', serif;*/
  font-size:1rem; /*18px for 18px font-size*/
	list-style:none;
  margin:0;
  padding:0
}

.navListV a {
  display:block;
  padding:1rem;
  text-decoration:none
}


/* Sweep To Top */
.hvr-sweep-to-bottom {
  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-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#299efd;  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
      transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}

.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
      transform: scaleY(1);
}

/* Sweep To Right */
.navListV a {
  -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-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.navListV a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1bacb9;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.navListV a:hover, .navListV a:focus, .navListV a:active {
  color: white;
}

.navListV a:hover:before, .navListV a:focus:before, .navListV a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Move To Bottom */
.navDropdown ul ul {
  display:block;
  z-index: -1;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
      transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
      transform-origin: 50% 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.navDropdown li:hover ul, .navDropdown li:focus ul, .navDropdown li:active ul {
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
}

@media screen and (min-width:651px) and (max-width:975px) {
.navDropdown li:last-child {
}

.navDropdown li a, 
.navDropdown li a:visited {
  width:100%
}
}

/*three column*/
/*comment 21: comment this out if three column display is supposed to look the same as the two column display: full page*/
/*end comment out*/

/*nav list horizontal*/
.navTable {
  border:none;
  border-collapse:collapse;
  display:table;
  width:100%
}

.navTable > * { /*select children*/
  display:table-row;
  margin:0;
  padding:0;
}

.navTable > * > * { /*select grandchildren*/
  display:table-cell;
  margin:0;
  padding:0;
}

.navListH li {
  list-style:none
}

/*nav list horizontal spaced with '|'*/
#bodyFooterLinks .navTable {
  border:none;
  display:inline-block;
  width:auto
}

#bodyFooterLinks .navTable > * { /*select children*/
  display:block
}

#bodyFooterLinks .navTable > * > * { /*select grandchildren*/
  display:inline
}

#bodyFooterLinks .navTable > * > *::after { /*select grandchildren*/
  content:' | '
}

#bodyFooterLinks .navTable > * > *:last-child::after { /*select grandchildren*/
  content:''
}

.navListH li {
  list-style:none
}

/*nav list vertical*/
#asideNav {
  background:#656aa8;
  border-radius:1rem;
  padding:1rem 0
}

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

.navListV a, .navListV a:visited {
  color:white;
  display:block;
  font-family: 'Architects Daughter', cursive;
  font-size:1.111rem; /*20px for 18px font-size*/
  padding:1rem 2rem;
  text-decoration:none;
  text-transform:uppercase
}

.navListV a:hover, .navListV a:active {
  color:white
}

/*
changelog
20150914
Changes:
- update styling with Cancer Couoncil of Reno Count (http://cancercouncilrenocounty.org/)
*/

