* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
}
a {
  -webkit-tap-highlight-color: black;
  transition: color 0.15s ease-in-out;
  color: #0777b3;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  color: #2b4d70;
}
img,
video,
embed,
object,
iframe {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
  margin: 1.42105263 0 0.71052632 0;
}
h1 {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 46px;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.42105263;
}
h3 {
  font-size: 22px;
  line-height: 23px;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0.71052632 0 0 0;
}
nav.main-nav {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 1;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  nav.main-nav .wrapper {
    height: 40px;
    padding: 10px;
  }
}
nav.main-nav .logo {
  display: block;
  vertical-align: middle;
}
nav.main-nav .logo img {
  width: 310px;
  height: 70px;
  max-height: 100%;
}
@media (max-width: 768px) {
  nav.main-nav .logo img {
    height: 24px;
    width: auto;
  }
}
nav.main-nav .share {
  position: absolute;
  top: 20px;
  right: 10px;
}
@media (max-width: 768px) {
  nav.main-nav .share {
    top: 10px;
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share label {
  background: white !important;
}
@media (max-width: 480px) {
  nav.main-nav .share label span {
    display: none;
  }
  nav.main-nav .share .left {
    margin-left: -275px !important;
  }
}
body {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
responsive-child {
  display: block;
  clear: both;
}
.headline {
  width: 620px;
  text-align: center;
  padding-bottom: 5px;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-weight: bold;
}
@media (max-width: 620px) {
  .headline {
    width: 100%;
  }
}
.node {
  cursor: pointer;
}
.node text {
  font-size: 11px;
}
.graphic {
  float: left;
}
@media (max-width: 620px) {
  .graphic {
    margin: auto;
    width: 380px;
    float: none;
  }
}
@media (max-width: 380px) {
  .graphic {
    width: 100%;
  }
}
.text {
  float: left;
  vertical-align: top;
  width: 240px;
  padding-left: 20px;
}
@media (max-width: 620px) {
  .text {
    width: 100%;
    padding: 0;
  }
}
.chatter {
  font-size: 13px;
}
#panel {
  background: #f3f3f3;
  border-radius: 4px;
  font-size: 16px;
  margin: 15px 0;
  padding: 10px;
}
@media (max-width: 620px) {
  #panel {
    margin-bottom: 8px;
  }
}
#panel .recipient,
#panel .donor {
  font-size: 11px;
}
#panel .default-title {
  font-size: 14px;
}
#panel .category {
  display: inline-block;
  letter-spacing: 0.5px;
  font-size: 9px;
  text-transform: uppercase;
  padding: 3px 5px 2px 5px;
  border-radius: 2px;
}
#panel .total {
  padding-top: 5px;
}
#panel .provider-name {
  font-size: 14px;
  padding-top: 5px;
}
#panel .provider-name.default {
  font-size: 15px;
}
.sources {
  font-size: 10px;
  font-style: italic;
  padding-bottom: 2px;
}
@media (max-width: 620px) {
  .sources {
    text-align: right;
  }
}
.credit {
  text-transform: uppercase;
  font-size: 10px;
}
@media (max-width: 620px) {
  .credit {
    text-align: right;
  }
}
