/* normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 50, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
/* line 80, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 92, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 101, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 114, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 123, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 132, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 140, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 148, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 158, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 170, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 179, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 187, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 195, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 204, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 211, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
sup {
  top: -0.5em;
}

/* line 215, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 227, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 235, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 247, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 259, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 270, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 284, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 296, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 308, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
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.
 */
/* line 323, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 333, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 343, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 354, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 367, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 376, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 386, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 399, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 209, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 214, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 217, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
body {
  background: #f9f4ed;
  color: #666666;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
}

/* line 230, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
a:focus {
  outline: none;
}

/* line 235, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 238, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
object,
embed {
  height: 100%;
}

/* line 239, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 245, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 250, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 251, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 252, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
.text-left {
  text-align: left !important;
}

/* line 253, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
.text-right {
  text-align: right !important;
}

/* line 254, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
.text-center {
  text-align: center !important;
}

/* line 255, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 256, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 262, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 265, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 275, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 278, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* line 107, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
p.lead {
  font-size: 1.21875em;
  line-height: 1.6;
}

/* line 112, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #b3b3b3;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Typography resets */
/* line 141, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

/* Default Link Styles */
/* line 148, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
a {
  color: #7dbbd0;
  text-decoration: none;
  line-height: inherit;
}

/* line 154, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #6ab1c9;
}
/* line 156, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
a img {
  border: none;
}

#location a {color:#283032;}
/* Default paragraph styles */
/* line 160, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
p {
  font-family: "Noto Serif", "Times New Roman", "Times", Times, serif;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.8;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
}
/* line 170, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
p aside {
  font-size: 0.875em;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 178, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #666666;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em;
}
/* line 188, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #b3b3b3;
  line-height: 0;
}

/* line 195, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
h1 {
  font-size: 2.125em;
}

/* line 196, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
h2 {
  font-size: 1.6875em;
}

/* line 197, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
h3 {
  font-size: 1.375em;
}

/* line 198, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
h4 {
  font-size: 1.125em;
}

/* line 199, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
h5 {
  font-size: 1.125em;
}

/* line 200, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
h6 {
  font-size: 1em;
}

/* line 204, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 214, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 220, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 225, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 230, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c;
}

/* Lists */
/* line 239, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.8;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: "Noto Serif", "Times New Roman", "Times", Times, serif;
}

/* Unordered Lists */
/* line 251, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.125em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */
}
/* line 260, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 263, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
}
/* line 264, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
}
/* line 265, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
}
/* line 266, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 273, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.125em;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 282, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}
/* line 286, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75em;
}

/* Abbreviations */
/* line 291, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #666666;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

/* line 298, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}

/* Blockquotes */
/* line 303, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25em;
  padding: 0;
  border-left: 0 none;
}
/* line 308, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 1.5em;
  color: #999999;
}
/* line 312, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 317, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #999999;
}

/* line 323, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.8;
  color: #999999;
}

/* Microformats */
/* line 329, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #dddddd;
  padding: 0.625em 0.75em;
}
/* line 335, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 339, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375em;
}

/* line 346, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 348, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em;
}

@media only screen and (min-width: 48em) {
  /* line 359, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  /* line 360, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
  h1 {
    font-size: 2.75em;
  }

  /* line 361, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
  h2 {
    font-size: 2.3125em;
  }

  /* line 362, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.6875em;
  }

  /* line 363, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_type.scss */
  h4 {
    font-size: 1.4375em;
  }
}
/* Keystroke Characters */
/* line 52, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_keystrokes.scss */
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dbdbdb;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 0.9375em;
  padding: 0.125em 0.25em 0em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Tables */
/* line 80, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_tables.scss */
table {
  background: white;
  margin-bottom: 1.25em;
  border: solid 1px #dddddd;
}
/* line 42, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_tables.scss */
table thead,
table tfoot {
  background: #7dbbd0;
  font-weight: bold;
}
/* line 48, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_tables.scss */
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.5em 0.625em 0.625em;
  font-size: 0.875em;
  color: white;
  text-align: left;
}
/* line 59, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_tables.scss */
table tr th,
table tr td {
  padding: 1em 1em;
  font-size: 0.875em;
  color: #222222;
}
/* line 67, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_tables.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #edf6f9;
}
/* line 74, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_tables.scss */
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.125em;
}

/* line 3, ../sass/_style.scss */
#header, #container, #footer, #siteInfo {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1;
}
/* line 101, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
#header:before, #container:before, #footer:before, #siteInfo:before, #header:after, #container:after, #footer:after, #siteInfo:after {
  content: " ";
  display: table;
}
/* line 102, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
#header:after, #container:after, #footer:after, #siteInfo:after {
  clear: both;
}

/* line 9, ../sass/_style.scss */
#container #content .shortArticleList, .cat-staff article .content, .cat article {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
/* line 101, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
#container #content .shortArticleList:before, .cat-staff article .content:before, .cat article:before, #container #content .shortArticleList:after, .cat-staff article .content:after, .cat article:after {
  content: " ";
  display: table;
}
/* line 102, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
#container #content .shortArticleList:after, .cat-staff article .content:after, .cat article:after {
  clear: both;
}

/* line 12, ../sass/_style.scss */
#location {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
/* line 101, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
#location:before, #location:after {
  content: " ";
  display: table;
}
/* line 102, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
#location:after {
  clear: both;
}

/* line 21, ../sass/_style.scss */
#header #address p, #container > aside nav ul {
  font-family: "Open Sans Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

/* line 50, icons/*.png */
.icons-sprite, .mobileNav .menu > li a, #container #content .page .content ul li {
  background: url('../img/icons-s35e8a7dd7a.png') no-repeat;
}
 #container > aside .searchBar #searchInput{
 background: url('../img/icons-search.png') no-repeat;
}
.so-widget-sow-slider img { display:block !important; }
ul.sow-slider-images {
	padding:0 !important;
}
sow-slider-images li{
	padding:0 !important;
}
.sow-carousel-item ul li{background: none !important;}

/* line 43, ../sass/_style.scss */
#container > aside .widget-container {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #89c1d4;
  padding: 1.125em;
  margin-bottom: 1.5em;
  color: white;
}
/* line 49, ../sass/_style.scss */
#container > aside .widget-container a {
  color: white;
  font-weight: bold;
}
/* line 53, ../sass/_style.scss */
#container > aside .widget-container h2, #container > aside .widget-container h3 {
  font-size: 1.625em;
  text-transform: uppercase;
  color: white;
  line-height: 1;
  padding-bottom: 11px;
  border-bottom: 1px solid white;
}

/* line 65, ../sass/_style.scss */
#headerContainer {
  background-image: url('../img/headerBackground.jpg?1367928428');
  -webkit-box-shadow: #999999 0 0 20px;
  -moz-box-shadow: #999999 0 0 20px;
  box-shadow: #999999 0 0 20px;
}
@media only screen and (min-width: 48em) {
  /* line 65, ../sass/_style.scss */
  #headerContainer {
    height: 7.5em;
  }
}

/* line 74, ../sass/_style.scss */
#header #logoAndTelephone {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  padding-top: 10px;
}
@media only screen and (min-width: 48em) {
  /* line 74, ../sass/_style.scss */
  #header #logoAndTelephone {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 62.5%;
    float: left;
  }
}
@media only screen and (min-width: 80em) {
  /* line 74, ../sass/_style.scss */
  #header #logoAndTelephone {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 48em) {
  /* line 84, ../sass/_style.scss */
  #header #logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.9375em;
  }
}
/* line 91, ../sass/_style.scss */
#header #telephone {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  background-color: #1588af;
  font-size: 1.375em;
  font-weight: bold;
  color: white;
  padding: 0.625em;
  display: inline-block;
  vertical-align: middle;
  margin-top: .5em;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  /* line 91, ../sass/_style.scss */
  #header #telephone {
    width: auto;
    text-align: left;
  }
  /* line 106, ../sass/_style.scss */
  #header #telephone:before {
    content: '';
    position: absolute;
    margin-left: -25px;
    margin-top: 2px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7.5px 13.0px 7.5px 0;
    border-color: transparent #1588af transparent transparent;
  }
}
/* line 120, ../sass/_style.scss */
#header #tapToCall #tapButton {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  padding-top: 0.75em;
  padding-bottom: 0.8125em;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  background-color: #333333;
  border-color: #1a1a1a;
  color: white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 121, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_buttons.scss */
#header #tapToCall #tapButton:hover, #header #tapToCall #tapButton:focus {
  background-color: #1a1a1a;
}
/* line 132, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_buttons.scss */
#header #tapToCall #tapButton:hover, #header #tapToCall #tapButton:focus {
  color: white;
}
@media only screen and (min-width: 48em) {
  /* line 119, ../sass/_style.scss */
  #header #tapToCall {
    display: none;
  }
}
/* line 127, ../sass/_style.scss */
#header #address {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  padding-top: 1.25em;
  color: white;
  text-transform: uppercase;
}
/* line 132, ../sass/_style.scss */
#header #address p {
  line-height: 1;
  font-size: 1.25em;
}
@media only screen and (min-width: 48em) {
  /* line 127, ../sass/_style.scss */
  #header #address {
    padding-top: 2.5em;
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 37.5%;
    float: left;
  }
}
/* line 142, ../sass/_style.scss */
#header #bigPaw {
  display: none;
}
@media only screen and (min-width: 48em) {
  /* line 142, ../sass/_style.scss */
  #header #bigPaw {
    position: absolute;
    background-image: url('../img/bigPaw.png?1367929118');
    background-repeat: no-repeat;
    width: 25.5em;
    height: 11.25em;
    top: 0;
    display: block;
    left: 45%;
	background-size:275px;
  }
}

/* line 156, ../sass/_style.scss */
.mobileNav {
  margin-bottom: 1.875em;
}
@media only screen and (min-width: 48em) {
  /* line 156, ../sass/_style.scss */
  .mobileNav {
    display: none;
  }
}
/* line 161, ../sass/_style.scss */
.mobileNav #openNav {
  background-image: url('../img/menuIcon.png?1369900575');
  background-repeat: no-repeat;
  background-position: 0.9375em 1.125em;
  cursor: pointer;
  display: block;
  padding: 1.25em 1.25em 1.25em 2.8125em;
  background-color: #262626;
  color: white;
  font-family: "Open Sans Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 173, ../sass/_style.scss */
.mobileNav #openNav.active {
  background-color: #4d4d4d;
}
/* line 176, ../sass/_style.scss */
.mobileNav #openNav > span {
  font-size: 0.75em;
  font-weight: 400;
}
/* line 181, ../sass/_style.scss */
.mobileNav .menu-sidebar-menu-container {
  display: none;
}
/* line 186, ../sass/_style.scss */
.mobileNav .menu > li a {
  display: block;
  background-position: 0 0;
  background-position: 10px 25px;
  padding: 1.25em 1.25em 1.25em 2.5em;
  background-color: #e6e6e6;
  font-family: "Open Sans Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: gray;
  border-bottom: 1px solid #dedede;
  font-weight: 700;
}
/* line 197, ../sass/_style.scss */
.mobileNav .menu > li a:focus, .mobileNav .menu > li a:hover {
  background-color: #f2f2f2;
}

@media only screen and (min-width: 48em) {
  /* line 206, ../sass/_style.scss */
  #container {
    padding-top: 2.25em;
  }
}
/* line 211, ../sass/_style.scss */
#container > aside {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 48em) {
  /* line 211, ../sass/_style.scss */
  #container > aside {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 25%;
    right: 75%;
    left: auto;
    float: left;
  }
}
/* line 217, ../sass/_style.scss */
#container > aside .searchBar #searchInput {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-position: 0 -86px;
  background-position: 5px -80px;
}
/* line 112, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
#container > aside .searchBar #searchInput:focus {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}
/* line 105, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_forms.scss */
#container > aside .searchBar #searchInput:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
/* line 112, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_forms.scss */
#container > aside .searchBar #searchInput[disabled] {
  background-color: #dddddd;
}
/* line 224, ../sass/_style.scss */
#container > aside nav {
  display: none;
}
@media only screen and (min-width: 48em) {
  /* line 224, ../sass/_style.scss */
  #container > aside nav {
    display: inherit;
  }
}
/* line 232, ../sass/_style.scss */
#container > aside nav ul > li a {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  height: 36px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  padding: 3px 6px 0 12px;
  color: #9a9a9a;
  border-bottom: 1px solid #e6e6e6;
}
/* line 244, ../sass/_style.scss */
#container > aside nav ul > li.active a {
  background-color: #278eb1;
  background-image: url('../img/smallPaw.png?1368010017');
  color: white;
  border-bottom: none;
}
/* line 252, ../sass/_style.scss */
#container > aside nav ul > li:hover a {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  background-color: #9a9a9a;
  color: white;
  background-image: url('../img/smallPaw.png?1368010017');
  border-bottom: none;
}
/* line 268, ../sass/_style.scss */
#container .bigFeaturedImage {
  margin-bottom: 1.875em;
}
/* line 270, ../sass/_style.scss */
#container .bigFeaturedImage > img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/* line 274, ../sass/_style.scss */
#container #content {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 48em) {
  /* line 274, ../sass/_style.scss */
  #container #content {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 75%;
    left: 25%;
    right: auto;
    float: left;
  }
}
/* line 286, ../sass/_style.scss */
#container #content #rotator {
  display: none;
}
@media only screen and (min-width: 48em) {
  /* line 286, ../sass/_style.scss */
  #container #content #rotator {
    margin-bottom: 1.875em;
    display: block;
  }
}
/* line 293, ../sass/_style.scss */
#container #content #rotator img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/* line 296, ../sass/_style.scss */
#container #content #rotator .slideshow_description {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  padding-bottom: 10px;
}
/* line 303, ../sass/_style.scss */
#container #content .shortArticleList .shortArticle {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 48em) {
  /* line 303, ../sass/_style.scss */
  #container #content .shortArticleList .shortArticle {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 50%;
    float: left;
  }
}
/* line 308, ../sass/_style.scss */
#container #content .shortArticleList .shortArticle .featuredImage {
  margin-bottom: 1.25em;
  display: block;
}
/* line 311, ../sass/_style.scss */
#container #content .shortArticleList .shortArticle .featuredImage > img {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (min-width: 80em) {
  /* line 308, ../sass/_style.scss */
  #container #content .shortArticleList .shortArticle .featuredImage {
    display: inline;
    float: left;
    width: 35%;
  }
}
@media only screen and (min-width: 80em) {
  /* line 321, ../sass/_style.scss */
  #container #content .shortArticleList .shortArticle .excerpt {
    float: right;
    width: 55%;
  }
}
/* line 327, ../sass/_style.scss */
#container #content .shortArticleList .shortArticle .excerpt > h1 {
  font-size: 1.375em;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: .1em;
}
/* line 337, ../sass/_style.scss */
#container #content .page .title {
  font-size: 2.125em;
  text-transform: uppercase;
}
/* line 342, ../sass/_style.scss */
#container #content .page .content blockquote {
  font-size: 1.375em;
}
/* line 345, ../sass/_style.scss */
#container #content .page .content h2 {
  font-size: 1.625em;
}
/* line 348, ../sass/_style.scss */
#container #content .page .content h3 {
  font-size: 1.375em;
}
/* line 351, ../sass/_style.scss */
#container #content .page .content ul li {
  background-position: 0 0;
  background-position: 0 20px;
/*  padding-left: 1.875em;
  padding-bottom: 0.9375em;
  padding-top: 0.9375em; */
  border-bottom: 1px dotted #cccccc;
}
.sow-slider-image  .sow-slider-image-cover .cycle-slide .cycle-slide-active{
padding: 0 !important;
}
/* line 359, ../sass/_style.scss */
#container #content .page .content .collapseomatic {
  font-family: "Open Sans Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  text-indent: 1.25em;
  padding: 1.25em;
  background-color: #d9d9d9;
  margin-bottom: 0.625em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 369, ../sass/_style.scss */
#container #content .page .content .collapseomatic:before {
  content: "";
  position: absolute;
  left: 30px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 13.0px 7.5px 0 7.5px;
  border-color: #999 transparent transparent transparent;
}
/* line 379, ../sass/_style.scss */
#container #content .page .content .collapseomatic:hover {
  background-color: #cccccc;
}
/* line 382, ../sass/_style.scss */
#container #content .page .content .collapseomatic.colomat-close {
  background-color: #89c1d4;
  color: white;
}
/* line 388, ../sass/_style.scss */
#container #content .page table {
  width: 100%;
}
/* line 392, ../sass/_style.scss */
#container #content .wpcf7 {
  background-color: white;
  padding: 1.875em;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/* line 397, ../sass/_style.scss */
#container #content .wpcf7 label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em;
}
/* line 400, ../sass/_style.scss */
#container #content .wpcf7 input[type="text"], #container #content .wpcf7 input[type="email"] {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
/* line 112, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
#container #content .wpcf7 input[type="text"]:focus, #container #content .wpcf7 input[type="email"]:focus {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}
/* line 105, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_forms.scss */
#container #content .wpcf7 input[type="text"]:focus, #container #content .wpcf7 input[type="email"]:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
/* line 112, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_forms.scss */
#container #content .wpcf7 input[type="text"][disabled], #container #content .wpcf7 input[type="email"][disabled] {
  background-color: #dddddd;
}
/* line 403, ../sass/_style.scss */
#container #content .wpcf7 textarea {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  min-height: 15em;
}
/* line 112, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
#container #content .wpcf7 textarea:focus {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}
/* line 105, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_forms.scss */
#container #content .wpcf7 textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
/* line 112, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_forms.scss */
#container #content .wpcf7 textarea[disabled] {
  background-color: #dddddd;
}
/* line 407, ../sass/_style.scss */
#container #content .wpcf7 input[type="submit"] {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #7dbbd0;
  border-color: #58a7c2;
  color: white;
}
/* line 121, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_buttons.scss */
#container #content .wpcf7 input[type="submit"]:hover, #container #content .wpcf7 input[type="submit"]:focus {
  background-color: #58a7c2;
}
/* line 132, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_buttons.scss */
#container #content .wpcf7 input[type="submit"]:hover, #container #content .wpcf7 input[type="submit"]:focus {
  color: white;
}

/* line 414, ../sass/_style.scss */
#location {
  margin-top: 1.875em;
  -webkit-box-shadow: #cccccc 0 0 10px;
  -moz-box-shadow: #cccccc 0 0 10px;
  box-shadow: #cccccc 0 0 10px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
  /* line 414, ../sass/_style.scss */
  #location {
    height: 18.75em;
  }
}
/* line 423, ../sass/_style.scss */
#location #locationOverlay {
  background-color: rgba(131, 189, 209, 0.9);
  padding: 2.5em;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  padding-left: 3.125em;
}
/* line 426, ../sass/_style.scss */
#location #locationOverlay h1, #location #locationOverlay ul li {
  color: white;
}
/* line 429, ../sass/_style.scss */
#location #locationOverlay ul li {
  font-style: italic;
}
@media only screen and (min-width: 48em) {
  /* line 423, ../sass/_style.scss */
  #location #locationOverlay {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 37.5%;
    float: left;
    height: 18.75em;
    padding-right: 3.125em;
  }
  /* line 436, ../sass/_style.scss */
  #location #locationOverlay h1, #location #locationOverlay ul li {
    text-align: right;
  }
}
@media only screen and (min-width: 80em) {
  /* line 423, ../sass/_style.scss */
  #location #locationOverlay {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 25%;
    float: left;
    padding-right: 3.125em;
  }
}
/* line 447, ../sass/_style.scss */
#location #locationMap {
  min-height: 9.375em;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 48em) {
  /* line 447, ../sass/_style.scss */
  #location #locationMap {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 62.5%;
    float: left;
  }
}
@media only screen and (min-width: 80em) {
  /* line 447, ../sass/_style.scss */
  #location #locationMap {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 75%;
    float: left;
  }
}

/* line 459, ../sass/_style.scss */
footer {
  background-color: #283032;
  padding: 1.875em 0 1.875em 0;
  *zoom: 1;
}
/* line 101, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
footer:before, footer:after {
  content: " ";
  display: table;
}
/* line 102, C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-4.1.6/scss/foundation/components/_global.scss */
footer:after {
  clear: both;
}

/* line 466, ../sass/_style.scss */
#footer .widgetTitle {
  display: none;
}
/* line 469, ../sass/_style.scss */
#footer h1 {
  font-size: 1em;
  text-transform: uppercase;
}
/* line 473, ../sass/_style.scss */
#footer .smallWidget {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  margin-bottom: 1.25em;
}
@media only screen and (min-width: 48em) {
  /* line 473, ../sass/_style.scss */
  #footer .smallWidget {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 25%;
    float: left;
    margin-bottom: 0;
  }
}
/* line 480, ../sass/_style.scss */
#footer .smallWidget .content {
  background-color: white;
  -webkit-border-radius: 10px 10px 10px 0;
  -moz-border-radius: 10px 10px 10px 0;
  -ms-border-radius: 10px 10px 10px 0;
  -o-border-radius: 10px 10px 10px 0;
  border-radius: 10px 10px 10px 0;
  padding: 1.25em;
}
/* line 486, ../sass/_style.scss */
#footer .largeWidget {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  margin-bottom: 1.25em;
}
@media only screen and (min-width: 48em) {
  /* line 486, ../sass/_style.scss */
  #footer .largeWidget {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
}
/* line 493, ../sass/_style.scss */
#footer .largeWidget .content {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #83bdd1;
  padding: 1.25em;
}
/* line 494, ../sass/_style.scss */
#footer .largeWidget .content h1, #footer .largeWidget .content p {
  color: white;
}

/* line 503, ../sass/_style.scss */
#siteInfo {
  padding-top: 1.875em;
}
/* line 506, ../sass/_style.scss */
#siteInfo .content {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  text-align: right;
}
/* line 509, ../sass/_style.scss */
#siteInfo .content h1 {
  font-size: 1em;
  text-transform: uppercase;
}
/* line 513, ../sass/_style.scss */
#siteInfo .content h1, #siteInfo .content p {
  color: white;
}

/* line 521, ../sass/_style.scss */
.cat-staff .staffPhoto > img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/* line 525, ../sass/_style.scss */
.cat-staff h1.title {
  font-size: 2.125em;
  text-transform: uppercase;
}
/* line 529, ../sass/_style.scss */
.cat-staff article {
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 1.875em;
  margin-bottom: 1.875em;
}
/* line 536, ../sass/_style.scss */
.cat-staff article .staffImage {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  margin-bottom: 1.25em;
}
@media only screen and (min-width: 48em) {
  /* line 536, ../sass/_style.scss */
  .cat-staff article .staffImage {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 37.5%;
    float: left;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 80em) {
  /* line 536, ../sass/_style.scss */
  .cat-staff article .staffImage {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 25%;
    float: left;
  }
}
/* line 546, ../sass/_style.scss */
.cat-staff article .staffImage > img {
  border: 10px solid white;
  -webkit-box-shadow: #cccccc 0 0 15px;
  -moz-box-shadow: #cccccc 0 0 15px;
  box-shadow: #cccccc 0 0 15px;
}
/* line 551, ../sass/_style.scss */
.cat-staff article .staffBio {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 48em) {
  /* line 551, ../sass/_style.scss */
  .cat-staff article .staffBio {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 62.5%;
    float: left;
  }
}
@media only screen and (min-width: 80em) {
  /* line 551, ../sass/_style.scss */
  .cat-staff article .staffBio {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 75%;
    float: left;
  }
}

/* line 563, ../sass/_style.scss */
.cat h1.title {
  font-size: 2.125em;
  text-transform: uppercase;
}
/* line 567, ../sass/_style.scss */
.cat article {
  padding-bottom: 1.875em;
  margin-bottom: 1.875em;
  border-bottom: 1px dotted #cccccc;
}
/* line 573, ../sass/_style.scss */
.cat .catTitle {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 48em) {
  /* line 576, ../sass/_style.scss */
  .cat .catThumb {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 18.75%;
    float: left;
  }
}
/* line 581, ../sass/_style.scss */
.cat .meta {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 48em) {
  /* line 581, ../sass/_style.scss */
  .cat .meta {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 25%;
    float: left;
  }
}
/* line 586, ../sass/_style.scss */
.cat .meta > p {
  font-size: 0.875em;
  color: #b3b3b3;
}
/* line 591, ../sass/_style.scss */
.cat .content {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 48em) {
  /* line 591, ../sass/_style.scss */
  .cat .content {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 56.25%;
    float: left;
  }
}

/* line 599, ../sass/_style.scss */
.workinghourswidget > table {
  background: none;
  border: 0 none;
}
/* line 603, ../sass/_style.scss */
.workinghourswidget > table > tbody > tr {
  background: none;
  border-bottom: 0.0625em solid white;
}
/* line 606, ../sass/_style.scss */
.workinghourswidget > table > tbody > tr > th {
  color: white;
  padding: .7em 0 .7em 0;
  background: none;
  font-weight: bold;
}
/* line 612, ../sass/_style.scss */
.workinghourswidget > table > tbody > tr > td {
  color: white;
  padding: .7em 0 .7em 0;
  background: none;
}

.entry .sow-slider-image img {
	padding: 0;	
}

.widget.so-panel ul li.sow-slider-image:before {
	content: none;
}