*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #808080;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}
body.i18n-ar {
  font-family: "Almarai", sans-serif;
}
a {
  text-decoration: none;
  outline: 0;
}
figure,
video {
  margin: 0;
  padding: 0;
}

.header {
  width: 100%;
  text-align: center;
  background-color: #ffcc33;
  position: relative;
}
.header .container {
  max-width: 960px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  max-height: 159px;
}
.header .container img {
  width: 100%;
  height: auto;
  display: block;
}

/* //- video or image for banner section start */
.banner-hm {
  position: relative;
  background-color: #fff;
  color: #fff;
}
.banner-hm.loaded {
  background-color: #4c4c4c;
}
.banner-hm figure.img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  -webkit-background-origin: padding-box;
  background-position: 50%;
  background-attachment: fixed;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@supports (-webkit-touch-callout: none) {
  .banner-hm figure.img-container {
    background-attachment: scroll;
  }
}

/*parallex css removed for banner image in Turkey domain below css starts*/
.domain-prod-turkey-unfpa-org .banner-hm figure.img-container {
  background-attachment: initial;
}
/*parallex css removed for banner image in Turkey domain below css ends*/
.banner-hm.loaded figure.img-container {
  background-position: center 0;
}
figure.img-container img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
/* -- video or image for banner section end */

/* //- Tagline for banner start */
.tagline-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 140px;
  max-width: 1920px;
  margin: 0 auto;
}
.tagline-wrapper h2 {
  font-family: "robotolight", sans-serif;
  line-height: none;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
  border: 0;
  margin: 0;
  position: relative;
  z-index: 100;
}
.i18n-ar .tagline-wrapper h2 {
  font-family: "Almarai", sans-serif;
}
.unfpa-works-wrap {
  margin: 15px auto;
  position: relative;
  z-index: 100;
  text-align: center;
  padding: 0 25px 0 25px;
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.unfpa-works-wrap .sub-title {
  width: 40%;
  text-align: right;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.unfpa-works-wrap h3 {
  margin: 15px 0;
  padding: 0 15px 0 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #fff;
  text-align: right;
  width: 100%;
}
.i18n-ar .unfpa-works-wrap h3 {
  font-family: "Almarai", sans-serif;
}
.sub-title-items {
  width: auto;
  text-align: left;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cd-headline.heading {
  padding: 0 30px 0 30px;
  margin: 0;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #e78a03;
}
.i18n-ar .cd-headline.heading {
  font-family: "Almarai", sans-serif;
}
.cd-headline.heading strong {
  font-weight: 300 !important;
  font-family: "Roboto", sans-serif;
}
.i18n-ar .cd-headline.heading strong {
  font-family: "Almarai", sans-serif;
}
.un-intro {
  margin: 0;
  height: 66px;
  position: relative;
  border-radius: 40px;
  border: 1px #5d5d5d solid;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  float: none;
}
.un-intro.active {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 1px #3b3b3b solid;
}
.un-intro .un-animate {
  overflow: hidden;
  width: 730px;
  height: 66px;
  position: relative;
  z-index: 10;
}
.un-intro .un-animate.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.un-intro > span:after {
  content: "\25BC";
  color: #fff;
  position: absolute;
  right: 15px;
  top: 18%;
  width: 40px;
  text-align: center;
  font-size: 13px;
  padding: 8px 12px;
  height: 70%;
  line-height: 24px;
  cursor: pointer;
  z-index: 20;
}
.un-intro.active > span:after {
  content: "\25B2";
  color: #fff;
}

.tagline-dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100.5%;
  border-radius: 6px;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 10;
  overflow: hidden;
  display: none;
  border: 1px #3b3b3b solid;
  transition: 0.5s;
}
.tagline-dropdown li {
  color: #fff;
  border-bottom: 1px #3b3b3b solid;
  text-align: left;
  line-height: 0.75;
}
.tagline-dropdown li:first-child {
  border-top: 0;
}
.tagline-dropdown li:last-child {
  border-bottom: 0;
}
.tagline-dropdown li a {
  padding: 22px 15px;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  color: #e78a03;
  font-weight: 300;
  transition: 0.5s;
  font-family: "Roboto", sans-serif;
}
.tagline-dropdown li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
/* -- Tagline for banner end */

.view-id-home_page_topics_block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.view-id-home_page_topics_block .view-content {
  display: -ms-flexbox;
  display: flex;
}

.view-id-home_page_topics_block .col-4 {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: calc(100% / 3.13);
  margin: 0 3% 0 0;
  max-width: 380px;
  padding-bottom: 60px;
  float: left;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
}
html[data-useragent*="MSIE 10.0"] .view-id-home_page_topics_block .col-4 {
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .view-id-home_page_topics_block .col-4 {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
  }
}
_:-ms-lang(x),
.view-id-home_page_topics_block .col-4 {
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
}

.view-id-home_page_topics_block .col-4:last-child {
  margin: 0;
}
.i18n-ar .view-id-home_page_topics_block .col-4:last-child {
  margin: 0 2% 0 0;
}
.i18n-ar .view-id-home_page_topics_block .col-4:first-child {
  margin: 0;
}
.view-id-home_page_topics_block .col-4 .rel-img {
  display: block;
  position: relative;
  overflow: hidden;
  max-height: 210px;
}
.view-id-home_page_topics_block .col-4 .rel-img img {
  display: inline-block;
  height: auto;
  width: 100%;
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  -ms-interpolation-mode: bicubic;
}
.view-id-home_page_topics_block .col-4 .rel-img img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ct-wrapper {
  padding: 8px 15px;
}
.ct-wrapper .ct-type {
  color: #e78a03;
  font-family: "Roboto", sans-serif;
  color: #f7941d;
  font-size: 15px;
  margin: 0 0 0.2rem 0;
  text-transform: uppercase;
}
.i18n-ar .ct-wrapper .ct-type {
  font-family: "Almarai", sans-serif;
}
.ct-wrapper .ct-type span {
  display: inline-block;
  padding: 0 0 0 27px;
  line-height: 25px;
}
.ct-wrapper .ct_news {
  background: url(../images/updated-icons.png) no-repeat 0 -25px;
}
.ct-wrapper .ct_publications {
  background: url(../images/updated-icons.png) no-repeat 0 -74px;
}
.ct-wrapper .ct_video {
  background: url(../images/updated-icons.png) no-repeat 0 -49px;
}
.ct-wrapper .ct_feature {
  background: url(../images/updated-icons.png) no-repeat 0 -197px;
}
.ct-wrapper .ct_resources {
  background: url(../images/updated-icons.png) no-repeat 0 -197px;
}
.ct-wrapper .ct_events {
  background: url(../images/updated-icons.png) no-repeat 0 -128px;
}
.ct-wrapper .slideshow {
  background: url(../images/updated-icons.png) no-repeat 0 -193px;
}
.i18n-ar .ct-wrapper .ct-type span {
  padding: 0 27px 0 0;
  background-position-x: right;
}
.i18n-ar .ct-wrapper .ct_news {
  background-position: right -25px;
}
.i18n-ar .ct-wrapper .ct_publications {
  background-position: right -74px;
}
.i18n-ar .ct-wrapper .ct_video {
  background-position: right -49px;
}
.i18n-ar .ct-wrapper .ct_feature {
  background-position: right -197px;
}
.i18n-ar .ct-wrapper .ct_resources {
  background-position: right -197px;
}
.i18n-ar .ct-wrapper .ct_events {
  background-position: right -128px;
}
.i18n-ar .ct-wrapper .slideshow {
  background-position: right -193px;
}
.ct-wrapper .ct-title {
  padding: 0.2rem 0 1rem 0;
  font-size: 20px;
  line-height: 1.3em;
}
.ct-wrapper .ct-title a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #037da9;
}
.i18n-ar .ct-wrapper .ct-title a {
  font-family: "Almarai", sans-serif;
}
.ct-wrapper .ct-blurb {
  color: #585858;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 1.4em;
}
.ct-wrapper .ct-footer-btn {
  position: absolute;
  min-height: 40px;
  left: 15px;
  right: 15px;
  margin: 0 auto;
  bottom: 5px;
  padding: 10px 0;
  width: 90%;
  font-size: 15px;
  border-top: 1px solid #b7b7b7;
}
.ct-footer-btn a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  float: right;
}
.i18n-ar .ct-footer-btn a {
  float: left;
  min-width: 120px;
  text-align: left;
  font-family: "Almarai", sans-serif;
}
.ct-footer-btn span.date-display-single {
  float: left;
}
.i18n-ar .ct-footer-btn span.date-display-single {
  float: right;
  font-family: "Almarai", sans-serif;
}
.social-blocks {
  padding: 50px 0 30px 0;
}
.social-blocks h2.title {
  font-size: 28px;
  line-height: 35px;
  color: #2f3236;
  padding: 10px 0 10px 0;
  margin: 0;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  border-bottom: 0;
  clear: both;
}
.i18n-ar .social-blocks h2.title {
  font-family: "Almarai", sans-serif;
}
.social-blocks h3 {
  font-size: 18px;
  line-height: 25px;
  color: #037da9;
  padding: 0 0 10px 0;
  margin: 0;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.i18n-ar .social-blocks h3 {
  font-family: "Almarai", sans-serif;
}
.social-blocks .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*  -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
}
.social-blocks .row .col-4 {
  width: calc(100% / 3.13);
  margin: 0 3% 0 0;
  max-width: 380px;
  float: left;
  min-height: 350px;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
}
.i18n-ar .social-blocks .row .col-4 {
  margin: 0 0 0 2%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .social-blocks .row .col-4 {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
  }
}
_:-ms-lang(x),
.social-blocks .row .col-4 {
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
}
.social-blocks .row .col-4:nth-last-child(1) {
  margin: 0px;
  padding-bottom: 80px;
}
.i18n-ar .social-blocks .row .col-4:nth-last-child(1) {
  margin: 0px;
  padding-bottom: 80px;
}
.social-blocks .row .col-6 {
  width: calc(100% / 2.1);
  max-width: 50%;
  float: left;
  margin: 0 4% 0 0;
  min-height: 350px;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
}
.social-blocks .row .col-6:nth-last-child(1) {
  margin: 0px;
  padding-bottom: 80px;
}
.i18n-ar .social-blocks .row .col-6 {
  margin: 0 0 0 4%;
  padding-bottom: 80px;
}
.i18n-ar .social-blocks .row .col-6:nth-last-child(1) {
  margin: 0px;
  padding-bottom: 80px;
}
.social-widgets .img-wraper {
  width: 100%;
  max-height: 210px;
  overflow: hidden;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.social-widgets .img-wraper img {
  width: 100%;
  display: block;
  border: 0;
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  -ms-interpolation-mode: bicubic;
}
.social-widgets .img-wraper:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.social-widgets .social-title {
  background-color: #f8991c;
  padding: 10px;
  position: relative;
  overflow: hidden;
  -webkit-filter: brightness(100%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.social-widgets .social-title h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}
.i18n-ar .social-widgets .social-title h4 {
  font-family: "Almarai", sans-serif;
}
.social-widgets .social-title .icon-sl {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.social-widgets .social-title .icon-sl.twt {
  background: url(../images/social-circle-icons.png) no-repeat -43px -1px transparent;
}
.social-widgets .social-title .icon-sl.fb {
  background: url(../images/social-circle-icons.png) no-repeat 0 -1px transparent;
}
#twitter-widget-0 {
  height: 456px !important;
}
.logged-in #news-social-block .social-widget {
  padding: 15px 0 15px 15px;
}
.widget-container .newsletter-blurb {
  padding: 25px;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  min-height: 200px;
}
.widget-container #block-block-7 {
  padding: 30px 25px;
  background: #ebebeb;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
}
.widget-container #block-block-7 .item {
  background: #ebebeb;
  margin: 0;
  padding: 0;
  border-radius: 0;
  overflow: visible;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  clear: right;
}
.widget-container #block-block-7 .item form.newsletter p,
.widget-container #block-block-7 .item form.newsletter p strong {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.widget-container #block-block-7 .item input[type="text"] {
  border: 2px #f7941e solid;
  display: none;
  padding: 15px;
  border-radius: 60px;
  outline: none;
  margin-bottom: 8px;
  background-color: #fff;
}
.widget-container #block-block-7 .item input[type="button"] {
  border: 2px #f7941e solid;
  padding: 15px 10px;
  border-radius: 60px;
  width: 100%;
  background: #f7941e;
  color: #ffffff;
  text-transform: uppercase;
  outline: none;
  transition: 0.5s;
  height: auto;
  font-weight: normal;
}
.widget-container #block-block-7 .item input[type="button"]:hover {
  border: 2px #d67400 solid;
  -webkit-box-shadow: 1px 1px 5px 1px #c4c4c4;
  box-shadow: 1px 1px 5px 1px #c4c4c4;
}
#block-block-7 .item form.newsletter label[for="newsletter"] {
  display: none;
}
.widget-container .donate_title {
  padding: 30px 25px 20px 25px;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.widget-container .donate_text {
  padding: 0 25px 80px 25px;
  font-size: 15px;
  line-height: 20px;
  color: #585858;
}
.widget-container .donate_button {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 0;
}
.widget-container .donate_button a {
  border: 2px #f7941e solid;
  padding: 13px 10px;
  border-radius: 6px;
  width: auto;
  background: #f7941e;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-bottom: 28px;
  transition: 0.5s;
}
.widget-container .donate_button a:hover {
  border: 2px #d67400 solid;
  -webkit-box-shadow: 1px 1px 5px 1px #c4c4c4;
  box-shadow: 1px 1px 5px 1px #c4c4c4;
}

/* events and request wrapper */
.eve-req-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 0 30px 0;
}
.eve-req-wrapper .er-col-6 {
  width: calc(100% / 2.02);
}
.eve-req-wrapper .er-col-6:first-child {
  border-right: 1px #ccc solid;
}
.i18n-ar .eve-req-wrapper .er-col-6:first-child {
  border-left: 1px #ccc solid;
  border-right: 0;
}
.er-col-6 .req-block .region-bottom-left {
  width: 90%;
  padding: 0 10% 0 0;
}
.er-col-6 .req-block .region-bottom-right {
  width: 90%;
  padding: 0 0 0 10%;
}
.rows-eve,
.rows-req {
  margin: 0 0 25px 0;
  border-bottom: 1px #d4d4d4 solid;
}
.rows-eve:last-child,
.rows-req:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.rows-eve h3,
.rows-eve h3 a,
.rows-req h3,
.rows-req h3 a {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-family: "robotoregular", sans-serif;
}
.i18n-ar .rows-eve h3,
.i18n-ar .rows-eve h3 a,
.i18n-ar .rows-req h3,
.i18n-ar .rows-req h3 a {
  text-align: right;
}
.req-block .vacancies-home-list .views-row a {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
}
.rows-eve .event-date,
.rows-req .event-date {
  background: none;
  color: #6a6a6a;
  font-weight: normal;
  padding: 10px 0 20px 0;
}
.eve-req-wrapper .eve-blurb,
.eve-req-wrapper .req-blurb {
  color: #000000;
  padding-bottom: 25px;
}
.eve-req-wrapper .req-block {
  padding: 0 10% 0 0;
}
.eve-req-wrapper .er-col-6:nth-child(2) .req-block {
  padding: 0 0 0 10%;
}
.i18n-ar .eve-req-wrapper .req-block {
  padding: 0 0 0 10%;
}
.i18n-ar .eve-req-wrapper .er-col-6:nth-child(2) .req-block {
  padding: 0 10% 0 0;
}
.page-home h2.block-title {
  font-family: "robotolight", sans-serif;
  font-size: 28px;
  line-height: 32px;
  color: #000000;
  border: 0;
  margin-bottom: 30px;
  padding: 0;
}
.req-block .events-home-list .view-footer a.more,
.req-block .view-vw-vacancies.vacancies-home-list .view-footer a.more,
.req-block .view-display-id-submissions_new_home_page_block .view-footer a.btns-req {
  border: 2px #047ea9 solid;
  padding: 2.5% 5%;
  margin: 0 5px 0 0;
  border-radius: 6px;
  width: 48%;
  max-width: 48%;
  background: #fff;
  color: #047ea9;
  display: inline-block;
  text-align: center;
  margin-bottom: 28px;
  transition: 0.5s;
  background: none;
  font-family: "robotoregular", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.i18n-ar .req-block .events-home-list .view-footer a.more,
.i18n-ar .req-block .view-vw-vacancies.vacancies-home-list .view-footer a.more,
.i18n-ar .req-block .view-display-id-submissions_new_home_page_block .view-footer a.btns-req {
  max-width: 70%;
}
.req-block .events-home-list .view-footer a.more:hover,
.req-block .view-vw-vacancies.vacancies-home-list .view-footer a.more:hover,
.req-block .view-display-id-submissions_new_home_page_block .view-footer a.btns-req:hover {
  background: #047ea9;
  color: #fff;
}

.req-block .vacancies-home-list .views-row {
  border: 0;
}
.home-section-title {
  font-size: 28px;
  line-height: 35px;
  color: #2f3236;
  padding: 10px 0 20px 0;
  margin: 0;
  font-weight: 300;
  font-family: "robotolight", sans-serif;
  display: block;
  text-transform: lowercase;
}
.home-section-title:first-letter {
  text-transform: capitalize;
}
.widget-container a.group img {
  width: 31.5% !important;
  margin: 2px !important;
}
.home-middle-content {
  padding: 50px 0 0 0;
}
.spacedAnchor {
  position: relative;
}
.spacedAnchor > a {
  position: absolute;
  top: 20px;
}
@-moz-document url-prefix() {
  .spacedAnchor > a {
    position: absolute;
    top: 40px;
  }
}
.new_home_max_wrapper .social-widgets .widget-container {
  min-height: 250px;
  overflow: hidden;
}
.i18n-ar .unfpa-works-wrap h3,
.i18n-ar .un-intro {
  float: left;
}
.i18n-ar .un-intro > span:after {
  left: 15px;
  right: auto;
}
.i18n-ar .cd-headline.heading {
  text-align: right;
}
.i18n-ar .tagline-dropdown li a {
  text-align: right;
}

select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #000;
  outline: transparent;
  border: 0;
  -moz-outline: none;
}
.banner-hm figure.video-bg-sm {
  display: none;
}
.view-home-page-topics-block .media-youtube-video .media-youtube-player {
  height: 100% !important;
  width: 100%;
}

/*---banner text css start here ---*/
.i18n-ar .banner-hm .unfpa-works-wrap .sub-title {
  text-align: left;
}
.i18n-ar .unfpa-works-wrap h3,
.i18n-ar .un-intro {
  padding: 0 0 0 15px;
  text-align: left;
}
.i18n-ar .new_home_max_wrapper .social-blocks h3 {
  text-align: right;
}
.i18n-ar .social-widgets .social-title .icon-sl {
  right: auto;
  left: 5px;
}
.i18n-ar .social-widgets .social-title h4 {
  text-align: right;
}
/*---banner text css end here ---*/

/*---css for mobile menu start here---*/
.visually-show {
  display: block;
}
.visually-hidden {
  display: none;
}
.mbmenuleft-plus-value {
  left: 0;
}
.mbmenuleft-minus-value {
  left: -575px;
}
.mbmenu-ar-left-value {
  left: initial;
}
.mbmenuright-plus-value {
  right: 0px;
}
/*---css for mobile menu end here---*/

/*---css start here for breadcrumb alignment from top after user login---*/
.not-front.logged-in section#main {
  margin-bottom: 30px;
  top: 30px;
}
/*---css end here for breadcrumb alignment from top after user login---*/

/* // max width changed 19-aug-2019 */
#main .max_wrapper {
  max-width: 1260px;
  padding: 0 2rem 2rem 2rem;
  margin: 0 auto;
}
.view-home-page-topics-block .media-youtube-video {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

/* instagram widget css for home page */
#instagram-sub-wrapper {
  max-width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#instagram-sub-wrapper video,
#instagram-sub-wrapper figure {
  max-width: 115px;
  width: 100%;
  height: 100px;
  display: inline;
  float: left;
  margin: 2px;
  overflow: hidden;
}
#instagram-sub-wrapper figure img {
  width: 100%;
}
#instagram-super-wrapper {
  max-height: 380px;
  overflow: auto;
}
#instagram-main-wrapper button.load-more {
  padding: 10px 20px;
  border-radius: 4px;
  border: 2px #047ea9 solid;
  color: #047ea9;
  margin: 15px;
  background-color: #ffffff;
  transition: 0.5s;
}
#instagram-main-wrapper button.load-more:hover {
  background-color: #047ea9;
  color: #ffffff;
}
.social-widgets .social-title .icon-sl.insta {
  background: url(../images/social-circle-icons.png) no-repeat -168px 0 transparent;
}
.social-blocks .row .col-4 {
  padding-bottom: 5px !important;
}

/*home title & socio blocks text font family css for Turkey domain starts*/
.domain-prod-turkey-unfpa-org .home-section-title {
  font-family: "Roboto", sans-serif;
}
.domain-prod-turkey-unfpa-org .page-home h2.block-title {
  font-family: "Roboto", sans-serif;
}
/*home title & socio blocks text font family css for Turkey domain ends*/

/* the challenge page strong tag style*/
.tab-content.conference-content strong {
  font-weight: bold;
}
/* the challenge page strong tag style*/

.not-logged-in .new_home_max_wrapper {
  min-height: 480px;
}
.manual-login .gp-header__content h1.title {
  text-align: center;
}
.not-logged-in .user-login-form-wrapper {
  text-align: center;
}
.not-logged-in .user-login-form-wrapper #edit-submit-google {
  margin-top: 65px;
  width: 280px;
  background-size: 280px;
  height: 54px;
  background-color: transparent;
}
