/*  $Id$  */

* { margin:0; padding:0; font-family: arial, helvetica, sans-serif; }
body, html { background:#f5f5f5;  }
h1 { font-size:30px; color:#3b3b3b; margin:0; padding:0; border:none; }
h2 { font-size:24px; color:#3b3b3b; }
a { color:#5d8d92; text-decoration:none; }
a:hover { text-decoration:underline; }
a:active { outline: none; }
a:focus { -moz-outline-style:none; outline:none; }
p, h1, h2, h3, h4, .node .content p, .node .content h1, .node .content h2, .node .content h3, .node .content h4, .node .content h5 { margin:0; padding:0; }
p { font-size:12px; line-height:16px; color:#5b5b5b; }
.node .content ul li { margin:0px; padding:0px; }
.node .content table { margin:10px 0; }
.clear { height:0px; }

/* Admin Menu */
body #admin-menu {z-index:10000;}

/* HEADER */
#admin-menu ul { font-size:9px; line-height:1.4em; }

#action-nav { float:right; margin-top:9px; height:26px; }
#action-nav * { line-height:26px; font-size:12px; color:#5b5b5b; text-shadow:#fff 1px 1px 0px; }
#action-nav > ul { float: left; }
#action-nav li { list-style:none; display:inline-block; margin-left:6px; vertical-align:top; zoom:1; *display:inline; _height:26px; }
#action-nav a { display:block; height:26px; line-height:26px; }
#action-nav a.editions { background:url('//img.brightcove.com/homepage-header-icons.png') no-repeat left -22px; padding-left:22px; }
#action-nav a.questions { background:url('//img.brightcove.com/homepage-header-icons.png') no-repeat left 4px; padding-left:25px; margin-left:5px; }

#nav { list-style:none; float:left; height:48px; }
#nav li { display:block; height:42px; float:left; position:relative; z-index:1000; }
#nav li a { font-size:14px; color:#3b3b3b; text-decoration:none; float:left; display:block; height: 31px; padding: 17px 10px 0 10px; }
#nav li .nav-right { }
#nav li .nav-left, #nav li.last .nav-right { }
#nav .nav-item .dropdown { display:none; position:absolute; z-index:1010; top:48px; left:0px; background:#fff; -moz-border-radius-bottomright:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; -webkit-border-bottom-right-radius:5px; min-width: 148px; }
#nav .nav-item .dropdown li { clear:both; width:100%; height:auto; }
#nav .nav-item .dropdown li a { display:block; background:none; float:none; margin-top:-1px; border-top:1px solid transparent; border-bottom:1px solid #e0e0e0; border-left:1px solid #d4d4d4; border-right:1px solid #d4d4d4; height:auto; font-size:12px; color:#5b5b5b; padding:10px; }
#nav .nav-item .dropdown li a:hover { color:#fff; background: #515151; border-left:1px solid #515151; border-right:1px solid #515151; border-bottom:1px solid #515151; border-top:1px solid #515151; }
#nav .nav-item .dropdown li.last a { -moz-border-radius-bottomright:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; -webkit-border-bottom-right-radius:5px; }
#nav li.selected a, #nav li:hover a { color:#fff; background: #515151; }
#nav li.selected .nav-left, #nav li:hover .nav-left {  }
#nav li.selected .nav-left-last, #nav li:hover .nav-left-last {  }
#nav li.selected .nav-right, #nav li:hover .nav-right { }

/* ZC tick */
#nav .nav-item .tick {padding-left: 6px;width: 5px;padding-right: 5px;background: url("//img.brightcove.com/menu-tick.png") right 5px no-repeat;}
#nav .nav-item:hover .tick { background-position: right -31px; }
#search-box {padding-top: 1px; padding-left: 10px;}
#search { margin-right: 30px; margin-top: 7px; }
#search .form-item { margin:0; }
#search label { display:none; }
#search input.form-text {
    float: left;
    height: 31px;
    line-height: 31px;
    padding: 0 5px 0 5px;
    width: 150px;
    font-size: 14px;
    color: #3b3b3b;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#search input.form-text:focus { outline:none; }
#search input.form-submit {
    width: 29px;
    height: 33px;
    padding: 0;
    margin: 0;
    background: #fff url('//img.brightcove.com/search-magnifier-2.png') no-repeat 5px center;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0px;
    color: #fff;
    cursor: pointer;
    float: left;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    border-left: 0;
    z-index: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

#header-bottom a.free-trial-button { float:right; margin:7px 0 0 14px; }
#header-bottom a.free-trial-button:hover { text-decoration:none; }

/* Temp messaging area */
.temp-messaging { background-color:#c5c5c5; text-shadow:#ffffff 0 1px; }
.temp-messaging .container { text-align:center; color:#515151; padding:1em 0; position: relative; z-index: 1000; background: transparent url('//img.brightcove.com/homepage-fma-cactus-2014-01-03-take2.png') 0px -1px no-repeat; }
.temp-messaging .container span { position:relative; display:block;  text-transform:uppercase; font-weight:bold; }
.temp-messaging .container span.lead-in { font-size: 14px; }
.temp-messaging .container span.company { color:#a5c046; font-size: 38px; word-spacing:-3px; }
.temp-messaging .container p {  position:relative; font-size:16px; line-height: 22px; padding: 0 150px; text-shadow:#f1f1f1 0 1px; }
.temp-messaging .container p a { font-size:14px; text-transform:uppercase; font-weight:bold; color:#489da8; text-shadow:#f1f1f1 0 1px; }
.temp-messaging .container p a:hover { color:#79b5bd; text-decoration:none; }

/* BODY */
#body { background: #fff; min-height:550px; height:auto; padding:30px 0 70px 0; }
#body.front {background: #f0f0f0;}
a.title-feed-icon{ background: url("//img.brightcove.com/icon-blog-rss.gif") no-repeat scroll left top transparent; display: inline-block; height: 16px; margin-left: 10px; position: relative; text-indent: -9999px; top: 12px; width: 16px; }
a.title-feed-icon:hover{ background-position:right top; }
#secondary-nav { list-style:none; margin-top:14px; }
#secondary-nav li { display:inline; margin-right:20px; }
#secondary-nav a { background:url('//img.brightcove.com/secondary-nav-arrow.gif') no-repeat left 2px; color:#3b3b3b; font-size:14px; padding-left:15px; text-decoration:none; }
#secondary-nav a:hover, #secondary-nav li.active a { background-position:left -16px; color:#d32781; }
#secondary-nav li.last { margin:0; }
.node { background:none; padding:0px; }
.box { width:680px; float:left; margin:-27px 0 0 -30px; }
.box #search-results { padding:0px 0 0 25px; float:left; width:625px; }
.box h1 { margin-top:30px; }

/* Right Nav */
#main-column, body.sidebar-right .node, body.sidebars .node, form#block-admin-display-form, .box #search-results { min-height:220px; width:649px; margin-top:22px; padding-left:1px; float:left; border-top:1px solid #e5e5e5; -moz-border-radius-topleft:7px; -webkit-border-top-left-radius:7px; background:url('//img.brightcove.com/content-left-border.gif') no-repeat top left; }

#secondary-column { margin-top:22px; float:left; width:299px; border-top:1px solid #e5e5e5; background:#eee url('//img.brightcove.com/secondary-column-bg.gif') no-repeat bottom right; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; }
.sidebar-right #secondary-column { min-height:863px; }
#secondary-column .content { width:299px; margin:0; padding:0; }
#secondary-column .menu, #secondary-column .block-google_cse_adv ul { list-style:none; margin-top:-1px; padding:0px; }
#secondary-column .menu li, #secondary-column .block-google_cse_adv li { list-style:none; margin:0px; color:#f2f2f2; }
#secondary-column .menu a, #secondary-column .block-google_cse_adv a { display:block; height:25px; padding:11px 0 0 11px; font-size:14px; color:#3b3b3b; text-decoration:none; border-right:1px solid transparent; border-bottom:1px solid #dbdbdb; margin:0 20px -1px 20px; text-align:left; }
.sidebar-right #secondary-column .menu a:hover, .sidebar-right #secondary-column .menu a.active, #secondary-column .block-google_cse_adv a:hover, #secondary-column .block-google_cse_adv a.active  { color:#fff; background:url('//img.brightcove.com/tertiary-nav-hover.gif') repeat-x top left; border-right:1px solid #6d9fa5; border-bottom:1px solid #8ebbbf; margin:0 0 -1px 0; padding:11px 20px 0 31px; }
.sidebar-right #secondary-column .menu li.first a:hover, #secondary-column .menu li.first a.active { -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; }
.content-divider { background:#dbdbdb url('//img.brightcove.com/content-divider.gif') no-repeat top left; min-height:863px; float:left; width:1px; margin-top:22px; }
#cta-container { background: url("//img.brightcove.com/cta-container-gray-2.png") 0 0 no-repeat; height: 72px; margin: 20px 0 0 20px; padding: 5px 4px 0 5px; }
/* Left Nav */
.sidebar-left #container { position:relative; top:0px; left:0px; overflow:visible; margin-top:22px; background:#f5f5f5; }
.sidebar-left .node { width:720px; height:100%; float:right; background:#fff url('//img.brightcove.com/left-nav-shadow.png') repeat-y top left; border-left:1px solid #ddd; }
.sidebar-left #secondary-column { width:229px; margin:0px; background:transparent; -webkit-border-radius:0px; -moz-border-radius:0px; min-height:auto; height:auto; }
.sidebar-left #secondary-column .content { width:229px; }
.sidebar-left #secondary-column .menu a { padding:11px 10px 11px 25px; height:auto; font-size:14px; color:#242424; border-bottom:1px solid transparent; border-right:1px solid transparent; margin:0 0 -1px 0; }

.sidebar-left #secondary-column .menu .active-trail.first, .sidebar-left #secondary-column .menu li.first { margin-top:-1px; }
.sidebar-left #secondary-column .menu a.active, .sidebar-left #secondary-column .menu .active-trail a { color:#fff; }
.sidebar-left #secondary-column .menu li:hover { background:#fff; }
.sidebar-left #secondary-column .menu li a:hover { border-right:transparent; border-bottom:1px solid white; }
.sidebar-left #secondary-column .menu li.active-trail a:hover { border-bottom:1px solid #48757a; }

/* Right Nav */
#main-column, body.sidebar-right .node, body.sidebars .node, form#block-admin-display-form, .box #search-results, .box.no-results { min-height:220px; width:649px; margin-top:22px; padding-left:1px; float:left; border-top:1px solid #e5e5e5; -moz-border-radius-topleft:7px; -webkit-border-top-left-radius:7px; background:url('//img.brightcove.com/content-left-border.gif') no-repeat top left; }

#secondary-column { margin-top:22px; float:left; width:299px; border-top:1px solid #e5e5e5; background:#eee url('//img.brightcove.com/secondary-column-bg.gif') no-repeat bottom right; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; }
.sidebar-right #secondary-column { min-height:863px; }
#secondary-column .content { width:299px; margin:0; padding:0; }
#secondary-column .menu, #secondary-column .block-google_cse_adv ul { list-style:none; margin-top:-1px; padding:0px; }
#secondary-column .menu li, #secondary-column .block-google_cse_adv li { list-style:none; margin:0px; color:#f2f2f2; }
#secondary-column .menu a, #secondary-column .block-google_cse_adv a { display:block; height:25px; padding:11px 0 0 11px; font-size:14px; color:#3b3b3b; text-decoration:none; border-right:1px solid transparent; border-bottom:1px solid #dbdbdb; margin:0 20px -1px 20px; text-align:left; }
.sidebar-right #secondary-column .menu a:hover, .sidebar-right #secondary-column .menu a.active, #secondary-column .block-google_cse_adv a:hover, #secondary-column .block-google_cse_adv a.active  { color:#fff; background:url('//img.brightcove.com/tertiary-nav-hover.gif') repeat-x top left; border-right:1px solid #6d9fa5; border-bottom:1px solid #8ebbbf; margin:0 0 -1px 0; padding:11px 20px 0 31px; }
.sidebar-right #secondary-column .menu li.first a:hover, #secondary-column .menu li.first a.active { -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; }
.content-divider { background:#dbdbdb url('//img.brightcove.com/content-divider.gif') no-repeat top left; min-height:863px; float:left; width:1px; margin-top:22px; }

#play-2013-house-ad { display:block; width: 260px; height: 250px; background:url("//img.brightcove.com/play-2013-house-ad-2.png") 0 0 no-repeat; margin: 20px auto 0 auto; }
#play-2013-house-ad .btn { display:block; width: 174px; height: 35px; background:url("//img.brightcove.com/play-2013-house-ad-btn.png") 0 0 no-repeat; position: relative; top: 200px; left: 15px; }
#play-2013-house-ad .btn:hover { background-position: bottom left; }

/* Left Nav */
.sidebar-left #container { position:relative; top:0px; left:0px; overflow:visible; margin-top:22px; background:#f5f5f5; }
.sidebar-left .node { width:720px; height:100%; float:right; background:#fff url('//img.brightcove.com/left-nav-shadow.png') repeat-y top left; border-left:1px solid #ddd; }
.sidebar-left #secondary-column { width:229px; margin:0px; background:transparent; -webkit-border-radius:0px; -moz-border-radius:0px; min-height:auto; height:auto; }
.sidebar-left #secondary-column .content { width:229px; }
.sidebar-left #secondary-column .menu a { padding:11px 10px 11px 25px; height:auto; font-size:14px; color:#242424; border-bottom:1px solid transparent; border-right:1px solid transparent; margin:0 0 -1px 0; }

.sidebar-left #secondary-column .menu .active-trail.first, .sidebar-left #secondary-column .menu li.first { margin-top:-1px; }
.sidebar-left #secondary-column .menu a.active, .sidebar-left #secondary-column .menu .active-trail a { color:#fff; }
.sidebar-left #secondary-column .menu li:hover { background:#fff; }
.sidebar-left #secondary-column .menu li a:hover { border-right:transparent; border-bottom:1px solid white; }
.sidebar-left #secondary-column .menu li.active-trail a:hover { border-bottom:1px solid #48757a; }

.sidebar-left #secondary-column .signup-button { margin-left:14px; margin-bottom:20px; }
.sidebar-left #secondary-column .signup-button .signup-btn-inside { width:190px; }


/* Sidebar Promos */
.sidebar-promo { margin:20px 0 0 20px; position:relative; min-height:230px; display:block; width:260px; cursor:pointer; }
.sidebar-promo:hover { text-decoration:none; }
.sidebar-promo:hover .download-btn-inside, .sidebar-promo:hover .download-btn-left, .sidebar-promo:hover .download-btn-right { background-position:bottom left; }
.sidebar-promo span { display:block; }
.sidebar-promo-top { background:url(//img.brightcove.com/sidebar-promo-top.png) no-repeat top left; width:260px; height:41px; float:left; position:absolute; z-index:1001; top:0px; left:0px; }
.sidebar-promo-interior { position:relative; width:208px; height:auto; min-height:230px; padding:0 25px 10px 25px; text-align:center; background:#fff; border-right:1px solid #e3e3e3; border-left:1px solid #e3e3e3; float:left; margin-top:5px; }
.sidebar-promo .title { color:#3b3b3b; font-size:16px; font-weight:bold; line-height:20px; margin-top:3px; }
.sidebar-promo .subhead { color:#97a93f; font-weight:normal; text-transform:uppercase; font-size:10px; margin-top:8px; letter-spacing:1px; }
.sidebar-promo img { margin-top:15px; }
.sidebar-promo .download-button { position:absolute; bottom:15px; left:32px; }
.sidebar-promo .download-button .download-btn-inside { float:left; width:186px; padding-top:5px; height:19px; }
.sidebar-promo-bottom { background:url(//img.brightcove.com/sidebar-promo-bottom.png) no-repeat top left; float:left; width:260px; height:5px; }

#forrester-wave-sidebar .sidebar-promo-top { background-image:url(//img.brightcove.com/sidebar-promo-forrester-top.png); }
#forrester-wave-sidebar .sidebar-promo .title span { color:#76b1b8; font-size:20px; vertical-align:-1px; display:inline; font-family:Georgia, serif; }
#forrester-wave-sidebar .sidebar-promo .subhead { color:#9b9b9b; }
#forrester-wave-sidebar .sidebar-promo .caption { color:#669ba1; text-align:left; font-size:12px; display:block; width:202px; margin:8px auto 0 auto; padding-top:8px; background:url(//img.brightcove.com/horizontal-divider-2.png) no-repeat top left; }
#forrester-wave-sidebar .sidebar-promo .download-blue-button { position:absolute; bottom:20px; left:32px; }
#forrester-wave-sidebar .sidebar-promo .download-blue-button .download-blue-btn-inside { float:left; width:186px; }
#forrester-wave-sidebar .sidebar-promo-interior { background:#fff url(//img.brightcove.com/sidebar-promo-forrester-bottom.png) no-repeat bottom left; height:250px; width:210px; border:none; }

/* Search Results */
#secondary-column .item-list { width:299px; }

#search-results .search-result { border:none; margin-right: 1px; }
#search-results .search-result h3 a { color:#3b3b3b; font-size:16px; }
#search-results .search-result h4 { font-size:11px; font-weight:normal; font-style:italic; }
#search-results .search-result-doc h4, #search-results .search-result-tip h4 { color:#b63867; }
#search-results .search-result-article h4 { color:#9ab02d; }
#search-results .search-result-page h4 { color:#7b7b7b; }
#search-results .search-snippet { font-size:12px; line-height:16px; }
#search-results .search-node-type { margin-top:0px; }

.block ul.next-steps { list-style:none; margin:20px 20px 0 20px; padding:0px; }
.block ul.next-steps li { padding:10px 11px 0 11px; height:21px; border-top:1px solid #dfdfdf; }
.block ul.next-steps li.last { border-bottom:1px solid #dfdfdf; }
.block ul.next-steps a { font-size:12px; color:#5b5b5b; display:block; padding-left:20px; }
#secondary-column #block-views-www_resource_promos-block_1 { margin:20px 0 0 20px; }

#customer-quotes { width:280px; margin:20px 10px 0 10px; font-size:10px; color:#7b7b7b; }
.customer-quotes-top { background:url('//img.brightcove.com/customer-quotes-top.gif') no-repeat top left; width:259px; height:5px; margin-left:10px; clear:both; }
.customer-quotes-bottom { background:url('//img.brightcove.com/customer-quotes-bottom.gif') no-repeat bottom left; width:259px; height:15px; clear:both; margin-left:10px; }
#customer-quotes #quotes-show { float:left; background:#fff; border-left:1px solid #dcdcdc; border-right:1px solid #dcdcdc; width:257px; height:190px; }
#customer-quotes #quotes-show div { width:219px; height:160px; padding:15px 20px; display:none; }
#customer-quotes .controls { height:100%; float:left; width:10px; margin-top:45px; }
#customer-quotes .controls a { height:100px; }
#customer-quotes .divider { background:url('//img.brightcove.com/customer-quote-divider.gif') no-repeat top left; width:217px; height:1px; margin:7px 0; display:block; }
#customer-quotes #prev { text-indent:-9999px; width:6px; display:block; background:url('//img.brightcove.com/icon-previous-arrow.gif') no-repeat left center; }
#customer-quotes #prev:hover { background-position:right center; }
#customer-quotes #next { text-indent:-9999px; width:6px; display:block; background:url('//img.brightcove.com/icon-next-arrow.gif') no-repeat right center; }
#customer-quotes #next:hover { background-position:left center; }
#customer-quotes h2 { color:#3b3b3b; font-style:italic; font-weight:normal; font-size:15px; line-height:20px; margin:0 0 5px 0; }
#customer-quotes p { font-size:10px; color:#7b7b7b; }


/* RESOURCE PROMOS */

#block-views-www_resource_promos-block_1 { width:220px; overflow:hidden; position:relative; }
#block-views-www_resource_promos-block_1 .view-display-id-block_1 { padding:0; }
#block-views-www_resource_promos-block_1 .view-www-resource-promos:hover { margin-left:-220px; }

#page-not-found p { margin-left:0px; }

#footer .column { width:211px; background:url('//img.brightcove.com/footer-divider.gif') repeat-y top left; padding:12px 10px 0 15px; margin-top:3px; }

/* Replace lines 50-54 in style.css with the following */
.breadcrumb { height:20px; background:#fff; border-top:1px solid #e5e5e5; padding:13px 0px 6px 20px; line-height:14px; width:auto; }
.breadcrumb a { font-size:11px; color:#8b8b8b; text-decoration:none; }
.breadcrumb a:hover { text-decoration:underline; }
.breadcrumb ul li { display:inline; background:url('//img.brightcove.com/breadcrumb-li.gif') no-repeat left 3px; padding-left:14px; margin-right:7px; }
.breadcrumb li.first { background:url('//img.brightcove.com/breadcrumb-li-first.gif') no-repeat top left; margin-left:5px; padding-left:21px; }

.breadcrumb .breadcrumb, .breadcrumb .breadcrumb a { padding:0px; border:none; }







/********************* footer rules from style.css  - still need to clean but removed padding-left rules and height rules */
#footer {
    background:#333;
    padding-bottom: 130px;
}

#footer h2 { margin-top: 34px; }
#footer h2 a { color:#5b5b5b; font-size:14px; font-weight:normal; }
#footer a {text-decoration:none; }
#footer a:hover {text-decoration:underline; }

#footer-links { /*height:350px;*/ line-height:18px;}
#footer-links .column { width:180px;  margin-top:10px; float:left; }
#footer-links .empty { width: 3px; padding: 0; }
#footer-links li { list-style-image:none; list-style-position:outside; list-style-type:none; }
#footer-links p { margin-bottom:10px;  color:#8b8b8b; }
#footer-links p a { color:#5d8d92; text-decoration:underline; }

/*a#japan { background:url('//img.brightcove.com/footer-flag-japan.gif') no-repeat top left; padding-left:25px; display:block; height:14px; float:left; }
a#germany { background:url('//img.brightcove.com/footer-flag-germany.gif') no-repeat top left; padding-left:25px; display:block; height:14px; float:left; }
a#france { background:url('//img.brightcove.com/footer-flag-france.gif') no-repeat top left; padding-left:25px; display:block; height:14px; float:left; }
a#japan:hover, a#germany:hover, a#france:hover { background-position:bottom left; }*/

/********************* footer rules from style.css */


/* Footer */
#footer {
    background:#333;
}

#footer.clear-block       {float: none !important; clear: none !important; padding-bottom: 25px;}
#footer.clear-block:after {float: none !important; clear: none !important; display: none !important; content: none !important; }
#shadow-hr {
    width: 950px;
    margin: 0 auto;
    position: relative;
    height: 0px;
    border-top:    solid #424242 1px;
    border-bottom: solid #6a6a6a 1px;
}

#footer-links a, #footer-links p, #copyright a, #copyright li, #persistent-footer li, #trademark p {
    font-family: ProximaNova-Regular, Helvetica, Arial, sans-serif;  color: #b8b8b8; font-size: 14px;
}

#trademark .container {
    padding-bottom: 40px;
}
#footer-links a:hover {
    color: #489ca8 !important;
    text-decoration: none;
}

#footer .container {
    width: 960px;
}

#footer h2 a, #footer h2 {
    font-family: ProximaNova-SemiBold, Helvetica, Arial, sans-serif;
    font-size:14px;
    color:#eee;
    text-shadow: none;
    margin-bottom:5px;
    text-transform: uppercase;
    font-weight: normal;
}

#footer #logo-col { width: 210px; padding-right: 0; }

#footer img#bcov-brand-logo-footer {
    border: 0;
    float:left;
    margin-top: 21px;
    width: 159px;
    height: 40px;
}

#copyright {
    margin-top: 40px;
}

#copyright .copyright-inside {
    width: 750px;
    float: right;
}

#copyright ul#terms-privacy {
    margin-top:37px;
}

#copyright ul#terms-privacy a {
    text-shadow:#3d3d3d 1px 1px 0px;
}

#copyright .boilerplate {
    width: 500px;
    font-size: 14px;
    font-family:ProximaNova-Regular, Helvetica, Arial, sans-serif;
    color: #b8b8b8;
}

#copyright .boilerplate strong {
    font-family:ProximaNova-SemiBold, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #b8b8b8;
}

#footer strong#company-name-footer-pitch {font-family:ProximaNova-SemiBold, Helvetica, Arial, sans-serif; text-transform: uppercase;   color: #b8b8b8; font-size: 14px; }
#footer-links .column { padding-right:10px; background: #333;}
#footer-links .social-link { padding:0px; margin:10px 10px 0 0; text-indent:-9999px; display:block; float:left; width:35px; height:30px; background:url('//img.brightcove.com/homepage-stay-connected-icons-2.png') no-repeat top left; }
#footer-links .social-link.blogs { background-position:left -240px; }
.ipad #footer-links .social-link.blogs { background-position:left -241px; }

#footer-links #about-bcov {
    width:400px;
    padding-right:70px;
    background:none;
    height: auto !important;
    /* overflow: auto;*/
}

#footer-links .column { padding-left: 0 !important;}
#footer-links #about-bcov p { line-height: 18px }

#footer-links #company-list {
    width: 130px;
}

#copyright { background: none;  }
#copyright ul { background:url('//img.brightcove.com/corporate-footer-copyright-bg.jpg') no-repeat top center; width:600px; float:right; padding-top:10px; }
#copyright ul li, #copyright ul li a { color: #9b9b9b; margin-right:2px; }
#trademark {margin-top:40px; }
#trademark .container { color: #b8b8b8;  }
#footer-links .column-wide p { color: #b8b8b8;  }
#overview .top-area .ctas a.demo-btn span { display: block;padding: 6px 10px; }

#footer-links { height: auto; }
#copyright ul {  padding-top: 0; margin-top:0; background:none; }
#trademark .container { font-size:12px; font-family:ProximaNova-Regular, Helvetica, Arial, sans-serif;     text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15); background:#333;}
#overview .top-area .ctas a.demo-btn span { display: block;padding: 6px 10px;line-height: 16px; }

/*
 * generic class for social footer item squares
 *
*/
a.social-footer-item {
    display:  block;
    height:   32px;
    width:    32px;
}

#social-buttons-footer {
    margin-top: 0;
    padding:0;
    width: 176px;
    float: right;
}

#social-buttons-footer a {
    float: left;
    padding-right: 4px;
}

#social-buttons-footer a.last {
    padding-right: 0;
}

/*
 * social footer sprites
 *
*/
a#social-rss {  background: 0px 0px url(https://img.brightcove.com/footer-social-buttons-sprite.png) no-repeat;  }
a#social-rss:hover {  background-position: 0px -42px; }

a#social-blog {  background: 0px -84px url(https://img.brightcove.com/footer-social-buttons-sprite.png) no-repeat; }
a#social-blog:hover { background-position: 0px -127px; }

a#social-facebook {  background: 0px -170px url(https://img.brightcove.com/footer-social-buttons-sprite.png) no-repeat; }
a#social-facebook:hover { background-position: 0px -212px;  }


a#social-twitter { background: 0px -255px url(https://img.brightcove.com/footer-social-buttons-sprite.png) no-repeat; }
a#social-twitter:hover { background-position: 0px -297px; }

a#social-linkedin { background: 0px -340px url(https://img.brightcove.com/footer-social-buttons-sprite.png) no-repeat; }
a#social-linkedin:hover { background-position: 0px -382px;  }

a#social-gplus {  background:  0px -424px url(https://img.brightcove.com/footer-social-buttons-sprite.png) no-repeat;  }
a#social-gplus:hover {  background-position: 0px -466px;  }

#terms-privacy {
    margin-top: 20px;
}

#terms-privacy a, #terms-privacy {
    font-size: 12px;
    color: #b8b8b8;
}


/* Live Chat */
.chat-live-button { display:none; }
.chat-live-button.hidden { display:none !important; }
div.chat-container { display:inline-block; width:78px; height:26px !important; overflow:hidden !important; zoom:1; *display:inline; _height:26px; }
div.chat-container table, #div.chat-container tr, div.chat-container td, div.chat-container a, div.chat-container img, div.chat-container tbody { border:none !important; padding:0px !important; margin:0px !important; }
div.chat-container .lpPoweredByDiv, div.chat-container .lpEmtStarRating { display:none !important; width:0px !important; height:0px !important; overflow:hidden !important; }

.iphone #persistent-footer, .ipad #persistent-footer { position:relative; }
.iphone #persistent-footer .close, .ipad #persistent-footer .close { display:none; }


#scripts { height:0px; width:0px; overflow:hidden; }



/* GLOBAL */
.casestudy { background:url('//img.brightcove.com/icon-document-blue.gif') no-repeat left 1px; padding-left:15px; }
.visitsite { background:url('//img.brightcove.com/icon-visit-site-blue.gif') no-repeat left 2px; padding-left:16px; }
a.contact { background:url('//img.brightcove.com/icon-contact-2.gif') no-repeat left 2px; padding-left:20px; }
.call { background:url('//img.brightcove.com/icon-call.gif') no-repeat left top; padding-left:20px; }
.call:hover, .live-chat:hover, #action-nav a.live-chat:hover { text-decoration:none; }
.editions { background:url('//img.brightcove.com/icon-editions.png') no-repeat left 2px; padding-left:16px; }
.live-chat { background:url('//img.brightcove.com/icon-chat.png') no-repeat left 2px; padding-left:15px; }
.schedule { background:url('//img.brightcove.com/icon-schedule.gif') no-repeat left 2px; padding-left:15px; }
.print-this { background:url('//img.brightcove.com/icon-print-blue.gif') no-repeat left 2px; padding-left:15px; }
span.print-this { color:#5d8d92; font-size:12px; cursor:pointer; }

/* Pink 'Start a Free Trial' Button in Header */
a.free-trial-button { text-decoration:none; cursor:pointer; }
.trial-btn-left { background:url('//img.brightcove.com/btn-trial-left-orange.png') no-repeat top left; width:5px; height:28px; overflow:hidden; display:block; float:left; }
.trial-btn-inside { background:url('//img.brightcove.com/btn-trial-bg-orange.png') repeat-x top left; height:20px; display:block; float:left; padding:8px 10px 0 10px; font-weight:bold; font-size:10px; color:#fff; letter-spacing:1px; text-transform:uppercase; }
.trial-btn-right { background:url('//img.brightcove.com/btn-trial-right-orange.png') no-repeat top left; width:5px; height:28px; overflow:hidden; display:block; float:left; }
a.free-trial-button:hover .trial-btn-left, a.free-trial-button:hover .trial-btn-right, a.free-trial-button:hover .trial-btn-inside, a.free-trial-button { background-position:bottom left; text-decoration:none; cursor:pointer; }

/* Larger Pink 'Start a Free Trial' Button on Homepage */
a.homepage-trial-button { text-decoration:none; cursor:pointer; }
.homepage-trial-button .btn-left { background:url('//img.brightcove.com/btn-trial-homepage-left.gif') no-repeat top left; width:8px; height:36px; overflow:hidden; display:block; float:left; }
.homepage-trial-button .btn-inside { background:url('//img.brightcove.com/btn-trial-homepage-bg.gif') repeat-x top left; height:24px; display:block; float:left; padding:12px 10px 0 10px; font-weight:bold; font-size:11px; color:#fff; letter-spacing:1px; text-transform:uppercase; }
.homepage-trial-button .btn-right { background:url('//img.brightcove.com/btn-trial-homepage-right.gif') no-repeat top left; width:8px; height:36px; overflow:hidden; display:block; float:left; }
a.homepage-trial-button:hover .btn-left, a.homepage-trial-button:hover .btn-right, a.homepage-trial-button:hover .btn-inside, a.homepage-trial-button { background-position:bottom left; text-decoration:none; cursor:pointer; }

/* Blue 'Request a Demo' Button on Homepage */
a.demo-button { text-decoration:none; cursor:pointer; }
.demo-btn-left { background:url('//img.brightcove.com/btn-demo-left.png') no-repeat top left; width:5px; height:28px; overflow:hidden; display:block; float:left; }
.demo-btn-inside { background:url('//img.brightcove.com/btn-demo-bg.png') repeat-x top left; height:20px; display:block; float:left; padding:8px 10px 0 10px; font-weight:bold; font-size:10px; color:#fff; letter-spacing:1px; text-transform:uppercase; }
.demo-btn-right { background:url('//img.brightcove.com/btn-demo-right.png') no-repeat top left; width:5px; height:28px; overflow:hidden; display:block; float:left; }
a.demo-button:hover .demo-btn-left, a.demo-button:hover .demo-btn-right, a.demo-button:hover .demo-btn-inside, a.demo-button { background-position: bottom left; text-decoration:none; cursor:pointer; }

/* Larger Blue 'Contact Sales' Button on Homepage */
a.homepage-demo-button { text-decoration:none; cursor:pointer; }
.homepage-demo-button .btn-left { background:url('//img.brightcove.com/btn-demo-homepage-left.gif') no-repeat top left; width:8px; height:36px; overflow:hidden; display:block; float:left; }
.homepage-demo-button .btn-inside { background:url('//img.brightcove.com/btn-demo-homepage-bg.gif') repeat-x top left; height:24px; display:block; float:left; padding:12px 10px 0 10px; font-weight:bold; font-size:11px; color:#fff; letter-spacing:1px; text-transform:uppercase; }
.homepage-demo-button .btn-right { background:url('//img.brightcove.com/btn-demo-homepage-right.gif') no-repeat top left; width:8px; height:36px; overflow:hidden; display:block; float:left; }
a.homepage-demo-button:hover .btn-left, a.homepage-demo-button:hover .btn-right, a.homepage-demo-button:hover .btn-inside, a.homepage-demo-button { background-position:bottom left; text-decoration:none; cursor:pointer; }

/* Green 'Register Now' Button */
a.register-button { text-decoration:none; cursor:pointer; }
.register-btn-left { background:url('//img.brightcove.com/btn-register-left.png') no-repeat top left; width:5px; height:29px; overflow:hidden; display:block; float:left; }
.register-btn-inside { background:url('//img.brightcove.com/btn-register-bg.png') repeat-x top left; height:20px; display:block; float:left; padding:9px 10px 0 10px; font-weight:bold; font-size:10px; color:#fff; letter-spacing:1px; text-transform:uppercase; }
.register-btn-right { background:url('//img.brightcove.com/btn-register-right.png') no-repeat top left; width:5px; height:29px; overflow:hidden; display:block; float:left; }
a.register-button:hover .register-btn-left, a.register-button:hover .register-btn-right, a.register-button:hover .register-btn-inside, a.register-button { background-position: bottom left; text-decoration:none; cursor:pointer; }

/* Large 'Signup Now' Button from video platform section, and right column */
a.signup-button { text-align:center; text-decoration:none; cursor:pointer; margin:20px 0 0 20px; float:left; }
.signup-btn-left { background:url('//img.brightcove.com/btn-signup-left.png') no-repeat top left; width:5px; height:64px; overflow:hidden; display:block; float:left; }
.signup-btn-inside { background:url('//img.brightcove.com/btn-signup-bg.png') repeat-x top left; height:48px; display:block; float:left; padding-top:16px; font-weight:bold; font-size:18px; color:#fff; letter-spacing:1px; text-transform:uppercase; width:249px; }
.signup-btn-inside span { display:block; font-size:10px; font-weight:bold; color:#5f1f37; text-transform:uppercase; letter-spacing:0px; }
.signup-btn-right { background:url('//img.brightcove.com/btn-signup-right.png') no-repeat top left; width:5px; height:64px; overflow:hidden; display:block; float:left; }
a.signup-button:hover .signup-btn-left, a.signup-button:hover .signup-btn-right, a.signup-button:hover .signup-btn-inside, a.signup-button { background-position: bottom left; text-decoration:none; cursor:pointer; }

/* Large become a partner button */
a.partner-button { text-align:center; text-decoration:none; cursor:pointer; margin:20px 0 0 20px; float:left; }
.partner-btn-left { background:url('//img.brightcove.com/btn-partner-left.png') no-repeat top left; width:5px; height:64px; overflow:hidden; display:block; float:left; }
.partner-btn-inside { background:url('//img.brightcove.com/btn-partner-bg.png') repeat-x top left; height:48px; display:block; float:left; padding-top:16px; font-weight:bold; font-size:18px; color:#fff; letter-spacing:1px; text-transform:uppercase; width:250px; text-align:center; }
.partner-btn-inside span { display:block; font-size:10px; font-weight:bold; color:#4d571e; text-transform:uppercase; letter-spacing:0px; }
.partner-btn-right { background:url('//img.brightcove.com/btn-partner-right.png') no-repeat top left; width:5px; height:64px; overflow:hidden; display:block; float:left; }
a.partner-button:hover .partner-btn-left, a.partner-button:hover .partner-btn-right, a.partner-button:hover .partner-btn-inside, a.partner-button { background-position: bottom left; text-decoration:none; cursor:pointer; }

/* Grey Sidebar Button */
a.grey-button { text-decoration:none; cursor:pointer; }
.grey-btn-left { background:url('//img.brightcove.com/btn-grey-left.png') no-repeat top left; width:5px; height:34px; overflow:hidden; display:block; float:left; }
.grey-btn-inside { background:url('//img.brightcove.com/btn-grey-bg.png') repeat-x top left; height:23px; display:block; float:left; padding:11px 10px 0 10px; font-weight:bold; font-size:10px; color:#5b5b5b; text-transform:uppercase; text-align:center; }
.grey-btn-right { background:url('//img.brightcove.com/btn-grey-right.png') no-repeat top left; width:5px; height:34px; overflow:hidden; display:block; float:left; }
a.grey-button:hover .grey-btn-left, a.grey-button:hover .grey-btn-right, a.grey-button:hover .grey-btn-inside, a.grey-button { background-position: bottom left; text-decoration:none; cursor:pointer; }

/* Green Sidebar Download Now Button */
a.download-button { text-decoration:none; cursor:pointer; }
.download-btn-left { background:url('//img.brightcove.com/btn-sidebar-left.gif') no-repeat top left; width:5px; height:24px; overflow:hidden; display:block; float:left; }
.download-btn-inside { background:url('//img.brightcove.com/btn-sidebar-bg.gif') repeat-x top left; height:18px; display:block; float:left; padding-top:6px; font-weight:bold; font-size:10px; color:#fff; text-transform:uppercase; text-align:center; letter-spacing:1px; }
.download-btn-right { background:url('//img.brightcove.com/btn-sidebar-right.gif') no-repeat top left; width:5px; height:24px; overflow:hidden; display:block; float:left; }
a.download-button:hover .download-btn-left, a.download-button:hover .download-btn-right, a.download-button:hover .download-btn-inside, a.download-button { background-position: bottom left; text-decoration:none; cursor:pointer; }

/* Blue Sidebar Download Now Button */
a.download-blue-button { text-decoration:none; cursor:pointer; }
.download-blue-btn-left { background:url('//img.brightcove.com/btn-sidebar-blue-left.gif') no-repeat top left; width:5px; height:24px; overflow:hidden; display:block; float:left; }
.download-blue-btn-inside { background:url('//img.brightcove.com/btn-sidebar-blue-bg.gif') repeat-x top left; height:18px; display:block; float:left; padding-top:6px; font-weight:bold; font-size:10px; color:#fff; text-transform:uppercase; text-align:center; }
.download-blue-btn-right { background:url('//img.brightcove.com/btn-sidebar-blue-right.gif') no-repeat top right; width:5px; height:24px; overflow:hidden; display:block; float:left; }
a.download-blue-button:hover .download-blue-btn-left, a.download-blue-button:hover .download-blue-btn-right, a.download-blue-button:hover .download-blue-btn-inside, a.download-blue-button { background-position: bottom left; text-decoration:none; cursor:pointer; }

/* Large Green Button */
a.large-green-button { text-decoration:none; cursor:pointer; }
.large-green-button .btn-left { background:url('//img.brightcove.com/btn-large-green-left.png') no-repeat top left; width:5px; height:38px; overflow:hidden; display:block; float:left; }
.large-green-button .btn-inside { background:url('//img.brightcove.com/btn-large-green-bg.png') repeat-x top left; height:28px; display:block; float:left; padding-top:10px; font-weight:bold; font-size:16px; color:#fff; text-shadow:#6c792a 1px 1px 0px; text-align:center; }
.large-green-button .btn-right { background:url('//img.brightcove.com/btn-large-green-right.png') no-repeat top right; width:5px; height:38px; overflow:hidden; display:block; float:left; }
a.large-green-button:hover .btn-left, a.large-green-button:hover .btn-right, a.large-green-button:hover .btn-inside, a.large-green-button:hover { background-position: bottom left; text-decoration:none; cursor:pointer; }

/* Large Blue Solutions Demo Button */
a.solutions-demo-button { text-decoration:none; cursor:pointer; }
.solutions-demo-button .btn-left { background:url('//img.brightcove.com/btn-demo-solutions-left.png') no-repeat top left; width:5px; height:43px; overflow:hidden; display:block; float:left; }
.solutions-demo-button .btn-inside { background:url('//img.brightcove.com/btn-demo-solutions-bg.png') repeat-x top left; height:30px; display:block; float:left; padding:13px 15px 0 15px; font-weight:bold; font-size:14px; color:#fff; text-transform:uppercase; text-align:center; }
.solutions-demo-button .btn-right { background:url('//img.brightcove.com/btn-demo-solutions-right.png') no-repeat top right; width:8px; height:43px; overflow:hidden; display:block; float:left; }
a.solutions-demo-button:hover .btn-left, a.solutions-demo-button:hover .btn-right, a.solutions-demo-button:hover .btn-inside, a.solutions-demo-button:hover { background-position: bottom left; text-decoration:none; cursor:pointer; }

/* Small Blue Homepage Button */
a.blue-button-small { text-decoration:none !important; cursor:pointer !important; display:inline-block; zoom:1; *display:inline; _height:26px; }
a.blue-button-small span { background:url('//img.brightcove.com/btn-homepage-blue.png') no-repeat top left; height:26px; display:block; float:left; width:5px; }
.blue-button-small .btn-left { background-position:left -510px; }
.blue-button-small .btn-inside { width:auto; padding:0 10px; line-height:26px; font-size:12px; color:#fff !important; text-align:center; text-shadow:#3c666b 1px 1px 0px !important; background-position:left -536px; background-repeat:repeat-x; }
.blue-button-small .btn-right { background-position:left -562px; }
.blue-button-small:hover .btn-left { background-position:left -588px; }
.blue-button-small:hover .btn-right { background-position:left -640px; }
.blue-button-small:hover .btn-inside { background-position:left -614px; }

/* Medium Blue Homepage Button */
a.blue-button { text-decoration:none !important; cursor:pointer !important; display:inline-block; zoom:1; *display:inline; _height:30px; }
a.blue-button span { background:url('//img.brightcove.com/btn-homepage-blue.png') no-repeat top left; height:30px; display:block; float:left; width:5px; }
.blue-button .btn-inside { width:auto; padding:0 10px; line-height:30px; font-size:14px; color:#fff; text-align:center; text-shadow:#3c666b 1px 1px 0px; background-position:left -30px; background-repeat:repeat-x; }
.blue-button .btn-right { background-position:left -60px; }
.blue-button:hover .btn-left { background-position:left -90px; }
.blue-button:hover .btn-right { background-position:left -150px; }
.blue-button:hover .btn-inside { background-position:left -120px; }

/* Large Blue Homepage Button */
a.blue-button-large { text-decoration:none !important; cursor:pointer !important; display:inline-block; zoom:1; *display:inline; _height:55px; }
a.blue-button-large span { background:url('//img.brightcove.com/btn-homepage-blue.png') no-repeat top left; height:55px; display:block; float:left; width:5px; }
.blue-button-large .btn-left { background-position:left -180px; }
.blue-button-large .btn-inside { width:auto; padding:10px 15px 0; height:45px; font-size:18px; font-weight:bold; color:#fff; text-align:center; text-shadow:#3c666b 1px 1px 0px; background-position:left -235px; background-repeat:repeat-x; }
.blue-button-large .btn-inside span { display:block; color:#d6e6e8; font-size:12px; font-weight:normal; width:auto; background:none; float:none; margin-top:2px; }
.blue-button-large .btn-right { background-position:left -290px; }
.blue-button-large:hover .btn-left { background-position:left -345px; }
.blue-button-large:hover .btn-right { background-position:left -455px; }
.blue-button-large:hover .btn-inside { background-position:left -400px; }

/* Pink Homepage Button */
a.pink-button { text-decoration:none !important; cursor:pointer !important; display:inline-block; zoom:1; *display:inline; _height:55px; }
a.pink-button span { background:url('//img.brightcove.com/btn-homepage-pink.png') no-repeat top left; height:30px; display:block; float:left; width:5px; }
.pink-button .btn-inside { width:auto; padding:0 10px; line-height:30px; font-size:14px; color:#fff; text-align:center; text-shadow:#7b2848 1px 1px 0px; background-position:left -30px; background-repeat:repeat-x; }
.pink-button .btn-right { background-position:left -60px; }
.pink-button:hover .btn-left { background-position:left -90px; }
.pink-button:hover .btn-right { background-position:left -150px; }
.pink-button:hover .btn-inside { background-position:left -120px; }



/* Fancy Box Gallery */
.gallery-pics { width:720px; height:580px; margin:10px auto; }
.gallery-pics img { margin-top:16px; }
.gallery-pics p { width:720px; }

.gallery-bottom { margin-left:5px; margin-right:5px; text-align:center; }
.gallery-nav { list-style:none; height:115px; float:left; }
.gallery-nav li { width:122px; margin:0 17px 0 0; float:left; text-align:center; }
.gallery-nav a { color:#7b7b7b; font-size:12px; text-decoration:none; }
.gallery-nav img { width:120px; height:90px; border:2px solid #e5e5e5; display:block; margin-bottom:8px; }
.gallery-nav a.activeSlide img, .gallery-nav a:hover img { border:2px solid #6b969d; }
.gallery-nav li.last { margin-right:0px; }
.gallery-controls { margin-top:34px; }
#gallery-next { width:30px; height:30px; margin-left:10px; display:block; text-indent:-9999px; background:url(//img.brightcove.com/overlay-gallery-next.gif) no-repeat top left; }
#gallery-prev { width:30px; height:30px; margin-right:10px; display:block; text-indent:-9999px; background:url(//img.brightcove.com/overlay-gallery-previous.gif) no-repeat top right; }
#gallery-next:hover { background-position:top right; }
#gallery-prev:hover { background-position:top left; }

/* Fancy Box */
div#fancy_overlay { position:fixed; top:0; left:0; width:100%; height:100%; background-color:#000; display:none; z-index:1001; }
* html div#fancy_overlay { position:absolute; height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight :document.body.offsetHeight + 'px'); }
div#fancy_wrap { text-align:left; }
div#fancy_loading { position:absolute; height:40px; width:40px; cursor:pointer; display:none; overflow:hidden; background:transparent; z-index:100; }
div#fancy_loading div { position:absolute; top:0; left:0; width:40px; height:480px; background:transparent url('//img.brightcove.com/fancy_progress.png') no-repeat; }
div#fancy_loading_overlay { position:absolute; background-color:#FFF; z-index:30; }
div#fancy_loading_icon { position:absolute; background:url('//img.brightcove.com/fancy_loading.gif') no-repeat; z-index:35; width:16px; height:16px; }
div#fancy_outer { position:absolute; top:0; left:0; z-index:1001; padding:18px 18px 33px 18px; margin:0; overflow:hidden; background:transparent; display:none; }
div#fancy_inner { position:relative; width:100%; height:100%; background:#fff url('//img.brightcove.com/overlay-gallery-bg.gif') repeat-x top left; -moz-border-radius:5px; -webkit-border-radius:5px; }
div#fancy_content { margin:0; z-index:100; position:absolute; }
div#fancy_div { background:#000; color:#FFF; height:100%; width:100%; z-index:100; }
img#fancy_img { position:absolute; top:0; left:0; border:0; padding:0; margin:0; z-index:100; width:100%; height:100%; }
div#fancy_close { position:absolute; top:-8px; right:-8px; height:26px; width:26px; background:url('//img.brightcove.com/fancy-close.png') top left no-repeat; cursor:pointer; z-index:181; display:none; }
#fancy_frame { position:relative; width:100%; height:100%; display:none; }
#fancy_ajax { width:100%; height:100%; overflow:auto; }
a#fancy_left, a#fancy_right { position:absolute; bottom:0px; height:100%; width:35%; cursor:pointer; z-index:111; display:none; background-image:url(data:image/gif;base64,AAAA); outline:none; }
a#fancy_left { left:0px; }
a#fancy_right { right:0px; }
span.fancy_ico { position:absolute; top:50%; margin-top:-15px; width:30px; height:30px; z-index:112; cursor:pointer; display:block; }
span#fancy_left_ico { left:-9999px; background:transparent url('//img.brightcove.com/fancy_left.png') no-repeat; }
span#fancy_right_ico { right:-9999px; background:transparent url('//img.brightcove.com/fancy_right.png') no-repeat; }
a#fancy_left:hover, a#fancy_right:hover { visibility:visible; }
a#fancy_left:hover span { left:20px; }
a#fancy_right:hover span { right:20px; }
.fancy_bigIframe { position:absolute; top:0; left:0; width:100%; height:100%; background:transparent; }
div#fancy_bg { position:absolute; top:0; left:0; width:100%; height:100%; z-index:70; border:0; padding:0; margin:0; }
div.fancy_bg { position:absolute; display:block; z-index:70; border:0; padding:0; margin:0; }
div.fancy_bg_n { top:-18px; width:100%; height:18px; background:transparent url('//img.brightcove.com/fancy_shadow_n.png') repeat-x; }
div.fancy_bg_ne { top:-18px; right:-13px; width:13px; height:18px; background:transparent url('//img.brightcove.com/fancy_shadow_ne.png') no-repeat; }
div.fancy_bg_e { right:-13px; height:100%; width:13px; background:transparent url('//img.brightcove.com/fancy_shadow_e.png') repeat-y; }
div.fancy_bg_se { bottom:-18px; right:-13px; width:13px; height:18px; background:transparent url('//img.brightcove.com/fancy_shadow_se.png') no-repeat; }
div.fancy_bg_s { bottom:-18px; width:100%; height:18px; background:transparent url('//img.brightcove.com/fancy_shadow_s.png') repeat-x; }
div.fancy_bg_sw { bottom:-18px; left:-13px; width:13px; height:18px; background:transparent url('//img.brightcove.com/fancy_shadow_sw.png') no-repeat; }
div.fancy_bg_w { left:-13px; height:100%; width:13px; background:transparent url('//img.brightcove.com/fancy_shadow_w.png') repeat-y; }
div.fancy_bg_nw { top:-18px; left:-13px; width:13px; height:18px; background:transparent url('//img.brightcove.com/fancy_shadow_nw.png') no-repeat; }
div#fancy_title { position:absolute; bottom:-33px; left:0; width:100%; z-index:100; display:none; }
div#fancy_title div { color:#FFF; font:bold 12px Arial; padding-bottom:3px; }
div#fancy_title table { margin:0 auto; }
div#fancy_title table td { padding:0; vertical-align:middle; }
td#fancy_title_left { height:32px; width:15px; background:transparent url('//img.brightcove.com/fancy_title_left.png') repeat-x; }
td#fancy_title_main { height:32px; background:transparent url('//img.brightcove.com/fancy_title_main.png') repeat-x; }
td#fancy_title_right { height:32px; width:15px; background:transparent url('//img.brightcove.com/fancy_title_right.png') repeat-x; }



.box #search-results,.box.no-results {  background:url('//img.brightcove.com/content-right-border.gif') no-repeat top right; -moz-border-radius-topleft: 0; -moz-border-radius-topright: 7px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 0; }
.box.no-results { padding-left: 20px; padding-top: 15px; }
/* Move secondary column to left for search results. */
.search-results-page .box { float:right; }
.search-results-page #secondary-column { -moz-border-radius-topright: 0; -moz-border-radius-topleft: 7px; background-image: url('//img.brightcove.com/secondary-column-bg-right.gif'); -webkit-border-top-right-radius: 0; -webkit-border-top-left-radius: 5px; width: 209px; margin-top:61px;}
.search-results-page #secondary-column .content { width: 209px; }
.search-results-page #secondary-column .item-list { width: 209px; }
#secondary-column .block-google_cse_adv a  { border-right: 0; border-left: 1px solid transparent; padding-left:11px; margin-left:10px; margin-right:10px; }
#secondary-column .block-google_cse_adv a:hover, #secondary-column .block-google_cse_adv a.active { border-left: 1px solid #6D9FA5; border-right: 0; font-weight: bold; padding-left:21px; }
.search-results-page .content-divider { background: none; }
.search-results-page h1 { margin-left: -209px; }
.search-results-page .box { width: 770px; }
.search-results-page .box .content { width: 660px; }
.search-results-page .box #search-results { width: 715px; }
.search-results-page .box #search-results.no-results { padding-left: 20px; padding-top:15px; }
.search-results-page .search-result  { padding-right: 30px; }
#secondary-column .block-google_cse_adv li.first a:hover, #secondary-column .block-google_cse_adv li.first a.active { -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; }
#block-google_cse_adv-0 h2 { display: none; }
#block-google_cse_adv-0 ul { line-height:16px; }
.search-results-page .search-result-divider { background: url('//img.brightcove.com/customers-horizontal-divider.gif') no-repeat left bottom; height: 1px; width: 648px; }
.search-results-page .search-result-hover { background: url('//img.brightcove.com/search-result-hover.png') top left no-repeat; cursor: pointer; }

.search-results-page .box .content .item-list {clear:both;float:left;position:relative;text-align:center;width:100%;}
.search-results-page .box .content .item-list ul.pager {display:inline-block;margin:15px auto 0  !important; }

#block-google_cse_adv-1 .content { padding: 0; margin: 0; }
#block-google_cse_adv-1 .block-icon { display:none; }

#secondary-column .block-google_cse_adv a.filter-link span { background: url('//img.brightcove.com/search-filter-icons-2.gif') no-repeat 0 -19px; padding-left: 16px; }
#secondary-column .block-google_cse_adv a.filter-link-support span { background-position: 0 -40px; }
#secondary-column .block-google_cse_adv a.filter-link-all span { background-position: 0 2px; }
#secondary-column .block-google_cse_adv a.filter-link-community span { background-position: 0 -82px; }
#secondary-column .block-google_cse_adv a.filter-link-developer span { background-position: 0 -61px; }
#secondary-column .block-google_cse_adv a.filter-link-corporate span { background-position: 0 -19px; }
#secondary-column .block-google_cse_adv a.filter-link.active span { background-position: 0 -103px; }
#secondary-column .block-google_cse_adv a.filter-link:hover span { background-position: 0 -103px; }
/* New docs search refinements */
#secondary-column .block-google_cse_adv a.filter-link-support_video_cloud { padding-left: 25px; }
#secondary-column .block-google_cse_adv a.filter-link-support_video_cloud.active,
#secondary-column .block-google_cse_adv a.filter-link-support_video_cloud:hover { padding-left:35px; }
#secondary-column .block-google_cse_adv a.filter-link-support_video_cloud span { background-position: 0 -142px; }
#secondary-column .block-google_cse_adv a.filter-link-support_app_cloud { padding-left: 25px; }
#secondary-column .block-google_cse_adv a.filter-link-support_app_cloud.active,
#secondary-column .block-google_cse_adv a.filter-link-support_app_cloud:hover { padding-left:35px; }
#secondary-column .block-google_cse_adv a.filter-link-support_app_cloud span { background-position: 0 -124px; }

.core-suggestions #block-google_cse_adv-1 { margin: 0; border: 0; }
.core-suggestions #block-google_cse_adv-1 .content { margin: 0; border: 0; }

.search-results-page .zc-logo { height: 16px; }
.search-results-page .box.no-results { margin-top:22px; min-height:100px; margin-left:0px; width:725px; float:right; padding:5px 0 20px 15px; }
.search-results-page .box.no-suggestions { background-position:left 50px; }
.search-results-page .box.no-suggestions ul { padding-top:40px; }
.search-results-page .box ul li, .search-results-page .box.no-results li { list-style-image: url(//img.brightcove.com/bullet-gray.gif); margin-bottom:10px; }
.no-results li { font-size:14px; }
.search-results-page .box #block-google_cse_adv-1 ul li { padding-left:3px; margin: 0; }

/* Japan Releief Header */
/* #header { height:141px; } */
#relief-header { height:27px; font-weight:bold; text-align:center; background:#a81c1c; display:block; color:#fff; text-transform:uppercase; font-size:9px; letter-spacing:1px; }
#relief-header:hover { text-decoration:none; background-color:#931616; }
#relief-header span { background:url('//img.brightcove.com/ja-relief-icons-2.gif') no-repeat center left; display:inline-block; height:27px; padding:0 0 0 25px; line-height:28px; cursor:pointer; }

/* Large 'Video cloud signup' Button from video platform section, and right column */
.video-cloud-trial-button { margin:0;  display:block; width:249px; height:62px; background:url('//img.brightcove.com/video-cloud-cta-btn.png') no-repeat top left; }
.video-cloud-trial-button .top { text-align: center;font-size: 18px;color: white;font-weight: bold;padding-top: 12px;text-shadow: 0px 1px 0 #B96327; }
.video-cloud-trial-button .bottom { color: #A84623;text-transform: uppercase;text-align: center;padding-top: 3px;font-size: 10px;text-shadow: 0px 1px 0 #F68B66; }
.video-cloud-trial-button:hover { background-position:left -62px; text-decoration:none; }
.video-cloud-trial-button:active { background-position:left -124px; }

/* Large 'App cloud signup' Button from right column */
.app-cloud-trial-button { margin-top: 5px; display:block; width:249px; height:62px; background:url('//img.brightcove.com/app-cloud-cta-btn.png') no-repeat top left; }
.app-cloud-trial-button:hover { background-position:left -62px; text-decoration:none;  }
.app-cloud-trial-button:active { background-position:left -124px; }
.app-cloud-trial-button .top { text-align: center;font-size: 18px;color: white;font-weight: bold;padding-top: 12px;text-shadow: 0px 1px 0 #809831; }
.app-cloud-trial-button .bottom { color: #677d2b;text-transform: uppercase;text-align: center;padding-top: 3px;font-size: 10px;text-shadow: 0px 1px 0 #a4b96a; }

/* Compliance pop up & disclaimers */
#press-overlay { display:none; position:fixed; top:0px; left:0px; width:100%; height:100%; z-index:2000; }
#press-overlay .bg { width:100%; height:100%; background:#f8f8f8; opacity:0.7; filter:alpha(opacity=70); position:absolute; z-index:1; }
#press-overlay .content { position:absolute; z-index:1002; top:50%; left:50%; margin:-257px 0 0 -254px; width:470px; height:auto; }
#press-overlay .content .bg-top{background: url('//img.brightcove.com/bg-popup-top.png') no-repeat center center;height: 22px;width: 524px;}
#press-overlay .content .bg-mid{background: url('//img.brightcove.com/bg-popup-mid.png') repeat-y center center;width: 524px;padding: 10px 0;}
#press-overlay .content .bg-bottom{background: url('//img.brightcove.com/bg-popup-bottom.png') no-repeat center center;height: 22px;width: 524px;}
#press-overlay h3 { text-align:center; color:#d1dc35; font-size:24px; }
#press-overlay #popup-interior{ background:url('//img.brightcove.com/hr-popup.png') no-repeat top center; padding: 20px 45px 5px 45px;font-size: 14px;margin-top: 15px;color: white;}
#press-overlay #popup-interior .popup-item{ display: block; background: url("//img.brightcove.com/bullet-light-blue.png") no-repeat 0 2px; padding-left:15px; margin-bottom:5px; }
#press-overlay p { margin:10px 45px 20px 45px; color:#ffffff; text-align:center; }
#press-overlay .confirm {  margin-left:15px; }
#press-disclaimer-cancel { display:inline-block; margin:0 10px; }
#press-disclaimer-confirm { display:inline-block; margin:0 10px; }
#press-overlay #disclaimer-buttons{margin-top:20px;}
#press-disclaimer-continue{ cursor:pointer; color:#78b4bc; text-decoration:underline; }
#press-disclaimer-continue:hover{ text-decoration:none; }
.node-press-release .content p.press-disclaimer-text{background:#F4F8C2; color:#7B7B7B; font-size:12px; line-height:18px; display:inline;}
.popup-button { text-align:center; height:26px; width:55px; display:inline-block; background:url('//img.brightcove.com/btn-popup.png') no-repeat top left; line-height:26px; cursor:pointer; color:#ffffff; font-weight:bold; text-shadow:#215a60 1px 1px 0px;  text-decoration:none; }
.popup-button:hover { background-position: 0 -26px; text-decoration:none; }
.popup-button:active { background-position: 0 -52px; }
.press-disclaimer{padding-bottom:20px;}

/* New CTA Popup */
.video-cloud-cta-popup { display:none; position:fixed; top:0px; left:0px; width:100%; height:100%; z-index:2000; }
.video-cloud-cta-popup .bg { width:100%; height:100%; background:#515151; opacity:0.7; filter:alpha(opacity=70); position:absolute; z-index:1; }
.video-cloud-cta-popup .content-inner { position:absolute; z-index:1002; top:50%; left:50%; margin:-257px 0 0 -178px; width:354px; height:auto; }
.video-cloud-cta-popup .content-inner .bg-top{background: url('//img.brightcove.com/cta-popup-top.png') no-repeat center center;height: 16px;width: 354px;}
.video-cloud-cta-popup .content-inner .bg-mid{background: url('//img.brightcove.com/cta-popup-mid.png') repeat-y center center;width: 354px;padding: 10px 0;}
.video-cloud-cta-popup .content-inner .bg-bottom{background: url('//img.brightcove.com/cta-popup-bottom.png') no-repeat center center;height: 16px;width: 354px;}
.video-cloud-cta-popup .close {background: url("//img.brightcove.com/cta-popup-close.png") 0 0 no-repeat;top: -14px;position: relative;left: 328px;width: 16px;height: 16px;cursor: pointer;}
.video-cloud-cta-popup #popup-interior { margin-top:-20px; }
.video-cloud-cta-popup h2 { color:#515151; font-size:20px; font-weight:bold; text-align:center; }
.video-cloud-cta-popup h3 { color:#717171; font-size:14px; font-weight:normal; font-style:italic; text-align:center; margin-top: 2px; }
.video-cloud-cta-popup form { text-align:center; margin-top:15px; }
.video-cloud-cta-popup .email { background: url("//img.brightcove.com/cta-popup-input-bg.png") 0 0 no-repeat;width: 280px;height: 48px;border: 0;font-size: 20px;color: #C9C9C9;padding: 0 10px; }
.video-cloud-cta-popup .register { background:url("//img.brightcove.com/video-cloud-cta-popup-submit.png") 0 0 no-repeat; font-size:20px; font-weight:bold; color:#FFFFFF; text-align:center; width:300px; height:48px; border:0; margin-top:10px; text-shadow:#b25533 1px 1px 0px; }
.video-cloud-cta-popup .register:hover { background-position: 0 -48px; }
.video-cloud-cta-popup .register:active { background-position: 0 -96px; }
.video-cloud-cta-popup .terms { font-size:12px; color:#919191; margin-top:20px; text-align:center; }
.video-cloud-cta-popup .terms a { color:#919191; text-decoration:underline; }
.video-cloud-cta-popup .terms a:hover { color:#919191; text-decoration:underline; }
.app-cloud-cta-popup { display:none; position:fixed; top:0px; left:0px; width:100%; height:100%; z-index:2000; }
.app-cloud-cta-popup .bg { width:100%; height:100%; background:#515151; opacity:0.7; filter:alpha(opacity=70); position:absolute; z-index:1; }
.app-cloud-cta-popup .content-inner { position:absolute; z-index:1002; top:50%; left:50%; margin:-257px 0 0 -178px; width:354px; height:auto; }
.app-cloud-cta-popup .content-inner .bg-top{background: url('//img.brightcove.com/cta-popup-top.png') no-repeat center center;height: 16px;width: 354px;}
.app-cloud-cta-popup .content-inner .bg-mid{background: url('//img.brightcove.com/cta-popup-mid.png') repeat-y center center;width: 354px;padding: 10px 0;}
.app-cloud-cta-popup .content-inner .bg-bottom{background: url('//img.brightcove.com/cta-popup-bottom.png') no-repeat center center;height: 16px;width: 354px;}
.app-cloud-cta-popup .close {background: url("//img.brightcove.com/cta-popup-close.png") 0 0 no-repeat;top: -14px;position: relative;left: 328px;width: 16px;height: 16px;cursor: pointer;}
.app-cloud-cta-popup #popup-interior { margin-top:-20px; }
.app-cloud-cta-popup h2 { color:#515151; font-size:20px; font-weight:bold; text-align:center; }
.app-cloud-cta-popup h3 { color:#717171; font-size:14px; font-weight:normal; font-style:italic; text-align:center; margin-top: 2px; }
.app-cloud-cta-popup form { text-align:center; margin-top:15px; }
.app-cloud-cta-popup .email { background: url("//img.brightcove.com/cta-popup-input-bg.png") 0 0 no-repeat;width: 280px;height: 48px;border: 0;font-size: 20px;color: #C9C9C9;padding: 0 10px; }
.app-cloud-cta-popup .register { background:url("//img.brightcove.com/app-cloud-cta-popup-submit.png") 0 0 no-repeat; font-size:20px; font-weight:bold; color:#FFFFFF; text-align:center; width:300px; height:48px; border:0; margin-top:10px; text-shadow:#79903c 1px 1px 0px;}
.app-cloud-cta-popup .register:hover { background-position: 0 -48px; }
.app-cloud-cta-popup .register:active { background-position: 0 -96px; }
.app-cloud-cta-popup .terms { font-size:12px; color:#919191; margin-top:20px; text-align:center; }
.app-cloud-cta-popup .terms a { color:#919191; text-decoration:underline; }
.app-cloud-cta-popup .terms a:hover { color:#919191; text-decoration:underline; }

/* Fixing Editions and Pricing pop-up being hidden */
#node-4772, #node-4934, #node-4910, #node-5210, #node-4972, #node-4922 { overflow:visible; }

/* $5 Promo banner on E&P page */
#block-block-36 .content { width:auto; margin:auto; }
#promo-5-banner { height:116px; background: url("//img.brightcove.com/ep-banner-bg-3.png") 0 0 no-repeat; margin-top:22px; cursor:pointer; display:block; text-decoration:none; }
#promo-5-banner .section-left { float:left; }
#promo-5-banner .ribbon { position: relative; left: -10px; top:12px; height:45px; }
#promo-5-banner .ribbon .left { background: url("//img.brightcove.com/ep-banner-ribbon-left.png") 0 0 no-repeat; width: 13px; height:45px;  }
#promo-5-banner .ribbon .mid { float:left; height:45px; padding:0 12px 0 12px; background: url("//img.brightcove.com/ep-banner-ribbon-mid.png") 0 0 repeat-x; line-height:34px; color:#f8f8f8; font-size:14px; text-transform:uppercase; text-shadow:#5C5C5C 0px -1px 0px;  }
#promo-5-banner .ribbon .right { float:left; height:45px; width:21px;  background: url("//img.brightcove.com/ep-banner-ribbon-right.png") 0 0 no-repeat; }
#promo-5-banner .offer-text { float: left;width: 345px;font-size:13px;color:#707070;text-shadow:#ebebeb 1px 1px 0px; line-height:17px;padding-left:15px;margin-top:9px; }
#promo-5-banner .section-mid { float:left; padding-top:1px; width: 290px; }
#promo-5-banner .section-mid .hexagon {text-align: center; width: 105px; text-shadow: #D06636 1px 1px 0px;color: white;margin-top: 30px;}
#promo-5-banner .section-mid .hexagon .price { font-size:40px; font-weight:bold; }
#promo-5-banner .section-mid .hexagon .mo { font-size:14px; }
#promo-5-banner .section-mid .hexagon .per { font-size:11px; }
#promo-5-banner .section-right { margin-left: 7px;float: left;width: 277px;text-align:center;font-size:12px; font-style:italic; color:#969696; }
#promo-5-banner .section-right .top-text { height: 35px;line-height: 38px;text-shadow:#eee 1px 1px 0px;}
#promo-5-banner .section-right .btn-orange { height:48px; }
#promo-5-banner .section-right .btn-orange .left { float:left; width:3px; height: 48px;background: url("//img.brightcove.com/btn-orange-sprite.png") 0 0 no-repeat; }
#promo-5-banner .section-right .btn-orange:hover .left { background-position: 0 -48px; }
#promo-5-banner .section-right .btn-orange:active .left { background-position: 0 -96px; }
#promo-5-banner .section-right .btn-orange .mid { float:left; width:271px; height: 48px; background: url("//img.brightcove.com/btn-orange-sprite.png") 0 -144px repeat-x; }
#promo-5-banner .section-right .btn-orange:hover .mid { background-position: 0 -192px; }
#promo-5-banner .section-right .btn-orange:active .mid { background-position: 0 -240px; }
#promo-5-banner .section-right .btn-orange .mid .icon { float: left;background: url("//img.brightcove.com/btn-orange-icon.png");width: 28px;height: 22px;margin-top: 12px;display: block;margin-left: 27px; }
#promo-5-banner .section-right .btn-orange .mid .text { font-style:normal; margin-left: 8px;float:left; height:48px; line-height:48px;color:#ffffff; font-weight:bold;font-size:16px;text-shadow:#d06636 1px 1px 0px; }
#promo-5-banner .section-right .btn-orange .right { float:left; width:3px; height: 48px; background: url("//img.brightcove.com/btn-orange-sprite.png") 0 -288px no-repeat; }
#promo-5-banner .section-right .btn-orange:hover .right { background-position: 0 -336px; }
#promo-5-banner .section-right .btn-orange:active .right { background-position: 0 -384px; }
#promo-5-banner .section-right .bottom-text { height: 32px;line-height: 32px;text-shadow:#eee 1px 1px 0px;}
#promo-5-banner .section-right .bottom-text a { color:#f67e33 }

/* LivePerson B test */
.chat-live-button.b-test.hidden { display:none !important; }
.chat-live-button.b-test { margin:0; display:block !important; position: fixed;z-index: 100;right: -6px;top: 105px;width:47px; height:124px !important; }
.chat-live-button.b-test .chat-container { padding:0; height:auto !important; width:47px; }
.chat-live-button.b-test .chat-live-button { display:block; }
.chat-live-button .b-test {}

/* LivePerson Chat Popups */
.livechat-popup-ac {height: 463px;width: 374px;margin: 0 auto;position: fixed;top: 150px;left: 50%;margin-left: -187px;cursor:pointer;display:none;z-index:1000;}
.livechat-popup-ac .start-chat { height: 382px; width: 374px; background:url("//img.brightcove.com/livechat-popup-ac/need_help_on.png") 0 0 no-repeat; }
.livechat-popup-ac .close { height: 81px; width: 374px; background:url("//img.brightcove.com/livechat-popup-ac/close_on.png") 0 0 no-repeat; }
.livechat-popup-vc {height: 463px;width: 374px;margin: 0 auto;position: fixed;top: 150px;left: 50%;margin-left: -187px;cursor:pointer;display:none;z-index:1000;}
.livechat-popup-vc .start-chat { height: 382px; width: 374px; background:url("//img.brightcove.com/livechat-popup-vc/need_help_on.png") 0 0 no-repeat; }
.livechat-popup-vc .close { height: 81px; width: 374px; background:url("//img.brightcove.com/livechat-popup-vc/close_on.png") 0 0 no-repeat; }

/* Register button on training page */
.training-register-btn { color:#fff; font-size:22px; line-height:44px; text-shadow: 0 1px 0 #36838b; text-align:center; margin-top:0px; }
.training-register-btn .inner-left { width:3px; height:44px; background: url("//img.brightcove.com/gray-btn-sprite.png") 0 0 no-repeat; float:left; }
.training-register-btn .inner-mid { width:auto; height:44px; background: url("//img.brightcove.com/gray-btn-sprite.png") 0 -44px repeat-x; float:left; padding: 0 22px; }
.training-register-btn .inner-right { width:3px; height:44px; background: url("//img.brightcove.com/gray-btn-sprite.png") 0 -88px no-repeat; float:left; }
.training-register-btn:hover .inner-left { background-position: 0 -132px; }
.training-register-btn:hover .inner-mid { background-position: 0 -176px; }
.training-register-btn:hover .inner-right { background-position: 0 -220px; }
.training-register-btn:active .inner-left { background-position: 0 -264px; }
.training-register-btn:active .inner-mid { background-position: 0 -308px; }
.training-register-btn:active .inner-right { background-position: 0 -352px; }

/* Product Pods on homepage */
.homepage-promo {padding:25px 0 40px; background-color:white;}
.homepage-promo:after {display:table; content:""; clear:both;}
.homepage-promo p {text-align:center; color:#a1a1a1; font-size:18px; margin-bottom:25px;}
.homepage-promo ol {list-style:none; margin:0 auto 40px; width:960px;}
.homepage-promo ol:last-child {margin-bottom:0;}
.homepage-promo ol:after {display:table; clear:both; content:' ';}
.homepage-promo li {display:inline;}
.homepage-promo a {display:block; float:left; text-decoration:none;}

.homepage-promo .bc-gallery a, .homepage-promo .bc-once a, .homepage-promo .bc-video-cloud a, .homepage-promo .bc-zencoder a, .bc-perform a {text-indent:-9999px; background: url('//img.brightcove.com/corpsite-updates-05082014/sprites-08182014-b.png') no-repeat; height:39px; margin:0 17px;}
.homepage-promo .bc-zencoder a { background-position: 0 -173px; width: 167px; }
.homepage-promo .bc-zencoder:hover a { background-position: -197px -173px; }
.homepage-promo .bc-video-cloud a { background-position: 0 -44px; width: 192px; }
.homepage-promo .bc-video-cloud:hover a { background-position: -197px -44px; }
.homepage-promo .bc-once a { background-position: 0 -87px; width: 122px; }
.homepage-promo .bc-once:hover a { background-position: -197px -87px; }
.homepage-promo .bc-perform a { background-position: 0 0; width:153px; margin-right:0; }
.homepage-promo .bc-perform:hover a { background-position: -197px 0; width:153px; }
.homepage-promo .bc-gallery a { background-position: 0 -129px; width: 147px; }
.homepage-promo .bc-gallery:hover a { background-position: -197px -129px; }

/* Video Marketing Suite on the homepage */
.homepage-vms-promo .product-name {text-indent:-9999px; background: url('//img.brightcove.com/corpsite-updates-05082014/sprites-08142014.png') no-repeat;}
.homepage-vms-promo {display:block; background-color:#f8f8f8; padding:30px 0 40px 0; color:#a1a1a1;}
.homepage-vms-promo span {text-align:center; font-weight:bold; display:block; margin:0 auto; width:960px;}
.homepage-vms-promo .intro {text-transform:uppercase; font-size:14px; margin-bottom:5px;}
.homepage-vms-promo .product-name { background-position: 0 -33px; height: 33px; width: 530px; }

.homepage-vms-promo:hover {background-color:#f17d3a; text-decoration:none;}
.homepage-vms-promo:hover .intro {color:#ffc99b;}
.homepage-vms-promo:hover .product-name { background-position: 0 0; }

/* Customer Testimonial videos on homepage */
.homepage-testimonials {*zoom: 1;}
.homepage-testimonials:after {display: table; content: ""; clear: both;}

#homepage-top button.btn::-moz-focus-inner,
#homepage-middle button.btn::-moz-focus-inner,
#homepage-bottom button.btn::-moz-focus-inner { border: 0; padding: 0; }

#homepage-middle .btn,
.homepage-promo .btn,
#homepage-bottom .btn { background-color: #717171; }

#homepage-top .btn:hover,
#homepage-middle .btn:hover,
#homepage-bottom .btn:hover { background-color: #515151; }

.homepage-customers-inner {background: transparent url('//img.brightcove.com/homepage/customers-divider.png') 50% 0 no-repeat; margin-bottom: 20px;}
.homepage-customers-inner p {padding: 15px 40px 20px 40px; color: #515151; font-size: 24px; line-height: 1.3; text-align: center; background: transparent url('//img.brightcove.com/homepage/customers-divider.png') 50% 100% no-repeat; text-shadow:0 1px 0 #fff;}
.homepage-customers-inner .count {font-size: 36px; color: #409ca9; font-weight:bold; position:relative; top:5px;}
.homepage-testimonials-left {width: 540px; float: left;}
.homepage-testimonials-right {width: 380px; float: right;}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/sites/all/themes/company2010/fonts/fontawesome-webfont.eot?v=4.2.0');src:url('/sites/all/themes/company2010/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('/sites/all/themes/company2010/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('/sites/all/themes/company2010/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('/sites/all/themes/company2010/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}

/* Proxima Fonts */
@font-face{font-family:ProximaNova-Regular;src:url(/sites/all/themes/company2010/fonts/ProximaNova-Regular.eot);src:url(/sites/all/themes/company2010/fonts/ProximaNova-Regular.eot?#iefix) format('embedded-opentype'),url(/sites/all/themes/company2010/fonts/ProximaNova-Regular.woff) format('woff'),url(/sites/all/themes/company2010/fonts/ProximaNova-Regular.ttf) format('truetype')}@font-face{font-family:ProximaNova-BoldIt;src:url(/sites/all/themes/company2010/fonts/ProximaNova-BoldIt.eot);src:url(/sites/all/themes/company2010/fonts/ProximaNova-BoldIt.eot?#iefix) format('embedded-opentype'),url(/sites/all/themes/company2010/fonts/ProximaNova-BoldIt.woff) format('woff'),url(/sites/all/themes/company2010/fonts/ProximaNova-BoldIt.ttf) format('truetype')}@font-face{font-family:ProximaNova-Bold;src:url(/sites/all/themes/company2010/fonts/ProximaNova-Bold.eot);src:url(/sites/all/themes/company2010/fonts/ProximaNova-Bold.eot?#iefix) format('embedded-opentype'),url(/sites/all/themes/company2010/fonts/ProximaNova-Bold.woff) format('woff'),url(/sites/all/themes/company2010/fonts/ProximaNova-Bold.ttf) format('truetype')}@font-face{font-family:ProximaNova-RegularIt;src:url(/sites/all/themes/company2010/fonts/ProximaNova-RegularIt.eot);src:url(/sites/all/themes/company2010/fonts/ProximaNova-RegularIt.eot?#iefix) format('embedded-opentype'),url(/sites/all/themes/company2010/fonts/ProximaNova-RegularIt.woff) format('woff'),url(/sites/all/themes/company2010/fonts/ProximaNova-RegularIt.ttf) format('truetype')}@font-face{font-family:ProximaNova-ThinIt;src:url(/sites/all/themes/company2010/fonts/ProximaNova-ThinIt.eot);src:url(/sites/all/themes/company2010/fonts/ProximaNova-ThinIt.eot?#iefix) format('embedded-opentype'),url(/sites/all/themes/company2010/fonts/ProximaNova-ThinIt.woff) format('woff'),url(/sites/all/themes/company2010/fonts/ProximaNova-ThinIt.ttf) format('truetype')}@font-face{font-family:ProximaNova-Semibold;src:url(/sites/all/themes/company2010/fonts/ProximaNova-Semibold.eot);src:url(/sites/all/themes/company2010/fonts/ProximaNova-Semibold.eot?#iefix) format('embedded-opentype'),url(/sites/all/themes/company2010/fonts/ProximaNova-Semibold.woff) format('woff'),url(/sites/all/themes/company2010/fonts/ProximaNova-Semibold.ttf) format('truetype')}@font-face{font-family:ProximaNova-SemiboldIt;src:url(/sites/all/themes/company2010/fonts/ProximaNova-SemiboldIt.eot);src:url(/sites/all/themes/company2010/fonts/ProximaNova-SemiboldIt.eot?#iefix) format('embedded-opentype'),url(/sites/all/themes/company2010/fonts/ProximaNova-SemiboldIt.woff) format('woff'),url(/sites/all/themes/company2010/fonts/ProximaNova-SemiboldIt.ttf) format('truetype')}


.persistent-footer {
    position: fixed;
    bottom: -70px;
    height: 70px;
    width: 100%;
    background: #212121;
    color: #fff;
    text-align: center;
    transition: bottom .5s ease-in-out;
}

.persistent-footer .trial-offer {
    font-family: ProximaNova-SemiBold, Helvetica, Arial, sans-serif;
    line-height: 70px;
    font-size: 18px;
}

.persistent-footer .footer-trial-cta {
    font-family: ProximaNova-SemiBold, Helvetica, Arial, sans-serif;
    display: inline-block;
    background: #409ca9;
    line-height: 46px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 2px 40px 0 40px;
    border-radius: 3px;
    margin-left: 34px;
    color: #fff !important;
}

.persistent-footer .footer-trial-cta:hover {
    text-decoration: none !important;
    background: #62b0b7;
    color: #fff !important;
}

.persistent-footer .footer-trial-cta:active {
    background: #337d87;
}

.footer-nav-links a {
    font-family: ProximaNova-Regular, Helvetica, Arial, sans-serif;
    color: #b8b8b8;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
    display: block;
}

.video-js .vjs-big-play-button:before {
    font-size: 30px;
    line-height: 70px;
    margin: 0 auto !important;
    opacity: 1;
    width: 27px;
}
.video-js .vjs-big-play-button {
    border-radius: 6px;
    width: 100px !important;
    height: 70px !important;
    background: #3a7fba;
    top: 50% !important;
    left: auto !important;
    position: relative !important;
    margin: -35px auto 0 auto;
    opacity: 0.9;
}
.video-js .vjs-big-play-button:hover {
    box-shadow: none;
    background: #4590d0;
}

.video-js .vjs-play-progress {
    background: #3a7fba !important;
}

.video-js .vjs-control-bar { visibility: hidden; }
.video-js.vjs-has-started .vjs-control-bar { visibility: visible; }
