
@media (max-width: 1400px)
{
	.bg {
		height: calc(8.33vw + 20px);
	}
}


@media (max-width: 1140px)
{
	
	.wrapper {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.footer-logo {
		max-height: 40px;
		max-width: 80px !important;
	}
	
	.header-top {
		right: 20px;
	}
	
	
	.row--lgGutter {
		margin-left: -20px;
		margin-right: -20px;
	}
	.row--lgGutter > .col,
	.row--lgGutter > .col-12 {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.row--xlGutter {
		margin-left: -20px;
		margin-right: -20px;
	}
	.row--xlGutter > .col,
	.row--xlGutter > .col-12 {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.page-header-placeholder {
		height: calc(200px + 66vw);
	}
	
}



@media (max-width: 991px)
{
	
	.clear-responsive {
		display: block;
		clear: both;
	}
	
	.header {
		height: 100px;
	}
	.header-logo {
		height: 70px !important;
		margin-top: 8px !important;
	}
	.header-top {
		margin-top: 5px !important;
		top: 15px;
		right: 0;
	}
	.header-search {
		margin-bottom: 8px !important;
	}
	.menu-button {
		margin-top: 19px;
	}
	
	.header-placeholder {
		height: 90px;
	}
	
	.header-nav {
		display: none;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 110;
		background: linear-gradient(to right, #ff9900 0%, #e20f14 50%, #1197d7 100%);
		padding: 3px;
		margin: 0 !important;
		box-sizing: border-box;
	}
	.header-nav.is-visible {
		display: block;
	}
	.header-nav ul {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.header-nav ul li {
		display: block;
		width: 100%;
		overflow: hidden;
		float: none;
		text-align: center;
		margin-bottom: 6px;
	}
	.header-nav ul li a {
		float: none;
		display: inline-block;
		width: auto;
		height: auto;
		line-height: 30px !important;
		padding-bottom: 3px !important;
		text-align: center;
	}
	
	.slick-slider {
		margin: 0 -15px;
	}
	.slick-slider-item {
		padding: 0 15px;
	}
	.slick-dots {
		margin-top: 5px !important;
	}
	
	.bg {
		height: calc(8.33vw + 40px);
	}
	
	.page-header {
		padding-top: 120px;
	}
	.page-header-image {
		height: 50vw;
	}
	.page-header-image--svg {
		margin-left: auto;
		margin-right: auto;
	}
	
	.card-image {
		height: calc(33vw - 40px);
	}
	
	.partner-slider-item img {
		max-height: 75px !important;
		max-width: 70%;
	}
	
	.footer {
		height: auto;
		background-image: url('../img/footer-responsive-bg.svg');
	}
	.footer .wrapper {
		padding-top: 50px;
		padding-bottom: 30px;
	}
}


@media (max-width: 767px)
{
	
	.bg {
		height: calc(8.33vw + 60px);
	}
	
	.vertical-stepper-item-content {
		font-size: 20px;
	}
}


@media (max-width: 575px)
{
	
	.card-image {
		height: calc(66vw - 40px);
	}
	.header .wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-search > input {
		width: 50px;
	}
	.header-search > input::placeholder {
		color: transparent !important;
	}
	.header-search > button {
		right: 10px !important;
	}
	
	.page-header-placeholder {
		height: calc(350px + 66vw);
	}
	.page-header-placeholder--news {
		height: calc(450px + 66vw);
	}
	
	.menu-button {
	}
	
	.footer-logo {
		margin-left: 10px;
		margin-right: 10px;
		max-height: 35px;
		max-width: 70px !important;
	}
	
	.text-box h1,
	.text-box h2 {
		font-size: 34px;
	}
	.text-box h3 {
		font-size: 30px;
	}
	.text-box h4 {
		font-size: 26px;
	}
	.text-box h5 {
		font-size: 22px;
	}
	
	
}



