@charset "UTF-8";


/*---------------------------------------------
Actor Resume Pages:

S. Weythman - Feb 2009
--------------------------------------------- */


/* zero-out html defaults
--------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	line-height: 1;
	text-align: left;
}

a img,
:link img,
:visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,
ul {
	list-style: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
}

input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
}

input {
	*vertical-align: middle;
}


/* general text
--------------------------------------------- */

a {
	color: #121212;
	line-height: inherit;
	text-decoration: none;
}

a:hover {
	color: #bc0000;
	text-decoration: underline;
	font-size: 10px;
}

a.gtext {
	color: #121212;
	line-height: inherit;
	text-decoration: none;
}

a.gtext:hover {
	text-decoration: underline;
	font-size: 10px;
}

a.rtext {
	color: #bc0000;
	line-height: inherit;
	text-decoration: none;
}

a.rtext:hover {

	text-decoration: underline;
	font-size: 10px;
}

span {
	line-height: inherit;
}

strong,
b {
	font-weight: 800;
	line-height: inherit;
}

em,
i {
	font-style: italic;
	line-height: inherit;
}

sup {
	/*IE*/
	*position: relative;
	/*IE*/
	*bottom: 0.7em;
	font-size: 0.55em;
	/*IE*/
	*font-size: 0.5em;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}


/* page structure 
--------------------------------------------- */


body {
	color: #121212;
	font-family: Verdana, Arial, sans-serif;
	font-size: 62.5%;
}


#header,
#content,
#footer {
	width: 99.999%;
	text-align: center;
}

#footer .wrapper {
	height: 20em;
	border: 0.1em solid #fff;
}

.talentlink #footer .wrapper {
	height: auto;
}

div.wrapper {
	clear: both;
	width: 76em;
	margin: 0 auto;
	text-align: left;
}



/* FIXED NAV BAR
--------------------------------------------*/

#navBar {
	position: fixed;
	width: 99.999%;
	box-shadow: 0px 0 10px 2px rgb(0 0 0 / 60%);
	height: 60px;
	z-index: 10;
}

#navBar .wrapper {
	height: 60px;
	width: 76em;
	background: #fff;
}

#navBar p.return {
	float: left;
	height: 1.15em;
	clear: both;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 5px;
}

#navBar p a {
	color: #787878;
	cursor: pointer;
}

#navBar p span,
#navBar li span {
	font-weight: 800;
}

#navBar ul#selects.nav {
	padding: 0.5em 0 0 0;
}

#navBar ul#selects li {
	float: left;
}

#navBar ul#selects li a {
	display: block;
	height: 1.7em;
	line-height: 1.7em;
	width: 4.4em;
	margin: 0 1.1em 0 0;
	padding-right: 4px;
	border-radius: 6px;
	background-color: #DDDDDD;
	box-sizing: border-box;
	color: #fff;
	font-weight: 800;
	text-align: right;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}

#navBar ul#selects li a .resume-select-num {
	background-color: #686868;
	border-radius: 50%;
	width: 13px;
	height: 13px;
	line-height: 13px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

#navBar ul#selects li.on a .resume-select-check{
	margin-top: 2px;
	margin-right: 2px;
	border-left: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	transform: rotate(-45deg) translateY(-50%);
	width: 10px;
	height: 5px;
	box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 15%);
}

#navBar ul#selects li.on a {
	background-color: #BEDF00;
}

#navBar ul#selects li.on a .resume-select-num {
	background-color: #709000;
}

#navBar ul#selects li a:hover {
	/*background-color: #BEDF00;*/
	text-decoration: none;
}

#navBar ul#selects li a:hover .resume-select-num {
	/*background-color: #709000;*/
	text-decoration: none;
}
/*
#navBar ul#selects li.on a:hover {
	background-color: #FC3B01;
}
#navBar ul#selects li.on a:hover .resume-select-num  {
	background-color: #A90E00;
}
#navBar ul#selects li.on a:hover .resume-select-check{
	margin: 0;
	border: none;
	box-shadow: none;
	height: 16px;
	width: 4px;
	background-color: #FFFFFF;
	position: absolute;
	transform: rotate(45deg);
	border-radius: 1.5px;
	left: 11px;
}

#navBar ul#selects li.on a:hover .resume-select-check:after {
	height: 4px;
	width: 16px;
	background-color: #FFFFFF;
	content: '';
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	border-radius: 1.5px;
}*/

#navBar p.view {
	padding: 1em 0 0 3em;
	min-height: 1em;
	text-align: right;
}



/* FIXED MARGIN NOTES (FOOT)
--------------------------------------------*/

#margin_form {
	position: fixed;
	bottom: -19.2em;
	height: 18em;
	width: 99.999%;
	border-top: 0.2em solid #999;
	padding-top: 1em;
	background: #ff9;
}

#margin_form.hasNotes {
	bottom: 0;
}

#margNotesTab {
	position: relative;
	top: -3.2em;
	/*IE*/
	*top: -3.1em;
	margin-right: 3%;
	text-align: right;
}

#margNotesTab span {
	border: 0.2em solid #999;
	border-bottom-color: #ff9;
	border-radius-topright: 0.5em;
	-moz-border-radius-topright: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
	border-radius-topleft: 0.5em;
	-moz-border-radius-topleft: 0.5em;
	-webkit-border-top-left-radius: 0.5em;
	padding: 0.3em 2.5em 0.4em 0.5em;
	background: #ff9 url(/global/assets/images/icons/note-gray-16-trans.png) no-repeat 8.5em 0.4em;
	font-size: small;
	cursor: pointer !important;
}

#margNotesTab.hasNotes span {
	background: #ff9 url(/global/assets/images/icons/note-red-16-trans.png) no-repeat 8.5em 0.4em;
	font-weight: 800;
}

#margin_form #marginNotes {
	width: 76em;
	margin: auto;
	font-size: 1em;
}

#margin_form textarea {
	display: block;
	resize: none;
	height: 9em;
	width: 760px;
	/* using pixel width to satisfy weirdness in Safari */
	/*IE*/
	*width: 754px;
	margin: 0;
	border: 0.1em solid #999;
	padding: 0;
	background: #fff;
	font-size: small;
	text-align: left;
	overflow: auto;
}

#margin_form input[type="submit"] {
	display: block;
	float: right;
	margin: 0 0 0 0;
	font-size: 1.2em;
}

p.notePosted {
	float: left;
	margin: 1em 0;
	padding: 0.3em;
	color: #bc0000;
	font-size: 1.2em;
	font-style: italic;
	font-weight: 800;
}


/* HEADER
--------------------------------------------*/

#header {}

div.branding {
	margin: 1em 0 0 0;
	background: #fff;
}

div.branding h1.logo {
	float: left;
	padding-bottom: 40px;
	display: flex;
	align-items: flex-end;
}

div.branding h1.logo #customLogo_image {
	height: 32px;
}

div.branding ul.mgmtInfo {
	float: right;
	width: 20em;
	margin: 1.5em 0;
}

div.branding ul.mgmtInfo li {
	margin: 0 0 0.7em 0;
	line-height: 1.4em;
	text-align: right;
}


/* CONTENT
--------------------------------------------*/

#content .wrapper {
	border-top: 0.4em solid #999;
}

.section {
	float: left;
	width: 76em;
	background: #fff;
}

.resume .section,
.actorEmailList .section {
	border-bottom: 0.4em solid #999;
}

#actorAssets.section {
	background: #ebebeb;
}

.section h1 {
	clear: both;
	margin: 0 0 1em 0;
	padding: 0.35em 0.5em;
	background: #ebebeb;
	color: #000;
	font-size: medium;
	font-weight: 800;
}

h1.actorName {
	margin: 0;
	padding: 0.35em 0.5em 0.8em 0.5em;
	font-size: xx-large;
	font-weight: 800;
}

h1.actorName span.union,
h1.agencyName span.phone {
	color: #454545;
	font-size: x-small;
	font-weight: 400;
	text-transform: uppercase;
}

#actorMediaPreview {
	float: left;
	text-align: center;
	width: 160px;
	margin: 1.25em 3em;
	*padding-bottom: 15px;
}

#actorMediaPreview img {
	border: 0.1em solid #777;
}

#actorMediaPreview img:hover {
	border: 0.1em solid #fff;
}

#actorMediaPreview #actorMediaPreview_photo {
	display: none;
	float: left;
	height: 180px;
	width: 160px;
	overflow: hidden;
	margin: 0px 0px 10px;
}

#actorMediaPreview #actorMediaPreview_video {
	display: none;
}

#actorMediaPreview .playslateshotbut {
	display: none;
	*margin-bottom: 10px;
}

#actorMediaPreview .no_photo, 
#actorMediaPreview .no_photo:hover {
	border: none;
}

ul#actorNav {
	float: right;
	width: 38em;
	margin-top: -1em;
	border-bottom: 0.1em solid #ccc;
}

ul#actorNav li {
	float: right;
	height: 2.2em;
	width: 8em;
	margin: 0 0 -0.1em 0;
	padding: 0.5em 0.5em 0 0.5em;
	background: #ebebeb;
	font-size: 100%;
	text-align: center;
	cursor: pointer !important;
}

ul#actorNav li span {
	font-size: small;
}

ul#actorNav li.up {
	border: 0.1em solid #ccc;
	border-radius-topright: 0.5em;
	-moz-border-radius-topright: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
	border-radius-topleft: 0.5em;
	-moz-border-radius-topleft: 0.5em;
	-webkit-border-top-left-radius: 0.5em;
	border-bottom: 0.1em solid #fff;
	background: #fff;
}

ul#actorNav li#photo.up {
	border-right: 0;
}



#photoList,
#vidList {
	clear: right;
	float: right;
	height: 18.5em;
	width: 38em;
	border-left: 0.1em solid #ccc;
	background: #fff;
	overflow: auto;
}

#photoList p.nophotos {
	margin: 1em;
	padding: 0.5em;
	background: #FFF9CC;
	font-size: small;
	font-style: italic;
	line-height: 1.3em;
}

#photoList ul {}

#photoList ul li {
	float: left;
	margin: 1em;
	height: 5.5em;
}

#photoList ul li img {
	height: 5em;
	width: 4.44em;
	border: 0.1em solid #999;
	cursor: pointer !important;
}



#vidList {
	display: none;
}

#vidList ul {
	list-style: none;
	margin: 2em;
	padding-left: 0;
}

.resume-video {
	flex-shrink: 0;
	height: 16px;
	width: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 7px;
	background-color: #BC1100;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FA3900", endColorstr="#A90E00");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FA3900), to(#A90E00));
	background-image: -moz-linear-gradient(top, #FA3900, #A90E00);
	background-image: -ms-linear-gradient(top, #FA3900, #A90E00);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FA3900), color-stop(100%, #A90E00));
	background-image: -webkit-linear-gradient(top, #FA3900, #A90E00);
	background-image: -o-linear-gradient(top, #FA3900, #A90E00);
	background-image: linear-gradient(#FA3900, #A90E00);
}

.resume-video span {
	transform: rotate(-45deg) translate(-25%,-25%);
	display: inline-block;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
}

#vidList ul li {
	margin: 0 0 1.5em 0;
	/*IE*/
	*padding-left: 1em;
	line-height: 1.2em;
	display: flex;
	align-items: baseline;
}

#vidList a.play {
	font-size: 100%;
	cursor: pointer;
}

#vidList span.videoName {
	font-size: 120%;
	font-weight: 800;
}

#vidList span.videoType {
	font-style: italic;
}

#vidList p.videoDesc {
	margin-top: 0.5em;
	line-height: 1.3em;
}

#actorAssets .notes {
	margin: 0 1em 1em 1em;
	border: 0.1em solid #ccc;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	padding: 1em;
	background: #fefefe;
}

#actorAssets .notes h2 {
	font-weight: 800;
}

#actorAssets .notes h2,
#actorAssets .notes p {
	margin: 0 0 0.5em 0;
	font-size: 115%;
	line-height: 1.3em;
}



#resume.section,
#actors.section {
	margin-top: 1.5em;
}

#resume.section h1 {
	height: 1em;
}

#resume.section h1 span.hdr {
	float: left;
	width: 10em;
}

#resume.section h1 span.print {
	float: right;
	padding: 0.2em 0 0.2em 1.5em;
	background: url(/global/assets/images/icons/print-red-16-trans.png) no-repeat 0 0;
}

#resume.section h1 span.print a {
	color: #bc0000;
	font-size: x-small;
	cursor: pointer !important;
}

#resume_details,
#actorEmailList {
	/*height:30em;*/
	border: 0.1em solid #ccc;
	padding: 1em;
	font-size: small;
	overflow: auto;
}

#resume_details table {
	width: 99.999%;
}

#resume_details table td {
	width: 33.333%;
	padding: 0.3em 0.5em;
}

#resume_details table.representation td {
	width: 99.999%;
	padding: 0.5em 0;
}

#resume_details table#credits td {
	text-align: center;
}

#resume_details table th h1 {
	margin: 2em 0 0.5em 0;
	border-top: 0.1em solid #ccc;
	font-size: small;
}

#resume_details table.representation th h1 {
	margin-top: 0.5em;
}

#resume.section table .explain p {
	border-bottom: 0.1em solid #ccc;
	color: #676767;
	font-size: xx-small;
	text-transform: uppercase;
}

#resume.section table td p {
	font-size: 95%;
	line-height: 1.3em;
}

#resume.section table td.reps div {
	display: flex;
	flex-wrap: wrap;
}

#resume.section table td.reps p.repInfo {
	width: 48%;
	margin: 1em 0.5em;
}

#resume.section table td.reps p.repInfo span.name {
	font-weight: 800;
}

#resume.section table td.reps p.repInfo span.phone,
#resume.section table td.reps p.repInfo span.affiliations {
	display: block;
	color: #454545;
	font-size: 90%;
}

#resume div.special_skills,
#resume div.res_comment {
	margin: 2em 0.5em;
	border: 0.1em solid #ccc;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	padding: 1.5em;
}

#resume div.special_skills p,
#resume div.res_comment p {
	font-size: small;
	line-height: 1.4em;
}

.actorEmailList ul#actorList li {
	float: left;
}

.actorEmailList ul#actorList li p {
	margin: 0.5em 1em 2em 1em;
}

.actorEmailList ul#actorList li img.headShot {
	margin: 1em 1em 0 1em;
	/*IE*/
	*margin: 1em 0.4em 0 0.5em;
	border: 0.1em solid #ccc;
	padding: 0.2em;
}

.actorEmailList ul#actorList li img.headShot:hover {
	background: #999;
}

.prev-link {
	float: left;
	text-align: center;
	text-decoration: none;
	padding: .7em;
	-webkit-border-radius: .5em;
	-moz-border-radius: 0.5em;
	border-radius: .5em;
	color: #787878;
	border: solid 1px #a8a8a8;
	background: #bcbcbc;
	margin: 1em;
}

.next-link {
	float: left;
	margin: 1em 1em 0 0;
	text-align: center;
	text-decoration: none;
	padding: .7em;
	-webkit-border-radius: .5em;
	-moz-border-radius: 0.5em;
	border-radius: .5em;
	color: #fff;
	border: solid 1px #a60000;
	background: #c00000;
}

.next-link a {
	color: #fff;
}

.no-link {
	float: left;
	text-align: center;
	text-decoration: none;
	padding: .7em;
	-webkit-border-radius: .5em;
	-moz-border-radius: 0.5em;
	border-radius: .5em;
	color: #ffffff;


	margin: 1em;
}


.pagination {
	color: #bc0000;
	float: left;
	font-weight: bold;
	margin: 15px;
}


/* FOOTER
--------------------------------------------- */

p#copyright {
	clear: both;
	padding: 2em 0 1.5em 0;
	color: #999;
	font-size: xx-small;
	text-align: center;
}


/* alerts & error msgs
--------------------------------------------- */

div.alert {
	margin: 2em;
	border: 0.1em solid #ccc;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	padding: 1em 1em 1em 5em;
	background: #fff4c2;
}

div.alert p,
div.alert li {
	font-size: small;
}

div.alert h1 {
	font-size: medium;
	font-weight: 800;
}

.buckets {
	padding-top: 5px;
}

.buckets a.disable-pointer {
	cursor: default;
	text-decoration: none;
}

.buckets>b>div {
	display: inline;
}

.viewedToggle {
	color: #bcbcbc;
	font-weight: bold;
}

/* One Page Resume */

#resume {
	font-weight: normal;
}

.slateshoticon {
	margin: 0px;
	padding: 0px;
	font-size: 7px;
	font-weight: normal;
	color: #990000;
	display: inline-block;
	cursor: pointer;
}

#photoList ul li .slateshoticon img {
	height: 13px;
	width: 13px;
	border: none;
	vertical-align: middle;
}

.slateshoticon span {
	vertical-align: middle;
	line-height: 14px;
}