/* Minification failed. Returning unminified contents.
(371,25): run-time error CSS1062: Expected semicolon or closing curly-brace, found '#'
(2325,8): run-time error CSS1035: Expected colon, found 'width'
(3397,20): run-time error CSS1035: Expected colon, found '{'
: run-time error CSS1066: Unexpected end of file encountered
 */
@charset "UTF-8";
/* CSS Document */

/* @group Additional Style sheets 
@import url('modules.css');
@import url('menus.css');
@import url('clearing.css');
@import url('/siteIncludes/fonts/css/font-awesome.css');
 @end */

/* COMMON STYLE
--------------------------------------------------------- */
body {
  font: normal 14px/20px "Helvetica", Helvetica, Arial, sans-serif;
  color: #444;
  margin: 0;  
  min-height: 300px;
  /* Create a stacking context to prevent z-index issues */
  position: relative;
}
/* Links */
a {
  color: #3E7ED4;
  text-decoration: none;
}
a:hover, code {
  color: #d50;
}
a:hover {
  text-decoration: none; 
}
/* Useful Snippets
----------------------------------------------------------------------------------------------------*/

/* Force vertical scrollbar in non-IE + force height of the body element to fit at least the browser window */
html {
  overflow-y: scroll;
  min-height: 100%;
}

/* Remove outline when clicking links: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: none;
}
/* Removes scrollbar in IE */
textarea {
  overflow: auto;
}
/* Remove background from selected images */
img::selection {
  background: transparent;
}
img::-moz-selection {
background: transparent;
}
/* Remove borders */
fieldset, img, iframe {
  border: 0;
}
/* Hand cursor on clickable input elements */
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button {
  cursor: pointer;
}
/* Render new HTML5 elements as blocks
----------------------------------------------------------------------------------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/* New Base Values
----------------------------------------------------------------------------------------------------*/


/* Block Space */
p, hr, ul, ol, dl, blockquote, pre, fieldset, figure {
  margin: 15px 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 15px 0 15px 0;
}
/* Lists */
ul, ol, dl {
  padding-left: 30px
}
dd {
  margin-left: 40px;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 {
  font-size: 22px;
  color:#000000;
  margin: 7px 0px 5px 0px;
  line-height: 30px;
}
h2 {
  font-size: 18px;
  line-height: 24px;
  color:#404250;
font-weight:bold;
}
h3 {
  font-size: 16px;
  line-height: 18px;
  color:#404250;
}
h4, h5, h6 {
  font-size: 14px;
  line-height: 16px;
  color:#404250;
}
/* Text-level Semantics */
small {
  font-size: 11px;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
dfn[title] {
  font-style: normal;
}
/* Horizontal Rule */
hr {
  display: block;
  height: 2px;
    color: #dddddd;
    background-color: #dddddd;
    height: 1px;
    border: none;

}
/* Quotes */
q, blockquote {
  quotes: '\201C' '\201D' '\2018' '\2019';
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-style: italic;
}
blockquote {
  padding: 0 20px;
  font-size: 16px;
  line-height: 22px;
}
blockquote:before {
  content: '\201C';
}
blockquote:after {
  content: '\201D';
}
/* Code */
code, pre {
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
}
code {
  word-spacing: -2px;
}
pre {
  padding: 10px;
  font-size: 12px;
  line-height: 18px;
  white-space: pre-wrap;
}
/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th, td, table#socialicons td {
  padding: 1px;
}
#home-buttons td{
  padding: 1px;
  padding-right: 55px;
}
/* Forms */
input, select {
  vertical-align: middle;
}
select, input, textarea, button {
  font: 12px Arial, sans-serif;
}
form, textarea {
  margin: 0;
}
legend, fieldset, input {
  padding: 0;
}
textarea, input[type='text'], input[type='password'], select {
  padding: 2px;
}
select {
  line-height: 19px;
} /* Needed for Safari */
button, input[type='button'], input[type='submit'] {
  padding: 2px 3px;
  line-height: inherit;
}
blockquote, q {
  quotes: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img, a img {
  border: 0px;
}
.fl {
  float:left;
  }
.fr {
  float:right;
  }
/* 

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#page {
  margin: 0;
  background: #fff;
}
#header, #content, #footer, #legal {
  margin: 0 auto;
  padding: 0;
  padding:0 10px;
} /* we want to center this div for browsers that understand so we have an auto declaration for the left and right margin */
#headerwrap {
  background-color:#404250;
  min-width:1000px;
}
#contentwrap {
  background:#fff url(../images/page_bkgrd.jpg) repeat-x;
  min-width:1000px;
}
#contentwrap2 {
  background:#fff url(../images/page_bkgrd-2.jpg) repeat-x;
  min-width:1000px;
}
#footerwrap {
  background-color:#d1d1d1;
  min-width:1000px;
}
#legalwrap {
  background-color:#404250;
  min-width:1000px;
}
#content {
  }
#main {
  padding: 10px 0px;
  min-height: 300px;
  height: auto;
}
#mainbody {
  margin-top: 10px;
  height: auto;
  width:100%;
  }
#rightside {
  float: right;
  height: auto;
  margin-top: 10px;
  padding-left: 15px;
  padding-bottom: 10px;
  width:215px;
}
h1.componentheading {
  display:none;
  }
/* -- Teaser Modules -- */
/* To work out the widths of the teaser modules we are going to have to know how many are published in a row (upto four modules per row).
See includes/template_config.php */ 
div.count1 {
}
div.count2 {
  float:left;
  width: 50%;
}
div.count3 {
  float:left;
}
div.count4 {
  float:left;
}


#pagetitle {
  padding: 5px 15px;
  background-color:#ECECEC;
  }
#pagetitle h1{
  font-size: 24px;
  }
#breadcrumbs {
  font-size: 10px;
  padding: 3px 15px;
  border-bottom: 1px solid #Eeeeef;
}
#breadcrumbs a, #breadcrumbs { 
 color: #d1d1d1;
}
#breadcrumbs a:hover {
  color: #3e7ed4;
  }
.blog span.row_separator {
  border-top: 1px solid #dddddd;
  width:100%;
  height:1px;
  padding: 0px;
  display:block;
  margin-top:10px;
  margin-bottom:10px;
  clear:both;
  }
.blog .iteminfo {
  width: 280px;
  float: right;
  font-size:12px;
  margin: 0px;
  text-align:right;
  font-style: italic;
  }
.blog .readon {
  }
  
div.moduletable table {
  margin: 0 auto;
  }
#top-user-modules {
  padding-top: 15px; 
}
#bottom-user-modules {
    border-top: 1px solid #Eeeeef;
  margin-top: 20px;
}
/* @group Top user modules */
#top-user-modules .moduletable {
  }
/* @end top user modules */

/* @group Bottom user modules */
#bottom-user-modules .moduletable { 
padding-top: 15px; 
}
/* @end Bottom user modules */
.heroimage {
  margin-top: 10px;
  }
#feature {
  padding: 10px 0px;
  border-top: 1px solid ##Eeeeef;
    border-bottom: 1px solid #Eeeeef;
  }

#rightside h4 {
  font-size:12px;
  border-bottom: 1px solid #Eeeeef;
  padding-bottom: 5px;
  }
/*Bottom Small Product boxes on Solutins pages */

.LPS {
  width: 23%;
  font-size: 12px;
  float:left;
  padding: 9px;
}
.SMIR {
  width: 31%;
  font-size: 12px;
  float:left;
  padding: 9px;
}
.LPS img {
  border: 1px solid #Eeeeef;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 5px;
  box-shadow:0px 0px 8px #Eeeeef; 
}
.SMIR img {
  border: 1px solid #Eeeeef;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 5px;
  padding-left: 33px;
  padding-right: 33px;
  box-shadow:0px 0px 8px #Eeeeef; 
  }
.rounded {
  -moz-border-radius: 10px;
  border-radius: 10px;
  }
/* HEADER
--------------------------------------------------------- */

#header {
  line-height: normal;
  position: relative;
  height: 55px;
  padding-top:10px;
}
#logo, #logo > img, #menu {
  float: left;
  padding-top:3px;
}
#headerbar {
  float: right;
  margin-right: 0;
  /* max-width: 370px;*/ /**/
  margin-top: 10px;
}
/*
#headerbar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#headerbar li {
  position: relative;
  padding-bottom: 11px;
  float: left;
}
*/
/*#headerbar li:first-child a {
  background-image: none !important;
}*/
/*
#headerbar a {
  font-size: 12px;
  text-decoration: none;
  padding-left: 16px;
  padding-right: 15px;
  line-height: 30px;
  color: #ECECEC;
  background: url(../images/top_menu_divider.png) 0 50% no-repeat;
}
#headerbar a:hover {
  color: #48b;
}
*/
/* Search
----------------------------------------------------------------------------------------------------*/

#searchbox {
  height: 24px;
  border: 1px inset;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100px;
  padding: 0 25px;
  background: #FFF url(../images/searchbox_magnifier.png) 0 50% no-repeat;
}
#searchbox input {
  height: 24px;
  color: #999;
  font-size: 14px;
  width: 100%;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  float: left;
  line-height:24px;
  vertical-align:middle;
}
#search {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 3px;
  margin-top: 3px;
  float: right;
}
 #searchbox input:-moz-placeholder {
color: #999;
}
#searchbox input::-webkit-input-placeholder {
color: #999;
}
#searchbox input.placeholder {
  color: #999;
}
#searchbox.filled button {
  width: 25px;
  background: url(../images/searchbox_reset.png) 50% 50% no-repeat;
}
#searchbox.loading button {
  background: url(../images/searchbox_loader.gif) 50% 50% no-repeat;
}
/* MAIN NAVIGATION
--------------------------------------------------------- */
#mainnav {
  padding: 18px 5px 15px 0;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  height:35px;
}
#nav2 {
  float: left;
  display: block;
}
#nav2 ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#nav2 ul li {
  position: relative;
  padding-bottom: 11px;
  float: left;
  padding-right: 30px;
  padding-top: 5px;
}
#nav2 li:first-child a {
  background-image: none !important;
}
#nav2 ul li a {
  text-decoration: none;
  padding-left: 16px;
  padding-right: 15px;
  line-height: 30px;
  color: #404250;
  background: url(images/menu_divider.gif) 0 50% no-repeat;
  display:block;
}
#nav2 a:hover {
  color: #3e7ed4;
}
/* Level 1 */
#nav2, #nav2 .level1, #nav2 .level1 > span {
  float: left;
}
#nav2 a.level1 > span, #nav2 span.level1 > span {
  height: 35px;
  padding: 0 10px;
  line-height: 35px;
}
#nav2 ul li ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  background-color:#ECECEC;
  padding-top:10px;
}
#nav2 li ul li {
  position: relative;
  padding-bottom: 10px;
  clear:left;
}
#nav2 li ul li a {
  font-size:10px;
  line-height: 12px;
  background:none;
  white-space:nowrap;
}
#nav2 .item1 {
  display:none;
}

#submenu #mainlevel li:first-child a {
  border: none !important;
}

#submenu ul#mainlevel {
  margin: 0px;
  padding: 0px;
  list-style: none;
    border-bottom: 1px solid #Eeeeef;
  margin-top:10px;
  margin-bottom:5px;
  height: 37px;
  padding-left: 5px;
  width: 100%;
  display:block;
}
#submenu #mainlevel li {
  position: relative;
  float: left;
  width:auto;
}
#submenu #mainlevel a {
  border-left: 1px solid #Eeeeef;
  text-decoration: none;
  padding-left: 8px;
  padding-right: 7px;
  line-height: 30px;
  color: #404250;
  font-weight:400;
}
#submenu #mainlevel a:hover {
  color:#3e7ed4;
}
#submenu #mainlevel a#active_menu{
  font-weight:bold;
}
.sidemenu, #sidemenu-367 {
  width:auto;
}

/* -------------------------------------------------------------------------------------------------- */
.arrow-nav {
  width:auto;
}

.arrow-nav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom:15px;
}
.arrow-nav li {
  width:auto;
  background: url(../images/blue_arrow.png) left top no-repeat;
  padding-left: 15px;
  padding-top: 3px;
  border-bottom: 1px solid #Eeeeef;
  width:auto;
  list-style: none;
}
.arrow-nav a {
  display:block;
  text-decoration: none;
  padding: 5px 8px 5px 0px;
  line-height: 18px;
  color: #404250;
  font-weight:400;
  width: 100%;
  display:block;
  list-style: none;
}
.arrow-nav a:hover {
  color:#3e7ed4;
}
.arrow-nav ul li ul {
  margin: 0px;
  padding: 0px;
  margin-bottom: 7px;
}
.arrow-nav ul li ul li {
  background-image: none !important;
  font-size:10px !important;
  margin: 0px !important;
  padding: 0px !important;
  border: none !important;
}
.arrow-nav ul li ul li a {
  background:none !important;
  line-height: 16px !important;
  text-align:left !important;
  padding: 0 !important;
}
.arrow-nav ul li ul li a:hover {
  color:#3e7ed4 !important;
  }
/* ------------------------------------------------------------------------------------- */



.sidemenu ul, #sidemenu-367 ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom:15px;
}
.sidemenu li, #sidemenu-367 li {
  width:auto;
  background: url(../images/blue_arrow.png) left top no-repeat;
  padding-left: 15px;
  padding-top: 3px;
  border-bottom: 1px solid #Eeeeef;
  width:auto;
  list-style: none;
}
.sidemenu a, #sidemenu-367 a {
  display:block;
  text-decoration: none;
  padding: 5px 8px 5px 0px;
  line-height: 18px;
  color: #404250;
  font-weight:400;
  width: 100%;
  display:block;
  list-style: none;
}
.sidemenu a:hover, #sidemenu-367 a:hover {
  color:#3e7ed4;
}
.sidemenu ul li ul {
  margin: 0px;
  padding: 0px;
  margin-bottom: 7px;
}
.sidemenu ul li ul li {
  background-image: none !important;
  font-size:10px !important;
  margin: 0px !important;
  padding: 0px !important;
  border: none !important;
}
.sidemenu ul li ul li a {
  background:none !important;
  line-height: 16px !important;
  text-align:left !important;
  padding: 0 !important;
}
.sidemenu ul li ul li a:hover {
  color:#3e7ed4 !important;
  }
.sideheading {
  font-weight: bold;
    border-bottom: 1px solid #Eeeeef;
  padding-bottom:5px;
  }
#sideitem {
  float: right;
}
#sidemenu-367 li:last-child {
  background:none;
  margin: 0px;
  padding: 0px;
  margin-top: 8px;
  border: none;
}
#sidemenu-367 ul.menu li:last-child > a {
  background: url(../images/button.png) 0 0 no-repeat;
  border: none;
  padding: 0px 10px;
  text-align:center;
  line-height: 30px !important;
}

#sidemenu-367 ul.menu li:last-child > a:hover {
  background: url(../images/button.png) 0 -40px no-repeat;
  border: none;
  margin-top: 8px;
  color:#FFF;
}

/* @group General site layout */
  .left {
  float: left;
}
.right {
  float: right;
}
.hidden {
  display: none;
}
/* @end general site layout */

/* FOOTER
--------------------------------------------------------- */

#footer {
  padding-bottom: 20px;
}
#footer .item1 {
  display:none;
}
#footer ul {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
#footer ul li {
  list-style: none;
  width: 16.6%;
  float: left;
  line-height: 16px;
  padding-top: 20px;
}
#footer ul li ul {
  margin-top: 20px;
}
#footer ul li ul li {
  float:none;
  padding: 0px;
}
/* anchor styling */
#footer ul li a {
  display: block;
  font-size:14px;
  color:#444;
  white-space:nowrap;
  padding-right:20px;
  cursor: text;
}
#footer span {
}
#footer ul li a:hover {
}
#footer ul li ul li a {
  font-size:12px;
  font-weight:normal;
  cursor: pointer;
}
#contact {
  width: 275px;
  min-height: 300px;
  float: right;
}
#footer ul li ul li a:hover {
  color:#d50;
}

/* LEGAL
--------------------------------------------------------- */

#legal {
  color: #b7b6b6;
  font-size: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#copyright {
  float:left;
  padding-right: 10px;
}

#legal ul {
  padding: 5px 0px;
  margin: 0px;
  float: left;
}
#legal ul li {
  list-style: none;
  float: left;
}
.legaltext {
line-height:11px;
clear:both;
}

/* anchor styling */
#legal ul li a {
  display: block;
  color:#b7b6b6;
  white-space:nowrap;
  padding: 0px 10px;
  border-left: 1px solid #b7b6b6;
  line-height: 10px;
}
#legal ul li a:hover {
  color:#d50;
}

#socialicons {
  float:right;
  }
  
/* Pagination
----------------------------------------------------------------------------------------------------*/
.pagination ul li {
display: inline;}

.pagination ul {
list-style-type: none; }
.pagination {
  margin-top: 10px;
  text-align: center;
}

.pagination a { text-decoration: none; }
.pagination strong { font-weight: normal; }

.pagination a,
.pagination strong {
  display: inline-block;
  min-width: 15px;
  height: 25px;
  margin-left: 5px;
  padding: 0 5px;
  line-height: 25px;
}
.pagination > *:first-child { margin-left: 0; }

.pagination a.previous,
.pagination a.next {
  font-size: 16px;
  line-height: 23px;
}

.pagination a,
.pagination strong {
   border: 1px solid #Eeeeef;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.pagination a { color: #444; }

.pagination strong,
.pagination a:hover {
  padding: 1px 6px;
  border: none;
  background: #444;
  color: #FFF;
}

/* Form Styles for search */
form.box fieldset {
    border: 1px solid #DDDDDD;
    margin-bottom: 30px;
    padding: 0 10px 10px;
}
form.box legend {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0 10px;
}
form.box fieldset > div { margin: 15px 0; }

form.box button,
form.box input[type='button'],
form.box input[type='reset'] { vertical-align: middle; }

/* Short */
form.short > div { margin: 10px 0; }

form.short input { color: #333; }
form.short input:-moz-placeholder { color: #999; }
form.short input::-webkit-input-placeholder { color: #999; }
form.short input.placeholder { color: #999; }

#com-form-login label, form.box label, #josForm label {
  display:block;
  float: left;
  min-width: 125px;
  text-wrap:none;
  }
form.box td.paramlist_key {
  width: 20% !important;
  } 
.greeting {
  float: right;
  width: 250px;
  }
.grey-button {
  -moz-border-radius: 10px;
  border-radius: 10px;
  vertical-align: middle;
  text-transform:uppercase;
  padding: 10px 20px;
    background-color: #Eeeeef;
  line-height: 30px;
  display:block;
  text-align:center;
  font-weight: bold;
}
a.button {
    background: url(../images/greybutton.png) repeat-x scroll center bottom #F8F8F8;
    border-radius: 7px 7px 7px 7px;
    display: block-item;
    padding: 8px 15px 5px 15px;
}

/* ToTop Scroller */
#totop-scroller {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  background: #444 url(../images/totop_scroller.png) 50% 7px no-repeat;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
}

.video-js-box {
  margin: 0 auto;
  vertical-align:middle;
  }
span.shortcut {
  
  }
/* Smartphones (portrait and landscape) ----------- */
/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body, html, #page { 
  width:100%;
  min-width: 1010px;
  }
#header, #content, #footer, #legal {
  padding:0 10px;
  min-width: 980px;
  position:relative;
}
#headerwrap, #contentwrap, #footerwrap, #legalwrap {
  min-width: 1010px;
  position:relative;
}
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
  body, html, #page { 
  width:100%;
  min-width: 1010px;
  }
#header, #content, #footer, #legal {
  padding:0 20px;
  min-width: 980px;
  position:relative;
}
#headerwrap, #contentwrap, #footerwrap, #legalwrap {
  min-width: 1010px;
  position:relative;
}

}

/* -------------------------------------------------------------- FRIENDLY PAGES ----------------------------------------------------*/

#friendly-big-hero-img{
  width:980px;
  height:470px;
  background:url(/images/stories/new-hero-flashy-upgrade-3.jpg) top left no-repeat;
}
#friendly-big-hero-img-new{
  width:980px;
  height:470px;
  background:url(/images/stories/new-hero-flashy-upgrade-3.jpg) top left no-repeat;
}
#spacer{
  height:240px;
}
#hero-buttons{
  padding-left:25px;
}
#hero-buttons a, #hero-buttons a img{
  border:none;
  outline:none;
        padding:0;
  margin:0;
}
#hero-buttons tr, #hero-buttons td {
  padding:0;
  margin:0;
}
div.friendly-box{
  -webkit-border-radius: 15px;
    border-radius: 15px;
  width:303px;
  height:250px;
  background:#fff;
  border:1px solid #c0c0c0;
  font-family:Helvetica, Arial, sans-serif;
  color:#707070;
  cursor:pointer;
  display:block;
  float:left;
  overflow:hidden;
  margin-right:20px;
  margin-bottom:20px;
}
.friendly-box .friendly-content{
  padding:15px 15px 5px 15px;
}
.friendly-box .friendly-content p{
  font-weight:normal;
  font-size:13px;
        line-height:14px;
        font-family:Helvetica, Arial, sans-serif;
        display:block;
  height:45px;
}
.friendly-box .friendly-content p.friendly-title{
  font-weight:bold;
  font-size:16px;
        line-height:17px;
  margin:0;
  padding:0;
        font-family:Helvetica, Arial, sans-serif;
        display:block;
  height:35px;
}
.friendly-box img, #hero-buttons a img {
  opacity:1;
  filter:alpha(opacity=100);
}
.friendly-box:hover img, #hero-buttons a:hover img {
  opacity:0.7;
  filter:alpha(opacity=70);
}
img.friendly-img{
  -webkit-box-shadow:  1px 1px 1px 1px rgba(112, 112, 112, 0.3);
    box-shadow:  1px 1px 1px 1px rgba(112, 112, 112, 0.3);
  /*border:1px solid #c0c0c0;*/
}
.friendly-box a{
  text-decoration:none;
  color:#707070;
}
.friendly-box a:hover{
  text-decoration:none;
  color:#707070;
}
#tc-friendly .moduletable h4{
  color:#fff;
  display:none; 
}
#tc-friendly .moduletable a.sexy-link img{
  -webkit-box-shadow:  1px 1px 1px 1px rgba(112, 112, 112, 0.3);
    box-shadow:  1px 1px 1px 1px rgba(112, 112, 112, 0.3);
  border:1px solid #c0c0c0;
}
/* -------------------------------------------------------------- WHICH TRICASTER ----------------------------------------------------*/


.genghis-container {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: normal;
  background-image: url(http://www.newtek.com/images/stories/marketing/landing-pages/which_tricaster/which-tc-background.jpg);
  background-repeat: no-repeat;
}
.genghis-box {
  width: 225px;
  float: left;
}
.genghis-dotted-box {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-left: 20px;
  background-color: #fdfdfd;
  padding-bottom: 80px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-left-style: dashed;
  border-top-color: #d1e8f5;
  border-right-color: #d1e8f5;
  border-left-color: #d1e8f5;
}
.genghis-bottom {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-left: 30px;
  background-color: #fdfdfd;
  border-right-width: 2px;
  border-left-width: 2px;
  border-right-style: dashed;
  border-left-style: dashed;
  border-bottom-width: 2px;
  border-bottom-style: dashed;
  border-right-color: #d1e8f5;
  border-bottom-color: #d1e8f5;
  border-left-color: #d1e8f5;
  margin-top: -86px;
  height: 30px;
  padding-top: 100px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.genghis-container .genghis-box .genghis-bottom a {
  color: #49A6D8;
  text-decoration: none;
}
.genghis-cta a {
  color: #FFFFFF;
  text-decoration: none;
}
.genghis-cta a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.genghis-container .genghis-box .genghis-bottom a:hover {
  color: #247AA8;
  text-decoration: underline;
}
.genghis-dotted-box-offset {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-left: 30px;
  background-color: #fdfdfd;
  padding-bottom: 80px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 45px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-left-style: dashed;
  border-top-color: #d1e8f5;
  border-right-color: #d1e8f5;
  border-left-color: #d1e8f5;
}
.genghis-offsetbox {
  position: relative;
  margin-top: -85px;
  background-color: #FFF;
  padding: 5px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #d1e8f5;
  border-left-color: #d1e8f5;
  margin-right: 5px;
  margin-left: 10px;
}
.genghis-offsetbox-orange {
  position: relative;
  background-color: #FFF;
  padding: 5px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #F90;
  border-left-color: #F90;
  margin-right: 5px;
  margin-left: 10px;
  margin-top: 8px;
}
.genghis-blue {
  font-weight: bold;
  color: #49A6D8;
  font-size: 12px;
}
.genghis-orange {
  font-weight: bold;
  color: #F90;
  font-size: 12px;
}
.genghis-img {
  height: 150px;
  margin-bottom: 10px;
  /* [disabled]background-color: #F3F3F3;
*/
  /* [disabled]border: 1px solid #EEE;
*/
}
.genghis-title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.genghis-large-text {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FFF;
  padding-left: 20px;
  padding-top: 45px;
  width: 500px;
}
.genghis-medium-text {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-top: 25px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #EBEBEB;
  border-right-color: #EBEBEB;
  border-bottom-color: #EBEBEB;
  border-left-color: #EBEBEB;
}
.genghis-image-one {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #8A221C;
  background-image: url(http://www.newtek.com/images/stories/marketing/landing-pages/which_tricaster/genghis-smile.png);
  background-repeat: no-repeat;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 7px;
  padding-left: 25px;
}
.genghis-image-two {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #8A221C;
  background-image: url(http://www.newtek.com/images/stories/marketing/landing-pages/which_tricaster/genghis-two.png);
  background-repeat: no-repeat;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 7px;
  padding-left: 25px;
}
.genghis-image-three {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #8A221C;
  background-image: url(http://www.newtek.com/images/stories/marketing/landing-pages/which_tricaster/genghis-three.png);
  background-repeat: no-repeat;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 7px;
  padding-left: 40px;
}
.genghis-image-four {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #8A221C;
  background-image: url(http://www.newtek.com/images/stories/marketing/landing-pages/which_tricaster/genghis-four.png);
  background-repeat: no-repeat;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 7px;
  padding-left: 40px;
}
.genghis-cta {
  font-size: 18px;
  color: #FFFFFF;
  float: right;
  background-color: #0082c7;
  padding: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-weight: lighter;
  text-transform: none;
  margin-top: 20px;
  margin-right: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.genghis-explain {
  color: #FFF;
  font-size: 14px;
  padding-left: 20px;
  margin-bottom: 30px;
  width: 600px;
  padding-top: 30px;
}
.genghis-clear {
  clear: both;
}

/* -------------------------------------------------------------- WHICH TRICASTER ----------------------------------------------------*/

#adSizes p{
  font-size:12px;
  color:#414350;
  font-family:Helvetica, Arial, sans-serif;
}
.ad-box{
  background:#2e62b7;
  display:block;
  overflow:hidden;
}
.floatLeft{
  float:left;
  margin-right:1px;
}
.marginLeft{
  margin-left:1px;
  margin-bottom:5px;
}
/* squares */
.ad125x125{
  width:125px;
  height:125px;
}
.ad180x150{
  width:180px;
  height:150px;
  
}
.ad300x250{
  width:300px;
  height:250px;
  
}
.ad336x280{
  width:336px;
  height:280px;
  
}
.ad640x480{
  width:640px;
  height:480px;
  
}
/* vertical */
.ad160x300{
  width:160px;
  height:300px;
  
}
.ad120x600{
  width:120px;
  height:600px;
  
}
.ad160x600{
  width:160px;
  height:600px;
  
}
/* horizontal */
.ad256x90{
  width:256px;
  height:90px;
  
}
.ad280x150{
  width:280px;
  height:150px;
  
}
.ad300x100{
  width:300px;
  height:100px;
  
}
.ad468x60{
  width:468px;
  height:60px;
  
}
.ad600x74{
  width:600px;
  height:74px;
  
}
.ad650x90{
  width:650px;
  height:90px;
  
}
.ad728x90{
  width:728px;
  height:90px;
  
}
.ad956x50{
  width:956px;
  height:50px;
  
}
/**/
h3.toggler{
  font-weight:bold;
}
/* new newsroom page */
.imgborder {
  border: 1px solid #eeeeef;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 5px;
  box-shadow:0px 0px 8px #Eeeeef; 
}
.weblinks th, td {
    font-size: 14px;
    padding: 10px;
}
/* ============================================== PR/MEDIA PAGE ========================== */

.pr_container {
  width: 980px;
  margin: auto auto;
}
.pr_contact_container {
}
.pr_contact {
  font-size: 12px;
  width: 136px;
  float: left;
  margin-bottom: 2px;
  margin-right: 10px;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
}
.pr_header {
  text-align: center;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.h2 {
  font-size: 14px;
}
.pr_header h1 {
  padding: 0px;
  margin: 0px;
}
.pr_video {
  margin-top: 10px;
}
.pr_clips {
  margin-top: 50px;
  clear: both;
}
.pr_images {
  clear: both;
  margin-top: 50px;
}
.pr_left_container {
  float: left;
  width: 640px;
}
.pr_right_container {
  float: right;
  width: 330px;
  margin-bottom:20px;
        
}
.pr_content {
  padding: 10px;
}
.pr_mini {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  height: 120px;
  width: 150px;
  border: 1px solid #999;
}
.border_left {
  border-left: 1px solid gray;
  margin-left: 10px;
  padding: 10px;
}
.clips_left {
  margin-left: 30px;
}
.pr-clear {
  clear:both;
}
.pr-img-title {
  font-size: 24px;
  font-weight: bold;
  padding: 8px;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #CCC;
  margin-top: 8px;
  margin-bottom: 8px;
}

.pr-contact-title {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 6px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #F0F0F0;
}
.pr-download
{
  font-size: 16px;
  font-weight: bold;
  padding: 8px;
        margin-top: 5px;
  text-decoration:none;
  color: #3E7ED4;
}
.pr-about-newtek
{

}
.pr-contact-box{
  background:#CCC; 
  padding:5px; 
  border:1px #999999 dashed;
}
p.img_caption{
  font-style:italic;
  color:#999;
  font-size:12px;
  margin:0;
  margin-top:5px;
  padding:0;
  line-height:13px;
}

#headerbar a.MenuBarItemSubmenu
{
  background-image: url(../SpryAssets/SpryMenuBarDownHover.gif) !important;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  margin-right:12px;
}
#headerbar a.MenuBarItemSubmenuHover
{
  background-image: url(../SpryAssets/SpryMenuBarDown.gif) !important;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  margin-right:12px;
}
/* HD Promo */
#sales-promo{
  width:980px;
  height:375px;
  background:url(/images/stories/marketing/landing-pages/HD-Promo/TC-Sales-Promo-Landing-Page-Graphic-v7.png) top left no-repeat;
}
.sales-bgd-2{
  width:976px;
  border:2px solid #d1d1d1;
  border-top:none;
  margin-top:-28px;
}
.sales-promo-content{
  padding:0 30px;
}
li.nostyle{
  list-style:none;
}
.left{
  float:left;
}
.right{
  float:right;
}
.tc-sales{
  width:400px;
}
.rounded-btn{
  border: 1px solid #eeeeef;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow:0px 0px 8px #Eeeeef;
  padding:5px;
  background:#b5b5b5;
  color:#fff;
}
/* image opacity */
a.opacity img{
  opacity:1;
  filter:alpha(opacity=100);
}
a.opacity:hover img {
  opacity:0.7;
  filter:alpha(opacity=70);
}
.hr-no-margin hr{
  margin:0;
  padding:0;
}
/* ----------- NAB 2013 STYLES ------------------------- */
.nab-right-rail {
  margin-right: 20px;
  background-color: #e0e0e0;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FFF;
}
hr.nab {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.nab-rightrail-head {
  margin-right: 20px;
  background-color: #d3d3d3;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  text-transform: uppercase;
  color: #333;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.nabbtn_orange {
  margin:0px;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  display:inline-block;
  /* BACKGROUND GRADIENTS */
  background: #f48423;
  background: -moz-linear-gradient(top, #ffdf9e, #f5b026 5%, #f48423);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffd683), color-stop(.03, #f5b026), to(#f48423));
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5b026', EndColorStr='#f48423'); /* IE6,IE7 only */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5b026', EndColorStr='#f48423')"; /* IE8 only */
  /* BORDER RADIUS */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /* BORDERS */  
  border:1px solid #e6791c;
  border-bottom:1px solid #d86f15;
  /* TEXT COLOR & SHADOW */
  color:#FFF;
  text-shadow: 0 1px 1px #6f3a02;
  padding-top: 9px;
  padding-right: 18px;
  padding-bottom: 9px;
  padding-left: 18px;
}
.nabbtn_orange:hover {
  /* BACKGROUND GRADIENTS */
  background: #eb7d1d;
  background: -moz-linear-gradient(top, #ffdf9e, #f1a91a 5%, #f07810);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffdf9e), color-stop(.03, #f1a91a), to(#f07810));
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1a91a', EndColorStr='#f07810'); /* IE6,IE7 only */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1a91a', EndColorStr='#f07810')"; /* IE8 only */
  /* BORDERS */
  border-bottom:1px solid #d86f15;
}
.nabbtn_orange:focus {
  /* GENERAL */
  padding:10px 19px 10px 19px;
  /* TEXT COLOR & SHADOW */
  color:#FFF;
  text-shadow: 0 -1px 1px #894906;
  /* BORDERS */
  border:none;
  /* BACKGROUND GRADIENTS */
  background: #e47412;
  background: -moz-linear-gradient(top, #f07810, #f1a91a 95%, #f07810);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f07810), color-stop(.9, #f1a91a), to(#f07810));
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f07810', EndColorStr='#f1a91a'); /* IE6,IE7 only */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f07810', EndColorStr='#f1a91a')"; /* IE8 only */
  /* INNER SHADOW & OUTER SHADOW */
  box-shadow: inset 0px 2px 5px #9b5901, 0 1px 0px #e0d5c7;
  -webkit-box-shadow: inset 0px 2px 5px #9b5901, 0 1px 0px #e0d5c7;
  -moz-box-shadow: inset 0px 2px 5px #9b5901, 0 1px 0px #e0d5c7;
}
/* show tags overwrite */
.content-showtags{
  margin:2px 0 0 0;
  border-bottom:none;
}
.content-showtags ul{
  margin:2px;
  padding-left:0;
}
.content-showtags ul span{
  text-transform:lowercase;
  font-variant:small-caps;
  font-weight:bold;
}
.content-showtags a {
    background-color: #2e6eb7;
}
.content-showtags a:hover {
    background-color: #414350;
}
/* marketo form */
.marketo-container{
  width:215px;
  height:500px;
  background:url(/images/which-tricaster-bgd-2.jpg) top left no-repeat;
}
.mrkto-form-container {
  width: 180px;
  display:block;
  margin-left:15px;
  padding-top:250px;
}
.mrkto-form-element {
  margin-bottom: 2px;
  padding-top: 1px;
}
#error {
  color:#900;
  font-size:12px;
  display:none;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}
.needsfilled {
  background:#ffe8e8;
  color:red;
}
/* developer partner network */
.partner-category-btn{
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 20px;
  height:150px;
  width:350px;
  cursor:pointer;
  background:#ada6a6;
}
.streaming{
  background-image:url(/images/streaming.jpg);
}
.controllers{
  background-image:url(/images/controllers.jpg);
}
.content{
  background-image:url(/images/content.jpg);
}
.graphics{
  background-image:url(/images/graphics.jpg);
}
a .partner-category-btn{
  color:#fff;
  font-size:22px;
  text-align:center;
  vertical-align:middle;
}
/* quotes */
.quote-box-container{
  width:100%;
  position:relative;
  margin:20px auto;
}
.quotes-left{
  width:38px;
  height:26px;
  background:url(/images/quote-marks-left.png) no-repeat top left;
  position:absolute;
  left:-10px;
  top:-10px;
  z-index:100;
}
.quote-box{
  width:100%x;
  background:#fff;
  border:1px solid #dadada;
  -webkit-box-shadow:1px 1px #cccccc;
    box-shadow:1px 1px #cccccc;
  -webkit-border-radius: 5px;
    border-radius: 5px;
  padding:5px;
  z-index:1;
  position:relative;
  color:#999;
  font-size:12px;
}
.center{
  text-align:center;
}
.friendly-img{
    -webkit-box-shadow:  1px 1px 1px 1px rgba(112, 112, 112, 0.3);
    box-shadow:  1px 1px 1px 1px rgba(112, 112, 112, 0.3);
    /*border:1px solid #c0c0c0;*/
}
#resources-list{
  display:block;
}
#resources-list ul{
  list-style:none;
  margin:0;
  padding:0;
}
#resources-list ul li{
  font-size:12px;
  text-transform:lowercase;
  font-variant:small-caps;
}
h2.resources-title{
  font-size:18px;
  font-family:Arial, Helvetica, sans-serif;
  color:#ccc;
  /*padding-bottom:20px;*/
}
.partner-overview{
  padding:0 15px;
}
.tablenopadding tr, .tablenopadding tr td{
  padding:3px;
  margin:0;
}
.tablenopadding td p{
  padding:3px;
  margin:0;
}
.quote-box-ad{
  width:100%x;
  background:#ccc;
  border:1px solid #dadada;
  -webkit-box-shadow:2px 2px #cccccc;
    box-shadow:2px 2px #cccccc;
  -webkit-border-radius: 10px;
    border-radius: 10px;
  padding:10px;
  z-index:1;
  position:relative;
  color:#000;
  min-height: 100px;
}
/* back to top */
#back-top {
  position: fixed;
  bottom: 20px;
  right:20px;
}

#back-top a {
  width: 108px;
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #bbb;
  /* transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top a:hover {
  color: #000;
}

/* arrow icon (span tag) */
#back-top span {
  width: 108px;
  height: 108px;
  display: block;
  background:#b8b8b8 url(../images/up-arrow.png) no-repeat center center;
  margin-bottom:7px;
  /* rounded corners */
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;

  /* transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top a:hover span {
  background-color: #777;
}
/* KUBE */
/* =Forms
-----------------------------------------------------------------------------*/
form.forms{
  padding-bottom:40px;
}
.forms label {
  display: block;
  margin-bottom: 2px;
}
.descr {
  color: #999999;
  font-size: 0.85em;
  line-height: 1.5em;
}
div.descr {
  margin: 4px 0;
}
.columnar div.descr {
  margin-bottom: 10px;
}
.forms ul {
  list-style: none;
  margin: 0;
}
.forms ul li {
  margin-bottom: 10px;
}
.forms.columnar ul li {
  margin-bottom: 15px;
}
/* liner fieldset */
fieldset.liner {
  
  padding: 0;
}
fieldset legend {
  padding: 0;
  
  padding-bottom: 12px;
  font-weight:bold;
  color:#666666;
}
fieldset.liner legend span {
  padding: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  display: block;
}
/* multicolumn */
.forms ul.multicolumn:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.forms ul.multicolumn li {
  float: left;
  margin-right: 12px;
  margin-bottom: 0;
  line-height: 1.8em;
}
.forms ul.multicolumn li label {
  margin-bottom: 0;
}
.forms ul.multicolumn li.width-50 {
  width: 48%;
  margin-right: 2%;
}
.forms ul.multicolumn li.width-33 {
  width: 31%;
  margin-right: 2%;
}
/* columnar */
.forms.columnar legend {
  margin-bottom: 1em;
}
.forms.columnar label {
  float: left;
  width: 150px;
  text-align: right;
  margin-right: 20px;
}
.forms.columnar .push,
.forms.columnar div.descr {
  margin-left: 170px;
}
.forms.columnar li fieldset label {
  float: none;
  width: auto;
  text-align: left;
  margin-right: 0;
}
.forms.columnar li fieldset {
  
  padding: 0;
  margin: 0;
  padding-left: 170px;
  position: relative;
}
.forms.columnar li fieldset section {
  padding: 0;
  position: absolute;
  width: 150px;
  text-align: right;
  left: 0;
  top: 0;
}
.forms.columnar li fieldset section label {
  float: none;
  width: auto;
  margin-right: 0;
  text-align: right;
}
.forms.columnar li fieldset div.descr {
  margin-left: 0;
}
/* section */
.forms li.form-section {
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding: 1.5em 0 .7em 0;
  font-size: 1.1em;
  margin-bottom: 1.5em;
}
.columnar li.form-section {
  padding-left: 170px;
}
/* tableforms */
table.tableforms td {
  font-size: 90%;
  padding: 1px 10px 3px 0 !important;
  border: none;
}
table.tableforms tr.labels td {
  padding-top: .8em !important;
  font-weight: bold;
}
input[type="radio"],
input[type="checkbox"] {
  position: relative;
  top: -1px;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  position: relative;
  z-index: 2;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  height: 23px;
  border: 1px solid #ccc;
  margin: 0;
  padding: 1px 2px;
  background-color: white;
  color: #333;
  font-size: 13px;
  line-height: 1;
  border-radius: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  -webkit-transition: border 0.3s ease-in;
  -moz-transition: border 0.3s ease-in;
  -ms-transition: border 0.3s ease-in;
  -o-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
}
textarea {
  line-height: 1.4em;
}
/* Errors and Success */
.error,
.success {
  margin-left: 5px;
  font-weight: bold;
  font-size: 0.85em;
}
.errorBox{
  border-color: #da3e5a;
  padding:10px;
  box-shadow: 0 0 0 2px rgba(218, 62, 90, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
.successBox {
  border-color: #18a011 ;
  padding:10px;
  box-shadow: 0 0 0 2px rgba(24, 160, 17, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
input.input-error,
textarea.input-error,
select.input-error,
.input-error {
  border-color: #da3e5a;
  box-shadow: 0 0 0 2px rgba(218, 62, 90, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
input.input-success,
textarea.input-success,
select.input-success,
.input-success {
  border-color: #18a011 ;
  box-shadow: 0 0 0 2px rgba(24, 160, 17, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
input.input-gray,
textarea.input-gray,
select.input-gray,
.input-gray {
  border-color: #ccc;
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
input:focus,
textarea:focus {
  outline: none;
  border-color: #5ca9e4;
  box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
input.input-search {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 0;
  border-radius: 15px;
}
.input-append,
.input-prepend {
  display: inline-block;
  background-color: #eee;
  height: 23px;
  border: 1px solid #ccc;
  margin: 0;
  padding: 1px 8px;
  color: #333;
  font-size: 14px;
  line-height: 23px;
}
.input-prepend {
  margin-right: -1px;
}
.input-append {
  position: relative;
  z-index: 1;
  margin-left: -1px;
}
input.btn {
  position: relative;
  cursor: pointer;
  outline: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  font-size: 13px;
  font-weight: normal;
  padding: 6px 16px;
  border-radius: 4px;
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -ms-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -o-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: linear-gradient(top, #ffffff, #e1e1e1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0);
  border: 1px solid #dadada;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom-color: #a9a9a9;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 1px 1px 0 rgba(255, 255, 255, 0.6);
  text-shadow: 0 1px 0px #ffffff;
}
input.btn,
input.btn:hover {
  color: #000;
}
input.btn:hover {
  filter: none;
  background: none;
  background: #eee;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* Active  */
input.btn-big.btn-active,
input.btn-big.btn-active:hover {
  padding: 11px 25px;
}
input.btn-active,
input.btn-active:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
  color: #555;
  border: none;
  background: none;
  filter: none;
  background-color: #ddd;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  padding: 7px 17px 8px 17px;
}
/* Small */
input.btn-small {
  padding: 4px 12px;
  font-size: 11px;
}
input.btn-small.btn-active {
  padding: 5px 12px;
}
/* Big */
.btn-big {
  padding: 10px 24px;
  font-size: 20px;
}
/* Square */
.btn-square {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* Round */
input.btn-round {
  border-radius: 15px;
  border-radius: 0 \0;
  /* ie9 hack */
}
/* Full */
.btn-full {
input  width: 100%;
}
/* Group  */
input.btn-group {
  display: inline-block;
  margin-right: 2px;
  vertical-align: bottom;
}
.btn-group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.btn-group > .btn,
.btn-group > input {
  float: left;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-left: -1px;
}
.btn-group > .btn:first-child {
  border-radius: 4px 0 0 4px;
}
.btn-group > .btn:last-child {
  border-radius: 0 4px 4px 0;
}
.btn-group > .btn.btn-round:first-child,
.btn-group > .input-search:first-child {
  border-radius: 15px 0 0 15px;
}
.btn-group > .btn.btn-round:last-child,
.btn-group > .input-search:last-child {
  border-radius: 0 15px 15px 0;
}
/* Append  */
.btn-append {
  margin-left: -2px;
  border-radius: 0 4px 4px 0;
}
/* Disabled  */
.btn.disabled,
.btn[disabled] {
  border: none;
  filter: none;
  background: none;
  background-color: #e9e9e9;
  opacity: 0.6;
  cursor: default;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
/* FF fix */
@-moz-document url-prefix("http://") {
  input[type=submit].btn::-moz-focus-inner,
  button.btn::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
}
/* =Goodies
-----------------------------------------------------------------------------*/
.image-left {
  float: left;
  margin: 0 1em 1em 0;
}
.image-right {
  float: right;
  margin: 0 0 1em 1em;
}
.image-left img,
.image-right img {
  position: relative;
  top: .4em;
}
p.lead {
  font-size: 1.2em;
}
.supersmall {
  font-size: 0.7em;
}
.small {
  font-size: 0.85em;
}
.big {
  font-size: 1.2em;
}
input.big {
  padding: 2px 0;
  font-size: 1.2em;
}
.text-centered {
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}
.nowrap {
  white-space: nowrap;
}
.clear {
  clear: both;
}
.last {
  margin-right: 0 !important;
}
.end {
  margin-bottom: 0 !important;
}
.handle {
  cursor: move;
}
.normal {
  font-weight: normal;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.req,
.required {
  font-weight: normal;
  color: #da3e5a;
}
.highlight {
  background-color: #e5ecf5 !important;
}
/* Width */
.width-33 {
  width: 33%;
}
.width-50 {
  width: 50%;
}
.width-90 {
  width: 90%;
}
.width-100 {
  width: 100%;
}
input.width-100 {
  width: 98.6%;
}
textarea.width-100 {
  width: 99.4%;
}
select.width-100 {
  width: 99.4%;
}
/* Colors */
.black {
  color: #000000;
}
.gray-dark {
  color: #555555;
}
.gray {
  color: #777777;
}
.gray-light {
  color: #999999;
}
.white {
  color: #ffffff;
}
.red,
.error {
  color: #da3e5a;
}
.green,
.success {
  color: #18a011;
}
/* Link Colors Hover */
a.white:hover {
  color: #d9d9d9;
  color: rgba(255, 255, 255, 0.8);
}
a.green:hover,
a.red:hover,
a.error:hover {
  color: #000000;
}
/* overwrites */
.floatLeft{
  float:left;
}
.inputFloatLeft input{
  float:left;
  margin-right:7px;
}
.inputFloatLeft label{
  vertical-align:middle;
}
.forms fieldset legend{
  font-weight:bold;
  color:#666666;
}
.forms fieldset{
  padding:20px;
  border:1px #ccc solid;
}
.forms ul li {
  padding:10px 0;
}

/* Blog Item Page */
p.created{
  font-size:12px;
  margin: 0px;
  margin-bottom:10px;
  font-style: italic;
}
.img-intro-right{
  padding-right:10px;
}
/* opacity */
a.opacity img{
  opacity:1;
  filter:alpha(opacity=100);
}
a.opacity:hover img {
  opacity:0.7;
  filter:alpha(opacity=70);
}
/* new newsroom page */
.imgborder {
  border: 1px solid #eeeeef;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 5px;
  box-shadow:0px 0px 8px #Eeeeef; 
  padding:5px;
}
.weblinks th, td {
    font-size: 14px;
    padding: 10px;
}
/**/
.blue-box{
  background:#0082c7;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  color:#fff;
  text-align:center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.blue-box a{
  color:#fff;
}
.blue-box a:hover{
  color:#ccc;
}
.box-long{
  width:380px;
  height:50px;
  line-height:50px;
  font-size:22px;
}
.cat-box{
  width:170px;
  height:60px;
  line-height:60px;
  cursor:pointer;
  margin-right:7px;
  margin-bottom:7px;
  font-size:22px;
  font-weight: normal;
}
.cat-box a{
  font-weight: normal;
}
.sdk-programs h3{
  margin:2px 0 7px 0;
}
.sdk-programs div.friendly-box img, .sdk-programs .friendly-box img, .sdk-programs div.friendly-box, .sdk-programs .friendly-box{
  cursor:auto;
}
.sdk-programs div.friendly-box img:hover, .sdk-programs .friendly-box img:hover, .sdk-programs .friendly-box:hover img {
  cursor:auto;
  opacity:1;
  filter:alpha(opacity=100);
}
.box200{
  width:200px;
  margin-bottom:5px;
}
/* ============================================== PR/MEDIA PAGE ========================== */
.pr_container {
  width: 980px;
  margin: auto auto;
}
.pr_contact_container {
}
.pr_contact {
  font-size: 12px;
  width: 136px;
  float: left;
  margin-bottom: 2px;
  margin-right: 10px;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
}
.pr_header {
  text-align: center;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.h2 {
  font-size: 14px;
}
.pr_header h1 {
  padding: 0px;
  margin: 0px;
}
.pr_video {
  margin-top: 10px;
}
.pr_clips {
  margin-top: 50px;
  clear: both;
}
.pr_images {
  clear: both;
  margin-top: 50px;
}
.pr_left_container {
  float: left;
  width: 640px;
}
.pr_right_container {
  float: right;
  width: 330px;
        
}
.pr_content {
  padding: 10px;
}
.pr_mini {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  height: 120px;
  width: 150px;
  border: 1px solid #999;
}
.border_left {
  border-left: 1px solid gray;
  margin-left: 10px;
  padding: 10px;
}
.clips_left {
  margin-left: 30px;
}
.pr-clear {
  clear:both;
}
.pr-img-title {
  font-size: 24px;
  font-weight: bold;
  padding: 8px;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #CCC;
  margin-top: 8px;
  margin-bottom: 8px;
}

.pr-contact-title {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 6px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #F0F0F0;
}
.pr-download
{
  font-size: 16px;
  font-weight: bold;
  padding: 8px;
  margin-top: 5px;
  text-decoration:none;
  color: #3E7ED4;
}
.pr-about-newtek
{

}
.pr-contact-box{
  background:#CCC; 
  padding:5px; 
  border:1px #999999 dashed;
}
p.img_caption{
  font-style:italic;
  color:#999;
  font-size:12px;
  margin:0;
  margin-top:5px;
  padding:0;
  line-height:13px;
}
.contact_pr{
  width:203px;
  height:166px;
  background:url(/images/static-button-bgd.jpg) top left no-repeat;
  margin:auto;
}
.contact_pr .contact_pr_content{
  width:170px;
  height:140px;
  overflow:hidden;
  margin:0 auto;
  padding:20px 0 0 0;
}
/*  end of PR */
/*gradient buttons */
.button {
  display: inline-block;
  zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
  *display: inline;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
  text-decoration: none;
}
/* blue */
.blue {
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top,  #00adee,  #0078a5);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
  background: #007ead;
  background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
  background: -moz-linear-gradient(top,  #0095cc,  #00678e);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.small {
  height:30px;
  line-height:30px;
  font-size:14px;
}
.download-btn{
  width:80px;
}
/**/
.validation{
  color:#ff0000;
  font-weight:bold;
}


/* NAB 2013 page styles /////////////////////////////////////////////////////// */

.nab-friendly-box {
  border: 1px solid #C0C0C0;
  border-radius: 15px 15px 15px 15px;
  color: #707070;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
 /* height: 340px; */
  margin-bottom: 5px;
  margin-right: 20px;
  overflow: hidden;
  width: 283px;
  font-size: 12px;
  background-color: #FFFFFF;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.nab-friendly-title {
  font-size: 14px;
  color: #666666;
  font-weight: bold;
  margin-top: 10px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
}
.nab-div-bar {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 34px;
  font-weight: bold;
  color: #414350;
  margin-top: 20px;
  margin-bottom: 20px;
}
.nab-friendly-box-2 {
  color: #707070;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  height: 250px;
  margin-bottom: 5px;
  margin-right: 5px;
  overflow: hidden;
  width: 303px;
  font-size: 12px;
  background-color: #FFFFFF;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.nab-clear {
  clear: both;
}

.nab-imagebox {
  margin-top: 30px;
}
.nab-txtbox {
  margin-top: 10px;
  height: 165px;
}
/**/
#vtem_bannergroup {
margin-bottom: 20px;
}
#vtembanner1 a img, #vtembanner1 a {
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/**/
.sports-box{
   width:248px;
  height:265px;
  display:block;
  float:left;
  position:relative;
  font-family:Helvetica, Arial, sans-serif;
}
.s-rounded-box{
  width:233px;
  height:213px;
  margin:40px auto auto auto;
  -webkit-border-radius: 15px;
   border-radius: 15px;
  background:#fff;
  border:1px solid #c0c0c0;
  cursor:pointer;
  display:block;
  overflow:hidden;
  z-index:90;
}
/**/
.sports-box2{
  width:215px;
  height:210px;
  float:left;
  display:block;
  position:relative;
  font-family:Helvetica, Arial, sans-serif;
  /* clear:both; */
}
.s-rounded-box2{
  width:210px;
  height:155px;
 margin:40px auto auto auto;
  -webkit-border-radius: 15px;
   border-radius: 15px;
  background:#fff;
  border:1px solid #c0c0c0;
  cursor:pointer;
  display:block;
  overflow:hidden;
  z-index:90;
}
.s-button {
  display: inline-block;
  zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
  *display: inline;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  width:190px;
  height:64px;
  position:absolute;
  top:10px;
  left:27px;
  z-index:100;
}
.s-button2 {
  display: inline-block;
  zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
  *display: inline;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  width:178px;
  height:64px;
  position:absolute;
  top:10px;
  left:18px;
  z-index:100;
}
.s-button:hover {
  text-decoration: none;
}
.s-blue {
  border: solid 1px #0076a3;
  background: #4a86dd;
  background: -webkit-gradient(linear, left top, left bottom, from(#4a86dd), to(#2458a7));
  background: -moz-linear-gradient(top,  #4a86dd,  #2458a7);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a86dd', endColorstr='#2458a7');
}
.s-blue:hover {
  background: #4a86dd;
  background: -webkit-gradient(linear, left top, left bottom, from(#528ce1), to(#1451ad));
  background: -moz-linear-gradient(top,  #528ce1,  #1451ad);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#528ce1', endColorstr='#1451ad');
}
.s-button p, .s-button2 p{
  font-weight:normal;
  color: #fff;
  text-align:center;
  font-size:18px;
}
.s-button2 p span{
  font-size:14px;
  color:#CCC;
}
.sports-content{
  padding:35px 10px 0 10px;
}
.sports-content p{
  text-align:center;
}
.sports-content p.sports-title{
  font-weight:normal;
  font-size:17px;
  line-height:18px;
  font-family:Helvetica, Arial, sans-serif;
  display:block;
  height:55px;
  overflow:hidden;
  color:#000;
  margin:5px auto -7px auto;
}
.sports-content p.sports-title2{
  font-weight:normal;
  font-size:17px;
  line-height:18px;
  font-family:Helvetica, Arial, sans-serif;
  display:block;
  color:#000;
  margin:10px auto auto auto;
}
.sports-box img, .sports-box a img, .sports-box2 img, .sports-box2 a img{
  opacity:1;
  filter:alpha(opacity=100);
}
.sports-box:hover img, .sports-box a:hover img, .sports-box2x:hover img, .sports-box2 a:hover img {
  opacity:0.7;
  filter:alpha(opacity=70);
}
img.sports-img{
  -webkit-box-shadow:  1px 1px 1px 1px rgba(112, 112, 112, 0.3);
    box-shadow:  1px 1px 1px 1px rgba(112, 112, 112, 0.3);
  /*border:1px solid #c0c0c0;*/
}
.sports-box a, .sports-box2 a{
  text-decoration:none;
  color:#707070;
}
.sports-box a:hover, .sports-box2 a:hover{
  text-decoration:none;
  color:#707070;
}
h1.h1-sports{
  font-size:36px;
  font-family:Helvetica, Arial, sans-serif;
}
h2.h2-sports{
  font-size:30px;
  font-family:Helvetica, Arial, sans-serif;
  font-weight:normal;
}
.sports-blue{
  color:#0264be;
}
.margin-right{
  margin-right:10px;
}
/* marketo container */
.marketo-form-container{
  width:211px;
  margin:0 auto;
  position:relative;
  padding-bottom:83px;
}
.marketo-form-head{
  width:100%;
  -webkit-border-radius: 15px 15px 0px 0px;
  border-radius: 15px 15px 0px 0px;
  background:#404350;
  min-height:108px;
  z-index:101;
  position:relative;
}
.marketo-form-end-head{
  width:100%;
  height:108px;
  background:url(/images/head-with-arrow.png) top left no-repeat;
  z-index:100;
  position:relative;
  margin-top:-30px;
}
.marketo-head-content{
  padding:15px 10px 0 10px;
  color:#fff;
  text-align:center;
}
.marketo-head-content span{
  
}
.marketo-body-grey{
  min-height:300px;
  width:100%;
  margin-top:-80px;
  z-index:99;
  position:relative;
  -webkit-border-radius: 0px 0px 15px 15px;
        border-radius: 0px 0px 15px 15px;
    
    background: rgb(202,203,211); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NhY2JkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MDgyOGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  rgba(202,203,211,1) 0%, rgba(128,130,141,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(202,203,211,1)), color-stop(100%,rgba(128,130,141,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(202,203,211,1) 0%,rgba(128,130,141,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(202,203,211,1) 0%,rgba(128,130,141,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(202,203,211,1) 0%,rgba(128,130,141,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(202,203,211,1) 0%,rgba(128,130,141,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacbd3', endColorstr='#80828d',GradientType=0 ); /* IE6-8 */
}
.marketo-body-orange{
  min-height:300px;
  width:100%;
  margin-top:-80px;
  z-index:99;
  position:relative;
  -webkit-border-radius: 0px 0px 15px 15px;
  border-radius: 0px 0px 15px 15px;
background: rgb(234,161,77); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhYTE0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNDZhMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(234,161,77,1) 0%, rgba(244,106,15,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,161,77,1)), color-stop(100%,rgba(244,106,15,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(234,161,77,1) 0%,rgba(244,106,15,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(234,161,77,1) 0%,rgba(244,106,15,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(234,161,77,1) 0%,rgba(244,106,15,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(234,161,77,1) 0%,rgba(244,106,15,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa14d', endColorstr='#f46a0f',GradientType=0 ); /* IE6-8 */
}
.marketo-body-content{
  padding:90px 10px 70px 10px;
}
.marketo-bottom-image{
  position:absolute;
  bottom:0px;
  left:43px;
  z-index:102;
}


/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}



/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

/*Element Styles
-------------------------------------------------------*/

fieldset { border: none; margin: 0; padding: 0; }

fieldset legend { display: none; }

fieldset ol { padding: 0; list-style: none; }

fieldset ol li { padding-bottom: 5px; }

label { display: block; font-size: 1.2em; font-weight: 600; }

label.checkbox { display: inline; }

input, textarea { border: 1px solid #e2e2e2; background: #fff; color: #333; font-size: 1.2em; margin: 5px 0 6px 0; padding: 5px; width: 300px; }

textarea { font-family: inherit; width: 500px; }

input:focus, textarea:focus { border: 1px solid #7ac0da; }

input[type="checkbox"] { background: transparent; border: inherit; width: auto; margin-right: 4px; height: 15px; }

input[type="submit"], input[type="button"], button { background-color: #d3dce0; border: 1px solid #787878; cursor: pointer; font-size: 1.2em; font-weight: 600; padding: 7px; margin-right: 8px; width: auto; }
.message-error { font-size: larger; color: #FF0000; font-weight: 800; text-transform: none; width :100%; text-align:center;min-height:0;}

/* CUSTOM STYLES
--------------------------------------------------------- */


/************************************************CODE FOR SIMPLE BLUE BUTTON*****************************************/

.blue_button {
  -moz-border-radius: 10px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: #6E7849 0 0 10px;
  -webkit-transition: all 0.5s ease;
  background-color: #5790dc;
  /*background-image: -moz-linear-gradient(90deg, #5790dc, #0095d1);
  background-image: -ms-linear-gradient(90deg, #5790dc, #0095d1);
  background-image: -o-linear-gradient(90deg, #5790dc, #0095d1);
  background-image: -webkit-linear-gradient(90deg, #5790dc, #0095d1);
  background-image: linear-gradient(90deg, #5790dc, #0095d1);*/
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  margin: auto;
  padding: 15px;
  text-decoration: none;
  text-shadow: #000000 2px 2px 15px;
  transition: all 0.5s ease;
  width: 175px;
  text-align: center;
  margin-bottom: 10px;
 
}
.blue_button_small {
  -moz-border-radius: 10px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: #6E7849 0 0 10px;
  -webkit-transition: all 0.5s ease;
  background-color: #5790dc;
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  margin: auto;
  padding: 10px;
  text-decoration: none;
  text-shadow: #000000 2px 2px 15px;
  transition: all 0.5s ease;
  width: 180px;
  text-align: center;
  margin-bottom: 10px;
 
}

.blue_button:hover, .blue_button_small:hover {
  color:#fff;
}


/************************************************END SIMPLE BLUE BUTTON************************************************/
.article_separator {
display:none;
}
#sp_news_highlighter237 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  }
#sp_highlighter237 {
  width:auto !important;
  }
.rightmenu {
float:right;
margin-left: 5px;
}

.fb_iframe_widget {
  margin: 0 auto;
  }
.twtr-widget {
  margin: 0 auto;
  }
#yoo-carousel-1 {
  margin: 0 auto !important;
  }
/* ----- event calendar ----- */

h1.eb_title, h2.eb_title {
  display:none;
  }
#eb_details {
  display:none;
}
#eb_docs dl {
  display: none;
}
.eb_taskbar {
  display:none;
  }
.regpro_calendarWeekDayHeader {
    background-image: none !important;
  background-color: #d1d1d1 !important;
  border-left: 1px solid #ffffff !important;
    color: #404250 !important;

}
.regpro_calendarMonthHeader {
    background-color: #404250 !important;
}

div.list-footer div.limit {
  display:none;
  }
/* ----- Rueben's video hackery ----- */

#NewTekVideo {
/*  margin: 0 auto !important;*/
  margin: 0 auto;
}

/* JCE mediabox overrides  */

#jcemediabox-popup-content {
    padding: 10px 20px !important;
}
#jcemediabox-popup-nav {
  display: none !important;
  }
  
/********* Rueben's SugarCRM form design hackery **********/

#sugar-form-maindiv{
width:900px;
}
#sugar-form-maindiv #col_left{
float:left;width:50%;
}
#sugar-form-maindiv #col_right{
float:left;width:50%;
}
#sugar-form-maindiv .formfield {
  font-family: Verdana, Geneva, sans-serif;
  background-color: #eee;
  border: 1px solid #ccc;
  color: #555;

  margin-bottom:10px;
  font-size:12px;
  padding:3px;
  width:228px; 

}
#sugar-form-maindiv .formfieldtxt {
  font-family: Verdana, Geneva, sans-serif;
  background-color: #eee;
  border: 1px solid #ccc;
  color: #555;

  margin-bottom:10px;
  font-size:12px;
  padding:3px;
  width:228px;
}

#sugar-form-maindiv label{
  width: 100%;
  margin-bottom: 5px;
  color:#000;
  font-size:12px;
  font-family: Verdana, Geneva, sans-serif;


/* ============================================== WHICH TRICASTEr IS RIGHT FOR YOU /// TEST ========================== */


.genghis-container {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: normal;
  background-image: url(http://www.newtek.com/images/stories/marketing/landing-pages/which_tricaster/which-tc-background.jpg);
  background-repeat: no-repeat;
}
.genghis-box {
  width: 225px;
  float: left;
}
.genghis-dotted-box {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-left: 20px;
  background-color: #fdfdfd;
  padding-bottom: 80px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-left-style: dashed;
  border-top-color: #d1e8f5;
  border-right-color: #d1e8f5;
  border-left-color: #d1e8f5;
}
.genghis-bottom {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-left: 30px;
  background-color: #fdfdfd;
  border-right-width: 2px;
  border-left-width: 2px;
  border-right-style: dashed;
  border-left-style: dashed;
  border-bottom-width: 2px;
  border-bottom-style: dashed;
  border-right-color: #d1e8f5;
  border-bottom-color: #d1e8f5;
  border-left-color: #d1e8f5;
  margin-top: -86px;
  height: 30px;
  padding-top: 100px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.genghis-container .genghis-box .genghis-bottom a {
  color: #49A6D8;
  text-decoration: none;
}
.genghis-cta a {
  color: #FFFFFF;
  text-decoration: none;
}
.genghis-cta a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.genghis-container .genghis-box .genghis-bottom a:hover {
  color: #247AA8;
  text-decoration: underline;
}
.genghis-dotted-box-offset {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-left: 30px;
  background-color: #fdfdfd;
  padding-bottom: 80px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 45px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-left-style: dashed;
  border-top-color: #d1e8f5;
  border-right-color: #d1e8f5;
  border-left-color: #d1e8f5;
}
.genghis-offsetbox {
  position: relative;
  margin-top: -85px;
  background-color: #FFF;
  padding: 5px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #d1e8f5;
  border-left-color: #d1e8f5;
  margin-right: 5px;
  margin-left: 10px;
}
.genghis-offsetbox-orange {
  position: relative;
  background-color: #FFF;
  padding: 5px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #F90;
  border-left-color: #F90;
  margin-right: 5px;
  margin-left: 10px;
  margin-top: 8px;
}
.genghis-blue {
  font-weight: bold;
  color: #49A6D8;
  font-size: 12px;
}
.genghis-orange {
  font-weight: bold;
  color: #F90;
  font-size: 12px;
}
.genghis-img {
  height: 150px;
  margin-bottom: 10px;
  /* [disabled]background-color: #F3F3F3;
*/
  /* [disabled]border: 1px solid #EEE;
*/
}
.genghis-title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.genghis-large-text {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FFF;
  padding-left: 20px;
  padding-top: 45px;
  width: 500px;
}
.genghis-medium-text {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-top: 25px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #EBEBEB;
  border-right-color: #EBEBEB;
  border-bottom-color: #EBEBEB;
  border-left-color: #EBEBEB;
}
.genghis-image-one {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #8A221C;
  background-image: url(http://www.newtek.com/images/stories/marketing/landing-pages/which_tricaster/genghis-smile.png);
  background-repeat: no-repeat;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 7px;
  padding-left: 25px;
}
.genghis-image-two {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #8A221C;
  background-image: url(http://www.newtek.com/images/stories/marketing/landing-pages/which_tricaster/genghis-two.png);
  background-repeat: no-repeat;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 7px;
  padding-left: 25px;
}
.genghis-image-three {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #8A221C;
  background-image: url(http://www.newtek.com/images/stories/marketing/landing-pages/which_tricaster/genghis-three.png);
  background-repeat: no-repeat;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 7px;
  padding-left: 40px;
}
.genghis-image-four {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #8A221C;
  background-image: url(http://www.newtek.com/images/stories/marketing/landing-pages/which_tricaster/genghis-four.png);
  background-repeat: no-repeat;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 7px;
  padding-left: 40px;
}
.genghis-cta {
  font-size: 18px;
  color: #FFFFFF;
  float: right;
  background-color: #0082c7;
  padding: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-weight: lighter;
  text-transform: none;
  margin-top: 20px;
  margin-right: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.genghis-explain {
  color: #FFF;
  font-size: 14px;
  padding-left: 20px;
  margin-bottom: 30px;
  width: 600px;
  padding-top: 30px;
}
.genghis-clear {
  clear: both;
}
/**/
/* HERO IMAGE STYLES
--------------------------------------------------------- */
#hero-2 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/TriCaster850-ProductPage.jpg) 0 0 no-repeat;4
}
#hero-31 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/TriCaster300-ProductPage.jpg) 0 0 no-repeat;
}
#hero-41 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/TriCasterStudio-ProductPage.jpg) 0 0 no-repeat;
}
#hero-634 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/3Play820-ProductPage.jpg) 0 0 no-repeat;
}
#hero-861 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/3Play4800-hero.jpg) 0 0 no-repeat;
}
#hero-650 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/3Play330-ProductPage.jpg) 0 0 no-repeat;
}
#hero-6, #hero-395 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/LightWave-ProductPage.jpg) 0 0 no-repeat;
}
#hero-712, #hero-843 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/NewsroomPage.jpg) 0 0 no-repeat;
}
#hero-713 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/EventsPage.jpg) 0 0 no-repeat;
}
#hero-723, #hero-17{
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/SupportPage.jpg) 0 0 no-repeat;
}
#hero-642 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/3Play425-ProductPage.jpg) 0 0 no-repeat;
}
#hero-301 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/TriCaster450-ProductPage.jpg) 0 0 no-repeat;
}
#hero-620 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/Accessories-ProductPage.jpg) 0 0 no-repeat;
}
#hero-683, #hero-897 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/InstantReplay-SolutionsPage.jpg) 0 0 no-repeat;
}
#hero-117 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/3D-Solutions.jpg) 0 0 no-repeat;
}
#hero-667, #hero-963 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/LiveProduction-SolutionsPage.jpg) 0 0 no-repeat;
}
#hero-60 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/AboutUsPage.jpg) 0 0 no-repeat;
}
#hero-64 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/CareersPage.jpg) 0 0 no-repeat;
}
#hero-734 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/CertificationPage.jpg) 0 0 no-repeat;
}
#hero-720 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/magazine-heroimage2.jpg) 0 0 no-repeat;
}
#hero-589 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/8000-heroimage.jpg) 0 0 no-repeat;
}
#hero-597 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/855-heroimage.jpg) 0 0 no-repeat;
}
#hero-605 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/455-heroimage.jpg) 0 0 no-repeat;
}
/*#hero-721 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/bcm2012-landingpagehero.jpg) 0 0 no-repeat;
}
*/
#hero-443 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/stories/marketing/landing-pages/x55/x55lp-hero.jpg) 0 0 no-repeat;
}
#hero-458 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/resellernews-hero.jpg) 0 0 no-repeat;
}
#hero-461{
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/lweiut.jpg) 0 0 no-repeat;
}
#hero-256 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/aag-3.jpg) 0 0 no-repeat;
}
#hero-629 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/tricastersoftware-hero-1.png) 0 0 no-repeat;
}
#hero-467 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/vse2-hero.jpg) 0 0 no-repeat;
}
#hero-804 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/HeroImages-whats-trending.jpg) 0 0 no-repeat;
}
#hero-broadcstminds {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:150px;
  background: #fff url(/images/hero/BroadcastMinds-2013-small.jpg) 0 0 no-repeat;
  margin-top:-15px;
}

#hero-821 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/nab2013-post.png) 0 0 no-repeat;
}
#hero-930 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:150px;
  background: #fff url(/images/hero/newtek-developer-network.jpg) 0 0 no-repeat;
}
#hero-951{
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/HeroImages-orderparts.jpg) 0 0 no-repeat;
}
#hero-953{
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/nab2013-post.png) 0 0 no-repeat;
}
#hero-989 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/40-productpage.jpg) 0 0 no-repeat;
}
#hero-993 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:422px;
  background: #fff url(/images/hero/newtek-sports-solutions-hero.jpg) 0 0 no-repeat;
}
#hero-1004 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:433px;
  background: #fff url(/images/hero/sports-solutions-overview-option-soccer-2.jpg) 0 0 no-repeat;
}
#hero-1006 {
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:980px;
  height:300px;
  background: #fff url(/images/hero/Q3-Hero-Image.jpg) 0 0 no-repeat;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
