/* Set Printable Area Size */
#container-fluid,
.carousel-caption
{
    width: 630px;
}

/* Hide Items From Print */
#ccm-page-controls-wrapper,
#header-links,
#menu-ct,
#footer-container,
#topNavItem,
#column-side .nav,
#shareThis-ct,
#column-side,
.footer-sign-in
{
    display: none;
}

#stcpDiv, #stwrapper {
	display: none;
}

/* Adjust Layout */
.carousel-caption
{
    bottom: 0;
    text-align: left;    
}

#features #feature-pipeline
{
    /*position: absolute;
    left: -190px;
    top: 170px;*/
}

#content-home
{
    /*position: absolute;
    top: 750px;
    left: -25px;*/
}

#content #column-main.span9
{
    width: 630px;
}
#content #column-main,
#content .column
{
    margin-top: 0;
}

/* HOME PAGE */

body#home, body#home * {
	margin: 0 0 1.2em 0 !important;
	float: none !important;
	left: 0 !important;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	overflow: visible !important;
}

body#home br {
	display: none;
}

body#home #content-home {
	margin-top: 0;
	padding-top: 0;
}

#feature-pipeline-bottom .modal-trigger-ct {
	padding: 0 !important;
	margin: 0 !important;
}

#feature-pipeline-bottom .modal-trigger-ct a.image-link {
	border: 0;
	margin-bottom: 0;
}

#content-home .columns .column .column-inner {
	padding: 0 !important;
	margin: 0 !important;	
}

body#home #column2 h3{
	padding-top: 2em;
}

body#home div.clear-both {
	display: none;
}

body#home #header {
	text-align: left;
	margin: 0 !important;
	padding: 0 !important;
}

body#home #logo {
	margin: 0 !important;
	padding: 0 !important;
}

body#home #masthead {
}

body#home #masthead .carousel {
	display: none;
}

#hiddenFirstSlideLink, #hiddenFirstSlideLink h2 {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}

body#home #features {
	page-break-after:always;
}

body#home #feature-pipeline-bottom .modal-trigger-ct {
	padding-top: 0;
	padding-bottom: 0;
	display: block;
}

body#home a.image-link {
	display: block;
}

#features #feature-pipeline a.pipeline-button span {

}

#features #feature-pipeline a.pipeline-button {
	position: absolute !important;
	top: 0 !important;
}

body#home .rssItemDate {
	/*border: 10px solid red;*/
}

/* PIPELINE */

.pipeline-phase.collaboration .phase {
    border: 3px solid #19356E;
}

.pipeline-phase .phase {
    border: 3px solid #008C9A;
}

.pipeline-row .pipeline-product, .pipeline-row .pipeline-phase {
	width: 100%;
	display: block;
	margin-left: 0;
}

.pipeline-key span.owned {
	border: 3px solid #008C9A;
	padding-left: 0.4em;
	padding-right: 0.4em;
}

.pipeline-key span.collaboration {
	border: 3px solid #19356E;
	padding-left: 0.4em;
	padding-right: 0.4em;	
}

/* content truncation fix */
#container-fluid, .content, .inner, .columns, .column {
	display: inline !important;
	position: static !important;
}

a:link:after, a:visited:after { content:""; }
