article.body_content {
  max-width: 77%;
  margin: 0 auto;
  color: #585858;
  padding: 1rem 0 1.2rem 0;
  position: relative;
}
article.body_content,
article.body_content p,
article.body_content div,
#new-sub-page-template .field-type-text-with-summary p,
#new-sub-page-template .field-type-text-with-summary div {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 1em;
  color: #585858;
  text-align: justify;
}
article.body_content p:last-child {
  margin-bottom: 0;
}
article.body_content h2,
article.body_content h3,
article.body_content h4,
article.body_content h5,
article.body_content h6 {
  font-family: roboto;
  font-weight: 300;
  color: #000000;
  padding: 0.7em 0 0.5em 0;
  margin: 0;
}

/* body video section start */
.video_wrapper {
  display: flex;
  margin: 1em 0;
  padding: 4em 0 0 4em;
  max-width: 1360px;
  position: relative;
}
.video_wrapper::before {
  content: '';
  position: absolute;
  border-left: 3px #f7f2eb solid;
  border-top: 3px #f7f2eb solid;
  height: 100%;
  width: 70%;
  z-index: -1;
  left: 0em;
  top: 0em;
}
.video_wrapper .video_caption {
  width: 40%;
  font-size: 26px;
  line-height: 1.5em;
  font-weight: 300;
}
.video_wrapper .video_caption .v_title,
.video_wrapper .video_caption p {
  max-width: 90%;
  margin: 0;
  padding: 0;
}
.video_wrapper .video_container {
  width: 60%;
  background-color: #000000;
}
.video_container video,
.video_container iframe {
  width: 100%;
  max-height: 360px;
}
/* body video section end */

/* body slideshow section start */
.slideshow_wrapper {
  display: flex;
  margin: 1em 0;
  padding: 4em 4em 0 0;
  max-width: 1360px;
  position: relative;
}
.slideshow_wrapper.width-video {
  margin: 1em 0 4em 0;
}
.slideshow_wrapper::before {
  content: '';
  position: absolute;
  border-right: 3px #f7f2eb solid;
  border-top: 3px #f7f2eb solid;
  height: 94%;
  width: 70%;
  z-index: -1;
  right: 0em;
  top: 0em;
}
.slideshow_wrapper .slideshow_caption {
  width: 40%;
  font-size: 26px;
  line-height: 1.5em;
  font-weight: 300;
}
.slideshow_wrapper .slideshow_caption p {
  max-width: 90%;
  margin: 0;
  padding: 0;
  float: right;
}
.slideshow_wrapper .slideshow_container {
  width: 60%;
  background-color: #fff;
}
.slideshow_container image {
  width: 100%;
  max-height: 550px;
}
.hint-msz {
  font-size: 12px;
  padding: 5px 0;
}
/* body slideshow section end */

/* block quote section start */
article.body_content blockquote {
  padding: 55px 25px 25px 55px;
  background-color: #fbfafa;
  border-left: 4px #e4d9cb solid;
  position: relative;
  margin: 1em 0 1.5em 0;
  width: 100%;
  float: left;
  font-size: 26px;
  line-height: 1.5em;
}
article.body_content blockquote::after {
  content: '';
  background: url(../images/quote-bg.png) no-repeat left -5px;
  width: 40px;
  height: 50px;
  position: absolute;
  font-size: 3em;
  color: #ece1d4;
  left: 2%;
  top: 10%;
  font-family: cursive;
}
article.body_content blockquote p,
article.body_content blockquote p:first-child {
  color: #ca8e62;
  font-size: 26px;
  line-height: 1.5em;
  font-family: roboto;
  font-weight: 300;
}
/* block quote section end */

article.body_content ul {
  padding: 0 0 30px 20px;
  display: flex;
  flex-wrap: wrap;
}
article.body_content ul li {
  width: 100%;
  padding: 0 0 10px 0;
}
article.body_content ol {
  padding: 0 0 20px 20px;
}
article.body_content ol li {
  margin: 0;
  padding: 0 0 10px 0;
}

/* Social Share section start */
.btn_share {
  width: 56px;
  height: 56px;
  background-color: #f7941d;
  border-radius: 100%;
  border: 4px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  right: -14%;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.btn_share:hover {
  background-color: #037da9;
}
.btn_share.active {
  background-color: #037da9;
}
.btn_share.stick {
  position: fixed;
  top: 10%;
  right: 6%;
}
.icon_share {
  width: 20px;
  height: 21px;
  margin: 14px 13px;
  display: block;
}
.btn_share .share_bol_container {
  position: relative;
  display: none;
}
.btn_share .share_bol_container .share_bol {
  width: 50px;
  height: 145px;
  padding-top: 10px;
  background: #e78a03;
  border-radius: 40px;
  position: absolute;
  left: -58px;
  bottom: -53px;
  z-index: 2;
}
.btn_share .share_bol_container .share_bol.active {
  -webkit-animation-name: placed;
  -webkit-animation-duration: 0.5s;
  animation-name: placed;
  animation-duration: 0.5s;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes placed {
  0%   {left: -45px;}
  100% {bottom: -53px;}
}
/* Standard syntax */
@keyframes placed {
  0%   {left: -45px;}
  100% {bottom: -53px;}
}
.share_bol_container .share_bol:after,
.share_bol_container .share_bol:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.share_bol_container .share_bol:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #e78a03;
  border-width: 8px;
  margin-top: -8px;
}
.share_bol_container .share_bol div {
  width: 30px;
  height: 30px;
  margin: 10px auto;
  text-align: center;
  color: #ffffff;
  border: 1px #e78a03 solid;
  border-radius: 80%;
  transition: 0.5s all;
}
.share_bol_container .share_bol div:hover {
  border: 1px #e78a03 solid;
  border-radius: 80%;
  background-color: #2099cb;
}
.share_bol_container .share_bol div i {
  display: block;
  padding: 7px;
}
/* Social Share section end */

@media (min-width: 768px) and (max-width: 959px) {
  article.body_content {
    font-size: 14px;
    max-width: 82%;
  }
  article.body_content,
  article.body_content p {
    font-size: 14px;
    margin-bottom: 0.7em;
  }
  .video_wrapper .video_caption,
  .slideshow_wrapper .slideshow_caption {
    width: 40%;
    font-size: 22px;
  }
  article.body_content blockquote,
  article.body_content blockquote p,
  article.body_content blockquote p:first-child {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  article.body_content {
    margin: 0 auto;
    font-size: 14px;
    padding: 2em 0;
  }
  article.body_content p {
    font-size: 14px;
    margin-bottom: 1em;
  }
  .video_wrapper,
  .slideshow_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 4em 0;
    padding: 1.5em 0 0 0;
    max-width: 1360px;
    position: relative;
  }
  .video_wrapper::before {
    content: '';
    position: absolute;
    border-left: 3px #f7f2eb solid;
    border-top: 3px #f7f2eb solid;
    border-right: 3px #f7f2eb solid;
    height: 40%;
    width: 100%;
    z-index: -1;
    left: 0rem;
    top: 0rem;
  }
  .slideshow_wrapper::before {
    content: '';
    position: absolute;
    border-left: 3px #f7f2eb solid;
    border-top: 3px #f7f2eb solid;
    border-right: 3px #f7f2eb solid;
    height: 50%;
    width: 110%;
    z-index: -1;
    left: -11px;
    top: auto;
    top: 0rem;
  }
  .video_wrapper .video_caption,
  .slideshow_wrapper .slideshow_caption {
    width: 96%;
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 2em;
  }
  .video_wrapper .video_caption p,
  .slideshow_wrapper .slideshow_caption p {
    max-width: 100%;
    padding-left: 1.5em;
  }
  .video_wrapper .video_container,
  .slideshow_wrapper .slideshow_container {
    width: 100%;
    margin-left: 4px;
  }
  .hint-msz {
    padding: 5px 0;
    margin-bottom: 2em;
    border-bottom: 1px #f7f2eb solid;
  }
  article.body_content blockquote {
    padding: 50px 25px 25px 25px;
    margin: 1rem 0 2.5rem 0;
    width: 100%;
  }
  article.body_content blockquote::after {
    background-size: 80%;
  }
  article.body_content blockquote p,
  article.body_content blockquote p:first-child {
    font-size: 20px;
    font-family: roboto;
    font-weight: 300;
  }
  .btn_share {
    width: 46px;
    height: 46px;
    background-color: #f7941d;
    border-radius: 100%;
    border: 4px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    right: 4%;
    top: 89%;
    z-index: 1;
  }
  .icon_share {
    width: 18px;
    height: 12px;
    margin: 10px;
    display: block;
  }
  .btn_share.stick {
    position: absolute;
    top: 88%;
    right: 2%;
  }
  .btn_share .share_bol_container .share_bol {
    position: absolute;
    left: -6px;
    bottom: 50px;
    z-index: 2;
  }
  .share_bol_container .share_bol:after,
  .share_bol_container .share_bol:before {
    top: 90%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .share_bol_container .share_bol:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #e78a03;
    border-width: 20px;
    margin-left: -20px;
    margin-top: auto;
  }
  .btn_share .share_bol_container .share_bol.active {
    -webkit-animation-name: placed;
    -webkit-animation-duration: 0.5s;
    animation-name: placed;
    animation-duration: 0.5s;
  }
  /* Safari 4.0 - 8.0 */
  @-webkit-keyframes placed {
    0%   {bottom: 74px;}
    100% {bottom: 62px;}
  }
  /* Standard syntax */
  @keyframes placed {
    0%   {bottom: 74px;}
    100% {bottom: 62px;}
  }
}
@media (max-width: 480px) {
  article.body_content {
    max-width: 90%;
  }
  article.body_content table {
    width: 100% !important;
  }
  article.body_content p img,
  article.body_content table td img,
  article.body_content div img {
    width: 100%;
    height: auto;
  }
}
.slideshow-image img {
  width:100%;
}
article.body_content figure figcaption br:first-child {
  display: none;
}
#contact_us_page .panel-col-first {
  margin-right: 2%;
  width: 68%;
  margin-bottom: 50px;
}
#contact_us_page .panel-col-last {
  width: 29%;
}
#contact_us_page h2.pane-title {
  border-bottom: 1px solid #d9dac4;
  margin: 0 0 35px;
  padding: 0 0 10px;
}
@media (max-width: 720px) {
  #contact_us_page .panel-col-first {
    margin-right: 0;
    width: 100%;
    margin-bottom: 50px;
  }
  #contact_us_page panel-col-last {
    width: 100%;
    margin-right: 0;
  }
  #contact_us_page .panel-col-last {
    width: 100%;
  }
}
h1#page-title {
  display: none;
}
.node-type-webform .content .form-item.form-type-item {
  display: none;
}
#new-sub-page-template.panel-2col-stacked .panel-col-first {
  width: 22%;
}
#new-sub-page-template.panel-2col-stacked .panel-col-last {
  width: 60%;
}
@media (max-width: 767px) {
  #new-sub-page-template.panel-2col-stacked .panel-col-first {
    width: 100%;
  }
  #new-sub-page-template.panel-2col-stacked .panel-col-last {
    width: 100%;
  }
}
#new-sub-page-template.panel-2col-stacked .panel-col-last .inside {
  position: relative;
}
.fLeft img, .fLeft iframe, .fLeft object, .fRight img, .fRight iframe, .fRight object, .fcenter img, .fcenter iframe, .fcenter object {
  width: 100% !important;
  display: block;
}
.node-type-ct-unfpa-representative .new_home_max_wrapper h1#page-title {
  display: block;
}
.body_content img[style="float:left"] {
  margin: 25px 25px 25px 0;
}
.body_content img[style="float:right"] {
  margin: 25px 0 25px 25px;
}
@media (max-width: 768px) {
  .body_content img[style="float:left"],
  .body_content img[style="float:right"] {
    width: 50%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .body_content img[style="float:left"],
  .body_content img[style="float:right"] {
    float: none !important;
    height: auto;
    margin: 25px 0;
    width: 100%;
  }
}
.newDes_ninteen .pane-innerpg-menu-innerpg-menu ul li{
  padding: 10px 0 10px 5px;
}
@media (max-width: 1219px) {
  article.body_content .media-youtube-video.align-left iframe,
  article.body_content .media-youtube-video.align-right iframe {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 480px) {
  article.body_content .media-youtube-video.align-left,
  article.body_content .media-youtube-video.align-right {
    width: 100%;
  }
  article.body_content .media-youtube-video.align-left iframe,
  article.body_content .media-youtube-video.align-right iframe {
    max-width: 100%;
  }
}
article.body_content em {
  font-style: italic;
}

/*---css for get in touch block start---*/
article.body_content .logo-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
article.body_content .logo-wrapper .box-column {
  flex: 1;
  margin: 0;
  padding: 20px 15px;
  text-align: center;
  width: 100%;
}
article.body_content .logo-wrapper .box-column img {
  min-width: 180px;
  max-width: 180px;
}
article.body_content .logo-wrapper .box-column .social-links a {
  font-size: 14px;
}
@media (max-width: 580px) {
  article.body_content .logo-wrapper .box-column {
    border-bottom: 1px solid #d8d8d8;
  }
  article.body_content .logo-wrapper .box-column:last-child {
    border-bottom: 0 none;
  }
}
/*---css for get in touch block end---*/

.hero-image.half-hero {
  height: auto;
}
.hero-image {
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  overflow: hidden;
}
.hero-image.half-hero .half-hero-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}
.hero-image_content {
  max-width: 56%;
  margin-left: 5em;
  color: #FFFFFF;
  position: absolute;
  bottom: 50px;
  z-index: 2;
}
.hero-image_content.half .conf-title {
  padding: 1.2em 0 0 1.2em;
}
.hero-image_content .conf-title {
  margin: 0 0 1em 0;
  position: relative;
  padding: 0;
}

.hero-image_content .conf-title.ani-element.in-view h2 {
  margin-left: 0;
}
.hero-image_content.half .conf-title h2 {
  font-size: 2em;
}
.hero-image_content .conf-title h2 {
  margin: 0;
  margin-left: 0px;
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.1;
  margin-left: -20px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  position: relative;
  z-index: 1;
}
.hero-image_content.half p.sub-text {
  font-size: 16px;
  max-width: 80%;
  margin-left: 1.5em;
}
.hero-image_content p.sub-text {
  max-width: 60%;
  margin-bottom: 2em;
  line-height: 1.3;
  opacity: 0;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  margin-left: -1.5em;
  position: relative;
}
.box-column .social-links {
   text-align: center;
}