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;
}
@font-face {
  font-family: 'FontAwesome';
  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.2857142857142855rem;
  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.2857142857142855rem;
  margin-bottom: 8px;
  margin-bottom: 0.42857142857142854rem;
}
h5,
h6 {
  font-size: 1.03416em;
  line-height: 23px;
  line-height: 1.2857142857142855rem;
  margin-bottom: 8px;
  margin-bottom: 0.42857142857142854rem;
}
.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.9985714285714285rem;
}
.text-smaller {
  font-size: 0.6944em;
  font-weight: 300;
  line-height: 18px;
  line-height: 0.9985714285714285rem;
}
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: #7a04dd;
}
.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.2857142857142855rem;
  padding-bottom: 8px;
  padding-bottom: 0.42857142857142854rem;
  padding-top: 8px;
  padding-top: 0.42857142857142854rem;
}
.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.2857142857142855rem;
  margin-bottom: 15px;
  margin-bottom: 0.8571428571428571rem;
  padding-top: 8px;
  padding-top: 0.42857142857142854rem;
  padding-right: 31px;
  padding-right: 1.7142857142857142rem;
  padding-bottom: 8px;
  padding-bottom: 0.42857142857142854rem;
  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.2857142857142855rem;
}
.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.42857142857142854rem;
  padding-right: 12px;
  padding-right: 0.6428571428571428rem;
  padding-bottom: 8px;
  padding-bottom: 0.42857142857142854rem;
  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.42857142857142854rem;
  color: #737373;
  font-weight: 400;
}
.count-container .char-count.full {
  color: #e0261d;
}
.count-container input[text],
.count-container textarea {
  padding-right: 3em;
}
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.42857142857142854rem !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.2857142857142855rem !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.42857142857142854rem !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.2857142857142855rem !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.42857142857142854rem !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.2857142857142855rem !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.42857142857142854rem !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.2857142857142855rem !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.42857142857142854rem !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.2857142857142855rem !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.42857142857142854rem !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.2857142857142855rem !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.42857142857142854rem !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.2857142857142855rem !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.42857142857142854rem !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.2857142857142855rem !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.42857142857142854rem !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.2857142857142855rem !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.42857142857142854rem !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.2857142857142855rem !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.42857142857142854rem !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.2857142857142855rem !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.42857142857142854rem !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.2857142857142855rem !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;
  }
}
/* 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;
}






/* -------------------------------------------------------------------*/

.nav-logo {
  max-width: 165px;
  height: 55px;
  line-height: 55px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url('/images/jg-logo.png');
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTI5IiBoZWlnaHQ9IjkwIiB2aWV3Qm94PSIwIDAgNTI5IDkwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMzAwLjU4MSAxNy4xNDI2SDI4Mi4yMTNWNzIuNTQ4M0gzMDAuNTgxVjE3LjE0MjZaIiBmaWxsPSIjN0EwNEREIi8+CjxwYXRoIGQ9Ik0yNzYuMzQ5IDI5LjAxOTFIMjUwLjM4MkwyMzUuMTgyIDQ0LjEyMjVIMjU2LjA0MkMyNTMuMzI3IDUwLjE5NCAyNDcuMTk2IDU0LjQzMDggMjQwLjA4NiA1NC40MzA4QzIzMC40NDggNTQuNDMwOCAyMjIuNjI2IDQ2LjYzOTcgMjIyLjYyNiAzNy4wNDA2QzIyMi42MjYgMjcuNDMyNSAyMzAuNDQ4IDE5LjYyMzggMjQwLjA4NiAxOS42MjM4QzI0My41ODMgMTkuNjIzOCAyNDYuODQgMjAuNjQzMSAyNDkuNTYzIDIyLjQwNjlMMjYzLjYzMiA4LjQwMjZDMjU3LjIxNiAzLjE1NTQxIDI0OS4wMDIgMCAyNDAuMDQxIDBDMjE5LjUyIDAgMjAyLjg3OSAxNi41NzQ3IDIwMi44NzkgMzcuMDQwNkMyMDIuODc5IDU3LjQ3OTggMjE5LjUyIDc0LjA1NDYgMjQwLjA0MSA3NC4wNTQ2QzI2MC41ODkgNzQuMDU0NiAyNzcuMjM5IDU3LjQ3OTggMjc3LjIzOSAzNy4wNDA2QzI3Ny4yMzkgMzQuMjg0IDI3Ni45MjcgMzEuNTg5NSAyNzYuMzQ5IDI5LjAxOTFaIiBmaWxsPSIjN0EwNEREIi8+CjxwYXRoIGQ9Ik0zMDAuNTgxIDEuMjc1MzlIMjgyLjIxM1YxMi40NTIzSDMwMC41ODFWMS4yNzUzOVoiIGZpbGw9IiM3QTA0REQiLz4KPHBhdGggZD0iTTM0MS45ODggNzIuOTM3NkgzMjYuMTIxTDMyNS45NyA3Mi41NDc2TDMwNC4yMjEgMTcuMTE1MkgzMjMuODI1TDMzNC4xNjYgNDcuOTE1OUwzNDQuNTg2IDE3LjExNTJIMzYzLjg5N0wzNDEuOTg4IDcyLjkzNzZaIiBmaWxsPSIjN0EwNEREIi8+CjxwYXRoIGQ9Ik0zODUuNjY0IDE3LjE0MjZIMzY3LjI3VjcyLjU0ODNIMzg1LjY2NFYxNy4xNDI2WiIgZmlsbD0iIzdBMDRERCIvPgo8cGF0aCBkPSJNMzg1LjY2NCAxLjI3NTM5SDM2Ny4yN1YxMi40NTIzSDM4NS42NjRWMS4yNzUzOVoiIGZpbGw9IiM3QTA0REQiLz4KPHBhdGggZD0iTTQ0Mi43MTYgNzIuNTQ3OEg0MjQuMzU3VjQxLjgxOEM0MjQuMzU3IDM2LjA0NzkgNDIxLjk2MyAzMy4xMDUyIDQxNy4yMjkgMzMuMTA1MkM0MTEuMTA2IDMzLjEwNTIgNDA5Ljg0MyAzNy44NTYxIDQwOS44NDMgNDEuODE4VjcyLjUzODlIMzkxLjQ0OFYxNy4xNDIxSDQwNC4xODNMNDA5LjIyOSAyMi4xMzIyQzQxMy4yMTUgMTguMTA4MiA0MTcuODM0IDE2LjE1ODIgNDIzLjI0NSAxNi4xNTgyQzQzNS4yNDkgMTYuMTU4MiA0NDIuNzA3IDI0LjIxNTEgNDQyLjcwNyAzNy4xOTEzTDQ0Mi43MTYgNzIuNTQ3OFoiIGZpbGw9IiM3QTA0REQiLz4KPHBhdGggZD0iTTI0LjYzMjQgNzMuNTA0MUMxNS4wMzkzIDczLjUwNDEgNy4wNzQ2OSA2OS44ODc4IDEuMDIzMzggNjIuNzE3MkwwIDYxLjUxMTdMMTIuNDU4NiA0OS4xMTE3TDEzLjE3MDUgNDkuODgyOEMxNy4xMTI3IDU0LjE5OTQgMjAuNDE0MyA1Ni4wNTE4IDI0LjI0MDggNTYuMDUxOEMyOS4yMDY1IDU2LjA1MTggMzEuNTQ2OSA1My4wNjQ4IDMxLjU0NjkgNDYuNjU2NVYxLjI3NTM5SDUwLjUxOTVWNDcuMzQ3OUM1MC41MTk1IDYzLjk1ODEgNDEuMDc3NyA3My41MDQxIDI0LjYzMjQgNzMuNTA0MVoiIGZpbGw9IiM3QTA0REQiLz4KPHBhdGggZD0iTTQ5Mi42NzQgMTcuMTQzTDQ4OC4wMDIgMjEuODMxN0M0ODMuNTggMTcuOTQ5NSA0NzguNjIzIDE2LjE2OCA0NzIuNDY1IDE2LjE2OEM0NTkuOTk3IDE2LjE2OCA0NDcuMzYxIDI1LjE1NTYgNDQ3LjM2MSA0Mi4zMTUzVjQyLjUxOTJDNDQ3LjM2MSA1OS42OTY2IDQ1OS45ODggNjguNjg0MiA0NzIuNDY1IDY4LjY4NDJDNDc4LjM3NCA2OC42ODQyIDQ4My4wMSA2Ny4wMzU2IDQ4Ny4yODIgNjMuMzc1QzQ4Ni40OSA2OS45MTYyIDQ4Mi41MjEgNzQuMjc3MSA0NzQuNTkyIDc0LjI3NzFDNDY5LjgxMyA3NC4yNzcxIDQ2NS42OTMgNzMuNDE3MyA0NjEuNDEyIDcxLjUxMTdMNDQ5LjM5IDgzLjQ4NjNMNDUxLjA1NCA4NC4zNDZDNDU4LjA0OCA4OC4wMzMyIDQ2Ni4zMTYgOTAuMDAwOSA0NzQuOTgzIDkwLjAwMDlDNDk2LjE2MyA5MC4wMDA5IDUwNi4wMTQgNzkuMjY3MiA1MDYuMDE0IDU5LjIzNTdWMTcuMTQzSDQ5Mi42NzRaTTQ4OC41NTQgNDIuNTI4QzQ4OC41NTQgNDguOTE4NiA0ODMuNTggNTMuNTU0MiA0NzYuNzE4IDUzLjU1NDJDNDY5LjgxMyA1My41NTQyIDQ2NS4wMDcgNDkuMDI1IDQ2NS4wMDcgNDIuNTI4VjQyLjMxNTNDNDY1LjAwNyAzNS45MjQ3IDQ2OS45MzcgMzEuMjk4IDQ3Ni43MTggMzEuMjk4QzQ4My41OCAzMS4yOTggNDg4LjU1NCAzNS45MjQ3IDQ4OC41NTQgNDIuMzE1M1Y0Mi41MjhaIiBmaWxsPSIjN0EwNEREIi8+CjxwYXRoIGQ9Ik03Ni4xNDg2IDczLjUwNTZDNjQuMTQzOSA3My41MDU2IDU2LjY5NTQgNjUuNDQ4NyA1Ni42OTU0IDUyLjQ2MzZWMTcuMTQyNkg3NS4wNjI5VjQ3LjgxOTJDNzUuMDYyOSA1My42MDcgNzcuNDU2OCA1Ni41NDA4IDgyLjE1NTQgNTYuNTQwOEM4OC4yOTU3IDU2LjU0MDggODkuNTU5NCA1MS43OSA4OS41NTk0IDQ3LjgxOTJWMTcuMTQyNkgxMDcuOThWNzIuNTQ4M0g5NS4yMTkxTDkwLjE3MzQgNjcuNTQwNEM4Ni4xNzc4IDcxLjU1NTYgODEuNTg1OSA3My41MDU2IDc2LjE0ODYgNzMuNTA1NloiIGZpbGw9IiM3QTA0REQiLz4KPHBhdGggZD0iTTE4My45NzggNzMuNDE1NEMxNzIuNTc4IDczLjQxNTQgMTY3LjAyNSA2Ny43NDI4IDE2Ny4wMjUgNTYuMDM0MVYzMy4zMTdIMTYwLjgyMlYxNy4xMzIySDE2Ny4wMjVWMS4yNzUzOUgxODUuNDAxVjE3LjEzMjJIMTk3LjYxMVYzMy4zMDgxSDE4NS40MDFWNTMuNjIzMkMxODUuNDAxIDU2LjA4NzMgMTg2LjA3OCA1Ni44MjMgMTg4LjM0NyA1Ni44MjNDMTkwLjYxNiA1Ni44MjMgMTkyLjc4OCA1Ni4yOTExIDE5NC43MzYgNTUuMjAwOUwxOTcuNDMzIDUzLjc0NzNWNjkuNjMwN0wxOTYuNTUyIDcwLjE0NDhDMTkyLjgwNSA3Mi4zNzg0IDE4OC44MjcgNzMuNDE1NCAxODMuOTc4IDczLjQxNTRaIiBmaWxsPSIjN0EwNEREIi8+CjxwYXRoIGQ9Ik0xNDEuMDg0IDM4LjQ0MTFMMTM5LjM3NiAzNy44ODI3QzEzNS4wODcgMzYuNDM3OSAxMzEuMDIgMzUuMDcyOSAxMzEuMDIgMzMuMjY0OFYzMy4wNjA5QzEzMS4wMiAzMS4yNjE2IDEzMy4yNzEgMzAuNjIzNSAxMzUuMzggMzAuNjIzNUMxMzguMzI2IDMwLjYyMzUgMTQyLjMwNCAzMS44NTU1IDE0Ni41NzUgMzQuMDAwNUwxNTcuMTc0IDIzLjQ0NEwxNTYuMzI4IDIyLjg4NTZDMTUwLjM2NiAxOC44ODgyIDE0Mi42NDIgMTYuNTAzOSAxMzUuNjc0IDE2LjUwMzlDMTIzLjIwNiAxNi41MDM5IDExNC44NDEgMjMuNzk4NiAxMTQuODQxIDM0LjY0NzVWMzQuODUxNEMxMTQuODQxIDQ1LjY1NiAxMjMuMzc1IDQ5LjYwOTEgMTMxLjcwNSA1Mi4wMzc3QzEzMi4zOTkgNTIuMjU5MyAxMzMuMDg0IDUyLjQ1NDMgMTMzLjc0MyA1Mi42NTgxQzEzOC4xMjEgNTMuOTQzMyAxNDEuOTEyIDU1LjA2MDEgMTQxLjkxMiA1Ny4wMjc4VjU3LjIzMTdDMTQxLjkxMiA1OS40NzQyIDEzOS4xMTggNTkuOTYxNyAxMzYuNzYgNTkuOTYxN0MxMzIuMjgzIDU5Ljk2MTcgMTI2Ljk5NyA1OC4wNzM3IDEyMS45ODcgNTQuNzU4OEwxMTEuODc4IDY0Ljg0NTVMMTExLjczNiA2NS4wNDkzTDExMi42MzQgNjUuNzQwN0MxMTkuNDY5IDcxLjEyMDggMTI3LjkwNSA3NC4wODEyIDEzNi4zNzcgNzQuMDgxMkMxNDkuOTY2IDc0LjA4MTIgMTU4LjA5IDY3LjIwMzEgMTU4LjA5IDU1LjYzNjNWNTUuNDMyNEMxNTguMDkgNDQuMDk2IDE0Ny4wMTEgNDAuNDI2NSAxNDEuMDg0IDM4LjQ0MTFaIiBmaWxsPSIjN0EwNEREIi8+CjxwYXRoIGQ9Ik01MDkuODIzIDE5LjY1MDlINTEyLjQ1N1YyNS45NzA2SDUxNS40MTFWMTkuNjUwOUg1MTguMDE5VjE3LjE0MjZINTA5LjgyM1YxOS42NTA5WiIgZmlsbD0iIzdBMDRERCIvPgo8cGF0aCBkPSJNNTI1Ljg4NSAxNy4xNDI2TDUyMy45NzIgMjAuMjI3MUw1MjIuMDUgMTcuMTQyNkg1MTguOThWMjUuOTcwNkg1MjEuODlWMjEuNTc0M0w1MjMuMjI1IDIzLjYzMDdINTI0LjY2Nkw1MjYuMDE5IDIxLjU3NDNWMjUuOTcwNkg1MjlWMTcuMTQyNkg1MjUuODg1WiIgZmlsbD0iIzdBMDRERCIvPgo8L3N2Zz4=), none;
}
a.nav-logo {
  text-indent: -9999px;
}
.logo-container {
  line-height: 45px;
}

.logo-container  span{
  color: #999999;
}








#jg-global-header {
  z-index: 1048;
  position: relative;
  padding-top: 22px;
  padding-top: 1.1999999999999997rem;
  background: #fff !important;
  -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);
}
#jg-global-header #global-header-title {
  line-height: 0.8em;
  font-size: 39px;
  font-size: 2.1857142857142855rem;
  color: #999999;
}
#jg-global-header > .pure-container {
  background-color: rgba(255, 255, 255, 0.95);
}
#jg-global-header #nav-section1 {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
#jg-global-header .nav-tbl {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#jg-global-header .col-a,
#jg-global-header .col-b,
#jg-global-header .col-d {
  display: table-cell;
  vertical-align: middle;
}
#jg-global-header .col-a {
  width: 50px;
}
#jg-global-header .nav-l0-wrap {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #jg-global-header .nav-l0-wrap {
    position: relative;
  }
}
#jg-global-header .nav-l0 {
  display: inline-block;
}
#jg-global-header #nav-me {
  color: #999999;
  display: block;
  padding-top: 12px;
  padding-top: 0.6428571428571428rem;
  padding-bottom: 8px;
  padding-bottom: 0.42857142857142854rem;
  cursor: pointer;
}
#jg-global-header a#nav-me:hover {
  color: #262626;
  border-bottom-color: #999999;
  text-decoration: none;
}
#jg-global-header .nav-l1-wrap:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  top: -20px;
  left: 84%;
  border: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  margin-left: -10px;
}
#jg-global-header .nav-l1-wrap {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  top: 120%;
  left: 10px;
  right: 10px;
  list-style-type: none;
  padding: 10px 0 10px 10px;
  background: #fff !important;
  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);
}
@media (min-width: 768px) {
  #jg-global-header .nav-l1-wrap {
    left: -5%;
    right: 0;
  }
}
#jg-global-header .nav-l1-row {
  background-color: #ffffff;
  padding: 8px;
  padding: 0.4714285714285714rem;
  font-size: 15px;
  font-size: 0.8571428571428571rem;
}
#jg-global-header .nav-me-wrap.dropdown-active .nav-l1-wrap {
  visibility: visible;
  top: 100%;
  opacity: 1;
}
.ie8 #nav-section1 {
  width: 62% !important;
  border-bottom: 0 !important;
}
.ie8 #nav-section2 {
  width: 37% !important;
  background-color: transparent !important;
  border-bottom: 0 !important;
}












/* navigation*/

#dev-portal-head {
  margin-bottom: 1px;
}
@media (max-width: 768px) {
  #dev-portal-head .pure-container .container {
    margin-left: -0.9375%;
    margin-right: -0.9375%;
  }
}

#secondary-nav #phone-menu {
  display: block;
  padding: 1em;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #999999;
}
#secondary-nav #phone-menu:after {
  content: '\f078';
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 55px;
  font-size: 16px;
}
#secondary-nav #phone-menu.dropdown-active:after {
  content: '\f077';
}
#secondary-nav ul#top-level-menu {
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  #secondary-nav ul#top-level-menu {
    display: inline;
  }
}
#secondary-nav ul#top-level-menu.dropdown-active {
  display: block;
}
#secondary-nav ul#top-level-menu li {
  border-bottom: 1px solid #cccccc;
}
#secondary-nav ul#top-level-menu li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  position: relative;
}
#secondary-nav ul#top-level-menu li a:after {
  content: '\f105';
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 16px;
}
#secondary-nav ul#top-level-menu li ul {
  display: none;
}



@media (min-width: 768px) {
  #secondary-nav ul#top-level-menu li {
    display: inline-block;
    border-bottom: none;
  }
  #secondary-nav ul#top-level-menu li a {
    padding: 0.5em 1em;
    border-bottom: 3px solid transparent;
    font-size: 15px;
    font-size: 0.8571428571428571rem;
  }
  #secondary-nav ul#top-level-menu li a:hover {
    border-bottom-color: #7a04dd;
  }
  #secondary-nav ul#top-level-menu li a:after {
    display: none;
  }
}
#secondary-nav ul#top-level-menu li.active {
  background-color: #cccccc;
}
#secondary-nav ul#top-level-menu li.active ul {
  display: block;
}
@media (min-width: 768px) {
  #secondary-nav ul#top-level-menu li.active ul {
    position: absolute;
    left: 0;
    right: 0;
  }
  #secondary-nav ul#top-level-menu li.active ul li.active a {
    border-bottom-color: #7a04dd !important;
    padding-bottom: 3px;
  }
}
#nav-secondary-bar {
  background-color: #999999;
  height: 39px;
  height: 2.1857142857142855rem;
}
@media (min-width: 768px) {
  #secondary-nav ul#top-level-menu li.active-level-1 a {
    color: #fff !important;
    background-color: #999999;
  }
  #secondary-nav .login-in-help {
    color: #262626 !important;
    float: right;
    height: 39px;
    height: 2.1857142857142855rem;
    padding-top: 5px;
    padding-top: 0.29999999999999993rem;
    margin-right: 23px;
    margin-right: 1.2857142857142855rem;
  }
  #secondary-nav .login-in-help a.login-nav {
    display: inline-block;
    text-decoration: none;
    position: relative;
  }
  #secondary-nav .login-in-help a.login-nav:before {
    font-family: 'FontAwesome';
    content: "\f007";
    color: #999999;
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 42px;
    font-size: 16px;
    margin-right: 3px;
  }
  #secondary-nav .login-in-help a.help-nav {
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin-left: 15px;
    margin-left: 0.8571428571428571rem;
  }
  #secondary-nav .login-in-help a.help-nav:before {
    font-family: 'FontAwesome';
    content: "\f128";
    color: #999999;
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 34px;
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  #secondary-nav {
    position: relative;
  }
  #secondary-nav .login-in-help {
    color: #262626 !important;
    position: absolute;
    left: 251px;
    top: 14px;
    width: 77px;
  }
  #secondary-nav .login-in-help a.login-nav {
    display: inline-block;
    text-decoration: none;
    position: relative;
  }
  #secondary-nav .login-in-help a.login-nav:before {
    font-family: 'FontAwesome';
    content: "\f007";
    color: #999999;
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 42px;
    font-size: 16px;
  }
  #secondary-nav .login-in-help a.help-nav {
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin-left: 15px;
    margin-left: 0.8571428571428571rem;
  }
  #secondary-nav .login-in-help a.help-nav:before {
    font-family: 'FontAwesome';
    content: "\f128";
    color: #999999;
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 34px;
    font-size: 16px;
  }
}

/* ------------new-navigation ------------ */
/* 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;
}
#dev-portal-head {
  margin-bottom: 1px;
}
@media (max-width: 768px) {
  #dev-portal-head .pure-container .container {
    margin-left: -0.9375%;
    margin-right: -0.9375%;
  }
}
#secondary-nav #phone-menu {
  display: block;
  padding: 1em;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #999999;
}
#secondary-nav #phone-menu:after {
  content: '\f078';
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 55px;
  font-size: 16px;
}
#secondary-nav #phone-menu.dropdown-active:after {
  content: '\f077';
}
#secondary-nav ul#top-level-menu {
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  #secondary-nav ul#top-level-menu {
    display: inline;
  }
}
#secondary-nav ul#top-level-menu.dropdown-active {
  display: block;
}
#secondary-nav ul#top-level-menu li {
  border-bottom: 1px solid #cccccc;
}
#secondary-nav ul#top-level-menu li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  position: relative;
}
#secondary-nav ul#top-level-menu li a:after {
  content: '\f105';
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 16px;
}
#secondary-nav ul#top-level-menu li ul {
  display: none;
}
@media (min-width: 768px) {
  #secondary-nav ul#top-level-menu li {
    display: inline-block;
    border-bottom: none;
  }
  #secondary-nav ul#top-level-menu li a {
    padding: 0.5em 1em;
    border-bottom: 3px solid transparent;
    font-size: 15px;
    font-size: 0.8571428571428571rem;
  }
  #secondary-nav ul#top-level-menu li a:hover {
    border-bottom-color: #7a04dd;
  }
  #secondary-nav ul#top-level-menu li a:after {
    display: none;
  }
}
#secondary-nav ul#top-level-menu li.active {
  background-color: #cccccc;
}
#secondary-nav ul#top-level-menu li.active ul {
  display: block;
}
@media (min-width: 768px) {
  #secondary-nav ul#top-level-menu li.active ul {
    position: absolute;
    left: 0;
    right: 0;
  }
  #secondary-nav ul#top-level-menu li.active ul li.active a {
    border-bottom-color: #7a04dd !important;
    padding-bottom: 3px;
  }
}
#nav-secondary-bar {
  background-color: #999999;
  height: 39px;
  height: 2.1857142857142855rem;
}
/*tablet up*/
@media (min-width: 768px) {
  #secondary-nav ul#top-level-menu li.active-level-1 a {
    color: #fff !important;
    background-color: #999999;
  }
  #secondary-nav .login-in-help {
    color: #262626 !important;
    float: right;
    height: 39px;
    height: 2.1857142857142855rem;
    padding-top: 5px;
    padding-top: 0.29999999999999993rem;
    margin-right: 23px;
    margin-right: 1.2857142857142855rem;
  }
  #secondary-nav .login-in-help a.login-nav {
    display: inline-block;
    text-decoration: none;
    position: relative;
  }
  #secondary-nav .login-in-help a.login-nav:before {
    font-family: 'FontAwesome';
    content: "\f007";
    color: #999999;
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 42px;
    font-size: 16px;
  }
  #secondary-nav .login-in-help a.help-nav {
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin-left: 15px;
    margin-left: 0.8571428571428571rem;
  }
  #secondary-nav .login-in-help a.help-nav:before {
    font-family: 'FontAwesome';
    content: "\f128";
    color: #999999;
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 34px;
    font-size: 16px;
  }
}
/*phone nav fix*/
@media (max-width: 320px) {
  #secondary-nav {
    position: relative;
  }
  #secondary-nav .login-in-help {
    color: #262626 !important;
    position: absolute;
    left: 251px;
    top: 14px;
    width: 77px;
  }
  #secondary-nav .login-in-help a.login-nav {
    display: inline-block;
    text-decoration: none;
    position: relative;
  }
  #secondary-nav .login-in-help a.login-nav:before {
    font-family: 'FontAwesome';
    content: "\f007";
    color: #999999;
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 42px;
    font-size: 16px;
  }
  #secondary-nav .login-in-help a.help-nav {
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin-left: 15px;
    margin-left: 0.8571428571428571rem;
  }
  #secondary-nav .login-in-help a.help-nav:before {
    font-family: 'FontAwesome';
    content: "\f128";
    color: #999999;
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 34px;
    font-size: 16px;
  }
}







.ie8 #secondary-nav #phone-menu {
  display: none;
}
.ie8 #secondary-nav ul#top-level-menu {
  display: inline;
}
.ie8 #secondary-nav ul#top-level-menu li {
  display: inline-block;
  border-bottom: none;
}
.ie8 #secondary-nav ul#top-level-menu li a {
  padding: 0.5em 1em;
  border-bottom: 3px solid transparent;
  font-size: 15px;
  font-size: 0.8571428571428571rem;
}
.ie8 #secondary-nav ul#top-level-menu li a:hover {
  border-bottom-color: #7a04dd;
}
.ie8 #secondary-nav ul#top-level-menu li a:after {
  display: none;
}
.ie8 #secondary-nav ul#top-level-menu li.active ul {
  position: absolute;
  left: 0;
  right: 0;
}
.ie8 #secondary-nav ul#top-level-menu li.active ul li.active a {
  border-bottom-color: #7a04dd;
}
.ie8 .login-in-help {
  color: #262626 !important;
  float: right;
  height: 39px;
  height: 2.1857142857142855rem;
  padding-top: 4px;
  padding-top: 0.21428571428571427rem;
  margin-right: 23px;
  margin-right: 1.2857142857142855rem;
  margin-top: 7px;
}
.ie8 .login-in-help a.login-nav {
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.ie8 #secondary-nav ul#top-level-menu li.active-level-1 a {
  color: #fff;
}
.ie8 #secondary-nav ul#top-level-menu li ul.list-unstyled li {
  margin-right: 1px;
  background: #999999;
}
.ie8 #secondary-nav ul#top-level-menu li a:after {
  color: transparent;
  display: none !important;
  content: ' ';
}
.ie8 .nav-standard-page-nav ul {
  list-style: none !important;
}





/* ------------ end new-navigation ------------ */


/*ie fixes*/
.ie8 #secondary-nav #phone-menu {
  display: none;
}
.ie8 #secondary-nav ul#top-level-menu {
  display: inline;
}
.ie8 #secondary-nav ul#top-level-menu li {
  display: inline-block;
  border-bottom: none;
}
.ie8 #secondary-nav ul#top-level-menu li a {
  padding: 0.5em 1em;
  border-bottom: 3px solid transparent;
  font-size: 15px;
  font-size: 0.8571428571428571rem;
}
.ie8 #secondary-nav ul#top-level-menu li a:hover {
  border-bottom-color: #7a04dd;
}
.ie8 #secondary-nav ul#top-level-menu li a:after {
  display: none;
}
.ie8 #secondary-nav ul#top-level-menu li.active ul {
  position: absolute;
  left: 0;
  right: 0;
}
.ie8 #secondary-nav ul#top-level-menu li.active ul li.active a {
  border-bottom-color: #7a04dd;
}
.ie8 .login-in-help {
  color: #262626 !important;
  float: right;
  height: 39px;
  height: 2.1857142857142855rem;
  padding-top: 4px;
  padding-top: 0.21428571428571427rem;
  margin-right: 23px;
  margin-right: 1.2857142857142855rem;
  margin-top: 7px;
}
.ie8 .login-in-help a.login-nav {
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.ie8 #secondary-nav ul#top-level-menu li.active-level-1 a {
  color: #fff;
}
.ie8 #secondary-nav ul#top-level-menu li ul.list-unstyled li {
  margin-right: 1px;
  background: #999999;
}
.ie8 #secondary-nav ul#top-level-menu li a:after {
  color: transparent;
  display: none !important;
  content: ' ';
}
.ie8 .nav-standard-page-nav ul {
  list-style: none !important;
}




/*footer*/
.footer {
  position: relative;
  border-top: 1px solid #efefef;
  margin-top: 0 !important;
  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.2857142857142855rem;
}
.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;
  color: #999999;
}
.footer .social-links-wrap li a.facebook:hover {
  color: #3b5998;
}
.footer .social-links-wrap li a.linked-in:hover {
  color: #4875B4;
}
.footer .social-links-wrap li a.twitter:hover {
  color: #4099FF;
}
.footer .social-links-wrap li a.instagram:hover {
  color: #4E433C ;
}
.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;
  }
}
.off-screen,
.social-share li a span {
  height: 1px;
  left: -50000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px;
}
.ng-cloak {
  display: none!important;
}


/* dev portal specific */

#dev-portal h1 { 
display: block;
text-align: center;
padding-bottom: 0.5571428571428572rem;
padding-top: 0.9428571428571428rem;
margin-bottom: 0.42857142857142854rem;
margin-top: 5px;
-webkit-box-shadow: 0 0 0 4px transparent, 0 6px 2px #e4e4e4;
-moz-box-shadow: 0 0 0 4px transparent, 0 6px 2px #e4e4e4;
box-shadow: 0 0 0 4px transparent, 0 6px 2px #e4e4e4;
}
#dev-portal, #dev-portal-3scale filedset{
border: none !important;
}

.form-group > .control-label {
  font-weight: 300;
}

#donation-form #donation-form-fundraising .error,
#donation-form #donation-form-charity .error,
#donation-form #donation-form-campaign .error {
  display: block;
  line-height: 23px;
  line-height: 1.2857142857142855rem;
  background-color: #ffd1d1;
  -webkit-transition: 0.25s linear all;
  padding: 8px;
  padding: 0.42857142857142854rem;
}

a.tooltip-helper {
  display: inline;
  margin-left: 5px;
  color: #999999;
}
#tooltip {
  text-align: center;
  color: #262626;
  background: #a9ddf3;
  position: absolute;
  z-index: 100;
  padding: 15px;
  padding: 0.8571428571428571rem;
}
#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #a9ddf3;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}

#donation-form #donation-form-fundraising #charity-dropdown,
#donation-form #donation-form-charity #charity-dropdown {
  width: 70%;
  border: 1px solid #e9e9e9;
}
#donation-form #donation-form-fundraising #charity-dropdown .dropdown-container .dropdown-item-wrap,
#donation-form #donation-form-charity #charity-dropdown .dropdown-container .dropdown-item-wrap {
  clear: both;
  padding: 15px;
  padding: 0.8571428571428571rem;
}
#donation-form #donation-form-fundraising #charity-dropdown .dropdown-container .dropdown-item,
#donation-form #donation-form-charity #charity-dropdown .dropdown-container .dropdown-item {
  border-bottom: 1px solid #e9e9e9;
  background-color: #fff;
  margin: 1px;
  width: auto;
}
#donation-form #donation-form-fundraising #charity-dropdown .dropdown-container .dropdown-item:hover,
#donation-form #donation-form-charity #charity-dropdown .dropdown-container .dropdown-item:hover {
  background-color: #e6e4de;
  cursor: pointer;
}
#donation-form #donation-form-fundraising #charity-dropdown .dropdown-container .is-under-cursor,
#donation-form #donation-form-charity #charity-dropdown .dropdown-container .is-under-cursor {
  background-color: #e9e9e9;
}
#donation-form #donation-form-fundraising #charity-dropdown .dropdown-container .charity-logo,
#donation-form #donation-form-charity #charity-dropdown .dropdown-container .charity-logo {
  float: right;
  width: 20%;
  text-align: right;
}
#donation-form #donation-form-fundraising #charity-dropdown .dropdown-container .charity-logo img,
#donation-form #donation-form-charity #charity-dropdown .dropdown-container .charity-logo img {
  width: 50px;
  height: 50px;
}
#donation-form #donation-form-fundraising #charity-dropdown .dropdown-container .charity-name,
#donation-form #donation-form-charity #charity-dropdown .dropdown-container .charity-name {
  width: 70%;
  position: relative;
}
#donation-form #donation-form-fundraising #charity-dropdown .dropdown-container .charity-reg,
#donation-form #donation-form-charity #charity-dropdown .dropdown-container .charity-reg {
  width: 80%;
  font-size: 0.85714em;
  font-weight: 300;
  line-height: 31px;
  line-height: 1.7142857142857142rem;
}