          /*
--=.._/(        CLIENT NAME PRINT STYLES      )\_..=--
    	  */

#nav, 
#footer, 
[role="banner"],
[role="contentinfo"],
.nav, 
nav,
.site-utility, 
.hero-container, 
.secondary, 
.tertiary, 
#breadcrumbs, 
.crumb
{
    display: none;
}

#content {
	top: 0!important;
}

a.brand {
	background: transparent;
}

body {
	background-image: none;
	color: black;
}

#content a { 
	color: inherit;
	text-decoration: none;
}

.primary {
	width: auto!important;
	margin:0;
	padding:0;
}

#mycarousel {
    width:500px;
    float:none;
    margin:auto;
}

.jcarousel-clip { border:solid 1px Black; }

.jcarousel-control { display:none; }

section, div, article, h1, h2, h3, h4, h5 {
	background: transparent!important;
	color: #000!important;
}


/*

	Uncomment and insert correct domain

*/

/* insert the url with domain and slash
a:after 				{ content: " (http://domain.com/" attr(href)") "; }
 */
 
/* if starts with slash already, only put in domain to avoid doubling it
a[href^="/"]:after		{ content: " (http://domain.com" attr(href)") "; }
*/

/* if starts with http:, don't put in the domain at all -- it's either external or full url already
a[href^="http:"]:after	{ content: " (" attr(href)") "; }
 */
 
 
/* don't do that content insert at all for jump links and named anchors */
sup a:after,
a[href^="#"]:after,
a[name]:after 			{ content: ""; }