/* Minification failed. Returning unminified contents.
(6104,11): run-time error CSS1036: Expected expression, found ';'
(6120,11): run-time error CSS1036: Expected expression, found ';'
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: .83em;
  margin: 1.67em 0;
}
h6 {
  font-size: .67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
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;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
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;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
.pure-button {
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pure-button {
  font-size: 100%;
  *font-size: 90%;
  *overflow: visible;
  padding: .5em 1.5em;
  color: #444;
  color: rgba(0, 0, 0, 0.8);
  *color: #444;
  border: 1px solid #999;
  border: 0 rgba(0, 0, 0, 0);
  background-color: #E6E6E6;
  text-decoration: none;
  border-radius: 2px;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: 0.1s linear -webkit-box-shadow;
  -moz-transition: 0.1s linear -moz-box-shadow;
  -ms-transition: 0.1s linear box-shadow;
  -o-transition: 0.1s linear box-shadow;
  transition: 0.1s linear box-shadow;
}
.pure-button-hover,
.pure-button:hover,
.pure-button:focus {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}
.pure-button:focus {
  outline: 0;
}
.pure-button-active,
.pure-button:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
}
.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
  border: 0;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  filter: alpha(opacity=40);
  -khtml-opacity: .4;
  -moz-opacity: .4;
  opacity: .4;
  cursor: not-allowed;
  box-shadow: none;
}
.pure-button-hidden {
  display: none;
}
.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
  background-color: #0078e7;
  color: #ffffff;
}
.pure-form {
  margin: 0;
}
.pure-form fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.pure-form legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
.pure-form button,
.pure-form input,
.pure-form select,
.pure-form textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
.pure-form button,
.pure-form input {
  line-height: normal;
}
.pure-form button,
.pure-form input[type=button],
.pure-form input[type=reset],
.pure-form input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
.pure-form button[disabled],
.pure-form input[disabled] {
  cursor: default;
}
.pure-form input[type=checkbox],
.pure-form input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
.pure-form input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.pure-form input[type=search]::-webkit-search-cancel-button,
.pure-form input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.pure-form button::-moz-focus-inner,
.pure-form input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.pure-form textarea {
  overflow: auto;
  vertical-align: top;
}
.pure-form input[type=text],
.pure-form input[type=password],
.pure-form input[type=email],
.pure-form input[type=url],
.pure-form input[type=date],
.pure-form input[type=month],
.pure-form input[type=time],
.pure-form input[type=datetime],
.pure-form input[type=datetime-local],
.pure-form input[type=week],
.pure-form input[type=number],
.pure-form input[type=search],
.pure-form input[type=tel],
.pure-form input[type=color],
.pure-form select,
.pure-form textarea {
  padding: .5em .6em;
  display: inline-block;
  border: 1px solid #ccc;
  font-size: .8em;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  -webkit-transition: .3s linear border;
  -moz-transition: .3s linear border;
  -ms-transition: .3s linear border;
  -o-transition: .3s linear border;
  transition: .3s linear border;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
.pure-form input[type=text]:focus,
.pure-form input[type=password]:focus,
.pure-form input[type=email]:focus,
.pure-form input[type=url]:focus,
.pure-form input[type=date]:focus,
.pure-form input[type=month]:focus,
.pure-form input[type=time]:focus,
.pure-form input[type=datetime]:focus,
.pure-form input[type=datetime-local]:focus,
.pure-form input[type=week]:focus,
.pure-form input[type=number]:focus,
.pure-form input[type=search]:focus,
.pure-form input[type=tel]:focus,
.pure-form input[type=color]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: #129fea;
}
.pure-form input[type=file]:focus,
.pure-form input[type=radio]:focus,
.pure-form input[type=checkbox]:focus {
  outline: thin dotted #333;
  outline: 1px auto #129fea;
}
.pure-form .pure-checkbox,
.pure-form .pure-radio {
  margin: .5em 0;
  display: block;
}
.pure-form input[type=text][disabled],
.pure-form input[type=password][disabled],
.pure-form input[type=email][disabled],
.pure-form input[type=url][disabled],
.pure-form input[type=date][disabled],
.pure-form input[type=month][disabled],
.pure-form input[type=time][disabled],
.pure-form input[type=datetime][disabled],
.pure-form input[type=datetime-local][disabled],
.pure-form input[type=week][disabled],
.pure-form input[type=number][disabled],
.pure-form input[type=search][disabled],
.pure-form input[type=tel][disabled],
.pure-form input[type=color][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly],
.pure-form input[readonly]:focus,
.pure-form select[readonly]:focus,
.pure-form textarea[readonly]:focus {
  background: #eee;
  color: #777;
  border-color: #cccccc;
}
.pure-form input:focus:invalid,
.pure-form textarea:focus:invalid,
.pure-form select:focus:invalid {
  color: #b94a48;
  border: 1px solid #ee5f5b;
}
.pure-form input:focus:invalid:focus,
.pure-form textarea:focus:invalid:focus,
.pure-form select:focus:invalid:focus {
  border-color: #e9322d;
}
.pure-form input[type=file]:focus:invalid:focus,
.pure-form input[type=radio]:focus:invalid:focus,
.pure-form input[type=checkbox]:focus:invalid:focus {
  outline-color: #e9322d;
}
.pure-form select {
  border: 1px solid #ccc;
  background-color: #ffffff;
}
.pure-form select[multiple] {
  height: auto;
}
.pure-form label {
  margin: .5em 0 .2em;
  font-size: 90%;
}
.pure-form fieldset {
  margin: 0;
  padding: .35em 0 .75em;
  border: 0;
}
.pure-form legend {
  display: block;
  width: 100%;
  padding: .3em 0;
  margin-bottom: .3em;
  font-size: 125%;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
.pure-form-stacked input[type=text],
.pure-form-stacked input[type=password],
.pure-form-stacked input[type=email],
.pure-form-stacked input[type=url],
.pure-form-stacked input[type=date],
.pure-form-stacked input[type=month],
.pure-form-stacked input[type=time],
.pure-form-stacked input[type=datetime],
.pure-form-stacked input[type=datetime-local],
.pure-form-stacked input[type=week],
.pure-form-stacked input[type=number],
.pure-form-stacked input[type=search],
.pure-form-stacked input[type=tel],
.pure-form-stacked input[type=color],
.pure-form-stacked select,
.pure-form-stacked label,
.pure-form-stacked textarea {
  display: block;
  margin: 0.25em 0;
}
.pure-form-aligned input,
.pure-form-aligned textarea,
.pure-form-aligned select,
.pure-form-aligned .pure-help-inline,
.pure-form-message-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.pure-form-aligned .pure-control-group {
  margin-bottom: 0.5em;
}
.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0;
}
.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 10em;
}
.pure-form input.pure-input-rounded,
.pure-form .pure-input-rounded {
  border-radius: 2em;
  padding: 0.5em 1em;
}
.pure-form .pure-group fieldset {
  margin-bottom: 10px;
}
.pure-form .pure-group input {
  display: block;
  padding: 10px;
  margin: 0;
  border-radius: 0;
  position: relative;
  top: -1px;
}
.pure-form .pure-group input:focus {
  z-index: 2;
}
.pure-form .pure-group input:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
}
.pure-form .pure-group input:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
}
.pure-form .pure-group button {
  margin: 0.35em 0;
}
.pure-form .pure-input-1 {
  width: 100%;
}
.pure-form .pure-input-2-3 {
  width: 66%;
}
.pure-form .pure-input-1-2 {
  width: 50%;
}
.pure-form .pure-input-1-3 {
  width: 33%;
}
.pure-form .pure-input-1-4 {
  width: 25%;
}
.pure-form .pure-help-inline,
.pure-form-message-inline {
  display: inline-block;
  padding-left: .3em;
  color: #666;
  vertical-align: middle;
  font-size: 90%;
}
.pure-form-message {
  display: block;
  color: #666;
  font-size: 90%;
}
@media only screen and (max-width: 480px) {
  .pure-form button[type=submit] {
    margin: 0.7em 0 0;
  }
  .pure-form input[type=text],
  .pure-form input[type=password],
  .pure-form input[type=email],
  .pure-form input[type=url],
  .pure-form input[type=date],
  .pure-form input[type=month],
  .pure-form input[type=time],
  .pure-form input[type=datetime],
  .pure-form input[type=datetime-local],
  .pure-form input[type=week],
  .pure-form input[type=number],
  .pure-form input[type=search],
  .pure-form input[type=tel],
  .pure-form input[type=color],
  .pure-form label {
    margin-bottom: .3em;
    display: block;
  }
  .pure-group input[type=text],
  .pure-group input[type=password],
  .pure-group input[type=email],
  .pure-group input[type=url],
  .pure-group input[type=date],
  .pure-group input[type=month],
  .pure-group input[type=time],
  .pure-group input[type=datetime],
  .pure-group input[type=datetime-local],
  .pure-group input[type=week],
  .pure-group input[type=number],
  .pure-group input[type=search],
  .pure-group input[type=tel],
  .pure-group input[type=color] {
    margin-bottom: 0;
  }
  .pure-form-aligned .pure-control-group label {
    margin-bottom: .3em;
    text-align: left;
    display: block;
    width: 100%;
  }
  .pure-form-aligned .pure-controls {
    margin: 1.5em 0 0;
  }
  .pure-form .pure-help-inline,
  .pure-form-message-inline,
  .pure-form-message {
    display: block;
    font-size: 80%;
    padding: 0.2em 0 0.8em;
  }
}
.pure-g {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed;
}
.opera-only :-o-prefocus,
.pure-g {
  word-spacing: -0.43em;
}
.pure-u {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.pure-u-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-5-24,
.pure-u-7-24,
.pure-u-11-24,
.pure-u-13-24,
.pure-u-17-24,
.pure-u-19-24,
.pure-u-23-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.pure-u-1 {
  width: 100%;
}
.pure-u-1-2 {
  width: 50%;
}
.pure-u-1-3 {
  width: 33.33333%;
}
.pure-u-2-3 {
  width: 66.66666%;
}
.pure-u-1-4 {
  width: 25%;
}
.pure-u-3-4 {
  width: 75%;
}
.pure-u-1-5 {
  width: 20%;
}
.pure-u-2-5 {
  width: 40%;
}
.pure-u-3-5 {
  width: 60%;
}
.pure-u-4-5 {
  width: 80%;
}
.pure-u-1-6 {
  width: 16.666%;
}
.pure-u-5-6 {
  width: 83.33%;
}
.pure-u-1-8 {
  width: 12.5%;
}
.pure-u-3-8 {
  width: 37.5%;
}
.pure-u-5-8 {
  width: 62.5%;
}
.pure-u-7-8 {
  width: 87.5%;
}
.pure-u-1-12 {
  width: 8.3333%;
}
.pure-u-5-12 {
  width: 41.6666%;
}
.pure-u-7-12 {
  width: 58.3333%;
}
.pure-u-11-12 {
  width: 91.6666%;
}
.pure-u-1-24 {
  width: 4.1666%;
}
.pure-u-5-24 {
  width: 20.8333%;
}
.pure-u-7-24 {
  width: 29.1666%;
}
.pure-u-11-24 {
  width: 45.8333%;
}
.pure-u-13-24 {
  width: 54.1666%;
}
.pure-u-17-24 {
  width: 70.8333%;
}
.pure-u-19-24 {
  width: 79.1666%;
}
.pure-u-23-24 {
  width: 95.8333%;
}
.pure-g-r {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
}
.opera-only :-o-prefocus,
.pure-g-r {
  word-spacing: -0.43em;
}
.pure-g-r img {
  max-width: 100%;
}
@media (min-width: 980px) {
  .pure-visible-phone {
    display: none;
  }
  .pure-visible-tablet {
    display: none;
  }
  .pure-hidden-desktop {
    display: none;
  }
}
@media (max-width: 480px) {
  .pure-g-r > .pure-u,
  .pure-g-r > [class*="pure-u-"] {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pure-g-r > .pure-u,
  .pure-g-r > [class*="pure-u-"] {
    width: 100%;
  }
  .pure-hidden-phone {
    display: none;
  }
  .pure-visible-desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .pure-hidden-tablet {
    display: none;
  }
  .pure-visible-desktop {
    display: none;
  }
}
.pure-menu ul {
  position: absolute;
  visibility: hidden;
}
.pure-menu.pure-menu-open {
  visibility: visible;
  z-index: 2;
  width: 100%;
}
.pure-menu ul {
  left: -10000px;
  list-style: none;
  margin: 0;
  padding: 0;
  top: -10000px;
  z-index: 1;
}
.pure-menu > ul {
  position: relative;
}
.pure-menu-open > ul {
  left: 0;
  top: 0;
  visibility: visible;
}
.pure-menu-open > ul:focus {
  outline: 0;
}
.pure-menu li {
  position: relative;
}
.pure-menu a,
.pure-menu .pure-menu-heading {
  display: block;
  color: inherit;
  line-height: 1.5em;
  padding: 5px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.pure-menu.pure-menu-horizontal > .pure-menu-heading {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0;
  vertical-align: middle;
}
.pure-menu.pure-menu-horizontal > ul {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  height: 2.4em;
}
.pure-menu li a {
  padding: 5px 20px;
}
.pure-menu-can-have-children > .pure-menu-label:after {
  content: '\25B8';
  float: right;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', sans-serif;
  margin-right: -20px;
  margin-top: -1px;
}
.pure-menu-can-have-children > .pure-menu-label {
  padding-right: 30px;
}
.pure-menu-separator {
  background-color: #dfdfdf;
  display: block;
  height: 1px;
  font-size: 0;
  margin: 7px 2px;
  overflow: hidden;
}
.pure-menu-hidden {
  display: none;
}
.pure-menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.pure-menu-horizontal li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.pure-menu-horizontal li li {
  display: block;
}
.pure-menu-horizontal > .pure-menu-children > .pure-menu-can-have-children > .pure-menu-label:after {
  content: "\25BE";
}
.pure-menu-horizontal > .pure-menu-children > .pure-menu-can-have-children > .pure-menu-label {
  padding-right: 30px;
}
.pure-menu-horizontal li.pure-menu-separator {
  height: 50%;
  width: 1px;
  margin: 0 7px;
}
.pure-menu-horizontal li li.pure-menu-separator {
  height: 1px;
  width: auto;
  margin: 7px 2px;
}
.pure-menu.pure-menu-open,
.pure-menu.pure-menu-horizontal li .pure-menu-children {
  background: #fff;
  border: 1px solid #b7b7b7;
}
.pure-menu.pure-menu-horizontal,
.pure-menu.pure-menu-horizontal .pure-menu-heading {
  border: 0;
}
.pure-menu a {
  border: 1px solid transparent;
  border-left: 0;
  border-right: 0;
}
.pure-menu a,
.pure-menu .pure-menu-can-have-children > li:after {
  color: #777777;
}
.pure-menu .pure-menu-can-have-children > li:hover:after {
  color: #ffffff;
}
.pure-menu .pure-menu-open {
  background: #dedede;
}
.pure-menu li a:hover,
.pure-menu li a:focus {
  background: #eeeeee;
}
.pure-menu li.pure-menu-disabled a:hover,
.pure-menu li.pure-menu-disabled a:focus {
  background: #fff;
  color: #bfbfbf;
}
.pure-menu .pure-menu-disabled > a {
  background-image: none;
  border-color: transparent;
  cursor: default;
}
.pure-menu .pure-menu-disabled > a,
.pure-menu .pure-menu-can-have-children.pure-menu-disabled > a:after {
  color: #bfbfbf;
}
.pure-menu .pure-menu-heading {
  color: #565d64;
  text-transform: uppercase;
  font-size: 90%;
  margin-top: .5em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dfdfdf;
}
.pure-menu .pure-menu-selected a {
  color: #000000;
}
.pure-menu.pure-menu-open.pure-menu-fixed {
  border: 0;
  border-bottom: 1px solid #b7b7b7;
}
.pure-paginator {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed;
  list-style: none;
  margin: 0;
  padding: 0;
}
.opera-only :-o-prefocus,
.pure-paginator {
  word-spacing: -0.43em;
}
.pure-paginator li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.pure-paginator .pure-button {
  border-radius: 0;
  padding: .8em 1.4em;
  vertical-align: top;
  height: 1.1em;
}
.pure-paginator .pure-button:focus,
.pure-paginator .pure-button:active {
  outline-style: none;
}
.pure-paginator .prev,
.pure-paginator .next {
  color: #C0C1C3;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.45);
}
.pure-paginator .prev {
  border-radius: 2px 0 0 2px;
}
.pure-paginator .next {
  border-radius: 0 2px 2px 0;
}
@media (max-width: 480px) {
  .pure-menu-horizontal {
    width: 100%;
  }
  .pure-menu-children li {
    display: block;
    border-bottom: 1px solid #000000;
  }
}
.pure-table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb;
}
.pure-table caption {
  color: #000;
  font: italic 85%/1 arial, sans-serif;
  padding: 1em 0;
  text-align: center;
}
.pure-table td,
.pure-table th {
  border-left: 1px solid #cbcbcb;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: 6px 12px;
}
.pure-table td:first-child,
.pure-table th:first-child {
  border-left-width: 0;
}
.pure-table thead {
  background: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom;
}
.pure-table td {
  background-color: transparent;
}
.pure-table-odd td {
  background-color: #f2f2f2;
}
.pure-table-striped tr:nth-child(2n-1) td {
  background-color: #f2f2f2;
}
.pure-table-bordered td {
  border-bottom: 1px solid #cbcbcb;
}
.pure-table-bordered tbody > tr:last-child td,
.pure-table-horizontal tbody > tr:last-child td {
  border-bottom-width: 0;
}
.pure-table-horizontal td,
.pure-table-horizontal th {
  border-width: 0 0 1px;
  border-bottom: 1px solid #cbcbcb;
}
.pure-table-horizontal tbody > tr:last-child td {
  border-bottom-width: 0;
}
.charity-search {
  border: 1px solid #e6e4de;
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 12px;
}
.charity-search:hover {
  border: 1px solid #cccccc;
}
.charity-search:focus,
.charity-search:active {
  border: 1px solid #3079ed;
  background-image: none;
}
.charity-search::-ms-clear {
  display: none;
}
span.delete-icon {
  position: relative;
}
span.delete-icon span {
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFNJREFUeNpiYBjsQIBahpwH4vkE1BkA8XsgTiCk4D8ew5DV9BNjGzbDiLGIoAaSDcFm2HpyDcFmGEFDmGidnqjiNaoENlWin2oJkmpZZJgBgAADADE6NTkrajn9AAAAAElFTkSuQmCC) no-repeat;
  height: 16px;
  width: 16px;
  display: block;
  top: 4px;
  left: 94%;
  cursor: pointer;
}
.jg-charitysearch-container {
  position: relative;
  z-index: 1;
  display: inline-block;
  line-height: normal !important;
}
.jg-charitysearch-container .img-center-div {
  height: 58px;
  width: 58px;
  line-height: 54px;
  vertical-align: middle;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 1px #e6e6e6 solid;
  zoom: 1;
}
.jg-charitysearch-container .empty .item-details {
  width: 100%;
  height: 15px;
}
.jg-charitysearch-container .charity-search-footer {
  padding: 10px 20px 15px 16px;
  color: #4d4840;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('/ui/2013/fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('/ui/2013/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('/ui/2013/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('/ui/2013/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('/ui/2013/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('//themes.googleusercontent.com/static/fonts/roboto/v9/Hgo13k-tfSpn0qi1SFdUffY6323mHUZFJMgTvxaG2iE.eot');
  src: url('//themes.googleusercontent.com/static/fonts/roboto/v9/Hgo13k-tfSpn0qi1SFdUffY6323mHUZFJMgTvxaG2iE.eot?#iefix') format('embedded-opentype'), url('//themes.googleusercontent.com/static/fonts/roboto/v9/Hgo13k-tfSpn0qi1SFdUfT8E0i7KZn-EPnyo3HZu7kw.woff') format('woff'), url('//themes.googleusercontent.com/static/fonts/roboto/v9/Hgo13k-tfSpn0qi1SFdUfaCWcynf_cDxXwCLxiixG1c.ttf') format('truetype'), url('//themes.googleusercontent.com/licensed/font?kit=_YZOZaQ9UBZzaxiLBLcgZg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('//themes.googleusercontent.com/static/fonts/roboto/v9/5YB-ifwqHP20Yn46l_BDhA.eot');
  src: url('//themes.googleusercontent.com/static/fonts/roboto/v9/5YB-ifwqHP20Yn46l_BDhA.eot?#iefix') format('embedded-opentype'), url('//themes.googleusercontent.com/static/fonts/roboto/v9/2UX7WLTfW3W8TclTUvlFyQ.woff') format('woff'), url('//themes.googleusercontent.com/static/fonts/roboto/v9/zN7GBFwfMP4uA6AR0HCoLQ.ttf') format('truetype'), url('//themes.googleusercontent.com/licensed/font?kit=_YZOZaQ9UBZzaxiLBLcgZg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('//themes.googleusercontent.com/static/fonts/roboto/v9/RxZJdnzeo3R5zSexge8UUfY6323mHUZFJMgTvxaG2iE.eot');
  src: url('//themes.googleusercontent.com/static/fonts/roboto/v9/RxZJdnzeo3R5zSexge8UUfY6323mHUZFJMgTvxaG2iE.eot?#iefix') format('embedded-opentype'), url('//themes.googleusercontent.com/static/fonts/roboto/v9/RxZJdnzeo3R5zSexge8UUT8E0i7KZn-EPnyo3HZu7kw.woff') format('woff'), url('//themes.googleusercontent.com/static/fonts/roboto/v9/RxZJdnzeo3R5zSexge8UUaCWcynf_cDxXwCLxiixG1c.ttf') format('truetype'), url('//themes.googleusercontent.com/licensed/font?kit=_YZOZaQ9UBZzaxiLBLcgZg#Roboto') format('svg');
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}
#notif-bar {
  padding-top: 23px;
  padding-top: 1.2857142857142856rem;
  background-color: #262626;
  color: #f2f2f2;
}
#notif-bar a {
  color: #ffffff;
}
.transparent .pure-container {
  background: transparent;
}
.pure-container {
  padding: 31px;
  padding: 1.7142857142857142rem;
  padding-right: 0.9375%;
  padding-left: 0.9375%;
  background: #ffffff;
  margin-top: -1px;
}
.pure-container > .divide {
  margin-right: 1.25%;
  margin-left: 1.25%;
}
.pure-container.border-grey {
  border-style: solid;
  border-color: #eaeaea;
  border-width: 1px 0px;
}
.pure-container.grey {
  background-color: #f2f2f2;
}
.pure-container.grey h1,
.pure-container.grey h2 {
  color: #262626;
}
.pure-container.transparent {
  background-color: transparent;
}
.pure-container.blue-light {
  background-color: #a9ddf3;
}
.pure-container.blue-light h1,
.pure-container.blue-light h2 {
  color: #262626;
}
.pure-container.lightblue-mid2 {
  background-color: #2ebee5;
  color: #ffffff;
}
.pure-container.lightblue-mid2 h1,
.pure-container.lightblue-mid2 h2,
.pure-container.lightblue-mid2 a {
  color: #ffffff;
}
.pure-container.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.pure-container.no-padding-all {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .pure-container.line-up-wide {
    margin-left: -15px;
    margin-left: -0.8571428571428571rem;
    margin-right: -15px;
    margin-right: -0.8571428571428571rem;
  }
}
.pure-gutter,
.pure-gutter-left {
  padding: 15px;
  padding: 0.8571428571428571rem;
  padding-top: 0;
  padding-bottom: 0;
}
.pure-gutter.vertical {
  padding-top: 15px;
  padding-top: 0.8571428571428571rem;
  padding-bottom: 15px;
  padding-bottom: 0.8571428571428571rem;
}
.pure-gutter-left {
  padding-right: 0 !important;
}
.pure-m-offset-0 {
  margin-left: 0%;
}
.pure-offset-1-2 {
  margin-left: 50%;
}
.pure-offset-1-3 {
  margin-left: 33.33333%;
}
.pure-offset-2-3 {
  margin-left: 66.66667%;
}
.pure-offset-1-4 {
  margin-left: 25%;
}
.pure-offset-3-4 {
  margin-left: 75%;
}
.pure-offset-1-5 {
  margin-left: 20%;
}
.pure-offset-2-5 {
  margin-left: 40%;
}
.pure-offset-3-5 {
  margin-left: 60%;
}
.pure-offset-4-5 {
  margin-left: 80%;
}
.pure-offset-1-6 {
  margin-left: 16.66667%;
}
.pure-offset-5-6 {
  margin-left: 83.33333%;
}
.pure-offset-1-8 {
  margin-left: 12.5%;
}
.pure-offset-3-8 {
  margin-left: 37.5%;
}
.pure-offset-5-8 {
  margin-left: 62.5%;
}
.pure-offset-7-8 {
  margin-left: 87.5%;
}
.pure-offset-1-9 {
  margin-left: 11.11111%;
}
.pure-offset-2-9 {
  margin-left: 22.22222%;
}
.pure-offset-4-9 {
  margin-left: 44.44444%;
}
.pure-offset-5-9 {
  margin-left: 55.55556%;
}
.pure-offset-6-9 {
  margin-left: 66.66667%;
}
.pure-offset-7-9 {
  margin-left: 77.77778%;
}
.pure-offset-8-9 {
  margin-left: 88.88889%;
}
.pure-offset-1-12 {
  margin-left: 8.33333%;
}
.pure-offset-5-12 {
  margin-left: 41.66667%;
}
.pure-offset-7-12 {
  margin-left: 58.33333%;
}
.pure-offset-1-24 {
  margin-left: 4.1666%;
}
.pure-offset-5-24 {
  margin-left: 20.8333%;
}
.pure-offset-7-24 {
  margin-left: 29.1666%;
}
.pure-offset-11-12 {
  margin-left: 91.6667%;
}
.pure-offset-11-24 {
  margin-left: 45.8333%;
}
.pure-offset-13-24 {
  margin-left: 54.1666%;
}
.pure-offset-17-24 {
  margin-left: 70.8333%;
}
.pure-offset-19-24 {
  margin-left: 79.1666%;
}
.pure-offset-23-24 {
  margin-left: 95.8333%;
}
.pure-m-u-1,
.pure-m-u-1-2,
.pure-m-u-1-3,
.pure-m-u-2-3,
.pure-m-u-1-4,
.pure-m-u-3-4,
.pure-m-u-1-5,
.pure-m-u-2-5,
.pure-m-u-3-5,
.pure-m-u-4-5,
.pure-m-u-1-6,
.pure-m-u-5-6,
.pure-m-u-1-8,
.pure-m-u-3-8,
.pure-m-u-5-8,
.pure-m-u-7-8,
.pure-m-u-1-12,
.pure-m-u-5-12,
.pure-m-u-7-12,
.pure-m-u-11-12,
.pure-m-u-1-24,
.pure-m-u-5-24,
.pure-m-u-7-24,
.pure-m-u-11-24,
.pure-m-u-13-24,
.pure-m-u-17-24,
.pure-m-u-19-24,
.pure-m-u-23-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
@media (max-width: 767px) {
  .pure-g-r > [class*="pure-offset-"][class*="pure-u-"] {
    margin-left: 0;
  }
  .pure-m-u-1-24 {
    width: 4.1666%!important;
  }
  .pure-m-u-1-12 {
    width: 8.3333%!important;
  }
  .pure-m-u-1-8 {
    width: 12.5%!important;
  }
  .pure-m-u-1-6 {
    width: 16.666%!important;
  }
  .pure-m-u-1-5 {
    width: 20%!important;
  }
  .pure-m-u-5-24 {
    width: 20.8333%!important;
  }
  .pure-m-u-1-4 {
    width: 25%!important;
  }
  .pure-m-u-7-24 {
    width: 29.1666%!important;
  }
  .pure-m-u-1-3 {
    width: 33.33333%!important;
  }
  .pure-m-u-3-8 {
    width: 37.5%!important;
  }
  .pure-m-u-2-5 {
    width: 40%!important;
  }
  .pure-m-u-5-12 {
    width: 41.6666%!important;
  }
  .pure-m-u-11-24 {
    width: 45.8333%!important;
  }
  .pure-m-u-1-2 {
    width: 50%!important;
  }
  .pure-m-u-13-24 {
    width: 54.1666%!important;
  }
  .pure-m-u-7-12 {
    width: 58.3333%!important;
  }
  .pure-m-u-3-5 {
    width: 60%!important;
  }
  .pure-m-u-5-8 {
    width: 62.5%!important;
  }
  .pure-m-u-2-3 {
    width: 66.66666%!important;
  }
  .pure-m-u-17-24 {
    width: 70.8333%!important;
  }
  .pure-m-u-3-4 {
    width: 75%!important;
  }
  .pure-m-u-19-24 {
    width: 79.1666%!important;
  }
  .pure-m-u-4-5 {
    width: 80%!important;
  }
  .pure-m-u-5-6 {
    width: 83.33%!important;
  }
  .pure-m-u-7-8 {
    width: 87.5%!important;
  }
  .pure-m-u-11-12 {
    width: 91.6666%!important;
  }
  .pure-m-u-23-24 {
    width: 95.8333%!important;
  }
  .pure-m-u-1 {
    width: 100%!important;
  }
  .pure-m-offset-1-2 {
    margin-left: 50%!important;
  }
  .pure-m-offset-1-3 {
    margin-left: 33.33333%!important;
  }
  .pure-m-offset-2-3 {
    margin-left: 66.66667%!important;
  }
  .pure-m-offset-1-4 {
    margin-left: 25%!important;
  }
  .pure-m-offset-3-4 {
    margin-left: 75%!important;
  }
  .pure-m-offset-1-5 {
    margin-left: 20%!important;
  }
  .pure-m-offset-2-5 {
    margin-left: 40%!important;
  }
  .pure-m-offset-3-5 {
    margin-left: 60%!important;
  }
  .pure-m-offset-4-5 {
    margin-left: 80%!important;
  }
  .pure-m-offset-1-6 {
    margin-left: 16.66667%!important;
  }
  .pure-m-offset-5-6 {
    margin-left: 83.33333%!important;
  }
  .pure-m-offset-1-8 {
    margin-left: 12.5%!important;
  }
  .pure-m-offset-3-8 {
    margin-left: 37.5%!important;
  }
  .pure-m-offset-5-8 {
    margin-left: 62.5%!important;
  }
  .pure-m-offset-7-8 {
    margin-left: 87.5%!important;
  }
  .pure-m-offset-1-9 {
    margin-left: 11.11111%!important;
  }
  .pure-m-offset-2-9 {
    margin-left: 22.22222%!important;
  }
  .pure-m-offset-4-9 {
    margin-left: 44.44444%!important;
  }
  .pure-m-offset-5-9 {
    margin-left: 55.55556%!important;
  }
  .pure-m-offset-6-9 {
    margin-left: 66.66667%!important;
  }
  .pure-m-offset-7-9 {
    margin-left: 77.77778%!important;
  }
  .pure-m-offset-8-9 {
    margin-left: 88.88889%!important;
  }
  .pure-m-offset-1-12 {
    margin-left: 8.33333%!important;
  }
  .pure-m-offset-5-12 {
    margin-left: 41.66667%!important;
  }
  .pure-m-offset-19-24 {
    margin-left: 79.1666%!important;
  }
  .pure-m-offset-7-12 {
    margin-left: 58.33333%!important;
  }
  .pure-m-offset-1-24 {
    margin-left: 4.1666%!important;
  }
  .pure-m-offset-5-24 {
    margin-left: 20.8333%!important;
  }
  .pure-m-offset-7-24 {
    margin-left: 29.1666%!important;
  }
  .pure-m-offset-11-12 {
    margin-left: 91.6667%!important;
  }
  .pure-m-offset-11-24 {
    margin-left: 45.8333%!important;
  }
  .pure-m-offset-13-24 {
    margin-left: 54.1666%!important;
  }
  .pure-m-offset-17-24 {
    margin-left: 70.8333%!important;
  }
  .pure-m-offset-23-24 {
    margin-left: 95.8333%!important;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
html {
  font-size: 14px;
}
body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #262626;
  background: #f5f5f5;
  background: rgba(245, 245, 245, 0.5);
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
table,
pre {
  margin-top: 0;
  margin-bottom: 31px;
  margin-bottom: 1.7142857142857142rem;
}
h3,
h4,
h5,
h6 {
  color: #262626;
  font-weight: 300;
}
h1,
h2 {
  color: #262626;
  font-weight: 300;
}
h1.impact-header {
  font-size: 1.71428em;
  line-height: 39px;
  line-height: 2.142857142857143rem;
  margin-bottom: 15px;
  margin-bottom: 0.8571428571428571rem;
}
h1 {
  font-size: 1.64285em;
  line-height: 39px;
  line-height: 2.142857142857143rem;
  margin-bottom: 15px;
  margin-bottom: 0.8571428571428571rem;
  font-weight: 300;
}
h2,
.text-larger {
  font-size: 1.42857em;
  line-height: 31px;
  line-height: 1.7142857142857142rem;
  margin-bottom: 15px;
  margin-bottom: 0.8571428571428571rem;
}
h3,
.text-large {
  font-size: 1.21428em;
  line-height: 31px;
  line-height: 1.7142857142857142rem;
  margin-bottom: 15px;
  margin-bottom: 0.8571428571428571rem;
}
h4,
h5 {
  font-weight: 300;
}
h4 {
  font-size: 1.07142em;
  line-height: 23px;
  line-height: 1.2857142857142856rem;
  margin-bottom: 8px;
  margin-bottom: 0.42857142857142855rem;
}
h5,
h6 {
  font-size: 1.03416em;
  line-height: 23px;
  line-height: 1.2857142857142856rem;
  margin-bottom: 8px;
  margin-bottom: 0.42857142857142855rem;
}
.text-small,
.pure-form .pure-checkbox,
.pure-form .pure-radio,
.small-form-text,
.optional,
.count-container .char-count {
  font-size: 0.85714em;
  font-weight: 300;
  line-height: 18px;
  line-height: 0.9985714285714286rem;
}
.text-smaller {
  font-size: 0.6944em;
  font-weight: 300;
  line-height: 18px;
  line-height: 0.9985714285714286rem;
}
th,
td {
  padding: 0;
}
small {
  vertical-align: bottom;
}
.k-back {
  color: #737373;
}
.divide,
.divide-half {
  border: 0;
  height: 2px;
  margin: 0;
  background-color: #f2f2f2;
  margin-bottom: 31px;
  margin-bottom: 1.7142857142857142rem;
}
.divide-half {
  margin: 0;
  margin-bottom: 15px;
  margin-bottom: 0.8571428571428571rem;
}
strong {
  font-weight: 500;
}
a[ng-click],
a[ng-src],
a:link,
a:visited {
  cursor: pointer;
  padding-bottom: .07em;
  text-decoration: none;
  color: #737373;
  font-weight: 400;
}
a[ng-click].action-link,
a[ng-src].action-link,
a:link.action-link,
a:visited.action-link {
  color: #1d67be;
}
a:hover,
a:focus,
a:active {
  text-decoration: underline;
}
a.brand-purple {
  color: #ad29b6;
}
.pure-button + .action-link {
  margin-left: 15px;
  margin-left: 0.8571428571428571rem;
  margin-right: 15px;
  margin-right: 0.8571428571428571rem;
}
.action-link {
  color: #1d67be;
}
.action-link.pseudo-btn {
  display: inline-block;
  line-height: 23px;
  line-height: 1.2857142857142856rem;
  padding-bottom: 8px;
  padding-bottom: 0.42857142857142855rem;
  padding-top: 8px;
  padding-top: 0.42857142857142855rem;
}
.action-link-container a {
  color: #1d67be;
}
.pointer {
  cursor: pointer;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.off-screen,
.social-share li a span {
  height: 1px;
  left: -50000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px;
}
.clearfix {
  clear: both;
}
.float-r {
  float: right;
}
.float-l {
  float: left;
}
.float-n {
  float: none;
}
.block {
  display: block !important;
}
.block-link {
  clear: both;
  display: table;
}
.margin-none {
  margin: 0 !important;
}
.padding-top-none {
  padding-top: 0 !important;
}
.mobile-sticky-bottom,
.mobile-sticky {
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  padding: 12px;
  padding: 0.6428571428571428rem;
  z-index: 10;
  transition: box-shadow 0.3s linear;
}
.mobile-sticky {
  top: 0;
  padding-top: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}
.mobile-sticky-bottom {
  bottom: 0;
  box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.15);
}
a:focus,
a:active {
  background-color: #a9ddf3;
}
#accessibility {
  list-style-type: none !important;
  margin: 0;
}
.skip-link {
  position: absolute;
  left: -1000px;
  overflow: hidden;
  top: -1000px;
}
.skip-link:focus,
.skip-link:active {
  z-index: 10000;
  text-decoration: none;
  padding: 10px 1%;
  left: 0;
  top: 0;
  outline: none;
  list-style-type: none !important;
}
a.anchor-reset {
  display: inline-block;
  padding-bottom: 0;
  border-bottom: 0;
}
a.anchor-reset img {
  margin-bottom: 0;
}
.no-border {
  border: none !important;
}
.no-wrap {
  white-space: nowrap;
}
.display-none {
  display: none;
}
.display-block {
  display: block;
}
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.fa-1 {
  font-size: 1em;
}
.fa-1-1-4 {
  font-size: 1.25em;
}
.fa-1-1-2 {
  font-size: 1.5em;
}
.fa-1-3-4 {
  font-size: 1.75em;
}
.fa-2 {
  font-size: 2em;
}
.fa-3 {
  font-size: 3em;
}
.fa-4 {
  font-size: 4em;
}
.grey-mid2 {
  color: #999999;
}
a.pure-button,
input[type="submit"].pure-button,
button.pure-button {
  font-weight: 400;
  font-family: roboto, arial;
  border-bottom: none;
  text-decoration: none;
  white-space: normal;
  vertical-align: top;
  line-height: 23px;
  line-height: 1.2857142857142856rem;
  margin-bottom: 15px;
  margin-bottom: 0.8571428571428571rem;
  padding-top: 8px;
  padding-top: 0.42857142857142855rem;
  padding-right: 31px;
  padding-right: 1.7142857142857142rem;
  padding-bottom: 8px;
  padding-bottom: 0.42857142857142855rem;
  padding-left: 31px;
  padding-left: 1.7142857142857142rem;
}
a.pure-button.pure-button-disabled:active,
input[type="submit"].pure-button.pure-button-disabled:active,
button.pure-button.pure-button-disabled:active {
  box-shadow: none;
}
a.pure-button.inverse,
input[type="submit"].pure-button.inverse,
button.pure-button.inverse {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=true, ShadowOpacity=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=1,MakeShadow=true,ShadowOpacity=1)";
  zoom: 1;
}
a.pure-button.inverse:focus,
input[type="submit"].pure-button.inverse:focus,
button.pure-button.inverse:focus,
a.pure-button.inverse:active,
input[type="submit"].pure-button.inverse:active,
button.pure-button.inverse:active,
a.pure-button.inverse:hover,
input[type="submit"].pure-button.inverse:hover,
button.pure-button.inverse:hover {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.8);
}
a.pure-button.dark-text,
input[type="submit"].pure-button.dark-text,
button.pure-button.dark-text {
  color: #262626 !important;
}
a.pure-button.inverse.dark-text,
input[type="submit"].pure-button.inverse.dark-text,
button.pure-button.inverse.dark-text {
  background-color: rgba(255, 255, 255, 0.55);
}
a.pure-button.inverse.dark-text:focus,
input[type="submit"].pure-button.inverse.dark-text:focus,
button.pure-button.inverse.dark-text:focus,
a.pure-button.inverse.dark-text:active,
input[type="submit"].pure-button.inverse.dark-text:active,
button.pure-button.inverse.dark-text:active,
a.pure-button.inverse.dark-text:hover,
input[type="submit"].pure-button.inverse.dark-text:hover,
button.pure-button.inverse.dark-text:hover {
  background-image: none;
  background-color: rgba(255, 255, 255, 0.85);
}
p .pure-button {
  vertical-align: baseline;
}
.jg-button-magic {
  color: #ffffff !important;
  background: #882c84;
}
.jg-button-magic:focus,
.jg-button-magic:active,
.jg-button-magic:hover {
  background: #700066;
}
.jg-button-magic:active {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
}
.jg-button-magic.inverse {
  -webkit-box-shadow: 0 0 0 1px #882c84 inset;
  -moz-box-shadow: 0 0 0 1px #882c84 inset;
  box-shadow: 0 0 0 1px #882c84 inset;
}
.jg-button-magic.inverse:focus,
.jg-button-magic.inverse:active,
.jg-button-magic.inverse:hover {
  -webkit-box-shadow: 0 0 0px 1px #700066 inset;
  -moz-box-shadow: 0 0 0px 1px #700066 inset;
  box-shadow: 0 0 0px 1px #700066 inset;
}
.jg-button-magic.pure-button-disabled:focus,
.jg-button-magic.pure-button-disabled:active,
.jg-button-magic.pure-button-disabled:hover {
  background: #882c84;
}
.jg-button-primary {
  color: #ffffff !important;
  background: #f58220;
}
.jg-button-primary:focus,
.jg-button-primary:active,
.jg-button-primary:hover {
  background: #d85700;
}
.jg-button-primary:active {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
}
.jg-button-primary.inverse {
  -webkit-box-shadow: 0 0 0 1px #f58220 inset;
  -moz-box-shadow: 0 0 0 1px #f58220 inset;
  box-shadow: 0 0 0 1px #f58220 inset;
}
.jg-button-primary.inverse:focus,
.jg-button-primary.inverse:active,
.jg-button-primary.inverse:hover {
  -webkit-box-shadow: 0 0 0px 1px #d85700 inset;
  -moz-box-shadow: 0 0 0px 1px #d85700 inset;
  box-shadow: 0 0 0px 1px #d85700 inset;
}
.jg-button-primary.pure-button-disabled:focus,
.jg-button-primary.pure-button-disabled:active,
.jg-button-primary.pure-button-disabled:hover {
  background: #f58220;
}
.jg-button-secondary {
  color: #ffffff !important;
  background-color: #1d67be;
}
.jg-button-secondary:focus,
.jg-button-secondary:active,
.jg-button-secondary:hover {
  background-color: #164d8f;
}
.jg-button-secondary:active {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
}
.jg-button-secondary.inverse {
  -webkit-box-shadow: 0 0 0 1px #1d67be inset;
  -moz-box-shadow: 0 0 0 1px #1d67be inset;
  box-shadow: 0 0 0 1px #1d67be inset;
}
.jg-button-secondary.inverse:focus,
.jg-button-secondary.inverse:active,
.jg-button-secondary.inverse:hover {
  -webkit-box-shadow: 0 0 0px 1px #487194 inset;
  -moz-box-shadow: 0 0 0px 1px #487194 inset;
  box-shadow: 0 0 0px 1px #487194 inset;
}
.jg-button-secondary.pure-button-disabled:focus,
.jg-button-secondary.pure-button-disabled:active,
.jg-button-secondary.pure-button-disabled:hover {
  background: #1d67be;
  cursor: not-allowed;
}
.jg-button-tertiary {
  color: #262626 !important;
  background: #dddddd;
}
.jg-button-tertiary:focus,
.jg-button-tertiary:active,
.jg-button-tertiary:hover {
  background: #c9c9c9;
}
.jg-button-tertiary:active {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
}
.jg-button-tertiary.inverse {
  -webkit-box-shadow: 0 0 0 1px #dddddd inset;
  -moz-box-shadow: 0 0 0 1px #dddddd inset;
  box-shadow: 0 0 0 1px #dddddd inset;
  color: #ffffff !important;
}
.jg-button-tertiary.inverse:focus,
.jg-button-tertiary.inverse:active,
.jg-button-tertiary.inverse:hover {
  -webkit-box-shadow: 0 0 0px 1px #c9c9c9 inset;
  -moz-box-shadow: 0 0 0px 1px #c9c9c9 inset;
  box-shadow: 0 0 0px 1px #c9c9c9 inset;
}
.jg-button-tertiary.pure-button-disabled {
  color: #a9a7a4 !important;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.jg-button-tertiary.pure-button-disabled:focus,
.jg-button-tertiary.pure-button-disabled:active,
.jg-button-tertiary.pure-button-disabled:hover {
  background: #E9E9E9;
  cursor: not-allowed;
}
.pure-button-disabled:focus,
.pure-button-disabled:active {
  background: #e6e4de;
}
.tp-button-facebook {
  color: #ffffff !important;
  background-color: #3B5997;
}
.tp-button-facebook:focus,
.tp-button-facebook:active,
.tp-button-facebook:hover {
  background: #2e477a;
}
.tp-button-facebook:active {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
}
.tp-button-facebook.inverse {
  -webkit-box-shadow: 0 0 0 1px #dddddd inset;
  -moz-box-shadow: 0 0 0 1px #dddddd inset;
  box-shadow: 0 0 0 1px #dddddd inset;
  color: #ffffff !important;
}
.tp-button-facebook.inverse:focus,
.tp-button-facebook.inverse:active,
.tp-button-facebook.inverse:hover {
  -webkit-box-shadow: 0 0 0px 1px #c9c9c9 inset;
  -moz-box-shadow: 0 0 0px 1px #c9c9c9 inset;
  box-shadow: 0 0 0px 1px #c9c9c9 inset;
}
.tp-button-facebook.pure-button-disabled {
  color: #a9a7a4 !important;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.tp-button-facebook.pure-button-disabled:focus,
.tp-button-facebook.pure-button-disabled:active,
.tp-button-facebook.pure-button-disabled:hover {
  background: #E9E9E9;
  cursor: not-allowed;
}
.jg-button-facebook {
  cursor: pointer;
  display: inline-block;
  width: 202px;
  height: 46px;
  background-image: url('/ui/2013/images/buttons/active_404.png');
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url(/ui/2013/images/buttons/active_404.png) 1x, url(/ui/2013/images/buttons/active_404@2x.png) 2x);
}
.jg-button-facebook:focus,
.jg-button-facebook:active,
.jg-button-facebook:hover {
  border: none;
  background-image: url('/ui/2013/images/buttons/pressed_404.png');
  background-color: transparent;
}
.jg-button-facebook:focus,
.jg-button-facebook:active,
.jg-button-facebook:hover {
  position: relative;
  top: 2px;
  background-image: -webkit-image-set(url(/ui/2013/images/buttons/pressed_404.png) 1x, url(/ui/2013/images/buttons/pressed_404@2x.png) 2x);
}
.jg-header-text-link {
  color: #262626 !important;
  text-decoration: none !important;
  border: none !important;
  font-weight: 500 !important;
  padding: 0 5px !important;
}
.jg-header-text-link:hover {
  text-decoration: underline !important;
}
.jg-header-text-link:focus,
.jg-header-text-link:active {
  background: #f5f5f5;
  text-decoration: none !important;
}
.jg-action-text-link {
  color: #487194 !important;
  text-decoration: underline !important;
  border: none !important;
  font-weight: 400 !important;
  padding: 0 5px !important;
}
.jg-action-text-link:hover {
  color: #262626 !important;
}
.jg-action-text-link:focus,
.jg-action-text-link:active {
  background: #f5f5f5;
  text-decoration: none !important;
}
.jg-content-text-link {
  color: #262626 !important;
  text-decoration: underline !important;
  border: none !important;
  font-weight: 400 !important;
  padding: 0 5px !important;
}
.jg-content-text-link:hover {
  text-decoration: none !important;
}
.jg-content-text-link:focus,
.jg-content-text-link:active {
  background: #f5f5f5;
  text-decoration: none !important;
}
.facebook-liking-button {
  background: url(/ui/2013/css/imports/less/~/);
}
.button-small {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
input[type="submit"].pure-button.full-width,
button.pure-button.full-width {
  width: 100%;
}
a.pure-button.full-width {
  display: block;
}
.facebook-invite-button,
.facebook-connect-button {
  height: 50px;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAARCAYAAAAPFIbmAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAWdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjA76PVpAAAAhElEQVQoU2NABv///5cB4rlA/ByIYeA7VBqsQByIn4KFUcFfqBKwok6IGBw8BuILQHwYqgSsaAdIBgoOAjEjVAoBgIIHwNIQsAAqjAqAErgVAQUeQPEPkCwUfAFimPgDkCJC4Dsxil6BFAlA8RGQCBQsA2KYOB/UZdTwHQwAJYaQIgYGADp2cgqy1v9aAAAAAElFTkSuQmCC) 25px 16px no-repeat;
  background-color: #3B5997;
  color: white;
  font-size: 16px;
  padding-left: 50px;
  padding-right: 25px;
  line-height: 1.3em;
}
@media (max-width: 767px) {
  a.pure-button,
  input[type="submit"].pure-button,
  button.pure-button {
    padding-top: 10px;
    padding-top: 0.5714271428571428rem;
    padding-bottom: 10px;
    padding-bottom: 0.5714271428571428rem;
  }
  input[type="submit"].pure-button,
  button.pure-button {
    width: 100%;
  }
  a.pure-button {
    display: block;
  }
}
/* Override pure form validation styles */
.pure-form input:focus:invalid:focus,
.pure-form textarea:focus:invalid:focus,
.pure-form select:focus:invalid:focus {
  border-color: #129FEA;
}
.pure-form input:focus:invalid,
.pure-form textarea:focus:invalid,
.pure-form select:focus:invalid {
  color: #262626;
  border: 1px solid #129FEA;
}
/* END Override pure form validation styles */
.pure-form .pure-control-group {
  margin-bottom: 15px;
  margin-bottom: 0.8571428571428571rem;
}
.pure-form input,
.pure-form select,
.pure-form textarea {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.pure-form textarea {
  resize: none;
}
.pure-form label {
  font-size: 100%;
  font-weight: 400;
}
.pure-form .pseudo-label {
  font-size: 100%;
  font-weight: 400;
  display: block;
  margin: .25em 0;
}
.pure-form fieldset {
  padding: 0;
}
.pure-form .styled-select {
  position: relative;
}
.pure-form .styled-select:before {
  content: " ";
  position: absolute;
  bottom: 18px;
  right: 10px;
  margin: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #4d4840;
  padding: 0;
  width: 0;
  height: 0;
  z-index: 100;
  cursor: pointer;
}
.pure-form .styled-select select {
  -webkit-appearance: none;
  cursor: pointer;
}
.pure-form select {
  padding: 0.45em 0.2em;
}
.pure-form input.ng-invalid.has-visited {
  border: 1px solid #e0261d;
  color: #262626;
}
.pure-form .disabled-form label {
  color: #a9a7a4;
}
.pure-form .disabled-form .styled-select:before {
  border-top: 5px solid #a9a7a4;
  cursor: not-allowed;
}
.pure-form .extra-margin-top {
  margin-top: 31px;
  margin-top: 1.7142857142857142rem;
}
/* start purestrap  .form-control is a bootstrap class used by textangular to style texteditor. This style ports pure-form/jg styles to that class */
.pure-form .form-control {
  padding: .5em .6em;
  display: inline-block;
  border: 1px solid #cccccc;
  font-size: .8em;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  -webkit-transition: .3s linear border;
  -moz-transition: .3s linear border;
  -ms-transition: .3s linear border;
  -o-transition: .3s linear border;
  transition: .3s linear border;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
.pure-form .form-control:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: #129FEA;
}
/* end purestrap */
.pure-form .form-control,
.pure-form input[type=text],
.pure-form input[type=password],
.pure-form input[type=email],
.pure-form input[type=url],
.pure-form input[type=date],
.pure-form input[type=month],
.pure-form input[type=time],
.pure-form input[type=datetime],
.pure-form input[type=datetime-local],
.pure-form input[type=week],
.pure-form input[type=number],
.pure-form input[type=search],
.pure-form input[type=tel],
.pure-form input[type=color],
.pure-form select,
.pure-form textarea {
  font-size: 100%;
  box-shadow: none;
  margin: 0;
  color: #262626;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: inset 0px 10px 8px -12px #888888;
  -moz-box-shadow: inset 0px 10px 8px -12px #888888;
  box-shadow: inset 0px 10px 8px -12px #888888;
}
input.full-width {
  width: 100%;
}
select.full-width,
input[type="submit"].full-width,
button.full-width {
  width: 100%;
}
/* Error Messaging */
.error {
  display: block;
}
.small-form-text {
  line-height: 23px;
  line-height: 1.2857142857142856rem;
}
.small-form-text a:link,
.small-form-text a:visited,
.small-form-text a[ng-click],
.small-form-text a[ng-src] {
  cursor: pointer;
}
.small-form-text a[ng-click],
.small-form-text a[ng-src] {
  font-weight: 400;
}
.message,
.message .ng-hide {
  display: block;
  padding-top: 8px;
  padding-top: 0.42857142857142855rem;
  padding-right: 12px;
  padding-right: 0.6428571428571428rem;
  padding-bottom: 8px;
  padding-bottom: 0.42857142857142855rem;
  padding-left: 12px;
  padding-left: 0.6428571428571428rem;
}
.message.info,
.message .ng-hide.info {
  background-color: #b2d7ea;
}
.message.success,
.message .ng-hide.success {
  background-color: #abdfdb;
}
.message.error,
.message .ng-hide.error {
  background-color: #ffd1d1;
}
.message {
  -webkit-transition: 0.25s linear all;
}
input.info,
textarea.info {
  border: 1px solid #1b5c7e !important;
}
input.sucess,
textarea.sucess {
  border: 1px solid #2cafa4 !important;
}
input.error,
textarea.error {
  border: 1px solid #e0261d !important;
}
.mandatory {
  font-style: inherit;
  font-weight: normal;
}
.optional {
  color: #737373;
}
/* Form Fixes */
.ie .pure-form .styled-select:before,
.gecko .pure-form .styled-select:before {
  display: none;
}
.separator {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 31px;
  margin-bottom: 1.7142857142857142rem;
}
.separator hr {
  display: none;
}
.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.cookie-notice {
  background-color: #262626;
  padding: 0.75em 1em 0.5em 1em!important;
}
.cookie-notice p {
  color: #ffffff;
  margin-bottom: 0;
}
.cookie-notice p a {
  color: #ffffff;
}
.cookie-notice .cookie-notice-content {
  position: relative;
  padding-right: 26px;
}
.cookie-notice .cookie-notice-content a.close-statement {
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  width: 12px;
  height: 12px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkFGOUVFQzdCQkVBMTFFMzk3NDI4MDFGODZGQURFNTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkFGOUVFQzhCQkVBMTFFMzk3NDI4MDFGODZGQURFNTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQUY5RUVDNUJCRUExMUUzOTc0MjgwMUY4NkZBREU1NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQUY5RUVDNkJCRUExMUUzOTc0MjgwMUY4NkZBREU1NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrtHyrgAAAB1SURBVHjaYvz//38TAwODFRCHAPEHBuxAAIjXAPExBqCGPf8hAEQLADEDGhZAVgMSEALi3Tg0ISsGqRHCagoQ80Axhu24rN4JxRi2oruXB0khTCMPshomBlIBuU4iydMkBytJEccCjm4IwJU0PkDlwEkDIMAAymJ6cmJbLmgAAAAASUVORK5CYII=);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.message-module {
  border: 1px solid #cccccc;
  margin-bottom: 31px;
  margin-bottom: 1.7142857142857142rem;
}
.message-module-alt {
  padding: 0.2em 0;
  border: none;
  background: #f2f2f2;
  margin-bottom: 31px;
  margin-bottom: 1.7142857142857142rem;
}
.message-body,
.message-footer {
  padding: 0 1em;
}
.message-footer {
  padding: 1em;
}
.message-footer.odd {
  background-color: #a9ddf3;
}
.message-footer.even {
  background-color: #fcd4a5;
}
.message-footer p {
  margin: 0;
}
.image-wrap {
  position: relative;
  height: 0;
  overflow: hidden;
}
.image-wrap .img {
  position: absolute;
  top: 0;
  left: 0;
}
.image-wrap.circle {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding-bottom: 100%;
}
.image-wrap.rectangle {
  padding-bottom: 55%;
}
.image-wrap.rectangle .img {
  width: 100%;
}
.image-wrap.resonating-icon-image {
  padding-bottom: 35%;
}
.image-wrap.resonating-long-image {
  padding-bottom: 135%;
}
.image-wrap.resonating-long-image .img {
  width: 100%;
}
.image-wrap.resonating-square-image {
  padding-bottom: 100%;
}
.image-wrap.resonating-square-image .img {
  width: 100%;
}
.box-shadow {
  -webkit-box-shadow: 0px;
  -moz-box-shadow: 0px;
  box-shadow: 0px;
  border: none;
}
.social-share {
  list-style-type: none;
  padding-left: 0;
  margin: 1em 0 0 0;
}
.social-share li {
  float: left;
  width: 25%;
  padding-left: 0;
  background: url('/ui/2013/css/imports/images/holding-social-share-sprite.png') no-repeat;
}
.social-share li a {
  display: inline-block;
  padding: 2%;
  width: 98%;
  text-align: center;
  border-bottom: none;
}
.social-share li a:hover,
.social-share li a:focus,
.social-share li a:active {
  border-bottom: none;
}
.social-share .facebook {
  background-position: 0px -6px;
}
.social-share .twitter {
  background-position: -53px -6px;
}
.social-share .gplus {
  background-position: -104px -8px;
}
.social-share .email {
  background-position: -165px -6px;
}
.fundraiser-test-card {
  background-color: #e3e3e3;
  height: 600px;
}
.fundraiser-test-card img {
  margin-bottom: 0;
}
.fundraiser-test-card .block-content {
  min-height: 3.1em;
  height: auto !important;
  height: 3.1em;
  padding: 2px 8px 2px 16px;
}
.homepage-search {
  background-image: url("/ui/2013/images/homepage-static/hp-header.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 385px;
  margin-bottom: 40px;
  color: #ffffff;
}
.homepage-search h1 {
  color: #ffffff;
  font-weight: 600;
  font-size: 2.7em;
  margin-bottom: 1em;
  text-align: center;
}
.homepage-search h2 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0.2em;
}
.homepage-search p {
  font-weight: 400;
}
.homepage-search form fieldset {
  background-color: #ffffff;
  padding-bottom: 0;
  margin-bottom: 1em;
}
.homepage-search form label.hidden {
  position: absolute;
  left: -1000px;
  width: 100px;
}
.homepage-search form input {
  display: block;
  float: left;
  width: 72%;
  -webkit-appearance: none!important;
  border-radius: 0!important;
  border: none!important;
  padding: 0.3em 0.1em 0.4em 0.8em!important;
}
.homepage-search form button {
  display: block;
  float: right;
  width: 3em;
  margin-bottom: 0!important;
  background-color: #ffffff;
  background-image: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAAwAAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjAtYzA2MSA2NC4xNDA5NDksIDIwMTAvMTIvMDctMTA6NTc6MDEgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUuMSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlCRjk2NTgwMzBGNzExRTM4NEQ0ODJFQTUzMzQxNTNDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlCRjk2NTgxMzBGNzExRTM4NEQ0ODJFQTUzMzQxNTNDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUJGOTY1N0UzMEY3MTFFMzg0RDQ4MkVBNTMzNDE1M0MiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUJGOTY1N0YzMEY3MTFFMzg0RDQ4MkVBNTMzNDE1M0MiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAAJBgYGBwYJBwcJDQgHCA0PCwkJCw8RDg4PDg4REQ0ODg4ODRERFBQWFBQRGhocHBoaJiYmJiYrKysrKysrKysrAQkICAkKCQwKCgwPDA4MDxMODg4OExUODg8ODhUaExERERETGhcaFhYWGhcdHRoaHR0kJCMkJCsrKysrKysrKyv/wAARCAATABMDASIAAhEBAxEB/8QAbwABAAIDAAAAAAAAAAAAAAAAAAMFAgYHAQEBAQAAAAAAAAAAAAAAAAABAAIQAAAFAgQDAw0AAAAAAAAAAAECAwQFABIRIRMGIjIU8DFxYYGRsfFSU4NEZBUlFhEBAQAAAAAAAAAAAAAAAAAAANH/2gAMAwEAAhEDEQA/AOjPXk9NzzuIiXYRbGLBMHjwqZVFVFVS3gmmB8igAd41lGvpyI3A3gph0Em3kk1Dx72wE1QOiF6iSpSZDw5gPYD+N3BEzjmZgkE5FCSKTro9RQETaiQWEVRUNwhiXvAfZUO30413JG7h3QyKyi0QVbNyoqgt0ii4AXVcGKGAgcOHEMg9eS6BSo9dD4heXU5g5Pf8PLStBJVbuO38E+v6e3RNd1t3T4YZ6tnFh4Z0pUmlfr9D6LD+Z++w0tb06OPzPNSlKIX/2Q==);
  background-repeat: no-repeat;
  background-position: center center;
  color: transparent;
  border-radius: 0!important;
}
.homepage-search form button:hover {
  background-color: #882c84;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATBJREFUeNrsmIENgyAQRWsXqCO4QR2hIzgCozhCR+gIjsAIdANGoBNYSCC5Gm2lnEKbf8mPkVzUx8nxtRrH8fAPUQEEIAABCEAAAhCAAAQgAEmI1qoj58ZqsNKbkjgQJrVWclyOwapmvN+LuCriqiCtTmTs7o9nMvawulipEiviZtmQme8nM9/4aoRQW1SE4yI38pCCIS8bSKiGXJGrI3J3BWnJLHcr8nuSzwpyTFxi9aTNZotUELMAtX8wrpHhl9dITDfqS+9aTeQ+okvdR0L3MhNLIv3mNxeiVJAAoz54LRPZrnf3WnPuN3QxTdwv9WS8vmsrN/pGglTF+EoW9Wp9C6M47H0uEKcrJ0xOELoHJYOU8M0ufDNI8mr4+QAQgAAEIAABCEAAAhCA/Fw8BRgAzRv3IAItdtUAAAAASUVORK5CYII=);
}
.homepage-divide .pure-container {
  padding-top: 0;
  padding-bottom: 0;
}
.homepage-divide h2 {
  background-color: #f2f2f2;
  text-align: center;
}
.homepage-hero {
  background-color: #fff;
  height: 24.9em;
  overflow: hidden;
  background-color: #ffffff;
}
.homepage-hero img {
  float: left;
  width: 730px;
}
.homepage-hero .hero-content {
  padding-top: 1.9em;
}
.resonating-card {
  background-color: #ffffff;
  position: relative;
  font-size: 1em;
  margin-bottom: 1.714rem;
}
.resonating-card p {
  margin-bottom: 0.9em;
}
.resonating-card p.ribbon {
  background-color: #52aff7;
  color: #ffffff;
  position: absolute;
  display: block;
  left: -0.4em;
  top: 1.3em;
  font-size: 0.7em;
  padding-left: 1.2em;
  padding-right: 1.2em;
}
.resonating-card a {
  text-decoration: none;
  border-bottom: none;
}
.resonating-card a:hover {
  text-decoration: underline;
}
.resonating-card a:link,
.resonating-card a:visited {
  border-bottom: none!important;
}
.resonating-card.square {
  border-bottom: 2px solid #31bab2;
}
.resonating-card.square .charity-logo {
  text-align: center;
  margin-bottom: 20px;
}
.resonating-card.square .image-wrap {
  padding-top: 1.3em;
  text-align: center!important;
}
.resonating-card.square .image-wrap img {
  margin-bottom: 0;
  position: relative;
  text-align: center;
}
.resonating-card.square .block-content {
  padding-top: 1.6em;
}
.resonating-card.rectangle {
  /*min-height: 577px;*/
  border-bottom: 2px solid #4b6ea8;
}
.resonating-card.rectangle .block-content {
  padding-top: 20px;
  position: relative;
}
.resonating-card.rectangle .block-content p.flag {
  background-color: blue;
  position: absolute;
  top: 0;
  left: 0;
}
.resonating-card.rectangle p.resonation {
  margin-bottom: 0.8em;
  margin-left: 1.15em;
  position: absolute;
  bottom: 0;
  left: 0;
}
.resonating-card.rectangle .text-small {
  font-weight: 300;
}
.resonating-card .block-content {
  min-height: 3.1em;
  height: auto !important;
  height: 3.1em;
  padding: 2px 16px 2px 16px;
  word-break: break-word;
}
.resonating-card .block-content .resonating-reason {
  background-color: #f5f5f5;
  padding: 0.2em 0.5em;
  margin-bottom: 10px;
}
.facebook-like-card {
  padding: 16px 8px;
  border-bottom: 2px solid #4b6ea8;
  min-height: 340px;
}
.facebook-like-card p.title {
  padding: 0 8px;
}
.facebook-like-card .fb_iframe_widget,
.facebook-like-card .fb_iframe_widget span,
.facebook-like-card .fb_iframe_widget span iframe[style] {
  width: 100% !important;
  height: 240px;
}
.floating-module-header {
  position: relative;
  padding: 1em 4.1666% 0 4.1666%;
  border-bottom: 1px solid #cccccc;
}
.floating-module-header .close-lightbox {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 13px;
  height: 12px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIzNEQ1QTc1MTk1QzExRTNBQkRFODkxNDJEOTE0QjA4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjIzNEQ1QTc2MTk1QzExRTNBQkRFODkxNDJEOTE0QjA4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjM0RDVBNzMxOTVDMTFFM0FCREU4OTE0MkQ5MTRCMDgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjM0RDVBNzQxOTVDMTFFM0FCREU4OTE0MkQ5MTRCMDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz50viEsAAABBklEQVR42mJcOmfKdQYGhnNAnATEPxlwAy0gXg/Em5iAxEogjgLiVUDMi0ODCRDvBWIxIN4C0tQAxPlA7AfEG4BYGE2DAxDvgbJdgPggE5QzCYgTgdgJiLcDsSRU3BeIdwHxWyB2BOKzIEEWJBMXAPEnqHO3AvFiIO4B4itQzY9gClnQnLIO6oT9QGwINRlkw2dkRUxYPK0Hpf9APa6OrgBdUyvUf0uhAfAf5HEgdsWlCaS4CojnQuPsKBA7A/FDIN4GxIHImlihgZALxL1AnALEv6Hyd6C2nIf6Nx4WECCODxDXA3ETFj8+BWJvaOSDDGcDafoCjdxJeJLQa2jkTwViDoAAAwAfGTWmE8Y8mQAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  border-bottom: none;
  text-indent: -9999px;
}
.floating-module-header .close-lightbox:focus,
.floating-module-header .close-lightbox:active {
  background-color: transparent;
}
.floating-module-body {
  position: relative;
  padding: 1em 4.1666%;
}
.floating-module-body .inline-ajax-loader {
  background: #ffffff url(/ui/2013/images/icons/ajax-loader.gif) no-repeat 95% 50%;
  background-size: 24px 24px;
}
.floating-module-footer {
  padding: 1em 4.1666%;
}
.footer-alert {
  display: block!important;
}
.cookie-prefs-popup-content-responsive p {
  font-size: 1.3em;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}
.module-border-radius {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.module-background-grey {
  background-color: #f2f2f2;
}
.module-background-white {
  background-color: #ffffff;
}
.module-background-grey-resonating {
  background-color: #f5f5f5;
}
.module-border-top {
  border-top: 1px solid;
}
.module-border-color-grey {
  border-color: #cccccc;
}
.full-width-country-selector {
  background-color: #efefef;
}
.full-width-country-selector .pure-form {
  text-align: center;
  font-size: 1.15em;
}
.full-width-country-selector .pure-form label {
  font-weight: 300;
  margin-right: 0.7em;
  display: block;
}
.full-width-country-selector .pure-form select {
  width: 11em;
  padding-top: 0.20em;
  padding-bottom: 0.20em;
}
.count-container {
  position: relative;
}
.count-container .char-count {
  position: absolute;
  bottom: 12px;
  bottom: 0.6857142857142858rem;
  right: 8px;
  right: 0.42857142857142855rem;
  color: #737373;
  font-weight: 400;
}
.count-container .char-count.full {
  color: #e0261d;
}
.count-container input[text],
.count-container textarea {
  padding-right: 3em;
}
#global-header {
  background-color: #ffffff;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 1px;
  position: relative;
  padding-left: 0.9375%;
  padding-right: 0.9375%;
  z-index: 30;
}
#global-header > .container {
  position: relative;
}
#global-header span.triangle-up,
#global-header span.triangle-behind {
  display: none;
  position: absolute;
  bottom: -1px;
  left: 30%;
  border-bottom: 8px solid #fff;
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  height: 0;
  width: 0;
  z-index: 10000000;
}
#global-header span.triangle-behind {
  bottom: 0;
  border-bottom: 8px solid #e9e9e9 !important;
  z-index: 1000000;
}
#global-header p#logo {
  margin: 0;
  margin-top: 15px;
  margin-top: 0.8571428571428571rem;
  margin-left: 12px;
  margin-left: 0.6428571428571428rem;
}
#global-header p#logo a {
  display: block;
  width: 8.3em;
  height: 1.6em;
  background-size: 8.3em 1.6em;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkRFU0lHTiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIyNzMuMzM0cHgiIGhlaWdodD0iNTAuODAycHgiIHZpZXdCb3g9IjAgMCAyNzMuMzM0IDUwLjgwMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjczLjMzNCA1MC44MDIiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iIzc4MjU2RCIgZD0iTTE0OS4yNDIsMTYuNTY5aC0xMy45MTZsLTguMTMzLDguMTUyaDExLjE2OGMtMS40NjUsMy4yNTQtNC43MzQsNS41My04LjU0Myw1LjUzDQoJCWMtNS4xNiwwLTkuMzU3LTQuMTk4LTkuMzU3LTkuMzVjMC01LjE2Nyw0LjE5Ny05LjM2MSw5LjM1Ny05LjM2MWMxLjg4MiwwLDMuNjI3LDAuNTQ0LDUuMDc4LDEuNDk2bDcuNTM3LTcuNTM5DQoJCWMtMy40NDEtMi44MjQtNy44MzktNC41MTctMTIuNjM2LTQuNTE3Yy0xMS4wMDQsMC0xOS45MjEsOC45MTUtMTkuOTIxLDE5LjkyMWMwLDEwLjk5Myw4LjkxNywxOS45MjQsMTkuOTIxLDE5LjkyNA0KCQlzMTkuOTE5LTguOTMyLDE5LjkxOS0xOS45MjRDMTQ5LjcxNywxOS40MTEsMTQ5LjU1NSwxNy45NzcsMTQ5LjI0MiwxNi41Njl6Ii8+DQoJPGc+DQoJCTxnPg0KCQkJPHBhdGggZmlsbD0iIzc4MjU2RCIgZD0iTTE2Mi4yMywzOS45OThoLTkuODU0VjEwLjE4OGg5Ljg1NFYzOS45OTh6Ii8+DQoJCTwvZz4NCgkJPGc+DQoJCQk8cGF0aCBmaWxsPSIjNzgyNTZEIiBkPSJNMTYyLjIzLDcuNjY2aC05Ljg1NFYxLjY2M2g5Ljg1NFY3LjY2NnoiLz4NCgkJPC9nPg0KCTwvZz4NCgk8Zz4NCgkJPGc+DQoJCQk8cGF0aCBmaWxsPSIjNzgyNTZEIiBkPSJNMTg0LjQyLDQwLjIwN2gtOC41MDhsLTAuMDc4LTAuMjA5bC0xMS42NTItMjkuODA5aDEwLjQ5NGw1LjU0NSwxNi41NzlsNS41ODItMTYuNTc5aDEwLjM0OA0KCQkJCUwxODQuNDIsNDAuMjA3eiIvPg0KCQk8L2c+DQoJPC9nPg0KCTxnPg0KCQk8cGF0aCBmaWxsPSIjNzgyNTZEIiBkPSJNMjA3LjgxOCwzOS45OThoLTkuODU1VjEwLjE4OGg5Ljg1NVYzOS45OTh6Ii8+DQoJPC9nPg0KCTxnPg0KCQk8cGF0aCBmaWxsPSIjNzgyNTZEIiBkPSJNMjA3LjgxOCw3LjY2NmgtOS44NTVWMS42NjNoOS44NTVWNy42NjZ6Ii8+DQoJPC9nPg0KCTxnPg0KCQk8Zz4NCgkJCTxwYXRoIGZpbGw9IiM3ODI1NkQiIGQ9Ik0yMzguNCwzOS45OThoLTkuODYxdi0xNi41MmMwLTMuMTEzLTEuMjc3LTQuNjg4LTMuODA3LTQuNjg4Yy0zLjI3LDAtMy45NjMsMi41NDctMy45NjMsNC42ODh2MTYuNTINCgkJCQloLTkuODUyVjEwLjE4OGg2LjgybDIuNzA3LDIuNzA0YzIuMTM5LTIuMTgyLDQuNjA3LTMuMjE4LDcuNTEyLTMuMjE4YzYuNDM2LDAsMTAuNDQzLDQuMzI2LDEwLjQ0MywxMS4yOTdWMzkuOTk4eiIvPg0KCQk8L2c+DQoJPC9nPg0KCTxnPg0KCQk8cGF0aCBmaWxsPSIjNzgyNTZEIiBkPSJNMTQuMzUyLDQwLjUzMWMtNS4xNSwwLTkuNDAzLTEuOTc1LTEyLjY1OC01LjgxOGwtMC41NDEtMC42NWw2LjY2OS02LjY3bDAuMzkyLDAuNDINCgkJCWMyLjExMiwyLjMyMiwzLjg4MiwzLjMxNiw1LjkyOSwzLjMxNmMyLjY2NiwwLDMuOTE3LTEuNTk4LDMuOTE3LTUuMDQyVjEuNjYzaDEwLjE2djI0Ljc3MQ0KCQkJQzI4LjIyMiwzNS4zOTQsMjMuMTYzLDQwLjUzMSwxNC4zNTIsNDAuNTMxeiIvPg0KCTwvZz4NCgk8cGF0aCBmaWxsPSIjNzgyNTZEIiBkPSJNMjY1LjE1OCwxMC4xODhsLTIuNDk4LDIuNTI3Yy0yLjM3NS0yLjA3LTUuMDI1LTMuMDQxLTguMzM4LTMuMDQxYy02LjY3NCwwLTEzLjQ0Nyw0LjgyOS0xMy40NDcsMTQuMDc4DQoJCXYwLjFjMCw5LjIzMSw2Ljc3MywxNC4wNzksMTMuNDQ3LDE0LjA3OWMzLjE3LDAsNS42NjItMC44ODcsNy45MzktMi44NTljLTAuNDI0LDMuNTI3LTIuNTUxLDUuODY5LTYuNzg3LDUuODY5DQoJCWMtMi41NjYsMC00Ljc3My0wLjQ2NS03LjA3Mi0xLjQ4MmwtNi40NDEsNi40MThsMC44OTMsMC40NzdjMy43NDgsMS45OTIsOC4xODIsMy4wMzUsMTIuODI4LDMuMDM1DQoJCWMxMS4zNTIsMCwxNi42MzEtNS43NzEsMTYuNjMxLTE2LjUzOVYxMC4xODhIMjY1LjE1OHogTTI2Mi45NTMsMjMuODUzYzAsMy40NC0yLjY2OCw1Ljk0NC02LjM0Miw1Ljk0NA0KCQljLTMuNjk1LDAtNi4yODctMi40NDUtNi4yODctNS45NDR2LTAuMTA3YzAtMy40NTgsMi42NTItNS45NDMsNi4yODctNS45NDNjMy42NzQsMCw2LjM0MiwyLjQ4NSw2LjM0Miw1Ljk0M1YyMy44NTN6Ii8+DQoJPGc+DQoJCTxnPg0KCQkJPHBhdGggZmlsbD0iIzc4MjU2RCIgZD0iTTQxLjk1Niw0MC41MzFjLTYuNDM0LDAtMTAuNDM2LTQuMzQ2LTEwLjQzNi0xMS4zMjJ2LTE5LjAyaDkuODU0djE2LjUxNGMwLDMuMTE1LDEuMjgsNC42OTMsMy44MDgsNC42OTMNCgkJCQljMy4yODEsMCwzLjk2NC0yLjU0OSwzLjk2NC00LjY5M1YxMC4xODhoOS44NTV2MjkuODA5aC02LjgyOWwtMi43MDItMi42ODlDNDcuMzMzLDM5LjQ2OCw0NC44NzUsNDAuNTMxLDQxLjk1Niw0MC41MzF6Ii8+DQoJCTwvZz4NCgk8L2c+DQoJPGc+DQoJCTxnPg0KCQkJPHBhdGggZmlsbD0iIzc4MjU2RCIgZD0iTTk5Ljc1Miw0MC40NjZjLTYuMTI0LDAtOS4wOTQtMy4wNTMtOS4wOTQtOS4zNTJWMTguODkyaC0zLjMyN3YtOC43MDNoMy4zMjdWMS42NjNoOS44NTJ2OC41MjVoNi41NQ0KCQkJCXY4LjcwM2gtNi41NXYxMC45MzRjMCwxLjMyOCwwLjM3MywxLjczOCwxLjU3LDEuNzM4YzEuMjE5LDAsMi4zODMtMC4yOTksMy40MzgtMC44NzlsMS40MzgtMC43ODl2OC41MzdsLTAuNDc3LDAuMjg5DQoJCQkJQzEwNC40NywzOS45MSwxMDIuMzQyLDQwLjQ2Niw5OS43NTIsNDAuNDY2eiIvPg0KCQk8L2c+DQoJPC9nPg0KCTxwYXRoIGZpbGw9IiM3ODI1NkQiIGQ9Ik03Ni43NTMsMjEuNjU0bC0wLjkwNy0wLjMwOGMtMi4yOTctMC43ODItNC40NzYtMS41MDYtNC40NzYtMi40NzZ2LTAuMTA2YzAtMC45NjUsMS4yMDMtMS4zMTcsMi4zMjYtMS4zMTcNCgkJYzEuNTg0LDAsMy43MjEsMC42NTgsNi4wMDMsMS44MTlsNS42NzQtNS42OGwtMC40MzktMC4yOTRjLTMuMTkzLTIuMTUzLTcuMzM1LTMuNDU1LTExLjA4LTMuNDU1DQoJCWMtNi42NjUsMC0xMS4xNTMsMy45NDYtMTEuMTUzLDkuNzkydjAuMTAyYzAsNS44MTIsNC41Nyw3LjkzNCw5LjAzNCw5LjI0M2MwLjM3LDAuMTA3LDAuNzQsMC4yMzQsMS4wODksMC4zMzYNCgkJYzIuMzU0LDAuNjkxLDQuMzgsMS4yODcsNC4zOCwyLjM0MnYwLjEwN2MwLDEuMjIxLTEuNTAxLDEuNDc3LTIuNzU4LDEuNDc3Yy0yLjM4MSwwLTUuMjM1LTEuMDEtNy45MTctMi43OTdsLTUuNDIzLDUuNDI0DQoJCWwtMC4wNzMsMC4xMDlsMC40NzcsMC4zNzljMy42NTgsMi44ODEsOC4xODEsNC40ODQsMTIuNzIyLDQuNDg0YzcuMjg1LDAsMTEuNjM5LTMuNzA5LDExLjYzOS05Ljkzdi0wLjEwMg0KCQlDODUuODcsMjQuNjkyLDc5LjkzOCwyMi43MTYsNzYuNzUzLDIxLjY1NHoiLz4NCjwvZz4NCjwvc3ZnPg0K);
  background-position: left top;
  background-repeat: no-repeat;
}
#global-header #navigation-wrapper {
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
}
#global-header #navigation-wrapper li.help,
#global-header #navigation-wrapper li.account-item,
#global-header #navigation-wrapper li.search-icon,
#global-header #navigation-wrapper li.signed-out {
  display: inline-block;
  vertical-align: top;
  padding-left: 1px;
  overflow: visible;
}
#global-header #navigation-wrapper li.help:hover span.triangle-up,
#global-header #navigation-wrapper li.account-item:hover span.triangle-up,
#global-header #navigation-wrapper li.search-icon:hover span.triangle-up,
#global-header #navigation-wrapper li.signed-out:hover span.triangle-up,
#global-header #navigation-wrapper li.help:hover span.triangle-behind,
#global-header #navigation-wrapper li.account-item:hover span.triangle-behind,
#global-header #navigation-wrapper li.search-icon:hover span.triangle-behind,
#global-header #navigation-wrapper li.signed-out:hover span.triangle-behind {
  display: block;
}
#global-header #navigation-wrapper li.help:hover .nav-dropdown,
#global-header #navigation-wrapper li.account-item:hover .nav-dropdown,
#global-header #navigation-wrapper li.search-icon:hover .nav-dropdown,
#global-header #navigation-wrapper li.signed-out:hover .nav-dropdown {
  display: block;
}
#global-header #navigation-wrapper li.help:hover li:hover,
#global-header #navigation-wrapper li.account-item:hover li:hover,
#global-header #navigation-wrapper li.search-icon:hover li:hover,
#global-header #navigation-wrapper li.signed-out:hover li:hover {
  background-color: transparent;
}
#global-header #navigation-wrapper li.help .nav-top-level-link,
#global-header #navigation-wrapper li.account-item .nav-top-level-link,
#global-header #navigation-wrapper li.search-icon .nav-top-level-link,
#global-header #navigation-wrapper li.signed-out .nav-top-level-link {
  position: relative;
  display: block;
  margin: 0;
  text-decoration: none;
  padding: 12px;
  padding: 0.6428571428571428rem;
}
#global-header #navigation-wrapper li.help .nav-top-level-link > span,
#global-header #navigation-wrapper li.account-item .nav-top-level-link > span,
#global-header #navigation-wrapper li.search-icon .nav-top-level-link > span,
#global-header #navigation-wrapper li.signed-out .nav-top-level-link > span,
#global-header #navigation-wrapper li.help .nav-top-level-link > img,
#global-header #navigation-wrapper li.account-item .nav-top-level-link > img,
#global-header #navigation-wrapper li.search-icon .nav-top-level-link > img,
#global-header #navigation-wrapper li.signed-out .nav-top-level-link > img {
  vertical-align: middle;
}
#global-header #navigation-wrapper li.help .nav-top-level-link > span:hover,
#global-header #navigation-wrapper li.account-item .nav-top-level-link > span:hover,
#global-header #navigation-wrapper li.search-icon .nav-top-level-link > span:hover,
#global-header #navigation-wrapper li.signed-out .nav-top-level-link > span:hover {
  text-decoration: underline;
}
#global-header #navigation-wrapper li.help .nav-top-level-link.account .welcome-message,
#global-header #navigation-wrapper li.account-item .nav-top-level-link.account .welcome-message,
#global-header #navigation-wrapper li.search-icon .nav-top-level-link.account .welcome-message,
#global-header #navigation-wrapper li.signed-out .nav-top-level-link.account .welcome-message {
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#global-header #navigation-wrapper li.help .nav-top-level-link:link,
#global-header #navigation-wrapper li.account-item .nav-top-level-link:link,
#global-header #navigation-wrapper li.search-icon .nav-top-level-link:link,
#global-header #navigation-wrapper li.signed-out .nav-top-level-link:link,
#global-header #navigation-wrapper li.help .nav-top-level-link:visited,
#global-header #navigation-wrapper li.account-item .nav-top-level-link:visited,
#global-header #navigation-wrapper li.search-icon .nav-top-level-link:visited,
#global-header #navigation-wrapper li.signed-out .nav-top-level-link:visited {
  border-bottom: none;
}
#global-header #navigation-wrapper .nav-dropdown {
  z-index: 10000;
  display: none;
  position: absolute;
  list-style-type: none;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #e9e9e9;
  padding: 0;
}
#global-header #navigation-wrapper .nav-dropdown li {
  border-bottom: 2px solid #f2f2f2;
}
#global-header #navigation-wrapper .nav-dropdown li.welcome-message {
  font-weight: 500;
  padding: 0.6em 1.1em 0.2em 1.1em;
  border-bottom: 1px solid #cccccc;
}
#global-header #navigation-wrapper .nav-dropdown li.welcome-message span {
  display: block;
  padding-bottom: 0.35em;
}
#global-header #navigation-wrapper .nav-dropdown li a {
  display: block;
  padding: 0.5em 1.1em 0.5em 1.1em;
  color: #262626;
}
#global-header #navigation-wrapper .nav-dropdown li a:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}
.ie8 p#logo a,
.ie7 p#logo a {
  background-image: url("/ui/2013/images/navigation/logo-desktop.jpg") !important;
}
#global-nav .for-causes #navigation-wrap ul li {
  font-size: 0.9em;
}
#global-nav .for-causes #navigation-wrap ul li.help a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAAEX2zkjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFAAAAmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZZKr2hgAAABB0Uk5TABAgMEBQYHCAj5+vv8/f7yMagooAAADJSURBVBgZ7cEBToMwAEDRD62wDUb//U8rhWQgq7Mmm4nG9+DAtmNHFnJPWUgWWUSKkid2lBs7nqZVboyT7MhGuUmykc/Iz7i44iBqA2iiSAcKknYU6IlvicpfdlGnhjuuAgdXHehUDlSgV4qiUjQqJUGvFASVglalRKVI5UlUilT+vVaIs5Y6Zzcp8pU3P5oaHmrMzmRNcjbyUBhnF1bRjHq9s0S13qyjUkjOUqBOSGYdlQazQK1g1lItjBkvFM2oF82oF834Ld4ByFUMypaCMBkAAAAASUVORK5CYII=) !important;
  background-position: left 0.9em;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
#global-nav .for-causes #navigation-wrap ul li.login a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAHSK9QiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADBQTFRFAAAAmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZsvyjQQAAAA90Uk5TABAgMEBQYHCAj5+vv9/voJRnwwAAAPlJREFUOMvVUlEOwUAQHSRSNPrtQ/QGHMENuIIbOIG4AUdwAr789wBNegU3IIhIqEd3ttspLf0h8ZLNzntvO53ZWaIYjl7YUdX3jExIli1158Yb1GbtmAD0AY46ScGRs5+lyJsNjCOLk/kPUEFU10lcB/aG2E/kkJwL0DOxBRx1WIEC1zVgAvo+WtMkrkHU5sTFvCfdXKcBuGKsshlJ2oAnkgEbjpt8BQtFVkz0DOXt+Br0b5gAYS9DV7O/ZhiBarpf3NBPavr6Ra6hLv2U9dIjw8vqY5b3TqOZuS9qeck/D0cpuTSDQTgUx7eQmBujk9JxSdUj8at53gElTuwF13FRoQAAAABJRU5ErkJggg==) !important;
  background-position: left 0.9em;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
#jg-responsive-homepage .nav-home {
  border-bottom-color: #ad29b6 !important;
}
#v4-nav-spacer {
  height: 3.9em;
}
.nav4-dropdown-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1048;
}
#global-headerV4 {
  margin-bottom: 1px;
  z-index: 1048;
  position: relative;
}
#global-headerV4 > .pure-container {
  background-color: rgba(255, 255, 255, 0.95);
}
#global-headerV4 #nav-section1,
#global-headerV4 #nav-section2 {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  border-bottom: 1px solid #e5e5e5;
}
#global-headerV4 #nav-section2 {
  background-color: #ffffff;
}
#global-headerV4 .nav-tbl {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#global-headerV4 .col-a,
#global-headerV4 .col-c,
#global-headerV4 .col-d {
  display: table-cell;
  vertical-align: middle;
}
#global-headerV4 .col-a {
  width: 60px;
}
#global-headerV4 .nav-l0-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
#global-headerV4 .nav-l0-wrap > div {
  vertical-align: bottom;
}
#global-headerV4 .nav-l0-wrap .image-wrap {
  width: 25px;
  height: 0;
  display: inline-block;
  padding-bottom: 25px;
}
#global-headerV4 .nav-home-icon,
#global-headerV4 .nav-settings-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  font-family: FontAwesome;
  font-size: 29px;
  position: relative;
}
#global-headerV4 .nav-settings-icon:before {
  content: "\f013";
  position: absolute;
  top: 6px;
  left: 0;
}
#global-headerV4 .nav-home-icon:before {
  content: "\f0d8";
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 42px;
}
#global-headerV4 .nav-home-icon:after {
  content: "\f04c";
  position: absolute;
  bottom: 1px;
  left: 4px;
  font-size: 19px;
}
#global-headerV4 .nav-l0 {
  min-height: 51px;
}
#global-headerV4 .nav-home,
#global-headerV4 .nav-updates,
#global-headerV4 .nav-setup,
#global-headerV4 .nav-me {
  color: #999999;
  display: block;
  border-bottom-width: 4px;
  border-bottom-width: 0.21428571428571427rem;
  padding-top: 12px;
  padding-top: 0.6428571428571428rem;
  padding-bottom: 8px;
  padding-bottom: 0.42857142857142855rem;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
  cursor: pointer;
}
#global-headerV4 a.nav-home:hover,
#global-headerV4 a.nav-updates:hover,
#global-headerV4 a.nav-setup:hover,
#global-headerV4 a.nav-me:hover {
  color: #262626;
  border-bottom-color: #999999;
  text-decoration: none;
}
#global-headerV4 .nav-updates-badge {
  position: absolute;
  background-color: #ad29b6;
  color: #ffffff;
  top: 15%;
  left: 45%;
  padding: 0px 4px;
  border-radius: 1em;
  font-size: 0.8em;
}
#global-headerV4 .nav-l1-wrap:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  top: -20px;
  left: 83.33333333%;
  border: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  margin-left: -10px;
}
#global-headerV4 .nav-l1-wrap {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  top: 120%;
  left: 0;
  right: 0;
  list-style-type: none;
  padding: 0 0 0 0;
  margin: 10px 0 0 0;
  transition: top 0.4s, opacity 0.2s, visibility 0.2s;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
#global-headerV4 .nav-l1-row {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}
#global-headerV4 .nav-buttons-wrap {
  padding: 15px;
  padding: 0.8571428571428571rem;
}
#global-headerV4 .nav-last-row {
  padding: 15px;
  padding: 0.8571428571428571rem;
  color: #999999;
}
#global-headerV4 .nav-last-row a {
  color: #999999;
}
#global-headerV4 .nav-last-row a:hover {
  color: #737373;
}
#global-headerV4 .nav-l1 {
  display: block;
  padding: 15px;
  padding: 0.8571428571428571rem;
  color: #999999;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.2s;
}
#global-headerV4 .nav-l1:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 2em;
  position: absolute;
  right: 0.8em;
}
#global-headerV4 .nav-l1:hover {
  background-color: #f5f5f5;
  color: #737373;
  text-decoration: none;
}
#global-headerV4 .nav-me-wrap.nav4-dropdown-active .nav-l1-wrap {
  visibility: visible;
  top: 100%;
  opacity: 1;
}
@media (max-width: 768px) {
  #global-headerV4 > .pure-container > .container {
    margin-left: -0.9375%;
    margin-right: -0.9375%;
  }
}
@media (min-width: 550px) {
  #global-headerV4 #nav-section1 {
    width: 62%;
    border-bottom: 0;
  }
  #global-headerV4 #nav-section2 {
    width: 37%;
    border-bottom: 0;
    background-color: transparent;
  }
  #global-headerV4 .nav-l0-wrap {
    max-width: 190px;
  }
  #global-headerV4 .nav-l1-wrap:before {
    left: 85%;
  }
  #global-headerV4 .nav-l1-wrap {
    left: -20%;
  }
  #global-headerV4 .nav-home,
  #global-headerV4 .nav-updates,
  #global-headerV4 .nav-setup,
  #global-headerV4 .nav-me {
    color: #999999;
    border-bottom-color: transparent;
  }
  #global-headerV4 a.nav-home:hover,
  #global-headerV4 .nav-updates:hover,
  #global-headerV4 .nav-setup:hover,
  #global-headerV4 a.nav-me:hover {
    color: #262626;
  }
}
@media (min-width: 768px) {
  #global-headerV4 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #dddddd;
  }
  #global-headerV4 #nav-section1 {
    width: 46.5%;
  }
  #global-headerV4 #nav-section2 {
    width: 52.5%;
  }
  #global-headerV4 .col-b {
    display: table-cell;
    width: 183px;
  }
}
@media (min-width: 980px) {
  #global-headerV4 .nav-l0-wrap {
    max-width: 230px;
  }
  #global-headerV4 .nav-l1-wrap:before {
    left: 84%;
  }
  #global-headerV4 .nav-l1-wrap {
    left: -5%;
  }
}
@media (min-width: 1220px) {
  #global-headerV4 #nav-section1 {
    width: 40%;
  }
  #global-headerV4 #nav-section2 {
    width: 59%;
  }
}
#global-headerV4 #nav-logo {
  padding-left: 32px;
  height: 32px;
  width: 0;
  display: inline-block;
  overflow: hidden;
  text-indent: 999px;
  background-image: url('/ui/2013/images/icons/G-01.png');
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIzMy4xNTlweCIgaGVpZ2h0PSIzMy4xNTlweCIgdmlld0JveD0iMCAwIDMzLjE1OSAzMy4xNTkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMzLjE1OSAzMy4xNTkiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBmaWxsPSIjNzgyMTY4IiBkPSJNMzEuMzEyLDE0LjA1M0gyMC43NjhsLTYuMTYxLDYuMTg5aDguNDYxYy0xLjExMSwyLjQ3OS0zLjU4NywzLjg0Ni02LjQ3MywzLjg0NgoJYy0zLjkwOCwwLTcuMDktMy4zNTctNy4wOS03LjI1OWMwLTMuOTEyLDMuMTgyLTcuMTgyLDcuMDktNy4xODJjMS40MjUsMCwyLjc1LDAuMzcxLDMuODUxLDEuMDkzbDUuNzA4LTUuNzI5CgljLTIuNjA3LTIuMTQxLTUuOTM4LTMuNDM1LTkuNTc0LTMuNDM1Yy04LjMzNiwwLTE1LjA5Miw2Ljc0Ny0xNS4wOTIsMTUuMDg4YzAsOC4zMjUsNi43NTYsMTUuMDg3LDE1LjA5MiwxNS4wODcKCXMxNS4wOTItNi40MjksMTUuMDkyLTE0Ljc2QzMxLjY3MSwxNS44NjUsMzEuNTQ0LDE1LjI5MiwzMS4zMTIsMTQuMDUzeiIvPgo8L3N2Zz4K), none;
}
.footer {
  background-color: white;
  padding-top: 0 !important;
}
.footer .links-container {
  padding-top: 31px;
  padding-top: 1.7142857142857142rem;
}
.footer .links-container .footer-header-container {
  height: 50px;
}
.footer .charities {
  background: #2ebee5;
  position: relative;
}
.footer .charities p {
  color: #fff;
}
.footer .charities li a {
  color: #fff;
}
.footer .charities:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 38px 38px 0 0;
  border-style: solid;
  border-color: #269fbf #ffffff;
}
.footer h2 {
  color: #000;
  font-size: 18.4px;
  margin-bottom: 5px;
  font-weight: 300;
}
.footer ul {
  padding: 0;
  list-style-type: none;
}
.footer ul li a {
  color: #000;
  line-height: 23px;
  line-height: 1.2857142857142856rem;
}
.footer ul li a:link,
.footer ul li a:visited {
  border-bottom: none;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer .social-links-wrap {
  border-top: 1px solid #ffffff;
  overflow: hidden;
  margin-bottom: 2em;
}
.footer .social-links-wrap h2 {
  float: left;
}
.footer .social-links-wrap .global-justgiving {
  margin-top: 2em;
}
.footer .social-links-wrap .global-justgiving p {
  padding-top: 0.2em;
}
.footer .social-links-wrap .global-justgiving p a {
  color: #ffffff;
  font-weight: 300;
}
.footer .social-links-wrap .social-links {
  margin-top: 2em;
  float: right;
  width: 264px;
}
.footer .social-links-wrap li {
  float: left;
  margin-left: 0.8em;
}
.footer .social-links-wrap li a {
  display: block;
  width: 2em;
  height: 1.9em;
  background-repeat: no-repeat;
  background-position: left top;
}
.footer .hygiene-links ul {
  overflow: hidden;
}
.footer .hygiene-links ul li {
  float: left;
  margin-right: 1.8em;
}
.footer .hygiene-links img {
  margin-bottom: 0;
}
.footer.text-small {
  line-height: 1.8em;
}
@media (min-width: 980px) {
  .social-links {
    width: 286px !important;
  }
}
#header-search-wrap {
  position: absolute;
  top: -150%;
  padding: 10px;
  left: -0.9375%;
  right: -0.9375%;
  background-color: #ffffff;
  border-bottom: 1px solid #e9e9e9;
  margin-top: 1px;
}
#header-search-wrap.open {
  top: 100%;
}
#header-search-wrap.open span.triangle-up {
  display: block;
  left: initial;
  bottom: initial;
  top: -7px;
  right: 113px;
}
#header-search-wrap.open span.triangle-behind {
  top: -9px !important;
}
.one-search-wrap-inner {
  border: 1px solid #cccccc;
  padding: 0px 10px;
  padding-right: 35px;
  padding-right: 1.9285714285714284rem;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #ffffff;
  position: relative;
  transition: border-color 0.3s ease-in-out;
}
.one-search-wrap-inner.focused {
  border-color: #129fea;
}
.charity-search {
  width: 100%;
  padding: 9px !important;
  padding: 0.5142857142857142rem !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: none !important;
  background-color: transparent;
}
.icon > span {
  display: none !important;
}
.one-search-btn {
  border: none;
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAAEX2zkjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFAAAAmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZZKr2hgAAABB0Uk5TABAgMEBQYHCAj5+vv8/f7yMagooAAAEmSURBVBgZ7cFbkpswAADBAWGQxUNz/9NGBFxBtvEuqXwkVemGFwM/ZVZJTkimkJbVzC7wyoKdFLIZZJCK/LassmsEZCOFbGICZGdCeYgZZw6MHPT8MZ3FwLNZWyArlWTPRjlaZKdUtGGlLbXBXeaEjrzXaODfldSl4Vlwc+eJjkCvNyrZyKpVKsom23KkbKIDR8om2nGkbJTK5MJqUGpqR7vowBMfAk/ayenGTRveisp7o/LerLyX+e9buj7GruVbmtFf8o0vhOxqjENMi6s7n0SLnod2VpeGU726cNSrM6cmtaGS1I4z6kItqpEzkxqozGrgTLAIHIxq4lywWAK7u0Xio+SLG5+FyYelD1nNgQt6i7nhgmSRuKCZLXouCFkjlzT8zX4AyZ0SP79KijkAAAAASUVORK5CYII=");
  background-position: center center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  text-indent: 999px;
  overflow: hidden;
  width: 35px;
  width: 1.9285714285714284rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.one-search-btn.highlight {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAAEX2zkjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFAAAAJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYm+NZmHAAAABB0Uk5TABAgMEBQYHCAj5+vv8/f7yMagooAAAEmSURBVBgZ7cFbkpswAADBAWGQxUNz/9NGBFxBtvEuqXwkVemGFwM/ZVZJTkimkJbVzC7wyoKdFLIZZJCK/LassmsEZCOFbGICZGdCeYgZZw6MHPT8MZ3FwLNZWyArlWTPRjlaZKdUtGGlLbXBXeaEjrzXaODfldSl4Vlwc+eJjkCvNyrZyKpVKsom23KkbKIDR8om2nGkbJTK5MJqUGpqR7vowBMfAk/ayenGTRveisp7o/LerLyX+e9buj7GruVbmtFf8o0vhOxqjENMi6s7n0SLnod2VpeGU726cNSrM6cmtaGS1I4z6kItqpEzkxqozGrgTLAIHIxq4lywWAK7u0Xio+SLG5+FyYelD1nNgQt6i7nhgmSRuKCZLXouCFkjlzT8zX4AyZ0SP79KijkAAAAASUVORK5CYII=");
}
.one-search-btn-fa {
  border: none;
  background-color: transparent;
  overflow: hidden;
  width: 35px;
  width: 1.9285714285714284rem;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  padding-bottom: 3px;
  color: #c9c9c9;
}
.one-search-btn-fa.highlight {
  color: #262626;
}
.jg-charitysearch-container {
  width: 100% !important;
}
@media (min-width: 320px) {
  .one-search-btn-fa {
    right: 0;
  }
}
@media (min-width: 768px) {
  .charity-search {
    padding: 6px !important;
    padding: 0.3428571428571429rem !important;
  }
}
/* ass .native-css-slidedown to an element which uses the nh-hide or ng-show directive to make it slide in and out of existence */
.native-css-slidedown {
  transition: all linear 0.2s;
}
.native-css-slidedown.ng-hide-add,
.native-css-slidedown.ng-hide-remove {
  display: block!important;
}
.native-css-slidedown.ng-hide {
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0px;
  opacity: 0;
}
[remaining-character-count] {
  padding-right: 31px !important;
  padding-right: 1.7142857142857142rem !important;
}
.cards-wrap-js,
.cards-wrap-nojs {
  position: relative;
}
.cards-wrap-js .content,
.cards-wrap-nojs .content {
  position: static !important;
}
.cards-wrap-js .content .card,
.cards-wrap-nojs .content .card {
  background-color: #ffffff;
  margin-bottom: 23px;
  margin-bottom: 1.2857142857142856rem;
}
.cards-wrap-js .content .card.border-grey,
.cards-wrap-nojs .content .card.border-grey {
  border: 1px solid #cccccc;
}
.cards-wrap-js .content .card .card-content,
.cards-wrap-nojs .content .card .card-content {
  word-break: break-word;
  padding: 15px;
  padding: 0.8571428571428571rem;
}
.cards-wrap-js .card.card-donation-prompt,
.cards-wrap-nojs .card.card-donation-prompt {
  border-bottom: 2px solid #cccccc;
}
.cards-wrap-js .card.card-donation-prompt .charity-donation-prompts,
.cards-wrap-nojs .card.card-donation-prompt .charity-donation-prompts {
  width: 76%;
  margin: 0 auto;
}
.cards-wrap-js .card.card-donation-prompt .charity-donation-prompts .amount,
.cards-wrap-nojs .card.card-donation-prompt .charity-donation-prompts .amount {
  text-align: center;
}
.cards-wrap-js .card.card-donation-prompt .charity-donation-prompts .amount h3,
.cards-wrap-nojs .card.card-donation-prompt .charity-donation-prompts .amount h3 {
  display: inline-block;
  padding-top: 27px !important;
  padding-top: 1.5rem !important;
  margin-bottom: 0;
}
.cards-wrap-js .card.card-donation-prompt .charity-donation-prompts .amount h3 a,
.cards-wrap-nojs .card.card-donation-prompt .charity-donation-prompts .amount h3 a {
  font-weight: 300 !important;
  font-weight: bold;
  text-align: center !important;
  color: #ad29b6;
  font-size: 46px;
  font-size: 2.571428571428571rem;
}
.cards-wrap-js .card.card-donation-prompt .charity-donation-prompts .amount div,
.cards-wrap-nojs .card.card-donation-prompt .charity-donation-prompts .amount div {
  display: inline;
}
.cards-wrap-js .card.card-donation-prompt .charity-donation-prompts p,
.cards-wrap-nojs .card.card-donation-prompt .charity-donation-prompts p {
  text-align: center !important;
  width: 0 auto;
  margin-top: 15px !important;
  margin-top: 0.8571428571428571rem !important;
  margin-left: 31px !important;
  margin-left: 1.7142857142857142rem !important;
  margin-right: 31px !important;
  margin-right: 1.7142857142857142rem !important;
  padding-bottom: 0px !important;
  padding-bottom: 0rem !important;
}
.cards-wrap-js .card-CharDesc,
.cards-wrap-nojs .card-CharDesc {
  border-bottom: 2px solid #cccccc;
}
.cards-wrap-js .card-CharDesc .description,
.cards-wrap-nojs .card-CharDesc .description {
  margin-bottom: 31px;
  margin-bottom: 1.7142857142857142rem;
}
.cards-wrap-js .card-CharDesc .description p,
.cards-wrap-nojs .card-CharDesc .description p {
  display: inline;
}
.cards-wrap-js .card-fundraiser,
.cards-wrap-nojs .card-fundraiser {
  border: none;
  border-bottom: 2px solid #4b6ea8;
  transition: border-bottom 0.8s;
}
.cards-wrap-js .card-fundraiser .block-footer,
.cards-wrap-nojs .card-fundraiser .block-footer {
  padding: 8px;
  padding: 0.42857142857142855rem;
  padding-left: 15px;
  padding-left: 0.8571428571428571rem;
  padding-right: 15px;
  padding-right: 0.8571428571428571rem;
  border-radius: -10px;
  -moz-border-radius: -10px;
  -webkit-border-radius: -10px;
}
@media handheld {
  .cards-wrap-js .card-fundraiser,
  .cards-wrap-nojs .card-fundraiser {
    border-bottom: 2px solid #237be5;
  }
}
.cards-wrap-js .card-fundraiser .image-wrap,
.cards-wrap-nojs .card-fundraiser .image-wrap {
  border-bottom: 1px solid #f2f2f2;
}
.cards-wrap-js .card-donor-message,
.cards-wrap-nojs .card-donor-message {
  margin-bottom: 31px !important;
  margin-bottom: 1.7142857142857142rem !important;
  position: relative;
}
.cards-wrap-js .card-donor-message:after,
.cards-wrap-nojs .card-donor-message:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-width: 15px;
  border-width: 0.8571428571428571rem;
  left: 0;
  bottom: -15px;
  bottom: -0.8571428571428571rem;
  border-color: transparent;
  border-style: solid;
  border-left-color: #ffffff;
  z-index: -1;
}
.card-personal {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}
.card-personal .card-header {
  padding: 15px;
  padding: 0.8571428571428571rem;
  padding-left: 0px;
  padding-right: 0px;
}
.card-personal .card-content {
  padding: 15px;
  padding: 0.8571428571428571rem;
}
.card-personal .card-content > p {
  height: 69px;
  height: 3.8571428571428568rem;
  overflow: hidden;
}
.cards .show-more-button {
  height: 55px;
}
/*
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2013 Hakim El Hattab, http://hakim.se
 */
.ladda-button {
  position: relative;
}
.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
  opacity: 0;
  pointer-events: none;
}
.ladda-button .ladda-label {
  position: relative;
  z-index: 3;
}
.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.1s linear all !important;
  -moz-transition: 0.1s linear all !important;
  -ms-transition: 0.1s linear all !important;
  -o-transition: 0.1s linear all !important;
  transition: 0.1s linear all !important;
}
.ladda-button[data-loading] .ladda-progress {
  opacity: 1;
  visibility: visible;
}
.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}
.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-spinner,
.ladda-button[data-style=zoom-out] .ladda-label {
  -webkit-transition: 0.3s ease all !important;
  -moz-transition: 0.3s ease all !important;
  -ms-transition: 0.3s ease all !important;
  -o-transition: 0.3s ease all !important;
  transition: 0.3s ease all !important;
}
.ladda-button[data-style=expand-right] .ladda-spinner {
  right: 14px;
}
.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
  right: 4px;
}
.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px;
}
.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-right][data-loading][data-size="s"],
.ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
  padding-right: 40px;
}
.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 14px;
}
.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
  left: 4px;
}
.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 56px;
}
.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-left][data-loading][data-size="s"],
.ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
  padding-left: 40px;
}
.ladda-button[data-style=expand-up] {
  overflow: hidden;
}
.ladda-button[data-style=expand-up] .ladda-spinner {
  top: -32px;
  left: 50%;
  margin-left: -16px;
}
.ladda-button[data-style=expand-up][data-loading] {
  padding-top: 54px;
}
.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
  opacity: 1;
  top: 14px;
  margin-top: 0;
}
.ladda-button[data-style=expand-up][data-loading][data-size="s"],
.ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
  padding-top: 32px;
}
.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
  top: 4px;
}
.ladda-button[data-style=expand-down] {
  overflow: hidden;
}
.ladda-button[data-style=expand-down] .ladda-spinner {
  top: 62px;
  left: 50%;
  margin-left: -16px;
}
.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
  top: 40px;
}
.ladda-button[data-style=expand-down][data-loading] {
  padding-bottom: 54px;
}
.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-down][data-loading][data-size="s"],
.ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
  padding-bottom: 32px;
}
.ladda-button[data-style=slide-left] {
  overflow: hidden;
}
.ladda-button[data-style=slide-left] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-left] .ladda-spinner {
  left: 100%;
  margin-left: -16px;
}
.ladda-button[data-style=slide-left][data-loading] .ladda-label {
  opacity: 0;
  left: -100%;
}
.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}
.ladda-button[data-style=slide-right] {
  overflow: hidden;
}
.ladda-button[data-style=slide-right] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-right] .ladda-spinner {
  right: 100%;
  margin-left: -16px;
}
.ladda-button[data-style=slide-right][data-loading] .ladda-label {
  opacity: 0;
  left: 100%;
}
.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}
.ladda-button[data-style=slide-up] {
  overflow: hidden;
}
.ladda-button[data-style=slide-up] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-up] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  margin-top: 1em;
}
.ladda-button[data-style=slide-up][data-loading] .ladda-label {
  opacity: 0;
  top: -1em;
}
.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: -16px;
}
.ladda-button[data-style=slide-down] {
  overflow: hidden;
}
.ladda-button[data-style=slide-down] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-down] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  margin-top: -2em;
}
.ladda-button[data-style=slide-down][data-loading] .ladda-label {
  opacity: 0;
  top: 1em;
}
.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: -16px;
}
.ladda-button[data-style=zoom-out] {
  overflow: hidden;
}
.ladda-button[data-style=zoom-out] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -ms-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(2.5);
}
.ladda-button[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block;
}
.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.ladda-button[data-style=zoom-in] {
  overflow: hidden;
}
.ladda-button[data-style=zoom-in] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}
.ladda-button[data-style=zoom-in] .ladda-label {
  position: relative;
  display: inline-block;
}
.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -ms-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
}
.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.ladda-button[data-style=contract] {
  overflow: hidden;
  width: 100px;
}
.ladda-button[data-style=contract] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
}
.ladda-button[data-style=contract][data-loading] {
  border-radius: 50%;
  width: 52px;
}
.ladda-button[data-style=contract][data-loading] .ladda-label {
  opacity: 0;
}
.ladda-button[data-style=contract][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 0px 0px 3000px rgba(0, 0, 0, 0);
}
.ladda-button[data-style=contract-overlay] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
}
.ladda-button[data-style=contract-overlay][data-loading] {
  border-radius: 50%;
  width: 52px;
  box-shadow: 0px 0px 0px 3000px rgba(0, 0, 0, 0.8);
}
.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
  opacity: 0;
}
.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
  opacity: 1;
}
/* Care external button signin specific less*/
#popup-login-container #popup-login-branding {
  background: #ffffff;
  padding: 0.5em 4.1666% 0.5em 4.1666%;
}
#popup-login-container #popup-login-branding #nav-logo {
  padding-left: 31px;
  height: 32px;
  width: 0;
  display: inline-block;
  overflow: hidden;
  text-indent: 999px;
  background-image: url('/ui/2013/images/icons/G-01.png');
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIzMy4xNTlweCIgaGVpZ2h0PSIzMy4xNTlweCIgdmlld0JveD0iMCAwIDMzLjE1OSAzMy4xNTkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMzLjE1OSAzMy4xNTkiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBmaWxsPSIjNzgyMTY4IiBkPSJNMzEuMzEyLDE0LjA1M0gyMC43NjhsLTYuMTYxLDYuMTg5aDguNDYxYy0xLjExMSwyLjQ3OS0zLjU4NywzLjg0Ni02LjQ3MywzLjg0NgoJYy0zLjkwOCwwLTcuMDktMy4zNTctNy4wOS03LjI1OWMwLTMuOTEyLDMuMTgyLTcuMTgyLDcuMDktNy4xODJjMS40MjUsMCwyLjc1LDAuMzcxLDMuODUxLDEuMDkzbDUuNzA4LTUuNzI5CgljLTIuNjA3LTIuMTQxLTUuOTM4LTMuNDM1LTkuNTc0LTMuNDM1Yy04LjMzNiwwLTE1LjA5Miw2Ljc0Ny0xNS4wOTIsMTUuMDg4YzAsOC4zMjUsNi43NTYsMTUuMDg3LDE1LjA5MiwxNS4wODcKCXMxNS4wOTItNi40MjksMTUuMDkyLTE0Ljc2QzMxLjY3MSwxNS44NjUsMzEuNTQ0LDE1LjI5MiwzMS4zMTIsMTQuMDUzeiIvPgo8L3N2Zz4K), none;
}
#popup-login-container #popup-login-messaging {
  background: #b2d7ea;
  padding: 0.5em 4.1666% 0.5em 4.1666%;
}
#popup-login-container #popup-login-messaging p {
  margin-bottom: 8px;
  margin-bottom: 0.42857142857142855rem;
}
#popup-login-container #popup-login-messaging p b {
  font-weight: 400;
}
#popup-login-container .close-lightbox {
  display: none;
}
#popup-login-container .pure-container {
  padding: 0;
}
#popup-login-container .jg-login-wrapper {
  width: 100% !important;
}
#popup-login-container .jg-login-wrapper .floating-module-wrapper {
  box-shadow: none;
}
#popup-login-container .jg-login-wrapper > .pure-gutter {
  padding: 0;
}
/* END Care external button signin specific less*/
#global-footer-wrapper {
  display: none;
}
#global-nav {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.jg-login-wrapper h1 {
  color: #262626;
}
.jg-login-wrapper .jg-login-charity-display {
  position: relative;
  padding: 1em 4.1666%;
  background-color: #ffffff;
}
.jg-login-wrapper .jg-login-charity-display .text-container {
  padding-left: 0;
}
.jg-login-wrapper .jg-login-charity-display .img-container {
  display: none;
}
.jg-login-wrapper .jg-login-charity-display img {
  width: 120px;
  margin-right: 20px;
}
.jg-login-wrapper .jg-login-charity-display p {
  margin-bottom: 0px !important;
  margin-bottom: 0rem !important;
}
.jg-login-wrapper .jg-login-header {
  position: relative;
  padding: 1em 4.1666% 0 4.1666%;
  border-bottom: 1px solid #cccccc;
}
.jg-login-wrapper .jg-login-header .close-lightbox {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 25px;
  width: 24px;
  height: 24px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjYzN0IzOURFNjcyODExRTM5NzAyRTQ4MTNGM0QwNjRDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjYzN0IzOURGNjcyODExRTM5NzAyRTQ4MTNGM0QwNjRDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjM3QjM5REM2NzI4MTFFMzk3MDJFNDgxM0YzRDA2NEMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjM3QjM5REQ2NzI4MTFFMzk3MDJFNDgxM0YzRDA2NEMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz50Q4RRAAABZ0lEQVR42tSWO0sDQRRGd0OIIAjWFoKNoH8gjVbWpvGBREHQMthosFAQrCxULMRGUQsfRKws7IKttQGrYKOVjdgqyHpG7sIymcnMarbwwiHMFOdjd+beTRhFUZBl5YKMK/OAfHJxeXygfkZgDDZTurpgHc6gWV6stAZQRbiCPuiBqqe8ACdQhglYhVvTK+oXuaoV2EkpVzUAg7YzuIY5+PQMieWzsn6HEuy1O+QLWPAIMcmnoO5zi1whXnLTIeshgYgKEvIFW7DvI3cFmELU7RiHIR+5b6OpkHl4k3Usf5ErWe9EJ9fgUdu7h7tOjAr1as5hVNufhu2/Bui3pQkb8CHrqqsZ8ynkzzAJDXiC08TtCmxjJZdCXhL5z1z0bEZjgE3+8JuO1wN65dFd8nYhu4mB2RIwk5iKLrktZBmWbIdck49N0VOeDAnhEI5klBgDVOuvwXAKeVyqV7rhBl7jzfDf/6v4FmAAS9hiikOIbh8AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjYzN0IzOURFNjcyODExRTM5NzAyRTQ4MTNGM0QwNjRDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjYzN0IzOURGNjcyODExRTM5NzAyRTQ4MTNGM0QwNjRDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjM3QjM5REM2NzI4MTFFMzk3MDJFNDgxM0YzRDA2NEMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjM3QjM5REQ2NzI4MTFFMzk3MDJFNDgxM0YzRDA2NEMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz50Q4RRAAABZ0lEQVR42tSWO0sDQRRGd0OIIAjWFoKNoH8gjVbWpvGBREHQMthosFAQrCxULMRGUQsfRKws7IKttQGrYKOVjdgqyHpG7sIymcnMarbwwiHMFOdjd+beTRhFUZBl5YKMK/OAfHJxeXygfkZgDDZTurpgHc6gWV6stAZQRbiCPuiBqqe8ACdQhglYhVvTK+oXuaoV2EkpVzUAg7YzuIY5+PQMieWzsn6HEuy1O+QLWPAIMcmnoO5zi1whXnLTIeshgYgKEvIFW7DvI3cFmELU7RiHIR+5b6OpkHl4k3Usf5ErWe9EJ9fgUdu7h7tOjAr1as5hVNufhu2/Bui3pQkb8CHrqqsZ8ynkzzAJDXiC08TtCmxjJZdCXhL5z1z0bEZjgE3+8JuO1wN65dFd8nYhu4mB2RIwk5iKLrktZBmWbIdck49N0VOeDAnhEI5klBgDVOuvwXAKeVyqV7rhBl7jzfDf/6v4FmAAS9hiikOIbh8AAAAASUVORK5CYII=) 1x, url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAYVJREFUeNrsmcFNAzEQRT1bQUqADlICdABnLlmJIxKUQAd74YhELpyhA1pICZSQEjKWfMghXnvs/22E/CXLUWSN30vs7Drr3MjIyMifz+f720bbS4c571Ljpsx6i29a8KMVvHY/2r709W5trGQU89DnRfYPj09zA/jt2duzzrk3C1yAp0pE4FclppViV9rF1uAOvZwS8D7Ppj2gtr/a3Wo7siUy4A+BpWgPbEPxTWRI1XLKhdc5jkUCTIla+GwBhgQC3iSAlEDBmwUQEkj4IoEaCTR8sUCJBAO+SsAiwYKvFsiVCOBweIhApoRjwMMECiWq4aECRgkIPFwgSNwEiVg89DUC3nIis9weLIlhOWO67IHUTyXlUCSd4GESUwP4b+ahaCLD+0/4nnmyEzL8zD4USQt4poS0gmdJSEt4hoS0hkdLSA94pIT0gkdJSE94hIT0hq+VKL0Sw/+d1nqHxBUbtoTYzwcufRP2JRSRoMJHJOrnDM+rXl3DeAltixsZGfnfOQkwAMddSCT72TGpAAAAAElFTkSuQmCC) 2x);
  border-bottom: none;
  text-indent: -9999px;
}
.jg-login-wrapper .jg-login-header .close-lightbox:focus,
.jg-login-wrapper .jg-login-header .close-lightbox:active {
  background-color: transparent;
}
.jg-login-wrapper .message-area {
  position: relative;
}
.jg-login-wrapper .message-area .message {
  padding-left: 4.1666%;
  padding-rigjt: 4.1666%;
}
.jg-login-wrapper .jg-login-body {
  position: relative;
  padding: 1em 4.1666%;
}
.jg-login-wrapper .jg-login-body .inline-ajax-loader {
  background: #ffffff url(/ui/2013/images/icons/ajax-loader.gif) no-repeat 95% 50%;
  background-size: 24px 24px;
}
.jg-login-wrapper .jg-login-body #mode-login,
.jg-login-wrapper .jg-login-body #mode-register {
  margin-bottom: 0px !important;
  margin-bottom: 0rem !important;
}
.jg-login-wrapper .jg-login-body .xtr-lh {
  line-height: 22px !important;
  line-height: 1.1999999999999997rem !important;
}
.jg-login-wrapper .jg-login-body #facebook-login {
  margin-top: 15px;
  margin-top: 0.8571428571428571rem;
  margin-bottom: 23px;
  margin-bottom: 1.2857142857142856rem;
  line-height: 0;
}
.jg-login-wrapper .jg-login-body .jg-button-facebook {
  margin-bottom: 0;
}
.jg-login-wrapper .jg-login-body .welcome-back {
  margin-bottom: 23px;
  margin-bottom: 1.2857142857142856rem;
}
.jg-login-wrapper .jg-login-body .welcome-back .email-address {
  margin: 0.4em 0 0.5em 0;
}
.jg-login-wrapper .jg-login-body .welcome-back .small-form-text {
  margin-bottom: 0;
}
.jg-login-wrapper .jg-login-body .tos {
  border-top: 1px solid #cccccc;
  margin-bottom: 0;
}
.jg-login-wrapper .jg-login-body .split-divider span {
  display: inline-block;
}
.jg-login-wrapper .jg-login-body .split-divider .split-divider-before,
.jg-login-wrapper .jg-login-body .split-divider .split-divider-after {
  width: 205px;
  border-top: 1px solid #cccccc;
}
.jg-login-wrapper .jg-login-body .split-divider .split-divider-content {
  position: relative;
  top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
#password-reset-complete {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdDNDBDMENCMkFCMDExRTNBQThBOUM2NURDMkM2OTAxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdDNDBDMENDMkFCMDExRTNBQThBOUM2NURDMkM2OTAxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0M0MEMwQzkyQUIwMTFFM0FBOEE5QzY1REMyQzY5MDEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0M0MEMwQ0EyQUIwMTFFM0FBOEE5QzY1REMyQzY5MDEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7eIeJLAAADm0lEQVR42qyU+09TZxjHn3NpTw+0pwUsUC7KfcMgKLARFU38wR9kcSXMRZehIRkz2Q+7xO2XLcoAY2LiXzDUeMUQSTSKkcRIMofGEJCxlgpFNsMoBSothdPSnrvvW50KKnjZc/LmnPOc5PM+5/t8n5do7vwB5oUgcIwZJvgxsMalgqSIMCfMQralALatqYJ/Zt0QFPxAAAlJbDJcHjmPvuVDIDIDWeY8mApPQCA6A2vMuThXwOri0mn4n4ImaYhKEevAdN8hi8FiJN8XSBAEMJQBfOHJ7df/vnR7JDBaGxLmXO9VMUVSSB6CGJz5s2Fgqu+grAFdmlLcmMllN70zWEfpISTx1hsPr7Q4fa5qFeU+SMw5kmXJa+KFeaDfrVIagtFAUY+n+3RQ4MuQGlCWUnJ8S+b2gxRBg6AIbw9maAMsSPzWO57f20RFsKkaQCaX1vldecO3CewqkJGjkPJPwAR+QFXg+3LB0nHQ471VPTDdf0aUBU5B0JT4JHd9yfd16JsQlRZAQxcOkiRixiCnw97NOPn0/ZVQx6PemrPOljZBjnL493UUHfpi7VdflqZu9GmgPYPGgLIqW+94uk5dGm77w+0fPKZpoKdJ3SKogWbB4eurbh9uPa9pKkOhvUUFwJ6/60c0QPcWpPDLvnb7Hb+4/f/uMzIAyIM/KZpaVJJcvl9PMePYoywdD4Mz/VUXhy+0gqawGBqVAcptpec++7CuRVLFmJeXykg1/vyr676/d2sgwqcxSHH/wmzeZHjsEzOT4ECVjvVOdpe1D529KqmSiUZQGfnKqGdHv15/4HOOsUQichgwfOkibjquwOCjflur63iHh/eWMRQAbgpJAL/OuuHo6OxwbUiMFGIoVhCB1T2Fe3eW2yqvR5XI6yeyc6AdJkMe4MVg+jnnb9cmQlPrMRxDFDW2QWzhEJCuhUkFJ/cWfVOvaMqiZi2NmAXwaWZmEidqi/Z/ajOmOnFjiNjB8hyK/4LTx01X5e5qQH1AlctoY+W165m3kNkhkV01viPHXmPSxz/AWr4Y+L0ivfJwqjHDixuFR3q5tWjyJEXCfh2tSNtk752628ELoVxctYSgGaaUv3YX1p/QIStiGVY8RpcmZE2GeJ1pqMJWae/x3u7gxVA2zhcnf9Q8NvdAEGMjC28P/g9u1JtcH6dttqMzoUtP0b4EQ9JV5JBlG7Yi+ImmCK7jnJnc6t35CWsTM0xZMu7Dm8ZjAQYAqeqqc8u51iIAAAAASUVORK5CYII=);
  background-position: top right;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .jg-login-header,
  .jg-login-body {
    background: #e6e4de !important;
  }
  #global-footer-wrapper {
    display: none;
  }
  .jg-login-wrapper .jg-login-body .split-divider .split-divider-before,
  .jg-login-wrapper .jg-login-body .split-divider .split-divider-after {
    display: none;
  }
  #login-container {
    padding: 0;
  }
  #login-container .jg-login-wrapper > .pure-gutter {
    padding: 0;
  }
  #login-container label[for="remember0"] {
    display: none;
  }
  #login-container .pure-control-group [class^="pure-u-"] {
    margin-bottom: 15px;
    margin-bottom: 0.8571428571428571rem;
  }
  #login-container .pure-control-group [class^="pure-u-"]:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  html {
    height: 100%;
  }
  body {
    position: relative;
    height: 100%;
  }
  #page-decoration {
    background: url('/ui/2013/images/page-backgrounds/login-runners-3-1976x1037.jpg') bottom center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    z-index: -1;
  }
  .jg-login-wrapper {
    width: 508px !important;
  }
  .jg-login-wrapper .jg-login-header .close-lightbox {
    top: 22px;
  }
  .jg-login-wrapper .jg-login-charity-display .text-container {
    display: table-cell;
    vertical-align: middle;
  }
  .jg-login-wrapper .jg-login-charity-display .img-container {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
  }
  .jg-login-wrapper .jg-login-charity-display .img-container .img-container-inner {
    width: 120px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .jg-login-wrapper .jg-login-header .close-lightbox {
    top: 20px;
  }
  .jg-login-wrapper .jg-login-body .split-divider .split-divider-before,
  .jg-login-wrapper .jg-login-body .split-divider .split-divider-after {
    width: 208px;
  }
}
/* View Specific IE Fixes */
.ie8 #page-decoration {
  background: url('/ui/2013/images/page-backgrounds/login-runners-3-1976x1037.jpg') bottom center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  z-index: -1;
}
.ie8 .jg-login-header,
.ie8 .jg-login-body {
  background: #e9e9e9;
}
.ie8 .jg-login-wrapper .jg-login-charity-display .text-container {
  display: table-cell;
}
.ie8 .jg-login-wrapper .jg-login-charity-display .img-container {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.ie8 .jg-login-wrapper .jg-login-charity-display .img-container .img-container-inner {
  width: 120px;
  padding-right: 20px;
}
.ie8 .jg-login-wrapper .jg-login-body .inline-ajax-loader {
  background: #ffffff url(/ui/2013/images/icons/ajax-loader-small.gif) no-repeat 90% 50%;
}
.ie8 .jg-login-wrapper .jg-login-body .split-divider .split-divider-before,
.ie8 .jg-login-wrapper .jg-login-body .split-divider .split-divider-after {
  display: none;
}
.ie9 .jg-login-wrapper .jg-login-body .inline-ajax-loader,
.ie1 .jg-login-wrapper .jg-login-body .inline-ajax-loader {
  background: #ffffff url(/ui/2013/images/icons/ajax-loader.gif) no-repeat 90% 50%;
  background-size: 24px 24px;
}
.caring-controls .jg-button-tertiary.jg-caring {
  border: 1px solid #cccccc !important;
}
.caring-controls .jg-button-tertiary.jg-caring span {
  color: #737373 !important;
}
.caring-controls .jg-button-tertiary.jg-caring,
.caring-controls .jg-button-tertiary.jg-caring:hover,
.caring-controls .jg-button-tertiary.jg-caring:active,
.caring-controls .jg-button-tertiary.jg-caring:focus {
  display: inline-block;
  width: 80px !important;
  padding: 8px;
  padding: 0.42857142857142855rem;
  line-height: 1rem;
  font-weight: 300;
  position: relative;
  background-color: #ffffff;
  box-shadow: none !important;
}
.caring-controls .jg-button-tertiary.jg-caring i.fa,
.caring-controls .jg-button-tertiary.jg-caring:hover i.fa,
.caring-controls .jg-button-tertiary.jg-caring:active i.fa,
.caring-controls .jg-button-tertiary.jg-caring:focus i.fa {
  position: absolute;
  left: 8px;
}
.caring-controls .jg-button-tertiary.jg-care {
  /* outline care heart */
}
.caring-controls .jg-button-tertiary.jg-care .fa-heart-o {
  color: #bf60bf;
}
.caring-controls .jg-button-tertiary.jg-care span {
  position: relative;
  left: 5px;
}
.caring-controls .jg-button-tertiary.jg-caring:hover {
  border: 1px solid #bf60bf !important;
  background-color: #ffffff;
}
.caring-controls .jg-button-tertiary.jg-caring:hover .fa-heart-o {
  color: #bf60bf;
}
.caring-controls .jg-button-tertiary.jg-caring:hover span {
  color: #bf60bf !important;
}
.caring-controls .jg-button-tertiary.jg-i-care {
  color: #ffffff !important;
  background-color: #bf60bf !important;
  border: 1px solid #bf60bf !important;
}
.caring-controls .jg-button-tertiary.jg-i-care span {
  color: #ffffff !important;
  position: relative;
  left: 8px;
}
.caring-controls .jg-button-tertiary.jg-i-care:hover {
  border: 1px solid #bf60bf !important;
}
.caring-controls .jg-button-tertiary.jg-i-care:hover span {
  color: #ffffff !important;
}
.caring-controls .counter {
  line-height: 1rem !important;
  margin-left: 5px;
  position: relative;
  display: inline-block;
  padding: 8px;
  padding: 0.42857142857142855rem;
  border: 1px solid #cccccc;
  color: #737373;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.caring-controls .triangle-left {
  position: absolute;
  z-index: 11;
  left: -4px;
  top: 8px;
  height: 0;
  width: 0;
  border-top: 5px solid transparent;
  border-right: 6px solid #ffffff;
  border-bottom: 5px solid transparent;
}
.caring-controls .triangle-left-behind {
  position: absolute;
  z-index: 10;
  left: -6px;
  top: 8px;
  height: 0;
  width: 0;
  border-top: 5px solid transparent;
  border-right: 6px solid #cccccc;
  border-bottom: 5px solid transparent;
}
@media (min-width: 768px) {
  .caring-controls .triangle-left {
    left: -4px;
    top: 9px;
  }
  .caring-controls .triangle-left-behind {
    left: -6px;
    top: 9px;
  }
}
@media (min-width: 980px) {
  .caring-controls .triangle-left {
    left: -5px;
    top: 10px;
  }
  .caring-controls .triangle-left-behind {
    left: -7px;
    top: 10px;
  }
}
.ie8 .caring-controls a.pure-button.jg-button-tertiary:hover {
  background: #ffffff !important;
  filter: ;
}
.ie8 .caring-controls a.pure-button.jg-button-tertiary.jg-i-care:hover {
  background-color: #bf60bf !important;
}
.ie8 .caring-controls .counter {
  line-height: 1.7 !important;
  height: 23px;
}
.ie8 .caring-controls .triangle-left {
  top: 15px;
}
.ie8 .caring-controls .triangle-left-behind {
  top: 15px;
}
.ie9 .caring-controls a.pure-button.jg-button-tertiary:hover {
  filter: ;
}
body:after {
  content: "phone";
  position: absolute;
  top: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
}
.fundraiser h3.block-heading {
  font-size: 16px;
}
.block-amount-raised {
  font-size: 12px;
}
.phone-display-none {
  display: none;
}
.phone-text-right {
  text-align: right;
}
.phone-text-center {
  text-align: center;
}
.phone-text-left {
  text-align: left;
}
.phone-margin-bottom-0 {
  margin-bottom: 0 !important;
}
.phone-margin-bottom-1 {
  margin-bottom: 8px !important;
  margin-bottom: 0.42857142857142855rem !important;
}
.phone-margin-bottom-2 {
  margin-bottom: 15px !important;
  margin-bottom: 0.8571428571428571rem !important;
}
.phone-margin-bottom-3 {
  margin-bottom: 23px !important;
  margin-bottom: 1.2857142857142856rem !important;
}
.phone-margin-bottom-4 {
  margin-bottom: 31px !important;
  margin-bottom: 1.7142857142857142rem !important;
}
.phone-margin-bottom-5 {
  margin-bottom: 39px !important;
  margin-bottom: 2.142857142857143rem !important;
}
.phone-margin-bottom-6 {
  margin-bottom: 46px !important;
  margin-bottom: 2.571428571428571rem !important;
}
.phone-margin-top-0 {
  margin-top: 0 !important;
}
.phone-margin-top-1 {
  margin-top: 8px !important;
  margin-top: 0.42857142857142855rem !important;
}
.phone-margin-top-2 {
  margin-top: 15px !important;
  margin-top: 0.8571428571428571rem !important;
}
.phone-margin-top-3 {
  margin-top: 23px !important;
  margin-top: 1.2857142857142856rem !important;
}
.phone-margin-top-4 {
  margin-top: 31px !important;
  margin-top: 1.7142857142857142rem !important;
}
.phone-margin-top-5 {
  margin-top: 39px !important;
  margin-top: 2.142857142857143rem !important;
}
.phone-margin-top-6 {
  margin-top: 46px !important;
  margin-top: 2.571428571428571rem !important;
}
.phone-padding-bottom-0 {
  padding-bottom: 0 !important;
}
.phone-padding-bottom-1 {
  padding-bottom: 8px !important;
  padding-bottom: 0.42857142857142855rem !important;
}
.phone-padding-bottom-2 {
  padding-bottom: 15px !important;
  padding-bottom: 0.8571428571428571rem !important;
}
.phone-padding-bottom-3 {
  padding-bottom: 23px !important;
  padding-bottom: 1.2857142857142856rem !important;
}
.phone-padding-bottom-4 {
  padding-bottom: 31px !important;
  padding-bottom: 1.7142857142857142rem !important;
}
.phone-padding-bottom-5 {
  padding-bottom: 39px !important;
  padding-bottom: 2.142857142857143rem !important;
}
.phone-padding-bottom-6 {
  padding-bottom: 46px !important;
  padding-bottom: 2.571428571428571rem !important;
}
.phone-padding-top-0 {
  padding-top: 0 !important;
}
.phone-padding-top-1 {
  padding-top: 8px !important;
  padding-top: 0.42857142857142855rem !important;
}
.phone-padding-top-2 {
  padding-top: 15px !important;
  padding-top: 0.8571428571428571rem !important;
}
.phone-padding-top-3 {
  padding-top: 23px !important;
  padding-top: 1.2857142857142856rem !important;
}
.phone-padding-top-4 {
  padding-top: 31px !important;
  padding-top: 1.7142857142857142rem !important;
}
.phone-padding-top-5 {
  padding-top: 39px !important;
  padding-top: 2.142857142857143rem !important;
}
.phone-padding-top-6 {
  padding-top: 46px !important;
  padding-top: 2.571428571428571rem !important;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.footer {
  padding-bottom: 3em;
}
.footer .hygiene-links ul {
  float: none;
}
.footer .hygiene-links ul li {
  float: none;
}
.footer ul.footer-social li {
  float: left;
  margin-right: 1.8em;
}
.homepage-search {
  height: auto;
}
.homepage-search h1 {
  font-size: 1.6em;
  font-weight: 400;
}
.homepage-search h2 {
  font-weight: 400;
  font-size: 1.2em;
}
.homepage-search form button {
  margin-top: 0!important;
}
@media (min-width: 320px) {
  a.pure-button {
    width: auto !important;
  }
}
#main-content {
  position: relative;
}
.cards-wrap-js .content.monthly {
  display: none;
}
.cards .loader {
  padding: 0;
  color: white;
  text-align: center;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: url('/ui/2013/images/icons/ajax-loader-small.gif') no-repeat center !important;
  height: 100px;
}
/*.search-group-container span.rightArrow {
		background: url("/ui/2013/images/icons/back-mobile.png") no-repeat center left !important;
		padding-left: 0.4em;
	}*/
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
  body:after {
    content: "tablet";
  }
  h1.impact-header {
    font-size: 2.65436em;
    line-height: 54px;
    line-height: 3rem;
  }
  h3 {
    font-size: 1.42857em;
  }
  h4 {
    font-size: 1.21428em;
    line-height: 31px;
    line-height: 1.7142857142857142rem;
  }
  .text-small,
  .pure-form .pure-checkbox,
  .pure-form .pure-radio,
  .small-form-text,
  .optional,
  .count-container .char-count {
    font-size: 0.80555em;
    line-height: 15px;
    line-height: 0.8571428571428571rem;
  }
  .pure-container {
    padding-left: 15px;
    padding-left: 0.8571428571428571rem;
    padding-right: 15px;
    padding-right: 0.8571428571428571rem;
  }
  .pure-gutter,
  .pure-gutter-left {
    padding: 15px;
    padding: 0.8571428571428571rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .image-container-round {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    margin-bottom: 1em;
    border-radius: 50%;
  }
  .image-container-round img {
    position: absolute;
    max-width: none;
    max-height: 100%;
    height: auto !important;
    height: 100%;
  }
  .phone-display-none {
    display: block;
  }
  .tablet-text-right {
    text-align: right;
  }
  .tablet-text-center {
    text-align: center;
  }
  .tablet-text-left {
    text-align: left;
  }
  .tablet-margin-bottom-0 {
    margin-bottom: 0 !important;
  }
  .tablet-margin-bottom-1 {
    margin-bottom: 8px !important;
    margin-bottom: 0.42857142857142855rem !important;
  }
  .tablet-margin-bottom-2 {
    margin-bottom: 15px !important;
    margin-bottom: 0.8571428571428571rem !important;
  }
  .tablet-margin-bottom-3 {
    margin-bottom: 23px !important;
    margin-bottom: 1.2857142857142856rem !important;
  }
  .tablet-margin-bottom-4 {
    margin-bottom: 31px !important;
    margin-bottom: 1.7142857142857142rem !important;
  }
  .tablet-margin-bottom-5 {
    margin-bottom: 39px !important;
    margin-bottom: 2.142857142857143rem !important;
  }
  .tablet-margin-bottom-6 {
    margin-bottom: 46px !important;
    margin-bottom: 2.571428571428571rem !important;
  }
  .tablet-margin-top-0 {
    margin-top: 0 !important;
  }
  .tablet-margin-top-1 {
    margin-top: 8px !important;
    margin-top: 0.42857142857142855rem !important;
  }
  .tablet-margin-top-2 {
    margin-top: 15px !important;
    margin-top: 0.8571428571428571rem !important;
  }
  .tablet-margin-top-3 {
    margin-top: 23px !important;
    margin-top: 1.2857142857142856rem !important;
  }
  .tablet-margin-top-4 {
    margin-top: 31px !important;
    margin-top: 1.7142857142857142rem !important;
  }
  .tablet-margin-top-5 {
    margin-top: 39px !important;
    margin-top: 2.142857142857143rem !important;
  }
  .tablet-margin-top-6 {
    margin-top: 46px !important;
    margin-top: 2.571428571428571rem !important;
  }
  .tablet-padding-bottom-0 {
    padding-bottom: 0 !important;
  }
  .tablet-padding-bottom-1 {
    padding-bottom: 8px !important;
    padding-bottom: 0.42857142857142855rem !important;
  }
  .tablet-padding-bottom-2 {
    padding-bottom: 15px !important;
    padding-bottom: 0.8571428571428571rem !important;
  }
  .tablet-padding-bottom-3 {
    padding-bottom: 23px !important;
    padding-bottom: 1.2857142857142856rem !important;
  }
  .tablet-padding-bottom-4 {
    padding-bottom: 31px !important;
    padding-bottom: 1.7142857142857142rem !important;
  }
  .tablet-padding-bottom-5 {
    padding-bottom: 39px !important;
    padding-bottom: 2.142857142857143rem !important;
  }
  .tablet-padding-bottom-6 {
    padding-bottom: 46px !important;
    padding-bottom: 2.571428571428571rem !important;
  }
  .tablet-padding-top-0 {
    padding-top: 0 !important;
  }
  .tablet-padding-top-1 {
    padding-top: 8px !important;
    padding-top: 0.42857142857142855rem !important;
  }
  .tablet-padding-top-2 {
    padding-top: 15px !important;
    padding-top: 0.8571428571428571rem !important;
  }
  .tablet-padding-top-3 {
    padding-top: 23px !important;
    padding-top: 1.2857142857142856rem !important;
  }
  .tablet-padding-top-4 {
    padding-top: 31px !important;
    padding-top: 1.7142857142857142rem !important;
  }
  .tablet-padding-top-5 {
    padding-top: 39px !important;
    padding-top: 2.142857142857143rem !important;
  }
  .tablet-padding-top-6 {
    padding-top: 46px !important;
    padding-top: 2.571428571428571rem !important;
  }
  .charity-donation-prompts {
    min-height: 15px;
    min-height: 0.8571428571428571rem;
  }
  .mobile-sticky {
    position: relative;
    background: none;
    padding: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
  }
  .footer .hygiene-links ul li {
    float: left;
  }
  .footer ul.footer-social li {
    float: none;
    margin-right: 0;
  }
  p#logo {
    margin-left: 31px;
    margin-left: 1.7142857142857142rem;
  }
  p#logo a {
    width: 10.4em;
    height: 2em;
    background-size: 9em 2em;
  }
  #global-header #navigation-wrapper li.help,
  #global-header #navigation-wrapper li.account-item,
  #global-header #navigation-wrapper li.search-icon,
  #global-header #navigation-wrapper li.signed-out {
    position: relative;
  }
  #global-header #navigation-wrapper li.help .nav-top-level-link,
  #global-header #navigation-wrapper li.account-item .nav-top-level-link,
  #global-header #navigation-wrapper li.search-icon .nav-top-level-link,
  #global-header #navigation-wrapper li.signed-out .nav-top-level-link {
    font-size: 0.88em;
    padding: 15px;
    padding: 0.8142857142857142rem;
  }
  #global-header #navigation-wrapper li.help .nav-top-level-link.account .welcome-message,
  #global-header #navigation-wrapper li.account-item .nav-top-level-link.account .welcome-message,
  #global-header #navigation-wrapper li.search-icon .nav-top-level-link.account .welcome-message,
  #global-header #navigation-wrapper li.signed-out .nav-top-level-link.account .welcome-message {
    display: inline-block;
  }
  #global-header #navigation-wrapper li.help .nav-top-level-link.search,
  #global-header #navigation-wrapper li.account-item .nav-top-level-link.search,
  #global-header #navigation-wrapper li.search-icon .nav-top-level-link.search,
  #global-header #navigation-wrapper li.signed-out .nav-top-level-link.search {
    display: none;
  }
  #global-header #navigation-wrapper .nav-dropdown {
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    left: -10px;
    width: 250px !important;
  }
  #global-header #navigation-wrapper .nav-dropdown li a {
    font-size: 0.88em;
  }
  #global-nav .for-causes #navigation-wrap ul li.help a {
    padding-left: 1.5em;
    background-position: 0 1.1em;
  }
  #global-nav .for-causes #navigation-wrap ul li.login a {
    padding-left: 1.7em;
    background-position: 0 1.1em;
  }
  .marketo .common-questions {
    padding-top: 2.8em;
  }
  .marketo .pricing-module ul.left li {
    border-right: 2px solid #fff!important;
  }
  .marketo .common-questions p {
    margin-bottom: 0;
  }
  .marketo .form-wrap .form-container {
    padding-left: 5em;
    padding-right: 5em;
  }
  .marketo .form-wrap .form-heading h1 {
    padding-left: 0.5em;
  }
  #header-search-wrap {
    position: static;
    display: block;
    border: none;
  }
  #header-search-wrap .charity-search {
    font-size: 0.88em;
  }
  #header-search-wrap.open span.triangle-up {
    display: none;
  }
  .homepage-search {
    height: auto;
  }
  .homepage-search h1 {
    font-weight: 600;
    font-size: 2.7em;
  }
  .homepage-search h2 {
    font-weight: 400;
    font-size: 1.2em;
  }
  .homepage-search form input {
    width: 69%;
    font-size: 0.75em!important;
    padding: 0.5em 0.1em 0.6em 0.3em!important;
  }
  /*.resonating-card{
  &.square{
    height: 273px!important;
  }
  &.rectangle{
    height: 577px !important;
  
  }
}*/
  .cards-wrap-js .content {
    position: absolute !important;
    top: 0;
  }
  .cards-wrap-js .content.monthly {
    display: block;
  }
  .cards-wrap-js .content .card.card-donation-prompt .charity-donation-prompts .amount div {
    display: block;
  }
  .floating-module-wrapper {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .floating-module-wrapper {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: rgba(233, 233, 233, 0.95);
  }
  #global-nav {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 1px;
  }
  #global-nav p#logo {
    margin-left: 2.5em;
    margin-top: 1em;
  }
  #global-nav p#logo a {
    width: 10.4em;
    height: 2em;
    background-size: 10.4em 2em;
    /*background-image: url("/ui/2013/images/navigation/logo-desktop.jpg");*/
  }
  #global-nav #navigation-wrap ul {
    margin-right: 2.5em;
  }
  #global-nav #navigation-wrap ul li {
    background-image: none;
  }
  #global-nav #navigation-wrap ul li a {
    width: auto;
    height: auto;
    color: #262626;
    font-weight: 400;
    padding: 1.2em 1.7em 1.2em 1.7em;
  }
  #global-nav #navigation-wrap ul li a.search {
    background-position: left center;
    padding-left: 2.7em;
    padding-right: 0.8em;
  }
  #global-nav #navigation-wrap ul li a.account {
    float: left;
    background-image: none;
    padding-right: 1em;
  }
  #global-nav #navigation-wrap ul li a.logged-in {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAa1JREFUeNpi/P//P8NwAIyjHhn1yKhHRj0y6pFRj4x6ZNQjox4Z9cioR6gFQn2dHbl5eD8vWL7hzJDziL+7rQCQagDiBFZWVn5ePn4GoD2fgPypQA9V0cIjTDQKoANAnA/E/PAQY2TkA+LKpOig5UPCI8DYSABS+rjkgTETkRwTHD4UYsSBkIK/f//GDwWPKBDMmIyM/EMlj+AF//79+z8UPHKAYIwwMGwaCh6ZAMQf8SSrq0zMzHMGvUc27jz8AZrhL2LxxDFxCSnHeUvXvRtSNTuwKHZgYWF15OXjY2VjY9swa+GqU6NtLXp7xMvZUhBoZgg0ecmDxNhYWf9ApR9AC4MN0CQ4+DwC8QBDC7DujgFy+ZDlgB5BV/4RWihMoJaHqOIRTycLYyC1Hohlsclj8QgMgAqEBKBnLgy4R6BJ6QF6LBDpERB4CMQGlMYMxcUv0BNT8HmCCCAPTWYDXo/4UMGMgAFNWtC8QbDnRyBpwYAiMHk9INctLBSFAiPjPWA4uBKh9A8Raj4MaGYfHUUZ9cioR0Y9MuqRUY+MemTUI6MeGfXIqEfoDQACDACTINj3z2d9vgAAAABJRU5ErkJggg==);
    background-position: 0 0.5em;
    padding-left: 2.5em;
  }
  #global-nav #navigation-wrap ul li a.register {
    float: left;
    padding-left: 1em;
    display: block;
  }
  #global-nav #navigation-wrap ul li.help a {
    background-image: none!important;
  }
  #global-nav #navigation-wrap ul li:hover ul {
    display: none;
  }
  #global-nav #navigation-wrap ul li.search-item:hover {
    /*a.search{
            span{
              background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAKCAYAAAC5Sw6hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0VEMUQ1MjUzQ0MzMTFFMzgwM0Y4OEQzMDI1MzU0RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0VEMUQ1MjYzQ0MzMTFFMzgwM0Y4OEQzMDI1MzU0RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3RUQxRDUyMzNDQzMxMUUzODAzRjg4RDMwMjUzNTRGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3RUQxRDUyNDNDQzMxMUUzODAzRjg4RDMwMjUzNTRGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtSLG/AAAABuSURBVHjalMzRDcAgCARQPjqAIziKo3QUR+lIHaGbUEhpQixeheQSUe8RM1dJlxQJJVOsW3Vp/MyZxIp1dNp7eSQxj2iX/OMq9kFGaAULkQhC2BSZQREGEQSNGET+II9BRLMRnl1y2bmjj7cAAwBr6Ayt9Tg6TwAAAABJRU5ErkJggg==);
            }
          }*/
  }
  #global-nav #navigation-wrap ul li.search-item:hover ul {
    display: block;
  }
  #global-nav #navigation-wrap ul li.signed-out:hover a.account,
  #global-nav #navigation-wrap ul li.signed-out:hover a.logged-in {
    background-image: none;
  }
  #global-nav #navigation-wrap ul li.signed-out:hover a.account span.triangle-up,
  #global-nav #navigation-wrap ul li.signed-out:hover a.account span.triangle-behind {
    display: none!important;
  }
  #global-nav #navigation-wrap ul li.account-item:hover ul {
    display: block;
  }
  #global-nav #navigation-wrap ul li.signed-out {
    background-color: transparent;
  }
  #global-nav #navigation-wrap ul li span.triangle-up {
    left: 45%;
  }
  #global-nav #navigation-wrap ul li ul {
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
  }
  #global-nav #navigation-wrap ul li ul li {
    font-size: 1em;
  }
  #global-nav #navigation-wrap ul li ul li.welcome-message {
    display: none;
  }
  .full-width-country-selector .pure-form label {
    display: inline;
  }
}
@media (min-width: 980px) {
  html {
    font-size: 18px;
  }
  body:after {
    content: "desktop";
  }
  .divide,
  .divide-half {
    margin: 0 0 33px 0;
  }
  .divide-half {
    margin: 0 0 16px 0;
  }
  .desktop-text-right {
    text-align: right;
  }
  .desktop-text-center {
    text-align: center;
  }
  .desktop-text-left {
    text-align: left;
  }
  .desktop-margin-bottom-0 {
    margin-bottom: 0 !important;
  }
  .desktop-margin-bottom-1 {
    margin-bottom: 8px !important;
    margin-bottom: 0.42857142857142855rem !important;
  }
  .desktop-margin-bottom-2 {
    margin-bottom: 15px !important;
    margin-bottom: 0.8571428571428571rem !important;
  }
  .desktop-margin-bottom-3 {
    margin-bottom: 23px !important;
    margin-bottom: 1.2857142857142856rem !important;
  }
  .desktop-margin-bottom-4 {
    margin-bottom: 31px !important;
    margin-bottom: 1.7142857142857142rem !important;
  }
  .desktop-margin-bottom-5 {
    margin-bottom: 39px !important;
    margin-bottom: 2.142857142857143rem !important;
  }
  .desktop-margin-bottom-6 {
    margin-bottom: 46px !important;
    margin-bottom: 2.571428571428571rem !important;
  }
  .desktop-margin-top-0 {
    margin-top: 0 !important;
  }
  .desktop-margin-top-1 {
    margin-top: 8px !important;
    margin-top: 0.42857142857142855rem !important;
  }
  .desktop-margin-top-2 {
    margin-top: 15px !important;
    margin-top: 0.8571428571428571rem !important;
  }
  .desktop-margin-top-3 {
    margin-top: 23px !important;
    margin-top: 1.2857142857142856rem !important;
  }
  .desktop-margin-top-4 {
    margin-top: 31px !important;
    margin-top: 1.7142857142857142rem !important;
  }
  .desktop-margin-top-5 {
    margin-top: 39px !important;
    margin-top: 2.142857142857143rem !important;
  }
  .desktop-margin-top-6 {
    margin-top: 46px !important;
    margin-top: 2.571428571428571rem !important;
  }
  .desktop-padding-bottom-0 {
    padding-bottom: 0 !important;
  }
  .desktop-padding-bottom-1 {
    padding-bottom: 8px !important;
    padding-bottom: 0.42857142857142855rem !important;
  }
  .desktop-padding-bottom-2 {
    padding-bottom: 15px !important;
    padding-bottom: 0.8571428571428571rem !important;
  }
  .desktop-padding-bottom-3 {
    padding-bottom: 23px !important;
    padding-bottom: 1.2857142857142856rem !important;
  }
  .desktop-padding-bottom-4 {
    padding-bottom: 31px !important;
    padding-bottom: 1.7142857142857142rem !important;
  }
  .desktop-padding-bottom-5 {
    padding-bottom: 39px !important;
    padding-bottom: 2.142857142857143rem !important;
  }
  .desktop-padding-bottom-6 {
    padding-bottom: 46px !important;
    padding-bottom: 2.571428571428571rem !important;
  }
  .desktop-padding-top-0 {
    padding-top: 0 !important;
  }
  .desktop-padding-top-1 {
    padding-top: 8px !important;
    padding-top: 0.42857142857142855rem !important;
  }
  .desktop-padding-top-2 {
    padding-top: 15px !important;
    padding-top: 0.8571428571428571rem !important;
  }
  .desktop-padding-top-3 {
    padding-top: 23px !important;
    padding-top: 1.2857142857142856rem !important;
  }
  .desktop-padding-top-4 {
    padding-top: 31px !important;
    padding-top: 1.7142857142857142rem !important;
  }
  .desktop-padding-top-5 {
    padding-top: 39px !important;
    padding-top: 2.142857142857143rem !important;
  }
  .desktop-padding-top-6 {
    padding-top: 46px !important;
    padding-top: 2.571428571428571rem !important;
  }
  #global-nav .navigation {
    font-size: 16px;
  }
  .fundraiser h3.block-heading {
    font-size: 20px;
  }
  .block-amount-raised {
    font-size: 16px;
  }
  #global-nav {
    position: static;
  }
  #global-nav #navigation-wrap ul {
    margin-right: 3em;
  }
  #global-nav #navigation-wrap ul li {
    position: relative;
  }
  #global-nav #navigation-wrap ul li.search {
    background-position: left center;
    padding-left: 2.7em;
    padding-right: 0.4em;
  }
  #global-nav #navigation-wrap ul li.search span {
    padding-right: 1em;
  }
  #global-nav #navigation-wrap ul li ul {
    width: 15em;
  }
  .homepage-search {
    height: 385px;
  }
  .homepage-search h1 {
    font-weight: 600;
    font-size: 2.7em;
  }
  .homepage-search h2 {
    font-weight: 400;
    font-size: 1.2em;
  }
  .homepage-search form input {
    width: 75%;
    font-size: 1em!important;
    padding: 0.3em 0.1em 0.4em 0.4em!important;
  }
  .cards-wrap-js .content .card.card-donation-prompt .charity-donation-prompts .amount div {
    display: inline;
  }
  .card .card-content a.anchor-reset {
    display: inline !important;
  }
}
h4.text-center {
  text-align: center;
  font-weight: 400;
  margin-bottom: 16px;
}
#social-head-charity-name {
  font-weight: 400;
  display: inline-block;
  padding-top: 0.8em;
}
#share-you-care-prompt {
  z-index: 1;
  background-color: rgba(178, 215, 234, 0.9);
  padding-top: 15px;
  padding-top: 0.8571428571428571rem;
  padding-bottom: 15px;
  padding-bottom: 0.8571428571428571rem;
  position: fixed;
  top: 48px;
  left: 8px;
  right: 8px;
}
#share-you-care-prompt p {
  margin-bottom: 8px;
  margin-bottom: 0.42857142857142855rem;
}
#share-you-care-prompt p:first-child {
  font-weight: 400;
}
#share-you-care-prompt .inthegutter {
  padding-right: 34px;
  padding-left: 34px;
}
#share-you-care-prompt .inthegutter span {
  display: inline-block;
  vertical-align: middle;
}
#share-you-care-prompt .facebook-connect-button {
  height: 36px;
  background-position: 25px 9px;
  white-space: nowrap;
}
#share-you-care-prompt .close-lightbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 8px;
  width: 24px;
  height: 24px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjYzN0IzOURFNjcyODExRTM5NzAyRTQ4MTNGM0QwNjRDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjYzN0IzOURGNjcyODExRTM5NzAyRTQ4MTNGM0QwNjRDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjM3QjM5REM2NzI4MTFFMzk3MDJFNDgxM0YzRDA2NEMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjM3QjM5REQ2NzI4MTFFMzk3MDJFNDgxM0YzRDA2NEMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz50Q4RRAAABZ0lEQVR42tSWO0sDQRRGd0OIIAjWFoKNoH8gjVbWpvGBREHQMthosFAQrCxULMRGUQsfRKws7IKttQGrYKOVjdgqyHpG7sIymcnMarbwwiHMFOdjd+beTRhFUZBl5YKMK/OAfHJxeXygfkZgDDZTurpgHc6gWV6stAZQRbiCPuiBqqe8ACdQhglYhVvTK+oXuaoV2EkpVzUAg7YzuIY5+PQMieWzsn6HEuy1O+QLWPAIMcmnoO5zi1whXnLTIeshgYgKEvIFW7DvI3cFmELU7RiHIR+5b6OpkHl4k3Usf5ErWe9EJ9fgUdu7h7tOjAr1as5hVNufhu2/Bui3pQkb8CHrqqsZ8ynkzzAJDXiC08TtCmxjJZdCXhL5z1z0bEZjgE3+8JuO1wN65dFd8nYhu4mB2RIwk5iKLrktZBmWbIdck49N0VOeDAnhEI5klBgDVOuvwXAKeVyqV7rhBl7jzfDf/6v4FmAAS9hiikOIbh8AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjYzN0IzOURFNjcyODExRTM5NzAyRTQ4MTNGM0QwNjRDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjYzN0IzOURGNjcyODExRTM5NzAyRTQ4MTNGM0QwNjRDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjM3QjM5REM2NzI4MTFFMzk3MDJFNDgxM0YzRDA2NEMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjM3QjM5REQ2NzI4MTFFMzk3MDJFNDgxM0YzRDA2NEMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz50Q4RRAAABZ0lEQVR42tSWO0sDQRRGd0OIIAjWFoKNoH8gjVbWpvGBREHQMthosFAQrCxULMRGUQsfRKws7IKttQGrYKOVjdgqyHpG7sIymcnMarbwwiHMFOdjd+beTRhFUZBl5YKMK/OAfHJxeXygfkZgDDZTurpgHc6gWV6stAZQRbiCPuiBqqe8ACdQhglYhVvTK+oXuaoV2EkpVzUAg7YzuIY5+PQMieWzsn6HEuy1O+QLWPAIMcmnoO5zi1whXnLTIeshgYgKEvIFW7DvI3cFmELU7RiHIR+5b6OpkHl4k3Usf5ErWe9EJ9fgUdu7h7tOjAr1as5hVNufhu2/Bui3pQkb8CHrqqsZ8ynkzzAJDXiC08TtCmxjJZdCXhL5z1z0bEZjgE3+8JuO1wN65dFd8nYhu4mB2RIwk5iKLrktZBmWbIdck49N0VOeDAnhEI5klBgDVOuvwXAKeVyqV7rhBl7jzfDf/6v4FmAAS9hiikOIbh8AAAAASUVORK5CYII=) 1x, url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAYVJREFUeNrsmcFNAzEQRT1bQUqADlICdABnLlmJIxKUQAd74YhELpyhA1pICZSQEjKWfMghXnvs/22E/CXLUWSN30vs7Drr3MjIyMifz+f720bbS4c571Ljpsx6i29a8KMVvHY/2r709W5trGQU89DnRfYPj09zA/jt2duzzrk3C1yAp0pE4FclppViV9rF1uAOvZwS8D7Ppj2gtr/a3Wo7siUy4A+BpWgPbEPxTWRI1XLKhdc5jkUCTIla+GwBhgQC3iSAlEDBmwUQEkj4IoEaCTR8sUCJBAO+SsAiwYKvFsiVCOBweIhApoRjwMMECiWq4aECRgkIPFwgSNwEiVg89DUC3nIis9weLIlhOWO67IHUTyXlUCSd4GESUwP4b+ahaCLD+0/4nnmyEzL8zD4USQt4poS0gmdJSEt4hoS0hkdLSA94pIT0gkdJSE94hIT0hq+VKL0Sw/+d1nqHxBUbtoTYzwcufRP2JRSRoMJHJOrnDM+rXl3DeAltixsZGfnfOQkwAMddSCT72TGpAAAAAElFTkSuQmCC) 2x);
  border-bottom: none;
  text-indent: -9999px;
}
#share-you-care-prompt .close-lightbox:focus,
#share-you-care-prompt .close-lightbox:active {
  background-color: transparent;
}
@media (min-width: 768px) {
  #share-you-care-prompt {
    width: auto;
    position: static;
    background-color: #b2d7ea;
  }
  #share-you-care-prompt .facebook-connect-button {
    min-height: 36px;
  }
  #share-you-care-prompt .close-lightbox {
    right: 16px;
  }
}
.ie8 #share-you-care-prompt {
  position: relative;
  background-color: #b2d7ea;
}
.fb-like {
  z-index: 20;
  height: 15px;
  height: 0.8571428571428571rem;
}
#share-on-facebook,
#share-on-twitter,
#share-on-google-plus,
#share-on-linked-in {
  background: transparent url("/ui/2013/images/icons/sprite1.png") no-repeat 0 0;
  background-size: 25rem auto;
  cursor: pointer;
  width: 31px;
  width: 1.7142857142857142rem;
  height: 31px;
  height: 1.7142857142857142rem;
  background-position: -180px -36px;
  background-position: -10rem -2rem;
  float: left;
}
#share-on-facebook:hover,
#share-on-twitter:hover,
#share-on-google-plus:hover,
#share-on-linked-in:hover {
  background-position: -36px -36px;
  background-position: -2rem -2rem;
}
#share-on-google-plus {
  background-position: -216px -36px;
  background-position: -12rem -2rem;
}
#share-on-google-plus:hover {
  background-position: -72px -36px;
  background-position: -4rem -2rem;
}
#share-on-facebook {
  background-position: -144px -36px;
  background-position: -8rem -2rem;
}
#share-on-facebook:hover {
  background-position: 0 -36px;
  background-position: 0rem -2rem;
}
.social-sharing-container {
  display: inline-block;
}
.sharing-cta {
  margin-right: 15px;
  margin-right: 0.8571428571428571rem;
  display: inline-block;
}
.fb-like-wrap {
  display: inline-block;
  line-height: 0.875rem;
  vertical-align: middle;
  margin-left: 15px;
  margin-left: 0.8571428571428571rem;
}
.sharing-buttons {
  display: inline-block;
  vertical-align: middle;
}
#share-on-twitter,
#share-on-google-plus,
#share-on-linked-in {
  margin-left: 15px;
  margin-left: 0.8571428571428571rem;
}
.donation-prompts {
  background: #f4f4f4;
  border-bottom: 1px solid #e9e9e9;
}
.donation-prompts h2 {
  color: #262626;
  padding-top: 19px !important;
  padding-top: 1.0714285714285714rem !important;
  font-size: 18px;
  font-size: 0.9857142857142855rem;
  margin-left: 8px !important;
  margin-left: 0.42857142857142855rem !important;
  width: 88%;
  text-align: center !important;
  font-weight: 400;
}
.swipe {
  visibility: visible;
}
.js .swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.js .swipe-wrap {
  overflow: hidden;
  position: relative;
  width: 300%;
}
.js .swipe-wrap > div {
  float: left;
  width: 33.333%;
  position: relative;
}
.slide {
  transition-timing-function: cubic-bezier(0.17, 1.84, 0.83, 0.74);
  -webkit-transition-timing-function: cubic-bezier(0.17, 1.84, 0.83, 0.74);
}
.js .slider-nav {
  width: auto;
  position: relative;
  width: 100%;
}
.js .slider-nav .slider-nav-position {
  clear: left;
  position: absolute;
  top: 20px;
  z-index: 9999;
  width: 10% !important;
}
.js .slider-nav .slider-nav-position a {
  display: inline-block;
  width: 100%;
  height: 40px;
  border: none !important;
}
.js .slider-nav .slider-nav-position-left {
  left: 0;
}
.js .slider-nav .slider-nav-position-left a {
  background: url('/ui/2013/images/icons/arrow-left.png') no-repeat center right;
}
.js .slider-nav .slider-nav-position-right {
  right: 0;
}
.js .slider-nav .slider-nav-position-right a {
  background: url('/ui/2013/images/icons/arrow-right.png') no-repeat center left;
}
