



@media (max-width: 991px)
{
	
	.clear-responsive {
		display: block;
		clear: both;
	}
	
	.header-placeholder {
		height: 100px;
	}
	
	.wrapper {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.header-logo {
		left: 0;
	}
	.header-logo > img {
		width: 180px !important;
	}
	.header-nav {
		display: none;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 110;
		background-color: var(--color-primary);
		padding: 3px;
		margin: 0 !important;
		box-sizing: border-box;
	}
	.header-nav.is-visible {
		display: block;
	}
	.header-nav > ul {
		position: relative;
		top: 50%;
		margin: 0 !important;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.header-nav ul li {
		display: block;
		width: 100%;
		height: auto !important;
		overflow: hidden;
		float: none;
		text-align: center;
		margin-bottom: 6px;
	}
	.header-nav ul li a {
		float: none;
		display: inline-block;
		width: auto;
		text-align: center;
		margin: 0 !important;
		line-height: 32px;
	}
	.header-nav ul li ul {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		background: transparent;
		border-radius: 0;
		margin: 0 !important;
		padding: 0 0 10px 0;
	}
	.header-nav ul li ul li a {
		font-size: 16px;
	}
	
	.page-image {
		margin-left: -20px;
		margin-right: -20px;
		min-height: 0;
	}
	.page-image--home {
		height: 100%;
		min-height: 100vw;
	}
	.page-image--news {
		height: 100%;
		min-height: 50vw;
	}
	.page-image:not(.page-image--home):not(.page-image--news) {
		background-image: none !important;
	}
	.page-image-content {
		margin-right: 0;
		text-align: center;
	}
	.page-image-watermark {
		width: 50vw;
		height: 50vw;
		top: 5vw;
		right: -5vw;
	}
	
	.grid {
		margin-right: -2.33%;
	}
	.grid-item {
		width: 47.5%;
	    float: left;
	    margin-right: 2.33%;
	    margin-bottom: 20px;
	}
}




@media (max-width: 575px)
{
	
	.grid {
		margin-right: 0
	}
	.grid-item {
		width: 100%;
	    float: none;
	    margin-right: 0;
	    margin-bottom: 20px;
	}
	
	.news-image {
		float: none;
		width: 100%;
		height: 40vw;
		margin: 15px 0;
	}
	
	.page-image-content--small {
		font-size: 14px;
		line-height: 22px;
	}
	
	.text-box h1,
	.text-box h2 {
		font-size: 28px;
	}
	.text-box h3 {
		font-size: 24px;
	}
	.text-box h4 {
		font-size: 21px;
	}
}





