﻿@charset "utf-8";

/* removed elements we're unlikely to need'*/
#playerContainerUwm div, #playerContainerUwm span,
#playerContainerUwm h1, #playerContainerUwm h2, 
#playerContainerUwm h3, #playerContainerUwm p, 
#playerContainerUwm a, 
#playerContainerUwm address, #playerContainerUwm img,
#playerContainerUwm strong, #playerContainerUwm sub, #playerContainerUwm sup, 
#playerContainerUwm b, #playerContainerUwm i,
#playerContainerUwm ol, #playerContainerUwm ul, #playerContainerUwm li,
#playerContainerUwm fieldset, #playerContainerUwm form,
#playerContainerUwm label, #playerContainerUwm legend, #playerContainerUwm table, 
#playerContainerUwm caption, #playerContainerUwm tbody,
#playerContainerUwm canvas, #playerContainerUwm embed, 
#playerContainerUwm footer, #playerContainerUwm header, 
#playerContainerUwm hgroup, #playerContainerUwm menu, #playerContainerUwm nav, 
#playerContainerUwm section, #playerContainerUwm summary, 
#playerContainerUwm audio, 
#playerContainerUwm video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	font: inherit;
	vertical-align: baseline;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-overflow-scrolling: touch;
}
/* HTML5 display-role reset for older browsers */

#playerContainerUwm figcaption,
#playerContainerUwm figure, #playerContainerUwm footer,
#playerContainerUwm header, #playerContainerUwm hgroup, #playerContainerUwm menu,
#playerContainerUwm nav, #playerContainerUwm section { display: block; }

#playerContainerUwm ol, #playerContainerUwm ul { list-style: none; }

#playerContainerUwm blockquote, #playerContainerUwm q { quotes: none; }

#playerContainerUwm blockquote:before, #playerContainerUwm blockquote:after,
#playerContainerUwm q:before, #playerContainerUwm q:after {
	content: '';
	content: none;
}

#playerContainerUwm video {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#playerContainerUwm table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*End of the CSS fixer*/

#playerContainerUwm {
	position: relative;
	overflow: hidden;
	line-height: 1;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#playerContainerUwm a:active, #playerContainerUwm a:focus {
	outline-style: none;
}

#playerContainerUwm a:active, #playerContainerUwm a:visited {
	border: none;
	outline: none;
}  /*  removed a:selected   because of error*/

#playerContainerUwm a {
	border: none;
	color: rgb(177, 179, 245);
}

#playerContainerUwm img {
	border: none;
	background: transparent;
}

#playerContainerUwm .uwmObstructingOverly {
	color: white;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	display: none;
	background-color: black;
}

.uwmDiagnose #playerContainerUwm #uwmDiagnostic {
	display: block;
	background-color: rgba(0, 0, 0, .6);
	word-wrap: break-word;
	overflow-wrap: break-word;
}

#playerContainerUwm #uwmDiagnostic * {
	font-family: Consolas, monospace;
	text-shadow: black 0 0 2px;
}

#uwmPlayerErrors p {
	display: none;
}

.uwmPlayerError #playerContainerUwm #uwmPlayerErrors {
	display: block;
}

#playerContainerUwm #uwmPlayerErrors > div {
	position: absolute;
	right: 50%;
	bottom: 50%;
	background-repeat: no-repeat;
	-moz-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	-o-transform: translate(50%, 50%);
	-webkit-transform: translate(50%, 50%);
	padding: 5%;
	border: 3px solid white;
	border-radius: 5%;
}

#playerContainerUwm #uwmPlayerErrors h2 {
	font-weight: bold;
	color: red;
}

#playerContainerUwm #uwmPlayerErrors p {
	margin: 5%;
	width: 100%;
}

.uwmPlaylistLoadFailed #uwmPlayerErrors .uwmContentUnavailable {
	display: block;
}
.uwmConfigFailed #uwmPlayerErrors .uwmConfigUnavailable {
	display: block;
}
.uwmContextFailed #uwmPlayerErrors .uwmContextUnavailable {
	display: block;
}
.uwmNoSource #uwmPlayerErrors .uwmFileUnavailable {
	display: block;
}
.uwmNoTracks #uwmPlayerErrors .uwmPlaylistEmpty {
	display: block
}
.uwmUnsupportedMedia #uwmPlayerErrors .uwmUnsupportedMedia {
	display: block
}

#playerContainerUwm .temporaryOverlayUwm {
	position: absolute;
	z-index: 5;
	right: 50%;
	bottom: 50%;
	background-repeat: no-repeat;
	-moz-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	-o-transform: translate(50%, 50%);
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
	cursor: pointer;
	opacity: .7;
	border-radius: 7px;
}

#playerContainerUwm #thankYouMessageUwm {
	z-index: 4;
	opacity: 0.0;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	background-color: rgba(0, 0, 0, 0.6);
	top: 60%;
	padding: 1%;
	height: 20px;
}

#playerContainerUwm #bigPlayUwm {
	width: 85px;
	height: 80px;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url(images/bigPlay.png);
	-o-background-size: cover;
	background-size: cover;
}

.loadingUwm #playerContainerUwm #bigPlayUwm {
	background-image: url(images/rotating_load.gif);
	-o-background-size: cover;
	background-size: cover;
	background-position-x: center; 
	opacity: .8;
}

#playerContainerUwm #bigPlayUwm:hover{
	opacity: .9;
}

/*must come after the loadingUwm rules*/
.playingUwm #playerContainerUwm #bigPlayUwm,
.formUpUwm #playerContainerUwm #bigPlayUwm {
	display: none;
}

/*TODO: Toggle this in CSS like a grownup*/
#playerContainerUwm #muteMessageUwm {
	width: 180px;
	height: 37px;
	background-image: url(images/muteMessage.jpg);
	background-position: 0px -4px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	top: 10%;
}

#playerContainerUwm #uwmHTML5player {
	position: relative;
	/*position: absolute;*/
	width: 100%;
	height: 100%;
	z-index: 0;
}

#playerContainerUwm #socialLinksUwm {
	position: absolute;
	width: 26px;
	z-index: 2;
	top: 7px;
	margin-left: 6px;
	opacity: .3;
}

#playerContainerUwm #socialLinksUwm:hover { opacity: 1; }

#playerContainerUwm #socialLinksUwm a img {
	margin: 0;
	margin-top: -2px;
	padding: 0;
	width: 25px;
	height: 25px;
}

#playerContainerUwm #playerControlsContainerUwm {
	position: absolute;
	display: table;
	width: 100%;
	z-index: 2;
	text-align: center;
	bottom: 2%;
}

.loadingUwm #playerContainerUwm #playerControlsContainerUwm,
.formUpUwm #playerContainerUwm #playerControlsContainerUwm,
.isiPhoneUwm #playerContainerUwm #playerControlsContainerUwm {
	display: none;
}

#uwmElement.formUpUwm.isiPhoneUwm #playerContainerUwm video {
	display: none;
}

#playerContainerUwm #playerControlsContainerUwm .fadeOutUwm {
	-moz-transition: .25s 1.25s opacity;
	-o-transition: .25s 1.25s opacity;
	-webkit-transition: .25s 1.25s opacity;
	transition: .25s 1.25s opacity;
	opacity: 0;
}

#playerControlsContainerUwm #playerControlsUwm {
	position: relative;
	display: table;
	table-layout: fixed;
	border-spacing: 2px 0px;
	width: 90%;
	max-height: 30px;
	max-width: 790px;
	margin: 0px auto;
	text-align: left;
	padding-left: 5px;
	/*typeface*/
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-user-select: none;
	-ms-user-select: none;
	opacity: 1;
	-moz-transition: 0s .1s opacity;
	-o-transition: 0s .1s opacity;
	-webkit-transition: 0s .1s opacity;
	transition: 0s .1s opacity;
}
.compactUwm #playerControlsContainerUwm #playerControlsUwm {
	width: 98%;
	padding-left: 0px;
}

#playerControlsContainerUwm #playerControlsUwm #playUwm {
	min-width: 50px;
	width: 50px;
	display: table-cell;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
}

#playerControlsContainerUwm #playerControlsUwm #playUwm:before {
	content: '';
	display: inline-block;
	height: 24px;
	width: 23px;
	background-image: url(images/iconsprite.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#playerControlsContainerUwm #playerControlsUwm #playUwm:hover:before {
	background-position: -25px 0px;
}

.playingUwm #playerControlsContainerUwm #playerControlsUwm #playUwm:before {
	background-position: 0px -25px;
}

.playingUwm #playerControlsContainerUwm #playerControlsUwm #playUwm:hover:before {
	background-position: -25px -25px;
}

#playerControlsContainerUwm #playerControlsUwm #volUwm.muted:before {
	background-position: -1px -149px;
}

#playerControlsContainerUwm #playerControlsUwm #volUwm.muted:hover:before {
	background-position: -26px -149px;
}

#playerControlsContainerUwm #playerControlsUwm #fullscreenUwm {
	cursor: pointer;
	min-width: 36px;
	width: 36px;
	max-height: 37px;
	padding-top: 5px;
	padding-bottom: 4px;
	display: block;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
}

#playerControlsContainerUwm #playerControlsUwm #fullscreenUwm:before {
	content: '';
	display: inline-block;
	height: 26px;
	width: 23px;
	background-image: url(images/iconsprite.png);
	background-repeat: no-repeat;
	background-position: 0px -100px;
}

/*scrubbarUwm is the thing that contains and borders the usable bar, scrubberUwm*/
#playerControlsContainerUwm #playerControlsUwm #scrubbarUwm {
	display: table;
	border-spacing: 3px 0px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding-top: 11px;
	padding-bottom: 11px;
	max-height: 34px;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	overflow: hidden;
}

#playerControlsUwm #scrubbarUwm #scrubberUwm {
	display: table-cell;
	background: #333;
	vertical-align: top;
	overflow: hidden;
	border-radius: 3px;
}

#playerControlsUwm #scrubbarUwm #scrubberUwm #barWrapperUwm {
	position: relative;
	height: 15px;
	border-radius: inherit;
	overflow: hidden;
}

#playerControlsUwm #scrubbarUwm #scrubberUwm #barWrapperUwm .hrzProgBarUwm {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 100%;
	background: #fff;
}

#playerControlsUwm #scrubbarUwm #scrubberUwm #bufferUwm {
	opacity: .5;
}

#playerContainerUwm #scrubbarUwm #mouseoverTimeContainerUwm {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;
}

#playerContainerUwm #scrubbarUwm #mouseoverTimeUwm {
	font-size: 9px;
	position: absolute;
	/*left: 100px;*/
	top: 0px;
	text-align: center;
}

#scrubbarUwm .timeDisplayUwm {
	display: table-cell;
	height: 7px;
	width: 24px;
	padding-right: 4px;
	vertical-align: middle;
}
.compactUwm #scrubbarUwm .timeDisplayUwm {
	display: none;
}

#playerControlsUwm .controlbuttonUwm {
	min-width: 36px;
	width: 36px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#playerControlsUwm #contactUwm {
	cursor: pointer;
	min-width: 36px;
	width: 36px;
	max-height: 37px;
	padding-top: 5px;
	padding-bottom: 4px;
	display: block;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

#playerControlsUwm #contactUwm:before {
	content: '';
	display: inline-block;
	height: 26px;
	width: 23px;
	background-image: url(images/iconsprite.png);
	background-repeat: no-repeat;
	background-position: 0px -75px;
}

#playerControlsUwm #contactHintUwm {
	border-spacing: 1px;
	cursor: default;
	font-family: Arial, sans-serif;
	font-size: 14px !important;
	line-height: 10px;
	position: absolute;
	display: table;
	z-index: 2;
	min-width: 120px !important;
	min-height: 30px;
	height: 30px; 
   /*top right bottom left*/
	margin: -67px, 2px, 2px, -60px;
   padding: 2px, 0px, 2px, 2px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.7);
	right: 46px;
	bottom: 40px;
}

#playerControlsUwm #contactHintUwm span {
	display: table-cell;
	vertical-align: middle;
	height: 17px;
	min-height: 17px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 1px;
}

#playerControlsUwm #contactHintUwm #spanSpaceContactUwm {
	display: table-cell;
	vertical-align: middle;
	height: 3px;
	min-height: 3px;
	font-size: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#playerControlsUwm #contactHintUwm:after {
	padding-top: 3px;
	padding-bottom: 2px;
	padding-right: 2px;
	display: table-cell;
	content: '';
	height: 17px;
	width: 24px;
	background-image: url(images/iconsprite.png);
	background-repeat: no-repeat;
	background-position: 0px -125px;
}

#playerControlsUwm #contactUwm:hover:before { background-position: -25px -75px; }
/*ContactCONTROLs*/

#playerControlsUwm #fullscreenUwm:hover:before { background-position: -25px -100px; }

#playerControlsUwm #volControlsUwm {
	min-width: 36px;
	width: 36px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: rgba(0, 0, 0, 0.7);
}

.isTabletUwm #playerControlsUwm #volControlsUwm,
.isMobileUwm #playerControlsUwm #volControlsUwm {
	display: none;
}

#playerControlsUwm #volOffUwm {
	visibility: hidden;
	position: absolute;
	min-width: 36px;
	width: 36px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	background: rgba(0, 0, 0, 0);
	bottom: 20%;
}

#playerControlsUwm #volUwm {
	cursor: pointer;
	min-width: 36px;
	width: 36px;
	max-height: 37px;
	padding-top: 5px;
	padding-bottom: 4px;
	display: block;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

#playerControlsUwm #volUwm:before {
	content: '';
	display: inline-block;
	height: 26px;
	width: 23px;
	background-image: url(images/iconsprite.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	cursor: pointer;
}

#playerControlsUwm #volUwm:hover:before {cursor: pointer; }

#playerControlsUwm #volAdjustUwm {
	/*volume bar container, not the actual indicator bar*/
	position: absolute;
	min-width: 36px;
	width: 36px;
	height: 80px;
	margin-top: -118px;
	border-radius: 7px;
	background: rgba(0, 0, 0, 0.5);
}

#playerControlsUwm #volAdjustUwm #volControllerUwm {
	cursor: pointer;
	position: absolute;
	background: rgba(0, 0, 0, 0.9);
	overflow: hidden;
	width: 16px;
	height: 70px;
	bottom: 5px;
	left: 9px;
	border-radius: 3px;
}

#playerControlsUwm #volAdjustUwm #volumeLevelUwm {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%; /*percentage of max volume*/
	background: rgba(255, 255, 255, 0.90);
	border-radius: 3px;
}

/**CONDENSED HEIGHT**/ /*Re-organizes social links*/
.condensedH #socialLinks {
	width: 100%;
	height: 20px;
	padding-left: 2px;
}

.condensedH #socialLinks a img {
	margin: 0;
	margin-left: -2px;
	padding: 0;
}
/**CONDENSED HEIGHT**/


/**CONDENSED WIDTH**/ /*removes time display from progressbar*/
.condensedW #scrubbarUwm { border-spacing: 8px 0px !important; }

.condensedW #scrubbarUwm #totalTimeUwm { display: none; }

.condensedW #scrubbarUwm #currentTimeUwm { display: none; }
/**CONDENSED WIDTH**/

.formUpUwm #playerContainerUwm #PlayerFormsUwm {
	display: block;
	/*TODO: Transition the opacity?*/
}

#playerContainerUwm #PlayerFormsUwm {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	bottom: 50%;
	right: 50%;
	color: #fff;
	font-family: sans-serif, Arial;
	font-size: 11px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	z-index: 10;
	max-height: 236px;
	max-width: 350px;
	-moz-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	-o-transform: translate(50%, 50%);
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}
.iPadUwm #playerContainerUwm #PlayerFormsUwm {
	max-height: 246px;
}

#PlayerFormsUwm #formContainerUwm #closeFormsUwm {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	right: 7px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #ca3535;
	margin-right: 20px;
	border-radius: 5px;
}

#playerContainerUwm #PlayerFormsUwm #formTabsUwm{
	display: table;
	margin-left: 4%;
	text-align: center;
	color: white;
	background-color: black;
	list-style-type: none !important;
	list-style: none !important;
	border-spacing: 1px !important;
	margin-bottom: 0px !important;
	padding-top: 3px !important;
}

#playerContainerUwm #PlayerFormsUwm #formTabsUwm li {
	list-style-type: none !important;
	list-style: none !important;
	list-style-image: none !important;
}

#playerContainerUwm #PlayerFormsUwm #formTabsUwm ul {
	list-style-type: none !important;
	list-style: none !important;
	list-style-image: none !important;
}

#PlayerFormsUwm #formTabsUwm li.leaf, #PlayerFormsUwm #formTabsUwm li.collapsed,
#PlayerFormsUwm #formTabsUwm li.expanded {
	list-style-type: none !important;
	list-style: none !important;
	list-style-image: none !important;
}

#playerContainerUwm #PlayerFormsUwm li.leaf, 
#playerContainerUwm #PlayerFormsUwm li.collapsed, 
#playerContainerUwm #PlayerFormsUwm li.expanded {
	list-style-image: none !important;
	list-style-type: none !important;
	list-style: none !important;
}

#PlayerFormsUwm #contactUsUwm {
	padding-top: 0px !important;
	margin-bottom: 5px !important;
	margin-right: 5% !important;
}

#playerContainerUwm #FullcontactFormUwm {
	padding-top:5px;
	padding-top: 8px;
}

#playerContainerUwm #FullcontactFormUwm #fzipUwm {
	height: 20px;
	width: 80px;
}

#playerContainerUwm #FullcontactFormUwm #fcontactTimeUwm {
	height: 22px;
	width: 97px;
	vertical-align: top;
}

#playerContainerUwm #FullcontactFormUwm select {
	height: 20px;
	background-color: rgb(234, 235, 243);
	border-radius: 3px;
	margin-bottom: 1px;
	border: none;
	font-size: 10px;
}

#playerContainerUwm #FullcontactFormUwm input {
	height: 17px;
	border-radius: 3px;
	background-color: rgb(234, 235, 243);
	margin-bottom: 5px;
	width: 180px;
	margin-left: 6px;
	border: none;
}

#playerContainerUwm #FullcontactFormUwm h3 {
	margin: 0;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

#playerContainerUwm #FullcontactFormUwm h2 {
	text-align: center;
	padding-top: 5px !important;
}

#fcontactMethodUwm { margin-left: 64px; width:180px}
.ffUwm #fcontactMethodUwm {width: 181px}
.ieUwm #playerContainerUwm #FullcontactFormUwm #fcontactMethodUwm {
	margin-bottom: 1px;
	width: 182px;
}
.iPadUwm #playerContainerUwm #FullcontactFormUwm #fcontactMethodUwm {
	width: 188px;
}

#fcontactUsUwm{
	display:none;
}

#PlayerFormsUwm #formTabsUwm li{
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	list-style-type: none !important;
	list-style: none !important;
	margin: auto 15px 1px 30px;
	/* border: 1px solid white; */
}

#PlayerFormsUwm #formTabsUwm li.active {
	list-style-type: none !important;
	list-style: none !important;
	border-bottom: none;
}

#PlayerFormsUwm #formTabsUwm li:hover { background-color: rgba(111, 110, 110, 0.89); }

#PlayerFormsUwm #formContainerUwm {
	width: 100%;
	height: 100%;
	border-radius: 16px;
}

#playerContainerUwm #formBackgroundUwm {
	background: #000000;
	border-radius: 16px;
	position: absolute;
	width: 100%;
	height: 100%;
}

#playerContainerUwm #PlayerFormsUwm .formContentUwm a,
#playerContainerUwm #PlayerFormsUwm .formContentUwm a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#playerContainerUwm #embedinfoUwm {
	min-height: 130px;
	min-width: 250px;
	margin-left: 10px;
	background-color: rgba(249, 249, 258, 0.80);
}

#playerContainerUwm #embedVideoLabelUwm {
	margin-bottom: 3px !important;
	margin-right: 3% !important;
}

#playerContainerUwm .popupformUwm.active { display: inline-block; }

#PlayerFormsUwm .popupformUwm {
	overflow: hidden;
	display: none;
	position: absolute;
	width: 100%;
	text-align: center;
	line-height: 1.8;
}

#PlayerFormsUwm .popupformUwm .formContentUwm {
	width: 90%;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin-left: 4%;
}

#FullcontactFormUwm .formContentUwm .sectionUwm label,
#FullcontactFormUwm .formContentUwm .sectionUwm select {
	display: inline-block;
}

#playerContainerUwm .formContentUwm .sectionUwm {
	margin-left: 2px;
}

#playerContainerUwm .sectionUwm label {
	white-space: nowrap;
	width: 55px;
	vertical-align: top;
}

#playerContainerUwm .sectionUwm span {
	/* Validation Responses*/
	padding-left: 3px;
	vertical-align: top;
}

#playerContainerUwm .sectionUwm span.errorUwm {
	color: rgb(130, 161, 240);
	padding-left: 2px;
}

#playerContainerUwm .sectionUwm #textareaUwm {
	width: 100%;
	height: 100%;
	resize: horizontal;
}

#playerContainerUwm #contactFormUwm input {
	width: 200px;
}

.isTabletUwm #playerContainerUwm #ffnameUwm,.isTabletUwm  #playerContainerUwm #flnameUwm, 
.isTabletUwm #playerContainerUwm #femailUwm,.isTabletUwm  #playerContainerUwm #fphoneUwm {
	height: 16px;
}

#playerContainerUwm #nameUwm, 
#playerContainerUwm #emailUwm, #playerContainerUwm #phoneUwm {
	height: 22px;
	width: 165px;
	margin-bottom: 8px;
	background-color: rgb(234, 235, 243);
	border: none !important;
	border-radius: 2px;
	margin-left: 8px;
}

#playerContainerUwm #messageUwm {
	background-color: rgb(234, 235, 243);
	border: none;
	width: 200px;
	margin-top: 0px !important;
	margin-bottom: 1px !important;
	margin-left: 0px !important;
	font-family: sans-serif;
	color: #000;
	text-decoration: none;
	max-height: 80px !important;
	min-height: 60px !important;
	border-radius: 3px;
	overflow: auto;
}
.isTabletUwm #playerContainerUwm #messageUwm {
	width: 170px;
	bottom: 7%;
}
.ffUwm #playerContainerUwm #messageUwm {
	width: 199px;
}
.ieUwm #playerContainerUwm #messageUwm {
	width: 200px;
}

#FullcontactFormUwm #fmessageUwm {
	background-color: rgb(234, 235, 243);
	font-family: sans-serif;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	width: 175px;
	height: 40px;
	border: none !important;
	border-radius: 3px;
	padding-top: 1px !important;
	overflow: auto;
	margin-top: 4px;
}
.ffUwm #FullcontactFormUwm #fmessageUwm {
	width: 179px;
}
.ieUwm #FullcontactFormUwm #fmessageUwm {
	width: 180px;
}
.iPadUwm #FullcontactFormUwm #fmessageUwm {
	width: 186px;
}
 
#PlayerFormsUwm #contactFormUwm #labelMessageUwm {
	/*padding-left: 1.5% !important;*/
	padding-right: 4px !important;
	max-height: 66px;
	margin-right: 4px;
}

#playerContainerUwm #contactFormUwm label { display: inline-block; }

#nameRequiredUwm, #emailRequiredUwm { padding-left: 4px !important; }

#PlayerFormsUwm #EmbedVideoTabUwm h2 {
	padding-bottom: 3px !important;
	padding-top: 10px !important;
}

#playerContainerUwm #PlayerFormsUwm .formContentUwm h2 {
	font-size: 12px;
	line-height: 1;
	margin-top: 8px;
	padding-bottom: 3px;
	text-align: center;
}

#playerContainerUwm #sendUwm, #playerContainerUwm #sendFullUwm {
	vertical-align: top;
	line-height: 0px;
	height: 22px;
	width: 48px;
	cursor: pointer;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
	box-shadow: inset 0px 1px 0px 0px #f29c93;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.92, rgb(219, 42, 42)), color-stop(.96, rgb(203, 40, 40)));
	background: linear-gradient(top, rgba(rgba(219, 42, 42)), rgba(203, 40, 40, 0.96));
	background-color: rgba(220, 10, 10, 0.92);
	border: 1px solid rgba(0, 0, 0, 0.6);
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 0px #b23e35;
	text-align: center;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#playerContainerUwm #buttonDivUwm {
	position: absolute;
	left: 20px;
	bottom: 5px;
}

#playerContainerUwm #buttonFullDivUwm {
	display: inline-block;
	position: absolute;
	bottom: 6px;
	right: 14px;
}/*
.isTabletUwm #playerContainerUwm #buttonFullDivUwm {
	bottom: 16%;
}*/

.submitBtnUwm:hover{
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.25, #fe1a00), color-stop(1, #ce0100) );
	background: -moz-linear-gradient( center top, #fe1a00 25%, #ce0100 100% );
	background-color: rgba(252, 99, 99, 0.80);
	opacity: 0.8;
}

#playerContainerUwm #PlayerFormsUwm #formContainerUwm form select, 
#playerContainerUwm #PlayerFormsUwm #formContainerUwm form input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 3px;
	/*FF Bug 649849*/
	text-overflow: '';
}

#playerContainerUwm #PlayerFormsUwm #formContainerUwm form input::-webkit-outer-spin-button,
#playerContainerUwm #PlayerFormsUwm #formContainerUwm form input::-webkit-inner-spin-button {
	/*gets rid of the little arrows in the number-type input box on chrome*/
	-webkit-appearance: none;
	margin: 0;
}

#playerContainerUwm input:required::-webkit-input-placeholder{
   color: red;
}
#playerContainerUwm input:required::-moz-placeholder{
   color: red;
}
#playerContainerUwm input:required:-moz-placeholder{
   color: red;
}
#playerContainerUwm input:required:-ms-input-placeholder{
   color: red;
}

#playerContainerUwm :invalid:required,
#playerContainerUwm .invalidUwm:required {
	color: red;
}

#playerContainerUwm form select::-ms-expand{
	display:none;
}

#playerContainerUwm #PlayerFormsUwm #formContainerUwm #adjurationUwm {
	position: absolute;
	width: 62px;
	right: 10px;
	margin-top: 5px;
	line-height: 1.2;
	z-index: 1;
}

#playerContainerUwm #EmbedVideoTabUwm .formContentUwm .sectionUwm { display: block; }

/*#playerContainerUwm #EmbedVideoTabUwm .sectionUwm .textareaUwm { height: 40px; }*/

#playerContainerUwm #PlayerFormsUwm #UWMInfoTab {
	text-align: center;
	padding-top: 20px;
}

#playerContainerUwm #UWMInfoTab #uwmInfoContent {
	margin: 0px auto;
}

#playerContainerUwm #UWMInfoTab #uwmInfoContent address {
	visibility: hidden;
	line-height: 1.2;
	font-size: 15px;
}

#playerContainerUwm #UWMInfoTab #uwmInfoContent h2 {
	font-size: 19px;
	margin-top: 15px;
	margin-bottom: 10px;
}

#playerContainerUwm #UWMInfoTab #uwmInfoContent a {
	color: rgb(187, 202, 233);
	font-size: 14px;
}

#playerContainerUwm #fullCommentsUwm {
	padding-left: 3px !important;
	padding-right: 3px !important;
}

#playerContainerUwm #closeHintUwm {
	visibility: hidden;
	position: absolute;
	color: white;
	border: none !important;
	right: 10%;
	top: 10%
}

#playerContainerUwm #closeHintUwm.hover { visibility: visible; }

#playerContainerUwm #videoOverlayUwm {
   position: absolute;
   height: 100%;
   width: 100%;
   z-index: 1;
	font: 40px Verdana;
   background-position: center;
   background-size: contain;
   background-repeat: no-repeat;
}