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


a {
    color: inherit;
}

@media (-webkit-device-pixel-ratio: 1.25) {
:root {
zoom: 0.8;
}}
  
@media (-webkit-device-pixel-ratio: 1.5) {
:root {
zoom: 0.7;
}}

.cardblock.wedge-linen{
    margin: 0;
    padding: 0;
    z-index: -1;
}

.campaignFilters div.catbuttondd {
	padding: 10px 15px;
}
.campaignFilters div.catbuttondd input{
	margin-right: 5px;
}
.fullWidth.loadMore.buttonrow a {
	margin-right: auto;
	margin-left: auto;
	background-color: #ff7a01;
    padding: 15px 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-weight: 900;
    display: inline-block;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

.filtersearchentry input {
	background-color: transparent;
	border: none;
}
.fullpageimage > img {
	width: 100%;
    height: auto;
}
.rtb a.w-button{
    color: #fff;
}
.w-richtext figure img {
	width: 100%;
	height: auto;
}
.footer img,
img.articleimage{
    height: auto;
}

.pagination {
    margin: auto;
}
.pagination ul.page-numbers {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.pagination ul.page-numbers li{
    list-style: none;
}
.pagination ul.page-numbers li a{
	display: block;
    background-color: #ff7a01;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 20px 40px;
    border-radius: 10px;
    -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
    transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
    transition: box-shadow 200ms ease, transform 200ms ease;
    transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}
.pagination ul.page-numbers li span{
	display: block;
    background-color: #f8f1ea;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 20px 40px;
    border-radius: 10px;
    -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
    transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
    transition: box-shadow 200ms ease, transform 200ms ease;
    transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
    color: #000;
    font-weight: 900;
    text-decoration: none;
}
body.main-site .chaperTitle.hideTitle{
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0;
}

.old-content-block > .paddingBottom:first-child img{
    display: none;
}
.wp-block-group__inner-container {
	position: relative;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
ul.tabButton{
    margin: 0;
    padding: 0;
}
ul.tabButton li{
    list-style: none;
    display: inline-block;
}
.button.w-button.lightblue{
    background-color: #d2d9e7;
    color: #000;
}
ul.tabButton li.active a {
	background-color: #f8f1ea!important;
	
}
.imageCampaignContent{
    background-size: cover;
    background-position: center;
}

.campaign-not-found {
    text-align: left;
    margin-top: 20px;
    width: 100%;
}

.tag-container {
    list-style: none;
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 0px;
    margin: 0px;
    z-index: 1;
}

.tag-container li {
    display: inline-block;
    margin: 0px 5px 5px 0px;
}

.tag-container li .tag {
    position: unset;
    left: 0;
    top: 0;
    margin: 0px;
	font-size: 0.8em;
    padding: 5px;
    line-height: 16px;
}

.card .cardcontent.noimage {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
}
	
.reset-filter-container {	
    text-align: left;	
    margin-top: 10px;	
}	
.reset-filter-btn {	
    text-decoration: none;	
    border-radius: 10px;	
    background-color: #f8f1ea;	
    color: #818181;	
    text-align: left;	
    padding: 10px 15px;	
}	
.reset-filter-btn:hover {	
    background-color: #ff7a01;	
    color: #fff;	
}

.breadcrumbs a {
    padding: 5px;
    margin-right: 5px;
    border-radius: 5px;
    background-color: #f8f1ea;
    color: #2f2a33;
    text-decoration: none;
    font-weight: 700;
}

.breadcrumbs a:hover {
    background-color: #ff7a01;
}


.tabSlides {
    background-color: #f8f1ea;
    border-radius: 0px 25px 25px 25px;
    margin-top: -5px;
}

ul.tabButton li.active a {
    padding-bottom: 25px;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 0px;
}

.tabSlide.cardrow > a.card {
    max-width: 31.3%;
}

.tabSlide.cardrow > a.card img {
    width: auto;
    height: auto;
}

.cardtitle {
    word-break: break-word;
}

.article-body .slice.left {
    display: none;
}

.job-overview {
    background-color: #f8f1ea;
    border-radius: 10px;
    padding: 20px 20px 2px 20px;
}

._2col .socialrow {
    margin-top: 20px;
}

.slice {
    width: 100%;
}
.footer .footmenucol a.footerlink{
    font-size: 13px;
}

.tabsblock.stories .tabs-menu{
    align-items: initial;
}
.rtb img{
    box-shadow: none;
}
@media screen and (max-width: 767px){

		.pagination ul.page-numbers li a {
			display: block;
			background-color: #ff7a01;
			margin-top: 1px;
			margin-right: 10px;
			margin-bottom: 5px;
			padding: 5px 10px;
			border-radius: 5px;
			-webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
			transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
			transition: box-shadow 200ms ease, transform 200ms ease;
			transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
			color: #fff;
			font-weight: 900;
			text-decoration: none;
		}

		.pagination ul.page-numbers li span {
			display: block;
			background-color: #f8f1ea;
			margin-top: 1px;
			margin-right: 10px;
			margin-bottom: 5px;
			padding: 5px 10px;
			border-radius: 5px;
			-webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
			transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
			transition: box-shadow 200ms ease, transform 200ms ease;
			transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
			color: #000;
			font-weight: 900;
			text-decoration: none;
		}
	
		ul.tabButton li.active a {
		padding-bottom: 20px;
		border-radius: 10px 10px 0px 0px;
		margin-bottom: 0px;
		}
	
		._2col .socialrow {
		margin-top: 0px;
		}
	
}





@media screen and (max-width: 479px) {

.tag-container {
    list-style: none;
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 0px;
    margin: 0px;
    z-index: 1;
}

}