/* ==================== Site StyleSheet + Table of Contents =================================================================
	1 Reset / Base
	2 Typography
		Font Family
		Base Colour
		Headings
		Paragraph / Blockquote / Hr
		Bullet Lists

	3 Site Elements
		Links
		Font Classes
		Floats / Aligns
		Clears
		Wraps
		Button Style

	4 Layout Blocks
	5 Page Styles
	
	6 Modules
	7 Forms		
	8 Navigation / Site-Menu
	9 Media Queries
	10 Font Face

==== Wrapper Sizing (px approx) =========================================
	IE 8+7 = 1024 (1008 fixed+0.5em/8px padding left/right)
	1200 + up = 85% (1000-1300max)
	1024 - 1199 = 92% (930-1080)
	960 - 1023 = 96% (900-960)
	768 - 959 = 98% (740-920)
	767 + down = 100% (1em padding)
================================================================================================================ */
/* ========== 1a Reset ============================================== */
* { margin:0; padding:0; } 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;} input[type=text],input[type=submit],input[type=password],input[type=button]{padding:0px;margin:0px;border:1px solid #000000;} hr {border: solid #CCC;border-width: 1px 0 0;clear: both;margin: 0.5em 0 1em;height: 0;} ol,ul,li{padding:0;margin:0;}blockquote,q {quotes:none;} blockquote:before,blockquote:after,q:before,q:after {content: '';content:none;} table {border-style: none;border-width:0px;border-collapse:collapse;border-spacing: 0;}td {vertical-align: middle;} body{padding:0;margin:0;background:#FFFFFF;color: #000000;font-family: 'Roboto', sans-serif;font-size:1em;line-height:1.5em;text-align: center;background-image:none;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;} img {-ms-interpolation-mode: bicubic;}textarea { overflow: auto;resize: none; } span.skype_pnh_container{display:none!important;} span.skype_pnh_print_container{display:inline!important;} span[class^='skype_pnh_container']{display:none!important;} span[class^='skype_pnh_print_container']{display:inline!important;}
/* ========== 1b Base Settings ======================================= */
h1, h2, h3, h4, h5, h6, p, blockquote, div, ul, li, table, td, th, label, .bttn 
{padding: 0;margin: 0;border-style: none;text-align: left;text-indent: 0;white-space: normal;word-spacing: normal;letter-spacing: normal;font-weight: normal;background-image: none;text-transform: none;font-size: 1em;line-height: 1.5em;text-rendering: optimizeLegibility;}
/* ========== 2 Typography ========================================== */
/* ==== FontFamily =============================== */
h1, h2, h3, h4, h5, h6, p, blockquote, div, ul, li, table, td, th, label, form, .bttn, input, textarea {
	font-family: 'Roboto', sans-serif;
}
/* ==== BaseColour ============================== */
h1, h2, h3, h4, h5, h6, p, blockquote, div, ul, li, table, td, th, label, form, input, textarea {
	color: #505050;
}
/* ==== Headings ================================ */
h1 {
	font-size: 1.25em;
	line-height: 1.25em;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 60px;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	font-weight: bold;
}
h3 {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 0.5em;
}
h4 {
	font-size: 1.1em;
	line-height: 1.1em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #999
}
h5 {
	font-size: 1.1em;
	line-height: 1.1em;
	margin-bottom: 0.5em;
}
h6 {
	font-size: 1em;
	line-height: 1.1em;
	margin-bottom: 0.5em;
	color: #294284;
}
/* ==== Paragraphs/Blockquotes/Hr ===================== */
p {
	font-size: 0.95em;
	line-height: 1.6em;
	margin-bottom: 1.5em;
}
blockquote {
	padding: 0em 1em 0em 1em;
	margin: 1.5em 1.5em 2.5em 1.5em;
	font-size: 0.85em;
	line-height: 1.4em;
	text-align: right;
	font-style: italic;
	border-right: 2px #DDD solid;
}
blockquote span.citeby {
	font-size: 90%;
	line-height: 1.5em;
	text-align: right;
	font-style: normal;
	display: block;
	padding: 0.5em 0em 0em 0em;
	margin: 0em;
	color: #73C0EE;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: uppercase;
}
blockquote.cite {
	padding: 0px 20px 0px 30px;
	background-image: url('../images/icons-bullets/cite.png');
	background-repeat: no-repeat;
	background-position: 0.25em 0.25em;
}
hr {
	border-color: #DDD;
}
/* ==== BulletLists =============================== */
.points ul, .points ul ul {
	padding: 0em 0em 0em 1.25em;
	margin: 0em 0em 0.6em 0em;
	text-align: left;
	font-size: 0.90em;
	line-height: 1em;
	vertical-align: middle;
}
.points ul li {
	padding: 0em;
	margin: 0em 0em 0.5em 0em;
	font-size: 0.90em;
	line-height: 1.25em;
	list-style-type: square;
	list-style-position: outside;
	text-align: left;
	display: list-item;
	vertical-align: inherit;
}
/* ==== Nested Lists ==== */
.points ul ul {
	margin: 0.5em 1em 0.5em 1em;
}
.points ul ul li {
	font-size: 1.175em;
}
/* ==== List Anchors ==== */
.points ul li a,.points  ul li a:visited {text-decoration: none;}
.points ul li a:hover {text-decoration: none;}
/* ==== List Item Bullets ==== */
.points ul.bullets {padding: 0em;}
.points ul.bullets li {
	padding: 0em 0em 0em 1.25em;
	background-size: auto;
	list-style-type: none;
	background-image: url('../images/icons-bullets/tri-blue.png');
	background-repeat: no-repeat;
	background-position: 0.25em 0.425em;
}
.points ul.bullets ul li {background-position: 0.25em 0.4em;}
.points ul.bullets li:hover {background-image: url('../images/icons-bullets/tri-midblue.png');
}

/* ========== 3 Site Elements ======================================== */
a, a:visited {
	color: #294284;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #333;
	cursor: pointer;
	outline: none;
}
a:active {
	color: #333;
	text-decoration: none;
	background-color: transparent;
	outline: none;
}
a:focus {outline: none;}
/* ==== Font Classes ================================ */
em, i {font-style: italic;line-height: inherit;}
strong, b {font-weight: bold;line-height: inherit;}
small {font-size: 60%;line-height: inherit;}
code {font-family: Consolas, "Liberation Mono", Courier, monospace;font-weight: bold;color: #7f0a0c;}
.fontbold {font-weight: bold;}
.fontnormal {font-weight: normal;}
.fontitalic {font-style: italic;}
.fontsmall {font-size: 60%;}
.fontbig {font-size: 140%;}
.fontcolour {color: #0891C7;}
.wordbreak {-ms-word-break: break-word;word-break: break-all;word-break: break-word;}
.sup {vertical-align: super;font-size: 70%;}
.txtshadow {text-shadow: 0px -1px 0px #000;}
/* ==== Images ==================================== */
img {font-size: 1em;line-height: 1em;display: block;vertical-align: top;padding: 0em;margin: 0em;}
img.flexyleft, img.flexyright {
	border-style: none;
	text-align: center;
	width: 31%;
	height: auto;
	display: block;
}
img.flexyleft {
	float: left;
	clear: both;
	text-align: left;
	margin: 0em 1.5em 1.5em 0em;
}
img.flexyright {
	float: right;
	clear: both;
	text-align: right;
	margin: 0em 0em 1.5em 1.5em;
}
img.responsive {
	text-align: left;
	border-style: none;
	width: 100%;
	height: auto;
	display: block;
	float: none;
	margin: 0em 0em 1em 0em;
}
/* ==== Floats / Aligns =============================== */
.fltleft {float: left;}
.fltright {float: right;}
.fltmid {margin-right: auto;margin-left: auto;}
.agnleft {text-align: left;}
.agnright {text-align: right;}
.agnmid {text-align: center;}
.botgap {margin-bottom: 2em;}
.smbotmarg {margin-bottom: 1em;}
.nobotmarg {margin-bottom: 0em;}
.wordbreak {-ms-word-break: break-word;word-break: break-all;word-break: break-word;}
/* ==== Clears ==================================== */
.afltclear, .aclear, .allfloatclear 
{overflow: hidden;border-style: none;padding: 0px;margin: 0px;width: 100%;height: 0;visibility: hidden;clear: both;display: block;background-image: none;float: none;}
.clearfix:after {clear: both;content: ' ';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.clear {clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}
/* ==== Wraps ==================================== */
.rowwrap {padding: 0em;margin: 0em;text-align: center;vertical-align: top;}
.wrap {padding: 0em;margin: 0em;text-align: center;vertical-align: top;}
.fiftypercent {width: 50%;}
/* ==== Show/Hide ==== */
.shown {visibility: visible;}
.hidden {font-size: 0px;line-height: 0px;padding: 0px;margin: 0px;width: 0px;height: 0px;visibility: hidden;display: none;overflow: hidden;}
/* ==== BorderBox Model ============================ */
.bbox {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* ==== ContentBox Model ============================ */
.cbox {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
/* ==== TestButton Size (styles = .bttn) ===================== */
.testbutton {font-size: 1em;text-align: left;padding: 0em;margin: 0em 0em 2em 0em;display: block;float: none;clear: both;}
.testbutton a {font-size: 1.5em;display: inline-block;padding: 0.5em;margin: 0em;text-align: center;max-width: 240px;}
.testbutton a {*display: inline;}
/* ==== Button Style (bttn) ============================ */
/* ==== Button Hero ==== */
.bttn, .bttn:visited, a.bttn, a.bttn:visited {
	text-decoration: none;
	text-transform: none;
	cursor: pointer;
	outline: none;
	display: block;
	background-image: none;
	border-radius: 0px;
	text-shadow: none;
	box-shadow: none;
	color: #FFFFFF!important;
	border: 1px solid #2E3378;
	background-color: #2E3378;
}
/* === Button (Transition) === */
.bttn, .bttn:visited, a.bttn, a.bttn:visited {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
/* === Hover State === */
.bttn2:hover, .bttn2:active, a.bttn2:hover, a.bttn2:active {
	text-decoration: none;
	background-image: none;
	text-shadow: none;
	box-shadow: none;
	color: #3a9007!important;
	border-color: #3a9007;
	background-color: #FFFFFF;
}

.bttn2, .bttn2:visited, a.bttn2, a.bttn2:visited {
	text-decoration: none;
	text-transform: none;
	cursor: pointer;
	outline: none;
	display: block;
	background-image: none;
	border-radius: 0px;
	text-shadow: none;
	box-shadow: none;
	color: #FFFFFF!important;
	border: 1px solid #3a9007;
	background-color: #3a9007;
}
/* === Button (Transition) === */
.bttn2, .bttn2:visited, a.bttn2, a.bttn2:visited {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
/* === Hover State === */
.bttn2:hover, .bttn2:active, a.bttn2:hover, a.bttn2:active {
	text-decoration: none;
	background-image: none;
	text-shadow: none;
	box-shadow: none;
	color: #3a9007;
	border-color: #3a9007;
	background-color: #FFFFFF;
}

/* ======== 4 Layout Blocks ========================================== */
html, body {width: 100%;height: 100%;background-color: #fff;}
body {font-size: 1em;text-align: center;padding: 0em;margin: 0em;border-style: none;}
/* ==== Element Re-set ==== */
.strap, .wrapper {position: static;z-index: 0;}
/* ==== OuterWrap ==== */
.strap {
	display: block;
	float: none;
	clear: both;
}

/* ==== InnerWrap ==== */
.wrapper {
	padding: 0em;
	margin: 0em auto 0em auto;
	width: 100%;
	text-align: center;
	display: block;
	max-width: 1200px;
}
/* == Float Clearing == */
.strap:after, .wrapper:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
/* ==== StrapClasses =============================== */

#topbanner {
	width: 100%;
	height: 34px;
	font-size: 14px;
	color:#fff;
	
}

.topbutton {
	padding: 0.0em 0em 0.0em 0em;
	margin-bottom: -0.7em;
	background-color:#284589;
	color:#ffffff;
	text-align: center;
	width:33%;
	float: center;
	font-size:1.2em;
	position: fixed;
	z-index: 500;
	top: 0;
  left: 0;
	}
	
.topbutton a {
	padding: 0.20em 0em 0.40em 0em;
	background-color:#3a9007;
	color:#ffffff;
	text-align: center;
	display:block;
	}
	
.topbutton a:hover {
	padding: 0.20em 0em 0.40em 0em;
	background-color:#ff0000;
	color:#ffffff;
	text-align: center;
	display:block;
	}

.contacttopbar {
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
	}

.header {
	background-color: #FFFFFF;
}
.topnav {
	height: 45px;
	background-color: #333;
	border-bottom: 0px #fff solid;
}
.main {
	padding: 1em 0em 0em 0em;
}
.footer {
	padding: 0.5em 0em 1em 0em;
	background-color: #333;
}

.basecontactbody {
	padding: 0em 0em 0em 0em;
	background-color: #2a6b2f;
}

.newsbar {
	padding: 2em 0em 1em 0em;
	background-color: #f1f5f8;
}

.newsbar h3 {
	font-size: 1.3em;
	line-height: 1.1em;
	margin-top: 1.0em;
	margin-bottom: 0.8em;
	text-align: center;
	font-weight: bold;
}

.newsbar h5 {
	font-size: 1.0em;
	line-height: 1.1em;
	margin-top: 1.8em;
	margin-bottom: 0.8em;
	text-align: left;
	font-weight: bold;
}

.newsbar p {
	text-align: center;
	margin-bottom: 1.5em;
}

.newsbar2 p {
	text-align: left;
	margin-bottom: 1.5em;
}

.newsbar img {
	border: 1px solid #96B0D7;
}

.twitterbar {
	padding: 2em 0em 1em 0em;
}

.twitterbar h3 {
	font-size: 1.3em;
	line-height: 1.1em;
	margin-top: 1.0em;
	margin-bottom: 0.8em;
	text-align: left;
	font-weight: bold;
}

/* ==== Feature Straps ============================== */
/* ==== FeatureBG (For IE 8+7) ==== */
img.bg {display: none;}
/* ==== Feature BackGrounds ==== */
.feature {
	overflow: hidden;
	padding: 4.25em 0em 0em 0em;
	min-height: 400px;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom:15px;
	text-align: center;
}
/* ==== Feature BG Classes ==== */
.feature {
	background-image: url('../images/cityscape.jpg');
}
.feature.sheet {
	background-image: url('../images/sheet2.jpg');
}
/* ==== Feature FontWork ==== */
.feature h1 {
	color: #FFF;
	font-size: 35px;
	text-align: center;
}

.feature p {
	color: #ffffff;
	font-size: 18px;
	text-align: center;
}

/* ========== 5 Page Styles ========================================== */
/* ==== Header =================================== */
#banner {
	padding: 0.5em 0em 0.5em 0em;
	margin: 0em;
	text-align: center;
	float: none;
	clear: both;
	width: 100%;
	z-index: 5;
	position: relative;
}
/* == Float Clearing == */
#banner:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
/* ==== BannerLogo's ============================= */
/* ==== StAnns Logo ==== */
.stoveslogo {
	text-align: left;
	vertical-align: top;
	display: block;
	float: left;
	clear: both;
	max-width: 406px;
}
.stoveslogo {*width: 406px;}
.stoveslogo img {display: block;float: none;width: 100%;height: auto;}
/* ==== BannerContact ============================ */
.bannercontact {
	text-align: right;
	display: block;
	float: right;
	clear: none;
	line-height: 1em;
}
.bannercontact h6 {
	background-position: right center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	text-align: right;
	font-size: 18px;
	font-weight: normal;
	height: 30px;
	line-height: 27px;
	background-repeat: no-repeat;
}

.bannercontact h6 a, .bannercontact h6 a:visited {
	color: #294284;
	}
	
.bannercontact h6 a:hover, .bannercontact h6 a:active {
	color: #333;
	}



/* ==== ContactForm Link ==== */
.bannercontact h6.bcform {padding-right: 0px;background-image: none;}
/* ==== CForm Anchor ==== */
.bannercontact h6.bcform a, .bannercontact h6.bcform a:visited {
	margin: 0em;
	padding: 0em 0.5em 0em 0.5em;
	text-align: center;
	display: block;
	font-weight: normal;
	font-size: 19px;
	line-height: 28px;
	height: 30px;
	text-transform: lowercase;
	font-variant: small-caps;
	background-color: #333;
	color: #fff;
}
/* ==== CForm Anchor Hover ==== */
.bannercontact h6.bcform a:hover, .bannercontact h6.bcform a:active {
	color: #333;
	background-color: #fff;
}
/* ==== ContactBar (CBar) ========================== */
#contactbar {
	text-align: center;
	line-height: 50px;
	vertical-align: top;
	float: right;
	clear: right;
	width: 50px;
}
/* ==== CBar Anchors ==== */
#contactbar a {
	overflow: hidden;
	text-align: center;
	vertical-align: top;
	text-indent: -99em;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	display: block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px 50px;
}
/* ==== CBar Anchor Classes ==== */
#contactbar a.telphone {background-image: url('../images/icons-bullets/icon-phone.png');}
#contactbar a.maile {background-image: url('../images/icons-bullets/icon-email.png');}
/* ==== CBar Anchor Classes Hover ==== */
#contactbar a.telphone:hover, #contactbar a.telphone:active {background-image: url('../images/icons-bullets/icon-phone-hover.png');}
#contactbar a.maile:hover, #contactbar a.maile:active {background-image: url('../images/icons-bullets/icon-email-hover.png');}
/* ==== CBar Hide ==== */
#contactbar {display:none;}
/* ==== SocialBar ==== */
#social {
	vertical-align: top;
	float: right;
	clear: right;
	line-height: 30px;
	height: 30px;
}
#social {*width: 150px;}
/* ==== SocialBar Anchors ==== */
#social a {display: inline-block;float: right;clear: none;}
#social a {*display: inline;}
/* ==== SocialBar Images ==== */
#social a img {display: block;height: auto;margin-left: 5px;width: 30px;}
/* ==== Breadcrumbs ============================ */
h1.crumbtitle {
	padding: 0em;
	margin: 2em 0em 0.1em 0em;
	font-weight: bold;
	color: #333;
}
.crumbs {
	font-size: 0.75em;
	line-height: 1.25em;
	margin-bottom:20px;
}
.crumbs span {
	font-weight: normal;
}
.crumbs a, .crumbs a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #888;
}
.crumbs a:hover, .crumbs a:active {
	text-decoration: none;
	color: #2E3378;
}
.crumbs a:first-child, .crumbs a:first-of-type {font-weight: bold;}
/* ==== Feature Article ============================ */
.feature-article {
	position: relative;
	text-align: center;
	z-index: 2;
	margin-bottom: 0em;
}
.feature-article {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;width: 100%;height: auto;}
/* ==== Feature-Article Blocks ==== */
.article-media, .article-body {
	font-size: 1em;
	text-align: center;
	vertical-align: top;
	margin: 0em;
	padding: 0em;
	display: table-cell;
	position: relative;
	z-index: 1;
}
/* ==== Article-Media ==== */
.article-media {
	overflow: hidden;
	width: 41%;
}
.article-media img {padding: 0em;margin: 0em;height: auto;width: 100%;float: none;display: block;}
/* ==== Article-Body ==== */
.article-body {
	padding: 1em 1em 1em 1em;
	width: 100%;
	text-align: center;
}
/* ==== Article-Body NoLink ==== */
.feature-article.nolink .article-body {padding: 1em;}
/* ==== Article-Link ==== */
.article-link {
	font-size: 1em;
	padding: 0em;
	margin: 0em 1em 0em 1em;
	text-align: center;
	height: 2em;
	display: block;
	float: none;
	clear: both;
	position: absolute;
	z-index: 2;
	bottom: 1em;
	left: 0;
	right: 0;
}
/* ==== Article-Link Anchor ==== */
.article-link a, .article-link a:visited {
	font-size: 0.9em;
	line-height: 1.9em;
	height: 1.95em;
	text-align: center;
	padding: 0em 1em 0em 1em;
	margin: 0em;
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0em;
	color: #fff;
	border: 1px solid #333;
	background-color: #333;
	text-transform: lowercase;
	font-variant: small-caps;
}
/* ==== Article-Link Anchor Hover ==== */
.article-link a:hover, .article-link a:active {
	color: #FFFFFF;
	border-color: #8c867d;
	background-color: #8c867d;
}
/* ==== Article-Link Arrow ==== */
.article-link a:after, .article-link a:before {
	padding: 0em;
	margin: 0em;
	border-style: solid;
	position: absolute;
	content: '';
	font-size: 16px;
	left: 30px;
	bottom: 100%;
	border-width: 10px;
	margin-left: -10px;
}
.article-link a:after {
	border-color: transparent transparent #333 transparent;
}
.article-link a:before {
	border-color: transparent transparent #333 transparent;
	border-width: 11px;
	margin-left: -11px;
	margin-bottom: 0.7px;
}
/* ==== Article-Link Arrow Hover ==== */
.article-link a:hover:after, .article-link a:hover:before {
	border-color: transparent transparent #8c867d transparent;
}
/* ==== Feature-Article Contents ==== */
.article-body p {
	color: #000;
}
.article-body p {
	font-size: 1.6em;
}

.article-body h2 {
	font-size: 4.6em;
	color: #000;
	text-align: center;
}

/* ==== Flexslider ================================ */
#flexwrapper.textpag {position: relative;z-index: 1;margin-bottom: 0em;}
#flexwrapper.textpag .flexslider {border-style: none;background-color: transparent;margin-bottom: 1em;}
.flexslider .slides li .feature-article {margin-bottom: 0em;}
/* ==== PagMenu ================================ */
.pagmenu {
	font-size: 1em;
	text-align: center;
	line-height: 1em;
	border-style: none;
	padding: 0em;
	margin: 0em;
	display: block;
	width: 100%;
	min-height:2em;
	background-image: none;
	list-style-type: none;
	position: relative;
	z-index: 2;
	float: none;
	clear: both;
}
/* ==== PagMenu ListItems ==== */
.pagmenu li {display: inline-block;float: none;}
.pagmenu li {font-size: 1em;text-align: center;padding: 0em;margin: 0em;border-style: none;display: inline-block;list-style-type: none;list-style-position: outside;clear: none;}
/* ==== PagMenu Anchors ==== */
.pagmenu li a, .pagmenu li a:visited {
	padding: 0em 0.5em 0em 0.5em;
	margin: 0em 0.25em 0.5em 0.25em;
	font-size: 0.9em;
	line-height: 1.8em;
	text-align: center;
	height: 2em;
	display: block;
	color: #FFF;
	background-color: #519acf;
}
/* ==== PagMenu Anchors Hover/Active ==== */
.pagmenu li a:hover, .pagmenu li a:active, .pagmenu li a.flex-active:hover, .pagmenu li a.flex-active:active {
	background-color: transparent;
	background-image: url('../images/icons-bullets/trans.png');
	background-repeat: repeat;
	color: #333;
}
/* ==== PagMenu Anchors Active Class ==== */
.pagmenu li a.flex-active {
	text-decoration: none;
	background-image: none;
	color: #FFFFFF;
	background-color: #333;
}
/* == Float Clearing == */
.articlebox:after, .pagmenu:after {content: "\0020";display: block;height: 0;clear: both;visibility: hidden;}
/* ==== Box-Headings ============================== */
.box-heading {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	border-style: none;
	padding: 0.3em 0.5em 0.5em 0.5em;
	margin-bottom: 1em;
	line-height: 1.15em;
	display: block;
	position: relative;
	z-index: 1;
	color: #fff;
	background-color: #8c867d;
}
/* ==== Box-Headings Links ==== */
.box-heading a, .box-heading a:visited {
	color: #FFF;
}
.box-heading.white a, .box-heading.white a:visited {
	color: #888;
}
.box-heading a:hover, .box-heading a:active, .box-heading.white a:hover, .box-heading.white a:active {
	color: #73C0EE;
}
/* ==== On Paragraph ==== */
p.box-heading {
	padding: 1.25em 1.25em 1.5em 1.25em;
	margin-bottom: 1.5em;
}
/* ==== On Div ==== */
div.box-heading {
	padding: 1.25em 1em 1.5em 1em;
	font-size: 0.85em;
	margin-bottom: 1.25em;
}
/* ==== Arrow for Box-Headings ==== */
.box-heading:after {
	padding: 0em;
	margin: 0em;
	border-style: solid;
	border-width: 11px;
	position: absolute;
	content: '';
	left: 20px;
	font-size: 16px;
	top: 100%;
	border-color: #57565B transparent transparent transparent;
}
/* ==== No Arrow Box-Headings ==== */
.box-heading.noarrow:after {display: none;}
/* ==== BlueDark Box-Headings ==== */
.box-heading.blue {
	background-color: #294284;
}
.box-heading.blue:after {
	border-top-color: #294284;
}
/* ==== BlueMid Box-Headings ==== */
.box-heading.midblue {
	background-color: #519acf;
}
.box-heading.midblue:after {
	border-top-color: #519acf;
}
/* ==== White Box-Headings ==== */
.box-heading.white {
	background-color: #FFF;
	color: #888;
}
.box-heading.white:after {
	border-top-color: #FFF;
}

#signup {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	border-style: none;
	padding: 0.8em 0.9em 0.8em 0.9em;
	margin-bottom: 1em;
	line-height: 1.25em;
	display: block;
	position: relative;
	z-index: 1;
	color: #fff;
	background-color: #670000;
}
/* ==== Box-Headings Links ==== */
#signup a, #signup a:visited {
	color: #ffffff;
}

#signup a:hover, #signup a:active {
	color: #ff0000;
}

#signup:after {
	padding: 0em;
	margin: 0em;
	border-style: solid;
	border-width: 11px;
	position: absolute;
	content: '';
	left: 20px;
	font-size: 16px;
	bottom: 100%;
	border-color:  transparent transparent #670000 transparent;
}

.picdescription {
	font-size: 12px;
	padding-top:7px;
	}

.cta {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	border-style: none;
	padding: 0.8em 0.9em 0.8em 0.9em;
	margin-bottom: 1em;
	line-height: 1.25em;
	display: block;
	position: relative;
	z-index: 1;
	color: #fff;
	background-color: #670000;
}
/* ==== Box-Headings Links ==== */
.cta a, #cta a:visited {
	color: #ffffff;
}

.cta a:hover, .cta a:active {
	color: #ff0000;
}


/* ==== BorderBox ================================== */

.borderbox {
	margin: 0em;
	border: 0px solid #DDDDDD;
	text-align: center;
}
/* ==== BorderBox Borders ==== */
.borderbox.brdblue {
	border-color: #2E3378;
}
.borderbox.brdmidblue {
	border-color: #0073AD;
}
/* ==== BorderBox Backgrounds ==== */
.borderbox.whitebg {
	background-color: #FFFFFF;
}
.borderbox.bluebg {
	background-color: #73C0EE;
}
.borderbox.bluebg p {
	color: #FFF;
}
/* ==== 100% Height ==== */
.gridblocks-inner .borderbox {position: relative;height: 100%;}
/* ==== BorderBox Contents ==== */
.borderbox p {
	padding-right: 0em;
	padding-left: 0em;
	font-size: 15px;
	line-height: 22px;
	text-align:center;
	color: #505050;
}

.borderbox img {
	padding-right: 0em;
	padding-left: 0em;
	height: auto;
	width: 90%;
	float: none;
	display: block;
	margin-bottom:10px;
	text-align: center;
}

.borderbox h4 {
	padding-right: 0em;
	padding-left: 0em;
	padding-top: 1em;
	font-size: 23px;
	text-align: center;
}

.borderbox2 {
	margin: 0em;
	border: 0px solid #DDDDDD;
	text-align: left;
}

.borderbox2 p {
	padding-right: 0em;
	padding-left: 0em;
	font-size: 15px;
	line-height: 22px;
	text-align:left;
	color: #505050;
}

/* ==== PromoBox ================================== */
.promobox {padding: 1em;margin: 0em 0em 1.5em 0em;display: block;float: none;clear: both;width: 100%;}
/* ==== PromoBox Colours ==== */
.promobox {
	background-color: #e5e5e5;
}
.promobox.altcolour {
	background-color: #2E3378;
}
/* == Float Clearing == */
.promobox {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
.promobox:after, .promobox-media:after, .promobox-body:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
/* ==== PromoBox NORMAL ==== */
.promobox-media, .promobox-body {display: block;clear: none;width: 50%;}
/* ==== PromoBox Media ==== */
.promobox-media {float: left;width: 31%;text-align: center;}
/* ==== PromoBox Body ==== */
.promobox-body {float: right;width: 69%;}
/* ==== PromoBox SWITCH ==== */
.promobox.switch .promobox-media {float: right;clear: none;}
.promobox.switch .promobox-body {float: left;clear: none;}
/* ==== PromoBox Inner ==== */
.promoboxinner {font-size: 1em;padding: 0em;margin: 0em;display: block;position: relative;}
.promobox-body .promoboxinner {padding: 0em 0em 0em 1em;}
.promobox.switch .promobox-body .promoboxinner {padding: 0em 1em 0em 0em;}
.promobox-media img {width: 100%;height: auto;padding: 0px;margin: 0px auto 0px auto;display: block;}
/* ==== LinkBar ========================== */
.promobox p {padding-bottom: 1.8em;display: block;margin-bottom: 0em;}
.promobox p:last-of-type {padding-bottom: 2.5em;}
.linkbar {font-size: 1em;padding: 0em;margin: 0em;text-align: right;height: 2em;display: block;float: none;clear: both;position: absolute;z-index: 2;bottom: 0;left: 0em;right: 0em;}
.linkbar a, .linkbar a:visited {border: none;font-size: 1em;line-height: 1em;text-align: center;padding: 0em;margin: 0em;display: inline;position: relative;top: 0px;left: 0em;height: 2em;text-decoration: none;}
/* ==== PromoBox LinkBar (Normal) ==== */
.promobox .linkbar {text-align: left;height: 1.25em;bottom: 0;left: 1em;right: 1em;}
.promobox .linkbar a {top: auto;bottom: 0;line-height: 1.25em;}
/* ==== PromoBox LinkBar (Switch) ==== */
.promobox.switch .linkbar {text-align: right;}
/* ==== LinkBar Anchors Normal ==== */
.linkbar a, .linkbar a:visited {
	font-size: 0.9em;
	color: #FFFFFF;
}
/* ==== LinkBar Anchors Hover ==== */
.linkbar a:hover, .linkbar a:active {
	color: #57565B;
}

#showroom-buttons {
	position: absolute;
	left: 0;
	right: 0;
	margin-top: -1.2em;
	}

.promolinkleft {
	font-size: 1em;
	padding: 0em;
	margin: 0em 0em 0em 1em;
	text-align: left;
	display: block;
	float: left;
	clear: both;
	position: relative;
	z-index: 2;
}

.promolinkright {
	font-size: 1em;
	padding: 0em;
	margin: 0em 0em 0em 0em;
	text-align: right;
	display: block;
	float: right;
	clear: both;
	position: relative;
	z-index: 2;
}

/* ==== Article-Link Anchor ==== */
.promolinkleft a, .promolinkleft a:visited, .promolinkright a, .promolinkright a:visited {
	font-size: 0.9em;
	line-height: 1.9em;
	height: 1.95em;
	text-align: center;
	padding: 0em 1em 0em 1em;
	margin: 0em;
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0em;
	color: #fff;
	background-color: #333;
	text-transform: lowercase;
	font-variant: small-caps;
}
/* ==== Article-Link Anchor Hover ==== */
.promolinkleft a:hover, .promolinkleft a:active, .promolinkright a:hover, .promolinkright a:active {
	color: #FFFFFF;
	border-color: #8c867d;
	background-color: #8c867d;
}


/* ==== LinkBar Anchors AltColour Hover ==== */
.promobox.altcolour .linkbar a:hover, .promobox.altcolour .linkbar a:active {
	color: #73C0EE;
}
/* ==== PromoBox Text/Font Colour ==== */
.promobox div,
.promobox h1,
.promobox h2,
.promobox h4,
.promobox h5,
.promobox h6,
.promobox p,
.promobox blockquote,
.promobox li {
	color: #333;
}

.promobox h3, {
color: #333;}
/* ==== Paragraph Size (min=0.75em) ==== */
.promobox p {
	font-size: 0.8em;
}
/* ==== Base Contact (BC) ============================ */
.basecontact {
	text-align: center;
	padding: 1em 1em 0.1em 1em;
	margin: 2em 0em 0em 0em;
	color: #FFFFFF;
	position: relative;
	width: 100%;
}

/* ==== BC GridInner ==== */
.basecontact .grid-inner {margin-bottom: 1em;}
/* ==== BC Paragraph ==== */
.basecontact p {
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
}
/* ==== BC Anchors ==== */
.basecontact a, .basecontact a:visited {
	border-radius: 3px;
	font-size: 1.1em;
	text-align: left;
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin: 0em;
	display: block;
	color: #2a6b2f;
	background-color: #FFFFFF;
	height: 30px;
	line-height: 29px;
}
/* ==== BC Anchor Hover ==== */
.basecontact a:hover, .basecontact a:active {
	color: #2a6b2f;
	background-color: #dbe4ed;
}
/* ==== BC Images ==== */
.basecontact a img {
	margin: 0em;
	padding: 0em 0.25em 0em 0em;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	clear: both;
	float: left;
}

.moredetails {
	font-size: 1em;
	padding: 0em;
	margin: 0em;
	text-align: left;
	float:left;
	height: 2em;
}
.moredetails a, .moredetails a:visited {
	border: none;
	font-size: 1em;
	line-height: 2em;
	text-align: center;
	padding: 0em 1em 0em 1em;
	margin: 0em;
	display: inline-block;
	top: 0px;
	left: 0em;
	height: 2em;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #002D62;
}
.moredetails a:hover, .moredetails a:active {
	color: #FFFFFF;
	background-color: #111111;
	text-decoration: none;
}

.moredetails2 {
	font-size: 1em;
	padding: 0em;
	margin: 0em;
	margin-top: 1em;
	text-align: left;
	float:left;
	height: 2em;
}
.moredetails2 a, .moredetails2 a:visited {
	border: none;
	font-size: 1em;
	line-height: 2em;
	text-align: center;
	padding: 0em 1em 0em 1em;
	margin: 0em;
	display: inline-block;
	top: 0px;
	left: 0em;
	height: 2em;
	text-decoration: none;
	color: #3a9007;
	background-color: #ffffff;
}
.moredetails2 a:hover, .moredetails2 a:active {
	color: #ffffff;
	background-color: #ff0000;
	text-decoration: none;
}

/* ----------------- Testimonials --------------------- */
.quote {padding: 0px 20px 0px 20px;margin: 10px 20px 25px 20px;font-size: 14px;line-height: 1.6em;text-align: left;font-style: italic;border-left: 2px #5F5D5A solid;font-weight: normal;display: block;float: none;clear: both;}
.quote span.citeby {font-size: 13px;line-height: 1.5em;text-align: left;font-style: normal;font-weight: normal;display: block;padding: 10px 0px 0px 0px;margin: 0px;color: #DC8D3D;}


/* ==== QuickLinkBox ============================== */
.qlbox {
	text-align: left;
	display: block;
	font-size: 1em;
}

/* ==== QLink H6 Heading ==== */
.qlbox h6 {
	border-style: none;
	padding: 0.5em;
	margin: 0em 0em 1em 0em;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	line-height: 1.2em;
	text-align: left;
	background-color: #FFFFFF;
	position: relative;
	text-transform: lowercase;
	font-variant: small-caps;
	letter-spacing: 0.075em;
}

/* ==== QLink:Hover H6 ==== */
.qlbox:hover h6 {
	color: #73C0EE;
}
/* ==== QLink H5 Heading ==== */
.qlbox h5 {
	padding: 0em 0em 0.25em 0em;
	margin: 0em 0em 1em 0em;
	font-size: 1.0em;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 1.1em;
	text-align: left;
	position: relative;
	letter-spacing: 0.075em;
}


.qlbox {margin: 0px 10px 0px 15px;width: 200px;float: left;padding: 0px;}
.qlbox p {padding: 0px;margin: 0px 0px 10px 0px;font-size: 12px;}
span.tidy, span.tidy2 {width: 70px;text-align: right;display: inline-block;padding: 0px 10px 0px 0px;margin: 0px;}
span.tidy2 {width: 40px;}
span.tidy3 {width: 90px;text-align: right;display: inline-block;padding: 0px 10px 0px 0px;margin: 0px;}
.qlbox ul {padding: 0px;list-style: none;margin-bottom: 10px;}
.qlbox ul li {font-size:13px; color:#fff;}
.qlbox ul li a {color: #C0C0C0;	display: inline;}
.qlbox ul li a:hover, .footerColumns ul li a:active {color: #ffffff;}
/* Info Lists */
.qlbox.borderlist ul li,
ul.borderlist li {padding: 5px 0px 5px 0px;text-align: left;}
ul.addresslist li {padding: 5px 0px 5px 0px;text-align: left;}
.qlbox.borderlist ul li:last-of-type,
ul.borderlist li:last-of-type {;border-bottom: none;box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;}
ul.addresslist li {padding: 5px 0px 5px 0px;text-align: left;}

#opening ul {padding: 0px;list-style: none;margin-bottom: 10px;font-size: 0.9em;}
	

.footerBase {font-size: 1em;padding: 20px 20px 10px 0px;margin: 0px;display: block;float: none;clear: both;text-align: center;line-height: 30px;background-image: none; background-color: #ff0000;}
.footerBase p.baseSocial {font-size: 14px;text-align: left;padding: 0px;margin: 0px;width: 45%;line-height: 28px;height: 30px;display: block;float: left;clear: both;color: #C0C0C0;}
p.baseSocial {overflow: hidden;text-align: right;float: right; clear: none;padding: 0px;margin: 0px;}
p.baseSocial a {overflow: hidden;padding: 0px;margin: 0px 0px 0px 5px;width: 25px;height: 25px;display: inline-block;background-repeat: no-repeat;background-position: center center;text-align: center;}
p.Social {overflow: hidden;text-align: left;float: left;clear: none;padding: 0px;margin: 0px;}
p.Social a {overflow: hidden;padding: 0px;margin: 0px 0px 0px 5px;width: 25px;height: 25px;display: inline-block;background-repeat: no-repeat;background-position: center center;text-align: center;}
/* social link classes */
a.base-insta {	background-image: url('../images/insta-grey.png');}
a.base-insta:hover, a.base-insta:active {background-image: url('../images/insta-blue.png');}
a.base-google {background-image: url('../images/google-grey.png');}
a.base-google:hover, a.base-google:active {background-image: url('../images/google-red.png');}
a.base-twitter {background-image: url('../images/twitter-grey.png');}
a.base-twitter:hover, a.base-twitter:active {background-image: url('../images/twitter-blue.png');}
a.base-facebook {background-image: url('../images/facebook-grey.png');}
a.base-facebook:hover, a.base-facebook:active {background-image: url('../images/facebook-blue.png');}
a.base-linkedin {background-image: url('../images/linkedin-grey.png');}
a.base-linkedin:hover, a.base-linkedin:active {background-image: url('../images/linkedin-blue.png');}
p.baseSocial a {*display:block;*float:right;*vertical-align: top;*clear: none;}

/* ==== Copyright Bar ============================= */
.copy {
	font-size: 0.85em;
	text-align: left;
	padding: 0em 0em 0.2em 0em;
	margin: 1em 0em 0.2em 0em;
	float: left;
	color: #AAA;
}
.copy a, .copy a:visited {text-decoration: none;color: #CCC;}
.copy a:hover, .copy a:active {text-decoration: none;color: #73C0EE;}

/* ==== Copyright Bar ============================= */
.footertext {
	font-size: 0.75em;
	text-align: center;
	padding: 0.95em 0em 0.1em 0em;
	margin: 1em 0em 0.1em 0em;
	color: #fff;
	display: block;
	float: left;
	clear: both;
}
.footertext a, .footertext a:visited {text-decoration: none;color: #CCC;}
.footertext a:hover, .footertext a:active {text-decoration: none;color: #73C0EE;}

/* ==== SiteLinks ================================ */
.sitelinks {font-size: 1em;}
.sitelinks .grid-inner {margin-bottom: 0.25em;font-size: 1em;text-align: center;line-height: 1.2em;}
.sitelinks a, .sitelinks a:visited {text-decoration: none;font-size: 0.75em;line-height: 1.15em;}
.sitelinks a, .sitelinks a:visited {color: #CCC;}
.sitelinks a.currentsite {color: #73C0EE;}
.sitelinks a:hover, .sitelinks a:active {color: #2E3378;}
/* ==== Designer Link ============================= */
.designer {
	padding: 0em;
	margin: 0em 0em 1.5em 0em;
	text-align: right;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 2em;
	display: block;
}

/* ========== 6 Modules ============================================= */
/* ==== Gallery ================================== */
figure.gallery {
	font-size: 1em;
	line-height: 1em;
	text-align: left;
	vertical-align: top;
	padding: 0em;
	margin: 0em;
	display: block;
	float: none;
	position: relative;
	z-index: 0;
	overflow: hidden;
	width: 100%;
	clear: both;
}
/* ==== Images ==== */
figure.gallery img {
	width: 100%;
	height: auto;
	display: block;
	float: none;
	padding: 0em;
	margin: 0em;
}
/* ==== White BG (mediagallery class on gridblocks-wrap ==== */
.gridblocks-wrap.mediagallery .gridblocks-inner {background-color: #FFFFFF;}
/* ==== Captions ==== */
figure.gallery figcaption, .gallerycaption {
	font-size: 0.75em;
	line-height: 2.5em;
	padding: 0em;
	margin: 0em;
	font-weight: normal;
	text-align: center;
	display: block;
	float: none;
	clear: both;
	color: #999;
}
.gallerycaption.vidlink {
	background-position: 10px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	border-style: none;
	padding: 10px 10px 10px 30px;
	margin-bottom: 1em;
	line-height: 1em;
	display: block;
	position: relative;
	z-index: 0;
	color: #FFFFFF;
	background-color: #333;
	font-size: 0.8em;
	background-image: url('../images/icons-bullets/tri-white.png');
	background-repeat: no-repeat;
}
.vidlink a, .vidlink a:visited {
	color: #FFF;
}
.vidlink a:hover, .vidlink a:active {
	color: #d1cbc1;
	text-decoration: none;
}

/* ==== OverLay Link Icon ===========================
<div class="overlay">
	<a class="linkicon" href="#"></a>
</div><!-- overlay -->
============================================ */
.overlay {
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.0);
	filter: Alpha(opacity=00);
}
/* ==== LinkIcon ==== */
.overlay a.linkicon {
	background-image: url('../images/icons-bullets/linkicon.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 1);
	display: block;
	position: absolute;
	top: -50%;
	left: 50%;
	border-radius: 3px;
	transition: all 0.4s ease-in-out 0s;
	padding: 5px;
	width: 20px;
	height: 20px;
	margin-top: -15px;
	margin-left: -15px;
}
/* ==== LinkIcon Hover ==== */
.overlay:hover a.linkicon {
	top: 50%;
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 1);
}
/* ==== OverLay Hover ==== */
.overlay:hover {
	background-color: rgba(0, 0, 0, 0.5);
	filter: Alpha(opacity=50);
}
/* ==== Coloured Filters ============================ */
figure.coloured a:before {
	content: ' ';
	position: absolute;
	left: 0em;
	line-height: inherit;
	font-size: inherit;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 8;
	background-color: #000;
}
figure.coloured a:before {
	opacity: 0.25;
	-moz-opacity: 0.25;
	-webkit-opacity: 0.25;
	-khtml-opacity: 0.25;
	-ms-filter: "Alpha(opacity=25)";
	filter: Alpha(opacity=25);
	-webkit-transition: opacity 0.25s ease-out;
	-moz-transition: opacity 0.25s ease-out;
	-o-transition: opacity 0.25s ease-out;
	-ms-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
}
figure.coloured a:hover:before, figure.coloured a:active:before {
	opacity: 0.00;
	-moz-opacity: 0.00;
	-webkit-opacity: 0.00;
	-khtml-opacity: 0.00;
	-ms-filter: "Alpha(opacity=00)";
	filter: Alpha(opacity=00);
}
/* === Filter Classes === */
figure.coloured a.red:before {
	background-color: #FF0000;
}
figure.coloured a.blue:before {
	background-color: #0000FF;
}
figure.coloured a.green:before {
	background-color: #00FF00;
}
figure.coloured a.yellow:before {
	background-color: #FFFF00;
}
.twitterbox {position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;z-index: 0!important; background-color:#FF0;}
/* ==== VidWrap (padding-bottom 56.25% = 16.9 [9 / 16]) ========
<param name="wmode" value="opaque">
<embed wmode="opaque"
<param name="wmode" value="transparent">
<embed wmode="transparent" ========================== */
.vidwraptitle {
	font-size: 1.1em;
	line-height: 1.1em;
	margin-bottom: 0.5em;
	margin-left: 1em;
}
.vidwrap {position: relative;padding: 0em 0em 56.25% 0em;margin: 0em;height: 0px;overflow: hidden;z-index: 0;}
.vidwrap iframe, .vidwrap object, .vidwrap embed {position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;z-index: 0!important;}
/* ==== Feature Google-Map ==== */
.gmap .vidwrap {padding: 2em 0em 20.25% 0em;}
/* ==== GridBlocks ================================= */
/* ==== GridBlock-Wrap ======== */
.gridblocks-wrap 
{padding: 0em;margin: 0em -1em 0em -1em;text-align: center;vertical-align: top;font-size: 1em;display: block;float: none;clear: both;line-height: 1.5em;position:static;z-index: 0;}
/* == Float Clearing == */
.gridblocks-wrap:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden;}
/* ==== GridBlocks ==== */
.gridblocks-wrap .gridblock,
.gridblocks-wrap .gridblock2,
.gridblocks-wrap .gridblock3,
.gridblocks-wrap .gridblock4,
.gridblocks-wrap .gridblock5,
.gridblocks-wrap .gridblock75,
.gridblocks-wrap .gridblock25,
.gridblocks-wrap .gridblock60,
.gridblocks-wrap .gridblock40,
.gridblocks-wrap .gridblock34,
.gridblocks-wrap .gridblock14,
.gridblocks-wrap .gridblock13,
.gridblocks-wrap .gridblock23,
.gridblocks-wrap .gridblock2third,
.gridblocks-wrap .gridblock1third
{font-size: 1em;line-height: 1.5em;text-align: center;vertical-align: top;padding: 0em 0.5em 0em 0.5em;margin: 0em;display: block;width: 100%;height: auto;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
/* ==== Inner ==== */
.gridblocks-inner {font-size: 1em;text-align: center;display: block;float: none;padding: 0em;margin: 0em 0.5em 1.5em 0.5em;position: relative;z-index: 0;}
/* ==== GridBlock 100% ======== */
.gridblocks-wrap .gridblock {width: 100%;float: none;}
/* ==== GridBlock 50% ======== */
.gridblocks-wrap .gridblock2 {width: 50%;float: left;}
/* ==== 50% Float CSS ==== */
.gridblocks-wrap .gridblock2:nth-child(odd) {float: left;clear:both;}
.gridblocks-wrap .gridblock2:nth-child(even) {float: right;clear:none;}
/* ==== GridBlock 33% ======== */
.gridblocks-wrap .gridblock3 {width: 33.33%;float: left;}
/* ==== GridBlock 25% ======== */
.gridblocks-wrap .gridblock4 {width: 25%;float: left;}
/* ==== GridBlock 20% ======== */
.gridblocks-wrap .gridblock5 {width: 20%;float: left;}
/* ==== GridBlock 75+25% ======== */
.gridblocks-wrap .gridblock75 {width: 75%;float: left;clear:both;}
.gridblocks-wrap .gridblock25 {width: 25%;float: right;clear:none;}
/* ==== GridBlock 60+40% ======== */
.gridblocks-wrap .gridblock60 {width: 60%;float: left;clear:both;}
.gridblocks-wrap .gridblock40 {width: 40%;float: right;clear:none;}
/* ==== GridBlock 3/4+1/4 ======== */
.gridblocks-wrap .gridblock34 {width: 75%;float: right;clear:none;}
.gridblocks-wrap .gridblock14 {width: 25%;float: left;clear:both;}
/* ==== GridBlock 1/3+2/3 ======== */
.gridblocks-wrap .gridblock13 {width: 33.33%;float: left;clear:both;}
.gridblocks-wrap .gridblock23 {width: 66.66%;float: right;clear:none;}
.gridblocks-wrap .gridblock2third {width: 66.66%;float: left;clear:both;}
.gridblocks-wrap .gridblock1third {width: 33.33%;float: right;clear:none;}

.factsbox {
	background-color: #d5e3ee;
	padding:2em;
	margin-bottom:1em;
	}

.tenfacts {
	text-align: left;
	padding: 0em;
	margin: 0em 0em 0em 0em;
	font-size: 1.0em;
	}
	
.tenfactstitle {
	text-align: left;
	padding: 0em;
	margin: 0em 0em 0em 0em;
	font-size: 1.0em;
	font-weight: bold;
	}
	
.tenfacts p {
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;
	}
	
#cspanel{
	margin-bottom: 10px;
	margin-right: 3px;
	border-radius: 5px;
	background-color:#d5e0ec;
	text-align:center;
	color:#294284;
	}
	
#cspanel a, a:visited #d5e0ec; 15px 10px a:hover {
	background-color:#519acf;
	color:#ffffff;}

.cstitle {
	font-weight:bold;}
	
.cstext{ 18px;}
	
.cstext2{}
	
.cstitle a:visited, .cstext .cstext2 a:hover,
	{color:#fff;}


article {margin-bottom: 3rem; position: relative; *zoom: 1;}
article:before, article:after {content: table;} both section:first-of-type section:last-of-type {display: none;
section {-webkit-transition: .125s linear; -moz-transition: -ms-transition: -o-transition: transition: linear;}
input[type=checkbox] {border: clip: rect(0 0 0); 1px; width: -1px; overflow: hidden; absolute;}

[for="read_more"]{position: absolute; bottom: -3rem; left: 130px; center; float:left; .35rem;border: solid #3a9007; color: #3a9007;margin-bottom:5px; margin-top:5px;}]:hover {background: #fff;}] span:last-of-type ~ visible; 100%;} span:first-of-type visible;} #3a9007;margin-bottom:10px; margin-top:10px;}

/* ========== 7 Form Styles ========================================== */
.contactform {
	padding: 0em;
	margin: 0em 0em 1em 0em;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
	width: auto;
}

.contactformouter {
	background-color: #e6ffe6;
	border: 1px solid #3a9007;
	padding: 1.5em;
	padding-botttom: 0em;
}

/* ==== ContactForm Max-Width ====
.contactform {max-width: 400px;}
*/
/* ==== ContactForm Stucture ======================= */
.contactform ol {
	padding: 0em;
	margin: 0em;
	font-size: 1em;
	width: 100%;
	
}
.contactform ol li {
	font-size: 1em;
	line-height: 1.5em;
	padding: 0em;
	margin: 0em;
	width: 100%;
	list-style-type: none;
	list-style-position: outside;
}
.contactform fieldset {
	font-size: 1em;
	text-align: left;
	padding: 0.5em 0em 1em 0em;
	margin: 0em;
	display: block;
	line-height: 1.5em;
}
.contactform label {
	padding: 0em;
	margin: 0em;
	font-size: 0.9em;
	cursor: pointer;
	display: block;
	font-weight: normal;
	line-height: 1.75em;
	text-align: left;
	color: #3a9007;
}
.contactform span.req {
	color: #FF0000;
}
/* ==== Form Elements =========================== */
/* ==== Inputs HIDDEN ==== */
input[type=hidden], input[type=text].formCheck{font-size: 0px;border-style: none;padding: 0px;margin: 0px;width: 0px;height: 0px;visibility: hidden;overflow: hidden;display: none;max-width: 0;min-width: 0;line-height: 0px;}
/* ==== Inputs NORMAL ==== */
.contactform input[type=text], .contactform input[type=tel], .contactform input[type=email], .contactform textarea, .contactform select, .contactform input[type=file]
{
	padding: 0em;
	margin: 0em 0em 0.5em 0em;
	display: block;
	font-size: 1em;
	vertical-align: middle;
	line-height: 1.9em;
	text-indent: 15px;
	font-weight: normal;
	height: 2em;
	text-align: left;
	display: block;
	width: auto;
	border: 1px solid #3a9007;
	min-width: 99%;
	color: #3a9007;
}

input[type=checkbox],
input[type=radio] {
	margin: 0.2em 0.5em 0em 0em;
	display: inline-block;
	font-size: 1em;
	line-height: inherit;
	width: 1em;
	height: 0.9em;
	vertical-align: text-top;
}

/* ==== Input STYLES ==== */
.contactform input[type=text], .contactform input[type=tel], .contactform input[type=email], .contactform textarea, .contactform select, .contactform input[type=file]
{
	background-color: #FFF;
	border-color: #3a9007;
	color: #3a9007;
}
/* ==== Input FOCUS ==== */
.contactform input[type=text]:focus, .contactform input[type=tel]:focus, .contactform input[type=email]:focus, .contactform textarea:focus, .contactform select:focus, .contactform input[type=file]:focus
{
	background: #FFFFFF;
	border-color: #73C0EE;
	color: #3a9007;
	outline: none;
	box-shadow: none;
}
/* ==== Inputs DISABLED ==== */
input[type=text][disabled], input[type=password][disabled], input[type=date][disabled], input[type=datetime][disabled], input[type=datetime-local][disabled], input[type=month][disabled], input[type=week][disabled], input[type=email][disabled], input[type=number][disabled], input[type=search][disabled], input[type=tel][disabled], input[type=time][disabled], input[type=url][disabled], textarea[disabled], select[disabled] {background-color: #DDDDDD;}
/* ==== Input TRANSITIONS ==== */
input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], textarea, select, input[type=file] {-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
/* ==== Input PLACEHOLDERS ==== */
::-webkit-input-placeholder {vertical-align: middle;line-height: inherit;}
:-moz-placeholder {vertical-align: middle;line-height: inherit;}
::-moz-placeholder {vertical-align: middle;line-height: inherit;}
:-ms-input-placeholder {vertical-align: middle;line-height: inherit;}
input placeholder {vertical-align: middle;line-height: inherit;}
/* ==== Input Images ==== */
#theirName, #theirName:focus, #theirBusiness, #theirBusiness:focus, #emailAddress, #emailAddress:focus, #contactNumber, #contactNumber:focus, #enquiryMessage, #enquiryMessage:focus 
{
	background-repeat: no-repeat;
	background-position: 5px center;
}
/* ==== Input TYPES ==== */
.contactform textarea {
	vertical-align: top;
	line-height: 1.25em;
	text-indent: 0px;
	height: auto;
	min-height: 50px;
	padding: 0.5em 1em 0.5em 15px;
	min-width: 99%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.contactform select {
	padding: 0em;
	width: 99%;
	text-indent: 0.5em;
}
.contactform input[type=file] {
	border-style: solid;
	border-width: 1px;
	text-indent: 0px;
}
/* ==== Form BUTTONS ==== */
.contactform input[type=submit] {
	padding: 0.75em 1em 0.75em 1em;
	cursor: pointer;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0em;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	font-size: 1em;
	vertical-align: middle;
	text-indent: 0px;
	text-transform: uppercase;
	font-variant: small-caps;
}
.contactform input[type=submit] {
	min-width: 200px;
}

.abutton {
	display: inline-block;
	text-align: center;
	text-indent: 0px;
	color: #ffffff;
	width: 108px;
	height: 35px;
	clear: none;
	font-size: 16px;
	line-height: 34px;
	vertical-align: middle;
	letter-spacing: -0.01em;
	background-color: #3a9007;
	border: 1px solid #3a9007;
}

.bbutton {
	display: inline-block;
	text-align: center;
	text-indent: 0px;
	color: #ffffff;
	width: 108px;
	height: 35px;
	clear: none;
	font-size: 16px;
	line-height: 34px;
	vertical-align: middle;
	letter-spacing: -0.01em;
	background-color: #294284;
	border: 1px solid #294284;
	border-radius: 5px;
	margin-bottom: 30px;
}

.cbutton {
	display: inline-block;
	text-align: center;
	text-indent: 0px;
	color: #ffffff;
	width: 108px;
	height: 35px;
	clear: none;
	font-size: 16px;
	line-height: 34px;
	vertical-align: middle;
	letter-spacing: -0.01em;
	background-color: #96b3cf;
	border: 1px solid #96b3cf;
	border-radius: 5px;
	margin-bottom: 30px;
} 
a.abutton:hover, a.bbutton:hover, .enqform .abutton:hover, .enqform .bbutton:hover{
	background-color: #3D3D3D;
	border-color: #3D3D3D;
	color: #fff;
	background-image: url('../images/navbg.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	outline: 0;
	text-shadow: 1px 1px 0px #000000;
	box-shadow: 0px 2px 6px 2px #555555;
	transition: all 0.4s ease-out;
}

a.bbutton {
	display: inline-block;
	text-align: center;
	text-indent: 0px;
	color: #ffffff;
	width: 108px;
	height: 35px;
	clear: none;
	font-size: 16px;
	line-height: 34px;
	vertical-align: middle;
	letter-spacing: -0.01em;
	background-color: #294284;
	border: 1px solid #294284;
	border-radius: 5px;
}

a.bbutton:hover, .bbutton:hover{
	background-color: #3D3D3D;
	border-color: #3D3D3D;
	color: #fff;
	outline: 0;
	transition: all 0.4s ease-out;
	border-radius: 5px;
}

.cbutton:hover{
	background-color: #3D3D3D;
	border-color: #3D3D3D;
	color: #fff;
	background-image: url('../images/navbg.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	outline: 0;
	text-shadow: 1px 1px 0px #000000;
	box-shadow: 0px 2px 6px 2px #555555;
	transition: all 0.4s ease-out;
} 

/* ======== 8 Navigation / Site-Menu ===================================== */
/* ==== Strap Class 
.topnav {background-color: transparent;}
==== */
/* ==== Reset ================================== */
nav, #nav, .nav, menu, #menu, .menu {padding: 0px;margin: 0px;border-style: none;font-size: 1em;display: block;position: relative;z-index: 10;}
nav ul, #nav ul, .nav ul, menu ul, #menu ul, .menu ul, menu ul ul, #menu ul ul, .menu ul ul  {padding: 0px;margin: 0px;font-size: 1em;}  
nav li, #nav li, .nav li, menu li, #menu li, .menu li {padding: 0px;margin: 0px;list-style-type: none;list-style-image: none;font-size: 1em;}  
nav a:active, #nav a:active,.nav a:active, menu a:active, #menu a:active, .menu a:active {outline: none;}
/* == Float Clearing == */
nav:after, #nav:after, .nav:after, menu:after, #menu:after, .menu:after
{ content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
/* ==== Navigation ============================== */
#nav {
	text-align: center;
	width: 100%;
	background-color: #333333;
	height: 45px;
}
/* ==== SiteMenu =============================== */
menu {width: 100%;height: 100%;}
menu ul {width: 100%;height: 100%; border-left: 1px #6F6D74 solid;}
/* ==== Top Level ListItems ==== */
menu ul li {
	height: 100%;
	display: inline-block;
	float: left;
	position: relative;
	border-right: 1px #6F6D74 solid;
	background-image: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 20%;
}
menu ul li.endtopnav {border-right-style: none;}
/* ==== TopLevel Links ==== */
menu ul li a, menu ul li a:visited {
	display: block;
	padding: 0em;
	margin: 0em;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	position: relative;
	height: 100%;
	line-height: 45px;
	line-height: 44px;
}

/* ==== TopLevel Links (Normal) ==== */
menu ul li a, menu ul li a:visited {
	color: #fff;
	background-color: #333333;
}

menu ul li a.active {
	color: #ffffff;
	background-color: #17B000;
}
/* ==== TopLevel Links (Hover) ==== */
menu ul li a:hover, menu ul li a:active, menu ul li:hover > a, menu ul li:active > a {
	color: #fff;
	background-color: #519acf;
}
/* ==== SubMenu ================================ */
menu ul ul {
	border: none;
	position: absolute;
	z-index: 10;
	background-color: transparent;
	width: 150%;
	min-width: 200px;
	max-width: 300px;
}
/* ==== SubMenuPosition li.endtopnav ==== */
menu ul li.endtopnav ul {right: 0%;}
/* ==== SubMenuPosition li.endtopnav (From 7th li Onwards)==== */
menu ul li.endtopnav:nth-child(n+7) ul {right: 0%;}
/* ==== Hide SubMenu ==== */
menu ul ul {
	height: 0px;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}
/* ==== Show SubMenu ==== */
menu ul li:hover ul {
	height: auto;
	overflow: visible;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
/* ==== SubMenu ListItems ==== */
menu ul ul li, menu ul li ul li {
	border-style: none!important;
	float: none;
	display: list-item;
	width: auto;
	height: auto;
	font-size: 14px;
}
/* ==== SubMenu LinkStyle ==== */
menu ul li ul li a, menu ul li:hover ul li a {
	padding: 0.25em 0.25em 0.25em 0.5em;
	margin: 0em;
	display: block;
	line-height: 25px;
	text-align: left;
	height: auto;
	font-size: 14px;
	opacity: 0.90;
	filter: alpha(opacity=90);
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
/* ==== SubMenu Links (Normal) ==== */
menu ul li ul li a, menu ul li:hover ul li a {
	color: #56555A;
	background-color: #FFFFFF;
	border-bottom: 1px #CCC solid;
}
/* ==== SubMenu Link.endsubnav (Last) ==== */
menu ul li ul li.endsubnav a, menu ul li:hover ul li.endsubnav a {border-bottom: none;}
/* ==== SubMenu Links (Hover) ==== */
menu ul li ul li a:hover, menu ul li:hover ul li:hover a {
	color: #fff;
	background-color: #519acf;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
/* ==== SelectMenu ============================= */
#nav select 
{margin: 0em;padding: 0em;min-width: 100%;height: 40px;line-height: 40px;color: #333333;text-transform: none;font-weight: normal;font-size: 1.25em;display: block;text-align: left;clear: none;vertical-align: middle;cursor: pointer;border: 1px solid #C0C0C0;background-color: #FFF;outline: none;position: relative;z-index: 10;}
#nav select option 
{border-bottom: 1px #CCCCCC solid;padding: 0.25em;font-weight: normal!important;font-size: 0.8em!important;text-transform: none;text-decoration: none;background: #FFFFFF !important;line-height: 1.25em;color: #333333;text-indent: 0.25em;outline: none;}
/* ==== Hide Select-Menu ==== */
#nav select {display: none;}

/* ======== 9 Media Queries (devices and browsers)  ========================= */
/* ========== Above 1200px ====================== */
 @media only screen and (min-width: 1199px) {
body  {font-size: 1.1em;}
.wrapper {width: 85%;}
/* ==== NavTopLevel Links ==== */
menu ul li a, menu ul li a:visited {font-size: 14px;}
/* ++++ MQ END ++++ */}/* ++++ MQ END ++++ */

/* ========== Normal (1024>1199px) ================ */
 @media only screen and (min-width: 1024px) and (max-width: 1199px) {
body {font-size: 1em;}
.wrapper {width: 92%;}
.topbutton {width:50%;}
/* ==== NavTopLevel Links ==== */
menu ul li a, menu ul li a:visited {font-size: 13px;}
/* ++++ MQ END ++++ */}/* ++++ MQ END ++++ */

/* ========== Normal (960>1023px) ================== */
 @media only screen and (min-width: 960px) and (max-width: 1023px) {
body {font-size: 1em;}
.wrapper {width: 96%;}
.topbutton {width:55%;}
/* ==== NavTopLevel Links ==== */
menu ul li a, menu ul li a:visited {font-size: 12px;}
/* ++++ MQ END ++++ */}/* ++++ MQ END ++++ */

/* ========== Tablet + Portrait (768>959px) ============ */
 @media only screen and (min-width: 768px) and (max-width: 959px) {
body {font-size: 1em;}
.wrapper {width: 98%;}
.main, .footer {overflow: hidden;}
.topbutton {width:55%;}
.bannercontact h6 {
	background-position: right center;
	padding: 0px 35px 0px 0px;
	margin: 0px 0px 5px 0px;
	text-align: right;
	font-size: 16px;
	font-weight: normal;
	height: 30px;
	line-height: 27px;
	background-repeat: no-repeat;
}
/* ==== Logo ================================= */
/* ==== NavTopLevel Links ==== */
menu ul li a, menu ul li a:visited {font-size: 12px;}
/* ++++ MQ END ++++ */}/* ++++ MQ END ++++ */

/* ========== MenuSwap (767px) ================== */
 @media only screen and (max-width: 767px) {
body {font-size: 1em;}
.wrapper {width: 100%;padding: 0em 0.5em;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;overflow: hidden;}
img.flexyleft, img.flexyright {width: 25%;}
/* ==== Banner ================================ */
#banner {padding-bottom: 0em;}
/* ==== Logo ==== */
.stannslogo {width: 80%;max-width: 160px;}
.topbutton {width:100%;}
/* ==== ContactBar Show ==== */
#contactbar {display:block;}
/* ==== SocialBar Hide ==== */
#social {display: none;}
/* ==== BannerContact Hide ==== */
.bannercontact {display: none;}
/* ==== Feature Article =========================== */
.feature-article {width: auto;}
.article-media, .article-body {padding: 0em;margin: 0em;border-style: none;display: block;float: none;clear: both;width: auto;}
.article-body {padding: 1em;}
.article-link {position: static;top: auto;right: auto;bottom: auto;left: auto;margin: 0em;}
/* ==== PromoBox ============================= */
.promobox-media, .promobox-body {width: 100%;float: none;clear: both;}
.promobox-body .promoboxinner, 
.promobox.switch .promobox-body .promoboxinner {padding: 0em;}
.promobox-body .promoboxinner,
.promobox.switch .promobox-body .promoboxinner {padding-top: 1em;}
.promobox p, .promobox p:last-of-type {padding-bottom: 1.8em;}
/* ==== Images PromoBox ==== */
.promobox-media img {
	max-width: 420px;
}
/* ==== LinkBar ==== */
.promobox .linkbar {height: auto;display: block;float: none;clear: both;position: relative;left: 0em;right: 0em;text-align: right;}
.promobox .linkbar a {height: auto;}
/* ==== Gallery =============================== */
figure.gallery figcaption, .gallerycaption {font-size: 1em;}
.overlay a.linkicon 
{width: 30px;height: 30px;background-size: 30px 30px;padding: 10px;margin-top: -25px;margin-left: -25px;background-image: url('../images/icons-bullets/linkiconbig.png');
}
/* ==== ContactForm ============================ */
.contactform {max-width: none;}
/* ==== QLinks ================================ */
.qlbox {font-size: 1.25em;}
/* ==== SiteMenu =============================== */
.topnav {padding: 5px 0px 5px 0px;height: 40px;background-color: #FFF;border-bottom: 1px #DDD solid;}
/* ==== NavReset ==== */
#nav {background-color: transparent;padding: 0em;margin: 0em;border-style: none;width: 100%;height: auto;color: #000000;background-image: none;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
/* ==== Show Select-Menu ==== */
#nav select {display: block;}
/* ==== Hide Menu ==== */
menu {display: none;}
/* ==== GridBlocks ============================= */
/* == GridBlock-Wrap (margin matches wrapper's) == */
.gridblocks-wrap {margin: 0em -0.5em 0em -0.5em;}
.gridblocks-wrap .gridblock,
.gridblocks-wrap .gridblock2,
.gridblocks-wrap .gridblock3,
.gridblocks-wrap .gridblock3.full,
.gridblocks-wrap .gridblock4,
.gridblocks-wrap .gridblock5,
.gridblocks-wrap .gridblock5.full,
.gridblocks-wrap .gridblock75,
.gridblocks-wrap .gridblock25,
.gridblocks-wrap .gridblock34,
.gridblocks-wrap .gridblock14,
.gridblocks-wrap .gridblock13,
.gridblocks-wrap .gridblock23,
.gridblocks-wrap .gridblock2third,
.gridblocks-wrap .gridblock1third
{display: block;padding: 0em;margin: 0em;width: 100%;float:none;clear:both;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box;}
/* ++++ MQ END ++++ */}/* ++++ MQ END ++++ */

/* ========== Mobile + Landscape (480>767px) ======== */
 @media only screen and (min-width: 480px) and (max-width: 767px) {
body {font-size: 1em;}
/* ==== GridBlocks ============================== */
.gridblocks-wrap .gridblock2,
.gridblocks-wrap .gridblock3,
.gridblocks-wrap .gridblock4,
.gridblocks-wrap .gridblock5,
.gridblocks-wrap .gridblock75,
.gridblocks-wrap .gridblock25,
.gridblocks-wrap .gridblock34,
.gridblocks-wrap .gridblock14,
.gridblocks-wrap .gridblock13,
.gridblocks-wrap .gridblock23,
.gridblocks-wrap .gridblock2third,
.gridblocks-wrap .gridblock1third
{width: 50%;float:left;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
/* ==== 50% Float CSS ==== */
.gridblocks-wrap .gridblock2:nth-child(odd),
.gridblocks-wrap .gridblock3:nth-child(odd),
.gridblocks-wrap .gridblock4:nth-child(odd),
.gridblocks-wrap .gridblock5:nth-child(odd),
.gridblocks-wrap .gridblock75:nth-child(odd),
.gridblocks-wrap .gridblock25:nth-child(odd),
.gridblocks-wrap .gridblock34:nth-child(odd),
.gridblocks-wrap .gridblock14:nth-child(odd),
.gridblocks-wrap .gridblock13:nth-child(odd),
.gridblocks-wrap .gridblock23:nth-child(odd),
.gridblocks-wrap .gridblock2third:nth-child(odd),
.gridblocks-wrap .gridblock1third:nth-child(odd)
{float: left;clear:both;padding-right:0.5em;}
.gridblocks-wrap .gridblock2:nth-child(even),
.gridblocks-wrap .gridblock3:nth-child(even),
.gridblocks-wrap .gridblock4:nth-child(even),
.gridblocks-wrap .gridblock5:nth-child(even),
.gridblocks-wrap .gridblock75:nth-child(even),
.gridblocks-wrap .gridblock25:nth-child(even),
.gridblocks-wrap .gridblock34:nth-child(even),
.gridblocks-wrap .gridblock14:nth-child(even),
.gridblocks-wrap .gridblock13:nth-child(even),
.gridblocks-wrap .gridblock23:nth-child(even),
.gridblocks-wrap .gridblock2third:nth-child(even),
.gridblocks-wrap .gridblock1third:nth-child(even)
{float: right;clear:none;padding-left:0.5em;}
/* ++++ MQ END ++++ */}/* ++++ MQ END ++++ */

/* ========== Mobile + Portrait (241>479px) =========== */
 @media only screen and (min-width: 241px) and (max-width: 479px) {
body {font-size: 0.9em;}
img.flexyleft, img.flexyright {width: 50%;}
/* ==== Logo ==== */
.sitelogo {width: 100%;}
/* ==== ContactBar Hide ==== */
#contactbar {display:none;}
/* ++++ MQ END ++++ */}/* ++++ MQ END ++++ */

/* ========== Mobile (>240px) ==================== */
 @media only screen and (max-width: 240px) {
body {font-size: 0.85em;}
img.flexyleft, img.flexyright {margin: 0em 0em 1em 0em;width: 100%;}
/* ==== Logo ==== */
.stannslogo {width: 100%;max-width: none;}
/* ==== ContactBar Hide ==== */
#contactbar {display:none;}
/* ++++ MQ END ++++ */}/* ++++ MQ END ++++ */

/* ========== Site StyleSheet END ===================================================================================== */
