/*
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,400;1,500&display=swap');
*/

	@font-face {
		font-family: 'vivaldi';
		src: url('gfx/vivaldi.eot');
		src: url('gfx/vivaldi.eot?#iefix') format('embedded-opentype'),
			 url('gfx/vivaldi.woff') format('woff'),
			 url('gfx/vivaldi.ttf') format('truetype'),
			 url('gfx/vivaldi.svg#Vivaldi') format('svg');
		font-weight: normal;
		font-style: normal;
		}

:root {
	font-size: 24px;
	} 

@media (max-width: 900px) {
	:root {
		font-size: 18px;
		}
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed, figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {display: block;}
body {line-height:1;}
ol,ul {list-style:none;}
blockquote,q { quotes:none;} blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
table {border-collapse:collapse;border-spacing:0;}
b,strong {font-weight:bold;}
i,em {font-style:italic;}
.rwContentBox ul,.cn ul { list-style-type:disc;margin:20px 0;margin-left:45px;}
.rwContentBox ol,.cn ol { list-style-type:decimal;margin:20px 0;margin-left:55px;}
.rwContentBox li,.cn li { padding-left:0px;}
.rwContentBox table td {vertical-align:top;}
div,h1,h2,h3,h4,h5,h6,p,form { position:relative;margin:0;padding:0;display:block;font-weight:normal;}
ul { margin-top:0;}
img { border:0;}
.clear,.cl { clear:both;}

html {
	font-size: 1rem;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	}

body {
	/*
	font: 1rem/1.5 ubuntu, sans-serif;
	*/
	font: 1rem/1.5 'Bookman Old Style', serif;
	font-weight: 200;
	color: #000;
	}

p {
	font-weight: 200;
	}

* {
	font-family: 'Bookman Old Style', serif;
    }

a {
	color: #4f358c;
	outline: none;
	transition: all 0.3s ease;
	text-decoration: none;
	}
a:hover {
	color: #9e556f;
	}

.hd,
body>main,
body>footer {
	position: relative;
	}

.hd>div,
body>footer>div {
	position: relative;
	width: 100%;
	max-width: 1600px;
	min-width: 320px;
	margin: 0 auto;
	}

.hd>div {
	max-width: 1860px;
	}

@media (max-width: 900px) {
	.hd>div,
	body>main>div,
	body>footer>div,
	.main-menu nav {
		/*
		width: 320px;
		*/
		}
	}

.hd {
	position: fixed;
	background: #fff;
	width: 100%;
	z-index: 500;
	box-shadow: 0 0 100px #0003;
	}

.hd>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}

@media (max-width: 1720px) {
	.hd>div {
		display: block;
		}
	}

media (max-width: 1080px) {
	.hd>div {
		display: block;
		}
	}

@media (max-width: 1100px) {
	.hd>div {
		display: block;
		}
	.hd header {
		text-align: center;
		margin: 0 auto;
		}
	.main-menu {
		text-align: center !important;
		width: 100% !important;
		}
	}

.olg {
	position: relative;
	display: block;
	width: auto;
	font-size: 0;
	text-align: center;
	}

.olg img {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	height: 150px;
	object-fit: contain;
	margin-right: 20px;
	margin: 1rem;
	}
@media (max-width: 1100px) {
	.olg img {
		width: 100px;
		height: 100px;
		}
	}

.olg img+span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	text-transform: uppercase;
	color: #000;
	font-size: 1.25rem;
	font-weight: 700;
	}

.olg img+span span {
	display: block;
	}

.olg img+span span+span {
	color: #0009;
	font-size: .85rem;
	font-weight: 400;
	}

.adds {
	display: block;
	max-width: 320px;
	align-self: center;
	font-size: .9rem;
	}

.adds a {
	display: block;
	line-height: 1.5rem;
	padding: 0 1rem;
	}
.adds a:hover {
	background: #00000009;
	}

.adds a span {
	display: inline-block;
	width: 25px;
	text-align: center;
	}

@media (max-width: 900px) {

	.adds {
		text-align: right;
		width: 100%;
		}
	
	.adds a {
		width: auto;
		padding: 0 .5rem 0 0;
		display: inline-block;
		}

}

.main-menu {
	position: relative;
	width: auto;
	height: auto;
	}

.main-menu nav {
	border-left: 0;
	border-right: 0;
	font-size: 0;
	width: 100%;
   }

@media (max-width: 1720px) {
		.main-menu nav>div>ul {
			text-align: center;
		}
	}

@media (max-width: 1320px) {
		.main-menu nav>div>ul {
			width: 900px;
			margin: 0 auto;
		}
	}



.main-menu nav li {
	position: relative;
	display: inline-block;
	font-size: 1rem;
    }

.main-menu nav li a {
	font-size: .75rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	color: #000;
	display: block;
	padding: .8rem .6rem .6rem .6rem;
	border-bottom: .3rem solid transparent;
    }

.main-menu nav li a:hover,
.main-menu nav li a.selected,
.main-menu nav li a.active,
.main-menu nav li a.traced {
	border-bottom: .3rem solid #fcc80c;;
    }

.main-menu nav ul ul {
	position: absolute;
	left: 0;
	top: 2.9rem;
	background: #fff;
	outline: 1px solid #ddd;
	z-index: 50;
	width: 250px;
	box-shadow: 6px 6px 8px #00000022;
	display: none;
    }

.main-menu nav ul ul ul {
	left: 220px;
	top: 0rem;
	box-shadow: 8px 8px 10px #00000022;
    }

.main-menu nav ul ul li {
	display: block;
	width: 100%;
    }

.main-menu {
	text-align: right;
	}

.main-menu ul ul {
	text-align: left;
	margin-top: -2px;
	}

.main-menu ul ul a {
	padding: .3rem 1rem;
	font-size: .7rem;
	border: none !important;
	}

.main-menu ul ul a.active {
	background:#fcc80c66;
	}

.main-menu a:hover,
.main-menu a.traced {
	background:#fcc80c66;
	}


input#rwdmn, input#rwdmn+label {
	display: none;
	}

@media (max-width: 900px) {

	.main-menu {
		text-align: left;
	}

	input#rwdmn+label+nav {
		display: none;
		}

	input#rwdmn+label {
		display: block;
		position: fixed;
		right: 0;
		top: 0;
		cursor: pointer;
		padding: .2rem 1rem;
		background: #fff;
		z-index: 100;
		width: 1rem;
		text-align: center;
		font-size: 2rem;
		}

	input#rwdmn+label span::before { content: '\2261'; }
	input#rwdmn:checked+label span::before { content: '\D7'; }

	input#rwdmn:checked+label+nav {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		background: #fffffff5;
		z-index: 10;
		}

	input#rwdmn:checked+label+nav ul {
		background: transparent;
		display: block !important;
		outline: none;
		box-shadow: none;
		width: auto;
		}

	input#rwdmn:checked+label+nav li {
		display: block;
		text-align: left;
		}

	input#rwdmn:checked+label+nav li a {
		padding-top: .33rem;
		padding-bottom: .33rem;
		}

	input#rwdmn:checked+label+nav li a:hover,
	input#rwdmn:checked+label+nav li a.active {
		background: #0001;
		}

	input#rwdmn:checked+label+nav li>ul,
	input#rwdmn:checked+label+nav li:hover>ul {
		display: block;
		position: relative;
		left: 0;
		top: 0;
		}

	input#rwdmn:checked+label+nav li ul a { padding-left: 2rem; }
	input#rwdmn:checked+label+nav li ul ul a { padding-left: 4rem; }
	input#rwdmn:checked+label+nav li ul ul ul a { padding-left: 6rem; }

}

.search-form {
	position: absolute;
	top: .5rem;
	right: 0;
	text-align: right;
    }

@media (max-width: 900px) {

	.search-form {
		position: relative;
		top: 0rem;
		right: 0;
		text-align: center;
	    }
}

.hd form * {
	font-size: 0.7rem;
	padding: 0.3rem;
    }

.thisishomepage .bc {
	display: none;
    }

.bc {
	position: relative;
	background: #f4f7fa;
	}

.bc>div {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: .5rem;
	max-width: calc(1600px - 1rem);
	}

.bc li {
	display: inline-block;
	vertical-align: middle;
	color: #0009;
	font-size: .7rem;
	}

.bc li::before {
	display: inline-block;
	vertical-align: middle;
	margin: 0 .2rem;
	content: ">";
	}

.bc li:first-child::before {
	display: none;
	}

.bc li:last-child {
	font-weight: bold;
	}

.bc li a {
	display: inline-block;
	padding: .2rem 0;
	color: #0009;
	}

.bc li a:hover {
	/* display: block; */
	padding: .2rem 0;
	color: #000;
	}

main {
	padding: 0 0 0 0;
    }

body>footer {
	position: relative;
	box-shadow: 0 0 100px #0005;
    }

body>footer>div {
	padding: 4rem 0;
	text-align: center;
	font-size: 0.75rem;
    }

body>footer .adds {
	margin: 0 auto 2rem auto;
}

body>footer a {
	color: #000;
    }

body>footer .ftlg img {
	width: 200px;
	height: 200px;
	object-fit: contain;
    }

body>footer>div::after {
	content: '';
	clear: both;
	display: block;
    }


















/* below - modifications */

.background-silver {
	background: #f4f7fa;
	}

.background-gray {
	background: #e1e7ee;
	}

.ct-slider-static-text {
	display: block;
	color: #fff;
	font-size: 3.5vw;
	font-weight: 300;
	text-shadow: 3px 3px 10px #0005;
	padding: 5vw 0 0 5vw;
	}

.ct-slider-static-text {
	display: block;
	color: #fff;
	font-size: 3.5vw;
	line-height: 1;
	font-weight: 300;
	text-shadow: 3px 3px 10px #0005;
	padding: 5vw 0 0 5vw;
	}

.ct-slider1-static-text {
	display: block;
	color: #fff;
	font-size: 1.5vw;
	line-height: 1.3;
	font-weight: 300;
	text-shadow: 3px 3px 10px #0005;
	padding: 1.5vw 0 0 5vw;
	}

.rw_ct_slider2.darken .slider li::before {
	content: '';
	width: 100%;
	height: 100%;
	background: #0007;
	position: absolute;
	left: 0;
	top: 0;
	}

.anim_text {
	position: relative;
	}


@media (max-width: 900px) {

	.ct-slider-static-text {
		font-size: 2.2rem;
		}
	
	.ct-slider1-static-text {
		font-size: 1.2rem;
		}

	.rw_ct_slider2 {
		max-height: 320px;
		}
	
	.rw_ct_slider2 * {
		max-height: 320px;
		}

	.rw_ct_slider2 .slider-nav {
		top: -5.5rem;
		}
		
	.rw_ct_slider2 .ct-slider2-prev,
	.rw_ct_slider2 .ct-slider2-next {
		font-size: 5rem;
		}
	.rw_ct_slider2 .ct-slider2-prev:hover,
	.rw_ct_slider2 .ct-slider2-next:hover {
		opacity: 0.8;
		}
	.rw_ct_slider2 .ct-slider2-prev {	
		left: 0;
		}
	.rw_ct_slider2 .ct-slider2-next {
		right: 0;
		}
	
}

.content_headers {
	margin-bottom: 2rem;
	text-align: left;
    }

.content_headers .content_title {
    font-size: 2.2rem;
	line-height: 1.2;
    font-weight: 400;
	color: #286cde;
    }

@media (max-width: 900px) { 
	.content_headers .content_title {
	    font-size: 1.8rem;
		line-height: 1.1;
	    }
}

.content_headers .content_description {
    font-size: 1.6rem;
	line-height: 1.2;
	padding-top: .25rem;
    font-weight: 300;
    opacity: 1;
	color: #0009;
    }

@media (max-width: 900px) { 
	.content_headers .content_description {
	    font-size: 1.4rem;
		line-height: 1.1;
		padding-top: 1rem;
	    }
}


@media (max-width: 900px) {

	.page_content_container img {
		max-width: 320px;
		}

	.ct_reach_text.tinymce-ct img {
		max-width: 320px;
		height: auto;
		margin: 1rem auto !important;
	}

}






.blog-item-in2 {
    margin-top: 0;
	}

ul.blog-list,
ul.blog-list li {
	margin: 0;
	}

div.newsBox {
	margin: 0 0 2rem 0;
	padding: 0;
	border-bottom: none;
	}

header.newsBox_headers {
	border-bottom: none;
	margin: 0;
	}

div.newsBox b.title,
div.newsBox header,
ul.blog-basic-list .title,
.blog-item-in2 .title {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 2rem;
    line-height: 1.2;
	font-weight: normal;
	text-align: left;
	color: #286cde;
    text-shadow: none;
    }

div.newsBox.ct-news-important b.title {
	color: red;
	}

div.newsBox span.date,
ul.blog-basic-list .date,
.blog-item-in2 .date {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #0006;
	clear: both;
	}

div.newsBox span.date .date,
div.newsBox span.date .time,
ul.blog-basic-list .date .date,
.blog-item-in2 .date .date,
ul.blog-basic-list .date .time,
.blog-item-in2 .date .time {
	font-size: 0.75rem;
    line-height: 2.5;
	display: inline-block;
	opacity: 1;
	}

div.newsFloatImage {
	position: relative;
	float: left;
	padding: 0;
	font-size: 0;
	margin: .5rem 2rem 1.5rem 0;
	z-index: 10;
	}

div.newsFloatImage a {
	}

div.newsFloatImage img.thumbnail_image {
	}

div.newsBox p {
	padding: 0px;
	}

div.newsBox p.short {
	padding: 0;
	}

div.newsreadmore,
.news-read-more {
	text-align: right;
	font-size: 1rem;
	padding: 0;
	font-weight: normal;
	}

.rw-page-single.rw-page-article .comeback-link {
	font-size: .9rem;
	padding: 3rem 0 1.5rem 0;
	display: inline-block;
	}

.newsBox .content,
.blog-item .content {
	margin-top: 2rem;
	}









/* formularz kontaktowy i dowolny */

.rw_ct_form {
	text-align: center;
	}

form.form-auto {
	display: inline-block;
    margin: 0 auto;
	}

.form-auto table {
    position: relative;
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
	}

.form-auto table td {
    text-align: left;
    vertical-align: top;
    padding: .2rem;
	}

.form-auto table td td {
    padding: 0 .5rem 0 0;
	}

.form-auto table tr td:first-child {
    text-align: right;
    padding: .7rem .5rem 0 0;
	font-weight: 300;
	}

@media (max-width: 900px) {
	.form-auto table>tbody>tr>td:first-child {
	    margin-top: .5rem;
		font-size: 1rem;
		}
}
	
.form-auto table tr {
	}

.form-auto table tr:last-child {
    border-bottom: none;
	}

.form-auto table tr tr {
    border-bottom: none;
	}

.form-auto textarea {
    width: 350px;
    height: 100px;
	}

@media (max-width: 900px) {

	.form-auto textarea, 
	.form-auto input {
		max-width: 80% !important;	
		}
}




div.content_youtube {
	margin-top: 0;
	font-size: 0;
	}

div.content_youtube iframe {
	max-height: 180px;
	}

div.content_youtube_description {
	display: block;
	padding: .5rem 0;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.2;
	text-align: justify;
	color: #0009;
	font-family: inherit;
	}

div.content_google {
	margin-top: 0;
	font-size: 0;
	}

div.content_google iframe {
	max-height: 80vw;
	}

div.content_google_description {
	display: block;
	padding: .5rem 0;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.2;
	text-align: justify;
	color: #0009;
	font-family: inherit;
	}

@media (max-width: 900px) {

	div.file_list_container td.file_list_text a.file_list_file_title {
		display: block;
		font-size: .65rem;
		}
	
	div.file_list_container td.file_list_text span.file_list_file_description,
	.file_list_text .file_list_file_description {
		display: block;
		font-size: .9rem;
		line-height: 1.3;
		font-weight: bold;
		padding-top: .25rem;
		}
}



.rwContentBox.ct-section {
	width: 100% !important;
	}

@media (min-width: 900px) and (max-width: 1200px) {
	.rwContentBox.ct-section {
		padding-left: .5rem;
		padding-right: .5rem;
		width: calc(100% - 1rem) !important;
		}
}


@media (min-width: 900px) {
		
	.sticky header .olg h1,
	.sticky header .olg h2 {
		display: none;
		}
	
	.sticky a.small-logo {
		display: block !important;
		}
	
	.sticky a.small-logo img {
		height: 70px;
		width: 70px;
		padding: 5px;
		margin: 0 !important;
		}
}

.wysiwyg table td {
	vertical-align: middle;
	}

.archcontent .wysiwyg {
	font-size: 1rem !important;
	line-height: 1.5;
	}

.archcontent .wysiwyg * {
	line-height: 1.5;
	}

.page-id-2631 .complex-12 .titles *,
.page-id-2691 .complex-12 .titles *,
.page-id-2688 .complex-12 .titles *,
.page-id-2685 .complex-12 .titles *,
.page-id-2682 .complex-12 .titles *,
.page-id-2678 .complex-12 .titles *,
.page-id-2649 .complex-12 .titles *,
.page-id-2654 .complex-12 .titles *
{
	font-family: vivaldi, serif;
	font-size: 4rem !important;
	}

.page-id-2631 .complex-12 .titles small,
.page-id-2691 .complex-12 .titles small,
.page-id-2688 .complex-12 .titles small,
.page-id-2685 .complex-12 .titles small,
.page-id-2682 .complex-12 .titles small,
.page-id-2678 .complex-12 .titles small,
.page-id-2649 .complex-12 .titles small,
.page-id-2654 .complex-12 .titles small
{
	font-size: 2rem !important;
	}

.page-id-2631 .complex-12 .titles small::before {
	content: '\00a0';
	}











footer .logo1,
footer .logo2,
footer .fttxt,
body>footer>p:nth-child(2) {
	display: none !important;
	}


.page-id-2629 footer,
body footer.bluefooter {
	background: rgb(58, 188, 252) !important;
	}

.page-id-2629 footer .logo1,
body footer.bluefooter .logo1 {
	display: block !important;
	background: none;
	position: absolute;
	left: 3rem;
	top: 6%;
	}

.page-id-2629 footer .logo1 img,
body footer.bluefooter .logo1 img {
	width: 200px;
	height: 200px;
	}

.page-id-2629 footer .logo2,
body footer.bluefooter .logo2 {
	display: block !important;
	background: none;
	position: absolute;
	right: 3rem;
	top: 6%;
	}

.page-id-2629 footer .logo2 img,
body footer.bluefooter .logo2 img {
	width: 200px;
	height: 200px;
	}

.page-id-2629 footer .fttxt,
body footer.bluefooter .fttxt {
	display: block !important;
	width: auto;
	display: block;
	padding-left: 200px;
	padding-right: 200px;
	text-align: center;
	margin-top: 0px;
	text-shadow: none;
	color: #000;
	font-size: .95rem;
	}

.page-id-2629 footer p:nth-child(2),
body footer.bluefooter p:nth-child(2) {
	display: block !important;
	width: auto;
	display: block;
	padding-left: 200px;
	padding-right: 200px;
	text-align: center;
	margin-top: -30px;
	text-shadow: none;
	color: #000 !important;
	font-size: .95rem;
	}

.page-id-2629 footer p:nth-child(2) a,
body footer.bluefooter p:nth-child(2) a {
	color: #000 !important;
	}

footer p:nth-child(3) {
	width: auto;
	display: block;
	padding-left: 200px;
	padding-right: 200px;
	text-align: center;
	margin-top: 0px;
	text-shadow: none;
	color: #000 !important;
	font-size: .55rem;
	opacity: .6;
	}

footer p:nth-child(3) a {
	color: #000 !important;
	}

body>footer>p:nth-child(3),
body>footer>p:nth-child(3) a {
	color: #fff !important;
	opacity: 1;
	text-shadow: 0 0 3px #000, 0 0 3px #000;
	}

body.page-id-2629>footer>p:nth-child(3),
body.page-id-2629>footer>p:nth-child(3) a,
body>footer.bluefooter>p:nth-child(3),
body>footer.bluefooter>p:nth-child(3) a {
	color: #fff !important;
	opacity: 1;
	text-shadow: 0 0 3px #000, 0 0 3px #000;
	}

body.page-id-2629>footer>p:nth-child(3),
body.page-id-2629>footer>p:nth-child(3) a,
body>footer.bluefooter>p:nth-child(3),
body>footer.bluefooter>p:nth-child(3) a {
	color: #000 !important;
	opacity: 1;
	text-shadow: none;
	}



@media (max-width: 1250px) {
.page-id-2629 footer .logo1,
body footer.bluefooter .logo1 {
	left: 1rem;
	top: 29%;
	}
.page-id-2629 footer .logo2,
body footer.bluefooter .logo2 {
	right: 1rem;
	top: 29%;
	}

.page-id-2629 footer .logo1 img,
.page-id-2629 footer .logo2 img,
body footer.bluefooter .logo1 img,
body footer.bluefooter .logo2 img {
	width: 150px;
	height: 150px;
	}

}
@media (max-width: 1000px) {
.page-id-2629 footer .logo1,
body footer.bluefooter .logo1  {
	left: 0rem;
	top: 29%;
	}
.page-id-2629 footer .logo2,
body footer.bluefooter .logo2 {
	right: 0rem;
	top: 29%;
	}

.page-id-2629 footer .logo1 img,
.page-id-2629 footer .logo2 img,
body footer.bluefooter .logo1 img,
body footer.bluefooter .logo2 img {
	width: 120px;
	height: 120px;
	}

}
@media (max-width: 700px) {
.page-id-2629 footer .logo1,
body footer.bluefooter .logo1 {
	display: inline-block !important;
	position: relative !important;
	left: 0rem;
	top: 00px;
	}
.page-id-2629 footer .logo2,
body footer.bluefooter .logo2 {
	display: inline-block !important;
	position: relative !important;
	right: 0rem;
	top: 0px;
	}

.page-id-2629 footer .logo1 img,
body footer.bluefooter .logo2 img,
body footer.bluefooter .logo1 img,
body footer.bluefooter .logo2 img {
	width: 120px;
	height: 120px;
	}

.page-id-2629 footer .fttxt,
body footer.bluefooter .fttxt {
	padding-left: 1rem;
	padding-right: 1rem;
	}
.page-id-2629 footer p,
body footer.bluefooter p {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
	}
}


#complex_1121 .cn>div {
	min-height: 900px !important;
}

#complex_1121 .cn .bg {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
}

#complex_1065 img {
	height: auto !important;
}

@media (min-width:1650px) {
#complex_1065 {
	zoom: 1.6;
}
}
@media (min-width:1550px) and (max-width:1650px) {
#complex_1065 {
	zoom: 1.5;
}
}
@media (min-width:1450px) and (max-width:1550px) {
#complex_1065 {
	zoom: 1.4;
}
}
@media (min-width:1350px) and (max-width:1450px) {
#complex_1065 {
	zoom: 1.3;
}
}
@media (min-width:1250px) and (max-width:1350px) {
#complex_1065 {
	zoom: 1.2;
}
}
@media (min-width:1150px) and (max-width:1250px) {
#complex_1065 {
	zoom: 1.1;
}
}



body.page-id-2629>footer>div,
body>footer.bluefooter>div {
	padding: 1rem 0 1rem 0 !important;
	text-align: left;
	}

sup,
body .archcontent .wysiwyg sup {
	font-size: .7em !important;
	position: relative;
	top: -.5em;
}




.page-id-2629 #complex_1064 .cn>div { /* higher banner on home */
	min-height: 75vh !important;
	}
	