.fluid {
  float: none;
  width: auto;
}
@media screen and (max-width: 979px) {
  .fluid-mobile {
    float: none;
    width: auto;
  }
}
html {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow: hidden;
}
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: 1;
  text-align: left;
  text-align: start;
  font: 12px Arial, sans-serif;
  background: transparent;
  color: #000000;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
form {
  width: 100%;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clear {
  clear: both;
  height: 0;
  line-height: 0px;
  font-size: 0%;
  padding: 0;
  margin: 0;
}
.clearfix:after,
.wrapper:after,
.formWrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.yc-widget {
  width: 100%;
  max-width: 335px;
  min-width: 140px;
}
.yc-widget .padding {
  padding: 4px;
  background: #eee5d3;
  border: 1px solid #CEB786;
  border-radius: 3px;
}
.yc-widget .focus {
  display: block;
  width: 100%;
}
.yc-widget .focus .padding {
  display: block;
  padding: 3px;
  background: #faf8f2;
  border: 0px none;
  border-radius: 3px;
}
.yc-widget .mainlink,
.yc-widget .mainlink:hover,
.yc-widget .mainlink:focus {
  color: #43525F;
  text-decoration: none;
}
.yc-widget .title {
  font-size: 15px;
  color: #43525F;
  line-height: 1.2;
  display: block;
  margin: 0 0 5px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yc-widget .title:hover,
.yc-widget .title:focus {
  text-decoration: underline;
}
.yc-widget .beneficiary {
  display: block;
  font-size: 14px;
  color: #5e441e;
  margin: 4px 0 6px;
}
.yc-widget .beneficiary:before {
  content: "Beneficiary: ";
  font-weight: bold;
}
.yc-widget .goal {
  display: block;
  max-width: 320px;
}
.yc-widget .progressempty,
.yc-widget #progressbar {
  position: relative;
  display: block;
  width: 100%;
  height: 23px;
  background: transparent url(../../img/progress-bar.png) no-repeat 100% 0;
  z-index: 1;
}
.yc-widget .progressempty:after,
.yc-widget #progressbar:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 23px;
  background: transparent url(../../img/progress-bar.png) no-repeat 0 0;
  z-index: 2;
}
.yc-widget #progressbar {
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  background-position: 0 100%;
  z-index: 3;
  max-width: 100%;
}
.yc-widget #progressbar:after {
  left: auto;
  right: 0;
  background-position: 100% 100%;
}
.yc-widget #progresstext {
  display: none;
}
.yc-widget .amountraised,
.yc-widget .daysleft {
  display: block;
  float: left;
  width: 60%;
  margin: 3px 0 5px;
  font-size: 20px;
  line-height: 1;
  color: #443013;
}
.yc-widget .amountraised:after {
  content: " raised";
}
.yc-widget .daysleft {
  width: 40%;
  text-align: right;
}
.yc-widget .amountraised:after,
.yc-widget .daysleft span {
  position: relative;
  top: -2px;
  font-size: 13px;
}
.yc-widget .donatebutton {
  display: block;
  max-width: 180px;
  width: 75%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  margin: 5px auto 10px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: transparent url(../../img/btn-give.png) repeat-x 0 0;
  border: 1px solid #536F80;
  text-decoration: none;
  border-radius: 6px;
}
.yc-widget .donatebutton:hover,
.yc-widget .donatebutton:focus {
  background-position: 0 100%;
  border-color: #365465;
  text-decoration: none;
}
.yc-widget .donatebutton:after {
  content: " Now";
}
.yc-widget .youcaring,
.yc-widget .youcaring:visited {
  display: block;
  margin: 2px 0 0;
  color: #E49714;
}
.yc-widget .youcaring img {
  float: right;
  margin: 3px 0 0;
}
.yc-widget .youcaring span {
  display: block;
  float: left;
  width: 108px;
  margin: 2px 0 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: underline;
}
.yc-widget .youcaring span:after {
  content: " at";
}
@media (max-width: 230px) {
  .yc-widget .donatebutton:after,
  .yc-widget .amountraised:after,
  .yc-widget .beneficiary:before {
    content: "";
  }
  .yc-widget .amountraised,
  .yc-widget .daysleft {
    width: 45%;
    font-size: 15px;
  }
  .yc-widget .daysleft {
    width: 55%;
  }
  .yc-widget .title,
  .yc-widget .beneficiary {
    font-size: 11px;
  }
  .yc-widget .daysleft span,
  .yc-widget .youcaring span {
    font-size: 10px;
  }
  .yc-widget .youcaring span {
    width: 80px;
  }
  .yc-widget .youcaring img {
    width: 73px;
  }
}
@media (max-width: 165px) {
  .yc-widget .youcaring span {
    width: 70px;
    font-size: 9px;
  }
  .yc-widget .youcaring span:after {
    content: "";
  }
  .yc-widget .youcaring img {
    width: 59px;
  }
}