.container {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  transform: translate3d(100%, 0, 0);
  transition: 0.3s all linear;
  animation-name: container-enter;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  display: flex;
  flex-direction: column;
}

.container-exit {
  animation-name: container-exit;
  animation-fill-mode: forwards;
}

@keyframes container-enter {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes container-exit {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}

.header {
  display: flex;
  flex-direction: column;
  background-size: cover;
}

.bg-animals {
  background: url(/assets/img/bg-animals.jpg) center top no-repeat;
  background-size: cover;
}

.bg-arts-culture-humanities {
  background: url(/assets/img/bg-arts.png) center center no-repeat;
  background-size: cover;
}

.bg-arts-culture-and-humanities {
  background: url(/assets/img/bg-arts.png) center center no-repeat;
  background-size: cover;
}

.bg-education {
  background: url(/assets/img/bg-education.png) no-repeat center top;
  background-size: cover;
}

.bg-environment {
  background: url(/assets/img/bg-environment.png) center top no-repeat;
  background-size: cover;
}

.bg-environment-and-animals {
  background: url(/assets/img/bg-environment.png) center top no-repeat;
  background-size: cover;
}

.bg-health {
  background: url(/assets/img/bg-health.png) center top no-repeat;
  background-size: cover;
}

.bg-human-services {
  background: url(/assets/img/bg-human-services.png) center top no-repeat;
  background-size: cover;
}

.bg-international {
  background: url(/assets/img/bg-international.png) center top no-repeat;
  background-size: cover;
}

.bg-international-foreign-affairs {
  background: url(/assets/img/bg-international.png) center top no-repeat;
  background-size: cover;
}

.bg-human-and-civil-rights {
  background: url(/assets/img/bg-civil-rights.jpg) center top no-repeat;
  background-size: cover;
}

.bg-religion,
.bg-religion-related {
  background: url(/assets/img/bg-religion.png) center top no-repeat;
  background-size: cover;
  background: 'linear-gradient(180deg, rgba(200, 70, 176, 0.6) 0.4%, rgba(162, 60, 180, 0.6) 47.6%)';
}

.bg-community-development,
.bg-mutual-membership-benefit {
  background: url(/assets/img/bg-community.jpg) center top no-repeat;
  background-size: cover;
}

.bg-public-societal-benefit {
  background: url(/assets/img/bg-research.png) center top no-repeat;
  background-size: cover;
}

.bg-research-and-public-policy {
  background: url(/assets/img/bg-research.png) center top no-repeat;
  background-size: cover;
}

.bg-uncategorized {
  background: url(/assets/img/bg-uncategorized.jpg) center top no-repeat;
  background-size: cover;
}

.top-nav {
  padding: 17px 19px 17px 19px;
}

.category-container {
  display: flex;
  flex: 1;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: left;
}

.category-animals {
  background-color: rgba(254, 191, 5, 0.31) !important;
}

.category-arts-culture-humanities {
  background-color: rgba(255, 160, 1, 0.31) !important;
}

.category-arts-culture-and-humanities {
  background-color: rgba(252, 160, 54, 0.44) !important;
}

.category-environment-and-animals {
  background-color: rgba(39, 212, 159, 0.31) !important;
}

.category-education {
  background-color: rgba(29, 175, 235, 0.5) !important;
}

.category-environment {
  background-color: rgba(151, 247, 235, 0.25) !important;
}

.category-health {
  background-color: rgba(228, 32, 138, 0.3) !important;
}

.category-human-services {
  background-color: rgba(140, 174, 217, 0.5) !important;
}

.category-international {
  background-color: rgba(87, 133, 226, 0.31) !important;
}

.category-international-foreign-affairs {
  background-color: rgba(87, 133, 226, 0.4) !important;
}

.category-human-and-civil-rights {
  background-color: rgba(241, 52, 58, 0.31) !important;
}

.category-religion,
.category-religion-related {
  background-color: rgba(200, 70, 176, 0.35) !important;
}

.category-community-development,
.category-mutual-membership-benefit {
  background-color: rgba(126, 213, 0, 0.31) !important;
}

.category-research-and-public-policy {
  background-color: rgba(147, 41, 196, 0.31) !important;
}

.category-public-societal-benefit {
  background-color: rgba(147, 41, 196, 0.4) !important;
}

.category-uncategorized {
  background-color: rgba(255, 93, 9, 0.31) !important;
}

.details-category-name {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.2px;
  color: #ffffff;
}
.details-cause {
  opacity: 0.6;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.2px;
  color: #ffffff;
}

.info-bar {
  background-color: rgba(249, 249, 250, 0.2);
  display: flex;
  align-items: center;
}

.info-bar-animals {
  background-color: #ffbf05;
}

.info-bar-arts-culture-humanities {
  background-color: #ffa000;
}

.info-bar-arts-culture-and-humanities {
  background-color: #ffa000;
}

.info-bar-environment-and-animals {
  background: linear-gradient(180deg, #56bd9f 0%, rgba(86, 189, 159, 0) 100%);
}

.info-bar-education {
  background-color: #40b1e4;
}

.info-bar-environment {
  background: linear-gradient(180deg, #56bd9f 0%, rgba(86, 189, 159, 0) 100%);
}

.info-bar-health {
  background-color: #e51f8a;
}

.info-bar-human-services {
  background: linear-gradient(180deg, #2766b0 0%, rgba(86, 189, 159, 0) 100%);
}

.info-bar-international {
  background-color: #5785e2;
}

.info-bar-international-foreign-affairs {
  background-color: #5785e2;
}

.info-bar-human-and-civil-rights {
  background-color: #f1343a;
}

.info-bar-religion,
.info-bar-religion-related {
  background-color: #c816e8;
}

.info-bar-community-development,
.info-bar-mutual-membership-benefit {
  background-color: #7ed600;
}

.info-bar-research-and-public-policy {
  background-color: #9328c5;
}

.info-bar-public-societal-benefit {
  background-color: #9328c5;
}

.info-bar-uncategorized {
  background-color: #ff5d09;
}

.info-bar-inner {
  padding: 20px 35px 20px 35px;
  text-align: left;
}

.charity-name {
  font-family: "Roboto Slab";
  font-size: 26px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.cn-score {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.1);
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  text-align: right;
  color: #ffffff;
  text-align: center;
  margin-left: 15px;
  padding: 16px;
}

.details-info {
  display: flex;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: 0.2px;
  color: #697a97;
  text-align: left;
}

.mission {
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 0.5px;
  color: #424a67;
  text-align: left;
}

.legend {
  font-family: "Roboto Slab";
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.2px;
  color: #424a67;
  margin-left: 40px;
}

.legend-key {
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  margin-right: 8px;
}

.score {
  font-family: "Roboto Slab";
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  text-align: center;
  color: #40516e;
}

.ceo-compensation-amount {
  font-family: "Roboto Slab";
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.2px;
  color: #40516e;
}

.ceo-name {
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: 0.2px;
  color: #40516e;
}

.mission-statement-empty {
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 0.5px;
  text-align: center;
  color: #424a67;
  padding-top: 15px;
  margin-bottom: 60px;
}

.empty-content {
  opacity: 0.5;
  font-family: "Roboto Slab";
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
  text-align: center;
  color: #697a97;
  margin: 50px 15px 50px 15px;
}

.content-container {
  display: flex;
  padding: 35px;
  background-color: #ffffff;
}

.content-container-content {
  flex: 1;
  padding-right: 65px;
}

.content-container-sidebar {
  width: 370px;
  background-color: rgba(66, 74, 103, 0.05);
  padding: 0 10px 0 10px;
}

.expense-breakdown-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-device-width: 900px) {
  .content-container {
    display: block !important;
  }
  .content-container-content {
    padding-right: 0px !important;
  }
  .content-container-sidebar {
    width: 100%;
    padding: 0;
  }
  .expense-breakdown-container {
    display: block !important;
  }
  .content-container .mission {
    text-align: justify !important;
  }
}
