/*GENERAL STYLES*/

#overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 10000;
}

.bg-white {
  background-color: white;
}

.grid-h {
  display: flex;
}

h1,
h2,
h3,
h4 {
  letter-spacing: 0.2px !important;
  color: #0c3566;
}

h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  margin: 0 0 20px 0;
}

h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 8px;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

p.sub-h1 {
  color: #0c3566;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  margin: 0;
  max-width: 50%;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.affix {
  width: 262.6px;
}

.box h1,
.box h2,
.box h3,
.box h4 {
  margin: 0 0 5px 0;
}

.no-padding {
  padding: 0 !important;
}

.btn-l {
  padding: 8px 15px;
}

.btn-xl {
  padding: 14px 80px;
}

.center:last-child {
  margin-bottom: 60px;
}

.sep {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
  margin: 0 -20px;
}

.sep.full {
  margin: 20px -20px;
}

.table {
  margin-bottom: 0;
}

.box h1 {
  font-size: 18px;
  margin: 0 0 5px 0;
  text-transform: capitalize;
}

.box h2 {
  font-size: 16px;
  margin: 12px 0 5px 0;
  text-transform: capitalize;
}

.box h3 {
  font-size: 13px;
  margin: 0;
  line-height: 14px;
  margin: 0px 0 5px 0;
}

.box h4 {
  font-size: 12px;
  margin: 0px 0 5px 0;
}

section {
  padding: 60px 0;
}

.perk img {
  width: 55px;
  max-height: 55px;
  height: auto;
}

.perk p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}

/*BUTTONS*/

.btn {
  border-radius: 8px !important;
}

.buttons .btn:first-child {
  margin-right: 8px;
}

/*BUTTONS*/
.box {
  border-radius: 2px;
  padding: 20px;
  background: #ffffff;
  position: relative;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 2px 3px rgba(0, 0, 0, 0.2);
}

.no-shadow {
  box-shadow: none;
  border-radius: 0;
}

.border-r {
  border-right: 1px solid #e8e8e8;
}

.title-area {
  margin-bottom: 20px;
}

.title-area.call-to-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #e8f1fd;
  padding: 40px !important;
  border-radius: 8px;
  margin: 10px 15px 50px 15px;
}

/*END GENERAL STYLES*/
/*PAGE HEADER*/

#header {
  position: relative;
  display: flex;
  justify-content: center;
  height: calc(100vh - 85px);
  overflow: hidden;
  border-bottom: 1px solid #cedbe7;
}

#header .overlay {
  background-color: rgba(12, 11, 11, 0.6);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
}

#header .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#header .video video {
  width: 100%;
}

#header .header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  top: 130px;
  z-index: 1000;
}

#header .header .left {
  flex: 1;
}

#header .header h1 {
  color: #fff;
  font-size: 3em;
  font-weight: bold;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.25);
}

#header .header h1 span {
  display: block;
}

#header .header .sub-h1 {
  font-size: 1.4em;
  color: #fff;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.25) !important;
  font-weight: 500;
  line-height: 1.4em;
}

#header .header .buttons {
  margin-top: 40px;
}

#header .header .buttons a {
  margin: 0;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.25) !important;
  font-size: 1.2em;
}

#header .supporters {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  z-index: 1000;
}

#header .supporters .left {
  margin-right: 80px;
}

#header .supporters span {
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.5px;
}

#header .supporters .logos {
  display: flex;
  align-items: center;
  margin: 0 -15px;
}

#header .supporters .logos .item {
  margin: 0 15px;
  min-height: 60px;
  display: flex;
  align-items: center;
}

#header .supporters .logos img {
  width: 130px;
  height: auto;
}

/*END PAGE HEADER*/
/*ABOUT*/

#about {
  padding: 60px 0 80px 0;
  border-bottom: 1px solid #cedbe7;
}

#about .title-area {
  max-width: 47vw;
  margin: 0 auto;
}

#about .un-goals {
  margin: 50px 0 70px 0;
}

#about .un-banner img {
  width: 17vw;
  margin: 0 auto;
  text-align: center;
  display: block;
}

#about #unCarousel img {
  width: 38vw;
  margin-top: 30px !important;
  margin: 0 auto;
}

#about #unCarousel .carousel-control {
  background: #e9edf1;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

#about .content-area {
  margin-top: 40px;
}

#about p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}

#about .buttons {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}

/*END ABOUT*/
/*CHALLENGES*/

#challenges .challenges-list {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -10px;
}

#challenges .box.challenge {
  box-shadow: none;
  width: 31.6%;
  margin: 10px;
}

#challenges .box.challenge .challenge-cover {
  margin: -20px;
  position: relative;
  max-height: 120px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

#challenges .box.challenge .challenge-cover .challenge-cover-overlay {
  background-color: rgba(12, 53, 102, 0.5);
  position: absolute;
  width: 100%;
  height: 150px;
}

#challenges .box.challenge .challenge-cover img {
  width: 100%;
  min-height: 120px;
}

#challenges .box.challenge .challenge-cover .challenge-label {
  position: absolute;
  top: 14px;
  left: 14px;
  color: #0c3566;
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 0.9em;
  font-weight: 600;
}

#challenges .box.challenge .challenge-cover .challenge-label.open {
  background-color: #c4edd2;
}

#challenges .box.challenge .challenge-cover .challenge-label.open svg {
  fill: #4ede7f;
  stroke: #4ede7f;
}

#challenges .box.challenge .challenge-cover .challenge-label.upcoming {
  background-color: #f9dab5;
}

#challenges .box.challenge .challenge-cover .challenge-label.upcoming svg {
  fill: #ee8f1d;
  stroke: #ee8f1d;
}

#challenges .box.challenge .challenge-cover .challenge-label.closed {
  background-color: #ecc9cb;
}

#challenges .box.challenge .challenge-cover .challenge-label.closed svg {
  fill: #f35a63;
  stroke: #f35a63;
}

#challenges .box.challenge .challenge-cover .challenge-label svg {
  margin-right: 6px;
}

#challenges .box.challenge .challenge-text {
  margin-top: 40px;
}

#challenges .box.challenge .challenge-text .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 86px;
}

#challenges .box.challenge .challenge-text .challenge-title {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.2em;
  margin-right: 30px;
}

#challenges .box.challenge .right.avatar {
  height: 35px;
  width: 35px;
  min-width: 35px;
  border: 1px solid #cedbe7;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  box-sizing: content-box;
  overflow: hidden;
}

#challenges .box.challenge .right.avatar img {
  width: 35px;
  height: auto;
  border-radius: 0;
  border: none;
}

#challenges .box.challenge .challenge-text .challenge-owner {
  margin-bottom: 0;
}

#challenges .box.challenge .challenge-text .challenge-description {
  margin-top: 15px;
  text-transform: initial;
  line-height: 1.5em;
}

#challenges .box.challenge .challenge-text .challenge-meta {
  margin-top: 20px;
}

#challenges .box.challenge .challenge-text .challenge-meta p {
  display: flex;
  align-items: center;
  margin: 0;
}

#challenges .box.challenge .challenge-text .challenge-meta p:first-child {
  margin-bottom: 6px;
}

#challenges .box.challenge .challenge-text .challenge-meta p svg {
  margin-right: 6px;
}

#challenges .title-area.call-to-action {
  margin: 60px 0 0 0;
}

#challenges .title-area.call-to-action .sub-h1 {
  color: #0c3566;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}

#challenges .title-area.call-to-action .buttons {
  display: flex;
  flex-direction: row;
}

/*END CHALLENGES*/
/*CATEGORIES*/

#categories {
  padding: 60px 0 80px 0;
  border-bottom: 1px solid #cedbe7;
}

#categories .initiative-areas {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0 -10px -10px -10px;
  flex-flow: wrap;
}

#categories .initiative-areas .area.box {
  width: 23.27%;
  margin: 10px;
  box-shadow: none;
}

#categories .initiative-areas .area .image {
  height: 120px;
  margin: -20px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

#categories .initiative-areas .area .image img {
  width: 100%;
  height: auto;
  min-height: 120px;
}

#categories .initiative-areas .area .text {
  margin-top: 40px;
}

#categories .initiative-areas .area h3 {
  text-transform: capitalize;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.2em;
}

#categories .initiative-areas .manager {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  margin-top: 15px;
}

#categories .initiative-areas .manager .avatar {
  margin-right: 10px;
}

#categories .initiative-areas .manager p span {
  display: block;
  font-weight: 600;
  color: #58708d;
}

#categories .initiative-areas .area .btn {
  display: block;
  margin-top: 20px;
  width: 100%;
}

/*END CATEGORIES*/
/*NETWORK*/

#network {
  padding-bottom: 0;
}

#network .wrapper {
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#network .title-area {
  max-width: 750px;
}

#network h2 {
  margin-bottom: 20px;
}

#network p.sub-h1 {
  color: #0c3566;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
  max-width: 100%;
}

#network .call-to-action {
  margin: 50px 0 -30px 0;
  max-width: 100% !important;
  position: relative;
  z-index: 1000;
}

#network .wrapper .left {
  width: 40%;
  margin-right: 30px;
}

#network .wrapper .left .title-area {
  margin-bottom: 30px;
}

#network .wrapper .right {
  width: 50%;
}

#network .wrapper .right .kpis-bar {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

#network .wrapper .right .kpi {
  font-weight: 600;
  font-size: 15px;
  padding: 10px 20px;
  margin: 5px;
  box-shadow: 0 0 30px #eceff3;
  width: 31.53%;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#network .wrapper .right span {
  font-size: 1.5em;
  font-weight: bold;
  display: block;
}

/*END NETWORK*/
/*OPPORTUNITIES*/

#opportunities {
  border-bottom: 1px solid #cedbe7;
}

#opportunities .opportunities {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#opportunities .opportunities .box {
  overflow: hidden;
  box-shadow: none;
}

#opportunities .opportunities .sidebar-left .box ul li:not(:last-child) {
  border-bottom: 1px solid #cedbe7 !important;
}

#opportunities .opportunities .sidebar-left .box ul li {
  margin-top: 0;
}

#opportunities .opportunities .sidebar-left .box ul li.active a {
  background-color: #f3f6f8 !important;
  color: #0c3566 !important;
  font-weight: 700 !important;
}

#opportunities .opportunities .sidebar-left .box ul li a {
  padding: 10px 15px;
  color: #0c3566 !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  border-radius: 0;
}

.box.item {
  margin-bottom: 15px;
}

.box.item .user-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.box.item .user-info div {
  display: table-cell;
  vertical-align: middle;
}

.box.item .user-info .avatar-s {
  position: relative;
  display: block;
}

.box.item .user-info a.meta {
  display: flex;
  align-items: center;
}

.box.item .user-info .user-meta {
  margin: 0;
}

.box.item .user-info .user-meta h3 {
  margin-bottom: 1px;
  max-width: 350px;
  margin-left: 12px !important;
}

.box.item .user-info .user-meta p {
  margin: 0;
  margin-left: 12px !important;
}

.box.item .post-info {
  display: table;
  margin-top: 0px;
}

.box.item.post .post-info {
  display: flex;
  flex-flow: row-reverse;
  margin-top: 0;
  align-items: flex-start;
}

.box.item.post .post-info .post-text {
  padding-right: 0;
  padding-left: 20px;
}

.box.item.post .post-info .post-text .description {
  margin-bottom: 6px;
}

.box.item.post .post-info .post-text .description2 {
  margin: 0;
  font-weight: 600;
}

.box.item.post .post-info .post-img {
  margin-top: 14px;
}

.box.item .post-info div {
  display: table-cell;
  vertical-align: middle;
}

.box.item .post-info div.post-text {
  width: 100%;
  overflow: hidden;
  padding-right: 20px;
}

.box.item .post-info p.description {
  margin: 0;
  text-transform: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box.item .post-info div.post-text p.description:after {
  content: "…";
  margin-left: 2px;
}

.box.item .post-info div.post-img img {
  width: 100px;
  height: 70px;
  border-radius: 8px;
  border: 1px solid #cedbe7;
}

.box.item .post-buttons {
  display: flex;
  justify-content: space-between;
}

.box.item .post-buttons ul {
  margin: 15px 0 0;
  padding: 0;
  flex: 1;
}

.box.item .post-buttons ul li {
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
}

.box.item .post-buttons ul li > a {
  color: #0c3566;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 5px;
  border-radius: 100px;
}

.box.item .post-buttons ul li > a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.box.item .post-buttons ul.functions {
  text-align: right;
  padding: 0;
}

.box.item .post-buttons ul.functions li {
  color: #58708d;
  margin: 0 0 0 10px;
}

/*END OPPORTUNITIES*/
/*SUPPORTERS*/

#supporters {
  padding: 0 0 120px 0;
}

#supporters .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px -15px -15px -15px;
}

#supporters .wrapper .logo {
  margin: 15px;
  box-shadow: 0 0 30px #eceff3;
  border-radius: 8px;
  overflow: hidden;
  padding: 20px;
}

#supporters .wrapper .logo img {
  max-width: 130px;
}

/*END SUPPORTERS*/

/*RESPONSIVE*/

@media (max-width: 768px) {
  .content h2 {
    line-height: 20px;
    margin-bottom: 8px;
    margin-top: 0px;
  }
  .buttons a {
    width: 100%;
    margin: 0 0 15px 0 !important;
  }

  footer .grid-h {
    flex-direction: column;
  }
  footer .grid-h .grid-item {
    width: 100%;
  }
}

/*END RESPONSIVE*/
