/*
Theme Name: Sky Ranch
Theme URI: http://joslex.com/
Author: Joslex, LLC
Author URI: http://joslex.com/
Version: 1.0
*/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
:focus,
a:focus {
  outline: none;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
/* proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens) */
p {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -epub-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
body {
  color: #1a1a1a;
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  word-break: normal;
  word-wrap: normal;
}
a,
a:visited {
  color: #1e3448;
  outline: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active,
a:focus,
a:hover {
  color: #2d4e6c;
}
table {
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: left;
  width: 100%;
}
table td,
table th {
  vertical-align: top;
}
table td {
  border-bottom: 2px solid #ececec;
  padding: 16px 10px;
}
table th {
  background: #f2f2f2;
  border-bottom: 2px solid #ececec;
  padding: 8px 10px;
}
table,
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 15px 0;
}
table:first-child,
p:first-child,
ul:first-child,
ol:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
table:last-child,
p:last-child,
ul:last-child,
ol:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #565e56;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2em;
  margin-top: 45px;
}
h1 + h1,
h2 + h1,
h3 + h1,
h4 + h1,
h5 + h1,
h6 + h1,
h1 + h2,
h2 + h2,
h3 + h2,
h4 + h2,
h5 + h2,
h6 + h2,
h1 + h3,
h2 + h3,
h3 + h3,
h4 + h3,
h5 + h3,
h6 + h3,
h1 + h4,
h2 + h4,
h3 + h4,
h4 + h4,
h5 + h4,
h6 + h4,
h1 + h5,
h2 + h5,
h3 + h5,
h4 + h5,
h5 + h5,
h6 + h5,
h1 + h6,
h2 + h6,
h3 + h6,
h4 + h6,
h5 + h6,
h6 + h6 {
  margin-top: -15px;
}
h1 {
  font-size: 25px;
}
h2 {
  font-size: 23px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 19px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 15px;
}
article {
  position: relative;
  zoom: 1;
}
article:before,
article:after {
  content: "";
  display: table;
}
article:after {
  clear: both;
}
h1 > img,
h2 > img,
h3 > img,
h4 > img,
h5 > img,
h6 > img {
  margin-bottom: 10px;
}
h1 > img:last-child,
h2 > img:last-child,
h3 > img:last-child,
h4 > img:last-child,
h5 > img:last-child,
h6 > img:last-child {
  margin-bottom: 0;
}
iframe {
  border: 0;
}
img {
  height: auto !important;
  max-width: 100%;
  width: auto !important;
}
article ul,
article ol {
  list-style: disc;
  margin-bottom: 30px;
  padding-left: 15px;
}
article ul li + li,
article ol li + li {
  margin-top: 7.5px;
}
article ol {
  list-style: decimal;
}
hr {
  background: #ccc;
  border: 0;
  height: 1px;
  margin: 30px 0;
  overflow: hidden;
}
hr + h1,
hr + h2,
hr + h3,
hr + h4,
hr + h5,
hr + h6 {
  margin-top: 15px;
}
.entry-header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.notice {
  background: #eff4f4;
  border: 1px solid #d4dddd;
  border-radius: 3px;
  font-weight: bold;
  padding: 10px;
}
.notice:last-child:first-child {
  margin-top: 0;
}
.notice a {
  color: #586565;
}
.notice a:active,
.notice a:focus,
.notice a:hover {
  color: #819a9a;
}
.alignleft {
  float: left;
  margin: 0 12px 12px 0;
}
.alignright {
  float: right;
  margin: 0 0 12px 12px;
}
.button,
.button:link,
.button:visited,
button,
input[type="submit"],
input[type="button"] {
  background: #2d4e6c;
  border: 0;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button:active,
.button:link:active,
.button:visited:active,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
.button:focus,
.button:link:focus,
.button:visited:focus,
button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
.button:hover,
.button:link:hover,
.button:visited:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #3c6890;
  color: #fff;
}
input:not([type=hidden]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=image]):not([type=range]),
textarea {
  background: #fff;
  border: 1px solid #aaa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 20px;
  padding: 3px 5px;
}
textarea {
  height: 130px;
}
.shortcode-row {
  zoom: 1;
  width: 100%;
}
.shortcode-row:before,
.shortcode-row:after {
  content: "";
  display: table;
}
.shortcode-row:after {
  clear: both;
}
.shortcode-row + .shortcode-row,
p + .shortcode-row {
  margin-top: 40px;
}
[class*="shortcode-col_"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.shortcode-col_1_2,
.shortcode-col_2_4 {
  width: 50%;
}
.shortcode-col_1_2:last-child,
.shortcode-col_2_4:last-child {
  padding: 0 0 0 20px;
}
.shortcode-col_1_2:first-child,
.shortcode-col_2_4:first-child {
  padding: 0 20px 0 0;
}
.shortcode-col_1_3 {
  padding: 0 13.33333333px;
  width: 33.33%;
}
.shortcode-col_1_3:last-child {
  padding: 0 0 0 26.66666667px;
}
.shortcode-col_1_3:first-child {
  padding: 0 26.66666667px 0 0;
}
.shortcode-col_2_3 {
  padding: 0 13.33333333px;
  width: 66.66%;
}
.shortcode-col_2_3:last-child {
  padding: 0 0 13.33333333px 0;
}
.shortcode-col_2_3:first-child {
  padding: 0 13.33333333px 0 0;
}
/* Structure
-------------------------------------------------------------- */
html {
  background: #000000 url(https://a01399.claudeassets.com/20250909194754im_/https://skyranchfoundation.org/wp-content/themes/skyranch/media/images/background.jpg) no-repeat center top;
  -webkit-background-size: 1200px;
  background-size: 1200px;
}
body {
  position: relative;
}
.wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 12px;
  position: relative;
}
/* Header
-------------------------------------------------------------- */
#head {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  margin-bottom: 12px;
}
#head .logo {
  background: url(https://872ce0.claudeassets.com/20250909194754im_/https://skyranchfoundation.org/wp-content/themes/skyranch/media/images/logo.png) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  height: 100px;
  margin: 0 auto;
}
#head .logo a {
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 100%;
}
#head nav {
  border: 3px solid #000;
  padding: 1px;
}
#head nav .mobile {
  background: #000;
  display: block;
  height: 38px;
  line-height: 38px;
  text-align: center;
}
#head nav:target .mobile {
  display: none;
}
#head nav:target .mobile + ul {
  display: block;
}
#head nav ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#head nav li,
#head nav a {
  display: block;
}
#head nav li + li {
  margin-top: 1px;
}
#head nav a {
  background: #000;
  color: #fff;
  height: 38px;
  line-height: 38px;
  padding: 0 24px;
  text-decoration: none;
}
/* Body
-------------------------------------------------------------- */
#content {
  margin: 0 12px 12px;
}
#content > .wrap {
  background: #ecf1e1;
  padding: 24px;
}
#primary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
#secondary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.featured-image {
  margin: -24px -24px 24px -24px;
}
.featured-image > div {
  background: no-repeat center;
  -webkit-background-size: 100%;
  background-size: 100%;
  height: 220px;
}
.featured-image > div img {
  display: none;
}
.entry-header {
  border-color: #c0d19b;
  padding-bottom: 12px;
}
.page-header {
  margin-bottom: 24px;
  padding-bottom: 0;
}
.page-header h1 {
  margin-bottom: 12px;
  padding-bottom: 6px;
}
.page-header h5 {
  padding-bottom: 12px;
}
.page-header nav {
  font-size: 13px;
  margin-bottom: -1px;
}
.page-header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-header nav li {
  display: inline-block;
  padding: 6px;
}
.page-header nav a {
  text-decoration: none;
}
.page-header nav .current_page_item,
.page-header nav .current_page_parent {
  background: #ecf1e1;
  border: 1px solid #c0d19b;
  border-bottom: 0;
}
.page-header nav .current_page_item a,
.page-header nav .current_page_parent a {
  color: #5b6d33;
}
.widget {
  border-top: 1px solid #c0d19b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  margin-top: 24px;
  padding-top: 24px;
}
.widget li + li {
  margin-top: 15px;
}
.widget-title {
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
}
/* Article
-------------------------------------------------------------- */
article {
  word-break: normal;
}
article + article,
.commentlist,
#respond {
  border-top: 1px solid #c0d19b;
  margin-top: 24px;
  padding-top: 24px;
}
article + article {
  margin-top: 72px;
}
/* Gallery
-------------------------------------------------------------- */
.gallery {
  zoom: 1;
  margin: 30px -20px 10px;
}
.gallery:before,
.gallery:after {
  content: "";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 20px;
  padding: 0 20px;
  text-align: center;
}
/* Front Page
-------------------------------------------------------------- */
.front-page #content > .wrap {
  background: none;
  padding: 0;
}
.front-page #primary {
  background: #ecf1e1;
  float: none;
  padding: 24px;
  width: auto;
}
.front-page #secondary {
  background: #fff;
  float: none;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 12px;
  padding: 24px;
  width: auto;
}
.front-page #secondary .widget {
  border-color: #ecf1e1;
}
.front-page #secondary .widget:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
/* Footer
-------------------------------------------------------------- */
#floor {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 12px;
}
#floor > .wrap {
  background: #5b4249;
  padding: 24px;
}
#floor nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#floor nav a {
  text-decoration: none;
}
#floor nav a:active,
#floor nav a:focus,
#floor nav a:hover {
  text-decoration: underline;
}
#floor nav > ul {
  zoom: 1;
  margin: 0 -6px;
}
#floor nav > ul:before,
#floor nav > ul:after {
  content: "";
  display: table;
}
#floor nav > ul:after {
  clear: both;
}
#floor nav > ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 4px 6px;
  width: 50%;
}
#floor nav > ul > li > a {
  color: #fff;
  white-space: nowrap;
}
#floor nav .sub-menu {
  font-size: 13px;
  line-height: 15px;
  margin-left: 12px;
}
#floor nav .sub-menu li + li {
  margin-top: 4px;
}
#floor nav .sub-menu a {
  color: #e0c1ac;
}
#floor address {
  border-top: 1px solid #7c686d;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  margin-top: 24px;
  padding-top: 24px;
  text-align: center;
}
#floor address:first-line {
  font-size: 15px;
}
#floor address a {
  color: #fff;
  text-decoration: none;
}
#floor address a:active,
#floor address a:focus,
#floor address a:hover {
  text-decoration: underline;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
@media (min-width: 560px) {
  /* Structure
-------------------------------------------------------------- */
  html {
    -webkit-background-size: 1400px;
    background-size: 1400px;
  }
  /* Header
-------------------------------------------------------------- */
  #head .logo {
    height: 131px;
    width: 340px;
  }
  #head nav {
    height: 38px;
  }
  #head nav .mobile {
    display: none;
  }
  #head nav ul {
    background: #000;
    display: block;
    height: 38px;
    padding: 0 6px;
  }
  #head nav li,
  #head nav a {
    display: inline-block;
  }
  #head nav li {
    border: solid transparent;
    border-width: 3px 0;
    height: 38px;
    margin: 0;
    padding: 1px 0;
    position: relative;
    top: -4px;
    -webkit-transition: border .3s;
    transition: border .3s;
  }
  #head nav li + li {
    margin-top: 0;
  }
  #head nav li:hover {
    border-color: #3e433e;
  }
  #head nav li:hover a {
    background: #3e433e;
  }
  #head nav li.current-menu-item,
  #head nav li.current-page-ancestor {
    border-color: #fff;
  }
  #head nav li.current-menu-item a,
  #head nav li.current-page-ancestor a {
    background: #fff;
    color: #000;
  }
  #head nav a {
    color: #fff;
    font-size: 13px;
    height: 38px;
    line-height: 38px;
    padding: 0 8px;
    text-decoration: none;
    -webkit-transition: background .3s;
    transition: background .3s;
  }
  /* Body
-------------------------------------------------------------- */
  .page-header nav {
    font-size: 15px;
  }
  .page-header nav li {
    padding: 6px 12px;
  }
  .featured-image {
    float: right;
    margin: 0 0 24px 24px;
    width: 320px;
  }
  .featured-image > div {
    height: auto;
  }
  .featured-image > div img {
    display: block;
  }
  .widget {
    float: left;
    width: 50%;
  }
  .widget:nth-child(2n+1) {
    padding-right: 12px;
  }
  .widget:nth-child(2n+2) {
    padding-left: 12px;
  }
  /* Front Page
-------------------------------------------------------------- */
  .front-page .featured-image {
    float: left;
    margin: -24px 24px -48px -24px;
    padding-bottom: 24px;
    width: 320px;
  }
  .front-page #secondary {
    padding: 24px 12px;
  }
  .front-page #secondary .widget {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 12px;
    width: 33.33%;
  }
  .front-page #secondary .widget + .widget {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
  /* Footer
-------------------------------------------------------------- */
  #floor nav > ul > li {
    width: 33%;
  }
}
@media (min-width: 1000px) {
  /* Structure
-------------------------------------------------------------- */
  html {
    min-width: 1000px;
  }
  body {
    position: relative;
  }
  .wrap {
    padding: 0;
    width: 960px;
  }
  /* Header
-------------------------------------------------------------- */
  #head nav a {
    font-size: 15px;
    padding: 0 24px;
  }
  /* Body
-------------------------------------------------------------- */
  #content {
    margin: 0 0 12px;
  }
  #content > .wrap {
    padding: 0;
  }
  #primary {
    margin: 0;
    padding: 48px;
  }
  .has-sidebar #primary {
    float: left;
    padding: 48px 24px 48px 48px;
    width: 662px;
  }
  .has-sidebar #secondary {
    float: right;
    padding: 48px 48px 48px 24px;
    width: 298px;
  }
  .page-header {
    margin: 48px 48px -24px;
  }
  .widget {
    float: none;
    width: auto;
  }
  .widget:nth-child(2n+1) {
    padding-right: 0;
  }
  .widget:nth-child(2n+2) {
    padding-left: 0;
  }
  .widget:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
  /* Front Page
-------------------------------------------------------------- */
  .front-page #content > .wrap {
    background: none;
  }
  .front-page #primary {
    background: #ecf1e1;
    float: none;
    margin-bottom: 12px;
    padding: 48px;
    width: auto;
  }
  .front-page .featured-image {
    margin: -48px 24px -72px -48px;
  }
  .front-page #secondary {
    float: none;
    padding: 24px;
    width: auto;
  }
  .front-page #secondary .widget {
    float: left;
    padding: 0;
    width: 250px;
  }
  .front-page #secondary .widget + .widget {
    margin-left: 24px;
  }
  .front-page #secondary .widget:nth-child(3n+2) {
    width: 290px;
  }
  .front-page #secondary .widget:nth-child(3n+3) {
    margin-right: 0;
    width: 324px;
  }
  /* Footer
-------------------------------------------------------------- */
  #floor {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #floor > .wrap {
    background: #5b4249;
    padding: 24px;
  }
  #floor nav {
    float: left;
    margin-left: -8px;
    width: 630px;
  }
  #floor nav > ul {
    display: table;
    margin: 0;
    width: 100%;
  }
  #floor nav > ul > li {
    border-right: 1px solid #7c686d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    float: none;
    padding: 0 16px 8px 8px;
    width: auto;
  }
  #floor nav > ul > li > a {
    color: #fff;
    white-space: nowrap;
  }
  #floor nav .sub-menu {
    font-size: 13px;
    line-height: 15px;
    margin-left: 0;
  }
  #floor nav .sub-menu li + li {
    margin-top: 4px;
  }
  #floor nav .sub-menu a {
    color: #e0c1ac;
  }
  #floor address {
    border-top: 0;
    float: right;
    margin-top: 0;
    padding-top: 0;
    text-align: left;
    width: 280px;
  }
}
@media (min-width: 1401px) {
  html {
    -webkit-background-size: 100%;
    background-size: 100%;
  }
}

/*
     FILE ARCHIVED ON 19:27:40 Sep 15, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:45:33 Jul 21, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.614
  exclusion.robots: 0.064
  exclusion.robots.policy: 0.054
  esindex: 0.01
  cdx.remote: 145.027
  LoadShardBlock: 195.835 (3)
  PetaboxLoader3.datanode: 189.33 (4)
  PetaboxLoader3.resolve: 151.391 (3)
  load_resource: 185.067
*/