/* defaults for templates for overriding v0-4 16Dec2021 */

.home-hero__banner-contents,.page-hero__banner-contents{
	padding-bottom:50px;
}
.page-hero{
	max-width: 1400px;
    margin: 0 auto;
    justify-content: flex-end;
}

/* campaigns template */
.feature-stories-block {
    margin-bottom: 30px;
    position: relative;
}
.feature-stories-block .small-label,.action-block__label{
	position: absolute;
    z-index: 1;
    padding: 20px;
}
.feature-stories-block p {
    color: #ffffff;
    text-shadow: 0px 0px 10px black;
}
.action-block{
	text-align: center;
	padding:10px 20px;
}
.action-block .action-block__thumbnail {
    position: relative;
    clip-path: circle(45%);
}

.action-block .action-block__label {
    font-size: 2em;
    color: #fff;
    width: 100%;
    bottom: 50%;
    margin-bottom: -1em;
    font-weight: 700;
}

.action-block__thumbnail img {
    border-radius: 50%;
}

/* news stories */


.latest-stories__2colitem.row {
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom:20px;
}
.latest-stories__2colitem > div:first-child {
    padding-left:0;
    padding-right:0;
}
.latest-stories__2colitem > div:last-child {
    background: #efefef;
}
@media only screen and (min-width: 769px){
	.latest-stories__2colitem > div {
	    padding-left: 0;
	    padding-right:15px!important;
	    background: #efefef;
	}
}

.latest-stories__2colitem .latest-stories__contents{
	position: relative;
	bottom:initial;
	padding:0;
}

.latest-stories__2colitem .contents {
    padding-top: 16px;
    padding-bottom: 10px;
}

.latest-stories__2colitem .title {
    line-height: 1.2em;
    padding-bottom: 5px;
}

.latest-stories__2colitem .title a {
    text-decoration: none;
    color: #6B3267;
    font-weight: 600;
}
.latest-stories__2colitem .meta {
    font-size: 0.7em;    
    line-height: 1.4em;
}
.latest-stories__2colitem .meta .summary-details{
    font-style: italic;
}

.latest-stories__2colitem p.meta.summary {
    font-size: 0.8em;
    line-height: 1.2em;
    margin-bottom: 2px;
}


.latest-stories__sidebar .latest-stories__2colitem > div{
	padding-left: 10px;
    background: initial;
}

.latest-stories__sidebar .latest-stories__2colitem span.label{
	text-transform: uppercase;
}

.latest-stories__sidebar .title {
    font-size: 0.8em;
    padding-bottom: 0;
}


/* WWL2022 */
.wwl__map-wrapper.wwl22 .panel{
  background:white;
  color:black;
}
.wwl__map-wrapper.wwl22 .panel .persecution-levels-wrapper{
  background-color:#f2f3f4;
}
.wwl__map-wrapper.wwl22  .pager{
  background:#6b3267;
}
.wwl__map-wrapper.wwl22 .panel .pager a.prev::before,.wwl__map-wrapper .panel.wwl22 .pager a.next::after{color:white;}
.wwl__map-wrapper.wwl22 .pager a .rank{background-color:#555555;}
.wwl__map-wrapper.wwl22 .panel .closebtnr,.wwl__map-wrapper.wwl22 .panel .closebtnl{color:black;}
.wwl22 #panell .wwl__rankings-list li a{color:black;}
.wwl__map-wrapper.wwl22 .pager a .rank.extreme,.wwl__map-wrapper.wwl22 .pager a .rank.rankRed{background:#c01f1c;}
.wwl__map-wrapper.wwl22 .pager a .rank.very-high,.wwl__map-wrapper.wwl22 .pager a .rank.rankOrange{background:#e05c16;}
.wwl__map-wrapper.wwl22 .panel .persecution-levels .progress{background-color:white;border-radius:15px;}
.wwl__map-wrapper.wwl22 .progress-bar{border-radius:15px;}
.wwl__map-wrapper datalist{color:black;}

.wwl__map-wrapper .history-wrapper::before{background:black;}
.wwl__map-wrapper .panel .persecution-levels .icon i{width:35px;height:35px;}
.wwl__map-wrapper .panel .persecution-levels .icon i.violence {
    background: url("/img/icon-Spheres-Violence.png") center center no-repeat; background-size: contain;
}
.wwl__map-wrapper .panel .persecution-levels .icon i.private {
    background: url("/img/icon-Spheres-Private-Life.png") center center no-repeat; background-size: contain;
}
.wwl__map-wrapper .panel .persecution-levels .icon i.family {
    background: url("/img/icon-Spheres-Family-Life.png") center center no-repeat; background-size: contain;
}
.wwl__map-wrapper .panel .persecution-levels .icon i.church {
    background: url("/img/icon-Spheres-Church-Life.png") center center no-repeat; background-size: contain;
}
.wwl__map-wrapper .panel .persecution-levels .icon i.national {
    background: url("/img/icon-Spheres-National-Life.png") center center no-repeat; background-size: contain;
}
.wwl__map-wrapper .panel .persecution-levels .icon i.community {
    background: url("/img/icon-Spheres-Community-Life.png") center center no-repeat; background-size: contain;
}
/*generated with Input range slider CSS style generator (version 20210711)
https://toughengineer.github.io/demo/slider-styler*/
.wwl__map-wrapper  input[type=range] {
    height: 22px;
    background: black;
    padding: 0px 6px 0px;
    border-radius: 20px;
  -webkit-appearance: none;
}

/*progress support*/
.wwl__map-wrapper  input[type=range].slider-progress {
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--value) - var(--min)) / var(--range));
  --sx: calc(0.5 * 1em + var(--ratio) * (100% - 1em));
}

.wwl__map-wrapper  input[type=range]:focus {
  outline: none;
}

/*webkit*/
.wwl__map-wrapper  input[type=range]::-webkit-slider-thumb {
  width: 1em;
  height: 1em;
  border-radius: 1em;
  background: #F84600;
  border: none;
  box-shadow: 0 0 2px black;
  margin-top: calc(max((0.2em - 1px - 1px) * 0.5,0px) - 1em * 0.5);
  -webkit-appearance: none;
}

.wwl__map-wrapper  input[type=range]::-webkit-slider-runnable-track {
  height: 0.2em;
  border-radius: 0.5em;
  background: #FFFFFF;
  border: 1px solid #b2b2b2;
  box-shadow: none;
}
.wwl__map-wrapper  input[type=range].slider-progress::-webkit-slider-runnable-track {
  background: linear-gradient(#E05C16,#E05C16) 0/var(--sx) 100% no-repeat, #FFFFFF;
}

/*mozilla*/
.wwl__map-wrapper  input[type=range]::-moz-range-thumb {
  width: 1em;
  height: 1em;
  border-radius: 1em;
  background: #F84600;
  border: none;
  box-shadow: 0 0 2px black;
}

.wwl__map-wrapper  input[type=range]::-moz-range-track {
  height: max(calc(0.2em - 1px - 1px),0px);
  border-radius: 0.5em;
  background: #FFFFFF;
  border: 1px solid #b2b2b2;
  box-shadow: none;
}

.wwl__map-wrapper  input[type=range].slider-progress::-moz-range-track {
  background: linear-gradient(#E05C16,#E05C16) 0/var(--sx) 100% no-repeat, #FFFFFF;
}

/*ms*/
.wwl__map-wrapper  input[type=range]::-ms-fill-upper {
  background: transparent;
  border-color: transparent;
}

.wwl__map-wrapper  input[type=range]::-ms-fill-lower {
  background: transparent;
  border-color: transparent;
}

.wwl__map-wrapper  input[type=range]::-ms-thumb {
  width: 1em;
  height: 1em;
  border-radius: 1em;
  background: #F84600;
  border: none;
  box-shadow: 0 0 2px black;
  margin-top: 0;
  box-sizing: border-box;
}

.wwl__map-wrapper  input[type=range]::-ms-track {
  height: 0.2em;
  border-radius: 0.5em;
  background: #FFFFFF;
  border: 1px solid #b2b2b2;
  box-shadow: none;
  box-sizing: border-box;
}

.wwl__map-wrapper  input[type=range].slider-progress::-ms-fill-lower {
  height: max(calc(0.2em - 1px - 1px),0px);
  border-radius: 0.5em 0 0 0.5em;
  margin: -1px 0 -1px -1px;
  background: #E05C16;
  border: 1px solid #b2b2b2;
  border-right-width: 0;
}
.wwl__map-wrapper .history-wrapper::before{display:none;}


.img-fluid {
    margin-top: 26px;
}
.img-round{
	border-radius: 50%;
}

/* WWL Map */


/* CKEditor styles */


/* Orange last menu item styles */
/*
.weblinks-depth-1.navbar-nav.ml-auto .navbar-nav.weblinks>li:last-child a, .weblinks-depth-1.navbar-nav.features-block__heading-contents .navbar-nav.weblinks>li:last-child a, .weblinks-depth-1.navbar-nav.featured-actions__heading-contents .navbar-nav.weblinks>li:last-child a, .weblinks-depth-1.navbar-nav.fr-logo .navbar-nav.weblinks>li:last-child a, .weblinks-depth-1.navbar-nav.features-block__heading-contents:first-of-type>li:last-child a, .weblinks-depth-1.navbar-nav.featured-actions__heading-contents:first-of-type>li:last-child a, .weblinks-depth-1.navbar-nav.fr-logo:first-of-type>li:last-child a {
    background-color: #e05c16;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}*/