/*---Banner---*/

.banner-inner-pages .initiative-banner {
  height: auto;
  padding-top: 5%;
}

.view-initiative-details-page .inner-banner-title {
  padding-bottom: 75px;
}

.view-initiative-details-page {
  position: relative;
}

.view-initiative-details-page .view-content {
  margin: 0 auto;
  top: 200px;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  /* margin: 0 -15px; */
}

.initiative-title {
  display: table-row;
  text-align: center;
  font-family: DINPro-Bold, sans-serif, arial;
  font-size: 3vw;
  font-weight: 700;
  color: #f5a022;
  line-height: 54px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/*---Summary---*/

.initiatives-summary,
.init-partner-info {
  margin-bottom: 5%;
}

h3.initiative-subtitle,
.view-id-initiative_details_page.view-display-id-block_5 h2 {
  font-family: DINPro-Bold, sans-serif, arial;
  font-size: 32px;
  font-weight: 700;
  color: #2267cd;
  line-height: 35px;
  margin: 2% 0;
}

/*---Partners---*/

.initiative-partners {
  width: 100%;
  position: absolute;
  height: 100%;
  background-attachment: fixed !important;
  /* min-height: 300px; */
  /* position: relative; */

}

.initiative-partners:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(241, 241, 241, 0.88);
  /* background-color: #4796bf; */
  /* opacity: 0.75; */
}

.partners-desc {
  position: relative;
  margin: 0 auto;
  overflow: auto;
  padding-bottom: 50px;
  /* max-width: 95%; */
  /* left: 0;
  right: 0;
  top: 0;
  bottom: 0; */
}

.partners-desc h3 {
  font-family: DINPro-Bold, sans-serif, arial;
  font-size: 32px;
  font-weight: 700;
  color: #2267cd;
  line-height: 35px;
  padding: 60px 0 30px 0;
}

.partners-desc h4 {
  color: #fff;
  font-size: 24px;
  padding-bottom: 10px;
}

.partners-desc p,
.partners-desc ol,
.partners-desc a {
  font-family: DINPro-Medium, sans-serif, arial;
  color: #000;
  line-height: 25px;
}

.goals-container p {
  margin-bottom: 10px;
}

.goals-container ul {
  list-style-position: inside;
}

.partners-desc p {
  margin-bottom: 10px;
}

.partners-desc ul {
  list-style: none;
  text-align: center;
  margin-bottom: 20px;
}

.partners-desc ul li {
  display: inline-block;
  width: 20%;
  height: 101px;
  vertical-align: middle;
  background-color: #fff;
  margin: 0 10px;
}

.partners-desc ul li img {
  vertical-align: middle;
  display: inline-block;
}

.partners-desc ul li:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}

.partners-left-tab,
.partners-right-tab {
  float: left;
  width: 50%;
}

/*---Resources---*/
.page-initiatives .resource-major-report-block {
  overflow: hidden;
}

#block-views-initiative-details-page-block-4,
.page-initiatives .resource-major-report-block {
  margin: 2% 0 2%;
}

.resource-block-wrap {
  margin-right: 5%;
  margin-bottom: 5%;
}

.initiative-resource-block {
  position: relative;
  padding: 15px 20px;
  background-color: #fff;
  height: 180px;
  border: 1px solid #3876d2;
}

.initiative-resource-block:before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  border-width: 0 30px 30px 0;
  border-style: solid;
  border-color: #fff #fff #3876d2 #3876d2;
}

.initiative-resource-block:after {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  border-width: 0 27px 27px 0;
  border-style: solid;
  border-color: transparent transparent #fff #fff;
}

.initiative-resource-header {
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  display: inline;
  color: #2b2b2b;
  text-transform: uppercase;
  position: relative;
}

.initiative-resource-header:after {
  content: "";
  border-bottom: 1px solid #2b2b2b;
  position: absolute;
  display: block;
  width: 100%;
}

.initiative-resource-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  word-wrap: break-word;
  margin-bottom: 5px;
}

.initiative-resource-title a {
  color: #3876d2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
  display: block;
}

.initiative-block-icon {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 5%;
}

.initiative-resource-link {
  font-size: 16px;
  font-weight: 700;
  word-wrap: break-word;
}

.initiative-resource-link a {
  color: #f18020;
  cursor: pointer;
}

/*---Further Info---*/

.initiative-more-info {
  min-height: 200px;
  padding-bottom: 5%;
}

.initiative-hyperlinks-wrap,
.initiative-sociallinks-wrap {
  width: 50%;
  min-height: 300px;
  display: inline-block;
  float: left;
  position: relative;
}

.initiative-hyperlinks-wrap {
  padding-left: 0;
  padding-bottom: 220px;
}

/* .initiative-hyperlinks-wrap:after, */
.initiative-sociallinks-wrap:after {
  content: '';
  position: absolute;
  border-right: 1px solid #6a6a6a;
  opacity: 0.33;
  top: 0;
  left: 0;
  height: 100%;
}

.initiative-sociallinks-wrap {
  padding-left: 50px;
}

.initiative-sociallinks-wrap .initiative-info-subtitle {
  padding-left: 5%;
}

.initiative-hyperlinks-wrap ul {
  list-style: none;
  min-height: 100px;
}

.initiative-hyperlinks-wrap ul li {
  padding: 10px 0;
  margin: 0 !important;
  line-height: 18px !important;
}

.initiative-hyperlinks-wrap ul li a {
  font-family: DINPro-Regular, sans-serif, arial;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #2f2f2f;
  text-decoration: underline;
}

.initiative-hyperlinks-wrap ul li a:hover {
  color: #3876d2;
}

.initiative-sociallinks-wrap ul {
  list-style: none;
  display: table;
  padding: 5% 0;
}

.initiative-sociallinks-wrap ul li {
  display: table-cell;
  padding-right: 5%;
}

/*---------------------------*/

/* #block-views-initiative-details-page-block-5 {
  position: relative;
} */

.initiative-bottom-banner,
.initiative-bottom-banner:after {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.initiative-bottom-banner:after {
  content: '';
  background-image: linear-gradient(180deg, #fff 0%, transparent 80%);
}

.view-id-initiative_details_page.view-display-id-block_5 h3 {
  font-family: DINPro-Bold, sans-serif, arial;
  font-size: 19px;
  font-weight: 700;
  color: #333;
  line-height: 36px;
  text-transform: uppercase;
  position: relative;
}

.view-id-initiative_details_page.view-display-id-block_5 h3:before {
  content: '';
  position: absolute;
  width: 30px;
  top: 100%;
  border-bottom: 4px solid #35aa46;
}

.view-id-initiative_details_page.view-display-id-block_5 ul {
  list-style: none;
}

.view-id-initiative_details_page.view-display-id-block_5 ul li {
  margin: 10px 0;
}

.view-display-id-block_5 .item-list {
  width: 100%;
}

.initiative-bottom-banner.no-data-bg {
  min-height: 400px;
  position: relative;
}

#init-report-sidebar>li {
  list-style-type: none;
  /* background: #f7f7f7; */
  padding: 0 15px;
}

#init-report-sidebar>li:last-child {
  border: 0;
}

#init-report-sidebar .commitment-mode-title {
  border: 0;
  background: transparent;
  table-layout: fixed;
}

#init-report-sidebar .report-document-wrap .doc-img {
  width: 55px;
  margin-right: 5px;
}

.view-id-initiative_details_page .view-content {
  width: 100%;
  display: block;
}

.init-report-list-sidebar {
  float: right;
  /* width: 30%; */
  width: 100%;;
  position: relative;
  /* z-index: 10; */
  margin-left: 35px;
  margin-bottom: 30px;
  max-width: 342px;
}

.init-report-list-sidebar .views-label.views-label-field-report-initiative {
  display: none;
}

.init-report-list-sidebar #search-reporting-form-new .search-commitment-block .core-responsibility-id,
.init-report-list-sidebar #search-reporting-form-new .search-commitment-block .commitment-id,
.init-report-list-sidebar #search-reporting-form-new .search-commitment-block .spn-init-org-type {
  font-size: 12px;
  padding-right: 0;
  color: rgb(94, 94, 94);
  font-family: 'DINPro-Medium', sans-serif, arial;
  font-weight: normal;
  font-style: normal;
}

.init-report-list-sidebar #search-reporting-form-new .search-commitment-block .commitment-id {
  /* width: 60px; */
  display: inline-block;
  text-overflow: ellipsis;
  margin: 0;
  /* white-space: nowrap; */
  /*   overflow: hidden;
  vertical-align: baseline; */
}

.init-report-list-sidebar #search-reporting-form-new .search-commitment-block .spn-init-org-type {
  text-align: right;
  display: inline-block;
}

.init-report-list-sidebar #search-reporting-form-new .search-commitment-block .commitment-mode-title .core-responsibility-titlle a,
.init-report-list-sidebar #search-reporting-form-new .search-commitment-block.commitment-mode-table .secondary-round-btn {
  font-size: 15px;
}

.init-report-list-sidebar #search-reporting-form-new .search-commitment-block .commitment-body p,
.init-report-list-sidebar #search-reporting-form-new .search-commitment-block.report-document-wrap .commitment-body .single-shift a,
.init-report-list-sidebar #search-reporting-form-new .search-commitment-block .commitment-body li {
  font-size: 13px;
  margin-bottom: 10px;
}

.init-report-list-sidebar #search-reporting-form-new .search-commitment-block .commitment-body>ul {
  margin-left: 30px;
  font-size: 13px;
}

.init-report-list-sidebar #search-reporting-form-new .search-commitment-block .org-year {
  font-size: 11px;
}

.init-report-list-sidebar .commitment-mode-title .core-responsibility-titlle {
  padding: 10px 0 7px 0;
}

.init-row-box {
  float: left;
  width: 65%;
}

.init-report-list-sidebar .search-commitment-block .commitment-list li {
  margin-top: 0;
  line-height: 1;
  margin-bottom: 5px;
}

.init-report-list-sidebar .section-title {
  margin-bottom: 0;
  /* color: #464646; */
  color: #ffffff;
  font-size: 20px;
  background-color: #286ccf;
  /* background-color: #ededed; */
  padding: 12px 22px;
  font-family: 'DINPro-Medium', sans-serif, arial;
  font-weight: normal;
  line-height: normal;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .init-report-list-sidebar .section-title {
    /* margin-top: 77px; */
  }

  .init-sh-progress.init-report-list-sidebar .section-title {
    margin-top: 10px;
  }

  .init-report-list-sidebar.init-report-no-float .section-title {
    margin-top: 0;
  }

  .init-goals-area {
    /* margin-top: 56px; */
    min-height: 300px;
  }

  .resource-new-list-block .view-initiative-details-page .view-content .views-row {
    margin-left: -12px;
  }
}

.txt-init-see-more {
  text-align: center;
  margin: 0;
  line-height: normal;
  padding: 0;
  width: 100%;
  /* background: #ededed; */
  padding-bottom: 8px;
}

.txt-init-body-note a,
.init-sidebar-box .view-footer p a {
  font-family: 'DINPro-Medium', sans-serif, arial;
  font-size: 14px;
  line-height: normal;
}

.txt-init-body-note,
.init-sidebar-box .view-footer p {
  font-family: 'DINPro-Medium', sans-serif, arial;
  color: #000;
  font-size: 12px;
  line-height: normal;
  margin-top: 5px;
}

.txt-init-body-note a {
  font-size: 12px;
  color: #2745ff;
}

#search-reporting-form-new {
  position: relative;
}

#init-report-sidebar {
  padding-bottom: 4px;
  /* background: #f7f7f7; */
}

#init-report-sidebar .tooltip-init-trans {
  display: none;
  width: 300px;
  position: absolute;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.11);
  box-sizing: border-box;
  content: "";
  position: absolute;
  background-color: white;
  top: 100%;
  z-index: 10;
  padding: 10px;
}

#init-report-sidebar .related-shift-box:hover~.tooltip-init-trans {
  display: block;
}

#init-report-sidebar .search-commitment-block .commitment-body {
  position: relative;
  overflow: visible;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 6px;
}

.view-initiative-details-page .view-footer {
  /* margin-left: -15px; */
  width: 100%;
}

#search-reporting-form-new #init-report-sidebar .search-download-item {
  background: #fff;
  /* background: #f7f7f7; */
  padding-bottom: 0;
}

#search-reporting-form-new #init-report-sidebar .report-document-wrap .doc-text {
  width: calc(100% - 70px);
}

.init-report-list-sidebar #search-reporting-form-new .search-commitment-block .commitment-mode-title .core-responsibility-titlle a {
  color: #000;
  /*#464646;*/
}

#init-report-sidebar li.search-commitment-block:last-child .commitment-body {
  border-bottom: 0;
}

#search-reporting-form-new #init-report-sidebar .report-document-wrap .doc-img img {
  height: 73px;
  width: 53px;
}

.init-report-list-sidebar #search-reporting-form-new .search-commitment-block .core-responsibility-id {
  width: auto;
  white-space: normal;
}

#search-reporting-form-new .core-responsibility-id .search-sep {
  vertical-align: middle;
}

#self-init-gb-block {
  margin-bottom: 100px;
}

.sidebar-box-init .commitment-mode-title .core-responsibility-titlle {
  line-height: 17px;
  padding-top: 15px;
}

.sidebar-box-init .search-commitment-block .org-year {
  padding-top: 5px;
}

.sidebar-box-init .details-link {
  bottom: 5px;
  font: 13px 'DINPro-Medium', sans-serif, arial;
  position: absolute;
  right: 0;
}

.init-report-list-sidebar #search-reporting-form-new .search-commitment-block .commitment-body p {
  margin-bottom: 18px;
}

.self-report-init-attachment-box li {
  overflow: hidden;
  clear: both;
}

.self-report-init-attachment-box li .init-details {
  margin-bottom: 25px;
}

.self-report-init-attachment-box li .self-report-init-col {
  float: left;
  width: 33.333%;
  padding: 0 10px 20px 10px;
}

.self-report-init-attachment-box li .self-report-init-col .doc-img {
  text-align: center;
}

.self-report-init-attachment-box {
  margin-bottom: 117px;
}

#self-init-gb-block {
  margin-bottom: 100px;
}

#progress-report-init-year .doc-img img {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  max-width: 120px;
  padding: 4px;
  width: 95px;
  height: 130px;
}

.nav.nav-tabs.nav-justified.initiative-menu {
  -webkit-box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.19);
  border-radius: 6px;
  background-color: #ffffff;
  /* margin-top: -65px; */
  position: relative;
  z-index: 2;
}

.initiative-menu>li>a>img {
  display: block;
  margin: 0 auto;
  width: 51px;
  padding-bottom: 10px;
}

.nav.nav-tabs.nav-justified.initiative-menu>li>a,
.init-mob-menu {
  color: #2268cd;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'DINPro-Bold', sans-serif, arial;
  text-decoration: none;
  border: 0;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #ffffff;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .initiative-menu>li>a:hover {
    background-image: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(34, 104, 205, 0.09) 100%);
  }

  .initiative-menu>li>a:after {
    left: 0;
    content: "";
    height: 3px;
    background-color: #2268cd;
    width: 80%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }

  .initiative-menu>li>a:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }

  .init-menu-wrap.sticky .initiative-menu>li>a>img {
    display: none
  }

  .init-menu-wrap {
    margin-top: -65px;
  }

}

.resource-major-report-block,
.resource-title-area {
  clear: both;
}

h4.initiative-subtitle {
  color: #4c4c4c;
  font-family: 'DINPro-Medium', sans-serif, arial;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.init-contact-txt,
.init-contact-txt a,
.initiative-hyperlinks-wrap p {
  color: #000000;
  font-family: DINPro-Bold, sans-serif, arial;
  font-size: 17px;
}

.init-partner-info .view-id-initiative_details_page .view-content {
  margin: 0;
}

.lnk-init-view,
.partners-desc .lnk-init-view,
.lnk-init-view-more:hover,
.lnk-init-view-more:focus,
.lnk-init-view-more:active,
.lnk-init-view:hover,
.lnk-init-view:focus {
  color: #2268cd;
  font-family: DINPro-Bold, sans-serif, arial;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase
}

.spn-init-more {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 20px;
}

.lnk-init-view-more {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18' height='18' viewBox='0 0 18 18'%3E%3Cdefs%3E%3Cpath id='7va7a' d='M1279.82 1544.45l-8.37 8.36c-.1.11-.28.19-.45.19a.66.66 0 0 1-.45-.19l-8.36-8.36a.64.64 0 0 1 .9-.9l7.28 7.28v-15.2c0-.35.28-.63.63-.63.36 0 .64.28.64.64v15.2l7.28-7.29a.64.64 0 0 1 .9 0c.25.25.23.65 0 .9z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-1262 -1535)'%3E%3Cuse fill='%232268cd' xlink:href='%237va7a'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 20px;
  background-size: 13px;
}

.lnk-init-view-less,
.init-full-open .lnk-init-view-more {
  background: url(../images/down-arrow-blue.png) no-repeat;
  padding-right: 20px;
  background-size: 13px;
  background-position: right;

}

.views-field-field-initiatives-banne,
.init-mob-menu,
.hide-frame,
.resource-new-list-block .views-field-field-subcategory {
  display: none;
}

.open-info.init-full-open .init-partner-less,
.init-partner-full {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.open-info.init-full-open .init-partner-full {
  /* display: block; */
  height: auto;
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.goals-container .spn-init-more {
  text-align: left;
  margin-top: 18px;
  position: relative;
  bottom: 0;
}

.init-logo-box {
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
}

.init-logo-box svg {
  width: 100%;
}

.init-report-list-sidebar .sidebar-box-init {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
}

.init-sidebar-box .view-footer p {
  color: #a7a7a7;
  font-family: 'DINPro-Regular', sans-serif, arial;
  margin-top: 15px;
}

.init-report-no-float {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.init-report-partner-papers {
  margin-left: 0;
}

.init-goals-area h3.initiative-subtitle {
  margin-top: 0;
}

.init-goals-area {
  margin-bottom: 50px;
  position: initial;
}

.resource-new-list-block .content>.container {
  padding: 0;
}

.resource-title-area.resource-new-list-block .view-content .views-row,
.init-menu-wrap.sticky .init-mob-menu {
  margin: 0;
}

.init-menu-wrap.sticky {
  position: fixed;
  top: 190px;
  left: 0;
  z-index: 2;
  background: #fff;
  width: 100%;
}

.init-menu-wrap.sticky .nav.nav-tabs.nav-justified.initiative-menu>li>a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.init-mob-menu {
  background: url(../images/down-arrow.png) no-repeat;
  background-position: right center;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px 49px 15px 10px;
  margin-top: 25px;
  line-height: normal;
  background-position: 96%;
  cursor: pointer;

}

.initiative-menu.init-topmenu-open {
  display: block;
  border: 1px solid #ccc;
  border-top: 0;
  top: 47px;
}

.initiative-menu.init-topmenu-open li {
  border-top: 1px solid #ccc;
}

.init-fixed-top {
  position: absolute;
  top: 10%;
  right: 11vh;
  padding: 7px 8px 4px 10px;
  border-radius: 8px;
  background-color: #2268cd;
  color: #ffffff;
  font-family: 'DINPro-Medium', sans-serif, arial;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 15;
  text-decoration: none;
  line-height: normal;
  opacity: 0;
}

.init-fixed-top.sticky {
  opacity: 1;
  position: fixed;
  bottom: 170px;
  top: auto;
}

.init-fixed-top:hover,
.init-fixed-top:focus {
  color: #ffffff;
}

.init-fixed-top::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18' height='18' viewBox='0 0 18 18'%3E%3Cdefs%3E%3Cpath id='vc1da' d='M1250.82 4369.55l-8.37-8.36a.66.66 0 0 0-.45-.19.66.66 0 0 0-.45.19l-8.36 8.36a.64.64 0 0 0 .9.9l7.28-7.28v15.2c0 .35.28.63.63.63.36 0 .64-.28.64-.64v-15.2l7.28 7.29c.25.25.65.25.9 0a.65.65 0 0 0 0-.9z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-1233 -4361)'%3E%3Cuse fill='%23fff' xlink:href='%23vc1da'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 14px;
  height: 15px;
  display: block;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-size: 14px;
}

.initiatives-summary .row {
  display: flex;
  margin: 0;
}

.col-md-rt {
  width: 37%;
  /* padding-left: 15px; */
  min-width: 400px;
  margin-left: auto;
}

.col-md-lf {
  width: 63%;
  padding-bottom: 20px;
}

.col-md-rt iframe {
  width: 100%;
  height: 100%;
  min-height: 370px;
}

.hide-frame .col-md-rt {
  display: none;
}

.hide-frame .col-md-lf {
  width: 100%;
}

.initiatives-summary .col-md-lf p:last-child {
  margin-bottom: 0;
}

.page-initiatives #second-footer .second-last-bottom h3 {
  padding-top: 0;
}

.init-menu-wrap,
body.page-initiatives #second-footer {
  position: relative;
}

.nav.nav-tabs.nav-justified.initiative-menu.init-topmenu-open {
  position: absolute;
}

body.page-initiatives #second-footer .second-last-bottom .region-second-last-bottom {
  position: initial;
}

body.page-initiatives #second-footer .second-last-bottom {
  min-height: initial;
  height: auto;
}

.initiative-sociallinks-wrap {
  margin-bottom: 106px;
}

#breadcrumbs .breadcrumb {
  background: #fff;
}

/* .init-partner-full-view:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75%;
  height: 25px;
  background: linear-gradient(to right, rgba(250, 250, 250, 0), rgb(255, 255, 255) 65%);
} */
.goals-container .hide-view-more.init-partner-full-view {
  height: auto;
  max-height: 100%;
  min-height: initial;
}
.init-partner-full-view {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  height: 220px;
  max-height: 220px;
  -webkit-transition: height 2s ease-out;
  -moz-transition: height 2s ease-out;
  -o-transition: height 2s ease-out;
  transition: height 2s ease-out;
}

.goals-container .init-partner-full-view::after {
  content: "";
  /* background: #fff; */
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  /* height: 25px; */
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.28) 0%,rgb(255, 255, 255) 100%);
}

.init-full-open .init-partner-full-view:after,
.init-full-open .goals-container .init-partner-full-view::after {
  display: none;
}

.init-full-open .init-partner-full-view,
.init-full-open.partners-desc .init-partner-full-view {
  height: auto;
  max-height: 100%;
}

.partners-desc .init-partner-full-view {
  min-height: 226px;
  height: 235px;
  max-height: 235px;
}

.init-partner-full-view li {
  line-height: 32px;
}

.init-partner-full-view ol {
  margin-bottom: 0;
}
.init-wrap-area {
  /* display: block; */
  /* overflow: hidden; */
  width: 30%;
  position: relative;
  float: right;
}
.init-goals-area .view-initiative-details-page {
  position: initial !important;

}
.goals-container {
  position: relative;
}

.goals-container .hide-view-more.init-partner-full-view::after,
.init-sh-progress .view-footer p:empty{
  display: none;
}
.init-wrap-area.init-wrap-area-full  {
  width: 100%;
}
