@media screen and (max-width: 680px) {
	.all-items-overview a {
		display: none;
	}
	.partner-logos {
		width: 100%;
	}
	.slick-next,
	.slick-prev,
	nav .social {
		display: none !important;
	}

	main {
		padding-top: 120px;
	}

	main > section:first-child {
	    padding-top: 20px;
	}

	section {
		padding: 0px 0px 60px 0px;
	}

	section.news img {
		width: 100%;
		height: auto;
	}
	section.news .col.four .item {
		margin-bottom: 40px;
		padding-top: 15px;
	}
		section.news .col.four:last-child .item {
			margin-bottom: 0px;
		}
		section.news .col.four .item .info h3 {
			font-size: 18px;
			font-weight: 600;
			line-height: 1.2em;
			text-transform: uppercase;
		}
		section.news .col.four .item .info .theme {
			font-size: 30px;
			font-weight: 400;
		}
		section.news .col.four {
			margin: 0;
		}

	section.events .info {
		padding: 25px 20px;
		border-radius: 5px;
	}	
		section.events .info > *:first-child {
			width: initial;
			font-size: 18px;
			line-height: 1.2em;
			color: #012A4B;
			margin-bottom: 10px;
		}
		section.events .info > *:nth-child(2),
		section.events .info > *:last-child {
			text-align: left;
			font-size: 12px;
			width: 50%;
			vertical-align: top;
			color: #012A4B;
		}
		section.events .info > *:nth-child(2) {
			padding-right: 5px;
		}

	section.blog {
		background-image: initial;
	}
		section.blog .content {
			box-shadow: initial;
			padding: initial;
		}
		section.blog .content.twitter {
			margin-top: 30px;
		}
			section.blog .content img {
				width: 100% !important;
			}
			section.blog .content h1 {
				margin-bottom: 20px;
			}
			section.blog .content p {
				font-size: 18px;
				line-height: 1.2em;
				color: #464646;
				font-weight: 500;
			}

	section.projects h1.center {
		text-align: left;
	}

	section.projects .slide img {
		right: 0;
		margin: auto;
	}
		.project-slider .slide {
			text-align: center;
		}

        section.map {
            background-color: #cfdce5;
            margin: 0px -40px 0px -40px;
        }

		section.map .text {
			padding: 40px;
			line-height: 50px;
			font-size: 36px;
			color: #012A4B;
		}

		section.map  img {
			width: 100%;
			height: auto;
		}
		section.map .button {
			color: #FFF;
			width: 100%;
			text-align: center;
			padding: 35px 0px;
			line-height: 40px;
			background-color: #012A4B;
			font-size: 32px;
			margin: 40px 0px 0px 0px;
			text-transform: uppercase;
			font-family: 'Montserrat', sans-serif;
		}
	section.partners {
		padding-bottom: 0px;
	}
		section.partners .partner-logos {
			margin: 60px 0px;
			text-align: center;
		}
			section.partners .partner-logos .logo {
				margin: 20px;
			}

	.slick-slide img {
		display: inline-block;
	}
}

/*@media screen and (max-width: 400px) {
	section.news .col.four .item .info h3,
	section.events .info > *:first-child {
		font-size: 24px;
		line-height: 1.2em;
	}
	section.news .col.four .item .info .theme {

	}
}*/