@charset "UTF-8";
/*---------------------------------------------
Breakdown Express Homepage (base site)
S. Weythman - Nov 2008
Developer Note: Old styles are no longer being used. Can be updated and cleaned up.
--------------------------------------------- */
:root {
	--bde-primary-color: #FF7B00;
}

/* -- AD SPACE -- */
.adSkyscraper {
	display: none;
}

/* -- BODY -- */
.bd-body-content {
	flex-direction: row;
}

.bd-tile-breakdown-services {
	background-color: var(--bde-primary-color);
}

.bd-tile-breakdown-services img {
	filter: invert(1);
}


/* -- TABLET VIEW -- */
@media screen and (min-width: 688px) {

	/* -- AD SPACE -- */
	.adSkyscraper {
		display: block;
	}

	/* -- BD TILES -- */
	.bd-tile-frame:nth-of-type(2) {
		order: 5;
	}

	.bd-tile-frame:nth-of-type(6) {
		flex: 0 0 300px;
		order: 6;
	}

	.bd-tile-image-post {
		order: 7;
	}

	.bd-tile-image-services {
		order: 8;
	}
}

@media screen and (min-width: 688px) and (max-width: 976px) {
	.bd-tile-section {
		height: 992px;
	}
}


/* -- TABLET LANDSCAPE -- */
@media only screen and (min-width: 977px) {

	.bd-tile-frame,
	/* Film Makers / Studios Tile */
	.bd-tile-frame:nth-of-type(n + 4):nth-of-type(-n + 5) {
		flex: 1 0 30%;
	}

	/* Representative Tile */
	.bd-tile-frame:nth-of-type(2) {
		order: 4;
	}

	/* Actor Tile */
	.bd-tile-frame:nth-of-type(3) {
		order: 6;
	}

	/* Breakdown Services Tile */
	.bd-tile-frame:nth-of-type(6) {
		order: 5;
		flex: 0 0 340px;
	}
}

/* -- DESKTOP VIEW -- */
@media only screen and (min-width: 1265px) {

	/* Actor Tile */
	.bd-tile-frame:nth-of-type(3) {
		order: 5;
	}

	/* Breakdown Services Tile */
	.bd-tile-frame:nth-of-type(6) {
		order: 6;
		flex: 1 0 100%;
	}
}

/* OUTDATED STYLES */
/* Content
--------------------------------------------*/

	/* defined
	--------------------------------------------*/

	#defined.section {
		float:left;
		width:36em;
		}


	/*sign in*/

	#sign_in.subsection {
		float:left;
		width:34em;
		border:0.1em solid #ccc;
		border-radius:0.5;-moz-border-radius:0.5em;-webkit-border-radius:0.5em;
		padding:1em;
		background:#efefef;
		}
		#sign_in.subsection h2 {
			float:left;
			width:10em;
			margin:0;
			font-size:small;
			font-weight:400;
			}
			#sign_in.subsection h2 span.remember,
			#sign_in.subsection h2 a {
				display:block;
				font-size:x-small;
				}
			#sign_in.subsection h2 span.remember {
				margin:1.5em 0 0.5em 0;
				}
			#sign_in.subsection h2 a {
				font-style:italic;
				color: #000;
				padding-top: 7px;
				}
		#sign_in.subsection input {
			margin:0.2em 0;
			}
		#sign_in.subsection input#rp {
			margin:0;
			}
		#sign_in.subsection dl {
			float:right;
			width:20em;
			}
		#sign_in.subsection dd {
			float:left;
			margin:0 0 0.5em 0;
			}
		#sign_in.subsection dd.txt input {
			width:14.5em;
			}
		#sign_in.subsection dd.pass input {
			width:11.2em;
			}
		#sign_in.subsection dd input.btn {
			height:2em;
			width:2.5em;
			margin:0 0 0 0.5em;
			/*ie*/*margin:0 0.5em;
			padding:0;
			}
		#sign_in.subsection dd input.btn {
			cursor: pointer;
			height:2em;
			width:2.5em;
			margin:0 ;
			border:0;
			border-radius:0.5;-moz-border-radius:0.5em;-webkit-border-radius:0.5em;
			padding:0 0 0.2em 0;
			/*ie*/*padding:0.1em;
			text-shadow: 0 1px 1px rgba(0,0,0,.3);
			-webkit-border-radius: .5em;
			-moz-border-radius: .5em;
			border-radius: .5em;
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
			box-shadow: 0 1px 2px rgba(0,0,0,.2);
			color: #ffffff;
			border: solid 1px #da7c0c;
			background: #f78d1d;
			background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
			background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
			font-size: 12px;
			font-weight: bold;
			text-transform: uppercase;
			}
			#sign_in.subsection dd input.btn:hover {
					background: #f47c20;
					background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
					background: -moz-linear-gradient(top,  #f88e11,  #f06015);
					filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
				}
				#sign_in.subsection dd input.btn:active {
					position: relative;
					top: 1px;
					color: #fcd3a5;
					background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
					background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
					filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
				}

		#sign_in.subsection label {
			padding-bottom:0.15em;
			font-size:x-small;
			}


	/* welcome */

	#welcome.subsection p {
		margin:0 0 1em 0;
		padding:0 0.5em;
		font-size:small;
		line-height:1.4em;
		}



	/* news*/

	#news.subsection {
		/*IE*/*margin:0;
		border:0;
		}
	#news iframe {
		height:35em;
		/*IE*/*height:37em;
		width:36em;
		/*IE*/*width:36.2em;
		margin:0;
		border:0;
		padding:0;
		}



	/* features
	--------------------------------------------*/

	#features.section {
		float:right;
		}

			#getFlash .icon img {
				float:left;
				padding:0 1em;
				}
			#getFlash p a {
				color:#121212;
				font-weight:800;
				}
				#getFlash p a:hover {
					color:#666;
					text-decoration:underline;
					}


		/*TODAY'S VIDEO SECTION*/

		#todays_video {
			float:right;
			width:36em;
			}
			#todays_video p a span {
				color:#ff8500;
				}
			#todays_video p a:hover {
				color:#ff8500;
				}
			#video_pic img {
				float:left;
				height:19.1em;
				width:17.1em;
				margin:0 0 0.5em 0;
				border:0.1em solid #ccc;
				border-top:0;
				padding:0.5em;
				}
			#todays_video #video_name {
				float:right;
				width:17.7em;
				}
				#video_name h2 {
					margin:1em 0 1em 0.5em;
					}
				#video_name h3 {
					font-size:small;
					margin:0 0 1em 0.5em;
					}
				#video_name img {
					border:0;
					}
			#todays_video p {
				clear:left;
				margin:0 0 1em 0;
				font-size:x-small;
				font-style:italic;
				font-weight:400;
				text-align:center;
				}

		/* Post Breakdown Button */

		#postBD {
			/*IE*/*height:2.7em;
			background:url(/assets/images/icons/post-bd.png) no-repeat right 0;
		    font-size: 20px;
			padding: 7px 0;
			text-align: left;
			display: block;
			cursor: pointer;
			line-height: 1;
			}


	/* resources
	--------------------------------------------*/

	#resources.section {
		clear:both;
		width:76em;
		margin:0 auto;
		text-align:center;
		}
		#resources.section h1 a {
			color:#000;
			text-decoration:none;
			}

		#resources.section ul {
			margin:0;
			}
		#resources.section li {
			float:left;
			margin-left: 45px;
			}
			#resources.section li a {
				display:block;
				height:10.8em;
				width:10.8em;
				margin:0 1em 2em 1em;
				border:0.1em solid #ccc;
				border-radius:0,5em;-moz-border-radius:0.5em;-webkit-border-radius:0.5em;
				padding:0;
				background:#fff; /* background images defined in icons.css */
				font-size:100%;
				text-indent:-500em;
				}
				#resources.section li#reproductions a {
				margin-left:0;
				}
			/*#resources.section li#grayTone a {
				margin-left:0;
				}
			*/
			#resources.section li#store a {
				margin-right:0;
				}
				#resources.section li a:hover {
					border-color:#666;
					}

/* Eco Cast buttons */

.eco_pop_buttons {
	float: right;
	margin: 0 auto 1em;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: bold 18px/100% Arial, Helvetica, sans-serif;
	padding: .4em 1.5em .4em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #ffffff;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	width: 310px;
	line-height: 1.25;
}
.eco_pop_buttons:hover, .eco_pop_buttons:focus {
	color: #fff;
	text-decoration: none;
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.eco_pop_buttons:active {
    color: #fcd3a5;
	position: relative;
	top: 1px;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.eco_pop_buttons a:hover, a.eco_pop_buttons a:focus { color: #fff; }

/* End Eco Cast buttons */

/* ICONS */

@charset "UTF-8";
/*---------------------------------------------
	Breakdown Express (Base Site) Default CSS
	Icons
	S. Weythman - Jan 2009
--------------------------------------------- */

/*---------------------------------------------
	Home Page(s)
--------------------------------------------- */
#resources.section li#store a {
	background:url(/assets/images/products/bds-store-108.jpg) no-repeat 0 0;
}
#resources.section li#aircheck a {
	background:url(/assets/images/products/air-check-108.jpg) no-repeat 0 0;
}
#resources.section li#mediabank a {
	background:url(/assets/images/products/media-bank-108.jpg) no-repeat 0 0;
}
#resources.section li#castingAbout a {
	background:url(/assets/images/products/casting-about-108.jpg) no-repeat 0 0;
}
#resources.section li#jobsline a {
	background:url(/assets/images/products/jobs-line-108.jpg) no-repeat 0 0;
}
#resources.section li#forums a {
	background:url(/assets/images/products/bds-forums-108.jpg) no-repeat 0 0;
}
#resources.section li#reproductions a {
	background:url(/assets/images/products/reproductions-108.png) no-repeat 0 0;
}

/*---------------------------------------------
	Contact Page
--------------------------------------------- */
.contact #newClients.subsection h1 img  {
	background:#fff url(/assets/images/products/orange/email.png) no-repeat center center;
}
.contact #screenplay.subsection h1 img  {
	background:#fff url(/assets/images/products/orange/uploaddoc.png) no-repeat center center;
}
.contact #agency.subsection h1 img  {
	background:#fff url(/assets/images/products/orange/couple.png) no-repeat center center;
}
.contact #casting.subsection h1 img  {
	background:#fff url(/assets/images/products/orange/edit.png) no-repeat center center;
}
.contact #videoUpload.subsection h1 img  {
	background:#fff url(/assets/images/products/orange/uploadvideo.png) no-repeat center center;
}
.contact #mainOffices.subsection h1 img  {
	background:#fff url(/assets/images/products/orange/buildings.png) no-repeat center center;
}
.contact #scanSites.subsection h1 img  {
	background:#fff url(/assets/images/products/orange/camera.png) no-repeat center center;
}

/*---------------------------------------------
	Learn More Page
--------------------------------------------- */
.learnmore #postBd.subsection h1 img  {
	background:#fff url(/assets/images/products/orange/adddoc.png) no-repeat center center;
}
.learnmore #viewBd.subsection h1 img  {
	background:#fff url(/assets/images/products/orange/document.png) no-repeat center center;
}
.learnmore #castingDir.subsection h1 img  {
	background:#fff url(/assets/images/products/orange/slate.png) no-repeat center center;
}

/*---------------------------------------------
	Resources Page
--------------------------------------------- */
.resources #actorsaccess.subsection h1 img  {
	background:#fff url(/assets/images/products/logo-actors-access.gif) no-repeat center center;
}
.resources #breakdownexpress.subsection h1 img  {
	background:#fff url(/assets/images/products/logo-breakdown-express.gif) no-repeat center center;
}
.resources #talentlink.subsection h1 img  {
	background:#fff url(/assets/images/products/logo-talent-link.gif) no-repeat center center;
}
.resources #gobetween.subsection h1 img  {
	background:#fff url(/assets/images/products/logo-go-between.gif) no-repeat center center;
}

#resLinks { text-align: center; }

#csa-endorsement {
	font-size: small;
	line-height: 1.4em;
	display: block;
	margin: 0px 0px 30px;
	padding: 0px;
}
#csa-endorsement  img {
	margin: 0px 15px 0px 0px;
	float: left;
	border-style: none;
}
