
/* ------------------------------------------------------
   Variables for easy find and replace


	$link:					#e85505;
	$link-hover:			#ae550d;
	
	$second-bg-color: #F6F6F6;
	$second-font-color: #707070;
	$table-border-color: #D6D6D6;

	$body-font:				Helvetica, Arial, sans-serif;
	$heading-font:			Arial, Helvetica, sans-serif;


	Table of Contents for search based navigation


BASE STYLES

**** Box Model Reset

**** Typography
---- Lists
---- Breadcrumbs
---- Quotations
---- Text level elements
---- Links

**** Content Design Patterns
---- Buttons
---- Expando Styles
---- Content Highlight box
---- Date Pattern
---- Site Messages

**** Images

**** Forms
---- Form Help
---- Form Errors
---- Horizontal Form
---- Oldschool Table based form styles
---- Search Form
---- Submit Bar
---- Captcha

**** Tables
---- No Layout Table

**** Logo Gallery

**** Helper classes
---- Clearfix
---- Floats and positioning
---- Visually Hidden

GLOBAL TEMPLATE

**** Template Layout
---- Header
---- footer

**** Widgets and modules
---- Related Links
---- Article Category Subscribe
---- Simple Image Gallery
---- Gallery
---- Gallery Preview
---- Children Page Gallery
---- Job Search
---- Order Form
---- Videos

**** Media Queries

**** Print styles

------------------------------------------------------ */

/* ------------------------------------------------------
**** Box Model Reset
------------------------------------------------------ */

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* ------------------------------------------------------
**** Typography
------------------------------------------------------ */

html {
	font-size: 62.5%;
	-ms-text-size-adjust: 100%; /* These two prevent iOS text size adjust after orientation change, without disabling user zoom. */
	-webkit-text-size-adjust: 100%; 
}

body {
	margin: 0;
	line-height: 24px;
	line-height: 2.4rem;
	font-size: 16px;
	/* Use ems because of Chrome bug 320754 */
	font-size: 1.6em;
	color: #222;
	min-width: 1340px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}


/* ---- Headings ---- */

h1, 
.h1, 
h2, 
.h2, 
h3, 
.h3, 
h4, 
.h4, 
h5, 
.h5, 
h6, 
.h6 {
	margin: 0;
	font-family: 'VAG Rounded W01', Helvetica, Arial, sans-serif;
	font-weight: 100;
}
	h1 small,
	h2 small,
	h3 small,
	h4 small,
	h5 small,
	h6 small {
	font-weight: normal;
	line-height: 1;
	color: #8a7b7b;
}


h1, .h1 {
	line-height: 36px;
	line-height: 3.6rem;
	font-size: 28px;
	font-size: 2.8rem;
	color: #6d6f72;
	font-size: 40px;
	font-size: 4rem;
}

h2, .h2 {
	margin: 34px 0 15px 0; 
	margin: 3.4rem 0 1.5rem 0;
	font-size: 26px;
	font-size: 2.6rem;
	color: #009deb;
}

h3, .h3 {
	margin: 30px 0 15px 0;
	margin: 3rem 0 1.5rem 0;
	font-size: 22px;
	font-size: 2.2rem;
}

h4, .h4 {
	margin: 30px 0 15px 0;
	margin: 3rem 0 1.5rem 0;
	font-size: 19px;
	font-size: 1.9rem;
}

h5, .h5 {
	margin: 30px 0 15px 0;
	margin: 3rem 0 1.5rem 0
	font-size: 17px;
	font-size: 1.7rem;
}

h6, .h6 {
	margin: 23px 0 15px 0;
	margin: 2.3rem 0 1.5rem 0;
}

.heading-inline {
	display: inline;
	float: left;
	padding: 0;
}

p,
ol,
ul,
dl,
p,
ol,
ul,
dl,
address {
	margin: 15px 0;
	margin: 1.5rem 0;
}

small {
	font-size: 12.8px;
	font-size: 1.28rem;
}

/* ---- Lists ---- */

ul,
ol {
	padding: 0 0 0 20px;
	padding: 0 0 0 2rem;
}


li ul,
li ol {
	list-style-type: none;
	margin: 1rem 0;
}

ul.inline,
ol.inline {
	list-style-type: none;
	margin-left: 0;
}
	ul.inline > li,
	ol.inline > li {
		display: inline-block;
		padding-left: 12px;
		padding-right: 12px;
	}

/* ---- Breadcrumbs ---- */

.breadcrumb {
	list-style-type: none;
	margin: 21px 0;
	margin: 2.1rem 0;
	padding: 14px 0;
	border-top: 2px solid #6d6f72;
	border-bottom: 2px solid #6d6f72;
	font-size: 16px;
	font-size: 1.6rem;
	color: #6d6f72;
	font-family: 'VAG Rounded W01', Helvetica, Arial, sans-serif; font-weight: 100;
}
	.breadcrumb > li {
		display: inline;
		*display: inline;
		*zoom: 1;
	}
	.breadcrumb > li a {
		color: ;
	}
	.breadcrumb > li:before {
		content: "\00a0//\00a0";
	}
	.breadcrumb > li:first-child:before {
		content: none;
	}


/* ---- Quotations ---- */

blockquote {
	margin: 15px 0;
	margin: 1.5rem 0;
	font-style: normal;
	color: #6d6f72;
	font-style: italic;
	font-size: 16px;
	font-size: 1.6rem;
}
.blockquote-content {
	padding: 17px 35px;
	background: #009deb;
	-webkit-border-radius: 30px; 
	border-radius: 30px;
	font-style: normal;
	color: #FFF;
	font-style: italic;
	position: relative;
}
.blockquote-content:after {
	content: " ";
	position: absolute;
	top: 100%;
	right: 70px;
	width: 0;
height: 0;
border-style: solid;

	border-width: 17px 30px 0 0;
border-color: #009deb transparent transparent transparent;
}
	blockquote.pull-right {
		float: right;
		background-color: transparent;
	}
	blockquote.pull-right p, blockquote.pull-right small {
		text-align: right;
	}
	blockquote.pull-right small:before {
		content: '';
	}
	blockquote.pull-right small:after {
		content: '\00A0 \2014';
	}
	blockquote cite {
		font-style: normal;
		padding: 33px 35px;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 19px;
		line-height: 1.9rem;
}
blockquote .author-client {
	display: block;
	color: #009deb;
}

q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

dl,
dd {
	margin-bottom: 1.5em;
	}

dt {
	font-weight: bold; }

.dl-horizontal {
	*zoom: 1;
}
	.dl-horizontal:before, .dl-horizontal:after {
		content: " ";
		display: table;
	}
	.dl-horizontal:after {
		clear: both;
	}
	.dl-horizontal dt {
		float: left;
		clear: left;
		width: 30.38869258%;
	}
	.dl-horizontal dd {
		margin-left: 32.99289258%;
	}

/* ---- Text level elements ---- */

abbr[title] {
	border-bottom: 1px dotted #c6bfbf;
	cursor: help;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

ins {
	background-color: #f6f6f6;
	color: #473f3f;
	text-decoration: none;
}

mark {
	background-color: #f6f6f6;
	color: #473f3f;
	font-style: italic;
	font-weight: bold;
}

pre,
code,
kbd,
samp {
	font-family: Monaco, Courier New, monospace;
	color: #484040;
	background: #efefef;
	background: rgba(0, 0, 0, .07);
	padding: 0 2px;
	margin: 0 -2px;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}


/* ---- Links ---- */

a {
	color: #009deb;
}

a:hover {
	color: #0087CA;
}

/* Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
	outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
	outline: 0;
}


/* ------------------------------------------------------
**** Design Patterns

Reusable bits of badass code that we probably use a lot

------------------------------------------------------ */

/* ---- Buttons ---- */

.button {
	/* Structure */
	display: inline-block;
	*display: inline; /*IE 6/7*/
	zoom: 1;
	margin-bottom: 0;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	/* styles */
	font-weight: normal;
	line-height: 1em;
	color: #fff;
	background-color: #009deb;
	text-decoration: none;
	border: none;
	font-size: 100%;
	*font-size: 90%; /*IE 6/7 - To reduce IE's oversized button text*/
	*overflow: visible; /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
	padding: 11px 21px 9px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 22px;
	font-size: 2.2rem;
	font-family: 'VAG Rounded W01', Helvetica, Arial, sans-serif;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	-webkit-transition: background-color 200ms ease-out;
	transition: background-color 200ms ease-out;
}

/* Firefox: Get rid of the inner focus border */
.button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.button-hover,
.button:hover,
.button:focus {
	background-color: #0087CA;
	color: #fff;
}

.button-small {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 8px;
	line-height: 0.8rem;
	padding: 5px 8px 5px;
	margin: -2px 0
}

.button-large {
	font-size: 20px;
	font-size: 2rem;
	padding: 15px 18px 10px;
}

.button-block {
	display: block;
}

/* Disabled/unavailable button style */

.button[disabled],
.button-disabled,
.button-disabled:hover,
.button-disabled:focus,
.button-disabled:active {
	border: none;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter: alpha(opacity=40);
	-khtml-opacity: 0.40;
	-moz-opacity: 0.40;
	opacity: 0.40;
	cursor: default;
	box-shadow: none;
}

/* Gets the buttons to line up with form inputs when you want them to */

.button.inline {
	margin-bottom: 0.75em;
}


/* ---- Expando Styles ---- */

.expando-opener-heading {
	color: #e85505;
}

.expando-opener-heading:hover {
	color: #ae550d;
}

a.expando-opener-link:before,
.expando-opener-heading:before {
	content:"\003e ";
	margin-right: 5px;
	display: inline-block;
	top: -2px;
	position: relative;
}

.expando-opener-heading.expanded:before {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);

}


hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 2em 0;
	padding: 0;
	clear: right; /* --------!!!! Change this to left if the sidebar is on the right !!!!-------- */
}

/* ---- Content Highlight box ---- */

.content-highlight {
	margin: 15px 0;
	margin: 1.5rem 0;
	padding: 15px 20px 15px;
	background: #f6f6f6;
}


/* ---- Date Pattern ---- */

.calendar-date {
	background: #e85505;
	color: #fff;
	border-radius: 6px;
	padding: 0px 0 5px;
	width: 60px;
	text-align: center;
}
	.calendar-date-text {
		color: #fff;
		text-decoration: none; /* Used if the date is a link */
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1;
		margin: 0;
		padding: 0;
	}

	.calendar-date-text span {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1;
		text-transform: uppercase;
	}


/* ---- Site Messages ---- */

.messages {
    background: #f6f6f6;
    border: 1px solid #D6D6D6;
    font-family: arial,sans-serif;
    list-style-type: none;
    margin: 15px 0;
    padding: 10px 0;
    -webkit-box-shadow: 0 0 8px 0 #404040;
	box-shadow: 0 0 8px 0 #404040;
}

	.messages li {
		 margin: 0 0 0 16px;
    	padding: 7px 20px 7px 30px;
    	vertical-align: bottom;
	}

/* ------------------------------------------------------
**** Images
------------------------------------------------------ */


img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

/* 

Old school image left and right are more generic now so we can use them on anything

You can find them in the helper classes section

*/

/* ------------------------------------------------------
**** Forms
------------------------------------------------------ */

form {
	margin: 0 0 2em 0;
}
	form ul {
		list-style-type: none;
		margin: 0 0 1.5em 0;
		padding: 0;
	}

fieldset {
	margin-bottom: 1.5em;
	padding: 0;
	border-width: 0;
}
fieldset:last-of-type {
	margin-bottom: 0;
}

legend {
	display: block;
	width: 100%;
	margin-top: 15px;
	*margin-left: -7px;
	padding: 00;
	border: 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5em;
	white-space: normal;
}
	legend small {
		font-size: 1.125em;
		color: #625757;
	}

label,
input,
button,
select,
textarea {
	font-family: sans-serif;
}

label {
	display: block;
	margin-bottom: 0.375em;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"] {
	display: inline-block;
	margin-bottom: 0.75em;
	padding: 0.55em 10px 0.3em;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5em;
	color: inherit;
	border-radius: 4px;
	vertical-align: middle;
}

input,
textarea {
	width: 100%;
}

textarea {
	height: auto;
	resize-x: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	background-color: white;
	border: 2px solid #d6d6d6;
}
	textarea:hover,
	input[type="text"]:hover,
	input[type="password"]:hover,
	input[type="datetime"]:hover,
	input[type="datetime-local"]:hover,
	input[type="date"]:hover,
	input[type="month"]:hover,
	input[type="time"]:hover,
	input[type="week"]:hover,
	input[type="number"]:hover,
	input[type="email"]:hover,
	input[type="url"]:hover,
	input[type="search"]:hover,
	input[type="tel"]:hover,
	input[type="color"]:hover {
		border-color: #aeaeae;
	}
	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus {
		border-color: #828282;
		outline: 0;
		outline: thin dotted \9;
	}

input[type="radio"],
input[type="checkbox"] {
	margin: 2px 0 0;
	margin-top: 6px \9;  /* IE8-9 */
	line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}

input.datepicker.wd {
	margin-left: 0;
}
input.datepicker.wy {
	margin-right: 0;
}
input.datepicker {
	width: 60px;
	margin: 0 4px;
}

select {
	padding: 6px;
	width: 90%;
	border: 2px solid #d6d6d6;
}

select[multiple],
select[size] {
	height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	font-size: 14px;
	font-size: 1.4rem;
	color: #ccc;
}

.radio,
.checkbox {
	min-height: 1.5em;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
	float: left;
	margin-right: 10px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
	padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
	margin-left: 12px;
}

.-input-mini {
	width: 60px;
}

.-input-small {
	width: 90px;
}

.-input-medium {
	width: 150px;
}

.-input-large {
	width: 210px;
}

.-input-xlarge {
	width: 270px;
}

.-input-xxlarge {
	width: 530px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
	opacity: .25;
}

.form-actions {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding: 0.5em 24px 1.5em;
	*zoom: 1;
}
	.form-actions:before, .form-actions:after {
		content: " ";
		display: table;
	}
	.form-actions:after {
		clear: both;
	}

[placeholder]:focus::-webkit-input-placeholder {
	opacity: 0;
	transition: opacity .5s .5s ease;
}


/* Messages */
ul.messages {
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
	list-style-type: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	border: 1px dashed #999;
	background-color: #EEEEDE;
	zoom: 1;
}

ul.messages li {
	display: block;
	vertical-align: bottom;
	margin: 0px;
	margin-left: 10px;
	padding: 5px 20px 4px 30px;
}

ul.messages li.confirm {
	color: #090;
	list-style-type: none;
}

ul.messages li.error {
	color: #900;
	list-style-type: none;
}


/* ---- form help ---- */

.help-block,
.help-inline {
	color: #625757;
	font-size: 12.8px;
	font-size: 1.28rem;
	line-height: 1.4;
}

.help-block {
	display: block;
	margin-bottom: 0.75em;
}

.help-inline {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding-left: 12px;
}

.help-block,
.help-inline {
	color: #625757;
}

.help-block {
	display: block;
	margin-bottom: 0.75em;
}

.help-inline {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding-left: 24px;
}

/* ---- Form Errors ---- */

.has-error {

	background: #fae8e7;
	padding: 10px 20px;
	margin: 0 -20px;
}
	.has-error input {
		border-color: #B94A48;
	}

	.has-error .help-block,
	.has-error .help-inline {
		color: #B94A48;
		font-weight: bold;
		font-style: italic;
	}


/* ---- Horizontal Form ---- */

.form-horizontal {
	/*controls*/
	/*input*/
}
	.form-horizontal .control-group {
		margin-bottom: 1.5em;
		*zoom: 1;
	}
	.form-horizontal .control-group:before, .form-horizontal .control-group:after {
		content: " ";
		display: table;
	}
	.form-horizontal .control-group:after {
		clear: both;
	}
	.form-horizontal .control-label {
		float: left;
		width: 49%;
		padding-top: 5px;
		padding-right: 24px;
		text-align: right;
	}
	.form-horizontal .controls {
		*display: inline-block;
		margin-left: 49%;
		*margin-left: 0;
		*padding-left: 24px;
	}
	.form-horizontal .controls:first-child {
		*padding-left: 24px;
	}
	.form-horizontal .help-block {
		margin-bottom: 0;
	}
	.form-horizontal input + .help-block,
	.form-horizontal select + .help-block,
	.form-horizontal textarea + .help-block {
		margin-top: 0.75em;
	}
	.form-horizontal .form-actions {
		padding-left: 49%;
	}

	.form-horizontal input,
	.form-horizontal textarea,
	.form-horizontal select {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-horizontal .hide {
		display: none;
	}
	.form-horizontal label,
	.form-horizontal .btn-group {
		display: inline-block;
	}
	.form-horizontal .control-group {
		margin-bottom: 0.75em;
	}
	.form-horizontal legend + .control-group {
		margin-top: 1.5em;
		-webkit-margin-top-collapse: separate;
	}

/* ---- Oldschool Table based form styles ---- */

table.form-section,
table.checkbox-list {
	border-collapse: collapse;
	background: #F6F6F6;
	border: 1px #A9A7A7 solid;
	margin-bottom: 30px;
	width: 100%;
}

	table.form-section tr,
	table.checkbox-list tr {
		border-bottom: 1px #A9A7A7 solid;
	}

		table.form-section th,
		table.form-section tr > th:first-child {
			width: 25%;
			font-weight: bold;
			padding: 20px 10px 16px 15px;
			vertical-align: top;
			border: none;
		}

		table.form-section td,
		table.checkbox-list td {
			width: auto;
			padding: 12px 11px;
			vertical-align: top;
			border: none;
		}

		table.form-section td.field-info {
			vertical-align: middle;
			font-size: 10px;
			font-size: 1rem;
		}
		table.form-section span.field-error {
			font-size: 10px;
			font-size: 1rem;
		}
		table.checkbox-list td.check {
			width: 10px;
			text-align: center;
		}
		td table.checkbox-list td.check {
			padding: 12px 5px 11px 20px;
		}

		table.form-section span.s {
			display: block;
			margin: 15px 0 0 0;
			background: url("../images/arw_blue.gif") no-repeat scroll left center transparent;
			padding: 0 0 0 22px;
		}

		table.form-section table.checkbox-list {
			margin: 0;
		}
		table.form-section input, table.form-section label, table.form-section select {
			margin-bottom: 0;
		}


.form-section .field-info span {
	color: #e85505;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}


/* ---- Submit Bar ---- */

.submit-bar {
	text-align: right;
	background: #F6F6F6;
	padding: 14px;
}

	.submit-bar a {
		margin-right: 20px;
	}


/* ---- Search Form ---- */

input.search-query {
	margin-bottom: 0;
	padding-right: 14px;
	padding-right: 4px \ 9;
	padding-left: 14px;
	padding-left: 4px \9;
	border-radius: 0;

}

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
	border-radius: 0;
}

.form-search .input-append .search-query {
	border-radius: 14px, 0, 0, 14px;
}

.form-search .input-append .btn {
	border-radius: 0, 14px, 14px, 0;
}

.form-search .input-prepend .search-query {
	border-radius: 0, 14px, 14px, 0;
}

.form-search .input-prepend .btn {
	border-radius: 14px, 0, 0, 14px;
}

.form-search {
	/*radio*/
}
	.form-search input,
	.form-search textarea,
	.form-search select {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-search .hide {
		display: none;
	}
	.form-search label,
	.form-search .btn-group {
		display: inline-block;
	}
	.form-search .radio,
	.form-search .checkbox {
		margin-bottom: 0;
		padding-left: 0;
		vertical-align: middle;
	}
	.form-search .radio input[type="radio"],
	.form-search .checkbox input[type="checkbox"] {
		float: left;
	}
	.form-search .radio input[type="radio"] margin,
	.form-search .checkbox input[type="checkbox"] margin {
		right: 3px;
		left: 0;
	}
	.form-search .control-group {
		margin-bottom: 0.75em;
	}
	.form-search legend + .control-group {
		margin-top: 1.5em;
		-webkit-margin-top-collapse: separate;
	}


/* ---- Captcha ---- */

.captcha {
	background: #f6f6f6;
	margin: 5px 0px;
	padding: 10px;
	width: 90%;
	border: 1px #D6D6D6 solid;
}

	.captcha .captcha-info, .captcha .info {
		width: 20px;
		float: right;
	}
	.captcha .captcha-info, .captcha .info a {
		text-decoration: none;
	}
		.captcha .captcha-info .captcha-icon {
			width: 16px;
			height: 16px;
			margin-bottom: 16px;
		}

	.captcha .captcha-img {
		width: 200px;
		margin-bottom: 10px;
	}

	.captcha .captcha-input {
		width: 200px;
	}


/* ------------------------------------------------------
**** Tables
------------------------------------------------------ */

	table {
		border-collapse: collapse;
		border-spacing: 0;
		margin: 20px 0;
		margin: 2rem 0;
		max-width: 100%;
		text-align: left;
		width: 100%;
	}

	table th,
	table td {
		border-top: 1px solid #dbdbdb;
		border-right: 1px solid #dbdbdb;
		text-align: left;
		padding: 8px 13px;
	}
	
	table tr th:first-child,
	table tr td:first-child {
		border-left: 1px solid #dbdbdb;
	}
	table tr:last-child th,
	table tr:last-child td {
		border-bottom: 1px solid #dbdbdb;
	}

	div:not(.widget) > table th {
		background: #f2f2f2;
	}
	div:not(.widget) > table tr:nth-child(even) td {
		background: #FBFBFB;
	}

	table th {
		font-weight: bold; 
	}
	table thead th {
		vertical-align: bottom; 
	}

	table caption {
		text-align: left;
			font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.4em;
		padding-bottom: 13px;
	}



/* ---- No Layout Table ---- */

.table__no-styles {
	border-collapse: separate;
	border: none;
}

	.table__no-styles th,
	.table__no-styles td {
		padding: 0;
		border: 0;
		background: none;
	}



/* ------------------------------------------------------
**** Logo Gallery
------------------------------------------------------ */

.logo-gallery .logo {
	float: left;
	padding: 0 10px;
	margin: 15px 1.6665% 15px 1.6665%;
	border: 1px solid #cccccc;
	width: 30%;
}

.logo-gallery .logo-wrap {
	position: relative;
	width: 100%;
	height: 200px;
	display: table-cell;
	vertical-align:middle;
}

.logo-gallery .logo-wrap:before {
	content: "";
	display: block;
	padding-top: 0%;
}

.logo-wrap img {
	width: 100%;
	max-width: 50em;
	height: auto;
	max-height: 100%;
	margin: 0 auto;
}

.logo-details {
	text-align: center;
}


/* ------------------------------------------------------
**** Helper classes
------------------------------------------------------ */

/* ---- Clearfix ---- */

.clear {
	height: 0;
	clear: both;
	display: block;
}

.-clearfix:before,
.-clearfix:after {
	content: " ";
	display: table;
}

.-clearfix:after {
	clear: both;
}

.-clearfix {
	*zoom: 1;
}

/* Image Replacement */
.-ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.-ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.-hidden {
	display: none !important;
	visibility: hidden;
}

.-vis-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.-vis-hidden.focusable:active,
.-vis-hidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.-invisible {
	visibility: hidden;
}

/* Angle Brackets */
.-r-arrow-after:after {
	content: " >";
}
.-r-arrow-before:before {
	content: "> ";
}
.-l-arrow-after:after {
	content: " <";
}
.-l-arrow-before:before {
	content: "< ";
}

/* ---- Floats and positioning ---- */

.left {
	margin: 0 30px 15px 0;
	float: left;
}

.right {
	margin: 0 0 15px 30px;
	float: right;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* ---- Clearfix ---- */

.clear {
	height: 0;
	clear: both;
	display: block;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}


/* ------------------------------------------------------
**** Template Layout
------------------------------------------------------ */

* {
	margin: 0;
}

html,
body {
	background: #FFF;
	height: 100%; /* Req for sticky footer */
}

.section {
	max-width: 1140px;
	margin: 0 auto;
}

.wrap {
	/* req for sticky footer */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -75px;  /* the bottom margin is the negative value of the footer's height */
}

.container {
	max-width: 1340px; /* Remove for responsivess. Tag: #makeResponsive */
	margin: auto;
	padding-left: 30px;
	padding-right: 30px;
}

/* ---- Modular stuff ---- */

/* Content wrapper */
.content-wrapper {
	background: url(../images/pattern-bg.png) repeat center bottom;
	padding-bottom: 100px;
}

/* Centered buttons */
.button-center {
	text-align: center;
}

/* Line headings */
.line-heading {
	color: #009deb;
	font-size: 26px;
	font-size: 2.6rem;
	font-family: 'VAG Rounded W01', Helvetica, Arial, sans-serif; font-weight: 100;
	padding: 0 0 14px;
	border-bottom: 2px solid #009deb;
}
.line-heading span {
	color: #6d6f72;
}
.line-heading-link {
	float: right;
	margin: -54px 0 0;
	text-transform: lowercase;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: 'VAG Rounded W01', Helvetica, Arial, sans-serif; font-weight: 100;
}

/* Clients Showcase */
.clients-showcase {
	padding: 30px 0;
}
.clients-list {
	padding: 0;
	list-style: none;
	margin: 45px 0 15px;
}
.clients-list li {
	float: left;
	width: 20%;
	padding: 0 4%;
}
.clients-list li:first-child {
	padding-left: 0; 
}
.clients-list li:last-child {
	padding-right: 0; 
}
.clients-list img {
	-webkit-transition: opacity 150ms ease-out;
	transition: opacity 150ms ease-out;
}
.clients-list li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* Feature circles */
.feature-circles {
	background: url(../images/pattern-bg.png) repeat center bottom;
	padding: 34px 0;
	-webkit-box-shadow: 0 14px 9px -12px rgba(0,0,0,0.1); 
	box-shadow: 0 14px 9px -12px rgba(0,0,0,0.1);
	display: block;
}
.feature-circle-list {
	padding: 0;
	margin: 64px 0;
	list-style: none;
	text-align: center;
}
.feature-circle-list a {
	color: #6d6f72;
	text-decoration: none;
	font-size: 28px;
	font-size: 2.8rem;
	font-family: 'VAG Rounded W01', Helvetica, Arial, sans-serif; font-weight: 100;
	line-height: 33px;
	line-height: 3.3rem;
}
.feature-circle-list a:hover .circle {
	background-color: #0087CA;
}
.feature-circle-list li {
	float: left;
	width: 25%;
	padding: 0 4.5%;
}
.feature-circle-list li .circle {
	background-color: #009deb;
	padding: 30px;
	height: 165px;
	width: 165px;
	display: block;
	margin: 0 auto 48px;
	position: relative;
	border-radius: 82.5px;
	behavior: url(/skin/default/js/PIE.htc);
	-webkit-transition: background-color 200ms ease-out;
	transition: background-color 200ms ease-out;
}
.feature-circle-list li .circle img {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.no-js .feature-circle-list li .circle img,
.no-csstransforms3d .feature-circle-list li .circle img {
	position: relative;
	top: 15px;
	left: auto;
	margin-right: auto;
}

/* Large centered heading */
.large-centered-heading {
	color: #009deb;
	font-size: 50px;
	font-size: 5rem;
	line-height: 68px;
	line-height: 6.8rem;
	text-align: center;
}
.large-centered-heading span {
	display: block;
	font-size: 60px;
	font-size: 6rem;
	color: #6d6f72;
}

/* Section title */
.section-title {
	padding: 50px 0 35px;
	color: #009deb;
	font-size: 60px;
	font-size: 6rem;
	font-family: 'VAG Rounded W01', Helvetica, Arial, sans-serif;
}

.section-title p {
	padding: 0 50px;
}


/* ---- Header ---- */
.header {
	border-top: 9px solid #009deb; 
	position: relative;
	-webkit-box-shadow: 0 14px 9px -12px rgba(0,0,0,0.1); box-shadow: 0 14px 9px -12px rgba(0,0,0,0.1);
}
.header-container {
	padding-top: 44px;
	padding-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
	max-width: none;
	width: auto;
}
.header .logo {
	float: left;
}
.content {
	margin: 0;
}


/* ---- Footer ---- */

.footer {
	padding: 20px 0 17px;
	background: #009deb;
	font-family: 'VAG Rounded W01', Helvetica, Arial, sans-serif;
	font-weight: 100;
}
.footer,
.footer a {
	color: #FFF;
}
.footer p,
.footer ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	line-height: 20px;
	line-height: 2rem;
	vertical-align: top;
}
.footer ul {
	list-style: none;
}
.footer li {
	float: left;
}
.footer li:before {
	content: "\00a0|\00a0";
}
.footer a {
	text-decoration: none;
	padding: 0 3px;
}
.footer a:hover {
	text-decoration: underline;
}


/* Generic style for all widgets */

.widget h3.widget-title {
    font-family: 'VAG Rounded W01', Helvetica, Arial, sans-serif;
    font-weight: 100;
    color: #FFF;
    background: #009deb;
    padding-top: 43px;
    padding-bottom: 23px;
    font-size: 27px;
    font-size: 2.7rem;
    text-transform: uppercase;
    -webkit-border-radius: 30px 30px 0 0;
	border-radius: 30px 30px 0 0;
    margin: 0;
}



/* ------------------------------------------------------
**** Widgets

Widgets & Modules that ship with sprout. 
If they don't they belong in seperate partial file 

------------------------------------------------------ */

/* ---- Related Links ---- */
.widget-RelatedLinksHack {
	margin-bottom: 25px;
}
.widget-RelatedLinksHack ul {
	margin:  0;
	padding: 0;
	list-style: none;
}
.widget-RelatedLinksHack a {
	text-decoration: none;
}
.related-links-section {
	font-size: 24px;
	font-size: 2.4rem; font-family: 'VAG Rounded W01', Helvetica, Arial, sans-serif; 
	font-weight: 100;
	color: #6d6f72;
}
.related-links-wrapper {
	padding-top: 23px;
	padding-bottom: 23px;
	background: #f2f2f2;
	-webkit-border-radius: 0 0 30px 30px; 
	border-radius: 0 0 30px 30px;
}
.related-links-wrapper ul > li {
	position: relative;
	padding: 9px 0;
}
.related-links-wrapper ul > li:last-child {
	border-bottom: none;
}
.related-links-wrapper ul > li > a {
	padding: 5px 15px 4px;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	font-size: 18px; 
	font-size: 1.8rem; font-family: 'VAG Rounded W01', Helvetica, Arial, sans-serif; 
	font-weight: 100;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	-webkit-transition: background-color 200ms ease-out;
	transition: background-color 200ms ease-out;
}
.widget-RelatedLinksHack ul li.on ul li {
	font-size: 12px;
	font-size: 1.2rem;
}
.related-links-wrapper ul > li.on > a, .related-links-wrapper ul > li > a:hover {
	background-color: #009deb;
	color: #FFF;
}
.related-links-wrapper ul > li.on > a:hover {
	padding-left: 15px;
}
.widget-RelatedLinksHack li a {
	line-height: 140%;
	color: #464646;
}

/* Children */
.widget-RelatedLinksHack > ul li.on li a {
	background: #f6f6f6;
}
.widget-RelatedLinksHack > ul li.on li.on a, .widget-RelatedLinksHack > ul > li.on li.on a:hover {
	background: #eee;
}
.widget-RelatedLinksHack ul li ul li a:before {
	content: "- ";
}
.widget-RelatedLinksHack ul li ul li {
	border-top: 1px solid #d6d6d6;
}
.widget-RelatedLinksHack > ul > li ul > li a {
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	position: relative;
	padding: 10px 25px 10px 25px;
	display: block;
}
.widget-RelatedLinksHack > ul > li ul > li a:hover {
	background: #eee;
}

/* ---- Article Category Subscribe ---- */

.widget-ArticleCategorySubscribe .form-section {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

/* Sidebar */
.widget-ArticlesList .sidebar-article {
	border-bottom: 1px #D6D6D6 dashed;
}
.widget-ArticlesList .sidebar-article:first-child {
	border-top: 1px #D6D6D6 dashed;
}
.widget-ArticlesList .sidebar-article h4 {
	margin-top: 1.5rem;
	margin-top: 15px;
}
.widget-ArticlesList .sidebar-article p.date {
    font-size: 15px;
    font-size: 1.3rem;
    color: #707070;
    margin: 16px 0 -4px;
    margin: -1.6rem 0 -0.4rem;
}

/* Date list for sidebar */
.widget-ArticleDateList h3 {
	margin-bottom: -5px;
}
.widget-ArticleDateList h4 {
	margin-top: 15px;
}



/* ---- Simple Image Gallery ---- */
.widget-GallerySimple {
	margin: 15px -10px;
}

.widget-GallerySimple h3 {
	padding: 10px;
}

.widget-GallerySimple .gallery-simple-thumb {
	width: 33.333%;
	padding: 10px;
	float: left;
}
.widget-GallerySimple .gallery-simple-thumb img {
	width: 100%;
}

/* ---- Children Page Gallery ---- */
.children-gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*
Width + right margin decides how many columns there are. 
The nth-child settings remove the right margin on the final row item, so it sits full width.
If you adjust how many items per row, you'll need to adjust which nth-child */

.widget-ChildrenGallery /*li*/.pg-item {
	width: 22%;  
	float: left;
	margin: 0 4% 20px 0;
	position: relative;
	overflow: hidden;
}

.widget-ChildrenGallery .pg-item:nth-child(4n+4) {
	margin-right: 0;
}

.widget-ChildrenGallery .pg-no-image {
	position: relative;
	width: 100%;
	background: #ccc;
}
.widget-ChildrenGallery .pg-no-image:before {
	content: "";
	display: block;
	padding-top: 87%; 	/* sets the block ratio of the grey box image placeholder */
}

.widget-ChildrenGallery .pg-anchor {
	margin: 0;
	background: #000;
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding-top: 40%;
	display: none;
}

.widget-ChildrenGallery .pg-link:hover .pg-anchor {
	display: block;
}


/* ---- Job Adverts ---- */
.widget-JobSearch table {
	border: 1px solid #D6D6D6;
}
.widget-JobSearch tr {
	background: #f6f6f6;
}
.widget-JobSearch td {
	border: none;
}
.widget-JobSearch .category_id {
	width: 40%;
}


/* ---- Order Form ---- */
.widget-OrderForm .product {
	width: 30%;
	margin-right: 5%;
	float: left;
}
.widget-OrderForm .product:nth-child(3n+3) {
	margin-right: 0;
}

/* ---- Videos ---- */
.widget-Video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.widget-Video iframe,
.widget-Video object,
.widget-Video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ------------------------------------------------------
**** Print styles
------------------------------------------------------ */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}


