

@media screen and (max-width: 1215px) {


	section.header .navlink {
		display: flex;
	}
	section.header .navbar-center {
		display: none;
	}

	section.footer .footer-cols .footer-col {
	}
	section.footer .footer-cols .footer-col.logo a {
		height: 3rem;
	}
	section.footer .footer-cols .footer-col.copyright p {
	    font-size: 9pt;
	}

}

@media screen and (max-width: 1150px) {

	section.footer .footer-bottom {
		flex-direction: column;
		gap: 3rem;
		text-align: center;
	}

}

@media screen and (max-width: 1023px) {

	.content h1, .title.is-1, .is-size-1, .content .is-size-1 {
		font-size: 44pt;
	}
	.content h2, .title.is-2, .is-size-2, .content .is-size-2 {
	    font-size: 29pt;
	}

	section.footer .footer-cols {
		flex-direction: column;
		gap: 2rem;
		text-align: center;
	}
	section.footer .footer-cols .footer-col {
		flex-shrink: 1;
		flex-grow: 0;
		min-width: 0;
		width: 100%;
		margin: 0;
	}

	section.office .container {
		padding: 2rem;
	}

}

@media screen and (max-width: 910px) {

	.fields .field {
		width: 100%;
	}

}

@media screen and (max-width: 768px) {

	.section {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.overnav ul li a {
    	font-size: 9vw;
    }

	section.mobflip .columns,
	.columns.mobflip {
		display: flex;
		flex-direction: column-reverse;
	}
	section:not(.big_image).block_type_image_text .block_image,
	section:not(.big_image).block_type_text_image .block_image {
		margin-bottom: 20px;
	}

	section.big_image .column-image .block_image {
		width: 100% !important;
		position: static;
	}
	section.block_type_text_image.big_image.mobflip .column-image .block_image,
	section.block_type_image_text.big_image:not(.mobflip) .column-image .block_image {
		margin-bottom: 2rem;
	}
	section.block_type_image_text.big_image.mobflip .column-image .block_image,
	section.block_type_text_image.big_image:not(.mobflip) .column-image .block_image {
		margin-top: 2rem;
	}

	.owl-carousel .owl-controls .owl-prev {
		left: -40px;
	}
	.owl-carousel .owl-controls .owl-next {
		right: -40px;
	}

	.modal p img {
		display: none;
	}
	.modal .fields,
	.modal .content {
		margin-bottom: 0;
	}

/*	.section {
    	padding-top: 4.5rem;
    	padding-bottom: 4.5rem;
    }
*/

	section.cta_banner,
	section.cta_banner p {
		text-align: center !important;
	}

}

@media screen and (max-width: 660px) {

	.content h1, .title.is-1, .is-size-1, .content .is-size-1 {
		font-size: 35pt;
	}
	.content h2, .title.is-2, .is-size-2, .content .is-size-2 {
	    font-size: 27pt;
	}
	.modal .modal-content {
		padding: 1.3rem !important;
	}

/*	section.footer .footer-cols .footer-col {
		padding-right: 2.5rem;
	}*/

}

@media screen and (max-width: 600px) {

	section.block_type_process .intro__wrapper {
		position: static;
		width: 100%;
		margin-bottom: 3rem;
	}
	.timeline:not(.timeline--horizontal) .timeline__line {
		left: 10px;
		margin-left: 0;
	}

}

@media screen and (max-width: 560px) {

	section.footer .footer-bottom .badges {
		flex-direction: column;
		gap: 1rem;
	}

}


@media screen and (max-width: 500px) {

	section.header .navbar-end .navbar-item {
		display: none;
	}

}
