/*
Theme Name: JWPlayer Site v1.22
Description: JW Player.com WordPress theme
Version: 1.22
Author: William Bright & Rumiana Lazzi
Author URI: http://www.jwplayer.com
*/

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, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, harticle, header, footer, nav, aside, hgroup {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	/* list-style: none; */
}
blockquote, q {
	quotes: none;
}

/* html5 elements */
section, harticle, header, footer, nav, aside, hgroup {
	display: block;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del, strike {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

b, strong { font-weight: bold; }
i, em { font-style: italic; }
a { outline: none; cursor: pointer; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*  - - - - - - - FONT DECLARATIONS  - - - - - - - */
@font-face {
  font-weight: 200;
  font-family: 'Karbon';
  src:  url('fonts/KarbonWeb-Light.eot?') format('eot'),
        url('fonts/KarbonWeb-Light.woff') format('woff'),
        url('fonts/KarbonWeb-Light.ttf') format('truetype');
  src /*\**/: url('fonts/KarbonWeb-Light.eot?') format('eot')\9;
}

@font-face {
  font-weight: 400;
  font-family: 'Karbon';
  src:  url('fonts/KarbonWeb-Regular.eot?') format('eot'),
        url('fonts/KarbonWeb-Regular.woff') format('woff'),
        url('fonts/KarbonWeb-Regular.ttf') format('truetype');
  src /*\**/: url('fonts/KarbonWeb-Regular.eot?') format('eot')\9;
}

@font-face {
  font-weight: 500;
  font-family: 'Karbon';
  src:  url('fonts/KarbonWeb-Medium.eot?') format('eot'),
        url('fonts/KarbonWeb-Medium.woff') format('woff'),
        url('fonts/KarbonWeb-Medium.ttf') format('truetype');
  src /*\**/: url('fonts/KarbonWeb-Medium.eot?') format('eot')\9;
}

@font-face {
	font-weight: 600;
	font-family: 'Karbon';
	src:  url('fonts/KarbonWeb-Semibold.eot?') format('eot'),
	url('fonts/KarbonWeb-Semibold.woff') format('woff'),
	url('fonts/KarbonWeb-Semibold.ttf') format('truetype');
	src /*\**/: url('fonts/KarbonWeb-Semibold.eot?') format('eot')\9;
}

body {
  min-width: 1000px;
  padding: 100px 0 0 0;
  background: #f5f5f5;
  color: #414141;
  font-weight: 400;
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: all .25s;
  -moz-transition: all .25s, ;
  transition: all .25s;
}

body.first-time {
  padding: 145px 0 0 0;
}

/*  - - - - - - - GENERIC ELEMENT STYLES - - - - - - - */
em { font-weight: 400; }
strong.bolder { font-weight: 500; /* used to be 600 */ }
span.lighter { font-weight: 200; }

h1, h2, h3, h4, h5,
.button {
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* constraing font-weight rule for <strong> only for elements that use Karbon */
h1 strong, h2 strong, h3 strong {
  font-weight: 400;
}
h4 strong,
h5 strong,
table th strong,
.sidebar .quote strong,
#custom_solutions .solution p strong,
#careers_summary p.intro strong {
  font-weight: 500;
}

h1 {
  margin: 0 0 1em;
  font-weight: 200;
  font-size: 52px;
  line-height: 1em;
  color: #128DEB;
  text-align: center;
}

h2 {
  margin: 0 0 16px;
  font-weight: 200;
  font-size: 28px;
  line-height: 1em;
}

h3 {
  margin: 0 0 16px;
  font-weight: 200;
  font-size: 22px;
  line-height: 1em;
}

h4 {
  margin: 0 0 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1em;
}

h5 {
  margin: 0 0 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1em;
}

a { color: #2d2d2d; }
a:hover { color: #ff0046; }

p {
  margin: 0 0 1em;
  line-height: 28px;
}

ul, ol {
  margin: 0 0 1em 20px;
  padding: 0;
  line-height: 28px;
}

ul ul,
ul ol,
ol ul,
ol ol { margin: 0 0 0 20px; }

ol ol { list-style-type: lower-alpha; }

fieldset p {
  position: relative;
}

sup, sub { padding: 0 3px;}

input[type=text],
input[type=password],
input[type=email],
input.mktFormText {
  border: none;
  height: 46px;
  border-top: 1px solid rgba(0,0,0,.1);
  border-right: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(255,255,255,.95);
  border-left: 1px solid rgba(255,255,255,.95);
  display: inline-block;
  padding: 0 20px;
  font-size: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
}

textarea,
textarea.mktFormTextarea {
  border: none;
  border-top: 1px solid rgba(0,0,0,.1);
  border-right: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(255,255,255,.95);
  border-left: 1px solid rgba(255,255,255,.95);
  display: inline-block;
  padding: 20px;
  font-size: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
}

input[type=text].error,
input[type=password].error,
input[type=email].error,
textarea.error {
  border: 1px solid #ff0046 !important;
}

label.error {
  position: absolute;
  top: -6px;
  left: 0;
  display: block;
  width: auto;
  height: 12px;
  overflow: hidden;
  padding: 1px 5px;
  line-height: 12px;
  background: #FF0046;
  -webkit-border-radius: 3px 3px 3px 0;
  -moz-border-radius: 3px 3px 3px 0;
  border-radius: 3px 3px 3px 0;
  color: #FFFFFF;
  font-size: 12px;
}

.validation {
  color: #ff0046;
  font-size: 12px;
  font-style: italic;
  display: none;
}

select,
select.mktFormSelect {
  border: none;
  border-top: 1px solid rgba(0,0,0,.1);
  border-right: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(255,255,255,.95);
  border-left: 1px solid rgba(255,255,255,.95);
  display: inline-block;
  padding: 13px 20px 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
}

select option {
  color: #000;
  text-indent: 20px;
  font-style: normal;
}

input.placeholder,
textarea.placeholder {
  color: #666 !important;
  font-style: italic;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #666;
  font-style: italic;
  opacity: 1;
}

::-moz-placeholder {
  color: #666;
  font-style: italic;
  opacity: 1;
} /* firefox 19+ */

:-moz-placeholder {
  color: #666;
  font-style: italic;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #666 !important;
  font-style: italic;
  opacity: 1;
} /* ie */

:focus::-webkit-input-placeholder,
:focus:-ms-input-placeholder{
  color: #ccc;
}
:focus::-moz-placeholder,
:focus:-moz-placeholder {
  color: #ccc;
}
body form.lpeRegForm select:focus {
  color: #ccc;
}

table { width: 100%; }

table th,
table td {
  padding: 10px 20px;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  background: #f1f1f1;
  font-size: 13px;
  line-height: 21px;
  color: #414141;
}

table tr.sub_head td { background: #e7e7e7 !important; }

table th:last-child,
table td:last-child {
  border-right: none;
}

table th {
  background: #242122;
  color: #fff;
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.1em;
  padding: 20px;
}

table th a,
table th a:hover { color: #fff; }

table th:last-child {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

table th:first-child {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}

table .title {
  text-align: left;
}

table th.title {
  background: #e7e7e7;
  color: #414141;
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}

table th.fullwidth {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

pre,
code {
  display: block;
  padding: 10px;
  background: #022336;
  margin: 10px 0 20px;
  padding: 10px;
  line-height: 1.5em;
  font-family: "Lucida Console", Monaco, "Courier New", Courier, monospace;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 11px;
  color: #72cbff;
	white-space: pre-wrap;                 /* CSS3 browsers  */
	white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
	white-space: -pre-wrap;                /* Opera 4 thru 6 */
	white-space: -o-pre-wrap;              /* Opera 7 and up */
	word-wrap: break-word;                 /* IE 5.5+ and up */
	/* overflow-x: auto; */                /* Firefox 2 only */
	/* width: 99%; */		       /* only if needed */
}

hr {
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 30px 0;
}

/* - - - - - - - REUSABLE ELEMENTS - - - - - - - */
body > section {       /* specifying immediate children of body    */
  position: relative;  /* so that if we use section tags elsewhere */
  width: 100%;         /* they won't inherit these styles -- Bill  */
}

.section_wrapper {
  position: relative;
  margin: 0 auto;
  width: 980px;
}

.button {
  display: inline-block;
  padding: 14px 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-top: 1px solid #ff0046;
  border-left: 1px solid #ff0046;
  border-right: 1px solid #de003d;
  border-bottom: 1px solid #de003d;
  background: #ff0046;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1em;
  -webkit-transition: all .125s;
  -moz-transition: all .125s, ;
  transition: all .125s;
  cursor: pointer;
}

.button:hover {
  background: #d4003a;
  border: 1px solid #d4003a;
  color: #fff;
}

.alternate {
  background: #00d181;
  border-top: 1px solid #00d181;
  border-left: 1px solid #00d181;
  border-right: 1px solid #00b670;
  border-bottom: 1px solid #00b670;
}

.alternate:hover {
  background: #00b670;
  border: 1px solid #00b670;
}

.secondary {
  background: #128deb;
  border-top: 1px solid #128deb;
  border-left: 1px solid #128deb;
  border-right: 1px solid #107bcd;
  border-bottom: 1px solid #107bcd;
}

.secondary:hover {
  background: #0e6ab1;
  border: 1px solid #0e6ab1;
}

.button.small {
  padding: 14px 20px;
  font-size: 12px;
}

.button.medium { /* default button size */
  padding: 16px 20px;
  font-size: 14px;
}

.button.large {
  padding: 30px 20px;
  font-size: 16px;
}

.block_link { text-align: center; }

.block_link a {
  display: inline-block;
  border-bottom: 1px solid #414141;
  color: #414141;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 500; /* used to be 600 */
  font-style: italic;
  font-size: 20px;
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 45px;
}

.block_link a.pink {
  border-bottom: 1px solid #ff0046;
  color: #ff0046;
}

.block_link a.pink:hover {
  border-bottom: 1px solid #cb0038;
  color: #cb0038;
}

.block_link a.blue {
  border-bottom: 1px solid #128deb;
  color: #128deb;
}

.block_link a.blue:hover {
  border-bottom: 1px solid #0e6ab1;
  color: #0e6ab1;
}

.block_link a.white {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.block_link a.white:hover {
  border-bottom: 1px solid #f0f0f0;
  color: #f0f0f0;
}

.expand_collapse {
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  height: 50px;
  line-height: 50px;
  background-image: url('images/jwplayer_sprites.png');
  background-position: -950px -10px;
  background-repeat: no-repeat;
  padding: 0 0 0 60px;
  text-decoration: none;
}

.expand_collapse.open {
  background-position: -950px -70px;
  display: none;
}

.section_wrapper > .expand_collapse { clear: both; }

.learn_more {
  display: block;
  height: 50px;
  width: 150px;
  padding: 0 0 0 50px;
  background-image: url('images/jwplayer_sprites.png');
  background-position: -960px -905px;
  background-repeat: no-repeat;
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  text-decoration: none;
  text-transform: uppercase;
}

h2.large {
	font-size: 52px;
	line-height: 49px;
}

.float_left { float: left; }
.float_right { float: right; }
.center {
	margin:0 auto;
	text-align:center;
}

.width_50p { width: 50%; }
ul.width_50p { margin: 1em 0; }
ul.width_50p li { margin: 0 0 0 15px; }

.ui-tooltip {
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	background: #212121;
	padding: 15px 20px;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.30);
	-moz-box-shadow: 0 2px 25px rgba(0,0,0,.30);
	box-shadow: 0 2px 5px rgba(0,0,0,.30);
	color: #fff;
}

.ui-tooltip:after {
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	border-width: 8px;
	border-style: solid;
	border-color: #212121 transparent transparent transparent;
	left: 45%;
	bottom: -16px;
}

.graphic_list_section {
	padding: 50px 0;
	text-align: center;
}
.graphic_list_section .button {
	padding: 20px 35px;
}
.graphic_list_section h1,
.graphic_list_section h2 {
	margin: 0 0 14px;
}
.graphic_list_section h2 {
	font-size: 35px;
}
ul.graphic_list {
	margin: 30px auto;
	padding: 0;
	list-style: none;
	font-size: 16px;
}
ul.graphic_list li {
	margin: 0 20px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	line-height: 150%;
}
ul.graphic_list li ul {
	margin: 0;
}
ul.graphic_list .icon {
	margin: 0 auto;
	display: block;
	height: 105px;
	width: 105px;
	background-image: url("images/jwplayer_large_icons.png");
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.logo_section {
	background: #F5F5F5;
}
.logo_section .section_wrapper {
	padding: 50px 0 80px;
	text-align: center;
}
.logo_section h2 {
	margin-bottom: 50px;
    font-size: 22px;
	text-transform: uppercase;
}

#video_credit {
    color: #666666;
    padding: 10px 0;
    text-align: right;
	font-size: 12px;
	font-style: italic;
}

#video_credit a { color: #666666; }

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	float: left;
	margin-right: 20px;
}

img.alignright {
	float: right;
	margin-left: 20px;
}

img.vmargin {
	margin-top: 1em;
	margin-bottom: 1em;
}


/* - - - - - - - FIRST TIME ANNOUNCEMENT BANNER - - - - - - - - */
#first-time {
  position: fixed;
  top: 0px;
  background: #128deb;
  display: none;
  z-index:999999;
}

body.first-time #first-time { display: block; }
body.admin-bar #first-time { top: 28px; }

#first-time .section_wrapper {
  height: 45px;
}

#first-time p {
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 1em;
  margin: 0;
  color: #fff;
  text-align: center;
  line-height: 45px;
  letter-spacing: 0.5px;
}

#first-time a {
  color: #fff;
  text-decoration: none;
}

#first-time a:hover { text-decoration: underline; }

#first-time .close {
  position: absolute;
  top: 14px; right: 0;
  display: block;
  height: 20px; width: 20px;
  background: url('images/close_button_20x20.png') no-repeat;
  text-indent: -9999px;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	-webkit-opacity: 0.5;
	opacity: 0.5;
}

#first-time .close:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

/* - - - - - - - SITE HEADER - - - - - - - */
#site_header {
  position: fixed;
  top: 0;
  overflow: hidden; width: 100%;
  height: 100px;
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: all .25s;
  -moz-transition: all .25s, ;
  transition: all .25s;
  z-index:999999;
}

body.admin-bar #site_header { top: 32px; }
body.first-time #site_header { top: 45px; }
body.first-time.admin-bar #site_header { top: 73px; }

#site_header .section_wrapper {
  height: 100px;
  background: url('images/bg_header.png') center top repeat-y;
}

#site_header .cap_left {
  position: absolute;
  top: 0; right: 979px; width: 100%;
  height: 100%;
  background: rgba(0,0,0,.86);
  background: url('images/bg_header.png') left top repeat-y;
}

#site_header .cap_right {
  position: absolute;
  top: 0; left: 979px; width: 100%;
  height: 100%;
  background: rgba(0,0,0,.91);
  background: url('images/bg_header.png') right top repeat-y;
}

#site_header nav ul {
  position: absolute;
  top: 37px;
  /* left: 180px; */
  left: 165px;
  margin: 0;
  color: #a0a0a0;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 16px;
}

#site_header nav ul li {
  display: inline-block;
  /* margin: 0 20px 0 0; */
  margin: 0 16px 0 0;
}

#site_header nav ul a {
  display: inline-block;
  height: 59px;
  color: #a0a0a0;
  text-decoration: none;
}

#site_header nav ul a:hover,
#site_header nav ul li.current_page_item a,
#site_header nav ul li.current_menu_item a {
  border-bottom: 4px solid #128deb;
  color: #fff;
}

#site_header nav ul.subnav {
  top: 31px; right: 0; left: auto;
  text-align: right;
  font-size: 13px;
}

#site_header nav ul.subnav li { margin: 0 0 0 10px; }

#site_header nav ul.subnav li a { height: auto; border-bottom: none; }

#site_header .button {
  margin: 0 0 0 10px;
  padding: 13px 22px;
  height: auto;
  font-size: 14px;
}

#site_header .logo {
  position: absolute;
  top: 27px; left: 0;
  display: block; width: 132px;
  height: 46px;
  background-image: url('images/jwplayer_sprites.png');
  background-position: -8px -10px;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

#site_header .logo:hover {
  background-position: -198px -10px;
}

ul.logo_list {
	margin: 0 auto;
	width: 800px;
    list-style: none;
}
ul.logo_list li {
    display: inline-block;
	margin: 0;
	width: 85px;
	height: 65px;
	color: #999;
}

/* - - - - - - - TEMPLATE: Optional Sections (all cases)  - - - - - - - */
#before_main .section_wrapper,
#after_main .section_wrapper {
	padding: 60px 0 80px 0;
}

#main h2,
#before_main h2,
#after_main h2 {
	font-size: 35px;
}

#before_main .page_title,
#main .page_title {
	padding: 0 0 30px;
	text-align: center;
}

#before_main  .page_title h1,
#main  .page_title h1 { margin: 0 0 14px; }


/* - - - - - - - TEMPLATE: Optional Sections (when sidebar is disabled)  - - - - - - - */
#before_main + .section_full_width {
    background: #fff;
}
.section_full_width .section_wrapper {
	padding: 50px 0 80px 0;
}
.section_full_width p,
.section_full_width li {
	max-width: 700px;
}


/* - - - - - - - TEMPLATE: Optional Sections (when sidebar is enabled)  - - - - - - - */
.section_with_sidebar {
	background: url('images/bg_sidebar.png') repeat-y center top;
}

.section_with_sidebar .page_title h1,
.section_with_sidebar .page_title h2 { text-align: left; }

.section_with_sidebar .content {
	float: left;
	width: 580px;
	margin:  0 0;
	padding: 60px 60px 80px 0;
}
.section_with_sidebar .sidebar {
	float: right;
	width: 290px;
	padding: 60px 0 80px 50px;
}
.section_with_sidebar .sidebar h3 {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 500;
}

/* - - - - - - - Extended Sidebar (The sidebar size is adjusted by js to allow custom colors  - - - - - - - */
.extended_sidebar {
	background-image: none;
	overflow: hidden;
}

.extended_sidebar .content {
	padding: 50px 0 80px 0;
}

.extended_sidebar .sidebar {
	/* see jwplayer_site.js for additonal styling */
	position: relative;
	background: #fff;
}

.extended_sidebar .sidebar h3 {
    font-size: 20px;
	color: #128DEB;
}

.extended_sidebar .sidebar h3 em {
    display: block;
	font-style: normal;
}

.extended_sidebar .sidebar h3.sidebar_heading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 160px 0 20px 50px;
    background: #128DEB;
	color: #fff;
}

.extended_sidebar #main .sidebar ul {
    list-style: none;
	margin: 0;
}


/* - - - - - - - HOMEPAGE - - - - - - - */
#homepage_splash {
  z-index: 50;
  height: 490px;
  border-bottom: 4px solid #128deb;
  background-color: #047499;
  background-image: url('images/bg_homepage_splash.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

#homepage_splash.alt {
  height: 410px;
}

#homepage_splash .section_wrapper {
  padding: 50px 0 0 0;
}

#homepage_splash h1 {
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 49px;
  color: #fff;
}

#homepage_splash h2 {
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 20px;
}

#homepage_splash h2 .button { margin: 0 0 0 20px; }

#homepage_splash .splash_player_wrapper {
  margin: 0 auto;
  width: 760px;
  height: 428px;
  background: #18191c;
  -webkit-box-shadow: 0 0 0 3px rgba(64,64,64,.75);
  -moz-box-shadow: 0 0 0 3px rgba(64,64,64,.75);
  box-shadow: 0 0 0 3px rgba(64,64,64,.75);
  text-align: left;
  position: relative;
}

#homepage_splash.alt .splash_player_wrapper {
  width: 640px;
  height: 360px;
  -webkit-box-shadow: 0 0 0 4px rgba(255,255,255,.45);
  -moz-box-shadow: 0 0 0 4px rgba(255,255,255,.45);
  box-shadow: 0 0 0 4px rgba(255,255,255,.45);
}

#homepage_splash #preroll {
  width: 760px; height: 428px;
  background: url('/wp-content/uploads/homepage_preroll.jpg');
  color: white;
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 0; left: 0;
}

#homepage_splash.alt #preroll {
  height: 360px; width: 640px;
  background: url('/wp-content/uploads/homepage-alt/homepage_preroll_alt.jpg');
}

#homepage_splash #preroll span {
  display: block;
  height: 60px;
  width: 72px;
  text-indent: -9999px;
  background-image: url('/wp-content/uploads/homepage_play_cta.png');
  background-position: -20px -10px;
  background-repeat: no-repeat;
  margin: 180px auto 0;
}

#homepage_splash.alt #preroll span {
  margin: 145px auto 0;
}

#homepage_splash #preroll:hover span {
  background-position: -121px -10px;
}

#homepage_splash #postroll {
  width: 760px; height: 428px;
  line-height: 428px;
  background: url('/wp-content/uploads/homepage_postroll.jpg');
  color: white;
  font-size: 28px;
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 0; left: 0;
  display: none;
}

#homepage_splash.alt #postroll {
  width: 640px; height: 360px;
  line-height: 360px;
  background-size: 640px 360px;
}

#homepage_splash #postroll #postroll_replay {
  height: 60px; width: 60px;
  background-image: url('/wp-content/uploads/homepage_play_cta.png');
  background-position: -220px -10px;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px; right: 15px;
  text-indent: -9999px;
}

#homepage_splash #postroll #postroll_replay:hover {
  background-position: -300px -10px;
}

#homepage_splash #postroll #postroll_cta {
  display: block;
  width: 200px;
  margin: 290px auto 0;
}

#homepage_splash.alt #postroll #postroll_cta {
  margin: 260px auto 0;
}

/* HOMEPAGE POSSIBILITIES -- RMOVED */
/*
#homepage_possibilities {
  background: #181616;
  background: radial-gradient(ellipse at center bottom, #163248 0%,#181616 35%);
  color: #fff;
  text-align: center;
}

#homepage_possibilities .parallax_bg {
  position: absolute;
  top: 0; left: 0; width: 100%;
  height: 100%;
  background: url('images/bg_homepage_possibilities.png') top center no-repeat;
}

#homepage_possibilities .section_wrapper {
  padding: 150px 0 30px 0;
}

#homepage_possibilities h2 { margin: 0 0 2em; }
#homepage_possibilities h2 strong {
  color: #128deb;
  font-weight: normal;
}

#homepage_possibilities .possibilities_arrow {
  position: absolute; bottom: -22px;
  left: 50%;
  display: block;
  margin: 0 0 0 -22px; width: 44px;
  height: 22px;
  background: url('images/jwplayer_sprites.png') -900px -10px no-repeat;
}
*/

#homepage_features {
  padding: 0;
}

#homepage_features h1 {
  text-align: center;
  color: #128deb;
  font-weight: 400;
  font-size: 25px;
  margin: 0 0 1.5em;
}

#homepage_features .section_wrapper {
  padding: 100px 0 60px;
}

#homepage_features.alt .section_wrapper {
  padding: 120px 0 60px;
}

#homepage_features ul {
  margin: 0 auto 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}

#homepage_features ul li {
  display: inline-block;
  margin: 0 15px;
  width: 280px;
}

#homepage_features ul li#integrated_features {
  width: 300px;
}

#homepage_features h2 a {
  font-size: 20px;
  line-height: 200%;
  font-weight: 500; /* used to be 600 */
  font-style: normal;
  color: #444;
  border-bottom: 1px solid #999;
}

#homepage_features h2 a:hover {
  color: #FF0046;
  border-bottom: 1px solid #FF0046;
}

#homepage_features .icon {
  display: block;
  margin: 0 auto;
  width: 130px;
  height: 120px;
  background-image: url('images/jwplayer_large_icons.png');
  background-repeat: no-repeat;
  text-indent: -9999px;
}

#homepage_features #integrated_features .icon 	{ background-position: 0 -620px;  }
#homepage_features #powerful_analytics .icon 		{ background-position: -130px -620px; }
#homepage_features #built_in_monetization .icon	{ background-position: -260px -620px; }


#homepage_features p {
  font-weight: 200;
  font-size: 15px;
  line-height: 1.5em;
}

#homepage_features .button {
  padding: 25px 40px;
}

#homepage_articles {
  color: #fff;
  margin: -30px 0;
  z-index: 1;
  min-width: 980px;
  overflow: hidden;
}

#homepage_articles .padding_top {
  position: relative;
  margin: 0 auto;
  width: 980px;
  height: 30px;
  z-index: 50;
  top: 1px;
}

#homepage_articles .padding_bottom {
  position: relative;
  margin: 0 auto;
  width: 980px;
  height: 30px;
  z-index: 50;
  top: -1px;
}

#homepage_articles .cap_left {
  position: absolute;
  top: 0; right: 979px; width: 100%;
  height: 100%;
}

#homepage_articles .cap_right {
  position: absolute;
  top: 0; left: 979px; width: 100%;
  height: 100%;
}

.research_cap {
  float: left;
  width: 700px;
  height: 100%;
}

.blog_cap {
  float: left;
  width: 280px;
  height: 100%;
}

#homepage_articles .padding_top { background: transparent; }
#homepage_articles .padding_top .cap_left { background: transparent; }
#homepage_articles .padding_top .cap_right { background: #128deb; }
#homepage_articles .padding_top .research_cap { background: transparent; }
#homepage_articles .padding_top .blog_cap { background: #128deb; }

#homepage_articles .section_wrapper .cap_left { background: #242122; }
#homepage_articles .section_wrapper .cap_right { background: #128deb; }

#homepage_articles .padding_bottom { background: transparent; }
#homepage_articles .padding_bottom .cap_left { background: transparent; }
#homepage_articles .padding_bottom .cap_right { background: #128deb; }
#homepage_articles .padding_bottom .research_cap { background: transparent; }
#homepage_articles .padding_bottom .blog_cap { background: #128deb; }

#homepage_articles h2 {
  margin: 0 0 20px;
  font-weight: 200;
  font-size: 40px;
}

#homepage_articles h2 a {
  /* border-bottom: 2px solid #fff; */
  color: #fff;
  text-decoration: none;
}

#homepage_articles h2 a:hover {
  border: none;
  border-bottom: 2px solid #fff;
}

#homepage_articles h3 {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500; /* used to be 600 */
}

#homepage_articles h4 {
  position: absolute; top: 46px;
  left: 1px;
  display: block; width: 62px;
  height: 62px;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
  background: #128deb;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 62px;
}

#homepage_articles p {
  letter-spacing: 1px;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.5em;
}

#homepage_articles .block_link {
  position: absolute;
  bottom: 50px;
  text-align: left;
}

#homepage_articles .block_link a {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

#homepage_articles #blog_entry {
  float: left;
  padding: 50px 0 130px;
  width: 700px;
  position: relative;
  background: #242122;
}

#homepage_articles #blog_entry p a { color: #fff; }

#homepage_articles #blog_entry .homepage_article_wrapper {
  padding: 0 120px 0 150px;
  width: 480px; /* 700px - 100px - 120px */
}

#homepage_articles #research_entry {
  float: left;
  padding: 50px 0 130px 40px;
  width: 240px;
  position: relative;
  background: #128deb;
}

#homepage_articles #research_entry .homepage_article_wrapper {
  width: 240px;
}


#homepage_clients { text-align: center; padding: 30px 0 0 0; }

#homepage_clients h3 {
  margin: 0 0 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 20px;
}

#homepage_clients .section_wrapper {
  padding: 80px 0 70px;
}

#homepage_testimonials {
  background: #fff;
  text-align: center;
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#homepage_testimonials .section_wrapper {
  padding: 70px 0;
}

#homepage_testimonials .testimonials_wrapper {
  margin: 0 auto;
  width: 760px;
}

#homepage_testimonials p.testimonial {
  width: 760px;
}

#homepage_testimonials q {
  display: block;
  font-weight: 400;
  font-style: italic;
  font-size: 25px;
  line-height: 120%;
}

#homepage_testimonials cite {
  display: block;
  text-transform: uppercase;
  font-style: normal;
  font-size: 16px;
  padding-top: .7em;
}

.testimonial_nav {
  margin: 10px auto 30px;
}

.testimonial_nav a {
  display: inline-block;
  height: 11px; width: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  text-indent: -9999px;
  background: #bfbebe;
  margin: 0 4px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s, ;
  transition: all .25s;
}

.testimonial_nav a:hover {
  background: #ff0046;
}

.testimonial_nav a.activeSlide {
  background: #128deb;
}

/* - - - - - - - - REUSABLE SECTIONS - - - - - - - */

/* REUSABLE SECTION: Sidebar: Default Feature Sidebar */
#enterprise_solutions {
  background: url('/wp-content/uploads/homepage/homepage_enterprise_bg.png') center center no-repeat #fff;
  position: relative;
  border-top: 1px solid #ddd;
}

#enterprise_solutions .section_wrapper {
  padding: 70px 0;
}

#enterprise_solutions .inner_content {
  text-align: center
}

#enterprise_solutions h1 { display: none; }

#enterprise_solutions h2 {
  font-size: 42px;
  margin: 0 0 .8em;
  line-height: 1em;
}

#enterprise_solutions h3 {
  font-size: 24px;
  line-height: 1.5em;
  margin: 0 0 1.2em;
}

#enterprise_solutions h3 br { display: none; }


/* BACKUP JUST IN CASE THEY WANT TO GO BACK --
#enterprise_solutions {
  background: #fff;
  position: relative;
  border-top: 1px solid #ddd;
}

#enterprise_solutions .section_wrapper {
  padding: 70px 0;
}

#enterprise_solutions .inner_content {
  width: 590px;
  margin: 0 0 0 340px;
  padding: 0 0 0 49px;
  border-left: 1px solid #ddd;
}

#enterprise_solutions h1 {
  height: 74px;
  width: 296px;
  background: url('/wp-content/uploads/homepage/jwplayer_enterprise.png') no-repeat;
  text-indent: -9999px;
  position: absolute;
  top: 138px; left: 0;
}

#enterprise_solutions h2 {
  font-size: 40px;
  margin: 0 0 .5em;
  line-height: 1em;
}

#enterprise_solutions h3 {
  font-size: 24px;
  line-height: 1.5em;
  margin: 0 0 1.5em;
}

#enterprise_solutions .block_link {
  text-align: left;
}
*/

/* REUSABLE SECTION: Benefts of a JW Player Account */
#sign_up_benefits .section_wrapper {
	padding: 70px 0 30px;
}

#sign_up_benefits h2 {
	margin-bottom: 30px;
}

#sign_up_benefits ul {
  margin: 0;
}

#sign_up_benefits ul li {
  display: table;
  vertical-align: middle;
  width: 330px;
  padding: 0 0 0 120px;
  float: left;
  margin: 0 50px 30px 0;
  height: 140px;
  position: relative;
}

#sign_up_benefits ul li p { display: table-cell; vertical-align: middle; }

#sign_up_benefits #cloud_hosted {
  clear: both;
}

#sign_up_benefits #third_party_integration,
#sign_up_benefits #custom_options {
  margin: 0 0 30px;
}

#sign_up_benefits ul li span.icon {
  display: block;
  background: #fff;
  height: 105px; width: 105px;
  position: absolute;
  left: 0; top: 50%;
  margin-top: -55px;
  background-image: url('images/jwplayer_large_icons.png');
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: -10px -250px;
  text-indent: -9999px;
}

#sign_up_benefits #point_and_click span.icon {
  background-position: 0 0;
}

#sign_up_benefits #third_party_integration span.icon {
  background-position: -105px 0;
}

#sign_up_benefits #cloud_hosted span.icon {
  background-position: -210px 0;
}

#sign_up_benefits #custom_options span.icon {
  background-position: -315px 0;
}

/* REUSABLE SECTION: Promo: Get JW Player (Red Band) */
#player_bottom_promo {
  background: #ff0046;
  color: #fff;
  text-align: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s, ;
  transition: all .5s;
}

#player_bottom_promo .section_wrapper {
  padding: 50px 0 30px;
}

#player_bottom_promo:hover {
  background: #d4003a;
}

#player_bottom_promo a.promo_button {
  position: relative;
  top: -3px;
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 24px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  color: #ff0046;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1em;
  line-height: 29px;
}

#player_bottom_promo a.promo_button span {
  display: inline-block;
  margin: 0 0 0 10px;
  width: 28px; height: 29px;
  background-image: url('images/jwplayer_sprites.png');
  background-position: -700px -10px;
  background-repeat: no-repeat;
  vertical-align: middle;
}

#player_bottom_promo a.promo_button:hover {
  color: #d4003a;
}

#player_bottom_promo a.promo_button:hover span {
  background-position: -800px -10px;
}

/* REUSABLE SECTION: JW Platform Plus (Currently on Enterprise and Hosting & Streaming) */
#jw_platform_plus {
	background: #fff;
}

/* REUSABLE SECTION: Benefts of a JW Player Account */
.sidebar .quote {
  margin: 1em 0;
  font-weight: 200;
  font-size: 20px;
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4em;
}

.sidebar .quote cite {
  margin: 1em 0;
  display: block;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  text-align: right;
  line-height: 125%;
}


/* - - - - - - - PRICING PAGE - - - - - - - */
#pricing {
  background: #e7e7e7;
  border-bottom: 1px solid #e2e2e2;
}

#pricing .section_wrapper {
  padding: 50px 0 70px;
}

#pricing h1 {
  margin: 0 0 1em;
}

#pricing_intervals ul {
  list-style: none;
  margin: 0 0 36px 200px;
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}

#pricing_intervals ul li {
  height: 40px;
  line-height: 40px;
  margin: 0;
}

#pricing_intervals ul li.active {
  color: #128deb;
}

#pricing_intervals label { cursor: pointer; }

#pricing_intervals .price_callout {
  display: inline-block;
  background: #fff;
  font-size: 20px;
  line-height: 1em;
  padding: 13px 30px;
  position: relative;
  margin: 0 0 0 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #128deb;
}

#pricing_intervals .price_callout .arrow {
  display: block;
  position: absolute;
  height: 16px; width: 8px;
  background: url('images/jwplayer_sprites.png') -992px -160px no-repeat;
  text-indent: -9999px;
  left: -8px; top: 50%;
  margin: -8px 0 0 0;
}

#pricing_info {
  width: 160px;
  padding: 0 20px 0 0;
  margin: 0;
  float: left;
  position: relative;
}

#pricing_info h2 {
  font-size: 18px;
  margin: 0 0 1em;
  font-weight: 500;
  text-transform: uppercase;
}

#pricing_info h3 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: right;
  text-transform: uppercase;
  position: absolute;
  right: 10px;
}

#pricing_info h3 span {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999;
  display: block;
  text-align: right;
  letter-spacing: normal;
  text-transform: none;
  font-weight: normal;
  font-style: italic;
  margin: 4px 0 0 0;
}

#pricing_info p { line-height: 1.5em; }

#pricing_info #column_publishing  { top: 315px; top: 418px; }
#pricing_info #column_advertising { top: 393px; top: 500px; }
#pricing_info #column_hosting     { top: 468px; top: 573px; }

#pricing_info a#show_hosting_streaming {
  color: #ff0046;
  font-weight: bold;
  text-decoration: underline;
}

#pricing_info strong {
  display: block;
}

.pricing_tiers {
  width: 800px;
  float: left;
  list-style: none;
  margin: 0;
}

.pricing_tiers p {
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 auto 30px;
}

.pricing_tiers li {
  width: 180px;
  margin: 0 0 0 20px;
  float: left;
  position: relative;
}

.pricing_tiers h2 {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  padding: 0 10px;
  background: #242122;
  color: #fff;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  margin: 0;
}

.pricing_tiers h3 {
  font-size: 100px;
  line-height: 100px;
  padding: 13px 0 10px 0;
  letter-spacing: -0.05em;
  font-weight: 200 !important;
  width: 140px;
  text-align: center;
  position: relative;
  margin: 0 auto 5px;
}

.pricing_tiers h3 span {
  font-size: 34px;
  position: absolute;
  width: 20px; height: 25px;
  line-height: 25px;
  display: block;
  top: 35px; left: 8px;
}

#pricing_free h3 span {
  left: 25px;
}

#pricing_pro h3 span {
  left: -6px;
}

#pricing_premium h3 span {
  left: -10px;
}

#pricing_enterprise h3 {
  padding: 15px 0 0;
  font-size: 34px;
  line-height: 1em;
}

#pricing_enterprise h3 em {
  font-size: 24px;
  font-weight: 100;
  margin: -5px 0 18px;
  display: block;
  font-style: normal;
}

.pricing_tiers h4 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 500; /* used to be 600 */
  width: 130px;
  margin: 0 auto 14px;
  border-bottom: 1px solid #999;
  padding: 0 0 14px;
}

/*
.pricing_tiers h4 strong {
  display: block;
  padding: 2px 0 0 0;
  font-weight: 400;
}
*/

#pricing_enterprise h4 {
  font-size: 14px;
}

.pricing_tiers h5 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.15em;
}

#pricing_enterprise h5 {
  letter-spacing: 0.05em;
}

.pricing_tiers h6 {
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  line-height: 1em;
  margin: 0 0 .5em;
}

.pricing_tiers .price_wrapper {
  background: #373737;
  padding: 0 10px 10px 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  height: 200px;
}

.pricing_tiers .price_description,
.pricing_tiers .price_cta {
  background: #fff;
  margin: 0;
  list-style: none;
  text-align: center;
  font-size: 12px;
  height: 80px;
}

.pricing_tiers .price_cta {
  padding: 20px 20px 0;
  height: auto;
  -webkit-border-radius: 0 0 3px 3px;
  min-height: 260px;
}

.pricing_tiers .price_cta p {
  text-align: left;
  line-height: 1.25em;
  margin: 0;
}

.pricing_tiers .price_description li {
  margin: 0;
  line-height: 1.5em;
}

.pricing_tiers .price_description li a {
  text-decoration: underline;
  font-size: 14px;
  color: #ff0046;
}

.pricing_tiers .gray {
  background: #f1f1f1;
}

.pricing_tiers .two_lines {
  padding: 22px 0 0 0;
  height: 58px;
}

.pricing_tiers .three_lines {
  padding: 14px 0 0 0;
  height: 66px;
}

.pricing_tiers .four_lines {
  padding: 5px 0 0 0;
  height: 75px;
}

.pricing_tiers .last-description {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  padding: 20px;
  height: auto;
}

.pricing_tiers .first_description {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.pricing_tiers .price_description p {
  margin: 0 0 20px;
}

.pricing_tiers .price_description span.no_data {
  display: block;
  width: 65px;
  height: 40px;
  margin: 0 auto;
  border-bottom: 1px solid #afafaf;
}

.pricing_tiers .price_description p.no_data {
  width: 65px;
  margin: 7px auto;
  border-top: 1px solid #afafaf;
  font-size: 16px;
}

.pricing_tiers .price_description p a {
  color: #ff0046;
  text-decoration: underline;
}

.pricing_tiers .most_popular .price_wrapper {
  background: #ff0046;
}

.pricing_tiers .most_popular h4 {
  border-bottom: 1px solid #ff80a3;
}

.pricing_tiers .most_popular h4 strong { color: #fff; }

.pricing_tiers .most_popular_flag {
  display: block;
  padding: 21px 0 0 0;
  height: 67px; width: 73px;
  background: url('images/jwplayer_sprites.png') -600px -100px no-repeat;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  top: -76px;
  left: 54px;
  text-align: center;
  color: #fff;
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.pricing_tiers .button {
  width: 138px;
  padding: 14px 0;
  margin: 0 auto;
  display: block;
  margin: 0 0 20px;
}

.pricing_tiers .learn_more_enterprise {
  display: block;
  text-align: center;
  margin: 10px 0 0 0;
  color: #ff0046;
  line-height: 1.5em;
  font-style: italic;
  font-size: 12px;
}

.pricing_tiers .learn_more_enterprise:hover {
  color: #000;
  text-decoration: none;
}

#pricing_features { display: none; }

#pricing_features .section_wrapper {
  padding: 50px 0;
}

#pricing_features table {
  margin: 0 0 20px;
}

#pricing_features table th,
#pricing_features table td {
  width: 155px;
  text-align: center;
}

table th.fullwidth {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

#pricing_features table.highlight th.title {
  background: #c6ddf5;
}

#pricing_features table.highlight td {
  background: #ecf0f5;
}

#pricing_features table span.checkmark {
  display: inline-block;
  height: 21px; width: 26px;
  text-indent: -9999px;
  background: url('images/jwplayer_sprites.png') -974px -130px no-repeat;
}

#pricing .expand_collapse {
  font-size: 16px;
  padding: 0 0 0 50px;
  position: absolute;
  bottom: 75px;
  left: -8px;
}
#pricing .expand_collapse.open {
  padding: 0 0 0 60px;
}
#pricing .expand_collapse:hover {
  color: #128DEB;
}

#custom_solutions {
  border-top: 1px solid #eee;
}

#custom_solutions .section_wrapper {
  padding: 70px 0;
}

#custom_solutions h2 {
  font-size: 35px;
  margin: 0 0 50px;
  text-align: center;
}

#custom_solutions .solution {
  padding: 50px 0 0 0;
  position: relative;
  width: 480px;
  min-height: 320px;
  color: #fff;
  background: #999;
  float: left;
}

#custom_solutions .solution h3 {
  font-size: 36px;
  margin: 0 0 .5em;
  text-transform: uppercase;
  font-weight: 200;
  text-align: center;
}

#custom_solutions .solution p {
  width: 400px;
  text-align: center;
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 200;
  margin: 0 auto;
}

#custom_solutions .solution p a { font-weight: 500; }

#custom_solutions .solution p.block_link {
  font-size: 20px;
  position: absolute;
  bottom: 50px;
  width: 480px;
}

#custom_solutions #enterprise_custom {
  background: #128deb;
  float: right;
}

#custom_solutions #non_profit {
  background: #031f34;
  color: #fff;
  margin: 0 0 30px;
}

#custom_solutions #non_profit h3 {
  color: #fff;
  font-size: 32px;
  line-height: 1.25em;
  text-transform: none;
  width: 390px;
  margin: 0 auto 1em;
}

#custom_solutions #jwplatform {
  background: #031f34;
  color: #fff;
  margin: 0;
  height: 290px;
  min-height: 200px !important;
}

#custom_solutions #legacy_jw5 {
  background: #128deb;
  color: #fff;
  margin: 0 0 0 20px;
  height: 260px;
  min-height: 200px !important;
  padding: 80px 0 0 0 !important;
}

#jwplatform h3,
#legacy_jw5 h3 {
  text-transform: none !important;
}

#jwplatform p,
#legacy_jw5 p {
  margin: 0 auto 1em !important;
}

#custom_packages .section_wrapper {
  padding: 80px 0;
}

#custom_packages h2 {
  font-size: 35px;
  text-align: center;
}

#custom_packages h3 {
  font-size: 30px;
  text-align: center;
}

#custom_packages .button {
  margin: 40px auto;
  width: 175px;
  padding: 20px 0;
  text-align: center;
  display: block;
}

#custom_packages p {
  text-align: center;
}

#hosting_streaming_solution.solution {
  margin: 0;
  background: #128deb;
  color: #fff;
  float: right;
}

#hosting_streaming_solution h3 {
  margin: 0 0 .5em !important;
}

#hosting_streaming_solution h4 {
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 1em;
}

#hosting_streaming_solution h4 a {
  color: #fff;
}

#hosting_streaming_solution table {
}

#hosting_streaming_solution table td,
#hosting_streaming_solution table th {
  padding: 5px 20px;
  text-align: center;
}

#hosting_and_streaming_tooltip { /* Pricing Page */
  width: 460px;
  background: #fff;
  padding: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.25);
  -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.25);
  box-shadow: 0 5px 15px 0 rgba(0,0,0,.25);
  display: none;
  position: absolute;
  z-index: 200;
}

#hosting_and_streaming_tooltip h4 {
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin: 0;
  color: #128deb;
  text-transform: uppercase;
  font-size: 22px;
}

#hosting_and_streaming_tooltip table td,
#hosting_and_streaming_tooltip table th { text-align: center; }
#hosting_and_streaming_tooltip table th { font-size: 16px; }

#hosting_and_streaming_tooltip table td { background: inherit; }

#hosting_and_streaming_tooltip table tr:last-child td {
  border-bottom: none;
}

#hosting_and_streaming_tooltip table td.row_label {
  text-align: right;
  font-weight: bold;
}
#hosting_and_streaming_tooltip .arrow {
  display: block;
  text-align: center;
  height: 11px; width: 22px;
  background: url('images/jwplayer_sprites.png') -978px -190px; no-repeat;
  position: absolute;
  left: 223px; bottom: -11px;
  text-indent: -9999px;
}

#custom_workflow {
  clear: both;
  text-align: center;
  margin: 30px 0;
}

/* - - - - - - - FEATURES - - - - - - - */
#features .section_wrapper {
  padding: 60px 0 40px;
}

#features h1 {
  margin-bottom: 0;
}

#features h2 {
  text-align: center;
  font-size: 35px;
  margin-bottom: 15px;
}

#features h3 {
  margin-bottom: 0.4em;
  text-transform: uppercase;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  font-weight: 400;
}

#features h3 .icon { /* default */
  display: inline-block;
  height: 24px;
  width: 32px;
  background-image: url('images/jwplayer_sprites.png');
  background-position: -970px -340px;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

#features .four_column p {
  line-height: 150%;
}

#features_plays_everywhere {
  background: url('/wp-content/uploads/features_slide01.jpg') 0 -70px no-repeat;
  height: 460px; width: 840px;
  margin: 0 auto 10px;
  position: relative;
}

#features_plays_everywhere p {
  position: absolute;
  width: 250px;
  top: 90px; left: 50px;
}

#blueicon_cloudplayer h3 .icon {
  width: 24px; height: 25px;
  background-position: -976px -565px;
}

#blueicon_responsive h3 .icon {
  width: 28px; height: 25px;
  background-position: -972px -590px;
}

#blueicon_wordpress h3 .icon {
  width: 25px; height: 25px;
  background-position: -977px -428px;
}

#blueicon_media h3 .icon {
  width: 22px; height: 25px;
  background-position: -978px -620px;
}

#features ul.four_column {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

#features ul.four_column li {
  float: left;
  margin: 0;
  width: 22%;
  padding: 0 1.5%;
  text-align: center;
  font-size: 14px;
  line-height: 1em;
}

#features_customize {
  background: #ccd1d3;
  padding: 80px 0 45px;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}

#features_customize h1 {
  text-align: center;
  margin: 0 0 50px;
  color: #4b4b4b;
}

#features_customize h2 {
  display: block;
  text-transform: uppercase;
  line-height: 31px;
  vertical-align: middle;
  float: left;
}

#features_customize h2 strong {
  font-weight: normal;
  color: #128deb;
}

#features_customize #skin_carousel {
  margin: 0 0 190px;
}

#features_customize #skin_carousel ul {
  display: block;
  float: left;
  margin: 0 10px 10px 0; padding: 0;
}

#features_customize #skin_carousel li {
  display: inline-block;
  height: 31px;
  width: 31px;
  margin: 0 5px 0 0;
}

#features_customize #skin_carousel p { clear: both; }

#features_customize #skin_carousel ul li a {
  display: block;
  height: 31px; width: 31px;
  background-image: url('images/jwplayer_sprites.png');
  background-repeat: no-repeat;
  background-position: -900px -50px;
  text-indent: -9999px;
}

#features_customize #skin_carousel #skin_carousel_prev       { background-position: -900px -50px; }
#features_customize #skin_carousel #skin_carousel_prev:hover { background-position: -900px -100px; }

#features_customize #skin_carousel #skin_carousel_next       { background-position: -900px -150px; }
#features_customize #skin_carousel #skin_carousel_next:hover { background-position: -900px -200px; }

#features_customize #skin_features div {
  display: none;
  background: #fff;
  border: 1px solid #b5b7b8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,.1);
  box-shadow: 0 0 6px rgba(0,0,0,.1);
  z-index: 50;
}

#features_customize #skin_features div .arrow {
  display: block;
  width: 18px; height: 13px;
  text-indent: -9999px;
  position: absolute;
  background-image: url('images/jwplayer_sprites.png');
  background-repeat: no-repeat;
  background-position: -600px -200px;
}

#features_customize #skin_features div.up .arrow {
  background-position: -600px -200px;
  top: -13px;
  left: 15px;
}

#features_customize #skin_features div.down .arrow {
  background-position: -600px -230px;
  bottom: -13px;
  left: 15px;
}

#features_customize #skin_features div p {
  padding: 15px 15px 15px 65px;
  margin: 0;
  position: relative;
}

#features_customize #skin_features div p .icon {
  display: block;
  width: 29px; height: 21px;
  background-image: url('images/jwplayer_sprites.png');
  background-repeat: no-repeat;
  background-position: -971px -220px;
  text-indent: -9999px;
  position: absolute;
  top: 22px; left: 16px;
}

#features_customize #skin_features #skin_playlists {
  width: 330px;
  top: 85px; right: 30px;
}

#features_customize #skin_features #skin_playlists .icon {
  background-position: -971px -220px;
}

#features_customize #skin_features #skin_sharing {
  top: 265px; left: -22px;
}

#features_customize #skin_features #skin_sharing p {
  padding: 5px 15px;
}

#features_customize #skin_features #skin_sharing .arrow { left: 70px !important; }

#features_customize #skin_features #skin_interactions {
  width: 330px;
  top: 535px; left: 10px;
}

#features_customize #skin_features #skin_interactions .icon {
  background-position: -971px -250px;
}

#features_customize #skin_features #skin_hdcc {
  width: 550px;
  top: 535px; right: 10px;
}

#features_customize #skin_features #skin_hd .icon {
background-position: -971px -280px;
}

#features_customize #skin_features #skin_hdcc p {
  float: left;
  width: 190px;
  clear: none;
}

#features_customize #skin_features #skin_cc .icon {
background-position: -971px -310px;
}

#features_customize #skin_features #skin_hdcc #skin_hd { border-right: 1px solid #cccdcd; }

#skin_carousel_wrapper {
  background: #333;
  width: 978px;
  height: 310px;
  padding: 2px;
  margin: 20px 0;
  -webkit-box-shadow: 0 5px 20px 3px rgba(0,0,0,.25);
  -moz-box-shadow: 0 5px 20px 3px rgba(0,0,0,.25);
  box-shadow: 0 5px 20px 3px rgba(0,0,0,.25);
}

#skin_carousel_inner {
  width: 978px;
  height: 310px;
  position: relative;
}

#skin_carousel_inner img { display: none; }
#skin_carousel_inner img:first-child { display: block; }

#features_adready {
  padding: 80px 0 50px;
}

#features_adready h1 {
  text-align: center;
  margin: 0 0 .8em;
  color: #4b4b4b;
}

#features_adready .section_wrapper > ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}

#features_adready .section_wrapper > ul li {
  float: left;
  width: 19%;
  margin: 0 2.5%;
  text-align: center;
  line-height: 1.5em;
}

#features_adready .section_wrapper > ul li#premium_ads {
  width: 22%;
}

#features_adready .section_wrapper > ul li p {
  line-height: 1.5em;
  margin: 0;
}

#features_adready li .icon {
  display: block;
  height: 95px; width: 95px;
  background: red;
  margin: 0 auto 20px;
  background-image: url('images/jwplayer_large_icons.png');
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: inherit;
  text-indent: -9999px;
}

#features_adready li#deliver_ads .icon 	{ background-position: -95px -210px; }
#features_adready li#ad_units .icon 		{ background-position: -190px -210px; }
#features_adready li#vast_ads .icon 		{ background-position: -285px -210px; }
#features_adready li#grow_revenue .icon 	{ background-position: -380px -210px; }
#features_adready li#premium_ads .icon 	{ background-position: -475px -210px; }

#features_adready .section_wrapper ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#features_adready .section_wrapper ul ul li {
  margin: 0;
  float: none;
  width: auto;
}

#monetizations_technical { display: none; }

#features_analytics {
  background: url('/wp-content/uploads/bg_featuresanalytics.jpg') top center no-repeat #242122;
  height: 650px;
}

#features_analytics h1 {
  color: #fff;
  text-align: center;
}

#features_analytics .section_wrapper {
  padding: 80px 0 0 0;
  height: 560px;
}

#features_analytics ul {
  list-style: none;
  margin: 0; padding: 0;
}

#features_analytics ul li {
  width: 220px;
  font-size: 14px;
  color: #333;
  line-height: 1.25em;
  padding: 20px 24px;
  font-weight: bold;
  position: absolute;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.25);
  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,.25);
  box-shadow: 5px 5px 5px rgba(0,0,0,.25);
  display: none;
}

#features_analytics #google_analytics {
  top: 158px; left: 594px;
}

#features_analytics #increase_views {
  top: 457px; left: 656px;
}

#features_analytics #track_videos {
  top: 322px; left: 370px;
}

#features_analytics #analytics_dashboard {
  top: 220px; left: 172px;
}

#features_analytics ul li .arrow {
  display: block;
  width: 8px; height: 16px;
  position: absolute;
  background-image: url('images/jwplayer_sprites.png');
  background-repeat: no-repeat;
  top: 20px;
  background-position: -992px -160px; /* default, just in case */
  text-indent: -9999px;
}

#features_analytics ul li.right .arrow {
  right: -8px;
  background-position: -992px -460px;
}

#features_analytics ul li.left .arrow {
  left: -8px;
  background-position: -992px -160px;
}

#features_analytics .learn_more {
  color: #fff;
  position: absolute;
  bottom: 40px; left: 0;
}

#features_hosting {
  padding: 80px 0 40px;
  background: #fff url('images/bg_featurespublishing.png') center 10px no-repeat;
  border-bottom: 1px solid #DFDFDF;
}

#features_hosting h1 {
  text-align: center;
  margin: 0 0 .8em;
  color: #4B4B4B;
}

#features_hosting ul {
  list-style: none;
  margin: 0 0 30px -10px;
  padding: 0;
  width: 1000px;
}

#features_hosting ul li {
  width: 450px;
  float: left;
  margin: 0 10px;
}

#features_hosting h3 {
  color: #128DEB;
  font-size: 28px;
  line-height: 1.25em;
  font-weight: 400;
  margin: 0 0 1em;
}

#features_streaming {
  padding: 80px 0 50px;
}

#features_streaming h1 {
  margin: 0;
  color: #4b4b4b;
}

#features_streaming h3 {
  text-transform: uppercase;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  font-weight: 400;
}

#features_streaming h3 .icon { /* default */
  display: inline-block;
  height: 24px;
  width: 32px;
  background-image: url('images/jwplayer_sprites.png');
  background-position: -970px -340px;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

#features_streaming ul.four_column {
  list-style: none;
  margin: 40px 0 10px;
  padding: 0;
}

#features_streaming ul.four_column li {
  float: left;
  margin: 0;
  width: 22%;
  padding: 0 1.5%;
  text-align: center;
  font-size: 14px;
  line-height: 1em;
}

#features_hls {
  background: url('/wp-content/uploads/features_slide04.jpg') 0 -130px no-repeat;
  height: 350px; width: 840px;
  margin: 15px auto;
  position: relative;
}

#features_hls p {
  position: absolute;
  width: 240px;
  top: 100px; right: 20px;
}

#blueicon_encryption h3 .icon {
  width: 22px; height: 25px;
  background-position: -978px -650px;
}

#blueicon_dvr h3 .icon {
  width: 30px; height: 25px;
  background-position: -970px -675px;
}

#blueicon_captions h3 .icon {
  width: 26px; height: 25px;
  background-position: -974px -696px;
}

#blueicon_akamai h3 .icon {
  width: 51px; height: 25px;
  background-position: -949px -720px;
}

/* - - - - - - - FEATURES > Adaptive Streaming (URL: /hls-rtmp-live-streaming/) - - - - - - - */
.page-hls-rtmp-live-streaming #before_main .section_wrapper {
	padding: 40px 0;
	height: 420px;
	background: url('/wp-content/uploads/features_slide04.jpg') no-repeat 390px 0;
}

.page-hls-rtmp-live-streaming #before_main  .page_title h2 { font-size: 30px; }

.page-hls-rtmp-live-streaming #before_main p {
	padding: 80px 0 0 60px;
	width: 300px;
}

/* - - - - - - - FEATURES > JW Cloud Player (URL: /cloud-video-player/) - - - - - - - */
.page-cloud-video-player #before_main .section_wrapper p {
	text-align: center;
	padding: 0 100px;
}

/* - - - - - - - FEATURES > All Screens (URL: /html5-flash/) - - - - - - - */
.page-html5-flash #before_main .section_wrapper {
	padding: 40px 0;
	height: 430px;
	background: url('/wp-content/uploads/features_slide02.jpg ') no-repeat 0 5px;
}

.page-html5-flash #before_main  .page_title h2 { font-size: 30px; }

.page-html5-flash #before_main p {
	padding-top: 60px;
	float: right;
	width: 400px;
}

/* - - - - - - - FEATURES > All Media (URL: /media/) - - - - - - - */
.page-media #before_main .section_wrapper {
	padding: 40px 0;
	height: 420px;
	background: url('/wp-content/uploads/features_slide03.jpg ') no-repeat 175px 0;
}

.page-media #before_main  .page_title h2 { font-size: 30px; }

.page-media #before_main p {
	position: relative;
	top: 75px;
	left: 55px;
	width: 330px;
}

/* - - - - - - - FEATURES > SKINS (URL: /skins/) - - - - - - - */
.page-skins #before_main .page_title {
	padding-bottom: 5px;
}
.page-skins #features_customize {
	background: transparent;
	padding: 0;
	border: none;
}
.page-skins #features_customize #skin_carousel {
  margin: 0;
}

/* - - - - - - - FEATURES > VIDEO ANALYTICS (URL: /video-analytics/) - - - - - - - */
.page-video-analytics #before_main .section_wrapper {
	width: 850px;
}

.page-video-analytics #before_main .button {
	padding: 25px 35px;
}

/* - - - - - - - PARTNERS (URL: /partners/) - - - - - - - */
#partners_head,
.partners_section {
  padding: 50px 0 30px;
}

.partners_alt { background: #fff; }

#partners_head h1 { margin: 0 0 0.5em; }
#partners_head h2 { text-align: center; }
#partners_head p { text-align: center; }

.partners_section h2 {
  font-size: 36px;
  text-align: center;
  margin: 0 0 1em;
}

.partners_section h3 { margin: 0; }

.partners_section ul {
  text-align: center;
}

.partners_section ul li {
  display: inline-block;
  width: 300px;
  margin: 0 5px;
  vertical-align: top;
}

.partners_section ul li p {
  width: 250px;
  margin: 0 auto 1em;
}

.partners_section .block_link a {
  color: #ff0046;
  font-size: 16px;
  border-bottom: 1px solid #ff0046;
}


/* - - - - - - - VIDEO ADS (URL: /video-ads/) - - - - - - - */
#videoads_howitworks {
  background: url('/wp-content/uploads/video-ads/bg_howitworks.jpg') center 190px no-repeat #fff;
  padding: 60px 0 40px;
  text-align: center;
}

#videoads_howitworks h1 {
  margin: 0 0 20px;
  color: #128deb;
}

#videoads_howitworks h2 {
  margin: 0 0 350px;
}

#videoads_howitworks h3 {
  font-size: 35px;
  color: #128deb;
}

#videoads_howitworks ol {
  list-style: none;
  margin: 0 auto 25px;
  width: 950px;
}

#videoads_howitworks li {
  float: left;
}

#howitworks_ads    { width: 25%; }
#howitworks_tags   { width: 50%; }
#howitworks_player { width: 25%; }

#videoads_howitworks .note {
  font-size: 12px;
  color: #bbb;
}

#videoads_howitworks .note a {
  color: #bbb;
}

#videoads_demo {
  padding: 60px 0 80px;
  text-align: center;
}

#videoads_demo #rectangle {
  height: 90px; width: 728px;
  border: 1px solid #ccc;
  margin: 0 auto 20px;
}

#videoads_demo #jwadvertisingcontainer {
  margin: 0 auto 40px;
}

#videoads_demo #videoads_demo_timeline {
  height: 106px; width: 890px;
  margin: 0 auto;
}

#videoads_adready {
  background: #21333c;
  text-align: center;
  padding: 60px 0;
}

#videoads_adready h2 {
  font-size: 35px;
  color: #128deb;
}

#videoads_adready p {
  color: #fff;
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  font-weight: 200;
  font-size: 25px;
}

#videoads_adnetworks {
  padding: 60px 0 60px;
  text-align: center;
}

#videoads_adnetworks h2 {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 0 50px;
}

#videoads_adnetworks img {
  display: block;
}

#videoads_googima {
  padding: 80px 0;
  background: url('/wp-content/uploads/video-ads/bg_google_lightblue.png') center 15px no-repeat #21333c; /* Old browsers */
  background: url('/wp-content/uploads/video-ads/bg_google_lightblue.png') center 15px no-repeat, radial-gradient(ellipse at center bottom, #2d4957 0%, #1f3a4a 50%) ; /* W3C */
  color: #fff;
}

#videoads_googima h2,
#videoads_googima h2 a {
  font-size: 36px;
  color: #128deb;
}


#videoads_adtags {
  background: #fff;
}

#videoads_adtags .section_wrapper {
  padding: 60px 0 80px;
  background: url('/wp-content/uploads/video-ads/bg_vast.jpg') left 160px no-repeat
}

#videoads_adtags h2 {
  text-align: center;
  font-size: 36px;
  margin: 0 0 60px;
}

#videoads_adtags h3 {
  margin: 0 0 1em 540px;
  font-size: 28px;
  color: #128deb;
}

#videoads_adtags ul {
  margin-left: 560px;
}

#videoads_clients {
  padding: 60px 0;
}

#videoads_clients h2 {
  text-align: center;
  font-size: 20px;
  margin: 0 0 60px;
  text-transform: uppercase;
}

#videoads_clients img {
  display: block;
}

#videoads_partnerships {
  padding: 80px 0;
  text-align: center;
}

#videoads_partnerships h2 {
  font-size: 36px;
}

#videoads_partnerships h3 {
  font-size: 30px;
  margin: 0 0 1.5em;
}

/* - - - - - - - VIDEO ADS > VAST and VPAID (URL: /video-ads/vast-vpaid/) - - - - - - - */
.page-vast-vpaid #what_it_means_1 {
	float: left;
	width: 37%;
}
.page-vast-vpaid #what_it_means_2 {
	float: right;
	padding-left: 60px;
	border-left: 1px solid #ddd;
	width: 50%;
}

.page-vast-vpaid #before_main ul {
	line-height: 22px;
}

.page-vast-vpaid #before_main ul li {
	margin-top: 20px;
}

.page-vast-vpaid #before_main ul ul li {
	margin-top: 5px;
}

/* - - - - - - - HOSTING & STREAMING - - - - - - - */


/* Section: hosting and streaming -- UPDATED January 28, 2014 */

#jw_platform .section_wrapper {
	padding: 60px 0;
}
#jw_platform .button.large {
	padding: 20px 35px;
}

#jw_platform #title {
	text-align: center;
}
#jw_platform #title .section_wrapper {
	padding-bottom: 125px;
}
#jw_platform #title h1 {
	margin-bottom: 20px;
}

#jw_platform #flipcards {
	background: #E7E7E7;
}
#jw_platform #flipcards .section_wrapper {
	padding: 40px 0;
}
#jw_platform #flipcards .cta p {
	font-size: 22px;
	margin: 35px 30px 10px;
}

#jw_platform .cta_section {
	background: #ff0046;
	color: #fff;
	text-align: center;
}
#jw_platform .cta_section p {
	margin: 25px 0;
	font-size: 16px;
}

#jw_platform .cta_section .button {
	background: #fff;
	color: #ff0046 !important;
}
#jw_platform .cta_section .button:hover {
	color: #D4003A !important;
}

/* creates triangle */
#jw_platform #bottomline .section_wrapper:after  {
	content:"";
	position:absolute;
	top:-15px; /* value = - border-top-width - border-bottom-width */
	right:205px; /* controls horizontal position */
	bottom:auto;
	left:auto;
	border-width:0 15px 15px; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#ff0046 transparent;
	/* reduce the damage in FF3.0 */
	display:block;
	width:0;
}

#jw_platform .column {
	margin: 0 0 0 3%;
	width: 30%;
	float: left;
}

#jw_platform .column h3 {
	font-weight: 500;
}
#jw_platform .column ul {
	margin-left: 15px;
	color: #656565;
}

#jw_platform .column li {
	line-height: normal;
	margin-top: 0.8em;
}

#jw_platform #manage {
	background: #fff;
}
#jw_platform #manage .section_wrapper {
	padding: 75px 0;
	background: url("/wp-content/uploads/hosting-and-streaming/background_icons.png") no-repeat 90px 132px;
}
#jw_platform #manage h2,
#jw_platform #build h2,
#jw_platform #deliver h2{
	text-align: center;
	margin-bottom: .8em;
	color: #128deb;
}
#jw_platform #manage .c2 { width: 28%; }
#jw_platform #manage .c3 { width: 33%; }

#jw_platform #build {
	background: #128DEB;
}
#jw_platform #build .section_wrapper {
	background: url("/wp-content/uploads/hosting-and-streaming/background_icons.png") no-repeat 500px -620px;
	color: #fff;
}
#jw_platform #build h2 {
	color: #fff;
}
#jw_platform #build .c1 { width: 20%; }
#jw_platform #build .c2 { margin: 0 5% 0 7%; width: 35%; }
#jw_platform #build .c3 { width: 27%; }
#jw_platform #build .column ul {
	color: #d5e6fa;
}

#jw_platform #deliver {
	background: #fff;
}
#jw_platform #deliver .section_wrapper {
	padding: 75px 0;
	background: url("/wp-content/uploads/hosting-and-streaming/background_icons.png") no-repeat 30px -1560px;
}
#jw_platform #deliver .c1 { width: 25%; }
#jw_platform #deliver .c2 { margin: 0 3% 0 7%; width: 28%; }


/* START: Flip Cards Base CSS ***************************************** */
/* Thanks to www.davidwalsh.name/css-flip and A. Ivanyk for the IE fix */
.flipper {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}

.flipper, .front, .back {
    width: 320px;
    height: 480px;
}

.card {
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    position: relative;
}

.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;

    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;

    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;

    position: absolute;
    top: 0;
    left: 0;
}

.back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.flipper:hover .back, .flipper.autohover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flipper:hover .front, .flipper.autohover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.front {
    z-index: 2;
}
/* END: Flip Cards Base CSS ******************************************* */

/* custom styles */
.flipacrads {
	margin: -130px auto 0 auto;
	width: 795px;
}
.flipacrads .flipper,
.flipacrads .cta {
	margin: 5px;
	float: left;
	list-style: none;
	position: relative;
	width: 255px;
	height: 235px;
	font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}
.card,
.card .front,
.card .back {
	width: 250px;
	height: 220px;
}

.card .front,
.card .back {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 7px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 7px -2px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 7px -2px rgba(0,0,0,0.2);
	background: #fff;
	color: #128deb;
}
.card .front:hover {
	background: #128DEB;
	color: #fff;
}
.card .front {
	font-size: 24px;
	border-bottom: 10px solid #41A4EF;
}
.card .front p {
	margin: 0;
	padding: 40px 20px 20px 30px;
	text-align: left;
}
.card .back {
	font-size: 50px;
	line-height: 220px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 10px solid #41A4EF;
	background: #128DEB;
	color: #fff;
}


/* Advanced Management Graphic List -- SHARED on Enterprise and Hosting pages */
ul#advanced_management {
	margin: 40px 0 50px;
}
ul#advanced_management h3 {
	margin: 0 0 10px;
	display: inline-block;
	font-size: 25px;
	font-weight: 400;
}
ul#advanced_management li {
	margin: 0;
	width: 260px;
	font-size: 14px;
}
ul#advanced_management li li {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
ul#advanced_management .icon {
	margin: 0 auto 10px auto;
    width: 130px;
    height: 110px;
}
ul#advanced_management li#media_management .icon 		{ background-position: -395px -400px; }
ul#advanced_management li#developer_api .icon 			{ background-position: -520px -400px; }
ul#advanced_management li#high_volume_streaming .icon 	{ background-position: -655px -400px; }





/* - - - - - - - ENTERPRISE - - - - - - - */

/* Section: Get Started */
#enterprise_get_started {
	background: #F5F5F5;
}
#enterprise_get_started .section_wrapper {
	padding: 40px 0;
	text-align: center;
}
#enterprise_get_started h1 {
	margin-bottom: 25px;
}
#enterprise_get_started .button {
	padding: 25px 35px;
}

/* Section: Custom Licensing */
#enterprise_custom_licensing {
	background: #EBEBEB;
}
#enterprise_custom_licensing h3 {
	font-size: 25px;
}
ul#custom_licensing {
	margin-bottom: 20px;
}
ul#custom_licensing li {
	margin: 0 35px;
}
ul#custom_licensing li#unlimited .icon 		{ background-position: -630px 0; }
ul#custom_licensing li#integration .icon 	{ background-position: -105px 0; }
ul#custom_licensing li#assistance .icon 	{ background-position: -525px 0; }


/* Section: Ads and Publishing */
.page-enterprise .solution_wrapper h2 {
	font-size: 32px;
	font-weight: 400;
}
.page-enterprise .solution#left {
	float: left;
	background: #031f34;
	color: #fff;
}
.page-enterprise .solution#left .solution_wrapper {
	padding: 50px 30px 0 50px;
	width: 410px;
	height: 270px;
	overflow: hidden;
}
.page-enterprise .solution#left h2 {
	color: #128DEB;
}
.page-enterprise .solution ul.columns {
	margin: 0;
	list-style: none;
}
.page-enterprise .solution ul.columns li {
	float: left;
	width: 115px;
	margin-right: 25px;
}
.page-enterprise .solution ul.columns li p {
	line-height: 130%;
}
.page-enterprise .columns h3 {
	margin: 0 0 .2em;
	font-size: 19px;
	font-weight: 500;
}
.page-enterprise .solution ul.columns li.c2 {
	width: 95px;
}
.page-enterprise .solution ul.columns li.c3 {
	width: 120px;
	margin-right: 0;
}

.page-enterprise .solution#right {
	position: absolute;
	top: -30px;
	right: 0;
	z-index: 3;
	background: #128DEB;
	color: #fff;
}
.page-enterprise .solution#right .solution_wrapper {
	padding: 80px 30px 0 70px;
	width: 390px;
	height: 300px;
	overflow: hidden;
}
.page-enterprise .solution#right ul {
	margin-bottom: 0;
}
.page-enterprise .solution#right ul li {
	margin: 0 0 .5em;
	line-height: 110%;
}
.page-enterprise .solution#right .block_link a {
	color: #fff;
	border-color: #fff;
}
.page-enterprise .solution .block_link {
	text-align: left;
}

.page-enterprise #enterprise_other_solutions .cap_left {
	background: #031f34;
	position: absolute;
	top: 0;
	right: 980px;
	width: 100%;
}
.page-enterprise #enterprise_other_solutions .cap_right {
	position: absolute;
	top: -30px;
	z-index: 3;
	left: 980px;
	width: 100%;
	background: #128DEB;
}

/* Section: Contact */
.page-enterprise #enterprise_contact {
	padding: 100px 0 60px 0;
	background: #fff;
	text-align: center;
}
.page-enterprise #enterprise_contact .button {
    margin-top: 10px;
	padding: 25px 35px;
}

/* - - - - - - - SIGN UP - - - - - - - */
.page-sign-up #main { background: #e7e7e7; }

.page-sign-up #main .section_wrapper,
.parentpage-sign-up.page-thank-you #main .section_wrapper {
  padding: 60px 0;
}

.page-sign-up h2 {
  font-size: 35px;
  margin: 0 0 1.5em;
}

.page-sign-up fieldset { position: relative; }

.page-sign-up #email,
.page-sign-up #email_placeholder {
  width: 390px;
  display: block;
}

.page-sign-up #cta_wrapper {
  position: absolute;
  top: 0; left: 500px;
}

.page-sign-up .tos_note {
  font-size: 12px;
  color: #aaa;
}

.page-sign-up .tos_note a { color: #aaa; }

/* - - - - - - - SIGN UP > Thank You - - - - - - - */
.parentpage-sign-up.page-thank-you #main {
	background: #128deb;
	color: #fff;
}

.parentpage-sign-up.page-thank-you #main p {
	margin-left: auto;
	margin-right: auto;
  max-width: 900px;
	text-align: center;
}

.parentpage-sign-up.page-thank-you #main p strong {
	font-weight: bold;
}

.parentpage-sign-up.page-thank-you .page_title * { color: #fff; }

.parentpage-sign-up.page-thank-you h2 { font-size: 35px; }

/* - - - - - - - Annual Report 2013 - - - - - - - */
#annual_report_2013 .section_wrapper {
	text-align: center;
	font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 26px;
	color: #282828;
}
#annual_report_2013 .section_wrapper h2 {
	font-size: 46px;
}
#annual_report_2013 .section_wrapper img {
	margin: 0 auto;
}
#annual_report_2013 .section_wrapper a {
	margin: 0 auto;
	color: #188DE9;
}

#annual_report_2013 #title {
	padding: 80px 0;
	background: #188DE9;
}
#annual_report_2013 #title h1 {
	margin: 0;
	text-align: center;
	font-size: 80px;
	color: #fff;
}
#annual_report_2013 #title h1 img {
	margin-left: 10px;
	vertical-align: middle;
}

#annual_report_2013 #intro {
	padding: 80px 0;
	background: #fff;
}
#annual_report_2013 #intro_player {
	margin: 0 30px 0 0;
	padding: 0 35px 20px;
	width: 440px;
	height: 250px;
	overflow: hidden;
	float: left;
	background: url("/wp-content/uploads/2013-year-in-review/annual_rep_player_shadow.png") no-repeat center bottom;
	text-align: left;
}
#annual_report_2013 #intro #preroll {
	position: absolute;
	z-index: 3;
	cursor: pointer;
}
#annual_report_2013 #intro_copy {
	float: left;
	width: 430px;
	padding-top: 20px;
	text-align: left;
}

#annual_report_2013 #logo {
	background: #FF0445;
}
#annual_report_2013 #logo .section_wrapper {
	padding: 80px 0;
	text-align: center;
	color: #fff;
}
#annual_report_2013 #logo img {
	margin: 0 auto;
}

#annual_report_2013 #brand {
	background: #fff url("/wp-content/uploads/2013-year-in-review/annual_rep_red_triangle.png") no-repeat center top;
}
#annual_report_2013 #brand .section_wrapper {
	padding: 80px 0 120px;
	width: 560px;
}

#annual_report_2013 #html5 {
	background: #F4F4F4;
}
#annual_report_2013 #html5 .section_wrapper  {
	padding: 80px 0 150px;
	width: 800px
}
#annual_report_2013 #html5 img {
	margin: -120px 0 30px;
}

#annual_report_2013 #skins {
	background: #fff;
}
#annual_report_2013 #skins .section_wrapper  {
	padding: 80px 0;
	width: 840px
}
#annual_report_2013 #skins .section_wrapper img {
	margin: -175px 0 15px;
}


#annual_report_2013 #ceo {
	background: #F4F4F4;
}
#annual_report_2013 #ceo .section_wrapper {
	padding: 80px 0;
	width: 640px;
}

#annual_report_2013 #contact {
	background: #188DE9;
}
#annual_report_2013 #contact .section_wrapper {
	padding: 80px 0;
	color: #fff;
}
#annual_report_2013 #contact iframe {
	margin: 0 auto;
}

#annual_report_2013 #social {
	padding: 80px 0;
	background: #EAEAEA;
}
#annual_report_2013 #social h2 {
	color: #128deb;
}
#annual_report_2013 #social a {
	display: inline-block;
	margin: 0 10px;
	width: 130px;
	height: 130px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url("/wp-content/uploads/2013-year-in-review/annual_rep_social.png");
	background-repeat: no-repeat;
}
#annual_report_2013 #social_tw { background-position: 0 0; }
#annual_report_2013 #social_fb { background-position: -130px 0; }
#annual_report_2013 #social_in { background-position: -260px 0; }

#annual_report_2013 #player_bottom_promo h2 {
	font-size: 32px;
	font-weight: 400;
	color: #fff;
}
#annual_report_2013 #player_bottom_promo h2 a {
	margin-left: 20px;
	color: #FF0445;
}

/* - - - - - - - BLOG ENTRIES - - - - - - - - */
#blog_main {
  background: url('images/bg_blogsidebar.png') repeat-y top center;
}

#blog_main .section_wrapper {
  background: url('images/bg_blogsidebar.png') repeat-y top center;
  padding: 80px 0;
}

.blog_wrapper {
  width: 700px;
  float: left;
  margin: 0 60px 0 0;
}

#blog_main article {
  margin: 0 0 30px;
  border-top: 2px solid #888;
}

.single #blog_main article {
  border: none;
}

#blog_main article p { line-height: 1.5em; }

#blog_main article a { color: #128DEB; }
#blog_main article a:hover { color: #0E6AB1; }

#blog_main article h2.entry_date {
  font-size: 18px;
  letter-spacing: 1px;
}

#blog_main article h1 {
  font-size: 42px;
  text-align: left;
}

#blog_main article h2 {
  font-size: 22px;
  font-weight: 500;
  margin: 2em 0 1em;
}

.single #blog_main article h2.entry_date {
  margin: 0 0 1em;
}

#blog_main article h1 a,
#blog_main article h2 a {
  text-decoration: none;
  color: inherit;
}

#blog_main article h1 a { color: #128deb; }
#blog_main article h1 a:hover { text-decoration: underline; }

#blog_main article ul,
#blog_main article ol {
	margin: 1em 0 1em 20px;
}

#blog_main article ul li,
#blog_main article ol li {
    line-height: 1.3em;
    margin-bottom: .5em;
}

#blog_main article figure {
	margin: 2em 30px;
	padding: 0 15px;
	background: #fff;
	text-align: center;
}
#blog_main article figure img {
	margin: 15px auto;
	max-width: 100%;
	height: auto;
}
#blog_main article figure figcaption {
	margin: 0 -15px;
	color: #666;
	text-align: right;
	font-size: 12px;
	font-style: italic;
}
#blog_main article figure figcaption a {
	color: #666;
}
#blog_main article .frame figcaption {
	padding: 0 15px 15px;
}
#blog_main article .frame {
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 7px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 7px -2px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 7px -2px rgba(0,0,0,0.2);
}
#blog_main article img.frame {
	padding: 15px;
	max-width: 100%;
}


#blog_main .more-link {
  text-align: left;
  display: inline-block;
  border-bottom: 1px solid #128deb;
  color: #128deb;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 500; /* used to be 600 */
  font-style: italic;
  font-size: 18px;
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 45px;
  margin: 0 10px 1em 0;
}

#blog_main .comments_link {
  text-align: left;
  display: inline-block;
  border-bottom: 1px solid #128deb;
  color: #128deb;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 500; /* used to be 600 */
  font-style: italic;
  font-size: 18px;
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 45px;
  margin: 0 10px 1em 0;
}

#blog_main .social_tags {
  list-style: none;
  margin: 2.5em 0;
}

#blog_main .social_tags li {
  display: inline-block;
}

#blog_main .social_tags li.twitter {
  width: 90px;
  vertical-align: top;
  padding: 4px 0 0 0;
}

#blog_main .social_tags li.facebook {
  width: 70px;
  vertical-align: top;
  padding: 4px 0 0 0;
}

a.share_facebook {
  display: block;
  height: 20px; width: 57px;
  text-indent: -9999px;
  background: url('images/facebook_share.png') no-repeat;
}

#blog_main .social_tags li.tags {
  width: 410px;
  vertical-align: top;
}


#blog_main .tag_list {
  padding: 0 0 0 60px;
  position: relative;
}

#blog_main .tag_list strong {
  text-transform: uppercase;
  margin: 0 10px 0 0;
  display: block;
  position: absolute;
  top: 0; left: 0;
}

#blog_main .tag_list a {
  color: #128deb;
}

#blog_main .pagination {
  font-weight: 500; /* used to be 600 */
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}

#blog_main .pagination .current {
  text-decoration: none;
}

.blog_sidebar {
  width: 200px;
  float: left;
  margin: 0 0 0 20px;
  font-size: 14px;
}

.blog_sidebar > div {
  margin: 0 0 30px;
}

.blog_sidebar input[type=text] {
  width: 148px;
  padding: 0 40px 0 10px;
  height: 40px;
  background: url('images/jwplayer_sprites.png') 150px -140px no-repeat #fff;
  color: #000;
}

.blog_sidebar #blog_search { display: none; }


.blog_sidebar ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  line-height: 1.5em;
}

.blog_sidebar ul a {
  text-decoration: none;
}

.blog_sidebar ul.popular_entries li {
  margin: 0 0 2em;
  line-height: 1.25em;
}

.blog_sidebar ul.popular_entries a {
  text-decoration: underline;
}

.blog_sidebar hr {
  clear: both;
  width: 60px;
  border: none;
  border-bottom: 2px solid #888;
  margin: 30px 0;
  text-align: left;
}

.blog_sidebar .rss_share {
  height: 25px;
  display: block;
  padding: 0 0 0 35px;
  background: url('images/rss_share.png') no-repeat;
  font-size: 24px;
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  line-height: 25px;
  text-decoration: none;
}

/* - - - - - - - BLOG LIST (ARCHIVES, SEARCH, ETC.) - - - - - - - */
.blog_list h1 {
  font-size: 36px;
  margin: 0 0 1em;
  text-align: left;
  font-weight: 200;
}

.entry_list {
  list-style: none;
  margin: 0; padding: 0;
}

.entry_list > li {
  padding: 0 0 20px;
  margin: 0 0 50px;
  border-bottom: 1px solid #ddd;
}

.entry_list h2 {
  font-size: 24px;
  font-weight: 400;
}

.entry_list h2 a {
  color: #128deb;
  text-decoration: none;
}

.entry_list h2 a:hover { text-decoration: underline; }

.entry_list_tools {
  list-style: none;
  margin: 20px 0 0 0; padding: 0;
  font-size: 16px;
  font-weight: 500; /* used to be 600 */
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.entry_list_tools li {
  display: inline-block;
  width: 25%; height: 20px;
  background-image: url('images/jwplayer_sprites.png');
  background-repeat: no-repeat;
  padding: 0 0 0 18px;
}

.entry_list_tools .entry_date {
  background-position: -980px -484px;
}

.entry_list_tools .entry_author {
  background-position: -980px -504px;
  width: auto;
}

.entry_list_tools .entry_comments {
  background-position: -980px -524px;
}

.page_nav {
  font-size: 16px;
  font-weight: 500; /* used to be 600 */
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page_nav .page-numbers {
  padding: 0 5px;
}

.page_nav .prev {
  padding: 0 5px 0 0;
}

.page_nav .current { color: #128deb; }

/* - - - - - - - BLOG COMMENTS - - - - - - - */
#comments {
  padding: 0;
}

#comments h3 {
	margin: 1em 0 0;
	font-weight: 400;
	font-size: 28px;
	line-height: 1em;
}

#comments ol {
  list-style: none;
  margin: 0; padding: 0;
}

#comments ol ul {
  list-style: none;
  margin: 2em 0; padding: 0 0 0 34px;
  border-left: 2px solid black;
}

#comments li {
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: 1px solid #ddd;
}

#comments li ul li {
  margin: 0 0 3em;
  padding: 0;
  border: none;
}

#comments cite {
  display: block;
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-style: normal;
}

#comments cite.editor {
  color: #128deb;
  background: url('images/jwplayer_sprites.png') -980px -546px no-repeat;
  padding: 0 0 0 18px;
  line-height: 20px;
}

#comments .comment_date {
  display: block;
  font-size: 12px;
  margin: 0 0 1em;
  color: #999;
}

#comments .comment-reply-link {
  text-align: left;
  display: inline-block;
  border-bottom: 1px solid #128deb;
  color: #128deb;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 500; /* used to be 600 */
  font-size: 18px;
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 45px;
  margin: 0 10px 0 0;
}

#comments input[type=text],
#comments textarea {
  background: #f5f5f5;
  border-top: 1px solid rgba(0,0,0,.1);
  border-left: 1px solid rgba(0,0,0,.1);
  border-right: 1px solid rgba(255,255,255,.95);
  border-bottom: 1px solid rgba(255,255,255,.95);
  width: 538px;
}

#comments .form-submit input[type=submit] {
  display: inline-block;
  padding: 14px 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #128deb;
  border-top: 1px solid #128deb;
  border-left: 1px solid #128deb;
  border-right: 1px solid #107bcd;
  border-bottom: 1px solid #107bcd;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1em;
  -webkit-transition: all .125s;
  -moz-transition: all .125s, ;
  transition: all .125s;
  padding: 16px 20px;
  font-size: 14px;
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#comments .form-submit input[type=submit]:hover {
  background: #0e6ab1;
  border: 1px solid #0e6ab1;
}

#commentform .comment-notes {
	margin: 0 0 1em;
	font-style: italic;
	color:#666;
}

#comments #respond {
	padding-top: 1em;
}

#commentform p {
	position: relative;
	padding-top: 25px;
}
#commentform label {
	position: absolute;
	display: block;
	top: 0px;
}
#commentform label.error {
	top: 25px;
}
#commentform textarea {
	margin: 0;
}
#commentform .form-allowed-tags {
	display: none;
}

/* - - - - - - - SPECIFIC BLOG POSTS - - - - - - - */

/* The State of HTML5 Video: Fullscreen & WebVTT Advance */
.postid-35640 #blog_main  article h2 {
	margin-left: 335px;
}
.postid-35640 #blog_main  article h3 {
	margin-top: -20px;
}
.postid-35640 .big_text {
    background-image: url("/wp-content/uploads/blog/state-html5-video-fullscreen-webvtt-advance/html5report_sprites_dec2013.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 150px;
    margin: 0 10px 0 -75px;
    text-indent: -9999px;
    width: 400px;
}
.postid-35640 #html5_marketshare .big_text { background-position: 0 0; }
.postid-35640 #html5_fullscreenplayback .big_text { background-position: 0 -400px; }
.postid-35640 #html5_adaptivestreaming .big_text { background-position: 0 -600px; }

/*  JW Player Pro Skins Redesigned  */
#skin_slider_wrapper {
	position: relative;
	padding: 30px 0 0 0;
}
#skin_slider {
	position: relative;
	z-index: 1;
	margin: 0 auto !important;
	padding: 0 !important;
}
#skin_slider li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}
#skin_slider li div {
	width: 550px;
	overflow: hidden;
}
#skin_slider li img {
	display: block;
}
#skin_slider li p {
	margin: 20px 0 0 80px !important;
	padding: 0 !important;
	width: 450px;
	font-style: italic;
	color: #666;
}
#skin_slider li p strong {
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 200;
	font-style: normal;
	color: #128DEB;
}
#skin_slider li p span {
	position: relative;
	top: -2px;
}
#skin_slider_nav {
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 5;
	list-style: none;
	top: 340px;
	left: 50px;
}
#skin_slider_nav li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
}
#skin_slider_nav li a {
	float: left;
	top: 200px;
  display: block;
  height: 31px;
  width: 31px;
  text-indent: -9999px;
  background: url("images/jwplayer_sprites.png") no-repeat;
}

#skin_slider_nav #skin_slider_prev {
  background-position: -900px -50px;
}

#skin_slider_nav #skin_slider_next {
  background-position: -900px -150px;
}



/* - - - - - - - ABOUT US - - - - - - - */
#about_summary {
  padding: 60px 0 40px;
  background: url('/wp-content/uploads/company/bg_jwlogo.png') center center no-repeat #e7e7e7;
}

#about_splash {
  height: 550px;
  background: url('/wp-content/uploads/company/company_bg_splash.jpg') center top no-repeat #b6babd;
  position: relative;
}

#about_splash .section_wrapper {
  background: #fff;
  background: rgba(255,255,255,.8);
  width: 100%;
  padding: 40px 0 30px;
  text-align: center;
  position: absolute;
  bottom: 0;
}

#about_splash h1 {
  margin: 0 0 16px;
  color: #128deb;
}

#about_managementteam {
  padding: 80px 0;
}

#about_managementteam img {
    display: block;
    background: #E7E7E7;
	/* REMOVED UNTIL WE HAVE PHOTOS */
	display: none;
}

#about_managementteam .section_wrapper ul {
  margin: 0 0 0 -20px;
}

/* REPLACED UNTIL WE HAVE TEAM PHOTOS
#about_managementteam .section_wrapper ul li {
  display: block;
  float: left;
  width: 300px;
  margin: 0 20px 0;
  position: relative;
}

#about_managementteam .team_info {
  position: relative;
  left: -14px; top: -60px;
  margin: 0 0 -40px;
  padding: 20px 14px;
  color: #fff;
  background: #128deb;
  background: rgba(0,110,225,.8);
}
 */

#about_managementteam .section_wrapper ul li {
  display: block;
  margin: 0 30px 20px 230px;
  padding: 30px 30px 30px 100px;
  min-height: 10em;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #eee;
}

#about_managementteam .team_info {
  position: absolute;
  left: -210px;
  width: 230px;
  padding: 20px 20px;
  color: #fff;
  background: #128deb;
  background: rgba(0,110,225,.8);
  border-bottom: 1px solid #1B80E4;
}

#about_managementteam .team_info h3,
#about_managementteam .team_info h4 {
  margin: 0 0 .25em;
}

#about_managementteam .team_info h3 {
  font-size: 28px;
}

/* - - - - - - - CAREERS - - - - - - - - */
#careers_splash {
  height: 530px;
  background: url('/wp-content/uploads/careers/careers_splash.jpg') center top no-repeat #d0d0d0;
  position: relative;
}

#careers_splash .section_wrapper {
  background: #fff;
  background: rgba(255,255,255,.8);
  width: 100%;
  padding: 10px 0 00px;
  text-align: center;
  position: absolute;
  bottom: 0;
}

#careers_splash .careers_player_wrapper {
  margin: 0 auto 20px;
  top: 25px;
  width: 640px;
  height: 360px;
  background: #18191c;
  -webkit-box-shadow: 0 0 0 3px rgba(64,64,64,.75);
  -moz-box-shadow: 0 0 0 3px rgba(64,64,64,.75);
  box-shadow: 0 0 0 3px rgba(64,64,64,.75);
  text-align: left;
  position: relative;
}

#careers_splash h1 {
  margin: 0 0 16px;
  color: #128deb;
}

#careers_splash h2 {

}

#careers_summary {
  padding: 80px 0;
}

#careers_summary h2 {
  font-size: 35px;
  text-align: center;
}

#careers_summary p.intro {
  width: 800px;
  font-weight: 400;
  font-size: 24px;
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  margin: 0 auto 60px;
  text-align: center;
}

#careers_summary .company_description {
  float: left;
  width: 420px;
  margin: 0 70px 0 0;
}

#careers_summary blockquote {
  background: #232122;
  padding: 60px;
  font-weight: 400;
  font-size: 24px;
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 1.5em;
  width: 360px;
  position: relative;
  left: -60px;
  margin: 0 0 60px;
}

#company_cycler_wrapper {
  width: 490px;
  height: 390px;
  float: left;
  position: relative;
}

#company_cycler_wrapper #company_cycler {
  position: absolute;
  width: 550px;
  height: 390px;
  top: 0px; left: 0px;
  background: #fff;
}

#company_cycler .cycler_item {
  width: 550px;
  height: 390px;
  position: relative;
}

#company_cycler .cycler_item .quote {
  position: absolute;
  left: 40px; top: 40px;
  color: #232323;
  /* text-shadow: 0 1px 0 rgba(0,0,0,.25); */
}

#company_cycler .cycler_item q {
  display: block;
  width: 460px;
  font-weight: 200;
  font-size: 29px;
  line-height: 1.2em;
  margin: 0 0 .5em;
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#company_cycler .cycler_item cite {
  width: 430px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5em;
  font-style: normal;
  margin: 0;
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: block;
}

#company_cycler .cycler_item cite strong {
  color: #128DEB;
}

.company_cycler_nav {
  position: absolute;
  bottom: 30px; left: 40px;
  z-index: 10;
}

.company_cycler_nav a {
  display: inline-block;
  height: 11px; width: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  text-indent: -9999px;
  background: #bfbebe;
  margin: 0 4px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s, ;
  transition: all .25s;
}

.company_cycler_nav a:hover {
  background: #ff0046;
}

.company_cycler_nav a.activeSlide {
  background: #128deb;
}

#careers_openings {
  padding: 80px 0 120px;
  background: #fff;
}

#careers_openings h2 {
  font-size: 35px;
  margin: 0 0 1em;
}

#careers_openings h3 {
  color: #128deb;
  border-bottom: 1px solid #ccc;
}


#careers_tech, #careers_biz {
  width: 470px;
  float: left;
}

#careers_tech { margin: 0 40px 0 0; }

#careers_openings ul {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}

#careers_openings li {
  margin: 0 0 20px;
}

#careers_openings .jobtitle {
  color: #128deb;
  font-weight: bold;
  font-size: 16px;
  display: block;
  text-decoration: none;
}

#careers_openings .jobtitle:hover {
  color: #000;
  text-decoration: underline;
}

#careers_openings .morelink {
  float: right;
}


#careers_openings table th,
#careers_openings table td {
  padding: 0;
  text-align: left;
  position: relative;
}

#careers_openings table th {
  width: 244px;
  background: #128deb;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  height: 4px;
}

#careers_openings table tr th:last-child {
  border-right: #128deb;
}

#careers_openings td {
  background: #f9f9f9;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 244px; height: 244px;
}

#careers_openings table tr td:last-child {
  border-right: #f9f9f9;
}

#careers_openings td.opening a {
  display: block;
  height: 244px; width: 244px;
  position: relative;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#careers_openings td.opening h3,
#careers_openings td.opening h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#careers_openings td.opening h3 {
  font-size: 18px;
  font-weight: bold;
  color: #128deb;
}

#careers_openings td.opening h4 {
  font-size: 15px;
}

#careers_openings td.opening a .block_link {
  display: none;
  position: absolute;
  text-align: left;
  bottom: 25px;
}

#careers_openings .zoom_div {
  display: block;
  height: 244px; width: 244px;
  position: absolute;
  top: 0; left: 0;
}

#careers_openings td.opening a:hover,
#careers_openings td.opening a:hover h3 {
  color: #fff;
}

#careers_openings td.opening a:hover .zoom_div {
  background: #128deb;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 500;
  -webkit-box-shadow: 4px 4px 4px 0 rgba(0,0,0,.2);
  box-shadow: 4px 4px 4px 0 rgba(0,0,0,.2);
}

#careers_openings td.opening a:hover .block_link {
  display: block;
}

#careers_openings .opening_content {
  padding: 25px 30px;
  height: 194px; width: 184px;
  position: absolute;
  top: 0; left: 0;
}

#careers_openings a:hover .opening_content {
  z-index: 501;
}

#careers_openings td#careers_join_us {
  vertical-align: middle;
  background: #fff;
  padding-left: 25px;
}

.join_us {
  clear: both;
  padding: 20px 0 0 0;
}

#careers_openings h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #128deb;
  font-weight: 500;
}

.join_us p { font-size: 16px; }

/* - - - - - - - CUSTOMERS - - - - - - - - */
#customers_main {
  background: #e7e7e7;
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}

#customers_main h1 {
  margin: 0 0 .5em 0;
}

#customers_main h2 {
  text-align: center;
  margin: 0 0 1em;
  font-size: 24px;
  text-transform: uppercase;
}

#customers_main h3 {
  width: 320px; height: 100px;
  -webkit-box-shadow: 1px 1px 0 #a5a6a7, -1px -1px 0 #d9dbdd inset;
  -moz-box-shadow: 1px 1px 0 #a5a6a7, -1px -1px 0 #d9dbdd inset;
  box-shadow: 1px 1px 0 #a5a6a7, -1px -1px 0 #d9dbdd inset;
}

#customers_main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 1000px;
  margin: 0 0 0 -10px;
}

#customers_main ul li {
  width: 320px; height: 320px;
  float: left;
  background: #f6f8f9;
  display: block;
  text-align: center;
  position: relative;
  margin: 5px;
  -webkit-box-shadow: 1px 1px 0 #a5a6a7, -1px -1px 0 #d9dbdd inset;
  -moz-box-shadow: 1px 1px 0 #a5a6a7, -1px -1px 0 #d9dbdd inset;
  box-shadow: 1px 1px 0 #a5a6a7, -1px -1px 0 #d9dbdd inset;
}

#customers_main ul.fiveitems li:nth-child(4) {
  margin: 5px 5px 5px 170px;
}

#customers_main ul li p {
  font-size: 14px;
  padding: 0 20px;
}

#customers_main ul li .button {
  position: absolute;
  bottom: 30px; left: 50%;
  width: 180px;
  margin-left: -111px;
}

#customers_grid {
  padding: 100px 0;
}

#customers_grid img {
  display: block;
  margin: 0 auto;
}

/* - - - - - - - CASE STUDIES - - - - - - - */
#casestudy_learnmore {
  background: #128deb;
  color: #fff;
  padding: 80px 0;
}

#casestudy_learnmore h2 {
  text-align: center;
  margin: 0 0 1.5em;
}

#casestudy_learnmore h3 {
  margin: 0 0 .25em;
}

.casestudy_learnmore_thumb {
  width: 160px;
  margin: 0 20px 0 60px;
  float: left;
}

.casestudy_learnmore_copy {
  float: left;
  margin: 0;
  padding: 10px 0 0 0;
}

/* - - - - - - - INDIV. CASE STUDY - - - - - - - - - */
#casestudy_title {
  padding: 50px 0 0 0;
}

#casestudy_title h1 {
  margin: 0;
  text-align: left;
  font-size: 50px;
  width: 630px;
  float: left;
}

#casestudy_title h1 strong {
  display: block;
  font-size: 22px;
  font-weight: 200;
  color: #414141;
}

#casestudy_title .casestudy_logo {
  float: right;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#casestudy_title .casetstudy_logo img {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#casestudy .section_wrapper {
  padding: 80px 0;
}

#casestudy h2 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 500;
  margin: 2em 0 1em;
}

#casestudy h2:first-child {
  margin: 0 0 1em;
}

#casestudy p {
  width: 700px;
}

#casestudy blockquote {
  width: 750px;
  padding: 20px 0;
}

#casestudy blockquote q {
  display: block;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 1.5em;
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #aaa;
}

#casestudy blockquote cite {
  display: block;
  margin-top: 1em;
  color: #999;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* - - - - - - - NEW CASE STUDY TEMPLATE - - - - - - - */
#casestudy_intro {
  background: #f5f5f5;
  padding: 50px 0;
}

#casestudy_intro h1 {
  font-size: 36px;
}

#casestudy h1 {
  text-align: left;
}

#casestudy h2 {
  text-transform: none !important;
  line-height: 1.25em;
}

#casestudy h2 em {
  font-weight: 200;
}

.casestudy_main {
  width: 670px;
  float: left;
  margin: 0 60px 30px 0;
}

.new_casestudy {
  background: #fcfcfc;
}

.new_casestudy p { width: auto !important; }

.casestudy_quote {
  background: #128deb;
  font-family: Karbon, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  padding: 20px 20px 20px 120px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  margin: 0 0 20px;
}

.casestudy_quote.alt {
  background: #f5f5f5;
  color: #128deb;
  padding: 20px;
  margin: 30px 0;
}

.casestudy_quote img {
  position: absolute;
  top: -15px; left: -20px;
}

.casestudy_quote q {
  font-size: 20px;
  font-weight: 200;
  font-style: italic;
  line-height: 1.25em;
}

.casestudy_quote.alt q {
  font-size: 24px;
}

.casestudy_quote strong { font-weight: 500; }

.casestudy_quote q span {
  font-size: 40px;
  font-weight: 200;
  position: absolute;
  left: 106px;
}

.casestudy_quote.alt q span {
  left: 4px;
}

.casestudy_quote cite {
  margin: 10px 0 0 0;
  display: block;
  text-align: right;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  position: relative;
}

.casestudy_quote.alt cite { font-size: 20px;}

.casestudy_quote cite a { color: #fff; }
.casestudy_quote.alt cite a { color: #128deb; }

.casestudy_quote cite img {
  position: relative;
  float: right;
  right: -40px;
  top: -30px;
  -webkit-box-shadow: 2px 2px 0px 1px rgba(0,0,0,.15);
  margin: 0 0 0 -30px;
}

.casestudy_challenge {
  background: #fff;
  position: relative;
  padding: 0 0 30px;
}

.casestudy_challenge.alt {
  background: #eee;
}

.casestudy_challenge h2 {
  background: #ff0046;
  color: #fff;
  font-size: 22px !important;
  line-height: 1.25em;
  padding:  10px 20px;
  position: relative;
  left: -20px;
  width: 650px;
}

.casestudy_challenge.alt h2 {
  background: #128deb;
}

.casestudy_challenge p,
.casestudy_challenge ul {
  padding: 0 30px;
}

#casestudy hr {
  border-top: 2px solid #b0d6f2;
}

.casestudy_details h3 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.casestudy_details .button {
  display: inline-block;
  margin: 0px auto 50px;
  width: 210px;
}

#casestudy_cta {
  padding: 50px 0;
  text-align: center;
}

#casestudy_cta .button {
  width: 150px;
  display: block;
  margin: 0 auto;
}


/* - - - - - - - INDIV. CASE STUDY: Ron Hazelton - - - - - - - */
.page-ron-hazelton #casestudy_title h1 { width: 620px; }

/* - - - - - - - INDIV. CASE STUDY: Wetpaint - - - - - - - */
.page-wetpaint .casestudy_logo img { margin: 10px 40px 0 0; }

/* - - - - - - - INDIV. CASE STUDY: Popsugar - - - - - - - */
.page-popsugar #casestudy_title h1 { width: 600px; }

/* - - - - - - - INDIV. CASE STUDY: Baeble Music - - - - - - - */
.page-baeble-music #casestudy_title h1 { width: 600px; }
.page-baeble-music #casestudy_title .casestudy_logo { padding-top: 40px; }

/* - - - - - - - FAQ PAGE - - - - - - - */
.page-faq #main .content h3{ margin: 1.5em 0 10px; }

/* - - - - - - - Left align titles on pages with just one section with text content. All legal text pages. - - - - - - - */
.page-ova-commercial-license .page_title *,
.page-jw-player-license-text .page_title *,
.parentpage-bits-on-the-run .page_title *,
.page-tos .page_title *,
.page-news .page_title * {
	text-align: left;
	max-width: 700px;
}

/* - - - - - - - NEWS - - - - - - - */
.page-news ul.news_list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.page-news ul.news_list li {
	margin: 0 0 40px;
}

.page-news ul.news_list h5 {
	margin: 0 0 5px;
	font-weight: 500;
}

/* - - - - - - - TECH SPECS - - - - - - - */
.page-tech-specs .page_title + p {
	margin: 0 auto;
	text-align: center;
}

table#tech_specs_table {
	margin: 30px auto 0 auto;
	width: 90%;
}

table#tech_specs_table th { text-align: left; }

table#tech_specs_table td {
	padding: 5px 20px;
	font-size: 15px;
}

table#tech_specs_table p {
  margin: 0;
  line-height: 1.5em;
}

table#tech_specs_table p.note {
  font-size: 11px;
  font-style: italic;
  color: #999;
}

/* - - - - - - - RIGHT-CLICK PAGES - - - - - - - - */
#rightclick_splash {
  z-index: 50;
  height: 610px;
  background-color: #305091;
  background-image: url('/wp-content/uploads/bg_rightclick_splash.jpg');
  background-position: center -280px;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

#rightclick_splash .section_wrapper {
  padding: 80px 0 0 0;
}

#rightclick_logo {
  display: block;
  width: 261px; height: 92px;
  text-indent: -9999px;
  background: url('images/jwplayer_sprites.png') -620px -480px no-repeat;
  margin: 0 auto 40px;
}

#rightclick_splash h1 {
  font-size: 46px;
  font-weight: 400;
  text-transform: uppercase;
  width: 900px;
  margin: 0 auto 1em;
  color: #fff;
}

#rightclick_splash h2 {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

#rightclick_splash h2 .button {
  margin: 0 0 0 25px;
  padding: 30px;
}

#rightclick_features {
  background: #fff;
  padding: 100px 0;
}

#rightclick_features ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#rightclick_features li {
  float: left;
  width: 25%;
  text-align: center;
}

#rightclick_features h3 {
  font-size: 18px;
  margin: 0 auto;
  line-height: 1.5em;
}

#rightclick_features li .icon {
  display: block;
  width: 130px;
  height: 120px;
  margin: 0 auto 10px;
  text-indent: -9999px;
  background-image: url('images/jwplayer_large_icons.png');
  background-repeat: no-repeat;
  background-position: -50px -480px;
}

#rightclick_features li#plays_everywhere .icon 	{ background-position: -390px -620px; }
#rightclick_features li#point_and_click .icon 		{ background-position: -520px -620px; }
#rightclick_features li#integrated_features .icon 	{ background-position: -650px -620px; }
#rightclick_features li#manage_content .icon 		{ background-position: -780px -620px; }

#rightclick_clients {
  padding: 80px 0;
}

#rightclick_clients h2 {
  text-align: center;
  font-size: 20px;
  margin: 0 0 60px;
  text-transform: uppercase;
}

#rightclick_clients img {
  display: block;
}

/* - - - - - - - WIZARD - - - - - - - */
.page-wizard #main  {
	background-color: #e7e7e7;
}

.page-wizard #main .section_wrapper {
	padding: 50px 0 60px;
}

.page-wizard #main h3 {
	text-align: center;
}

.page-wizard #main h2 + h3 {
	margin: 0 0 50px 0;
}

.page-wizard #preview_wrapper {
	float: right;
	width: 640px;
	min-height: 360px;
	margin: 0 0 0 5px;
	display: table;
}

.page-wizard #preview_wrapper em {
	display: block;
	width: 638px;
	border: 1px solid #d9bf59;
	margin: 5px auto 0;
	background: #fc0;
	padding: 4px 0;
	text-align: center;
	color: #786416;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.page-wizard #preview_inner_wrapper {
	display: table-cell;
	vertical-align: middle;
}

.page-wizard #preview_container {
	margin: 0 auto;
	background: #333;
	-webkit-box-shadow: 0 5px 20px 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0 5px 20px 3px rgba(0,0,0,.25);
	box-shadow: 0 5px 20px 3px rgba(0,0,0,.25);
}

.page-wizard #publish_customize form {
	padding: 20px 0 0 0;
}

.page-wizard #publish_customize fieldset {
	margin: 0 5px 5px 0;
	padding: 0 40px 0 0;
	border: none;
}

.page-wizard #publish_customize h3 {
	text-align: left !important;
}

.page-wizard #publish_customize fieldset p { margin: 0 0 10px; }
.page-wizard #publish_customize fieldset p:last-child { margin: 0; }

.page-wizard #publish_customize fieldset label {
	margin: 5px 0 2px;
	font-weight: bold;
	color: #000;
	display: block;
	height: 16px;
	line-height: 16px;
}

.page-wizard #publish_customize fieldset em {
	display: block;
	font-size: 12px;
	color: #666;
	margin: 1px 0 0;
}

.page-wizard #publish_customize fieldset .publish_x {
	font-weight: bold;
	font-size: 11px;
	line-height: 40px;
	vertical-align: text-top;
}

.page-wizard #publish_customize fieldset input,
.page-wizard #publish_customize fieldset select {
	height: 42px;
	font-size: 15px;
	border: 0;
	vertical-align: top;
	color: #000;
}

.page-wizard #publish_customize fieldset #file,
.page-wizard #publish_customize fieldset #image {
	padding: 0 10px;
	width: 235px;
}

.page-wizard #publish_customize fieldset #height,
.page-wizard #publish_customize fieldset #width {
	margin: 0;
	padding: 0;
	width: 50px;
	text-align: center;
}

.page-wizard #publish_customize #size_selector {
	padding: 12px 10px;
	vertical-align: top;
	font-size: 15px;
	border: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.page-wizard #publish_customize .chzn-container-single .chzn-single {
	height: 19px;
}

.page-wizard #publish_skin_selector {
	margin: 0 0 0 0px !important;
}

.page-wizard #publish_skin_selector li {
	list-style: none;
	float: left;
	height: 28px; width: 48px;
	margin: 0 4px 4px 0;
}

.page-wizard #publish_skin_selector li a {
	display: block;
	height: 28px; width: 48px;
	zoom: 1; /* IE 5-7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	-webkit-opacity: 0.5;
	opacity: 0.5;
	text-indent: -9999px;
	background-image: url('/wp-content/uploads/wizard/previewwizard_sprites.png');
	background-repeat: no-repeat;
}

.page-wizard #publish_skin_selector li a.active {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-webkit-box-shadow: 0 0 2px 2px #9dbedf;
	-moz-box-shadow: 0 0 2px 2px #9dbedf;
	box-shadow: 0 0 2px 2px #9dbedf;
}

.page-wizard #publish_skin_selector li a.disabled {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
	filter: alpha(opacity=15);
	-moz-opacity:0.15;
	-khtml-opacity: 0.15;
	-webkit-opacity: 0.15;
	opacity: 0.15;
	padding: 0;
}

.page-wizard #publish_skin_selector .skin_six				{ background-position: -10px -10px; }
.page-wizard #publish_skin_selector .skin_bekle			{ background-position: -70px -10px; }
.page-wizard #publish_skin_selector .skin_modieus			{ background-position: -130px -10px; }
.page-wizard #publish_skin_selector .skin_glow			{ background-position: -190px -10px; }
.page-wizard #publish_skin_selector .skin_five			{ background-position: -250px -10px; }
.page-wizard #publish_skin_selector .skin_beelden			{ background-position: -310px -10px; }
.page-wizard #publish_skin_selector .skin_stormtrooper 	{ background-position: -370px -10px; }
.page-wizard #publish_skin_selector .skin_vapor			{ background-position: -430px -10px; }
.page-wizard #publish_skin_selector .skin_roundster		{ background-position: -490px -10px; }

.page-wizard #after_main {
	background: #fff;
}

.page-wizard #after_main .section_wrapper {
	padding: 60px 0;
	text-align: center;
}

.page-wizard #after_main h3 {
	margin-bottom: 35px;
}

.page-wizard #after_main .publish_or {
	margin: 0 10px;
}

.page-wizard #after_main .button.large {
	padding: 25px 50px;
}

/* - - - - - - - LEGACY JW5 - - - - - - - */
.page-jw5 #main .content h3 { margin: 30px 0 0 0; }

.page-jw5 #main .content hr + h2 { margin: 50px 0 0 0; }

.page-jw5 .sidebar { padding-top: 160px; }

#mktForm_1011 .mktFormText,
#mktForm_1011 .mktFormTextarea {
    width: 220px;
}

/* - - - - - - - Video Ads > Google IMA - - - - - - - */
.page-google-ima #before_main,
.page-google-ima-sp #before_main,
.page-google-ima-pt #before_main {
	text-align: center;
}

.page-google-ima #before_main p,
.page-google-ima-sp #before_main p,
.page-google-ima-pt #before_main p {
	margin: 0 80px;
	font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
}

/* - - - - - - - Video Ads > Vid.ly - - - - - - - */
.page-vid-ly #before_main,
.page-vid-ly #before_main,
.page-vid-ly #before_main {
	text-align: center;
}

.page-vid-ly #before_main h2 {
  font-size: 28px !important;
  line-height: 1.25em !important;
  width: 800px;
  margin: 0 auto 16px !important;
}

.page-vid-ly #before_main .section_wrapper { padding: 40px 0 0 !important; }

p.vidly_callout {
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
  text-align: center;
  font-weight: 500;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #128deb;
  margin: 2em 0 1em !important;
}

/* - - - - - - - DOWNLOAD - - - - - - - */
.page-download #main {
	background: #E7E7E7;
}
.page-download #main .section_wrapper {
	padding: 70px 0 40px;
}
.page-download #download_jw_player #left {
	width: 520px;
	float: left;
}
.page-download .video_holder {
	background: #2999F0 !important;
	-webkit-box-shadow: 0 5px 20px 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0 5px 20px 3px rgba(0,0,0,.25);
	box-shadow: 0 5px 20px 3px rgba(0,0,0,.25);
}

.page-download #video_credit {
	text-align: left;
	color: #aaa;
}
.page-download #download_jw_player #right {
	width: 400px;
	float: right;
	text-align: left;
}
.page-download #download_jw_player #right h2 {
	margin: -.2em 0 20px 0;
	font-size: 24px;
	font-weight: 400;
}
.page-download #download_jw_player #right p.email {
	margin-bottom: 10px;
}
.page-download #download_jw_player #right #email {
	width: 300px;
}
.page-download #download_jw_player #right .button {
	padding: 20px 30px;
}
.page-download #download_jw_player #right .tos_note {
	margin-top: 30px;
	font-size: 12px;
	line-height: normal;
	color: #aaa;
}
.page-download #download_jw_player .tos_note a {
	color: #aaa;
}
.page-download #download_jw_player .sign_in_note a {
	color: #2999F0;
}


/* custom Benefits section
.page-download #sign_up_benefits li {
	position: relative;
    display: block;
    float: left;
    margin: 30px 30px;
    width: 225px;
	text-align: center;
}
.page-download #sign_up_benefits li p {
    margin: 20px 0 0;
}
.page-download #sign_up_benefits li .icon {
    margin: 0 auto;
    display: block;
    width: 105px;
    height: 105px;
    position: relative;
	background: url("images/jwplayer_large_icons.png") no-repeat scroll -10px -250px transparent;
    text-indent: -9999px;
}
.page-download #sign_up_benefits #cloud_hosted .icon {
    background-position: -210px 0;
}
.page-download #sign_up_benefits #point_and_click .icon {
    background-position: 0 0;
}
.page-download #sign_up_benefits #video_analytics .icon {
    background-position: -420px 0;
}
*/

/* - - - - - - - SMART POSTS SIDEBAR WIDGET OVERRIDES - - - - - - - */
.smart-post-list-main li {
  margin: 0 0 1em !important;
}

.smart-post-list-main .image-top-of-excerpt {
  float: none !important;
}

.smart-post-list-single-container .image-top-of-excerpt a {
  margin: 0 !important;
  text-decoration: underline !important;
}

.smart-post-list-single-container .image-top-of-excerpt a:hover {
  text-decoration: none !important;
}

.smart-post-list-single-container .image-top-of-excerpt a img {
  display: block;
  margin: 0 0 .5em;
}

/* - - - - MARKETO FORMS (Also used inside iframed Marketo Landing Pages - - - - - */
body#jw_mkt_form {
	margin: 0;
	padding: 0;
	background: transparent;
	overflow: hidden;
}

body#jw_mkt_form .formSpan,
body form.lpeRegForm .formSpan {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
}

body form.lpeRegForm ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body form.lpeRegForm ul li {
	margin: 0 0 10px 0;
	padding: 0;
}

body form.lpeRegForm ul li .mktInput {
	display: block;
	position: relative;
	min-height: 50px; /* RL: Safari/Windows ignores dropdown padding, so adding the height to the parent element helps to at least align the field better */
}

body form.lpeRegForm li input.mktFormText,
body form.lpeRegForm li textarea.mktFormTextarea {
	display: block;
	border: 1px solid #FFFFFF;
	width: 235px;
	/* below values are repeated in order to override marketo defaults */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #128DEB;
}

body form.lpeRegForm li input.mktFormText {
	line-height: 46px;
}

body form.lpeRegForm .mktError input.mktFormText,
body form.lpeRegForm .mktError textarea.mktFormTextarea,
body form.lpeRegForm .mktError select.mktFormSelect {
	border: 1px solid #FF0046; /* if there is no border by defautl the fields jump with 1-2px in IE 8-9 */
	background: #fff;
}

body form.lpeRegForm li select {
	width: 275px;
	color: #666;
	font-size: 15px; /* setting size again in order to override marketo defaults */
	font-style: italic;
}

body form.lpeRegForm li select option {
	font-style: normal;
}

body form.lpeRegForm li select option:first-child {
	color: #666;
	font-style: italic;
}

body form.lpeRegForm li select.selected {
  color: #128DEB;
}

body form.lpeRegForm .button {
	padding: 15px 30px !important;
	font-weight: 500;
}

body form.lpeRegForm .mktFormMsg {
	display: none;
}

body form.lpeRegForm .mktError .mktFormMsg {
	position: absolute;
	top: -6px;
	left: 0 !important;
	display: block;
	width: auto;
	height: 12px;
	overflow: hidden;
	padding: 1px 5px;
	line-height: 12px;
	background: #FF0046;
	border-radius: 3px 3px 3px 0;
	color: #FFFFFF;
	font-size: 12px;
}

.sidebar form.lpeRegForm .mktFormText {
    width: 270px;
	padding: 0 10px;
}
.sidebar form.lpeRegForm .mktFormTextarea {
    width: 270px;
	padding: 20px 10px;
}


/* - - - - - - - Two Column Forms - - - - - - - */
/*
#mktForm_1006 - Video Ads Contact
#mktForm_1007 - General Contact Us
#mktForm_1008 - Enterprise Contact
#mktForm_1012 - Cancelled Account Survey
#mktForm_1019 - OVA for Flowplayer
*/
#mktForm_1006,
#mktForm_1007,
#mktForm_1008,
#mktForm_1012,
#mktForm_1019 {
	width: 640px;
}

#mktForm_1006 ul li,
#mktForm_1007 ul li,
#mktForm_1008 ul li,
#mktForm_1012 ul li,
#mktForm_1019 ul li {
	clear: none;
	float: left;
	margin-right: 20px;
}

/* FORM PAGE: CONTACT US */
#mktForm_1007 #Comments__c {
	width: 530px;
}

/* FORM PAGE: Cancelled Account Survey */
#mktForm_1012 #Email,
#mktForm_1012 #Other_Cancellation_Reason__c_contact,
#mktForm_1012 #Current_Product__c_contact,
#mktForm_1012 #Comments__c {
	width: 530px;
	float: left; /* fixing strange space issue - extra space under the textareas */
}
#mktForm_1012 #Account_Cancellation_Reason__c_contact {
	width: 570px;
}
#mktForm_1012 #mktFrmButtons label {
	display: none;
}

/* FORM PAGE: Enterprise Contact */
#mktForm_1008 #Product_Usage__c,
#mktForm_1008 #Interested_in_Hosting_Streaming__c,
#mktForm_1008 #Product_Interest__c {
	width: 570px;
}
#mktForm_1008 #Website,
#mktForm_1008 #Comments__c {
	width: 530px;
}

/* FORM PAGE: OVA for Flowplayer */
#mktForm_1019 #Ad_Server_Name__c {
	width: 570px;
}
#mktForm_1019 #Website,
#mktForm_1019 #Comments__c {
	width: 530px;
}

/* FORM PAGE: Video Ads Contact Us */
#mktForm_1006 #Ad_Server_Name__c {
	width: 570px;
}
#mktForm_1006 #Website,
#mktForm_1006 #Comments__c {
	width: 530px;
}

/* - - - - - - - ERROR 404 - - - - - - - */
#error_404 .section_wrapper {
  width: 600px;
  padding: 80px 0 100px 130px;
}

#error_404 h1 {
  margin: 0 0 0 -130px;
  background: url('images/error_404.png') left top no-repeat;
  padding: 20px 0 25px 130px;
  text-align: left;
}


/* - - - - - - - SITE FOOTER - - - - - - - */
footer {
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#footer_links {
  background: #242122;
  color: #777;
}

#footer_links .section_wrapper {
  padding: 75px 0 20px;
}

#footer_links .nav_column {
  float: left;
  margin: 0 0 5px 0;
  width: 25%;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 12px;
}

/*
#footer_links #player_column,
#footer_links #platform_column {
  width: 90px;
}
#footer_links #company_column {
  width: 85px;
}
*/

/*
#footer_links #support_column { margin: 0 40px 0 0; }
#footer_links #quicklinks_column { margin: 0; width: 140px; }
*/
#footer_links .nav_column h4 {
  margin: 0 0 14px;
  color: #128deb;
  font-weight: 500; /* used to be 600 */
  font-size: 12px;
}

#footer_links .nav_column ul {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
  line-height: 1.25em;
}

#footer_links .nav_column ul li {
  margin: 0 0 5px;
}

#footer_links .nav_column ul li a {
  color: #777;
  text-decoration: none;
}
#footer_links .nav_column ul li a:hover { color: #fff; }

#footer_links .social_subscribe {
  float: none;
  width: auto;
  clear: both;
  margin: 0;
}

#footer_links .social_subscribe p { line-height: 1em; }

#footer_links .social_links {
  height: 20px;
  margin: 0 0 15px;
}

#footer_links #fb-root,
#footer_links .fb-like,
#footer_links .twitter-follow-button,
#footer_links #twitter-widget-0,
#footer_links .IN-widget {
  vertical-align: top !important;
}

/* Newsletter Subscription Form */
#mktForm_1010 label {
	display: none;
}
#mktForm_1010 ul li.mktField {
	display: block;
	float:left;
	clear: none;
	width: 190px;
}
#mktForm_1010 input#Email {
  display: block;
  padding: 0 0 0 20px !important;
  width: 170px !important;
  height: 38px !important;
  border-top: 1px solid #111;
  border-right: none;
  border-bottom: 1px solid #2d2b2b;
  border-left: 1px solid #111;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  background: #181616;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
  *display: inline-block;
}

#mktForm_1010 input#Email::-webkit-input-placeholder { color: #eee; }
#mktForm_1010 input#Email:-moz-placeholder { color: #eee; }
#mktForm_1010 input#Email::-moz-placeholder { color: #eee; }
#mktForm_1010 input#Email:-ms-input-placeholder { color: #eee; }
#mktForm_1010 input#Email:placeholder { color: #eee; }

#mktForm_1010 ul li#mktFrmButtons {
	display: block;
	float:left;
	clear: none;
	width: 77px;
}
#mktForm_1010 input#mktFrmSubmit {
  display: block;
  width: 77px !important;
  height: 38px !important;
  padding: 0 !important;
  border-top: 1px solid #4a4a4a;
  border-right: 1px solid #313131;
  border-bottom: 1px solid #313131;
  border-left: 1px solid #4a4a4a;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background: #383838;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Karbon, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 38px;
  -webkit-transition: all .125s;
  -moz-transition: all .125s, ;
  transition: all .125s;
  cursor: pointer;
}
#mktForm_1010 input#mktFrmSubmit:hover {
  background: #575757;
}
#thanks_newsletter_subscription {
	color: #fff;
}

/* Copyright */
#footer_copyright {
  background: #181616;
  color: #c0c0c0;
}

#footer_copyright .section_wrapper {
  position: relative;
  padding: 65px 0 50px;
}

#footer_copyright p {
  margin: 0 0 50px;
  color: #777;
  text-align: center;
  font-size: 13px;
}

#footer_copyright a {
  color: #777;
  text-decoration: none;
}

#footer_copyright a:hover { color: #fff; text-decoration: underline; }

#footer_copyright .logo {
  display: block;
  margin: 0 auto; width: 109px;
  height: 39px;
  background: url('images/jwplayer_sprites.png') -400px -10px no-repeat;
  text-indent: -9999px;
}

#footer_copyright .made_in_ny {
  position: absolute;
  top: 55px; right: 0;
  display: block; width: 49px;
  height: 49px;
  background: url('images/jwplayer_sprites.png') -600px -10px no-repeat;
  text-indent: -9999px;
}

#mobtest {
  display: none;
  height: 1px; width: 1px;
  text-indent: -9999px;
}




/* - - - - - - - MOBILE STUFF - - - - - - -  */
@media only screen and (device-width: 768px) {
  body {
    width: 100%;
  }

  #mobtest { display: block; }
}


/* - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - iPHONE PORTRAIT - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - */
@media only screen and (max-width: 480px) {
  body {
    min-width: 1250px;
  }

  #mobtest { display: block; }
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}
