/* Normalize */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 24, ../sass/_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 34, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 43, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 54, ../sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 78, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 90, ../sass/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 98, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 107, ../sass/_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 120, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 129, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 138, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 146, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 154, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 164, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 176, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 185, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 193, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 201, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 210, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 217, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 221, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 233, ../sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 241, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 253, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 265, ../sass/_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 276, ../sass/_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 290, ../sass/_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 302, ../sass/_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 314, ../sass/_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 329, ../sass/_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 339, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 349, ../sass/_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 360, ../sass/_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 373, ../sass/_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 382, ../sass/_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 392, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 405, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Box-size everything */
/* line 9, ../sass/screen.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Transitions */
/* line 27, ../sass/screen.scss */
a {
  -webkit-transition: background-color ease-out 1s;
}

/* Font-stack */
/* line 36, ../sass/screen.scss */
img {
  width: 100%;
}

/* Basic Typography */
/* line 39, ../sass/screen.scss */
body, html {
  overflow-x: hidden;
}

/* line 42, ../sass/screen.scss */
h1 {
  font-family: "Lobster", cursive;
  font-weight: normal;
}

/* line 46, ../sass/screen.scss */
strong {
  font-weight: bold;
}

/* line 49, ../sass/screen.scss */
em {
  font-style: italic;
}

/* line 52, ../sass/screen.scss */
form {
  max-width: 20em;
  margin: 0 auto;
}

/* RIBBON   and EMbellishments*/
/* line 58, ../sass/screen.scss */
body {
  background: url(../images/background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* line 64, ../sass/screen.scss */
body #main {
  background-color: #e1f4fc;
  margin: -.25em 0;

  padding: 1em 1em 3em;

  padding: 1em 1em 3em;
}
body ul#category.front li strong a {
	text-indent:3.5em;
}

body.home #main {
	padding: 1em 1em 3em;
	z-index: 100;
	position: relative;
}
/* line 71, ../sass/screen.scss */
body .icon {
  width: 4.5em;
  position: absolute;
  right: 6%;
  width: 2.75em;
  top: 7.25em;
  margin: auto;
}
/* line 79, ../sass/screen.scss */
body #top-level {
  text-align: left;
  background: #37b7c4;
  margin: -.75em 0 0;
  padding: .75em 1em 1em;
  font-size: 1.2em;
  color: #fff;
  margin: -.75em -1em 0;
}

/* line 88, ../sass/screen.scss */
body .wrapper ul#category {
  max-width: 22em;
  margin: 0 auto;
}
body.detail .wrapper ul#category {
	max-width: 100%;
}
body.detail .wrapper ul {
	margin-bottom:2em;
}

/* line 93, ../sass/screen.scss */
body header p.w-and-p em {
  display: inline;
  font-size: 1.2em;
}

/* line 98, ../sass/screen.scss */
body {
  background-color: #e1f4fc;
  color: #7c7c7c;
  font-size: 100%;
  text-align: center;
  font-family: helvetica, arial, sans-serif;
}

/* -------------------------------------------------------------------------*/
/* Mobile Layout */
/* Top Level */
/* line 117, ../sass/screen.scss */
body header {
  text-align: center;
  color: #fff;
  margin: -1em -1em 0;
  padding-top: 1em;
  position: relative;
  min-height: 7em;

  /*  h1:before, h1:after {
      content: "";
      position:absolute;
      background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAHCAYAAAABIM1CAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMjREMkNGQzU2MzUxMUUzOTRDNjg0Qzc5NTU1RDE0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMjREMkNGRDU2MzUxMUUzOTRDNjg0Qzc5NTU1RDE0QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAyNEQyQ0ZBNTYzNTExRTM5NEM2ODRDNzk1NTVEMTRBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAyNEQyQ0ZCNTYzNTExRTM5NEM2ODRDNzk1NTVEMTRBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+CtAvAwAAACdJREFUeNpi/P//PwMlgAWI/1NqACMlBjAxUAgo9gJVXEBRGAAEGACgLQUT/B00gAAAAABJRU5ErkJggg==);
      background-repeat:repeat-x;
      height:1em;
      top:.5em;
      width:30%;
    }
    h1:before {
      right:1em;
    }
    h1:after {
      left:1em;
    }
    */

}
/* line 124, ../sass/screen.scss */
body header h1 {
  margin: 0 auto;
  position: relative;
  font-size: 1.2em;
  margin-top: .25em;
}
/* line 130, ../sass/screen.scss */
body header .branding {
  float: left;
  margin: -4.5em 0 0 1em;
  width: 8em;
}
/* line 151, ../sass/screen.scss */
body header ul.social, body header .branding {
  display: none;
}
/* line 152, ../sass/screen.scss */
body header .social {
  text-align: right;
  width: 10em;
  float: right;
  margin: -4em 1em 0 0;
}
/* line 157, ../sass/screen.scss */
body header .social li {
  list-style: none;
  width: 1.5em;
  display: inline-block;
  margin-left: 5px;
}
/* line 162, ../sass/screen.scss */
body header .social li img {
  width: 100%;
}
/* line 167, ../sass/screen.scss */
body header p {
  font-size: .625em;
  padding-top: 1em;
margin-bottom: .5em;
}
body.home header p {
	margin-bottom:.5em;
}
/* line 171, ../sass/screen.scss */
body header img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 200px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1000;
}
/* line 188, ../sass/screen.scss */
body .intro {
  max-width: 26em;
  margin: 0 auto 1.2em;

}
body.detail .intro {
	max-width:100%;
}
/* line 191, ../sass/screen.scss */
body .intro p {
  color: #888;
  font-size: .85em;
  line-height: 1.325;
}
/* line 195, ../sass/screen.scss */
body .intro p strong {
  color: #3d82a8;
}
/* line 198, ../sass/screen.scss */
body ul#category {
  padding-left: 0;
  margin: 0 -1em;
}
/* line 201, ../sass/screen.scss */
body ul#category li {
  list-style: none;
  text-align: left;
  border-top: dashed thin #9d9d9d;
  position:relative;

}
/* line 205, ../sass/screen.scss */
body ul#category li div {
  display: inline-block;
  position: absolute;
  z-index:999;
}
/* line 210, ../sass/screen.scss */
body ul#category li strong {
  display: inline-block;
  width: 100%;
}
/* line 213, ../sass/screen.scss */
body ul#category li strong a {
  display: block;
  padding: 1.25em 0 1.25em 0;
  text-decoration: none;
  color: #7c7c7c;
  font-size: .7em;
  position: relative;
  z-index: 100;
  text-indent: 4.2em;
}
/* line 224, ../sass/screen.scss */
body ul#category li span {
  position: absolute;
  line-height: 1.5em;
  margin-right: 1em;
  margin-left: .5em;
  text-indent: -9999em;
  width: 2em;
  margin-top: .5em;
  background: url(../images/icons/info.png) no-repeat;
  background-size: 1.75em;
}
/* line 234, ../sass/screen.scss */
body ul#category li span a:hover {
  background-color: transparent;
}
/* line 238, ../sass/screen.scss */
body ul#category li img {
  width: 1.75em;
  margin: .25em .5em;
  vertical-align: middle;
}
/* line 243, ../sass/screen.scss */
body ul#category li a {
  display: block;
  padding: .325em 0;
  text-decoration: none;
  color: #7c7c7c;
  font-size: .7em;
}
/* line 250, ../sass/screen.scss */
body ul#category li a:hover {
  background-color: #C4E3EC;
}
/* line 254, ../sass/screen.scss */
body ul#category li:last-child {
  border-bottom: dashed thin #9d9d9d;
}
/* line 258, ../sass/screen.scss */
body footer#colophon {
  padding-left: 1em;
  padding-right: 1em;
  margin-left: auto;
  margin-right: auto;
  background-color: #3d3d3d;
  min-height: 4em;
}
body.detail footer#colophon {
	margin: 0 -2em -1em;
}
 /* line 265, ../sass/screen.scss */
body footer#colophon .mplace {
  width: 48.27586%;
  float: left;
  margin-right: 3.44828%;
  display: inline;
  margin: 1em 0 0 .5em;
}
/* line 268, ../sass/screen.scss */
body footer#colophon .mplace img {
  width: 200px;
  float:left;
}
/* line 272, ../sass/screen.scss */
body footer#colophon .copy {
  margin: 0 1em 0 50%;
  padding-top: 2em;
  font-size: .6em;
  text-align: right;
  color: #4f7cb0;
}
/* line 278, ../sass/screen.scss */
body footer#colophon .copy p {
  margin: 0;
}
/* line 281, ../sass/screen.scss */
body footer#colophon .copy p:first-child {
  color: #fff;
}

/* Index  */
/* line 290, ../sass/screen.scss */
body.home h1.ribbon-content {
  margin-top: 0;
}
/* line 293, ../sass/screen.scss */
body.home .ribbon {
  font-size: 12px !important;
  width: 54%;
  position: relative;
  background: #b7c87b;
  color: #fff;
  text-align: center;
  padding: .5em 0;
  margin: 0 auto 3em;
}
/* line 304, ../sass/screen.scss */
body.home .ribbon:before, body.home .ribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -1em;
  border: 1.5em solid #9db561;
  z-index: -1;
}
/* line 312, ../sass/screen.scss */
body.home .ribbon:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
}
/* line 317, ../sass/screen.scss */
body.home .ribbon:after {
  right: -2em;
  border-left-width: 1.5em;
  border-right-color: transparent;
}
/* line 322, ../sass/screen.scss */
body.home .w-and-p:before {
  content: "";
  position: absolute;
  background-image: url("../images/headerleft.png");
  left: 0;
  width: 20em;
  height: 12.125em;
  background-size: 20em;
  bottom: 0;
  z-index: 100;
}
/* line 333, ../sass/screen.scss */
body.home .w-and-p:after {
  content: "";
  position: absolute;
  background-image: url("../images/headerright.png");
  right: 1.5em;
  width: 18em;
  height: 12.75em;
  background-size: 18em;
  bottom: 0;
  z-index: 100;
}
/* line 344, ../sass/screen.scss */
body.home header {
  height: 13em;
  overflow: hidden;
}
/* line 347, ../sass/screen.scss */
body.home header h1 {
  font-size: 2em;
}
/* line 350, ../sass/screen.scss */
body.home header em {
  display: block;
}
/* line 353, ../sass/screen.scss */
body.home header img.bg {
  top: 0;
}
/* line 358, ../sass/screen.scss */
body.home .intro p {
  margin-top: 1.5em;
  font-size: .7em;
  font-family: georgia;
  font-style: italic;
  line-height: 1.44;
}
/* line 365, ../sass/screen.scss */
body.home h3 {
  font-size: .75em;
  margin-bottom: .5em;
  text-align: left;
}
/* line 370, ../sass/screen.scss */
body.home input {
  margin: 0;
  width: 100%;
  border: none;
  height: 2.75em;
  padding: 0 .5em;
  font-size: .825em;
}
/* line 378, ../sass/screen.scss */
body.home .submit_button {
  margin-top: 1em;
  color: #fff;
  font-size: 1em;
  position: relative;
  background-color: #ff794f;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOQAAAAWCAYAAADQDTCfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMjREMkQwNDU2MzUxMUUzOTRDNjg0Qzc5NTU1RDE0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4RjY3MDM5NjU2NDMxMUUzOTRDNjg0Qzc5NTU1RDE0QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAyNEQyRDAyNTYzNTExRTM5NEM2ODRDNzk1NTVEMTRBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAyNEQyRDAzNTYzNTExRTM5NEM2ODRDNzk1NTVEMTRBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+N3LFSgAAAbBJREFUeNrsmolugkAURRG1Lt3/pP//N/2C1i4iFqEzzZ3kxSDBujCQc5KbGdGIjjl585BRVVUvCQBEQcoSACAkACAkQPxCvrqsWQqA7hlVVRXmS5dnZcLSAFyVD5d3K6TlweXR5cllzFoBXIQvL6FS7FfI2gpq5HygcgKczKfy5vLTtGVtw8Ll3gQAmtm6rCShr4hl2x7yWFJJeadxztoD/G09vyXfSkK25hQh6wT1cvqLQ7cKf6vA0NlIwCDh9pQ3O6eQdSxNFgpAX/E9n/+LMNPoJdyd8wSXFvKQpAsT/3jEbw2RkRvxMqW49Em7ELKOuTJT5pIVUeEa4oVsJJ4fyy4+TCxCHuJGCYJ6WScJF5DgOAr1dhsj3zaJ8A612IVsYmKEHUvYVLKG52D4lBKtUI+Xq6/LNOZ9+jJ9FrJthQ0VNZW0YyMyNzrEz1rS5RIuSFcmA7wHe+hCtu1fvaxTI+hUSRqOw/8qmafam2fmdWHeWR+HkP3eMiem6ob5TPPUzC1pj/rg0H/tszPH7dbw0HFAyN7TtiJ7ue0V6bxFdbEVCxASAOq2TgAQCb8CDAABEpAClJMhvAAAAABJRU5ErkJggg==);
  background-size: 100% 50%;
}

/**** DETAIL ***/
/* line 392, ../sass/screen.scss */
body.detail #main {
  padding: 1em 2em;
}
/* line 395, ../sass/screen.scss */
body.detail #philanthropist-card {
  text-align: left;
}
/* line 398, ../sass/screen.scss */
body.detail #philanthropist-card img {
  width: 31.03448%;
  float: right;
  margin-right: 0;
  margin-left: 10px;
  display: inline;
  min-width:9em;

}
/* line 401, ../sass/screen.scss */
body.detail #philanthropist-card .intro p strong {
  color: #333 !important;
}
/* line 404, ../sass/screen.scss */
body.detail #philanthropist-card h1 {
  font-family: helvetica, arial, sans-serif;
  color: #009BA9;
  font-weight: bold;
  margin-top: -10px;
  font-size:1.5em;
}
body.detail .retry li {
	list-style:none;
	display:inline-block;
}
body header a, footer#colophon .copy a {
	text-decoration:none;
	color:#fff;
}

body header a h1 {
	color:#fff;
}


#formElement0{
display: inline;
}

#formElement2{
display: inline;
float: left;
}

#formElement0 .field-wrapper{
width: 65%!important;
}


/* tablet up */
@media (min-width: 49em) {
  /* line 415, ../sass/screen.scss */
  .wrapper {
    max-width: 59em;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 38, ../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  .wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  body header .w-and-p, body.home header .w-and-p {
  	margin-top:.5em;
  }

  /* line 422, ../sass/screen.scss */
  body ul#category {
    width: 100%;
    max-width: 100% !important;

    margin-bottom:1.5em;
  }
  /* line 425, ../sass/screen.scss */
  body ul#category li {
    width: 30%;
	float: left;
	margin-right: 1.69492%;
	margin-bottom:1.5em;
	min-height:10em;
  }
  
  body.detail ul#category li {

	margin-bottom:0;
  }
  
  body ul#category.front li {
		min-height:12.5em;

}

  /* line 428, ../sass/screen.scss */
  body ul#category li:nth-child(3n) {
    margin-right: 0;
  }
  /* line 432, ../sass/screen.scss */
  body #top-level {
    margin: -.75em -.825em;
  }
  /* line 436, ../sass/screen.scss */
  body footer#colophon .mplace {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 440, ../sass/screen.scss */
  body .ribbon:before, body .ribbon:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -1em;
    border: 1.5em solid #9db561;
    z-index: -1;
  }
  /* line 448, ../sass/screen.scss */
  body .ribbon:before {
    left: -2em;
    border-right-width: 1.5em;
    border-left-color: transparent;
  }
  /* line 453, ../sass/screen.scss */
  body .ribbon:after {
    right: -2em;
    border-left-width: 1.5em;
    border-right-color: transparent;
  }
  /* line 458, ../sass/screen.scss */
  body .icon {
    width: 4.5em;
    position: absolute;
    right: 2%;
    width: 4em;
    top: 14.25em;
  }
  /* line 465, ../sass/screen.scss */
  body header h1 {
    font-size: 2em;
    margin-top: 0;
  }
  /* line 470, ../sass/screen.scss */
  body header {
    height: 13em;
  }
  /* line 472, ../sass/screen.scss */
  body header ul.social, body header .branding {
    display: block;
  }
  /* line 474, ../sass/screen.scss */
  body footer#colophon {
    max-width: 57em;

  }
  /* line 477, ../sass/screen.scss */
  body .intro {
    margin: 2.5em auto 1.2em;
    max-width: 26em;
    font-size: 1.2em;
  }
  /* line 482, ../sass/screen.scss */
  body .ribbon, body.home .ribbon {
    font-size: 16px !important;
    /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
    width: 24%;
    position: relative;
    background: #b7c87b;
    color: #fff;
    text-align: center;
    padding: .5em 0;
    /* Adjust to suit */
    margin: 2em auto 3em;
    /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
  }

  /* line 496, ../sass/screen.scss */
  body .w-and-p, body.home .w-and-p {
    margin-top: 3em;
    margin-bottom: -2em;
  }
  /* line 500, ../sass/screen.scss */
  body .w-and-p:before, body.home .w-and-p:before {
    content: "";
    position: absolute;
    background-image: url("../images/headerleft.png");
    left: 15%;
    width: 22em;
    height: 13em;
    background-size: 22em;
    bottom: .45em;
    z-index: 100;
  }
  /* line 511, ../sass/screen.scss */
  body .w-and-p:after, body.home .w-and-p:after {
    content: "";
    position: absolute;
    background-image: url("../images/headerright.png");
    right: 18%;
    width: 20em;
    height: 14.125em;
    background-size: 20em;
    bottom: .45em;
    z-index: 100;
  }

  /* line 524, ../sass/screen.scss */
  body.home .intro {
    border-bottom: thin solid #888;
  }

  /* DETAIL PAGE  */
  /* line 532, ../sass/screen.scss */
  body.detail #main {
    padding: 1em 2em;
  }
  /* line 535, ../sass/screen.scss */
  body.detail #philanthropist-card {
    width: 57.62712%;
    float: left;
    margin-right: 1.69492%;
    zoom: 1;
    text-align: left;
  }
  /* line 15, ../sass/screen.scss */
  body.detail #philanthropist-card:before, body.detail #philanthropist-card:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
  }
  /* line 21, ../sass/screen.scss */
  body.detail #philanthropist-card:after {
    clear: both;
  }
  /* line 539, ../sass/screen.scss */
  body.detail #philanthropist-card .intro p strong {
    color: #333 !important;
  }
  /* line 542, ../sass/screen.scss */
  body.detail #philanthropist-card ul li {
    list-style: none;
    display: inline;
    padding-right: 10px;
  }
  /* line 544, ../sass/screen.scss */
  body.detail #philanthropist-card img {
    width: 26.67797%;
    float: right;
    margin-right: 0;
    margin: 1em 0 1em 1em;
  }
  /* line 548, ../sass/screen.scss */
  body.detail #philanthropist-card #longDescription {
    font-size: .725em;
    clear: both;
    color:#555;
  }
  /* line 552, ../sass/screen.scss */
  body.detail #philanthropist-card h1 + p {
    font-size: .85em;
  }
  /* line 556, ../sass/screen.scss */
  body.detail #more-list {
    width: 40.67797%;
    float: right;
    margin-right: 0;
    margin-right: 0;
    padding-left: 1.9%;
    border-left: thin solid #bbb;
  }
  /* line 561, ../sass/screen.scss */
  body.detail #more-list h2 {
    text-align: left;
    font-size: 1.0em;
    color: #009BA9;
  }
  /* line 566, ../sass/screen.scss */
  body.detail #more-list #category {
    width: 100%;
  }
  /* line 568, ../sass/screen.scss */
  body.detail #more-list #category strong {
    width: 100%;
  }
  /* line 569, ../sass/screen.scss */
  body.detail #more-list #category li {
    border-top: thin dotted #888;
    display: block;
    clear: both;
    width: 100%;
    min-height:2em;
  }
  /* line 571, ../sass/screen.scss */
  body.detail #more-list #category li a {
    padding: .5em 0 .5em .5em;
    font-size: 1.025em;
    text-indent: .5em;
    font-weight: normal;
  }
  /* line 578, ../sass/screen.scss */
  body.detail #more-list #category li:last-child {
    border-bottom: thin dotted #888 !important;
  }
  /* line 583, ../sass/screen.scss */
  body.detail footer {
    clear: both;
  }
}


/* Button ---------- */
.project_button{
background: #222 url(/images/alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
text-shadow: 0 -1px 1px #222;
border-bottom: 1px solid #222;
position: relative;
cursor: pointer;
}

/* Sizes ---------- */
.small.project_button {
font-size: 11px;
}
.medium.project_button {
font-size: 13px;
}
.large.project_button {
font-size: 14px;
padding: 8px 14px 9px;
}
 
/* Colors ---------- */

.project_button:hover { 
background-color: #111; color: #fff; 
}
.project_button:active { 
top: 1px; 
}
.blue.project_button {
background-color: #2daebf;
}
.red.project_button {
background-color: #e33100;
}
.magenta.project_button {
background-color: #a9014b;
}
.orange.project_button {
background-color: #ff5c00;
}
.yellow.project_button {
background-color: #ffb515;
}

#philanthropist-card .retry{
padding-left: 10px;
}

body.detail #philanthropist-card ul li {
list-style: none;
display: inline;
padding-right: 10px;
padding-right:5px;
}

.sweepstakes_box{
  background-color: #f3c36a;
  padding: 3px 12px 10px 12px;
  margin-left: 0px;
  color: #000;
  font-size: .7em;
  line-height: 1.4em;
  overflow: hidden;
}

input#submit_header {
  padding-right: 0.7375em;
  padding-left: 10px;
  font-size: .9em;
  font-weight: 400;
  background-color: #DD480E;
  color: #fff;
}

.row1 input, .conversation input {
  background-color: #FFF;
  font-size: 1em;
  color:#999;
  height: 42px;
  vertical-align: middle;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  padding-left: 20px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}


/* We use this to get basic styling on all basic form elements */
/* line 329, ../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
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.25);
  display: block;
  font-size: 1em;
  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;
}

.small-9 {
position: relative;
width: 75%;
}

.emailField .field.columns {
padding-right: 0px;
padding-left: 0.9375em;
}

.sweepstakes_box form {
  max-width: 100%;
  margin: 0 -10px;
  padding-left: 0px;
}

#formElement2 input{
  border:0;
}

/******  MY CHANGES  ******/

/** CLEAR FIX **/
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}


body ul#category li div.blurb {
  display: block;
  position: relative;
}
body ul#category li p {
  font-size:.825em;
  margin-top:0;
}
body ul#category li strong a {
  font-size:.75em;

  text-indent:0;
}

body ul#category li div {

	top:.25em;

}



@media (min-width: 49em) {

	body ul#category li a:hover {
		background-color:#C4E3EC;
	  background-color: rgba(196, 227, 236, 0.75);
	}
	body ul#category li {
		border-top:none;
		position:relative;

	}	
	body ul#category li div {
		top:.6em;
	}
	body ul#category li:last-child {
		border-bottom:none;
	}
	body ul#category li p {
		font-size:.825em;
		margin-top:0;
	}
	body #top-level {
		margin:-.85em;
	} 	
	body ul#category li strong a {
		font-size:.95em;
	}


	body.level ul#category li strong a {

		text-indent:3em;
	}


}

