<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width:970px) {
.headerimage {
	display: none;
}
.boximage {
	min-height: 250px;
	background-attachment: scroll;
	background-position: center center;
}
.boximagetwo {
	background-position: center right;
}
.prlx {
	margin-top: 0px;
}
.servicesheaderimage {
	display: block;
}
}

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

.boxes { 
	display: flex; 
	flex-direction: column; 
}
.boxone { order: 1; }
.boxtwo { order: 2; }
.boxthree { order: 4; }
.boxfour { order: 3; }
.boxfive { order: 5; }
.boxsix { order: 6; }
.boxseven { order: 8; }
.boxeight { order: 7; }
.boxnine { order: 9; }
.boxten { order: 10; }
.boxeleven { order: 12; }
.boxtwelve { order: 11; }

.logo {
	height: 40px;
}
#header, .contentcontainer, #footer, .hometextboxcont {
	padding: 15px 15px;
}
#menuToggle {
	top: 7px;
}
.videocaptions h3 {
	font-size: 32px;
}
.iconbar {
	font-size: 16px;
}
.contentleft, .contentright {
	padding: 0px;
}
.homeportfoliocont {
	padding: 20px 20px 0px 20px;
}
.portfolioinner {
    padding: 0px 20px;
}
.owl-carousel .prev-slide{
  left: 0px;
}
.owl-carousel .next-slide{
  right: 0px;
}
.boxtext {
    padding: 40px 20px;
}
.textlight, .textdark {
	padding-top: 20px;
	padding-bottom: 20px;
}
.videocaptions h3 {
	font-size: 36px;
	margin-bottom: 30px;
}
.homefaqleft {
	padding-bottom: 0px !important;
	background-size: 107px 160px;
}
.homefaqscont, .homefaqs {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.teamphoto {
	margin-right: 10px;
	margin-left: 10px;
}
.homefaqright {
	padding-top: 10px !important;
}
.newsteaser {
	border-right: none;
}

}

@media screen and (max-width:599px) {
#homemenucont {
	display: block;
	height: auto;
}
#header {
	margin-top: 0px !important;
}
.videocaptions {
	margin: 30px auto 0px auto;
}
}


@media screen and (max-width:500px) {
.teamphotocont, .teamtextcont {
	width: 100%;
}
}</pre></body></html>