@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "CoreMellow";
  src: url(/portal_resources/theme/DOIJuizi2016/CoreMellow45Regular.otf) format("opentype");
}

body {
    font-family: Calibri, 'Open Sans', sans-serif;
	font-size: 16px
}

a {
    text-decoration: none;
}

#header {
	margin-top: 20px;
	margin-bottom: 20px;
}
.logo {
	width: 100%;
	height: auto;
}
.uwcLogo {
    margin-top: 10px;
}

.headerByline span {
    color: #5e5e5e;
    display: block;
    font-family: Calibri, 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 24px;
    margin: 38px 70px 0;
}

.clr, .visualClear {
    clear: both;
}

.blackGradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#363636+0,181818+100 */
	background: #363636; /* Old browsers */
	background: -moz-linear-gradient(top,  #363636 0%, #181818 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #363636 0%,#181818 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #363636 0%,#181818 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#181818',GradientType=0 ); /* IE6-9 */
}
.grey-bg {
    background: #efefef;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar, .dropdown-menu {
    font-size: 18px;
}
.navbar .navbar-nav .nav-link {
    text-transform: uppercase;
    padding: 20px 10px;
    font-weight: bold;
}
#portal-globalnav > li > a.dropdown-item:hover, #portal-globalnav > li > a.dropdown-item:focus {
    background: transparent;
}
.navbar .active a {
    color: #fff;
    background: #b62228;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
}

.icon-bar {
	background: #fff;
}

.LGB-nav.dropdown-submenu > a::after {
    display: none;
}

.carousel-control {
	width: 10%;
}
.carousel-control.left {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0px, rgba(0, 0, 0, 0) 100%);
}
.carousel-control.right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.2) 100%);
}
.carousel-control:focus, .carousel-control:hover {
	opacity: 0.7;
}
.carousel-indicators {
	position: relative;
}
.carousel-indicators [data-bs-target] {
    background-color: #000;
    height: 4px;
}
.carousel-item img {
    width: 100%;
}
.carousel-control-prev, .carousel-control-next {
    background-color: transparent !important;
}

.blockContainer {
	margin-top: 40px;
}
.blockContainer .portletHeader {
	color: #fff;
	font-size: 24px;
	font-family: Calibri, 'Open Sans', sans-serif;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
}
.blockContainer .portletHeader span {
	display: block;
	/*padding: 25px;*/
	padding: 5px;
}

.portletItemDescription {
    color: #000;
}

.iframe {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.iframe iframe, .iframe object, .iframe embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#content {
	margin-bottom: 40px;
}
.home #content {
	margin-top: 40px;
	margin-bottom: 0;
	padding-top: 40px;
	border-top: 1px solid #dedede;
}
.footerImage {
    margin: 0 auto 40px;
    max-width: 1296px;
}
.headerImage {
    margin-bottom: 40px;
}
.headerImage img, .footerImage img {
    width: 100%;
    height: auto;
}
h1, h1.documentFirstHeading {
    font-family: Calibri, 'Open Sans', sans-serif;
	margin-top: 0;
}
h2 {
    font-family: Calibri, 'Open Sans', sans-serif;
}
.documentDescription {
	font-size: 18px;
	margin-bottom: 10px;
}

.funders p {
	text-align: center;
}
.funders .contenttype-link.url {
    display: none;
}
.funders a {
    border-radius: 140px;
    display: block;
}
.funders a img {
    width: auto !important;
    border-radius: 140px;
    margin: 5px auto;
    box-shadow: 0 0px 4px -2px #000;
    transition: all 0.25s ease;
}
.funders a:hover img {
    box-shadow: 0 2px 2px 0 #000;
    transition: all 0.25s ease;
}
.owl-dots {
    text-align: center;
}
.owl-carousel button.owl-dot {
    background: #000;
    opacity: 0.3;
    height: 4px;
    width: 35px;
    margin: 0 4px;
}
.owl-carousel button.owl-dot.active {
    opacity: 1;
}

#footerContainer {
	background: #151515;
	padding-top: 20px;
	padding-bottom: 20px;
}
#portal-footernav {
    margin: 0;
    padding: 0;
}
#portal-footernav .navTreeLevel1 {
    display: none !important;
}
#portal-footernav > li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	margin: 0 30px 0 0;
	vertical-align: top;
	max-width: 165px;
}
#portal-footernav li > a {
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	font-size: 12px;
    padding: 0;
    text-decoration: none;
}
#portal-footernav li input, #portal-footernav li label {
    display: none;
}
#portal-footernav li > a:hover {
        background: transparent;
}
.caret, #navbarDropdown::after, #portal-footernav .dropdown-toggle::after {
    display: none;
}
#portal-footernav .dropdown {
	display: block;
	padding: 0 0 0 4px;
	border-left: 2px solid #fff;
	position: relative;
    background: transparent;
    box-shadow: none;
    float: none;
    min-width: auto;
    border-radius: 0;
    margin-top: 6px;
}
#portal-footernav .dropdown li {
        display: block;
}
#portal-footernav .dropdown li a {
        font-size: 11px;
        background: none;
        color: #a6a6a6;
        padding: 0 0 0 2px;
        white-space: inherit;
        text-decoration: none;
        display: block;
        margin: 0 0 2px;
}
#portal-footernav .dropdown li a:hover {
        text-decoration: underline;
        color: #c6c6c6;
}
#portal-footernav .dropdown img {
        display: none;
}
#portal-footernav > li:first-child {
    display: none;
}
#portal-footernav .dropdown-submenu > a::after {
    display: none;
}
#portal-footernav .dropdown-toggle {
    pointer-events: none;
}

#footerSearch {
	background: #363636;
}
#portal-searchbox {
	position: relative;
	width: 100%;
	display: inline-block;
}
#footerSearch .searchButton {
	border: none;
	background: transparent;
	position: absolute;
	right: 0;
	top: 0;
}
#footerSearch .btn-search {
	padding: 5px 10px;
	opacity: 0.4;
	transition: all 0.25s ease;
}
#footerSearch .btn-search:hover {
	opacity: 0.8;
	transition: all 0.25s ease;
}
#portal-searchbox label, #portal-searchbox .searchSection, #portal-advanced-search {
    display: none;
}

.credits {
	font-size: 14px;
	color: #5d5d5d;
}
.credits a {
	color: #5d5d5d;
	text-decoration: none;
}
.footerSocial a {
	opacity: 0.45;
	transition: opacity 0.25s ease;
	display: inline-block;
	font-size: 24px;
	margin: 0 10px;
}
.footerSocial a:hover {
	opacity: 0.8;
	transition: opacity 0.25s ease;
}

.videoPortlet-right .portletContent {
    padding: 0 15px 15px;
}
.resourcesPortlet .portletContent, .newsPortlet .portletContent, .eventPortlet .portletContent {
    padding: 15px;
}
.newsPortlet .portletContent {
    padding-top: 40px;
}
.resourcesPortlet ul, .newsPortlet ul, .eventPortlet ul {
    margin: 0;
    padding: 0;
}
.resourcesPortlet li, .newsPortlet li, .eventPortlet li {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}
.resourcesPortlet img, .newsPortlet img, .eventPortlet img {
    display: none;
}
.portletItemDetails {
    display: block;
    text-align: right;
    color: #a0a0a0;
    font-size: 12px;
}
.resourcesPortlet .portletItemDescription {
    display: none;
}
.moreNews {
    margin: 0 15px 15px;
}
.moreVids {
    margin: 0 30px 15px;
}
.moreNews a, .moreVids a {
    display: block;
    text-align: center;
    color: #ef4136;
    border: 1px solid #ef4136;
    padding: 8px;
    font-size: 18px;
}

.portletHeaderContainer {
    position: relative;
    height: 100%;
    width: 50%;
    float: left;
}
.newsHeaderImage, .eventHeaderImage {
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}
.newsHeaderImage img, .eventHeaderImage img {
    height: 100%;
    width: auto;
    display: block;
}
.portletBodyContainer {
    width: 50%;
    float: left;
}

#breadcrumbs-you-are-here, .breadcrumb .active {
    display: none;
}
.breadcrumb {
    background-color: transparent;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0;
}
.breadcrumb a {
    color: #ccc;
}
.subsite .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}
.subsite .breadcrumb-item {
  padding-left: 0.5rem;
}

.staff-template.template-full_view .entry {
    display: inline-block;
    padding: 15px;
    text-align: center;
    vertical-align: top;
    width: 160px;
}
.staff-template.template-full_view .entry header .url {
    display: block;
    max-width: 140px;
    margin-top: 4px;
    font-size: 18px;
}
.staff-template.template-full_view .entry img {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 2px 0 #000;
    padding: 6px;
    max-height: 140px;
    float: none;
}

.generic .leadImage, .generic .image-tile {
    float: right;
    margin: 0 0 10px 10px;
}
.generic .leadImage img, .generic .image-tile img {
    border-radius: 5px; 
}
.generic.template-listing_view .leadImage {
    display: none;
}
.subsection-local-government-bulletin.generic.template-listing_view .leadImage {
    display: block;
}
.leadImage figcaption {
    max-width: 200px;
    text-align: center;
    font-size: 12px;
}

.generic.template-listing_view .entry {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #dedede;
}

.pagination {
    margin: 20px auto;
}

.template-search #portal-breadcrumbs, .template-search .actionMenu, .template-search #content-core h1 {
    display: none;
}
#search-results-wrapper {
    margin-top: 15px;
}
#searchResultsSort {
    margin-bottom: 10px;
}
.documentLocation {
    display: block;
}
.searchResults {
    margin: 0;
    padding: 0;
}
.searchResults li {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px dashed #dedede;
    list-style: none;
}
.result-title {
    font-size: 18px;
}

/* Submenu styling */
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.submenu > li > a {
    padding-left: 15px;
    white-space: unset;
}

.project a.collapse-btn span {
    padding: 6px 10px;
    color: #fff;
    background: #363636;
    border-radius: 4px 4px 0 0;
    display: inline-block;
}
.project a.collapse-btn {
    display: block;
    text-align: center;
    border-bottom: 1px solid #363636;
    margin: 20px auto;
}
.project #content {
    border-bottom: 1px solid #363636;
}
#collapseInfo {
    margin-bottom: 45px;
}
#entriesCarousel {
    margin-bottom: 30px;
}
.generic.project .entry {
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: none;
    position: relative;
}
.project .entry img {
    width: 100%;
}
.project .entry .url {
    display: block;
    padding: 8px;
    font-size: 18px;
    color: #fff;
    background: #ef4136/*DOI red*/;
    position: absolute;
    bottom: 0;
    width: calc(100% - 24px);
}
.project .entry .description{
    display: none;
}

.photoAlbumEntry {
    display: inline-block;
    margin: 5px;
    vertical-align: middle;
}
.photoAlbumEntry a {
    background: #fcfcfd none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    display: table-cell;
    font-weight: 400;
    height: 240px;
    text-align: center;
    vertical-align: middle;
    width: 215px;
}
.photoAlbumEntryTitle {
    display: block;
    text-align: center;
}

.template-summary_view .tileImage {
    float: left;
    margin: 0 10px 10px 0;
}

.itemAuthor, .itemPublished {
    display: none;
}
.resources .itemAuthor, .resources .itemPublished {
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
}
.resources .itemAuthor span, .resources .itemPublished span {
    font-weight: normal;
}

/* SVG Map */
#svgContainer {
    text-align: center;
    height: 460px;
}
#searchAreas {
    text-align: left;
}
#searchAreas ul {
    padding: 10px 10px 10px 30px;
    font-size: 12px;
    color: #7d7d7d; 
    margin-bottom: 1px;
}
#searchAreas div > a {
    background: #eaeaea;
    color: #9c9c9c;
    font-size: 16px;
    padding: 8px;
    margin-bottom: 1px;
    display: block;
    transition: all 0.5s ease;
}
#searchAreas div > a:hover, .area-hover > a {
    background: #f23f3a !important;
    color: #fff !important;
    transition: all 0.5s ease;
}
.area-hover {
    background: #efefef;
    transition: all 0.5s ease;
}
path {
    fill: #d8d8d8;
    stroke: #e9e9e9 !important;
    stroke-width: 2px !important;
}
.svg-active, .svg-active polygon, .svg-active path {
    fill: #ef413a;
    transition: all 0.5s ease;
}
.svg-hover, .svg-hover path, .svg-hover path {
    cursor: pointer;
    fill: #ab2c27;
    transition: all 0.5s ease;
}
.ui-tooltip-default {
    background-color: #2b2b2b;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    opacity: 0.85 !important;
    font-size: 12px;
    line-height: 16px;
}

.section-news.resources .itemAuthor {
    display: none;
}

.lecture-list ul {
    margin: 0;
    padding: 0;
}
.lecture-list li:first-child {
    border-top: 1px dashed #dedede;
    padding-top: 20px;
    margin-top: 25px;
}
.lecture-list li {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px dashed #dedede;
    list-style: none;
    clear: both;
}
.lecture-list b, .lecture-list strong {
    font-size: 18px;
}
.lecture-list li img {
    float: right;
}

.image-right, .pull-right {
    float: right;
    margin: 0 0 10px 10px;
}
.image-left {
    float: left;
    margin: 0 10px 10px 0;
}

.subsection-contact-us .iframe {
    height: 300px;
    padding-bottom: 0;
}

.template-doiview .entries .entries {
    border-bottom: 1px dashed #dedede;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.template-doiview .entry .clr {
    clear: both;
}
.template-doiview .sectionHeader > header {
    font-family: Calibri, 'Open Sans', sans-serif;
    
    font-size: 22px;
}
.template-doiview .sectionHeader > .itemAuthor, .template-doiview .sectionHeader > .itemPublished {
    display: none;
}

.section-women-and-democracy #disqus_thread {
    display: none;
}
.section-women-and-democracy.portaltype-news-item #disqus_thread {
    display: block;
}

a.btn {
    color: #fff;
}

.portlet {
    margin-bottom: 20px;
}
.portletHeader {
    background: #000;
    color: #fff !important;
    font-size: 22px;
    padding: 10px;
}
.portletHeader a {
    color: #fff;
}
dt {
    font-weight: 300;
}
.portletContent, dd.portletItem {
    padding: 15px 10px 10px;
}

.portletNavigationTree .portletHeader, .navTree img {
    display: none;
}
.navTree .listgroup {
    border-left: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
    padding: 10px 10px 10px 20px;
}
.list-group-item-action {
    color: #50427F;
    background: #fff;
    transition: 0.25s all;
}
.list-group-item-action:hover {
    background: #7C719F;
    color: #fff;
    transition: 0.25s all;
}
.list-group-item-action.active {
    background: #50427F;
    color: #fff;
    transition: 0.25s all;
    border-color: #50427F;
}

.cookie-bar {
    z-index: 10000 !important;
}
.cookie-bar__inner {
    font-size: 14px !important;
}

.formQuestion.label {
    display: block;
    padding: 0 0 20px;
    font-size: 100%;
    color: #000;
    text-align: left;
    white-space: normal;
}

.sr-only, .hiddenStructure, .crud-form .header-select {
    background-color: #000;
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    color: #fff;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*Corona*/
.coronaBanner {
  background-color: white;
  text-align: center;
  padding: 1em;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.6em;
  margin: 40px 0;
  display: inline-block;
  border-radius: 7px;
}

.coronaBanner__content {
  display: inline-block;
  text-align: left;
}

.coronaBanner__websiteLink {
  display: block;
}
.coronaBanner__websiteLinkImg {
  border: 0;
  width: 500px;
  max-width: 100%;
  height: auto;
}

.coronaBanner__hotlineLink,
.coronaBanner__whatsappLink {
  display: block;
  text-decoration: none;
  color: #e95211;
  text-align: center;
}
  .coronaBanner__hotlineLink:hover,
  .coronaBanner__whatsappLink:hover {
    text-decoration: underline;
  }
.coronaBanner__hotlineLink {
  font-weight: bold;
}

/*Form stuff*/
.plone_jscalendar > span, .plone_jscalendar > label, .plone_jscalendar > select {
    display: inline-block;
    width: auto;
}
.ArchetypesFileWidget .form-control {
    border: none;
    box-shadow: none;
}
.portaltype-easyform .form fieldset {
    border: 1px solid #dedede;
    border-radius: 7px;
    padding: 15px;
    margin-bottom: 15px;
}
.portaltype-easyform .form fieldset legend {
    font-size: 28px;
}
fieldset[id*="course"] {
    border: none !important;
}
fieldset[id*="course"] legend {
    display: none;
}
.formHelp {
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
    color: #999;
}

/*LGB Temp*/
.template-doiview .newsImageContainer {
    display: none;
}

.ArchetypesCaptchaWidget  label {
    display: none;
}

/*Juizi listing view*/
.juizi-listing-view .itemDetail > * {
    display: inline-block;
    font-weight: normal;
}
.juizi-listing-view .url {
    font-size: 18px;
}
.juizi-listing-view .description::after {
    content:"";
    display: block;
    clear:both;
}
.juizi-listing-view .entry {
    border-bottom: 1px dashed #dedede;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.juizi-listing-view .image-tile {
    max-width: 130px;
    height: auto;
}

/*Faceted results*/
.template-facetednavigation_view .entry .thumb-thumb {
    float: right;
    margin: 0 0 10px 10px;
}
.template-facetednavigation_view .entry::after, .juizi-resources-view .entry::after {
    content: "";
    clear: both;
    display: block;
    border-top: 1px dashed #dedede;
    margin: 20px 0;
} 
.template-facetednavigation_view .entry .discreet {
    text-transform: initial;
    font-size: 14px;
}
#faceted-center-column .section-search .widget-fieldset {
    padding: 0;
    border: none;
}
.faceted-right-column div.faceted-text-widget input[type="text"] {
    width: 0;
}
.faceted-text-widget.section-search input.btn--red {
    padding: 10px;
}
#faceted-results .entry img {
    max-width: 200px;
    height: auto;
}
.juizi-resources-view .item-keywords {
    display: none;
}

.juizi-resources-view img {
    max-width: 130px;
    height: auto;
}

/*Portlet Blocks*/
.portlet-blocks .portlet {
    background: #dedede;
    height: 100%;
}
.portlet-blocks .portlet li {
    list-style: none;
}
.portlet-blocks .portlet .portletFooter a {
    display: block;
    text-align: right;
    margin: 0 15px;
}

.event-category {
    display: none;
}

@media only screen and (min-width : 992px) { 
	.videoPortlet-left {
		padding-right: 0;
	}
	.videoPortlet-right {
		padding-left: 0;
	}
}

@media only screen and (max-width : 992px) {
	.navbar-nav > li > a {
		padding-bottom: 8px;
		padding-top: 10px;
	}
	
	.portletHeaderContainer {
        height: auto;
        width: 100%;
        float: none;
    }
    .newsHeaderImage {
        display: none;
    }
    .portletBodyContainer {
        width: 100%;
        float: none;
    }
    .dropdown-menu > li > a {
        color: #dedede;
    }
    
    .navbar .navbar-nav .nav-link {
        padding: 8px;
    }
    .dropdown-menu {
        background: transparent;
    }
    .navTreeLevel1 {
        margin-left: 10px;
        border-left: 3px solid #fff;
        border-radius: 0;
    }
    .juizi-listing-view .entry a:first-child {
        display: block;
        text-align: center;
    }
    .juizi-listing-view .image-tile {
        float: none;
        margin: 0 auto 10px;
        max-width: 100%;
        height: auto;
    }
    .juizi-resources-view img {
        max-width: unset;
        height: auto;
    }
}