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

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

.clear {
  clear:both
}

.hidden {
  display:none
}
/*end generic*/

/*forms*/
form fieldset {
  margin-bottom:1rem
}

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

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

form label::after,
form .label::after,
.label::after {
  content:' :'
}

form input[type=text],
form input[type=password], 
form textarea,
form .sizeFull {
  max-width:100%;
  width:16.667rem /*300px for 18px font-size*/
}

form input[type=submit] {
}

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

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

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

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 
}

form .removeStyling {
  border: 0;
  background: none;
  padding: 0;
  vertical-align: middle;  
}

/*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: #0ca1c7 (blueish)
* - secondary: #ad3924 (redish)
* - tertiary: #fa7523 (orangish)
* - quaternary: #ffbd30 (yellowish)
* - quinternary: #6b6c6e (gray)
*
* Font Colors:
* - primary: #6b6c6e (grayish)
* - secondary: # ()
* - tertiary: # ()
* - quaternary: # ()
*
* Font Specifics:
* - Headers:
* -- color: #6b6c6e (grayish)
* -- family:
* -- size:
* -- weight: 700
* - Navigation:
* -- color: white
* -- family:
* -- size: .8rem
* -- weight: 700
* - Content
* -- color: #6b6c6e
* -- family:
* -- size:
* -- weight:
* - Footer
* -- color:
* -- family:
* -- size:
* -- weight:
* - Links
* -- color: #0ca1c7 (blueish)
* -- color hover: #fa7523 (orangish)
* -- 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.  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%
*
* 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');

@font-face {
	font-family: 'CCHipFlask';
	src: url('fonts/Comicraft - CCHipFlask.eot');
	src: local('☺'), url('fonts/Comicraft - CCHipFlask.woff') format('woff'), url('fonts/Comicraft - CCHipFlask.ttf') format('truetype'), url('fonts/Comicraft - CCHipFlask.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/**
* 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-attachment:scroll, fixed;
	background-color:white;
  background-image:url(../images/background-site-top.png), url(../images/background-site-page.jpg);
  background-position:top, bottom;
  background-repeat:repeat-x, repeat;
  color:#6b6c6e;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14.5px; /*18px for largest font size*/
  overflow-x:hidden
}

a, a:visited {
  color:#0ca1c7 /*blue*/;
  transition:color .3s ease-out
}

a:hover, a:active, a:focus {
  color:#fa7523 /*orange*/
}

h1, h2, h3, h4, h5, h6 {
}

h1 {
  font-family:CCHipFlask;
  font-size:2rem;
  font-weight:300;
  letter-spacing:.1rem;
  text-shadow:2px 2px #888;
  text-transform:uppercase
}

h2 {
  font-size:1.4rem
}

h3 {
  font-size:1.3rem
}

h4 {
  font-size:1.2rem
}

h5 {
  font-size:1.1rem
}

h6 {
  font-size:1rem
}

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

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

form .error {
	color:#cc0000;
} 

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
}

.socialMedia a {
  display:inline-block;
	height:	34px;
  margin-right:.5rem;
  transition:background-position .3s ease-out;
	width: 34px;
}

.socialMedia a:hover {
	background-position:0 34px;
}

.socialMedia .facebook {
	background-image:url(../images/facebook.jpg);  
}

.socialMedia .twitter{
	background-image:url(../images/twitter.jpg);
}

.socialMedia .wordpress{
	background-image:url(../images/wordpress.jpg);
}

.socialMedia .pinterest{
	background-image:url(../images/pinterist.jpg);
}

.socialMedia .instagram{
	background-image:url(../images/instagram.png);
}

.socialMedia .youtube{
	background-image:url(../images/youtube.png);
}

.buttonGreen,
.buttonGreen:visited {
  background-color:#9cc403;
  border:1px solid #80A000;
  color:white;
  display:inline-block;
  font-size:.8rem;
  margin:0 .5rem;
  padding:.5rem .75rem;
  text-decoration:none;
  text-shadow:2px 2px #80A000;
  transition:background-color .3s ease-out
}

.buttonGreen:hover,
.buttonGreen:active,
.buttonGreen:focus {
  background-color:#b6e503;
  color:white
}

.clear {
  clear:both
}

.hidden {
  display:none
}

/*blue ribon for h1*/
.ribonBlueLeft,
.ribonBlueRight,
#pageContent h1,
#pageAsideNavigation h1 {
  background-color:#0ca1c7;
  /*box-shadow:5px 5px 5px #999;*/
  color:white;
  padding:.5rem 1.5rem;
  position:relative
}

.ribonBlueLeft::before,
#pageContent h1::before {
  background-image:url(../images/background-heading-left.png);
  background-position:right;
  background-repeat:no-repeat;
  background-size:25px 100%;
  /*box-shadow:5px 5px 5px #999;*/
  content:'';
  display:inline-block;
  height:100%;
  left:-25px;
  position:absolute;
  width:25px;
  top:0
}

.ribonBlueRight::after,
#pageAsideNavigation h1::after {
  background-image:url(../images/background-heading-right.png);
  background-position:right;
  background-repeat:no-repeat;
  background-size:25px 100%;
  /*box-shadow:0 5px 5px #999;*/
  content:'';
  display:inline-block;
  height:100%;
  position: absolute;
  right:-25px;
  width:25px;
  top:0
}

/*yellow ribon for h4*/
.ribonYellowLeft,
#pageAsideFavorites li a,
#pageAsideNavigation li a,
#pageContent h4 {
  background-color:#ffbd30;
  /*box-shadow:5px 5px 5px #999;*/
  color:white;
  display:inline-block;
  padding:.5rem 1.5rem .5rem .5rem;
  position:relative
}

.ribonYellowLeft::before,
#pageAsideFavorites li a::before,
#pageAsideNavigation li a::before,
#pageContent h4::before {
  background-image:url(../images/background-heading-left-yellow.png);
  background-position:right;
  background-repeat:no-repeat;
  background-size:25px 100%;
  /*box-shadow:5px 5px 5px #999;*/
  content:'';
  display:inline-block;
  height:100%;
  left:-25px;
  position:absolute;
  width:25px;
  top:0
}

/*orange ribon for h3*/
.ribonOrangeLeft,
#pageContent h3 {
  background-color:#fa7523;
  /*box-shadow:5px 5px 5px #999;*/
  color:white;
  display:inline-block;
  padding:.5rem 1.5rem .5rem .5rem;
  position:relative
}

.ribonOrangeLeft::before,
#pageContent h3::before {
  background-image:url(../images/background-heading-left-orange.png);
  background-position:right;
  background-repeat:no-repeat;
  background-size:25px 100%;
  /*box-shadow:5px 5px 5px #999;*/
  content:'';
  display:inline-block;
  height:100%;
  left:-25px;
  position:absolute;
  width:25px;
  top:0
}

/*red ribon for h2*/
.ribonRedLeft,
#pageContent h2 {
  background-color:#ad3924;
  /*box-shadow:5px 5px 5px #999;*/
  color:white;
  display:inline-block;
  padding:.5rem .5rem .5rem 1.5rem;
  position:relative
}

.ribonRedLeft::before,
#pageContent h2::before {
  background-image:url(../images/background-heading-left-red.png);
  background-position:right;
  background-repeat:no-repeat;
  background-size:25px 100%;
  /*box-shadow:0 5px 5px #999;*/
  content:'';
  display:inline-block;
  height:100%;
  position: absolute;
  left:-25px;
  width:25px;
  top:0
}

.ribonRedRight {
  background-color:#ad3924;
  /*box-shadow:5px 5px 5px #999;*/
  color:white;
  display:inline-block;
  padding:.5rem .5rem .5rem 1.5rem;
  position:relative
}

.ribonRedRight::after {
  background-image:url(../images/background-heading-right-red.png);
  background-position:right;
  background-repeat:no-repeat;
  background-size:25px 100%;
  /*box-shadow:0 5px 5px #999;*/
  content:'';
  display:inline-block;
  height:100%;
  position: absolute;
  right:-25px;
  width:25px;
  top:0
}


/* 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.
*/
html {  
  background-position:center 3.5rem, center bottom;
}
}

/* Two Columns */
@media screen and (min-width:651px) and (max-width:975px) {
/**
* Styles that are only for two columns go here.
*/
html {  
  background-position:center 4rem, center bottom;
}
}

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

#pageAsideFavorites {
  height:400px;
  margin-bottom:2rem;
  max-width:325px;
  position:relative
}

#pageAsideFavorites h1,
#pageAsideNavigation h1 {
  margin-top:0
}

#pageAsideFavorites ul,
#pageAsideNavigation ul {
  list-style:none
}

#pageAsideNavigation ul {
  margin-bottom:2rem
}

#pageAsideNavigation ul ul {
  margin-bottom:0
}

#pageAsideFavorites li,
#pageAsideNavigation li {
  left:0;
  margin:.5rem 0;
  position:relative;
  transition:left .3s ease-out
}

#pageAsideFavorites li:hover,
#pageAsideNavigation li:hover {
  left:-1rem
}

#pageAsideFavorites li a,
#pageAsideFavorites li a:visited,
#pageAsideNavigation li a,
#pageAsideNavigation li a:visited {
  color:white;
  display:block;
  font-size:.85rem;
  text-decoration:none;
  text-transform:uppercase
}

#pageAsideFavorites li a,
#pageAsideFavorites li a:visited {
  padding-right:150px;
}

#pageAsideFavorites li a:hover,
#pageAsideFavorites li a:active,
#pageAsideFavorites li a:focus,
#pageAsideNavigation li a:hover,
#pageAsideNavigation li a:active,
#pageAsideNavigation li a:focus {
}

#pageAsideFavorites .sponsor {
  bottom:0;
  color:white;
  font-weight:700;
  letter-spacing:-1px;
  position:absolute;
  text-decoration:none;
  text-transform:uppercase;
  width:calc(100% - 2rem)
}

#pig {
  position:absolute;
  right:-35%;
  top:2rem
}
/* 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.
*/
table,
tr,
th,
td {
  display:block
}

tr {
  padding:.5rem;
}

th,
td {
  padding:0;
  text-align:left
}

th:not(:first-child)::before,
td:not(:first-child)::before {
  content:'-';
  display:inline-block;
  padding:0 1rem 0 .25rem
}

#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.left {
  float:left;
  margin-right:1rem;
  width:calc(50% - 1rem)
}

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

/* Three Columns */
@media screen and (min-width:976px) {
/**
* Styles that are for three columns go here.
*/
#pageAside.left,
#pageAside.right {
  width:calc(31.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 */
