.card {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #ffffff;
  box-shadow: none;
  }

.card__title {
  color: #555555;
  font-weight: 500;
}
	
.card__title svg {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  margin-right: 7px;
}

.block--custom-content-list .card__title .content-list__type {
  display: none;
  /* temporary styles */
  width: 14px;
  height: 14px;
  margin-right: 1rem;
  fill: #555;
  /* $$gray */
}

.block--custom-content-list .card__actionbar {
  text-align: center;
}


.region--complementary .card__title {
	text-align:left;
}


.region--complementary .card__actionbar {
	text-align: right;
	padding: 5px !important;
}

.region--complementary .card__title, #block-filter .complementary-title {
	font-family: 'Roboto', sans-serif;
	font: normal normal 800 15px/18px Roboto;
	letter-spacing: 1.4px;
	color: #303030;
	text-transform: uppercase;
	margin-bottom: 12px !important;
	font-size: 13px;
	margin-top: 5px;
	text-align:left !important;
}

.region--complementary .card__title span{
	color: #00AEEF;
}

.region--complementary .card__block:first-child {
    padding-top: 0px;
}

.paragraph--block .secondary-col .card__title,
.paragraph--block .secondary-col .card__actionbar {
  text-align: center;
}

.card__block:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card__block:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.card__nested-section:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.card__nested-section {
	background: #fdfdfd;
}

.card__link {
  color: #29abe2;
}

.card__link:hover {
  color: #1a8dbe;
}

.card.block-data-policy .card__title,
.card.block-data-policy .card__block {
  width: 100%;
}

/* Additions and Overrides */



.card__featured-items .card__link {
    font-family: Jakob;
	color: #303030 !important;
	font-size: 1.8em;

}

@property --offset {
  syntax: '<length>';
  inherits: false;
  initial-value: 0;
}

.card__featured-items a.card__link {
	text-underline-offset: var(--offset, 0.2em);
	text-decoration: underline 0.15em;
	text-decoration-color: inherit !important;
	text-decoration-thickness: 2px;
	transition: --offset 400ms, text-decoration-color 400ms;
}

.card__nested-section .btn:not(.btn--comment-submit) {
	font-family: Jakob;
	color: #303030 !important;
	font-size: 1em;
	text-underline-offset: var(--offset, 0.2em);
	text-decoration: underline 0.15em;
	text-decoration-color: #00aeef !important;
	text-decoration-thickness: 2px;
	transition: --offset 400ms, text-decoration-color 400ms;
}

.card__nested-section .btn:not(.btn--comment-submit):hover {
	border: none;
	background: transparent;
}

.card__featured-items .card__link:hover,
.card__featured-items .card__link:focus {
	--offset: 0.4em;
	text-decoration-color: rgb(246, 129, 33) !important;
}

@supports not (background: paint(something)) {
	.card__featured-items .card__link {
		transition: text-underline-offset 400ms, text-decoration-color 400ms;
	}
	
	.card__featured-items .card__link:hover,
	.card__featured-items .card__link:focus {
		text-underline-offset: 0.4em;
	}
}

.paragraph--type--featured-item {
	text-align: center;
}

.card__featured-items .teaser__title { 
	font-weight: normal !important;
	color: #303030;
	font-size: 0.9em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	min-height: 20px;
	line-height: 30px;
}

.card__featured-items .teaser__body { 
	font-weight: normal !important;
	color: #303030;
}

.card__featured-items .teaser__image img {
    
}

.page-learn .card__featured-items .teaser__image img {
	margin-bottom:10px;
}

.page-explore .card__featured-items .teaser__image img {
	margin-bottom:10px;
}

.page-connect .card__featured-items .teaser__image img {
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.page-connect .paragraph--type--featured-items {
	margin-top: 100px;
	background-image: url('/themes/contrib/toolbox/assets/img/World_Map_Blank.svg');
	padding-bottom: 200px;
	background-size: cover;
	background-repeat: no-repeat;
}

.col-md-2 .card.teaser:not(.teaser-country) {
	max-height: 220px;
	height: 220px !important;
}

.col-md-3 .card.teaser:not(.teaser-country) {
	max-height: 280px;
	height: 280px !important;
}

.card.promo.teaser-resource, .card.promo.teaser-book, .card.promo.teaser-tool, .card.promo.teaser-case-study, .card.promo.teaser-profile, .card.promo.teaser-event, .card.promo.teaser-topic {
	display: block !important;
	background-color: #fff !important;
}

.card.teaser:hover {
	
	-webkit-filter: drop-shadow( 0px 5px 10px rgba(227, 227, 227, 0.7));;
	filter: drop-shadow( 0px 5px 10px rgba(227, 227, 227, 0.7));;
}

.group--featured.teaser, .group--teaser.teaser {
	-webkit-filter: drop-shadow(0px 5px 10px rgba(227,227,227,0.7));
  filter: drop-shadow(0px 5px 10px rgba(227,227,227,0.7));
}

.group--featured.teaser:hover, .group--teaser.teaser:hover {
-webkit-filter: drop-shadow(0px 5px 10px rgba(227,227,227,0.7));
  filter: drop-shadow(0px 5px 10px rgba(227,227,227,0.4));
  transition: 0.7s;
  transform: translateY(10px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0,0,0,0.11),0 24px 46px #fdfdfd;
  }

.card.teaser-resource .teaser__content, .card.teaser-book .teaser__content, .card.teaser-tool .teaser__content, .card.teaser-case-study .teaser__content, .card.teaser-event .teaser__content{
	padding: 10px 15px 15px 15px !important;
}

.card.teaser-profile .badge, .card.teaser-resource .badge, .card.teaser-book .badge,	.card.teaser-tool .badge, .card.teaser-case-study .badge, .card.teaser-country .badge {
	padding: 0px !important;
    position: absolute !important;
    bottom: 15px !important;
	left: 15px;
}

.card.teaser-profile .badge img {
	margin-top: -3px;
}

.card.promo.teaser-profile .teaser__title, .card.promo.teaser-resource .teaser__title, .card.promo.teaser-book .teaser__title, .card.promo.teaser-tool .teaser__title, .card.promo.teaser-event .teaser__title, .card.promo.teaser-case-study .teaser__title, .card.promo.teaser-topic .teaser__title{
	margin-top:10px;
	max-height: 50px !important;
	font-size: 0.9em !important;
}

.card.group--teaser .teaser__title {
	font-size: 1.3em !important;
}


.card.promo.teaser-profile .teaser__title {
	margin-bottom: 0px;
	margin-top: 0px;
	color: #303030;
	font-weight: 600;
}

.card.teaser-profile .teaser__content span {
	font-size: 0.7em;
	color: #292929;
	display: inline-block;
	margin-top: 5px;
	font-weight: 500;
	color: #303030;
}

.card.teaser-profile .teaser__body span{
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 15px;
}
	
.card.teaser-profile .teaser__content {
	padding: 20px 15px 15px 15px;
}


.card.promo.teaser-resource .teaser__tag, .card.promo.teaser-book .teaser__tag, .card.promo.teaser-tool .teaser__tag, .card.promo.teaser-case-study .teaser__tag, .card.promo.teaser-event .teaser__tag, .card.promo.teaser-topic .teaser__tag{
	text-transform: uppercase;
	font-size: 0.6em;
	color: #686868;
	font-weight: bold;
	letter-spacing: 0.6px;
}
.card.promo.teaser-resource .teaser__tag svg, .card.promo.teaser-book .teaser__tag svg, .card.promo.teaser-tool .teaser__tag svg, .card.promo.teaser-case-study .teaser__tag svg, .card.promo.teaser-event .teaser__tag svg, .card.promo.teaser-topic .teaser__tag svg{
	vertical-align: middle;
	display: inline-block;
    margin-right: 5px !important;
    margin-top: 0px !important;
    float: left !important;
}

.card .teaser__body {
	height: 100%;
}

.card h4.teaser__title {
    line-clamp: 4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}


.card.teaser-profile .teaser__image, .card.teaser-resource .teaser__image, .card.teaser-book .teaser__image, .card.teaser-tool .teaser__image, .card.teaser-event .teaser__image, .card.teaser-case-study .teaser__image, .card.teaser-topic .teaser__image {
	height: auto !important;
}



.card__featured-items .teaser__image {
	height: 200px !important;
}


.featured-blob {
	background-repeat: no-repeat;
	background-size: 130px;
	background-position: center;
}

.paragraph--hero .btn.btn-lg.btn-accent {
	padding-left: 68px;
	padding-right: 68px;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 600;
}

.paragraph--hero .btn.btn-lg.btn-accent::after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f061";
	position: absolute;
	right: 20px;
}

.left-image-block .card__link a {
	font-family: Jakob;
	color: #303030;
	font-size: 2em;
	text-decoration: underline;
	text-decoration-color: rgb(33, 181, 185);
	text-decoration-thickness: 3px;
}

.left-image-block .card__actionbar {
	padding: 0;
}

.left-image-block .card__actionbar .card__link {
	margin: 30px 0px 0px 0px;
	float: left;
}

.right-image-block, .left-image-block {
	margin-top: 50px; 
}

.right-image-block .card__link a {
	color: #fff;
  background-color: #f68121;
  padding: 10px;
}


.right-image-block .card__link a:hover {
	color: #fff;
  background-color: #ffc142;
  padding: 10px;
  transition: 0.1s;
}

.right-image-block .card__link span {
	color: #303030;
	font-size: 2em;
	font-family: Jakob;
}

.right-image-block .card__actionbar {
	padding: 0;
}

.right-image-block .card__actionbar .card__link {
	margin: 30px 0px 0px 0px;
	float: left;
}

.card__featured-items .card__link {
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
}

.left-image-block .container{
	display: flex;
	flex-direction: row;
	align-items: center; 
}

@media (max-width: 800px) {
  .left-image-block .container {
    flex-direction: column;
  }
  
  .left-image-block .card__image img{
	margin: auto;
  }
  .page-connect .paragraph--type--featured-items {
	background-size: cover;
	background-position: top;
  }
}

.left-image-block .card__image {
	flex: 30%;
}

.left-image-block .card__body {
	flex: 70%;
}

.left-image-block {
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
.card .btn-default {
	border: 1px solid #d1d3d4; 
}

#block-postongroupblock {
	background-position:bottom;
	background-repeat: no-repeat;
	background-size: contain;
	box-shadow: 0px 10px 20px -10px rgba(17, 103, 145, 0.2);
}

#block-postongroupblock #edit-field-post-wrapper {
	margin: 0px;
}

.card--stream .btn-block {
	display: none;
}


body:not(.path-compare) .add-link, body:not(.path-compare) .remove-link {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 75%;
	border-radius: 4px;
	padding: 2px 5px 2px 20px;
	display: none;
}

body.page-explore-case-studies .add-link, body.page-explore-case-studies .remove-link {
	display: block;
}

body:not(.path-compare) .add-link {
	background: #A2B863 0% 0% no-repeat padding-box;
	border: 1px solid #D1D3D4;
	color: #fff;

}

body:not(.path-compare) .add-link:hover {
	color: #fff;
}

body:not(.path-compare) .remove-link {
	background: transparent;
	border: 1px solid #A2B863;
	color: #A2B863;
}

body:not(.path-compare) .add-link:before {
    width: 16px;
    content: " ";
    background-image: url('../img/collapse.svg');
    position: absolute;
    height: 16px;
    left: 5px;
    background-repeat: no-repeat;
    top: 15%;
}

body:not(.path-compare) .remove-link:before {
    width: 16px;
	content: " ";
	background-image: url('../img/expand.svg');
	position: absolute;
	height: 50%;
	left: 10%;
	background-repeat: no-repeat;
	top: 25%;
}


@media screen and (min-width: 860px) {
	.path-compare table {
		table-layout: fixed;
	}
}

.path-compare table *{
	color: #303030;
}

.path-compare table td{
	background: #fff;
	font-weight: 500;
}

.path-compare table th:not(:first-child) {
	padding: 0px;
}

.path-compare table tr td:first-child, .path-compare table tr th:first-child {
	min-width: 200px;
	background: transparent;
	font: normal normal 800 15px/18px Roboto;
    font-size: 15px;
letter-spacing: 1.4px;
font-size: 13px;
color: #303030;
text-transform: uppercase;
margin-bottom: 12px !important;
}

.path-compare table tr {
	border-bottom: 1px dotted #d1d3d4;
}

.path-compare .field.field--name-field-tags.field__item {
border: 1px solid #D1D3D4;
border-radius: 5px;
font-weight: 500;
padding: 5px 10px 5px 10px;
margin-right: 12px;
display: inline-block;
}

.path-compare table th:not(:first-child) h4 {
	background: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #303030;
	
height: 100px !important;
}

.card.teaser-country .view-display-id-count {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

.card.teaser-country .view-display-id-count_resources {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

.card.teaser-country .view:nth-child(2) {
	border-left: 1px solid #d1d3d4;
	padding-left: 10px;
}

.card.teaser-country .teaser__title {
	font-size: 16px !important;
font-weight: 600;
margin-top: 0px;
}

.card.teaser-country {
	height: 120px;
}

.card.teaser-country .teaser__tag {
	padding: 0px;
	text-align: right;
	font-weight: 600;
}

.card.teaser-country .teaser__tag span {
	font-size: 12px;
	margin-top: 0px;
	float: right;
	margin-left: 5px;
}

.card.teaser-country .row {
	margin-left: 0px;
}

.card.teaser-country .row > div{
	padding: 0px;
}

.card.teaser-country .view-more {
	position: absolute;
	right: 15px;
	font-family: Jakob;
	text-decoration: underline;
	text-decoration-color: #21B5B9;
	bottom: 10px;
}

@media (max-width: 770px) {
.col-xs-12 .teaser {
    width: 220px;
    height: 280px !important;
    max-height: 280px !important;
    min-height: 280px !important;
    margin: auto;
    margin-bottom: 20px;
}

.col-xs-12 .teaser-country .teaser__tag{
	flex:100;
}



.col-xs-12 .teaser-country {
	height: 150px !important;
    min-height: 150px !important;
}

.col-xs-12 .teaser-country .badge__label {
	margin-top: -100px;
    /* text-align: center; */
    margin-left: 20px;
    margin-right: auto;
}

.col-xs-12 .teaser .teaser-image {
    display: block !important;
}
}

@media (max-width: 599px) {
.teaser {
    flex: auto;
}

.group--teaser .teaser__body {
	flex: 100%;
}

}

@media (min-width: 1048px) {
	.col-sm-3 .card.promo:not(.teaser-country), .col-md-3 .card.promo:not(.teaser-country), .col-sm-4 .card.promo:not(.teaser-country), .col-md-4 .card.promo:not(.teaser-country) {
		min-height: 260px !important;
	}
}

.card.promo.teaser-event .badge, .card.promo.teaser-topic .badge {
	position:absolute;
	left: 10px;
	bottom: 10px;
}

.card.promo.teaser-event .teaser__body {
  height: auto;
}

.page-learn-learning-opportunities .view-search-learning-opportunities .past {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.page-learn-learning-opportunities .view-search-learning-opportunities .past:hover {
	-webkit-filter: grayscale(0%);
	filter: none;
	transition: 0.6s;
}

.page-learn-learning-opportunities .view-id-search_learning_opportunities.view-display-id-block_2 .card.promo.teaser {
	min-height: 220px;
}

.page-learn-learning-opportunities .view-search-learning-opportunities .ongoing .teaser__badge {
	display: none;
}	

.card.card--stream p {
	color: #0a0a0a !important;
font-size: 0.9rem !important;
}

.path-user .card__nested-section {
  display: none;
}