﻿/*
	Created: 2012/10/09
	Base screen styles for DeltaWeb.
*/



/* ------------------------------------------------

   Generic element styles

   ------------------------------------------------ */


html, body, form, #page_wrapper {
	height: 100%;
}

html {
    /* prevent horizontal scrolling */
    overflow-x: hidden;
}

body, input, select, textarea {
	font: 12px/130% arial, helvetica, sans-serif;
	letter-spacing: normal;
	color: #828282;
	background-color: #fff;

    /* turns off iPhone's auto font adjustment */
    -webkit-text-size-adjust: none;
}

p {
	margin: 0;
	padding: 0 0 12px 0;
}

a {
	color: #666;
}

a:hover {
	color: #333;
}

a, a:active, input:active {
	outline: none !important;
}

/* get rid of link focus borders in firefox */
:focus {
	-moz-outline-style: none;
}

input[type="text"], input[type="password"], input[type="search"], textarea, select { 
    outline: none;
}

/* placeholder text */
input.placeholder,
textarea.placeholder {
	color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #ccc;
}

em, i {
	font-style: italic;
}

.nowrap {
	white-space: nowrap;
}

.hidden {
	display: none;
}

/* reset webkit search box styles */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
}



/* ------------------------------------------------

   Core template

   ------------------------------------------------ */


/* outer page content container */

.container {
	background-color: #fff;
	margin: 0 0 -75px 0;		/* subtract height of footer from bottom margin */
	padding: 0;

	/* for sticky footer */
	height: auto !important;
	min-height: 100%;
}



/* ------------------------------------------------

   Header (top nav & masthead)

   ------------------------------------------------ */

		
/* header */
		
.header {
	background-color: #fff;
}

.header .header-content {
	width: 940px;
	height: 130px;
	margin: 0 auto;
}

.header .header-content .primary-nav {
	height: 90px;
	padding: 20px 0;
}


/* utility navigation (search/global sites/contact) */

.primary-nav .utility-nav {
	float: right;
	width: auto;
	max-width: 500px;
	height: 24px;
	text-align: right;
}

.utility-nav .search-box {
    position: relative;
    float: left;
    margin: 0 3px 0 0;
}
                            
.utility-nav .search-box input.search {
    border: 1px solid #e4e1e2;
    width: 144px;   /* 160px total width */
    height: 20px;   /* 24px total height */
    line-height: 20px;
    padding: 1px 8px;
    font-size: 11px;
    color: #58595b;

	/* inset shadow */
	-webkit-box-shadow: inset 1px 0 3px 0 rgba(24,25,24,0.11);
	-moz-box-shadow: inset 1px 0 3px 0 rgba(24,25,24,0.11);
	box-shadow: inset 1px 0 3px 0 rgba(24,25,24,0.11);
}
                            
/* placeholder text */
.utility-nav .search-box input.search.placeholder {
	color: #58595b;
}

.utility-nav .search-box input.search::-webkit-input-placeholder {
	color: #58595b;
}

.utility-nav .search-box input.search:-moz-placeholder {
	color: #58595b;
}

.utility-nav .search-box input.search-go {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    overflow: hidden;
    width: 24px;
    height: 24px;
    text-indent: 1000px;
    text-decoration: none;
    border: 1px solid #e4e1e2;
    border-left-color: #eeecec;

	/* background gradient */
	background: url('../images/icon-search.png') no-repeat center center, -webkit-gradient(linear, 0 0, 0 100%, from(#e6375f), to(#b70830));
    background: url('../images/icon-search.png') no-repeat center center, -moz-linear-gradient(#e6375f, #b70830 100%);
    background: url('../images/icon-search.png') no-repeat center center, linear-gradient(#e6375f, #b70830 100%);

	/* inset shadow */
	-webkit-box-shadow: inset 1px -1px 0 1px rgba(255,255,255,0.22);
	-moz-box-shadow: inset 1px -1px 0 1px rgba(255,255,255,0.22);
	box-shadow: inset 1px -1px 0 1px rgba(255,255,255,0.22);
}

.utility-nav .global-sites {
    float: left;
}
                            
.utility-nav .global-sites > select {
    border: 1px solid #e4e1e2;
    font-size: 11px;
    color: #58595b;
    width: 130px;
    height: 24px;
    line-height: 20px;
    padding: 3px 4px 3px 14px;
    text-transform: uppercase;

	/* background gradient */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#cfcfcf));
    background: -moz-linear-gradient(#fefefe, #cfcfcf 100%);
    background: linear-gradient(#fefefe, #cfcfcf 100%);
}
                            
.utility-nav .global-sites > select option {
    text-transform: capitalize;
    padding: 6px 5px 6px 15px;
}
                            
.utility-nav a.contact {
    float: left;
    width: 124px;
    height: 24px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 0 3px;
                                
	/* background gradient */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#e52652), to(#c30431));
    background: -moz-linear-gradient(#e52652, #c30431 100%);
    background: linear-gradient(#e52652, #c30431 100%);
}
                            
.utility-nav a.contact:hover {
    text-decoration: underline;
}


/* top navigation */

.primary-nav a.logo {
	float: left;
	overflow: hidden;
	background: transparent url('../images/delta-logo.png') no-repeat 0 0;
	width: 148px;
	height: 55px;
	text-decoration: none;
	text-indent: -400px;
	margin: 17px 0 0 0;
}

.primary-nav ul.top-nav {
	float: right;
    height: 16px;
	list-style-type: none;
	margin: 36px 0 0 0;
}

.primary-nav ul.top-nav > li {
	float: left;
	margin: 0 18px 0 0;
}

.primary-nav ul.top-nav > li:last-of-type {
	margin: 0;
}

.primary-nav ul.top-nav > li > a {
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	color: #6d6e71;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 0 6px 0;
}

.primary-nav ul.top-nav > li.selected > a {
	font-weight: bold;
	text-decoration: underline;
}

.primary-nav ul.top-nav > li > a:hover {
	text-decoration: underline;
}

.primary-nav ul.top-nav > li {
    display: block;
    position: relative;
}

.primary-nav ul.top-nav > li > ul {
    display: none;
    position: absolute;
    top: 15px;
    width: 150px;
    list-style-type: none;
    z-index: 2;
    background-color: #fff;
    padding: 8px 10px;
    margin: 6px 0 0 -6px;

	/* drop shadow */
	-webkit-box-shadow: 1px 1px 6px 2px rgba(0,0,0,0.20);
	-moz-box-shadow: 1px 1px 6px 2px rgba(0,0,0,0.20);
	box-shadow: 1px 1px 6px 2px rgba(0,0,0,0.20);
}

.primary-nav ul.top-nav > li > ul > li {
    display: block;
}

.primary-nav ul.top-nav > li > ul > li > a {
    display: block;
    line-height: 14px;
    color: #828282;
    text-decoration: none;
    padding: 3px 0;
}

.primary-nav ul.top-nav > li > ul > li > a:hover {
    font-weight: bold;
	padding-left: 8px;
	background: transparent url('../images/menu-top-bullet.png') no-repeat 0 8px;
}



/* ------------------------------------------------

	Breadcrumbs

	------------------------------------------------ */


.breadcrumb {
	position: relative;
	z-index: 1;
	font-size: 10px;
	line-height: 100%;
	text-transform: uppercase;
	color: #828282;
	margin: 2px 0 16px 0;
}

.content-primary .breadcrumb ul {
    padding: 0;
}

.content-primary .breadcrumb ul li {
    background: none;
}

.content-primary .breadcrumb a {
	color: #828282;

    /* override telerik sitemap control styles */
	font-size: 10px;
	padding: 0 !important;
}

.content-primary .breadcrumb a:hover {
	text-decoration: underline;

    /* override telerik sitemap control styles */
    color: #828282;
}

.form-page .breadcrumb,
.sitemap-page .breadcrumb,
.listing-page .breadcrumb {
	padding: 20px 0 0 0;
	margin: 0;
}



/* ------------------------------------------------

	Content, product & secondary pages

	------------------------------------------------ */


.content-page .content-primary h2,
.product-page .content-primary h2,
.secondary-page .content-primary h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

.content-page .content-primary h3,
.product-page .content-primary h3,
.secondary-page .content-primary h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 14px 0 20px 0;
	text-transform: uppercase;
}

.secondary-page .content-primary p.description {
	font-weight: bold;
}

.content-primary hr {
    margin: 22px 0 16px 0;
    border-color: #c3c3c3;
}


/* page navigation */

.page-nav-container {
	padding: 18px 0 4px 0;
	margin: 0 0 0 20px;
	background-color: #58595b;
}

.sub-page .page-nav-container {
	margin: 0;
}
							
.page-nav-container h6 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0 20px;
	padding: 0 0 10px 0;
}

.page-nav-container h6 a {
	color: #fff;
}

.page-nav-container h6.edge {
	border-bottom: 1px solid #d0cecf;
}

.page-nav-container ul {
	list-style-type: none;
}
							
.page-nav-container ul.page-nav {
	overflow: hidden;
	padding: 0 20px;
}
							
.page-nav-container ul.page-nav > li {
	overflow: hidden;
	line-height: 16px;
	padding: 0;
	border-top: 1px solid #d0cecf;
}

.page-nav-container ul li a {
	color: #fff;
}

.page-nav-container ul.page-nav > li > span.icon {
    float: left;
    width: 20px;
    height: 16px;
    line-height: 16px;
    margin: 6px 0;
    cursor: pointer;
}

.page-nav-container ul.page-nav > li > a {
	display: block;
	font-weight: bold;
    line-height: 16px;
    padding: 0;
    margin: 6px 0 6px 20px;
}

.page-nav-container ul.page-nav > li.open {
    padding-bottom: 6px;   
}

.page-nav-container ul.page-nav > li.open > a {
    margin-bottom: 0;
}

.page-nav-container ul.page-nav > li.selected {
	background-color: #707072;
	margin: 0 -20px 0 -20px;
	padding: 6px 20px;
    border-top: 0;
}

.page-nav-container ul.page-nav > li.selected > a {
    margin-top: 0;
    margin-bottom: 0;
}

.page-nav-container ul.page-nav > li.edge {
    border-bottom: 1px solid #d0cecf;
}

.page-nav-container ul.page-nav > li.closed > span.icon {
	background: transparent url('../images/page-nav-bullet-closed.png') no-repeat 0 4px;
}

.page-nav-container ul.page-nav > li.open > span.icon {
	background: transparent url('../images/page-nav-bullet-open.png') no-repeat 0 4px;
}

.page-nav-container ul.page-nav > li.selected > span.icon {
	margin: 0;
}

.page-nav-container ul.page-nav > li.closed > ul {
    display: none;
}

.page-nav-container ul.page-nav > li.open > ul {
    display: block;
}
							
.page-nav-container ul.page-nav > li.open > ul > li {
	line-height: 16px;
	padding: 4px 0 4px 20px;
}

.page-nav-container ul.page-nav > li.open > ul > li.selected > a {
	font-weight: bold;
	background: transparent url('../images/page-nav-bullet-selected.png') no-repeat 0 5px;
	padding-left: 8px;
}
							
.page-nav-container ul > li > ul {
	margin: 0 0 0 10px;
}

.page-nav-descender {
	display: block;
	border-style: solid;
	border-width: 0;
	height: 0;
	width: 0;
	overflow: hidden;
	border-color: transparent;
	border-left-color: #58595b;
	border-width: 0 0 96px 200px;
	margin: 0 0 0 20px;
}

.sub-page .page-nav-descender {
	margin: 0;
	border-width: 0 0 104px 220px;
}



/* ------------------------------------------------

	Reusable content boxes (various)

	------------------------------------------------ */


/* attachment box */

.attachment-box {
	display: block;
	overflow: hidden;
}

.content-primary .attachment-box a {
	float: left;
	white-space: nowrap;
	font-weight: bold;
	font-size: 12px;
	line-height: 28px;
	height: 28px;
	border: 1px solid #ccc;
	cursor: pointer;
	margin: 14px 0 0 0;
	padding: 0 40px 0 10px;
	font-weight: bold;
	color: #58595b;
	background: transparent url('../images/icon-attachment.png') no-repeat 90% 8px;
}


/* aside boxes (sidebar widgets) */
/* aside boxes (sidebar widgets) */

.aside-box {
	border: 1px solid #e4e1e2;
	padding: 10px 10px 6px 10px;
	margin: 0 0 20px 0;
}

.aside-box h5 {
	font: bold 14px/100% arial, helvetica, sans-serif;
	color: #e00034;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e7e8;
}

.aside-box.contact-box h5 {
	color: #828282;
}

.aside-box.links-box h5 {
    padding-bottom: 12px;
}

.aside-box.testimonial-box h5 {
    text-transform: uppercase;
}

.aside-box p {
    line-height: 125%;
}

.aside-box > p:first-of-type,
.aside-box.testimonial-box > blockquote {
	border-top: 1px solid #faf9f9;
	padding: 10px 0 0 14px;
	background: transparent url('../images/sidebar-bullet.png') no-repeat 0 14px;
}

.aside-box > p:last-of-type {
    margin: 0 0 6px 0;
}

.aside-box.testimonial-box > blockquote > p {
    font-size: 16px;
    font-weight: bold;
    line-height: 120%;
    padding: 0 0 16px 0;
}

.aside-box.testimonial-box > blockquote footer p {
    padding: 0;
    margin: 0 0 14px 0;
}

.aside-box.feature-box img {
    display: block;
    padding: 10px 0 6px 0;
    margin: 0 auto;
}

.aside-box ul {
	list-style-type: none;
    border-top: 1px solid #faf9f9;
}

.aside-box ul li {
	border-top: 1px solid #faf9f9;
	border-bottom: 1px solid #e9e7e8;
	background: transparent url('../images/sidebar-bullet.png') no-repeat 0 9px;
	padding: 4px 0 4px 20px;
	line-height: 17px;
}

.aside-box ul li:last-of-type {
    border-bottom: 0;
}

.aside-box ul li a {
	display: block;
	color: #828282;
	line-height: 17px;
	text-decoration: none;
}

.aside-box ul li a:hover {
	text-decoration: underline;
}

.aside-box a.more-link {
    white-space: nowrap;
    color: #e00034;
    text-decoration: none;
}

.aside-box a.more-link:hover {
    text-decoration: underline;
}


/* highlight box (for case studies) */

.highlight-box {
	overflow: hidden;
	position: relative;
	margin: 0 0 20px 0;
}

.highlight-box.case-study {
	height: 251px;
}

.highlight-box img.highlight-background {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 240px;
	height: 251px;
}

.highlight-box .highlight-overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	border-color: transparent transparent transparent rgba(255,255,255,0.8);
	border-style: solid;
	border-width: 0 58px 152px 320px;
	height: 0;
	width: 0;
}

.highlight-box .highlight-content {
	position: relative;
	z-index: 2;
	padding: 12px;
}

.highlight-box h5 {
	font: bold 14px/100% arial, helvetica, sans-serif;
	color: #828282;
	margin: 0 0 12px 0;
}

.highlight-box h5 a {
	color: #828282;
	text-decoration: none;
}

.highlight-box h5 a:hover {
	text-decoration: underline;
}

.highlight-box p {
	font-size: 12px;
	line-height: 14px;
	padding: 0 0 12px 0;
}

.highlight-box p.description {
	max-width: 160px;
}

.highlight-box a.more-link {
	display: inline-block;
	font-weight: bold;
	color: #e00034;
	text-decoration: none;
	padding: 0 0 0 20px;
	background: transparent url('../images/sidebar-bullet.png') no-repeat 0 50%;
}

.highlight-box a.more-link:hover {
	text-decoration: underline;
}

.highlight-box a.play-link {
	overflow: hidden;
	display: block;
	width: 46px;
	height: 46px;
	text-decoration: none;
	text-indent: -400px;
	margin: 36px auto 0 auto;
	background: transparent url('../images/icon-play.png') no-repeat 0 0;
}

/* Standard image widget placed in sidebar */
#secondaryContent .sfimageWrp {
	margin: 0 0 20px 0;
}



/* ------------------------------------------------

	General page content (shared)

	------------------------------------------------ */


/* section nav & sub-page banner (article header) */

.verticals-nav,
.section-nav,
.page-heading {
	position: relative;
	z-index: 3;
	background-color: #e00034;
	padding: 0;
	min-height: 30px;

	/* background gradient */
	background: -webkit-gradient(linear, 0 0, 75% 100%, from(#e00034), to(#cc002f));
    background: -moz-linear-gradient(#e00034 75%, #cc002f 100%);
    background: linear-gradient(#e00034 75%, #cc002f 100%);

	/* drop shadow */
	-webkit-box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24);
	-moz-box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24);
	box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24);
}

.verticals-nav nav > ul,
.section-nav ul,
.page-heading h1 {
	display: block;
	width: 940px;
	padding: 0;
	margin: 0 auto;
	font: bold 12px/30px arial, helvetica, sans-serif;
}

.verticals-nav nav > ul {
	display: table;
	color: #fff;
	background-color: #6e7072;
	list-style-type: none;
	border-spacing: 0;
}

.verticals-nav nav > ul > li {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	padding: 0;
	margin: 0;
	/*width: auto;*/
	width: 14.2857%;	/* 7 equal cells */
}

.descenders {
	position: relative;
	z-index: 2;
	height: 30px;
	margin-bottom: -30px;
}

.descenders ul {
	display: table;
	height: 30px;
	width: 940px;
	margin: 0 auto;
}

.descenders ul li {
	display: table-cell;
	position: relative;
	width: 14.2857%;	/* 7 equal cells */
	height: 30px;
}

.descenders .descender-wrapper {
	position: relative;
}

.descenders .descender-wrapper .descender {
	position: absolute;
	top: 0;
	left: 0;
	border-color: transparent transparent transparent #e00034;
	border-style: solid;
	border-width: 0 10px 22px 45px;
	height: 0;
	width: 0;
	z-index: 0;
}

.descenders .expanded .descender-wrapper .descender {
    display: none;
}

.verticals-nav nav > ul > li > a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	background-color: inherit;
}

.verticals-nav nav > ul > li > a:hover {
	text-decoration: underline;
}


/* nested flyout menus */
.verticals-nav nav > ul > li > ul {
    display: none;
    position: absolute;
    list-style-type: none;
    padding: 0 12px 18px 12px;
}

.verticals-nav nav > ul > li > ul > li {
    float: none;
    display: block;
    text-align: left;
    line-height: 115%;
    margin: 10px 0 0 0;
}

.verticals-nav nav > ul > li > ul > li > a {
    display: block;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}

.verticals-nav nav > ul > li > ul > li > a:hover {
    text-decoration: underline;
    /*
    font-weight: bold;
	padding: 0 0 0 8px;
	background: transparent url('../images/menu-bullet.png') no-repeat 1px 4px;
    */
}

.verticals-nav nav > ul > li > .arrow {
    display: none;
	position: absolute;
	margin-top: -1px;       /* for animation overlap */
	border-color: transparent transparent transparent #e00034;
	border-style: solid;
	border-width: 0 10px 70px 140px;
	height: 0;
	width: 0;
	z-index: 0;
}



/* background colours & descenders */
.verticals-nav ul li, .verticals-nav ul li ul { background-color: #E00034; }
.verticals-nav ul li.v-commercial, .verticals-nav ul li.v-commercial ul, .verticals-nav ul li.v-commercial li { background-color: #6f9bbc; }
.verticals-nav ul li.v-education, .verticals-nav ul li.v-education ul, .verticals-nav ul li.v-education ul li { background-color: #bacb97; }
.verticals-nav ul li.v-healthcare, .verticals-nav ul li.v-healthcare ul, .verticals-nav ul li.v-healthcare ul li { background-color: #78a1a9; }
.verticals-nav ul li.v-hospitality, .verticals-nav ul li.v-hospitality ul, .verticals-nav ul li.v-hospitality ul li { background-color: #59628f; }
.verticals-nav ul li.v-leisure, .verticals-nav ul li.v-leisure ul, .verticals-nav ul li.v-leisure ul li { background-color: #adaedb; }
.verticals-nav ul li.v-manufacturing, .verticals-nav ul li.v-manufacturing ul, .verticals-nav ul li.v-manufacturing ul li { background-color: #3b7cbf; }
.verticals-nav ul li.v-sustainability, .verticals-nav ul li.v-sustainability ul, .verticals-nav ul li.v-sustainability ul li { background-color: #90b85d; }


.verticals-nav nav > ul > li > .arrow { border-left-color: #E00034; }
.verticals-nav nav > ul > li.v-commercial > .arrow { border-left-color: #6f9bbc; }
.verticals-nav nav > ul > li.v-education > .arrow { border-left-color: #bacb97; }
.verticals-nav nav > ul > li.v-healthcare > .arrow { border-left-color: #78a1a9; }
.verticals-nav nav > ul > li.v-hospitality > .arrow { border-left-color: #59628f; }
.verticals-nav nav > ul > li.v-leisure > .arrow { border-left-color: #adaedb; }
.verticals-nav nav > ul > li.v-manufacturing > .arrow { border-left-color: #3b7cbf; }
.verticals-nav nav > ul > li.v-sustainability > .arrow { border-left-color: #90b85d; }

/* .descenders ul li .descender { border-left-color: #6E7072c; } */
.descenders ul li.v-commercial .descender { border-left-color: #6f9bbc; }
.descenders ul li.v-education .descender { border-left-color: #bacb97; }
.descenders ul li.v-healthcare .descender { border-left-color: #78a1a9; }
.descenders ul li.v-hospitality .descender { border-left-color: #59628f; }
.descenders ul li.v-leisure .descender { border-left-color: #adaedb; }
.descenders ul li.v-manufacturing .descender { border-left-color: #3b7cbf; }
.descenders ul li.v-sustainability .descender { border-left-color: #90b85d; }

.descenders > .descender-wrapper .descender { border-left-color: #d4d4d5; }     /* default color for non-vertical sub-pages */
.descenders > .descender-wrapper .descender.v-commercial { border-left-color: #dde7ef; }
.descenders > .descender-wrapper .descender.v-education { border-left-color: #bacb97; }
.descenders > .descender-wrapper .descender.v-healthcare { border-left-color: #78a1a9; }
.descenders > .descender-wrapper .descender.v-hospitality { border-left-color: #59628f; }
.descenders > .descender-wrapper .descender.v-leisure { border-left-color: #adaedb; }
.descenders > .descender-wrapper .descender.v-manufacturing { border-left-color: #3b7cbf; }
.descenders > .descender-wrapper .descender.v-sustainability { border-left-color: #90b85d; }


.page-heading h1 {
	color: #fff;
	background-color: #6e7072;
}

.page-heading h1 span.highlight {
	display: block;
	line-height: 30px;
	width: 110px;
	padding: 0 0 0 20px;
	background-color: #424242;
}

.page-heading h1 span.highlight:after {
    content: ':';
}

.section-nav ul {
	list-style-type: none;
	height: 30px;
	line-height: 30px;
	background-color: #6e7072;
}

.secondary-page.v-commercial .section-nav ul { background-color: #8cafc9; }

.section-nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #5c5e60;
}

.secondary-page.v-commercial .section-nav ul li { border-right-color: #759fbf; }

.section-nav > nav > ul > li > a {
    float: left;
	min-width: 98px;            /* 98px + 24px padding = 122px */
	padding: 0 12px;
	background-color: #424242;
	border: 0;
}

.section-nav > nav > ul > li > a:after {
    content: ':';
}

.secondary-page.v-commercial .section-nav > nav > ul > li > a { background-color: #6f9bbc; }

.section-nav ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 12px;
}

.section-nav ul li a:hover {
	text-decoration: underline;
}

.section-nav > nav > ul > li > ul > li.selected {
	background-color: #d4d4d5;
}

.sub-page .section-nav > nav > ul > li > ul > li.selected {
	background-color: #dde7ef;
}

.section-nav > nav > ul > li > ul > li.selected a {
	color: #58595b;
}

.section-nav > nav > ul > li > ul > li.selected a:hover {
	text-decoration: none;
}


/* page content containers */

.page-content {
	font-size: 12px;
	line-height: 15px;
	color: #828282;
}

.page-content .page-content-inner,
.page-content-sub .content-tertiary {
	width: 940px;
	margin: 0 auto;
}

.page-content-sub .content-tertiary {
	padding: 20px 0 0 0;
}


/* product image */

.content-primary .product-image {
	float: right;
	margin: 0 0 24px 30px;
}


/* primary content */

.content-primary p {
	font-size: 12px;
	color: #828282;
	padding: 0 0 12px 0;
}

.content-primary a,
.content-tertiary a {
	color: #cf3d44;
	text-decoration: none;
}

.content-primary a:hover,
.content-tertiary a:hover {
	text-decoration: underline;
}

.content-primary ol {
	margin: 0;
	padding: 0 0 0 18px;
}

.content-primary ol li {
	color: #828282;
	margin: 0;
	padding: 0 0 12px 0;
}

.content-primary ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.content-primary ul li {
	color: #828282;
	margin: 0;
	padding: 0 0 12px 16px;
	background: transparent url('../images/content-bullet.png') no-repeat 1px 5px;
}


/* secondary content (page-specific) */

.section-page .content-secondary {
	min-height: 0;
}


/* generic columns */

.columns {
	overflow: hidden;
}

.columns .column {
	float: left;
	margin: 0 0 20px 0;
}

.columns .column.col-16 { width: 16.666%; }
.columns .column.col-33 { width: 30%; margin-right: 5%; }
.columns .column.col-50 { width: 48%; margin-right: 4%; }
.columns .column.col-67 { width: 67%; margin-right: 5%; }
.columns .column.col-100 { width: 100%; }

.home-page .columns .column.col-33 { width: 32%; margin-right: 2%; }

.columns .column:last-of-type { margin-right: 0% !important; }



/* ------------------------------------------------

   Homepage & secondary page heroes

   ------------------------------------------------ */


.hero {
	position: relative;
	z-index: 0;
	width: 1172px;
	height: 400px;      /* 350px hero + 50px bottom margin (allow room for additional hero text) */
}

.secondary-page .hero {
    height: 350px;      /* tighten up vs. homepage */
}

.hero img.hero-img {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 1172px;
	height: 350px;
	background-color: #fff;
}

.hero .hero-mask {
	position: absolute;
	z-index: 2;
	top: 0;
	background: transparent url('../images/hero-homepage-mask.png') no-repeat center 0;
	width: 1172px;
	height: 350px;
}

.secondary-page .hero-mask {
	background: transparent url('../images/hero-subpage-mask.png') no-repeat center 0;
	width: 1172px;
	/*height: 324px;*/
}

.secondary-page .hero img.hero-img {
	top: 0;
	height: 260px;
}

.hero-content {
	position: relative;
	z-index: 3;
	width: 800px;
	margin: 167px auto 0 auto;
	padding: 0 0 0 140px;
	left: 116px;
}

.hero-content .hero-text {
	max-width: 368px;
}

.secondary-page .hero-content {
	margin: 56px auto 0 auto;
	padding: 0;
	width: 940px;
}

.secondary-page .hero-content .hero-text {
	position: relative;
	z-index: 2;
	max-width: 250px;
	margin: 0 0 0 20px;
}

.hero-content .hero-text h1 {
	font-size: 20px;
	line-height: 100%;
	color: #58595b;
	margin: 0 0 16px 0;
	max-width: 188px;
}

.secondary-page .hero-content .hero-text h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 120%;
	color: #fff;
	margin-bottom: 10px;
}

.hero-content .hero-text h2 {
	font-size: 16px;
	line-height: 100%;
	color: #e00034;
	margin: 0 0 18px 0;
	max-width: 238px;
}

.secondary-page .hero-content .hero-text h2 {
    color: #fff;
}

.hero-content .hero-text p {
	line-height: 120%;
	margin: 36px 0 0 -140px;
	padding: 0;
}

.secondary-page .hero-content .hero-text p {
	margin: 0;
	color: #fff;
}

.hero-content .arrow {
	position: absolute;
	top: -50px;
	left: 0;
	border-color: transparent transparent transparent #e00034;
	border-style: solid;
	border-width: 58px 58px 58px 116px;
	height: 0;
	width: 0;
}

.secondary-page .hero-content .arrow {
	z-index: 1;
	top: -148px;
	border-width: 210px 210px 210px 420px;
}

.secondary-page.v-commercial .hero-content .arrow { border-left-color: #6f9bbc; }
.secondary-page.v-education .hero-content .arrow { border-left-color: #bacb97; }
.secondary-page.v-healthcare .hero-content .arrow { border-left-color: #78a1a9; }
.secondary-page.v-hospitality .hero-content .arrow { border-left-color: #59628f; }
.secondary-page.v-leisure .hero-content .arrow { border-left-color: #adaedb; }
.secondary-page.v-manufacturing .hero-content .arrow { border-left-color: #3b7cbf; }
.secondary-page.v-sustainability .hero-content .arrow { border-left-color: #90b85d; }


/* homepage slider additions */

.hero .slide {
	display: none;
	position: absolute;
	width: 940px;
	left: 0;
	top: 0;
}

.hero .slide:first-child {
	display: block;
}



/* ------------------------------------------------

   Home page

   ------------------------------------------------ */


.home-page .page-content {
	margin: 20px 0 0 0;
}

.home-page .page-content .page-content-inner {
	border-top: 1px solid #d7d7d7;
}

.home-page .content-primary h3 {
	font-size: 12px;
	line-height: 100%;
	font-weight: bold;
	color: #e00034;
	margin: 14px 0;
	text-align: center;
	text-transform: uppercase;
}

.home-page .content-primary h3 a {
	color: #e00034;
}

.home-page .content-primary hr.rule {
	display: block;
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 1px;
	border: 0;
	border-spacing: 0;
	background-color: #d7d7d7;

	/* drop shadow */
    -webkit-box-shadow: 0 0 0 1px #f7f7f7;
    -moz-box-shadow: 0 0 0 1px #f7f7f7;
    box-shadow: 0 0 0 1px #f7f7f7;
}

.home-page .features .feature-box {
	position: relative;
	background-color: #f1f1f1;
	min-height: 440px;				/* TODO: height probably won't scale well to content */
	height: 100%;
	padding: 0;
}

.home-page .features .feature-box.feature-3 {
	overflow: hidden;
}

.home-page .features .feature-box .feature-overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 0;
	height: 0;
	width: 0;
}

.home-page .features .feature-box.feature-1 .feature-overlay {
	border-right-color: #fff;
	border-width: 0 420px 214px 200px;
}

.home-page .features .feature-box.feature-3 .feature-overlay {
	overflow: hidden;
	border-left-color: #fff;
	border-width: 0 200px 214px 420px;
}

.home-page .features .feature-box .feature-content {
	position: relative;
	z-index: 2;
}

.home-page .features .feature-box h4 {
	font-weight: bold;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	margin: 32px 0 12px 0;
}

.home-page .features .feature-box h4 a {
	color: #828282;
}

.home-page .features .feature-box p {
	padding: 0;
}

.home-page .features .feature-box .feature-body {
	padding: 0 32px 30px 32px;
}

.home-page .features .feature-box .feature-body a.feature-img {
	display: block;
	text-align: center;
	width: 200px;
	height: 160px;
	margin: 30px auto 0 auto;
}

.home-page .features .feature-box .feature-body a.feature-img img {
	width: 200px;
	height: 160px;
}

.home-page .features .feature-box ul.listing {
	padding: 0;
	margin: 30px 10px;
}

.home-page .features .feature-box ul.listing li {
	line-height: 115%;
	padding: 0;
	margin: 0 0 14px 0;
}

.home-page .features .feature-box ul.listing li:last-of-type {
	margin: 0;
}

.home-page .features .feature-box .buttons.indented {
	padding: 0 10px 30px 10px;
	margin: 0 0 0 80px;
}

.home-page .features .feature-box ul.listing li a.listing-img {
	float: left;
	width: 60px;
	height: 50px;
}

.home-page .features .feature-box ul.listing li a.listing-img img {
	width: 60px;
	height: 50px;
}

.home-page .features .feature-box ul.listing li .listing-body {
	margin: 0 0 0 80px;
}

.home-page .features .feature-box ul.listing li .listing-body h6 {
	font-weight: bold;
	color: #58595b;
	padding: 0;
	margin: 0;
}

.home-page .features .feature-box ul.listing li .listing-body h6 a {
	color: #58595b;
}



/* ------------------------------------------------

   Listing page

   ------------------------------------------------ */


/* Heading container */

.list-heading {
	position: relative;
	height: 116px;
	padding: 0 0 20px 140px;
	margin: 0 80px 0 0;
	/*border-bottom: 1px solid #f0f0f0;*/
}

.list-heading .sfContentBlock {
	position: relative;
	z-index: 1;
}

.sitemap-page .list-heading {
	border: 0;
	padding-bottom: 32px;
}

.list-heading h1 {
	font-size: 20px;
	line-height: 22px;
	padding: 17px 0 16px 0;
	color: #828282;
}

.list-heading.search-heading h1 strong {
	color: #cf3d44;
}

.list-heading .sort-options {
	font-size: 14px;
	color: #828282;
}

.list-heading .validation-summary h6 {
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    color: #e00034;
}

.list-heading .sort-options a {
	color: #828282;
}

.list-heading .sort-options a.selected {
	font-weight: bold;
}

.list-heading .arrow {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	border-color: transparent transparent transparent #e00034;
	border-style: solid;
	border-width: 58px 58px 58px 116px;
	height: 0;
	width: 0;
}



/* Pagination */

.listing-page .pagination {
	overflow: hidden;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 20px 0;
}

.listing-page .pagination a {
	display: inline-block;
	color: #828282;
	margin: 0 1px;
}

.listing-page .pagination a:last-of-type {
	margin: 0;
}
						
.listing-page .pagination a:hover {
	text-decoration: underline;
}

.listing-page .pagination a.selected {
	font-weight: bold;
}


/* List items */

ul.listing-items {
	list-style-type: none;
	padding: 0;
	margin: 0 80px 0 0;
}

.news-page ul.listing-items {
	margin: 0;
}

ul.listing-items li.item {
	line-height: 18px;
	background: none;
	margin: 0;
	padding: 24px 0;
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #f0f0f0;
}

.news-page ul.listing-items li.item {
	overflow: hidden;
}

.news-page ul.listing-items li.item .item-body {
	margin: 0 0 0 160px;
}

.news-page ul.listing-items li.item a.item-image-link {
	float: left;
}

.news-page ul.listing-items li.item a.item-image-link img {
	width: 140px;
	height: 120px;
}

ul.listing-items li.item:last-of-type {
	border-bottom: 0;
}

ul.listing-items li.item .item-date {
	font-size: 14px;
	color: #828282;
}

ul.listing-items li.item h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	padding: 0;
	margin: 0 0 12px 0;
	color: #828282;
}
							
ul.listing-items li.item h3 a {
	color: #828282;
	text-decoration: none;
}

ul.listing-items li.item h3 a:hover {
	color: #e00034;
}

ul.listing-items li.item .item-tags {
    color: #828282;
	margin: 0 0 12px 0;
}

ul.listing-items li.item .item-tags a {
    white-space: nowrap;
    color: #828282;
}

ul.listing-items li.item .item-tags a:hover {
	color: #e00034;
}

ul.listing-items li.item p {
	line-height: 15px;
	padding: 0;
}

ul.listing-items li.item p .read-more,
ul.listing-items li.item p .read-more a {
    font-weight: bold;
    color: #e00034;
    white-space: nowrap;
}

ul.listing-items li.item a.item-link {
	display: block;
	text-decoration: underline;
	margin: 16px 0 0 0;
}

ul.listing-items li.item a.item-link:hover {
    color: #828282;
}


		
/* ------------------------------------------------

   Sitemap

   ------------------------------------------------ */


.sitemap-page .content-primary {
	padding: 50px 0;
}


/* sitemap columns */

table.sitemap {
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: separate;
	border-spacing: 0;
}

table.sitemap tbody td {
	width: 16.666%;
	padding: 10px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #f2f2f2;
}

table.sitemap tbody td:first-of-type {
	border-left: 0;
	padding-left: 0;
}

table.sitemap tbody td:last-of-type {
	border-right: 0;
	padding-right: 0;
}


/* sitemap contents */

.sitemap-page h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

.sitemap-page h4 a {
    color: #828282;
}

.sitemap-page h5 {
	font-size: 13px;
	font-weight: bold;
	color: #828282;
	margin: 0 0 28px 0;
}

.sitemap-page a {
	color: #828282;
}

.sitemap-page a:hover {
	color: #e00034;
	text-decoration: none;
}

.sitemap ul {
	margin: 0;
	padding: 0;
}

.sitemap a.toggle-link {
    display: inline-block;
    margin: 0 0 0 4px;
}

.sitemap tbody td > ul > li {
	font-size: 13px;
	margin: 0 0 16px 0;
}

.sitemap tbody td > ul > li > ul {
    display: none;
    overflow: hidden;
}

.sitemap tbody td > ul > li.open > ul {
    display: block;
}

.sitemap tbody td ul li {
    background: none;
	padding: 0;
	color: #828282;
}

.sitemap tbody td > ul > li > ul > li,
.sitemap tbody td > ul > li > ul > li > ul > li {
	font-size: 12px;
	margin: 0;
	
}

.sitemap tbody td > ul > li > ul > li:before,
.sitemap tbody td > ul > li > ul > li > ul > li:before {
	content: "-";
	margin: 0 5px 0 1px;
}

.sitemap tbody td > ul > li > ul > li > ul {
	margin: 0 0 12px 0;
}

.sitemap tbody td > ul > li > ul > li > ul:last-of-type {
    margin-bottom: 0;
}

.sitemap tbody td > ul > li > ul > li > ul > li > a {
	color: #adafb2;
}

.sitemap ul li:last-of-type {
	margin: 0;
}



/* ------------------------------------------------

   Footer

   ------------------------------------------------ */


/* footer */

.footer-container {
	position: relative;
	clear: both;
	height: 74px;
}

.footer-container .footer-inner {
	border-top: 1px solid #cf3d44;
}

.footer-container .footer {
	overflow: hidden;
	width: 940px;
	height: 30px;		/* 50px tall w/padding */
	line-height: 30px;
	margin: 0 auto;
	padding: 22px 0;
	color: #999;
}

.footer .copyright {
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0 52px 0 0;
}


/* Footer utility navigation */

.footer .footer-nav {
	float: left;
	overflow: hidden;
}

.footer .footer-nav ul {
	overflow: hidden;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.footer .footer-nav ul li {
	float: left;
	margin: 0 0 0 24px;
}

.footer .footer-nav ul li a {
	display: block;
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}

.footer .footer-nav ul li a:hover {
	text-decoration: underline;
}
					
.footer .social-links {
	float: right;
	overflow: hidden;
	margin-left: 24px;
}

.footer .social-links a {
	/*float: left;*/
	overflow: hidden;
	height: 35px;
	margin: 0 0 0 0px;
	text-decoration: none;
	/*text-indent: -200px;
	background: url('../images/social-icons.png') no-repeat 0 0;*/
}

.footer .social-links a.icon-linkedin { width: 30px; }
.footer .social-links a.icon-twitter { width: 30px; background-position: -30px 0; }
.footer .social-links a.icon-youtube { width: 30px; background-position: -60px 0; }



/* ------------------------------------------------

   Forms (custom)

   ------------------------------------------------ */


.form {
    margin: 0 80px 0 0;
}

.form fieldset {
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #f0f0f0;
    padding: 28px 0;
    margin: 0;
}
                            
.form fieldset legend {
    display: none;
	/* hide legend for older browsers */
	font-size: 1px;
	letter-spacing: -100px;
	line-height: 1px;
	text-indent: -9999px;
}
                            
.form .columns {
    overflow: visible;
}
                            
.form .columns .column {
    margin-bottom: 0;
}

.form .columns .col-33 {
    width: 32%;
    margin-right: 2%;
}

.form label .hint {
    display: block;
}

.form .input-block label.wide {
    display: block;
    font-weight: bold;
    margin: 0 0 16px 0;
}

.form .input-field {
    display: block;
    overflow: hidden;
    min-height: 20px;
    line-height: 20px;
    margin: 0 0 4px 0;
}

.form .input-field label {
    position: relative;
    display: inline-block;
    width: 110px;
    line-height: 14px;
    padding: 3px 0;
    vertical-align: top;
}

.form .input-field .input-text {
    width: 144px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #e5e5e5;
    border-top-color: #b8b8b8;
    background-color: #fff;
    padding: 1px 4px;
    margin: 0;
    vertical-align: top;

    /* rounded corners */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    border-radius: 4px;

	/* inset shadow */
	-webkit-box-shadow: inset -1px 0 3px 0 rgba(24,25,24,0.11);
	-moz-box-shadow: inset -1px 0 3px 0 rgba(24,25,24,0.11);
	box-shadow: inset -1px 0 3px 0 rgba(24,25,24,0.11);
}

.form .input-field select.input-text {
    width: 154px;
    padding: 1px;
    height: 20px;
}

.form .radio-list .input-field input.input-radio {
    vertical-align: text-top;
    margin: 0;
    padding: 0;
}

.form .radio-list .input-field label {
    width: 150px;
    margin: 0 0 0 10px;
}

.form .radio-list .input-field .input-text {
    margin: 0 0 0 8px;
}

.form .input-field label .required {
    position: absolute;
    z-index: 10;
    top: 0;
    left: -10px;
    color: #e00034;
    font-weight: bold;
}
                            
.form .input-field textarea {
	width: 436px;
	min-width: 436px;
	max-width: 436px;
	height: 108px;
	min-height: 108px;
	max-height: 358px;
}

.form .buttons {
    border-top: 1px solid #c3c3c3;
    padding: 20px 0 40px 0;
}



/* ------------------------------------------------

   Contact form

   ------------------------------------------------ */


.contact-us-form {
    margin: 0 80px 0 0;
}

.contact-us-form .contact-us-reason,
.contact-us-form .contact-subcolumns,
.contact-us-form .contact-comments {
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #f0f0f0;
    padding: 28px 0;
    margin: 0;
}

.contact-us-form .contact-comments .sfExample {
    font-style: italic;
    text-transform: lowercase;
}

.contact-us-form .contact-us-reason .sfTxtLbl {
    display: block;
    font-weight: bold;
    margin: 0 0 16px 0;
}

.contact-us-form .contact-us-reason .sfTxtLbl .optoutlbl {
    display: block;
    font-weight: normal;
    margin: 0 0 0px 0;
}

.contact-us-form .sfFormBox {
    display: block;
    overflow: hidden;
    min-height: 20px;
    line-height: 20px;
    margin: 0 0 4px 0;
}

.contact-us-form .sfRadioList label,
.contact-us-form .sfFormBox label,
.contact-us-form .sfFormBlock label,
.contact-us-form .sfFormDropdown label {
    position: relative;
    display: inline-block;
    width: 110px;
    line-height: 14px;
    padding: 3px 0;
    vertical-align: top;
}

.contact-us-form .sfRadioList label {
    width: 150px;
    margin: 0 0 0 10px;
}

.contact-us-form .contact-us-reason .sfRadioList label:last-of-type {
	width: 38px;
}

.contact-us-form input.sfTxt,
.contact-us-form select,
.contact-us-form textarea {
    width: 144px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #e5e5e5;
    border-top-color: #b8b8b8;
    background-color: #fff;
    padding: 1px 4px;
    margin: 0;
    vertical-align: top;

    /* rounded corners */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    border-radius: 4px;

	/* inset shadow */
	-webkit-box-shadow: inset -1px 0 3px 0 rgba(24,25,24,0.11);
	-moz-box-shadow: inset -1px 0 3px 0 rgba(24,25,24,0.11);
	box-shadow: inset -1px 0 3px 0 rgba(24,25,24,0.11);
}

.contact-us-form .contact-us-reason .sfInlineWrapper {
    width: 154px;
    
    /* positioning hack for "other" textbox */
    float: right;
    margin-top: -20px;
}

.contact-us-form .sfFormBox .sfFieldWrp,
.contact-us-form .sfFormBlock .sfFieldWrp,
.contact-us-form .sfInlineWrapper .sfFieldWrp {
    width: 154px;
    display: inline-block;
}

.contact-us-form .sfRadioList input.sfTxt,
.contact-us-form .sfRadioList select {
    margin: 0 0 0 8px;
}

.contact-us-form select {
    width: 154px;
    padding: 1px;
    height: 20px;
}

.contact-us-form .contact-comments textarea {
	width: 436px;
	min-width: 436px;
	max-width: 436px;
	height: 108px;
	min-height: 108px;
	max-height: 358px;
	margin: 0 0 4px 0;
}

.contact-us-form .sfRadioList input[type="radio"] {
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.contact-us-form .sfCheckListBox label {
    width: 150px;
    margin: 0 0 0 10px;
}

.contact-us-form .sf_cols.contact-optout {
	margin-top: 18px;
}

.contact-us-form .contact-optout .contact-us-reason {
	padding: 28px 0 0px 0;
}

.contact-us-form .contact-optout .sfFormCheckboxlist {
	margin-top: 0;
	border-bottom: 0;
}

.contact-us-form .contact-optout .sfFormCheckboxlist input[type="checkbox"] {
	vertical-align: text-top;
	position:relative;
	/*top: -30px;
    left:325px;*/
}

.contact-us-form div.contact-button {
	display: block;
	clear: both;
	overflow: hidden;
    border-top: 1px solid #c3c3c3;
    padding: 20px 0 40px 0;
}

.contact-us-form div.contact-button input.contact-button {
	display: block;
	overflow: hidden;
	float: left;
	white-space: nowrap;
	font-weight: bold;
	font-size: 12px;
	line-height: 21px;
    height: 23px;
	color: #58595b;
	border: 1px solid #ccc;
	cursor: pointer;
	margin: 0 10px 0 0;
	padding: 0 10px 1px 10px;
    text-decoration: none;
	text-transform: uppercase;

	/* default transparent background gradient */
	background-color: transparent;
}

.contact-us-form div.contact-button input.contact-button:hover,
.contact-us-form div.contact-button input.contact-button:active {
	color: #fff;
	border-color: #e00034;
	background-color: #e00034;
}

.sfError {
color: red;
}

/* ------------------------------------------------

   Buttons

   ------------------------------------------------ */


/* core button */

.buttons {
	display: block;
	clear: both;
	overflow: hidden;
}

.buttons .button {
	display: block;
	overflow: hidden;
	float: left;
	white-space: nowrap;
	font-weight: bold;
	font-size: 12px;
	line-height: 21px;
	height: 21px;
	color: #58595b;
	border: 1px solid #ccc;
	cursor: pointer;
	margin: 0 10px 0 0;
	padding: 0 10px;
    text-decoration: none;
	text-transform: uppercase;

	/* default transparent background gradient */
	background-color: transparent;
}

.buttons input.button {
    height: 23px;
    padding-bottom: 1px;
}

.buttons a.button {
	/* only for anchor buttons */
	text-decoration: none;
}

.buttons .button.right,
.buttons .button.cancel {
	float: right;
	margin: 0 0 0 10px;
}

.buttons .button:hover,
.buttons .button:active {
	color: #fff;
	border-color: #e00034;
	background-color: #e00034;
}

.buttons .button:active {
	top: 1px;
	left: 1px;
	outline: none;
	-moz-outline-style: none;
}



/* ------------------------------------------------

   Modal dialogs

   ------------------------------------------------ */


/* setup base jQuery dialog styles */
.ui-dialog { position: absolute; width: 480px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { position: relative;  }
.ui-dialog .ui-dialog-title { float: left; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; overflow: auto; *zoom: 1; }

/* modal dialog overlay - taken from jquery-ui-1.8.10.custom.css */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-widget-overlay { background-color: #000; opacity: .50; }


/* custom dialog styles */
.ui-dialog {
	overflow: auto;
	width: auto;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
}

.dialog .ui-dialog-titlebar {
	/* force block layout but allow overflow for drop-shadow */
	overflow: hidden;
	padding: 10px 20px;
	margin: 0;
	border: 0;
	background-color: #58595B;
}

.dialog .ui-dialog-titlebar .ui-dialog-title {
	position: relative;
	display: block;
	font-weight: bold;
	color: #fff;
	line-height: 16px;
}

.dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
	position: absolute;
	top: 10px;
	right: 14px;
	z-index: 1099;
	overflow: hidden;
	text-indent: 1000px;
	color: #999;
    width: 16px;
    height: 16px;
    background: transparent url('../images/jquery-ui/ui-icons_ffffff_256x240.png') no-repeat -96px -128px; }
}

.dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
	color: #666;
}

.dialog .dialog-body {
	overflow: hidden;
	overflow-y: auto;
	min-height: 0;
	max-height: 400px;				/* will cause scrollbars above this height */
    background: none !important;
    background-color: transparent !important;
	padding: 0;
    margin: 0;
}

.dialog iframe {
    padding: 0;
    margin: 0;
    border-spacing: 0;
    vertical-align: middle;
}




/* ------------------------------------------------

	Tabs (custom styles)

	------------------------------------------------ */

/* setup base jQuery UI Tabs styles (extracted from jquery-ui-1.8.21.custom.css) */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

.page-content .tabs {
    clear: both;
	overflow: hidden;
	margin: 20px 0 52px 0;
}

.page-content .tabs ul.ui-tabs-nav {
	height: 22px;
	margin: 0 0 -1px 0;
	padding: 0;
}

.page-content .tabs ul.ui-tabs-nav li {
	position: relative;
	margin: 0 10px 0 0;
	background: none;
	border: 1px solid #cdcdcd;
}

.page-content .tabs ul.ui-tabs-nav li:hover {
	cursor: pointer;
}

.page-content .tabs ul.ui-tabs-nav li.ui-tabs-selected,
.page-content .tabs ul.ui-tabs-nav li.selected {
	background-color: #fff;
	cursor: pointer;
}

.page-content .tabs ul.ui-tabs-nav li.ui-tabs-selected span.tab-handle,
.page-content .tabs ul.ui-tabs-nav li.selected span.tab-handle {
	display: block;
}

.page-content .tabs ul.ui-tabs-nav li a {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #58595b;
	padding: 2px 46px 2px 10px;
}

.page-content .tabs ul.ui-tabs-nav li.ui-tabs-selected a:hover,
.page-content .tabs ul.ui-tabs-nav li.selected a:hover {
	text-decoration: none;
}

.page-content .tabs .ui-tabs-panel {
	border: 1px solid #cdcdcd;
	background-color: #fff;
	padding: 18px 10px;
}


/* Custom tab contents styles */

.page-content .tabs .ui-tabs-panel h5 {
	font-size: 12px;
	font-weight: bold;
	line-height: 110%;
	margin: 28px 0 0 0;
	padding: 0 0 10px 0;
}

.page-content .tabs .ui-tabs-panel h5:first-of-type {
	margin: 0;
}

.page-content .tabs .ui-tabs-panel ul {
	margin: 0;
	padding: 0 0 12px 0;
}

.page-content .tabs .ui-tabs-panel ul li {
	color: #828282;
	margin: 0;
	padding: 0 0 12px 16px;
	background: transparent url('../images/content-bullet.png') no-repeat 1px 4px;
}

.page-content .tabs .ui-tabs-panel ul li:last-child {
	padding-bottom: 0;
}

.page-content .tabs .ui-tabs-panel ul:last-child,
.page-content .tabs .ui-tabs-panel p:last-child {
	padding-bottom: 0;
}


/* Custom design-time styles */
.footer .footer-nav .RadDockZone {
    max-width: 475px !important;
    min-width: 375px !important;
    height: 80px;
}

.footer .social-links .RadDockZone {
    min-width: 200px !important;
    max-width: 250px !important;
    height: 80px;
}

div[placeholderid='UtilityContentPlaceHolder'] {
    width: 300px;
    min-height: 50px;
    position:absolute;
    left:5px;
    bottom:5px;
    z-index: 2;
}


/* ------------------------------------------------

	News Detail Page (Darryl's junk - needs a home)

	------------------------------------------------ */
	
.news-item .item-date {
    margin: 0 15px 15px 0;
}

.case-study-page ul.listing-items li.item {
	overflow: hidden;
}

.case-study-page ul.listing-items li.item .item-body {
	margin: 0 0 0 160px;
}

.case-study-page ul.listing-items li.item a.item-image-link {
	float: left;
}

.case-study-page ul.listing-items li.item a.item-image-link img {
	width: 140px;
	height: 120px;
}

.case-study-item a.play-link {
	overflow: hidden;
	display: block;
	width: 46px;
	height: 46px;
	text-decoration: none;
	text-indent: -400px;
	margin: 0 0 20px 20px;
	background: transparent url('../images/case-study-play.png') no-repeat 0 0;
	float: right;
}


/* ------------------------------------------------

	Pagination (Darryl's junk - needs a home)

	------------------------------------------------ */
	
.content-primary .pagination{height:36px;margin:18px 0;}
.content-primary .pagination ul{display:inline-block;*display:inline;*zoom:1;margin-left:0;margin-bottom:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);}
.content-primary .pagination li{display:inline; background: none; }
.content-primary .pagination a{float:left;padding:0 14px;line-height:34px;text-decoration:none;border:1px solid #ddd;border-left-width:0;}
.content-primary .pagination a:hover,.pagination .active a{background-color:#f5f5f5;}
.content-primary .pagination .active a{color:#999999;cursor:default;}
.content-primary .pagination .disabled span,.pagination .disabled a,.pagination .disabled a:hover{color:#999999;background-color:transparent;cursor:default;}
.content-primary .pagination li:first-child a{border-left-width:1px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}
.content-primary .pagination li:last-child a{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}
.content-primary .pagination-centered{text-align:center;}
.content-primary .pagination-right{text-align:right;}
.content-primary .pager{margin-left:0;margin-bottom:18px;list-style:none;text-align:center;*zoom:1;}.pager:before,.pager:after{display:table;content:"";}
.content-primary .pager:after{clear:both;}
.content-primary .pager li{display:inline;}
.content-primary .pager a{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;}
.content-primary .pager a:hover{text-decoration:none;background-color:#f5f5f5;}
.content-primary .pager .next a{float:right;}
.content-primary .pager .previous a{float:left;}
.content-primary .pager .disabled a,.pager .disabled a:hover{color:#999999;background-color:#fff;cursor:default;}