
/* /bow/700/modules/header-05-pofo_home-classic-corporate/template.css */
header a.logo img {
    max-height: 90px;
}
@media (max-width: 991px) {
	header a.logo img {
	    max-height: 60px;
	}
}

/* /bow/700/modules/page-header-04/template.css */
.page-title-medium h1 {
	line-height: 1em;
}

@media (min-width: 1200px){
.	parallax {
	 background-attachment: fixed !important;
	}
}

.bg-pos-bottom
{
	background-position:bottom;
}

/* /bow/700/modules/post-grid-03/template.css */


/* /bow/700/modules/text-image-02-pofo_about-us-simple/template.css */


/* /bow/700/modules/text-image-02-pofo_about-us-simple/template.css */


/* /bow/700/modules/text-image-02-pofo_about-us-simple/template.css */


/* /bow/700/modules/text-image-02-pofo_about-us-simple/template.css */


/* /bow/700/modules/text-image-02-pofo_about-us-simple/template.css */


/* /bow/700/modules/footer-07-pofo_home-creative-small-business/template.css */
.bg-dark-footer {
	background-color: #141414;
}
.cookiealert {
	opacity: 0;
	filter: alpha(opacity=0);
	border-radius: 0 !important;
	bottom: auto;
	color: #ecf0f1;
	font-size: 14px;
	left: 0;
	line-height: 21px;
	margin: 0 !important;
	padding: 20px !important;
	position: fixed;
	top: auto;
	bottom: 0;
	transform: translateY(100%);
	transition: all 500ms ease-out;
	width: 100%;
	z-index: 1021
}
.cookiealert .close {
	opacity: 1;
	filter: alpha(opacity=100);
	color: #fff !important;
	position: absolute;
	right: -25px;
	top: 0
}
.cookiealert.show {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translateY(0%);
	transition-delay: 1000ms
}
.cookiealert a {
	color: #fff;
	text-decoration: underline
}
.cookiealert .acceptcookies {
	margin-left: 10px;
	vertical-align: baseline
}
