/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jul 18, 2019, 3:52:49 PM
    Author     : Ranjay
*/
@import "https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese";


body, .newDes_ninteen ul, .newDes_ninteen ol, .newDes_ninteen li, .newDes_ninteen h1,
.newDes_ninteen h2, .newDes_ninteen h3, .newDes_ninteen h4, .newDes_ninteen h5, .newDes_ninteen h6, .newDes_ninteen p {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}
html,
body {
  font-size: calc(14px + (28 - 14) * ((100vw - 300px) / (1440 - 300)));
}
/*--Added this image style for normal image resize--*/
img {
  max-width: 100%;
  height: auto;
}
/*--Added this image style for normal image resize--*/
.newDes_ninteen figure,
.newDes_ninteen video {
  margin: 0;
  padding: 0;
}

section.newDes_ninteen,
.newDes_ninteen article {
  max-width: 1260px;
  padding: 0 2rem 2rem 2rem;
  margin: 0 auto;
  height: 100%;
  font-family: 'Roboto', sans-serif;
}

.newDes_ninteen a {
  outline: none;
  text-decoration: none;
  color: #037da9;
}
.newDes_ninteen a:hover {color: #1c97c8;}
.newDes_ninteen a:visited { color: #1c97c8; }
.newDes_ninteen a:hover, .newDes_ninteen a:active, .newDes_ninteen li a.active  { color: #30b3e6; }
.newDes_ninteen a:focus { outline: none; }
.newDes_ninteen a:hover, .newDes_ninteen a:active { outline: 0; }

.newDes_ninteen h1, .newDes_ninteen h2, .newDes_ninteen h3, .newDes_ninteen h4, .newDes_ninteen h5, .newDes_ninteen h6 {
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.newDes_ninteen h1,
.newDes_ninteen h1 a,
.newDes_ninteen h1#page-title {
  font-size: 36px;
  line-height: 1.4em;
}
.newDes_ninteen h2,
.newDes_ninteen h2 a {
  font-size: 32px;
  line-height: 1.3em;
}
.newDes_ninteen h3,
.newDes_ninteen h3 a {
  font-size: 28px;
  line-height: 1.3em;
}
.newDes_ninteen h4,
.newDes_ninteen h4 a {
  font-size: 24px;
  line-height: 1.3em;
}
.newDes_ninteen h5,
.newDes_ninteen h5 a {
  font-size: 20px;
  line-height: 1.3em;
}
.newDes_ninteen h6,
.newDes_ninteen h6 a {
  font-size: 18px;
  line-height: 1.3em;
}
.newDes_ninteen h1#page-title {
  margin: 0 0 0.5em 0;
}

menu,
nav {
  margin: 0;
  padding: 0;
}
.item-list ul li {
  margin: 0;
}
/* //Breadcurmb Css starts  */
.newDes_ninteen ul.breadcrumb {
  padding: 15px 0;
  margin: 0 0 30px 0;
  list-style: none;
  border-bottom: 1px #f7f2eb solid;
}
.newDes_ninteen ul.breadcrumb li {
  display: inline;
  font-size: 14px;
  line-height: 20px;
  color: #a1a1a1;
}
.newDes_ninteen ul.breadcrumb li+li:before {
  padding: 8px;
  color: #c5c5c5;
  content: "/\00a0";
}
.newDes_ninteen ul.breadcrumb li a {
  color: #037da9;
  text-decoration: none;
}
.newDes_ninteen ul.breadcrumb li a:hover {
  color: #1c97c8;
  text-decoration: underline;
}
@media (max-width: 767px){
  .newDes_ninteen ul.breadcrumb {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .newDes_ninteen h1,
  .newDes_ninteen h1 a,
  .newDes_ninteen h1#page-title {
    font-size: 32px;
    line-height: 1.2em;
  }
  .newDes_ninteen h2,
  .newDes_ninteen h2 a {
    font-size: 28px;
  }
  .newDes_ninteen h3,
  .newDes_ninteen h3 a {
    font-size: 24px;
  }
  .newDes_ninteen h4,
  .newDes_ninteen h4 a {
    font-size: 20px;
  }
  .newDes_ninteen h5,
  .newDes_ninteen h5 a {
    font-size: 18px;
  }
  .newDes_ninteen h6,
  .newDes_ninteen h6 a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .newDes_ninteen h1, .newDes_ninteen h2, .newDes_ninteen h3, .newDes_ninteen h4, .newDes_ninteen h5, .newDes_ninteen h6 {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
  }
  .newDes_ninteen h1,
  .newDes_ninteen h1 a,
  .newDes_ninteen h1#page-title {
    font-size: 30px;
  }
  .newDes_ninteen h2,
  .newDes_ninteen h2 a {
    font-size: 26px;
  }
  .newDes_ninteen h3,
  .newDes_ninteen h3 a {
    font-size: 22px;
  }
  .newDes_ninteen h4,
  .newDes_ninteen h4 a {
    font-size: 20px;
  }
  .newDes_ninteen h5,
  .newDes_ninteen h5 a {
    font-size: 18px;
  }
  .newDes_ninteen h6,
  .newDes_ninteen h6 a {
    font-size: 16px;
  }
}
/* Breadcurmb end  */

/* // search filter form css */
.newDes_ninteen input[type=text],
.newDes_ninteen input[type=email],
.newDes_ninteen input[type=password] {
  background-color: #f7f2eb;
  border: 1px #e4ddd3 solid;
  height: 40px;
  padding-left: 10px;
}
.newDes_ninteen textArea {
  background-color: #f7f2eb;
  border: 1px #e4ddd3 solid;
  min-height: 100px;
}
.newDes_ninteen select {
  min-width: 120px;
  max-width: 100%;
  display: block;
  box-sizing: border-box;
  border: 1px #e4ddd3 solid;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f7f2eb;
  background-image: url('../images/menu.png');
  background-repeat: no-repeat, repeat;
  background-position: right .3em top 50%, 0 0;
  background-size: 1.5em auto, 100%;
  padding: 10px 35px 10px 10px;
}
.i18n-ar .newDes_ninteen select {
  background-position: left .6em top 50%, .3em 0;
}
.newDes_ninteen .form-type-select::-ms-expand {
  display: none;
}
.newDes_ninteen .form-type-select:hover {
  border-color: #e4ddd3;
}
.newDes_ninteen .form-type-select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.newDes_ninteen .form-type-select option {
  font-weight:normal;
}
.newDes_ninteen input[type=submit] {
  height: 40px;
  background-color: #f7941e;
  color: #fff;
  border-radius: 4px;
  border: 0;
  min-width: 80px;
  margin-top: 1.4em;
}
.newDes_ninteen .form-radios {
  display: flex;
  align-items: center;
}
.newDes_ninteen .form-item.form-type-radio label {
  margin-right: 20px;
}
.newDes_ninteen .form-radios input[type=radio]{
  position: relative;
  top: -3px;
}

@media (max-width: 480px) {
  section.newDes_ninteen,
  .newDes_ninteen article {
    padding: 1.5rem 2rem 2rem 2rem;
  }
  .newDes_ninteen input[type=text],
  .newDes_ninteen input[type=email],
  .newDes_ninteen input[type=password] {
    max-width: 100%;
  }
}
@media (max-width: 1099px) {
  .newDes_ninteen .search-field-wrapper .form-submit {
    min-width: 50px;
    width: 50px;
    height: 58px;
    background: url("../images/search_icon_black.svg") no-repeat center center;
    background-size: 50%;
    position: absolute;
    right: 5px;
    top: 0;
    border: 0;
    margin-top: 0;
    color: transparent;
  }
}
.page-search .new_home_max_wrapper .search-results .search-node-type {
  margin-top: 15px !important;
}
#search-form .form-type-textfield label{
  margin-right: 10px;
}
.newDes_ninteen .item-list ul.pager li.pager-current,
.newDes_ninteen .item-list ul.pager li a:hover {
  background: transparent;
}

/* left side bar menu */
.pane-innerpg-menu-innerpg-menu .pane-content {
  position: relative;
  display: block;
  background: url(/sites/all/themes/unfpa_esaro_themes/unfpa_esaro/images/gradient-bg-left.png) top right no-repeat;
  float: left;
  min-height: 453px;
  width: 100%;
}
.inner-page #sub-page-template .panel-col-first {
  width: 17%;
  margin-right: 3%;
}
.newDes_ninteen ul.menu {
  border: none;
  list-style: none;
  text-align: left;
}
.newDes_ninteen ul.menu {
  padding: 0;
  margin: 0 !important;
  font-family: 'robotoregular',sans-serif;
}
.newDes_ninteen ul.menu li {
  list-style-type: none !important;
  list-style-image: none;
  border-top: 0;
  padding: 10px 0;
}
.newDes_ninteen ul.menu li ~ li {
  border-top: 1px dotted #d9dac4;
  line-height: 16px;
}
.newDes_ninteen ul.menu li a {
  font-family: 'robotobold',sans-serif;
  font-size: 12px;
  color: #0090ca;
  line-height: 16px;
  text-decoration: none;
  padding: 0 14px 0 0;
}
.newDes_ninteen ul.menu li a.active {
  background: url(/sites/all/themes/unfpa_esaro_themes/unfpa_esaro/images/bullet_02.png) center left no-repeat;
  padding: 0 0 0 15px;
  padding: 2px 0 0 15px;
  color: #fca100;
  display: block;
}
@media screen and (max-width: 720px) {
  .inner-page #sub-page-template .panel-col-first {
    width: 100%;
  }
  .inner-page #sub-page-template .panel-col {
    width: 100%;
    margin: 0;
  }
  .pane-innerpg-menu-innerpg-menu .pane-content {
    background: none;
    min-height: 0;
    margin-bottom: 20px;
  }
  .inner-page #sub-page-template .pane-node-body img {
    width: 100%;
    height: auto;
  }
}
/* left side bar menu end */

.field-item table.flagship-programmes {
  width: 100%;
}
.field-item table.flagship-programmes td {
  padding: 0.5em 0.5em 1em 0.5em;
  line-height: 1.4;
  vertical-align: top;
}
.field-item table.flagship-programmes td > a {
  margin: 10px 0 5px 0;
}
.field-item table.flagship-programmes td img {
  width: 100%;
  height: auto;
}
.newDes_ninteen label {
  margin-bottom: 8px;
  line-height: 12px;
  font-weight: 400;
}
.newDes_ninteen .form-item.webform-component {
  margin-top: 1em;
  margin-bottom: 2em;
}
#edit-field-news-date-value-wrapper .container-inline-date > .form-item,
#edit-field-news-date-value-wrapper .container-inline-date .form-item select {
  margin-right: 0;
}
.newDes_ninteen .form-item .description {
  font-size: 0.75em;
  padding: 8px 0;
}
.newDes_ninteen th, .newDes_ninteen td {
  padding: 0.5em;
}
.newDes_ninteen strong, .newDes_ninteen b {
  font-family: 'robotobold', sans-serif;
  font-weight: bold;
}

.newDes_ninteen .new_home_max_wrapper ul, .newDes_ninteen .new_home_max_wrapper ol {
  padding: 15px 0 15px 15px;
}
.logged-in .newDes_ninteen .new_home_max_wrapper ul, .newDes_ninteen .new_home_max_wrapper ol {
/*  padding: 47px 0 15px 15px; Line removed & pixel changed because when logged in & bullets used extra space added*/
  padding: 10px 0 15px 15px;
}
.newDes_ninteen .new_home_max_wrapper ul li {
  list-style:disc;
  padding: 0 0 10px 5px;
  color: #585858;
}
.newDes_ninteen .new_home_max_wrapper ol li {
  padding: 0 0 10px 5px;
  color: #585858;
}

/*--Search page css start here--*/
.page-search .newDes_ninteen .new_home_max_wrapper ol.search-results {
  padding: 15px 0;
}
.page-search .newDes_ninteen .new_home_max_wrapper ol.search-results li {
  border-bottom: 1px dotted #cccccc;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
/*--Search page css end here--*/

/*-- 404 page css --*/
.page-not-found {
  padding: 50px;
  margin: 0 auto;
}
.page-not-found h1 {
  font-size: 200px;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .page-not-found h1 {
    font-size: 100px;
    text-align: center;
  }
}
.page-not-found h3 {
  text-align: center;
  font-weight: 700;
}
.page-not-found p {
  text-align: center;
  font-size: 16px;
  max-width: 520px;
  margin: 0 auto;
}
.page-not-found a {
  display: block;
  max-width: 220px;
  margin: 25px auto;
  padding: 15px 25px;
  background-color: #f7941e;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  text-shadow: 0 1px #a75f0a;
  font-size: 16px;
  text-transform: uppercase;
}
.page-not-found a:hover {
  color: #fff;
}

/*-- Domain access denied page css --*/
.domain-access-denied {
  padding: 50px;
  margin: 0 auto;
}
.domain-access-denied h1 {
  font-size: 200px;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .domain-access-denied h1 {
    font-size: 100px;
    text-align: center;
  }
}
.domain-access-denied h3 {
  text-align: center;
  font-weight: 700;
}
.domain-access-denied p {
  text-align: center;
  font-size: 16px;
  max-width: 520px;
  margin: 0 auto;
}
.domain-access-denied a {
  display: block;
  max-width: 220px;
  margin: 25px auto;
  padding: 15px 25px;
  background-color: #f7941e;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  text-shadow: 0 1px #a75f0a;
  font-size: 16px;
  text-transform: uppercase;
}
.domain-access-denied a:hover {
  color: #fff;
}
/*********css for slideshows detail page starts*********/
.new_home_max_wrapper .pane-slideshow h2.pane-title {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 10px;
}
.flexslider .flex-direction-nav {
    height: 0;
    padding: 0 !important;
}
.flexslider .flex-direction-nav li {
    list-style: none !important;
    padding: 0 !important;
}
/*********css for slideshows detail page ends*********/
/******************css for ecuador sitepage responsive code starts************************/
.domain-prod-ecuador-unfpa-org.node-type-ct-site-pages .new_home_max_wrapper h2 {
	font-weight: 500;
	font-size: 20px !important;
	text-align: center !important;
}
.domain-prod-ecuador-unfpa-org.node-type-ct-site-pages .new_home_max_wrapper table tr {
	display: inline-block;
	width: 100%;
	padding: 30px 0;
}
.domain-prod-ecuador-unfpa-org.node-type-ct-site-pages .new_home_max_wrapper table td {
	display: inline;
	padding: 0;
}
.domain-prod-ecuador-unfpa-org.node-type-ct-site-pages .new_home_max_wrapper table td:first-child {
	float: left;
	margin-right: 20px;
}
.domain-prod-ecuador-unfpa-org.node-type-ct-site-pages .new_home_max_wrapper table tr:nth-child(even) td:first-child {
	float: none;
}
.domain-prod-ecuador-unfpa-org.node-type-ct-site-pages .new_home_max_wrapper table tr:nth-child(even) td:first-child {
	float: right;
	margin-left: 20px;
	margin-right: 0;
}
.domain-prod-ecuador-unfpa-org.node-type-ct-site-pages .new_home_max_wrapper table td p {
	margin-bottom: 0 !important;
	padding-top: 10px;
	text-align: center;
}
@media all and (max-width: 1000px) {
	.domain-prod-ecuador-unfpa-org.node-type-ct-site-pages .new_home_max_wrapper table {
		width: 100% !important;
	}
}
@media all and (max-width: 480px) {
	.domain-prod-ecuador-unfpa-org.node-type-ct-site-pages .new_home_max_wrapper table td {
		display: inline-block;
		width: 100%;
		float: none;
		margin: 0 !important;
	}
	.domain-prod-ecuador-unfpa-org.node-type-ct-site-pages .new_home_max_wrapper table td p {
		padding: 0;
	}
	.domain-prod-ecuador-unfpa-org.node-type-ct-site-pages .new_home_max_wrapper table td img {
		width: 100%;
	}
}
/******************css for ecuador sitepage responsive code ends************************/
/***css for turkey domain content starts**/
.domain-prod-turkey-unfpa-org .btrfly-img img {
    margin-right: 150px !important;
}
@media (max-width: 480px) {
.domain-prod-turkey-unfpa-org .btrfly-img img {
    margin-right: 0 !important;
	}
}
/***css for turkey domain content ends**/

.i18n-ku .views-exposed-form .views-exposed-widget {
  float: right;
  padding-left: 0;
  padding-right: 1em;
}
.i18n-ku .view-display-id-publications_listing_page .view-content .views-row .left {
  float: right;
  margin-left: 2%;
  margin-right: 0;
}
