/*+clearfix {*/
.outer.content A.button:after, .inner:after, .right-image:after, .outer.intro .right-image:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.outer.content A.button, .inner, .right-image, .outer.intro .right-image
{
	display: block;
	*height: 1px;
}
@media only screen and (min-width: 0px) and (max-width: 1140px)
{
	.outer.intro .right-image:after
	{
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		font-size: 0;
	}
	.outer.intro .right-image
	{
		display: block;
		*height: 1px;
	}
}
/*+}*/
@font-face
{
	font-family: 'langdonregular';
	src: url('langdon-webfont.woff2') format('woff2'), url('langdon-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
*
{
	margin: 0;
}
.preheader
{
	background: #063257;
	font-family: Lato;
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 10;
}
.preheader .box-100
{
	display: flex;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
UL.preheader-menu
{
	list-style: none;
	position: relative;
}
UL.preheader-menu LI
{
	display: inline-block;
	padding-right: 12.5px;
}
UL.preheader-menu LI A
{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 0.9em;
	letter-spacing: -0.1px;
	font-weight: bold;
	font-family: Langdonregular;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.05em;
}
UL.preheader-menu LI.current A
{
	color: #0AB3F5;
}
A.return
{
	font-family: Langdonregular;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.1em;
	letter-spacing: -0.25px;
	background: #FFFFFF;
	color: #063257;
	padding-top: 12.5px;
	padding-bottom: 12.5px;
	padding-left: 30px;
	padding-right: 30px;
	display: inline-flex;
	align-items: center;
	transition: 0.2s;
}
A.return:hover
{
	background: #00A3E2;
	color: #FFF;
}
A.return I
{
	padding-right: 7px;
	font-size: 0.8em;
}
.align-right
{
	display: flex;
	justify-content: flex-end;
}
.new-scroll
{
	position: absolute !important;
	left: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
	z-index: 0;
	animation: newfade 1s;
}
.new-scroll:after
{
	background: rgba(6, 50, 87, 0.2);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 1140px)
{
	.new-scroll:after
	{
		/*background: rgba(6, 50, 87, 0.694);*/
	}
}
.new-home-header:after
{
	display: none;
}
.scroll-item
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	z-index: 1;
}
@keyframes newfade
{
	0%
	{
		opacity: 0;
	}
	100%
	{
		opacity: 1;
	}
}
.new-scroll IMG
{
	width: calc(100% + 50px);
	top: 0;
	height: 100% !important;
	object-fit: cover;
	opacity: 1;
}
.new-scroll .slick-active IMG
{
	animation: pan 6.5s ease-out;
}
.new-scroll .slick-list
{
	height: 100% !important;
}
.new-scroll .slick-track
{
	height: 100% !important;
}
@keyframes pan
{
	0%
	{
		transform: scale(1.1, 1.1);
	}
	100%
	{
		transform: translateX(0) scale(1, 1);
	}
}
NAV#menu
{
	display: none;
	z-index: 0;
}
BODY
{
	background: #073F6F;
}
#panel
{
	z-index: 10;
}
H1
{
	font-family: Lato;
	font-weight: 600;
	font-size: 2.9em;
	line-height: 1.2em;
}
H2
{
	font-family: langdonregular;
	text-transform: uppercase;
	font-size: 1.7em;
	padding: 20px 25px;
	color: #FFFFFF;
	background: #063257;
	display: inline-block;
	margin-bottom: 30px;
	font-weight: normal;
}
H2#overview
{
	background: #FFF;
	color: #073F6F;
}
H3
{
	font-family: lato;
	font-size: 1.4em;
}
.nblue H2
{
	background: #F9F9F9;
	color: #063257;
}
.outer.content.right H2, .outer.content.second H2
{
	background: #FFF;
	color: #063257;
}
.outer.content.right P, .outer.content.second P
{
	color: #FFF;
}
.outer.content.right H3, .outer.content.second H3
{
	color: #FFF;
}
.outer.content.right UL, .outer.content.second UL
{
	color: #FFF;
}
P
{
	font-family: Lato;
	font-size: 1.4em;
	font-weight: 300;
	padding-bottom: 20px;
	line-height: 30px;
}
P STRONG
{
	font-weight: 800;
}
.outer.content.blue P.intro
{
	color: #FFF;
}
P.intro
{
	font-weight: 800;
	font-size: 1.8em;
	line-height: 38px;
}
P.intro.half
{
	width: 50%;
}
.content UL
{
	list-style: none;
	font-family: Lato;
	font-size: 1.4em;
	font-weight: 300;
	padding-left: 35px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
}
.content UL LI
{
	position: relative;
	line-height: 30px;
	padding-bottom: 15px;
	flex: 0 0 36%;
	flex: 0 0 calc(100%/2);
	padding-right: 60px;
	box-sizing: border-box;
}
UL.tick.services LI
{
	flex: 0 0 36%;
	flex: 0 0 calc(100%/3);
}
.content UL.tick LI:before
{
	font-family: Font Awesome\ 5 Pro;
	content: '\f058';
	color: #00A3E2;
	position: absolute;
	left: -35px;
}
.general UL LI:before
{
	font-family: Font Awesome\ 5 Pro;
	content: '\f058';
	color: #00A3E2;
	position: absolute;
	left: -35px;
}
BUTTON.slideout
{
	font-family: Lato;
	font-size: 1.1em;
	font-weight: 800;
	border: 0px;
	padding: 10px;
	background: #063B66;
	color: #FFF;
	margin-top: 20px;
	display: none;
	transition: 0.3s;
}
BUTTON.slideout:hover
{
	background: #00A3E2;
	color: #FFFFFF;
	transition: 0.3s;
}
BUTTON.slideout I
{
	padding-left: 10px;
}
A
{
	text-decoration: none;
	color: #000000;
}
A.anchor
{
	display: none;
}
A.button
{
	font-family: Langdonregular;
	text-transform: uppercase;
	font-size: 1.6em;
	padding: 18px;
	display: inline-block;
	border-radius: 10px;
}
A.button.round
{
	border-radius: 5px;
}
/*[clearfix]*/
.outer.content A.button
{
	text-align: center;
	margin-top: 10px;
}
A.button.block
{
	display: block;
}
A.button I
{
	padding-left: 10px;
}
A.button.lblue:hover I
{
	color: #F78333;
	transition: 0.2s;
}
A.button.white
{
	background: #FFF;
	color: #063257;
	border-radius: 0px;
	transition: 0.15s;
}
A.button.grey
{
	background: #50535A;
	color: #FFFFFF;
	transition: 0.15s;
}
A.button.grey:hover
{
	background: #FFF;
	color: #50535A;
	transition: 0.15s;
}
A.button.white I
{
	color: #FF5E5B;
	transition: 0.2s;
}
A.button.white:hover
{
	background: #023D6E;
	transition: 0.15s;
	color: #FFFFFF;
}
A.button.white:hover I
{
	color: #FFFFFF;
}
A.button.lblue
{
	background: #00A3E2;
	color: #FFFFFF;
}
A.button.orange
{
	background: #00A3E2;
	color: #FFFFFF;
}
A.button.glow
{
	/*animation: lbluepulse 4s infinite;*/
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}
A.button.lblue:hover
{
	background: #023D6E;
	animation: none;
	transition: 0.3s;
}
@keyframes lbluepulse
{
	50%
	{
		background: #04A2E0;
		box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.7);
	}
	100%
	{
		background: #00A2E1;
	}
}
/*[clearfix]*/
.inner
{
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
}
.inner.right
{
	text-align: right;
	z-index: 1;
}
.inner.right.fifty
{
	padding-top: 200px;
}
.heading-wrap
{
	text-align: center !important;
}
.heading-wrap P
{
	color: #FFF;
	font-weight: bold;
	max-width: 900px;
	margin: 0 auto;
	text-shadow: 0px 0px 10px #012B4D;
	opacity: 0;
	padding-bottom: 0px;
}
.spanwrap
{
	display: block;
	width: 100%;
}
.heading-wrap SPAN
{
	display: block;
	margin-top: 50px;
	font-family: Lato;
	font-weight: bold;
	font-size: 1.4em;
	font-weight: 900;
	color: #0C3061;
}
.heading-wrap UL
{
	list-style: none;
	padding: 0px;
	opacity: 0;
}
.heading-wrap UL LI
{
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 2em;
	text-align: center;
	box-sizing: border-box;
	font-weight: 900;
	color: #FFF;
	text-shadow: 0px 0px 10px #000;
}
.heading-wrap UL LI I
{
	margin-right: 10px;
	color: #FFFFFF;
	font-size: 0.8em;
	padding: 8px;
	border-radius: 100%;
	background: #F78333;
	box-shadow: 0px 1px 3px rgba(12, 48, 97, 0.256);
	text-shadow: none;
}
.inner.right.fifty H1
{
	color: #FFF;
	text-shadow: 0px 0px 10px #012B4D;
	opacity: 0;
	margin-bottom: 30px;
	display: block;
	font-weight: 900;
}
.inner.right.fifty H1 SPAN
{
	padding-left: 15px;
}
.outer.home .button-pair
{
	opacity: 0;
	text-align: center;
}
.button-pair
{
	margin-top: 50px;
	width: 100%;
}
.button-pair A.button.white:first-child
{
	margin-right: 10px;
}
.outer.content .button-pair
{
	display: flex;
	width: 100%;
	margin-top: 0px;
}
.outer.content .button-pair A
{
	flex: 1%;
	border-radius: 5px;
	box-sizing: border-box;
}
.inner.row
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.uk-home-wrap
{
	justify-content: space-between;
}
.uk-home-wrap .menu-wrap
{
	flex: 1;
	justify-content: flex-end;
}
.uk-menu-left
{
	text-align: left !important;
}
.uk-home-wrap .logo
{
	flex: 0;
}
.outer.content.right .inner.row
{
	flex-direction: row-reverse;
}
.logo
{
	z-index: 10;
	flex: 1;
}
.menu-wrap
{
	z-index: 10;
	text-align: right;
	position: relative;
	display: flex;
	flex-direction: column;
}
.menu-top
{
	padding-top: 35px;
	text-align: right;
	width: 100%;
	color: black;
	font-size: 1.1em;
}
.menu-top SPAN
{
	font-family: Lato;
	font-weight: 800;
	color: #FFF;
}
.menu-top SPAN A
{
	color: #FFFFFF;
	background: #00A3E2;
	padding: 10px 15px;
	border-radius: 3px;
	transition: 0.3s;
	display: ;
	margin-left: 10px;
}
.menu-top SPAN A I
{
	color: #FFF !important;
	padding-right: 0px;
}
.menu-top SPAN A:hover
{
	transition: 0.3s;
	background: #0C3061;
}
.menu-bottom
{
}
.menu-bottom UL.mainmenu
{
	list-style: none;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}
/*.menu-bottom UL.mainmenu:after
{
	top: 0%;
	right: 0px;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 10px 10px 0px;
	border-color: transparent #00A3E2 transparent transparent;
}*/
UL.mainmenu LI
{
	display: inline-block;
}
UL.mainmenu LI A
{
	font-family: Lato;
	font-size: 1.3em;
	letter-spacing: -0.5px;
	font-weight: 800;
	padding: 15px 0 13px;
	margin-left: 15px;
	margin-right: 15px;
	display: block;
	color: #FFF;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	transition: 0.15s;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
}
UL.mainmenu LI A:hover
{
	border-bottom: 2px solid #FFF;
	color: #FFF;
	padding-bottom: 5px;
	transition: 0.3s;
}
UL.mainmenu LI.current A:hover
{
	border-bottom: 2px solid #DFDFDF;
	color: #FFF;
	padding-bottom: 5px;
}
UL.mainmenu LI.current A
{
	position: relative;
	border-bottom: 2px solid #DFDFDF;
	padding-bottom: 5px;
}
/*UL.mainmenu LI.current A:after
{
	color: #0C3061;
	top: 60px;
	left: 0%;
	right: 0%;
	margin: 0 auto;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 9.5px 0 9.5px;
	border-color: #0C3061 transparent;
}*/
.menu-top SPAN I
{
	color: #FFFFFF;
	font-size: 1.1em;
	padding-left: 5px;
	font-weight: bold;
	padding-right: 10px;
}
.logo
{
	padding-top: 30px;
	padding-bottom: ;
}
.outer.content
{
	background: #FFF;
	position: relative;
}
.outer.content.reviewbox
{
	padding-top: 60px;
	padding-bottom: 60px;
	background: #063257;
	overflow: hidden;
}
.outer.content.reviewbox H2
{
	background: #FFF;
	color: #063257;
}
.outer.content.types A.white
{
	color: ;
}
BLOCKQUOTE
{
	border: 5px solid #084476;
	position: relative;
	width: auto;
	margin: 0 auto;
	width: 50%;
	padding: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.outer.content.reviewbox .box-50
{
	display: flex;
	align-content: center;
	align-items: stretch;
	justify-content: center;
}
BLOCKQUOTE:before
{
	content: '“';
	font-family: Langdonregular;
	font-size: 10em;
	position: absolute;
	top: -40px;
	line-height: 1em;
	left: -40px;
	background: #063257;
	height: 70px;
	width: 80px;
	color: #F78333;
}
BLOCKQUOTE:after
{
	content: '”';
	font-family: Langdonregular;
	font-size: 10em;
	position: absolute;
	bottom: -40px;
	line-height: 1em;
	right: -40px;
	height: 70px;
	width: 80px;
	text-align: right;
	color: #F78333;
	background: #063257;
}
BLOCKQUOTE P
{
	color: #FFF;
	padding-bottom: 0px;
}
BLOCKQUOTE SPAN
{
	font-family: Lato;
	font-weight: 900;
	font-size: 1.4em;
	color: #F1F4F7;
	padding-top: 10px;
	display: block;
	text-align: right;
}
.review-page BLOCKQUOTE
{
	background: none;
	border: 5px solid rgba(4, 79, 142, 0.085);
	width: 75%;
	background: ;
	margin-top: 80px;
}
.review-page BLOCKQUOTE:nth-child(odd):before, .review-page BLOCKQUOTE:nth-child(odd):after, .review-page BLOCKQUOTE:nth-child(odd) P.intro, .review-page BLOCKQUOTE:nth-child(odd) SPAN
{
	color: #063257;
}
.review-page BLOCKQUOTE:before
{
	background: #F9F9F9;
	color: #044F8F;
}
.review-page BLOCKQUOTE:after
{
	background: #F9F9F9;
	color: #044F8F;
}
.review-page BLOCKQUOTE P
{
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}
.review-page BLOCKQUOTE P.intro
{
	padding-bottom: 10px;
	color: #044F8F;
	position: absolute;
	top: -30px;
	background: #F9F9F9;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 0px;
}
.review-page BLOCKQUOTE H3
{
	padding-bottom: 10px;
	display: block;
	font-style: ;
}
.review-page BLOCKQUOTE SPAN
{
	color: #044F8F;
	font-weight: ;
	text-align: right;
	font-size: 1.2em;
	padding-top: 0px;
	position: absolute;
	bottom: -10px;
	right: 20px;
	background: #F9F9F9;
	padding-right: 20px;
	padding-left: 20px;
}
.outer.content.reviewbox .box-50
{
	padding-top: 20px;
	padding-bottom: 0px;
}
.outer.content.table
{
	background: url(images/bgimg2.jpg) 0 0 / cover;
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
	z-index: 100;
}
.outer.content.table A.button
{
	margin-right: 0px !important;
}
.outer.content.table:after
{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	height: 100%;
	background: rgba(255, 255, 255, 0.600);
}
.outer.content.blue
{
	background: #073F6F;
}
.outer.content.nblue
{
	background: #063257;
}
.outer.content.white
{
	background: #FFFFFF;
}
.outer.content.colour-grey
{
	background: #E6E6E6;
}
.outer.content .box-50
{
	padding-top: 70px;
	padding-bottom: 70px;
}
.outer.content.angle .box-50
{
	flex: 0 0 60%;
}
.box-50.general P
{
	padding-right: 40px;
}
.outer.content .box-100
{
	padding-top: 70px;
	padding-bottom: 70px;
	flex: 0 0 100%;
}
.centre-content
{
	text-align: center;
}
.outer.content .box-100.review-page
{
	padding-top: 0px;
	padding-bottom: 0px;
}
.outer.content .box-50.review-page
{
	padding-top: 0px;
	padding-bottom: 0px;
}
.outer.content .box-100.top-pad
{
	padding-top: 0px;
	padding-bottom: 70px;
	flex: 0 0 100%;
}
.outer.content .box-100.nopad
{
	padding-top: 0px;
	padding-bottom: 0px;
}
.outer.content .box-50 A.button
{
	margin-right: 40px;
}
.outer.content.right .box-50 A.button
{
	margin-right: 10px;
}
.box-center
{
	width: auto;
	margin: 0 auto;
	text-align: center;
}
.box-center A
{
	display: inline-block !important;
}
/*Parallax*/
.headwrap
{
	background: url(images/bgimg.jpg) center / cover;
	position: relative;
	height: auto;
	animation: headfade 1s forwards 0.5s;
	opacity: 0;
}
.headwrap:after
{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(6, 50, 87, 0.422);
}
@keyframes headfade
{
	0%
	{
		opacity: 0;
	}
	100%
	{
		opacity: 1;
	}
}
.outer.home
{
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	min-height: 900px;
	overflow: hidden;
}
.outer.home.pages
{
	min-height: auto;
	max-width: 100%;
	overflow: visible;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	z-index: 2;
	background: #073F6F;
}
.outer.home.pages .inner.row
{
	/*height: 145px;*/
}
.outer.home.pages .menu-bottom UL.mainmenu
{
	background: none;
	margin-top: 0px;
	box-shadow: none;
}
.outer.home.pages .logo IMG
{
	width: 320px;
	padding-bottom: 30px;
}
.outer.home.pages .menu-top
{
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 20px;
}
.outer.home.pages .menu-top SPAN I
{
	color: #00A3E2;
}
/*#par-main
{
	width: 100%;
	min-height: 900px;
	position: absolute;
	background: url(images/bgimg2.png);
	z-index: 1;
	overflow: hidden;
	opacity: 0;
}*/
/*#par-left, #par-right
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}*/
/*#par-left
{
	background: url(images/left.png);
	z-index: 0;
}*/
/*#par-right
{
	background: url(images/right.png);
	opacity: 0.3;
}*/
/*Grey Section*/
.box-25
{
	flex: 0 0 25%;
	position: relative;
}
.box-75
{
	flex: 0 0 68%;
	flex: 0 0 calc(75%/1);
	position: relative;
}
.box-50
{
	flex: 0 0 50%;
	position: relative;
}
.box-50.nopad
{
	padding: 0px !important;
}
.box-50.right
{
	text-align: right;
}
.box-33
{
	flex: 0 0 27%;
	flex: calc(100%/4);
	position: relative;
}
.inner.row.links
{
}
.outer.grey
{
	background: #F9F9F9;
	padding-top: 60px;
	padding-bottom: 60px;
}
.outer.content.boxes
{
	background: ;
}
A.link-box
{
	flex: 0 0 50%;
	display: flex;
	box-sizing: border-box;
	transition: 0.5s;
}
A.link-box:hover
{
	transform: scale(1.05, 1.05);
	transition: 0.5s;
	z-index: 1;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}
A.link-box:hover .box-75
{
	background: #00A3E2;
	color: #FFFFFF;
	transition: 0.15s;
}
A.link-box:hover .box-25 .link-box-bottom
{
	background: #FFFFFF;
	color: #063257;
	transition: 0.15s;
	text-shadow: none;
}
A.link-box:hover .box-75 SPAN.button
{
	background: #FFF;
	color: #00A3E2;
	border-radius: 5px;
	transition: 0.15s;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
A.link-box .box-25
{
	display: flex;
	flex-direction: column;
}
A.link-box .box-25 .link-box-top
{
	background: #063257;
	padding: 12px 10px 10px;
	text-align: center;
}
A.link-box.alt .box-25 .link-box-top
{
	background: ;
}
A.link-box .box-25 .link-box-bottom
{
	font-size: 5em;
	text-align: center;
	margin-bottom: auto;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #009BD7;
	color: #FFFFFF;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	transition: 0.15s;
	background-image: -webkit-linear-gradient(300deg, #00A3E2 50%, #009BD7 50%);
}
A.link-box .box-25 .link-box-top SPAN
{
	font-family: langdonregular;
	text-transform: uppercase;
	font-size: 1.3em;
	color: #FFFFFF;
}
A.link-box .box-75
{
	background: #FFF;
	padding: 20px;
	box-sizing: border-box;
	transition: 0.15s;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
A.link-box .box-75 SPAN.content
{
	font-family: Lato;
	font-size: 1.4em;
	font-weight: 800;
}
A.link-box SPAN.button
{
	font-family: langdonregular;
	text-transform: uppercase;
	font-size: 1.3em;
	display: block;
	padding: 15px;
	margin-top: 20px;
	text-align: center;
	transition: 0.15s;
	border-radius: 0px;
}
A.link-box SPAN.button I
{
	padding-left: 10px;
	color: #00A3E2;
}
A.link-box SPAN.button.grey
{
	background: #EAEAEA;
	color: #063257;
}
A .link-box
{
	/*Content Area 50 50*/
}
/*Content Section*/
.outer.content.types .inner.row
{
	align-items: stretch;
	padding-right: 40px;
}
.outer.content.types .inner.row .box-33
{
	display: flex;
	align-items: stretch;
}
.types .box-33
{
	flex: 0 0 33.333333%;
}
.type-wrap
{
	position: relative;
	margin: 15px 0px 10px;
	background: #FFF;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.inner.row .box-33 .type-wrap
{
	margin-left: 10px;
	margin-right: 10px;
}
.type-wrap H3
{
	font-weight: 900;
	position: absolute;
	z-index: 1;
	top: 20px;
	font-size: 1.6em;
	text-align: center;
	width: 100%;
	color: #FFF;
	text-shadow: 0px 1px 3px #000;
}
.architecture-types .type-wrap H3
{
	text-shadow: none;
	color: #000000;
	position: relative;
	font-size: 1.4em;
	padding-top: 5px;
	padding-bottom: 15px;
}
.typemask
{
	position: relative;
	z-index: 0;
}
.type-wrap IMG
{
	max-width: 100%;
	width: 100%;
	padding-top: 0px;
	height: 350px;
	object-fit: cover;
	padding-bottom: 20px;
	box-sizing: border-box;
	position: relative;
	z-index: -1;
}
.architecture-types .type-wrap IMG
{
	max-width: 260px;
	height: auto;
	padding-top: 30px;
	object-fit: contain;
	padding-bottom: 0px;
	box-sizing: border-box;
}
.architecture-types .typemask:after
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
}
.type-wrap A
{
	display: block;
	padding: 15px;
	border: 3px solid #DCF5FF;
	color: #00A3E2;
	font-family: langdonregular;
	text-transform: uppercase;
	font-size: 1.3em;
	margin-top: 20px;
	transition: 0.2s;
	margin-top: auto;
	margin: 0px 30px 30px;
}
.type-wrap A:hover
{
	background: #023D6E;
	border: 3px solid #023D6E;
	color: #FFF;
}
.type-wrap A I
{
	padding-left: 10px;
	color: #1177CC;
	transition: 0.2s;
}
.type-wrap A:hover I
{
	transition: 0.2s;
	color: #FFF;
}
.type-wrap P
{
	padding-top: 20px;
	z-index: 10;
	position: relative;
	padding-bottom: 20px;
	padding: 10px 30px 30px;
}
.cover-image-wrap
{
	position: absolute;
	width: 40%;
	height: 100%;
	right: 0;
}
/*[clearfix]*/
.right-image
{
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(images/image1.jpg) right / cover no-repeat;
	-webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
	clip-path:polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}
.outer.content.right
{
	background: #063257;
}
.outer.content.second
{
	background: #063257;
}
.outer.content.right .cover-image-wrap
{
	left: 0;
}
.outer.content .right-image.alt
{
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
	clip-path:polygon(0 0, 100% 0, 100% 100%, 15% 100%);
}
.outer.content.right .inner.row
{
	padding-left: 200px;
}
.outer.content .inner.row
{
}
.outer.content.reviewbox .inner.row
{
	align-items: stretch;
}
.outer.content .inner.comparison.row
{
	padding-right: 40px;
}
.outer.content.right .box-50 P, .outer.content.right .box-50 UL
{
	text-align: left;
}
.quote-50
{
	flex: 0 0 50%;
	display: flex;
	align-items: center;
}
/*Footer*/
.outer.footer
{
	padding-top: 80px;
	padding-bottom: 60px;
	background: #001B32;
	overflow: hidden;
}
SPAN.footer-title
{
	font-family: Lato;
	font-weight: 900;
	font-size: 1.4em;
	color: #FFFFFF;
}
SPAN.footer-title:after
{
	content: '';
	width: 20px;
	border-bottom: 3px solid #023D6E;
	display: block;
	padding-top: 10px;
	margin-bottom: 30px;
}
.outer.footer UL
{
	list-style: none;
	padding-left: 20px;
}
.outer.footer UL LI
{
	padding-bottom: 10px;
}
.outer.footer UL LI A
{
	font-family: Lato;
	font-size: 1.1em;
	color: #FFFFFF;
	border-bottom: 1px solid rgba(255, 255, 255, 0.0);
}
.outer.footer UL LI A:hover
{
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	padding-bottom: 4px;
	transition: 0.3s;
}
.outer.footer UL LI A:before
{
	font-family: Font Awesome\ 5 Pro;
	content: '\f105';
	color: rgba(255, 255, 255, 0.3);
	left: 0px;
	position: absolute;
	font-size: 1em;
	transition: 0.3s;
}
.outer.footer UL LI A:hover:before
{
	color: #FFFFFF;
	transition: 0.3s;
}
SPAN.footer-text
{
	font-family: lato;
	font-size: 1.1em;
	color: #FFF;
	display: block;
	padding-bottom: 20px;
}
.outer.footer INPUT
{
	padding: 10px;
	border: 0px;
	font-family: lato;
}
.outer.footer BUTTON
{
	padding: 10px;
	font-family: langdonregular;
	text-transform: uppercase;
	font-size: 1.2em;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: normal !important;
	border: 0px;
	font-weight: bold;
	background: #063257;
	color: ;
}
.outer.footer BUTTON:hover
{
	background: #50535A;
}
.inner.row.footer
{
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	margin: 60px auto 0px;
}
.inner.row.footer .box-50
{
	color: #00A3E2;
	font-family: Lato;
	font-weight: 800;
}
.inner.row.footer .box-50 A
{
	color: #FFFFFF;
	font-weight: normal;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 4px;
}
.inner.row.footer .box-50 A:hover
{
	border-bottom: none;
}
A.social
{
	font-size: 2.6em;
	margin-left: 15px;
	text-decoration: none;
	transition: 0.3s;
	border-bottom: 1px solid rgba(255, 255, 255, 0.0) !important;
}
A.social:hover
{
	border-bottom: 2px solid rgba(255, 255, 255, 0.5) !important;
	padding-bottom: 4px;
	transition: 0.3s;
}
.brochure-wrap
{
	margin-top: -20px;
}
.brochure-wrap IMG
{
	box-shadow: none;
	width: 100%;
	transition: 0.3s;
}
A.brochure-link:hover IMG
{
	transform: rotate(-5deg);
	margin-left: -30px;
	margin-top: -20px;
	margin-bottom: 10px;
	transition: 0.3s;
	animation: scale 6s infinite;
}
A.brochure-link SPAN.button.grey
{
	background: #002748;
	color: #FFFFFF;
	font-family: langdonregular;
	text-transform: uppercase;
	font-size: 1.3em;
	width: 100%;
	padding: 15px;
	margin-top: 20px;
	text-align: center;
	transition: 0.15s;
	border-radius: 0px;
}
A.brochure-link SPAN.button.grey I
{
	color: #00A3E2;
	padding-left: 10px;
}
A.brochure-link
{
	transition: 0.3s;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 20px;
	box-sizing: border-box;
	border: 5px solid #002748;
	margin-right: 60px;
}
A.brochure-link:hover
{
	transform: scale(1.05, 1.05);
	background: #023D6E;
	transition: 0.3s;
	border: 5px solid rgba(0, 0, 0, 0.0);
	margin-bottom: 9px;
	/*box-shadow: 0px 0px 0px 10px #FFF, inset 0px 0px 0px 5000px #FFF;*/
}
A.brochure-link:hover SPAN.button.grey
{
	background: #FFFFFF;
	color: #33495B;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	transition: 0.3s;
}
A.brochure-link UL
{
	list-style: none;
	font-family: Lato;
	font-size: 1.1em;
	font-weight: 300;
	color: #FFF;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: 35px;
}
A.brochure-link UL LI
{
	position: relative;
	line-height: 30px;
	padding-bottom: 15px;
	flex: 0 0 50%;
	box-sizing: border-box;
}
A.brochure-link LI:before
{
	font-family: Font Awesome\ 5 Pro;
	content: '\f058';
	color: #00A3E2;
	position: absolute;
	left: -30px;
}
@keyframes scale
{
	50%
	{
		transform: rotate(-5deg) scale(1.05, 1.05);
	}
	100%
	{
		transform: rotate(-5deg) scale(1, 1);
	}
}
/*Pages Intro*/
.outer.intro
{
	position: relative;
	background: #FFFFFF;
}
.outer.intro H1
{
	color: #FFF;
	background: #023D6E;
	display: inline;
	line-height: 1.8em;
	padding: 10px 15px;
	font-size: 2.4em;
	opacity: 0;
	font-weight: 900;
	margin-left: -10px;
}
P.page-intro
{
	font-weight: 800;
	font-size: 1.8em;
	background: none;
	display: inline;
	background: #FFF;
	line-height: 45px;
	padding: 0px;
	box-shadow: 0px 0px 0px 10px #FFF;
	color: #023D6E;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	opacity: 0;
}
P.page-intro.newsdate
{
}
P.page-intro.newsdate SPAN
{
	font-weight: normal;
}
.outer.intro .box-75
{
	padding-top: 125px;
	padding-bottom: 125px;
}
.outer.intro .box-25
{
	display: flex;
	padding-left: 60px;
	padding-top: 40px;
	padding-bottom: 40px;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
	opacity: 1;
	animation: slide 2s;
}
@keyframes slide
{
	0%
	{
		transform: translate(0px, 150%);
	}
	100%
	{
		transform: translate(0px, 0%);
	}
}
.outer.intro .cover-image-wrap
{
	position: absolute;
	width: 100%;
	/*opacity: 0.3;*/
	height: 100%;
	left: 0;
}
/*[clearfix]*/
.outer.intro .right-image
{
	width: 100%;
	position: absolute;
	float: none;
	-webkit-clip-path: none;
	clip-path:none;
	opacity: 0;
}
.block-divider
{
	display: block;
	margin-bottom: 20px;
}
.section-menu
{
	width: 100%;
	padding-bottom: 18px;
	position: relative;
	box-sizing: border-box;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
	background: #FFF;
}
.section-menu SPAN
{
	font-family: Lato;
	display: block;
	font-size: 1.2em;
	font-weight: 900;
	color: #FFFFFF;
	margin-bottom: 20px;
	padding: 15px 20px;
	background: #044F8F;
}
.section-menu SPAN I
{
	padding-right: 9px;
	margin-left: -4px;
}
.section-menu UL
{
	list-style: none;
	padding-left: 40px;
	padding-right: 20px;
}
.section-menu UL LI
{
	line-height: 30px;
	padding-right: 20px;
	padding-left: 10px;
}
.section-menu UL LI A
{
	font-family: Lato;
	font-size: 1.05em;
	font-weight: bold;
	color: #023D6E;
	border-bottom: 2px solid rgba(0, 0, 0, 0.0);
}
.section-menu UL LI A:hover
{
	border-bottom: 2px solid #00A3E2;
	padding-bottom: 4px;
	transition: 0.3s;
}
.section-menu UL LI A:before
{
	font-family: Font Awesome\ 5 Pro;
	content: '\f105';
	color: rgba(0, 162, 225, 0.453);
	left: 25px;
	position: absolute;
	font-size: 1em;
	transition: 0.3s;
}
.section-menu UL LI A:hover:before
{
	color: #00A3E2;
	transition: 0.3s;
}
A.download
{
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
	font-family: Langdonregular;
	text-transform: uppercase;
	font-size: 1.4em;
	text-align: center;
	color: #FFFFFF;
	display: block;
	background: #044F8F;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	margin-top: 20px;
}
A.download:hover
{
	background: #00A3E2;
	transition: 0.3s;
}
A.download I
{
	padding-left: 10px;
	transition: 0.3s;
	color: #FFFFFF;
}
A.download:hover I
{
	color: #FFFFFF;
	transition: 0.3s;
}
/*About Content*/
.background-image
{
	background: ;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.2;
}
UL.icons
{
	padding-left: 0px;
	padding-top: 40px;
}
UL.icons LI
{
	text-align: left;
	display: flex;
	flex-direction: ;
	align-items: center;
	box-sizing: border-box;
	margin-bottom: 20px;
}
UL.icons LI .icon-content
{
	flex-direction: column;
	display: flex;
}
UL.icons LI .icon-content STRONG
{
	padding-bottom: 5px;
	color: #063257;
	font-weight: 900;
}
.blue UL.icons LI .icon-content STRONG
{
	color: #FFF;
}
UL.icons I
{
	text-align: center;
	padding: 20px 5px;
	color: rgba(157, 204, 244, 0.940);
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	font-size: 2.5em;
	background: #013764;
	background: -webkit-linear-gradient(300deg, #023D6E 50%, #013764 50%);
	border-radius: 3px;
	margin-right: 30px;
	min-width: 15%;
}
SPAN.role-title
{
	font-family: langdonregular;
	text-transform: uppercase;
	font-size: 2em;
	padding-bottom: 15px;
	display: block;
}
.outer.content.blue, .outer.content.nblue
{
	color: #FFF;
}
.inner.row.roles
{
	padding-bottom: 60px;
}
.inner.row.roles .box-33
{
	padding-right: 30px;
	box-sizing: border-box;
	margin-top: -30px;
}
.inner.row.process UL
{
	padding-bottom: 60px;
	margin-top: -30px;
}
.inner.row.process UL LI
{
	counter-increment: step-counter;
	padding-left: 75px;
}
.inner.row.process UL LI:before
{
	content: counter(step-counter);
	background: #00A3E2;
	font-family: langdonregular;
	color: #FFFFFF;
	position: absolute;
	padding: 30px;
	font-size: 1.8em;
	left: -35px;
}
.inner.row.reviews
{
	margin-top: -40px;
	padding-bottom: 60px;
}
.inner.row.reviews UL.tick
{
	justify-content: center;
}
.inner.row.reviews UL.tick
{
}
/*FAQ's*/
#accordion
{
	margin-bottom: 60px;
	padding-top: 60px;
	background: #FFF;
}
.accordion-wrap
{
}
.accordion-wrap:nth-child(odd) H3.accordion-toggle
{
	background: #E8E8E8 !important;
}
H3.accordion-toggle
{
	padding: 20px;
	color: #023D6E;
	font-weight: bold;
	background: #EFEFEF;
	margin-top: 10px;
}
H3.accordion-toggle:before
{
	font-family: Font Awesome\ 5 Pro;
	content: '\f105';
	color: #00A3E2;
	left: 0px;
	font-size: 1em;
	padding-right: 20px;
	transition: 0.3s;
}
H3.accordion-toggle:hover:before
{
	content: '\f107';
	padding: 30px;
	color: red;
}
H3.accordion-toggle:active
{
	background: #E1E1E1;
}
.accordion-wrap:hover H3.accordion-toggle:before
{
	content: '\f107';
	padding: 30px 30px 30px 0px;
	color: red;
}
.accordion-content P
{
}
.accordion-content UL
{
	padding-left: 20px;
	font-family: Yantramanav;
	font-weight: normal;
	letter-spacing: -0.3px;
	font-size: 1.3em;
	list-style: outside;
	padding-left: 20px;
	line-height: 29px;
	padding-bottom: 20px;
}
.accordion-content UL LI
{
}
.accordion-toggle
{
	cursor: pointer;
}
.accordion-content
{
	display: none;
	padding: 40px 40px 0px 40px;
	margin-bottom: 20px;
	background: #FFFFFF;
	/**/
}
/*Opportunity*/
.inner.row.relationships
{
	padding-bottom: 90px;
}
.inner.row.relationships .box-33
{
	padding-right: 30px;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
	box-sizing: border-box;
	margin-top: -30px;
	text-align: center;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	background: #FFF;
	border-radius: 5px;
}
.inner.row.relationships .box-33 H3
{
	padding-bottom: 10px;
	color: #073F6F;
}
.inner.row.relationships .box-33:nth-child(even)
{
	background: #FAFAFA;
	transform: scale(1.1, 1.1);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.inner.row.relationships .box-33 IMG
{
	height: 130px;
	padding: 5px;
	border-radius: 3px;
	margin-bottom: 30px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
	max-width: 100%;
}
/*Contact*/
.inner.row.contact UL
{
	flex-direction: row;
	padding-left: 0px;
	padding-top: 20px;
	box-sizing: border-box;
}
.inner.row.contact UL LI
{
	padding-right: 0px;
	flex: 0 0 100%;
}
.inner.row.contact UL LI A
{
	text-decoration: underline;
}
.inner.row.contact UL LI A:hover
{
	text-decoration: none;
}
.inner.row.contact .box-75 H3
{
	padding-bottom: 20px;
}
.inner.row.contact UL LI I
{
	display: inline;
	padding-right: 10px;
	color: #0D91DF;
	/**/
	/**/
}
#back-to-top
{
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9999;
	transition: opacity 0.2s ease-out;
	opacity: 0;
	z-index: 100;
	transition: 0.3s;
}
A.back
{
	width: 33px;
	padding-top: 11px;
	padding-bottom: 9px;
	text-align: center;
	font-size: 1.3em;
	display: inline-block;
	background: #F5F5F5;
	color: #FFFFFF;
	background: #073F6F;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	text-decoration: none;
}
A.back:hover
{
	background: #E9EBEC;
	color: #001B32;
	transition: 0.3s;
}
#back-to-top.show
{
	opacity: 1;
}
A.contact
{
	font-family: Langdonregular;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.3em;
	display: inline-block;
	color: #FFFFFF;
	background: #F78333;
	color: #FFFFFF;
	padding: 12px 15px;
	border-radius: 3px;
	margin-right: 10px;
	min-width: 200px;
	transition: 0.2s;
	opacity: 0.9;
}
A.contact:hover
{
	background: #F57015;
	transition: 0.2s;
	opacity: 1;
}
A.contact:hover I
{
	opacity: 1;
	visibility: visible;
	width: auto;
	padding-left: 10px;
	transition: 0.3s;
	margin-right: -2px;
	color: #063257;
}
A.contact I
{
	padding-left: 0px;
	visibility: hidden;
	margin-right: -25px;
	opacity: 0;
	color: #FF0000;
	transition: 0.4s ease-out;
}
#reg-int
{
	display: none;
}
#req-pack
{
	display: none;
}
#reg-int, #req-pack
{
	padding: 60px;
	min-width: 50%;
	margin-top: 40px;
	margin-bottom: 40px;
	max-width: 60%;
	background: url(images/image2.jpg) 0 0 / cover no-repeat;
	background: #E6E6E6;
	opacity: 1;
}
#reg-int H2, #req-pack H2
{
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	line-height: 34px;
}
.light-bg
{
	background: rgba(255, 255, 255, 0.9);
	padding: 60px 60px 0px 60px;
}
#lofttypedormer, #lofttypehip, #lofttypemansard, #lofttypevelux
{
	max-width: 700px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: none;
	padding: ;
	text-align: ;
}
#lofttypedormer IMG.icon, #lofttypehip IMG.icon, #lofttypemansard IMG.icon, #lofttypevelux IMG.icon
{
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	opacity: 0.2;
	z-index: -1;
	width: 50%;
	height: auto;
}
.photo
{
	width: 100%;
	margin-top: 10px;
	box-sizing: border-box;
	position: ;
}
H2.typeblock
{
	display: block;
	text-align: ;
}
/*News Page*/
.news-wrap
{
	position: relative;
	display: flex;
	padding-top: 30px;
	flex-wrap: wrap;
}
.news-preview
{
	flex: 0 0 50%;
	box-sizing: border-box;
}
.news-preview IMG
{
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 20px;
}
.news-preview:nth-child(odd)
{
	padding-right: 30px;
}
.news-preview H3 A
{
	border-bottom: 2px solid #00A3E2;
	font-size: 1.3em;
	margin-bottom: 20px;
	display: inline-block;
	transition: 0.3s;
}
.news-preview H3 A:hover
{
	border-bottom: 2px solid #FFF;
	transition: 0.3s;
	color: #063257;
}
SPAN.date
{
	font-family: Lato;
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: 30px;
	display: block;
}
.news-preview P A
{
	border-bottom: 1px solid #D8D8D8;
	margin-left: 10px;
	display: inline-block;
	color: #00A3E2;
}
.news-preview P
{
	line-height: 36px;
	box-sizing: border-box;
}
.news-article
{
	width: 75%;
}
.news-article A
{
	text-decoration: underline;
}
.news-article UL
{
	list-style: circle;
}
.news-article A:hover
{
	text-decoration: none;
}
.news-article P STRONG
{
	font-weight: 400;
}
.news-article H3
{
	padding-bottom: 20px;
}
/*Home Service Links*/
.inner.row.newlinks
{
	padding-right: 0px !important;
}
A.servicebox
{
	flex: 0 0 32%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background: #FFF;
	box-sizing: border-box;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
	justify-content: center;
	align-content: center;
	align-items: stretch;
	transition: 0.2s;
}
SPAN.stitle
{
	font-family: Lato;
	font-size: 1.4em;
	font-weight: 900;
	padding-bottom: 5px;
	display: block;
	border-bottom: 3px solid transparent;
	margin-bottom: 10px;
	transition: 0.2s;
}
A.servicebox P
{
	font-size: 1.3em;
}
A.servicebox .svcimage
{
	flex: 0 0 35%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #FFF;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	align-content: center;
	transition: 0.2s;
}
A.servicebox:hover
{
	transform: scale(1.05, 1.05);
	transition: 0.2s;
}
A.servicebox:hover .svcimage
{
	background: #00A3E2;
	box-shadow: inset 0px 0px 100px rgba(0, 0, 0, 0.2);
	transition: 0.2s;
}
A.servicebox:hover SPAN.stitle
{
	border-bottom: 3px solid #F78333;
	transition: 0.2s;
	color: #0C3061;
}
A.servicebox:hover .svccontent
{
	background: #F1F3F4;
	transition: 0.2s;
}
A.servicebox SPAN.grey.button
{
	display: block;
	text-align: center;
	box-sizing: border-box;
	padding: 15px;
	border: 2px solid #0C3061;
	color: #0C3061;
	font-family: Langdonregular;
	text-transform: uppercase;
	font-size: 1.3em;
	transition: 0.2s;
}
A.servicebox:hover SPAN.grey.button
{
	background: #00A3E2;
	color: #FFF;
	border: 2px solid transparent;
	transition: 0.2s;
}
A.servicebox SPAN.grey.button I
{
	padding-left: 5px;
}
A.servicebox .svcimage IMG
{
	max-width: 100%;
}
A.servicebox .svccontent
{
	flex: 1;
	box-sizing: border-box;
	padding: 30px;
	transition: 0.2s;
	display: flex;
	flex-direction: column;
}
/*COMPARISON TABLE*/
.table-wrap
{
	width: 100%;
}
TABLE.comparison
{
	width: 100%;
	font-family: Lato;
	font-size: 1.4em;
	font-weight: 100;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	margin-top: 20px;
	margin-bottom: 40px;
}
TABLE.comparison TH
{
	font-weight: normal;
	color: #C3C3C3;
	padding: 15px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
TABLE.comparison TD
{
	color: #B9B9B9;
	box-shadow: ;
}
TABLE.comparison TD
{
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
TABLE.comparison TR TD
{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
TABLE.comparison TH.access
{
	color: #FFF;
	font-weight: 900;
}
TABLE.comparison TD.access
{
	color: #FFF;
	text-shadow: 0px 3px 0px RGBA(0, 0, 0, 0.2);
}
TABLE.comparison TH.hide
{
	background: #FFF;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	z-index: 1;
	position: relative;
	text-align: right;
	color: #AFAFAF;
	font-weight: normal;
}
TABLE.comparison TD I
{
	text-align: center;
	display: block;
	padding: 20px;
}
TABLE.comparison I.fa.fa-times-circle, TABLE.comparison I.fa.fa-question-circle
{
	color: #686868;
}
TABLE.comparison TR, TABLE.comparison TD
{
	padding: 0px;
	margin: 0px !important;
}
TABLE.comparison COL.access
{
	background: #00A3E2;
}
TABLE.comparison TD.right
{
	text-align: right;
	padding-right: 30px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	max-width: 350px;
	color: #3C3C3C;
	background: #FFF;
	box-shadow: none;
}
TABLE.comparison COL.std
{
	background: #F9F9F9;
}
/*SLICK STEPS*/
.steps
{
	padding-top: 60px;
	padding-bottom: 60px;
}
.slickstep
{
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
	margin-bottom: 30px;
}
.slickstep I
{
	color: #F78333;
	position: absolute;
	top: 30px;
	right: 30px;
	background: #F78333;
	color: #073F6F;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	font-size: 1.4em;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.slickstep-wrap
{
	background: #073F6F;
	padding: 40px 40px 40px 70px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}
/*.stepbefore
{
	font-family: Lato;
	font-weight: 900;
	font-size: 8em;
	position: absolute;
	top: -40px;
	left: -20px;
	z-index: 0;
	transform: rotate(15deg);
	color: #073F6F;
}*/
.stepbefore
{
	font-family: Lato;
	font-weight: 900;
	font-size: 6em;
	position: absolute;
	top: -30px;
	left: -10px;
	transform: rotate(10deg);
	z-index: 0;
	color: #00A3E2;
}
.nblue A.button
{
	background: #073F6F;
}
.nblue A.button:hover
{
	background: #04233D;
}
.slickstep P, .slickstep H3
{
	z-index: 10;
	position: relative;
}
.slick-prev, .slick-next
{
	opacity: 0.3;
}
.slickstep H3
{
	padding-bottom: 20px;
	font-size: 1.6em;
}
/*Gallery On Page*/
.prod-gallery-wrap
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 30px;
}
.prod-gallery-wrap A
{
	padding-right: 15px;
	padding-bottom: 15px;
	display: block;
}
.prod-gallery-wrap A IMG
{
	border-radius: 5px;
	object-fit: cover;
	width: 100%;
	height: auto;
	max-height: 150px;
}
/*Media Queries*/
@media only screen and (min-width: 768px) and (max-width: 1455px)
{
	.logo IMG
	{
		max-width: 100%;
		transition: 0.15s;
	}
	.logo
	{
		padding-right: 30px;
	}
	.uk-home-wrap .logo IMG
	{
		display: block;
		width: 250px;
		max-width: none;
		min-width: auto;
	}
	.uk-home-wrap .logo
	{
		padding-right: 0px !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.uk-home-wrap .logo A
	{
		display: block;
	}
	UL.mainmenu LI A
	{
		font-size: 1.2em;
		margin-left: 10px;
		margin-right: 10px;
	}
	UL.mainmenu LI.current A:after
	{
		top: 107% !important;
	}
}
@media only screen and (min-width: 0px) and (max-width: 1350px)
{
	.intro .box-25
	{
		flex: 0 0 35%;
	}
	.intro .box-75
	{
		flex: 0 0 65%;
	}
}
@media only screen and (min-width: 0px) and (max-width: 1140px)
{
	.outer.intro .box-75
	{
		flex: 0 0 100%;
		justify-content: center;
		display: flex;
		flex-direction: column;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.inner.row.contact .box-25
	{
		flex: 0 0 100%;
		text-align: center;
	}
	.inner.row.contact .box-75
	{
		flex: 0 0 100%;
		padding: ;
	}
	.inner.row.contact H2
	{
	}
	P.intro.half
	{
		width: 100%;
	}
	A.servicebox
	{
		flex-direction: column;
		display: block !important;
		justify-content: center;
		align-content: center;
		align-items: center;
		box-sizing: border-box;
	}
	A.servicebox .svcimage
	{
		flex: 0 0 100%;
		box-sizing: border-box;
		top: 0;
		text-align: center;
		justify-content: center;
		align-content: center;
		align-items: center;
	}
	A.servicebox .svcimage IMG
	{
		max-height: 150px;
		margin-top: 40px;
		margin-bottom: 20px;
		width: auto !important;
		text-align: center;
	}
	.outer.intro H1
	{
		font-size: 2.4em;
		display: block;
		background: none;
		color: #0C3061;
		text-align: center;
		line-height: 1em;
		padding-bottom: 0px;
	}
	.outer.intro P.page-intro
	{
		font-size: 1.7em;
		background: none;
		box-shadow: none;
		text-align: center;
		display: block;
		font-weight: normal;
		line-height: 1.6em;
	}
	A.download I
	{
		display: none;
	}
	.menu-top SPAN A
	{
		display: inline-block;
		margin-top: 0px;
	}
	.outer.home.pages .inner.row
	{
		height: auto;
	}
	.outer.content.right .inner.row
	{
		padding-left: 20px;
		padding-right: 20px;
	}
	.outer.content .inner.row
	{
		padding-right: 20px !important;
	}
	BUTTON.slideout
	{
		display: inline-block;
		cursor: pointer;
	}
	.menu-bottom
	{
		text-align: right;
		padding-top: 5px;
	}
	.outer.home.pages .menu-bottom
	{
		text-align: right;
		padding-top: 0px;
	}
	#back-to-top
	{
		bottom: 20px;
		right: 20px;
	}
	.heading-wrap
	{
		padding-left: 0%;
	}
	.section-menu
	{
		flex: 0 0 100%;
		width: 100%;
		display: none;
	}
	.outer.intro .box-25
	{
		padding: 0px;
		padding-bottom: 40px;
		flex: 1;
		align-content: center;
		align-items: center;
		display: flex;
		flex-direction: column;
	}
	.outer.intro .box-25 A.download
	{
		display: inline-block;
		width: 50%;
	}
	.outer.intro .inner.row
	{
		flex-direction: row;
	}
	.inner.row
	{
	}
	UL.icons
	{
		flex-direction: row;
	}
	UL.icons LI
	{
		flex: 0 0 100%;
		flex: calc(100%/1);
	}
	.content UL LI
	{
	}
	UL.icons LI:first-child
	{
		margin-bottom: 0px;
	}
	.inner.row.roles
	{
		flex-direction: column;
		margin-bottom: -30px;
	}
	.inner.row.roles .box-33
	{
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.inner.row.process UL
	{
		flex-direction: row;
		margin-bottom: -30px;
	}
	.inner.row.process UL LI
	{
		margin-bottom: 30px;
		flex: 0 0 80%;
		flex: calc(100%/1);
		box-sizing: border-box;
	}
	.inner.row.process UL LI:before
	{
		width: 20px;
	}
	UL.tick
	{
		flex-direction: row;
		flex-wrap: wrap;
		padding-top: 20px;
		width: 90%;
	}
	UL.tick LI
	{
		flex: 0 0 100%;
	}
	UL.tick.services LI
	{
		flex: 0 0 50%;
		flex: 0 0 calc(100%/2);
	}
	.outer.footer .inner.row
	{
		flex-direction: row;
	}
	.outer.footer .inner.row > .box-50
	{
		flex: 0 0 100%;
	}
	.outer.footer .inner.row > .box-25
	{
		flex: 0 0 50%;
		margin-top: 30px;
	}
	A.brochure-link
	{
		margin-right: 0px;
	}
	.inner.row.footer
	{
		flex-direction: column;
	}
	.inner.row.footer .box-50
	{
		flex: 0 0 100%;
	}
	.inner.row.footer
	{
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 40px;
		padding-right: 40px;
		margin: 30px auto 0px;
	}
	.inner.row.footer .box-50.right
	{
		flex: 0 0 100%;
		margin-top: 20px;
		text-align: left;
	}
	.inner.row.footer .box-50.right A
	{
		margin-left: 0px;
		margin-right: 15px;
	}
	.inner.row.relationships
	{
		flex-direction: row;
		padding-bottom: 0px;
	}
	.inner.row.relationships .box-33
	{
		flex: 0 0 90%;
		flex: calc(100%/1);
		box-sizing: border-box;
	}
	.inner.row.relationships .box-33:nth-child(even)
	{
		transform: scale(1, 1);
		margin-top: 30px;
		margin-bottom: 60px;
	}
	.outer.content .inner.row
	{
		flex-direction: row;
	}
	.inner.row.process
	{
		flex-direction: row;
	}
	.outer.content .inner.row .box-50
	{
		flex: 0 0 100%;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.outer.content .right-image
	{
		opacity: 0.2;
		-webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
		clip-path:polygon(0% 0, 100% 0, 100% 100%, 0 100%);
	}
	.outer.content .right-image.first
	{
		opacity: 0.1;
		-webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
		clip-path:polygon(0% 0, 100% 0, 100% 100%, 0 100%);
	}
	.outer.content .cover-image-wrap
	{
		width: 100%;
	}
	.outer.intro .cover-image-wrap
	{
		width: 100%;
		opacity: 0.15;
	}
	/*[clearfix]*/
	.outer.intro .right-image
	{
		width: 100%;
		height: 100%;
		position: absolute;
		float: none;
		-webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
		clip-path:polygon(0% 0, 100% 0, 100% 100%, 0 100%);
		opacity: 0;
	}
	.outer.content .box-100
	{
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.inner.row.contact UL
	{
		display: flex;
		flex-direction: row;
	}
	.inner.row.contact .box-25
	{
		flex: 0 0 100%;
		margin-bottom: 30px;
	}
	.outer.home .inner.row
	{
		z-index: 1;
	}
	.menu-top
	{
		padding-top: 20px;
		padding-bottom: 0px !important;
	}
	.menu-bottom UL
	{
		display: none;
	}
	.logo
	{
		margin-bottom: 30px;
	}
	.logo IMG
	{
		width: 350px;
	}
	.inner.row
	{
		padding-left: 20px;
		padding-right: 20px;
	}
	.inner.row.links
	{
		flex-direction: row;
	}
	.inner.row.links A.link-box
	{
		margin-bottom: 30px;
		padding-right: 0px;
		margin-right: 0px;
		flex: 0 0 100%;
	}
	.inner.row.links A.link-box .box-25
	{
		flex: auto;
	}
	.inner.row.links A.link-box:nth-child(even)
	{
		margin-bottom: 0px;
	}
	.outer.content .box-50 A.button
	{
		margin-right: 0px;
	}
	.outer.home .inner.right.fifty
	{
		padding-top: 50px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 50px;
		text-align: center;
	}
	.outer.home .inner.right.fifty H1
	{
		font-size: 2.4em;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.outer.home
	{
		min-height: 0px;
	}
	.new-home-header .outer.home
	{
		background: none rgba(0, 0, 0, 0.466);
	}
	A.link-box:hover
	{
		transform: none;
	}
	/*NAV*/
	SPAN.menu-title
	{
		font-size: 1em;
		font-weight: bold;
		font-family: Langdonregular;
		text-transform: uppercase;
		font-weight: normal;
		display: block;
		color: #FFF;
		padding-bottom: 15px;
	}
	.slideout-menu
	{
		position: fixed;
		top: 0;
		bottom: 0;
		width: 256px;
		min-height: 100vh;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		z-index: 0;
		display: none;
	}
	.slideout-menu-left
	{
		left: 0;
	}
	.slideout-menu-right
	{
		right: 0;
	}
	.slideout-panel
	{
		position: relative;
		z-index: 1;
		will-change:transform;
		background-color: #FFF;
		min-height: 100vh;
	}
	.slideout-open, .slideout-open BODY, .slideout-open .slideout-panel
	{
		overflow: hidden;
	}
	.slideout-open .slideout-menu
	{
		display: block;
		background: #FFFFFF;
	}
	.panel:before
	{
		content: '';
		display: block;
		background-color: rgba(0, 0, 0, 0);
		transition: background-color 0.5s ease-in-out;
	}
	.panel-open:before
	{
		position: absolute;
		top: 0;
		bottom: 0;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 99;
	}
	NAV#menu
	{
		background: #073E6C;
		display: block;
		z-index: 0;
		padding: 20px;
		box-sizing: border-box;
	}
	NAV#menu UL
	{
		list-style: none;
		padding-left: 20px;
	}
	NAV#menu UL LI A
	{
		font-family: Lato;
		font-weight: 900;
		font-size: 1.1em;
		color: #FFFFFF;
		line-height: 36px;
		position: relative;
		border-bottom: 1px solid rgba(255, 255, 255, 0.0);
	}
	NAV#menu UL LI.current A
	{
		font-family: Lato;
		font-weight: 900;
		font-size: 1.1em;
		color: #39C8FF;
		line-height: 36px;
		position: relative;
	}
	NAV#menu UL LI.current A:before
	{
		color: #FFF;
	}
	NAV#menu UL LI.current A:hover
	{
		color: #39C8FF;
		border-bottom: 1px solid rgba(255, 255, 255, 0.0);
	}
	NAV#menu UL LI A:hover
	{
		border-bottom: 2px solid rgba(255, 255, 255, 0.5);
		padding-bottom: 4px;
		transition: 0.3s;
	}
	NAV#menu UL LI A:before
	{
		font-family: Font Awesome\ 5 Pro;
		content: '\f105';
		color: rgba(255, 255, 255, 0.3);
		left: -20px;
		position: absolute;
		font-size: 1em;
		transition: 0.3s;
	}
	NAV#menu UL LI A:hover:before
	{
		color: #FFFFFF;
		transition: 0.3s;
	}
	#reg-int, #req-pack
	{
		padding: 20px;
		max-width: 90%;
	}
	#reg-int P, #req-pack P
	{
		font-size: 1.2em;
	}
	.news-wrap
	{
		flex-wrap: wrap;
	}
	.news-preview
	{
		flex: 0 0 100%;
		padding-bottom: 30px;
	}
	P.page-intro.newsdate
	{
		display: inline-block;
		margin-bottom: 30px;
	}
	.news-article
	{
		width: 100%;
	}
	/*Moible Menu Overall*/
	NAV#menu .mobile-menu-overall
	{
		border-top: 1px solid rgba(255, 255, 255, 0.238);
		margin-top: 20px;
		padding-top: 20px;
	}
	NAV#menu UL.mobile-overall-menu
	{
		padding-left: 0px;
	}
	NAV#menu .mobile-overall-menu LI A, NAV#menu .mobile-overall-menu LI.current A
	{
		font-weight: normal;
		font-size: 0.95em;
	}
	NAV#menu UL.mobile-overall-menu LI A:before
	{
		display: none;
	}
}
@media only screen and (min-width: 0px) and (max-width: 850px)
{
	A.servicebox
	{
		flex: 0 0 100%;
		flex-direction: row !important;
		margin-bottom: 30px;
		box-sizing: border-box;
		display: flex !important;
	}
	.reviewbox .box-50
	{
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	TABLE.comparison TD.right
	{
		padding-right: 20px;
	}
	P.page-intro
	{
		font-size: 1.5em !important;
		font-weight: bold !important;
	}
	H2
	{
		font-size: 1.4em;
		letter-spacing: 0.5px;
	}
	P
	{
		font-size: 1.2em !important;
		padding-bottom: 20px;
		line-height: 1.4em;
	}
	.content UL LI
	{
		font-size: 0.8em;
	}
	A.servicebox:hover
	{
		transform: scale(1, 1);
	}
	P.intro
	{
		font-size: 1.4em;
		line-height: 1.4em;
	}
	.svcimage
	{
		flex: 0 0 25% !important;
	}
	.svccontent
	{
		flex: 0 0 75% !important;
	}
	.types
	{
		flex-wrap: wrap !important;
	}
	.types .box-33
	{
		flex: 0 0 100%;
	}
	.type-wrap
	{
		flex: 0 0 100%;
		margin-left: 0px !important;
		margin-right: 0px !important;
		box-sizing: border-box;
	}
	TABLE.comparison
	{
		font-size: 1.1em !important;
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.gallery-item
	{
		flex: 0 0 50%;
	}
}
@media only screen and (min-width: 0px) and (max-width: 735px)
{
	.button-pair A
	{
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	.outer.home .inner.right.fifty
	{
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.heading-wrap H1
	{
		font-size: 1.8em !important;
		line-height: 1.5em !important;
		padding-bottom: 0px !important;
		margin-bottom: 0px !important;
	}
	.heading-wrap UL LI
	{
		font-size: 0.9em;
		display: block;
	}
	.heading-wrap SPAN
	{
		margin-top: 20px;
		font-weight: normal;
		width: 100%;
	}
	A.button
	{
		font-size: 1.3em;
	}
	H2
	{
		text-align: center;
		display: block;
	}
	.box-50.general P
	{
		padding-right: 0px;
	}
	.inner.row.roles .box-33
	{
		flex: 0 0 100%;
	}
	.outer.home .inner.row
	{
		flex-direction: column-reverse;
	}
	.outer.home .inner.row .menu-wrap
	{
		flex: 0 0 100%;
		margin-top: ;
	}
	.outer.home .inner.row .logo
	{
		flex: 0 0 100%;
		min-height: 95px;
	}
	.menu-wrap
	{
		display: flex;
		flex-direction: row-reverse;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		align-items: baseline;
	}
	.outer.home.pages .menu-wrap
	{
		padding-top: 10px;
	}
	.menu-top
	{
		flex: 1;
		border-bottom: 0px !important;
	}
	.menu-bottom
	{
		margin-bottom: 0px !important;
		margin-top: -10px;
	}
	.button-pair A:nth-child(even)
	{
		margin-bottom: 0px;
	}
	A.link-box
	{
		display: block;
	}
	A.link-box .box-25 I
	{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	A.link-box .box-75 I
	{
		display: none;
	}
	.content UL
	{
		width: 100%;
		box-sizing: border-box;
	}
	.content UL LI
	{
		flex: 0 0 50% !important;
	}
	.outer.content .button-pair
	{
		flex-direction: column;
		font-size: 0.9em;
	}
	.outer.content .button-pair A
	{
		display: block;
		flex: auto;
	}
	.outer.content.right .box-50 A.button
	{
		margin-right: 0px;
		margin-bottom: 5px;
	}
	A.brochure-link
	{
		flex-direction: row;
	}
	A.brochure-link:hover, A.brochure-link:hover IMG
	{
		transform: none;
		transition: none;
		animation: none;
		margin-left: 0px;
		margin-top: 0px;
	}
	A.brochure-link .box-50
	{
		flex: 0 0 100%;
	}
	A.brochure-link .box-50 IMG
	{
		margin-bottom: 20px;
	}
	A.brochure-link .box-50 IMG:hover
	{
		animation: none !important;
		transform: none !important;
		transition: none !important;
		margin-left: 0px;
		margin-top: 0px;
	}
	A.brochure-link UL
	{
		margin-left: 10px;
	}
	A.brochure-link SPAN.grey
	{
		box-sizing: border-box;
	}
	.outer.footer .inner.row .box-25
	{
		flex: 0 0 100%;
		margin-bottom: 25px;
	}
	UL.icons I
	{
		text-align: center;
		padding: 20px;
		font-size: 2.1em;
		margin-right: 20px;
	}
	.inner.row.contact UL
	{
		display: flex;
		flex-direction: column;
	}
	.outer.home .inner.right.fifty H1
	{
	}
	BUTTON.slideout SPAN
	{
		display: none;
	}
	BUTTON.slideout I
	{
		padding-left: 0px;
	}
	.logo
	{
		text-align: center;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.logo IMG
	{
		max-width: 100%;
	}
	SPAN.topinfo.enq
	{
		display: none;
	}
	.menu-top
	{
		color: #073C69;
	}
	SPAN.topinfo
	{
		color: ;
	}
	.outer.intro H1
	{
	}
	.inner.row.relationships .box-33 IMG
	{
		max-width: 100%;
		height: auto;
	}
	.outer.grey
	{
		padding-top: 40px;
		padding-bottom: 20px;
	}
	A.link-box .box-75
	{
		flex: 0 0 100%;
	}
	A.link-box .box-25
	{
		flex: 0 0 100%;
	}
	.outer.intro .box-25
	{
		flex-grow: 1;
	}
	#lofttypedormer, #lofttypehip, #lofttypemansard, #lofttypevelux
	{
		margin-left: 20px;
		margin-right: 20px;
	}
	.preheader
	{
		display: none;
	}
	BUTTON.slideout
	{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.heading-wrap P
	{
		padding-top: 20px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 600px)
{
	A.servicebox
	{
		text-align: center;
		display: block !important;
	}
	.svcimage IMG
	{
		margin-top: 30px !important;
	}
	.menu-top SPAN I
	{
		padding-right: 0px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 560px)
{
	.table-wrap
	{
		overflow-x: scroll;
		margin-bottom: 20px;
	}
	.content UL LI
	{
		flex: 0 0 100% !important;
		padding-bottom: 10px;
	}
	TABLE.comparison
	{
		margin-bottom: 0px;
	}
	.outer.intro P.page-intro
	{
		font-size: 1.2em !important;
	}
	.outer.intro H1
	{
		font-size: 1.8em;
	}
}
