@media all and (max-width: 767px) { 
	.nav-top-normal {
		display: block !important;
	}
}

.fc-hp-cards {
	grid-auto-rows: auto !important;
}

.fc-hp-cards .fc-hp-grid-card {
    justify-content: initial !important;
    align-self: baseline;
}

.fc-hp-cards .fc-hp-grid-card .fc-hp-card-box {
	background-color: initial !important;
	font-size: 0;
	flex: initial !important;		
}

.fc-hp-cards .fc-hp-grid-card .fc-hp-card-box img {
	position: static !important;
	height: auto !important;
}
	
.fc-hp-cards .fc-hp-grid-card .fc-hp-card-box .box-text {
	top: 0;
    left: 0;
}
	
.company-description {
    min-width: initial !important;
    max-width: initial !important;
    height: initial !important;
    padding-bottom: 30px;
}
	
@media all and (max-width: 718px) {
	.company-description { width: 90% !important; padding-bottom: 0; }
}

	#project-ring {
		border-color: #D6D4D0;
		border-style: dashed;
		border-width: 1px 0 0;
		margin: 10px 0 0;
		padding: 25px 0 14px 0;
		display: flex;
		width: 100%;
	}
	
	#project-ring a {	
	}
	
	#project-ring a.previous {
		background: url(/common/arrow-prev.png) no-repeat left center transparent;
		flex-basis: 50%;
	}
	
	#project-ring a.next {
		background: url(/images/common/arrow-next.png) no-repeat right center transparent;
		flex-basis: 50%;
	}
	
	#project-ring a.next span {
		padding-right: 25px;
		justify-content: flex-end;
	}
	
	#project-ring a.previous span {
		padding-left: 25px;
	}
	
	#project-ring a span {
		display: flex;
		align-items: center;
		font-size: 14px;
	}
	
	@media all and (max-width: 500px) {
		#project-ring { flex-direction: column;  padding: 2px 0 0px 0; }
		#project-ring a { flex-basis: 100%; padding: 16px 0; }
		#project-ring a.next { border-top: 1px solid #f7f7f7; }
	}
	
.lp-intro-bar .preamble p, .lowercontent p, .navigation-no-sidebar .uppercontent p { font-size: 1rem !important; }	
.lp-intro-bar .preamble p:last-child, .navigation-no-sidebar .uppercontent p:last-child { margin-bottom: 0; }	
.lp-intro-bar .preamble h1, .navigation-no-sidebar h1 { font-size: 1.6rem !important; line-height: initial !important; }
.lowercontent { margin: 0; padding-top: 20px; padding-bottom: 20px; }
	
@media all and (max-width: 768px) {
	.lowercontent { padding: 20px; }
}

#banner .customer-links { text-align: right; }
#banner .customer-links li { text-align: left; }

.uppercontent a.back-link, .lowercontent a.back-link, .main-description-inner a.back-link { color: #5d3d02; font-size: 14px; }

#banner a.logo{
    margin: 0 10px !important;

}


@media screen and (min-width: 768px) and (max-width: 1024px) {

    
    .customer-links ul {
        text-align: right ;
        text-align: -webkit-right ;
        
    }
    
    .customer-links li {
        display: block !important;
        font-size: 12px !important;
        padding-inline: auto;
        padding-block: 8px;
        color: #fff;
        min-height: 80% !important;
        width: 40% !important;
    }
    
    .customer-links li a{
        padding: 0 !important;
        
    }
    


.customer-links a .icon{
        display: none !important;				
    }

.customer-links a .name {
    text-align: center;
    text-transform: uppercase;
}

}

@media screen and (min-width: 1024px){

    .customer-links a .name {
        text-transform: uppercase;								
    }

}


@media screen and (min-width: 1254px){
    
    .customer-links a .icon{
        display: none !important;				
    }

    .customer-links a {
        
        text-align: center;
        text-align: -webkit-center ;
        
    }
    
    .customer-links a .name {
        display: block;
        text-transform: uppercase;
        padding: 12px 0;
                        
    }

    #banner .customer-links li {
        width: 23%;
    }

}


.hp-hero-swiper-mat,
.hp-hero-swiper-mat *{
    box-sizing: border-box;
}

.hp-hero-swiper-mat .swiper-slide { height: auto !important; }

.hp-hero-swiper-mat .hero-item{
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    height: 100%;
}

.hp-hero-swiper-mat .hero-item-text{
    padding: 20px;
    width: 100%;
    background: rgba(81,54,15,100%);
    color: #fff;
}

.hero-item-heading{
    font-size: 36px;
}

.hero-item-subheading{
    margin-top: 8px;
    font-size: 22px;
}

.hp-hero-swiper-mat .hero-item-image{
    width: 100%;
    flex: 1 1 auto;
    background: #f5921d;
}

.hp-hero-swiper-mat .hero-item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media all and (max-width: 767px) {
    .hp-hero-swiper-mat .hero-item{
        flex-wrap: wrap;
    }
    .hp-hero-swiper-mat > *{
        width: 100%;
    }
    .hp-hero-swiper-mat .hero-item-text{
        position: absolute;
        bottom: 0;
        background: rgba(81,54,15,80%);
    }
    .hp-hero-swiper-mat .hero-item-heading {
        font-size: 26px;
    }
    .hp-hero-swiper-mat .hero-item-subheading {
        margin-top: 9px;
        font-size: 16px;
    }							
}

@media all and (min-width: 768px) {
    .hp-hero-swiper-mat .hero-item-text{
        padding: 20px;
        width: 40%;
    }
    .hp-hero-swiper-mat .hero-item-image{
        width: 60%;
        padding: 16px 0;
    }
}
@media all and (min-width: 1024px) {
    .hp-hero-swiper-mat .hero-item-text{
        padding: 64px;
    }
}

.company-details > p {
    padding: 0 0 4px 0;
}



p { margin-bottom: 12px; color: #555; text-align: justify; line-height: 1.4em; }

body { overflow-x: hidden; }	
footer#footer { position: relative; overflow-x: hidden; }
footer#footer .footer-bg { position: absolute; z-index: 0; bottom: 0; left: 0; max-width: initial; }
footer#footer .footer-inner { position: relative; z-index: 1; }
@media screen and (min-width: 768px) { 
	#footer { background: #c7dbe7; padding-bottom: 85px; }
}
	
.lp-intro-bar .preamble p, .lowercontent p, .navigation-no-sidebar .uppercontent p { font-size: 1rem !important; }
.lp-intro-bar .preamble p:last-child, .navigation-no-sidebar .uppercontent p:last-child { margin-bottom: 0; }	
.main-navibar-wrap { max-height: 44px; }
.main-navibar { overflow-y: visible !important; overflow-x: clip !important; }		
.main-navibar .swiper-wrapper { display: flex; }	
.main-navibar.swiper { z-index: 9999; }
.lp-card .card-content .text-on-image { z-index: 2; }
.lp-card .card-content:after { content: ' '; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: rgba(0,0,0,0.4); z-index: 1; transition: 0.4s; }
.lp-card .card-content:hover:after { background: rgba(0,0,0,0.65); }

.features-benefits .features-benefits__image img { max-height: 310px; width: 100%; }
.intro-fs .intro-fs__image figure img { transform: translate(-50%, -50%) !important; }



.features-benefits .main-text { margin-top: 10px; }
.features-benefits .main-text ol li, .features-benefits .main-text ul li { padding: 0 6px 12px 6px; }



.project-wrapper .project-header { margin-top: 16px; }
.project-wrapper .project-header h1 { margin-bottom: 6px; }

.project-wrapper .opening-text { padding: 0 24px; }
.project-wrapper .opening-text p { font-size: 18px; }
.project-wrapper .opening-text p:last-child { margin-bottom: 0; }

.project-wrapper .two-column-image-text { display: flex; flex-direction: row; gap: 48px; }
.project-wrapper .two-column-image-text > div { flex-basis: 50%; }
.project-wrapper .two-column-image-text > div .cta-buttons { display: flex; flex-direction: row; gap: 24px; }
.project-wrapper .two-column-image-text > div.text { align-self: center; }
.project-wrapper .two-column-image-text > div.text .content-block { margin: 16px 0 0 0; }
.project-wrapper .two-column-image-text > div.text ul { list-style: disc; }
.project-wrapper .two-column-image-text > div.text ul, .project-wrapper .two-column-image-text > div.text ol { padding-left: 20px; margin-top: 16px; }
.project-wrapper .two-column-image-text > div.text ul li, .project-wrapper .two-column-image-text > div.text ol li { font-size: 16px; }
.project-wrapper .two-column-image-text > div.text .cta-buttons { margin-top: 16px; }
.project-wrapper .two-column-image-text > div.image img { padding: 4px; border: 1px solid #cccccc; }

.project-wrapper .image-grid h2 { margin: 16px 0 24px 0; font-size: 36px; text-align: center; }
.project-wrapper .image-grid > div { display: flex; flex-direction: row; gap: 48px; flex-wrap: wrap; }
.project-wrapper .image-grid > div > div { flex-basis: calc(33.333333% - 32px); font-size: 0; }
.project-wrapper .image-grid > div > div img { padding: 4px; border: 1px solid #cccccc; }

@media all and (max-width: 1023px) {
	.project-wrapper .two-column-image-text { flex-direction: column; gap: 18px; }
	.project-wrapper .two-column-image-text.right { flex-direction: column-reverse; }
	.project-wrapper .two-column-image-text > div { flex-basis: 100%; }
	.project-wrapper .image-grid > div { gap: 32px; }
	.project-wrapper .image-grid > div > div { flex-basis: calc(50% - 16px); }
}

@media all and (max-width: 767px) {
	.project-wrapper .project-header { flex-direction: column-reverse; }
	.project-wrapper .two-column-image-text > div.text { padding: 0 24px; }
	.project-wrapper .image-grid > div { gap: 24px; }
	.project-wrapper .image-grid > div > div { flex-basis: calc(50% - 12px); }
}

@media all and (max-width: 500px) {
	.project-wrapper .image-grid > div > div { flex-basis: 100%; }
}


<? if(!empty(trim($row_page['attributes']['project_page']))) { ?>
<? } ?>


.image-grid .images { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: center; }	
.image-grid > h2 { font-size: 20px; text-align: center; margin: 0 0 12px 0; }	
.image-grid > p { font-size: 16px; text-align: center; }	
.image-grid .images > div { font-size: 0; align-self: center; border: 1px solid #eeeeee; }
.image-grid .images.three-per-row > div { flex-basis: calc(33.333333% - 16px); }
.image-grid .images.two-per-row > div { flex-basis: calc(50% - 12px); }
.image-grid .images > div img { max-height: 320px; width: 100%; margin: 0 auto; display: block; object-fit: contain; }	
.image-grid .images > div p { display: block; font-size: 14px; text-align: center; margin: 10px 0 6px 0; font-weight: bold; }
@media all and (max-width: 767px) {
	.image-grid .images > div { flex-basis: calc(50% - 12px); }
	.image-grid .images.two-per-row > div { flex-basis: 100%; }
}
@media all and (max-width: 500px) {
	.image-grid .images > div { flex-basis: 100%; }
}

.intro-lower-content { margin-top: 32px; }
.intro-lower-content h3 { font-size: 18px; }
.intro-lower-content p { font-size: 16px; }
.intro-lower-content .table-wrap { max-width: 100%; overflow-x: auto; }
.intro-lower-content .table-wrap table { margin-top: 16px; }
.intro-lower-content .table-wrap table th { font-weight: bold; }
.intro-lower-content .table-wrap table td, .intro-lower-content .table-wrap table th { padding: 5px 12px; font-size: 15px; border: 1px solid #f3f1ed; white-space: pre; }
	
footer .social-icon a { display: flex; width: 93px; gap: 6px; }
footer .social-icon a div:nth-child(1) { width: 24px; }
footer .social-icon a div:nth-child(2) { flex: 1 1 auto; align-self: center; }
	
@media (max-width: 767px) {
   	#page_1965 .hp-hero-swiper-mat .hero-item-text {
        background: rgba(81, 54, 15, 100%);
    }

	#page_1965 .swiper-fade .swiper-slide {
		padding-bottom: 50%;
		background: rgba(81, 54, 15, 100%);
	}
}

#footer { background-color: #c5dbe5; }

@media all and (max-width: 767px) {
	#footer { padding-bottom: 80px;	}	
	#footer .menu-block { margin-bottom: 30px; }
}	
	
#page_2011 .features-benefits .features-benefits__image figure, #page_2011 .features-benefits .features-benefits__image figure img { position: static !important; }	
#page_2011 .features-benefits__text .font-xl { margin-bottom: 14px; }
#page_2011 .features-benefits__text .font-m { font-size: 18px; }
#page_2011 .features-benefits .features-benefits__image figure { text-align: center; padding: 0 30px; }
#page_2011 .features-benefits .features-benefits__image figure img { -o-object-fit: contain !important; object-fit: contain !important; }	

@media all and (max-width: 767px) {
	#page_2011 .features-benefits .features-benefits__image { padding: 30px 0 0 0; height: auto !important; }
	#page_2011 .features-benefits .features-benefits__image figure { padding: 0; }
}
	
.popup.active, .popup-submitted.active { z-index: 99999 !important; }	
#contactform label { width: 100% !important; margin-right: 0 !important; }
#contactform select, .popup.active .popup-card .form-style select { width: 100%; display: inline-block; zoom: 1; border: 1px solid #d6d4d0; padding: 4px 1%; margin: 0 0 8px; }	

body .free-html p { margin-bottom: 16px; }
body .free-html ul { list-style: initial; padding: initial; margin: 0 0 16px 20px; }
body .free-html ul li { margin-bottom: 4px; }
body .free-html ul li:last-child { margin-bottom: 0; }
