.no-lst-style ul {
  list-style: none;
  padding: 0;
}

.no-lst-style ul>li:not(:last-child) {
  margin-bottom: 20px;
}

.slideshow-timeinterval {
  display: none;
}


/*node-type-microsite*/

.node-type-microsite-main .views-field-field-section-description a:not(.external-links-inner):not(.ln-more) {
  /*color: #6e6f71;*/
  /*color: #333333;*/
  color: #4ea2ea;
  text-decoration: none;
}

.not-found-message {
  text-align: center;
}

.node-type-microsite-main .views-field-field-section-description .ppfp-resources-wrapper-table a:not(.ln-more) {
  color: #333333;
}

.node-type-microsite-main .views-field-field-section-description p img {
  max-width: 100%;
}

.node-type-microsite-main .map-filter-wrapper {
  display: none !important;
}
.chart-blocks .sub-title > .under-line {
    cursor: pointer;
}
.node-type-microsite-main .map-left-filter {
  display: none;
}

.node-type-microsite-main .region-middle-container .container {
  width: auto;
}

.node-type-microsite-main .home-map .map .highcharts-container {
  padding: 0;
}

.node-type-microsite-main .country-detail-wrapper {
  /*margin-top: 60px;*/
  margin-top: 50px;
}

.node-type-microsite-main .country-right-section .section-titles {
  margin-top: 5px;
  margin-bottom: 20px;
}

.scrl-hide {
  overflow: hidden;
}

.core-ind-wrapper .row {
  margin-right: -15px;
  margin-left: -15px;
}

.inidcator-custom-wrapper {
  border: 2px solid #609bd0;
  /*padding: 35px;*/
  height: 175px;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

.title-ind-wrapper {
  position: absolute;
  background: #fff;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  color: #609bd0;
  font-family: ralewaybold;
  padding: 35px;
  padding-top: 30px;
}

.title-ind-wrapper .ind-class {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px;
  background: #609bd0;
  color: #fff;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
}

.title-read-wrapper {
  padding: 35px;
  position: absolute;
  background: #609bd0;
  transition: all 1s ease;
  width: 100%;
  height: 100%;
  top: 0;
  color: #fff;
  right: -100%;
  font-family: ralewaybold;
}

.title-ind-wrapper:hover+.title-read-wrapper,
.title-read-wrapper:hover {
  right: 0;
}

.title-read-wrapper .read-class {
  cursor: pointer;
  display: inline-block;
  padding-right: 15px;
  position: absolute;
  bottom: 15px;
}

.title-read-wrapper .read-class::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 13px;
  right: 0;
  top: 4px;
  background: url("../img/read-more-arw-wh.png") no-repeat center;
}

.popup-wrapper-new {
  background: rgba(0, 0, 0, 0.28);
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  left: 0;
  /* display: none; */
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease .2s;
  /* transition: opacity 600ms 1s, visibility 600ms .5; */
}

.show-popup .popup-wrapper-new {
  display: block;
  visibility: visible;
  opacity: 1;
}

.popup-wrapper-new .indicator-popup-wrapper {
  transition: transform .6s ease .1s;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  /* transform: translate(100%, -50%); */
  transform: translate(-50%, -50%) scale(0);
  width: 90%;
  max-width: 1140px;
}

.show-popup .indicator-popup-wrapper {
  /* transform: translate(-50%, -50%); */
  transform: translate(-50%, -50%) scale(1);
}

.indicator-popup-wrapper .popup-main-wrapper {
  display: flex;
  align-items: center;
  /*padding: 60px 80px;*/
  padding: 60px 50px;
  height: 500px;
}

.indicator-popup-wrapper .popup-left-wrapper {
  width: 222px;
  height: 222px;
  background: #609bd0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

.indicator-popup-wrapper .indicator-class {
  font-size: 20px;
  font-family: ralewaybold;
}

.indicator-popup-wrapper .indicator-id {
  font-size: 98px;
  font-family: ralewaybold;
  line-height: 83px;
}

.indicator-popup-wrapper .popup-right-wrapper {
  width: calc(100% - 222px);
  /*padding-left: 100px;*/
  padding-left: 50px;
  flex: 1;
  /*align-self: flex-start;*/
  font-size: 16px;
  color: #5a5b5c;
  /*max-height: 100%;*/
  /*max-height: 375px;*/
  height: 370px;
  overflow: auto;
}

.indicator-popup-wrapper .pop-title {
  font-size: 24px;
  color: #609bd0;
  font-family: ralewaybold;
  line-height: 30px;
  margin-bottom: 20px;
}

.indicator-popup-wrapper .close {
  position: absolute;
  top: 10px;
  background: url("../img/close-pop.png") no-repeat center;
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 10px;
  opacity: 1;
  padding: 15px;
}

.indicator-popup-wrapper .definition:first-child,
.indicator-popup-wrapper .scope:first-child,
.indicator-popup-wrapper .source:first-child {
  font-size: 16px;
  color: #5a5b5c;
  font-family: ralewaybold;
  /*margin-bottom: 10px;*/
  display: block;
}

.body-scope-wrapper,
.popup-main-wrapper .pop-source {
  width: 50%;
  float: left;
}

.popup-main-wrapper .pop-source {
  padding-left: 30px;
}

.popup-main-wrapper .pop-scope {
  margin-top: 20px;
}

.iframe-wrp {
  overflow: hidden;
  margin-left: 60px;
}

.iframe-wrp .ifrm {
  width: calc(50% - 12px);
  float: left;
}

.iframe-wrp .ifrm:nth-child(odd) {
  margin-right: 24px;
}

.iframe-wrp .fp2020-youtube {
  width: 100%;
  height: 204px;
}

.iframe-wrp .iframe-title {
  color: #231f20;
  margin-bottom: 14px;
  display: block;
  margin-top: 5px;
}

.node-type-microsite-main .rteindent1 {
  margin-left: 60px;
}

.node-type-microsite-main .rteindent1 strong {
  color: #5a5b5c;
}


/*.node-type-microsite-main .country-right-section > div > .view-content > .views-row img{
  max-width: 100%;
  height: auto !important;
}*/

.node-type-microsite-main .country-right-section>div>.view-content>.views-row a img {
  max-width: 100%;
  height: auto !important;
}

.microsite-inside-image {
  position: absolute;
  right: 50px;
  padding: 8px;
  border-radius: 10px;
  background: #fafafa;
  height: auto;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: auto;
}

.microsite-inside-image img {
  height: auto;
  /*object-fit: none;*/
}

.fl-width {
  max-width: 100% !important;
}

.node-type-microsite-main .last-elm {
  margin-bottom: 0;
}

.node-type-microsite-main .section-titles+.views-row>.chart-head {
  padding-top: 0;
  margin-top: 0;
  margin-top: 23px;
}

#all-women p a,
#rolling-baseline p a {
  color: #6e6f71;
  font-family: ralewaybold;
}

.node-type-microsite-main .field-content p:not(:last-child) {
  /*margin: 0px 0 15px;*/
  margin-bottom: 15px;
}

.node-type-microsite-main link-wrapper {
  margin-top: 27px;
  display: block;
}

.node-type-microsite-main link-wrapper a {
  display: block;
}

.node-type-microsite-main .chart-head {
  margin-top: 29px;
  margin-bottom: 23px;
}

.download-files-microsite {
  margin-top: 20px;
}

.download-files-microsite>.field-content a {
  text-decoration: none;
  color: #337ab5;
  padding-right: 25px;
  /*background: url("../img/PDF.png") no-repeat right 5px center;*/
  background: url("../img/PDF_icons.png") no-repeat right 5px center;
}

.node-type-microsite-main .section-titles+.views-row+.views-row>.chart-head {
  margin-top: 0;
}

.node-type-microsite-main .support_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.node-type-microsite-main .support_row .clearfix {
  display: none;
}

.node-type-microsite-main .supporters {
  font-size: 16px;
  color: #5a5c5c;
  font-family: ralewaybold;
  padding-left: 70px;
  background: url("../img/Sliced_Logos_53nos.png") no-repeat left 0px center;
}

.node-type-microsite-main .supporting_num {
  font-size: 48px;
  color: #203665;
  padding-right: 5px;
}

.node-type-microsite-main .support_row .support {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 7px 10px;
  position: relative;
  padding-left: 45px;
  font-family: 'ralewaysemibold';
  background-color: #203665;
  max-width: 310px;
}

.node-type-microsite-main .support_row .support::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 10px;
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/Rt_Arrow.png") no-repeat center;
}

.node-type-microsite-main .support_row .support:hover {
  color: #203665;
  background-color: transparent;
}

.node-type-microsite-main .support_row .support:hover::before {
  background: url("../img/Rt_Arrow_Hover.png") no-repeat center;
}

.node-type-microsite-main .core-partners-wrapper .view-content {
  width: 100%;
}

#support-form .modal-header,
#modal-container-endorsement .modal-header {
  padding: 0;
  padding-right: 20px;
  border: none;
}

#support-form .modal-header .close,
#modal-container-endorsement .modal-header .close {
  font-size: 30px;
}

#support-form .modal-body {
  padding-top: 0;
  padding-bottom: 30px;
}

.support-form-wrapper>form>h2 {
  font-size: 22px;
  color: #1D335E;
  text-align: center;
}

.support-form-wrapper>form {
  text-align: center;
}

.support-form-wrapper>form .midWord {
  margin: 10px 0;
}

.support-form-wrapper .support-back,
.support-form-wrapper .support_anon,
.support-form-wrapper .btn-wrapper .action-btn {
  background-color: #1D335E;
  border: 1px solid #1D335E;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
  margin-top: 5px;
}

.support-form-wrapper .support-back:hover,
.support-form-wrapper .support_anon:hover,
.support-form-wrapper .btn-wrapper .action-btn:hover {
  background-color: #FFF;
  color: #1D335E;
}

.support-form-wrapper .btn-wrapper .action-btn {
  padding: 10px 20px;
}

.support-form-wrapper fieldset {
  display: inline-block;
  width: 300px;
}

.support-form-wrapper fieldset .field_group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.support-form-wrapper fieldset .field_group input {
  width: 100%;
  height: 33px;
}


/*.support-form-wrapper.show-support{
  display: block;
}
.support-form-wrapper > form{
  padding: 15px;
    background: #fff;
    width: 90%;
    max-width: 600px;
    margin: auto;
    top: 0%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: top .8s ease 1s opacity 1s ease .5s;
}
.support-form-wrapper.show-support > form{
    top: 50%;
    opacity: 1;
}*/

.resources-news-common-wrapper.core-partners-wrapper div:last-child,
.resources-news-common-wrapper.core-partners-wrapper>.view-content>.views-row {
  margin-bottom: 0;
}

.node-type-microsite-main .resources-news-common-wrapper.core-partners-wrapper .partners-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}

.node-type-microsite-main .resources-news-common-wrapper.core-partners-wrapper {
  border: 1px solid #d2d3d4;
  /*padding: 29px 50px;*/
  padding: 29px 60px;
  display: block;
  height: 160px;
  display: flex;
  align-items: center;
}

.node-type-microsite-main .resources-news-common-wrapper.core-partners-wrapper a {
  padding-left: 0;
}

.node-type-microsite-main .view-all .ln-more {
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.node-type-microsite-main .view-all .ln-more:focus {
  color: #fff;
  background: #1D335E;
}

.node-type-microsite-main .view-all .ln-more:focus::after {
  background: url("../img/Right_Arrow.png") no-repeat center;
}

.node-type-microsite-main .view-all .ln-more::after {
  right: 11px;
  top: 5px;
}

.node-type-microsite-main .view-all {
  text-align: right;
}

.endorse-consensus {
  margin-top: 15px;
}

.endorse-consensus .custom-search>div {
  width: 100%;
}

.endorse-consensus .custom-search>div>a {
  color: #a3c43d;
  font-size: 16px;
  text-decoration: none;
  padding: 7px 10px;
  position: relative;
  padding-left: 45px;
  font-family: 'ralewaysemibold';
  max-width: 350px;
  white-space: normal;
  text-align: left;
}

.endorse-consensus .custom-search>div>a::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 10px;
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/country-details/Right_Arrow_Normal.png") no-repeat center;
}

.endorse-consensus .custom-search>div>a:hover {
  color: #fff;
  background-color: #a3c43d;
}

.endorse-consensus .custom-search>div>a:hover::before {
  background: url("../img/country-details/Right_Arrow_Hover.png") no-repeat center;
}

.carousel-btns.prev18 {
  background: url("../img/Carousel_Left_Our_Work.png") no-repeat center center transparent;
  left: 12px;
  right: auto;
  z-index: 9;
}

.carousel-btns.next18 {
  background: url("../img/Carousel_Right_Our_Work.png") no-repeat center center transparent;
  right: 12px;
  left: auto;
  z-index: 9;
}

.viewall-endorsing {
  /*margin-top: 65px;*/
  margin-left: -5px;
  margin-right: -5px;
}

.viewall-endorsing>.view-content {
  display: flex;
  flex-wrap: wrap;
}

.viewall-endorsing .views-row {
  margin-bottom: 10px !important;
  margin-left: 5px;
  margin-right: 5px;
  width: calc(25% - 10px);
  /*padding: 0 15px;*/
  border-bottom: none !important;
  padding: 15px;
  /*border: 1px solid #d2d3d4 !important;*/
}

.viewall-endorsing .views-row .partners-wrapper {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}


/**/

.viewall-endorsing {
  transition: all .5s ease;
  max-height: 170px;
  overflow: hidden;
  opacity: 0;
  margin-top: -160px;
}

.viewall-endorsing>.view-content {
  margin-top: 0px;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #d2d3d4 !important;
}


/*.node-type-microsite-main .show-viewAll  .resources-news-common-wrapper .view-footer a{
  transform: translateY(-200px);
}*/

.node-type-microsite-main .viewall-endorsing>.view-content>.views-row>div>span {
  overflow: hidden;
  display: block;
}

.show-viewAll .viewall-endorsing {
  opacity: 1;
  max-height: 500px;
  z-index: 9;
  background: #fff;
}


/**/


/******************************Rights Based Family Planning******************************/

.Slideshow-widgets {
  margin-bottom: 55px;
}

.Slideshow-widgets .views-row {
  width: 100%;
}

.node-type-microsite-main .country-right-section .Slideshow-widgets>div .img-slider-main img {
  width: 100%;
  height: 454px !important;
  object-fit: cover;
  object-position: top center;
}

.Slideshow-widgets .image-slider-wrapper {
  position: relative;
}

.Slideshow-widgets .wrapper-slider-main {
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #fff;
  height: 120px;
  background: rgba(147, 112, 219, .9);
  padding: 25px 30px;
}

.Slideshow-widgets .title-slider-main {
  font-size: 18px;
  font-family: ralewaybold;
  margin-bottom: 5px;
}

.Slideshow-widgets .title-slider-main a {
  color: #fff;
}

.Slideshow-widgets .subtitle-slider-main {
  font-size: 16px;
}

.Slideshow-widgets .carousel-btns.prev10,
.Slideshow-widgets .carousel-btns.next10 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 109 !important;
}

.Slideshow-widgets .carousel-btns.prev10 {
  background: url("../img/left-arrow-carousel.png") no-repeat center center #fff;
  left: 10px;
  right: auto;
}

.Slideshow-widgets .carousel-btns.next10 {
  background: url("../img/right-arrow-carousel.png") no-repeat center center #fff;
  right: 10px;
  left: auto;
  z-index: 9;
}

.Slideshow-widgets .cycle-pager15 {
  bottom: -30px;
}

.Slideshow-widgets .cycle-pager15 span {
  border: 1px solid #9370db;
}

.Slideshow-widgets .cycle-pager15 .cycle-pager-active {
  background: #9370db;
}

.common-slider-wrp {
  border: 1px solid #d0d2d3;
  padding: 0 20px;
  margin-bottom: 10px;
}

.common-slider-wrp>.chart-head {
  margin: 0;
  border: none;
}

.common-slider-wrp>.chart-head+.download-files-microsite {
  margin: 0;
}

.common-slider-wrp .key-document-wrapper {
  background: #fff;
  padding: 10px 45px;
  margin: 0;
}

.common-slider-wrp .doc-img {
  width: 150px;
  height: 200px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
}

.common-slider-wrp .doc-img img {
  margin: auto;
}


/*
.frameworks-key-resources,
.tools-key-resources{
  border: 1px solid #d0d2d3;
    padding: 0 20px;
    margin-bottom: 10px;
}
.frameworks-key-resources > .chart-head,
.tools-key-resources > .chart-head{
  margin: 0;
  border: none;
}
.frameworks-key-resources > .chart-head + .download-files-microsite,
.tools-key-resources > .chart-head + .download-files-microsite{
  margin: 0;
}
.frameworks-key-resources .key-document-wrapper,
.tools-key-resources .key-document-wrapper{
  background: #fff;
  padding: 10px 45px;
  margin: 0;
}*/

.node-type-microsite-main .prev23 {
  background: url(../img/Left_Carousel_Timeline_Commitments_Hover.png) no-repeat center center;
  left: 10px;
}

.node-type-microsite-main .engage-section>.section-titles+div {
  width: 100% !important;
}


/*.node-type-microsite-main .country-right-section .engage-tweet-wrapper .section-titles{
  font-size: 18px;
    height: 35px;
    line-height: 20px;
}*/

.node-type-microsite-main .country-right-section .engage-tweet-wrapper .tweet-section .section-titles {
  background-size: 23px;
  background-position: top left;
}

.node-type-microsite-main .text-outer-class {
  display: flex;
}

.node-type-microsite-main .text-outer-class .download-webinar {
  margin-top: 25px;
  display: block;
  padding-left: 33px;
  position: relative;
}

.node-type-microsite-main .text-outer-class .download-webinar::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/country-details/Download.png") no-repeat center;
  width: 25px;
  height: 25px;
}

.node-type-microsite-main .text-outer-class img,
.node-type-microsite-main .text-outer-class iframe {
  width: 100% !important;
  height: 220px;
  margin-top: 20px;
}

.node-type-microsite-main .text-sub-inner,
.node-type-microsite-main .youtube-wrapper {
  width: 50%;
}

.node-type-microsite-main .text-sub-inner {
  margin-right: 25px;
}

.node-type-microsite-main .youtube-wrapper {}

.node-type-microsite-main .text-sub-left>span,
.node-type-microsite-main .text-sub-right>span {
  display: block;
}

.node-type-microsite-main .text-sub-left>span:last-child,
.node-type-microsite-main .text-sub-right>span:last-child {
  color: #999999;
}

.engage-tweet-wrapper.connect-contribute iframe,
.engage-tweet-wrapper.connect-contribute .tweet-section .selective-tweets-content {
  height: 1039px !important;
}


/******************************CIP******************************/

.cip-wrapper-docs .body-scope-wrapper {
  width: 100%;
}

.cip-wrapper-docs .wrapper-popups a {
  display: block;
  text-decoration: none;
  color: #5a5b5c;
  padding-left: 25px;
  background: url(../img/PDF_icons.png) no-repeat left 0px top 1px;
}

.cip-wrapper-docs .wrapper-popups>.views-row:not(:last-child) a {
  margin-bottom: 5px;
}

.Slideshow-widgets blockquote {
  border-left: none;
  position: relative;
  padding: 15px 60px;
  font-size: 14px;
}

.Slideshow-widgets blockquote::before,
.Slideshow-widgets blockquote::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
}

.Slideshow-widgets blockquote::before {
  left: 0;
  top: -15px;
  background: url("../img/quote1.png") no-repeat center;
}

.Slideshow-widgets blockquote::after {
  right: 0;
  bottom: -15px;
  background: url("../img/quote2.png") no-repeat center;
}

.Slideshow-widgets.block-quote-wrp .carousel-btns.prev10 {
  background: url(../img/left-arrow1.png) no-repeat center center transparent;
}

.Slideshow-widgets.block-quote-wrp .carousel-btns.next10 {
  background: url(../img/rigt-arrow1.png) no-repeat center center transparent;
}

.Slideshow-widgets.block-quote-wrp .cycle-pager15 span {
  border: 1px solid #6e6f71;
}

.Slideshow-widgets.block-quote-wrp .cycle-pager15 .cycle-pager-active {
  background: #6e6f71;
}

.cip-wrapper-docs .title-ind-wrapper .ind-class {
  width: 97px;
  height: 47px;
  font-size: 13px;
}

.inidcator-custom-wrapper.plan {
  border: 2px solid #5087c7;
}

.inidcator-custom-wrapper.plan .title-ind-wrapper {
  color: #5087c7;
}

.inidcator-custom-wrapper.plan .title-ind-wrapper .ind-class {
  background: #5087c7;
}

.inidcator-custom-wrapper.plan .title-read-wrapper {
  background: #5087c7;
}

.inidcator-custom-wrapper.plan .indicator-popup-wrapper .popup-left-wrapper {
  background: #5087c7;
}

.inidcator-custom-wrapper.plan .indicator-popup-wrapper .pop-title {
  color: #5087c7;
}

.inidcator-custom-wrapper.develop {
  border: 2px solid #775592;
}

.inidcator-custom-wrapper.develop .title-ind-wrapper {
  color: #775592;
}

.inidcator-custom-wrapper.develop .title-ind-wrapper .ind-class {
  background: #775592;
}

.inidcator-custom-wrapper.develop .title-read-wrapper {
  background: #775592;
}

.inidcator-custom-wrapper.develop .indicator-popup-wrapper .popup-left-wrapper {
  background: #775592;
}

.inidcator-custom-wrapper.develop .indicator-popup-wrapper .pop-title {
  color: #775592;
}

.inidcator-custom-wrapper.execute {
  border: 2px solid #7ac143;
}

.inidcator-custom-wrapper.execute .title-ind-wrapper {
  color: #7ac143;
}

.inidcator-custom-wrapper.execute .title-ind-wrapper .ind-class {
  background: #7ac143;
}

.inidcator-custom-wrapper.execute .title-read-wrapper {
  background: #7ac143;
}

.inidcator-custom-wrapper.execute .indicator-popup-wrapper .popup-left-wrapper {
  background: #7ac143;
}

.inidcator-custom-wrapper.execute .indicator-popup-wrapper .pop-title {
  color: #7ac143;
}

.ack-class-wrapper {
  display: flex;
  margin-bottom: 10px;
}

.ack-class-wrapper .ack-img {
  margin-right: 15px;
}

.ack-class-wrapper .ack-text {
  flex: 1;
}


/********************************************************PPFP********************************************************/

.focus-countries-ppfp ul,
.ppfp-resources-wrapper-table ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.focus-countries-ppfp li,
.ppfp-resources-wrapper-table li {
  margin-bottom: 5px;
  width: 25%;
  padding: 5px;
}

.focus-countries-ppfp li a,
.ppfp-resources-wrapper-table li a {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #d6d6d6;
}

.ppfp-resources-wrapper-table ul {
  justify-content: space-between;
}

.ppfp-resources-wrapper-table {
  margin-top: 20px;
}

.ppfp-resources-wrapper-table li {
  width: 33.33%;
  max-width: 220px;
}

.ppfp-resources-wrapper-table li>div {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #d6d6d6;
  display: flex;
  justify-content: space-between;
}

.ppfp-resources-wrapper-table li a {
  display: inline-block;
  padding-bottom: 0px;
  border-bottom: none;
}

.ppfp-pdf-listing li a,
.ppfp-resources-wrapper-table li strong a {
  display: inline-block;
  text-decoration: none;
  color: #337ab5 !important;
  padding-right: 20px;
  /*background: url(../img/PDF.png) no-repeat right 0px top 1px;   */
  background: url(../img/PDF_icons.png) no-repeat right 0px top 1px;
  font-size: 12px;
}


/*
.ppfp-resources-wrapper-table li strong a{
  padding-left: 0px;
  padding-right: 20px;
   background: url(../img/PDF.png) no-repeat right 0px top 1px;
}*/


/*.ppfp-resources-wrapper-table li a:first-child{
  margin-right: 5px;
}*/

.ppfp-pdf-listing {
  padding: 0;
  list-style: none;
}

.ppfp-pdf-listing li {
  margin-bottom: 10px;
}

.ppfp-pdf-listing li a {
  /*margin-left: 10px;*/
  position: relative;
}

.ppfp-pdf-listing li strong:first-child a {
  margin-left: 5px;
}

.ppfp-pdf-listing li strong:not(:first-child) a {
  padding-left: 9px;
  margin-left: 5px;
}

.ppfp-pdf-listing li strong:not(:first-child) a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #ccc;
}


/****************************************************AYFP****************************************************/

.node-type-microsite-main .view-display-id-microsite_map {
  overflow: hidden;
}

.node-type-microsite-main .map-popup {
  position: absolute;
  background: white;
  top: 0;
  width: 600px;
  right: -600px;
  padding: 10px;
  padding-left: 20px;
  border: 1px solid #ccc;
  transition: all .5s ease;
}

.node-type-microsite-main .map-popup .tooltip-body {
  max-height: 400px;
}

.node-type-microsite-main .map-popup.active {
  right: 0px;
}

.node-type-microsite-main .more-info {
  display: block;
  font-size: 12px;
}

.map-popup .tooltip-city-attr-wrapper {
  margin-top: 10px;
}

.map-popup .tooltip-city-name {
  font-size: 14px;
  font-family: ralewaybold;
  padding: 5px 0;
  cursor: pointer;
  padding-right: 25px;
}

.map-popup .tooltip-city-name:hover {
  color: #a3c43d;
}

.map-popup .tooltip-city-attr-name {
  display: block;
  font-family: ralewaybold;
  font-size: 12px;
}

.tooltip-city-wrapper .accordion-wrap {
  padding: 5px 15px 15px 15px;
  background: #f2f2f2;
}

.tooltip-city-wrapper:not(.single) .accordion-wrap {
  display: none;
}

.tooltip-city-wrapper:not(:first-child) .tooltip-city-name {
  border-top: 1px solid #ccc;
}

.tooltip-city-wrapper:not(.single) .tooltip-city-name {
  background: url("../img/plus-map.png") no-repeat right center;
}

.tooltip-city-wrapper:not(.single) .tooltip-city-name.show {
  background: url("../img/minus-map.png") no-repeat right center;
}


/****************************************************rightsinfp****************************************************/

.understand-custom-wrapper .title-ind-wrapper,
.keyresource-custom-wrapper .title-ind-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.understand-custom-wrapper .title-ind-wrapper .title-class,
.keyresource-custom-wrapper .title-ind-wrapper .title-class {
  text-align: center;
}

.understand-custom-wrapper .indicator-popup-wrapper .popup-main-wrapper {
  align-items: flex-start;
}

.understand-custom-wrapper .indicator-popup-wrapper .popup-left-wrapper {
  display: block;
  height: auto;
  width: auto;
  border-radius: 0;
  background: none;
}

.understand-custom-wrapper .indicator-popup-wrapper .pop-title {
  margin-bottom: 17px;
}

.understand-custom-wrapper .body-scope-wrapper,
.understand-custom-wrapper .popup-main-wrapper .pop-source {
  width: 100%;
}

.understand-custom-wrapper .indicator-popup-wrapper .popup-right-wrapper,
.keyresource-custom-wrapper .indicator-popup-wrapper .popup-right-wrapper {
  height: 370px !important;
  overflow: auto;
}

.understand-custom-wrapper ul,
.keyresource-custom-wrapper ul {
  list-style: none;
  padding-left: 0;
}

.understand-custom-wrapper .indicator-popup-wrapper .popup-right-wrapper {
  /*width: 100%;*/
  max-width: 100%;
}

.keyresource-custom-wrapper .popup-main-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.keyresource-custom-wrapper .popup-right-wrapper {
  width: 100%;
  padding: 0;
}

.keyresource-custom-wrapper .key-document-popup>.view-content {
  display: flex;
  flex-wrap: wrap;
}

.keyresource-custom-wrapper .key-document-popup>.view-content>.views-row {
  /*width: 50%;*/
  width: calc(50% - 20px);
}

.keyresource-custom-wrapper .key-document-popup>.view-content>.views-row:nth-child(odd) {
  margin-right: 20px;
}

.keyresource-custom-wrapper .key-document-popup>.view-content>.views-row:nth-last-child(n+3) {
  margin-bottom: 45px;
}

.keyresource-custom-wrapper .key-document-popup .body-scope-wrapper {
  width: 100%;
  display: flex;
}

.keyresource-custom-wrapper .body-scope-wrapper .pop-scope-img {
  width: 114px;
}

.keyresource-custom-wrapper .body-scope-wrapper .pop-body {
  /*flex: 1;*/
  width: calc(100% - 114px);
  padding-left: 15px;
}

.keyresource-custom-wrapper .pop-resource-title {
  font-size: 14px;
  font-family: 'ralewaysemibold';
}

.keyresource-custom-wrapper .pop-resource-download {
  margin-top: 15px;
}

.keyresource-custom-wrapper .pop-resource-download a {
  color: #676767;
  padding-left: 33px;
  position: relative;
  font-size: 14px;
}

.keyresource-custom-wrapper .pop-resource-download a::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/country-details/Download.png") no-repeat center;
  width: 25px;
  height: 25px;
}


/****************************************************End rightsinfp****************************************************/

body.page-manage-echo-statement tbody td {
  font-family: ralewayregular;
}


/******************************************************************/

.tempSlider.node-type-microsite-main .core-partners-wrapper .view-content {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.tempSlider.node-type-microsite-main .core-partners-wrapper .view-content .row:not(:nth-child(-n+3)) {
  display: none;
}


/******************************************************************/


/***************************temp boxes***********************************/

.title-ind-wrapper .card-icon-class {
  background: transparent;
  border: 2px solid #609bd0;
  padding: 8px;
  border-right: none;
  border-bottom: none;
}

.page-feedback-thank-you .page-header {
  display: none;
}
.chapter-pattern4 .accorian-inner-content strong {
  float: left;
  padding-right: 8px;
}

.feedback-thank-you-container {
  text-align: center;
  max-width: 650px;
  margin: auto;
  line-height: 25px;
}

.feedback-thank-you-container .contact-page-header {
  margin-bottom: 25px;
}

.feedback-thank-you-container .best-fp-team {
  margin-top: 25px;
  margin-bottom: 60px;
}


/*core-indoactors*/

.view-microsite-detail-views .accordian-title {
  width: 100%;
  float: left;
  padding: 10px;
  padding-left: 10px;
  background-color: transparent;
  max-width: 827px;
  background-image: url(../img/down_other.png);
  background-position: 97%;
  background-repeat: no-repeat;
  border: 1px solid #cd4842;
  border-right: 0;
  border-left: 0;
  font-weight: 800;
  font-size: 20px;
  color: #cd4842;
  font-weight: 800;
  font-size: 16px;
  border-bottom: 0;
  cursor: pointer;
}

.view-microsite-detail-views .accordion-start.full-container {
  background: #fcf6f6;
  float: left;
  width: 100%;
  max-width: 828px;
}

.view-microsite-detail-views .accordion-cores .count {
  padding-right: 10px;
  padding-left: 10px;
}

.view-microsite-detail-views .accordion-cores .sub-title {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  font-weight: 800;
  padding-left: 40px;
  
}
.chapter-pattern4 .timeline-wrapper  .main-wrapper{
    background: transparent!important;
}
.chapter-pattern4.view-microsite-detail-views .view-content {
  overflow: hidden;
}
.chapter-pattern4 .infographics-mobile img {
    width: 100%;
}
.view-microsite-detail-views .accordion-core .text-more {
  font-size: 13px;
  float: left;
  width: 100%;
  font-weight: 400;
  color: #d25a55;
  margin-top: 15px;
}

.full-containers .accordian-title {
  background-image: url(../img/up_other.png);
  background-position: 97%;
}



.accordion-start .accorian-inner-content {
  float: left;
  display: none;
  padding-left: 65px;
  font-size: 16px;
  font-weight: 400;
  color: #d25a55;
  padding-top: 6px;
  padding-bottom: 25px;
  padding-right: 96px;
}


/*core-indoactors*/


/*core-new*/
.chapter-pattern4 .chart-blocks-wrapper .block-title {
  transform: rotate(90deg);
}

.chapter-pattern4 .timeline-wrapper .popup-in .indicator-popup {
  display: block!important;
}

.chapter-pattern4 .timeline-wrapper .indicator-popup {
  display: none!important;
  color: #333;
  font-weight: 400;
  padding: 10px;
  width: 220px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 70;
  top: -50px;
}

.chapter-pattern4 .row-2 .count {
  background: #6aa93a!important;
}
.chapter-pattern4 .timeline-wrapper .row-1 .indicator-popup .popup-title {
    color: #5087c7;
}
.chapter-pattern4 .timeline-wrapper .row-1 .indicator-popup span.subtitle {
    color: #5087c7;
}
.chapter-pattern4 .timeline-wrapper .indicator-popup span.subtitle {
    font-weight: 700;
    margin-bottom: 5px;
}
.chapter-pattern4 .timeline-wrapper .indicator-popup .subtitle {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 20px;
}
.chapter-pattern4 .chapter-body-content a, .chapter-pattern4 .sub-chapters a {
    color: #19398a!important;
}
.chapter-pattern4 .timeline-wrapper .row-2 .indicator-popup .popup-title {
    color: #6aa93a;
}
.chapter-pattern4 .timeline-wrapper .row-2 .indicator-popup .popup-title {
    color: #6aa93a;
}
.chapter-pattern4 .timeline-wrapper .row-3 .indicator-popup .popup-title {
    color: #cd4842;
}
.chapter-pattern4 .timeline-wrapper .row-3 .indicator-popup .popup-title {
    color: #cd4842;
}

.chapter-pattern4 .timeline-wrapper .row-4 .indicator-popup .popup-title {
    color: #00a7b7;
}
.chapter-pattern4 .timeline-wrapper .row-4 .indicator-popup .popup-title {
    color: #00a7b7;
}
.chapter-pattern4 .timeline-wrapper .row-5 .indicator-popup .popup-title {
    color: #775592;
}

.chapter-pattern4 .timeline-wrapper .indicator-popup .popup-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
  }
.chapter-body-content a, #chapter-content .sub-chapters a, .chapter-pattern2 p > a {
    font-weight: bold;
    text-decoration: underline;
}
.chapter-pattern4 .timeline-wrapper .front .main-title {
  text-transform: uppercase;
  font-size: 12px;
  background: #5087c7;
  height: 80px;
  padding: 12px;
  margin-bottom: 0;
  margin: 0;
}

.chapter-pattern4 .row-5 .chart-blocks:after {
  background: #fff;
}

.chapter-pattern4 .timeline-wrapper .row-5 .front .main-title {
  background: #775592;
}

.chapter-pattern4 .timeline-wrapper .row-4 .front .main-title {
  background: #00a7b7;
}

.chapter-pattern4 .timeline-wrapper .row-2 .front .main-title {
  background: #6aa93a;
}

.chapter-pattern4 .timeline-wrapper .row-2 .front .main-title {
  background: #6aa93a;
}

.chapter-pattern4 .subtitle-wrapper {
  padding: 10px;
  height: 85px;
  background: #edf3f9;
  padding-left: 20px;
}

.chapter-pattern4 .row-5 .subtitle-wrapper {
  background: #f1eef4;
  height: 175px;
}

.chapter-pattern4 .under-line:after {
  width: 165px;
}

.chapter-pattern4 .row-5 .new-under.under-line:after {
  width: 91px;
}

.chapter-pattern4 .row-5 .preg.method.under-line:after {
  width: 157px;
}

.chapter-pattern4 .row-5 span.count {
  background: #775592!important;
}

.chapter-pattern4 .maternal.under-line:after {
  width: 71px;
}

.chapter-pattern4 .row-5 .abortion.preg.method.under-line:after {
  width: 136px;
}

.chapter-pattern4 .row-5 .maternal.new-under.under-line:after {
  width: 69px;
}

.chapter-pattern4 .row-5 .under-line.first.unsafe {
  margin-bottom: 0;
}

.chapter-pattern4 .row-5 .deaths.preg.method.under-line:after {
  width: 116px;
}

.chapter-pattern4 .row-4 .under-line:after {
  border-bottom: 1px solid #00a7b7;
}

.chapter-pattern4 .row-5 .under-line:after {
  border-bottom: 1px solid #775592;
}

.chapter-pattern4 .timeline-wrapper .row-4 .front .sub-title,
.timeline-wrapper .front .read-more {
  color: #00a7b7;
}

.chapter-pattern4 .timeline-wrapper .row-5 .front .sub-title,
.timeline-wrapper .front .read-more {
  color: #775592;
}

.chapter-pattern4 .row-4 span.count {
  background: #00a7b7!important;
}

.chapter-pattern4 .deaths.under-line:after {
  width: 117px;
}

.chapter-pattern4 .adol.under-line:after {
  width: 164px;
}

.chapter-pattern4 .abortion.under-line:after {
  width: 138px
}

.chapter-pattern4 .row-5 .method.under-line:after {
  width: 94px;
}

.chapter-pattern4 .row-5 .unsafe.first.under-line:after {
  width: 55px;
}

.under-line.new-under {
  margin-bottom: 0!important;
}

.chapter-pattern4 .row-5 .first.under-line:after {
  width: 89px;
}

.chapter-pattern4 .row-4 .subtitle-wrapper {
  background: #e5f6f8;
}

.chapter-pattern4 .row-2 .subtitle-wrapper {
  background: #eaf1e3;
}

.chapter-pattern4 .timeline-wrapper .front .sub-title,
.timeline-wrapper .front .read-more {
  font-size: 16px;
  line-height: 22px;
  color: #5087c7;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
}

.chapter-pattern4 .timeline-wrapper .row-2 .front .sub-title,
.timeline-wrapper .front .read-more {
  color: #6aa93a;
}

.chapter-pattern4 .timeline-wrapper .front .title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.chapter-pattern4 .timeline-wrapper span.count {
  display: block;
  background: #5087c7;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  float: left;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 25px;
  margin-right: 14px;
}

.chapter-pattern4 .row-2 .count {
  background: #6aa93a;
}

.chapter-pattern4 .row-1 .subtitle-wrapper {
  padding-left: 30px;
}

.chapter-pattern4 .under-line {
  position: relative;
  width: 100%;
  font-weight: 700;
}

.chapter-pattern4 .under-line:after {
  content: "";
  position: absolute;
  left: 41px;
  top: 21px;
  border-bottom: 1px solid #5087c7;
  width: 92px;
}

.chapter-pattern4 .under-line:after {
  content: "";
  position: absolute;
  left: 41px;
  top: 21px;
  border-bottom: 1px solid #5087c7;
  width: 92px;
}

.i18n-fr .chapter-pattern4 .under-line:after {
  width: 83px;
}

.chapter-pattern4 .first.under-line:after {
  width: 66px
}

.chapter-pattern4 .row-1 .second .subtitle-wrapper {
  padding-left: 15px;
}

.chapter-pattern4 .row-1 .third.subtitle-wrapper {
  padding-left: 15px;
}

.chapter-pattern4 .timeline-wrapper .block,
.timeline-wrapper .front,
.timeline-wrapper .back {
  width: 250px;
}

.chapter-pattern4 .timeline-wrapper .row-2 .front,
.timeline-wrapper .row-2 .back {
  border: 0 solid #00a7b7;
}

.chapter-pattern4 .timeline-wrapper .row-2 .front {
  background: transparent;
}

.chapter-pattern4 .row-2 .subtitle-wrapper {
  height: 95px
}

.i18n-fr .chapter-pattern4 .row-2 .subtitle-wrapper {
  height: 115px
}

.i18n-fr .chapter-pattern4 .row-2 .subtitle-wrapper {
  height: 121px;
}

.chapter-pattern4 .row-2 .under-line.first {
  margin-bottom: 15px;
}

.chapter-pattern4 .row-2 .first.under-line:after {
  width: 77px;
}

.chapter-pattern4 .row-2 .under-line:after {
  border-bottom: 1px solid #6aa93a;
}

.chapter-pattern4 .row-2 .under-line:after {
  width: 145px;
}

.chapter-pattern4 .timeline-wrapper .row-3 .front,
.timeline-wrapper .row-3 .back {
  border: 0 solid #d46d68;
}

.chapter-pattern4 .timeline-wrapper .row-3 .front {
  background: transparent;
}

.chapter-pattern4 .timeline-wrapper .row-3 .front .main-title {
  background: #cd4842;
}

.chapter-pattern4 .row-3 .subtitle-wrapper {
  background: #faedec;
}

.chapter-pattern4 .light-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.chapter-pattern4 .timeline-wrapper .row-3 .front .main-title {
  height: 95px;
}

.chapter-pattern4 .row-3 .subtitle-wrapper {
  height: 161px;
}

.chapter-pattern4 .timeline-wrapper .row-3 .front .sub-title,
.timeline-wrapper .front .read-more {
  color: #cd4842;
}

.chapter-pattern4 .row-3 .first.under-line:after {
  width: 41px;
}

.chapter-pattern4 .row-3 .under-line:after {
  border-bottom: 1px solid #cd4842;
  width: 54px;
}

.chapter-pattern4 .row-3 .circle-left .under-line:after {
  width: 140px;
}

.i18n-fr .chapter-pattern4 .row-3 .circle-left .under-line.infor:after {
  width: 138px;
}

.i18n-fr .chapter-pattern4 .row-3 .circle-left .under-line:after {
  width: 59px;
}

.chapter-pattern4 .new-under.under-line:after {
  width: 132px;
}

.chapter-pattern4 .row-4 .first.under-line:after {
  width: 123px;
}

.chapter-pattern4 .row-5 span.under-line {
  margin-bottom: 10px;
}

.chapter-pattern4 .row-3 .circle-left .coun.under-line:after {
  width: 85px;
}

.i18n-fr .chapter-pattern4 .row-3 .circle-left .coun.under-line:after {
  width: 63px;
}

.chapter-pattern4 .demand.under-line:after {
  width: 135px;
}

.chapter-pattern4 .mcpr.under-line:after {
  width: 46px;
}

.chapter-pattern4 .method.under-line:after {
  width: 135px;
}

.under-line.method {
  padding-left: 40px;
}

.chapter-pattern4 .row-3 .circle-left .first.under-line:after {
  width: 40px;
}

.chapter-pattern4 .row-3 .circle-left .first.under-line:after {
  width: 40px;
}

.i18n-fr .chapter-pattern4 .row-3 .circle-left .first.under-line:after {
  width: 27px;
}

.chapter-pattern4 .row-3 .circle-right-align .under-line:after {
  width: 125px;
}

.i18n-fr .chapter-pattern4 .first.under-line:after {
  width: 75px;
}

.i18n-fr .chapter-pattern4 .row-4 .first.under-line:after {
  width: 89px;
}

.i18n-fr .chapter-pattern4 .mcpr.under-line:after {
  width: 134px;
}

.i18n-fr .chapter-pattern4 .row-4 .under-line:after {
  width: 133px;
}

.i18n-fr .chapter-pattern4 .row-2 .first.under-line:after {
  width: 143px;
}

.i18n-fr .chapter-pattern4 .row-3 .circle-right-align .first.under-line:after {
  width: 162px;
}

.chapter-pattern4 .row-3 span.count {
  background-color: #cd4842;
}

.chapter-pattern4 .chart-blocks-wrapper.row-4 {
  margin-top: 100px;
}

.chapter-pattern4 .row-4 .subtitle-wrapper {
  height: 262px;
}

.i18n-fr .chapter-pattern4 .chart-blocks-wrapper.row-5 {
  margin-top: 221px;
}

.i18n-fr .chapter-pattern4 .row-5 .first.under-line:after {
  width: 90px;
}

.i18n-fr .chapter-pattern4 .row-4 .animation-wrapper {
  top: 0;
  top: -129px;
}

.i18n-fr .chapter-pattern4 .timeline-wrapper .row-4 .block-title {
  top: 168px;
}

.i18n-fr .chapter-pattern4 .timeline-wrapper .row-2 .direction-wrap {
  top: -97px;
}

.i18n-fr .chapter-pattern4 .timeline-wrapper .row-5 .direction-wrap {
  top: -98px;
}

.i18n-fr .chapter-pattern4 .row-5 .deaths.preg.method.under-line:after {
  width: 95px;
}

.i18n-fr .chapter-pattern4 .row-5 .first.under-line:after {
  width: 54px;
}

.i18n-fr .chapter-pattern4 .row-5 .abortion.preg.method.under-line:after {
  width: 161px;
}

.i18n-fr .chapter-pattern4 .row-5 .adol.under-line:after {
  width: 159px;
}

.i18n-fr .chapter-pattern4 .timeline-wrapper .direction-wrap {
  top: 29px;
}

.i18n-fr .chapter-pattern4 .row-4 .subtitle-wrapper {
  height: 290px;
}

.chapter-pattern4 .timeline-wrapper .row-4 .front {
  background: transparent;
}

.chapter-pattern4 .chart-blocks-wrapper.row-5 {
  margin-top: 190px;
}

.chapter-pattern4 .timeline-wrapper .row-4 .front,
.timeline-wrapper .row-4 .back {
  border: 0 solid #7ac143;
}

.chapter-pattern4 .row-4 .under-line {
  position: relative;
  margin-bottom: 15px;
}

.chapter-pattern4 .timeline-wrapper .row-5 .front,
.timeline-wrapper .row-5 .back {
  border: 0 solid #775592;
}

.chapter-pattern4 .row-1 span.sub-title {
  display: block!important;
}

.chapter-pattern4 .row-4 span.block.no-flip {
  height: 342px;
}

.chapter-pattern4 .chart-blocks-wrapper.row-2 {
  margin-top: 45px;
}

.chapter-pattern4 .row-2 .block.no-flip {
  height: 194px;
}

.chapter-pattern4 .row-5 .chart-blocks:after {
  right: -12px;
  left: auto;
  top: 118px;
}

.chapter-pattern4 .row-5 .block.no-flip {
  height: 201px;
}

.chapter-pattern4 .no-circle-section .no-flip:after {
  display: none;
}

.chapter-pattern4 .animation-area {
  display: block;
  background: #ccc;
  height: 95px;
  transition: all 2s ease;
  width: 2px;
  top: 95px;
  transition-duration: 2s;
}

.chapter-pattern4 .animation-area:before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../img/measurement/circle.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f2f2f2;
}

.chapter-pattern4 .animation-area:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../img/measurement/down_arrow.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 35px;
}

.chapter-pattern4 .row-3 .animation-area:after {
  bottom: 49px;
}

.chapter-pattern4 .row-1 .animation-area:after {
  bottom: 27px;
}

.chapter-pattern4 .row-5 .animation-area:after {
  bottom: 16px;
}

.chapter-pattern4 .row-4 .animation-area:after {
  bottom: 11px;
}

.chapter-pattern4 .visible .animation-area:after {
  display: block;
}

.chapter-pattern4 .row-2 .animation-area:before {
  bottom: 49px;
}

.chapter-pattern4 .row-3 span.animation-wrapper {
  top: 241px;
}

.chapter-pattern4 .row-1 .animation-area:before {
  bottom: 27px;
}

.chapter-pattern4 .visible .animation-area:before {
  display: block;
}

.chapter-pattern4 .row-1 .animation-area {
  height: 45px;
  transition-delay: .5s;
}

.chapter-pattern4 .timeline-wrapper .row-2 .block-title {
  top: 20px;
}

.chapter-pattern4 .row-2 .animation-area {
  height: 105px;
  transition-delay: .10s;
}

.chapter-pattern4 .row-3 .block-title {
  top: 203px;
}

.chapter-pattern4 .row-4 .animation-wrapper {
  top: 0;
  top: -182px;
}

.chapter-pattern4 .row-5 .animation-wrapper {
  top: -212px;
}

.chapter-pattern4 .visible .row-5 span.animation-wrapper {
  height: 324px;
  transition-delay: 4s;
}

.chapter-pattern4 .visible .row-4 span.animation-wrapper {
  height: 230px;
  transition-delay: 3s;
}

.chapter-pattern4 .row-3 .animation-area {
  top: 220px;
  height: 0;
}

.chapter-pattern4 .row-3 .animation-area {
  transition-delay: 3s;
  height: 190px;
}

.chapter-pattern4 .visible .row-3 .animation-area {
  transition-delay: 3s;
  height: 190px;
}

.chapter-pattern4 .timeline-wrapper .row-4 .block-title {
  position: absolute;
  left: -72px;
  top: 53px;
}

.chapter-pattern4 .row-4 .animation-area {
  top: 314px;
}

.chapter-pattern4 .row-4 .animation-area {
  height: 210px;
}

.chapter-pattern4 .row-4 .animation-area:before {
  bottom: 12px;
}

.chapter-pattern4 .row-5 .animation-area {
  height: 300px;
  transition-delay: .35s;
}

.chapter-pattern4 .timeline-wrapper .chart-blocks-wrapper::after {
  display: none;
}

.chapter-pattern4 .timeline-wrapper .row-5 .block-title {
  top: 320px;
}

.chapter-pattern4 .animation-wrapper {
  width: 12px;
  height: 0;
  position: absolute;
  left: 0;
  transition: all 0.5s ease 0.5s;
  top: 186px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.chapter-pattern4 .visible .row-1 .animation-wrapper {
  height: 80px;
}

.chapter-pattern4 .visible .row-2 .animation-wrapper {
  height: 149px;
}

.chapter-pattern4 .row-2 .animation-wrapper {
  top: 125px;
  transition-delay: 2s;
}

.chapter-pattern4 .row-5 .chart-blocks:after {
  background-image: none;
  border: 2px solid #775592;
  border-radius: 50%;
}

.chapter-pattern4 .row-5 .chart-blocks:after {}

.chapter-pattern4 .timeline-wrapper .timeline-container {
  max-width: 1140px;
  /*margin: auto;
    */
  padding: 50px 0px;
  padding-left: 0;
  padding-bottom: 130px;
}

.chapter-pattern4 .row-3 .chart-blocks:after {
  background-image: url(../img/measurement/cd4842.png)!important;
  background: #fff;
}

.chapter-pattern4 .row-1 .chart-blocks:after {
  background-image: url(../img/measurement/5087c7.png);
}

.chapter-pattern4 .chart-blocks:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  left: 0;
  bottom: 3px;
  right: 0;
  margin: 0 auto;
}

.chapter-pattern4 .row-2 .chart-blocks:after {
  bottom: 73px;
  right: 0;
  left: auto;
  background-image: url(../img/measurement/6aa93a.png);
}

.chapter-pattern4 .row-3 .chart-blocks:after {
  background-image: url(../img/measurement/cd4842.png)!important;
  background: #fff;
}

.chapter-pattern4 .row-2 .no-circle-section.chart-blocks:after {
  display: none;
}

.chapter-pattern4 .circle-right-align.chart-blocks:after {
  bottom: 71px;
  right: -5px;
  left: auto;
}

.chapter-pattern4 .timeline-wrapper .row-5 .block,
.chapter-pattern4 .timeline-wrapper .row-5 .front,
.chapter-pattern4 .timeline-wrapper .row-5 .back {
  width: 232px;
}

.chapter-pattern4 .timeline-wrapper .row-4 .block,
.chapter-pattern4 .timeline-wrapper .row-4 .front,
.chapter-pattern4 .timeline-wrapper .row-4 .back {
  width: 236px
}

.chapter-pattern4 .chart-blocks.is-popup-active .block {
  z-index: 10;
  position: relative;
}

.chapter-pattern4 .timeline-wrapper .popup-title {
  background: none;
}

.chapter-pattern4 .circle-left.chart-blocks:after {
  bottom: 71px;
  right: auto;
  left: -5px;
}

.chapter-pattern4 .timeline-wrapper .main-wrapper {
  display: flex;
  justify-content: space-between;

}

.chapter-pattern4 .timeline-wrapper .main-wrapper aside {
  max-width: 350px;
  padding-top: 50px;
  display: none;
}

.chapter-pattern4 .timeline-wrapper .main-wrapper aside h4 {
  color: #1D335E;
  font-weight: bold;
}

.chapter-pattern4 .timeline-wrapper .chart-blocks-wrapper {
  position: relative;
  height: 196px;
  opacity: 1;
  display: flex;
  justify-content: center;
  padding-left: 70px;
}

.chapter-pattern4 .timeline-wrapper .chart-blocks-wrapper::after {
  content: "";
  position: absolute;
  left: 125px;
  background: #5087c7;
  height: 0;
  transition: all 2s ease;
  width: 1px;
}

.chapter-pattern4 .timeline-wrapper .block-title {
  position: absolute;
  left: -70px;
  top: 25px;
  color: #5087c7;
  width: 150px;
  word-wrap: break-word;
  font-size: 15px;
  font-weight: bold;
}

.chapter-pattern4 .timeline-wrapper .chart-blocks-wrapper .chart-blocks:not(:last-child) {
  margin-right: 20px;
}

.chapter-pattern4 .timeline-wrapper .row-5.chart-blocks-wrapper .chart-blocks:not(:last-child) {
  margin-right: 60px;
}

.chapter-pattern4 .timeline-wrapper .row-2.chart-blocks-wrapper .chart-blocks:not(:last-child) {
  margin-right: 60px;
}

.chapter-pattern4 .timeline-wrapper .row-3.chart-blocks-wrapper .chart-blocks:not(:last-child) {
  margin-right: 60px;
}

.chapter-pattern4 .timeline-wrapper .chart-blocks.is-popup-active {
  z-index: 9;
}

.chapter-pattern4 .timeline-wrapper .chart-blocks {
  position: relative;
}

.chapter-pattern4 .timeline-wrapper .block {
  /* width: 200px;
     height: 150px;
    */
  /*background: #e5e6e7;
    */
  /*border: 1px solid #5087c7;
    */
  outline: 1px solid #5087c7;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  outline: none !important;
}

.chapter-pattern4 .timeline-wrapper .block,
.chapter-pattern4 .timeline-wrapper .front,
.chapter-pattern4 .timeline-wrapper .back {
  width: 220px;
}

.chapter-pattern4 .timeline-wrapper .row-2 .block,
.chapter-pattern4 .timeline-wrapper .row-2 .front,
.chapter-pattern4 .timeline-wrapper .row-2 .back {
  width: 260px;
}

.chapter-pattern4 .timeline-wrapper .front,
.chapter-pattern4 .timeline-wrapper .back {
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.chapter-pattern4 .timeline-wrapper .back {
  background-color: #fff;
  color: #5087c7;
}

.chapter-pattern4 .timeline-wrapper .front span,
.chapter-pattern4 .timeline-wrapper .back span {
  display: block;
  word-break: break-word;
}

.chapter-pattern4 .timeline-wrapper .front .read-more:hover {
  color: #000;
}

.chapter-pattern4 .timeline-wrapper .title-desc {
  text-transform: uppercase;
  color: #dbdbdb;
  font-size: 11px;
  line-height: 15px;
}

.chapter-pattern4 .timeline-wrapper .sub-title {
  font-style: normal;
}

.chapter-pattern4 .timeline-wrapper .back .title {
  /*font-size: 16px;
    */
}


/***********************************************/

.chapter-pattern4 .timeline-wrapper .row-2 .block {
  outline: 1px solid #00a7b7;
}

.chapter-pattern4 .timeline-wrapper .row-2 .front,
.chapter-pattern4 .timeline-wrapper .row-2 .back {}

.chapter-pattern4 .timeline-wrapper .row-2 .back {
  color: #00a7b7;
}

.chapter-pattern4 .timeline-wrapper .row-3 .block {
  outline: 1px solid #d46d68;
}

.chapter-pattern4 .timeline-wrapper .row-3 .front {
  background: #d46d68;
}

.chapter-pattern4 .timeline-wrapper .row-3 .back {
  color: #d46d68;
}

.chapter-pattern4 .timeline-wrapper .row-4 .block {
  outline: 1px solid #7ac143;
}

.chapter-pattern4 .timeline-wrapper .row-4 .front {
  background: #7ac143;
}

.chapter-pattern4 .timeline-wrapper .row-4 .back {
  color: #7ac143;
}

.chapter-pattern4 .timeline-wrapper .row-5 .block {
  outline: 1px solid #775592;
}

.chapter-pattern4 .timeline-wrapper .row-5 .front {
  background: #775592;
}

.chapter-pattern4 .timeline-wrapper .row-5 .back {
  color: #775592;
}


/***********************************************/

.chapter-pattern4 .timeline-wrapper .row-1 .chart-blocks {
  margin-top: 20px;
}

.chapter-pattern4 .timeline-wrapper .direction-wrap {
  width: calc(100% - 64px);
  left: 50%;
  float: left;
  position: relative;
  pointer-events: none;
  top: 0;
}

.chapter-pattern4 .timeline-wrapper .row-1 .direction-wrap {
  top: 18px;
}

.chapter-pattern4 .timeline-wrapper .direction-top {
  position: absolute;
  top: 174px;
  width: 100%;
  height: 2px;
  transition: ease .5s;
  background: #000;
  /*opacity: 0;
    */
}

.chapter-pattern4 .timeline-wrapper .dir-top-right {
  left: 0px;
}

.chapter-pattern4 .timeline-wrapper .dir-top-left {
  right: calc(100% - 1px);
}

.chapter-pattern4 .timeline-wrapper .direction-bottom {
  padding-top: 20px;
  height: 100%;
}

.chapter-pattern4 .timeline-wrapper .hor-line {
  position: absolute;
  left: 0px;
  height: 20px;
  width: 2px;
  top: 0;
  background: red;
  z-index: 9;
  transition: ease .5s;
}

.chapter-pattern4 .timeline-wrapper .ver-line {
  transition: ease .5s;
  position: absolute;
  height: 2px;
  width: 20px;
  background: blue;
  bottom: 0;
  left: calc(100% + 20px);
}

.chapter-pattern4 .timeline-wrapper .single-line {
  position: absolute;
  width: 40px;
  height: 2px;
  background: red;
  left: 100%;
  transition: .5s ease;
  top: 0;
}

.chapter-pattern4 .timeline-wrapper .sm-ver-line {
  position: absolute;
  right: 0;
  height: 20px;
  width: 2px;
  background: blue;
  transition: .5s ease;
}

.chapter-pattern4 .timeline-wrapper .sm-ver-line-left {
  position: absolute;
  left: 0;
  height: 20px;
  width: 2px;
  background: blue;
  transition: .5s ease;
}

.chapter-pattern4 .timeline-wrapper .dir-mid-sec {
  top: -50%;
  width: 100%;
  left: auto;
  right: 0;
  height: 165px;
  margin-top: 20px;
}

.chapter-pattern4 .timeline-wrapper .dir-mid-sec .direction-top {
  width: 20px;
  left: 100%;
  top: 0;
}

.chapter-pattern4 .timeline-wrapper .dir-mid-sec .hor-line {
  left: auto;
  right: 0;
  left: auto;
  right: -20px;
  height: 100%;
}

.chapter-pattern4 .timeline-wrapper .dir-mid-sec-left .direction-top {
  left: auto;
  right: 100%;
}

.chapter-pattern4 .timeline-wrapper .dir-mid-sec-left .hor-line {
  right: auto;
  left: -20px;
}

.chapter-pattern4 .timeline-wrapper .dir-mid-sec-left .ver-line {
  left: -20px;
  width: 50%;
}

.chapter-pattern4 .timeline-wrapper .ver-line.left {
  width: 50%;
  left: auto;
  right: -20px;
}

.chapter-pattern4 .timeline-wrapper .read-more {
  font-size: 12px;
  /*text-transform: uppercase;
    */
  text-decoration: none !important;
  cursor: pointer;
  padding-top: 5px;
  padding-left: 2px;
}

.chapter-pattern4 .timeline-wrapper .popup-wrapper {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  z-index: 99;
  display: none;
}

.chapter-pattern4 .timeline-wrapper .content-popup {
  width: 400px;
  padding: 25px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: scale 1s ease;
  transform: translate(-50%, -50%) scale(0);
}

.chapter-pattern4 .timeline-wrapper .cls-btn {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: url(../img/close.png) no-repeat center center;
  background-size: 18px;
}


/*****************Animation*********************************/

.chapter-pattern4 .timeline-wrapper .visible .chart-blocks-wrapper::after {
  height: 100%;
}

.chapter-pattern4 .timeline-wrapper .chart-blocks-wrapper.row-1::after {
  transition-delay: 0s;
  transition-duration: 1.5s;
}

.chapter-pattern4 .timeline-wrapper .chart-blocks-wrapper.row-2::after {
  transition-delay: 1.5s;
  transition-duration: 1.5s;
  background: #00a7b7;
}

.chapter-pattern4 .timeline-wrapper .chart-blocks-wrapper.row-3::after {
  transition-delay: 3s;
  transition-duration: 1.5s;
  background: #d46d68;
}

.chapter-pattern4 .timeline-wrapper .chart-blocks-wrapper.row-4::after {
  transition-delay: 4.5s;
  transition-duration: 1.5s;
  background: #7ac143;
}

.chapter-pattern4 .timeline-wrapper .chart-blocks-wrapper.row-5::after {
  transition-delay: 6s;
  transition-duration: 1.5s;
  background: #775592;
}

.chapter-pattern4 .timeline-wrapper .row-2 .block-title {
  color: #7ac143;
}

.row-1 .second .under-line:after {
  border: 0!important;
}

.row-1 .third .under-line:after {
  border: 0!important;
}

.chapter-pattern4 .timeline-wrapper .row-1 .indicator-popup {
  background-color: #edf3f9;
}

.chapter-pattern4 .close-popup {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  right: 5px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: url(../img/measurement/closepopcore.png)no-repeat right transparent;
}

.chapter-pattern4 .timeline-wrapper .row-2 .indicator-popup {
  background-color: #eaf1e3;
}

.chapter-pattern4 .timeline-wrapper .row-3 .indicator-popup {
  background-color: #faedec;
}

.chapter-pattern4 .timeline-wrapper .row-4 .indicator-popup {
  background-color: #e5f6f8;
}

.chapter-pattern4 .timeline-wrapper .row-5 .indicator-popup {
  background-color: #f1eef4;
}

.chapter-pattern4 .timeline-wrapper .row-3 .block-title {
  color: #d46d68;
  top: 15px;
}

.chapter-pattern4 .timeline-wrapper .row-4 .block-title {
  color: #00a7b7;
}

.chapter-pattern4 .timeline-wrapper .row-5 .block-title {
  color: #775592;
  top: 110px;
}

.chapter-pattern4 .timeline-wrapper .row-1 .direction-top {
  background: #5087c7;
  transition-delay: .5s;
  opacity: 1;
  width: 100%;
}

.chapter-pattern4 .timeline-wrapper .row-1 .sm-ver-line {
  transition-delay: 1s;
  background: #5087c7;
  height: 20px;
  top: 175px;
  left: 132px;
  opacity: 1;
}

.chapter-pattern4 .timeline-wrapper .row-1 .sm-ver-line::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 8px;
  background: url(../img/measurement/d_arrow_1.png) no-repeat center right;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  transition-delay: 1s;
}

.sub-chapter-description ul {
  color: #414042;
  font-size: 16px;
  line-height: 22px;
}

.chapter-pattern4 .timeline-wrapper .row-2 .sm-ver-line::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 5px;
  background: url(../img/measurement/Arrow.png) no-repeat center right;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.chapter-pattern4 .timeline-wrapper .row-1 .hor-line {
  height: 20px;
  transition-delay: 0s;
  background: #5087c7;
  left: 0;
  top: 154px;
}


/* .chapter-pattern4 .timeline-wrapper .visible .row-1 .hor-line {
     height: 20px;
}*/


/**/

.chapter-pattern4 .timeline-wrapper .row-2 .dir-mid-sec .direction-top {
  background: #6aa93a;
  width: 20px;
}

.chapter-pattern4 .timeline-wrapper .row-2 .dir-mid-sec .hor-line {
  background: #6aa93a;
  height: 100%;
}

.chapter-pattern4 .timeline-wrapper .row-2 .ver-line {
  background: #6aa93a;
  width: 20px;
}

.chapter-pattern4 .timeline-wrapper .row-2 .ver-line::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 11px;
  background: url("../img/measurement/r_arrow.png") no-repeat center right;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
}

.chapter-pattern4 .timeline-wrapper .visible .row-2 .ver-line::after {
  opacity: 1;
  transition-delay: 2.5s;
}


/**/

.chapter-pattern4 .timeline-wrapper .row-3 .dir-mid-sec .direction-top {
  background: #d46d68;
  width: 20px;
}

.chapter-pattern4 .timeline-wrapper .row-3 .single-line {
  background: #cd4842;
  width: 40px;
}

.chapter-pattern4 .timeline-wrapper .row-3 .single-line::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 11px;
  background: url("../img/measurement/r_arrow_red.png") no-repeat center right;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 1;
}

.chapter-pattern4 .timeline-wrapper .row-3 .dir-mid-sec .hor-line {
  background: #cd4842;
  height: 100%;
}

.chapter-pattern4 .timeline-wrapper .row-3 .ver-line {
  background: #d46d68;
  width: 50%;
  transition-delay: 4s;
}

.chapter-pattern4 .timeline-wrapper .row-3 .ver-line::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 11px;
  background: url("../img/measurement/r_arrow_red.png") no-repeat center right;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 1;
}

.chapter-pattern4 .row-5 .no-circle-section.chart-blocks:after {
  display: none;
}

.chapter-pattern4 .timeline-wrapper .row-5 .single-line::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 11px;
  background: url("../img/measurement/r_arrow_violet.png") no-repeat center right;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
}

.chapter-pattern4 .timeline-wrapper .row-3 .ver-line.left::after {
  right: auto;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}


/**/

.chapter-pattern4 .timeline-wrapper .row-4 .hor-line {
  height: 20px;
  background: #00a7b7;
}

.chapter-pattern4 .timeline-wrapper .row-4 .direction-top {
  width: 100%;
  background: #00a7b7;
  top: 20px;
}

.chapter-pattern4 .timeline-wrapper .row-4 .sm-ver-line,
.chapter-pattern4 .timeline-wrapper .row-4 .sm-ver-line-left {
  height: 20px;
  background: #00a7b7;
}


/* .chapter-pattern4 .timeline-wrapper .visible .row-4 .sm-ver-line, .chapter-pattern4 .timeline-wrapper .visible .row-4 .sm-ver-line-left {
     height: 20px;
     transition-delay: 5.5s;
}*/

.chapter-pattern4 .timeline-wrapper .row-4 .sm-ver-line::after,
.chapter-pattern4 .timeline-wrapper .row-4 .sm-ver-line-left::after {
  content: "";
  background: url("../img/measurement/d_arrow_green_blue.png") no-repeat center right;
  position: absolute;
  width: 11px;
  height: 8px;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.chapter-pattern4 .timeline-wrapper .visible .row-4 .sm-ver-line::after,
.chapter-pattern4 .timeline-wrapper .visible .row-4 .sm-ver-line-left::after {
  opacity: 1;
  transition-delay: 5.5s;
}


/**/

.chapter-pattern4 .timeline-wrapper .row-5 .single-line {
  background: #775592;
  width: 40px;
}

.chapter-pattern4 .timeline-wrapper .row-4 .single-line:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  background: url("../img/measurement/d_arrow_green_blue.png") no-repeat center right;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
}

.chapter-pattern4 .timeline-wrapper .visible .row-5 .single-line:after {
  opacity: 1;
  transition-delay: 6s;
}


/*********************Flip animation********************************************/

.chapter-pattern4 .timeline-wrapper .block {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
   perspective: 1000;
}

.chapter-pattern4 .timeline-wrapper .block:hover .flipper {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
   transform: rotateY(180deg);
}

.chapter-pattern4 .timeline-wrapper .block.no-flip:hover .flipper {
  transform: none;
}

.chapter-pattern4 .timeline-wrapper .flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.chapter-pattern4 .timeline-wrapper .front,
.chapter-pattern4 .timeline-wrapper .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.chapter-pattern4 .row-3 .direction-wrap.dir-mid-sec {
  top: 50%;
  height: 340px;
}

.chapter-pattern4 .timeline-wrapper .front {
  z-index: 2;
  text-align: left;
}

.chapter-pattern4 .timeline-wrapper .back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.chapter-pattern4 .chart-blocks-wrapper.row-3 {
  margin-top: 45px;
}

.chapter-pattern4 .row-3 .under-line {
  margin-bottom: 15px;
}

.chapter-pattern4 .under-line.infor {
  margin-bottom: 0!important;
}

.chapter-pattern4.chart-blocks .sub-title > .under-line {
    cursor: pointer;
}
/*core-new*/
 .node-type-microsite-main .top-news-sectiion{
    display: none;
}
.node-type-country  .top-news-sectiion {
    display: none;
}
 .node-type-microsite-main  .top-news-sectiion.fields-add-tag{
   display: block;
}
.accordion-start  .accorian-inner-content p {
    margin-bottom: 0!important;
}

/***collection***/
/***CSS for FIGURE-9***/
 .chapter-pattern4 .figure-9 {
     margin-top: 20px;
}
 .chapter-pattern4 .figure-9 .fig-section {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     border-bottom: 3px solid #fff;
     flex: 1 1 1px;
}
 .chapter-pattern4 .figure-9 .fig-month {
     display: inline-block;
     width: 75px;
     text-align: left;
     font-size: 14px;
     line-height: 16px;
     text-transform: uppercase;
     font-weight: bold;
     max-height: 100%;
}
 .chapter-pattern4 .figure-9 .fig-content-title {
     font-size: 17px;
     line-height: 19px;
     text-transform: uppercase;
     font-weight: bold;
}
 .chapter-pattern4 .figure-9 .fig-month>div {
     display: table;
     width: 100%;
     vertical-align: middle;
}
 .chapter-pattern4 .figure-9 .fig-month>div>div {
     display: table-cell;
     vertical-align: middle;
     padding-top: 3px;
}
 .chapter-pattern4 .figure-9 .fig-content {
     display: inline-block;
     width: calc(100% - 75px);
     padding: 15px;
}
 .chapter-pattern4 .figure-9 .fig-content p {
     margin: 0px 0;
     font-size: 16px;
     line-height: 18px;
     color: #414042;
     padding: 9px 0;
}
p.figure-title {
    font-size: 18px;
    font-weight: 700;
    color: #19398a;
}
 .chapter-pattern4 .figure-9 .section-red .fig-content-title {
     color: #cd4842;
}
 .chapter-pattern4 .figure-9 .section-blue .fig-content-title {
     color: #5087c7;
}
 .chapter-pattern4 .figure-9 .section-cyan .fig-content-title {
     color: #00a7b7;
}
 .chapter-pattern4 .figure-9 .section-green .fig-content-title {
     color: #6aa93a;
}
 .chapter-pattern4 .figure-9 .section-red .fig-month {
     background: url(../img/chart/strip_1.jpg)repeat-y right 0;
     color: #cd4842;
}
 .chapter-pattern4 .figure-9 .section-blue .fig-month {
     background: url(../img/chart/strip_2.jpg)repeat-y right 0;
     color: #5087c7;
}
 .chapter-pattern4 .figure-9 .section-cyan .fig-month {
     background: url(../img/chart/strip_3.jpg)repeat-y right 0;
     color: #00a7b7;
}
 .chapter-pattern4 .figure-9 .section-green .fig-month {
     background: url(../img/chart/strip_4.jpg)no-repeat right 0;
     color: #6aa93a;
     background-size: 31px 100%;
}
 .chapter-pattern4 .figure-9 .section-red .fig-content {
     background-color: #faedec;
}
 .chapter-pattern4 .figure-9 .section-blue .fig-content {
     background-color: #edf3f9;
}
 .chapter-pattern4 .figure-9 .section-cyan .fig-content {
     background-color: #e5f6f8;
}
 .chapter-pattern4 .figure-9 .section-green .fig-content {
     background-color: #eaf1e3;
}
 .chapter-pattern4 .figure-9 .month-red {
     height: 25%;
     background: url(../img/chart/circle_1.png)no-repeat right 8px center;
}
 .chapter-pattern4 .figure-9 .month-blue {
     height: 33.33%;
     background: url(../img/chart/circle_2.png)no-repeat right 8px center;
}
 .chapter-pattern4 .figure-9 .month-cyan {
     height: 33.33%;
     background: url(../img/chart/circle_3.png)no-repeat right 8px center;
}
 .chapter-pattern4 .figure-9 .month-green {
     height: 33.33%;
     background: url(../img/chart/circle_4.png)no-repeat right 8px center;
}
/***collection***/
/***************************End temp boxes***********************************/

@media only screen and (min-width: 768px) {
  .node-type-microsite-main .common-slider-wrp .cycle-pager {
    display: none;
  }
}

@media only screen and (min-width: 991px) {
  .block-quote-wrp {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .node-type-microsite-main .image-title-wrapper {
    width: 50%;
    line-height: 40px;
  }
  .node-type-microsite-main .image-title-wrapper a {
    font-size: 34px;
  }
  .node-type-microsite-main .image-title-wrapper .commitment-text {
    margin-top: 10px;
    font-size: 24px;
    line-height: 30px;
  }
  .block-quote-wrp {
    padding: 0 100px;
  }
  .node-type-microsite-main .resources-news-common-wrapper.core-partners-wrapper a {
    padding-right: 40px;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
/*  .chapter-pattern4 .timeline-wrapper .row-4 .block-title {
    left: -48px;
  }
  .chapter-pattern4 .timeline-wrapper .block-title {
    position: absolute;
    left: -49px;
  }
  .chapter-pattern4 .animation-wrapper {
    left: 23px;
  }*/
.chapter-pattern4 .timeline-wrapper .main-wrapper {
  overflow: auto;
  }
  .view-microsite-detail-views .accordian-title {
    font-size: 19px;
  }
  .core-ind-wrapper div.col-md-4 {
    width: 50%;
  }
  .core-ind-wrapper .visible-md-block {
    display: none !important;
  }
  .ppfp-resources-wrapper-table li {
    width: 50%;
  }
}

@media only screen and (max-width: 1200px) {
  .node-type-microsite-main .image-title-wrapper {
    max-width: 600px;
    font-size: 22px;
  }
  .node-type-microsite-main .image-title-wrapper a {
    font-size: 36px;
    line-height: 42px;
    /*      font-size: 28px;
      line-height: 32px;*/
  }
  .node-type-microsite-main .image-title-wrapper .commitment-text {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .view-microsite-detail-views .accordian-title {
    font-size: 19px;
  }
  .body-scope-wrapper,
  .popup-main-wrapper .pop-source {
    width: 100%;
    float: none;
  }
  .popup-main-wrapper .pop-source {
    padding-left: 0px;
    margin-top: 20px;
  }
  .indicator-popup-wrapper .popup-left-wrapper {
    width: 160px;
    height: 160px;
  }
  .indicator-popup-wrapper .popup-right-wrapper {
    width: calc(100% - 160px);
    padding-left: 60px;
  }
  .indicator-popup-wrapper .indicator-class {
    font-size: 16px;
  }
  .indicator-popup-wrapper .indicator-id {
    font-size: 50px;
    line-height: 56px;
  }
  .node-type-microsite-main .image-title-wrapper {
    max-width: 500px;
    font-size: 18px;
  }
  .microsite-inside-image img {
    height: 230px;
    width: auto;
  }
  .indicator-popup-wrapper .popup-main-wrapper {
    padding: 60px 30px;
  }
  .node-type-microsite-main .image-title-wrapper a {
    font-size: 28px;
    line-height: 32px;
  }
  .Slideshow-widgets blockquote::before,
  .Slideshow-widgets blockquote::after {
    width: 25px;
    height: 25px;
    background-size: 20px;
  }
  .Slideshow-widgets blockquote::before {
    left: 25px;
    top: 0px;
  }
  .Slideshow-widgets blockquote::after {
    right: 25px;
    bottom: 0px;
  }
  .Slideshow-widgets.block-quote-wrp .carousel-btns.prev10 {
    left: -10px;
  }
  .Slideshow-widgets.block-quote-wrp .carousel-btns.next10 {
    right: -10px;
  }
  .node-type-microsite-main .country-right-section .Slideshow-widgets>div .img-slider-main img {
    height: 275px !important;
  }
  .Slideshow-widgets .wrapper-slider-main {
    padding: 15px;
    height: 100px;
  }
  .Slideshow-widgets .title-slider-main {
    font-size: 14px;
  }
  .Slideshow-widgets .subtitle-slider-main {
    font-size: 12px;
  }
  .node-type-microsite-main .text-outer-class {
    display: block;
  }
  .node-type-microsite-main .text-sub-inner,
  .node-type-microsite-main .youtube-wrapper {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .node-type-microsite-main .text-outer-class .download-webinar {
    margin-top: 10px;
  }
  .node-type-microsite-main .text-outer-class img,
  .node-type-microsite-main .text-outer-class iframe {
    margin-top: 10px;
  }
  .engage-tweet-wrapper.connect-contribute .tweet-section .selective-tweets-content {
    height: 450px !important;
  }
  .node-type-microsite-main .map-popup {
    width: 100%;
    right: -100%;
  }
  .node-type-microsite-main .map-popup .tooltip-body {
    max-height: 335px;
  }
  .node-type-microsite-main .support_row {
    flex-direction: column;
  }
  .node-type-microsite-main .support_row .support {
    font-size: 14px;
    max-width: 100%;
  }
  .keyresource-custom-wrapper .indicator-popup-wrapper .popup-right-wrapper {
    width: 100%;
  }
  /**/
  .feedback-thank-you-container .contact-page-header {
    font-size: 26px;
  }
  .feedback-thank-you-container .best-fp-team {
    margin-bottom: 30px;
  }
  /**/
}

@media only screen and (max-width: 767px) {
  .view-microsite-detail-views .accordion-cores .count {
    padding-right: 5px;
    padding-left: 5px;
  }
  .accordion-start .accorian-inner-content {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 0;
    padding-right: 10px;
  }
  .view-microsite-detail-views .accordian-title {
    font-size: 14px;
    padding-left: 9px;
    padding-right: 37px;
  }
  .node-type-microsite-main .country-right-section>div>.view-content>.views-row {
    margin-top: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
  }
  .microsite-inside-image img {
    /*height: 140px;*/
    width: 110px;
    height: auto;
  }
  .node-type-microsite-main .image-title-wrapper a {
    font-size: 18px;
    line-height: 24px;
  }
  .node-type-microsite-main .image-title-wrapper {
    max-width: 100%;
    width: 100%;
    padding-right: 135px;
    left: 0;
    padding-left: 15px;
  }
  .microsite-inside-image {
    right: 15px;
  }
  .indicator-popup-wrapper .popup-main-wrapper {
    padding: 15px;
    display: block;
  }
  .indicator-popup-wrapper .popup-left-wrapper {
    width: 100px;
    height: 100px;
    margin: auto;
  }
  .indicator-popup-wrapper .indicator-class {
    font-size: 14px;
  }
  .indicator-popup-wrapper .indicator-id {
    font-size: 26px;
    line-height: 30px;
  }
  .indicator-popup-wrapper .popup-right-wrapper {
    width: 100%;
    margin: 0;
    padding: 15px 0;
    font-size: 12px;
  }
  .indicator-popup-wrapper .definition:first-child,
  .indicator-popup-wrapper .scope:first-child,
  .indicator-popup-wrapper .source:first-child {
    font-size: 14px;
  }
  .indicator-popup-wrapper .popup-main-wrapper {
    height: auto;
    /*max-height: 350px;*/
  }
  .indicator-popup-wrapper .popup-right-wrapper {
    max-height: 250px;
  }
  .indicator-popup-wrapper .mCSB_inside>.mCSB_container {
    margin-right: 10px;
  }
  .indicator-popup-wrapper .pop-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .node-type-microsite-main .rteindent1 {
    margin-left: 15px;
  }
  .iframe-wrp {
    margin-left: 15px;
  }
  .node-type-microsite-main .country-detail-wrapper {
    margin-top: 0;
  }
  .node-type-microsite-main .top-news-sectiion {
    padding-bottom: 0;
  }
  .iframe-wrp .ifrm {
    width: 100%;
    margin-right: 0 !important;
  }
  .iframe-wrp .ifrm:not(:last-child) {
    margin-bottom: 5px;
  }
  .iframe-wrp .iframe-title {
    margin-bottom: 5px;
  }
  .node-type-microsite-main .region-middle-container .floatingLabelblock {
    position: relative;
    top: 0;
    text-align: right;
  }
  .ack-class-wrapper {
    display: block;
  }
  .node-type-microsite-main .support_row {
    flex-direction: column;
  }
  .node-type-microsite-main .support_row .support {
    font-size: 14px;
    max-width: 100%;
  }
  .node-type-microsite-main.modal-open .mobile-toggle-button {
    z-index: 999;
  }
  .common-slider-wrp .doc-img {
    width: 100px;
    height: 165px;
  }
  .common-slider-wrp .doc-img img {
    max-width: 70px;
    height: auto;
  }
  .node-type-microsite-main .map-popup {
    font-size: 12px;
  }
  .node-type-microsite-main .map-popup .tooltip-body {
    max-height: 250px;
  }
  .viewall-endorsing .views-row {
    width: calc(50% - 10px);
  }
  .Slideshow-widgets {
    margin-bottom: 40px;
  }
  .Slideshow-widgets span.cycle-pager {
    bottom: -20px !important;
  }
  .engage-tweet-wrapper.connect-contribute iframe {
    height: 798px !important;
  }
  /*  .node-type-microsite-main .common-slider-wrp .cycle-pager span{
    background: #474d93;
    border: 1px solid #9370db;
  }
  .node-type-microsite-main .common-slider-wrp .cycle-pager span.cycle-pager-active{
    background: #9370db;
  }*/
  .node-type-microsite-main .resources-news-common-wrapper.core-partners-wrapper {
    padding: 15px 30px;
  }
  .keyresource-custom-wrapper .key-document-popup>.view-content>.views-row {
    width: 100%;
    margin: 0 !important;
  }
  .keyresource-custom-wrapper .key-document-popup>.view-content>.views-row:not(:last-child) {
    margin-bottom: 15px !important;
  }
  /*  .keyresource-custom-wrapper .key-document-popup .body-scope-wrapper img{
    max-width: 55px;
  }*/
  .keyresource-custom-wrapper .body-scope-wrapper .pop-scope-img {
    width: 55px;
  }
  .keyresource-custom-wrapper .body-scope-wrapper .pop-body {
    width: calc(100% - 55px);
  }
}

@media only screen and (max-width: 480px) {
  .node-type-microsite-main .image-title-wrapper a {
    /*font-size: 16px;*/
    font-size: 14px;
    display: block;
    /*line-height: 20px;*/
    line-height: 18px;
  }
  .node-type-microsite-main .image-title-wrapper .commitment-text {
    font-size: 12px;
    line-height: 16px;
  }
  .common-slider-wrp {
    padding: 0;
  }
  .common-slider-wrp iframe {
    max-width: 100%;
    height: auto;
  }
  .common-slider-wrp .chart-head {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
  }
  .common-slider-wrp .key-document-wrapper {
    padding: 10px 10px;
  }
  .engage-tweet-wrapper.connect-contribute iframe {
    height: 1120px !important;
  }
  .node-type-microsite-main .country-detail-wrapper .tweet-section {
    padding: 0;
  }
  .node-type-microsite-main span.cycle-pager {
    width: 100%;
    text-align: center;
    left: 0;
  }
  .no-padding-mobile {
    padding: 0;
  }
  .no-padding-mobile .title1-class {
    font-size: 13px;
    line-height: 17px;
  }
}
