/****** 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.
*
*/
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: #686866 url(../images/body-background.jpg) center top no-repeat fixed;
	background-size: cover;
}
body.home {
	background: #686866;
}
p {
	margin: 0 0 18px 0;
}
a[href] {
	color: #F09100;
	text-decoration: none;
	border-bottom: 1px solid #F09100;
	-webkit-transition: color 250ms, border 250ms; 
	transition: color 250ms, border 250ms; 
}
a[href]:hover {
	color: #c42822;
	border-bottom-color: transparent;
}
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: #F09100;
	margin: 10px 0;
}
h1 {
	font-size: 24px;
	line-height: 30px;
	margin: 15px 0;
	text-transform: uppercase;
	font-weight: bold;
}
h2 {
	font-size: 22px;
	line-height: 28px;
}
h3 {
	font-size: 18px;
	line-height: 24px;
}
h4, h5, h6 {
	margin: 5px 0;
}
h4 {
	color: #F09100;
	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;
	padding: 25px 25px 0 25px;
	margin: 0;
	position: relative;
	max-width: 400px;
}
	.typography blockquote:before, 
	.typography blockquote:after {
		content: '\201C';
		font-size: 120px;
		color: #ffd38f;
		position: absolute;
		top: 45px;
		left: 0;
		z-index: 1;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		line-height: 0;
	}
	.typography blockquote:after {
		content: '\201D';
		position: relative;
		left: 92%;
		bottom: 0;
	}
	.typography blockquote p {
		font-size: 22px;
		line-height: 26px;
		margin: 0;
		position: relative;
		z-index: 2;
	}
	
.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;
}
	.typography table tr:nth-child(even) {
		border-top: solid 1px #cccccc;
		border-bottom: solid 1px #cccccc;
	}
	.typography table th,
	.typography table thead td {
	}
	.typography table td,
	.typography table th {
		padding: 4px 10px;
		vertical-align: top;
	}
	.typography table th {
		font-weight: bold;
	}
	.typography table.paddedTable th, 
	.typography table.paddedTable td {
		padding: 20px 10px;
	}


.contentWrapper {
	max-width: 940px;
	padding: 0 10px;
	margin: 0 auto;
}
.main > .contentWrapper {
	margin: 30px auto;
}
.showPromo .main > .contentWrapper {
	margin-bottom: 90px;
}

/* ----- HEADER ----- */

.header {
	color: #000000;
	background: #ffffff;
	position: relative;
	z-index: 105;
}

.header .contentWrapper {
	padding-top: 15px;
	height: 110px;
	position: relative;
	z-index: 105;
}
	.header .brand { 
		display: block;
		float: left;
		margin: 0 0 0 23px;
		border-bottom: none;
		color: #000000;
		font-size: 30px; 
		line-height: 34px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.header .brand:hover { 
		color: #333333;
	}
	.header .brand img { 
		display: block;
		margin: 0 auto;
		max-width: 180px;
	}
	
#HeaderNavigation {
	position: absolute;
	top: 0px;
	right: 186px;
	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: 0px 8px;
		height: 21px;
		line-height: 21px;
		border-bottom: 0;
		-webkit-transition: background-color 400ms, color 400ms;
		transition: background-color 400ms, color 400ms;
	}
	#HeaderNavigation > li:hover > a,
	#HeaderNavigation > li.current > a,
	#HeaderNavigation > li.section > a {
		color: #ffffff;
		background: #433F3C;
	}
	#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: #F09100;
	}
	#HeaderNavigation > li > ul > li:hover > a {
		color: #000000;
		background: #eeeeee;
	}

	#HeaderSocialMediaButtons {
		position: absolute;
		right: 10px;
		top: 57px;
	}
	#HeaderFacebookLink,
	#HeaderPinterestLink {
		display: block;
		float: left;
		width: 27px;
		height: 27px;
		font-size: 27px;
		margin-left: 5px;
		border-bottom: 0;
		color: #999999;
		-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,
	#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 {
		float: left;
		height: 27px;
		width: 170px;
		margin-left: 10px;
		position: relative;
	}
		#SearchBox input.searchInput {
			height: 15px;
			width: 135px;
			padding: 6px 25px 6px 10px;
			line-height: 15px;
			border: 1px solid #cccccc;
			outline: none;
			color: #ababab;
			border-radius: 15px;
			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: 5px;
			height: 27px;
			padding: 0;
			margin: 0;
			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: 16px;
			color: #ABABAB;
			background: transparent;
			transition: color 250ms;
		}
		#SearchBox input.searchSubmit:hover {
			color: #666666;
		}

/* ----- MAIN NAVIGATION - TABS ----- */

#NavigationContainer {
	background: #433F3C;
	border-top: 3px solid #F09100;
	position: relative;
	z-index: 100;
	top: 0;
	width: 100%;
}
#NavigationContainer.sticky {
	position: fixed;
	z-index: 105;
	opacity: 0.9;
}
	#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 400ms, color 400ms;
		transition: background-color 400ms, color 400ms;
	}
	#Navigation nav.primary > ul > li.current > a,
	#Navigation nav.primary > ul > li.section > a {
		background: #F09100;
	}
	#Navigation nav.primary > ul > li:hover > a {
		color: #000000;
		background: #DFD2C1;
	}
	#Navigation nav.primary > ul > li.home > a {
		padding: 0px 12px;
		margin-right: 10px;
	}
	#Navigation nav.primary > ul > li.home > a > .homeIcon {
		background: url(../images/home-link.png) center center no-repeat;
		width: 21px;
		height: 37px;
		display: block;
	}
	#Navigation nav.primary > ul > li.home > a > .menuTitle {
		display: none;
	}
	#Navigation nav.primary > ul > li.home:hover > a {
		color: #000000;
		background: #F09100;
	}
	#Navigation nav.primary > ul > li.home.current > a,
	#Navigation nav.primary > ul > li.home.section > a {
		background: #F09100;
	}

	/* -- 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: #000000;
		background: rgba(0,0,0,0.8);
		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: #ffffff;
		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.current > a,
	#Navigation nav.primary > ul > li > ul > li.section > a {
		background: #F09100;
	}
	#Navigation nav.primary > ul > li > ul > li:hover > a {
		color: #000000;
		background: #ffffff;
	}

	/* -- SUB MENU LEVEL 2 -- */

	#Navigation nav.primary > ul > li > ul > li > ul {
		display: none;
		position: absolute;
		top: 0;
		left: 250px;
		margin: 0;
		padding: 0;
		list-style: none;
		background: #000000;
		background: rgba(0,0,0,0.8);
		width: 250px;
		z-index: 110;
	}
	#Navigation nav.primary > ul > li > ul > li:hover > ul {
		display: block;
	}
	#Navigation nav.primary > ul > li > ul > li > ul > li {
		position: relative;
		float: left;
		width: 100%;

	}
	#Navigation nav.primary > ul > li > ul > li > ul > li > a {
		display: block;
		color: #ffffff;
		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 > ul > li.current > a,
	#Navigation nav.primary > ul > li > ul > li > ul > li.section > a {
		background: #F09100;
	}
	#Navigation nav.primary > ul > li > ul > li > ul > li:hover > a {
		color: #000000;
		background: #ffffff;
	}

#Navigation .navigationOpenTimes {
	float: right;
	height: 37px;
	line-height: 37px;
}
	
/* ----- SEARCH RESULTS ----------------------------- */

.searchResults p.searchQuery {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}
#SearchResults {
	margin: 40px auto 0 auto;
	padding: 0;
}
	#SearchResults li {
		border-top: 1px solid #D7D7D7;
		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
	}



#SSGroupContainer {
	background: #333333;
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: -125px;
	left: 0;
	width: 100%;
	z-index: 110;
}
	#SSGroup {
		height: 125px;
		position: relative;
	}
	#SSGroup ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#SSGroup li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#SSGroupButton {
		position: absolute;
		right: 0;
		top: 125px;
		padding: 4px 10px;
		color: #ffffff;
		background: #747270;
		font-size: 9px;
		line-height: 13px;
		text-transform: uppercase;
		cursor: pointer;
		width: 151px;
		height: 13px;
		overflow: hidden;
		-webkit-transition: background-color 400ms;
		transition: background-color 400ms;
	}
	#SSGroupButton .handle {
		background: url(../images/group-handle.gif) 0 0 no-repeat;
		width: 13px;
		height: 10px;
		display: inline-block;
		position: absolute;
		top: 6px;
		right: 6px;
	}
	#SSGroupButton:hover {
		background: #000000;
	}

	#SSGroupCloseButton {
		position: absolute;
		top: 10px;
		right: 0px;
		width: 20px;
		height: 20px;
		background: url(../images/group-close-button.png) 0 0 no-repeat;
		opacity: 0.5;
		cursor: pointer;
		-webkit-transition: all 400ms;
		transition: all 400ms;
	}
	.no-opacity #SSGroupCloseButton {
		filter: alpha(opacity=50);
	}
	#SSGroupCloseButton:hover {
		opacity: 1;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: center center;
		-moz-transform-origin: center center;
		transform-origin: center center;
	}
	.no-opacity #SSGroupCloseButton:hover {
		filter: alpha(opacity=100);
	}

	#SSGroup li > a {
		width: 25%;
		height: 85px;
		padding-top: 40px;
		float: left;
		width: 33%;
		height: 85px;
		text-align: center;
		border-bottom: 0;
		-webkit-transition: background-color 400ms;
		transition: background-color 400ms;
	}
	#SSGroup #SSGroupSSH {
		padding-top: 20px;
		height: 105px;
	}
	#SSGroupSSH:hover,
	#SSGroupTheStudio:hover,
	#SSGroupAREA:hover,
	#SSGroupSignature:hover {
		background: #333333;
	}
	#SSGroupSSH img,
	#SSGroupTheStudio img,
	#SSGroupAREA img,
	#SSGroupSignature img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		max-height: 100%;
	}
	
/* ----- CONTENT ----- */
#Content {
	padding: 62px 70px;
	background: #f3f3f3;
	background: rgba(255,255,255,0.9);
	color: #000000;
	border-bottom: 6px solid #F09100;
	position: relative;
	z-index: 1;
}

#Content.withSidebarGap {
	margin-right: 220px;
	box-shadow: 100px 60px 30px -105px rgba(0,0,0,0.5);
}

#ContentSidebar {
	float: right;
	width: 220px;
}

#ContentSidebar .content {
	color: #ffffff;
	background: #F09100;
	padding: 62px 10px 40px 10px;
}
#ContentSidebar .content a {
	color: #ffffff;
	border-color: #ffffff;
}
#ContentSidebar .content h2, 
#ContentSidebar .content h3, 
#ContentSidebar .content h4, 
#ContentSidebar .content p {
	color: #ffffff;
}

.WidgetHolder {
	margin-bottom: 30px;
}

.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: 10px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	line-height: 70px;
	color: #fff;
	background: #F09100;
	border: none;
	outline: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: all 250ms; 
	transition: all 250ms; 
}
	#ScrollToTop .icon {
		position: absolute;
		top: 4px;
		pointer-events: none;
		left: 17px;
		-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: #c42822;
	}
	#ScrollToTop:hover .icon {
		top: 0px;
	}
	#ScrollToTop:active {
		outline: none;
		line-height: 72px;
		box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
		-webkit-transition: none; 
		transition: none; 
	}
	#ScrollToTop:active .icon {
		top: 1px;
		-webkit-transition: none; 
		transition: none; 
	}
/* ------- CONTACT PAGE -------- */

#ConactMapContainer {
	position: relative;
}
#ConactMapContainer a, 
#ConactMapContainer a img {
	display: block;
	border-bottom: none;
}
#Form_ContactForm_HowDidYouFindOutAboutUsOther {
	display: 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)
}

.homepageProjectLinks {
	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);
}
.homepageProjectLinks.last {
	margin-right: 0;
}
.homepageProjectLinks .contentContainer {
	position: relative;
	padding: 15px 47px 20px 20px;
	height: 88px;
	color: #423f3d;
	overflow: hidden;
}
.homepageProjectLinks .contentContainer .icon-container {
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	width: 42px;
	color: #ffffff;
	background: #F09100;
	text-align: center;
	transition: background 400ms;
}
.homepageProjectLinks:hover .contentContainer .icon-container {
	background: #000000;
}
.homepageProjectLinks .contentContainer .icon-wrap {
	display: table;
	height: 100%;
	width: 100%;
}
.homepageProjectLinks .contentContainer .icon-container .icon {
	display: table-cell;
	vertical-align: middle;
	font-family: 'site-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	font-size: 34px;
}
.homepageProjectLinks 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;
}
	#SiteBackground .image {
		position: absolute;
		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;
	}

	#HomepageSlideshowContainer {
		margin: -30px 0 10px 0;
		position: relative;
		z-index: 1;
	}
	#HomepageSlideshow {
		position: relative;
	}
		#HomepageSlideshow .image {
			position: absolute;
			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 .slide {
			overflow: hidden;
		}
		#HomepageSlideshow > div > img {
			min-height: 180px;
		}
		#HomepageSlideshow .caption {
			position: absolute;
			top: 12.5%;
		 	left: 5.4%;
			right: 30%;
			bottom: 0;
			font-size: 20px;
			line-height: 28px;
			font-weight: bold;
			z-index: 100;
			color: #ffffff;
			text-shadow: 0 0 40px #000000, 0 0 5px #000000;
		}
		#HomepageSlideshow .caption .firstHalf {
			color: #F09100;
			display: block;
		}
		#HomepageSlideshow .caption .secondHalf {
			display: block;
		}

	#HomepageSlideshowPager {
		position: absolute;
		bottom: 20px;
		right: 20px;
		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);
	}

.panel {
	position: relative;
	min-height: 165px;
	padding: 15px 15px 15px 5.4%;
	margin: 0 0 10px 0;
	background: #433f3c;
}
.panel .details {
	padding-right: 53%;
}
.panel .details h2 {
	margin-top: 5px;
	text-transform: uppercase;
}
.panel .details p {
	font-size: 13px;
	line-height: 18px;
	margin-right: 25px;
}
.panel .details a {
	position: relative;
	display: inline-block;
	padding: 6px 65px 6px 20px;
	background: #fff;
	border: none !important;
	border-radius: 4px;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	-webkit-transition: background 250ms;
	transition: background 250ms;
}
.panel .details a:hover {
	background: #DFD2C1;
}
.panel .details a span {
	position: absolute;
	top: 9px;
	right: 15px;
	color: #000;
	font-size: 18px;
}

.panel .rhs {
	width: 50%;
	position: absolute;
	right: 15px;
	top: 15px;
}
.panel .rhs img {
	float: right;
	margin-right: 3%;
	max-width: 48.5%;
	border: solid 2px #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.panel .rhs img:first-child {
	margin-right: 0;
}
.lt-ie9 .panel .rhs img {
	border: none;	
}

/* ------- CASE STUDY PAGE AND HOLDER -------- */

.projectList {
	margin: 0 -10px;
}
.projectList > .project {
	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;
}
.projectList > .project:hover { 
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.2);
}
.projectList > .project.even {
	margin-right: 0px;
}
.projectList > .project:nth-child(-n + 2) {
	margin-top: 0px;
}
.projectList > .project > img {
	display: block;
}
.projectList > .project > .title {
	padding-top: 5px;
}

.projectContentContainer {
	margin-bottom: 40px;
}

.projectContentContainer .splitContent {
	float: left;
	width: 48%;
	width: calc(50% - 15px);
}
.projectContentContainer .detailsTable {
	float: right;
	width: 48%;
	width: calc(50% - 15px);
}

#ProjectSlideshowContainer {
	position: relative;
	margin: 0 -10px 30px -10px;
	padding: 10px;
	background: #ffffff;
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.05);
}
#ProjectSlideshowContainer:last-child {
	margin-bottom: 0;
}
#ProjectSlideshow {
	overflow: hidden;
}
#ProjectSlideshow > .slide {
	display: none;
}
#ProjectSlideshow > .slide.first {
	display: block;
}
#ProjectSlideshow > .slide > .caption {
	padding-top: 5px;
}
#ProjectSlideshowNext, 
#ProjectSlideshowPrevious {
	position: absolute;
	top: 40%;
	top: calc(50% - 20px);
	font-size: 40px;
	cursor: pointer;
	color: #999999;
	transition: color 400ms, text-shadow 400ms;
	z-index: 120;
	display: none;
} 
#ProjectSlideshowPrevious {
	left: -50px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.lt-ie9 #ProjectSlideshowPrevious {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
#ProjectSlideshowNext {
	right: -50px;
}
#ProjectSlideshowNext:hover, 
#ProjectSlideshowPrevious:hover {
	color: #000000;
}
#ProjectSlideshowPager {
	display: none;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	z-index: 100;
}
#ProjectSlideshowPager .slideButton {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	display: inline-block;
	background: #999999;
	border-radius: 50%;
	transition: background 400ms;
}
#ProjectSlideshowPager .slideButton.cycle-pager-active {
	background: #F09100;
}
.projectProfileLink[href] {
	border-bottom: none;
}
.projectProfileLink[href]:before {
	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;
	margin-right: 5px;
	color: #000000;
}
.projectProfileLink[href$=".pdf"]:before,
.projectProfileLink[href$=".PDF"]:before {
	content: "\45";
}
.projectProfileLink[href$=".doc"]:before,
.projectProfileLink[href$=".DOC"]:before,
.projectProfileLink[href$=".docx"]:before,
.projectProfileLink[href$=".DOCX"]:before {
	content: "\46";
}
.projectProfileLink[href$=".jpg"]:before,
.projectProfileLink[href$=".JPG"]:before,
.projectProfileLink[href$=".jpeg"]:before,
.projectProfileLink[href$=".JPEG"]:before, 
.projectProfileLink[href$=".png"]:before,
.projectProfileLink[href$=".PNG"]:before, 
.projectProfileLink[href$=".gif"]:before,
.projectProfileLink[href$=".GIF"]:before {
	content: "\24";
}

/* ----- PROMO OVERLAY ------------------------- */
#PromoOverlay {
	position: relative;
	z-index: 999;
	max-width: 920px;
	width: 920px;
	margin: 0 auto 15px auto;
	background: #F09100;
	padding: 7px 7px 7px 13px;
}
#PromoOverlay .content {
	float: left;
	max-width: 75%;
}
#PromoOverlay .title,
#PromoOverlay .info {
	color: #fff;
	line-height: 20px;	
}
#PromoOverlay .title {
	text-transform: uppercase;
	font-size: 19px;
}
#PromoOverlay .info {
	color: #fff;
	font-size: 13px;
	line-height: 18px;	
}
#PromoOverlay a.more {
	position: relative;
	float: right;
	display: block;
	padding: 0 70px 0 15px;
	background: #fff;
	border-radius: 4px;
	border-bottom: none;
	color: #000;
	font-size: 16px;
	line-height: 38px;
	font-weight: bold;
}
#PromoOverlay a.more:before {
	position: absolute;
	top: 0;
	right: 10px;
	content: "\3e";	
	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;
	line-height: 38px;
	-webkit-transition: right 250ms;
	-moz-transition: right 250ms;
	transition: right 250ms;
}
#PromoOverlay a.more:hover:before {
	right: 5px;
}
#PromoOverlay a.close {
	position: absolute;
	top: -20px;
	right: 10px;
	width: 20px;
	height: 20px;
	background: #fff;
	text-align: center;
	opacity: 0.5;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	cursor: pointer;
}
#PromoOverlay a.close > span {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/group-close-button2.png) center center no-repeat;
	background-size: 80%;
}




#VideoPlay {
	margin-bottom: 20px;
}
	#VideoPlay .description p {
		font-size: 13px;
		line-height: 18px;	
	}
	#VideoPlay .description h4 {
		margin-top: 10px;	
	}
	#VideoPlay iframe {
		 width: 620px; 
		 height: 349px;
	}

#VideoHolder {
	margin: 20px 0 0 0;
}
	#VideoHolder a.item  {
		display: block;
		float: left;
		margin: 0 20px 20px 0;
		width: 180px;
		text-decoration: none;
		position: relative;
		border-bottom: none;
	}
		#VideoHolder a.item .image {
			position: relative;
		}
		#VideoHolder a.item .image {
			width: 180px;
			height: 135px;	
			background: #EBEBEB;
		}
		#VideoHolder a.item .image img {
			display: block;
			width: 180px;
			height: auto !important;
			margin: 0;
		}
		.sideBar #VideoItem a.item .image img {
			width: 100px;	
		}
		#VideoHolder a.item .image .overlayplay {
			width: 50px;
			height: 50px;
			position: absolute;
			top: 50%;
			left: 50%;
			margin-left: -25px;
			margin-top: -25px;
			text-align: center;
			color: #fff;
			font-size: 40px;
			line-height: 50px;
			text-shadow: 2px 2px 2px #000;
			opacity: 0.6;
		}
		#VideoHolder a.item .image .overlayplay .icon {
			font-size: 40px;
		}
			#VideoHolder a.item:hover .image .overlayplay {
				color: #CCDBE9;
			}
		#VideoHolder a.item h4 {
			margin: 5px 0;
			font-size: 13px;
			color: #484848;	
		}
		#VideoHolder a.item .description {
			display: none;	
		}
		

/* ------ BLOG --------------------- */
.blogItem {
	margin-bottom: 40px;	
}
.blogSummary,
.blogEntry {
	background: #fff;
	padding: 20px;
}
.blogSummary {
	margin: 20px -20px;
}
.blogEntry {
	margin: 20px 0;
}
.postTitle a,
.postTitle a:hover {
	border-bottom: none;	
}
p.authorDate {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}
#comments-holder {
	background: #fff;
	padding: 20px;	
}
#Form_CommentsForm {
	padding-bottom: 30px;	
}
.commenting-rss-feed {
	display: none;	
}

ul.comments-list {
	padding: 0;
	margin: 0;	
}
ul.comments-list > li.comment {
	padding: 15px 0 10px 0;
	margin: 0 0 10px 0;
	list-style: none;
	border-bottom: 1px solid #b7b7b7;	
}
ul.comments-list > li.comment p.info {
	font-size: 12px;
	text-transform: uppercase;	
	margin-top: 18px;
}

ul.action-links {
	padding: 0;
	margin: 0;	
	text-align: right;
}
ul.action-links > li {
	padding: 0;
	margin: 0;	
	list-style: none;
}
ul.action-links > li {
	position: relative;
	display: inline;
	margin-right: 4px;
}
ul.action-links > li:after {
	content: '|';
	margin-left: 7px;
}
ul.action-links > li:last-child:after {
	content: '';
}

#ListHolder .item {
	width: 100%;
	padding: 20px 0;
	border-top: solid 1px #d7d7d7;	
}
#ListHolder .item:first-child {
	border-top: none;	
}
#ListHolder .item .image {
	float: left;
	margin-bottom: 20px;
}
#ListHolder .item .image img {
	margin: 0;
	display: block;
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.05);
	transition: color 400ms, box-shadow 400ms;
}
#ListHolder .item .image a:hover img { 
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.2);
}
#ListHolder .item .info {
	padding-left: 180px;
}
#ListHolder.staff .item .info {
	padding-left: 0;
}
#ListHolder .item .info h3 {
	margin-bottom: 3px;
	color: #000;
}
#ListHolder.staff .item .info h3 {
	font-size: 20px;
}
#ListHolder .item .info h3 a {
	color: #000;
	border-bottom: none;
}
#ListHolder.staff .item .info p {
	margin-bottom: 10px;
}
#ListHolder .item .info .note {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 11px;
	margin-bottom: 13px;
}
#ListHolder.staff .item .info .note {
	text-transform: none;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 10px;
}
#ListHolder .item .info .readMore {
	float: right;
	display: block;
	cursor: pointer;
}

#Content .rightColumnContent {
	display: none;
}


/****** FILE: site/css/form.css *****/
/* ----- ACTION BUTTONS ----- */
input.action, 
.button[href] {
	position: relative;
	display: inline-block;
    border: none;
	color: #ffffff;
	background-color: #F09100;
    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: #c42822;
}
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 input.textmollom,
form input.mathspamprotector,
form textarea {
    width: 100%;
    padding: 7px;
    background-color: #fff;
    border: 1px solid #717171;
    font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
form textarea {
	min-height: 175px;
}
form input.autoWidth {
	width: auto;
}	
form select {
	width: 100%;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #717171;
    font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input.text:focus, 
input.textmollom:focus,
input.mathspamprotector:focus,
textarea:focus, 
select:focus {
	outline: none;
}
textarea {
	resize: vertical;
}

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 {
	display: block;
	width: 100%;
   	margin: 10px 0;
	padding: 7px 10px;
    background-color: #fef4ba;
    border: 1px solid #e8c805;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
form .good,
p.goodMessage,
p.good.message,
form .good.message  {
	width: 100%;
	padding: 7px 10px;
	background-color: #ecf9d0;
	border: solid 1px #8fbe00;
	color: #5D7A04;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
form .bad,
p.badMessage,
p.bad.message,
p.error, 
form .error.message {
	width: 100%;
	padding: 7px 3%;
	background-color: #f9d0d0;
	border: solid 1px #cf0000;
	color: #b80000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
form input.error,
form textarea.error,
form select.error {
	border-color: #F09100;
}
form label.error,
form label.required {
	display: block;
	margin: 5px 0 10px 0;
	color: #F09100;
	border-color: #F09100;
	font-size: 13px;
}
form label.error {
	display: none !important;
}
span.requiredAsterisk {
	color: #B94A48;
}

/* USER DEFINED USER FORM MODULE STYLES
----------------------------------------------- */
/*Generic and mixed*/
.FormHeading {
    clear: both;
    padding-top: 15px;
}
form .date .middleColumn input {
    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, 
#Form_CommentsForm #Name label:after, 
#Form_CommentsForm #Email label:after, 
#Form_CommentsForm #Comment label: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;
	padding: 10px 0;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 13pt;
	text-transform: uppercase;
	cursor: pointer;
	background: #433F3C;
	transition: all 0.4s;
}
#MobileMenuButton:hover {
	background: #000000;
}
	#MobileMenuButton .inner {
		display: inline-block;
		padding-right: 40px;
		position: relative;
	}
	#MobileMenuButton .hamburger {
		position: absolute;
		right: 0;
		top: 3px;
	}
	#MobileMenuButton .hamburger span {
		position: absolute;
		display: block;
		height: 3px;
		width: 20px;
		right: 0;
		background: #999999;
		border-radius: 3px/50%;
		box-shadow: 0 -1px 1px -1px rgba(0,0,0,1),  0 1px 1px -1px rgba(255,255,255,1);
		transition: all 0.4s;
	}
	#MobileMenuButton .hamburger .first {
		top: 0px;	
	}
	#MobileMenuButton .hamburger .second {
		top: 6px;	
	}
	#MobileMenuButton .hamburger .third {
		top: 12px;
	}
#MobileMenuCloseButton {
	margin-left: 50%;
	padding: 10px 0;
	color: #ffffff;
	background: #625D57;
	text-align: center;
	font-weight: bold;
	font-size: 13pt;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.4s;
}
#MobileMenuHeader.searchFocus #MobileMenuCloseButton {
	margin-left: 75%;
}
#MobileMenuCloseButton:hover {
	background: #433F3C;
}
#MobileMenuCloseButton .icon {
	font-size: 12px;
	margin-left: 10px;
}
#MobileSearchForm {
	position: absolute;
	top: 0;
	left: 0;
	right: 50%;
	padding-right: 40px;
	transition: all 0.4s;
}
#MobileMenuHeader.searchFocus #MobileSearchForm {
	right: 25%;
}
#MobileSearchFormText {
	margin: 5px;
	padding: 5px 25px 5px 5px;
	width: 100%;
	height: 21px;
	border: none;
	border-radius: 5px;
	font-size: 20px;
}
#MobileSearchFormSubmit {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 21px;
	width: 21px;
	border: none;
	color: #999999;
	background: transparent;
	padding: 0;
	margin: 0;
	font-size: 21px;
}
#MobileNavigation {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	background: #433F3C;
	z-index: 900000;
}
#MobileMenuHeader {
	background: #433F3C;
	border-bottom: 3px solid #F09100;
}
#MobileNavigation #dynamicMobileMenu {
	position: absolute;
	top: 80px;
	left: 0;
	bottom: 0;
	z-index: 1;
	overflow: auto;
	width: 100%;
	bottom: 0;
	background: #433F3C;
	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: #433F3C;
	border-bottom: 1px solid #534e4b;
	box-shadow: inset 0 -1px 0 #312e26;
}
#DynamicMobileMenu > ul > li > a {
	text-transform: uppercase;
	display: block;
	padding: 16px 0px 16px 15px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	border: none;
}
#DynamicMobileMenu > ul > li.backLink {
	background: #534e4b;
	box-shadow: inset 0 -1px 0 #403c3a;
}
#DynamicMobileMenu > ul > li.backLink > a {
	font-size: 14px;
	padding-left: 40px;
	color: #cecac0;
}
#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: "\3c";
}
#DynamicMobileMenu > ul > li.backLink > a:after {
	left: 15px;
	text-shadow: -1px -1px 1px #000000;
	-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: #312e26;
	box-shadow: inset 0 -1px 0 #201e19;
}

/****** FILE: site/css/responsive.css *****/

@media screen and (max-width: 959px) {
	body.home #Content {
		padding: 50px 10px;
	}
	#HomepageSlideshowPager {
		right: 10px;
	}
	#PromoOverlay {
		width: auto;
	}
}

@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;
	}
	.homepageProjectLinks {
		margin-right: calc(30px);
		width: calc(50% - 15px);
	}
	.homepageProjectLinks .contentContainer {
		padding: 10px 47px 10px 10px;
		height: auto;
	}
	#ProjectSlideshowNext, 
	#ProjectSlideshowPrevious {
		color: #ffffff;
		text-shadow: 0 0 10px #000000;
	} 
	#ProjectSlideshowPrevious {
		left: 10px;
	}
	#ProjectSlideshowNext {
		right: 10px;
	}
	#ProjectSlideshowNext:hover, 
	#ProjectSlideshowPrevious:hover {
		color: #000000;
		text-shadow: 0 0 10px #ffffff;
	}
	#PromoOverlay {
		margin: 0 10px;
	}
}

@media screen and (max-width: 749px) {
	#Navigation .navigationOpenTimes {
		display: none !important;
	}
	.homepageProjectLinks {
		float: none;
		width: auto;
		margin: 0 0 30px 0;
	}
	#SiteBackground {
		display: none !important;
	}
	body.home #Content {
		background: none;
		padding-bottom: 0;
	}
	#VideoPlay iframe {
		 width: 100%; 
	}
	.panel .details {
		padding-right: 0;
	}
	.panel .rhs {
		width: 100%;
		position: static;
	}
	.panel .details a {
		margin-top: 18px;	
	}
}
@media screen and (max-width: 640px) {
	nav.primary > ul,
	#Navigation .navigationOpenTimes, 
	#HeaderNavigation, 
	#HeaderSocialMediaButtons, 
	#SSGroup, 
	#ContentSidebar,
	#ScrollToTop {
		display: none !important;
	}
	body {
		background: #F2F2F2 !important;
	}
	body.bodyHomePage {
		background: #686866 url(../images/body-background.jpg) center top no-repeat fixed !important;
	}
	.header .brand {
		float: none;
		text-align: center;
		margin: 0 0 20px 0;
		max-width: 100%;
	}
	.header nav.primary {
		float: none;
	}
	#MobileMenuButton {
		display: block !important;
	}
	.contentWrapper {
		padding: 0;
	} 
	#Content, 
	#Content.withSidebarGap {
		margin: 0px;
		padding: 10px;
		box-shadow: none;
		background: none;
		border-bottom: none;
	}
	#PromoOverlay .content,
	#PromoOverlay a.more {
		float: none;
		max-width: none;
	}
	#PromoOverlay .content {
		margin-bottom: 10px;	
	}
	.showPromo .main > .contentWrapper {
		margin-bottom: 190px;
	}
	#Content .rightColumnContent {
		display: block;
		margin-bottom: 30px;
	}
	#HomepageContent {
		margin: 10px;
	}
}
@media screen and (max-width: 560px) {
	.projectContentContainer .splitContent, 
	.projectContentContainer .detailsTable {
		float: none;
		width: 100%;
	}
	.projectContentContainer .splitContent {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 480px) {
	form input.text, 
	form textarea, 
	form input.textmollom,
	form input.mathspamprotector,
	form select {
		width: 100%;
    	font-size: 16px;
	}
	.footer .footerCopy .footerNav {
		float: none;
		margin-bottom: 10px;
	}
	.footer .footerCopy .plastykLink {
		float: none;
	}
	.typography img.right,
	.typography img.left {
		display: block;
		float: none;
		margin: 0 0 20px 0;
	}
	.homepageProjectLinks .contentContainer  {
		height: auto;
	}
	
	#VideoHolder a.item {
		float: none;
		margin: 0 auto 10px auto;
	}
	#ListHolder .item .image {
		float: none;
	}
	#ListHolder .item .image .placeholder {
		display: none;
	}
	#ListHolder .item .info {
		padding-left: 0;
		padding-bottom: 20px;
	}
	#ListHolder .item .info .readMore {
		float: left;
	}
	
	#PageNumbers {
		font-size: 16px;
		line-height: 40px;
	}
	#PageNumbers .pagination a, 
	#PageNumbers .pagination .currentPage, 
	#PageNumbers .pagination .spaceGap {
		padding: 10px 15px;
	}
	#PageNumbers .pagination {
		margin: 0 0 10px -10px;
		float: none;
	}
	#PageNumbers > p {
		float: none;
	}
	#ProjectSlideshowPrevious, 
	#ProjectSlideshowNext {
		display: none !important;
	}
	#ProjectSlideshowPager {
		display: block;
	}
	
	#HomepageSlideshow .caption {
		position: absolute;
		top: 10px;
		left: 10px;
		right: 10px;
	}
	#HomepageSlideshow .caption .firstHalf {
		color: #F09100;
		display: block;
	}
	#HomepageSlideshow .caption .secondHalf {
		display: block;
	}
	#HomepageSlideshowPager {
		bottom: -20px;
		right: 0;
	}
}

@media screen and (max-width: 380px) {
	.projectList > .project {
		float: none;
		width: auto;
		padding: 10px;
		margin: 0 0 30px 0;
	}
	#HomepageSlideshow {
		overflow: hidden;
	}
	#HomepageSlideshow > .slide {
		margin: 0 -20px;
	}
	#HomepageSlideshow .caption {
		font-size: 15px;
		line-height: 22px;
		left: 30px;
		right: 30px;
	}
}

/****** 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:5px; right:5px; 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;}


