/****** FILE: site/css/normalize.css *****/
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * 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;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 20px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/****** FILE: site/css/icons.css *****/
@font-face {
	font-family: 'site-icons';
	src:url('../fonts/site-icons.eot');
	src:url('../fonts/site-icons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/site-icons.svg#site-icons') format('svg'),
		url('../fonts/site-icons.woff') format('woff'),
		url('../fonts/site-icons.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'site-icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-home, .icon-newspaper, .icon-pencil, .icon-image, .icon-file, .icon-profile, .icon-credit, .icon-phone, .icon-phone-hang-up, .icon-location, .icon-clock, .icon-user, .icon-users, .icon-lock, .icon-cog, .icon-close, .icon-play, .icon-new-tab, .icon-mail, .icon-facebook, .icon-twitter, .icon-pinterest, .icon-google-plus, .icon-search, .icon-warning, .icon-arrow, .icon-envelope, .icon-arrow-thin, .icon-arrow-down-thin, .icon-arrow-thick, .icon-arrow-down-thick, .icon-left-quote, .icon-right-quote, .icon-arrow-very-thin-right, .icon-arrow-very-thin-left, .icon-menu, .icon-file-pdf, .icon-file-word, .icon-file-excel, .icon-file-zip, .icon-file-powerpoint, .icon-zoom-in, .icon-zoom-out {
	font-family: 'site-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
}
.icon-home:before {
	content: "\21";
}
.icon-newspaper:before {
	content: "\22";
}
.icon-pencil:before {
	content: "\23";
}
.icon-image:before {
	content: "\24";
}
.icon-file:before {
	content: "\25";
}
.icon-profile:before {
	content: "\26";
}
.icon-credit:before {
	content: "\27";
}
.icon-phone:before {
	content: "\28";
}
.icon-phone-hang-up:before {
	content: "\29";
}
.icon-location:before {
	content: "\2a";
}
.icon-clock:before {
	content: "\2b";
}
.icon-user:before {
	content: "\2c";
}
.icon-users:before {
	content: "\2d";
}
.icon-lock:before {
	content: "\2e";
}
.icon-cog:before {
	content: "\2f";
}
.icon-close:before {
	content: "\30";
}
.icon-play:before {
	content: "\31";
}
.icon-new-tab:before {
	content: "\32";
}
.icon-mail:before {
	content: "\33";
}
.icon-facebook:before {
	content: "\34";
}
.icon-twitter:before {
	content: "\35";
}
.icon-pinterest:before {
	content: "\36";
}
.icon-google-plus:before {
	content: "\37";
}
.icon-search:before {
	content: "\38";
}
.icon-warning:before {
	content: "\39";
}
.icon-arrow:before {
	content: "\3a";
}
.icon-envelope:before {
	content: "\3b";
}
.icon-arrow-thin:before {
	content: "\3c";
}
.icon-arrow-down-thin:before {
	content: "\3d";
}
.icon-arrow-thick:before {
	content: "\3e";
}
.icon-arrow-down-thick:before {
	content: "\3f";
}
.icon-left-quote:before {
	content: "\40";
}
.icon-right-quote:before {
	content: "\41";
}
.icon-arrow-very-thin-right:before {
	content: "\42";
}
.icon-arrow-very-thin-left:before {
	content: "\43";
}
.icon-menu:before {
	content: "\44";
}
.icon-file-pdf:before {
	content: "\45";
}
.icon-file-word:before {
	content: "\46";
}
.icon-file-excel:before {
	content: "\47";
}
.icon-file-zip:before {
	content: "\48";
}
.icon-file-powerpoint:before {
	content: "\49";
}
.icon-zoom-in:before {
	content: "\4a";
}
.icon-zoom-out:before {
	content: "\4b";
}


/****** FILE: site/css/main.css *****/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #000000;
}

body {
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
	margin-bottom: 50px;
	background: #FFE611;
	color: #000000;
	padding: 20px;
	font-size: 16px;
	text-align: center;
}

.chromeframe a[href] {
	color: #333333;
	text-decoration: underline;
}
.chromeframe a[href]:hover {
	color: #333333;
	text-decoration: none;
}
.chromeframe .icon {
	font-size: 20px;
	color: #cc0000;
	margin-right: 10px;
}





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *	`contenteditable` attribute is included anywhere else in the document.
 *	Otherwise it causes space to appear at the top and bottom of elements
 *	that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *	`:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}


/****** FILE: site/css/layout.css *****/
/*
*
* NOTE: Any changes to width of content or typography styles need to be duplicated in editor.css.
* 
SITE COLOURS
Green: #008751
Gold:  #FCD116
Blue:  #1B75BC
Grey: #d1d2d4;
*/
html {
	background-size: cover;
	min-height: 100%;
}
html.lt-ie9 {
	min-width: 960px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #ffffff;
	background: #D1D1D1 url(../images/body-background.jpg) center top no-repeat fixed;
	background-size: cover;
}
body.home {
	background: #D1D1D1;
}
p {
	margin: 0 0 18px 0;
}
a[href] {
	color: #1B75BC;
	text-decoration: none;
	border-bottom: 1px solid #1B75BC;
	-webkit-transition: border 250ms; 
	transition: border 250ms; 
}
a[href]:hover {
	border-bottom-color: transparent;
}
a[href]:focus {
	outline: none;
}
img {
	max-width: 100%;
	height: auto !important;	
}
p:first-child, 
h1:first-child, 
h2:first-child, 
h3:first-child, 
h4:first-child, 
h5:first-child, 
h6:first-child {
	margin-top: 0px;
}
p:last-child, 
h1:last-child, 
h2:last-child, 
h3:last-child, 
h4:last-child, 
h5:last-child, 
h6:last-child {
	margin-bottom: 0px;
}
h1, h2, h3 {
	color: #1B75BC;
	margin: 10px 0;
	font-weight: normal;
}
h1 {
	font-size: 24px;
	line-height: 30px;
	margin: 15px 0;
	text-transform: uppercase;
}
h2 {
	font-size: 20px;
	line-height: 26px;
}
h3 {
	font-size: 18px;
	line-height: 24px;
}
h4, h5, h6 {
	margin: 5px 0;
}
h4 {
	color: #1B75BC;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
}
h5 {
	font-size: 14px;
	line-height: 20px;
}
h6 {
	font-size: 13px;
	line-height: 20px;
}

.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}

.typography img.right {
	float: right;
	margin: 0 0 20px 20px;
}
.typography img.left {
	float:left;
	margin: 0 20px 20px 0;
}

.typography blockquote {
	display: block;
	position: relative;
	padding: 25px;
	margin: 0 0 15px 0;
	color: #0E5186;
}
	.typography blockquote p {
		position: relative;
		z-index: 2;
		margin: 0;		
		font-size: 20px;
		line-height: 24px;
		color: #0E5186;
	}
	.typography blockquote:before, 
	.typography blockquote:after {
		font-size: 82px;
		color: #E1E2E5;
		position: absolute;
		z-index: 1;
		font-family: "Arial Black", Gadget, sans-serif;
		font-weight: bold;
		line-height: 0;
	}
	.typography blockquote:before {
		content: '\201C';
		top: 35px;
		left: 0;
	}
	.typography blockquote:after {
		content: '\201D';
		right: 0;
		bottom: 10px;
	}
	
.typography pre {
	background: #F7F7F7;
	border: 1px solid #E4E4E4;
	font-family: Courier, monospace;
	margin: 0 0 20px 0;
	padding: 15px;
	clear: both;
}
.typography table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 10px;
	text-align: left;
	background: #F7F7F7;
}
	.typography table tr:nth-child(even) {
		background-color: #fff;
		border-top: solid 1px #d7d7d7;
		border-bottom: solid 1px #d7d7d7;
	}
	.typography table th,
	.typography table thead td {
		background-color: #D7D7D7;
	}
	.typography table td,
	.typography table th {
		padding: 4px 20px;
		vertical-align: top;
	}
	.typography table th {
		font-weight: bold;
		padding: 6px 20px;
	}

.contentWrapper {
	max-width: 940px;
	padding: 0 10px;
	margin: 0 auto;
}
.main > .contentWrapper {
	margin: 30px auto;
}

/* ----- HEADER ----- */
.header {
	color: #767473;
	background: #fff;
	position: relative;
	z-index: 105;
}
.header .contentWrapper {
	height: 95px;
	position: relative;
	z-index: 105;
}
	.header .brand { 
		display: block;
		float: left;
		margin: 18px 0 0 0;
		border-bottom: none;
		color: #ffffff;
		font-size: 30px;
		line-height: 34px;
		font-weight: bold;
		text-transform: uppercase;
		max-width: 330px;
	}
	.header .brand:hover { 
		color: #cccccc;
	}
	.header .brand img { 
		display: block;
		margin: 0 auto;
	}
	.header .brand img.mobile,
	.header .brand img.print {
		display: none;
	}
	
#HeaderNavigation {
	position: absolute;
	top: 0;
	right: 3px;
	z-index: 150;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
	#HeaderNavigation > li {
		float: left;
		position: relative;
		list-style-type: none;
	}
	#HeaderNavigation > li > a {
		display: block;
		color: #999999;
		text-decoration: none;
		padding: 0 10px;
		height: 21px;
		line-height: 21px;
		border-bottom: 0;
		-webkit-transition: color 250ms;
		-moz-transition: color 250ms;
		-ms-transition: color 250ms;
		-o-transition: color 250ms;
		transition: color 250ms;
	}
	#HeaderNavigation > li:hover > a,
	#HeaderNavigation > li.current > a,
	#HeaderNavigation > li.section > a {
		color: #1B75BC;
	}
	#HeaderNavigation > li > ul {
		display: none;
		position: absolute;
		top: 25px;
		left: 0;
		width: 160px;
		z-index: 160;
		background: #433F3C;
	}
	#HeaderNavigation > li:hover > ul {
		display: block;
	}
	#HeaderNavigation > li > ul > li {
		list-style-type: none;
	}
	#HeaderNavigation > li > ul > li > a {
		text-decoration: none;
		padding: 2px 10px;
		display: block;
		color: #ffffff;
		border-bottom: 1px solid #6f6f6f;
		border-bottom: 1px solid rgba(222,222,222,0.5);
		-webkit-transition: background-color 400ms, color 400ms;
		transition: background-color 400ms, color 400ms;
	}
	#HeaderNavigation > li > ul > li.current > a,
	#HeaderNavigation > li > ul > li.section > a {
		background: #1B75BC;
	}
	#HeaderNavigation > li > ul > li:hover > a {
		color: #000000;
		background: #eeeeee;
	}

	#HeaderSocialMediaButtons {
		position: absolute;
		right: 10px;
		top: 39px;
	}
	#HeaderFacebookLink,
	#HeaderTwitterLink,
	#HeaderPinterestLink {
		display: inline-block;
		width: 27px;
		height: 27px;
		line-height: 27px;
		font-size: 27px;
		margin-left: 1px;
		border-bottom: 0;
		color: #ababab;
		-webkit-transition: -webkit-transform 0.5s;
		-moz-transition: -moz-transform 0.5s;
		-o-transition: -o-transform 0.5s;
		transition: transform 0.5s;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	#HeaderFacebookLink:hover,
	#HeaderTwitterLink:hover,
	#HeaderPinterestLink:hover {
		color: #6b6b6b;
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transform-origin: center center;
		-moz-transform-origin: center center;
		-o-transform-origin: center center;
		transform-origin: center center;
	}

	#SearchBox {
		display: inline-block;
		position: relative;
		margin-left: 1px;
		vertical-align: top;
		height: 27px;
		width: 170px;
		line-height: 27px;
	}
		#SearchBox input.searchInput {
			height: 15px;
			width: 135px;
			padding: 6px 25px 6px 10px;
			font-size: 13px;
			line-height: 15px;
			border: none;
			outline: none;
			color: #ababab;
			border-radius: 15px;
			border: solid 1px #dcdcdc;
			box-shadow: inset 0 7px 7px -7px rgba(0, 0, 0, 0.2);
			transition: all 400ms;
		}
		#SearchBox input.searchInput:focus {
			box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, 0.2);
		}
		#SearchBox input.searchSubmit {
			position: absolute;
			top: 0;
			right: 0;
			height: 29px;
			width: 30px;
			border: none;
			outline: none;
			cursor: pointer;
			font-family: 'site-icons';
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			font-size: 14px;
			color: #ABABAB;
			background: transparent;
			transition: color 250ms;
		}
		#SearchBox input.searchSubmit:hover {
			color: #666666;
		}

/* ----- MAIN NAVIGATION - TABS ----- */
#NavigationContainer {
	border-top: solid 4px #008751;
	background: #1B75BC;
	position: relative;
	z-index: 100;
	top: 0;
	width: 100%;
}
#NavigationContainer.sticky {
	position: fixed;
	z-index: 105;
	top: -8px;
}
.touch #NavigationContainer.sticky {
	position: relative;
	z-index: 100;
	top: 0;
}
#NavigationContainer .borderBox {
	width: 100%;
	border-top: 4px solid #FCD116;
}
	#Navigation nav.primary > ul {
		position: relative;
		margin: 0;
		padding: 0;
	}
	#Navigation nav.primary > ul > li {
		list-style: none;
		margin: 0;
		float: left;
		display: block;
		position: relative;
	}
	#Navigation nav.primary > ul > li.hideInMainMenu {
		display: none;
	}
	#Navigation nav.primary > ul > li > a {
		text-decoration: none;
		display: block;
		padding: 0px 20px;
		height: 37px;
		line-height: 37px;
		font-size: 14px;
		letter-spacing: 1px;
		color: #ffffff;
		border-bottom: none;
		-webkit-transition: background-color 250ms, color 250ms;
		transition: background-color 250ms, color 250ms;
	}
	#Navigation nav.primary > ul > li:hover > a {
		background: #0E63A7;
	}
	#Navigation nav.primary > ul > li.current > a,
	#Navigation nav.primary > ul > li.section > a {
		background: #FCD116;
		color: #0E5186;
	}

	/* -- SUB MENU LEVEL 1 -- */
	#Navigation nav.primary > ul > li > ul {
		display: none;
		position: absolute;
		top: 37px;
		left: 0;
		margin: 0;
		padding: 0;
		list-style: none;
		background: #fff;
		width: 250px;
		z-index: 110;
	}
	#Navigation nav.primary > ul > li:hover > ul {
		display: block;
	}
	#Navigation nav.primary > ul > li > ul > li {
		position: relative;
		float: left;
		width: 100%;
	}
	#Navigation nav.primary > ul > li > ul > li > a {
		display: block;
		color: #545454;
		padding: 8px 15px;
		text-decoration: none;
		border-bottom: 1px solid #6f6f6f;
		border-bottom: 1px solid rgba(222,222,222,0.5);
		-webkit-transition: background-color 400ms, color 400ms;
		transition: background-color 400ms, color 400ms;
	}
	#Navigation nav.primary > ul > li > ul > li:hover > a {
		background: #0E63A7;
		color: #fff;
	}
	#Navigation nav.primary > ul > li > ul > li.current > a,
	#Navigation nav.primary > ul > li > ul > li.section > a {
		background: #FCD116;
		color: #0E5186;
	}
	
	#Navigation nav.primary > ul > li > ul > li > ul,
	#Navigation nav.primary > ul > li > ul > li > ul > li > ul,
	#Navigation nav.primary > ul > li > ul > li > ul > li > ul > li > ul {
		display: none !important;
	}

#Navigation .navigationOpenTimes {
	float: right;
	height: 37px;
	line-height: 37px;
}
	
/* ----- SEARCH RESULTS ----------------------------- */
.searchResults p.searchQuery {
	margin-bottom: 10px;
	font-size: 16px;
}
#SearchResults {
	margin: 40px auto 0 auto;
	padding: 0;
}
	#SearchResults li {
		border-top: 1px solid #e5e5e5;
		padding: 20px 0;
		list-style-type: none;
	}
	#SearchResults a.searchResultHeader {
		font-size: 18px;
		border-bottom: none;
	}
	#SearchResults p {
		margin: 12px 0;
	}
	
#PageNumbers {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
}
	#PageNumbers a {
		padding: 0 5px
	}
	#PageNumbers .pagination {
		float: left
	}
	#PageNumbers p {
		float: right
	}
	#PageNumbers .next,
	#PageNumbers .prev {
		font-size: 14px
	}
	#PageNumbers .next {
		margin-left: 15px
	}
	#PageNumbers .prev {
		margin-right: 15px
	}

/* ----- CONTENT ----- */
.touch #Container {
	padding-top: 0 !important;	
}

#Content {
	z-index: 1;
	position: relative;
	padding: 62px 70px;
	background: #f3f3f3;
	background: rgba(255,255,255,0.9);
	border-bottom: 6px solid #FCD116;
	color: #000000;
}

#Content.withSidebarGap {
	margin-right: 220px;
	box-shadow: 100px 60px 30px -105px rgba(0,0,0,0.5);
}

#ContentSidebar {
	float: right;
	width: 220px;
}
#ContentSidebar .content {
	background: #1B75BC;
	padding: 62px 10px 40px 10px;
}
#ContentSidebar .content a {
	color: #ffffff;
	border-color: #ffffff;
}

.columnText {
	-webkit-columns: 300px 2;
	-moz-columns: 300px 2;
	columns: 300px 2;
	-webkit-column-gap: 60px; 
	-moz-column-gap: 60px; 
	column-gap: 60px;
}
.columnText p {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid-column;
}

/* ----- BREADCRUMBS ----- */
#Breadcrumbs {
	font-size: 10px;
}

/* ----- SCROLL TO TOP ----- */
#ScrollToTop {
	display: none;
	z-index: 19;
	position: fixed;
	right: 30px;
	bottom: 30px;
	padding: 0 15px 0 0;
	width: 115px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #1B75BC;
	border: none;
	outline: none;
	text-transform: uppercase;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: all 250ms; 
	transition: all 250ms; 
}
	#ScrollToTop .icon {
		position: absolute;
		top: 6px;
		left: 10px;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		transition: all 250ms; 
	}
	.lt-ie9 #ScrollToTop .icon {
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	}
	#ScrollToTop:hover {
		border: none;
		background: #FCD116;
	}
	#ScrollToTop:active {
		outline: none;
	}
	#ScrollToTop:active .icon {
		top: 1px;
		-webkit-transition: none; 
		transition: none; 
	}



/* ------- HOME PAGE -------- */
body.home .main > .contentWrapper {
	padding: 0;
	margin: 0 auto 30px auto;
}

body.home #Content {
	border-bottom: none;
	padding: 50px 60px;
	background: rgba(255,255,255,0.5)
}

.homepageContainerLinks {
	position: relative;
	float: left;
	display: block;
	width: 46.35%;
	width: calc((100% - 60px) / 2);
	margin-right: 7.3%;
	margin-right: calc(60px);
	border-bottom: none !important;
	background: #ffffff;
	background: rgba(255,255,255,0.7);
	box-shadow: 0 5px 5px rgba(0,0,0,0.25);
	-webkit-transition: background 250ms;
	-moz-transition: background 250ms;
	-ms-transition: background 250ms;
	-o-transition: background 250ms;
	transition: background 250ms;
}
.homepageContainerLinks:hover {
	background: #ffffff;
}
.homepageContainerLinks.last {
	margin-right: 0;
}
.homepageContainerLinks .contentContainer {
	position: relative;
	padding: 15px 20px 20px 20px;
	color: #423f3d;
}
.homepageContainerLinks .contentContainer .content {
	margin-top: 8px;
	line-height: 20px;
	height: 120px;
	overflow: hidden;
}
.homepageContainerLinks .icon-container {
	padding-left: 20px;
	font-size: 13px;
	line-height: 40px;
	color: #ffffff;
	background: #1B75BC;
	-webkit-transition: background 400ms;
	-moz-transition: background 400ms;
	-ms-transition: background 400ms;
	-o-transition: background 400ms;
	transition: background 400ms;
}
.homepageContainerLinks .icon-container .icon {
	font-size: 20px;
	line-height: 40px;
	margin-right: 20px;
	float: right;
	font-family: 'site-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.homepageContainerLinks h2 {
	color: #423f3d;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 0;
}


#SiteBackground {
	height: 100% !important;
	width: 100% !important;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	padding-top: 140px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	#SiteBackground .image {
		position: absolute !important;
		top: 0;
		width: 100% !important;
		height: 100% !important;
		min-width: 1280px;
		background-attachment:fixed;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	#HomepageSlideshow {
		position: static !important;
		height: 100% !important;
		width: 100% !important;
	}
		#HomepageSlideshow .image {
			position: absolute !important;
			top: 0;
			width: 100% !important;
			height: 100% !important;
			min-width: 1280px;
			background-attachment:fixed;
			background-position: center center;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}

	#HomepageSlideshowPager {
		position: absolute;
		bottom: 20px;
		left: 20px;
		left: calc(50% - 470px);
		z-index: 100;
		margin-top: 0px;
		-webkit-transition: all 250ms;
		-moz-transition: all 250ms;
		transition: all 250ms;
	}
	#HomepageSlideshowPager .slideButton {
		display: block;
		float: left;
		width: 20px;
		height: 12px;
		background: #5a5957;
		border: 1px solid #5a5957;
		margin-right: 5px;
		cursor: pointer;
		border-width: 1px;
		border-style: solid;
		border-color: rgba(255,255,255,0.5);
		background: transparent;
		background: rgba(255,255,255,0);
		transition: background-color 400ms;
	}
	#HomepageSlideshowPager .slideButton.cycle-pager-active,
	#HomepageSlideshowPager .slideButton:hover {
		background: #5a5957;
		background: rgba(255,255,255,0.5);
	}


/* ------- CONTAINER PAGE AND HOLDER -------- */
.containerList {
	margin: 0 -10px;
}
.containerList > .container {
	display: block;
	color: #000000;
	background: #ffffff;
	padding: 10px 2%;
	padding: 10px calc(10px);
	width: 44%;
	width: calc(50% - 30px);
	margin-right: 4%;
	margin-right: calc(20px);
	margin-top: 20px;
	border-bottom: none;
	float: left;
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.05);
	transition: color 400ms, box-shadow 400ms;
}
.containerList > .container:hover { 
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.2);
}
.containerList > .container.even {
	margin-right: 0px;
}
.containerList > .container:nth-child(-n + 2) {
	margin-top: 0px;
}
.containerList > .container > img {
	display: block;
}
.containerList > .container > .title {
	padding-top: 5px;
}

.containerContentContainer {
	margin-bottom: 40px;
}
.containerContentContainer.withImage .containerContent {
	float: left;
	width: 350px;
}
.containerContentContainer.withImage .containerImage {
	float: right;
	display: block;
	margin-right: -290px;
	position: relative;
	background: #ffffff;
	border-bottom: none !important;
	outline: none;
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.05);
	width: 80.5%;
	text-align: center;
	transition: box-shadow 400ms;
}
.containerContentContainer.withImage .containerImage:hover { 
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.2);
}
.containerContentContainer.withImage .containerImage:focus {
	outline: none;
}
.containerContentContainer.withImage .containerImage > .icon {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #999999;
	transition: color 400ms;
}
.containerContentContainer.withImage .containerImage:hover > .icon {
	color: #000000;
}
.containerBeforeAfterImages {
	margin: 0 -10px 40px -10px;
}
.containerBeforeAfterImages .beforeImage, 
.containerBeforeAfterImages .afterImage {
	display: block;
	padding: 10px 2%;
	padding: 10px calc(10px);
	width: 44%;
	width: calc(50% - 32px);
	color: #000000;
	background: #ffffff;
	float: left;
	border-bottom: none !important;
	position: relative;
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.05);
	transition: color 400ms, box-shadow 400ms;
}
.containerBeforeAfterImages .beforeImage:hover, 
.containerBeforeAfterImages .afterImage:hover { 
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.2);
}
.containerBeforeAfterImages .beforeImage:focus, 
.containerBeforeAfterImages .afterImage:focus {
	outline: none;
}
.containerBeforeAfterImages .beforeImage {
	margin-right: 4%;
	margin-right: calc(24px);
}
.containerBeforeAfterImages .beforeImage > img, 
.containerBeforeAfterImages .afterImage > img {
	display: block;
	margin-bottom: 5px;
}
.containerBeforeAfterImages .beforeImage > .icon, 
.containerBeforeAfterImages .afterImage > .icon {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #999999;
	transition: color 400ms;
}
.containerBeforeAfterImages .beforeImage:hover > .icon,
.containerBeforeAfterImages .afterImage:hover > .icon {
	color: #000000;
}
.containerBeforeAfterImages .beforeImage > .text, 
.containerBeforeAfterImages .afterImage > .text { 
	display: block;
}

#ContainerSlideshowContainer {
	position: relative;
	margin: 0 -10px 40px -10px;
	padding: 10px;
	background: #ffffff;
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.05);
}
#ContainerSlideshowContainer:last-child {
	margin-bottom: 0;
}
#ContainerSlideshow {
	overflow: hidden;
}
#ContainerSlideshow > .slide {
	display: none;
}
#ContainerSlideshow > .slide.first {
	display: block;
}
#ContainerSlideshow > .slide > .caption {
	padding-top: 5px;
}

#ContainerSlideshowPager {
	position: absolute;
	bottom: -27px;
	left: 0;
	right: 0;
	text-align: center;	
}
#ContainerSlideshowPager .slideButton {
	display: inline-block;
	position: relative;
	height: 12px;
	width: 12px;
	margin: 0 2px;
	border-radius: 50%;
	overflow: hidden;
	background-color: transparent;
	box-shadow: inset 0 0 0 2px #C5C5C5;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
#ContainerSlideshowPager .slideButton:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	border-radius: 50%;
	background-color: #C5C5C5;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
}
#ContainerSlideshowPager .slideButton.cycle-pager-active:after{
	-webkit-transform: scale(1);
	transform: scale(1);
}
#ContainerSlideshowPager .slideButton:hover,
#ContainerSlideshowPager .slideButton:focus {
	opacity: 0.7;
}




#ContainerSlideshowNext, 
#ContainerSlideshowPrevious {
	position: absolute;
	top: 40%;
	top: calc(50% - 16px);
	font-size: 32px;
	cursor: pointer;
	color: #999999;
	transition: color 400ms, text-shadow 400ms;
	z-index: 120;
	display: none;
} 
#ContainerSlideshowPrevious {
	left: -35px;
}
#ContainerSlideshowNext {
	right: -35px;
}
#ContainerSlideshowNext:hover, 
#ContainerSlideshowPrevious:hover {
	color: #000000;
}


/* ----- FAQ PAGE -------------------------------------- */
ul.faqList {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}
ul.faqList > li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #D8D8D8;
}
	ul.faqList > li .questionBody span.plus,
	ul.faqList > li .questionBody span.minus {
		display: none;
		font-family: "Courier New", Courier, monospace;
		font-size: 14px;
		float: right;	
	}
	ul.faqList > li .questionBody span.plus {
		display: block;
	}
ul.faqList > li .open .questionBody {
	font-weight: bold;
}
	ul.faqList > li .open .questionBody span.minus {
		display: block;
	}
	ul.faqList > li .open .questionBody span.plus {
		display: none;
	}
ul.faqList > li .questionBody, 
ul.faqList > li .answerBody {
	float: left;
	position: relative;
	width: 100%;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul.faqList > li .questionPrefix, 
ul.faqList > li .answerPrefix {
	position: absolute;
	left: 0;
}
ul.faqList > li .open .questionPrefix,
ul.faqList > li .answerPrefix {
	font-weight: bold;
}
ul.faqList > li .answerBody {
	margin-bottom: 10px;
}
ul.faqList > li div.question {
	cursor: pointer;
	padding: 10px 0;
}
ul.faqList > li div.answer {
	margin-top: 5px;
	overflow: hidden;
}

/****** FILE: site/css/form.css *****/
form {
	max-width: 480px;
}

/* ----- ACTION BUTTONS ----- */
input.action, 
.button[href] {
	position: relative;
	display: inline-block;
    border: none;
	color: #ffffff;
	background-color: #008751;
    padding: 5px 10px;
	border-radius: 0;
    text-decoration: none !important;
    text-align: center;
	cursor: pointer;
	-webkit-transition: background 250ms;
	-moz-transition: background 250ms;
	-o-transition: background 250ms;
	transition: background 250ms;
}
input.action {
	float: right;
	padding-right: 80px;
	background-image: url(../images/arrow-white-right.gif);
	background-position: 90% 50%;
	background-position: calc(100% - 10px) 50%;
	background-repeat: no-repeat;
}
input.action:hover, 
.button[href]:hover {
	background-color: #008751;
}
input.action:hover {
	background-position: 95% 50%;
	background-position: calc(100% - 5px) 50%;
}
input.action:focus,
.button[href]:focus {
	outline: none;
}
input.action:active,
.button[href]:active {
	padding-top: 6px;
	padding-bottom: 4px;
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
}
.button[href].block {
	display: block;
	margin-top: 10px;
}
/* ----- FORM ELEMENTS ----- */
form input.text,
form textarea,
form select {
    width: 100%;
    padding: 7px;
    background-color: #fff;
    border: 1px solid #C7C7C7;
    font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 0 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
form input.autoWidth {
	width: auto;
}	
form textarea {
	min-height: 175px;
	resize: vertical;
}
form select {
    padding: 6px;
}
form input:focus, 
form textarea:focus, 
form select:focus {
	outline: none;
}

fieldset .field {
	margin: 4px 0 12px 0;
}
fieldset .field > label.left, 
.fieldLabel {
	display: block;
	color: #000000;
	margin: 4px 0;
}
fieldset .field > .middleColumn, 
.fieldInput {
	display: block;
	margin: 4px 0 12px 0;
}
span.note {
	text-transform: none;
	font-size: 10px;
}

.actions .fieldLabel {
	float: left;
	text-transform: none;
}
.actions .fieldInput {
	float: left;
	margin-left: 15px;
}

form:before,
form:after,
.Actions:before,
.Actions:after {
	content: " "; 
	display: table; 
}

form:after, 
.Actions:after {
	clear: both;
}
form, 
.Actions {
	*zoom: 1;
}
#ForgotPassword {
	font-size: 12px;
}
/* ----- ERROR MESSAGES ------------------------------------------  */
form span.message,
form p.message,
form .good,
p.goodMessage,
form .bad,
p.badMessage,
p.error {
	display: block;
   	margin: 0 0 15px 0;
	padding: 7px 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
form span.message,
form p.message {
    background-color: #fef4ba;
    border: 1px solid #e8c805;
}
form .good,
p.goodMessage {
	background-color: #ecf9d0;
	border: solid 1px #8fbe00;
	color: #5D7A04;
}
form .bad,
p.badMessage,
p.error {
	background-color: #f9d0d0;
	border: solid 1px #cf0000;
	color: #b80000;
}

form input.error,
form textarea.error,
form select.error {
	border-color: #DA2E27;
}
form label.error {
	display: block;
	margin: 5px 0 10px 0;
	color: #DA2E27;
	border-color: #DA2E27;
}
span.requiredAsterisk {
	color: #DA2E27;
}

/* USER DEFINED USER FORM MODULE STYLES
----------------------------------------------- */
/*Generic and mixed*/
.FormHeading {
    clear: both;
    padding-top: 15px;
}
form .date .middleColumn input {
    /*background: transparent url(../images/icons/your_icon_here.png) no-repeat scroll 90px 5px;*/
    width: 114px;
}
.Actions input.resetformaction,
.Actions input.action-minor {                  /* Clear button */
    float: left;
    background-color: #888;
}
.Actions input.resetformaction:hover,
.Actions input.action-minor:hover {            /* Clear button */
    background-color: #aaa;
}

form .requiredField label.left:after { /* pseudo element adds an asterisk to a required fields label */
    color: #B94A48;
    content: "*";
    font-size: 14px;
    font-weight: normal;
    padding-left: 3px;
}

/* Radio / Checkbox */
form .checkboxset ul,
form .optionset ul {
    margin: 0;
	padding: 0;
}
form .checkboxset li,
form .optionset li {
	margin-bottom: 10px;
	list-style-type: none;
}
form .checkboxset li label,
form .optionset li label {
	margin-left: 7px;
}
/* clearfix */
form div.checkbox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
form .checkbox .checkbox { clear: both; }

/* Messages */
form input.holder-required {
    border: 1px solid #cf0000; 
}

/* To test - potentially not needed? */
.ss-uploadfield-item-info button{
    margin-top: 4px !important;
    float: left;
}
form .creditCardField input,
form input.currency,
form input.numeric {
    width: 50px;
}
form #DMYDate-month,
form #DMYDate-day {
    width: 25px
}


/* Responsive form styles
----------------------------------------------- */
@media only screen and (max-width: 700px) { 
    /* To test - potentially not needed? */
	.header form .middleColumn {
	    float: none;
	    width: 100% !important;
	}
	form label.left,
	#MemberLoginForm_LoginForm label {
	    margin-bottom: 8px
	}
}
@media only screen and (max-width: 900px) { 
    form {
        max-width: 100%;
    }
}

/****** FILE: site/css/mobilemenu.css *****/
/* ----- MOBILE MENU ------------------------------------ */
#MobileMenuButton {
	display: none;
	cursor: pointer;
	width: 50px;
	height: 35px;
	padding: 15px 0 0 0;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -25px;
	background: #1B75BC;
	-webkit-transition: background 250ms;
	-moz-transition: background 250ms;
	-ms-transition: background 250ms;
	-o-transition: background 250ms;
	transition: background 250ms;
}
#MobileMenuButton:hover {
	background: #0E63A7;
}
		#MobileMenuButton .hamburger span {
			display: block;
			height: 3px;
			width: 26px;
			margin: 3px auto 0 auto;
			background: #fff;
		}
	
	
#MobileMenuCloseButton {
	margin-left: 50%;
	padding: 10px 0;
	color: #fff;
	background: #1B75BC;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-ms-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}
#MobileMenuHeader.searchFocus #MobileMenuCloseButton {
	margin-left: 75%;
}
#MobileMenuCloseButton .icon {
	font-size: 12px;
	margin-left: 10px;
}
#MobileSearchForm {
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 50%;
	padding-right: 40px;
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-ms-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}
#MobileMenuHeader.searchFocus #MobileSearchForm {
	right: 25%;
}
#MobileSearchFormText {
	margin: 5px;
	padding: 5px 30px 5px 15px;
	width: 100%;
	height: 21px;
	border: none;
	border-radius: 15px;
	font-size: 16px;
}
#MobileSearchFormSubmit {
	position: absolute;
	top: 10px;
	right: 3px;
	height: 21px;
	width: 21px;
	border: none;
	color: #999999;
	background: transparent;
	padding: 0;
	margin: 0;
	font-size: 16px;
}
#MobileSearchFormSubmit:focus,
#MobileSearchFormText:focus {
	outline: none;
}
#MobileNavigation {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	background: #fff;
	z-index: 900000;
}
#MobileMenuHeader {
	background: #1B75BC;
	border-bottom: 3px solid #008751;
}
#MobileNavigation #dynamicMobileMenu {
	position: absolute;
	top: 80px;
	left: 0;
	bottom: 0;
	z-index: 1;
	overflow: auto;
	width: 100%;
	bottom: 0;
	background: #fff;
	height: 550px;
}
#DynamicMobileMenu {
	position: relative;
	left: 0px;
	right: auto;
	display: block;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#DynamicMobileMenu > ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	text-align: left;
	display: block !important;
}
#DynamicMobileMenu > ul > li > ul {
	display: none;
}
#DynamicMobileMenu > ul > li {
	display: block;
	padding: 0;
	background: #fff;
	border-bottom: 1px solid #E9E9E9;
}
#DynamicMobileMenu > ul > li > a {
	text-transform: uppercase;
	display: block;
	padding: 16px 0px 16px 15px;
	color: #555;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	border: none;
}
#DynamicMobileMenu > ul > li.backLink {
	background: #B2B5BC;
}
#DynamicMobileMenu > ul > li.backLink > a {
	font-size: 14px;
	padding-left: 45px;
}
#DynamicMobileMenu > ul > li.backLink > a:after, 
#DynamicMobileMenu > ul > li.hasMenu > a:after {
	font-family: 'site-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	position: absolute;
	top: 18px;
	content: "\42";	
}
#DynamicMobileMenu > ul > li.backLink > a:after {
	left: 15px;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
#DynamicMobileMenu ul > li.hasMenu > a:after {
	right: 15px;
}
#DynamicMobileMenu > ul > li.current,
#DynamicMobileMenu > ul > li.highlight,
#DynamicMobileMenu > ul > li:active, 
#DynamicMobileMenu > ul > li:focus {
	background-color: #d1d2d4;
}

/****** FILE: site/css/responsive.css *****/
@media screen and (max-width: 959px) {
	body.home #Content {
		padding: 50px 10px;
	}
	#HomepageSlideshowPager {
		right: 10px;
	}
}
@media screen and (max-width: 859px) {
	#Navigation nav.primary > ul > li > a {
		padding: 0 15px;
	}
	#Navigation .navigationOpenTimes {
		font-size: 10px;
	}
	#Content {
		padding: 30px;
	}
	body.home #Content {
		padding: 30px 10px;
	}
	#ContentSidebar .content {
		padding-top: 30px;
	}
	#Content.withSidebarGap.noSidebar {
		margin-right: 0;
	}
	.containerContentContainer.withImage .containerContent {
		width: 48%;
		width: calc(50% - 12px);
	}
	.containerContentContainer.withImage .containerImage {
		margin-right: -10px;
		width: 48%;
		width: calc(50% - 2px);
	}
	.homepageContainerLinks {
		margin-right: calc(30px);
		width: calc(50% - 15px);
	}
	.homepageContainerLinks .contentContainer {
		padding: 10px;
		height: auto;
	}
	.homepageContainerLinks .icon-container {
		padding-left: 10px;
	}
	.homepageContainerLinks .icon-container .icon {
		margin-right: 10px;
	}
	.homepageContainerLinks .contentContainer .content {
		height: auto;
	}
	#ContainerSlideshowNext, 
	#ContainerSlideshowPrevious {
		color: #ffffff;
		text-shadow: 0 0 10px #000000;
	} 
	#ContainerSlideshowPrevious {
		left: 10px;
	}
	#ContainerSlideshowNext {
		right: 10px;
	}
	#ContainerSlideshowNext:hover, 
	#ContainerSlideshowPrevious:hover {
		color: #000000;
		text-shadow: 0 0 10px #ffffff;
	}
	#ScrollToTop {
		right: 10px;
	}
}
@media screen and (max-width: 749px) {
	#Navigation .navigationOpenTimes {
		display: none !important;
	}
	.containerContentContainer.withImage .containerContent  {
		width: auto;
		float: none;
	}
	.containerContentContainer.withImage .containerImage  {
		width: auto;
		float: none;
		margin: 20px 0 0 0;
	}
	.homepageContainerLinks {
		float: none;
		width: auto;
		margin: 0 0 30px 0;
	}
	#SiteBackground {
		display: none !important;
	}
	body.home #Content {
		background: none;
		padding-bottom: 0;
	}
}
@media screen and (max-width: 640px) {
	body {
		background: #fff !important;
	}
	body.home {
		background: #D1D1D1 !important;
	}
	#NavigationContainer, 
	#HeaderNavigation, 
	#HeaderSocialMediaButtons,
	#ContentSidebar,
	#ScrollToTop,
	.header .brand img.screen {
		display: none !important;
	}
	#MobileMenuButton,
	.header .brand img.mobile {
		display: block !important;
	}
	.header {
		border-bottom: solid 4px #008751;
		background: #1B75BC;	
	}
	.header .contentWrapper {
		padding-top: 15px;
		height: auto;
		border-bottom: 4px solid #FCD116;
	}
	.header .brand {
		float: none;
		text-align: center;
		margin: 0 70px 15px 10px;
		max-width: 330px;
	}
	.header nav.primary {
		float: none;
	}
	.contentWrapper {
		padding: 0;
	} 
	#Content, 
	#Content.withSidebarGap {
		margin: 0px;
		padding: 15px;
		box-shadow: none;
		background: none;
		border-bottom: none;
	}
	#ContainerSlideshowNext, #ContainerSlideshowPrevious {
		top: calc(50% - 12px);
		font-size: 24px;
	}
}
@media screen and (max-width: 480px) {
	input.text, 
	textarea, 
	select {
		width: 100%;
	}
	.typography img.right,
	.typography img.left {
		display: block;
		float: none;
		margin: 0 0 20px 0;
	}
	.homepageContainerLinks .contentContainer  {
		height: auto;
	}
}
@media screen and (max-width: 400px) {
	.containerBeforeAfterImages {
		margin: 0 -10px;
	}
	.containerBeforeAfterImages .beforeImage,
	.containerBeforeAfterImages .afterImage {
		float: none;
		width: auto;
		margin: 0 0 40px 0;
	}
}
@media screen and (max-width: 380px) {
	.containerList > .container {
		float: none;
		width: auto;
		padding: 10px;
		margin: 0 0 30px 0;
	}
}

/****** FILE: site/css/colorbox.css *****/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../images/colorbox/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../images/colorbox/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:3px; right:3px; display:block; background:url(../images/colorbox/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}


