.text-tiny {
			font-size: .7em;
		}
		.text-small {
			font-size: .85em;
		}
		.text-big {
			font-size: 1.4em;
		}
		.text-huge {
			font-size: 1.8em;
		}
		.blank-template-section {
			word-wrap: break-word;
		}
		.blank-template-section h2 {
			color: #1A1446;
			line-height: 110%;
			font-weight: 700;
			font-size: 22px;
			margin-bottom: 15px;
		}
		.blank-template-section {
			word-wrap: break-word;
		}
		.blank-template-section h3 {
			color: #1A1446;
			line-height: 110%;
			font-weight: 700;
			font-size: 20px;
			margin-bottom: 15px;
		}
		.blank-template-section p {
			margin-bottom: 15px;
			color: #1A1446;
			font-weight: 400;
			line-height: 130%;
		}

		.blank-template-section h4, .blank-template-section h5 {
			color: #1A1446;
			line-height: 130%;
			font-weight: 600;
			font-size: 16px;
			margin-top: 15px;
			margin-bottom: 9px;
		}
		.blank-template-section a{
			text-decoration: underline;
		}

	ul.tags {
	    list-style: none;
	    display: flex;
	    flex-direction: row;
	    margin-left: 0;
	}

	.tags li {
		min-width: 30px;
		background-color: #28A3AF;
		color: #fff;
		margin-left: 20px;
		padding: 4px 12px 3px 12px;
		border-radius: 17px;
		font-weight: 700;
		font-family: 'Helvetica-Now-Display';
		font-size: 14px;
	}

	.tags li:first-child {
		margin-left: unset;
	}

	@media (width <= 48rem) {
		ul.tags {
		    list-style: none;
		    display: flex;
		    margin-left: -20px;
		    flex-wrap: wrap;
		}
		.tags li {
		    min-width: 30px;
		    background-color: #28A3AF;
		    color: #fff;
		    margin-left: 20px;
		    margin-bottom: 10px;
		    padding: 4px 12px 3px 12px;
		    border-radius: 17px;
		    font-weight: 700;
		    font-family: 'Helvetica-Now-Display';
		    font-size: 14px;
		}
		.tags li:first-child {
		     margin-left: 20px; 
		}
	}

	.blank-template-section a {
		color: #06748c;
	}

	.blank-template-section a:hover {
		color: #28a3af;
	}

.flood-iframe iframe{
    width: 100%;
    min-height: 320px;
}
.sustainability-at-work img{
    margin-left: auto;
    margin-right: auto;
}